
html {
    height:100% !important;
    min-height:100%;
}


body {
    min-height:100%;
    margin: 0;
    padding: 0;
    color: white;
        
    /*  font-family: 'BenchNine', sans-serif;
    font-family: "Montserrat", sans-serif;*/
	 font-family: Calibri, sans-serif;
}
li {
    list-style: disc;
}

ol li
{
    list-style: decimal;
}
ul li
{
    list-style: disc;
}

a:hover,
a:visited,
a {
    text-decoration: none;
  /*  color: #0b7b8a; */
}
h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.powerbi-logo {
    float: right;
    margin-right: 0 !important;
}

.list-unstyled li, .info-detail li {
    list-style: none !important;
}

.resource-list li {
    margin-bottom: 25px;
}

.esluzby {
    position: relative;
}

.left-esluzby {
    position: absolute;
    left: -240px;
}

.right-esluzby {
    position: absolute;
    right: -240px;
}

@media (max-width: 1629px) {
    .esluzby {
        display: none;
    }
}

#home {
    margin-top: 0px;
}

.logo_fs{
	height:120px;
	margin-top:80px;
}
.logo_fs_dark{
	max-height: 80px !important;
	margin-top:0px;
	position:absolute;
}

.picto {
    position: absolute;
    left: 0px;
    right: 0px;
    opacity:0.3;
    margin:auto;
    color:white;
    bottom: 55px;
}

.blink_me {
	/* animation: blinker 2s linear infinite; */
	color: #fff;
	font-size:11px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;	
	padding-top: 10px;		
	background-color: #282068;
	border-radius: 0 0 30px 30px;
		-moz-border-radius: 0 0 30px 30px;
		-webkit-border-radius: 0 0 30px 30px;
}

.language {
    width:30px;
    height:20px;
    padding-bottom:5px;
}

@keyframes blinker {
    50% { opacity: 0; }
}
.blink-position {
    position:absolute;
    top:-25px;
    right:15px;
}


/*header area*/

.top-header {
    /*background: #fff !important;*/
    background: rgb(14,38,42);
    background: linear-gradient(90deg, rgba(14,38,42,1) 16%, rgba(6,18,20,1) 56%, rgba(7,11,12,1) 100%);
    position: fixed;
    width: 100%;
    z-index: 999;
    border-top: 3px #282068 solid;
    padding-top:15px;
    padding-bottom: 15px;
    top: 0;
    box-shadow: 0 4px 2px -2px #072326;  
}
.top-header a {
    /*margin-right: 50px;*/
    margin-right: 0px;
    color:white;
   
}
.top-header a:hover {
	color:#0ba1b5;  
}

.top-header .title {
	color: white;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: bold;
}

.top-header img {
    max-height: 38px;
}
.top-header .powerbi {
	max-height: 40px;
	margin-top: 0px;
	float: right;
	margin-left: 10px;
}

.top-header .mapyba {
    max-height: 25px;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    border-left: 1px solid #cdcdcd;
    padding-left:10px;
}

.top-header .onlineba {
    max-height: 25px;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    border-left: 1px solid #cdcdcd;
    padding-left:10px;
}

.top-header .more {
    max-height: 25px;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    /* border-left: 1px solid #cdcdcd;*/
    padding-left:10px;
}

.top-header .model3d {
    max-height: 25px;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    border-left: 1px solid #cdcdcd;
    padding-left:10px;
}

.top-header .corona {
    max-height: 25px;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    /* border-left: 1px solid #cdcdcd; */
    padding-left:10px;
}

.top-header .openapi {
    max-height: 25px;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    border-left: 1px solid #transparent;
    padding-left:10px;
}

.top-header .top-menu-align {
	display: flex; 
	text-align:center; 
	justify-content: center; 
	padding-top:4px;
}

.top-header .top-flag-align {
	display: flex; 
	text-align:center; 
	justify-content: center; 
	padding-top:4px;
	z-index:1000;	
}

.header-backup {
    width: 20px;
    height: 119px;
    background: transparent;
    margin: auto;
}
.top-header img.logo {
    margin-bottom: 25px;
    margin-top: -5px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 18px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    margin-top: 29px;
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 24px;
    color: #737373;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 14px 15px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #42b3e5;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
li a.active {
    color: white !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}

/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 157px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #3a9ecb;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #2a2a2a;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    /*   background: -webkit-linear-gradient(left, #000, blue);*/
    /* For Safari 5.1 to 6.0 */
    /*   background: -o-linear-gradient(left, #000, blue);*/
    /* For Opera 11.1 to 12.0 */
    /*   background: -moz-linear-gradient(left, #000, blue);*/
    /* For Firefox 3.6 to 15 */
    /*   background: linear-gradient(to left, #000, blue);*/
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    /*margin-top: 50px;*/
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}

/*about area*/

.about h2 {
    font-size: 30px;
    color: #0b7b8a;
    margin-top: 15px;
}
.about h4 {
    font-size: 24px;
    color: #737373;
    margin-bottom: 45px;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
}
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 35%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 0;
}
.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail:hover .about-details {
    background: #013648;

}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}


.about-details-doprava {
    background: #080808;
    opacity:0.8;
   /* background-image: linear-gradient(#00abf3, #0180a0);*/
    /* border-top: 2px solid #fff;*/
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:220px;
    padding-left:15px;
    padding-right:15px;
    position: relative;
    box-shadow: 10px 10px 0px #616161;
    margin: 10px 10px 20px 10px;
	 border-left: 3px solid;
	 border-image: linear-gradient( to bottom, #0b7c8a, rgba(0, 0, 0, 0) ) 1 100%;   
	 text-align:left; 

}

.about-details-doprava .corner-top {
	border-top: 3px solid #fff;
	border-image: linear-gradient( to right, #0b7c8a, rgba(0, 0, 0, 0) ) 1 0%;
	margin-left:-18px;
}

.about-details-doprava .title {
	border-bottom: 1px solid #616161;
	padding: 3px;
	color:#0b7b8a;
}
.about-details-doprava .title:hover {
	color:white;
}

.about-details-doprava .subcategory {
	font-size:12px;
	padding: 5px;
	color:#919292;	
}
.about-details-doprava .subcategory:hover {
	color:#0ba1b5;
}
/*
.about-details-doprava ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}*/


}
.about-details-doprava h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    padding-top:30px;
    /*padding-top:60px;    */
    font-weight: 600;    
}

.about-details-doprava p {
    font-size: 15px;
    color: #fff;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: Calibri, sans-serif;
    padding-bottom: 0px;
    /*  font-weight: bold;*/
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 40%;
    right: 0;
}
.single-about-detail-doprava:hover .about-details-doprava {
    background: #013648;
    opacity:0.9;
}
.single-about-detail-doprava:hover .pentagon-text h1 {
    color: #3a9dca;
}


.about-details-ekonomika {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-ekonomika h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-ekonomika p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-ekonomika:hover .about-details-ekonomika {
    background: #013648;

}
.single-about-detail-ekonomika:hover .pentagon-text h1 {
    color: #3a9dca;
}


.about-details-infrastruktura {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-infrastruktura h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:65px;
}
.about-details-infrastruktura p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-infrastruktura:hover .about-details-infrastruktura {
    background: #013648;

}
.single-about-detail-infrastruktura:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-kultura {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-kultura h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:65px;
}
.about-details-kultura p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-kultura:hover .about-details-kultura {
    background: #013648;

}
.single-about-detail-kultura:hover .pentagon-text h1 {
    color: #3a9dca;
}


.about-details-obyvatelstvo {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-obyvatelstvo h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-obyvatelstvo p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-obyvatelstvo:hover .about-details-obyvatelstvo {
    background: #013648;

}
.single-about-detail-obyvatelstvo:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-politika {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-politika h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-politika p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-politika:hover .about-details-politika {
    background: #013648;

}
.single-about-detail-politika:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-priestorove {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-priestorove h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-priestorove p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-priestorove:hover .about-details-priestorove{
    background: #013648;

}
.single-about-detail-priestorove:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-rozpocet {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-rozpocet h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-rozpocet p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-rozpocet:hover .about-details-rozpocet{
    background: #013648;

}
.single-about-detail-rozpocet:hover .pentagon-text h1 {
    color: #3a9dca;
}



.about-details-socialna {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-socialna h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-socialna p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-socialna:hover .about-details-socialna{
    background: #013648;

}
.single-about-detail-socialna:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-veda {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-veda h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-veda p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-veda:hover .about-details-veda{
    background: #013648;

}
.single-about-detail-veda:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-zakony {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;

}
.about-details-zakony h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:80px;
}
.about-details-zakony p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-zakony:hover .about-details-zakony{
    background: #013648;

}
.single-about-detail-zakony:hover .pentagon-text h1 {
    color: #3a9dca;
}

.about-details-zdravie {
    background: #00abf3;
    background-image: linear-gradient(#00abf3, #0180a0);
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    min-height:180px;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}
.about-details-zdravie h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding-top:65px;
}
.about-details-zdravie p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail-zdravie:hover .about-details-zdravie{
    background: #013648;

}
.single-about-detail-zdravie:hover .pentagon-text h1 {
    color: #3a9dca;
}



/*service area*/

.service {
    background: url(../img/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 40px;
}
.service h2 {
    font-size: 90px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
}
.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}
.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -100px;
}
.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}
.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 10;
}
.service-img {
    width: 200px;
    height: 123px;
    background: #3a9ecb;
    position: relative;
    top: 1px;
    left: 2px;
}
.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #3a9ecb;
}
.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #3a9ecb;
    z-index: 999;
}
.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 90px;
}
.service-img img.heart {
    left: 20%;
    top: 18%;
}
.service-img img.brain {
    left: 26%;
    top: 11%;
}
.service-img img.knee {
    left: 38%;
}
.service-img img.bone {
    left: 25%;
    top: 14%;
}
.service-img img {
    position: absolute;
}

/*team section*/

.team {
    padding-bottom: 60px;
}
.team h2 {
    font-size: 90px;
    color: #42b3e5;
    margin-top: 50px;
    margin-bottom: 0;
}
.team h4 {
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 45px;
}
.single-member {
    margin: 0;
    padding: 0;
}
.person img {
    width: 100%;
}
.person-detail {
    padding: 10px;
    background: #3a9cc8;
    position: relative;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-bottom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.person-detail h3 {
    font-size: 30px;
    color: #fff;
}
.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail {
    background: #2a2a2a;
}
.single-member:hover .arrow-top {
    background: #2a2a2a;
}
.single-member:hover .arrow-bottom {
    background: #2a2a2a;
}

/*contact section*/

.contact-caption {
	 /* background: #2d2d2e;
	 opacity: 0.8; */
    background-color: rgba(45, 45, 46, 0.8);	 
}
.contact-heading h2 {
    color: #fff;
    font-size: 40px;
}
.contact-info {
    padding-left: 40px;
}
.contact-info h3 {
    padding-left: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3 {
    padding-left: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    color: #fff;
}
.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    width: 100%;
    height: 30px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Calibri', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}
.contact-form textarea {
    font-family: 'Calibri', sans-serif;
    padding: 12px;
    width: 100%;
    height: 120px;
    border: 0;
    margin-bottom: 12px;
    resize: none;
	color: #084a5c;
}
.info-detail {
    /* border-top: 1px solid #53cde5;*/
    padding-top: 15px;
}
.form {
    border-top: 1px solid #0b7b8a;
    padding-top: 15px;
    text-align: right;
}
.contact-form input.submit-btn {
    width: 180px;
    height: 40px;
    float: right;
    font-size: 16px;
    color: #fff;
    background-color:black;
    /*background: url(../img/frontpage_bg.jpg);*/
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
}

.contact-form input.submit-btn:hover {
	background-color:#0b7b8a;
}

.contact-form {
    padding-right: 40px;
}

/*gmap*/

#map {
    height: 630px;
    background-image:url('../img/frontpage_bg.jpg');
	 background-size: 1370px;  
	 background-repeat: no-repeat;
	 background-position: top;     
}
.map {
    position: relative;
    overflow: hidden;
}
.contact {
    position: absolute;
    width: 100%;
    height: 630px;
    margin-top: 0px;
    left: 0;
    margin-top: -630px;
    /*opacity:0.8;    
    background-color: #080808;
    background: rgba(0, 0, 0, 0.51);
    background-image: url(../img/02_SM.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
}
.contact-caption {
    margin-top: 100px;
    margin-left: 15px;
	 margin-right: 15px;
	 min-height: 500px;

}

/*footer*/

.footer-para {
    margin: 0;
   /*  padding: 0 25px; */
    padding: 0px 10px 0px; 
    text-align: center;
    font-size:10px;
}
.footer p {
    font-size: 10px;
    color: #fff;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 33px 0 0 0px;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}
.carousel-inner {
    position: relative;
}

/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 14px 12px;
    }
    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    h2 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }
    .searchbar {
        width: 100% !important;
        /*margin-top: 28px !important;*/
    }

    .advanced-search {
        /*top: 46px !important;
        margin-left: 164px !important;*/
    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {

    .searchbar {
        /* width: 175px !important;
         margin-top: 28px !important; */
         float:right;
    }
    .carousel-position{
        display: none;}

    .advanced-search {
        /*  top: 46px !important;
          margin-left: 164px !important;*/
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 8px;
    }
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }
    h2 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    #map {
        height: 820px;
    }
    .contact {
        margin-top: -800px;
        height: 800px;
    }
    .contact-caption {
        margin-top: 110px;
    }

    #order {
        top: 15px !important;
        background-color: #fff;
        right: 15px !important;
        border: 1px solid #ddd;
    }
	 .contact-info {
	    padding-left: 15px;
	 }    
    .logo_fs{margin-top:110px;}	
    .logo_fs_dark{margin-top:0px; left:0px;}	    
    .top-header .title { margin-bottom: 10px;}    
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {

    .searchbar {
        width: 310px !important;
        /* margin-top: 28px !important;*/
    }
    .carousel-position{
        display: none;}

    .blink-position {
        position:absolute;
        top:-100px;
        left:13px;
    }


    .advanced-search {
        /*   top: 45px !important;
           margin-left: 164px !important;*/
    }

    .powerbi {
        margin-left: 0px;
        max-width: 132px;
    }
    .powerbi-logo {
        max-width: 132px;
    }
    .mapyba-logo {
        max-width: 132px;
    }
    .onlineba-logo {
        max-width: 132px;
    }
    .more-logo {
        max-width: 132px;
    }
    .model3d-logo {
        max-width: 132px;
    }
    .corona-logo {
        max-width: 132px;
    }
    .openapi-logo {
        max-width: 132px;
    }

    .header-logo img {
        /* margin-top: 20px;*/
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    #map {
        height: 700px;
    }
    .contact {
        height: 700px;
        margin-top: -700px;
    }
    h2 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 21px !important;
    }
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-caption {
        margin-top: 25px;
    }

    #order {
        top: 0px !important;
        background-color: #fff;
        right: 15px !important;
        border: 1px solid #ddd;
    }

    .about h2 {
        margin-top: 35px;
    }    
    
	 .contact-info {
	    padding-left: 15px;
	 }    
    
}

/* XS Portrait */

@media (max-width: 479px) {
    .search-form select {
        padding: 6px !important;
    }
    .carousel-position{
        display: none;}

    .about-details-doprava p {
        font-size: 12px;
    }
    .picto {
        position:absolute;
        left:0px;
        right:0px;
        opacity:0.3;
    }

    .blink-position {
        position:absolute;
        top:-100px;
        left:13px;
    }

    .top-header .onlineba-logo img,
    .top-header .more-logo img,
    .top-header .openapi-logo img,
    .top-header .powerbi-logo img,
    .top-header .model3d-logo img,
    .top-header .corona-logo img,
    .top-header .mapyba-logo img
    {
        /* max-width: 100px;*/
    }

    .powerbi-logo {
        float: none;
    }

    .searchbar {
        /*width: 320px !important;*/
        width: 100% !important;        
        float: left !important;
        /* margin-top: 30px !important;*/

    }

    .advanced-search {
        /*  top: 118px !important;
          margin-left: 175px !important; */
    }

    .powerbi {
        margin-left: 0px;
    }

    .top-header img.logo {
        /* margin: 20px 10px;*/
    }
    .header-logo {
        /* margin-top: 20px !important;*/
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
    }
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 25px;
        color: #0b7b8a;
        margin-top: 30px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-caption {
        margin-top: 20px;
    }
    #map {
        height: 700px;
    }
    .contact {
        height: 700px;
        margin-top: -700px;
    }
    .contact-heading h2 {
        font-size: 40px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        /* margin-left: 8px;*/
        font-size: 20px;
        padding-bottom: 8px;
    }
    .info-detail {
        /* margin-left: 8px; */
    }
    .contact-info ul li {
        font-size: 10px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 15px 7px;
    }
    .footer p {
        font-size: 10px;
    }

    #order {
        top: -5px !important;
        background-color: #fff;
        right: 15px !important;
        border: 1px solid #ddd;
    }
}



@media (max-width: 350px) {

    .top-header .openapi-logo img,
    .top-header .powerbi-logo img,
    .top-header .mapyba-logo img,
    .top-header .onlineba-logo img,
    .top-header .more-logo img,
    .top-header .corona-logo img,
    .top-header .model3d-logo img
    {
        /* max-width: 76px; */
    }

    .searchbar {
        width: 294px !important;
        float: left !important;
    }

    .picto {
        position:absolute;
        left:0px;
        right:0px;
        opacity:0.3;
    }

    .advanced-search {
        /* top: 118px !important;
         margin-left: 147px !important;*/
        margin-right: 0 !important;
    }

    #order {
        top: 0px !important;
        background-color: #fff;
        right: 15px !important;
        border: 1px solid #ddd;
    }
}

.follow_us {
    text-align:right;
    padding: 20px 15px 0px 0;
    font-size:12px;
    /*display: none;*/
}
.follow_us ul li {
    margin:0 0 0 5px;
    display:inline-block;
    line-height:30px;
}
.follow_us a {
    background-image:url(../img/top_socials.png);
    background-repeat:no-repeat;
    height:30px;
    width:30px;
    display:block;
    text-indent:-9999px;
    text-align:left;
}
.follow_us a.facebook {background-position:0 0;
}
.follow_us a.facebook:hover {background-position:0 -30px;
}
.follow_us a.vimeo {background-position:-35px 0;
}
.follow_us a.vimeo:hover {background-position:-35px -30px;
}
.follow_us a.tumbrl {background-position:-70px 0;
}
.follow_us a.tumbrl:hover {background-position:-70px -30px;
}
.follow_us a.twitter {background-position:-105px 0;
}
.follow_us a.twitter:hover {background-position:-105px -30px;
}
.follow_us a.delicious {background-position:-140px 0;
}
.follow_us a.delicious:hover {background-position:-140px -30px;
}

.searchbar{
    width: 100%;
    /* height: 20px; */ 
    background: transparent;
    padding: 0px 0 0px 0;
    margin-bottom: 5px;
    /* margin-top: 8px; */
    width: 230px;
    /*width: 360px;*/
    float: left;
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .searchbar {
        /* width: 175px !important;
         margin-top: 28px !important; */
         float:right;
    }
}   

.add-on .input-group-btn > .btn {
    border-left-width:0;left:-2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color:#cccccc;

}
.form-control{width:20%}

.navbar-nav > li > a {
    border-right: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-nav:last-child{ border-right:0}

@media (min-width: 780px) {

    .menu-left
    {
        float:left;width: 25%;
        background-color: #2d2d2e;        
        opacity:0.8; 
        margin-left:15px; 
		  margin-bottom: 15px;              
    }

    .menu-right
    {
        float:right;width: 70%;
        text-align: left;
        background-color: #2d2d2e;
        opacity:0.8;
        margin-right:15px;   
		  margin-bottom: 15px;            
    }    
    .menu-right .site-nav
    {
		  width: 75%;
    }        
    
}

@media (max-width: 779px) {
    .menu-left
    {
        float:left;width: 100%;
    }

    .menu-right
    {
        float:left;width: 100%;
    }
    .menu-right .view-content
    {    
        background-color: #2d2d2e;
        opacity:0.8;
    }
    
}

@media (max-width: 768px) {
    #home {
        margin-top: 0;
    }

    .about-details-kultura h3{
        /* padding-top:40px;  */
        font-size:14px;
    }
    .about-details-doprava h3{
        font-size:14px;
    }
    .about-details-ekonomika h3{
        font-size:14px;
    }
    .about-details-infrastruktura h3{
        font-size:14px;
    }
    .about-details-obyvatelstvo h3{
        font-size:14px;
    }
    .about-details-politika h3{
        font-size:14px;
    }
    .about-details-priestorove h3{
        font-size:14px;
    }
    .about-details-rozpocet h3{
        font-size:14px;
    }
    .about-details-socialna h3{
        font-size:14px;
    }
    .about-details-veda h3{
        font-size:14px;
    }
    .about-details-zakony h3{
        font-size:14px;
    }
    .about-details-zdravie h3{
        /* padding-top:50px; */
        font-size:14px;
    }
	.top-header .top-flag-align {position: absolute; right: 0; top: -103px; margin-right: 15px; }
	.api-map {margin-top: 135px;}	 	
	#about {margin-top: 135px;}
	.logo_fs{margin-top:155px;}
	.logo_fs_dark{margin-top:0px;}	
	.contact {position: relative;}
	
	    
}

@media (max-width: 1140px) {
    .follow_us {
        text-align:left;
        margin-left:-30px;
    }
}

@media (max-width: 768px) {
    .follow_us {
        text-align:left;
        margin-left:-30px;
    }
    .carousel-inner {
        margin-top: 30px;
    }

    .header-logo img {
        max-height: 31px;
        margin-bottom: 20px;
    }
    .top-header img.logo {
        margin-bottom: 5px;
        margin-top: -15px;
    }
    .top-header {
        position: fixed;
    }

    .page {
      /*  display: block;*/
    }
}

@media (min-width: 769px) {
    #about {
        padding-top: 100px;
    }
}

.footer-text-left{
    float: left;
    font-size: 12px;
    /*width: auto;*/
}


.footer-text-left a{
    color: #337ab7;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-text-left a:hover {
    color: #337ab7;
    text-decoration: none;
    transition: all 0.3s;
}

.right-text-link a{
    color: #0b7b8a;
    text-decoration: none;
}

.right-text-link a:hover {
    color: #0ba1b5;
    text-decoration: none;
}


.footer-text-right{
    float: left;
    width: auto;
}

.footer-text-center{
    float: right;
    font-size: 13px;
    /*width: auto;*/
}

.json-label {
    color: white;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: -3px 5px 0px;
    padding: 1px 4px 2px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
    background-color: rgb(7, 13, 14);
    border-radius: 3px 3px 3px 3px;
}

.pagin {
}

.pagin .page {
    margin-top: 30px;
	 border: 1px solid #000;
	 background-color: #070c0c;
    padding: 5px 10px;
}
.pagin .page:hover, .pagin .page.active {
    border-color: #0b7b8a;
    background-color: #0b7b8a;
    color: #fff;
    cursor: pointer;
}

.pagin .disabled, .pagin .disabled:hover {
	 border: 1px solid #252526;
	 background-color: #252526;
    color: #999;
}

.main-image img {
    max-width: 100%;
    width: 100%;
    background-size: cover;
}

.scroll-top {
    display: none;
}

.scroll-top i {
    background-color: transparent;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    padding: 5px;
    color: #fff;
    border: 3px solid #0b7b8a;
    text-align: center; 
    z-index:1000;     
}

.scroll-top i:hover {
    cursor: pointer;
    border: 3px solid #0ba1b5;  
    color: #0ba1b5;   
       
}

#powerbi {
    width: 100%;
    min-height: 100%;
    margin-top: 116px;
}
#openapi {
    width: 100%;
    min-height: 100%;
    margin-top: 116px;
}
#mapyba {
    width: 100%;
    min-height: 100%;
    margin-top: 116px;
}
#onlineba {
    width: 100%;
    min-height: 100%;
    margin-top: 116px;
}
#more {
    width: 100%;
    min-height: 100%;
    margin-top: 116px;
}
#model3d {
    width: 100%;
    min-height: 100%;
    margin-top: 116px;
}

.mapyba-logo {
    float: right;
    margin-right: 0 !important;
}

.openapi-logo {
    float: right;
    margin-right: 0 !important;
}
.onlineba-logo {
    float: right;
    margin-right: 0 !important;
}
.more-logo {
    float: right;
    margin-right: 0 !important;
}
.model3d-logo {
    float: right;
    margin-right: 0 !important;
}
.corona-logo {
    float: right;
    margin-right: 0 !important;
}

.flag-slovak{
    width: 30px;
    max-height: 18px;
    padding-bottom:5px;
    /*margin-top: -28px;
    float: right;
    margin-right: 15px;*/
}
.flag-english{
    width: 30px;
    max-height: 18px;
    padding-bottom:5px;
    margin-left: 10px;
    /*margin-top: -28px;
    float: right;
    margin-right: 45px;*/
}

.news-bottom {
    font-family: 'Calibri', sans-serif;
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-left: 20px;
    padding-top:0px
}

.news-bottom {
    font-family: 'Calibri', sans-serif;
    font-size: 11px;
    color: black;
    text-align: left;
    padding-top:30px;
    padding-right: 20px;
    padding-bottom:30px;
    list-style-type:decimal;
}

.news-bottom li {
    list-style-type:decimal;
}

.news-box{
    width:100%;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.news-bottom a:link {
    color: #6a6a6a;
}
.news-bottom a:visited {
    /*   color: #7d7d7d;*/
}
.news-bottom a:hover {
    color: #3a9ecb;
}
.news-bottom a:active {
    color: #2e81a6;
}

.news-bottom H3{
    font-size: 16px;
    text-align:center;
    padding-bottom:0px;
    font-weight: bolder;
}

.advanced-search {
    position: absolute;
    top: -11px;
    margin-left: 100px;
    font-size: 12px;
    margin-right: 0 !important;
    color: #a4a4a4;
    right:17px;
}

.advanced-search:hover {
    cursor: pointer;
}

/*search section*/


.search {
    /*position: absolute; */
    width: 100%;
    height: 380px;
}
.search-caption {
    margin-top: 20px;
}


.search-caption {
    /* background: #3a9dca; */
}
.search-heading h2 {
    color: #fff;
    font-size: 40px;
}
.search-info {
    padding-left: 40px;
}
.search-info h3 {
    padding-left: 0;
    font-size: 20px;
    color: #3ba0cc;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.search-form h3 {
    padding-left: 0;
    font-size: 20px;
    color: white; 
    /*color: #012349;*/
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.search-info ul {
    margin: 0;
    padding: 0;
}
.search-info ul li {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    color: #fff;
}
.search-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.search-info ul li span {
    font-weight: bold;
}
.search-form input {
    width: 100%;
    height: 30px;   
    /*background: #fff;*/
    background: #080808;     
    font-size: 13px;
    /*color: #084a5c;*/
    color: #fff;     
    font-family: 'Calibri', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}

.search-form select {
    width: 100%;
    /*background: #fff;*/
    background: #080808;          
    font-size: 13px;
    /*color: #084a5c;*/
    color: #fff;        
    font-family: 'Calibri', sans-serif;
    padding: 6px;
    border: 0;
    margin-bottom: 12px;
    height: 30px;
}

.search-form textarea {
    font-family: 'Calibri', sans-serif;
    padding: 12px;
    width: 100%;
    height: 120px;
    border: 0;
    margin-bottom: 12px;
}
.info-detail {
   /* border-top: 1px solid #53cde5;*/
    padding-top: 15px;
}
/*.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}*/
.search-form input.submit-btn {
    width: 180px;
    height: 40px;
    float: right;
    font-size: 16px;
    color: #fff;
    background: url(../img/btn-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
}
.search-form {
    /* padding-right: 25px;*/
}

.search-advanced {
    font-family: 'Calibri', sans-serif;
    font-size: 10px;
    margin-left: 620px;
    color: #9b9b9b;
}

#order {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 998;
	 background-color: #090e0f;
	 border: 1px solid #000;
}


.carousel-position{
    position: absolute;
    top: 170px;
    color:white;
    text-align:center;
}

.carousel-inner {
    margin: auto;
    width: 90%;
    background-color: transparent;
}
.carousel-control {
    width:  4%; }
.carousel-control.left,
.carousel-control.right {
    background-image:none;
}

.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top:-10px;
    margin-left: -10px;
    color: #444;
}

.carousel-inner {
a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}
img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}
}


@media (max-width: 767px) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

}
@media (min-width: 992px ) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(16.7%, 0, 0);
        transform: translate3d(16.7%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-16.7%, 0, 0);
        transform: translate3d(-16.7%, 0, 0);
    }
}

.box {
    box-shadow: 0px 1px 22px -15px #607D8B;
    background-color: #fff;
    padding: 25px 35px 25px 30px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.box-shrink {
    padding: 30px 30px 30px 30px;
}

.box-devider1 {
    border-right: 1px solid;
    border-color: #dddddd;
}

.box-devider2 {
    border-top: 1px solid;
    border-color: #dddddd;
}

.box-devider3 {
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #dddddd;
}


.box-text {
    font-weight: bold;
    margin-bottom:20px;
    /* color: #737373;*/
    color: #012147;
}
.box-image {
    border:0;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 5px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.box:hover .box-image {
    opacity: 0.4;
}

.box:hover .middle {
    opacity: 1;
}

.text {
    background-color: #012147;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.model3d-name-txt {
    text-align:left;
    margin-bottom:50px;
    text-align:justify;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.model3d-content {
    max-width:100%;
    text-align:center;
    border:0;
    margin-bottom: 30px;
}
.model3d-content.underline {
    border-bottom: 2px solid blue;
    border-image: radial-gradient(#ccc, transparent) 0.7;
}

.model3d-content-txt {
    max-width:100%;
    text-align:justify;
    padding-left:35px;
    padding-right:35px;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.5em;
}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .model3d-content-txt {padding-left:15px;padding-right:15px;}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .model3d-content-txt {padding-left:10px;padding-right:10px;}
    .menu-right {width:100%; margin-right: 0px; background-color: transparent;}           
    .menu-left {width:100%; margin-left: 0px; background-color: transparent;}  
    .menu-right .view-content {background-color: #2d2d2e;;}
}

/* xs */
@media (max-width: 767px) {
    .model3d-content-txt {padding-left:10px;padding-right:10px;}
    .box-shrink {padding: 10px 10px 10px 10px;}
}


.news-bottom .title{
    color: #313131;
    background-color: #f1f1f1;
    padding: 10px 30px 10px 30px;
    margin-bottom:15px;
    margin-top:15px;
    font-weight:bolder;
    width: 90%;
}

.news-bottom .list{
    color: #313131;
    padding-left: 2.5rem;
    padding-top: .5rem;
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-bottom:25px;
    max-width: 90%;
}

.news-bottom .border{
    border-left: 1px solid lightgray;
    padding-left: 20px;
    padding-right: 20px;
}

.news-bottom .dot{
    position: absolute;
    left: -6px;
    margin-top:8px;
    background: #3a9ecb;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.news-bottom .date{
    position: absolute;
    left: 30px;
    margin-top:-10px;
    color: #a9a9a9;
}
.news-bottom .button{
    border: 1px solid #3a9ecb;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #3a9ecb;
    text-align:center;
    margin-left:30px;
    margin-right:30px;
    padding: 10px 60px;
}
.news-bottom .button:hover{
    background: #3a9ecb;
    color:white !important;
    cursor: pointer;
}
.news-bottom a.button:hover{
    color:white !important;
}
.news-bottom a.button:hover{
    color: white;
}
.news-bottom a.button:link{
    color: #3a9ecb;
}
.news-bottom a.button:active{
    color: white;
}
.news-bottom .button:visited{
    /*color: #3a9ecb;*/
}


.covid-box{
    box-shadow: 0px 1px 22px -15px #607D8B;
    background-color: #fff;
    padding: 10px 35px 20px 30px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.covid-box .day-before{
    position: absolute;
    right: 50px;
    margin-top:-15px;
    color: #a9a9a9;
}

.covid-box .area{
    position: relative;
    text-align:center;
    color: #a9a9a9;
    margin-bottom:0px;
    font-size:18px;
}
.covid-title {
    margin-top:30px;
    color:#373d3f;
    font-weight:bold;
    font-size:24px;
}
.covid-bottom {
    margin-top:50px;
}
.covid-bottom .logo {
    padding-left:30px;
    max-height:100px;
    opacity:60%;
    padding-top:20px;
}
.covid-bottom .logo1 {
    max-height:200px;
    opacity:60%;
}
.covid-bottom .title {
    font-weight:bold;
    float:left;
}
.covid-bottom ul {
    font-size: 1.0em;
    font-weight: 300;
    color:#999;
    text-align:left;
    margin-left:20px;
}
.covid-bottom li {
}

.covid-bottom .txt {
    max-width:100%;
    text-align:justify;
    padding-left:10px;
    padding-right:35px;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.5em;
}

/* xs */
@media (max-width: 767px) {
    .covid-bottom .logo {display:none;}
    .covid-bottom {margin-top:0px;}
    .covid-bottom .txt {	padding-right:0px;}
}


.onlineba-panel{
    padding-top:50px;
}
.onlineba-panel .specs{
    color:#999;
    margin-bottom:10px;
    margin-left:30px;
    margin-right:30px;
    text-align-last:justify;
}

.onlineba-panel .selection{
    color: #999;
    padding-bottom:10px;
    margin-left:0px;
}
.onlineba-panel .selection .bookmarks{
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 73%);
    color: black;
    font-weight: bolder;
}
.onlineba-panel .selection .square{
    color: #3a9dca;
    padding-right:10px;
    padding-top:10px;

}
.onlineba-panel .underline{
    border-bottom: 1px solid #d3d3d3;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:5px;
}




.box-api {
    box-shadow: 0px 1px 22px -15px #607D8B;
    background-color: #0e2b2f;
    padding: 25px 0px 25px 0px;
    margin-bottom: 10px;
    border-radius: 15px;
    min-height:270px;
}

.box-api1 {
    background-color: rgba(55, 55, 55, 0.4);
    padding: 25px 35px 25px 30px;
    margin-bottom: 10px;
    border-radius: 0px;
    min-height:270px;
    text-align:left;
}

.box-api1 .highlight{
    color:#0b7b8a;
    font-weight:bold;

}
.box-api1 a:hover{
    color: #6bb3d4;
}
.box-api1 a:link{
    color: #0b7b8a;
}
.box-api1 a:active{
    color: #0b7b8a;
}
.box-api1  a:visited{
    color: #0b7b8a;
}

.box-api .content {
    max-width:100%;
    text-align:justify;
    padding-left:35px;
    padding-right:35px;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.5em;
}

.box-api-title {
    max-width:100%;
    text-align:center;
    border:0;
    margin-bottom: 30px;
    color:#737373;
    font-weight: 400;
    margin-top:20px;
}
.box-api-underline {
    border-bottom: 3px solid blue;
    border-image: radial-gradient(#ccc, transparent) 0.7;
    padding-bottom: 10px;
}
.box-api-underline-active {
    border-bottom: 3px solid blue;
    border-image: radial-gradient(#42b3e5, transparent) 0.7;
    padding-bottom: 10px;
	 color:#0b7b8a;
	 font-weight:bold;    
}

.openapi-form {
    text-align: left;
    width:100%;
    margin-bottom:16px;
}
.openapi-form .button {
    background-color:#0b7b8a;
    color:white;
    width:100%;
    border: transparent;
}
.openapi-privacy {
    font-size:10px;
    max-width:100%;
    text-align:center;
    border:0;
    margin-bottom: 20px;
    color:#737373;
    font-weight: 400;
    margin-top:0px;
}

.errors {
    list-style: none;
    padding-left: 0;
}

.errors li {
    list-style: none;
    color: darkred;
}

.blink_mex {
    animation: blinker 2s linear infinite;
    color:red;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.languagex {
    width:30px;
    height:20px;
    padding-bottom:5px;
}

@keyframes blinkerx {
    50% { opacity: 0; }
}
.blink-positionx {
    float:right;
    right:15px;
}

.menu_viac {
    margin: 10px 0;
    background: #abcdef;
    width: 180px;
    display:none;
    position: absolute;
    right: 15px;
    top: 30px;
    box-shadow: 0px 1px 22px -15px #607D8B;
    background-color: #fff;
    padding: 15px 0px 2px 0px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.menu_viac > div {
    padding-top: 5px;
}

.menu_viac .logo-mini {
    max-width: 32px;
}

.menu_viac .mini {
    max-height: 30px;
    /*padding-right:10px; */
    padding-left:15px;
    padding-bottom:5px;
}

.menu_viac .item {
    color: #012147;
    font-weight: normal;
    padding-left:10px;
    font-size:13px;
}

.menu_viac .underline {
    border-bottom: 2px solid blue;
    border-image: radial-gradient(#ccc, transparent) 0.7;
    padding-bottom: 0px;
    padding-top:5px;
}

.menu_viac a:hover{
    color: #6bb3d4;
}
.menu_viac a:link{
    color: #012147;
}
.menu_viac a:active{
    color: #3a9ecb;
}
.menu_viac  a:visited{
    color: #012147;
}

.slick-prev:before, .slick-next:before {
    color: #999;
}

.slider span {
    transition-duration: 0.3s;
}

.slider .active, .slider span:hover {
    color: #222;
    cursor: pointer;
}


.bar-costsarea{
    width: 14%;
}
.bar-costsarea .category{
    height: 600px;
    padding-top:200px;

}
.bar-costsarea .links{
    font-size:14px;
    padding-bottom:25px;
    font-weight:bold;
}

.no-padding{
    padding-right:0px;
    padding-left:0px;
}

/* sm */
@media (max-width: 991px) {
    .bar-costsarea {width:100%;}
    .bar-costsarea .category{height:auto;padding-top:0;}
    .bar-costsarea .links{font-size:10px;padding-bottom:0px;
        font-weight:bold; padding-left:5px; padding-right:5px;}
    .box {padding: 10px 10px 10px 10px;}

}

/* semafor */

.circle {
    position:relative;
    /* background: #272f43;*/
    background: #cacaca;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin-left:10px;
    margin-top:5px;
    margin-right:8px;
    margin-bottom:30px;
    float:left;
    -webkit-box-shadow: inset 6px 14px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 6px 14px 22px -8px rgba(0,0,0,0.75);
    box-shadow: inset 6px 14px 22px -8px rgba(0,0,0,0.75);
}

.circle-active {
    position:relative;
    /* background: #272f43;*/
    background: #ff4646;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin-left:10px;
    margin-top:5px;
    margin-right:8px;
    margin-bottom:30px;
    float:left;
    -webkit-box-shadow: inset 6px 14px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 6px 14px 22px -8px rgba(0,0,0,0.75);
    box-shadow: inset 6px 14px 22px -8px rgba(0,0,0,0.75);
}

.circle-inside {
    position: absolute;
    top: 14px;
    left:1px;
    background: #f7f7f7;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-left:13px;
    -webkit-box-shadow: 6px 14px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 14px 22px -8px rgba(0,0,0,0.75);
    box-shadow: 6px 14px 22px -8px rgba(0,0,0,0.75);

    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(245,245,255,1) 17%, rgba(244,244,244,1) 52%, rgba(255,255,255,1) 96%, rgba(240,240,240,1) 100%);
}

.circle-inside .posi {
    padding-left:3px;
    padding-top:3px;
    color: gray;
}

.circle-img {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.circle-size {
    border-radius: 50%;
    max-width: 60px;
    max-height: 60px;
}

.semafor-txt {
    font-size:12px;
}
.semafor-status-txt {
    font-size:18px;
    font-weight:bold;
    color: red;
}
.semafor-nstatus-txt {
    font-size:18px;
    font-weight:bold;
}
.semafor-info-txt {
    font-size:10px;
    color: #464646;
    margin-top:10px;
    font-weight:bolder;
}
.semafor-details-txt {
    font-size:11px;
    text-align: justify;
    text-justify: inter-word;
    font-weight: 500;
}
.semafor-title-txt {
    font-size:18px;
    font-weight:bold;
    color:black;
    margin-top:30px;
}



.semafor-box-gray{
    box-shadow: 0px 2px 15px -2px #607D8B;
    background-color: #fff;
    padding: 10px 35px 20px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.semafor-box-green{
    box-shadow: 0px 2px 15px -2px #45BC3E;
    background-color: #fff;
    padding: 10px 35px 20px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.semafor-box-orange{
    box-shadow: 0px 2px 15px -2px #F9A908;
    background-color: #fff;
    padding: 10px 35px 20px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.semafor-box-red{
    box-shadow: 0px 2px 15px -2px #D71F26;
    background-color: #fff;
    padding: 10px 35px 20px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.semafor-box-black{
    box-shadow: 0px 2px 15px -2px #000;
    background-color: #fff;
    padding: 10px 35px 20px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .circle {height: 50px; width:50px; margin-left:2px; margin-right:2px; }
    .circle-active {height: 50px; width:50px; margin-left:2px; margin-right:2px; }
    .circle-inside {height: 40px; width:40px; top:5px; left:5px; margin-left:0; }
    .circle-size { max-height: 30px; }
    .circle-img {margin-left:3px; margin-top:3px;}
}

@media (max-width: 1199px) {
    .semafor-details-txt {text-align: center;}
}

.boxmaps {
    height: auto;
    line-height: auto;
    position: relative;
	 padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.1);
	 box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.1);
    background-color: #FFF;
    border-radius:5px;
}
.boxmaps-content {
    max-width:100%;
    text-align:center;
    border:0;
    margin-bottom: 10px;
    font-size: 0.7em;
    min-height: 35px;
}
.boxmaps-name-txt {
    text-align:left;
    text-align:justify;
}

.boxmaps-content.underline {
    border-bottom: 2px solid blue;
    border-image: radial-gradient(#ccc, transparent) 0.7;
}
.boxmaps:hover .box-image {
    opacity: 0.4;
}

.boxmaps:hover .middle {
    opacity: 1;
}
.middle-text {
    background-color: #012147;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
}   


.site-foota
{ 
  /* background-color:#f1f1f1; */
  background: rgb(7,11,12);
  background: linear-gradient(0deg, rgba(7,11,12,1) 0%, rgba(6,18,20,1) 43%, rgba(7,11,12,1) 100%);
  padding:25px 0 15px;
  font-size:15px;
  line-height:24px;
  color:#0b7b8a;
  text-align:left;
}
.site-foota hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-foota hr.small
{
  margin:20px 0
}
.site-foota h6
{
  color:#0b7b8a;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
  font-weight: 700;
}
.site-foota a
{
  color:#737373;
}
.site-foota a:hover
{
  color:#0ba1b5;
  text-decoration:none;
}
.site-foota .logo
{
  max-height: 50px;
  float:left;
  margin: 5px 15px 15px 0;
}


.bar-cyclo{
    width: 14%;
}
.bar-cyclo .category{
    height: 450px;
    padding-top:100px;

}
.bar-cyclo .links{
    font-size:14px;
    padding-bottom:25px;
    font-weight:bold;
}

.cyclo-title {
    margin-top: 30px;
    color: #373d3f;
    font-weight: bold;
    font-size: 16px;
}    

.cyclo-padding {
	 padding-bottom:80px;
}    

select {
  /* styling */
  background-color: white;
  border: 0px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 1em;
  /*position: absolute;*/
  /* top: 77px;
  right: 10px; */
  top: -20px;
  right: -10px;   
  z-index: 999; 
  font-size:12px; 

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}





/* sm */
@media (max-width: 991px) {
    .bar-cyclo {width:100%;}
    .bar-cyclo .category{height:auto;padding-top:0;}
    .bar-cyclo .links{font-size:10px;padding-bottom:0px;
        font-weight:bold; padding-left:5px; padding-right:5px;}
	 .cyclo-padding {padding-bottom:0px;}         
}    

/* plan obnovy */

.po-menu {
    font-size:14px;
    padding-right:13px;
    padding-left:13px;    
    font-weight:bold;
    color:#262364;  
}

.po-menu:hover {
    background-color:#262364; 
    color:white;
	 border-radius:5px;       
}
.po-menu-active {
    background-color:#262364; 
    color:white;
	 border-radius:5px;       
}

.po-title {
    min-height:400px; 
}
.po-title .title {
    color:white;  
    text-align:left;
    font-weight:bold;
    font-size:28px;
	 margin-top: 40px;
	 margin-bottom: 100px;
	 margin-left:50px;
}    

.po-title .content {
    text-align:justify;
    font-size:12px;
    margin-top:10px;
}  

.po-title-half-top{
/*    background: linear-gradient(to top, white 90%, #4987c6 10%);    */
	background: rgb(72,135,197);
	background: linear-gradient(180deg, rgba(72,135,197,1) 110px, rgba(255,255,255,1) 1%);
    border-radius: 400px 0 0 400px;
     -moz-border-radius: 400px 0 0 400px;
     -webkit-border-radius: 400px 0 0 400px;         
}


footer.footer-box .heading_main h2 {
    text-transform: none;
    border-bottom: solid #fff 1px;
    width: 100%;
    padding: 0 0 40px 0;
}

.footer_blog {
    padding-left: 45px;
}
.footer_blog .title {
    color: white;
}
.footer_blog_last .title {
    color: white;

}

.f_icon_1 {
    background-image: url('../img/f_icon1.png');
    background-repeat: no-repeat;
}

.f_icon_2 {
    background-image: url('../img/f_icon2.png');
    background-repeat: no-repeat;
}

.f_icon_3 {
    background-image: url('../img/f_icon3.png');
    background-repeat: no-repeat;
}

.footer_blog_last ul {
    margin-top: 5px;
    float: left;
    list-style: none;
    width: 100%;
}

.footer_blog_last ul li {
    display: inline;
    font-size: 30px;
    margin-right: 25px;
}


.po-footer-quarter-top{
    padding:15px;
    background-color:#6ca4e1;    
    border-radius: 0 400px 0 0;
     -moz-border-radius: 0 400px 0 0;
     -webkit-border-radius: 0 400px 0 0;         
}
.po-footer-bg{
    background-color:#6ca4e1; 
    min-height:163px;          
}

.mifi-logo{
    max-height: 95px;
    margin-top: 50px;
    margin-bottom: 50px;    
	 float: right;
}

.po-word-set {
	 background-color:#e4e4e4;
	 padding-top:103px !important;
} 

.po-word-half-top{
 /*   min-height:400px; 
    padding-left:0px;    
    padding-right:0px;    */
    background-color:#6ca4e1;    
    border-radius: 400px 0 0 400px;
     -moz-border-radius: 400px 0 0 400px;
     -webkit-border-radius: 400px 0 0 400px;    
}
.po-word-half-bottom{
	 width:90%;
	 margin-top:-245px;
	 padding-bottom:80px;
    /* min-height:500px; */
    background-color:#4987c6;    
    background: linear-gradient(to right, #bfbdbe 40%, #4987c6 0%);     
    border-radius: 0 500px 500px 0;
     -moz-border-radius: 0 500px 500px 0;
     -webkit-border-radius: 0 500px 500px 0;
}
.po-word-half-bottom .content {
    text-align:justify;
    font-size:12px;
    color:white;
    padding-top:10px;
} 

.po-word-half-top-heger{
	 width: 37%;
	 z-index:1;
    min-height:auto;
    background-color:#4987c6;    
    background: linear-gradient(to bottom, #6ca4e1 43%, #4987c6 0%);         
    border-radius: 350px 0 0 350px;
     -moz-border-radius: 350px 0 0 350px;
     -webkit-border-radius: 350px 0 0 350px;         
}

.minister-logo{
	max-height: 400px;
	margin-top: 30px;
	margin-bottom: 0px;
	float: left;
   border-radius: 370px 0 0 300px;
     -moz-border-radius: 370px 0 0 300px;
     -webkit-border-radius: 370px 0 0 300px; 
}
.po-popup{
	 position: absolute;
	 z-index: 2;
	 left: 35%;
    min-height:100px; 
    background-color:white;    
    border-radius: 100px 100px 100px 100px;
     -moz-border-radius: 100px 100px 100px 100px;
     -webkit-border-radius: 100px 100px 100px 100px;    
    padding-left:0px;  
    top:60px;
}
.po-popup .slogan{
	font-size: 26px;
	color: #014e98;
	font-weight: bold;
	padding-top: 15px;
}


.round {
	 position: absolute;
  	 z-index: 2;
	 left: 42%;
    background: 
    radial-gradient(circle at 0 50%, rgba(204,0,0,0) 40%, #fff 10%), 
    radial-gradient(circle at 100% 50%, rgba(204,0,0,0) 40%, #fff 10%), 
    radial-gradient(circle at 100%, rgba(204,0,0,0) 40%, #fff 10%), 
    radial-gradient(circle at 0, rgba(204,0,0,0) 40%, #fff 10%);
        background-position-x: 0%, 0%, 0%, 0%;
        background-position-y: 0%, 0%, 0%, 0%;
        background-repeat: repeat, repeat, repeat, repeat;
        background-size: auto, auto, auto, auto;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding: 5%;
    /* padding-left: 22%;
    padding-right: 22%; */
    padding-top: 0px;
    top:-3px;
}

.po-media-top {
    /*background: linear-gradient(to top, white 90%, #4987c6 10%);    */
  	 background: rgb(72,135,197);
	 background: linear-gradient(180deg, rgb(72, 135, 197) 110px, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 400px, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 50%);
    border-radius: 400px 0 400px 400px;
     -moz-border-radius: 400px 0 400px 400px;
     -webkit-border-radius: 400px 0 400px 400px;         
}
.po-media-top ul {
    margin: 0;
    padding: 0;
}
.po-media-top ul li {
	 font-size: 14px;
	 color: #282068;
	 font-weight: bold;
	 text-align:left;
	 text-decoration: underline;
}
.po-media-top .desc {
	 font-size: 12px;
	 color: #282068;
	 font-weight: normal;
	 text-align:left;
	 margin-bottom:10px;
}

.po-media-scroll {
	margin-bottom: 80px;
	max-height: 300px;
   overflow-y: scroll;
   scrollbar-color: transparent transparent;
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
    scrollbar-width: none; /* Firefox 64 */    
}

.po-media-scroll::-webkit-scrollbar {
    display: none; // Safari and Chrome
}

.gradient-box { 
	width: 100%;
	margin: auto;
	max-width: 100%;
	/* min-height: 350px; */
	position: relative;
	padding: 4% 5% 4% 5%;
	margin-bottom:50px;
	border-radius: 1em;
		box-sizing: border-box;
	background: rgb(73,135,198);
	background: linear-gradient(20deg, rgba(73,135,198,1) 29%, rgba(122,165,211,1) 29%, rgba(146,180,217,1) 47%, rgba(123,166,211,1) 63%, rgba(73,135,198,1) 63%);
  }

.gradient-box-video {
	width:100%;
	padding:0;
}

.po-contact {
	/*background-color:#6ca4e1;*/
	background: rgb(73,135,198);
	background: linear-gradient(0deg, rgba(73,135,198,1) 29%, rgba(122,165,211,1) 29%, rgba(146,180,217,1) 47%, rgba(123,166,211,1) 63%, rgba(73,135,198,1) 63%);
   border-radius: 25px;    
   margin-bottom:80px;
}
.po-contact .white{
   color:white;
}
.po-contact input, textarea {
  width: 100%;
  width: calc(100% - 2px);
  border-radius: 2px;
  border: 0;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
  box-shadow: 0 0 0 1pt #85acd6;
  transition: box-shadow 0.3s;  
}
.po-contact-mail{
   color:#262364;
   font-size:75px;
   font-weight:bold;
   padding: 70px 40px 80px 40px;
   margin-bottom:200px;
   font-family: 'Roboto';
}

.contact-logo{
	max-height: 300px;
	width: auto;
	float: left;
	margin-top: 40px;
	margin-bottom:50px;	
}

.document-logo{
	max-height: 750px;
	width: 100%;
	float: left;
	margin-top: 40px;
/*	margin-bottom:80px;*/
}

.document-button{
	max-height: 450px;
	float: left;
	margin-top: 40px;
	margin-bottom:40px;
}

.document-button {
    width: 140px;
    height: 35px;
    background: #ff0900;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius:20px;
    padding-top: 6px;
	 font-weight: bolder;
}
.document-button:hover {
    background: #282068;
}


.po-popup-left{
	 position: absolute;
	 z-index: 2;
    background-color:white;    
    border-radius: 100px 100px 100px 100px;
     -moz-border-radius: 100px 100px 100px 100px;
     -webkit-border-radius: 100px 100px 100px 100px;          
    top:58px;
  	 padding: 20px 30px 20px 30px;
}

.po-popup-left .mifi-logo{
    max-height: 45px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 float: left;    
}

.po-popup-word{
	 position: absolute;
    background-color:white;    
    border-radius: 100px 0px 0px 100px;
     -moz-border-radius: 100px 0px 0px 100px;
     -webkit-border-radius: 100px 0px 0px 100px;          
	 top:50%;
	 right:20px;
  	 padding: 20px 30px 20px 30px;
  	 z-index: 2;
}

.po-popup-word .mifi-logo{
    max-height: 45px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 float: left;    
}



.round-left {
	 position: absolute;
  	 z-index: 2;
	 left: 43%;
    background: 
    radial-gradient(circle at 0 50%, rgba(204,0,0,0) 40%, #fff 10%), 
    radial-gradient(circle at 100% 50%, rgba(204,0,0,0) 40%, #fff 10%), 
    radial-gradient(circle at 100%, rgba(204,0,0,0) 40%, #fff 10%), 
    radial-gradient(circle at 0, rgba(204,0,0,0) 40%, #fff 10%);
        background-position-x: 0%, 0%, 0%, 0%;
        background-position-y: 0%, 0%, 0%, 0%;
        background-repeat: repeat, repeat, repeat, repeat;
        background-size: auto, auto, auto, auto;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding: 15%;
    /* padding-left: 22%;
    padding-right: 22%; */
    padding-top: 0px;
    top:30px;
}



:focus {
    outline: none;
}
/*
body {
    background-color: #c8d9e0;
    font-family: sans-serif;
} 

div + div {
    clear: both;
}


p {
    line-height: 1.4em;
    color: #9e9e9e;
}
*/

.blog-title {
    font-size: 2em;
    margin: 0.4em 0;
}

div.seperator {
    width: 7.5em;
    background-color: #4887c5;
    height: 0.07em;
    margin-left: -1.8em;
}

.blog-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1em 0em;
} 

.blog-list > div:last-child {
    border: initial;
}*/


details {
	font-size: 16px;
	font-weight: bolder;
	color: #282068;
}


summary {
    /*font-size: 1.4em; */
	 font-size: 16px;    
	 padding-bottom: 10px;
	 padding-top: 10px;	 
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
}

summary:hover {
    color: #4887c5;
	 font-size: 16px;    
    transition: all 0.3s ease;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
  color: #4887c5;
  font-weight:bold;
}

details[open] p {
    border-left: 2px solid #4887c5;
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -0.5em 0.14em 0 0;
    font-weight: 200;
}

.blog-body {
    width: 70em;
    margin: 4em auto;
    box-shadow: 0px 0px 16px #5b5b5b;
    border-radius: 0.2em;
    padding: 5em;
    background-color: #fff;
}

.blog-list {
    width: 55em;
    margin: 1em auto;
    padding: 2em 0;
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #4887c5;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.3em 0.25em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

.blog-links {
 	 padding: 35px;
 	 margin-top:20px;
 	 border-radius:20px;
 	 background: #fff;
 	 -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 	 box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 	 -webkit-transition: .3s all ease-in-out;
 	 -o-transition: .3s all ease-in-out;
 	 transition: .3s all ease-in-out;
 	 top: 0;
 	 position: relative;
}
.blog-links:hover {
    -webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
    top: -2px;
}
   
.blog-logo{
	max-height: 270px;
	width: 100%;
	float: left;
	margin-bottom:50px;
}

.po-title-blog-top{
/*    background: linear-gradient(to top, white 90%, #4987c6 10%);    */
		background: rgb(72,135,197);
		background: linear-gradient(180deg, rgb(72, 135, 197) 110px, rgba(32,45,90,1) 1%, rgba(32,45,90,1) 400px, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 50%);
	   border-radius: 400px 0 0 400px;
     -moz-border-radius: 400px 0 0 400px;
     -webkit-border-radius: 400px 0 0 400px;         
}

.po-title-say-top{
/*    background: linear-gradient(to top, white 90%, #4987c6 10%);    */
	 background: rgb(72,135,197);
	 background: linear-gradient(180deg, rgba(72,135,197,1) 110px, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 75%, rgba(32,45,90,1) 75%, rgba(32,45,90,1) 100%);
    border-radius: 400px 0 0 400px;
     -moz-border-radius: 400px 0 0 400px;
     -webkit-border-radius: 400px 0 0 400px;         
}

.po-popup-word{
	 position: absolute;
	 z-index: 2;
    top:670px;	 
    right:5px;
    width:300px;
    border-radius: 100px 0 0 100px;
     -moz-border-radius: 100px 0 0 100px;
     -webkit-border-radius: 100px 0 0 100px;        

}

.po-popup-word .mifi-logo{   
    max-height: 60px;
    background-color:white;    
}

.job-links{   
    font-size: 28px;
    color: #4987c6;  
    font-weight:bold;  
    margin-bottom: 100px;
}
.job-links:hover{   
    color: #6ca4e1; 
}

.job-links {
 	 padding: 35px;
 	 margin-top:20px;
 	 border-radius:20px;
 	 background: #fff;
 	 -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 	 box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 	 -webkit-transition: .3s all ease-in-out;
 	 -o-transition: .3s all ease-in-out;
 	 transition: .3s all ease-in-out;
 	 top: 0;
 	 position: relative;
}
.job-links:hover {
    -webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
    top: -2px;
}
.video-title {
	color:#4987c6;
	text-align:left;
	font-size: 12px;
}




/* documents download */

.document-file {
	margin: 25px 0 15px;
	box-sizing: border-box;
	font-weight: 400;
	color: #64686d;
	line-height: 26px;
	font-size: 14px;
	text-align: left;	
}

.document-file .pull-left{
	margin-right: 5px;
	padding-right: 5px;
	float: left !important;
	text-align: center;
	box-sizing: border-box;
	font-weight: 400;
	color: #6ca4e1;
	line-height: 64px;
	font-size: 44px;
	height: 64px;	
}
.document-file .pull-left:hover{
	color: #92b4d9;
}

.document-file .body {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.document-file .heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #272727;	
	line-height: 1.0;
}
.document-file .content {
	font-weight: 300;
	color: #64686d;
	line-height: 22px;
	font-size: 12px;
}

/* timeline */

.timeline{
    background-color: #fff;
    padding: 30px;
}
.timeline-section1 .timeline-icon-section,
.timeline-section2 .timeline-content-top{
   /* position: relative;
    border-bottom:20px solid #92B4D9;*/
    height:190px;
}
.timeline-section2 .timeline-content-top{
   /* border-bottom:20px solid #4887C5;
    padding-top: 30px;*/
    color: #4887c5;
}
}
.timeline-section1 .timeline-icon-section:after{
    content: " ";
    position:absolute; 
    top:190px;
    right: 0px;
    border:10px solid #fff;
    border-left-color:#92B4D9;   
}
.timeline-section1 .timeline-icon-section:before{
    content: " ";
    position:absolute; 
    top:190px;
    left:0px;
    border:10px solid transparent;
    border-left-color:#fff;
}
.timeline-section2 .timeline-icon-section:after{
    /*content: " ";
    position:absolute; 
    top:-20px;
    right: 0px;
    border:10px solid #fff;
    border-left-color:#4887C5;*/
}
.timeline-section2 .timeline-icon-section:before{
    /*content: " ";
    position:absolute; 
    top:-20px;
    left:0px;
    border:10px solid transparent;
    border-left-color:#fff;*/
}
.timeline-icon-section img{
    border: 1px solid #DC3545;
    width: 100px;
    height: 100px;
}

.timeline-line{
	min-height:30px;
	background-color:#bfbdbe;
	border-radius: 0 20px 20px 0;
   background-image: url('../img/timeline.png');
   background-repeat: no-repeat;
   background-position: left; 	
}
.timeline-line-end{
	min-height:30px;
	background-color:#4887C5;
	border-radius: 0 20px 20px 0;
   background-image: url('../img/timelineend.png');
   background-repeat: no-repeat;
   background-position: left; 	
}
.timeline-line-cap{
	min-height:80px;
	position:absolute;
	right:0;
	top:-25px;
   background-image: url('../img/timelineendcap.png');
   background-repeat: no-repeat;
   background-position: right; 	
}


.borders1{
    border-right:2px solid #92B4D9;
    height:30px;
    width: 1px;
    margin: 0px auto;
    position: absolute;
    top: -35px;
    left: 50%;     
}
.borders2{
    border-right:2px solid #92B4D9;
    height:30px;
    width: 1px;
    margin: 0px auto;
    position: absolute;
    bottom: 20px;
    left: 50%;    
}
.timeline-section2 .timeline-icon-section img{
    border: 1px solid #17A2B8;
} 
.timeline-content-bottom{
    margin-top:60px;
    color: #4887c5;    
    font-weight:bolder;
    padding:0;
    text-align: left;
    font-size:13px;
}
.timeline-content-bottom h1,.timeline-content-top h1{
    font-size: 25px;
    font-weight: bold;
}
.timeline-section2 .timeline-content-top{
    height:190px;
    font-weight:bolder;    
    padding:0;
    text-align: left;
    font-size:13px;    
}
.timeline-content-top .equal{
    height:70px;
}


.timeline-links {
 	 padding: 0px;
 	 margin-top:0px;
 	 border-radius:20px;
 	 background: #fff;
 	 -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 	 box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 	 -webkit-transition: .3s all ease-in-out;
 	 -o-transition: .3s all ease-in-out;
 	 transition: .3s all ease-in-out;
 	 top: 0;
 	 position: relative;
}
.timeline-links:hover {
    -webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
    top: -2px;
}
style="padding-left:15px; padding-right:15px;"

#consultation {
  padding: 30px 0 10px;
  margin: 15px 15px 15px 15px;
}
#consultation ul.consultation {
  list-style: none;
  padding: 0;
  margin: 40px 0 10px;
 /* border: 1px solid #eee;*/
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
  min-height: 165px;  
}
#consultation ul.consultation li {
  display: block;
  padding: 10px;
}
#consultation ul.consultation li.plan-header {
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 5px;
  border: 0;
  text-align:center;
  text-decoration: none;     
}
#consultation ul.consultation li.plan-header .consu-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  /*background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
  background-color: #6ca4e1;
}


#consultation ul.consultation li.plan-header .consu-duration:hover {
  background-color: #92b4d9;
}


#consultation ul.consultation li.plan-header .consu-duration > span {
  display: block;
  line-height: 1;
}
#consultation ul.consultation li.plan-header .consu-duration > span.consu {
  font-size: 34px;
  font-weight: 700;
  margin-top: 35px;
}
#consultation ul.consultation li.plan-header .consu-duration > span.duration {
  margin-top: 5px;
}
#consultation ul.consultation li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 22px;
  color: #282068;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;   
  text-transform: uppercase;
}
#consultation ul.consultation.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#consultation ul.consultation.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#consultation ul.consultation.featured li.plan-header .plan-name {
  color: #fff;
}

#consultation .contentbox {
  padding: 20px 20px 20px 20px;
  margin-bottom:80px;
}

#consultation .contentbox ul {
  text-align:left;
  color: #64686d;
  font-size: 13px; 
}
#consultation .contentbox ul li {
  text-align:left;
  color: #64686d;
  font-size: 13px; 
  font-weight: normal;
  text-decoration: none;  
  padding-left:5px;
}





@media (min-width:320px) and (max-width:640px){
    .timeline-section1 .timeline-icon-section::after,
    .timeline-section1 .timeline-icon-section::before,
    .timeline-section2 .timeline-icon-section::before,
    .timeline-section2 .timeline-icon-section::after,
    .timeline-section2 .timeline-icon-section,
    .timeline-section2 .timeline-content-top,
    .timeline-section1 .timeline-icon-section{
        border:none;
        
    }
    .timeline-section2{
        border-bottom: 3px solid #92B4D9;
        margin-bottom: 15px;
    }
    .timeline-section1{
        border-bottom: 3px solid #DC3545;
        margin-bottom: 15px;
    }
}

.col-lg-7ths {
    position: relative;
}



@media  (max-width: 1199px) {
	 .po-popup-word { display:none;}
    .round-left { display:none;}
	 .po-popup-left { display:none;}
    .round { display:none;}
	 .po-popup { display:none;}	 
	 .po-word-half-bottom{margin-top:20px;
	 	 width:100%;
	     border-radius: 0 100px 100px 0;
     	  -moz-border-radius: 0 100px 100px 0;
     	  -webkit-border-radius: 0 100px 100px 0;}
	 .po-word-half-top-heger{width: 100%;}
	 .po-footer-quarter-top{
    		border-radius: 0 100px 0 0;
     		-moz-border-radius: 0 100px 0 0;
     		-webkit-border-radius: 0 100px 0 0;}     		
	 .po-title-half-top{
    		border-radius: 100px 0 0 100px;
     		-moz-border-radius: 100px 0 0 100px;
     		-webkit-border-radius: 100px 0 0 100px;}
	 .po-title-blog-top{
			background: linear-gradient(180deg, rgb(72, 135, 197) 110px, rgba(32,45,90,1) 1%, rgba(32,45,90,1) 330px, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 50%);	 
    		border-radius: 100px 0 0 100px;
     		-moz-border-radius: 100px 0 0 100px;
     		-webkit-border-radius: 100px 0 0 100px;}     		    		
	 .po-media-top {
    		border-radius: 100px 0 100px 100px;
    		-moz-border-radius: 100px 0 100px 100px;
     		-webkit-border-radius: 100px 0 100px 100px;}  
	 .po-title .title {font-size:22px;} 	 
	 .po-title-say-top{
    		border-radius: 100px 0 0 100px;
    		-moz-border-radius: 100px 0 0 100px;
     		-webkit-border-radius: 100px 0 0 100px;}  
	 .po-contact-mail{
   		font-size:30px;
			padding: 70px 20px 80px 20px;
   		margin-bottom:0px;}     		
	 .borders1{display:none;}     		
	 .borders2{display:none;} 
	 .timeline-line{display:none;} 
	 .timeline-line-end{display:none;} 
	 .timeline-line-cap{display:none;} 
	 
    .timeline-section2{
        border-bottom: 3px solid #92B4D9;
        margin-bottom: 15px;}
    .timeline-section1{
        border-bottom: 3px solid #DC3545;
        margin-bottom: 15px;}	 
	 .timeline-section1 .timeline-icon-section,
	 .timeline-section2 .timeline-content-top{height:auto;}
	 .timeline-content-top .equal{height:auto;}
	 .timeline-content-bottom{margin-top:0;}	 	     
	  #timeline_d {display: none !important;}
	  #timeline_m {display: block !important;}	 	 
}	 

@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14%;
        float: left;
    }
	  #timeline_m {display: none !important;}	 	     
}


@media (max-width: 767px) {
	 .po-word-set {padding-top:0px !important;}
	 .po-title .title {font-size:18px;} 	     	  
	 .minister-logo{max-height: 340px;}	
    .po-contact-mail{font-size:20px;
			padding: 70px 20px 80px 20px;
   		margin-bottom:0px;}	 
	 .po-menu {padding-right:5px;
    	   padding-left:5px;}   	
	  #intro_text_d {display: none;}
	  #intro_text_m {display: block !important;}
	 .gradient-box { 	padding: 4% 6% 3% 6%;}
	 .flag-english{width: 22px;}	 	 
	 .flag-slovak{width: 22px;}	 
	 
}

@media (max-width: 480px) {
	 .po-title-blog-top{background: linear-gradient(180deg, rgb(72, 135, 197) 110px, rgba(32,45,90,1) 1%, rgba(32,45,90,1) 240px, rgb(255, 255, 255) 1%, rgb(255, 255, 255) 50%);}
}


/* opendata fs */

.top-menu{
    padding-left: 10px;
    padding-right: 10px;    
    float: left;
}
.top-menu-first{
    padding-left: 0px;
    padding-right: 10px;    
    float: left;
}

.button-social {
    position: relative;
    display: inline-block;	
    padding-left:10px; 
}
.button-social .height {
	 height: 70px;
}

.button-social .img-top {
    display: none;
    position: absolute;
    height:70px;    
    top: 0;
    left: 0;
    z-index: 99;
    padding-left:10px; 
}

.button-social:hover .img-top {
    display: inline;
}


.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #252628; 
 }

.article{
	color:white;
   border-top: 1px solid rgb(218, 218, 218);
   padding-bottom:10px;	
}

.article .author{
	padding-left: 15px;
	padding-top: 10px;
   color: #989898;	
}
.article .description{
	padding-left: 15px;
   color: #989898;	
}
.article .file{
	padding-left: 15px;
   color: #989898;	
}


@media (max-width: 1200px) {
    .homepage-padding{        
    padding-right:0px;
    padding-left:0px;
    }	     
}

#finder {
  	text-align:center;
 	/* margin-top:-150px;*/
  	margin-bottom:20px;
	padding: 15px;  
   background-color: #080808;
	background-image: url('../img/frontpage_bg1.jpg');   
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.7)) , url('../img/frontpage_bg1.jpg');
	background-size: cover;  
	background-repeat: no-repeat;
	background-position: top; 
	min-height:100%;
}

#finder .title {
	font-size:62px;
	font-weight: bold;
   color: white;	
   line-height: 1em;
}
#finder .subtitle {
	font-size:40px;
   color: white;		
   padding-top: 50px;
	/*color:#0b7b8a; */
}
#finder .desc {
	font-size:28px;
	color:#4f4f4f; 
	border-bottom:3px solid #b4d2eb;
	padding-left:100px;
	padding-right:100px;	
	padding-bottom:10px;
}

#finder img {
    max-height: 180px;
}
 

.finder-img {
    position: relative;
    display: inline-block;	 
    
}

.finder-img .img-top {
    display: none;
    position: absolute;   
    top: 6px;
    left: 12px;
    z-index: 99;
}
.finder-img:hover .img-top {
    display: inline;
}


#finder .searchbar {
    width: 100%;
    background: transparent;
    /* padding: 0px 0 0px 0;*/
    margin-bottom: 5px;
    width: 480px;
	 margin-right: 50px;	
	 margin-top: 75px;
	 padding:15px;	    
}

#finder .netflix {
    width: 45%;
    position: relative;
    /*right: 0;
    left: 0;   
    top:25%; */
    z-index:990;
    margin-top:20%;
}


/*

#finder input {
	background-color: transparent;
	font-size:28px;
	color:#4f4f4f;
	border-bottom:3px solid #b4d2eb;
	border-left:0;
	border-top:0;
	border-right:0;
	margin-top:80px;
	text-align: center;
	border-radius:0;
}
*/

#finder .btn {
	background-color: transparent;
	border:0;
}
 
@media (max-width: 767px) { 

	#finder .title {font-size:24px;}
	#finder {margin-top:35px; margin-bottom:35px;min-height: 80%;}
	#finder .subtitle {font-size:16px;}	
	#finder .desc {font-size:20px; padding-left:50px;
		padding-right:50px;}	
	#finder img { max-height: 80px;}	
	/*#finder input {margin-top:25px;}	*/
}
 
 
#tatra {
  text-align:center;
  margin-top:50px;
}

#tatra p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: gray;
    text-align:left;
}

#tatra img {
	display: block;
	max-width: 100%;
	height: auto;
}

#tatra .title {
   color: white;	
	outline: none;
	text-decoration: none;
	font-size: 22px;
	line-height: 28px;	
	margin: 0 0 30px 0;
	padding: 0;
	max-height: 28px;	
}

#tatra .desc {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	color: gray;
}

#tatra .truncate {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	height: 240px;
	display:inline-block;
	vertical-align: middle;	
   overflow-y: scroll;
   scrollbar-color: transparent transparent;
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
    scrollbar-width: none; /* Firefox 64 */  	
}
#tatra .truncate::-webkit-scrollbar {
    display: none; // Safari and Chrome
}

#tatra .button {
	width:150px; 
	background-color:#0e2b2e;
	padding:8px; 
	border-radius:2px; 
	font-size:18px; 
	text-align:center;
	margin: 0 0 70px 0;		
}

#tatra .button:hover {
	background-color:#0b7b8a;
}

#tatra .buttong {
	background-color:#101011;
	padding:8px; 
	border-radius:2px; 
	font-size:18px; 
	text-align:center;
	margin: 0 0 70px 0;		
}

#tatra .buttong:hover {
	background-color:#0b7b8a;
}


#tatra a:hover {
   color:#0ba1b5;
}

#tatra .highcharts-background {
   opacity:0.2;
}
#tatra .highcharts-background:hover {
   opacity:0.5;
}

#tatra .ocl {
   border:1px solid #313131;
   padding:20px;
}

#newser{
  background: rgb(15, 15, 15);
  /*background: linear-gradient(0deg, rgba(7,11,12,1) 0%, rgba(6,18,20,1) 43%, rgba(7,11,12,1) 100%); */
  padding:25px 0 15px;
  font-size:15px;
  line-height:24px;
  /* color:#0b7b8a;*/
  text-align:left;
  margin-top: 15px;
  margin-bottom: 90px;  
  /* height: 320px;  */
  
}

#newser .box{
	position:absolute;
	top:-75px;
   background-color: rgba(11, 123, 138, .2); 
	width:300px;
	height:420px;
	border-radius:0;
	/*background: linear-gradient(to bottom, rgba(59,59,59,1) 0%,rgba(59,59,59,1) 10%,rgba(59,59,59,0.5) 50%,rgba(59,59,59,1) 90%,rgba(59,59,59,1) 100%); 
	background-color: #0b7b8a; */
	box-shadow: none;
	padding: 15px 30px 25px 30px;		
}

#newser .box>.title {
   color: #0b7b7e;	
	outline: none;
	text-decoration: none;
	font-size: 22px;
	line-height: 28px;	
	margin: 0 0 30px 0;
	padding: 0;
}

#newser .box>.desc {
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	color: #737373;
	padding-bottom:15px;
	text-align:justify;
}

#newser .title {
   color: white;	
	outline: none;
	text-decoration: none;
	font-size: 22px;
	line-height: 28px;	
	margin: 0 0 30px 0;
	padding: 0;
}

#newser .truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
	display:inline-block;
	vertical-align: middle;	
}

#newser .panels {
	border-left: 1px solid #313131; 
	padding:15px;
}

#newser .desc {
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	/* color: #737373;*/
}

#newser .date {
	padding: 0;
	font-size: 12px;
	line-height: 26px;
	color: white;
}

#newser img {
	max-height:350px;
	margin-left: auto;
   margin-right: auto;
   display: block;
}
 
#newser .button {
	width:150px; 
	background-color:#0e2b2e;
	padding:8px; 
	border-radius:2px; 
	font-size:18px; 
	text-align:center;
	margin: 0 0 70px 0;		
}

#newser .button:hover {
	background-color:#0b7b8a;
}

#newser a:hover {
   color:#0ba1b5;
}

@media (max-width: 1140px) { 

	#newser .box{
	position:relative;
	top:-75px;
   background-color: rgba(11, 123, 138, .2); 
	width:100%;
	height:420px;
	border-radius:0;
	/*background: linear-gradient(to bottom, rgba(59,59,59,1) 0%,rgba(59,59,59,1) 10%,rgba(59,59,59,0.5) 50%,rgba(59,59,59,1) 90%,rgba(59,59,59,1) 100%); 
	background-color: #0b7b8a; */
	box-shadow: none;
	padding: 15px 30px 25px 30px;}
	.top-header .top-menu-align {	justify-content: left; }
	.top-header .top-flag-align {	justify-content: right; }		
	.top-menu { padding-left: 0px;}	
	#finder .netflix { width: 60%;}		
}





#anime-logo {
/*  width: 100%; */
  text-align: left;
  background-color: transparent;
  position: relative;
}

p {
  position: relative;
  z-index: 2;
}

#anime-logo:after, #anime-logo:before{
  content: "";
  position: absolute;
  height: 98%;
  width: 50px;
  left: 178px;
  top: -3px;
  animation: 12s move ; /* just to make a point */
  border-radius:4px;
}

#anime-logo:before{
  z-index: 1;
  /*background-color: #f48475;*/
  background-color: white;  
  filter: invert(1);


}

#anime-logo:after{
  -webkit-backdrop-filter: invert(1);
  backdrop-filter: invert(1);
/*  -moz-backdrop-filter: invert(1);  
  -ms-backdrop-filter: invert(1);  
  -o-backdrop-filter: invert(1);  */
  z-index: 3;
  margin: 0;
}


@keyframes move {
  0% {
    transform: translateX(0px);
  }
   20% {
    transform: translateX(-170px);
  }
  
  45% {
    transform: translateX(-130px);
  }
  
  55% {
    transform: translateX(-140px);
  }
  78% {
    transform: translateX(50px);
  }
  80% {
    transform: translateX(50px);
  }  
  
  100% {
    transform: translateX(0px);
  }
}

#anime-logo .anime {
  font-weight: bolder;
  height: 28px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  font-size:35px;
  color:white;   
  float:left;   
}

#anime-logo a:hover {
  color:white;      
}

#anime-logo a {
  color:white;      
}


.odnews {
	 width: auto; 
}

.odnews .minheigh {
	 min-height:850px;
}

.odnews ul {
 	 text-align:left;
 	 margin-top:15px;
 	 font-size:12px;
}

.odnews ul li {
	padding-top:10px;
	margin-left:-20px;
}

.odnews .title {
	 padding-left: 0;
	 font-size: 20px;
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: bold;
	 border-bottom: 1px solid #0b7b8a;
	 padding-bottom: 12px;
	 margin-bottom: 0;
	 margin-top: 30px;
	 text-align:left;
}  

.odnews .title-left {
	 padding-left: 0;
	 font-size: 20px;
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: bold;
	 border-bottom: 1px solid #0b7b8a;
	 padding-bottom: 12px;
	 margin-bottom: 0;
	 margin-top: 30px;
	 text-align:left;
}   

.odnews .content {
    text-align:justify;
    font-size:12px;
    margin-top:10px;
}  

.odnews-top{
	/* background: #2d2d2e; */
	opacity: 0.8;
}

@media (max-width: 1140px) { 
	#newser .truncate {max-width: 100%; white-space:inherit; display:initial;}
	#newser .panels {	border-left: 0px solid #313131;}	
}

@media (max-width: 767px) { 
	.odnews .minheigh { min-height:auto;}
	.top-header .title { margin-bottom: 10px;}
	#finder .netflix {margin-top:35%; width:80%;}
}

@media (max-width: 576px) { 
/*	#tatra .truncate	 { height: 100%;}			*/
}

@media (min-width: 767px) and (max-width: 1140px) { 
	#finder {min-height: 70%;}	
	#finder .netflix { width: 65%;}	
	#finder .title {font-size:36px;}
	#finder .subtitle {font-size:26px;}			
}

@media (min-width: 1140px) and (max-width: 1370px) { 
	#finder .netflix { width: 60%;}	
}



.flag-dark{
	border: solid 1px white;
	border-radius: 10px;
	padding: 2px;
	margin-left: 15px;
	height: 18px;
	width: 18px;
}

.flag-white{
	background: white;
	color: black;
	border-radius: 10px;
	padding: 2px;
	margin-left: 3px;
	height: 18px;
	width: 18px;
}

.flag-mirri{
	background: #dee0e2;
	color: white;
	border-radius: 10px;
	padding: 2px;
	margin-left: 3px;
	height: 18px;
	width: 18px;
}

.dpz-select{
	background-color: #0b7b8a;
	border: 1px solid #03282d;
	margin-right:5px;
	margin-bottom:5px;
	color: white;	
}

@media (max-width: 1370px) {
	.container{width:100%;}	
}


#logocontainer{
  display:block;
  position:absolute;
  top:-2px;
  left:140px;
  width:42px;
  height:42px;
  margin-left:0px;
  margin-top:0px;
  overflow:hidden;
  transition:background-color 1000ms;
  cursor:pointer;
  border-radius:5px;
  z-index: 1000;
}

#pelogo{
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 42px;
  height: 42px;
/*  background: #453b34; */
  background: transparent; 
  background-size: contain;
  font-family: Calibri, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

.loader{
  display:block;
  position:absolute;
  background-color:#fff;
}

/*Pretty complex animation, so each side needs its own @keyframes.*/

@keyframes slide1{
  50%{width:42px; margin-left:0;}
  100%{margin-left:42px;}
}

@keyframes slide2{
  50%{height:42px; margin-top:0;}
  100%{margin-top:42px;}
}

@keyframes slide3{
  50%{width:42px; margin-right:0;}
  100%{margin-right:42px;}
}

@keyframes slide4{
  50%{height:42px; margin-bottom:0}
  100%{margin-bottom:42px;}
}
 

.contact .banner {
	padding-top:15px;
	padding-bottom:5px;
	padding-left:0px;
	opacity:0.8;    
}

.contact .banner:hover {
	opacity:1;    
}



.toggle-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-slot {
  position: relative;
  height: 2em;
  width: 4.5em;
  border: 2px solid #e4e7ec;
  border-radius: 10em;
  background-color: white;
  box-shadow: 0px 0px 3px #e4e7ec;
  transition: background-color 250ms;
}

.toggle-checkbox:checked ~ .toggle-slot {
  background-color: #0f2d2f;
}

.toggle-button {
  transform: translate(11.75em, 1.75em);
  position: absolute;
  height: 6.5em;
  width: 6.5em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 0.75em #0b7b8a;
  transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(.26,2,.46,.71);
  font-size: 3px;
  top: -3px;
}

.toggle-checkbox:checked ~ .toggle-slot .toggle-button {
  background-color: #0f2d2f;
  box-shadow: inset 0px 0px 0px 0.75em white;
  transform: translate(1.75em, 1.75em);
}

.sun-icon {
  position: absolute;
  height: 6em;
  width: 6em;
  color: #0b7b8a;
  font-size: 3px;  
  top: -3px;
}

.sun-icon-wrapper {
  position: absolute;
  height: 6em;
  width: 6em;
  opacity: 1;
  transform: translate(2em, 2em) rotate(15deg);
  transform-origin: 50% 50%;
  transition: opacity 150ms, transform 500ms cubic-bezier(.26,2,.46,.71);
  font-size: 3px;  
}

.toggle-checkbox:checked ~ .toggle-slot .sun-icon-wrapper {
  opacity: 0;
  transform: translate(3em, 2em) rotate(0deg);
}

.moon-icon {
  position: absolute;
  height: 6em;
  width: 6em;
  color: white;
  font-size: 3px;  
  top: -3px;
}

.moon-icon-wrapper {
  position: absolute;
  height: 6em;
  width: 6em;
  opacity: 0;
  transform: translate(11em, 2em) rotate(0deg);
  transform-origin: 50% 50%;
  transition: opacity 150ms, transform 500ms cubic-bezier(.26,2.5,.46,.71);
  font-size: 3px;
}

.toggle-checkbox:checked ~ .toggle-slot .moon-icon-wrapper {
  opacity: 1;
  transform: translate(12em, 2em) rotate(-15deg);
}

.searchbar-netflix{
    width: 100%;
    background: transparent;
    padding: 5px 5px 5px 5px;
    float: left;
}

.searchbar-netflix .sbtn{
	width:100px !important; 
	background-color:red !important; 
	color:white; 
	font-size:38px  !important; 
	padding-top:12px !important;
	height:74px  !important;
}

.searchbar-netflix .search{
	font-size:18px; 
	height:74px;
}


@media (max-width: 767px) { 
	.searchbar-netflix .sbtn{ height:44px  !important; font-size:18px  !important;}
	.searchbar-netflix .search{ height:44px  !important;}
	.hide-menu{	text-align:center; font-size:16px;}
	#hide1 {display:none;}
	#hide2 {display:none;}
	#hide3 {display:none;}	
	.tnumber {position:absolute !important; right:0px; top:30px; }	
	.top-header {padding-bottom:5px;}
	
}
@media (min-width: 768px) { 	
	.hide-menu{	display:none;}
}

@media (min-width: 767px) and (max-width: 1140px) { 
	.searchbar-netflix .sbtn{ height:36px  !important; font-size:14px  !important;}
	.searchbar-netflix .search{ height:36px  !important;}
	.netflix top:{ 35%;}
}
