/*
Theme Name: Felix
Theme URI: 
Author: 
Author URI: https://wordpress.org
Description: Felix is a theme for the Felix website.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: felix
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

pre,
textarea {
  overflow: auto;
}
.btn:hover,
.categories a:hover,
.mainheader a:hover {
  text-decoration: none;
}
.flex-container a,
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a,
.flex-slider a:focus,
.flex-slider a:hover,
.navigation .toggle-burger:focus,
a:active,
a:hover {
  outline: 0;
}
p,
pre {
  word-wrap: break-word;
}
.onlynoscript {
  display: none;
}
.no-js .onlynoscript {
  display: block;
}
.spinner {
  min-width: 30px;
  min-height: 30px;
  position: relative;
  display: none;
}
.infinite-loading .spinner {
  display: inline-block;
}
.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -13px;
  margin-left: -13px;
}
#main,
html,
sub,
sup {
  position: relative;
}
.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #03ade0;
  -webkit-animation: spinner_rotate 0.6s linear infinite;
  animation: spinner_rotate 0.6s linear infinite;
}
@-webkit-keyframes spinner_rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner_rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.darkgreybg {
  background: #888;
  color: #e8e8e8;
}
html {
  color: #000;
  line-height: 1.4;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  box-sizing: content-box;
  height: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.excerpt_highlight {
  background: #282828;
  color: #fff;
  padding: 10px;
}
@media screen and (min-width: 900px) {
  .excerpt_highlight {
    margin-bottom: 0;
    padding: 0 0 0 10px;
    max-width: 70%;
    background: 0 0;
  }
  .excerpt_highlight span {
    display: inline;
    background: #282828;
    color: #fff;
    padding: 3px 0;
    line-height: 1.4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #282828, -10px 0 0 #282828;
  }
}
[hidden],
p:empty,
template {
  display: none;
}
body,
footer,
mark {
  color: #000;
}
body a,
body a:hover,
footer .mention,
footer a:hover {
  color: #580000;
}
legend,
td,
th {
  padding: 0;
}
@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.woff) format('woff'),
    url(fonts/OpenSans-Regular.ttf) format('truetype'),
    url(fonts/OpenSans-Regular.svg#OpenSans-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@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.woff) format('woff'),
    url(fonts/OpenSans-Bold.ttf) format('truetype'),
    url(fonts/OpenSans-Bold.svg#OpenSans-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
.mainheader {
  font-size: 19px;
}
h1,
h2 {
  font-size: 2em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
.btn,
h4 {
  text-transform: uppercase;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 210px;
}
body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 799.9px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
body a {
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn,
h2 {
  display: inline-block;
}
h2 {
  margin: 0;
  padding: 0 0 20px;
}
h3 {
  font-size: 1.5em;
  margin: 0;
}
h4 {
  font-size: 1.2em;
  margin: 0;
}
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#main,
.mainheader {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.my_container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .my_container {
    padding-left: 0;
    padding-right: 0;
  }
}
.post-type-archive-bieres #main {
  padding-top: 158px;
}
.full,
.one_third,
.two_third {
  padding-bottom: 20px;
}
article img {
  width: 100%;
  height: auto;
}
article ul.listimg {
  list-style-type: none;
  padding: 0;
}
article ul.listimg li {
  padding-bottom: 20px;
}
footer {
  width: 100%;
  clear: both;
  text-align: left;
  height: 210px;
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
}
.btn.more,
.centeredtxt,
.contbtn {
  text-align: center;
}
footer .my_container {
  border-top: 5px solid #000;
  padding-top: 6.67px;
}
footer a {
  color: #fff;
}
footer .tags ul {
  padding: 0;
  list-style: none;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.container-fluid {
  margin-top: 0;
}
.contbtn {
  padding: 40px;
}
.btn {
  background: #0f0;
  padding: 10px;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 100%;
  max-width: 300px;
}
.btn:after {
  vertical-align: middle;
  padding-left: 10px;
}
.btn:hover {
  background: #000;
  color: #fff;
}
.btn.more {
  margin: 0 0 20px;
  max-width: none;
}
.search_result {
  padding-bottom: 40px;
}
hr.largedevice {
  display: none;
}
hr.smalldevice {
  margin-top: 0;
}
@media screen and (min-width: 800px) {
  hr.largedevice {
    display: block;
  }
  hr.smalldevice {
    display: none;
  }
  .demi_marg_top {
    margin-top: 10px;
  }
  #main {
    margin: auto;
  }
  #main,
  .categories,
  .mainheader {
    padding-left: 0;
    padding-right: 0;
  }
  #main,
  .blocks.filter,
  .post-type-archive-bieres #main,
  .post-type-archive-bieres .blocks.filter {
    padding-top: 0;
  }
  .two_col {
    position: relative;
  }
  .too_top_left,
  .too_top_right {
    position: absolute;
    top: 0;
    width: 33.33%;
  }
  .too_top_right {
    right: 0;
    padding-left: 10px;
  }
  .too_top_left {
    left: 0;
  }
  .too_top_left.fullwidth {
    width: 100%;
  }
  .one_fourth,
  .one_third,
  .three_fourth,
  .three_third,
  .two_third {
    display: inline-block;
    vertical-align: top;
  }
  .one_third {
    width: 33%;
    padding-right: 20px;
  }
  .one_third.too_top_right {
    width: 33.33%;
  }
  .two_third {
    width: 66%;
  }
  .two_third p:first-child {
    margin-top: 0;
  }
  .one_fourth {
    width: 25%;
    padding-right: 20px;
  }
  .three_fourth {
    width: 75%;
  }
  .three_third {
    width: 100%;
  }
  .single-post .one_third [class*='col-'] article.small_size_preview,
  .single-post
    .one_third
    [class*='col-']
    article.small_size_preview:not(.photos-reportages) {
    border-bottom: none;
  }
}
@font-face {
  font-family: icons;
  src: url(fonts/icons.eot);
  src: url(fonts/icons.eot?#iefix) format('embedded-opentype'),
    url(fonts/icons.woff) format('woff'),
    url(fonts/icons.ttf) format('truetype'),
    url(fonts/icons.svg#icons) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=' icon-']:before,
[class*=' iconafter-']:after,
[class^='icon-']:before,
[class^='iconafter-']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: $content;
  font-family: icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
}
blockquote:not(.excerpt),
h4.intertitre {
  font-size: 1.375em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.icon-Star:before,
.iconafter-Star:after {
  content: '\EA07';
}
.icon-logo:before,
.iconafter-logo:after {
  content: '\EA08';
}
h4.intertitre {
  font-weight: 700;
  margin: 60px 0 0;
}
blockquote:not(.excerpt) {
  font-weight: 700;
}
.post-type-archive-bieres .grid .elementgrid,
.single-bieres .grid .elementgrid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-type-archive-bieres .next_prev_nav,
.single-bieres .next_prev_nav {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .single-bieres .one_third [class*='col-']:nth-child(2) {
    display: none;
  }
  .single-post .one_third [class*='col-'] article.small_size_preview,
  .single-post
    .one_third
    [class*='col-']
    article.small_size_preview:not(.photos-reportages) {
    border-bottom: 1px #e8e8e8 solid;
  }
  .single-post
    .one_third
    [class*='col-']:last-child
    article.small_size_preview {
    border-bottom: 0;
    margin: bottom 0;
  }
}
.sub_txt,
article.two_col {
  color: #000;
  text-align: left;
  overflow: auto;
  width: 100%;
}
.sub_txt .downloadlink,
article.two_col .downloadlink {
  text-decoration: none;
  border: 1px solid #580000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 10px;
  padding: 10px;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  color: #580000;
}
.sub_txt .downloadlink:hover,
article.two_col .downloadlink:hover {
  background: #580000;
  color: #fff;
}
.sub_txt .downloadlink:after,
article.two_col .downloadlink:after {
  padding-left: 10px;
}
.sub_txt .warp_galery,
article.two_col .warp_galery {
  width: 100%;
  padding-bottom: 40px;
  float: left;
}
@media screen and (min-width: 800px) {
  .sub_txt .warp_galery,
  article.two_col .warp_galery {
    padding-right: 40px;
    width: 50%;
  }
}
.sub_txt .warp_galery:after,
article.two_col .warp_galery:after {
  content: '';
  display: table;
  clear: both;
}
.sub_txt .hide_show,
article.two_col .hide_show {
  display: none;
  list-style: none;
  padding-left: 20px;
}
.sub_txt .tooglebtn,
article.two_col .tooglebtn {
  margin: 20px 0;
  cursor: pointer;
}
.sub_txt .tooglebtn .triangle,
article.two_col .tooglebtn .triangle {
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 10px 5px 0;
  border-color: #000 transparent transparent;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.sub_txt .tooglebtn.opened .triangle,
article.two_col .tooglebtn.opened .triangle {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.sub_txt .videoWrapper,
article.two_col .videoWrapper {
  padding-bottom: 44.5%;
  height: 0;
  position: relative;
  padding-top: 25px;
}
.sub_txt .videoWrapper iframe,
article.two_col .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_txt .border,
article.two_col .border {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  padding-top: 13.33px;
  padding-bottom: 13.33px;
}
.sub_txt .title,
article.two_col .title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}
.sub_txt .subtitle a,
article.two_col .subtitle a {
  color: #fff;
  text-decoration: underline;
}
.sub_txt .descrition,
.sub_txt .subtitle a:hover,
article.two_col .descrition,
article.two_col .subtitle a:hover {
  color: #580000;
}
.sub_txt .descrition a,
article.two_col .descrition a {
  text-decoration: underline;
  color: #580000;
}
.blocks.preview_article a,
a,
ul.social li a:hover {
  text-decoration: none;
}
.sub_txt .descrition a:hover,
.sub_txt .tags a,
article.two_col .descrition a:hover,
article.two_col .tags a {
  color: #fff;
}
.sub_txt .tags,
article.two_col .tags {
  border-top: 1px #580000 solid;
}
.sub_txt .tags h4,
article.two_col .tags h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 6.67px;
  margin-bottom: 6.67px;
}
.sub_txt .tags a:hover,
article.two_col .tags a:hover {
  color: #580000;
}
ul.listtitle {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.listtitle a {
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
ul.listtitle a:hover {
  margin-left: 5px;
}
.next_prev_nav,
.numeric_nav {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
  position: relative;
}
.next_prev_nav .onlylarge,
.numeric_nav .onlylarge {
  display: none;
}
@media screen and (min-width: 1200px) {
  .next_prev_nav .onlylarge,
  .numeric_nav .onlylarge {
    display: inline-block;
  }
}
.next_prev_nav .dots,
.numeric_nav .dots {
  color: #888;
}
.next_prev_nav a,
.numeric_nav a {
  text-transform: uppercase;
  color: #888;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.next_prev_nav a.prev,
.next_prev_nav a[rel~='prev'],
.numeric_nav a.prev,
.numeric_nav a[rel~='prev'] {
  position: absolute;
  left: 0;
}
.next_prev_nav a.next,
.next_prev_nav a[rel~='next'],
.numeric_nav a.next,
.numeric_nav a[rel~='next'] {
  position: absolute;
  right: 0;
}
.next_prev_nav a:hover,
.numeric_nav a:hover {
  color: #0f0;
  text-decoration: none;
}
.next_prev_nav ul,
.numeric_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.next_prev_nav ul li,
.numeric_nav ul li {
  padding: 0 6.67px;
}
.next_prev_nav *,
.numeric_nav * {
  display: inline-block;
}
body.popin_opended {
  overflow: hidden;
}
.blocks.mypopin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.popin_opended .blocks.mypopin {
  display: block;
}
.blocks.mypopin .shield {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.blocks.mypopin .content {
  position: absolute;
  width: 90%;
  max-width: 900px;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #888;
}
.perfect_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.perfect_image.maxheight_500 img {
  height: auto;
  max-height: 500px;
}
.blocks.preview_article {
  position: relative;
  width: 100%;
}
.blocks.preview_article a {
  display: block;
  color: #000;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.blocks.search #showsearch,
.blocks.search input,
.icon-search {
  display: inline-block;
}
.blocks.preview_article a header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocks.preview_article a header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background-color: #000;
}
.blocks.preview_article a.hovered .title,
.blocks.preview_article a:hover .title {
  opacity: 1;
  margin-top: 0;
}
.blocks.preview_article a.hovered header:before,
.blocks.preview_article a:hover header:before {
  opacity: 0.7;
}
.blocks.preview_article .title {
  font-size: 50px;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  bottom: 0;
  text-align: left;
  opacity: 0;
  left: 10px;
  color: #7c7676;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.8;
  word-break: break-all;
  overflow: hidden;
  max-height: 160px;
}
.frontpage .blocks.preview_article .title {
  font-size: 110px;
  max-height: 264px;
}
.blockvideo .blocks.preview_article {
  background-color: #b00000;
}
.blockvideo .blocks.preview_article a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(svg/video.svg);
  background-size: 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.6;
}
.icon-search {
  position: relative;
  height: 20px;
  width: 20px;
}
.icon-search:before {
  top: 0;
  left: 0;
  position: absolute;
}
.openedsearch {
  margin-left: 10px;
  padding-top: 10px;
}
.blocks.search .cont_search {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .blocks.search .cont_search {
    width: 0;
    left: auto;
    right: 0;
  }
}
.blocks.search input {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: calc(100% - 70px);
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  .blocks.search input {
    width: 0;
  }
  .blocks.search #showsearch:checked ~ #labelshow,
  .openedsearch .blocks.search #showsearch ~ #labelshow {
    display: none;
  }
  .blocks.search #showsearch:checked ~ .cont_search,
  .openedsearch .blocks.search #showsearch ~ .cont_search {
    width: 170px;
  }
  .blocks.search #showsearch:checked ~ .cont_search input,
  .openedsearch .blocks.search #showsearch ~ .cont_search input {
    width: 130px;
    margin-left: 0;
    display: inline-block;
    opacity: 1;
  }
  .blocks.search #showsearch:checked ~ .cont_search button.icon-search,
  .openedsearch .blocks.search #showsearch ~ .cont_search button.icon-search {
    display: inline-block;
  }
}
.blocks.search #labelshow:before,
.blocks.search button.icon-search:before {
  font-size: 30px;
  color: #fff;
}
.category-drawing .blocks.search #labelshow:before,
.category-drawing .blocks.search button.icon-search:before,
.category-graphic-design .blocks.search #labelshow:before,
.category-graphic-design .blocks.search button.icon-search:before,
.category-video .blocks.search #labelshow:before,
.category-video .blocks.search button.icon-search:before {
  color: #000;
}
.blocks.search #labelshow,
.blocks.search button.icon-search {
  position: absolute;
  right: 5px;
  top: 0;
}
.blocks.search #labelshow#labelshow,
.blocks.search button.icon-search#labelshow {
  display: none;
}
.blocks.search label {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.blocks.search button[type='submit'] {
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 0 10px;
}
.blocks.search #mobilesearch,
.blocks.search #s {
  border: 0;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  background: 0 0;
  position: relative;
  outline: 0;
  padding-bottom: 2px;
  margin-right: 5px;
}
.blocks.search #mobilesearch {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .blocks.search #labelshow,
  .blocks.search button.icon-search {
    top: auto;
  }
  .blocks.search #labelshow#labelshow,
  .blocks.search button.icon-search#labelshow {
    display: inline-block;
  }
  .blocks.search #s {
    opacity: 0;
  }
  .category-drawing .blocks.search #mobilesearch,
  .category-drawing .blocks.search #s,
  .category-graphic-design .blocks.search #mobilesearch,
  .category-graphic-design .blocks.search #s,
  .category-video .blocks.search #mobilesearch,
  .category-video .blocks.search #s {
    border-bottom: 1px solid #000;
  }
  .blocks.search button.icon-search {
    display: none;
  }
  .openedsearch .blocks.search button.icon-search {
    display: inline-block;
    color: #fff;
  }
  .openedsearch .blocks.search button.icon-search:before {
    top: auto;
    bottom: 2px;
    font-size: 24px;
  }
}
.blocks.search input[type='checkbox'] {
  opacity: 0;
}
.flexslider.myslider {
  margin-bottom: 30px;
  border-radius: 0;
}
.flexslider.myslider .slides {
  height: 100%;
}
.flexslider.myslider .slides > li {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.flexslider.myslider .slides img {
  height: auto;
  visibility: hidden;
}
.flexslider.myslider .slides .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 5px 10px;
}
.flexslider.myslider .slides .caption span {
  position: relative;
}
.flexslider.myslider .slides .caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.flexslider.myslider .slides .videoWrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flexslider.myslider .flex-viewport {
  height: 560px;
  background: #000;
}
.flexslider .flex-direction-nav a {
  top: 310px;
  margin-top: -60px;
  height: 45px;
}
.flexslider .flex-direction-nav a:before {
  color: #fff;
}
.flex-control-thumbs.flex-control-nav {
  margin-top: 10px;
  width: calc(100% + 5px);
}
.flex-control-thumbs.flex-control-nav li {
  width: 14.2857%;
  padding-top: 14.2857%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.flex-control-thumbs.flex-control-nav li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.flex-control-thumbs.flex-control-nav li.pressbtn > span,
.flex-control-thumbs.flex-control-nav li.video > span {
  height: calc(100% - 5px);
  background: #000;
  width: calc(100% - 5px);
}
.flex-control-thumbs.flex-control-nav li.pressbtn {
  color: #fff;
  display: block;
  margin: 0;
}
.flex-control-thumbs.flex-control-nav li.pressbtn > span {
  line-height: 487%;
}
.flex-control-thumbs.flex-control-nav li.video:after,
.flex-control-thumbs.flex-control-nav li.video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 5px);
  height: 13px;
  background-image: url(images/film.png);
  z-index: 2;
}
.flex-control-thumbs.flex-control-nav li.video:after {
  top: auto;
  bottom: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex-control-thumbs.flex-control-nav li.video span {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  text-align: left;
}
.flex-control-thumbs.flex-control-nav li.video span.txt {
  width: 100%;
  height: calc(100% - 26px);
  top: 13px;
  padding: 0;
}
.flex-control-thumbs.flex-control-nav li.video img {
  margin-left: -33px;
}
.flex-control-thumbs.flex-control-nav li img {
  height: 100%;
  width: auto;
}
ul.social {
  margin: 0;
  padding: 20px 0;
}
ul.social li {
  display: inline-block;
  padding: 3.33px 10px;
  margin-right: 6.67px;
}
ul.social li.mail {
  background: #000;
}
ul.social li.fb {
  background: #3b5998;
}
ul.social li.twitter {
  background: #4099ff;
}
ul.social li a {
  color: #fff;
}
ul.social li a:before {
  font-size: 20px;
  vertical-align: middle;
}
ul.social li a span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
@media (max-width: 47em) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 62em) and (max-width: 74em) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 75em) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 47em) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48em) and (max-width: 61em) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 62em) and (max-width: 74em) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.blocks.contact-form,
.newsletter {
  color: #000;
}
.blocks.contact-form input,
.blocks.contact-form textarea,
.newsletter input,
.newsletter textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.blocks.contact-form input[type='submit'],
.newsletter input[type='submit'] {
  padding: 20px;
  text-transform: uppercase;
  background: #580000;
  font-weight: 700;
}
.blocks.contact-form table,
.newsletter table {
  width: 100%;
}
.newsletter input[type='submit'] {
  margin-top: 20px;
}
.navigation .toggle-burger {
  background: 0 0;
  border: 0;
  height: 25px;
  overflow: hidden;
  width: 30px;
  font-size: 0;
  margin: 35px 10px;
  position: absolute;
  left: 170px;
}
.navigation .toggle-burger span {
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: #0f0;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.category-drawing .navigation .toggle-burger span,
.category-graphic-design .navigation .toggle-burger span,
.category-video .navigation .toggle-burger span {
  background: #000;
}
.navigation .toggle-burger .center {
  bottom: 0;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.navigation .toggle-burger .bottom {
  bottom: 0;
  top: auto;
}
.navigation-active .navigation .toggle-burger .sr-only {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navigation-active .navigation .toggle-burger .top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
.navigation-active .navigation .toggle-burger .center {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.navigation-active .navigation .toggle-burger .bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .navigation .toggle-burger {
    display: none;
  }
}
.nav .drawing:hover {
  color: #f0f;
}
.nav .video:hover {
  color: #0ff;
}
.nav .graphic-design:hover {
  color: #0f0;
}
.header {
  height: 60px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 800px) {
  .header {
    width: 25%;
  }
}
.header h1 {
  margin: 0;
  z-index: 1;
  display: inline-block;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.8;
}
.header h1 a {
  display: block;
  color: #580000;
}
.home .header h1 a,
.mainheader .nav-group-wrapper li a:hover {
  color: #b00000;
}
.redlign {
  width: 100%;
  height: 1px;
  background: #b00000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainheader,
.mainheader .my_container,
.mainheader .navigation .header {
  position: relative;
}
.mainheader {
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: height;
  transition: height;
}
.flex-direction-nav a,
.flex-pauseplay a {
  z-index: 10;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 800px) {
  .mainheader .my_container {
    height: 60px;
  }
}
.mainheader .navigation {
  display: block;
  width: 100%;
  left: 0;
  height: auto;
}
.mainheader .nav {
  display: inline-block;
}
.mainheader .nav-group-wrapper {
  display: block;
  right: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .mainheader .nav-group-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
    padding-bottom: 0;
  }
  .col-md-15.col-xs-3 {
    width: 20%;
  }
}
.mainheader .nav-group-wrapper ul {
  height: auto;
  top: 0;
  text-align: right;
  padding: 0;
  margin: 0;
}
.mainheader .nav-group-wrapper li {
  display: inline-block;
  height: auto;
  padding: 0 0 0 10px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .mainheader .nav-group-wrapper ul {
    margin-top: -4px;
  }
  .mainheader .nav-group-wrapper li {
    padding: 0 0 0 20px;
  }
}
.mainheader .nav-group-wrapper li:first-child {
  padding-left: 0;
}
.mainheader .nav-group-wrapper li .children {
  position: absolute;
  top: 35px;
  display: none;
}
.mainheader .nav-group-wrapper li a {
  position: relative;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: bottom;
  login-height: 0.8;
}
.mainheader .nav-group-wrapper li a.news {
  background: #b00000;
  padding: 6.67px;
  color: #fff;
}
.mainheader .nav-group-wrapper li.current-cat a {
  background: #b00000;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mainheader .nav-group-wrapper li a.news,
  .mainheader .nav-group-wrapper li.current-cat a {
    padding: 19px 6.67px;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
}
a:focus,
a:hover {
  color: #3277b2;
  text-decoration: underline;
}
a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
pre code,
table {
  background-color: transparent;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
@media (min-width: 48em) {
  .container {
    width: 750px;
  }
}
@media (min-width: 62em) {
  .container {
    width: 970px;
  }
}
@media (min-width: 75em) {
  .container {
    width: 1170px;
  }
}
.container-fluid [class*='col-'] {
  list-style: none;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-right: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-right: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-right: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-right: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-right: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-right: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-right: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-right: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-right: 0;
}
.col-xs-onset-12 {
  margin-left: 100%;
}
.col-xs-onset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-onset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-onset-9 {
  margin-left: 75%;
}
.col-xs-onset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-onset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-onset-6 {
  margin-left: 50%;
}
.col-xs-onset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-onset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-onset-3 {
  margin-left: 25%;
}
.col-xs-onset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-onset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-onset-0 {
  margin-left: 0;
}
@media (min-width: 48em) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-right: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-right: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-right: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-right: 0;
  }
  .col-sm-onset-12 {
    margin-left: 100%;
  }
  .col-sm-onset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-onset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-onset-9 {
    margin-left: 75%;
  }
  .col-sm-onset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-onset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-onset-6 {
    margin-left: 50%;
  }
  .col-sm-onset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-onset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-onset-3 {
    margin-left: 25%;
  }
  .col-sm-onset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-onset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-onset-0 {
    margin-left: 0;
  }
}
@media (min-width: 62em) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-right: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-right: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-right: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-right: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-right: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-right: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-right: 0;
  }
  .col-md-onset-12 {
    margin-left: 100%;
  }
  .col-md-onset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-onset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-onset-9 {
    margin-left: 75%;
  }
  .col-md-onset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-onset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-onset-6 {
    margin-left: 50%;
  }
  .col-md-onset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-onset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-onset-3 {
    margin-left: 25%;
  }
  .col-md-onset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-onset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-onset-0 {
    margin-left: 0;
  }
}
@media (min-width: 75em) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-right: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-right: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-right: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-right: 0;
  }
  .col-lg-onset-12 {
    margin-left: 100%;
  }
  .col-lg-onset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-onset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-onset-9 {
    margin-left: 75%;
  }
  .col-lg-onset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-onset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-onset-6 {
    margin-left: 50%;
  }
  .col-lg-onset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-onset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-onset-3 {
    margin-left: 25%;
  }
  .col-lg-onset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-onset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-onset-0 {
    margin-left: 0;
  }
}
.no-gutter {
  padding-left: 30px;
  padding-right: 30px;
}
.no-gutter [class*='col-'] {
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e9e9e9;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d1eac8;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c6e4f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf3cd;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcdcd;
}
@media (max-width: 47em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
@font-face {
  font-family: flexslider-icon;
  src: url(/wp-content/themes/Felix/fonts/flexslider-icon.eot);
  src: url(/wp-content/themes/Felix/fonts/flexslider-icon.eot?#iefix)
      format('embedded-opentype'),
    url(/wp-content/themes/Felix/fonts/flexslider-icon.woff)
      format('woff'),
    url(/wp-content/themes/Felix/fonts/flexslider-icon.ttf)
      format('truetype'),
    url(/wp-content/themes/Felix/fonts/flexslider-icon.svg#flexslider-icon)
      format('svg');
  font-weight: 400;
  font-style: normal;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  padding: 0;
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
}
.flexslider .slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  top: 50%;
  position: relative;
  height: auto;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs :hover img {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
