/* CSS */
@font-face {
  font-family: 'Montserrat Black';
  src: url("../Montserrat/Montserrat-Black.ttf");
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url("../Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: 'Montserrat ExtraBold';
  src: url("../Montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: 'Montserrat ExtraLight';
  src: url("../Montserrat/Montserrat-ExtraLight.ttf");
}
@font-face {
  font-family: 'Montserrat Hairline';
  src: url("../Montserrat/Montserrat-Hairline.ttf");
}
@font-face {
  font-family: 'Montserrat Light';
  src: url("../Montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: 'Montserrat Regular';
  src: url("../Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("../Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: 'Montserrat UltraLight';
  src: url("../Montserrat/Montserrat-UltraLight.ttf");
}
@font-face {
  font-family: 'Montserrat Thin';
  src: url("../Montserrat/Montserrat-Thin.ttf");
}
#popup{display:block; position:fixed; bottom:-40px; right:70px; z-index:999999999; opacity:0; transition:1s; text-align: center;}
#popup.active{bottom:70px; opacity:1;}
@media all and (max-width: 600px){
	#popup{
		right: 10px;	
	}
	#popup.active{
		bottom: 10px;
	}
}
/*#popup .border{ width:20px; height:260px; float:left; background-image:url(../img/expo_border.png); background-position:left top;}*/
#popup strong{ font-size:22px;}
#popup p {
    margin: 0;
    padding: 10px 30px;
	text-align: center;
	line-height: 25px;
}
#popup p span{ color:#f04e23;}
#popup a.odkaz{ width:100px; height:35px; line-height:35px; border-radius:20px; font-size:14px; background-color:#333; display:inline-block; margin-top:10px; color:#fff;}
#popup .cancels{ display: block; height:40px; width: 40px; position: absolute; z-index: 1; top: 20px; right: 20px; border-radius: 20px; cursor: pointer; background: rgb(240,78,35);}
#popup .cancels span{
	height: 3px;
	width: 20px;
	position: absolute;
	top: 19px;
	left: 10px;
	transform-origin: center center;
	background: white;
}
#popup .cancels span:first-of-type{
	transform: rotate(45deg);
}
#popup .cancels span:last-of-type{
	transform: rotate(-45deg);
}
@media all and (max-width: 600px){
	#popup .cancels{
		top: 190px;
		right: 20px;
	}
}
#popup .all-energy{
	float: left;
	height: 180px;
	width: 180px;
	position: relative;
	top: 10px;
	margin-right: 20px;
	border-radius: 90px;
	background: white;
	box-shadow:0px 2px 22px rgba(0,0,0,0.25);
}
@media all and (max-width: 600px){
	#popup .all-energy{
		float: right;
		margin-right: 130px;
	}
}
#popup .all-energy p{
	color: black;
	line-height: 21px;
	padding: 0 15px;
	position: relative;
	top: -20px;
}
#popup .all-energy .vertical-center{
	margin-top: 3px;
}
#popup .all-energy img{
	width: 150px;
}
#popup .visual-link{
	display: block;
	height: 2px;
	width: 24px;
	position: absolute;
	z-index: -1;
	left: 180px;
	top: 105px;
	transform-origin: left center;
	transform: rotate(15deg);
	background: rgb(240,78,35);
}
@media all and (max-width: 600px){
	#popup .visual-link{
		left: 125px;
		top: 170px;
		transform: rotate(65deg);
	}
}
#popup .text_expo{ width:300px; height:300px; border-radius: 150px; border-left:1px solid #e1e1e1; float:left; display:inline-block; text-align:center; background: white;box-shadow:0px 2px 22px rgba(0,0,0,0.25); position: relative;}
#popup .text_expo img{
	height: 80px;
	width: 160px;
}
@media all and (max-width: 600px){
	#popup .text_expo{
		height: 240px;
		width: 240px;
		float: right;
	}
	#popup .text_expo img{
		height: 60px;
		width: 120px;
	}
	#popup .text_expo p{
		line-height: 23px;
		padding: 10px;
	}
}
#popup .vertical-center{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

b, strong{font-family: 'Montserrat SemiBold';}

a:focus{ outline:none;}
.content_item{ position:relative; z-index:5;}
.item img.jas{ width:100%; height:auto; position:absolute; left:0; top:0; opacity:0.4; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s;}
.logo2{
	display: none;
	    float: left;
    margin-top: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    padding-right: 18px;
}
#content h4 {
    font-family: "Montserrat SemiBold";
    font-size: 22px;
    color: #f04e23;
    text-align: left;
    clear: both;
    display: block;
    background-image: url("../img/content_small.png");
    background-position: left top+6px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background-size: auto;
    display: block;
    padding-left: 30px;
	font-weight:normal;
}

.item:hover img.jas{ opacity:0.8;}
a:hover{ text-decoration:none;}
a.ptr {
    width: 222px;
    display: block;
    height: 110px;
    border-radius: 4px;
    background-color: #7a7778;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-image: url(../img/ptr1000.png);
    position: absolute;
    right: 50px;
    z-index: 10;
    top: -71px;
	
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
a.ptr:hover{ top:-81px;}
.scroll{ position: relative; z-index:20;}
*{ margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; list-style:none; }
body, html{ width:100%; height:100%; font-family:"Montserrat Light";}
a{ text-decoration:none;  color:#F04E25; }
.hidden{ display:none; }
.bold{ font-family:"Montserrat SemiBold";}
.center{ max-width:1200px; display:block; margin:0 auto; position:relative;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.inline{ display: inline-block; width:100%; text-align:left;}
.float{float: left;}

p{ font-size:14px; font-family:"Montserrat Light"; padding-left: 30px; margin-top:20px; text-align:left; font-weight:normal;}
h2{ font-family:"Montserrat SemiBold"; font-size:42px; text-align:center; margin-bottom:16px; font-weight:normal;}
h3 {
    font-family: "Montserrat ExtraLight";
    font-size: 22px;
    text-align: center;
    background-image: url("../img/nadpis_line.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
	background-size:70px 4px;
	font-weight:normal;
}
/* HEADER */
header#header {
          background-color: rgba(126, 126, 127, 0.95);
          width: 100%;
          height: 120px;
          position: absolute;
          left: 0;
          top: 0;
          padding: 0px 56px;
          display: block;
          z-index: 99999;
          transition: .3s;
          -moz-transition: .3s;
          -ms-transition: .3s;
          -o-transition: .3s;
          -webkit-transition: .3s;
          box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.logo{
	width:219px;
	height:60px;
	display:block;
	margin-top:30px;
	float:left;
	margin-right:30px; 
}

/* HEADER NAV */
nav#general{ float:left; }
nav#general ul{ display:inline-block; }
header#header nav#general.active{ display:block;}
nav#general ul li:first-child{ border:none; }
nav#general ul li{ display:inline-block; margin:52px 0px 0px 0px; border-left:1px solid #464646; padding:0px 12px; position:relative; }
nav#general ul li a{ color:#FFF; position: relative; font-size:14px; }
nav#general ul li a.active {
    border-bottom: 4px solid #f04e23;
    padding-bottom: 11px;
}
nav#general ul li a:hover {
    border-bottom: 4px solid #f04e23;
    padding-bottom:11px;
}

/* RESPONSIVE NAV BUTTON */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height:45px;
  position: absolute;
  margin: 48px 0 0 0;
  display:none;
  right:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2e2e31;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 11px;
}

#nav-icon1 span:nth-child(3) {
  top: 29px;
}

#nav-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 8px;
}

/* HEADER RIGHT PANEL ICONS */

div#right{
	float:right;
	margin-top:20px;
	height:80px;
	display:block;
}
div#right .button:first-child{ border:none;}
div#right .button{
	height:80px;
	width:80px;
	display:block;
	border-left:1px solid #464646;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.button.search_button.active{ background-image:url("../img/cancel.png");}
.button.login_button.active{ background-image:url("../img/cancel.png");}
.button.language_button.active{ background-image:url("../img/cancel.png");}

.button.search_button.active span{ display:none;}
.button.login_button.active span{ display:none;}
.button.language_button.active span{ display:none;}

.button.search_button span{ display:block; width:100%; height:100%; }
.button.login_button span{ display:block; width:100%; height:100%; }
.button.language_button span{ display:block; width:100%; height:100%; }

.button.search_button{ background-image:url("../img/ico_search.png"); 
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.button.login_button{ background-image:url("../img/ico_key.png"); 
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.button.language_button span{
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family:"Montserrat Light";
	color:#FFF;
	text-align:center;
	width:100%;
	display:block;
	position:relative;
	top:28px;
	cursor:pointer;
	
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.button.language_button {
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
/* search */
form#searcher_form{
	position:absolute;
	top:160px;
	right:10px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease, top .5s ease;
}
form#searcher_form.active{
	opacity: 1;
	pointer-events: all;
	top: 140px;
}
input.search_input{
	background-color:#2e2e31;
	color:#FFF;
	border:none;
	width:600px;
	height:70px;
	background-image:url("../img/ico_search.png");
	background-repeat:no-repeat;
	background-position:30px center;
	padding-left:90px;
	font-size:18px;
	font-family:"Montserrat Hairline";
}
/* login */
#login_box{
	background-color:#2e2e31;
	color:#FFF;
	width:300px;
	height:340px;
	position:absolute;
	top:160px;
	right:10px;
	padding:40px 20px 20px 20px;
	font-size:22px;
	color:#FFF;
	font-family:"Montserrat Light";
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease, top .5s ease;
}
#login_box.active{
	opacity: 1;
	pointer-events: all;
	top: 140px;
}
#login_box strong{ color:#FFF;}
form#login_form{
	font-size:14px;
	font-family:"Montserrat Light";
	margin-top:20px;
	display:block;
}
form#login_form input{
	font-size:14px;
	font-family:"Montserrat Light";
	width:100%;
	display:block;
	height:60px;
	background-color:#787476;
	color:#2e2e31;
	border:none;
	margin-bottom:10px;
	padding-left:20px;
}
form#login_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2e2e31;
}
form#login_form input::-moz-placeholder { /* Firefox 19+ */
  color: #2e2e31;
}
form#login_form input:-ms-input-placeholder { /* IE 10+ */
  color: #2e2e31;
}
form#login_form input:-moz-placeholder { /* Firefox 18- */
  color: #2e2e31;
}
form#login_form button{
	background-color:#2e2e31;
	font-size:15px;
	font-family:"Montserrat Light";
	display:block;
	color:#FFF;
	height:45px;
	width:185px;
	text-align:center;
	text-transform:uppercase;
	border:2px solid #f04e23;
	border-radius:45px;
	float:right;
	clear:both;
	margin-top:5px;
	overflow:hidden;
	
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	cursor:pointer;
}
#login_box a{
	font-size:14px;
	font-family:"Montserrat Light";
	display:inline-block;
	color:#787476;
	text-align:left;
	text-decoration:underline;
	margin-top:20px; 
	clear:both;
} 
#login_box a:hover{ text-decoration:none; }

/* language */
#language_box{
	background-color:#2e2e31;
	padding:30px 40px;
	position:absolute; 
	top:160px;
	right:10px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease, top .5s ease;
}
#language_box.active{
	opacity: 1;
	pointer-events: all;
	top: 140px;
}
#language_box a{ color:#FFF; text-decoration:none; font-family:"Montserrat Hairline"; font-size:18px; text-transform:uppercase; padding:0 14px; }
#language_box a.active{ text-decoration:underline; font-family:"Montserrat Light"; }
#language_box a:hover{ font-family:"Montserrat Regular";}
/* SLIDER */
#slider_box{
	height:820px;
	width:100%;
	display:block;
	position:relative;
	z-index:9;
	margin-bottom:-100px;
}
#slider_box h1{
	font-family:"Montserrat SemiBold";
	color:#FFF;
	text-align:center;
	font-size:68px;
	display:block;
	font-weight:normal;
}
#slider_box h2{
	display:block;
	font-family:"Montserrat ExtraLight";
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}

/* ORANGE BOX */
#orange_line{
	background-color:#f04e23;
	width:100%;
	display:block;
	position:relative;
	z-index:30;
	padding:50px 0px 90px 0px;
}
#orange_line h2, #orange_line h3{ color:#FFF; background-image:none;}

#orange_line2{
	background-color:#f04e23;
	width:100%;
	display:block;
	padding:50px 0px 50px 0px;
}
#orange_line2 h2, #orange_line2 h3{ color:#FFF; background-image:none;}


.radius_box {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
	text-align:center;
}
header#header.nav-up {
    top: -120px;
	position:fixed;
}
header#header.nav-down {
    position: fixed;
	top:0;
}
.content_item h4{ height:80px; padding: 0 10px; font-weight:normal;}
.item{
	width:20%;
	float:left;
	padding: 40px 0;
	text-align:center;
	border-right:1px solid;
	border-image: linear-gradient(to bottom, rgba(255,255,255,0) 20px, rgba(255,255,255,0.3) 20px, rgba(255,255,255,0.3) calc(100% - 20px), rgba(255,255,255,0) calc(100% - 20px)) 1 100%;
	height:358px;
	position:relative;
}
@media all and (max-width: 1000px) and (min-width: 768px){
	.item{
		height: auto;
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	.item img.jas{
		top: -60px;
	}
	.item:nth-of-type(n+3){
		border-bottom: 0;
	}
}
.item img{ max-width:100%; display:block; margin:0 auto;}
.item .content_item img{
	height: 113px;
}
h4{ font-family:"Montserrat Regular"; font-size:21px; color:#FFF; margin-top:40px; }
a.item_button {
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "Montserrat Regular";
    font-size: 15px;
    color: #FFF;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 15px 20px 11px 20px;
    display: block;
    max-width: 180px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
.item:last-of-type a.item_button:hover{
	color: #009fe3;
}
.item:last-child{
	border:none;
	background: #009fe3;
}

/* CONTENT BOX */
#content{ padding:50px 10px; background-color:#FFF;}
.coll-50{ width:50%; float:left;}
p.content{ font-family:"Montserrat Light"; font-size:14px; text-align:justify; margin-top:20px; background-image:url("../img/content_small.png"); background-repeat:no-repeat; background-position:left top; padding-left:30px; }
p.content strong{ font-family:"Montserrat semibold"; font-weight: normal;}
p.content.bold{ font-family:"Montserrat SemiBold";}
.coll-50 img{ max-width:100%;}

#tabs ul{}
#tabs ul li{ display:inline-block; background-image:url("../img/tabs.png"); background-repeat:no-repeat; background-position:bottom center; height:108px; margin:0 10px;}
#tabs ul li a{color:#FFF; height:90px; width:90px; border-radius:100px; display:block; text-align:center; background-image:url("../img/noactive.png"); background-repeat:no-repeat; background-position:center; position:relative; top:10px; transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
 }
#tabs ul li a span{ position:relative; top:35px; font-family:"Montserrat SemiBold"; font-size:18px; color:#FFF; }
#tabs ul li a:hover{ top:-10px;}
#tabs ul li a.active{height:90px; width:90px; position: relative; top:-10px; background-image:url("../img/active.png"); background-repeat:no-repeat; background-position:center;}
#tabs ul li a.active span{ top:35px;}
.tab{ padding:20px; width:100%; border:2px solid #f04e23; margin-bottom:50px; border-radius:4px;}
.tab p{ font-family:"Montserrat Light"; font-size:14px; margin-top:0;}
.tab p span{ font-family:"Montserrat SemiBold";}

/* BG_LINE */
#bg_line{
	width:100%;
	height:320px;
	display:block;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url("../img/bg_line.jpg");
	background-size:100% 100%;
	position:relative;
}
#bg_line h2{ color:#FFF; position:relative; z-index:5; padding-top:70px; display:block; font-weight:normal;}
#bg_line h3{ color:#FFF; position:relative; z-index:5; padding-top:0px; display:block; background-image:none; font-weight:normal;}
#bg_line img{ position:absolute; top:0; left:0; width:100%; height:100%; display:block; opacity: 0.6}
#bg_line a{ border:2px solid #F04E23; border-radius:100px; text-align:center; color:#FFF; font-size:15px; font-family:"Montserrat Regular"; position:relative; padding:10px 40px; z-index:5; margin:30px auto; display:block; width:185px; overflow:hidden; text-transform:uppercase; }



/* AKTUALNE */
#aktualne{ padding-top:50px; background-color:#ebebef; padding-bottom:70px; display:block;}
.fb{ position:absolute; right:0;   background-repeat:no-repeat; background-position:center; background-color:#807c7d; width:80px; height:80px; float:right; display:block; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; border-radius:100px; overflow:hidden; }

.fb img{ margin:0 auto; display:block; position:relative; top:28px;}

.text_news{ width:50%; height:400px; float:none; display:inline-block; padding-left:80px; background-color:#fff; text-align:left; color:#807c7d; padding-right:20px; }

.text_news h4{ font-family:"Montserrat SemiBold"; font-size:27px; color:#2e2e31; font-weight:normal;}
.text_news .date{ color:#807c7d; background-repeat:no-repeat; background-position:left center; background-image:url("../img/calendar.png"); font-family:"Montserrat SemiBold"; padding-left:35px; margin-top:20px;}
.text_news p{ color:#807c7d; margin-left:0; padding-left:0;}

.text_news a{ color:#F04E23; text-decoration:underline; font-family:"Montserrat SemiBold"; margin-top:20px; display:block; }
#aktualne .coll-50{ float:right; }
#aktualne .coll-50 img{ width:100%; height:400px;}

.company{ text-align:center;}
.company a{ display:inline-block; margin:10px 14px;}

footer{
	background-color: rgba(126,126,127,1);
	padding:50px 10px;
}
footer h2{
	color:#FFF;
	text-align:left;
	font-family:"Montserrat SemiBold";
	background-repeat:no-repeat;
	background-position:left center;
	font-size:24px;
	padding-left:35px;
	background-image:url("../img/content_big.png");
	font-weight:normal;
}
footer ul{ float:left; width: calc(25% - 60px); margin-right:60px; text-align:left;}
.company_name{ padding-left:35px;}
footer ul p{ padding-left:35px; font-family:"Montserrat Regular"; margin:6px 0px; font-size:14px;}
footer ul li{ padding-left:35px; display:block; margin-bottom:6px; text-align:left;}
footer ul li a{ font-family:"Montserrat Regular"; text-decoration:underline; margin-top:10px; display:block; text-transform:uppercase; font-size:14px;}
footer ul li a:hover{
	text-decoration:none;
}
#publicita{
	float:left;
	width: 25%;
}
	#publicita img:first-of-type{
		float: left;
		width: calc(44% - 10px);
		margin-right: 10px;
		padding-bottom: 20px;
	}
	#publicita img:last-of-type{
		float: left;
		width: calc(56% - 10px);
		margin-right: 10px;
		padding-bottom: 20px;
	}		
		
	#publicita .download{
		display: block;
		clear: both;
		text-decoration: underline;
	}
	#publicita .download:hover{
		text-decoration: none;
	}
	
@media all and (max-width: 1100px) and (min-width: 600px){
	footer{
		text-align: center;	
	}
	footer ul, #publicita{
		width: 	calc(40% - 30px);
		margin: 30px 0;
		margin-right: 5%;
	}
	footer ul:nth-of-type(2n - 1){
		clear: both;
		margin: 30px 5%;
	}
}	
@media all and (max-width: 600px){
	footer{
		text-align: center;	
	}
	footer ul, #publicita{ clear: both; margin: 30px 10%; width: 80%; text-align:left;}
}	
	
.company_name, .maps{ font-family:"Montserrat SemiBold";}

/* COPY */
#copy{
	background-color:#706e6f;
	padding:15px 10px;
}
.left_f{ float:left;}
.right_f{ float:right;}
 nav#general.hide{ display:block;}
/* INNER HEADER */
.inner_header{ height:560px; display:none; width:100%; background-position:center; background-image:url("../img/slider_3.jpg");}

/* PODSTRÁNKA AKTUALITY */
#page_header{ height:440px; width:100%; background-image:url(../img/slider_3.jpg); background-repeat:no-repeat; background-position:top center; display:block;}
.podstranka_nadpis{ position:absolute; width:100%; display:block; top:225px; text-align:center;}
#page_header h1{ width:100%; display:block; color:#FFF; text-align:center; font-family:"Montserrat SemiBold"; font-size:48px;}
#page_header h2{width:100%; display:block; color:#FFF; font-family:"Montserrat ExtraLight"; font-size:24px; background-image:url(../img/nadpis_line.png); background-size:70px 4px; background-position:bottom center; background-repeat:no-repeat; padding-bottom:20px;}
#page_header.-informace-energie-z-kalu-16 h2{
	background-image: url(../img/nadpis_line_blue.png);
}
#page_header .dark_texture{ top:0px;}

#content_page {
    padding: 50px 10px;
    background-color: #ebebef;
	position:relative;
	z-index:90;
}
#content_page.podstranka{ background-color:#FFF;}
#content_page .inline{ padding:0;}
.aktual_item{
	width:380px;
	height:580px;
	display:block;
	float:left;
	background-color:#FFF;
	
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	
	position:relative;
	top:0;
	margin: 0px 10px 20px 10px;
}
.aktual_item.reference{
	width:380px;
	height:250px;
	display:block;
	float:left;
	background-color:#FFF;
	
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	
	position:relative;
	top:0;
	margin: 0px 10px 20px 10px;
}

.aktual_item:hover{ top:-5px; box-shadow: 0px 3px 5px rgba(0,0,0,0.12);}
	
footer a{ color:#fff;}	 

.top{ width:100%; height:250px; display:block; position:relative;}
.top img{ width:100%; max-width:100%; height:250px;}
.top span.saten{ background-image: url(../img/dark_mask.png);
	display: none;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.top span.hover{ background-image:url(../img/big_plus.png); background-repeat:no-repeat; background-position:center; display:none; position:absolute; z-index:99; left:0; top:0; width:100%; height:100%; 
}
.foto {
    height: 24px;
    width: 60px;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../img/camera.png);
    color: #dfdfe3;
    font-family: "Montserrat Regular";
    font-size: 14px;
    padding-top: 4px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#slider_box .inner_header sup{ color:#FFF; font-family:"Montserrat Regular";}
.bottom{padding:30px 20px;}
.aktual_item a h3{ background-image:none; font-family:"Montserrat SemiBold"; font-size:19px; text-align:left; 
padding-bottom:0px; }

.aktual_item a h3:hover{ text-decoration:underline;}

.aktual_item .calendar{font-family:"Montserrat SemiBold"; font-size:14px; background-repeat:no-repeat; background-position:left center; background-image:url(../img/calendar.png); text-align:left; padding-left:30px; color:#807c7d;}
.aktual_item .desc{ color:#807c7d; padding:0;}
.aktual_item a.vice {
    text-align: left;
    font-family: "Montserrat Regular";
    color: #EF4E24;
    text-decoration: underline;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.aktual_item a.vice:hover{ text-decoration:none;}

/* PODSTRANKA */
.sidebar{
	width:290px;
	float:right;
}
nav#left_nav{ width:250px;}
nav#left_nav ul{ display:block; width:100%; background-color:#f04e23; border-radius:4px; overflow:hidden; max-height: 300;}
nav#left_nav ul li{ text-align:left;}
nav#left_nav ul li a {
    color: #FFF;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 23px 20px 21px 30px;
}
.page16 nav#left_nav ul li:last-of-type a, .page3 nav#left_nav ul li:last-of-type a{
	background: #009fe3;
}
.page16 nav#left_nav ul li:last-of-type a.active, .page3 nav#left_nav ul li:last-of-type a.active{
	background: #00aff3;
}
.page16 nav#left_nav ul li:last-of-type a:hover, .page3 nav#left_nav ul li:last-of-type a:hover{
	background: #00aff3;
}
nav#left_nav ul li a.active{ background-color:#ff5f34;}
nav#left_nav ul li a:hover{background-color:#ff5f34;}
span.line{ width:90%; margin-left:5%; display:block; background-color:#f58365; height:1px; margin-top:-1px;}
span.line:last-of-type{
	display: none;
}

#right_content{
	float: right;
	width:910px;
	background-color:#FFF;
}
/*#right_content *{ text-align:left;padding-bottom:20px; }*/
#right_content ul.legenda li {
	font-size:13px;
	float:left; 
	margin-left:20px;
	text-align:left;
	padding-bottom:20px;
}
#right_content.page16 h3{
	color: #009fe3 !important;
	background-image: url(../img/content_small_blue.png) !important;
}


#right_content table tr td{ padding:0;}
#right_content p{ margin:0 0 20px 0; padding:0; line-height:1.6; clear:both; display:block;}
#right_content p span{ font-family:"Montserrat SemiBold";}
#content_page.podstranka h3 {
    font-family: "Montserrat SemiBold";
    font-size: 22px;
	color:#f04e23;
    text-align: left;
	clear:both;
	display:block;
    background-image: url("../img/content_small.png");
    background-position: left top+6px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background-size: auto;
	display:block;
	padding-left:30px;
}
#content_page.podstranka td {
	vertical-align: middle;
}
#content_page.podstranka td h3 {
    font-family: "Montserrat SemiBold";
    font-size: 22px;
	color:#f04e23;
    text-align: left;
	clear:both;
	display:block;
    background-position: left top+6px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background-size: auto;
	display:block;
	padding-left:10px;
	background-image: none;
}
#right_content img{ margin-bottom:20px; max-width:100%;}
#right_content p.podstranka_odstavec{ padding-left:40px;}
#content_page.podstranka h4 {
    font-family: "Montserrat SemiBold";
    font-size: 19px;
	color:#2e2e31;
	clear:both;
	display:block;
    text-align: left;
    background-image: url("../img/content_small.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background-size: auto;
	display:block;
	padding-left:40px;
}
#right_content ul{ margin-left:60px; margin-bottom:20px;}
#right_content ul li span{ 
	background-color: #f04e23;
    display: block;
    color: #FFF;
    float: left;
    border-radius: 50px;
    text-align: center;
    height: 25px;
    width: 25px;
    margin-right: 6px;
    padding-top: 4px;
    padding-left: 0px;
    font-size: 13px;
    font-family: Montserrat semibold;}


@media(max-width: 1280px){
.logo{
    width: 127px;
    height: 60px;
    display: block;
    margin-top: 30px;
    float: left;
    margin-right: 30px;
}
.logo img, .logo2 img{ max-width:100%;}
header#header{ padding:0 10px;}	
#orange_line{ padding:50px 10px; }
nav#general ul li a {
    color: #FFF;
    position: relative;
    font-size: 14px;
}
.logo2 {
    float: left;
    margin-top: 15px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    width: 100px;
}
#slider_box .inner_header h2 {
    position: absolute;
    z-index: 99;
    display: block;
    text-align: center;
    width: 100%;
    top: 245px;
    font-family: "Montserrat SemiBold";
    font-size: 48px;
}
}
@media(max-width: 1220px){
.aktual_item {
    display: inline-table;
    float: none;
    width: 300px;
    margin: 10px 0px;
    height: 650px;
}
.inline{text-align:center;}
#right_content{ width:73%; margin-left:1%;}
.coll-50{ width:100%;}
#aktualne .coll-50{
	display: none;
}
#aktualne .text_news{
	width: auto;
}
}
@media(max-width: 1200px){
#slider_box{ height:560px;}
amazingcarousel-container-1{ display:none;}
.inner_header{ display:block;}
#bg_line{ background-position:center top; background-size:auto;}
a.ptr{ right:10px;}

nav#left_nav{ width:100%;}
.sidebar{ width:26%;}
#right_content{ width:73%; margin-left:1%;}
}
@media(max-width: 1209px){
#right_content ul.legenda{ width:100%; display:block; float:left; margin:0; padding:0;}
#right_content ul.legenda li{ width:30%;}
}
@media(max-width: 1120px){
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 { display:block;}
header#header nav#general{ display:none; position:absolute;}
#right{ position:absolute; right:70px;}
header#header nav#general {
    display: none;
    position: absolute;
    right: -10px;
    background-color: #2e2e31;
    top: 120px;
}
nav#general.hide{ display:none;}
nav#general ul {
    display: block;
    width: 320px;
    padding-bottom: 0px;
}
nav#general ul li{ display:block; border:none; margin-top:0; padding:0px;}
nav#general ul li a{ display:block; width:100%; padding:16px 0px 14px 20px;}
nav#general ul li a:hover{ background-color: rgba(128, 124, 125, 0.97);}
.radius_box{ width:100%;}
.inline{ padding:0;}

.left_f {
    float: none;
    margin-top: 0px;
}

.right_f {
    float: none;
    margin-top: 20px;
}
}
@media(max-width: 767px){
.radius_box{ width:100%; height:auto; border:none;}
.item {
    width: 300px;
    float: none;
    text-align: center;
    display: block;
    border: 1px solid rgba(255,255,255,1);
    padding: 60px 0px;
    height: 358px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}


nav#left_nav{ width:100%;}
.sidebar{ width:100%; float:none; display:block; margin-bottom:20px;}
#right_content{ width:100%; margin-left:0%; float:none; display:block;}

#page_header h1 {
    width: 100%;
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat SemiBold";
    font-size: 40px;
}
.podstranka_nadpis {
    position: absolute;
    width: 100%;
    display: block;
    top: 195px;
    text-align: center;
}
#slider_box .inner_header h2 {
    position: absolute;
    z-index: 99;
    display: block;
    text-align: center;
    width: 100%;
    top: 205px;
    font-family: "Montserrat SemiBold";
    font-size: 40px;
}
.item:last-child {
    width: 300px;
    float: none;
    text-align: center;
    display: block;
    border: 1px solid rgba(255,255,255,1);
    padding: 60px 0px;
    height: 358px;
    border-radius: 4px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.coll-50{ width:100%; float:none; margin-bottom:20px;}

#tabs{}
#tabs ul{
	height: 100px;
	padding-top: 22px;
	overflow-x: scroll;
	white-space: nowrap;
}
#tabs ul li{ margin:0 6px; height:78px;}
#tabs ul li a{ width:55px; background-size:100% 100%; height:55px;}
#tabs ul li a.active{ width:55px; background-size:100% 100%; height:55px;}
#tabs ul li a span{ top:17px; font-size:12px;}
#tabs ul li a.active span{ top:17px; font-size:12px;}
.tab p{ padding:0;}
p.content.bold{ text-align:left;}

h2{ font-size:24px;}
h3{ font-size:18px;}
h4{ font-size:17px;}
p{ padding:0;}
.text_news {
    width: auto;
}
.amazingcarousel-image .coll-50{ display:none;}
.text_news h4 {
    font-family: "Montserrat SemiBold";
    font-size: 19px;
    color: #2e2e31;
    font-weight: normal;
    margin: 10px 0;
}
#aktualne{ display:block;}
a.fb{ display:none;}
}

@media(max-width: 640px){
form#searcher_form{ right:0;}
input.search_input{ width:300px; right:0;}
#login_box{ right:0; width:300px;}
#language_box{ right:0;}
#right_content table tr td{ width:100%; display:block; margin:0; padding:0;}
#right_content ul.legenda li{ width:50%;}
.left_f {
    float: none;
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
}
.right_f {
    float: none;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {margin-top:18px;}
div#right {
    position: absolute;
    right: -10px;
    top: 40px;
    height: 50px;
}
div#right .button {
    height: 50px;
    width: 60px;
    display: block;
    border-left: 1px solid #464646;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.button.language_button span {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "Montserrat Light";
    color: #FFF;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    top: 13px;
    cursor: pointer;
}
header#header nav#general {
    display: none;
    position: absolute;
    right: -10px;
    background-color: #2e2e31;
    top: 120px;
}

}

@media(max-width: 540px){
.logo {
    width: 160px;
    height: 60px;
    display: block;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}
.logo img{ max-width:100%;}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {margin-top:18px;}
div#right {
    position: absolute;
    right: -10px;
    top: 40px;
    height: 50px;
}
div#right .button {
    height: 50px;
    width: 60px;
    display: block;
    border-left: 1px solid #464646;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.button.language_button span {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "Montserrat Light";
    color: #FFF;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    top: 13px;
    cursor: pointer;
}
header#header nav#general {
    display: none;
    position: absolute;
    right: -10px;
    background-color: #2e2e31;
    top: 120px;
}

}

/*Otakarovy styly 23.4.2018*/
#vystavy-popup{
	width: 380px;
	position: fixed;
	top: 160px;
	left: 50%;
	padding: 10px 15px;
	background: rgb(46,46,49);
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease, top .5s ease;
}
#vystavy-popup.active{
	opacity: 1;
	pointer-events: all;
	top: 140px;
}
	#vystavy-popup a{
		display: block;
		height: 100px;	
		position: relative;
	}
	#vystavy-popup a:not(:last-of-type){
		border-bottom: 1px solid rgb(101,95,97);
	}
		#vystavy-popup a > *{
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}
		#vystavy-popup .date{
			width: 100px;
			color: rgb(101,95,97);
		}
			#vystavy-popup .date p{
				margin: 0;
				padding: 0;
				line-height: 22px;
				text-align: center;	
			}
		#vystavy-popup .vystavy-logo{
			max-width: 160px;
			max-height: 65px;
			left: 110px;
		}
		#vystavy-popup .arrow{
			height: 20px;
			right: 40px;
			transition: right .25s ease;
		}
		#vystavy-popup a:hover .arrow{
			right: 30px;	
		}
	
/* Otakarovy styly 10.10.2018 */
.btn{
	border: 2px solid #F04E23;
	border-radius: 100px;
	text-align: center;
	font-size: 15px;
	font-family: "Montserrat regular";
	position: relative;
	padding: 14px 40px 8px 40px;
	z-index: 5;
	margin: 40px auto;
	display: block;
	width: 235px;
	overflow: hidden;
	height: 50px;
	text-transform: uppercase;
	position: relative;
	transition: color .25s;
}
.btn:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F04E23;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .15s ease;
}
.btn:hover:before{
	transform: scaleY(1);
}
.btn:hover{
	color: white;
}


#published{
	padding: 30px 0;
	background: #ebebef;
}

#published h2{
	margin-bottom: 5px;
}
#published h3{
	margin-bottom: 50px;
}

#published .controls{
	position: absolute;
	top: 30px;
	right: 0;
}
	#published .controls button{
		height: 46px;
		width: 46px;
		position: relative;	
		margin-left: 10px;
		border: 0;
		border-radius: 23px;
		background: rgb(128,124,125);
		cursor: pointer;
	}
		#published .controls button img{
			height: 17px;
			width: 17px;
			position: absolute;
			top: calc(50% - 8px);
			left: calc(50% - 8px);
		}
		#published .controls button.next img{
			transform: rotate(180deg);
		}
		@media all and (max-width: 620px){
			#published h3{
				margin-bottom: 100px;
			}
			#published .controls{
				top: 120px;
				right: 50%;
				transform: translateX(50%);
			}	
			#published .controls .next{
				margin-right: 10px;	
			}
		}

#published #published-carousel{
	width: 100%;
	overflow: hidden;
	margin: auto auto;
}
	#published .item-container{
		width: 1218px;
		white-space: nowrap;
		position: relative;
		left: 0;
		transform: translateX(-9px);
		transition: left .8s ease;
		word-spacing: -0.3em;
	}
	@media all and (max-width: 1218px){
		#published #published-carousel{
			width: 800px;
		}
	}
	@media all and (max-width: 818px){
		#published #published-carousel{
			width: 400px;
		}
	}
	@media all and (max-width: 400px){
		#published .item-container{
			transform: none;
		}
	}
		#published .carousel-item{
			display: inline-block;
			vertical-align: top;
			width: calc(100% / 3);
			max-width: 100vw;
			overflow: hidden;
			padding: 0 9px;
			word-spacing: 0;
		}
			#published .carousel-item .img-container{
				height: 270px;
				width: 100%;
				overflow: hidden;
				position: relative;
				background-color: rgb(221,221,225);
			}
				#published .carousel-item .img-container .tag{
					dislpay: block;
					height: 30px;
					position: absolute;
					bottom: 20px;
					left: 20px;
					padding: 0 20px;
					border-radius: 15px;
					line-height: 30px;
					font-size: 15px;
					font-family: Montserrat Bold;
					color: white;
					background: #F04E25;
				}
				#published .carousel-item .img-container img{
					display: block;
					width: calc(100% - 100px);
					margin: auto auto;
					margin-top: 50px;
					box-shadow: 0 0 20px 0px rgba(0,0,0,.1);				
				}
			#published .carousel-item .text{
				height: 120px;
				width: 100%;
				overflow: hidden;
				padding: 20px;
				background-color: white;
			}
				#published .carousel-item .text h4{
					margin: 0;
					color: black;
				}
				#published .carousel-item .text .publish-date{
					margin: 0;
					padding: 0;
					color: rgb(128,124,125);
				}
				#published .carousel-item .text .publish-date *{
					vertical-align: middle;
				}
				#published .carousel-item .text .publish-date img{
					height: 21px;
					width: 21px;
					margin-right: 5px;
				}
