/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.uvodZmenaJazyka .dropdown-menu li a{
    color: black !important;
}

form {
    text-align: left;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

nav.navbar{
  /* display:none; */
}

h1.video-title{
  color: #FFF9F9;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 35px;
    text-transform: capitalize;
    text-shadow: 0px 0px 0px #000000;
	font-weight:600;
}

.bg-light {
    background-color: #F0640C !important;
	box-shadow: 0px 0px 0px 0px #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 16px 0px 5px 0px;
	color: #FFFFFF !important;
}

.bg-light a{
	color: #FFFFFF !important;
	font-weight: 400;
	font-size: 14px;
	font-family: "Roboto", Sans-serif;
}

video{
	max-width:100%;
}


header {
  position: relative;
  background-color: black;
  height: 20vh;
  min-height: 16rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .video-container{
  max-width:100%;
}

header button.btn {
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    background-color: #F0640C;
    border-radius: 8px 8px 8px 8px;
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
	padding: 12px 25px;
	border-color:transparent;
	line-height: 1;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header button.btn:hover, header button.btn:focus {
	transform: scale(1.1);
	background-color: #F0640C;
	border-color:transparent;
	box-shadow: 0 0 0 0 rgba(38,143,255,.5);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.navbar-fixed-top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar .nav-link.aktivnaSekcia{
    /* color: yellow !important; */
    border-bottom: 2px solid #fff;
    /* border-top: 1px solid #fff; */
}

.elementor-icon{
  transition: all .3s;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	-webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

li.nakupnyKosik a:hover{
    font-size: 18px !important;
    text-decoration: none;
}

.kontakt img{
    width:100%
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-duration:1.25s;
    animation-delay: 1.25s;
}

/** fadeInDown **/

@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-duration:1.25s;
    animation-delay: 1.25s;
}

/** fadeInRight **/

@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-duration:1.25s;
    animation-delay: 1.25s;
}

/** fadeInUp **/

@-webkit-keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to {
        opacity:1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.in-up {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-duration:1.25s;
    animation-delay: 1.25s;
}

/** slideInRight **/

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
		visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
		visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
		visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
.slide-in-right {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-duration:1.25s;
    animation-delay: 1.25s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-7-8 13:8:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.focus-in-expand-fwd {
	-webkit-animation: focus-in-expand-fwd 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both infinite;
	        animation: focus-in-expand-fwd 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both infinite;
}


/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.dropdown-toggle.btn-default:focus {
	box-shadow: 0 0 0 0 rgba(0,123,255,.25);
	outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
}
.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}
.bootstrap-select .check-mark {
  line-height: 14px;
}
.bootstrap-select .check-mark::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

.lang_switch ul.dropdown-menu li a.option-with-flag{
  color: #000000 !important;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}


.elementor-icon i{
transform: rotate(0deg);
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-nav {
    flex-wrap: wrap;
}

nav.navbar ul.navbar-nav li a{
font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.3px;
	color: #ffffff;
	padding: 13px 20px !important;
	-webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

nav.navbar ul.navbar-nav li a:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    text-decoration: none;
}

nav.navbar ul.navbar-nav li.dropdown a.dropdown-item{
font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
	color: #1A1919 !important;
	padding: 13px 20px !important;
	-webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

nav.navbar ul.navbar-nav li.dropdown a.dropdown-item:hover{
background-color: #EDEDED;
-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.container-message{
padding-left:0;
padding-right:0;
}

.alert{
border-radius: 0;
margin-bottom:0;
}

section.section-content{
background-color: #F8F8F9;
position:relative;
}

section.section-content::before {
    content : "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : 0.2;
	background-image: url("/bundles/aglfrontend/images/carbody.png");
    background-position: top center;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-repeat: no-repeat;
	background-size: 60%;
}

form.form-search input{
border-color:#000000;
font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #000000;
	padding-left: calc(45px / 3);
    padding-right: calc(45px / 3);
	min-height:45px;
	width:100%;
}

form.form-search .input-group{
min-width:80%;
margin:0 auto;
}

form.form-search button, form.form-search button:hover{
border-color:#000000;
background-color: #F0640C;
min-width:45px;
}

form.form-search button i{
color:#ffffff;
}

.card {
box-shadow: 2px 1px 13px 1px rgba(26,43,64,0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 25px 25px 25px;
}

.card .card-title{
color: #1a2b40;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
	font-weight:600;
	text-align:left;
}

.card .card-body{
padding:41px 32px 13px 40px;
}

.card .card-text{
color: #1a2b40;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.5px;
	text-align: justify;
}

.card small{
color: #F0640C;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}


.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

svg:not(:root) {
    overflow: hidden;
}

form.form-login input{
    border: 1px solid #818a91;
}

form.form-login input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #818a91;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}


.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

a.btn-registration, button.btn-login{
    border:none;
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	padding: 12px 24px;
	line-height: 1;
}

a.btn-forgot{
   color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
	font-weight: 400;
}

a.btn-forgot:hover{
   color: #54595F;
    text-decoration:none;
}

a.btn-registration, a.btn-registration:hover{
    background-color: #F0640C;
}

button.btn-login, button.btn-login:hover{
    background-color: #1D4676;
}

section.section-why
{
    background-color: #1b242b;
	color:#FFFFFF;
}

h2.h2-why{
color: #ffffff;
    font-family: "Raleway", Sans-serif;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: -0.2px;
}

section.section-why .elementor-icon i{
    font-size: 45px;
}

section.section-why .why-title{
    color: #ffffff;
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 1px;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}



h2 a.navbar-brand{
    color: #FFFFFF !important;
    font-family: "Roboto", Sans-serif;
	font-weight: 600;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 576px) {
  h1.video-title{
    font-size: 44px;
}
header {
  min-height: 19rem;
  height:30vh;
}
header button.btn {
	font-size: 21px;
	padding: 20px 40px;
}

}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
header {
  height: 35vh;
  min-height: 20rem;
}

  .showcase .showcase-text {
    padding: 7rem;
  }
  h1.video-title{
    font-size: 60px;
}
 header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  h2 a.navbar-brand{
    font-size: 1.625rem;
}
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

nav.navbar li.cart:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}


.pagination li a{
    position: relative;
    color: #F0640C;
    float: left;
    padding: 6px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination .active a{
    background-color: #F0640C;
    color:#fff;
}

@media (min-width: 992px) {
	h1.video-title{
    font-size: 79px;
}
nav.navbar{
  display:flex;
}

label{
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
}
/* //NOTIFIKACIE */
.notifikacieZakaznik .dropdown-menu{
    min-width: 160px;
    max-width: 300px;
    z-index: 9996;
    padding: 0;
}

.notifikacieZakaznik .dropdown-menu>li.external{
    background: #374140;
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: .5px;
    color:#fff;
}

.notifikacieZakaznik .dropdown-menu>li.external>h3{
    margin: 0;
    padding: 0;
    float: left;
    font-size: 13px;
    display: inline-block;

}
.notifikacieZakaznik .dropdown-menu>li.external>a {
    display: inline-block;
    padding-left: 10px;
    background: 0 0;
    clear: inherit;
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    right: 0;
    border: 0;
    margin-top: -12px;
}

.notifikacieZakaznik .dropdown-menu .dropdown-menu-list>li>a:hover{
    -webkit-transform: none;
    -ms-transform: none;
     transform: none;
     background: #B1FF91;
     color:#2A2C2B !important;
}

.notifikacieZakaznik .dropdown-menu .dropdown-menu-list>li>a{
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 16px 15px 18px;
    text-shadow: none;
    background: #D9CB9E;
    color:#2A2C2B !important;
}

.notifikacieZakaznik .dropdown-menu .dropdown-menu-list>li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

.notifikacieZakaznik .dropdown-menu .dropdown-menu-list>li a .details .label-icon i {
    margin-right: 2px;
    margin-left: 1px;
    color: #fff;
}

.notifikacieZakaznik .dropdown-menu .dropdown-menu-list {
    padding-right: 0!important;
    padding-left: 0;
    list-style: none;
}

.notifikacieZakaznik  li [class*=" fa-"], li [class*=" glyphicon-"], li [class*=" icon-"], li [class^=fa-], li [class^=glyphicon-], li [class^=icon-] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.notifikacieZakaznik .label-success {
    background-color: #2A2C2B;
}


.notifikacieZakaznik .label.label-icon {
    padding: 4px 4px 4px 4px;
    margin-right: 2px;
    text-align: center!important;
    margin-right: 10px;
}

.notifikacieZakaznik .dropdown-toggle>.badge {
    font-family: "Open Sans",sans-serif;
    position: absolute;
    top: -9px;
    right: 24px;
    font-weight: 300;
    padding: 3px 6px;
}

/* #oznamy obrazky */
.oznamyPanel .card img{
    width: 100% !important;
}

.cookies{
    z-index: 999;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 30%;
    background-color: #000;
    opacity: 0.8;
    padding: 5px;
    color:#fff;
    font-size:17px;
    display:none;
}
.cookies .btn{
    margin-top: 10px;
}

@media only screen and (max-width: 600px)  {
    .cookies{
        width: 100%;
    }
}

.aglDataTable .form-inline {
    display: block !important;
}

.aglDataTable .dataTables_length select {
    margin: 11px;
}
.aglDataTable table td .product {
    font-weight: bold;
}
.aglDataTable table td .cena {
    color: brown;
    font-weight: bold;
    font-size: 16px;
}

.sumPrice .value{
    color: #73A010;
    font-size: 22px;
}


.splide.uvodnaStranka img{
    width: 100%;    
}

.podporujeme{
    background-color: currentColor;
}

.podporujeme h2{
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.notifikaciaAGS{
    color: red;
    font-weight: bold;
}
