
.top-panel{
	border-bottom:3px solid #464646;
	flex-wrap: wrap;
}

#top-panel-navigation-desktop li a{
	text-transform:uppercase;
	border-bottom:4px solid #fff;
	padding: 0 0.5em;
}

#top-panel-navigation-desktop li:hover a, #top-panel-navigation-desktop li.active a{
	border-bottom:4px solid #484445;
}

#top-panel-navigation-desktop li{
	padding:0.5em 0.5em;
}

#top-buttons{
	display:none;
}

#top-buttons-mobile{
	display:flex;
	width:100%;
	justify-content:center;
}

#top-buttons a, #top-buttons-mobile a{
	width: 150px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 300;
	font-size: 1.1em;
    line-height: 2.15em;
	height:38px;
}

#top-buttons a:hover, #top-buttons-mobile a:hover{
	text-decoration:none;
}

#top-buttons a:first-child, #top-buttons-mobile a:first-child{
	background: #e77f1c;
}

#top-buttons a:last-child, #top-buttons-mobile a:last-child{
	background: #484445;
}

#top-buttons a:first-child:hover, #top-buttons-mobile a:first-child:hover{
	background: #d76d08;
}

#top-buttons a:last-child:hover, #top-buttons-mobile a:last-child:hover{
	background: #282425;
}

#copyright{
	background:#fff;
	color:#464646;
	padding:1em;
	padding-top:0;
	margin-top: -1em;
}

#copyright a{
	color: #c96200;
}

.slick-list{
	height:100%;
	overflow-x: clip;
	overflow-y: visible;
}

.slick-track{
	height:100%;
}

.header-posts_slider-item{
	height:100%;
}

.header-posts_slider-title{
	top:-100%;
	background: rgb(0 0 0 / 76%);
	font-size:0.9em;
	line-height:1.3;
	color:#fff;
	width:100%;
	max-width:450px;
	right:15vw;
	padding:3em 2em;
	font-weight:300;
}

.header{
	overflow:visible;
	display:block;
}

.header-slider-arrow{
	height:80px;
	top: calc(50% - 40px);
}

.header-slider-next{
	top: calc(50% - 40px);
}

.header-slider-arrow img{
	height:80%;
}

footer{
	padding-top:50px;
	width:100%;
	padding-left:calc((100vw - 1300px)/2) !important;
	padding-right:calc((100vw - 1300px)/2) !important;
}

footer .box-head{
	background: transparent;
	border-bottom: 4px solid #ffc181;
	padding: 0.5em 0em;
	width: 180px;
}

footer .box-content{
	padding:0.5em 0em !important;
}

.homepage h3{
	font-weight:400;
}

.homepage-input{
	display: flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
}

.homepage-input div:first-child{
	width:55%
}

.homepage-input div:first-child input{
	width: 100%;
    border: 3px solid #ffc181;
	border-right:0;
    padding: 1em 2em;
    font-weight: 300;
    font-size: 1em;
}

.homepage-input div:last-child{
	width:45%;
}

.homepage-input div:last-child button{
	width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    border: 0;
    background: #484445;
    height: 100%;
	border: 3px solid #484445;
	color:#fff;
	letter-spacing:0.1em;
}

.top-panel.smaller #top-panel-navigation-desktop{
	height:100%;
}

.top-panel.smaller .top-panel-navigation-buttons{
	margin-top:0 !important;
}

#header-posts_slider{

}

#widget-58 .box-content{
	line-height:2em;
}

.top-panel .logo img{
	width: auto;
    height: auto;
    max-width: 255px;
    max-height: 100%;
}

#animation_area{
	background:#ffc181;
	width:100%;
	height: calc(0.30769230769231 * 100vw);
	max-height:400px;
	position:relative;
}

#text_area{
	background:#484445;
	height: 100px;
	position:relative;
}

#copyright img{
	height:20px;
}

#copyright-links{
	border-bottom: 1px solid #d5d5d5;
    padding: 0.5em 0em;
	display: flex;
	justify-content: center;
	margin-left: -0.6em;
    margin-right: -0.6em;
}

#copyright-declaration::after{
	content:"|";
	margin-left:5px;
	margin-right:5px;
}

#copyright-sitemap::after{
	content:"|";
	margin-left:5px;
	margin-right:5px;
}

#copyright-system{
	text-align:center;
}

.contactform input, .contactform textarea{
	width: 100%;
    border: 3px solid #ffc181;
    padding: 2em 2em;
    font-weight: 300;
    font-size: 1em;
	border-radius:0;
}

.contactform button{
	width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    border: 0;
    background: #484445;
    height: 100%;
	border: 3px solid #484445;
	color:#fff;
	letter-spacing:0.1em;
	padding:1em;
}

#pricing-tables {

  position: relative;
  font-family: "Lato", sans-serif;
}
#pricing-tables .col-md-3, #pricing-tables .col-sm-6, #pricing-tables .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
#pricing-tables .single-table:hover {
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.75);
  z-index: 2;
  transform: scale(1.02);
  border: 0;
  transition: 0.5s all;
  border: none;
}

.single-table {
  background: #f2f4f6;
  transition: all 0.2s linear;
  z-index: 1;
	box-shadow: 0 0 16px 4px #c9c9c9;
  /* Bubble Float Right */
}
.single-table .plan-header {
	background: #e67e22;
	color: #fff;
	padding: 2px 0;
	position: relative;
}
.single-table .plan-header h3 {
  margin: 0;
  padding: 20px 0;
	font-weight: normal;
  text-transform: uppercase;
}

.single-table .plan-price {
	display: inline-block;
	color: #e67e22;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #e67e22;
	padding: 25px 15px;
	width: calc(100% - 10px);
	box-shadow:
}

.single-table .plan-price span {
  font-size: 14px;
  font-weight: normal;
}


.single-table ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.single-table ul li {
  padding: 4px 0;
  margin: 0 20px;
  border-bottom: 1px solid white;
  font-size: 15px;
}
.single-table .plan-submit {
  display: inline-block;
  text-decoration: none;
  margin: 20px 0 30px 0;
  padding: 10px 40px;
  border: 1px solid #e67e22;
  color: #e67e22;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.25s linear;
}
.single-table .plan-submit:hover {
  background: #e67e22;
  color: #FFF;
  transition: all 0.25s linear;
}
.single-table .hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.single-table .hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.single-table .hvr-bubble-float-right:hover,
.single-table .hvr-bubble-float-right:focus,
.single-table .hvr-bubble-float-right:active {
  transform: translateX(-10px);
}
.single-table .hvr-bubble-float-right:hover:before,
.single-table .hvr-bubble-float-right:focus:before,
.single-table .hvr-bubble-float-right:active:before {
  transform: translateX(10px);
  border-color: transparent transparent transparent #e67e22;
}

.color-2 .single-table .plan-header {
  background: #3498db;
  color: #fff;
}
.color-2 .single-table .plan-header .plan-price {
  color: #3498db;
  background: #fff;
}
.color-2 .single-table .plan-submit {
  border: 1px solid #3498db;
  color: #3498db;
}
.color-2 .single-table .plan-submit:hover {
  background: #3498db;
  color: #FFF;
}
.color-2 .hvr-bubble-float-right:hover:before,
.color-2 .hvr-bubble-float-right:focus:before,
.color-2 .hvr-bubble-float-right:active:before {
  transform: translateX(10px);
  border-color: transparent transparent transparent #3498db;
}

.color-3 .single-table .plan-header {
  background: #2ecc71;
  color: #fff;
}
.color-3 .single-table .plan-header .plan-price {
  color: #2ecc71;
  background: #fff;
}
.color-3 .single-table .plan-submit {
  border: 1px solid #2ecc71;
  color: #2ecc71;
}
.color-3 .single-table .plan-submit:hover {
  background: #2ecc71;
  color: #FFF;
}
.color-3 .hvr-bubble-float-right:hover:before,
.color-3 .hvr-bubble-float-right:focus:before,
.color-3 .hvr-bubble-float-right:active:before {
  transform: translateX(10px);
  border-color: transparent transparent transparent #2ecc71;
}

.color-4 .single-table .plan-header {
  background: #9b59b6;
  color: #fff;
}
.color-4 .single-table .plan-header .plan-price {
  color: #9b59b6;
  background: #fff;
}
.color-4 .single-table .plan-submit {
  border: 1px solid #9b59b6;
  color: #9b59b6;
}
.color-4 .single-table .plan-submit:hover {
  background: #9b59b6;
  color: #FFF;
}
.color-4 .hvr-bubble-float-right:hover:before,
.color-4 .hvr-bubble-float-right:focus:before,
.color-4 .hvr-bubble-float-right:active:before {
  transform: translateX(10px);
  border-color: transparent transparent transparent #9b59b6;
}

.color-1 .plan-header h3{
	color:#703b0d;
}

.color-3 .plan-header h3{
	color:#005825;
}

.color-2 .plan-header h3{
	color:#052d48;
}

#templates{
	display:flex;
	flex-wrap:wrap;
}

.template{
	width:100%;
    margin: 10px;
	position: relative;
}

.template-content{
	transition: all 0.2s linear;
	box-shadow: 0 0 16px 4px #c9c9c9;
}

.template-content:hover{
	transition: 0.5s all;
}

.template-preview img{
	width: 100%;
    height: auto;
}

.template-label{
	position: absolute;
    bottom: 0;
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	background:#dfdfdf;
	padding:10px;
	--animate-duration: 0.5s;
}

@keyframes fadeOutDownCustom {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
}

.animate__fadeOutDownCustom {
  -webkit-animation-name: fadeOutDownCustom;
  animation-name: fadeOutDownCustom;
}

.template-name{
	font-size: 2rem;
    font-weight: 300;
    text-align: center;
}

.template-button{
	position: absolute;
    right: 0;
    bottom: 0;
}

/* Rozlišení větší nebo rovné 576px (telefony) */

@media screen and (min-width: 576px) {

	.top-panel.smaller #top-buttons{
		position:relative;
		order:2;
		flex:1;
		justify-content:end;
		align-items:center;
	}

	#top-panel-navigation-desktop{
		width: calc(100% - 310px);
		justify-content: start;
		height: 50%;
	    margin-top: 50px;
	}

	.top-panel.smaller #top-panel-navigation-desktop{
		display:none !important;
	}

	.top-panel.smaller #top-panel-navigation-mobile{
		display:block !important;
	}

	.top-panel .logo{
		flex:none;
		max-width:280px;
	}

	.top-panel .logo img{
		height: auto;
		width: 100%;
		max-height: 100%;
		max-width:none;
	}

	#top-buttons-mobile{
		display:none;
	}

	#top-buttons{
		display:flex;
		position:absolute;
		right:10px;
	}

	.top-panel.smaller #top-buttons{
		right:0;
	}

	.top-panel.smaller #top-panel-navigation-desktop{
		width:80px;
		margin-top:0;
	}

	.top-panel.smaller #top-panel-navigation-desktop{
		display:block !important;
	}

	.top-panel.smaller #top-panel-navigation-mobile{
		display:none !important;
	}

	.top-panel.smaller .top-panel-navigation-buttons{
		margin-top:30px;
	}

	#copyright{
		margin-top:0;
	}

}

/* Rozlišení větší nebo rovné 768px (větší telefony, tablety) */

@media screen and (min-width: 768px) {

	#top-buttons{
		position: absolute;
		right: 10px;
		width: auto;
	}

	.top-panel .logo{
		height:100%;
	}

	.top-panel-navigation-buttons{
		margin-top:60px;
	}

	.template{
		width: calc(50% - 20px);
	}
}

/* Rozlišení větší nebo rovné 992px (velké tablety, menší počítače) */

@media screen and (min-width: 992px) {

	#top-panel-navigation-desktop{
		margin-right:0;
	}

	#copyright-content{
		display: block;
	}

	#copyright-info{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        padding: 24px 0 0 0;
	}

	#copyright-text{
		width: 100%;
		margin-bottom:5px;
	}

	#copyright-text:after{
		display:none;
	}

	#copyright-declaration{
		margin-bottom:0;
		margin-right:0;
	}

	#copyright-sitemap{
		margin-bottom:0;
		margin-right:0;
	}

	.template-content:hover{
		transform: scale(1.02);
		box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.75);
	}

}

/* Rozlišení větší nebo rovné 1200px (standardní počítače) */

@media screen and (min-width: 1200px) {

	.top-panel{
		padding-left:calc((100vw - 1300px)/2) !important;
		padding-right:calc((100vw - 1300px)/2) !important;
	}

	#top-buttons{
		right:calc((100vw - 1200px)/2);
	}

	.footer-col-one .box-content{
		width:75%;
	}

	#copyright-text{
		width:auto;
	}

	#copyright-text:after{
		display:inline-block;
	}

}

@media (min-width: 1440px) {

	.single-table .plan-price{
		font-size:25px;
	}

}
