/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/*input, select {
	-webkit-appearance: none;
}*/
@font-face {
    font-family: 'museo300';
    src: url('museo_300-webfont.woff2') format('woff2'),
         url('museo_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo700';
    src: url('museo_700-webfont.woff2') format('woff2'),
         url('museo_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.overflow, .overflow .columns {
	overflow: visible !important;
}
::selection {
	background: #FFEBBB; /* Safari */
	}
::-moz-selection {
	background: #FFEBBB; /* Firefox */
}
a.file {
	margin-top: 10px;
	padding: 0px 5px;
	display: inline-block;
}
.pripona {
	background-color: #F2A900;
	padding: 2px;
	font-size: 12px;
}
.button {
	display: inline-block;
	font-family: 'museo700', Arial, sans-serif;
	text-align: center;
	padding: 17px 20px;
	min-height: 16px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	border: none;
	cursor: pointer;
}
.button.yellow {
	background-color: #F2A900;
	color: #FFF;
}
.button.yellow:hover {
	background-color: #F2A900;
	color: #000;
}
.button.black {
	background-color: #000;
	color: #FFF;
}
.button.black:hover {
	background-color: #F2A900;
	color: #FFF;
}
.button.white {
	background-color: #FFF;
	color: #000;
}
.button.white:hover {
	background-color: #F2A900;
	color: #000;
}
.animation-element {
  opacity: 0;
  position: relative;
}
.animation-element.slide-in {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-in.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.fade-in {
  opacity: 0;
  -moz-transition: all 2000ms linear;
  -webkit-transition: all 2000ms linear;
  -o-transition: all 2000ms linear;
  transition: all 2000ms linear;
}
.animation-element.fade-in.in-view {
  opacity: 1;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}
a.link {
	font-family: 'museo700', Arial, sans-serif;
}
a.link span {
	color: #000;
	font-family: serif;
}
img.otvor_img {
	cursor: pointer;
}
/*================== header =====================*/
header {
	min-height: 130px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 9999;
	position: fixed;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #FFF;
}
#admin header {
	position: static;
	background-color: #F2F2F2;
	padding-top: 10px;
	min-height: 70px;
	z-index: 999;
	margin-bottom: 60px;
}

/*
.columns {
	background-color: Aqua;
}
.container {
	background-color: red;
}*/
header a {
	color: #000;
}
strong.logo a,  h1.logo a {
	text-indent: -9000px;	
	width: 200px;
	height: 40px;
	float: left;
	margin: 5px 0px 0px 0px;
	display: inline;
	background-image: url(../images/design/sapi-logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-size: 200px 40px;
	z-index: 99999;
}
#admin header strong.logo a,  
#admin header h1.logo a{
	position: static;
	margin-left: 20px;
}
.header_left {
	float: left;
	overflow: hidden;
	position: absolute;
	left: 40px;
	z-index: 99999;
	padding-right: 130px;
}
.header_left a.fa {
	position: absolute;
	right: 55px;
	top: 15px;
}
.header_left a.in {
	position: absolute;
	right: 27px;
	top: 9px;
}
.header_left a.sp {
	position: absolute;
	right: 0px;
	top: 9px;
}
.header_right {
	float: right;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 40px;
	text-align: right;
	right: 40px;
	height: 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 9999;
}
.header_right a.button {
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 25px;
}
.header_right .fa {
	font-size: 18px;
}
.header_right a.fa {
	margin-right: 35px;
}
.header_right.en a.fa {
	margin-right: 0px;
}
.header_right a:hover {
	color: #F2A900;
}
.header_right .button {
	margin-left: 15px;
	font-size: 13px;
	
}
a.en, a.sk {
	color: #000;
	font-size: 16px;
}







.sb-search {
	position: absolute;
	right: 65px;
	width: 0%;
	margin-top: 3px;
	min-width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #F2F2F2;
	width: 90%;
	height: 40px;
	margin: 0;
	padding: 0px 0px 0px 20px !important;
	z-index: 10;
	font-family: inherit;
	font-size: 18px;
	color: #000;
}


.sb-search-input::-webkit-input-placeholder {
	color: #4D4D4D;
}
.sb-search-input:-moz-placeholder {
	color: #4D4D4D;
}
.sb-search-input::-moz-placeholder {
	color: #4D4D4D;
}
.sb-search-input:-ms-input-placeholder {
	color: #4D4D4D;
}
.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #000;
	background: #FFF;
	z-index: 90;
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:hover {
	color: #F2A900;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #F2A900;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}












.dropbtn {
    background-color: #FFF;
    color: #000;
    padding: 12px 14px;
	 line-height: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	 text-align: right;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #EDEBE9;
}
#header.smaller {
	min-height: 80px;
	padding-top: 23px;
	border-bottom: 1px solid #EFEEEC;
}
#header.smaller strong.logo a,
#header.smaller h1.logo a {
	top: 15px;
	left: 15px;
}
#header.smaller .header_left {
	top: 15px;
}
#header.smaller .header_right{
	top: 15px;
	right: 15px;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

}
/*================== intro =====================*/
.intro {
	width: 100%;
	background-image: url(../images/design/intro.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 393px;
}
.intro.skolenie_instalaterov {
	background-image: url(../images/design/skolenie_instalaterov.png);
}
.intro.biznis_tuesdays {
	background-image: url(../images/design/biznis-tuesdays-11-2023.jpg);
}
.intro.konferencia {
	background-image: url(../images/design/konferencia2024.jpg);
}
.intro.prazdne {
	background-image: url(../images/design/prazdne.png);
}
.intro.pf {
	background-image: url(../images/design/pf2024.png);
}
.intro.konferencia_vdaka {
	background-image: url(../images/design/dakujeme.jpg);
}
.intro.pozvanka_na_ranajky {
	background-image: url(../images/design/pozvanka_na_ranajky.png);
}
.intro.lokalny_zdroj {
	background-image: url(../images/design/lokalny-zdroj.jpg);
}
.intro.cluster_excellence {
	background-image: url(../images/design/cluster_excellence.jpg);
}
.intro.klimaticky_plan {
	background-image: url(../images/design/klimaticky_plan.png);
}
.intro.klimaticky_plan_zrusene {
	background-image: url(../images/design/klimaticky_plan_zrusene.png) !important;
}
.intro.klimaticky_plan_novy_termin {
	background-image: url(../images/design/klimaticky_plan_novy_termin.png) !important;
}
.intro .twelve p {
	font-size: 67px;
	line-height: 80px;
	font-family: 'museo700', Arial, sans-serif;
	margin-top: 100px;
	margin-bottom: 40px;
}

.intro .twelve span.small {
	font-size: 22px;
	display: block;
	margin-top: 70px;
	margin-bottom: -100px !important;
	font-family: 'museo700', Arial, sans-serif;
}
.intro .twelve span.small2 {
	font-size: 22px;
	display: block;
	margin-top: -30px !important;
	margin-bottom: 60px;
	font-family: 'museo700', Arial, sans-serif;
	max-width: 450px;
}
.intro a {
	margin-right: 60px;
}
.intro.pf span.yellow {
	font-size: 30px;
	color: #F2A900;
}
.intro.pf .twelve p {
	margin-top: 0px!important;
}
.intro.klimaticky_plan p,
.intro.mensi_nadpis p {
	font-size: 40px;
	line-height: 48px;
	margin-top: 50px!important;
}
.intro.klimaticky_plan span.small2 {
	font-size: 16px;
	line-height: 25px;
	font-family: 'museo300', Arial, sans-serif;
}/*
.intro.konferencia .twelve p {
	font-size: 57px;
	line-height: 67px;
	font-family: 'museo700', Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.intro.konferencia .twelve span.small {
	font-size: 22px;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px !important;
	font-family: 'museo700', Arial, sans-serif;
}*/
.h1 h1 {
	font-family: 'museo300', Arial, sans-serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 39px;
	color: #999;
	margin-top: 40px;
	box-sizing: border-box;
	padding-left: 20px;
	border-left: 3px solid #F2A900;
	margin-bottom: 100px;
}
.h1 h1 span {
	color: #000;
}
/*================== program =====================*/
.program {
	background-color: #F2A900;
	padding: 130px 0px 70px 0px;
	margin-bottom: 40px;
	margin-top: 70px;
}
.program h1 {
	font-size: 45px;
    line-height: 54px;
}
.program_text p {
	font-size: 21px!important;
	line-height: 29px!important;
	margin-bottom: 30px;
}
/*================== tabs =====================*/
.program #tabs {
    list-style: none;
	 margin-bottom: 80px;
}
.program #tabs li {
    display: block;
	 margin: 0px 0px 30px 0px;
}
.program #tabs li a {
	font-size: 15px;
	font-family: 'museo700', Arial, sans-serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
   text-decoration: none;
   outline: none;
	padding-left: 18px;
	color: #fff;
}
.program #tabs li a span {
	color: #F2A900;
	font-family: serif;
}
.program #tabs li a:hover,.program #tabs li.active a {
   -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	color: #000;
}
.program #tabs li a:hover span,.program #tabs li.active a span {
	color: #000;
}
.program .tab_content {
	display: none;
	overflow: hidden;
}
.program #tabs_content_container {
	margin-bottom: 40px;
}
.program #tabs_content_container li{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
}
.program #tabs_content_container ul { 
	padding-left:30px; 
	list-style:none; 
}
.program #tabs_content_container li:before {    
    font-family: 'FontAwesome';
    content: "\f00c";
    margin:0 15px 0 -30px;
	 color: #FFF;
	 font-size: 14px;
}
.program_info {
	margin-top: -145px;
	position: relative;
}
.program_info h3 {
	font-family: 'museo700', Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 140px;
}
.program_info p {
	font-size: 20px;
	line-height: 29px;
	margin: 0px 0px 40px 0px;
}
#partnerstva .clanok li {
	display: block;
	margin-bottom: 30px;
	list-style: none!important;
	height: 100px;
	margin-bottom: 20px!important;
}
#partnerstva .clanok ul li:before {
    content: ""!important;
    color: #FFF!important;
}
#partnerstva img {
	max-height: 80px;
}
/*================== aktuality =====================*/
.aktuality.oddel {
	border-bottom: 1px solid #EFEEEC;
	border-top: 1px solid #EFEEEC;
	margin: 40px 0px 0px 0px;
}
.aktuality .four h3 {
	margin-top: 55px;
	min-height: 115px;
}
.aktuality .udalost {
	padding-bottom: 40px;
}
.aktuality .udalost.stara {
	opacity: 0.2;
}
.aktuality .four.udalost h3 {
	margin-top: 55px;
	min-height: 0px;
}
.aktuality .udalost h4 {
	color: #FFF;
	margin-bottom: 15px;
}
.aktuality h3 a {
	color: #000;
}
.aktuality h3 a:hover {
	color: #F2A900;
}
.aktuality .empty {
	position: relative;
	text-align: center;
	min-height: 440px;
}
.aktuality .empty:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
	 border-right: 1px solid #FFF;
    border-left: 1px solid #EFEEEC;
    transform: translate(-50%);
}
.aktuality p {
	border-left: 3px solid #F2A900;
	padding-left: 30px;
	margin: 0px;
}
.aktuality p.date {
	border: none;
	padding: 0;
	margin-top: 30px;
	font-size: 14px;
	color: #999;
}
.aktuality p.date > a {
	float: right;
} 
.aktuality hr {
	border: 0;
	border-top: 1px solid #EFEEEC;
	margin-bottom: 0px;
}
p.date .fa-star {
	margin-left: 7px;
	color: #F2A900;
}
a.udalosti_button {
	position: relative;
	left: calc(50% - 90px);
	border: 1px solid #EFEEEC;
}
a.aktuality_button {
	position: relative;
	top: -28px;
	left: calc(50% - 90px);
	border: 1px solid #EFEEEC;
}
.udalosti {
	background-color: #F2A900;
	padding: 50px 0px;
	margin-bottom: 50px;
}
.v_cislach {
	margin: 60px 0px 90px 0px;
}
.udalosti .aktuality p {
    border-left: 3px solid #FFF;
}
.udalosti .aktuality p a,
.udalosti .aktuality a:hover {
	color: #FFF;
}
.v_cislach .ten p {
	width: 25%;
	float: left;
	font-size: 25px;
	color: #999;
}
.v_cislach .ten p strong {
	font-size: 40px;
	line-height: 40px;
	font-family: 'museo700', Arial, sans-serif;
	color: #F2A900;
}
.partneri {
	margin: 60px 0px 30px 0px;
	border-top: 1px solid #EFEEEC;
	padding-top: 70px;
}
.partneri img {
	margin: 0px 40px 60px 0px;
	vertical-align: middle;
	max-width: 185px;/*155*/
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/*opacity: 0.9;*/
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.partneri img.last {
	margin-right: 0px;
}
.partneri img.big {
	max-width: 270px;
	width: 100%;
}
.partneri img:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.full_grey {
	width: 100%;
	background-color: #F2F2F2;
	padding: 40px 0px;
}
.newsletter p {
	color: #999;
	font-size: 14px;
	overflow: hidden;
}
#mc_embed_signup {
	background-color: #FFF;
	border-radius: 50px;
}
#mc_embed_signup form input.button {
	float: right;
}
#mc_embed_signup form input[type='email'] {
	border: none;
	border-radius: 50px;
	font-size: 19px;
	font-family: 'museo300', Arial, sans-serif;
	width: 60%;
	width: calc(100% - 120px);
	line-height: 19px;
	padding: 13px;
	box-sizing: border-box;
}
.mc-field-group {
	display: inline;
}
/*================== podstranky =====================*/

.nadpis {
	margin-top:130px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.nadpis h1 {
	font-size: 45px;
	line-height: 45px;
}
.full_grey.nadpis {
	margin-bottom: 40px;
}
.breadcrumbs {
	text-align: center;
	font-size: 15px;
	color: #4D4D4D;
	margin-top: 10px;
	font-family: 'museo700', Arial, sans-serif;
	margin-bottom: 40px;
	display: none;
}
.breadcrumbs span {
	color: #000;
	font-family: serif;
	margin: 0px 10px;
}
.aktuality.nine,.aktuality.eight, .clanok.nine {
	box-sizing: border-box;
	padding-right: 0px;
	border-right: 1px solid #EFEEEC;
}
.clanok.nine {
	padding-right: 40px;
}
.aktuality.nine h3,
.aktuality.eight h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.aktuality.nine h3, .aktuality.nine p, .aktuality.nine .button,
.aktuality.eight h3, .aktuality.eight p, .aktuality.eight .button {
	margin-right: 40px;
}
.aktuality.nine > div,
.aktuality.eight > div {
	padding-bottom: 30px;
	border-bottom: 1px solid #EFEEEC;
}
table {
	margin-bottom: 30px!important;
	width: 100% !important;
}
table th {
	background-color: #F2A900!important;
	text-align: left !important;
}
table th a {
	color: #FFF;
}
table th, table td {
	padding: 10px !important;
}

table tr:nth-child(even) {background: #F8F8F7 !important;}
table tr:nth-child(odd) {background: #FFF!important;}
.clanok img, 
.trumbowyg-editor img {
	max-width: calc(50% - 20px) !important;
	margin: 0px 20px 20px 0px !important;
	float: left !important;
	height: auto;
}
.clanok img.full, 
.trumbowyg-editor img.full,
.clanok img#full, 
.trumbowyg-editor img#full {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0px 0px 20px 0px !important;
	float: left !important;
}
input.small2 {
	width: 50%!important;
}
table.prehlad th, table.prehlad td {
	padding: 3px !important;
}
table.prehlad input, table.prehlad select {
	margin: 0px!important;
	padding: 2px!important;
	font-size: 12px!important;
	max-width: 100px;
}
table.prehlad input.button {
	padding: 2px 6px !important;
}
table.prehlad a.button {
	padding: 0px;
}
.responsive_table {
	overflow-x:auto;
}

/*================== sidebar =====================*/
#sidebar > div,#sidebar > form {
	margin-bottom: 40px;
}
#sidebar label, #sidebar p.label,
#sidebar_2 label, #sidebar_2 p.label {
	font-family: 'museo700', Arial, sans-serif;
	font-size: 15px;
	padding-bottom: 3px;
	border: 0;
	border-bottom: 3px solid #F2A900;
	margin-bottom: 15px;
	display: block;
}
#sidebar ul li a span {
	color: #4D4D4D;
}
#sidebar ul li ul {
	margin-left: 40px;
}
#sidebar ul li ul li:before {    
    font-family: 'FontAwesome';
    content: "\f111";
	 vertical-align: top;
    margin:0 15px 0 -30px;
	 color: #000;
	 font-size: 5px;
}
#sidebar form p {
	background-color: #F2F2F2;
}
#sidebar form p input,#sidebar form p button {
	padding: 10px;
	border: none;
	background: transparent;
}
#sidebar form p input {
	width: 100%;
	width: calc(100% - 62px);
}
#sidebar form p button {
	width: 40px;
	cursor: pointer;
	font-size: 16px;
	float: right;
}
#sidebar form p button:hover {
	color: #F2A900;
}
#sidebar_2 ul {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#sidebar_2 ul li {
	line-height: 18px;
	margin-bottom: 15px;
}
#sidebar_2 ul li ul {
	margin-bottom: 10px;
}
#sidebar_2 ul li ul li{
	line-height: 15px;
	font-size: 14px;
	margin-bottom: 10px;
}
#sidebar_2 ul li.active a,
#sidebar_2 ul li.active ul li a:hover {
	color: #000;
}
#sidebar_2 ul li.active ul li a {
	color: #F2A900;
}
#sidebar_2 ul li:before {    
    font-family: 'FontAwesome';
    content: "\f111";
	 vertical-align: top;
    margin:0 15px 0 -20px;
	 color: #000;
	 font-size: 5px;
}
.clanok {
	margin-bottom: 80px;
}
.udalost h4.yellow {
	color: #F2A900!important;
}
.kedy {
	color: #F2A900;
	margin-top: 10px;
	font-size: 30px;
}
.clanok a, .kontakty a, .trumbowyg-editor a {
	background-color: #FFF6DF !important;
	border-bottom: 1px solid #F2A900 !important;
	color: #000 !important;
}
.clanok a:hover,.kontakty a:hover {
	background-color: #F2A900 !important;
}
.clanok a.button {
	background-color: #FFF !important;
	border: 1px solid #F2A900 !important;
	color: #000 !important;
	margin-right: 10px;
	margin-bottom: 20px;
}
.clanok a.button.yellow {
	background-color: #F2A900 !important;
	border: 1px solid #F2A900 !important;
	color: #FFF !important;
}
.clanok p,
.trumbowyg-editor p {
	margin-bottom: 15px !important;
	font-family: 'museo300', Arial, sans-serif !important;
}
.clanok h2,
.trumbowyg-editor h2 {
	font-size: 25px!important;
	line-height: 25px!important;
	margin-bottom: 20px!important;
	margin-top: 30px!important;
	color: #000!important;
	font-family: 'museo700', Arial, sans-serif !important;
}
.clanok h3,
.trumbowyg-editor h3 {
	font-size: 18px!important;
	line-height: 18px!important;
	margin-bottom: 15px!important;
	color: #000!important;
	font-family: 'museo700', Arial, sans-serif !important;
}
.clanok ul,
.trumbowyg-editor ul {
	margin-left: 40px!important;
	margin-bottom: 15px!important;
}
.clanok ul li, 
.trumbowyg-editor ul li {
	margin: 10px 0px!important;
	list-style: none!important;
}
.clanok ul li:before,
.trumbowyg-editor ul li:before {    
    font-family: 'FontAwesome'!important;
    content: "\f111"!important;
	 vertical-align: top!important;
    margin:0 25px 0 -30px!important;
	 color: #F2A900!important;
	 font-size: 5px!important;
}
.clanok p.quote, 
.trumbowyg-editor p.quote {
	padding-left: 40px;
	border-left: 3px solid #F2A900;
	font-size: 22px;
	line-height: 32px!important;
	color: #999;
	margin: 40px 0px !important;
	margin-left: -200px !important;
}
.clanok ol, 
.trumbowyg-editor ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 30px;
}
.clanok ol li,
.trumbowyg-editor ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.clanok ol li::before,
.trumbowyg-editor ol li::before {
  content: counter(my-awesome-counter);
  
  color: #F2A900;
  font-size: 20px; 
  font-weight: bold;
  position: absolute;
  --size: 22px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
 
	line-height: 30px;
}

a.orez {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 20px;
	border: none!important;
}
.kontakty a.orez.orez-bigger {
	width: 160px;
	height: 160px;
	margin-bottom: 0px!important;
}
#sidebar a.orez {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.orez > img {
	width: 100%;
	height: 100%;
}
.author > p > a {
	color: #000;
	font-family: 'museo700', Arial, sans-serif;
}
.author p span {
	color: #999;
	font-size: 14px;
}
.author .socials {
	border-top: 3px solid #F2A900;
	padding-top: 15px;
	margin-top: 15px;
}
.author .socials a {
	margin-right: 10px;
}
.kontakty h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.kontakty h2 span {
	color: #999;
}
.kontakty .orez {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 100px;
}
.kontakty.vybor .orez {
	margin-bottom: 20px;
}
.kontakty.vybor p.clen {
	padding-top: 20px;
}
.kontakty.five {
	margin-top: 50px;
}
span.orez {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 20px;
	border: none!important;
	background-color: #E6E6E6;
	text-align: center;
	padding-top: 17px;
}
span.orez .fa {
	font-size: 25px;
}
.antispam {
	display: none;
}
.rocnik {
	padding-top: 30px;
	color: #CBCBCB;
}
.rocnik strong {
	display: block;
	font-size: 40px;
}

/*================== pie charts =====================*/
.doughnutChart {
	width: 360px;
	float: left;
}
.numbers {
	width: 400px;
	float: left;
}
.numbers p {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding-top: 100px;
}
.numbers span {
	font-size: 9px;
}
.numbers p strong {
	color: #F2A900;
	font-family: 'museo700', Arial, sans-serif !important;
	font-size: 40px;
}
.chart {
  position: static;
  width: 250px;
  height: 250px;
  margin: 0px auto;
}
.doughnutTip {
  position: absolute;
  min-width: 50px;
  max-width: 250px;
  padding: 5px 15px;
  background: rgba(255,255,255,.9);
  color: #4D4D4D;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  pointer-events: none;
	font-family: 'museo700', Arial, sans-serif !important;
}
.doughnutSummary {
  display: none;
}
.doughnutSummaryTitle {
  display: none;
}
.doughnutSummaryNumber {
  display: none;
}
.chart path:hover { opacity: 0.8; }
.legend {
	width: 125px;
	height: 75px;
	position: relative;
	text-align: center;
	margin: -160px auto 100px auto;
	font-size: 16px;
	line-height: 18px;
}
.note {
	color: #999;
	font-size: 14px !important;
	text-align: center;
	margin-top: -20px!important;
}
a.file-button {
	padding: 15px;
	margin-bottom: 30px;
	display: block;
	background-color: #FFF!important;
	border: 1px solid #F2A900;
	border-radius: 5px;
}
.file-button {
	font-size: 18px;
}
.file-button span {
	font-size: 14px;
	opacity: 0.6;
}
.file-button .pripona {
	float: right;
}
/*================== footer =====================*/

footer {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0px 80px 0px;
	background-color: #F2A900;
	color: #000;
	font-size: 16px;
}
footer .container {
	padding-top: 0px;
}
footer a {
	color: #FFF !important;
}
footer a:hover {
	color: #000 !important;
}
footer h5 {
	font-size: 16px;
	font-family: 'museo700', Arial, sans-serif;
	margin-bottom: 10px;
}
footer h5 a {
	color: #000 !important;
}
footer ul {
	margin-bottom: 35px;
}
footer li {
	line-height: 16px;
	margin-bottom: 15px;
}
footer .img {
	text-align: center;
}
footer .img img {
	margin-top: 50%;
}
footer .credits {
	font-size: 14px;
	line-height: 20px;
	margin-top: 35px;
}
footer .button.white {
	color: #000 !important;
	margin-bottom: 20px;
}
footer .button.white:hover {
	background-color: #000;
	color: #F2A900 !important;
}
footer .contact {
	font-family: 'museo700', Arial, sans-serif;
	font-size: 20px;
	line-height: 29px;
	margin: 35px 0px 20px 0px;
}
footer .fb {
	font-family: 'museo700', Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
}
footer .fb .fa {
	color: #000;
	margin-right: 5px;
}
#admin form input, #admin form textarea, #admin form select,
form.nice input, form.nice textarea, form.nice select {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	background-color: #EFEEEC;
	border: 1px solid #999999;
	margin-bottom: 20px;
	font-family: 'museo300', Arial, sans-serif;
	font-size: 14px;
}
#admin form input.button,
form.nice input.button {
	background-color: #F2A900;
	color: #FFF;
	width: auto;
	font-family: 'museo700', Arial, sans-serif;
	border: none;
	font-size: 16px;
}
#admin form input.button:hover {
	background-color: #000;
}
#admin form input[type=checkbox] {
	width: auto;
}
#admin form label,
form.nice label {
	font-family: 'museo700', Arial, sans-serif;
}
#admin form label span,
form.nice label span {
	font-family: 'museo300', Arial, sans-serif;
}
#admin form label strong,
form.nice label strong {
	color: #F2A900;
}
#admin h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
p.zarovnaj_checkboxy {
	width: 25%;
	float: left;
}
#admin .trumbowyg-box, #admin .trumbowyg-editor {
	margin: 0px auto !important;
}
#admin {
	padding-bottom: 100px;
}
.saved {
	padding: 10px;
	background-color: #EAFFEA;
}
.warning {
	padding: 10px;
	background-color: #FFE1E1;
}
.warning2 {
	display: inline-block;
	font-family: 'museo700', Arial, sans-serif;
	margin-bottom: 10px;
	color: #B50000;
	padding: 10px;
	background-color: #FFE1E1;
}
.message {
	padding: 10px;
	background-color: #EFEEEC;
}
body#error404, body#error404 header {
	background-color: #060B19;
}
body#error404 .intro {
	margin-top: 200px;
	margin-bottom: 100px;
	color: #FFF;
	background-image: url(../images/design/404.png);
}
body#error404 .intro p span {
	color: #F2A900;
}
body#error404 .intro a:hover, 
body#error404 .header_right a {
	color: #FFF;
}
body#error404 strong.logo a, body#error404 h1.logo a {
	background-image: url(../images/design/sapi-logo-biele.png);
}
body#error404 #header.smaller {
	border-bottom: 1px solid #152657;
}


.accordions {
	border-bottom: 1px solid #CBCBCB;
	margin-top: 10px;
}
button.accordion {
    background-color: #fff;
    color: #404040;
    cursor: pointer;
    padding: 10px;
    width: 100%;
	 box-sizing: border-box;
	 border-left: 3px solid #FFF;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
	 border-top: 1px solid #CBCBCB;
}
button.accordion.active, button.accordion:hover {
    background-color: #F9F9F9;
	 color: #000;
	  border-left: 3px solid #F2A900;
}
button.accordion:after {
    content: '+';
    font-size: 20px;
	 font-weight: bold;
    color: #F2A900;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "-";
}
div.panel {
    padding: 0px;   
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel > div {
	 background-color: #F9F9F9;
	 padding: 20px 30px 30px 30px;
	 border-left: 3px solid #F2A900;
}
div.panel.show {
    opacity: 1;
    max-height: 5000px;
}
.clenstvo {
	margin-top: 30px;
}
.clenstvo ul {
	margin-left: 124px !important;
}
.clenstvo h3 {
	padding-left: 90px;
	padding-top: 26px;
	box-sizing: border-box;
	height: 64px;
	background-image: url(../images/design/iconset.svg);
	background-repeat: no-repeat;
}
.icon1 {	background-position: 0 0; }
.icon2 {	background-position: 0 -64px; }
.icon3 {	background-position: 0 -128px; }
.icon4 {	background-position: 0 -192px; }
.icon5 {	background-position: 0 -256px; }
.icon6 {	background-position: 0 -320px; }
.icon7 {	background-position: 0 -384px; }
.icon8 {	background-position: 0 -448px; }
.icon9 {	background-position: 0 -512px; }
.icon10 {background-position: 0 -576px; }
.icon11 {background-position: 0 -640px; }
.icon12 {background-position: 0 -704px; }
.icon13 {background-position: 0 -768px; }
.icon14 {background-position: 0 -832px; }
.icon15 {background-position: 0 -896px; }
.icon16 {background-position: 0 -960px; }
.icon17 {background-position: 0 -1024px; }
.icon18 {background-position: 0 -1088px; }
.icon19 {background-position: 0 -1152px; }
.icon20 {background-position: 0 -1216px; }
.icon21 {background-position: 0 -1280px; }
.icon22 {background-position: 0 -1344px; }

.third {
	width: 31%;
	padding: 1%;
	float: left;
}
.fourth {
	width: 23%;
	padding: 1%;
	float: left;
}
.fifth {
	width: 18%;
	padding: 1%;
	float: left;
}
.icons {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 30px;
}
.icons h2 {
	font-size: 25px;
	line-height: 29px;
}
.icons span {
	display: inline-block;
	height: 64px;
	width: 64px;
	background-image: url(../images/design/iconset.svg);
	background-repeat: no-repeat;
}
a.icons:hover {
	background-color: #EFEEEC;
}
#prihlaska, #stanovy {
	padding-top: 100px;
}
.intro .twelve.small p {
	font-size: 40px;
	line-height: 50px;
}
.foto {
	margin-bottom: 30px;
}
.foto p {
	margin-top: 0px;
	line-height: 15px;
	font-size: 15px;
}
h2.nenapadny_nadpis {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	color: #F2A900;
}
#vyhladavanie a {
	color: #000;
}
#vyhladavanie > div {
	margin-top: 30px;
	background-color: #F2F2F2;
	padding: 10px;
}
#vyhladavanie h3 {
	font-size: 24px;
	line-height: 28px;
}
#vyhladavanie a.link {
	font-size: 14px;
	color: #F2A900;
}
#vyhladavanie a.link:hover {
	color: #000;
}
.fb-share-button {
	margin-bottom: 17px;
}
.comment2 {
	background-color: #F9F9F9;
	margin-bottom: 10px;
	padding: 5px;
	box-sizing: border-box;
}
.comment2 .orez {
	display: inline-block;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
}
.comment2 h4 {
	margin-bottom: -5px;
	color: #F2A900;
	font-size: 20px;
}
.comment2 .text {
	margin-top: 15px;
}
.comment2 .button.yellow.small {
	padding: 5px 5px 3px 5px;
}
.comment2 form .button {
	background-color: Red!important;
	padding: 5px 5px 3px 5px!important;
	float: left;
}
.warning input.button {
	background-color: red!important;
	float: right;
	margin-top: -15px;
}

.clanok .img_logo img {
	float: none!important;
	max-width: none!important;
	vertical-align: middle;
	margin: 0px !important;
}
.clanok .img_logo a {
	margin-right: 20px;
}
.milnik {
	color: #F2A900!important;
	font-size: 25px!important;
}
img.zoznam_clenov_logo {
	max-height: 70px!important;
	max-width: 200px!important;
	margin-right: 30px!important;
	float: left;
	margin-bottom: 30px!important; 
}
.clen_card{
	border: 1px solid #EFEEEC;
	padding: 30px 30px 0px 30px;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 20px;
}
.clen_card h2 {
	margin: 0px  5% 30px 0px!important;
	float: left;
	width: 45%;
}
.clen_card > div {
	min-height: 30px;
	float: left;
	width: 100%;
}
.clen_card > div p {
	float: left;
	margin-right: 5%;
	width: 45%;
	margin-bottom: 30px;
}
.clen_card .tagy {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 12px;
}
.tagy_filter a {
	font-size: 16px;
	line-height: 16px;
	border-radius: 3px;
	border: 1px solid #EFEEEC!important;
	display: inline-block;
	padding: 5px;
	margin-right: 3px;	
	margin-bottom: 3px;
}
.tagy_filter a.active {
	background-color: #F2A900!important;
}
.tagy_filter a.active:hover {
	background-color: #FFF6DF !important;
}
.clen_card .tagy span {
	background-color: #F2A900;
	border-radius: 3px;
	display: inline-block;
	padding: 3px;
	margin-right: 3px;
}
.konferencie_preklik_banner {
	padding: 30px 40px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #F2A900;
}
.container_bigger .kruhove img {
	max-width: 300px;
	margin-top: 30px;
	float: right;
}
.slider .container_bigger p {
	font-size: 50px!important;
	line-height: 60px !important;
}
.smallselect {
	width: 140px!important;
	font-size: 12px;
}
.smallbutton {
	width: 60px!important;
	font-size: 12px;
}
a.uputavka {
	box-sizing: border-box;
	padding: 20px;
	display: inline-block;
	background-color: Black;
	width: 100%;
}
a.uputavka:hover {
	background-color: #F2A900;
}
a.uputavka span {
	float: right;
}
/* #Media Queries
================================================== */
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
	@media only screen and (min-width: 1440px) { 
		.h1 h1 {
			padding: 0px 100px 0px 97px;
		}
		
	}
	@media only screen and (max-width: 1440px) {	
		.program_info {
			margin-top: -125px;
			position: relative;
		}
		.program_info h3 {
			margin-bottom: 110px;
			margin-left: 20px;
		}
		.intro {
			background-position: 560px top;
		}
		.intro .twelve p {
			font-size: 55px;
			line-height: 65px;
		}
		.intro.klimaticky_plan p,
		.intro.mensi_nadpis p {
			font-size: 40px;
			line-height: 48px;
		}
		.intro.klimaticky_plan span.small2 {
			font-size: 16px;
			line-height: 25px;
		}
	}
	@media only screen and (max-width: 1240px) {	
		.intro {
			background-position: right top;
			background-size: 618px 275px;
			min-height: 275px;
		}
		.intro .twelve p {
			margin-top: 50px;
		}
		.intro .twelve span.small {
			margin-top: 20px;
			margin-bottom: -60px !important;
		}
		.program_info {
			margin-top: 20px;
			position: relative;
		}
		.program_info h3 {
			margin-bottom: 20px;
			margin-left: 0px;
		}
		.program .two {
			width: 100%!important;
			width: calc(100% - 30px) !important;
			margin-bottom: 30px !important;
		}
		.program #tabs_container, .program #tabs_content_container {
			width: 50%!important;
			width: calc(50% - 30px) !important;
		}
		.clanok p.quote {
			margin-left: -160px !important;
		}
		strong.logo a, h1.logo a { 
			left: 20px;
		}
		#header .header_right{
			right: 20px !important;
		}
		.doughnutChart {
			width: 320px;
		}
		.numbers {
			width: 304px;
		}
		.numbers > p {
			float: none!important;
			display: block;
			padding-top: 50px;
		}
		.intro.klimaticky_plan p,
		.intro.mensi_nadpis p {
			font-size: 30px;
			line-height: 35px;
			margin-top: 0px!important;
		}
		.intro.klimaticky_plan span.small2 {
			font-size: 16px;
			line-height: 25px;
			max-width: 300px;
		}
		.header_left {
			left: 20px;
		}
		.container_bigger .kruhove .six.columns {
			text-align: center;
			width: 100% !important;
		}
		.container_bigger .kruhove img {
	max-width: 300px;
	margin: 30px auto 0px auto;
	float: none!important;
}
	}
	@media only screen and (min-width: 748px) and (max-width: 1240px) {
	
	
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#header {
			min-height: 80px;
			padding-top: 15px;
			border-bottom: 1px solid #EFEEEC;
		}
		#header strong.logo a,
		#header h1.logo a {
			top: 15px;
			left: 15px;
		}
		
		#header .header_right{
			top: 15px;
			right: 88px !important;
		}
		.intro {
			background-size: 883px 393px;
			background-position: center top;
			-webkit-background-size: contain;
  			-moz-background-size: contain;
  			-o-background-size: contain;
  			background-size: contain;
		}
		.intro .twelve p,.intro.pf .twelve p,.intro.klimaticky_plan p {
			margin-top: 440px!important;
		}
		.intro.klimaticky_plan p,
		.intro.mensi_nadpis p {
			font-size: 30px!important;
			line-height: 35px!important;
		}
		.intro .twelve span.small {
			margin-top: 420px;
			margin-bottom: -440px !important;
		}
		/*
		.intro.konferencia .twelve p {
			font-size: 37px;
			line-height: 45px;
			margin-top: 400px !important;
		}
*/
		.kontakty a.orez.orez-bigger {
			width: 80px;
			height: 80px;
			margin-bottom: 0px!important;
		}
		.h1 h1 {
			margin-top: 50px;
		}
		.aktuality .four  h3{
			min-height: 0 !important;
			padding-bottom: 20px;
		}
		.aktuality hr {
			display: none;
		}
		.v_cislach .ten p {
			width: 40%;
			float: right;
			margin-bottom: 20px;
		}
		.nadpis {
			margin-top: 80px;
		}
		.partneri img {
			max-width: 150px;
			margin: 0px 40px 60px 0px;
		}
		.partneri img.big {
			max-width: 250px;
		}
		.clanok p.quote {
			margin-left: -120px !important;
		}
		.icons h2 {
			font-size: 18px;
			line-height: 20px;
		}
		.sb-search {
			position: absolute;
			right: 0px;
		}
		.doughnutChart {
			width: 300px;
		}
		.numbers {
			width: 212px;
		}
		.numbers p strong {
			font-size: 30px;
		}
		.intro.klimaticky_plan span.small2 {
			max-width: 100%;
		}
		.program {	
			padding: 70px 0px;
		}
		.sb-search, .header_left a.fa, .header_left a.in, .header_left a.sp {
			display: none;
		}
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 748px) and (max-width: 959px) {
		.aktuality .four {
			width: 95% !important;
		}
	}
	@media only screen and (max-width: 847px) {
		.intro .twelve p,.intro.pf .twelve p, .intro.klimaticky_plan p {
			margin-top: 370px!important;
		}
		.intro .twelve span.small {
			margin-top: 370px;
			margin-bottom: -370px !important;
		}
		
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		footer div.three.img {
			display: none;
		}
		.intro .twelve p,.intro.pf .twelve p {
			font-size: 45px;
			line-height: 45px;
			margin-top: 350px;
		}
		.intro.klimaticky_plan p {
			margin-top: 350px!important;
		}
		.intro .twelve span.small {
			margin-top: 360px;
			margin-bottom: -340px !important;
		}/*
		.intro.konferencia .twelve p {
			font-size: 30px;
			line-height: 35px;
			margin-top: 360px !important;
		}*/
		.h1 h1 {
			padding-left: 0px;
			border: 0;
			font-size: 20px;
			line-height: 25px;
			margin-top: 40px !important;
		}
		.v_cislach .ten p {
			width: 100%;
			float: left;
			margin-top: 20px;
			margin-bottom: 0px;
		}
		.program #tabs_container, .program #tabs_content_container {
			width: 100%!important;
			width: calc(100% - 30px) !important;
		}
		.program #tabs {
			margin-bottom: 30px;
		}
		.program #tabs li {
			margin-bottom: 10px;
		}
		.program img {
			margin: 20px 0px;
		}
		.author > a {
			float: left;
			margin-right: 20px;
		}
		.author p {
			float: left;
		}
		.author p.socials {
			padding: 0;
			margin: 0;
			border: 0;
			padding-left: 15px;
			margin-left: 15px;
			border-left: 3px solid #F2A900;
		}
		.author {
			margin-bottom: 30px !important;
			padding-bottom: 10px;
			border-bottom: 1px solid #EFEEEC;
		}
		.aktuality.nine,.aktuality.eight, .clanok.nine {
			padding-right: 0px;
			border: 0;
			border-bottom: 1px solid #F2F2F2;
			padding-bottom: 30px;
			margin-bottom: 50px;
		}
		.clanok p.quote {
			margin-left: 0px !important;
		}
		.fourth, .fifth, .third {
			width: 48%;
		}
		.doughnutChart {
			width: 100%;
		}
		.numbers {
			width: 100%;
		}
		.numbers p {
			padding: 20px 0px;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 460px) and (max-width: 747px) {
		
	}
	@media only screen and (max-width: 660px) {
		.intro .twelve p,.intro.pf .twelve p, .intro.klimaticky_plan p {
			margin-top: 330px!important;
		}
		.intro .twelve span.small {
			margin-top: 330px;
			margin-bottom: -330px !important;
		}
		strong.logo a,  h1.logo a {
			width: 30px;
		}
	}
	@media only screen and (max-width: 570px) {
		
		.intro .twelve p,.intro.pf .twelve p {
			font-size: 45px;
			line-height: 45px;
			margin-top: 300px;
		}
		.intro.klimaticky_plan p {
			margin-top: 300px!important;
		}
		.intro .twelve span.small {
			margin-top: 300px;
			margin-bottom: -300px !important;
		}
		#header .header_right {  
    		right: 60px !important;
		}
		.header_right .button {
   		 margin-left: 10px;
    		font-size: 12px;
			line-height: 12px;
			width: 100px;
			padding: 12px 10px;
		}
		#header.smaller #cssmenu {
    		top: -10px!important;
		}
	}
	
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
	 	.intro .twelve p,.intro.pf .twelve p {
			font-size: 45px;
			line-height: 45px;
			margin-top: 250px;
		}
		.intro.klimaticky_plan p {
			margin-top: 250px!important;
		}
		.intro .twelve span.small {
			margin-top: 250px;
			margin-bottom: -250px !important;
		}
		.fourth, .fifth, .third {
			width: 98%;
		}
		.header_right a.button.yellow {
			margin-right: 30px;
		}
		.header_right #sb-search {
			right: -15px;
		}/*
		.intro.konferencia .twelve p {
			margin-top: 260px !important;
		}*/
		.header_left {
    		padding-right: 0!important;
			left:10px!important;
		}
		#cssmenu {
			right: 10px!important;
		}
		.header_right a.button.yellow {
    		margin-right: 20px!important;
		}
		.header_right .button {
			width: auto!important;
		}
	}
	@media only screen and (max-width: 430px) {
	 	.header_right a.fa {
	 		display: none;
	 	}
		.intro .twelve p,.intro.pf .twelve p {
			font-size: 45px;
			line-height: 45px;
			margin-top: 200px;
		}
		.intro.klimaticky_plan p {
			margin-top: 200px!important;
		}
		.intro .twelve span.small {
			margin-top: 200px;
			margin-bottom: -200px !important;
		}
		.header_right a.en {
    	margin-right: 5px;
	 	}
	}