
.typo {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}
.typoh {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.bodybg {
  background: #fbf9f3 url(/1089/images/body-bg.png) repeat;
}
.bodybgs {
  background: #f4f2ec url(/1089/images/body-bg.png) repeat;
}
body {
  background: #fbf9f3 url(/1089/images/body-bg.png) repeat;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}
::-moz-selection {
  background: #1c86b8;
  color: #ffffff;
}
::selection {
  background: #1c86b8;
  color: #ffffff;
}
::-moz-selection {
  background: #1c86b8;
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #c2c2c1;
}
.form-control input:-moz-placeholder {
  /* Firefox 18- */
  color: #c2c2c1;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c1;
}
.form-control:-ms-input-placeholder {
  color: #c2c2c1;
}
a, a:visited, a:active {
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #1c86b8;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #2a1771;
}
a:focus {
  outline-offset: 0;
  outline: none;
  color: #2a1771;
}

p {
  margin: 10px 5px 10px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #2a1771;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
}
h3,
h4,
h5,
h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

textarea {
  height: 195px;
  width: 99.5%;
}

input,
textarea,
button,
.item-control i,
.recommended-item-control {
  border-radius: 6px;
}
input {
  border: 1px solid #1c86b8;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
  margin: 0;
  outline: medium none;
  padding: 6px 10px;
  vertical-align: middle;
  /*width: 100%;*/
}

input[type='checkbox'] { width: 30px; }


.img-center {
  margin: 0 auto;
}


input:focus {
  border-color: #2a1771;
}
.btn {
  border-radius: 6px;
  font-size: 14px;
}
.searchform .btn {
  border-radius: 6px;
  font-size: 17px;
}


.btn.btn-default {
  background: #ffffff;
  border: 1px solid #dfddd7;
  color: #40403e;
}
.bootstrap-select .btn.btn-default {
  background: #ffffff;
  border: 1px solid #dfddd7;
  color: #40403e;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.bootstrap-select .btn.btn-default:hover,
.bootstrap-select .btn.btn-default:focus {
  background: #ffffff;
  border: 1px solid #1c86b8;
  color: #40403e;
  outline: 0;
}
.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus {
  color: #ffffff;
  background: #1c86b8;
}
.btn.btn-primary {
  background: #1c86b8;
  border: 1px solid #1c86b8;
  color: #f0f0f0;
}
.btn.btn-info {
  background: #40403e;
  border: #40403e solid 1px;
  color: #f0f0f0;
  outline: 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #0074af;
  border: #2a1771 1px solid;
  color: #ffffff;
  outline: 0;
}
#scrollUp {
  bottom: 10px;
  color: #c2c2c1;
  right: 10px;
}
#scrollUp:hover {
  color: #1c86b8;
}
#scrollUp i {
  font-size: 40px;
}
#header {
  background: #f4f2ec url(/1089/images/body-bg.png) repeat;
  border-bottom: 1px solid #dfddd7;
  margin-bottom: 10px;
}
.header-top {
  background: #0074af url(/1089/images/body-bg.png) repeat;
  padding: 0px;
}
.header-top .navbar {
  margin-bottom: 7px;
}
.header-top .navbar-right {
  float: right;
  text-align: center;
}
ul.shop-menu .dropdown-menu  li {
  display: block;
}

ul.shop-menu li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  color: yellow;
}


ul.shop-menu li:last-child {
  padding-right: 0;
}
ul.shop-menu li a {
  color: #fbf9f3;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 0;
  padding: 6px 12px;
  opacity: .85;
}
ul.shop-menu li a i {
  margin-right: 3px;
}
ul.shop-menu li a:hover {
  color: #ffffff;
  background: transparent;
  opacity: 1;
}
ul.shop-menu li a:focus {
  color: #ffffff;
  background: transparent;
  opacity: 1;
}
ul.shop-menu li a.active {
  background: none;
  color: #ffffff;
  opacity: 1;
}
ul.cart-header {
  padding-left: 15px;
  margin-top: -35px;
}
@media (min-width: 768px) {
  ul.cart-header {
    margin-top: 10px;
  }
}
ul.cart-header li {
  float: left;
}
ul.cart-header li > a {
  display: inline-block;
  color: #1c86b8;
  opacity: 1;
  background: #fbf9f3 url(/1089/images/body-bg.png) repeat;
  border: solid 1px transparent;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  padding: 4px 10px;
  margin-right: 0px;
}
ul.cart-header li > a:hover {
  color: #2a1771;
}
ul.cart-header li > a:focus {
  background: #fbf9f3 url(/1089/images/body-bg.png) repeat;
}
ul.cart-header li:first-child a {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
ul.cart-header li:last-child a {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.yamm .dropdown-menu {
  color: #2a1771;
  border-radius: 4px;
  border: #f0f0f0 solid 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  right: 0;
  top: auto;
  min-width: 500px;
}
.yamm .dropdown-menu p,
.yamm .dropdown-menu h4,
.yamm .dropdown-menu a {
  font-size: 90%;
  color: #2a1771;
}
.yamm .dropdown-menu {
  line-height: 300%;
}
i.fa-small-300 {
  line-height: 300%;
}
.yamm .dropdown-menu .yamm-content.col-xs-12 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .yamm .dropdown-menu {
    top: 100%;
    left: auto;
  }
  .yamm .dropdown-menu p,
  .yamm .dropdown-menu h4,
  .yamm .dropdown-menu a {
    font-size: 110%;
  }
}
.yamm .dropdown-menu li > a:hover {
  background-color: #1c86b8;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.yamm .dropdown-menu li > a:focus {
  background-color: #1c86b8;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: 1px transparent solid;
  background: #1c86b8 url(/1089/images/body-bg.png) repeat;
  color: #ffffff;
}
.contactinfo ul li {
  color: #fbf9f3;
  display: inline-block;
  margin-left: 20px;
}
.contactinfo ul li a {
  color: #fbf9f3;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}
.contactinfo ul li a:hover {
  background: inherit;
  color: #ffffff;
}
.social-icons ul li {
  margin-right: 10px;
  display: inline-block;
}
.social-icons ul li a {
  border: 0 none;
  border-radius: 6px;
  color: #fbf9f3;
  background: #1c86b8;
  font-size: 18px;
  margin-top: 10px;
  padding: 0;
}
.social-icons ul li a i {
  -moz-transition: all .9s ease 0;
  -o-transition: all .9s ease 0;
  -webkit-transition: all .9s ease 0;
  font-size: 18px;
  -webkit-transition: all .9s ease 0;
          transition: all .9s ease 0;
  border-radius: 6px;
}
.social-icons ul li a i:hover {
  -moz-transition: all .9s ease 0;
  -o-transition: all .9s ease 0;
  -webkit-transition: all .9s ease 0;
  color: #1c86b8;
  background: #fbf9f3;
  -webkit-transition: all .9s ease 0;
          transition: all .9s ease 0;
}
.fa-facebook, .fa-google-plus, .fa-youtube, .fa-bandcamp, .fa-instagram {
  padding: 8px 12px;
}
.fa-google-plus {
  padding: 8px 9px;
}
.header-middle, .footer-widget {
  background: #eaf4f9 url(/1089/images/body-bg.png) repeat;
}
.header-middle .container .row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header-middle .container .row .col-sm-4 {
  padding-left: 0;
}
.header-middle .container .row .col-sm-8 {
  padding-right: 0;
}
.logo {
  text-align: center;
}
.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.header-bottom {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.navbar-collapse.collapse {
  padding-left: 0;
}
.navbar-toggle {
  background-color: #1c86b8;
}
.main-menu ul {
  padding-top: 66px;
  padding-right: 0;
}
.main-menu ul li {
  padding-left: 30px;
}
.main-menu ul li a {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
  padding: 0;
}
.main-menu ul li a:hover {
  background: none;
  color: #1c86b8;
}
.main-menu ul li a.active {
  background: none;
  color: #1c86b8;
}
.search-box {
  margin-bottom: 10px;
}
.search-box input {
  background-position: 130px;
  background-repeat: no-repeat;
  background: #ffffff;
  border-radius: 6px;
  border: medium none;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.nav.navbar-nav > li:hover > ul.sub-menu {
  -ms-animation: fadeInUp 100ms;
  -webkit-animation: fadeInUp 100ms;
  animation: fadeInUp 100ms;
  display: block;
}
ul.sub-menu {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #ffffff url(/1089/images/body-bg.png) repeat;
  border-radius: 4px;
  border: #f0f0f0 solid 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 19px;
  width: 280px;
  z-index: 999;
}
.dropdown ul.sub-menu li .active {
  color: #2a1771;
  padding-left: 0;
}
.navbar-nav li ul.sub-menu li {
  padding: 10px 20px 0;
}
.navbar-nav li ul.sub-menu li:last-child {
  padding-bottom: 20px;
}
.navbar-nav li ul.sub-menu li a {
  color: #2a1771;
}
.navbar-nav li ul.sub-menu li a:hover {
  color: #1c86b8;
}
.fa-angle-down {
  padding-left: 5px;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#footer {
  background: #f4f2ec url(/1089/images/body-bg.png) repeat;
  border-top: 1px solid #dfddd7;
}
.footer-top .container {
  padding-bottom: 20px;
}
.footer-top .col-sm-3 {
  overflow: hidden;
}
.companyinfo {
  margin-top: 57px;
}
.companyinfo h2 {
  color: #b4b1ab;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
}
.companyinfo h2 span {
  color: #1c86b8;
}
.companyinfo p {
  color: #b3b3ad;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 300;
}
.video-gallery {
  margin-top: 57px;
  position: inherit;
}
.video-gallery a img {
  height: 100%;
  width: 100%;
}
.video-gallery a:hover .overlay-icon {
  opacity: 1;
}
.video-gallery p {
  color: #8c8c88;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.video-gallery h2 {
  color: #8c8c88;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
.iframe-img {
  border-radius: 3px;
  border: 2px solid #ccccc6;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  position: relative;
}
.overlay-icon {
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  background: #1c86b8;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 61px;
  line-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 300ms;
          transition: 300ms;
  width: 100%;
}
.overlay-icon i {
  margin-top: -20px;
  position: relative;
  top: 50%;
}
.address {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.address img {
  width: 100%;
}
.address p {
  color: #666663;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}
.footer-widget {
  padding: 30px;
}
.footer-widget .container {
  padding-top: 15px;
}
.single-widget {
  color: #2a1771;
}
.single-widget h2 {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.single-widget h2 i {
  margin-right: 15px;
}
.single-widget p {
  color: #2a1771;
}
.single-widget ul li a {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}
.single-widget ul li a i {
  margin-right: 18px;
}
.single-widget ul li a:hover {
  background: none;
  color: #2a1771;
}
.searchform input, .searchform select {
  display: inline-block;
  font-size: 14px;
  margin-top: 0;
  margin: 0;
  outline: medium none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  background: #fbf9f3;
  -webkit-transition: all .3s ease 0;
          transition: all .3s ease 0;
  height: 38px;
  border: 1px solid #1c86b8;
}
.searchform input:focus {
  background: #ffffff;
  outline: medium none;
}
.searchform .btn {
  float: right;
  margin-top: -38px;
  z-index: 100;
  padding: 6px 10px;
  margin-right: 0px;
  position: relative;
}
.btn-selectpicker {
  float: right;
  margin-top: -35px;
  z-index: 100;
  padding: 6px 10px;
  margin-right: 2px;
  position: relative;
}
.searchform .btn:focus {
  outline: medium none;
}
.searchform p {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}
.footer-bottom {
  background: #0074af;
  padding-top: 10px;
}
.footer-bottom p {
  color: #fbf9f3;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-weight: 300;
  margin-left: 15px;
}
.footer-bottom p span a {
  color: #fbf9f3;
  font-style: italic;
  text-decoration: underline;
}
#slider {
  padding-bottom: 45px;
}
#slider-carousel .btn.btn-primary {
  font-size: 18px;
  margin: 10px 0;
}
#slider-carousel .carousel-indicators {
  bottom: -40px;
}
#slider-carousel .carousel-indicators li {
  background: transparent;
  border: 1px solid #1c86b8;
}
#slider-carousel .carousel-indicators li:hover {
  background: #1c86b8;
}
#slider-carousel .carousel-indicators li.active {
  background: #1c86b8;
  border: none;
}
#slider-carousel .item {
  padding: 25px;
}
#slider-carousel .item p.h1 { font-size: 20px;
  color: #b4b1ab;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 15px;
  
}
#slider-carousel .item p.h1 span {
  color: #1c86b8;
}
#slider-carousel .item p.h2 {
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
#slider-carousel .item p {
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  margin-left: 15px;
  margin-right: 15px;
}
.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}
.promo {
  margin-left: 0;
}
.control-carousel {
  color: #c2c2c1;
  font-size: 20px;
  position: absolute;
  top: 50%;
}
.control-carousel:hover {
  color: #1c86b8;
}
.right {
  right: 0;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.category-products {
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.category-products .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.category-products .panel-default .panel-heading {
  background-color: transparent;
  border: 0 none;
  color: #ffffff;
  padding: 3px 0;
}
.category-products .panel-default .panel-heading .panel-title a {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: none;
}
.category-products .panel-default .panel-heading .panel-title a:hover {
  color: #1c86b8;
}
.category-products .panel-default .panel-heading .badge {
  background-color: transparent;
  color: #2a1771;
  margin-left: -25px;
  position: absolute;
}
.category-products i.subcategory {
  background: transparent;
  border-radius: 6px;
  color: #2a1771;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.left-sidebar h2, .left-sidebar h3  {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 700;
  margin: 30px auto 10px auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
}
.panel-heading > h4 > a[data-toggle="collapse"]::before {
  background-color: transparent;
  color: #c2c2c1;
  content: "\f055";
  font-family: FontAwesome;
  margin-left: -20px;
  font-size: 60%;
}
.panel-heading > h4 > a[data-toggle="collapse"]:hover::before {
  color: #1c86b8;
}
.panel-heading > h4 > a.collapsed[data-toggle="collapse"][class="collapsed"]::before {
  background-color: transparent;
  content: "\f056";
  font-family: FontAwesome;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
  padding: 0 0 5px 25px;
}
.panel-body ul {
  margin-bottom: 0;
  padding-left: 10px;
}
.panel-body ul li a {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.panel-body ul li a:hover {
  color: #1c86b8;
}
.brands-name {
  padding-bottom: 20px;
  padding-top: 15px;
}
.brands-name .nav-stacked li a {
  border: 1px solid transparent;
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .9s ease 0;
          transition: all .9s ease 0;
}
.brands-name .nav-stacked li a:hover {
  border: 1px solid #dfddd7;
  box-shadow: inset 0px 0px 33px 33px #fbf9f3;
  color: #2a1771;
}
.shipping {
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
.well {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #f7f7f0;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 15px;
}
.tooltip-inner {
  background-color: #1c86b8;
  border-radius: 4px;
  color: #ffffff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #1c86b8;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.padding-right {
  padding-right: 0;
}
h2.title,
.h2.title {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px 30px;
}
h2.block,
.h2.block {
  background: #0074af url(/1089/images/body-bg.png) repeat;
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.product-wrapper {
  border-radius: 4px;
  border: 1px solid #eceae4;
  margin-bottom: 30px;
  padding: 5px;
  -webkit-transition: all .9s ease 0;
          transition: all .9s ease 0;
}
.product-wrapper:hover {
  border: 1px solid #dfddd7;
  box-shadow: inset 0px 0px 33px 33px #fbf9f3;
}
.single-products {
  border-radius: 4px;
  position: relative;
}
.single-products:hover .product-overlay {
  display: block;
  height: 100%;
  opacity: 1;
}
.new {
  position: absolute;
  right: 0;
  top: 0;
}
.sale {
  position: absolute;
  right: 0;
  top: 0;
}
.productinfo {
  border-radius: 4px;
  position: relative;
}
.productinfo h2 {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
}
.productinfo p {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.productinfo p.price-old {
  color: #40403e;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  margin: 0;
}
.productinfo p.price {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
}
.productinfo img {
  border-radius: 4px;
  width: 100%;
}
.productinfo .btn-info {
  padding-right: 26px;
  margin-right: -17px;
  z-index: 0;
}
.productinfo .btn-primary {
  padding-left: 26px;
  margin-left: -17px;
  z-index: 0;
}
.productinfo .pieces {
  width: 34px;
  display: inline-block;
  padding: 4px;
  margin-top: 0px;
  border-width: 1px;
  float: left;
  border-radius: 50px;
  height: 34px;
  border-color: #1c86b8;
  text-align: center;
  z-index: 10;
  position: relative;
}
.productinfo .pieces:focus {
  border-color: #2a1771;
  color: #2a1771;
}
.add-to {
  margin-bottom: 10px;
}
.add-to-cart i {
  margin-right: 5px;
}
.choose ul li a {
  color: #40403e;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
.choose ul li a i {
  margin-right: 5px;
}
.choose ul li a:hover {
  background: none;
  color: #1c86b8;
}
ul.nav-tabs {
  border-bottom: 3px solid #1c86b8;
  margin-bottom: 30px;
}
ul.nav-tabs li {
  border: 0 none;
  margin-bottom: 0;
}
ul.nav-tabs li a {
  background: #c2c2c1;
  border-radius: 4px 4px 0 0;
  border: 0 none;
  color: #fbf9f3;
  font-size: 15px;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-right: 10px!important;
}
ul.nav-tabs li a:hover,
ul.nav-tabs li a:focus {
  background: #1c86b8;
  color: #ffffff;
}
ul.nav-tabs li.active {
  border: 0 none;
}
ul.nav-tabs li.active a {
  background: #1c86b8;
  color: #fbf9f3;
  border: 0 none;
}
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
  background: #1c86b8;
  border: 0 none;
  color: #ffffff;
}
#recommended-item-carousel .carousel-inner .item {
  padding: 20px;
}
.recommended-item-control {
  position: absolute;
  top: 41%;
}
.recommended-item-control i {
  color: #c2c2c1;
  font-size: 20px;
  padding: 5px;
}
.recommended-item-control i:hover {
  color: #1c86b8;
}
.our_partners {
  overflow: hidden;
}
.our_partners ul {
  background: #f7f7f0;
  margin-bottom: 50px;
}
.our_partners ul li a:hover {
  background: none;
}
#advertisement {
  padding-bottom: 45px;
}
#advertisement img {
  width: 100%;
}
.pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;
  width: 100%;
}
.pagination li:first-child a {
  border-radius: 20px;
  clear: none;
}
.pagination li:first-child span {
  clear: none;
}
.pagination li:last-child a {
  border-radius: 20px;
}
.pagination li a {
  background-color: #c2c2c1;
  border: 0;
  color: #fbf9f3;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  margin-right: 5px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  border-radius: 20px;
}
.pagination li a:hover {
  background: #1c86b8;
  color: #ffffff;
}
.pagination li span {
  background-color: #f0f0f0;
  border: 0;
  color: #000000;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  margin-right: 5px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  background-color: #1c86b8;
  border-color: #1c86b8;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.food-filter,
.price-range {
  padding: 30px 0px;
}
.product-details {
  margin-bottom: 40px;
  margin-top: 10px;
  overflow: hidden;
}
#reviews {
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #dfddd7;
}
#reviews .product-review {
  border-top: 1px solid #dfddd7;
  border-radius: 0px;
  padding-bottom: 20px;
}
#reviews .product-review:first-child {
  border-top: none 0;
}
#reviews .product-review:last-child {
  border-bottom: 1px solid #dfddd7;
  margin-bottom: 20px;
}
#reviews .product-review.reply {
  margin-left: 60px;
  margin-right: 60px;
  border-top: 1px solid #eceae4;
}
#reviews .product-review.reply:before {
  background-color: transparent;
  color: #dfddd7;
  content: "\f112";
  font-family: FontAwesome;
  font-size: 160%;
  position: absolute;
  top: 20px;
  left: -50px;
}
#reviews ul {
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0;
}
#reviews ul li {
  display: inline-block;
}
#reviews ul li i {
  color: #2a1771;
  padding-right: 2px;
  padding-left: 0px;
}
#reviews ul li a {
  color: #1c86b8;
  /*display: block;*/
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-right: 15px;
}
#reviews ul li a:hover {
  background: #ffffff;
  color: #1c86b8;
}
#reviews p {
  color: #363432;
}
#reviews textarea {
  height: 195px;
  width: 99.5%;
}
#reviews button {
  background: #1c86b8;
  border: 0 none;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.view-product {
  position: relative;
  margin-left: -14px;
}
.view-product img {
  height: auto;
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.item-control {
  position: absolute;
  top: 30%;
}
.item-control i {
  background: #ffffff;
  color: #1c86b8;
  font-size: 20px;
  padding: 1px 5px;
}
.item-control i:hover {
  background: #1c86b8;
  color: #ffffff;
}
.product-information {
  border: 1px solid #f7f7f0;
  overflow: hidden;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
}
.product-information h2 {
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
}
.product-information p {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}
.product-information span p {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0;
}
.product-information span input {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  outline: medium none;
  text-align: center;
  width: 50px;
}
.product-information span label {
  color: #2a1771;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-right: 5px;
}
.newarrival {
  left: 0;
  position: absolute;
  top: 0;
}
.share {
  margin-top: 15px;
}
.cart {
  background: #1c86b8;
  border: 0 none;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
}
.shop-details-tab {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.body-404 {
  background: #000000;
}
.logo-404 {
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
  z-index: 4;
}
.content-404 {
  position: relative;
  z-index: 4;
}
.content-404 h1 {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
}
.content-404 img {
  margin: 0 auto;
}
.content-404 p {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.content-404 h2 {
  margin-top: 50px;
}
.content-404 h2 a {
  background: #1c86b8;
  color: #ffffff;
  border-radius: 8px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 16px;
}
.content-404 h2 a:hover {
  background: #ffffff;
  color: #1c86b8;
}
#form {
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
}
.cart_info {
  margin-bottom: 00px;
}
.cart_info .cart_menu {
  background: #1c86b8;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}
.cart_info .table.table-condensed thead tr {
  height: 51px;
}
.cart_info .table.table-condensed tr {
  border-bottom: 1px solid #dfddd7;
}
.cart_info .table.table-condensed tr:last-child {
  border-bottom: 0;
}
.cart_info .image {
  padding-left: 30px;
}
.cart_info .cart_description h4 {
  margin-bottom: 0;
}
.cart_info .cart_description h4 a {
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}
.cart_info .cart_description p {
  color: #2a1771;
}
.cart_info .cart_price p {
  color: #2a1771;
  font-size: 18px;
}
.cart_info .cart_total_price {
  color: #2a1771;
  font-size: 20px;
}
.cart_info .table.table-condensed.total-result {
  color: #2a1771;
  margin-bottom: 10px;
  margin-top: 35px;
}
.cart_info .table.table-condensed.total-result tr {
  border-bottom: 0;
}
.cart_info .table.table-condensed.total-result span {
  color: #1c86b8;
  font-size: 16px;
  font-weight: 700;
}
.cart_info .table.table-condensed.total-result .shipping-cost {
  border-bottom: 1px solid #dfddd7;
}
.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}
.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}
.cart_quantity_button a {
  color: #1c86b8;
  display: inline-block;
  float: left;
  font-size: 20px;
  overflow: hidden;
  text-align: center;
  padding: 0 5px;
  margin-top: -3px;
}
.cart_quantity_button a:hover {
  color: #2a1771;
}
.cart_quantity_input {
  float: left;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  text-align: center;
  width: 40px;
}
.cart_delete a {
  isplay: inline-block;
  float: left;
  font-size: 20px;
  color: #a73121;
  padding: 0 5px;
  margin-top: -3px;
}
.cart_delete a:hover {
  color: #d23d29;
}
.bg h2.title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.heading h3 {
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}
#do_action {
  margin-bottom: 70px;
}
.total_area span {
  float: right;
}
.total_area ul {
  padding-left: 0;
}
.total_area ul li {
  color: #2a1771;
  margin-top: 10px;
  padding: 7px 20px;
  font-size: 20px;
}
.total_area ul li.total {
  font-weight: bold;
  background: #ffffff;
}
.update,
.check_out {
  margin: 10px;
}
.check_out {
  float: right;
}
.step-one {
  margin-bottom: -10px;
}
.step-one .heading {
  background: none repeat scroll 0 0 #f0f0f0;
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 35px;
  padding: 10px 25px;
}
.register-req {
  background: none repeat scroll 0 0 #f0f0f0;
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 10px 25px;
  padding: 15px 20px;
}
.register-req p {
  margin-bottom: 0;
}
.checkout-options {
  padding-left: 20px;
}
.checkout-options h3 {
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.checkout-options p {
  color: #434343;
  font-weight: 300;
  margin-bottom: 25px;
}
.checkout-options .nav li {
  color: #2a1771;
  float: left;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 45px;
}
.checkout-options .nav li a {
  color: #1c86b8;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
.checkout-options .nav li a:hover {
  background: inherit;
}
.checkout-options .nav label {
  font-weight: 400;
}
.checkout-options .nav i {
  background: #1c86b8;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
  padding: 2px 3px;
  padding: 5px;
}
.form-two {
  float: left;
  margin-left: 5%;
  width: 47%;
}
.form-one {
  float: left;
  width: 47%;
}
.form-two > form > select {
  padding: 10px 5px;
}
.review-payment h2 {
  color: #2a1771;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 45px;
}
.payment-options {
  margin-bottom: 125px;
  margin-top: -25px;
}
.payment-options span label {
  color: #2a1771;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}
.blog-post-area {
  padding-bottom: 20px;
}
.blog-post-area .single-blog-post h3 {
  border-top: solid 1px #2a1771;
  clear: both;
  color: #1c86b8;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  
  font-weight: 500;
  margin-bottom: 17px;
  padding-top: 20px;
  text-transform: uppercase;
}
.blog-post-area .single-blog-post a img {
  border: 1px solid #f7f7f0;
  margin-bottom: 30px;
  width: 100%;
}
.blog-post-area .single-blog-post p {
  color: #363432;
}
.blog-post-area .single-blog-post .btn-primary {
  background: #1c86b8;
  border: medium none;
  color: #ffffff;
  margin-top: 0;
}
.blog-post-area .post-meta {
  display: block;
  overflow: hidden;
}
.blog-post-area .post-meta ul {
  display: inline-block;
  padding: 10px 0 0;
}
.blog-post-area .post-meta ul li {
  border-radius: 4px;
  color: #40404e;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
}
.blog-post-area .post-meta ul li i {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #1c86b8;
  padding: 7px;
}
.blog-post-area .post-meta ul span {
  color: #1c86b8;
  float: right;
}
.post-meta span {
  float: right;
}
.post-meta span i {
  color: #1c86b8;
}
.pagination-area {
  margin-bottom: 45px;
  margin-top: 45px;
}
.pagination-area .pagination li a {
  background: #f0f0f0;
  border: 0 none;
  color: #2a1771;
  margin-right: 5px;
  padding: 4px 12px;
  border-radius: 20px;
}
.pagination-area .pagination li a:hover {
  background: #1c86b8;
  color: #ffffff;
}
.pagination-area .pagination li .active {
  background: #1c86b8;
  color: #ffffff;
}
.pager {
  margin: 0;
}
.pager li a {
  background: #f0f0f0;
  border: 0 none;
  color: #2a1771;
  font-size: 1.1em;
  text-transform: uppercase;
}
.pager li a:hover {
  background: #1c86b8;
  color: #ffffff;
}
.blog-post-tags {
  margin-top: 2em;
}
ul.tag li {
  float: left;
  font-size: 1.2em;
}
.tag {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
}
.tag a {
  color: #1c86b8;
}
.tag li {
  padding: 5px 2px;
}
.tag li span {
  color: #363432;
  margin-left: 5px;
}
.socials-share {
  margin-bottom: 30px;
  margin-top: 18px;
}
.media-heading {
  color: #363432;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sinlge-post-meta {
  margin-bottom: 15px;
  overflow: hidden;
  padding-left: 0;
}
.sinlge-post-meta li {
  background: #f0f0f0;
  color: #363432;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
}
.sinlge-post-meta li i {
  background: #1c86b8;
  color: #ffffff;
  margin-right: 10px;
  padding: 8px 10px;
}
.sinlge-post-meta li i:after {
  border-width: 6px;
  left: 27px;
  top: 7px;
}
.text-area {
  margin-top: 66px;
}
.text-area textarea {
  background: transparent;
  border: 1px solid #f7f7f0;
}
#google-map {
  margin-bottom: 30px;
  min-height: 400px;
  width: 100%;
}
.contact-info .heading {
  text-transform: capitalize;
}
.contact-info .social-networks ul li a i {
  background: none;
}
.contact-info .social-networks ul li a:hover {
  color: #1c86b8;
}
.contact-form .heading {
  text-transform: capitalize;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.form-control {
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dfddd7;
  box-shadow: inherit;
  color: #2a1771;
  font-size: 14px;
  padding: 6px 12px;
  background: #fbf9f3;
  -webkit-transition: all .3s ease 0;
          transition: all .3s ease 0;
}
.form-control::-moz-placeholder {
  color: #dfddd7;
}
.form-control:focus {
  border-color: #2a1771;
  color: #2a1771;
  box-shadow: inherit;
  background: #ffffff;
}
.form-control:hover {
  border-color: #1c86b8;
  box-shadow: inherit;
}


#contact-page #message {
  height: 160px;
  resize: none;
}
#contact-page .contact-info {
  padding: 0 20px;
}
#contact-page .contact-info p {
  color: #2a1771;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}
.social-networks {
  overflow: hidden;
}
.social-networks ul {
  display: inline-block;
  margin-top: -5px;
  padding: 0;
}
.social-networks ul li {
  float: left;
  list-style: none;
  margin-right: 20px;
  text-decoration: none;
}
.social-networks ul li:last-child {
  margin-right: 0;
}
.social-networks ul li a {
  color: #999999;
  font-size: 20px;
}
.breadcrumbs {
  position: relative;
  margin: 15px 0;
}
.breadcrumbs .breadcrumb {
  background: transparent;
  margin: 1px 0;
  padding-left: 0;
}
.breadcrumbs .breadcrumb li.active {
  color: #2a1771;
}
.breadcrumbs .breadcrumb > li + li {
  color: #2a1771;
}
button {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.delay25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-bottom: 3px;
  margin-right: -1px;
  margin-right: 0;
  min-width: 74px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dfddd7 #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dfddd7 #eeeeee #eeeeee;
}
.tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}
.tabs-left > .nav-tabs {
  border-right: 1px solid #dfddd7;
  float: left;
  margin-right: 19px;
}
.tabs-left > .nav-tabs .active > a {
  border-color: #dfddd7 transparent #dfddd7 #dfddd7;
  border-right-color: #ffffff;
}
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #dfddd7 transparent #dfddd7 #dfddd7;
  border-right-color: #ffffff;
}
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dfddd7 transparent #dfddd7 #dfddd7;
  border-right-color: #ffffff;
}
.regular {
  font-weight: normal !important;
}
.deadlink {
  text-decoration: line-through;
}

/*	POSTATNI SPECIALNI SPAN	*/	
.green {
	color: green;
}
	.purple {
	color: purple;
}
.orange {
	color: orange;
}

.alert, .red {
	color: red;
}

.blue {
	color: blue;
}

.pink {
	color: #ff00fb;
}

div.form_zavadna_reakce {
  display: none;
}
div.komentar_odpoved {
  margin-left: 40px;
}
/*# sourceMappingURL=final.css.map */
#captcha_result {
	color: #a94442;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.logo {
	max-height: 300px;
}

.red {
  color: red;
}
 .center { text-align: center; width: 100%; }  


 .hide{ display: none; }  
 .skryt{ display: none; }  
.searchform .btn-search {  float: none;   margin-right: auto;   margin-left: auto;   margin-top: 0px; }
 .left-sidebar {  margin-right: 15px;  } 
 .left-sidebar {  margin-right: 15px;  } 
 img.left {  float: left; margin-right: 15px;  } 
  .nepovoleno { color: orange; margin-top: 10px; } 
 .small_form input, .small_form select, .small_form button, .small_form .btn {   width: auto;  } 
 img.obrazek {   border: 0;   margin: 2px 12px 2px 2px;  }  
 img.obrazek_kosik {   max-width: 300px;  }  
 img.obrazek_kosik {   max-width: 200px;  }  
 hr.oddelovac {  size: 1px; border: solid 1px;  }  
 .reakce_odpoved iframe, .reakce iframe, .reakce_last iframe {  width: 100%;height: 100%; }  
.pp_details, .twitter-share-button {    color: black; }

span.checkbox_blue_bg {
	background: #a2cad4;
}



span.info_1, a.info_1, span.info_2, a.info_2 {  
	font-size: 100%; 
	color: #3B5492;
	font-style: italic;
}


.blog-post-tags ul {
    display: inline-block;
    padding: 10px 0 0;
}

.blog-post-tags ul li,  ul.inline li {
	border-radius: 4px;
	color: #40404e;
	float: left;
	margin-right: 10px;
	position: relative;
        list-style: outside none none;
}


.blog-post-area .post-meta ul {
    display: inline-block;
    padding: 10px 0 0;
}

.blog-post-area .post-meta ul li {
	border-radius: 4px;
	color: #40404e;
	float: left;
	margin-right: 10px;
	position: relative;
        list-style: outside none none;
}


BODY.iframe {
	background: white;
	text-align: left;
	width: 100%;
}

iframe.chat {
	background: white;
	width: 100%;
	height:65vh;
	border: none; 
	text-align: left;
}


span.label_up {
	
	display: inline-block;
        margin-left: -10px;
	position: relative;
	top: -8px;
}


#footer {
	margin-top: 25px;
}

div.right {
	text-align: right;
}

td.tabulka_colored_head {   color: #C41F3A; font-weight: bold; font-size: 13px; background-color:white; border-bottom: solid 2px #C41F3A; }
td.tabulka_colored_first { border-bottom: dashed 1px #C41F3A; border-right:  dashed 1px #C41F3A; }
td.tabulka_colored_second { border-bottom: dashed 1px #C41F3A; border-right: dashed 1px #C41F3A;  }


.pagination li a,.pagination li span {
    background-color: #bc1831;
    color: white;
}

.pagination .active a, .pagination .active span,.pagination .active a:hover,.pagination .active span:hover,.pagination .active a:focus,.pagination .active span:focus {
    background-color: white;
    border-color:#bc1831;
    color: #bc1831;
}

.form_zavadna_reakce {
	display: none;
}

div.reactions_b {
	margin-left: 10%;
}

.center {
	text-align: center;
}


#map {
	width: 100%;
	height: 500px;
	border: black solid 1px;
}
* html #map {

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eu-cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: black;
	padding: 5px;
	z-index: 9999999992000;
	display: none;
	text-align: center;

}
.eu-cookies .button {
	margin-left: 5px;
	margin-right: 5px;
}

.hidden {
	display: none;
}

div.chat_users {
	position: sticky;
	top: 2px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px;
	background: white;
	border: black solid 1px;
	display: none;
}

@media (min-width:600px){
	div.chat_users { display: block; }
}

div.chat_users_list {
}

div.chat_users_list_special {
}

.chat_user_float {
	position: absolute;
	display: none;
	width:100px;
	background: white;
	border: black solid 1px;
	padding: 5px;
	z-index: 1020;
}
.chat_user_float_zprava {
	position: absolute;
	display: none;
	min-width:150px;
	background: white;
	border: black solid 1px;
	padding: 5px;
	z-index: 1020;
}
div.chat_user {
	width: 100px;
	text-align:center;
	display: block;
}
div.chat_user_block {
	text-align:left;
	display: block;
}
div.chat_nacitani {
	color: green;
	display: inline;
}

span.chat_system {
	color: #206400;
}

.chat_zprava {
	padding: 5px;
	border: solid white 1px;
}

.chat_zprava_anonym {
	background-color: #eafdff;
}
.chat_zprava_system {
	background-color: #fcffb6;
}
.chat_zprava_1 {
	background-color: #e0ffdd;
}
.chat_zprava_2 {
	background-color: #fed;
}
.chat_zprava_3 {
	background-color: #ecddff;
}
.chat_zprava_4 {
	background-color: #fdd;
}
.chat_zprava_5 {
	background-color: #ddfffc;
}

input.btn-chat {
	width: 100%;
}

#tag-canvas {
	width: 100%;
}

div.user_list {
	border: solid black 0px;
	padding-top: 10px;
}

 .reakce_odpoved iframe, .reakce iframe, .reakce_last iframe {  width: 100%;height: 100%; }  

span.red {
	color: red;
}
span.green {
	color: green;
}

span.small {
	font-size: 10px;
}

.clearBoth { clear:both; }
.clearLeft { clear:left; }

.bot_window { 
	width: 400px;
	min-height: 50px;
	background-color: #bc1831;
	color: #fff;
	border: #fff solid 2px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

.bot_window input { 
	margin: 5px 5px 5px 5px;
}

#scrollUp {
	z-index: 8000;
}





legend {
	margin-left: 5px;
}


.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #3f4649;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3f4649;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group input[type=button], .input-group button {
    height: 36px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon {

    padding: 6px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #3f4649;
    text-align: center;
    background-color: #eceff1;
    border: 1px solid #3f4649;
        border-right-color:black;
        border-right-style: solid;
        border-right-width: 1px;
    border-radius: 6px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
}

 .input-group-addon-right, .input-group-addon-right button, .input-group-addon-right input {
    border: 1px solid #3f4649;
        border-left-color:black;
        border-left-style: solid;
        border-left-width: 1px;
    border-radius: 6px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;

}
    

.input-group-addon-center {
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
}

.input-group-addon-right {
	padding: 0px 0px 0px 0px;
}

.btn-success {
  color: #fff;
  background-color: #6aab40;
  border-color: #6aab40;
}

.input-group-addon span, .input-group-addon button {
    display: block;
}
.input-group-addon span:first-of-type {
    margin-bottom: 20px;
}

.input-group-addon button:first-of-type {
    margin-bottom: 0px;
}

input.open_seznam_polozek_multi_ajax_button_seznam {
	height: 70px;
}

.input-group input.open_seznam_polozek_multi_ajax_button_seznam, input.open_seznam_polozek_multi_ajax_button_sezna {
	height: 74px;
}

.nopadleft {
  padding-left: 0px;
}

table.list_ajax {
	min-width: 300px;
}

.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}



.row {
  padding-left: 0px;
  padding-right: 0px;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
td, th {

  padding: 5px 5px 5px 5px;
}

.panel-heading {
  padding: 5px 5px 5px 5px;
}



legend {
  color: #2a1771;
  font-size: 18px;
}

.panel-primary > .panel-heading {
  	background: #0074af url(/1089/images/body-bg.png) repeat;
	color: white;
	padding: 5px 5px 5px 5px;
}

.modal-header { 
	/*background: #eaf4f9;*/
  	background: #0074af url(/1089/images/body-bg.png) repeat;
	color: white;
  	padding: 5px 5px 5px 5px;
}


.panel-uvod {
	min-height: 150px;
}



/*
.input-group {
    display: inline-table;
    vertical-align: middle;

    .input-group-addon,
    .input-group-btn,
    .form-control {
        width: auto !important;
    }
}
*/
/*
.input-group-addon, .input-group-btn {
        width: auto !important;
}
div.flex-nowrap .input-group-addon, div.flex-nowrap .input-group {
    display: inline-table;
    vertical-align: middle;
}
div.flex-wrap .input-group-addon, div.flex-wrap .input-group {
	display: block;
}
*/

