@charset "UTF-8";
@font-face {
  font-family: 'icon';
  src: url("/font/icon.eot?87965655");
  src: url("/font/icon.eot?87965655#iefix") format("embedded-opentype"), url("/font/icon.woff?87965655") format("woff"), url("/font/icon.ttf?87965655") format("truetype"), url("/font/icon.svg?87965655#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, ul, ol, table, blockquote, pre,
a,
.submit-remove, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}

main {
  display: block;
}

.row {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 8.33333%;
  padding: 0 5px;
}

.col-1 {
  width: 8.33333%;
}

.suffix-1 {
  padding-right: 8.33333%;
}

.prefix-1 {
  padding-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.suffix-2 {
  padding-right: 16.66667%;
}

.prefix-2 {
  padding-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.suffix-3 {
  padding-right: 25%;
}

.prefix-3 {
  padding-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.suffix-4 {
  padding-right: 33.33333%;
}

.prefix-4 {
  padding-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.suffix-5 {
  padding-right: 41.66667%;
}

.prefix-5 {
  padding-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.suffix-6 {
  padding-right: 50%;
}

.prefix-6 {
  padding-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.suffix-7 {
  padding-right: 58.33333%;
}

.prefix-7 {
  padding-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.suffix-8 {
  padding-right: 66.66667%;
}

.prefix-8 {
  padding-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.suffix-9 {
  padding-right: 75%;
}

.prefix-9 {
  padding-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.suffix-10 {
  padding-right: 83.33333%;
}

.prefix-10 {
  padding-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.suffix-11 {
  padding-right: 91.66667%;
}

.prefix-11 {
  padding-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.suffix-12 {
  padding-right: 100%;
}

.prefix-12 {
  padding-left: 100%;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

@media all and (max-width: 660px) {
  [class*='col-'] {
    width: 100%;
    padding: 0 10px;
  }

  table [class*='col-'] {
    display: block;
    clear: both;
    padding: 0 10px;
  }
}
.equal-col .row {
  display: table;
}
.equal-col [class*='col-'] {
  display: table-cell;
  float: none;
}

.block {
  margin-bottom: 1em;
  position: relative;
  /*&:nth-child(even) {
  	float: right;
  }*/
}
.block.no-margin {
  margin-bottom: 0;
}
.block .block-title {
  background-color: #B4BAC0;
  padding: .5em 20px;
}
.block .block-title h1, .block .block-title h2, .block .block-title h3 {
  padding-bottom: 0;
}
.block .block-content {
  background-color: #F9F9F9;
  padding: 20px;
  position: relative;
}
.block .block-content + .block-content {
  border-top: 1px solid #FFFFFF;
}
.block .block-content[class*='col-'] {
  border-top: 0;
}
.block .block-content.no-padding {
  padding: 0;
}
.block .block-content > *:last-child {
  padding-bottom: 0;
}
.block .block-content.darken {
  background-color: #ececec;
}
.block .block-right {
  text-align: right;
}
.block .block-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #B4BAC0;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
}
.block.green .block-title {
  background-color: #5DC1A4;
  color: #FFFFFF;
}
.block.green .block-content {
  background-color: #CEECE4;
}
.block.green .block-content.darken {
  background-color: #a9ded0;
}
.block.green .block-icon {
  background-color: #5DC1A4;
}
.block.yellow .block-title {
  background-color: #FFDC00;
}
.block.yellow .block-content {
  background-color: #FFF4B2;
}
.block.yellow .block-content.darken {
  background-color: #ffed7f;
}
.block.yellow .block-icon {
  background-color: #FFDC00;
}
.block.red .block-title {
  background-color: #EE4034;
  color: #FFFFFF;
}
.block.red .block-content {
  background-color: #f26c63;
  color: #FFFFFF;
}
.block.red .block-icon {
  background-color: #EE4034;
  color: #FFFFFF;
}

.button {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  transition: color .3s, background-color .3s;
  background-color: #B4BAC0;
  color: #FFFFFF;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button[type=submit] {
  cursor: pointer;
}
.button:hover, .button:focus {
  color: #FFFFFF;
  background-color: #c2c7cc;
  text-decoration: none;
}
.button.blue {
  background-color: #384959;
}
.button.blue:hover, .button.blue:focus {
  color: #FFFFFF;
  background-color: #4c6378;
}
.button.green {
  background-color: #5DC1A4;
}
.button.green:hover, .button.green:focus {
  color: #FFFFFF;
  background-color: #82cfb9;
}
.button.yellow {
  color: #384959;
  background-color: #FFDC00;
}
.button.yellow:hover, .button.yellow:focus {
  color: #384959;
  background-color: #ffe64d;
}
.button.white {
  color: #384959;
  background-color: #FFFFFF;
}
.button.white:hover, .button.white:focus {
  color: #384959;
  background-color: #eaeef2;
}
.button.red {
  color: #FFFFFF;
  background-color: #EE4034;
}
.button.red:hover, .button.red:focus {
  color: inherit;
  background-color: #f0564c;
}
.button.darken {
  background-color: #98a1a9;
}
.button.darken:hover {
  background-color: #a6adb4;
}
.button.darken.yellow {
  background-color: #ccb000;
}
.button.darken.yellow:hover {
  background-color: #e6c600;
}
.button.darken.green {
  background-color: #41aa8c;
}
.button.darken.green:hover {
  background-color: #4bba9a;
}
.button.lighten {
  background-color: #d0d4d7;
}
.button.lighten:hover {
  background-color: #c2c7cc;
}
.button.lighten.yellow {
  background-color: #ffe64d;
}
.button.lighten.yellow:hover {
  background-color: #ffe333;
}
.button.lighten.green {
  background-color: #82cfb9;
}
.button.lighten.green:hover {
  background-color: #6fc8ae;
}
.button.full {
  width: 100%;
}
.button.no-height {
  height: auto;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

input.button {
  line-height: normal;
  vertical-align: middle;
}

html, body {
  height: 100%;
}

.container {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -30px;
}
.container .footer-push {
  height: 30px;
}

.footer {
  clear: both;
  position: relative;
  height: 30px;
}

html {
  font-size: 62.5%;
  color: #384959;
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  background-color: #E1E1E1;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 1em;
}

h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  color: #384959;
  line-height: 1.2em;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: .6em;
}

h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #5DC1A4;
  text-transform: uppercase;
}
h2.block-title {
  color: #384959;
}

.green h2, .yellow h2 {
  color: #384959;
}

h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #384959;
  text-transform: uppercase;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #5DC1A4;
}

.green h4, .yellow h4 {
  color: #384959;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

p, ul, ol, table {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 1em;
}

a, .submit-remove {
  color: #5DC1A4;
  transition: color .3s, background-color .3s;
  text-decoration: none;
}
a:hover, .submit-remove:hover {
  color: #3a987c;
  text-decoration: underline;
}
a:hover .icon, .submit-remove:hover .icon {
  text-decoration: none;
}
a.active, .active.submit-remove {
  font-weight: bold;
  text-decoration: underline;
}

h1 a, h1 .submit-remove, h2 a, h2 .submit-remove, h3 a, h3 .submit-remove, h4 a, h4 .submit-remove, h5 a, h5 .submit-remove, h6 a, h6 .submit-remove {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h1 .submit-remove:hover, h2 a:hover, h2 .submit-remove:hover, h3 a:hover, h3 .submit-remove:hover, h4 a:hover, h4 .submit-remove:hover, h5 a:hover, h5 .submit-remove:hover, h6 a:hover, h6 .submit-remove:hover {
  color: inherit;
  text-decoration: none;
}

strong, b, .bold {
  font-weight: bold;
}

em, i, .italic {
  font-style: italic;
}

u, .underline {
  text-decoration: underline;
}

img {
  border: 0;
}

ul {
  list-style: disc;
  margin-left: 1.4em;
}

ol {
  list-style: decimal;
  margin-left: 1.4em;
}

table {
  margin-bottom: 1em;
}
table th {
  font-weight: bold;
  text-align: left;
}
table.full-width {
  width: 100%;
}

.block table th, .block table td {
  padding: 3px 5px;
}
.block table tr:nth-child(odd) td, .block table tr:nth-child(odd) th {
  background-color: #ececec;
}

.yellow table tr:nth-child(odd) td, .yellow table tr:nth-child(odd) th {
  background-color: #fff099;
}

.green table tr:nth-child(odd) td, .green table tr:nth-child(odd) th {
  background-color: #bce5da;
}

.block.yellow a, .block.yellow .submit-remove {
  color: #384959;
}

textarea {
  resize: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.block-left {
  float: left;
}

.block-right {
  float: right;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.date {
  text-transform: uppercase;
  color: #B4BAC0;
  font-size: 13px;
  font-weight: 700;
}

/*
 * HEADER
 */
.top-wrap {
  background-color: #FFFFFF;
  height: 42px;
  line-height: 42px;
}
.top-wrap a, .top-wrap .submit-remove {
  text-decoration: none;
  margin-right: 20px;
  color: #384959;
}
.top-wrap a:hover, .top-wrap .submit-remove:hover {
  color: #5DC1A4;
}
.top-wrap .button.green {
  color: #FFFFFF;
}
.top-wrap .admin-logged {
  color: #5DC1A4;
  font-weight: bold;
}
.top-wrap .top-menu {
  float: right;
}
.top-wrap .top-menu a, .top-wrap .top-menu .submit-remove {
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 0;
}

.logo-wrap {
  height: 140px;
  padding-top: 2.5em;
  position: relative;
}
.logo-wrap .top-search {
  position: absolute;
  right: 5px;
  bottom: 2em;
}
.logo-wrap .member-area {
  color: #5DC1A4;
  font-family: "Dosis", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
}

.navigation-wrap {
  background-color: #384959;
  height: 55px;
  line-height: 55px;
}
.navigation-wrap.member-wrap {
  background-color: #5DC1A4;
}

.site-navigation {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "Dosis", sans-serif;
  height: 55px;
  line-height: 55px;
}
.site-navigation ul {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
}
.site-navigation ul li {
  float: left;
  position: relative;
}
.site-navigation > ul > li {
  margin-left: 41px;
}
.site-navigation > ul > li:first-child {
  margin-left: 0;
}
.site-navigation a, .site-navigation .submit-remove {
  display: block;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  height: 55px;
  line-height: 55px;
  font-weight: 600;
  border-bottom: 4px solid #384959;
  transition: color .3s, border-bottom .3s;
}
.site-navigation a:hover, .site-navigation .submit-remove:hover, .site-navigation a.active, .site-navigation .active.submit-remove, .site-navigation a.sub_active, .site-navigation .sub_active.submit-remove {
  color: #5DC1A4;
  border-bottom: 4px solid #5DC1A4;
}
.site-navigation li:hover ul.submenu {
  visibility: visible;
  opacity: 1;
}
.site-navigation ul.submenu {
  transition: opacity .3s;
  opacity: 0;
  position: absolute;
  z-index: 99999;
  display: block;
  top: 55px;
  left: 0;
  background-color: #384959;
  width: 200px;
  visibility: hidden;
  border-bottom: 4px solid #5DC1A4;
  padding-top: 5px;
  padding-bottom: 8px;
}
.site-navigation ul.submenu li {
  width: 100%;
}
.site-navigation ul.submenu a, .site-navigation ul.submenu .submit-remove {
  width: 100%;
  font-size: 15px;
  border-bottom: 0;
  height: auto;
  line-height: 1.3em;
  text-align: left;
  padding: 7px 20px;
  text-transform: none;
  font-weight: normal;
}

.ie8 .site-navigation > ul > li {
  margin-left: 34px;
}

.ie8 .site-navigation > ul > li:first-child {
  margin-left: 0;
}

.member-wrap .site-navigation a, .member-wrap .site-navigation .submit-remove {
  border-bottom: 4px solid #5DC1A4;
}
.member-wrap .site-navigation a:hover, .member-wrap .site-navigation .submit-remove:hover, .member-wrap .site-navigation a.active, .member-wrap .site-navigation .active.submit-remove, .member-wrap .site-navigation a.sub_active, .member-wrap .site-navigation .sub_active.submit-remove {
  color: #384959;
  border-bottom: 4px solid #384959;
}
.member-wrap .site-navigation > ul > li {
  margin-left: 28px;
}
.member-wrap .site-navigation > ul > li:first-child {
  margin-left: 0;
}
.member-wrap .site-navigation ul.submenu a, .member-wrap .site-navigation ul.submenu .submit-remove {
  border-bottom: 0;
}
.member-wrap .site-navigation ul.submenu a:hover, .member-wrap .site-navigation ul.submenu .submit-remove:hover, .member-wrap .site-navigation ul.submenu a.active, .member-wrap .site-navigation ul.submenu .active.submit-remove, .member-wrap .site-navigation ul.submenu a.sub_active, .member-wrap .site-navigation ul.submenu .sub_active.submit-remove {
  border-bottom: 0;
  color: #5DC1A4;
}

/*
 * CONTENT
 */
.breadcrumbs {
  padding-top: .5em;
  padding-bottom: 1em;
  font-size: 13px;
  text-transform: lowercase;
}
.breadcrumbs a, .breadcrumbs .submit-remove {
  color: #384959;
  text-decoration: none;
}

/*
 * NEWS
 */
.news-home h3 {
  padding-bottom: .2em;
  padding-top: .2em;
}
.news-home p, .news-home ul, .news-home ol, .news-home table {
  padding-bottom: .5em;
}

/*
 * GALLERY
 */
.image-gallery a, .image-gallery .submit-remove {
  display: inline-block;
  padding: 5px;
}

/*
 * PUBLICATIONS
 */
.publications-index .publication h4 {
  display: inline;
  min-height: 100%;
}
.publications-index .publication table th {
  width: 110px;
}
.publications-index .publication .price {
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  color: #384959;
}

.publication-view .publication-details table {
  width: 100%;
}
.publication-view .publication-details th {
  width: 110px;
}
.publication-view .publication-image {
  float: left;
  max-width: 200px;
  margin-right: 1.6em;
  margin-bottom: 1em;
}

#toggle-filters {
  float: left;
  position: relative;
  cursor: pointer;
}
#toggle-filters:after {
  display: inline-block;
  font-family: "icon";
  content: '\e81a';
  font-size: 0.8em;
  padding-left: 5px;
  position: absolute;
  right: -30px;
  top: 0px;
}
#toggle-filters.active:after {
  content: '\e81b';
}

/*
 * EVENTS
 */
.events .event h2 {
  color: #384959;
}

.event-view .event-details table {
  width: 100%;
}

/*
 * FORUM
 */
.forum-category {
  border-top: 1px solid #FFFFFF;
}
.forum-category h3 {
  padding-bottom: 0;
  line-height: 30px;
}
.forum-category .block-content {
  padding-bottom: 1em;
}
.forum-category .block-content:last-child {
  border-top: 1px solid #FFFFFF;
}
.forum-category .topic {
  padding-left: 30px;
}
.forum-category .view-all {
  padding: 10px 30px;
  font-size: 12px;
}
.forum-category h4 {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: .2em;
}

.topic h2 {
  padding-bottom: .2em;
}
.topic .topic-head {
  padding-bottom: 1em;
}
.topic .topic-head h2 {
  padding: .5em 0 .2em 0;
}
.topic .topic-member, .topic .topic-date {
  text-transform: uppercase;
  color: #B4BAC0;
  font-size: 13px;
  font-weight: 700;
}
.topic .topic-reaction-count {
  font-size: 13px;
  padding-bottom: .2em;
  display: block;
}
.topic .topic-message {
  padding: 2em 40px 1em 40px;
}

.reactions .reaction-count {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 30px;
}
.reactions .reaction-member {
  text-transform: uppercase;
  color: #B4BAC0;
  font-size: 13px;
  font-weight: 700;
}
.reactions .reaction {
  padding: 2em 40px 1em 40px;
}
.reactions .reaction img {
  display: block;
  margin-bottom: .5em;
}
.reactions .reaction .reaction-info {
  padding-bottom: 1em;
}

.forum-options {
  padding: .4em 0;
}
.forum-options [type=submit] {
  margin: 0;
  color: #384959;
  cursor: pointer;
  border: none;
  background: none;
  transition: color .3s;
}
.forum-options [type=submit]:hover {
  color: #5DC1A4;
}

.paginator {
  text-align: center;
  line-height: 2em;
}

/*
 * EYECATCHERS
 */
.eyecatchers-wrap {
  overflow: hidden;
  margin: 0 auto;
  min-height: 350px;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.eyecatchers-wrap .eyecatchers {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 960px;
  max-width: 1200px;
  margin-left: -50%;
}
.eyecatchers-wrap .eyecatcher {
  float: left;
  position: relative;
}
.eyecatchers-wrap .eyecatcher img {
  min-height: 350px;
  width: 100%;
  height: auto;
  z-index: -2;
}
.eyecatchers-wrap .eyecatcher .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.eyecatchers-wrap .eyecatcher .content-center {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.eyecatchers-wrap .eyecatcher .content {
  margin-top: 9%;
  padding: 1em;
  float: right;
  margin-right: 5px;
  max-width: 50%;
  background-color: #384959;
  background-color: rgba(56, 73, 89, 0.7);
  background: none\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B3384959', endColorstr='#B3384959'";
}
.eyecatchers-wrap .eyecatcher .content h3, .eyecatchers-wrap .eyecatcher .content p, .eyecatchers-wrap .eyecatcher .content ul, .eyecatchers-wrap .eyecatcher .content ol, .eyecatchers-wrap .eyecatcher .content table {
  color: #FFFFFF;
}
.eyecatchers-wrap .eyecatcher .content h3 {
  font-weight: 700;
  padding-bottom: .5em;
}
.eyecatchers-wrap .owl-controls, .eyecatchers-wrap .owl-buttons {
  z-index: 0;
  top: 0;
  width: 100%;
  height: 0;
}
.eyecatchers-wrap .owl-prev, .eyecatchers-wrap .owl-next {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  text-indent: -9999px;
  border-radius: 0 5px 5px 0;
}
.eyecatchers-wrap .owl-prev:hover, .eyecatchers-wrap .owl-next:hover {
  background-color: #eaeef2;
}
.eyecatchers-wrap .owl-prev:before, .eyecatchers-wrap .owl-next:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e812';
  text-indent: 0px;
  float: left;
  line-height: 50px;
  width: inherit;
  text-align: center;
  color: #384959;
}
.eyecatchers-wrap .owl-next {
  right: 0;
  left: auto;
  border-radius: 5px 0 0 5px;
}
.eyecatchers-wrap .owl-next:before {
  content: '\e811';
}
.eyecatchers-wrap .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.eyecatchers-wrap .owl-pagination .owl-page {
  display: inline;
  margin: 0 2px;
}
.eyecatchers-wrap .owl-pagination .owl-page span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #384959;
  border-radius: 5px;
}
.eyecatchers-wrap .owl-pagination .owl-page.active span {
  border-color: #FFFFFF;
  background-color: #384959;
}

@media all and (max-width: 1000px) {
  .eyecatchers-wrap {
    min-height: 300px;
  }
  .eyecatchers-wrap .eyecatchers {
    min-width: 100%;
  }
  .eyecatchers-wrap .eyecatcher {
    position: relative;
  }
  .eyecatchers-wrap .eyecatcher img {
    min-height: 300px;
    height: auto;
  }
  .eyecatchers-wrap .eyecatcher .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1em 3em;
  }
  .eyecatchers-wrap .eyecatcher .content-wrap {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
  }
}
@media all and (max-width: 660px) {
  .eyecatchers-wrap {
    display: none;
  }
}
/*
 * PARTNERS
 */
.partners {
  margin-bottom: 0;
}
.partners h1 {
  color: #EE4034;
}
.partners .partner-slider {
  width: 100%;
  padding: 0 15px 2em 15px;
  background-color: #F9F9F9;
}
.partners .partner-slider:before, .partners .partner-slider:after {
  content: "";
  display: table;
  clear: both;
}
.partners .partner {
  float: left;
  display: block;
  width: 140px;
  height: 75px;
  background-color: #E1E1E1;
  margin: 0 6px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
}

/*
 * SHOP
 */
.submit-remove {
  font-family: "icon";
  font-size: 20px;
  background: none;
  cursor: pointer;
  display: inline-block;
  color: #384959;
}
.submit-remove:hover {
  text-decoration: none;
  color: #384959;
}

.order-overview .personal-info table th {
  width: 30%;
}

.block-overview .product-image {
  float: left;
  margin: 0 1em 0 0;
}
.block-overview .block {
  margin-bottom: 0;
}
.block-overview.last-item .block, .block-overview .block:last-child {
  margin-bottom: 1em;
}

/*
 * MEMBERS
 */
.members-overview .member-image {
  width: 100px;
  height: 100px;
  margin: 0 2em 0 0;
  float: left;
}
.members-overview .member-image img {
  width: 100px;
  height: 100px;
}

.member-profile table {
  width: 100%;
}
.member-profile th {
  width: 170px;
}
.member-profile .profile-image {
  float: left;
  width: 120px;
  height: 120px;
}
.member-profile .profile-image img {
  width: 100%;
}
.member-profile .profile-links {
  float: left;
}
.member-profile .profile-links a, .member-profile .profile-links .submit-remove {
  float: left;
  clear: both;
  margin-left: 10px;
  margin-bottom: 3px;
}
.member-profile .profile-links a:hover, .member-profile .profile-links .submit-remove:hover {
  text-decoration: none;
}
.member-profile .profile-links a .icon, .member-profile .profile-links .submit-remove .icon {
  margin-left: 0;
}

.interests-table {
  width: 100%;
}
.interests-table .letter {
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
}
.interests-table label {
  width: 100% !important;
}

/*
 * FOOTER
 */
.site-footer {
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 12px;
  color: #666666;
  text-transform: lowercase;
}
.site-footer a, .site-footer .submit-remove {
  text-decoration: none;
  color: #666666;
}
.site-footer a:hover, .site-footer .submit-remove:hover {
  color: #384959;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  font-size: 20px;
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}
.icon.big {
  font-size: 60px;
}
.icon.medium {
  font-size: 28px;
}
.icon.rotate {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.icon.user:before {
  content: '\e800';
}
.icon.suitcase:before {
  content: '\e801';
}
.icon.tumblr-squared:before {
  content: '\e802';
}
.icon.calendar:before {
  content: '\e803';
}
.icon.list-alt:before {
  content: '\e804';
}
.icon.newspaper:before {
  content: '\e805';
}
.icon.lock:before {
  content: '\e806';
}
.icon.cancel:before {
  content: '\e807';
}
.icon.megaphone:before {
  content: '\e808';
}
.icon.search-1:before {
  content: '\e809';
}
.icon.facebook-squared:before {
  content: '\e80a';
}
.icon.gplus-squared:before {
  content: '\e80b';
}
.icon.linkedin-squared:before {
  content: '\e80c';
}
.icon.fast-forward:before {
  content: '\e80d';
}
.icon.fast-backward:before {
  content: '\e80e';
}
.icon.to-start:before {
  content: '\e80f';
}
.icon.to-end:before {
  content: '\e810';
}
.icon.right-open:before {
  content: '\e811';
}
.icon.left-open:before {
  content: '\e812';
}
.icon.lock-open-alt:before {
  content: '\e813';
}
.icon.down-dir:before {
  content: '\e814';
}
.icon.trash:before {
  content: '\e815';
}
.icon.pencil:before {
  content: '\e816';
}
.icon.cog:before {
  content: '\e817';
}
.icon.cog-alt:before {
  content: '\e818';
}
.icon.basket:before {
  content: '\e819';
}
.icon.down-open:before {
  content: '\e81a';
}
.icon.up-open:before {
  content: '\e81b';
}
.icon.twitter-squared:before {
  content: '\e81c';
}
.icon.cancel-circled:before {
  content: '\e81d';
}
.icon.ok:before {
  content: '\e81e';
}
.icon.ok-circled:before {
  content: '\e81f';
}
.icon.menu:before {
  content: '\e820';
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form .field {
  padding-bottom: 0;
}
.form .inline-field [type=text],
.form .inline-field [type=submit] {
  display: inline;
  float: none;
  width: auto;
}
.form label {
  display: block;
  height: 40px;
  line-height: 40px;
}
.form [type=text],
.form [type=password],
.form [type=file],
.form textarea,
.form select {
  width: 100%;
  padding: 9px 10px;
  margin: 0;
  font-size: 1em;
  vertical-align: middle;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background-color: #FFFFFF;
  border: 0;
  outline: 0;
  outline: 0px none;
  color: #5f7c98;
  border-radius: 0;
  transition: color .3s;
}
.form [type=text]:focus,
.form [type=password]:focus,
.form [type=file]:focus,
.form textarea:focus,
.form select:focus {
  color: #384959;
}
.form textarea {
  height: 120px;
}
.form .wysiwyg {
  height: 240px;
}
.form .label-left label {
  display: inline-block;
  width: 39%;
  line-height: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
}
.form .label-left [type=text],
.form .label-left [type=password],
.form .label-left [type=file],
.form .label-left textarea,
.form .label-left select,
.form .label-left .simpleselect {
  display: inline-block;
  width: 60%;
}
.form .label-left .hidden_select_container {
  display: inline-block;
}
.form .label-left .field-description {
  display: block;
  padding-left: 39%;
}
.form .file-field [type=file] {
  height: auto;
  max-height: 40px;
}
.form .file-field.placeholder-focus label:after {
  display: none;
}
.form .file-field label:after {
  display: block;
  content: 'browse';
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #B4BAC0;
  padding: 0 12px;
  z-index: 0;
  text-transform: uppercase;
}
.form .js .file-field label {
  padding-left: 90px;
  cursor: pointer;
}
.form .js .file-field.placeholder-focus label {
  padding-left: 10px;
}
.form.input-gray [type=text],
.form.input-gray [type=password],
.form.input-gray textarea,
.form.input-gray select {
  background-color: #E1E1E1;
}
.form .input.number {
  width: 50px;
  text-align: center;
}
.form .date-picker {
  position: relative;
}
.form .search [type=text] {
  padding-left: 40px;
}
.form .search:before {
  font-family: 'icon';
  content: '\e809';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.form .form-info {
  font-style: italic;
  font-size: .8em;
}
.form .captcha-wrap {
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  margin-bottom: .5em;
  height: 40px;
}
.form .success-message {
  color: #FFFFFF;
  background-color: #42B759;
  padding: 8px;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.form .success-message p, .form .success-message ul, .form .success-message ol, .form .success-message table {
  padding-bottom: 0;
}
.form .error-message {
  color: #FFFFFF;
  background-color: #EE4034;
  padding: 8px;
  margin-bottom: 1em;
}
.form .error {
  display: block;
  padding: 9px 0;
  color: #EE4034;
}
.form .error:before {
  font-size: 14px;
  font-family: 'icon';
  content: '\e807';
  padding-right: 7px;
  padding-left: 3px;
}
.form .field-description {
  font-size: .9em;
  font-style: italic;
}

.block.green .file-field label:after {
  background-color: #5DC1A4;
}

.block.yellow .file-style label:after {
  background-color: #FFDC00;
  color: #384959;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* infieldLabel styles */
.infield-label {
  display: block;
  position: relative;
}

.infield-label label {
  bottom: 0;
  color: #384959;
  display: block;
  left: 0;
  line-height: 40px;
  margin: 0;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #FFFFFF;
}

.js .infield-label label {
  cursor: text;
  font-size: 1.5;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
}

.placeholder-focus.no-popup label {
  display: none;
}

.placeholder-focus label {
  background-color: #FFFFFF;
  border-bottom: 3px solid #d9d9d9;
  bottom: auto;
  line-height: 40px;
  right: auto;
  top: -45px;
  box-shadow: 0 0 5px #cccccc;
}

.no-rgba .placeholder-focus label {
  background-color: #FFFFFF;
}

.placeholder-focus label:after {
  border-top: 5px solid #d9d9d9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -8px;
  content: '';
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
}

.block.green .placeholder-focus label:after {
  border-top-color: #5DC1A4;
}

.block.green .placeholder-focus label {
  border-bottom: 3px solid #5DC1A4;
  box-shadow: 0 0 5px #97d7c6;
}

.block.yellow .placeholder-focus label:after {
  border-top-color: #FFDC00;
}

.block.yellow .placeholder-focus label {
  border-bottom: 3px solid #FFDC00;
  box-shadow: 0 0 5px #ffe966;
}

.no-rgba .placeholder-focus label:after {
  border-top-color: #111;
}

.infield-label-image.placeholder-focus label {
  top: -122px;
}

.placeholder-hide label {
  bottom: auto;
  left: -9999px;
  right: auto;
  top: -9999px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/js/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/js/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/js/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/js/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/js/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}

.simpleselect,
.simpleselect * {
  box-sizing: content-box;
}

.simpleselect {
  position: relative;
  width: 100%;
  height: 40px;
}

.simpleselect .options {
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  top: 0 !important;
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
}

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
}

.simpleselect .options .optgroup .option {
  padding-left: 20px;
}

.simpleselect .placeholder,
.simpleselect .options {
  background-color: #FFFFFF;
  border: 0;
}

.simpleselect .placeholder {
  position: relative;
}

.simpleselect .placeholder:after {
  display: block;
  font-family: 'icon';
  content: '\e814';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #B4BAC0;
  z-index: 999;
}

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 5px #cccccc;
}

.block.green .simpleselect .options {
  box-shadow: 0 0 5px #97d7c6;
}

.block.yellow .simpleselect .options {
  box-shadow: 0 0 5px #ffe966;
}

.simpleselect .options .option.active {
  background-color: #B4BAC0;
  color: #FFFFFF;
}

.block.green .simpleselect .options .option.active {
  background-color: #5DC1A4;
}

.block.yellow .simpleselect .options .option.active {
  background-color: #FFDC00;
  color: #384959;
}

.block.green .simpleselect .placeholder:after {
  background-color: #5DC1A4;
}

.block.yellow .simpleselect .placeholder:after {
  background-color: #FFDC00;
  color: #384959;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}

.simpleselect.disabled .placeholder:after {
  opacity: .5;
}

.mobile {
  display: none;
}

@media all and (max-width: 980px) {
  .site-navigation ul li {
    margin-left: 15px;
  }
}
@media all and (max-width: 800px) {
  .mobile {
    display: block;
  }

  .mobile-site-navigation {
    display: none;
  }

  .mobile-top-menu {
    float: right;
    margin-right: 0 !important;
  }

  .top-items {
    display: none;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 40px;
    padding-bottom: 10px;
    width: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 2px #ccc;
  }
  .top-items > *, .top-items .top-menu > * {
    float: left !important;
    clear: both;
    line-height: 30px;
    height: 30px;
    padding-top: 5px;
    display: block;
    width: 100%;
  }
  .top-items .top-menu a, .top-items .top-menu .submit-remove {
    margin-left: 0;
    text-transform: none;
  }
  .top-items .top-menu {
    background-color: #FFFFFF;
    height: auto;
    padding-top: 5px;
  }

  .member-area {
    display: none;
  }

  .site-navigation ul li {
    margin-left: 7px;
  }
  .site-navigation ul a, .site-navigation ul .submit-remove {
    font-size: 15px;
  }
}
@media all and (max-width: 660px) {
  .site-logo {
    float: none;
  }
  .site-logo img {
    max-width: 200px;
  }

  .logo-wrap .top-search {
    top: 2em;
    position: relative;
    margin: 10px;
  }

  .logo-wrap {
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
  }

  .mobile-site-navigation {
    display: block;
    float: right;
    margin-right: 5px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  }
  .mobile-site-navigation:hover {
    text-decoration: none;
  }

  .site-navigation, .member-navigation {
    padding: 0;
    background: #384959;
    height: auto;
    display: none;
  }
  .site-navigation ul li, .member-navigation ul li {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-left: 0px;
  }
  .site-navigation ul li a, .site-navigation ul li .submit-remove, .member-navigation ul li a, .member-navigation ul li .submit-remove {
    font-size: 20px;
    text-align: left;
    border-bottom: 0;
    padding: 0 20px;
  }
  .site-navigation ul li a:hover, .site-navigation ul li .submit-remove:hover, .site-navigation ul li a.active, .site-navigation ul li .active.submit-remove, .site-navigation ul li a.sub_active, .site-navigation ul li .sub_active.submit-remove, .member-navigation ul li a:hover, .member-navigation ul li .submit-remove:hover, .member-navigation ul li a.active, .member-navigation ul li .active.submit-remove, .member-navigation ul li a.sub_active, .member-navigation ul li .sub_active.submit-remove {
    border: 0;
  }
  .site-navigation ul.submenu, .member-navigation ul.submenu {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    top: 0;
    visibility: visible;
    opacity: 1;
    background-color: #4c6378;
    border: 0;
  }
  .site-navigation ul.submenu a, .site-navigation ul.submenu .submit-remove, .member-navigation ul.submenu a, .member-navigation ul.submenu .submit-remove {
    font-size: 18px;
    text-indent: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
