@font-face {
  font-family: 'trashhandregular';
  src: url(/sites/all/themes/Gopoland/css/fonts/trashhand-webfont.eot);
  src: url(/sites/all/themes/Gopoland/css/fonts/trashhand-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/Gopoland/css/fonts/trashhand-webfont.woff) format('woff'), url(/sites/all/themes/Gopoland/css/fonts/trashhand-webfont.ttf) format('truetype'), url(/sites/all/themes/Gopoland/css/fonts/trashhand-webfont.svg#trashhandregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.trash-glowna {
  font-family: 'trashhandregular';
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 96px;
  position: relative;
  top: 0.1em;
}
@media (max-width: 987px) {
  .trash-glowna {
    font-size: 4em;
    top: 0.5em;
  }
}
@media (max-width: 768px) {
  .trash-glowna {
    font-size: 6em;
    top: 0.2em;
  }
}
/*
 * transition
 * @name Less mixins for the PWF team
 * @author Gaëtan Bonnot
 *
*/
/* Some useful mixins for the future of the PWF team */
.opacite {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.transition {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.transform {
  -webkit-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
.animation {
  -webkit-animation: test 0.25s linear infinite;
  -moz-animation: test 0.25s linear infinite;
  -o-animation: test 0.25s linear infinite;
  animation: test 0.25s linear infinite;
}
h1,
h2 {
  color: #e4032c;
}
h1,
h2,
h3 .front {
  font-family: 'trashhandregular';
}
h1,
h2,
h3 {
  font-family: "Open Sans", Arial, sans-serif;
}
body {
  background-color: white;
  color: #484848;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.art {
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #4C4C4C;
}
.art_2 {
  color: #e4032c;
  background: #F4F4F4;
  border-left: 3px solid #e4032c;
  padding: 15px 20px 15px 15px;
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
}
a {
  text-decoration: none !important;
}
p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #484848;
}
.clearfix {
  display: block;
}
.post-block {
  border-top: 1px solid #DDD;
  margin: 20px 0 0 0;
  padding: 20px 0 15px 0;
}
#header {
  position: relative;
  z-index: 200;
}
#header .header-logo2 {
  float: right;
  position: relative;
  z-index: 3;
  margin-top: 5px;
}
#header .header-logo2 img {
  height: 22px;
}
#header .header-logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 10px 10px 10px 0;
  height: 100px;
  width: 100px;
  top: 0;
}
@media (max-width: 1200px) {
  #header .header-logo2 img {
    max-width: 300px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  #header .header-logo {
    text-align: center;
    float: none;
  }
}
#header .header-column {
  display: block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 8px;
    text-transform: uppercase;
  }
}
#header .header-nav.header-nav-push-top {
  margin-top: 2px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  border-top-color: #e4032c;
  width: 170px;
  white-space: normal;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.9em;
    font-weight: 400;
    padding: 8px 15px 8px 8px;
    position: relative;
    text-transform: none;
    white-space: normal;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus {
    text-decoration: none;
    color: #e4032c;
    background-color: #ffffff;
    border-bottom: 1px solid #e4032c;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 0px;
    white-space: normal;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #e4032c;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: 1px solid #e4032c;
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
    width: auto;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #e4032c !important;
  border-bottom: 1px solid #e4032c !important;
}
.page-header {
  background-color: #f5f5f5;
  border-bottom: 5px solid #EFEFEF;
  border-top: none;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}
.page-header h1 {
  border-bottom: 5px solid #CCC;
  color: #848484;
  display: inline-block;
  font-weight: 200;
  margin: 0 0 -25px;
  min-height: 37px;
  font-size: 2.6em;
  line-height: 46px;
  padding: 0 0 17px;
  position: relative;
}
.publications img {
  display: inline;
}
#header .header-social-icons {
  float: right;
  margin: 3px 0 0 10px;
}
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 0%;
  overflow: visible;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px 0px;
}
.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 0%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
.form-select {
  border-radius: 0px;
  float: right;
}
.form-item-lang-dropdown-select {
  display: inline;
}
.region.region-header-top {
  float: none;
  margin-top: 10px;
  margin-left: 10px;
}
.language-icon {
  width: 50px;
  float: right;
  max-width: 100%;
  height: auto;
  display: inline;
}
form#lang_dropdown_form_language img.language-icon {
  max-width: 100%;
  height: 33px;
  display: inline;
  float: right;
  margin-left: 10px;
}
li.pager-ellipsis {
  display: none;
}
#block-block-29 h4 {
  color: #e4032c;
  font-weight: 800;
}
#block-block-29 p {
  color: #e4032c;
}
.region.region-sidebar-right #block-block-29 {
  background-color: #f7f7f7;
  padding: 25px 25px 40px 25px;
}
#block-views-exp-studyfinder-page {
  background-color: #f7f7f7;
  padding: 25px;
}
#block-views-exp-studyfinder-page h4 {
  color: #e4032c;
  font-weight: 800;
  font-family: 'trashhandregular';
  font-size: 2.8em;
}
#views-exposed-form-STUDYFINDER-page,
#views-exposed-form-STUDYFINDER-page-1 {
  color: #e4032c;
  padding-top: 40px;
}
#views-exposed-form-STUDYFINDER-page .views-exposed-form label,
#views-exposed-form-STUDYFINDER-page-1 .views-exposed-form label {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}
#views-exposed-form-STUDYFINDER-page .form-select,
#views-exposed-form-STUDYFINDER-page-1 .form-select {
  display: block;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #e4032c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #e4032c;
  border-radius: 0px;
}
#block-views-interviews-2-block h2 {
  font-family: 'trashhandregular';
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 96px;
  position: relative;
  top: 0.1em;
  text-align: center;
}
.interview {
  padding-top: 20px;
  padding-bottom: 20px;
}
.interview .testimonial blockquote {
  background: #ffffff;
}
.interview .img-interviews {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}
.testimonial {
  margin-bottom: 15px;
}
.featured-box {
  box-sizing: border-box;
  border-top: 4px solid #e4032c;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 25px;
}
.featured-box .box-content {
  padding: 30px 30px 10px 30px;
  position: relative;
  top: -1px;
  margin-right: 15px;
  margin-left: 15px;
}
.testimonial blockquote:before {
  left: 10px;
  top: 0;
  color: #e4032c;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote:after {
  color: #e4032c;
  content: "\201D";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
}
.testimonial blockquote p {
  color: #5D5D5D;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}
.from .field-name-field-country-interviews {
  margin-bottom: 10px;
  color: #e4032c;
}
.testimonial .testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: center;
}
strong {
  color: #111;
  /* display: block; */
  padding-top: 10px;
  margin-bottom: -5px;
}
.field.field-name-field-country-interviews.field-type-country.field-label-inline {
  display: inline-block;
}
.wiz {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.wiz strong {
  color: #111;
  padding-top: 10px;
  margin-bottom: -5px;
  display: inline;
}
.kon b,
.kon strong {
  font-weight: bold;
  color: #777777;
  display: inline;
  padding-top: 0px;
  margin-bottom: 0px;
}
.body .form-text,
.body .form-textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#footer .kal {
  padding-bottom: 30px;
}
#footer .kal h2 {
  color: #ffffff;
}
#footer .kal .kalendarz h3 {
  color: #ffffff;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
#footer .kal .kalendarz .views-field.views-field-field-data {
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
}
#footer .kal .kalendarz .views-field.views-field-title {
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.img-calendar {
  margin-bottom: 30px;
}
.data-calendar {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.data-calendar .fields-calendar {
  margin-bottom: 10px;
}
.data-calendar .fields-calendar .field-label {
  margin-right: 10px;
}
#block-views-events-calendar-block-2 {
  padding: 25px;
  background-color: #e4032c;
  text-align: center;
}
#block-views-events-calendar-block-2 h4 {
  color: #fff;
  font-weight: 800;
}
#block-views-events-calendar-block-2 a {
  color: #fff;
  font-weight: 600;
  list-style-type: none;
}
#block-views-events-calendar-block-2 ul {
  color: #fff;
  font-weight: 300;
  list-style-type: none;
}
#block-views-events-calendar-block-2 .views-field-field-data {
  padding-bottom: 10px;
}
#block-views-popular-tags-block {
  padding: 25px;
  font-family: "Open Sans";
  color: #fff;
  list-style-type: none;
}
#block-views-popular-tags-block h4 {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: #e4032c;
  margin-bottom: 20px;
}
.view-popular-tags .item-list ul li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0;
}
.view-popular-tags a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #DCDCDC;
  color: #000 !important;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 5px;
  font-size: 12px !important;
}
.view-popular-tags a:hover {
  background-color: #e4032c !important;
  color: #fff !important;
}
#block-views-events-calendar-block-1 {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
#block-views-events-calendar-block-1 h4 {
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
  color: #e4032c;
  font-weight: 800;
}
#block-views-events-calendar-block-1 .view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.3em;
  font-weight: 800;
  padding-top: 7px;
}
#block-views-events-calendar-block-1 .view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}
#block-views-events-calendar-block-1 .block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}
#block-views-events-calendar-block-1 .view .date-nav-wrapper .date-prev {
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 60px;
  text-align: left;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}
@media (max-width: 992px) {
  #block-views-events-calendar-block-1 {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  #block-views-events-calendar-block-1 {
    margin-top: 100px;
  }
}
@media (max-width: 598px) {
  #block-views-events-calendar-block-1 {
    margin-top: 130px;
  }
}
tr.even,
tr.odd {
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
div.logucz .field.field-name-field-wizuniversity.field-type-text.field-label-hidden {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 300;
  font-family: "open sans";
  color: #e4032c;
  line-height: 1.3;
}
div.logucz .field.field-name-field-logo-uczelni.field-type-image.field-label-hidden {
  float: left;
  display: inline-block;
  padding-right: 20px;
}
.social {
  float: right;
  height: 31px;
}
.social h3 {
  background-color: #f9f9f9;
  margin-right: 15px;
  margin-top: 3px;
  font-family: 'trashhandregular';
  color: #e4032c;
  font-weight: 300;
  font-size: 25px;
}
.wiz .field-label,
.wiz .field-item {
  margin-left: 15px;
}
.wiz .over .field-item.even {
  margin-left: 10px;
  float: left;
}
.wiz .over .field-item.odd {
  margin-left: 10px;
  float: left;
}
.wiz .over .notable .field-item.even::after {
  content: " | ";
}
.wiz .over .notable .field-item.odd::after {
  content: " | ";
}
.wiz .over .specialisations .field-item.even::after {
  content: " | ";
}
.wiz .over .specialisations .field-item.odd::after {
  content: " | ";
}
#block-views-studyfinder-block-1 {
  padding-top: 30px;
}
.foto-uczelnie .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.notable {
  display: block;
}
.mb-none {
  margin-bottom: 0 !important;
}
.slogan {
  color: #fff !important;
  margin-top: 40px;
}
.slogan strong {
  color: #111;
  display: inline;
  padding-top: 10px;
  margin-bottom: -5px;
}
.slogan a {
  color: #fff !important;
}
section.section {
  background: #f4f4f4;
  border-top: 0px !important;
  margin: 30px 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
#news {
  background-color: #f3f3f3;
  padding-bottom: 30px;
}
#news .btn {
  margin-top: 20px;
  color: #e4032c;
  border-color: #e4032c;
  border-width: 2px;
  font-weight: 700;
  font-size: x-large;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#news .btn:hover {
  color: #fff;
  background-color: #e4032c;
  border-color: #e4032c;
}
.news {
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-bottom {
  margin-bottom: 35px;
}
.recent-news {
  margin: 10px 0 10px 0;
}
.recent-news h4 {
  margin: 20px 0 20px 0;
  text-transform: uppercase;
}
.recent-news h4 a {
  color: #4c4c4c;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.recent-news h4 a:hover {
  color: #e4032c;
}
.recent-news .date {
  float: left;
  margin-right: 0px;
  margin-top: 0px;
  text-align: center;
  position: absolute;
}
.recent-news .date .day {
  background: #F7F7F7;
  color: #e4032c;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 15px;
}
.recent-news .date .month {
  background-color: #e4032c;
  color: #FFFFFF;
  font-size: 0.9em;
  padding: 5px 17px 5px 17px;
}
article.post .post-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center;
}
article.post .post-date .day {
  background: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #CCC;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}
article.post .post-date .month {
  background: #CCC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #FFFFFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.news-posts article {
  border-bottom: 1px solid #DDD;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.news-btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
  float: right !important;
  padding: 10px;
}
.news-btn-primary:hover {
  color: #fff;
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
.inter-btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
  padding: 10px;
  margin-top: 30px;
}
.inter-btn-primary:hover {
  color: #fff;
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
.video-btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
  float: left !important;
  padding: 10px;
}
.video-btn-primary:hover {
  color: #fff;
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
article.post-large {
  margin-left: 0px !important;
}
article.post-large h2 {
  margin-bottom: 35px;
  margin-left: 65px;
}
article.post-large .post-image,
article.post-large .post-date {
  margin-left: 0px !important;
  margin-right: 0px;
}
article.post-large .post-image {
  margin-bottom: 30px;
}
article.post-large .post-image .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px;
}
.logo-wiz-uczelnie img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .logo-wiz-uczelnie img {
    padding-bottom: 30px;
    max-height: 150px;
    width: auto;
  }
}
#block-views-face-book-block {
  padding-top: 50px;
  padding-bottom: 20px;
}
.soc {
  padding-left: 0px;
  padding-right: 0px;
}
.social-y-uni {
  background: #e62117;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.social-y-uni a {
  color: #ffffff;
}
.social-y-uni a:hover {
  color: #e6e6e6;
  font-weight: 400;
}
.social-t-uni {
  background: #1da1f2;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.social-t-uni a {
  color: #ffffff;
}
.social-t-uni a:hover {
  color: #e6e6e6;
  font-weight: 400;
}
.social-flickr-uni {
  background: #ff0084;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.social-flickr-uni a {
  color: #ffffff;
}
.social-flickr-uni a:hover {
  color: #e6e6e6;
  font-weight: 400;
}
.social-g-uni {
  background: #db4437;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.social-g-uni a {
  color: #ffffff;
}
.social-g-uni a:hover {
  color: #e6e6e6;
  font-weight: 400;
}
.study-end-karuzela {
  background-color: #e4032c;
  padding-top: 15px;
  padding-bottom: 15px;
}
.study-end-karuzela .carousel .item img {
  margin: 0 auto;
  /* Align slide image horizontally center */
}
.eaie {
  background-image: url(/sites/all/themes/Gopoland/img/tlo_eaie_4.jpg);
  background-size: cover !important;
  min-height: 1277px;
  background-position: 50% 50%;
}
.eaie p {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  margin: 10px 50px 10px 50px;
  font-weight: 800;
  text-shadow: 0 2px 0 #3a3a3a;
}
.overlay-eaie {
  background: rgba(255, 255, 255, 0.1);
}
.eaie-tyt {
  color: #e4032c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 100px;
  font-family: 'trashhandregular';
  line-height: 90px;
  text-shadow: 0 3px 0 #2f2f2f;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 50px;
}
.bac-eaie {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bac-eaie_2 {
  margin-top: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.loga {
  margin-top: 20px;
  margin-bottom: 20px;
}
.loga h2 {
  color: #e4032c;
  font-weight: 900;
  padding-top: 35px;
  font-size: 43px;
}
.col-md-4.nauka {
  padding-top: 30px;
}
@media (max-width: 980px) {
  .eaie-tyt {
    margin-top: 0px;
  }
  .bac-eaie {
    margin-top: 100px;
  }
  .bac-eaie_2 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .bac-eaie {
    margin-top: 0px;
  }
  .bac-eaie_2 {
    margin-top: 0px;
  }
}
@media (max-width: 670px) {
  .eaie p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    margin: 10px 30px 10px 30px;
    font-weight: 600;
  }
}
.find-univer {
  background-image: url(/sites/all/themes/Gopoland/img/find_uni.jpg);
  background-size: cover !important;
  min-height: 500px;
  background-position: 50% 50%;
}
.find-univer p {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
.find-univer .btn {
  margin-top: 20px;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  font-weight: 700;
  font-size: xx-large;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.find-univer .btn:hover {
  color: #ffffff;
  background-color: #e4032c;
  border-color: #e4032c;
}
.overlay-univer {
  background-color: rgba(232, 22, 22, 0.4);
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.content-block-univer {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}
.find-tyt {
  color: #fff;
  padding-top: 100px;
  font-size: 100px;
  font-family: 'trashhandregular';
}
@media (max-width: 768px) {
  .find-tyt {
    font-size: 4em;
    padding-top: 50px;
  }
}
#block-views-exp-studyfinder-page .form-item .description {
  font-size: 0.0em;
}
#block-views-exp-studyfinder-page h2 {
  margin-top: 32px;
  font-size: 64px;
  font-family: 'trashhandregular';
}
#block-views-exp-studyfinder-page .views-exposed-form label {
  font-weight: bold;
  color: #e4032c;
  font-size: 25px;
  margin-bottom: 15px;
}
#block-views-exp-studyfinder-page .form-select {
  display: block;
  height: 42px;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #e4032c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #e4032c;
  border-radius: 0px;
}
.views-exposed-form .views-exposed-widget .btn-primary {
  margin-top: 2px;
  color: #e4032c;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #e4032c #e4032c #b20222;
  border: 2px solid ;
  font-size: 32px;
}
.views-exposed-form .views-exposed-widget .btn-primary:focus {
  color: #fff;
  background-color: #e4032c;
}
.views-exposed-form .views-exposed-widget .btn-primary:hover {
  color: #fff;
  background-color: #e4032c;
}
.form-item .description {
  font-size: 0em;
}
.views-field.views-field-view-node a {
  display: inline-block;
  margin-bottom: 0px;
  background-image: url(/sites/all/themes/Gopoland/img/more.png);
  background-repeat: no-repeat;
  width: 55px;
  height: 30px;
  border: none;
  color: #fff;
  vertical-align: baseline;
  font-size: 0px;
  cursor: pointer;
  background-position: 0px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.views-field.views-field-view-node a:hover {
  background-image: url(/sites/all/themes/Gopoland/img/more.png);
  font-size: 0px;
  width: 55px;
  height: 30px;
  background-position: 0px -30px;
}
.view-STUDYFINDER td.views-field-field-contact a {
  display: inline-block;
  margin-bottom: 0px;
  width: 62px;
  height: 25px;
  background-image: url(/sites/all/themes/Gopoland/img/icon_mail_3.png);
  vertical-align: baseline;
  font-size: 0px;
  cursor: pointer;
  background-position: 0px 0px;
  margin: 0px 0 0px 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.view-STUDYFINDER td.views-field-field-contact a:hover {
  background-position: 0px -25px;
  width: 62px;
  height: 25px;
}
#block-views-studyfinder-block-1 .table-responsive td.views-field.views-field-field-contact a {
  display: inline-block;
  margin-bottom: 0px;
  width: 62px;
  height: 25px;
  background-image: url(/sites/all/themes/Gopoland/img/icon_mail_3.png);
  vertical-align: baseline;
  font-size: 0px;
  cursor: pointer;
  background-position: 0px 0px;
  margin: 0px 0 0px 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#block-views-studyfinder-block-1 .table-responsive td.views-field.views-field-field-contact a:hover {
  background-position: 0px -25px;
  width: 62px;
  height: 25px;
}
.studyhed img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.studyhed .col-md-4.center-block.study-box-1 .field.field-name-field-university .field-item.even a {
  width: 100%;
  height: 165px;
  background-image: url(/sites/all/themes/Gopoland/img/profile_red_2.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0px;
  background-position: center 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.studyhed .col-md-4.center-block.study-box-1 .field.field-name-field-university .field-item.even a:hover {
  background-position: center -165px;
  border-bottom: solid 2px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.studyhed .col-md-4.center-block.study-box-1-1 .field.field-name-field-contact.field-type-email.field-label-hidden .field-items .field-item.even a {
  width: 100%;
  height: 165px;
  background-image: url(/sites/all/themes/Gopoland/img/apply_3_2.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0px;
  background-position: center 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.studyhed .col-md-4.center-block.study-box-1-1 .field.field-name-field-contact.field-type-email.field-label-hidden .field-items .field-item.even a:hover {
  background-position: center -165px;
  border-bottom: solid 2px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.studyhed .field.field-name-field-university.field-type-link-field.field-label-inline.clearfix a {
  width: 165px;
  height: 85px;
  background-image: url(/sites/all/themes/Gopoland/img/profile_red.png);
  font-size: 0px;
  float: left;
  background-position: 0px 0px;
  margin: 20px 0px 20px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.studyhed .field.field-name-field-university.field-type-link-field.field-label-inline.clearfix a:hover {
  background-position: 0px -165px;
}
.studyhed .field.field-name-field-university.field-type-link-field.field-label-inline.clearfix {
  font-size: 0px;
}
.study-box-0 {
  background-color: #ffffff;
  height: 125px;
}
.study-box-1 {
  background-color: #ffffff;
}
.study-box-1-1 {
  background-color: #ffffff;
}
.study-box-2 .field-label {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
  color: #505050;
}
.study-box-3 {
  color: #505050;
}
.study-box-3 h5,
.study-box-3 h6 {
  color: #ffffff;
}
.study-box-3 .field-label {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
  color: #505050;
}
.study-box-3 p {
  color: #505050;
}
.study-box-3 .tabelapol {
  border-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  background-color: #fff;
}
.tabelapole {
  border-bottom: solid 2px #ccc;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 10px;
  background-color: #eee;
}
.tabelapol {
  border-bottom: solid 2px #ccc;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 10px;
  background-color: #fff;
}
.tabelawiz {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 10px;
  background-color: #fff;
}
.puget {
  border-bottom: 3px solid #e4032c;
  border-top: 3px solid #e4032c;
}
.puget .publi {
  min-height: 140px;
  padding-top: 10px;
  background-color: #ffffff !important;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.puget .publi h2 {
  margin-bottom: 0px;
  color: #e4032c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .publi {
  min-height: 140px;
  padding-top: 10px;
  background-color: #e4032c !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .publi h2 {
  margin-bottom: 0px;
  color: #ffffff !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.getcon {
  min-height: 140px;
  padding-top: 10px;
  background-color: #e4032c !important;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.getcon h2 {
  margin-bottom: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .getcon {
  min-height: 140px;
  padding-top: 10px;
  background-color: #ffffff !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .getcon h2 {
  margin-bottom: 0px;
  color: #e4032c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.puget .col-sm-6.publi {
  min-height: 140px;
  padding-bottom: 30px;
  padding-top: 10px;
  background-color: #e4032c !important;
}
.puget .col-sm-6.getcon {
  min-height: 140px;
  padding-bottom: 30px;
  padding-top: 10px;
  background-color: #e84c3d !important;
}
.puget .trash-glowna {
  color: #ffffff;
}
.polish-tyt {
  padding-top: 30px;
  padding-bottom: 30px;
}
.polish {
  border-bottom: 3px solid #e4032c;
  border-top: 3px solid #e4032c;
  margin-bottom: 20px;
}
.polish h2 {
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-family: 'trashhandregular' !important;
  color: #ffffff;
  font-size: 3.8em;
}
.polish h2:hover {
  text-decoration: none;
}
.polish .col1 {
  background-color: #e4032c;
  padding: 40px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col1:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col1:hover h2 {
  color: #e4032c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col2 {
  background-color: #e4032c;
  padding: 40px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col2:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col2:hover h2 {
  color: #e4032c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col3 {
  background-color: #e4032c;
  padding: 40px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col3:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.polish .col3:hover h2 {
  color: #e4032c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.why-pol {
  text-align: center;
}
.why-pol .col-sm-6 {
  min-height: 220px;
}
.why-pol .bac-why {
  background: #f7f7f7;
  border-bottom: 2px solid #e6e6e6;
  text-align: center;
  display: inline-block;
}
.why-pol h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
  color: #e4032c !important;
  font-family: 'trashhandregular' !important;
}
.why-pol a:hover {
  background: #e4032c !important;
  color: #ffffff !important;
}
.why-pol a:hover .bac-why {
  background: #e4032c !important;
  transition: 0.4s ease-in-out;
}
.why-pol a:hover .bac-why p {
  color: #fff;
  transition: 0.4s ease-in-out;
}
.why-pol a:hover .bac-why h3 {
  color: #fff !important;
  transition: 0.4s ease-in-out;
}
.why-pol p {
  margin-top: 20px;
  margin-bottom: 45px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  line-height: 24px;
}
h2.widgettitle::after,
.box-header::after {
  display: block;
  content: "";
  background: #E84C3D;
  width: 100px;
  height: 2px;
  margin-top: 13px;
}
h2.box-header::after {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.header-box h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.find-scholar {
  background-image: url(/sites/all/themes/Gopoland/img/find_sho.jpg);
  background-size: cover !important;
  min-height: 500px;
  background-position: 50% 50%;
}
.find-scholar p {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
.find-scholar .btn {
  margin-top: 20px;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  font-weight: 700;
  font-size: xx-large;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.find-scholar .btn:hover {
  color: #fff;
  background-color: #e4032c;
  border-color: #e4032c;
}
.overlay-scholar {
  background-color: rgba(232, 22, 22, 0.4);
}
.videos {
  padding: 40px 0;
}
.videos h2 {
  font-family: 'trashhandregular';
}
.sbox {
  border-bottom: 3px solid #e4032c;
  border-top: 3px solid #e4032c;
  text-align: center;
}
.sbox .box1 {
  color: #e4032c;
  background-color: #ffffff;
  padding: 40px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sbox .box1 h3 {
  font-family: 'trashhandregular';
  font-size: 1.8em;
  color: #e4032c;
  margin: 33px 0px;
  text-transform: uppercase;
}
.sbox .box2 {
  color: #ffffff;
  background-color: #e4032c;
  padding: 40px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sbox .box2 h3 {
  font-family: 'trashhandregular';
  font-size: 1.8em;
  color: #ffffff;
  margin: 33px 0px;
  text-transform: uppercase;
}
a:hover .box1 {
  color: #ffffff;
  background-color: #e4032c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .box1 h3 {
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .box2 {
  color: #e4032c;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover .box2 h3 {
  color: #e4032c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .sbox .box1 h3 {
    font-size: 3.3em;
  }
}
@media (max-width: 768px) {
  .sbox .box2 h3 {
    font-size: 3.3em;
  }
}
@media (min-width: 1550px) {
  .sbox .box2 h3 {
    font-size: 2.3em;
  }
}
@media (min-width: 1550px) {
  .sbox .box1 h3 {
    font-size: 2.3em;
  }
}
div#block-views-kontakt-front-block {
  padding-top: 35px;
}
.map-leaf.view-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.map-find {
  background-color: #e4032c;
  margin-bottom: 50px;
}
.map-find a.btn.btn-default {
  margin: 50px;
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  padding: 20px;
  font-weight: 700;
  font-size: xx-large;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.map-find a.btn.btn-default:hover {
  color: #e4032c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.map-head h2 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.view-filters .form-select {
  color: #e4032c;
  border: 2px solid #e4032c;
  font-size: 16px;
  padding: 8px 15px;
  margin: 5px;
  height: 42px;
}
.map-leaf .views-exposed-form label {
  font-weight: bold;
  color: #e4032c;
}
#gallery .col-md-2.col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.zoom img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  height: 100%;
}
.zoom img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom {
  overflow: hidden;
}
.tagclouds-term {
  margin-top: 30px;
}
.tagclouds-term a {
  float: left;
  color: #fff;
  border: 1px solid #f3f3f3;
  background: transparent;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 10px 12px;
  text-transform: uppercase;
  margin-right: 7px;
  margin-top: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tagclouds-term a:hover {
  background-color: #ffffff !important;
  color: #e4032c !important;
}
#footer {
  background: #e4032c;
  font-size: 0.9em;
  margin-top: 0px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}
#footer h1,
#footer h2,
#footer h3 {
  font-family: "Open Sans", Arial, sans-serif;
}
#footer .footer-copyright {
  background: #b20222;
  margin-top: 40px;
  padding: 30px 0 10px;
}
.address {
  color: #fff;
}
.address p {
  color: #fff;
}
.address a {
  color: #fff;
  text-decoration: none;
}
.address h3 {
  font-size: 35px;
}
a {
  color: #e4032c;
}
a:hover {
  color: #fc0532;
}
a:active {
  color: #cb0327;
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary {
  color: #e4032c !important;
}
html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #e4032c;
}
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
  color: #e36159 !important;
}
html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #e36159;
}
html .heading-dark,
html .lnk-dark,
html .text-color-dark {
  color: #2e353e !important;
}
html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}
html .heading-light,
html .lnk-light,
html .text-color-light {
  color: #ffffff !important;
}
html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #ffffff;
}
.alternative-font {
  color: #e4032c;
}
html .blockquote-primary {
  border-color: #e4032c !important;
}
html .blockquote-secondary {
  border-color: #e36159 !important;
}
html .blockquote-dark {
  border-color: #2e353e !important;
}
html .blockquote-light {
  border-color: #ffffff !important;
}
p.drop-caps:first-child:first-letter {
  color: #e4032c;
}
p.drop-caps.drop-caps-style-2:first-child:first-letter {
  background-color: #e4032c;
}
ul.nav-pills > li.active > a {
  background-color: #e4032c;
}
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
  background-color: #e4032c;
}
.sort-source-wrapper .nav > li.active > a {
  color: #e4032c;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #e4032c;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e4032c;
}
html .label-primary {
  background-color: #e4032c;
}
html .label-secondary {
  background-color: #e36159;
}
html .label-dark {
  background-color: #2e353e;
}
html .label-light {
  background-color: #ffffff;
}
.btn-link {
  color: #e4032c;
}
.btn-link:hover {
  color: #fc0532;
}
.btn-link:active {
  color: #cb0327;
}
html .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
}
html .btn-primary:hover {
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
html .btn-primary:active,
html .btn-primary:focus {
  border-color: #cb0327 #cb0327 #cb0327;
  background-color: #cb0327;
}
html .btn-primary.dropdown-toggle {
  border-left-color: #cb0327;
}
html .btn-primary[disabled] {
  border-color: #fd5070;
  background-color: #fd5070;
}
html .btn-primary:hover,
html .btn-primary:focus {
  color: #ffffff;
}
html .btn-primary-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b20222;
  border-color: #b20222 #b20222 #7f0219;
}
html .btn-primary-scale-2:hover {
  border-color: #cb0327 #cb0327 #98021d;
  background-color: #cb0327;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus {
  border-color: #98021d #98021d #98021d;
  background-color: #98021d;
}
html .btn-primary-scale-2.dropdown-toggle {
  border-left-color: #98021d;
}
html .btn-primary-scale-2[disabled] {
  border-color: #fc1e46;
  background-color: #fc1e46;
}
html .btn-secondary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}
html .btn-secondary:hover {
  border-color: #e7766f #e7766f #df4c43;
  background-color: #e7766f;
}
html .btn-secondary:active,
html .btn-secondary:focus {
  border-color: #df4c43 #df4c43 #df4c43;
  background-color: #df4c43;
}
html .btn-secondary.dropdown-toggle {
  border-left-color: #df4c43;
}
html .btn-secondary[disabled] {
  border-color: #f2b4b0;
  background-color: #f2b4b0;
}
html .btn-secondary:hover,
html .btn-secondary:focus {
  color: #ffffff;
}
html .btn-secondary-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
}
html .btn-secondary-scale-2:hover {
  border-color: #df4c43 #df4c43 #cd2c23;
  background-color: #df4c43;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus {
  border-color: #cd2c23 #cd2c23 #cd2c23;
  background-color: #cd2c23;
}
html .btn-secondary-scale-2.dropdown-toggle {
  border-left-color: #cd2c23;
}
html .btn-secondary-scale-2[disabled] {
  border-color: #ea8b85;
  background-color: #ea8b85;
}
html .btn-dark {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}
html .btn-dark:hover {
  border-color: #39424d #39424d #23282f;
  background-color: #39424d;
}
html .btn-dark:active,
html .btn-dark:focus {
  border-color: #23282f #23282f #23282f;
  background-color: #23282f;
}
html .btn-dark.dropdown-toggle {
  border-left-color: #23282f;
}
html .btn-dark[disabled] {
  border-color: #596779;
  background-color: #596779;
}
html .btn-dark:hover,
html .btn-dark:focus {
  color: #ffffff;
}
html .btn-dark-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #181c21;
  border-color: #181c21 #181c21 #030303;
}
html .btn-dark-scale-2:hover {
  border-color: #23282f #23282f #0d0f12;
  background-color: #23282f;
}
html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus {
  border-color: #0d0f12 #0d0f12 #0d0f12;
  background-color: #0d0f12;
}
html .btn-dark-scale-2.dropdown-toggle {
  border-left-color: #0d0f12;
}
html .btn-dark-scale-2[disabled] {
  border-color: #444e5b;
  background-color: #444e5b;
}
html .btn-light {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
}
html .btn-light:hover {
  border-color: #ffffff #ffffff #f2f2f2;
  background-color: #ffffff;
}
html .btn-light:active,
html .btn-light:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background-color: #f2f2f2;
}
html .btn-light.dropdown-toggle {
  border-left-color: #f2f2f2;
}
html .btn-light[disabled] {
  border-color: #ffffff;
  background-color: #ffffff;
}
html .btn-light:hover,
html .btn-light:focus {
  color: #777777;
}
html .btn-light-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}
html .btn-light-scale-2:hover {
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
  background-color: #f2f2f2;
}
html .btn-light-scale-2:active,
html .btn-light-scale-2:focus {
  border-color: #d9d9d9 #d9d9d9 #d9d9d9;
  background-color: #d9d9d9;
}
html .btn-light-scale-2.dropdown-toggle {
  border-left-color: #d9d9d9;
}
html .btn-light-scale-2[disabled] {
  border-color: #ffffff;
  background-color: #ffffff;
}
html .btn-borders.btn-primary {
  background: transparent;
  border-color: #e4032c;
  color: #e4032c;
  text-shadow: none;
}
html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
  border-color: #e4032c !important;
  color: #ffffff;
}
html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus {
  border-color: #cb0327 #cb0327 #cb0327;
  background-color: #cb0327;
}
html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
  border-left-color: #cb0327;
}
html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled] {
  border-color: #fd5070;
  background-color: #fd5070;
}
html .btn-borders.btn-secondary {
  background: transparent;
  border-color: #e36159;
  color: #e36159;
  text-shadow: none;
}
html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  border-color: #e36159 !important;
  color: #ffffff;
}
html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
  border-color: #e7766f #e7766f #df4c43;
  background-color: #e7766f;
}
html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus {
  border-color: #df4c43 #df4c43 #df4c43;
  background-color: #df4c43;
}
html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
  border-left-color: #df4c43;
}
html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled] {
  border-color: #f2b4b0;
  background-color: #f2b4b0;
}
html .btn-borders.btn-dark {
  background: transparent;
  border-color: #2e353e;
  color: #2e353e;
  text-shadow: none;
}
html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  border-color: #2e353e !important;
  color: #ffffff;
}
html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
  border-color: #39424d #39424d #23282f;
  background-color: #39424d;
}
html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus {
  border-color: #23282f #23282f #23282f;
  background-color: #23282f;
}
html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
  border-left-color: #23282f;
}
html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled] {
  border-color: #596779;
  background-color: #596779;
}
html .btn-borders.btn-light {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-shadow: none;
}
html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
  border-color: #ffffff !important;
  color: #777777;
}
html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
  border-color: #ffffff #ffffff #f2f2f2;
  background-color: #ffffff;
}
html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background-color: #f2f2f2;
}
html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
  border-left-color: #f2f2f2;
}
html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled] {
  border-color: #ffffff;
  background-color: #ffffff;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e4032c;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e4032c !important;
  border-color: #e4032c;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #e4032c;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #e4032c;
  border-color: #e4032c;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus {
  border-color: #cb0327 #cb0327 #cb0327;
  background-color: #cb0327;
}
.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
  border-left-color: #cb0327;
}
.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled] {
  border-color: #fd5070;
  background-color: #fd5070;
}
html .alert-primary {
  background-color: #e4032c;
  border-color: #d50329;
  color: #ffffff;
}
html .alert-primary .alert-link {
  color: #ffffff;
}
html .alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #ffffff;
}
html .alert-secondary .alert-link {
  color: #ffffff;
}
html .alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #ffffff;
}
html .alert-dark .alert-link {
  color: #ffffff;
}
html .alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}
html .alert-light .alert-link {
  color: #777777;
}
html section.section-primary {
  background-color: #e4032c !important;
  border-color: #cb0327 !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #ffffff;
}
html section.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2 {
  background-color: #b20222 !important;
  border-color: #98021d !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #b20222;
}
html section.section-secondary {
  background-color: #e36159 !important;
  border-color: #df4c43 !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #ffffff;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #dc372d !important;
  border-color: #cd2c23 !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #dc372d;
}
html section.section-dark {
  background-color: #2e353e !important;
  border-color: #23282f !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #ffffff;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #181c21 !important;
  border-color: #0d0f12 !important;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #181c21;
}
html section.section-light {
  background-color: #ffffff !important;
  border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777777;
}
html section.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e6e6e6;
}
html section.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important;
}
html section.section-default-scale-2 {
  background-color: #c1c1c1 !important;
  border-top-color: #b9b9b9 !important;
}
html section.section-default-scale-3 {
  background-color: #a8a8a8 !important;
  border-top-color: #a0a0a0 !important;
}
html section.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #868686 !important;
}
html section.section-default-scale-5 {
  background-color: #757575 !important;
  border-top-color: #6d6d6d !important;
}
html section.section-default-scale-6 {
  background-color: #5b5b5b !important;
  border-top-color: #535353 !important;
}
html section.section-default-scale-7 {
  background-color: #424242 !important;
  border-top-color: #3a3a3a !important;
}
html section.section-default-scale-8 {
  background-color: #282828 !important;
  border-top-color: #202020 !important;
}
html section.section-default-scale-9 {
  background-color: #0f0f0f !important;
  border-top-color: #070707 !important;
}
section.page-header h1 {
  border-bottom-color: #e4032c;
}
section.page-header.custom-product {
  background-color: #cb0327;
  border-top-color: #da032a;
}
html .page-header-color.page-header-primary {
  background-color: #e4032c;
  border-bottom-color: #e4032c;
  color: #ffffff;
}
html .page-header-color.page-header-primary h1 {
  color: #ffffff;
}
html .page-header-color.page-header-primary h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-primary a {
  color: #ffffff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-secondary {
  background-color: #e36159;
  border-bottom-color: #e36159;
  color: #ffffff;
}
html .page-header-color.page-header-secondary h1 {
  color: #ffffff;
}
html .page-header-color.page-header-secondary h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-secondary a {
  color: #ffffff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-dark {
  background-color: #2e353e;
  border-bottom-color: #2e353e;
  color: #ffffff;
}
html .page-header-color.page-header-dark h1 {
  color: #ffffff;
}
html .page-header-color.page-header-dark h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-dark a {
  color: #ffffff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-light {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #777777;
}
html .page-header-color.page-header-light h1 {
  color: #777777;
}
html .page-header-color.page-header-light h1 span {
  color: #777777;
}
html .page-header-color.page-header-light a {
  color: #777777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777777;
}
html .toggle-primary .toggle label {
  color: #e4032c;
  border-left-color: #e4032c;
  border-right-color: #e4032c;
}
html .toggle-primary .toggle.active > label {
  background-color: #e4032c;
  border-color: #e4032c;
  color: #ffffff;
}
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #e4032c;
}
html .toggle-secondary .toggle label {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}
html .toggle-secondary .toggle.active > label {
  background-color: #e36159;
  border-color: #e36159;
  color: #ffffff;
}
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #e36159;
}
html .toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html .toggle-dark .toggle.active > label {
  background-color: #2e353e;
  border-color: #2e353e;
  color: #ffffff;
}
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}
html .toggle-light .toggle label {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
html .toggle-light .toggle.active > label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #777777;
}
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #ffffff;
}
.thumb-info .thumb-info-type {
  background-color: #e4032c;
}
.thumb-info .thumb-info-action-icon {
  background-color: #e4032c;
}
.thumb-info-social-icons a {
  background-color: #e4032c;
}
.thumbnail .zoom {
  background-color: #e4032c;
}
.img-thumbnail .zoom {
  background-color: #e4032c;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #e4032c;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e36159;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #2e353e;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777777;
}
.thumb-info-ribbon {
  background: #e4032c;
}
.thumb-info-ribbon:before {
  border-right-color: #98021d;
  border-left-color: #98021d;
}
.inverted {
  background-color: #e4032c;
}
html .inverted-primary {
  background-color: #e4032c;
}
html .inverted-secondary {
  background-color: #e36159;
}
html .inverted-dark {
  background-color: #2e353e;
}
html .inverted-light {
  background-color: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c60326;
}
.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"] {
  color: #e4032c;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e4032c;
  border-color: #e4032c #e4032c #b20222;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  border-color: #fc0532 #fc0532 #cb0327;
  background-color: #fc0532;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  border-color: #cb0327 #cb0327 #cb0327;
  background-color: #cb0327;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"].dropdown-toggle {
  border-left-color: #cb0327;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
  border-color: #fd5070;
  background-color: #fd5070;
}
html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
  color: #e4032c;
}
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
  border-top-color: #e4032c;
}
html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
  border-top-color: #e4032c;
  color: #e4032c;
}
html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: #e4032c;
}
html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #e4032c;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-left-color: #e4032c;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: #e4032c;
}
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #e4032c;
}
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: #e4032c;
}
html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #e4032c;
  color: #e4032c;
}
html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e4032c;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #e4032c;
}
html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e4032c;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #e4032c;
}
html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e4032c;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #e4032c;
}
html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  color: #e36159;
}
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  border-top-color: #e36159;
}
html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #e36159;
  color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #e36159;
}
html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #2e353e;
}
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: #2e353e;
}
html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2e353e;
}
html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  color: #ffffff;
}
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  border-top-color: #ffffff;
}
html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #ffffff;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-right-color: #e4032c;
  border-left-color: transparent;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: transparent;
  border-left-color: #e4032c;
}
.list.list-icons li .fa,
.list.list-icons li .icons {
  color: #e4032c;
  border-color: #e4032c;
}
.list.list-icons.list-icons-style-3 li .fa,
.list.list-icons.list-icons-style-3 li .icons {
  background-color: #e4032c;
}
.list.list-ordened li:before {
  color: #e4032c;
  border-color: #e4032c;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #e4032c;
}
html .list-primary.list-icons li .fa,
html .list-primary.list-icons li .icons {
  color: #e4032c;
  border-color: #e4032c;
}
html .list-primary.list-icons.list-icons-style-3 li .fa,
html .list-primary.list-icons.list-icons-style-3 li .icons {
  background-color: #e4032c;
  color: #ffffff;
}
html .list-primary.list-ordened li:before {
  color: #e4032c;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e4032c;
  color: #ffffff;
}
html .list-secondary.list-icons li .fa,
html .list-secondary.list-icons li .icons {
  color: #e36159;
  border-color: #e36159;
}
html .list-secondary.list-icons.list-icons-style-3 li .fa,
html .list-secondary.list-icons.list-icons-style-3 li .icons {
  background-color: #e36159;
  color: #ffffff;
}
html .list-secondary.list-ordened li:before {
  color: #e36159;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e4032c;
  color: #ffffff;
}
html .list-dark.list-icons li .fa,
html .list-dark.list-icons li .icons {
  color: #2e353e;
  border-color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li .fa,
html .list-dark.list-icons.list-icons-style-3 li .icons {
  background-color: #2e353e;
  color: #ffffff;
}
html .list-dark.list-ordened li:before {
  color: #2e353e;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #e4032c;
  color: #ffffff;
}
html .list-light.list-icons li .fa,
html .list-light.list-icons li .icons {
  color: #ffffff;
  border-color: #ffffff;
}
html .list-light.list-icons.list-icons-style-3 li .fa,
html .list-light.list-icons.list-icons-style-3 li .icons {
  background-color: #ffffff;
  color: #777777;
}
html .list-light.list-ordened li:before {
  color: #ffffff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #e4032c;
  color: #777777;
}
html .panel-group.panel-group-primary .panel-heading {
  background-color: #e4032c !important;
}
html .panel-group.panel-group-primary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-secondary .panel-heading {
  background-color: #e36159 !important;
}
html .panel-group.panel-group-secondary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-dark .panel-heading {
  background-color: #2e353e !important;
}
html .panel-group.panel-group-dark .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-light .panel-heading {
  background-color: #ffffff !important;
}
html .panel-group.panel-group-light .panel-heading a {
  color: #777777;
}
#header .header-column.header-column-valign-top {
  vertical-align: top;
  margin-top: 25px;
}
#header .header-btn-collapse-nav {
  background: #e4032c;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #e4032c;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #e4032c;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #e4032c;
  }
  #header.header-nav-top-line {
    margin-top: -44px;
  }
  #header.header-nav-top-line nav > ul li.active > a,
  #header.header-nav-top-line nav > ul li:hover > a {
    color: #e4032c;
    border-top-color: #e4032c;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a,
  #header .header-nav-main nav > ul > li > a:focus,
  #header .header-nav-main nav > ul > li > a:hover {
    color: #e4032c;
  }
  #header .header-nav-main nav > ul > li.active > a,
  #header .header-nav-main nav > ul > li.active > a:focus,
  #header .header-nav-main nav > ul > li.active > a:hover {
    background-color: #e4032c;
  }
}
html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #e4032c;
}
html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #e36159;
}
html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #2e353e;
}
html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #ffffff;
}
.icon-featured {
  background-color: #e4032c;
}
html .call-to-action.featured.featured-primary {
  border-top-color: #e4032c;
}
html .call-to-action.call-to-action-primary {
  background: #e4032c;
}
html .call-to-action.with-full-borders {
  border-color: #e4032c;
}
html .call-to-action.call-to-action-primary {
  background: #e4032c;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #ffffff;
}
html .call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}
html .call-to-action.with-full-borders {
  border-color: #e36159;
}
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #ffffff;
}
html .call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}
html .call-to-action.call-to-action-dark {
  background: #2e353e;
}
html .call-to-action.with-full-borders {
  border-color: #2e353e;
}
html .call-to-action.call-to-action-dark {
  background: #2e353e;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #ffffff;
}
html .call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}
html .call-to-action.call-to-action-light {
  background: #ffffff;
}
html .call-to-action.with-full-borders {
  border-color: #ffffff;
}
html .call-to-action.call-to-action-light {
  background: #ffffff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777777;
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #e4032c;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #e4032c;
}
.slider .tp-bannertimer {
  background-color: #e4032c;
}
.home-concept strong {
  color: #e4032c;
}
#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
  color: #e4032c;
}
#footer.color {
  background: #e4032c;
  border-top-color: #e4032c;
}
html #footer.color-primary {
  background: #e4032c;
  border-top-color: #e4032c;
}
html #footer.color-primary .footer-copyright {
  background: #cb0327;
  border-top-color: #cb0327;
}
html #footer.color-secondary {
  background: #e36159;
  border-top-color: #e36159;
}
html #footer.color-secondary .footer-copyright {
  background: #df4c43;
  border-top-color: #df4c43;
}
html #footer.color-dark {
  background: #2e353e;
  border-top-color: #2e353e;
}
html #footer.color-dark .footer-copyright {
  background: #23282f;
  border-top-color: #23282f;
}
html #footer.color-light {
  background: #ffffff;
  border-top-color: #ffffff;
}
html #footer.color-light .footer-copyright {
  background: #f2f2f2;
  border-top-color: #f2f2f2;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #e4032c;
}
html.boxed .body {
  border-top-color: #e4032c;
}
.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-radius: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs-justified > li > a,
  .navbar {
    border-radius: 0;
  }
}
#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-theme .owl-controls .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-carousel.full-width .owl-controls .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-controls .owl-nav .owl-prev,
.owl-carousel.full-width .owl-controls .owl-nav .owl-next,
.owl-carousel.big-nav .owl-controls .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
  border-radius: 0;
}
@media (max-width: 479px) {
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
  #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  #header.flat-menu nav ul.nav-main li a,
  html.boxed #header.flat-menu .header-top {
    border-radius: 0;
  }
}
