html {
  scroll-behavior: smooth;
}

/*-----------------------------------------------------------------------------------   Theme Name: DigitalniCesko -----------------------------------------------------------------------------------*/
  @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext');
  @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
body {
	margin: 0;
	color: #575756;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	min-width: 320px;
}
.container {
	min-width: 320px;
  max-width: 1100px;
	position: relative;
}
header{
  display: flex;
  align-items: center;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #ececec;
    background: url('img/bg.jpg') no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    background-attachment: local !important; 
}
header > .container {
  display: flex;
  align-items: center;
      width: 100%;
}
@media (max-width: 768px) {
header{
  display: block;
  }
}

/* BASIC TAGS -------------------------------------------------------------------------------------------- */
a:focus {
	outline: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #00a5df;
}
a {
	outline: none;
	color: #00a5df;
	font-size: 18px;  
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
a:hover {
	color: #e30613;
}
h1 {
	margin: 15px 0;
  z-index: 1000;
}
h2 {
	margin: 0 0 60px;
	color: #00a5df;
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
h3, h3 a {
  color: #00a5df;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none !important;
  text-align: center;
	margin: 30px 0 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover h3 {
	color: #e30613;
}
h4, h4 a {
	color: #567bb4;
	font-size: 19px;
	margin-bottom: 7px;
	line-height: 25px;
	font-weight: 300;
	text-decoration: none !important;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	margin: 0px 0px 15px;
}
p:last-child {
	margin: 0;
}
img {
	image-rendering: optimizeQuality;
}
.indent {
	text-indent: -999999px;
	position: absolute;
}
.hideme {
	opacity: 0;
}
.visible {
	opacity: 1;
}
/* MENU -------------------------------------------------------------------------------------------- */
#main-menu {
    right: 0;
    position: absolute;
	font-weight: 400;
	display: block;
	z-index: 200;
      padding: 0 15px;
  
}
#main-menu .navbar {
	margin: 0;
}
#main-menu .container {
	margin: 0 auto;
	background: none;
}
#main-menu .menu-separator {
	border-bottom: 1px solid #fff;
}
#main-menu .menu-separator:last-child {
	border: none;
}
#main-menu .nav li {
	background: #fafafa;
}
#main-menu .nav > li > a {
	padding: 10px 20px;
}
#main-menu .nav > li.soc-btn > a {
    background: #00a5df;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    margin-left: 0px;
}
#main-menu .nav > li.soc-btn > a:hover {
    color: #fff !important;
    background: #e30613;
    text-decoration: none;
}
#main-menu .navbar-default {
	border: none;
	background: none;
	width: 100%;
}
#main-menu .navbar-default .navbar-collapse {
	border: none;
	max-height: none;
}
#main-menu .navbar-default .navbar-toggle {
	border-color: #e30613;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	border-radius: 0;
}
#main-menu .navbar-default .navbar-toggle:before {
	content: "Menu";
	text-transform: uppercase;
	position: absolute;
	left: -55px;
  font-size: 16px;
}
#main-menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #e30613;
	height: 2px;
}
#main-menu .navbar-default .navbar-toggle:hover,
#main-menu .navbar-default .navbar-toggle:focus {
	background-color: #e30613;
}
#main-menu .navbar-default .navbar-toggle:hover .icon-bar,
#main-menu .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
#main-menu .navbar-nav a {
	font-weight: 400;
	color: #00a5df;
  font-size: 18px;
  line-height: 30px;
}
#main-menu .navbar-nav ul a:before {
	content: '- '
}
#main-menu .navbar-nav a:hover {
	background: #e7e7e7;
	color: #00a5df;
}
#main-menu .navbar-nav .active > a {
	background: #e30613;
	color: #fff;
}
#main-menu .navbar-nav .active > a:hover {
	background: #00a5df;
	color: #fff;
}
#main-menu .navbar-nav .open .dropdown-menu > .active > a {
	background: none repeat scroll 0 0 transparent;
	color: #00a5df;
	border-bottom: none;
	margin-top: 1px;
}
#main-menu .navbar-nav .open .dropdown-menu > .active > a:hover {
	background: #385786;
}
#main-menu ul {
	font-weight: 400;
}
#main-menu ul li a {
	color: #50a8c5;
}
@media screen and (min-width: 768px) {
#main-menu {
	margin-left: 0;
	float: left;
}
#main-menu .container {
	padding-left: 9px;
	padding-right: 9px;
}
#main-menu .nav ul {
	list-style-type: none;
	padding: 0;
}
#main-menu .nav ul li {
	text-align: left;
}
#main-menu .nav li {
	background: none;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
}
#main-menu .nav > li {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 5px;
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#main-menu .navbar-nav {
	margin: 0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
#main-menu .nav li:first-child {
	margin-left: 0;
}
#main-menu .nav li:last-child {
	margin-right: 0;
}
#main-menu .nav > li > a {
	padding: 0;
  width: auto;
  font-size: 18px;
}
#main-menu .nav > li.soc-btn a {
    width: 100px;
}
soc-btn
#main-menu .navbar-nav ul a:before {
	content: none;
}
#main-menu .navbar-nav a:hover, #main-menu .active:hover > a  {
	background: none;
	color: #e30613 !important;
  font-weight: 400;   
}
#main-menu .active > a {
	background: none;
	color: #00a5df;
}
#main-menu .navbar-default {
	border: none;
	background: none;
	position: static;
	width: auto;
}
#main-menu .navbar-nav a {
	padding: 0;
	display: block;
	text-decoration: none;
}
#main-menu .active {
	background: none;
}
#main-menu .active > a {
	background: none !important;
	color: #00a5df !important;
  font-weight: 550 !important;
}

#main-menu .navbar-nav .dropdown-menu {
	border-radius: 0;
  padding: 10px 0;
}
#main-menu .navbar-nav .dropdown-menu a {
	color: #00a5df;
	background: white;
	margin: 8px 9px 0 9px;
	font-size: 16px;     
}
#main-menu .navbar-nav .dropdown-menu a:hover {
	color: #e30613;
}
#main-menu .navbar-nav .active > a {
}
#main-menu .navbar-nav .active > a:hover {
	background: none;
	color: #00a5df;
}
#main-menu .navbar-nav .open .dropdown-menu > .active > a {
	background: none;
}
#main-menu .navbar-nav .open .dropdown-menu > .active > a:hover {
	background: none;
}
#main-menu .navbar-nav .dropdown-menu a:hover {
	background: none;
}
#main-menu .navbar-nav .dropdown-menu .active {
	background: none;
}
#main-menu .navbar-nav .dropdown-menu .active a {
	color: #385786;
}
#main-menu .navbar-default .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
#main-menu .navbar-nav {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#main-menu .open a {
	background: none;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
#main-menu ul ul li a {
	color: #385786;
	line-height: 30px;
	padding: 0 30px;
	display: block;
	height: 30px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}
}
@media screen and (min-width: 992px) {
#main-menu {
	margin-left: 22px;
}
#main-menu ul {
	list-style-type: none;
	font-size: 14px;
	padding: 0;
}
#main-menu .nav > li {
    margin: 0;
    padding: 0;
	height: 86px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#main-menu .nav > li > a {
  width: 115px;
}
#main-menu .nav > li.soc-btn > a {
    margin-left: 30px;
}
}
@media screen and (min-width: 1200px) {
#main-menu .nav > li {
    margin: 0;
    padding: 0;
}
}
/* PAGE -------------------------------------------------------------------------------------------- */
.counter .fl-number-string {
    font-weight: 600;
}
.counter .fl-number-after-text {
    font-size: 16px;
}
.teams {
text-align: center;
  font-family: 'Roboto', sans-serif !important;
  color: #00a5df;
}
.teams h3 {
color: #00a5df;
      font-size: 16px;
      font-weight: 600;
      margin: 0; 
}
.teams .fl-photo {
    background: #d9f2fa;
    padding: 54px;
    border-radius: 5px;
}
.page-content {
    background: url('img/page-bg.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
.home .page-content, .single .page-content, .page-template-page-no-title .page-content {
    background: none !important;
}
.home .page-content, .page-template-page-no-title .page-content {
    padding: 0 !important;
}
#page {
	margin-top: 0;
}
.page-content {
	padding: 60px 0;
	min-height: 400px;
}
.page-content .news .row {
  margin-bottom: 30px;
}
.page-content .news .post {
    background: #fff;
    border: 2px solid #d9f2fa;
    border-radius: 5px;
    padding: 15px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
}
.page-content .news .thumbnail {
    border: 0;
    border-radius: 0;
    margin: -20px -20px -8px;
}  
.bluebttn {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    background: #00a5df;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
}
.bluebttn:hover {
    color: #fff;
    background: #e30613;
    text-decoration: none;
}
.guidepost .fl-col-content {
    background: #fff;
    margin: 15px;
    border-top: 2px solid #d9f2fa;
    border-right: 2px solid #d9f2fa !important;
    border-bottom: 2px solid #d9f2fa;
    border-left: 2px solid #d9f2fa !important;
    border-radius: 5px;
}
.guidepost .fl-photo-content {
    margin: -20px;
    max-width: 200%;
}
.guidepost .fl-col {
    padding: 20px;
}
.post {
	padding: 0;
}
.post strong {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.post img {
	width: 100%;
	height: auto;
}
.post .main-image {
	height: 400px;
	overflow: hidden;
	margin: 30px 0 60px;
}
.post .tables {
	margin-top: 30px;
	margin-bottom: 30px;
}
.post .tables .table {
	margin: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
}
.breadcrumbs {
  z-index: 1000;
  color: #fff;
  margin-top: 15px;
  position: absolute;
  right: 15px;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: #f7b91a;
	text-decoration: none;
}
.breadcrumbs .trail-item:before {
	content: none;
}
@media (max-width: 768px) {
#main-menu {
    top: 80px;
    left: 0;
}
#main .fl-col-content {
background: none !important;
}
.post .elem {
	margin: 100px 0;
}
.page-content {
    background-size: 200% auto;
}
}
/* footer CONTENT ------------------------------------------------------------------------------------- */
footer {
	/*color: #00a5df;*/
	margin: 0;
	position: relative;
 	/*font-family: 'Roboto', sans-serif;*/
	/*line-height: 200%;*/
}
footer h3 {        
	font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 10px 0;
}
footer #undfooter {
	border-top: 1px solid #dddddd;
}
footer #undfooter span {
	margin-right: 20px;
    font-weight: 500;
}
footer #undfooter .copyright {
	text-align: right;
}
.switch-view .rs-link-active {
	margin: 15px 0;
	text-align: center;
	display: block;
}
@media (max-width: 768px) {
footer #undfooter, footer #undfooter .copyright {
	text-align: center;
}
}
/* OTHERS -------------------------------------------------------------------------------------------- */
header h1 {
    float: left;
}
header h1 svg {
  margin: 0 auto;
	width: 250px;
	height: auto;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
header h1 svg .b, .is-sticky header h1 svg .b {
	-webkit-transition: fill .25s ease-in-out;
	-moz-transition: fill .25s ease-in-out;
	-o-transition: fill .25s ease-in-out;
	transition: fill .25s ease-in-out;
	fill: #A25641;
}
.pagination {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.pagination span {
    background: #00a5df;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    float: left;
    text-indent: -9999px;
    text-decoration: none;
    margin: 12px;
}
.pagination a {
    background: #d9f2fa;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin: 12px;
}
.pagination a:hover {
  background: #e30613;
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
form {
	margin-top: 10px;
}
form .row {
  margin-top: 30px;
	margin-bottom: 30px;
}
form > div > div > label {
	font-weight: 300;
	font-size: 19px;
}
form .wpcf7-list-item label {
	font-weight: 300;
}
form h3 {
	color: #00a5df;
}
.form-control {
	border-radius: 0 !important;
	font-size: 14px;
}
.form-btn {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #FFF;
	padding: 10px 20px;
	margin: 15px 0;
	background: #00a5df;
}
.form-btn:hover {
	background: #f7b91a;
	text-decoration: none;
}
form #yourMessage {
	min-width: 100%;
	max-width: 100%;
}
::-webkit-input-placeholder {
	color: #bbb !important;
}
:-moz-placeholder {
/* Firefox 18- */
	color: #bbb !important;
}
::-moz-placeholder {
/* Firefox 19+ */
	color: #bbb !important;
}
:-ms-input-placeholder {
	color: #bbb !important;
}
input:-moz-placeholder {
	color: #bbb !important;
}
.wpcf7-not-valid-tip {
	color: #FD6B6B !important;
}
.wpcf7-validation-errors {
	border: 1px solid #FD6B6B !important;
}
html, .modal, .modal.in, .modal-backdrop.in {
	overflow-y: auto;
}
.modal-content {
	border-radius: 0;
	z-index: 300;
}
.drop-shadow {
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.greyed .fl-row-content-wrap {
    background: url('img/bg.jpg') no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    background-attachment: local !important;
}
#n2-ss-3 h2 {
    font-size: 32px;
    font-weight: 300;
    color: #575756;
    text-align: left;
        line-height: 50px;
}    
#n2-ss-3 h2 strong {
    font-size: 38px;
    color: #00a5df;
}          
#n2-ss-3 h2 strong:first-child {
    color: #e30613;
} 
#n2-ss-3 .image img {
    max-width: 900px !important;
    position: relative;
    top: 150px;
}
#n2-ss-3 .text div {
    font-size: 16px !important;
    width: 360px;
    color: #00a5df !important;
}
#n2-ss-3 .slider-button a {
  padding: 15px 20px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  margin-top: 30px !important;
  border-radius: 5px !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#n2-ss-3 .slider-button a:hover {
    color: #fff !important;
    background: #e30613 !important;
    text-decoration: none !important;
}
@media (max-width: 767px) {
.logo {
  margin: 30px 15px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: 0;
}
.logo a {
	position: static;
	margin: 30px auto 0;
}
}

/* BUILDER -------------------------------------------------------------------------------------------- */
.fl-lightbox h1 {
	text-indent: 0px;
}
