@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap';
html {
  scroll-behavior: smooth;
}
body {
  font-family: poppins,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6a7c92;
  overflow-x: hidden;
  position: relative;
  /*background-image: url(../img/back-body.png);
  background-position: top left;
  background-repeat: no-repeat;*/
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar-toggler:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:link       { color: #228B22; text-decoration: underline; }
a:visited    { color: #228B22; text-decoration: underline; }
a:hover      { color: #186318; text-decoration: underline; transition: all .3s ease-out 0s; }
h1 a:hover      { color: #DE0008; text-decoration: none; }

button {
  cursor: pointer;
}
i, span, a {
  display: inline-block;
  text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #051441;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 40px;
}

h2.text-banner {
  color: #FFCC00 !important;
}


@media(max-width:767px) {
  h2 {
    font-size: 31px;
  }
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #1A2C42;
  margin: 0;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media(max-width:767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .container {
    width: 450px;
  }
}
.gray-bg {
  background: #eff2f9;
}
.alert-link {
  font-weight: 600;
}
.alert h4 {
  margin-bottom: 10px;
}
.page-404-content h2 {
  font-size: 120px;
  font-weight: 900;
  color: #E3000F;
}
.page-404-content h4 {
  font-size: 40px;
  color: #6a7c92;
}

.carousel-content {
  text-shadow: 0px 0px 9px #000000;
}

.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: linear-gradient(to left,#E3000F 0%,#CC000E 50.39%,#E3000F 100%);
  background-size: 200% auto;
  overflow: hidden;
}
.theme-btn:hover, .theme-btn:focus {
  background-position: right center;
  color: #fff;
  box-shadow: 0 0 30px rgba(46,87,217,.45);
}
.theme-btn.border-btn {
  padding: 14px 40px;
  background: 0 0;
  border: 1.5px solid #E3000F;
  color: #6a7c92;
  font-size: 18px;
  box-shadow: none;
}
.scroll-top {
  width: 45px;
  height: 45px;
  background: #078D07;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff !important;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all .3s ease-out 0s;
  padding-top: 0;
}
.scroll-top:hover {
  background: #1E6636;
  color: #fff;
}
@keyframes animation1 {
  0% {
    transform: translateY(0px);
    opacity: .29;
  }
  50% {
    transform: translateY(-700px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}
.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: #E3000F;
  margin-bottom: 5px;
}
@media(max-width:767px) {
  .section-title span {
    font-size: 20px;
  }
}
.section-title h1, .section-title h2 {
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-text h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.section-text p {
  margin-bottom: 5px;
}

.section-text ul {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #1A2C42;
  margin: 0 0 0 15px;
}

.section-text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #1A2C42;
  margin: 0;
}

@media(max-width:767px) {
  .section-title h1, .section-title h2 {
    line-height: 41px;
  }
}
.section-title p {
  font-size: 18px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}
.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #E3000F #E3000F #f4eefb;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f4eefb;
  animation: spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}
.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f4eefb;
  animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}
@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s ease-out 0s;
  padding: 0;
}
.navbar-area.header-3 {
  background: #228B22;
}
.sticky {
  position: fixed;
  z-index: 99;
  background: #E3000F;
  box-shadow: 0 20px 50px 0 rgba(0,0,0,.05);
  transition: all .3s ease-out 0s;
  background: #fff;
  padding: 0 0;
}
.sticky .navbar {
  padding: 10px 0;
}
.navbar {
  padding: 20px 0;
  position: relative;
  transition: all .3s ease-out 0s;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-width: 300px;
  width: 25vw;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all .3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media(max-width:767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 15px 20px 0 rgba(5,20,65,.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll;
  }
}
.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}
.navbar-nav .nav-item:hover a {
  color: #FFFFFF;
}
.navbar-nav .nav-item a, .navbar-nav .nav-item a:visited {
  font-size: 16px;
  color: #FFDE08;
  transition: all .3s ease-out 0s;
  position: relative;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}

.nav-basket {
  padding-top: 4px;
}

.nav-basket a {
  background-color: #1A1A18;
  border-radius: 50px;
  padding: 16px !important;
}

#kosobs .obsah {
  position: absolute;
  display: block;
  background-color: #E3000F;
  padding: 2px 10px 0;
  border-radius: 13px;
  top: -10px;
  left: 70px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .navbar-nav .nav-item a {
    padding: 20px 15px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .navbar-nav .nav-item a, .navbar-nav .nav-item a:visited {
    color: #051441 !important;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .nav-basket a.a-basket, .nav-basket a.a-basket:visited {
    color: #FFCC00 !important;
    display: inline-flex !important;
    justify-content: space-between;
    padding: 10px 0;
  }


}
.navbar-nav .nav-item a.active {
  color: #FFFFFF;
}
.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

.li-lang {
  font-weight: 600;
  font-size: 120%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}
.navbar-nav .nav-item a.dd-menu::after {
  content: '\ea58';
  font: normal normal normal 1em/1 'LineIcons';
  position: absolute;
  right: 18px;
  font-size: 12px;
  top: 25px;
  margin-left: 5px;
  margin-top: 0;
  transition: all .3s ease-out 0s;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}
.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.navbar-nav .nav-item .sub-menu {
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out 0s;
  padding: 0;
}
.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}
.navbar-nav .nav-item .sub-menu::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 20%;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0,0,0,.05);
  border-left: 1px solid rgba(0,0,0,.05);
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}
.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}
.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}
.navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
  color: #E3000F;
}
.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0,0,0,.03);
}
.navbar-nav .nav-item .sub-menu > li > a:hover {
  background: rgba(0,0,0,.05);
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #228B22;
}

.search-form {
  position: relative;
  width: 236px;
  height: 56px;
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .search-form {
    width: 220px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}
@media(max-width:767px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}
.search-form input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 15px !important;
  border: 1px solid #f4eefb !important;
  background: #fff !important;
  border-radius: 50px !important;
  transition: all .3s ease-out 0s;
}
.search-form input:focus {
  box-shadow: 0 0 30px rgba(215,224,252,.45);
}
.search-form button {
  background: 0 0;
  border: none;
  position: absolute;
  right: 25px;
  top: 17px;
}

@media(max-width:767px) {
.search-form input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 15px !important;
  border: 1px solid #303030 !important;
  background: #fff !important;
  border-radius: 10px !important;
  transition: all .3s ease-out 0s;
}
.easy-autocomplete {
  width: 100% !important;
}

.lni-search-alt::before {
  content: 'OK';
  background-color: #228B22;
  width: 35px;
  display: block;
  color: white;
  padding: 5px;
  border-radius: 5px !important;
}

}

.easy-autocomplete {
  height: 100%;
}

.easy-autocomplete a {
  padding: 10px 0;
}

.hero-section {
  padding-top: 100px;
  position: relative;
  height: 870px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width:1400px) {
  .hero-section {
    height: 870px;
  }
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .hero-section {
    height: 700px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .hero-section {
    height: 650px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .hero-section {
    height: auto;
    padding-top: 150px;
  }
}
.hero-section .hero-content-wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  color: #E3000F;
  margin-bottom: 0;
}
.hero-section .hero-content-wrapper h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #051441;
  margin-bottom: 25px;
}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media(max-width:767px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
.hero-section .hero-content-wrapper p {
  font-size: 18px;
  line-height: 26px;
  color: #6a7c92;
  opacity: .8;
  margin-bottom: 30px;
}
.hero-section .hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  text-align: right;
  margin: 60px 0;
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .hero-section .hero-img {
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0,0);
  }
}
.hero-section .hero-img.hero-img-2 {
  top: 50%;
}
.hero-section .hero-img .hero-img-right {
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}
@media(max-width:767px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}
.hero-section .hero-img img.dot-shape {
  position: absolute;
  left: -60px;
  bottom: 60px;
  z-index: -1;
}
.hero-section .hero-img .image {
  width: 100%;
}
.hero-section .hero-img .video-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .hero-section .hero-img .video-btn {
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
.hero-section .hero-img .video-btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #E3000F;
  transition: all .3s ease-out 0s;
  box-shadow: 0 0 20px rgba(170,189,249,.45);
}
.hero-section .hero-img .video-btn a:hover {
  box-shadow: 0 0 50px rgba(170,189,249,.65);
}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
  .hero-section.hero-section-2 {
    display: block;
  }
}
.hero-section.hero-section-2 .border-btn:hover {
  background: rgba(55,99,235,.7);
  color: #fff;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 220px;
  width: 100%;
  opacity: .3;
  transition: all .3s ease-out 0s;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1;
}
.box-style {
  padding: 40px 30px;
  border: 5px solid #228B22;
  border-radius: 15px;
  margin-bottom: 30px;
  transition: all .3s ease-out 0s;
  background-color: #FFFFFF;
}

a.box-a {
  text-decoration: none;
}

.feature-content {
  text-align: center;
  min-height: 230px;
}

.box-1 {
  /*background-image: url(../img/back-box.png);
  background-position: top right;
  background-repeat: no-repeat;*/
}
.box-2 {
  /*background-image: url(../img/back-box.png);
  background-position: top right;
  background-repeat: no-repeat;*/
}
.box-3 {
  /*background-image: url(../img/back-box.png);
  background-position: top right;
  background-repeat: no-repeat;*/
}

.mj {
  width: 100%;
  height: 100px;
  margin: 0px;
  padding: 14px 0px 16px 0px;
  position: relative;
  color: #FFDE08;
  background-image: url(../img/podklad-mj-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  box-shadow: #808080;
  margin-bottom: 25px;
}

.spojka {
  width: 70px;
  height: 70px;
  margin: 0px;
  padding: 14px 0px 16px 0px;
  position: relative;
  color: #FFDE08;
  background-image: url(../img/podklad-spojka.png);
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  box-shadow: #808080;
  margin-bottom: 25px;
}

.prislusenstvi {
  width: 100%;
  height: 100px;
  margin: 0px;
  padding: 14px 0px 16px 0px;
  position: relative;
  color: #FFDE08;
  background-image: url(../img/podklad-prislusenstvi-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  box-shadow: #808080;
  margin-bottom: 25px;
}

.sada {
  width: 100%;
  height: 100px;
  margin: 0px;
  padding: 14px 0px 16px 0px;
  position: relative;
  color: #FFDE08;
  background-image: url(../img/podklad-sada.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  box-shadow: #808080;
  margin-bottom: 25px;
}

.sada-2 {
  width: 100%;
  height: 100px;
  margin: 0px;
  padding: 14px 0px 16px 0px;
  position: relative;
  color: #FFDE08;
  background-image: url(../img/podklad-sada-3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  box-shadow: #808080;
  margin-bottom: 25px;
}


.box-style:hover {
  box-shadow: 0 0 30px rgba(215,224,252,.45);
}
.box-style:hover .box-icon-style {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(#E3000F 100%,#E3000F 100%);
}
.box-style:hover .box-icon-style::after {
  opacity: 1;
  visibility: visible;
}
.box-style .box-icon-style {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 25px;
  background: #fff;
  border: 2px solid #E3000F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E3000F;
  font-size: 40px;
  transition: all .3s ease-out 0s;
  position: relative;
}
.box-style .box-icon-style::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /*background: linear-gradient(#E3000F 0%,#DCE2C8 100%);*/
  transition: all .3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}
.box-style .box-content-style h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #228B22;
}
.box-style .box-content-style p {
  color: #228B22;
}

.box-style .box-content-style:hover > h4 {
  color: #114611;
}

.box-style .box-content-style:hover > p {
  color: #114611;
}

.about-section {
  background: #eff2f9;
  padding: 180px 0;
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-section {
    padding: 120px 0;
  }
}
@media(max-width:767px) {
  .about-section {
    padding: 120px 0;
  }
}
.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  transform: translateY(-50%);
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}
@media(max-width:767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}
.about-section .about-img-wrapper img {
  width: 100%;
}
.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, #228B22 0%,#63D963 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

.counter {
  width: 50%;
  border-radius: 27px;
  background-color: #B8B8B8;
  border: 5px solid #eff2f9;
  padding: 40px 20px;
}

.counter-big {
  width: 100%;
  border-radius: 27px;
  color: #FFFFFF;
  background-color: #B8B8B8;
  background-image: url(../img/back-penize.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  margin-top: 10px;
  text-align: right;
}

.counter-big h4  {
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.counter-big p  {
  color: #FFFFFF;
}
.counter-big span  {
  color: #FFCC00;
}


@media only screen and (min-width:768px) and (max-width:991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}
@media(max-width:767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}
.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}
.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}
@media(max-width:767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}
.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}
.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 35px;
  font-weight: 600;
  color: #E3000F;
  display: block;
  margin-bottom: 8px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.time-line {
  position: relative;
}
.time-line .row {
  position: relative;
}
.time-line::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f4eefb;
  z-index: -1;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .time-line::after {
    display: none;
  }
}
@media(max-width:767px) {
  .time-line::after {
    display: none;
  }
}
.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f4eefb;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%,-50%);
  transition: all .3s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}
@media(max-width:767px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}
.time-line .box-icon-style i {
  transition: all .3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: #E3000F;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}
@media(max-width:767px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}
.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(#E3000F 0%,#DCE2C8 100%);
  color: #fff;
  border-color: transparent;
}
.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}
@media(max-width:767px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}
.time-line .single-timeline .timeline-img img {
  width: 100%;
}
.service-section .service-box-style-2 {
  padding: 0;
  text-align: center;
}
.service-section .service-box-style-2 .service-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.service-section .service-box-style-2 .box-icon-style {
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  font-size: 25px;
  margin-top: -27px;
  background: #FFCC00;
  position: relative;
  z-index: 9;
}
.service-section .service-box-style-2 .box-icon-style i {
  color: transparent;
  -webkit-background-clip: text;
      -ms-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(#E3000F 100%,#E3000F 100%);
  transition: all .3s ease-out 0s;
}
.service-section .service-box-style-2:hover .box-icon-style {
  background: linear-gradient(#E3000F 100%,#E3000F 100%);
}
.service-section .service-box-style-2:hover .box-icon-style i {
  color: #fff;
}
.service-section .service-box-style-2 .box-content-style {
  padding: 0 30px 35px;
  min-height: 240px;
}
.process-section .process-img-wrapper {
  position: relative;
  z-index: 1;
}
.process-section .process-img-wrapper::before {
  content: '';
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 463px;
  height: 552px;
  border-radius: 10px 10px 231px 231px;
  background: linear-gradient(#f37da7 0%,#fed9b4 100%);
  opacity: .1;
}
.process-section .process-img-wrapper .process-img-top {
  margin-bottom: 20px;
  text-align: right;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .process-section .process-img-wrapper .process-img-top {
    text-align: center;
  }
}
.process-section .process-img-wrapper .process-img-top .img-1 {
  border-radius: 275px 275px 0 0;
}
@media(max-width:767px) {
  .process-section .process-img-wrapper .process-img-top .img-1 {
    width: 100%;
  }
}
.process-section .process-img-wrapper .process-img-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .process-section .process-img-wrapper .process-img-bottom {
    justify-content: center;
  }
}
.process-section .process-img-wrapper .process-img-bottom .img-2 {
  border-radius: 10px;
  margin-right: 20px;
  vertical-align: top;
}
.process-section .process-img-wrapper .process-img-bottom .img-3 {
  border-radius: 0 0 250px 250px;
}
.pricing-section .pricing-btn ul {
  display: inline-flex;
  border: 1px solid #f4eefb;
  border-radius: 50px;
}
@media(max-width:767px) {
  .pricing-section .pricing-btn ul {
    margin-bottom: 40px;
  }
}
.pricing-section .pricing-btn ul li.nav-item a {
  background: #fff;
  padding: 24px 35px;
  font-size: 16px;
  font-weight: 700;
  color: #051441;
  box-shadow: 0 0 47px rgba(161,192,255,.16);
}
@media(max-width:767px) {
  .pricing-section .pricing-btn ul li.nav-item a {
    padding: 20px;
    font-size: 14px;
  }
}
.pricing-section .pricing-btn ul li.nav-item a.active {
  color: #fff;
  background: linear-gradient(to left,#E3000F 0%,#DCE2C8 50.39%,#E3000F 100%);
  background-size: 200%;
  transition: all .3s ease-out 0s;
}
.pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}
@media(max-width:767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
  }
}
.pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}
@media(max-width:767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 0 50px 50px 0;
    padding: 20px 30px;
  }
}
.pricing-section .single-pricing {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 47px rgba(161,192,255,.16);
  position: relative;
  z-index: 1;
}
.pricing-section .single-pricing h4 {
  margin-bottom: 25px;
  color: #6a7c92;
  font-weight: 600;
}
.pricing-section .single-pricing h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 40px;
}
.pricing-section .single-pricing ul {
  margin-bottom: 30px;
}
.pricing-section .single-pricing ul li {
  font-size: 16px;
  line-height: 40px;
}
.pricing-section .single-pricing a {
  margin-bottom: 20px;
}
.pricing-section .single-pricing a.border-btn:hover {
  background: rgba(55,99,235,.8);
  color: #fff;
}
.pricing-section .single-pricing.active {
  transform: scale(1.15);
  z-index: 2;
}
.pricing-section .single-pricing.active h3 {
  color: #E3000F;
}
.testimonial-section {
  background-color: #eff2f9;
  clip-path: polygon(0 11%,100% 0,100% 100%,0 89%);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .testimonial-section {
    clip-path: polygon(0% 8%,100% 2%,100% 98%,0 92%);
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .testimonial-section {
    clip-path: polygon(0% 8%,100% 2%,100% 98%,0 92%);
  }
}
@media(max-width:767px) {
  .testimonial-section {
    clip-path: polygon(0% 8%,100% 2%,100% 98%,0 92%);
  }
}
.testimonial-section .testimonial-logo-wrapper {
  margin-bottom: 60px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .testimonial-section .testimonial-logo-wrapper {
    margin-bottom: 0;
  }
}
.testimonial-section .testimonial-logo-wrapper .img {
  margin-right: 40px;
  width: 116px;
}
.testimonial-section .testimonial-logo-wrapper .img:last-child {
  margin-right: 0;
}
.testimonial-section .testimonial-logo-wrapper .img img {
  width: 100%;
}
.testimonial-section .testimonial-wrapper .single-testimonial {
  display: flex;
  padding: 2px;
}
.testimonial-section .testimonial-wrapper .single-testimonial .testimonial-img {
  margin-right: 60px;
  margin-top: 40px;
}
@media(max-width:767px) {
  .testimonial-section .testimonial-wrapper .single-testimonial .testimonial-img {
    display: none;
  }
}
.testimonial-section .testimonial-wrapper .single-testimonial .testimonial-img img {
  width: 100%;
  width: 133px;
  height: 133px;
  border-radius: 50%;
}
.testimonial-section .testimonial-content .quote {
  margin-bottom: 30px;
}
.testimonial-section .testimonial-content p {
  font-size: 20px;
  font-weight: 500;
  color: #051441;
  font-style: italic;
}
.testimonial-section .testimonial-info {
  display: flex;
  align-items: center;
  position: relative;
}
.testimonial-section .testimonial-info .testimonial-meta h5 {
  margin-bottom: 5px;
}
.testimonial-section .testimonial-info .testimonial-meta span {
  font-size: 16px;
  color: #6a7c92;
}
.testimonial-wrapper {
  position: relative;
}
.testimonial-wrapper .tns-controls {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 99;
}
.testimonial-wrapper .tns-controls button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  color: #6a7c92;
  font-size: 20px;
  background: #fff;
  border: 1px solid #f4eefb;
  padding: 2px 5px;
  border-radius: 50%;
  transition: all .3s ease-out 0s;
}
.testimonial-wrapper .tns-controls button:hover {
  color: #fff;
  background: #E3000F;
}
.testimonial-wrapper .tns-controls button:first-child {
  margin-right: 20px;
}
.portfolio-section .portfolio-btn-wrapper {
  margin-bottom: 50px;
}
.portfolio-section .portfolio-btn-wrapper button {
  padding: 10px 24px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  background: #eff2f9;
  color: #051441;
  border-radius: 50px;
  margin-right: 30px;
  margin-bottom: 10px;
  transition: all .3s ease-out 0s;
}
.portfolio-section .portfolio-btn-wrapper button.active {
  background-image: linear-gradient(to right,#E3000F 0%,#DCE2C8 100%);
  color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .portfolio-section .portfolio-btn-wrapper button {
    margin-right: 10px;
    padding: 7px 18px;
    font-size: 16px;
  }
}
@media(max-width:767px) {
  .portfolio-section .portfolio-btn-wrapper button {
    margin-right: 10px;
    padding: 7px 18px;
    font-size: 16px;
  }
}
.portfolio-section .portfolio-btn-wrapper button:last-child {
  margin-right: 0;
}
.portfolio-item-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-item-wrapper:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.portfolio-item-wrapper .portfolio-img img {
  width: 100%;
}
.portfolio-item-wrapper .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(rgba(55,99,235,.94) 0%,rgba(111,88,232,.94) 100%);
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out 0s;
  transform: scale(.9);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .portfolio-item-wrapper .portfolio-overlay {
    padding: 30px 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .portfolio-item-wrapper .portfolio-overlay {
    padding: 30px 20px;
  }
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content h4 {
  color: #fff;
  margin-bottom: 20px;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content p {
  color: #fff;
  margin-bottom: 35px;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn {
  padding: 8px 27px;
  color: #fff;
  border: 2px solid #fff;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn:hover {
  color: #E3000F;
  background: #fff;
}
.single-portfolio .single-portfolio-img {
  border-radius: 10px;
  overflow: hidden;
}
.single-portfolio .single-portfolio-img img {
  width: 100%;
}
.project-info-box ul li {
  margin-bottom: 15px;
  display: flex;
  font-size: 14px;
}
.project-info-box ul li:last-child {
  margin-bottom: 0;
}
.project-info-box ul li .destination {
  width: 40%;
  color: #051441;
  text-transform: uppercase;
}
.team-section {
  position: relative;
  z-index: 1;
}
.team-section.img-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #eff2f9;
  z-index: -1;
  clip-path: polygon(0 0,100% 12%,100% 75%,0 95%);
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .team-section.img-bg::before {
    clip-path: polygon(0 3%,100% 12%,100% 88%,0 97%);
  }
}
@media(max-width:767px) {
  .team-section.img-bg::before {
    clip-path: polygon(0 3%,100% 12%,100% 88%,0 97%);
  }
}
.team-section .single-team {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f4eefb;
  overflow: hidden;
  transition: all .3s ease-out 0s;
}
.team-section .single-team:hover {
  box-shadow: 0 0 30px rgba(215,224,252,.45);
}
.team-section .single-team:hover .team-img .team-social {
  opacity: 1;
  visibility: visible;
}
.team-section .single-team .team-img {
  overflow: hidden;
  position: relative;
}
.team-section .single-team .team-img img {
  width: 100%;
}
.team-section .single-team .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(rgba(255,255,255,0) 0%,rgba(137, 220, 165, 0) 78.23%,#E3000F 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out 0s;
}
.team-section .single-team .team-img .team-social ul {
  display: flex;
  justify-content: center;
}
.team-section .single-team .team-img .team-social ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}
.team-section .single-team .team-img .team-social ul li a:hover {
  background: #fff;
  color: #E3000F;
}
.team-section .single-team .team-info {
  padding: 25px;
}
.team-section .single-team .team-info h4 {
  margin-bottom: 5px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .team-section .single-team .team-info h4 {
    font-size: 20px;
  }
}
.team-section .single-team .team-info span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.subscribe-section {
  position: relative;
}
.subscribe-section .subscribe-form {
  position: relative;
}
.subscribe-section .subscribe-form input {
  border: 2px solid transparent;
  border-radius: 50px;
  width: 100%;
  font-size: 16px;
  padding: 18px 30px;
  background: #fff;
  transition: all .3s ease-out 0s;
}
.subscribe-section .subscribe-form input:focus {
  box-shadow: 0 0 30px rgba(255,255,255,.15);
}
.subscribe-section .subscribe-form button {
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: linear-gradient(to left,#E3000F 0%,#DCE2C8 50.39%,#E3000F 100%);
  background-size: 200%;
  transition: all .3s ease-out 0s;
  position: absolute;
  height: 54px;
  width: 54px;
  top: 5px;
  right: 5px;
}
.subscribe-section .subscribe-form button:hover {
  background-position: right center;
}
.blog-section .single-blog {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f4eefb;
  transition: all .3s ease-out 0s;
}
.blog-section .single-blog:hover {
  box-shadow: 0 0 47px rgba(161,192,255,.16);
}
.blog-section .single-blog .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding-bottom: 40px;
}
.blog-section .single-blog .blog-img a {
  display: block;
  overflow: hidden;
}
.blog-section .single-blog .blog-img img {
  width: 100%;
  transition: all .3s ease-out 0s;
}
.blog-section .single-blog .blog-img .date-meta {
  position: absolute;
  bottom: 20px;
  left: 30px;
  border: 1px solid #f4eefb;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  z-index: 2;
}
.blog-section .single-blog:hover .blog-img img {
  transform: scale(1.3) rotate(-7deg);
}
.blog-section .single-blog:hover .blog-img.blog-img-2 img {
  transform: scale(1) rotate(0);
}
.blog-section .single-blog .blog-content {
  padding: 0 20px 35px 30px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}
@media(max-width:767px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}
.blog-section .single-blog .blog-content h4 {
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}
@media(max-width:767px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}
.blog-section .single-blog .blog-content p {
  margin-bottom: 30px;
}
.blog-section .single-blog .blog-content p.quote {
  font-weight: 500;
  padding: 20px 30px;
  background: #eff2f9;
  color: #051441;
  border-radius: 0 5px 5px 0;
  border-left: 5px solid #E3000F;
}
.blog-section .single-blog .blog-content .read-more-btn {
  display: inline-block;
  font-size: 18px;
  color: #6a7c92;
  border-radius: 50px;
  transition: all .3s ease-out 0s;
}
.blog-section .single-blog .blog-content .read-more-btn i {
  padding-left: 7px;
}
.blog-section .single-blog .blog-content .read-more-btn:hover {
  color: #E3000F;
}
.blog-section .blog-style-2 {
  padding: 0;
  border: none;
}
.blog-section .blog-style-2:hover {
  box-shadow: none;
}
.blog-section .blog-style-2 .blog-img {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-section .blog-style-2 .blog-img img {
  border-radius: 10px;
}
.blog-section .blog-style-2 .blog-content {
  padding: 0;
}
.blog-section .blog-style-2 .blog-content h4 {
  margin-bottom: 18px;
}
.blog-section .blog-style-2 .blog-content p {
  margin-bottom: 20px;
}
.blog-section .blog-style-2 .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media(max-width:767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 18px;
  }
}
.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eff2f9;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 15px;
}
.blog-section .blog-style-2 .blog-content .blog-meta .comment {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6a7c92;
}
.blog-section .blog-style-2 .blog-content .blog-meta .comment:hover {
  color: #E3000F;
}
@media(max-width:767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 16px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 18px;
  }
}
.blog-section .blog-style-2 .blog-content .blog-meta .comment i {
  margin-right: 10px;
}
.blog-section .pagination {
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}
@media(max-width:767px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}
.blog-section .pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff2f9;
  color: #6a7c92;
  margin: 0 5px;
}
@media(max-width:767px) {
  .blog-section .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .blog-section .pagination ul li a {
    width: 50px;
    height: 50px;
  }
}
.blog-section .pagination ul li a.active, .blog-section .pagination ul li a:hover {
  background: linear-gradient(#E3000F 0%,#DCE2C8 100%);
  color: #fff;
  box-shadow: 0 0 3ppx rgba(46,87,217,.45);
}
.left-side-wrapper {
  margin-right: 40px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .left-side-wrapper {
    margin-right: 30px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .left-side-wrapper {
    margin-right: 0;
  }
}
@media(max-width:767px) {
  .left-side-wrapper {
    margin-right: 0;
  }
}
.sidebar-wrapper .sidebar-box {
  padding: 30px;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  background: #fff;
  transition: all .3s ease-out 0s;
}
@media(max-width:767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px 20px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px;
  }
}
.sidebar-wrapper .sidebar-box:hover {
  box-shadow: 0 0 30px rgba(215,224,252,.45);
}
.sidebar-wrapper .sidebar-box.search-form-box {
  padding: 20px 25px;
}
.sidebar-wrapper .sidebar-box.search-form-box .search-form {
  width: 100%;
  position: relative;
  margin: 0;
}
.sidebar-wrapper .sidebar-box.search-form-box .search-form input {
  transition: all .3s ease-out 0s;
}
.sidebar-wrapper .sidebar-box.search-form-box .search-form input:focus {
  border-color: #E3000F;
}
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog {
  display: flex;
}
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
  border-radius: 10px;
  width: 100%;
  max-width: 100px;
  height: 100px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}
@media(max-width:767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img img {
  width: 100%;
}
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content {
  margin-left: 20px;
}
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}
@media(max-width:767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 20px;
  }
}
.sidebar-wrapper .sidebar-box.catagories-box ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.sidebar-wrapper .sidebar-box.catagories-box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6a7c92;
  transition: all .3s ease-out 0s;
}
.sidebar-wrapper .sidebar-box.catagories-box ul li:hover::before {
  background: #E3000F;
}
.sidebar-wrapper .sidebar-box.catagories-box ul li:hover a {
  color: #E3000F;
}
.sidebar-wrapper .sidebar-box.catagories-box ul li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .sidebar-box.catagories-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #6a7c92;
}
.sidebar-wrapper .sidebar-box.tags-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.sidebar-wrapper .sidebar-box.tags-box ul li {
  margin-right: 20px;
}
@media(max-width:767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li {
    margin-right: 15px;
  }
}
.sidebar-wrapper .sidebar-box.tags-box ul li:last-child {
  margin-right: 0;
}
.sidebar-wrapper .sidebar-box.tags-box ul li a {
  font-size: 18px;
  padding: 12px 23px;
  border-radius: 30px;
  background: #eff2f9;
  margin-bottom: 15px;
  color: #6a7c92;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
  }
}
@media(max-width:767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 18px;
  }
}
.sidebar-wrapper .sidebar-box.tags-box ul li a:hover {
  background: linear-gradient(#E3000F 0%,#DCE2C8 100%);
  color: #fff;
}
.sidebar-wrapper .sidebar-box h4 {
  margin-bottom: 35px;
}
.contact-section {
  position: relative;
  z-index: 3;
}
.contact-section.cta-bg {
  clip-path: polygon(0 0,100% 12%,100% 88%,0 100%);
  z-index: 3;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%,100% 12%,100% 88%,0 97%);
  }
}
@media(max-width:767px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%,100% 12%,100% 88%,0 97%);
  }
}
.contact-section.cta-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to left,rgba(111,88,232,.18) 0%,#E3000F 100%);
}
.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
  transition: all .3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
  box-shadow: 0 0 30px rgba(215,224,252,.45);
}
.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
  box-shadow: 0 0 30px rgba(46,87,217,.45);
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}
@media(max-width:767px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#E3000F 0%,#DCE2C8 100%);
  color: #fff;
  transition: all .3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media(max-width:767px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: #E3000F;
  margin-bottom: 10px;
}
.comment-form-wrapper, .contact-form-wrapper {
  padding: 50px 40px;
  background: #fff;
  border: 1px solid #f4eefb;
  margin-left: 0;
  border-radius: 10px;
  transition: all .3s ease-out 0s;
}
.comment-form-wrapper:hover, .contact-form-wrapper:hover {
  box-shadow: 0 0 30px rgba(215,224,252,.45);
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .comment-form-wrapper, .contact-form-wrapper {
    margin-left: 30px;
  }
}
.comment-form-wrapper .comment-form input, .comment-form-wrapper .comment-form textarea, .comment-form-wrapper .contact-form input, .comment-form-wrapper .contact-form textarea, .contact-form-wrapper .comment-form input, .contact-form-wrapper .comment-form textarea, .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
  padding: 18px 25px;
  border-radius: 30px;
  border: 1px solid #f4eefb;
  margin-bottom: 25px;
  width: 100%;
  transition: all .3s ease-out 0s;
}
@media(max-width:767px) {
  .comment-form-wrapper .comment-form input, .comment-form-wrapper .comment-form textarea, .comment-form-wrapper .contact-form input, .comment-form-wrapper .contact-form textarea, .contact-form-wrapper .comment-form input, .contact-form-wrapper .comment-form textarea, .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
    padding: 12px 25px;
  }
}
.comment-form-wrapper .comment-form input:focus, .comment-form-wrapper .comment-form textarea:focus, .comment-form-wrapper .contact-form input:focus, .comment-form-wrapper .contact-form textarea:focus, .contact-form-wrapper .comment-form input:focus, .contact-form-wrapper .comment-form textarea:focus, .contact-form-wrapper .contact-form input:focus, .contact-form-wrapper .contact-form textarea:focus {
  border-color: #E3000F;
}
.comment-form-wrapper .comment-form textarea, .comment-form-wrapper .contact-form textarea, .contact-form-wrapper .comment-form textarea, .contact-form-wrapper .contact-form textarea {
  border-radius: 18px;
}
.comment-form-wrapper .comment-form .theme-btn, .comment-form-wrapper .contact-form .theme-btn, .contact-form-wrapper .comment-form .theme-btn, .contact-form-wrapper .contact-form .theme-btn {
  font-weight: 500;
  padding: 18px 90px;
}
.page-banner-section {
  margin-top: 107px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .page-banner-section {
    margin-top: 94px;
  }
}
.page-banner-section .banner-content h2 {
  margin-bottom: 20px;
}
.page-banner-section .banner-content .page-breadcrumb nav ol {
  background: 0 0;
  padding: 0;
}
.page-banner-section .banner-content .page-breadcrumb nav ol li {
  color: rgba(255,255,255,.7);
  font-size: 20px;
  font-weight: 500;
}
.page-banner-section .banner-content .page-breadcrumb nav ol li::before {
  color: #fff;
}
.page-banner-section .banner-content .page-breadcrumb nav ol li a {
  color: #fff;
}
.carousel-section-wrapper {
  position: relative;
  z-index: 3;
}
.carousel-section-wrapper .carousel-section {
  position: relative;
  z-index: 3;
}
.carousel-section-wrapper .carousel-section.clip-bg {
  clip-path: polygon(0 11%,100% 0,100% 100%,0 80%);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%,100% 2%,100% 98%,0 92%);
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%,100% 2%,100% 98%,0 92%);
  }
}
@media(max-width:767px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%,100% 2%,100% 98%,0 92%);
  }
}
.carousel-section-wrapper .carousel-section.clip-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right,rgba(192, 236, 207, 0) 0%, rgba(102, 102, 102, 0.5) 100%);
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
  margin-bottom: 25px;
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
  margin-bottom: 40px;
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn {
  border-color: #fff;
  color: #fff;
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn:hover {
  background: rgba(255,255,255,.2);
}
.carousel-section-wrapper .carousel-control {
  background: 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f4eefb;
  color: #fff;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 99;
}
.carousel-section-wrapper .carousel-control:hover {
  background: #fff;
  color: #E3000F;
}
.carousel-section-wrapper .carousel-control.carousel-control-next {
  left: auto;
  right: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media(max-width:767px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 37%;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 23%;
  }
}
.carousel-section-wrapper .carousel-control span {
  background: 0 0;
  width: auto;
  height: auto;
}
.map-section {
  margin-top: -130px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .map-section {
    margin-top: 130px;
  }
}
@media(max-width:767px) {
  .map-section {
    margin-top: 130px;
  }
}
.accordion-style .single-accordion {
  border: 1px solid #f4eefb;
  border-radius: 5px;
}
.accordion-style .single-accordion .accordion-btn button {
  background: #fff;
  border: none;
  padding: 12px 30px;
  padding-right: 50px;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.accordion-style .single-accordion .accordion-btn button::after {
  content: '\ea5e';
  font: normal normal normal 1em/1 'LineIcons';
  position: absolute;
  right: 30px;
  top: 15px;
  transition: all .3s ease-out 0s;
}
.accordion-style .single-accordion .accordion-btn button.collapsed::after {
  transform: rotate(180deg);
}
.accordion-style .single-accordion .accordion-content {
  padding: 20px 30px;
}
.accordion-style.theme-accordion .single-accordion .accordion-btn button {
  background: linear-gradient(to left,#E3000F 0%,#DCE2C8 100%);
  color: #fff;
}
.accordion-style.theme-accordion .single-accordion .accordion-btn button::after {
  color: #fff;
}
.footer {
  position: relative;
  z-index: 2;
  background: #eff2f9;
}
.footer .footer-widget .footer-desc {
  line-height: 25px;
}
.footer .footer-widget h4 {
  margin-bottom: 35px;
  font-weight: 500;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .footer .footer-widget h4 {
    font-size: 22px;
  }
}
.footer .footer-widget ul.footer-links li a {
  color: #6a7c92;
  display: block;
  line-height: 25px;
  transition: all .3s;
}
.footer .footer-widget ul.footer-links li a:hover {
  color: #E3000F;
}
.footer .footer-widget ul {
  padding-left: 20px;
}
.footer .footer-widget ul li {
  list-style: disc;
}
.footer .footer-widget .footer-contact li p {
  line-height: 35px;
}
.footer .copyright-area {
  border-top: 2px solid rgba(106,124,146,.44);
  padding: 25px 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.footer .copyright-area p {
  text-align: right;
}
@media(max-width:767px) {
  .footer .copyright-area p {
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .footer .copyright-area p {
    font-size: 15px;
  }
}
.footer .copyright-area p a {
  color: #6a7c92;
}
.footer .copyright-area p a:hover {
  color: #E3000F;
}
@media(max-width:767px) {
  .footer-social-links {
    margin-bottom: 15px;
  }
}
.footer-social-links ul {
  justify-content: flex-start;
}
@media(max-width:767px) {
  .footer-social-links ul {
    justify-content: center;
  }
}
.footer-social-links ul li {
  display: inline-block;
}
.footer-social-links ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  background: rgba(106,124,146,.1);
  display: block;
  font-size: 18px;
  color: #6a7c92;
  margin-right: 15px;
}
@media(max-width:767px) {
  .footer-social-links ul li a {
    padding: 0 7px;
    margin-right: 10px;
  }
}
.footer-social-links ul li a:hover {
  background: linear-gradient(#E3000F 100%,#E3000F 100%);
  color: #fff;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-205 {
  margin-top: 205px;
}
.mt-210 {
  margin-top: 210px;
}
.mt-215 {
  margin-top: 215px;
}
.mt-220 {
  margin-top: 220px;
}
.mt-225 {
  margin-top: 225px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mb-205 {
  margin-bottom: 205px;
}
.mb-210 {
  margin-bottom: 210px;
}
.mb-215 {
  margin-bottom: 215px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mb-225 {
  margin-bottom: 225px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-215 {
  padding-top: 215px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-225 {
  padding-top: 225px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-225 {
  padding-bottom: 225px;
}

/* mobil */

@media(max-width:767px) {

.section-title img {
  max-width: 100%;
}

.carousel-control {
  display: none;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, #228B22 0%,#63D963 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: 35px;
  bottom: 260px;
}

.counter {
  width: 100%;
  border-radius: 27px;
  background-color: #B8B8B8;
  border: 5px solid #eff2f9;
  padding: 40px 20px;
}

.counter-big {
  width: 100%;
  border-radius: 27px;
  color: #FFFFFF;
  background-color: #228B22;
  background-image: none;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  margin-top: 10px;
  text-align: left;
}

.comment-form-wrapper .comment-form .theme-btn, .comment-form-wrapper .contact-form .theme-btn, .contact-form-wrapper .comment-form .theme-btn, .contact-form-wrapper .contact-form .theme-btn {
  font-weight: 500;
  padding: 18px 50px;
}

.pt-180 {
  padding-top: 110px;
}

.pb-70 {
  padding-bottom: 30px;
}

}

@media(max-width:1300px) {

.feature-content {
  min-height: 275px;
}

}

/* shop */
.topbox { float: left; margin: 0px 9px 35px 0px; padding: 0px 0x 0px 0px; border: 1px solid #228B22; text-align: left; line-height: 20px;  }
.last { margin: 0px 0px 20px 0px; }
.typ { line-height: 140%; margin: 0px; padding: 20px 15px; background-color: #fff; overflow: hidden; float: right; font-size: 145%; }
.fototop { width: 100%; height: auto; margin: 0 0 20px 0; padding: 4px; display: table-cell; vertical-align: middle; text-align: center; float: left; }
.atop { display: inline-block; }
.popistop { width: 100%; margin: 0 0 35px 0; padding: 6px 10px; background-color: #EEEEEE; overflow: hidden; line-height: 20px; font-size: 13px; }
.cenatop { margin: 0px 0px 0px 0px; padding: 11px 12px 11px 6px; background-color: #FFF; overflow: hidden; line-height: 20px; text-align: right; }
.sleva { width: 80px; height: 80px; margin: 0px; padding: 20px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 20px; font-weight: bold; background-color: #FFDE08; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.akcem { width: 80px; height: 80px; margin: 0px; padding: 20px 0px 16px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 16px; font-weight: bold; color: #FFDE08; background-color: #078D07; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.mjlogo { width: 80px; height: 80px; margin: 0px; padding: 20px 0px 16px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 16px; font-weight: bold; color: #FFDE08; background-image: url(../img/podklad-mj.jpg); background-size: contain; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.ekologo { width: 80px; height: 80px; margin: 0px; padding: 20px 0px 16px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 16px; font-weight: bold; color: #FFDE08; background-image: url(../img/podklad-eko.png); background-size: contain; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.leto { width: 80px; height: 80px; margin: 0px; padding: 20px 0px 16px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 16px; font-weight: bold; color: #FFDE08; background-image: url(../img/podklad-leto.png); overflow: hidden; line-height: 20px; text-align: center; }
.novinka { width: 80px; height: 80px; margin: 0px; padding: 30px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 15px; font-weight: bold; color: #FFFFFF; background-color: #DC332E; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.best { width: 80px; height: 80px; margin: 0px; padding: 20px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #336699; overflow: hidden; line-height: 16px; text-align: center; border-radius: 50px; box-shadow: #808080 }

.pouzite { width: 80px; height: 80px; margin: 0px; padding: 26px 0px; position: relative; float: right; top: -20px; left: 0px; font-size: 16px; font-weight: bold; color: #FFFFFF; background-color: #CC0000; overflow: hidden; line-height: 16px; text-align: center; border-radius: 50px; box-shadow: #808080; animation:blinking 1.5s infinite;
}
.pouzitedet { width: 80px; height: 80px; margin: 0px; padding: 26px 0px; position: relative; top: -17px; left: 10px; font-size: 16px; font-weight: bold; color: #FFFFFF; background-color: #CC0000; overflow: hidden; line-height: 16px; text-align: center; border-radius: 50px; box-shadow: #808080; animation:blinking 1.5s infinite; }

@keyframes blinking{
0%{   color: #CC0000;   }
47%{   color: #FF9999; }
62%{   color: #FFB8B8; }
97%{   color:#FFE5E5; }
100%{  color: #FFFFFF;   }
}
.akcepouzite { border: 5px solid #CC0000; margin-left: 0px; }

.slevadet { width: 80px; height: 80px; margin: 0px; padding: 20px 0px; position: relative; top: -17px; left: 10px; font-size: 20px; font-weight: bold; background-color: #FFDE08; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.akcemdet { width: 80px; height: 80px; margin: 0px; padding: 20px 0px 16px 0px; position: relative; top: -17px; left: 10px; font-size: 16px; font-weight: bold; color: #FFDE08; background-color: #078D07; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.novinkadet { width: 80px; height: 80px; margin: 0px; padding: 30px 0px; position: relative; top: -17px; left: 10px; font-size: 15px; font-weight: bold; color: #FFFFFF; background-color: #DC332E; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.mjdet { width: 80px; height: 80px; margin: 0px; padding: 30px 0px; position: relative; top: -17px; left: 10px; font-size: 16px; font-weight: bold; color: #FFDE08; background-image: url(../img/podklad-mj.jpg); background-size: contain; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.ekodet { width: 80px; height: 80px; margin: 0px; padding: 30px 0px; position: relative; top: -17px; left: 10px; font-size: 16px; font-weight: bold; color: #FFDE08; background-image: url(../img/podklad-eko.png); background-size: contain; overflow: hidden; line-height: 20px; text-align: center; border-radius: 50px; box-shadow: #808080 }
.bestdet { width: 80px; height: 80px; margin: 0px; padding: 20px 0px; position: relative; top: -17px; left: 10px; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #336699; overflow: hidden; line-height: 16px; text-align: center; border-radius: 50px; box-shadow: #808080 }

.akcemb { border: 4px solid #078D07; margin-left: -2px; }
.akceleto { border: 4px solid #39A239; border-top: 45px solid #39A239; margin-left: -2px;  border-radius: 20px; }
.akcemimo { border: 4px solid #078D07; border-top: 45px solid #39A239; margin-left: -2px; }
.lv { font-size: 20px; font-weight: bold; color: #141414; position: relative; top: -31px; left: 244px; }
.mn { font-size: 20px; font-weight: bold; color: #ffffff; position: relative; top: -31px; left: 244px; display: block; height: 0; }
.letodet { width: 80px; height: 80px; margin: 0px; padding: 14px 0px 16px 0px; position: relative; float: right; top: -17px; left: 0px; font-size: 16px; font-weight: bold; color: #FFDE08; background-image: url(../img/podklad-leto.png); background-size: contain; overflow: hidden; line-height: 20px; text-align: center; }


.clanekeshop  { padding: 1px 0px 0px 0px; text-align: left; margin-top: -55px; }
.clanekeshop h2 { height: 38px; color: #1A1A1A; margin: 70px 0px 0px 0px; padding: 0px 16px; font-size: 13px; line-height: 38px; background-color: #9DB9D6; border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; }
.clanekeshop h2 .eshopakce { display: inline-block; width: 79px; height: 29px; background-image: url(../images/akce.gif); color: transparent; position: relative; left: 18px; top: -10px; }
.clanekeshop h2 .eshopakce2 { display: inline-block; width: 79px; height: 29px; background-image: url(../images/akce2.gif); color: transparent; position: relative; left: 18px; top: -10px; }
.clanekeshop h2 .eshopakce3 { display: inline-block; width: 79px; height: 29px; background-image: url(../images/akce3.gif); color: transparent; position: relative; left: 18px; top: -10px; }

.nahledshop { padding: 0px; margin: 0px 13px 0px 0px; text-align: center; float: right; position: relative; top: 18px; }

.madein { text-align: left; margin-right: 35px; padding: 6px 0px 0px 40px; float: left; font-size: 10px; font-weight: bold; color: #FFFFFF; font-style: italic; height: 32px; line-height: 12px; position: relative; top: 52px; }
.cz { background-image: url(../images/madeincz.gif); background-position: top left; background-repeat: no-repeat; }
.sk { background-image: url(../images/madeinsk.gif); background-position: top left; background-repeat: no-repeat; }
.it { background-image: url(../images/madeinit.gif); background-position: top left; background-repeat: no-repeat; }
.fr { background-image: url(../images/madeinfr.gif); background-position: top left; background-repeat: no-repeat; }
.sv { background-image: url(../images/madeinsv.gif); background-position: top left; background-repeat: no-repeat; }
.eu { background-image: url(../images/madeineu.gif); background-position: top left; background-repeat: no-repeat; }
.de { background-image: url(../images/madeinde.gif); background-position: top left; background-repeat: no-repeat; }

.moreimg { float: right; width: 80px; height: 90px; display: table; }
.moreimg p { display: table-cell; vertical-align: bottom; text-align: right; margin: 0px; padding: 0px; }
.moreimg p .thickbox img { margin: 0px 0px 7px 0px; border: 1px solid #848484;  border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }

.morelink { text-align: left; width: 130px; margin: 0px; float: left; font-size: 10px; color: #4B4B4B; font-weight: bold; position: relative; top: 63px; }
.morelink a:link, .morelink a:visited, .morelink a:hover  { color: #242424 !important; text-decoration: underline; }

.zahlavi { clear: both; margin: 0px 0px 6px 0px; padding: 15px 10px; font-size: 12px; font-weight: bold; color:#424242; background-color: #FFFFFF; border-bottom: 1px solid #B4B4B4; background-image: url(../images/zahlavi.png); background-position: top left; background-repeat: repeat-y; }
.cenajed { float: right; margin-left: 10px; width: 150px; background-image: url(../images/koupit.gif); background-position: top right; background-repeat: no-repeat; }
.cenajed span { color: #45B46A; line-height: 18px; }
a.mena, a.mena:link, a.mena:visited, a.mena:hover  { color: #45B46A !important; text-decoration: underline; }

.radeko { clear: both; margin: 0px 0px 2px 0px; padding: 8px 10px; font-size: 11px; font-weight: bold; color:#424242; background-color: #EDEDED; }
.bar2 { background-color: #DFECF6; }
.bar3 { background-color: #F9EBD2; }
.radeko:hover { background-color: #9DB9D6; color: #FFFFFF !important; }

.cenovka { text-align: left; float: right; margin-right: 10px; padding-left: 10px; font-size: 12px; }
.cenaold { text-align: left; float: left; margin-right: 0px; padding-left: 10px; font-size: 190%; font-weight: bold; }
s {
    position: relative;
    text-decoration: none;
    color: #9c9c9c;
}

s:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    border-top: 3px solid #EA492F;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}
.cena { font-weight: bold; font-size: 190%; color: #EA492F; padding-right: 15px; }
.popisekc .cena { font-weight: bold; color: #EA492F; font-size: 190%; line-height: 140%; width: 50%; display: inline-block; }
.popisekc .cenapop { display: inline-block; width: 65px; }
p.popisekc {
    display: block;
    float: right;
    font-weight: bold;
    text-align: right;
    width: 100%;
    background-color: #eeeeee;
    padding: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.vyprodej { font-weight: bold; background-color: #EA492F; color: #FFFFFF; padding: 2px 1px 1px 1px; margin-top: 2px; display: block; text-align: center; }
.koupit { float: right; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; height: 40px; border: 0px; cursor: pointer; background: #228B22; color: #FFFFFF; font-size: 18px; padding: 1px 15px; line-height: 26px; font-weight: bold; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.koupit-inp { font-family: poppins,sans-serif !important; font-weight: 400; font-size: 18px !important; padding-right: 5px; width: 45px; height: 32px; text-align: right; }
.ui-spinner { float: right; margin: 4px 8px; }
.ui-spinner-up { background-image: url("../img/ui-icons_444444_256x240.png"); background-position: 0 -16px; border-top: 0px; border-bottom: 1px solid #a1a1a1; border-right: 0px; border-left: 1px solid #a1a1a1; }
.ui-spinner-down { background-image: url("../img/ui-icons_444444_256x240.png"); background-position: -65px -16px;  border-bottom: 0px; border-top: 1px solid #a1a1a1; border-right: 0px; border-left: 1px solid #a1a1a1;}

.topbox .koupit { float: right; width: 100px; height: 40px; border: 0px; cursor: pointer; background: #228B22; color: #FFFFFF; font-size: 18px; padding: 1px 10px; line-height: 26px; font-weight: bold; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.topbox .detail { float: left; margin-bottom: 15px; width: 180px; height: 40px; border: 0px; cursor: pointer; background: #A3A3A3; color: #FFFFFF; font-size: 18px; padding: 1px 10px; line-height: 26px; font-weight: bold; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.w .detail { margin-bottom: 15px; height: 40px; border: 0px; cursor: pointer; background: #A3A3A3; color: #FFFFFF; font-size: 18px; padding: 1px 10px; line-height: 26px; font-weight: normal; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.poptat { float: right; margin-top: 0px; margin-right: 0px; height: 26px; border: 0px; cursor: pointer; background: #228B22; color: #FFFFFF; font-size: 10px; padding: 1px 15px; line-height: 26px; font-weight: bold; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.topbox .poptat { float: right; margin-top: -34px; margin-right: 7px; width: 82px; height: 26px; border: 0px; cursor: pointer; background: #228B22; color: #FFFFFF; font-size: 10px; padding: 1px 5px; line-height: 26px; font-weight: bold; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.radeko:hover input.koupit, .koupit:hover, .butfd:hover { background: #186318; color: #FFFFFF; }
.radeko:hover input.detail, .detail:hover { background: #696969; color: #FFFFFF; }
.radeko:hover .cenaold { color: #424242; }
.radeko:hover .cena { color: #fff; }

.modal-footer { justify-content: space-between; }
.nakupovat { height: 40px;  padding-right: 20px; border: 0px; cursor: pointer; background: #A3A3A3; color: #FFFFFF; font-size: 18px; padding: 1px 15px; line-height: 26px; font-weight: bold; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.nakupovat:hover { background: #696969; color: #FFFFFF; }
.modal-footer .koupit { margin-bottom: 0px; margin-right: 5px; padding-left: 20px; }


.topbox .koupit:hover, .koupit:hover, .topbox .detail:hover { box-shadow: 0 0 30px rgba(46,87,217,.45); }

.butfd { margin: 5px 5px; height: 40px; border: 0px; cursor: pointer; background: #228B22; color: #FFFFFF; font-size: 18px; padding: 1px 15px; line-height: 26px; font-weight: normal; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }

.butfda { margin: 5px 5px; height: auto; border: 0px; cursor: pointer; background: #228B22; color: #FFFFFF !important; text-decoration: none !important; font-size: 18px; padding: 10px 15px; line-height: 20px; font-weight: normal; background-repeat: repeat-x; border-radius: 23px; -moz-border-radius: 23px; -webkit-border-radius: 23px; }
.butfda:hover { background-color: #186318; }
.butfda span { font-size: 15px;}

.z1 { font-size: 120%; font-weight: bold; color: #CC0000; }
.radeko:hover .z1 { color: #fff; }

.obrazekproduktu { float: right; border: 0px gray solid; }
.obrazek { border: 1px gray solid; }
.odr { margin-left: 0px; }
.odr2 { margin-left: 10px; font-style: italic; }
.odr3 { margin-left: 20px; font-style: italic; }

.druh0 { width: 90px; height: 25px; background-color: #FFFFFF; float: left; text-align: center; padding-top: 5px; margin: 0px 0px -1px 15px; border: 1px solid #CCE0F0; }
.druh1 { width: 90px; height: 25px; background-color: #CCE0F0; float: left; text-align: center; padding-top: 5px; margin: 0px 0px -1px 15px; border: 1px solid #CCE0F0; }
.paneln { background-color: #EEE; text-align: left; clear: both; padding: 10px 25px 10px 25px; }
.paneln h3 { margin-top: 1px; font-size: 21px; }
.panell { text-align: left; float: left; padding: 15px 0px; margin-top: 15px; }
.panelp { text-align: left; float: left; padding: 25px 0px 15px 15px; }
.panels { width: 740px; text-align: left; float: left; padding: 15px 0px 15px 0px; }
p.popisek { display: block; width: 80px; text-align: left; float: left; font-weight: bold; }
p.popisek2 { display: block; width: 291px; text-align: left; float: left; }
p.popisek2 strong { color: #B80000; font-size: 20px; }
.oddel { clear: both; margin: 0px; padding: 5px; border-top: 1px dotted #C9C9C9 !important; }
.zajem { text-align: center; }

.tac {
  text-align: center;
}
@media all and (max-width:800px){

.panelp {
  text-align: left;
  float: left;
  padding: 25px 0px 15px 0px;
}

}


.nahled { margin: 3px 10px 5px 0px; padding: 10px 10px 10px 10px; border: 1px solid #C9C9C9 !important; width: 100%; height: auto; text-align: center; }
.galerie { margin: 0px; padding: 5px; width: 360px; border: 1px solid #C9C9C9 !important; }
.galerie ul { padding-left: 0px !important; }
.ad-image { cursor: move; cursor: -moz-zoom-in; }


/* kosik */
div.nadpis  { clear: both; display: block; font-size: 120%; font-weight: bold; padding: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 5px; color: #ffffff; background-color: #707070; }

.boxchyba { border: 2px solid #DC332E; background-color: #FFCCCC; padding: 5px 5px 5px 5px; margin-top: 10px; }
.er { background-color: #FFCCCC; border: 2px solid #CC0000; }
.radek0 td { background-color: #DEDEDE;  }
.radek1 td { background-color: #F2F2F2;  }

.radek0 td, .radek1 td { border-top: 1px solid #424242; padding: 0px 10px 10px 10px !important; }
.radek0 td img, .radek1 td img { background-color: transparent !important; margin: 0px !important;  padding: 0px !important; }



input.txt_w50 { max-width: 100%; width: 100px; }
input.txt_w150 { max-width: 100%; width: 250px; }
input.txt_w350 { max-width: 100%; }
input.txt_w50e { background-color: #FFCCCC; border: 1px solid #CC0000; max-width: 100%; width: 100px; }
input.txt_w150e { background-color: #FFCCCC; border: 1px solid #CC0000; max-width: 100%; width: 250px; }
input.txt_w350e { background-color: #FFCCCC; border: 1px solid #CC0000; max-width: 100%; }
textarea.txt_a350 { max-width: 100%; height: 100px; }
input.txt_50 { border: 1px solid #A4AAB0; width: 25px; }
select.txt_w300 { border: 1px solid #A4AAB0; width: 300px; }
select.txt_w300e { background-color: #FFCCCC; border: 1px solid #CC0000; width: 300px; }
input.rad { border: 0px; margin-top: 4px; }
input.rade { background-color: #FFCCCC; border: 0px; margin-top: 4px; }
.inpo {  width: 40px; color: #DC332E; font-weight: bold; text-align: right; padding-right: 5px; }
.spinnerpopis  { display: inline-block; position: relative; top: 10px; }
.chbox { position: relative; top: 2px; left: -6px }
.obj { text-align: right; border-bottom: 1px solid #A4AAB0; padding-bottom: 3px;  }
.but-nejaky { font-size: 8pt; width: 230px; height: 18px; background-color: #4EB0D8; color: #ffffff; border: 1px solid #4EB0D8; padding: 0px 2px 0px 2px; position: relative; left: -2px; cursor: pointer; cursor: hand; }

.ramek { border: 2px solid #EF4F00; padding: 5px; margin-bottom: 10px; background-color: #FFFFFF; }
.bezramek { border: 0px; padding: 7px; }
.mensi { font-size: 0.8em; }
.ramek h2 { margin: 5px 0px 5px 0px; font-size: 1.3em; font-weight: bold; color: #000; background-color: #fff; }

#DA { display: none; }
#UH { display: none; }
#ch1 { border: 0px; }

TABLE.w { border: 0px; font-size: 100%; width: 100%; }
TABLE.w TD, TABLE.w TH {padding: 0.3em 0em; border: 0px; }
TABLE.w TD { }
TABLE.w TD STRONG {}
TABLE.w TH {background-color: #9AADB7; color: #fff; padding: 0.5em; border: 0px; text-align: center; font-size: 100%; }
TABLE.w TH.dark {background-color: #CCCCCC;}
TABLE.w TR.tr1 TD, TABLE TR TD {background-color: #fff;}
TABLE.w TR.tr2 TD {background-color: #ADADAD;}
TABLE.w TR.tr3 TD {background-color: #E1E1E1;}
TABLE.w TD P { margin: 8px 0px 0px 0px !important; }

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  /*table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    display: block;
    text-align: left;
  }

  .radek0 td, .radek1 td { border-top: 1px solid #424242; padding: 0px 1px 1px 1px !important; }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  } */

  table.table-sada td {
    white-space: nowrap;
    padding-right: 5px;
  }

}

.nabidka2 TABLE {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  font-size: 100%;
  margin-left: -4px;
}

.nabidka2 TD {
  width: 25%;
  background-color: #C7C7C7;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-left: 5px solid #FFFFFF;
  border-top: 5px solid #FFFFFF;
}

.nabidka2 TD.nase {
  color: #DE0008;
}

.sada td {
  vertical-align: text-top;
  font-size: 1em;
  color: #000;
  padding: 0px;
  text-align: left;
}

.sekcenadpisgal {
  font-weight: bold;
  font-size: 140%;
  margin: 30px 0px 10px;
}

.fotogalerie {
  float: left;
  margin-bottom: 25px;
  text-align: center;
}

.fotopodklad {
  margin: 0px;
  border: 1px solid #B2B2B2;
  text-align: center;
  background-color: #fff;
  padding: 15px 10px;
}

.fotopodklad:hover, .fotopodklad.hover {
  background-color: #F2F2F2;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  background-color: transparent;
  border: 0;
}
