


.container-fluid.width-1600 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; 
}









.bg-sede-row{
    background-color: #E4E4E4;
    /*background-clip: padding-box;
    border: 10px solid transparent;*/
    padding: 10px;
    margin: 0px 0px 5px 0px;
}
/*
.bg-sede-col:first-child{
    background-color: #E4E4E4;
            
}*/


/*.bg-sede-col:nth-child(1n+2):not(:last-child) {
  background: red;
}
*/    

/*.bg-sede-col:last-child{
    background-color: #E4E4E4;
}*/

/*a:not([href*='utf8.th.cz']):not([href^='#']):not([href^='/']):after {
 font-family: 'FontAwesome';
    content: " \f08e"; 
    position: relative; 
    color: gray;
    font-size: 10px;
}*/

.easy-autocomplete input {
    border-color: #EE1C25 !important;
    height: 50px !important;
    border-radius: 0px !important;
    background-color: white;
}

.easy-autocomplete a {
color: #1B185B;
}


.cr-btn, a.cr-btn, button.cr-btn {
    display: inline-block;
    height: 50px;
    color: #fff !important;
    background: #EE1C25;
    padding: 11px 30px;
    font-weight: 500;
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    outline: none;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}




.transparent_white {
    background-color: rgba(255,255,255,0.9) !important;
}

.transparent_black {
    background-color: rgba(0,0,0,0.5) !important;
}
.bg-sede-col{
    background-color: #E4E4E4;
    background-clip: padding-box;
    border: 16px solid transparent;
    padding: 30px;
}

.bg-sede-col:hover{
    background-color: #DADADA;
}


.carousel-indicators {
   bottom: -40px;
}
    


.carousel-indicators li {
    width: 5px;
}

.carousel-caption {
    bottom: -10px;
    padding-bottom: 8px;
    padding-top: 4px;
    font-size: 10px;
    background-color: rgba(0, 35, 71, 0.4)
}




/*FEATURE BOX - použity i v Templates ckeditoru*/
.feature-box {
    background:#031B52;
    padding: 20px 10px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border:3px solid #031B52;
}

.feature-box a {
    color:white;
}



.feature-box:hover {
    background-color: #052c82!important;
    border:3px solid black;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.feature-box, .feature-box:hover ,.feature-box a, .feature-box a:hover {
    transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.feature-box > a.active {
    color: white !important;
    pointer-events: none;
    cursor: not-allowed;
    
    
} 

.feature_area > .container  {
    background-color: white !important;
    padding-top: 20px;
    margin-top: 20px;
    border-top-left-radius: .75rem!important;
    border-top-right-radius: .75rem!important;
-webkit-box-shadow: 0px -2px 20px -5px rgba(0,0,0,0.19);
-moz-box-shadow: 0px -2px 20px -5px rgba(0,0,0,0.19);
box-shadow: 0px -2px 20px -5px rgba(0,0,0,0.19);
} 
    
.single_feature {
  border: 1px solid #DAE4F0;  
}  
    


  

li {
    line-height: 30px;
    margin: 2px;
}

.table td, .table th {
    vertical-align: middle;
}



/*=========================================
	BUTTON - uredni deska
==========================================*/
.button {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align:center;
  width: 100%;
  position: relative;
  background-color:#000c27;
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

A.active {
    background-color: red;
    color: white;
}

.button span {
  position: absolute;
  left: 0;
  width: 42px;
  background-color:rgba(0,0,0,0.5);
  text-align: center;
  font-size: 14px;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid  rgba(0,0,0,0.15);
}

.button:hover span, .button.active span {
  background-color:#04245e;
  border-right: 1px solid  rgba(0,0,0,0.3);
  text-decoration: none;
}

.button:hover {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  /*color:#E6F2FC;*/
  

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button:active, .button:focus {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  color:#f4f6f7;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button.barva1 {
  background: #e74c3c;
}

 
 
 
 
/*=========================================
	Modalni okna - administrace
==========================================*/
 
 .modal-header, .modal-footer {
	color:#fff;
    padding:9px 15px;
    background-color: #214382;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}
 
 
 .modal-title {
	color:#fff;
    
}
 




 .swipebox img{
    border: 1px solid gray;
    opacity: 1;
    object-fit:cover;
    /*height: 200px;*/
    /*width: 100%;*/

}

 .swipebox img:hover{
    border: 1px solid #bababa;
    opacity: .8;
}

/*.img-fluid {
        border: 1px solid #dee2e6!important;
}*/

/*.img-fluid:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}*/



.modal_kcfinder {
    height: 600px;
    padding: 0px !important;
}

@media (min-width: 768px) {
  .modal-kcf {
    width: 900px;
   max-width:1200px;
  }

}





/*změna modre oramovani u form focus*/
.form-control:focus {
  color: #495057;
  border-color: red;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(200,35,51,.25);
}




/*DATEPICKER nad modalnim oknem*/
.datepicker {
    position: relative; 
    z-index:99999999 !important;
    }
    



/*změna form SELECT*/
.selcls { 
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da; 
    outline: 0; 
/*    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; */

    } 
 

.required {
    color: red;
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 H1, H2, H3, H4, H5, H6{ 
    color: #031b52;
    margin: 0px 0px;
      }
      
     
 
@media (min-width: 768px) {
H1, H2, H3, H4, H5, H6{ 
    margin: 30px 0px;
      }
}


@media (max-width: 768px) {
  .banner_content p {
    margin-top: 100px;
  }
}


      
.nadpisH1 {background: #031b52; height:1px; margin-top:10px;    margin-bottom: 55px;}
.nadpisH1 span{background: #fff; padding:10px 20px 10px 0; position:relative; top:-20px; left: 0px}

.nadpisH1:after{ 
    background: #031b52 none repeat scroll 0 0;
	  content: "";
	  height: 60%;
	  left: 0;
	  position: absolute;
	  top: -10px;
	  width: 1px;
      }

H2 {
  font-style: italic ;
    
}




#bootstrapgrid H2{
font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #ffffff;
      background: #031b52;
      padding: 10px 20px;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px; }

/*#bootstrapgrid H3{
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px; }

#bootstrapgrida H3:after {
  content: "";
  width: 20%;
  left: 16px;
  top: 46px;
  margin-top: -4px;
  position: absolute;
  z-index: -1;
  height: 0;
  border-top: 1px solid red;
  z-index: 1150 !important;
}*/

h5.widget-title {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #ffffff;
      background: #031b52;
      padding: 10px 20px;
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px; }


      
#obsah_clanku p{
    
    margin-bottom: 20px;
    color: #333333;
    
}  











.blog H4 {
   /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    background-color: #031b52;
    color:white ;
    padding: 10px;
    padding-right: 1px !important;
    padding-left: 1px !important;
}



.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #031b52;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header h5 {
color: white;
font-family: "Roboto", sans-serif;
font-size: 18px;
}



.single-banner {
    max-height: 500px !important;
    min-height: 500px !important;
}


.tic{
  max-width: 18px; 
}

.znak{
  position: absolute; 
  top:-10px; 
}

@media only screen and (min-width: 800px) and (max-width: 1300px) {
    .znak{
    position:relative;
    top:-10px; 
} }

/*SCROOL NAVBAR*/
/*NAVBAR*/
.navbar-dole {
    top: 0px;
    z-index: 1000;
}

.navbar-admin-dole {
    top: 160px;
    z-index: 1000;
}


.odsazeni_top_admin {
    margin-top: 126px;
}

.odsazeni_top {
    margin-top: 42px;
}

@media (max-width: 720px) {
    .odsazeni_top_admin {
    margin-top: 190px;
    }
    .odsazeni_top {
    margin-top: 50px;
}
}  

.is-sticky img {
    width: 180px;
    top: 0px;
}



/*CALENDAR*/

    
.calendar th, .calendar td, .calendar h2 {
        text-align: center;
    }
    
.calendar td:nth-child(6) {
    color: gray;
}

.calendar td:nth-child(7) {
    color: red;
    
}

.calendar .selectable{
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */

}
    






/*ADMINISTRACE - tlačítka modal*/

.novinka_add {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
}

.novinka_seznam{
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 999;
}

.novinka_edit{
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 999;
}


.clanek_add{
    position: absolute;
    right: 45px;
    top: 2px;
    z-index: 999;
}

.clanek_seznam{
    position: absolute;
    right: 89px;
    top: 2px;
    z-index: 999;
}

.clanek_edit{
    top: 2px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.menu_add{
    position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 999;
}

.menu_seznam{
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: 999;
}

.menu_edit{
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 999;
}


.blog {
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
  background-color: #F8F9FA;
}


.blog-content {
  background: rgba(3, 27, 82, 0.9) none repeat scroll 0 0;
  height: 100%;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 60%;
  border: 1px solid white;
}

.blog-content p {
color: white;
line-height: 18px;
font-size: 14px;
}

  .blog-thumb a {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .blog-thumb a img {
      max-width: 100%; }

.blog-content {
  padding: 25px; }
  .blog-content .blog-meta {
    margin-bottom: 7px; }
    .blog-content .blog-meta span {
      font-size: 14px;
      color: #777;
      line-height: 30px;
      padding-right: 25px;
      font-weight: 500; }
      .blog-content .blog-meta span:last-child {
        padding-right: 0; }
    .blog-content .blog-meta a {
      color: #777; }
      .blog-content .blog-meta a:hover {
        color: #db1e16; }
    .blog-content h5 {
	  color: #ffffff;
	  font-family: roboto;
	  font-size: 14px;
	  font-weight: 700;
	  margin-bottom: 15px;
	}
	.blog-content > h3 {
	  color: #ffffff;
	  font-family: roboto;
	  font-size: 20px;
	  font-weight: 700;
	}
    .blog-content h5 a {
      color: #fff; }
      .blog-content h5 a:hover {
        color: #444; }
  .blog-content p {
    margin-bottom: 0px; }
    .blog-content p:first-letter {
      text-transform: capitalize; }

.blog:hover .blog-thumb a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content {
    padding: 20px; }
	.portfolio-filters button {
	  font-size: 16px;
	  padding: 0 20px 5px;
	}
	}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-content {
	  height: 100%;
	  width: 70%;
	}
			.blog-content {
  padding: 80px;
}
	}
@media only screen and (max-width: 575px) {
	.blog-content {
	  height: 100%;
	  width: 70%;
	}
	}



/* Readmore Style */
.cr-readmore, a.cr-readmore, button.cr-readmore {
  background:#db1e16;
	color: #fff;
  
  
  display: inline-block;
  font-family: roboto;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
  padding: 6px 30px;
  text-transform: uppercase;
  transition:.4s;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid red;
  
  
}
  .cr-readmore:hover,
  a.cr-readmore:hover,
  button.cr-readmore:hover {
    background: #ffffff none repeat scroll 0 0;
  color: #db1e16;
     }

.cr-readmore2 {
  color: #555;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500; }
  .cr-readmore2:after {
    content: "\eb55";
    font-family: "Icofont";
    padding-left: 2px;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .cr-readmore2:hover {
    color: #db1e16; }
    .cr-readmore2:hover:after {
      padding-left: 7px; }


