h2 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #FFC530;
	font-weight: 700;
}

h3 {
	margin-bottom: 3rem;
	font-size: 2.5rem;
	color: Black;
}

h4 {
	margin-bottom: 30px;
}

p {
	color: #666;
}

a {
	text-decoration: none;
}

ul {
	color: #666;
}

ol.breadcrumb {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
}

ol.breadcrumb a {
	text-decoration: underline;
}

ol.breadcrumb > li + li::before {
	color: #1D2F42;
}

div.cktext {
	text-align: left;
}

a.button, a.buttoninv {
	margin: 40px 0px 20px;
	padding: 10px 25px;
	border: 1px solid #FFC530;
	background-color: #FFC530;
	color: White;
	display: inline-block;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
	width: auto;
}

a.button:hover {
	background-color: White;
	border: 1px solid #FFC530;
	color: #12171B;
	text-decoration: none;
}

a.buttoninv {
	background-color: White;
	border: 1px solid White;
	color: #40434b;
}

a.buttoninv:hover {
	background-color: #FFC530;
}

a.scrollbutton {
	color: White;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	top: 0px;
	right: 0px;
}

a.scrollbutton:hover {
	color: #FFC530;
}

a.scrollbutton i {
	margin: 0px 10px 0px 0px;
	background-color: transparent;
	color: White;
	font-size: 30px;
	display: inline-block;
	float: left;
}

a.scrollbutton:hover i {
	color: #FFC530;
}

a.roundedbutt {
	margin: 0px 10px 20px 0px;
	border: 1px solid White; 
	border-radius: 40px;
}

div.snippet {
	background-color: White;
	padding: 50px;
	height: 100%;
}

div.inv {
	background-color: #40434b;
	color: White !important;
}

div.inv h2 {
	color: #FFC530;
}

div.inv p, div.inv ul {
	color: #aaaaaa;
}

div.inv strong {
	color: White;
}

div.nobgr {
	background: none;
}

#nastavby img {
	width: 70%;
}

#nastavby .playbuttons {
	position: absolute;
	left: 20px;
	top: 100px;
}

#nastavby .playbutton {
	margin: 0px 0px 10px;
	padding: 10px 25px 10px 10px; 
}

#nastavby .playbutton i {
	margin: 5px;
}

#spoluprace h2 {
	position: absolute;
	top: 190px;
	left: 370px;
}

body {
	background-color: White;
	min-height: 600px;
	line-height: 150%;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #333333;
}

header a {
	color: #2D3841;
}

#leftmenu {
	padding: 20px;
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
}

#leftmenu button.btn, #menu button.btn {
	padding: 0px;
	line-height: 1;
}

#leftmenu button i, #menu button i {
	font-size: 40px;
	color: White;
}

#menu button {
	float: right;
}

#menu button i {
	margin: 0px;
	color: #40434b;
}

#offcanvasMenu {
	padding: 2rem;
	background-color: #40434b;
	color: White;
	width: auto;
}

#offcanvasMenu h3 {
	margin-bottom: 10px;
	color: White;
	font-size: 1rem;
}

#offcanvasMenu h3 i {
	margin-right: 10px;
}

#offcanvasMenu .btn-close {
	margin: 0px;
}

#offcanvasMenu .offcanvas-footer {
	padding: 20px 0px;
	border-top: 1px solid White;
}

#menu {
	background-color: White;
	border-bottom: 1px solid #2D3841;
	padding: 10px;
	display: none;
}


.menu {
	
}

.menu ul {
	margin: 0px;
	padding: 0px;
	overflow: auto; 
}

.menu ul > li {
	margin: 0px;
	height: 100%;
	display: inline-block;
}

.menu ul li a {
  color: Black;
  display: block;
  text-transform: uppercase;
  padding: 26px 20px;
}

.menu ul li a i {
  font-size: 60%;
  line-height: 100%;
}

.menu ul li:hover a {
  background-color: #444444;
  color: White;
}
.menu ul li ul.dropdown_menu {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 0px;
  position: absolute;
  
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  z-index: 999;
}
.menu ul li:hover ul.dropdown_menu {
  opacity: 0.99;
  background: #646567;
  visibility: visible;
  width: 300px;
  overflow: visible;
}

.menu ul li ul.dropdown_menu li {
	position: relative;
}

.menu ul li ul.dropdown_menu li a {
  color: White;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  display: block;
}

.menu ul li ul.dropdown_menu li {
    display: block;
    margin: 0px;
    text-align: left;
}

.menu ul li ul.dropdown_menu li:hover a::before {
    opacity: 1
}

.menu ul li ul.dropdown_menu li a:hover{
	background-color: #9E3407;
  color: White;
}





.dropdown_menu .dropdown_submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0%;
}
	

.dropdown_menu > li:hover > .dropdown_submenu {
	padding: 0px;
	display: block;
	width: 300px;
	z-index: 5000;
}

div.mobile-menu-area {
	background-color: rgba(255,255,255,0.9);
	padding: 0px;
	overflow: auto;
	float: right;
	width: 400px;
}


footer {
	padding: 30px 0px;
	background-color: #40434b;
	color: White;
	text-align: center;
}

footer p {
	font-size: 100%;
}

footer div.footsnipp {
	text-align: left;
	margin-bottom: 0px;
}

footer div.footsnipp h3 {
	color: White;
	text-transform: uppercase;
}

footer div.footsnipp i {
	margin: 0px 20px;
	display: inline-block;
	color: #9E3407;
	font-style: normal;
	font-size: 400%;
}

footer div.footsnipp span.glyphicon {
	color: #aaaaaa;
}

footer div.footsnipp img {
	border: 1px solid #aaaaaa;
}

footer a {
	color: White;
}

footer a:hover {
	color: White;
}

footer a:active {
	color: White;
}

.footer-overlay {
	background-color: #2C2D29;
	position: absolute;
	width: 60%;
	top: -460px;
	left: 20%;
}

.footer-overlay a {
	margin-bottom: 20px;
	color: #77797D;
	display: block;
}

/* Flexible iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.carousel {
	padding: 0px;
}

.carousel .carousel-indicators {
	bottom: 50px;
}

.carousel .carousel-indicators button {
	background-color: Silver;
	border: 1px solid Black;
	box-shadow: 0px 0px 3px Black;
	height: 5px;
}

.carousel .carousel-indicators button.active {
	background-color: White;
	border: 1px solid Black;
}

.carousel .carousel-control-prev .carousel-control-prev-icon, .carousel .carousel-control-next .carousel-control-next-icon {
	background: none;
	font-size: 300%;
	text-shadow: 0px 0px 3px Black;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	background: #FFC530;
	border: 1px solid #FFC530;
	color: White;
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 30%;
	left: 30%;
	z-index: 9999;
}

div.flash.warning {
	background: #cc0000;
	border: 1px solid #cc0000;
	color: White;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form ul.errors {
	list-style: none;
	background: #cc0000;
	border: 1px solid #cc0000;
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	color: White;
}

ul.pagination li.active a {
	background-color: #1D2F42;
	border-color: #1D2F42;
}

ul.pagination li a:hover, ul.pagination li.active a:hover {
	background-color: #606060;
	border-color: #606060;
	color: White;
}

.pagination > li > a, .pagination > li > span {
	color: Black;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0px;
}

.set-cookies {
	border-top: 1px solid White;
	padding: 20px;
	padding-bottom: 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: #40434b;
	text-align: center;
	z-index: 1000;
	display: none;
}

.set-cookies a.button {
	margin: 20px;
	text-decoration: none;
	cursor: pointer;
}

.set-cookies a {
	color: White;
	text-decoration: underline;
}

.reset-cookies {
	font-size: 75%;
	cursor: pointer;
}