@charset "UTF-8";
/*
 * Custom SASS stylesheet for SP web created with Compass 
 */
/* Material design box shadow */
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("../../../fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("../../../fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_novaregular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "‘proxima-nova’";
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  src: url("../../../fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff"), url("../../../fonts/proxima-nova/proximanova-semibold-webfont.ttf") format("truetype"), url("../../../fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "‘proxima-nova’";
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("../../../fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("../../../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "‘proxima-nova’";
  font-display: swap;
}
/*
 * Navbar styling.
 */
.navbar {
  background-image: linear-gradient(#ffede5, #fff);
  background-position: center;
  margin-bottom: 0px;
  z-index: 2000 !important;
  height: 120px;
  transition: top .5s ease;
  font-weight: bold;
}
.navbar .navbar-collapse {
  max-height: 100vh;
  border-top: 0;
}
.navbar .navbar-header {
  height: 120px;
}
.navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar .navbar-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.navbar .navbar-nav > li > a {
  color: #501900;
  text-decoration: none !important;
}
.navbar .dropdown-menu > li > a {
  padding: 10px 20px;
  text-decoration: none !important;
}

.new-menu-mobile {
  background-image: linear-gradient(#ffede5, #fff);
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .new-menu-mobile {
    display: none !important;
  }
}
.new-menu-mobile .new-menu-mobile-toggle-btn {
  width: 26px;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 251;
}
.new-menu-mobile .new-menu-mobile-toggle-btn.active {
  position: absolute;
}
.new-menu-mobile .new-menu-mobile-toggle-btn:after, .new-menu-mobile .new-menu-mobile-toggle-btn:before, .new-menu-mobile .new-menu-mobile-toggle-btn div {
  background-color: black;
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  margin: 5px 0;
  transition: all .2s ease-in-out;
}
.new-menu-mobile .new-menu-mobile-toggle-btn.active:after, .new-menu-mobile .new-menu-mobile-toggle-btn.active:before, .new-menu-mobile .new-menu-mobile-toggle-btn.active div {
  background-color: #999999;
}
.new-menu-mobile .new-menu-mobile-toggle-btn.animated:before {
  transform: translateY(8px) rotate(135deg);
}
.new-menu-mobile .new-menu-mobile-toggle-btn.animated:after {
  transform: translateY(-8px) rotate(-135deg);
}
.new-menu-mobile .new-menu-mobile-toggle-btn.animated div {
  transform: scale(0);
}
.new-menu-mobile .new-menu-mobile-menu {
  background: white;
  color: black;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 250;
  text-align: left;
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-menu-logo {
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  background-image: linear-gradient(#ffede5, #fff);
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  justify-content: space-between;
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-user-info .new-menu-mobile-user-photo {
  width: 40px;
  height: 40px;
  background-size: cover !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-menu-item {
  padding: 0px 30px 30px 30px;
  position: relative;
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-menu-item-list {
  display: none;
  padding: 0px 10px;
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-menu-item-list .new-menu-mobile-menu-item-list-title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.new-menu-mobile .new-menu-mobile-menu .new-menu-mobile-menu-item-list .new-menu-mobile-menu-item-list-item {
  padding: 16px 0px;
  position: relative;
}
.new-menu-mobile .new-menu-mobile-menu ul {
  border-top: 1px solid #999999;
}
.new-menu-mobile .new-menu-mobile-menu ul li {
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
.new-menu-mobile .new-menu-mobile-menu ul li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.new-menu-mobile .new-menu-mobile-menu ul li a:hover {
  color: #e74c3c;
}
.new-menu-mobile .new-menu-mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 249;
  display: none;
}

.new-menu-wrapper {
  background-image: linear-gradient(#ffede5, #fff);
}

.new-menu {
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .new-menu {
    display: none !important;
  }
}
.new-menu .new-menu-items {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.new-menu .new-menu-item {
  display: flex;
  align-items: center;
  padding: 0px 15px;
  position: relative;
  color: black;
  font-weight: 400;
  height: 100%;
}
.new-menu .new-menu-item a {
  color: black;
  font-weight: bold;
  text-decoration: none;
  overflow: visible !important;
}
.new-menu .new-menu-item:hover .new-menu-item-list {
  display: block;
  visibility: visible;
  opacity: 1;
}
.new-menu .new-menu-item-list {
  min-width: 400px;
  position: absolute;
  left: 0;
  top: 75%;
  z-index: 9999;
  background: white;
  padding-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: visibility 0s, opacity 0.2s linear;
  border: 1px solid #ddd;
  box-shadow: 0 1.5px 4px rgba(51, 51, 51, 0.24), 0 1.5px 6px rgba(51, 51, 51, 0.12);
}
.new-menu .new-menu-item-list .new-menu-item-list-title {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.new-menu .new-menu-item-list .new-menu-item-list-item {
  padding: 10px 20px 10px 30px;
  position: relative;
}
.new-menu .new-menu-item-list .new-menu-item-list-item:hover {
  background: #f9f9f9;
}
.new-menu .new-menu-item-list .new-menu-item-list-divider {
  border-top: 1px solid #ccc;
  margin: 0px;
}

/* JSSOR Slider Skin Styles */
/* jssor slider arrow navigator skin 14 css ---------------------------- */
/*
.jssora14l              (normal)
.jssora14r              (normal)
.jssora14l:hover        (normal mouseover)
.jssora14r:hover        (normal mouseover)
.jssora14ldn            (mousedown)
.jssora14rdn            (mousedown)
*/
.jssora14l, .jssora14r, .jssora14ldn, .jssora14rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../../../img/slider/a14.png) no-repeat;
  overflow: hidden;
}

.jssora14l {
  background-position: -15px -35px;
}

.jssora14r {
  background-position: -75px -35px;
}

.jssora14l:hover {
  background-position: -135px -35px;
}

.jssora14r:hover {
  background-position: -195px -35px;
}

.jssora14ldn {
  background-position: -255px -35px;
}

.jssora14rdn {
  background-position: -315px -35px;
}

/* jssor slider arrow navigator skin 12 css ---------------------------- */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../../../img/slider/a12.png) no-repeat;
  overflow: hidden;
}

.jssora12l {
  background-position: -16px -37px;
}

.jssora12r {
  background-position: -75px -37px;
}

.jssora12l:hover {
  background-position: -136px -37px;
}

.jssora12r:hover {
  background-position: -195px -37px;
}

.jssora12ldn {
  background-position: -256px -37px;
}

.jssora12rdn {
  background-position: -315px -37px;
}

/* jssor slider bullet navigator skin 14 css ---------------------------- */
/*
.jssorb14 div           (normal)
.jssorb14 div:hover     (normal mouseover)
.jssorb14 .av           (active)
.jssorb14 .av:hover     (active mouseover)
.jssorb14 .dn           (mousedown)
*/
.jssorb14 div, .jssorb14 div:hover, .jssorb14 .av {
  background: url(../../../img/slider/b14.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb14 div {
  background-position: -9px -9px;
}

.jssorb14 div:hover, .jssorb14 .av:hover {
  background-position: -39px -9px;
}

.jssorb14 .av {
  background-position: -69px -9px;
}

.jssorb14 .dn, .jssorb14 .dn:hover {
  background-position: -99px -9px;
}

/* Home page slider styling */
#home-page-slider-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 300px;
}
#home-page-slider-container #slides {
  cursor: grab;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1280px;
  height: 300px;
}
#home-page-slider-container #slides #slide1 {
  background: url(../../../img/slider/skola-pameti/01-bck4.jpg) no-repeat;
  color: #888;
}
#home-page-slider-container #slides #slide1 #caption-img {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 300px;
  height: 50px;
}
#home-page-slider-container #slides #slide1 #caption1 {
  position: absolute;
  top: 45px;
  left: 60px;
  width: 580px;
  height: 150px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption2 {
  position: absolute;
  top: 41px;
  left: 718px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption3 {
  position: absolute;
  top: 40px;
  left: 600px;
  width: 350px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption4 {
  position: absolute;
  top: 70px;
  left: 630px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption5 {
  position: absolute;
  top: 40px;
  left: 855px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption6 {
  position: absolute;
  top: 68px;
  left: 750px;
  width: 350px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption7 {
  position: absolute;
  top: 110px;
  left: 612px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption8 {
  position: absolute;
  top: 113px;
  left: 670px;
  width: 600px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption9 {
  position: absolute;
  top: 110px;
  left: 869px;
  width: 600px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption10 {
  position: absolute;
  top: 110px;
  left: 800px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption11 {
  position: absolute;
  top: 79px;
  left: 902px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption12 {
  position: absolute;
  top: 43px;
  left: 786px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption13 {
  position: absolute;
  top: 165px;
  left: 520px;
  width: 600px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption-btn {
  position: absolute;
  top: 215px;
  left: 500px;
  width: 600px;
  height: 50px;
}
#home-page-slider-container #slides #slide2 {
  background: url(../../../img/slider/skola-pameti/02-bck3.jpg) no-repeat;
}
#home-page-slider-container #slides #slide2 #caption1 {
  position: absolute;
  top: 70px;
  left: 90px;
  width: 580px;
  height: 150px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption2 {
  position: absolute;
  top: 115px;
  left: 90px;
  width: 350px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption3 {
  position: absolute;
  top: 40px;
  left: 715px;
  width: 350px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption4 {
  position: absolute;
  top: 130px;
  left: 715px;
  width: 350px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption-btn {
  position: absolute;
  top: 214px;
  left: 120px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 .panel {
  background: rgba(255, 255, 255, 0.7);
}
#home-page-slider-container #slides #slide2 .panel em {
  font-style: normal;
  font-size: 40px;
}
#home-page-slider-container #slides #slide2 .btn {
  color: #fff;
}
#home-page-slider-container #slides .bck-line {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 2px 5px;
}
#home-page-slider-container #slides .bck-line-red {
  color: #fff;
  background: rgba(231, 76, 60, 0.8);
  display: inline-block;
  padding: 2px 5px;
}
#home-page-slider-container #navigator {
  position: absolute;
  bottom: 10px;
  right: 6px;
}
#home-page-slider-container #navigator #prototype {
  POSITION: absolute;
  WIDTH: 12px;
  HEIGHT: 12px;
}
#home-page-slider-container #arrowLeft {
  width: 30px;
  height: 50px;
  top: 123px;
  left: 0px;
}
#home-page-slider-container #arrowRight {
  width: 30px;
  height: 50px;
  top: 123px;
  right: 0px;
}

/* 
 * Quote carousel stylesheet 
 */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel img {
  width: 250px;
  height: 100px;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
  font-display: swap;
}

.item p {
  font-weight: bold;
}

/* media queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}
/*
 * Buttons styling. 
 */
.btn {
  font-size: 16px;
}
.btn.btn-xs {
  font-size: 12px;
}

.btn-red {
  color: #fff !important;
  background-color: #501900 !important;
  border: 1px solid #501900 !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff !important;
  background-color: #6a4737 !important;
  border-color: #6a4737 !important;
}

.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #501900 !important;
  border-color: #501900 !important;
}

.btn-red .badge {
  color: #501900 !important;
  background-color: #fff !important;
}

.btn-transparent {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  transition: all 0.3s ease !important;
}
.btn-transparent:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.btn-transparent.red {
  color: #e74c3c !important;
  border: 1px solid #e74c3c !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px;
}

span.btn,
span.btn:hover {
  background: #999999 !important;
  border-color: #999999 !important;
}

.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 3px;
  text-indent: -9999px;
}

.social-icons li a, a.social-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  background-position: 0 -38px !important;
  opacity: 0.7;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {
  background: url("../../../img/icons/social/amazon.png") no-repeat scroll 0 0 transparent;
}

.social_behance {
  background: url("../../../img/icons/social/behance.png") no-repeat scroll 0 0 transparent;
}

.social_blogger {
  background: url("../../../img/icons/social/blogger.png") no-repeat scroll 0 0 transparent;
}

.social_deviantart {
  background: url("../../../img/icons/social/deviantart.png") no-repeat scroll 0 0 transparent;
}

.social_dribbble {
  background: url("../../../img/icons/social/dribbble.png") no-repeat scroll 0 0 transparent;
}

.social_dropbox {
  background: url("../../../img/icons/social/dropbox.png") no-repeat scroll 0 0 transparent;
}

.social_evernote {
  background: url("../../../img/icons/social/evernote.png") no-repeat scroll 0 0 transparent;
}

.social_facebook {
  background: url("../../../img/icons/social/facebook.png") no-repeat scroll 0 0 transparent;
}

.social_forrst {
  background: url("../../../img/icons/social/forrst.png") no-repeat scroll 0 0 transparent;
}

.social_github {
  background: url("../../../img/icons/social/github.png") no-repeat scroll 0 0 transparent;
}

.social_googleplus {
  background: url("../../../img/icons/social/googleplus.png") no-repeat scroll 0 0 transparent;
}

.social_jolicloud {
  background: url("../../../img/icons/social/jolicloud.png") no-repeat scroll 0 0 transparent;
}

.social_last-fm {
  background: url("../../../img/icons/social/last-fm.png") no-repeat scroll 0 0 transparent;
}

.social_linkedin {
  background: url("../../../img/icons/social/linkedin.png") no-repeat scroll 0 0 transparent;
}

.social_picasa {
  background: url("../../../img/icons/social/picasa.png") no-repeat scroll 0 0 transparent;
}

.social_pintrest {
  background: url("../../../img/icons/social/pintrest.png") no-repeat scroll 0 0 transparent;
}

.social_rss {
  background: url("../../../img/icons/social/rss.png") no-repeat scroll 0 0 transparent;
}

.social_skype {
  background: url("../../../img/icons/social/skype.png") no-repeat scroll 0 0 transparent;
}

.social_spotify {
  background: url("../../../img/icons/social/spotify.png") no-repeat scroll 0 0 transparent;
}

.social_stumbleupon {
  background: url("../../../img/icons/social/stumbleupon.png") no-repeat scroll 0 0 transparent;
}

.social_tumblr {
  background: url("../../../img/icons/social/tumblr.png") no-repeat scroll 0 0 transparent;
}

.social_twitter {
  background: url("../../../img/icons/social/twitter.png") no-repeat scroll 0 0 transparent;
}

.social_vimeo {
  background: url("../../../img/icons/social/vimeo.png") no-repeat scroll 0 0 transparent;
}

.social_wordpress {
  background: url("../../../img/icons/social/wordpress.png") no-repeat scroll 0 0 transparent;
}

.social_xing {
  background: url("../../../img/icons/social/xing.png") no-repeat scroll 0 0 transparent;
}

.social_yahoo {
  background: url("../../../img/icons/social/yahoo.png") no-repeat scroll 0 0 transparent;
}

.social_youtube {
  background: url("../../../img/icons/social/youtube.png") no-repeat scroll 0 0 transparent;
}

.social_vk {
  background: url("../../../img/icons/social/vk.png") no-repeat scroll 0 0 transparent;
}

.social_instagram {
  background: url("../../../img/icons/social/instagram.png") no-repeat scroll 0 0 transparent;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

.ui-timepicker-div {
  margin-top: 10px;
}

/*
.ui-timepicker-div { height: 100px; }
.ui-timepicker-div .quick-links { margin-top: 5px; }
.ui-timepicker-div .timepicker-quick-link { margin-right: 5px; font-weight: normal; color: $red; text-decoration: underline;}
*/
.strong, .text-strong {
  font-weight: bold;
}

.c-text-prim {
  color: #555;
}

.c-white {
  color: #fff !important;
}

.c-red {
  color: #e74c3c !important;
}

.c-brown {
  color: #501900 !important;
}

.c-light-grey {
  color: #eeeeee !important;
}

.c-grey, .grey {
  color: #999999 !important;
}

.c-dark-grey {
  color: #333333 !important;
}

.c-gold {
  color: gold !important;
}

.c-orange {
  color: orange !important;
}

.c-chateau {
  color: #48A860 !important;
}

.c-warning {
  color: #b7410e !important;
}

.bck-white,
.bg-white {
  background-color: white !important;
}

.bck-red,
.bg-red {
  background-color: #e74c3c !important;
}

.bck-light-grey,
.bg-light-grey {
  background-color: #eeeeee !important;
}

.bck-dark-grey,
.bg-dark-grey {
  background-color: #333333 !important;
}

.bck-grey,
.bg-grey {
  background-color: #999999 !important;
}

.bck-info,
.bg-info {
  background-color: #d9edf7 !important;
}

.bck-brown,
.bg-brown {
  background-color: #501900 !important;
}

.bck-light-brown,
.bg-brown {
  background-color: #ae8e7f !important;
}

.bck-chateau,
.bg-chateau {
  background-color: #48A860 !important;
}

.bck-circle {
  background: black;
  color: white;
  font-weight: bold;
  padding: 4px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box-link {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.text-10 {
  font-size: 10px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-32 {
  font-size: 32px !important;
}

.text-40, .f-40px {
  font-size: 40px !important;
}

.text-50, .f-50px {
  font-size: 50px !important;
}

.text-60 {
  font-size: 60px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.card-1 {
  box-shadow: 0 1.5px 4px rgba(51, 51, 51, 0.24), 0 1.5px 6px rgba(51, 51, 51, 0.12);
}

.card-2 {
  box-shadow: 0 3px 12px rgba(51, 51, 51, 0.23), 0 3px 12px rgba(51, 51, 51, 0.16);
}

.card-3 {
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.23), 0 10px 40px rgba(51, 51, 51, 0.19);
}

.card-4 {
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.22), 0 14px 56px rgba(51, 51, 51, 0.25);
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

.cursor-hand {
  cursor: pointer;
  cursor: hand;
}

label.error {
  color: #e74c3c;
}

input.error {
  border: 1px solid #e74c3c;
}

.underline {
  text-decoration: underline;
}

no-underline,
no-underline:hover {
  text-decoration: none !important;
}

.pos-rel {
  position: relative;
}

body {
  color: #555;
  font-size: 16px;
  font-family: "proxima-nova","Helvetica Neue",​Helvetica,​Arial,​sans-serif;
  font-display: swap;
}

.content-container {
  padding-top: 20px;
}

.lead {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

.rounded-x {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a {
  color: #501900;
  text-decoration: underline;
}
a:visited {
  color: #501900;
}
a:hover {
  color: #501900;
}
a:active {
  color: #501900;
}
a.btn {
  color: #fff;
  text-decoration: none;
}

blockquote p {
  font-size: 16px;
}

.headline {
  margin-bottom: 10px;
}
.headline h1, .headline h2, .headline h3, .headline h4 {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 0px;
  border-bottom: 2px solid #48A860;
}

.faq-question span {
  top: -7px;
  left: 5px;
  position: relative;
}

.course-panel {
  /*background: url(../../../img/course-panel-bg.png);*/
  background: url(../../../img/neurony-bg-course-panel.jpg);
  background-position: center;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease;
  padding-top: 10px;
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
  border-radius: 0% !important;
}
.course-panel:hover {
  box-shadow: 0 1.5px 4px rgba(51, 51, 51, 0.24), 0 1.5px 6px rgba(51, 51, 51, 0.12);
}
.course-panel.top-left {
  background: url("/img/neurony-bg-course-panel-top-left.jpg");
}
.course-panel.top-right {
  background: url("/img/neurony-bg-course-panel-top-right.jpg");
}
.course-panel.bottom-left {
  background: url("/img/neurony-bg-course-panel-bottom-left.jpg");
}
.course-panel.bottom-right {
  background: url("/img/neurony-bg-course-panel-bottom-right.jpg");
}

.reference-panel {
  position: relative;
  padding: 0px;
  border: none;
  box-shadow: none;
  transition: all 0.5s ease;
}
.reference-panel .media-ref-title {
  font-size: 18px;
  transition: all 0.5s ease;
}
.reference-panel:hover .media-ref-title {
  color: #e74c3c;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
}
.reference-panel:hover .panel-body .image img {
  transform: scale(1.15);
}
.reference-panel .panel-body {
  padding: 0px;
}
.reference-panel .panel-body .image {
  overflow: hidden;
  width: 100%;
}
.reference-panel .panel-body .image img {
  transition: all 0.75s ease;
}
.reference-panel .panel-body h3 {
  font-size: 18px;
}
.reference-panel .panel-body .description {
  padding: 0px 15px;
  text-align: justify;
}

.memory-techniques-page .articles .headline h4 {
  padding-top: 50px;
  margin-top: -50px;
}

.memory-technique-panel {
  background: url(../../../img/opt/course-panel-bg.jpg);
  margin-bottom: 15px;
  padding-top: 15px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #eeeeee;
}
.memory-technique-panel:hover {
  color: #e74c3c;
  box-shadow: 0 1.5px 4px rgba(51, 51, 51, 0.24), 0 1.5px 6px rgba(51, 51, 51, 0.12);
  -moz-transition-property: color, box-shadow;
  -o-transition-property: color, box-shadow;
  -webkit-transition-property: color, box-shadow;
  transition-property: color, box-shadow;
}
.memory-technique-panel .fa-stack {
  margin-bottom: 10px;
}
.memory-technique-panel .description {
  padding: 20px;
}

.footer {
  background-color: #2b2b2b;
  padding-top: 20px;
  padding-bottom: 40px;
  color: white;
}
.footer li {
  margin-top: 5px;
}
.footer a {
  color: #ae8e7f;
}
.footer a:visited {
  color: #ae8e7f;
}
.footer a:hover {
  color: #ae8e7f;
}
.footer a:active {
  color: #ae8e7f;
}

.copyright {
  padding: 10px;
  background: #333333;
  color: #eeeeee;
}
.copyright a {
  color: #ae8e7f;
}
.copyright a:visited {
  color: #ae8e7f;
}
.copyright a:hover {
  color: #ae8e7f;
}
.copyright a:active {
  color: #ae8e7f;
}

ul.feedbackPanel {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
}
ul.feedbackPanel li.feedbackPanelERROR {
  color: #CC0000;
  padding: 10px;
  border: 1px solid #CC0000;
  background: #ffd4d4;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.feedbackPanel li.feedbackPanelERROR span:first-letter {
  text-transform: uppercase;
}
ul.feedbackPanel li.feedbackPanelINFO {
  color: #080;
  padding: 10px;
  border: 1px solid #080;
  background: #d8efb8;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.feedbackPanel li.feedbackPanelINFO span:first-letter {
  text-transform: uppercase;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: #48A860;
}

ul.nav-tabs li, ul.nav-tabs a {
  outline: none !important;
}

.ui-widget {
  font-size: 16px !important;
}

.label-as-badge {
  border-radius: 1em;
}

.table-borderless td, .table-borderless th, .table-noborder td,
.table-noborder th {
  border: 0 !important;
}

.table-ultra-condensed td, .table-ultra-condensed th {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.wysihtml5-toolbar a.btn,
a.btn.btn-default {
  color: #333333;
}

.blog-post .blog-post-text p:first-child {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-post-title-link:hover {
  text-decoration: none;
}

.btn-social {
  border: 0px;
}

.at4-share-title {
  font-weight: bold;
  padding: 5px;
  width: 68px;
}

.order-progress {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .order-progress {
    font-size: 14px;
  }
  .order-progress .fa {
    display: none;
  }
  .order-progress li {
    display: block;
    margin: 15px 0px;
    text-align: left;
  }
}

.admin-menu .fa {
  width: 15px;
}
.admin-menu a {
  padding: 10px !important;
}

.admin-order-table th {
  background: #eeeeee;
}
.admin-order-table td {
  padding: 10px !important;
}
.admin-order-table tr.top td {
  border-top: 3px solid #999 !important;
}

table.table-vertical-middle th, table.table-vertical-middle td {
  vertical-align: middle !important;
}

.home-page-jumbotron {
  background-attachment: fixed !important;
  background: url("/img/bg-map-blur-opt.jpg") center center;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
.home-page-jumbotron .homepage-carousel {
  z-index: 1003;
}
.home-page-jumbotron a {
  /*color: $dark-grey;*/
  font-weight: bold;
}
.home-page-jumbotron h1 {
  font-size: 36px !important;
}
.home-page-jumbotron .hithit-card {
  display: inline-block;
  background: white;
}
.home-page-jumbotron p {
  font-size: 18px;
}

.homepage-questions-list {
  font-size: 24px;
  font-weight: bold;
}

.vertical-center,
.flex-center {
  align-items: center;
  justify-content: center;
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.triangle-isosceles {
  position: relative;
  color: #000;
  background: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.triangle-isosceles:after {
  content: "";
  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */
  left: 50px;
  /* controls horizontal position */
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #eeeeee transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

.order-admin-box {
  background: #eeeeee;
}
.order-admin-box.draft {
  background: #d9edf7;
}
.order-admin-box.success {
  background: #dff0d8;
}
.order-admin-box.warning {
  background: #b7410e;
}
.order-admin-box.danger {
  background: #f2dede;
}

.at-whatsnextTitle {
  font-weight: bold !important;
}

#homepage-carousel p {
  font-weight: normal;
}
#homepage-carousel .carousel-inner {
  min-height: 260px;
}
#homepage-carousel .carousel-control {
  width: 5%;
}

.ebook-img {
  width: 250px;
}

.daily-invest {
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 400px;
  width: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  font-size: 20px;
}

.money-back-guarantee {
  position: absolute;
  top: 137px;
  left: -60px;
  background: #ffffff;
}

.ebook-buy-container {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.ebook-buy-container .ebook-buy-img {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ebook-buy-container .ebook-buy-price {
  position: absolute;
  left: 230px;
  top: 60px;
}
.ebook-buy-container .ebook-buy-button-container {
  position: absolute;
  top: 150px;
  left: 130px;
}
.ebook-buy-container .ebook-buy-button-container .ebook-buy-button {
  font-size: 20px !important;
  padding: 20px 40px !important;
}
.ebook-buy-container .ebook-buy-button-hand-text {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: -170px;
  width: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.igor-img1 {
  background-attachment: fixed !important;
  background: url("/img/neurony-bg5.jpg");
  width: 250px;
}

.igor-img2 {
  background-attachment: fixed !important;
  background: url("/img/neurony-bg5-flip.jpg");
  width: 230px;
}

.popover {
  max-width: 600px;
  background: #333333;
  color: white;
}

.popover.top > .arrow:after {
  border-top-color: #333333;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #333333;
}

hr {
  border-width: 2px;
}

.ebook-download .fa-stack-1x {
  top: .25em;
}
.ebook-download .fa-stack {
  font-size: .5em;
  vertical-align: -16%;
}
.ebook-download .filetype-text {
  font-size: .5em;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .homepage-carousel-ebook-handwritten {
    display: none;
  }
}

.paging {
  /* active items */
  /* inactive items */
}
.paging a.first, .paging a.last, .paging a.prev, .paging a.next, .paging .goto a {
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: #555;
}
.paging a.first:hover, .paging a.last:hover, .paging a.prev:hover, .paging a.next:hover, .paging .goto a:hover {
  background: #e6e6e6;
}
.paging .first em, .paging .prev em, .paging .next em, .paging .last em, .paging .goto em {
  border: none;
}
.paging .first em, .paging .prev em, .paging .next em, .paging .last em {
  padding: 5px;
}
.paging .goto em {
  padding: 5px 8px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 3000 !important;
}

.upcoming-courses-list li {
  border: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0px 10px 15px 10px;
}
.upcoming-courses-list li span.btn {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: default;
}
.upcoming-courses-list li span.btn em {
  font-style: normal;
}

.preregistration-box li {
  background-color: #fcf8e3;
  border: 0px solid #faebcc;
}

.buy-as-gift-box li {
  background-color: #eee;
  border-color: #eee;
}

.lfn-jumbotron {
  background-color: #FFE87C;
}

.input-group-addon {
  background: #ffffff;
}

.eshop-tab-links .first .label {
  padding: 10px 20px 10px 0px;
  color: #555;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  top: 10px;
}

.ord-activation {
  background: #FFE87C;
  padding: 15px 0px;
  overflow: visible;
  width: 100%;
  z-index: 200;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.cpr-finished {
  background: #dff0d8 !important;
}

#reactContainer {
  display: none;
}

.navbar-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.homepage-p1 {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .homepage-p1 {
    font-size: 16px;
  }
}

.homepage-p2 {
  font-size: 14px;
}

.hero-jumbotron {
  background: url("/img/nhw/hero-2.jpg") center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .hero-jumbotron {
    height: 1000px;
  }
}
.hero-jumbotron .hero-jumbotron-title {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline-block;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.hero-jumbotron .hero-jumbotron-title h1 {
  font-size: 37px;
}
.hero-jumbotron .hero-jumbotron-subtitle {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline-block;
  padding: 20px 30px 20px 30px;
  margin-top: 5px;
}
.hero-jumbotron .hero-jumbotron-subtitle p {
  margin: 0;
  text-align: left;
  font-size: 18px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ref-video-modal .modal-dialog {
  margin-top: 170px;
}
.ref-video-modal .modal-backdrop.in {
  opacity: 0.9;
}

.banner-2000slovicek {
  color: white;
  background: url("/img/bg-reklama-2000slovicek.jpg") center center;
  background-attachment: fixed;
  padding: 30px;
  margin: 40px 0;
}
.banner-2000slovicek .logo-2000slovicek {
  max-width: 200px;
}

.newsletter-sign-in-jumbotron {
  background: #ae8e7f;
  color: white;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .newsletter-sign-in-jumbotron .form-col {
    margin-top: 50px;
  }
}

.client-references-jumbotron {
  background-position: top center;
  background-attachment: fixed !important;
  background-color: #ae8e7f;
  background-size: cover;
  padding: 40px;
  color: white;
}
@media screen and (max-width: 991px) {
  .client-references-jumbotron {
    background-position-x: -450px;
  }
}
@media screen and (max-width: 1199px) {
  .client-references-jumbotron {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.blog-post-jumbotron {
  background: #eeeeee;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .blog-post-jumbotron {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hp-course-circ {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

.seen-on-jumbotron {
  background: #ddd;
  padding: 40px;
}
.seen-on-jumbotron img {
  margin-left: 40px;
}
@media screen and (max-width: 1399px) {
  .seen-on-jumbotron .xlg-and-up {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .seen-on-jumbotron {
    padding-left: 0px;
    padding-right: 0px;
  }
  .seen-on-jumbotron .lg-and-up {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .seen-on-jumbotron img {
    margin-left: 30px;
  }
  .seen-on-jumbotron .md-and-up {
    display: none;
  }
}

.youtube-jumbotron {
  background: #eee;
  padding: 30px 10px;
}

.upcoming-courses-jumbotron {
  padding: 30px;
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .upcoming-courses-jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
}
.upcoming-courses-jumbotron .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.upcoming-courses-jumbotron hr {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.upcoming-courses-jumbotron span.btn {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: default;
}
.upcoming-courses-jumbotron span.btn em {
  font-style: normal;
}

.lc-table th {
  vertical-align: top;
}
.lc-table td, .lc-table th {
  padding-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .ref-comp-logo {
    margin-bottom: 30px;
  }
}
.ref-comp-logo .ref-comp-logo-col {
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .ref-comp-logo .ref-comp-logo-col {
    height: 100px;
  }
  .ref-comp-logo .ref-comp-logo-col p {
    display: none;
  }
}
.ref-comp-logo .ref-comp-logo-col img {
  max-width: 200px;
  max-height: 55px;
  margin-bottom: 5px;
}

.ref-comp-ref {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .ref-comp-ref {
    flex-direction: column;
  }
  .ref-comp-ref img {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.item-paid {
  background: #dff0d8 !important;
}

@media screen and (min-width: 0px) {
  .text-xs-center {
    text-align: center;
  }
}

@media screen and (min-width: 0px) {
  .text-xs-left {
    text-align: left;
  }
}

@media screen and (min-width: 0px) {
  .text-xs-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .text-md-center {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

.covid-header {
  color: white;
  background: #dc4141;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}

.job {
  border: 2px solid #999999;
  width: 250px;
  height: 330px;
  max-width: 100%;
  position: fixed;
  bottom: -1000px;
  right: 10px;
  background: white;
  transition: all .8s ease;
  z-index: 999;
}
.job.opened {
  transform: translateY(-1010px);
}
.job .job-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  color: #999999;
}
.job .job-close a {
  color: #999999;
  text-decoration: none !important;
}

.upcoming-courses-table td, .upcoming-courses-table th {
  padding: 20px !important;
}

.admin-menu-header {
  color: #999999;
  font-size: 85%;
  font-weight: bold;
  padding: 15px 10px 10px 10px;
}

.upcoming-courses-card-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.upcoming-courses-card-container .upcoming-courses-card {
  border: 1px solid #999999;
  padding: 20px 30px;
  margin: 10px;
  width: 310px;
  height: 290px;
  background-image: linear-gradient(#ffede5, #fff);
  color: #555;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.upcoming-courses-card-container .upcoming-courses-card .upcoming-courses-card-title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}
.upcoming-courses-card-container .upcoming-courses-card .upcoming-courses-card-btn-row {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px;
}
.upcoming-courses-card-container.right-col .upcoming-courses-card {
  height: auto;
}
.upcoming-courses-card-container.right-col .upcoming-courses-card-title {
  display: block !important;
  height: auto !important;
}
.upcoming-courses-card-container.right-col .upcoming-courses-card-btn-row {
  position: static !important;
  padding: 0 !important;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .upcoming-courses-card-container .upcoming-courses-card {
    height: auto;
  }
  .upcoming-courses-card-container .upcoming-courses-card-title {
    display: block !important;
    height: auto !important;
  }
  .upcoming-courses-card-container .upcoming-courses-card-btn-row {
    position: static !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}

.eshop-order-item-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.course-type-content img {
  max-width: 100% !important;
  height: auto;
}

.admin-galery-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.admin-gallery-image-container {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.admin-gallery-image-container.add .image {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.admin-gallery-image-container .image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.admin-gallery-image-container .info {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #999999;
}
.admin-gallery-image-container .info .title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input[type=file] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 34px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;
  /* File upload button */
}
.control-fileupload:before, .control-fileupload input, .control-fileupload label {
  cursor: pointer !important;
}
.control-fileupload:before {
  /* inherit from boostrap btn styles */
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease;
  /* add more custom styles*/
  content: 'Vybrat soubor';
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  line-height: 20px;
  text-align: center;
}
.control-fileupload:hover:before, .control-fileupload:focus:before {
  color: #333333;
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.2s ease-out;
}
.control-fileupload label {
  line-height: 36px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-right: 90px;
  margin-bottom: 0px;
  cursor: text;
}

.gallery-image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-image-viewer.on {
  display: flex;
}
.gallery-image-viewer .gallery-image-viewer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.9;
  z-index: 9991;
}
.gallery-image-viewer .gallery-image-viewer-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 40px;
  z-index: 9994;
  cursor: pointer;
}
.gallery-image-viewer .gallery-image-viewer-btn-prev,
.gallery-image-viewer .gallery-image-viewer-btn-next {
  position: absolute;
  top: 50%;
  background: white;
  opacity: 0.6;
  color: #555;
  font-size: 40px;
  z-index: 9994;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .gallery-image-viewer .gallery-image-viewer-btn-prev,
  .gallery-image-viewer .gallery-image-viewer-btn-next {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
.gallery-image-viewer .gallery-image-viewer-btn-prev {
  left: 50px;
}
@media only screen and (max-width: 1199px) {
  .gallery-image-viewer .gallery-image-viewer-btn-prev {
    left: 20px;
  }
}
.gallery-image-viewer .gallery-image-viewer-btn-next {
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .gallery-image-viewer .gallery-image-viewer-btn-next {
    right: 20px;
  }
}
.gallery-image-viewer .gallery-image-viewer-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-image-viewer img {
  max-width: 100%;
  z-index: 9993;
}

.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  color: #eeeeee;
  background: #48A860;
  font-size: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.back-to-top-btn.active {
  background: #999999;
}
.back-to-top-btn .back-to-top-btn-in {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top-btn .back-to-top-btn-in .fa {
  position: relative;
  top: -2px;
}
