/*.btn-primary {
  background-color: hsl(286, 30%, 20%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#764784", endColorstr="#3b2342");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#764784), to(#3b2342));
  background-image: -moz-linear-gradient(top, #764784, #3b2342);
  background-image: -ms-linear-gradient(top, #764784, #3b2342);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #764784), color-stop(100%, #3b2342));
  background-image: -webkit-linear-gradient(top, #764784, #3b2342);
  background-image: -o-linear-gradient(top, #764784, #3b2342);
  background-image: linear-gradient(#764784, #3b2342);
  border-color: #3b2342 #3b2342 hsl(286, 30%, 15%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}*/



a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}
a:hover {color:#333333; text-decoration:underline;}


h1{
    display:block;
    width:217px;
    height:102px;
    background:url(../../images/logo.png) no-repeat;
    text-indent:-99999em;
	margin:0 0 0em 0;
}


.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:visited {
    background-color: #9E1182;
	border:1px solid #DDDDDD;
	color:#ffffff;
}
ul.pagination li a:hover {background-color: #F7E0F2; color:#000000}
ul.pagination li a {background-color: #ffffff;color:#666666;}
ul.pagination li a {
    border: 1px solid #DDDDDD; /* Gray */
	/*border-radius: 50% !important;margin: 0 6px;*/
}
/*ul.pagination li a {
    margin: 0 0px; /* 0 is for top and bottom. Feel free to change it */
}*/


.tooltip-inner {
    background-color: #8B108D;
    color: #fff;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #8B108D;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #8B108D;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #8B108D;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #8B108D;
}


.btn-link {color:#999999 !important; padding:0;}
.btn-link:hover {color:#000000 !important;}


.btn-primary { background-color: hsl(312, 80%, 29%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b31393", endColorstr="#850e6d"); background-image: -khtml-gradient(linear, left top, left bottom, from(#b31393), to(#850e6d)); background-image: -moz-linear-gradient(top, #b31393, #850e6d); background-image: -ms-linear-gradient(top, #b31393, #850e6d); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b31393), color-stop(100%, #850e6d)); background-image: -webkit-linear-gradient(top, #b31393, #850e6d); background-image: -o-linear-gradient(top, #b31393, #850e6d); background-image: linear-gradient(#b31393, #850e6d); border-color: #850e6d #850e6d hsl(312, 80%, 26.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16); -webkit-font-smoothing: antialiased; }

.btn-info { background-color: hsl(360, 0%, 5%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f", endColorstr="#0c0c0c"); background-image: -khtml-gradient(linear, left top, left bottom, from(#3f3f3f), to(#0c0c0c)); background-image: -moz-linear-gradient(top, #3f3f3f, #0c0c0c); background-image: -ms-linear-gradient(top, #3f3f3f, #0c0c0c); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(100%, #0c0c0c)); background-image: -webkit-linear-gradient(top, #3f3f3f, #0c0c0c); background-image: -o-linear-gradient(top, #3f3f3f, #0c0c0c); background-image: linear-gradient(#3f3f3f, #0c0c0c); border-color: #0c0c0c #0c0c0c hsl(360, 0%, 0%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

.panel-primary {
     background-color: #194719 !important;
}


.youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube iframe, .youtube object, .youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.col{						/*max vyska colum*/
margin-bottom: -99999px;
padding-bottom: 99999px;
}

.col-wrap{					/*max vyska colum v radku*/
overflow: hidden; 
}  


@media (min-width: 992px ) {
  .vertical-align-bottom {
      position: relative;
  }

  .bottom-align {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
    .vertical-align-middle {
        display: flex;
        align-items: center;		
    }
} 

.flag_active {
	border: 0px solid #666666;
	border-radius: 3px;
	box-shadow: 2px 2px 4px -2px #000000;
}

.flag_deactive {
	border: 0px solid #CCCCCC;
	opacity: 0.2;
    filter: alpha(opacity=20);
	border-radius: 3px;
	box-shadow: 2px 2px 4px -2px #000000;	
}

.ico_disabled {		
	opacity: 0.25;
    filter: alpha(opacity=25);
}
.ico_disabled_2 {		
	opacity: 0.30;
    filter: alpha(opacity=30);
}
.ico_disabled_3 {		
	opacity: 0.20;
    filter: alpha(opacity=15);
}

.divcell {
	display:table-cell;
	vertical-align:middle;
	}
.divrow {
	display:table;
	}

.textcolor_primary {
	color: #931B94;
}
.textcolor_default {
	color: #333333;
}
.textcolor_success {
	color: #53AD53;
}
.textcolor_warning {
	color: #EB9317;
}
.textcolor_alert {
	color: #A94442;
}
.textcolor_info {
	color: #BF3AC1;
}
.textcolor_help {
	color: #C3C2C2;
}
.textcolor_disabled {
	font-weight:normal;
	color: #999999;
}
.textcolor_kontakt_1 {
	font-weight:normal;
	color: #A149A2;	
}
.textcolor_kontakt_2 {
	font-weight:normal;
	color: #CCCCCC;
}
.textcolor_kontakt_3 {
	font-weight:normal;
	color: #999999;
}

.font_b {
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
}
.font_b2 {
	font-size: 46px;
	font-family:Verdana, Geneva, sans-serif;
}

.kategorie_1
{
  padding-left:10px;
  font-size:20px;
  color: #2C88D3;
}
.kategorie_2
{
  padding-left:50px;
  font-size:18px;
  color: #E94545;  
}
.kategorie_3
{
  padding-left:90px;
  font-size:16px;
  color: #000000;
}
.kategorie_4
{
  padding-left:130px;
  font-size:14px;
  color: #009933;
}
.kategorie_5
{
  padding-left:170px;
  font-size:14px;
  color: #ED7914;
}
.kategorie_disabled {		
	opacity: 0.3;
    filter: alpha(opacity=40);
}

#session
{
	font-size:14px;	
	color:#333333;
	
}
#copyright
{
	font-size:14px;	
	color:#666666;
}


.tdshadow {    
    box-shadow: 3px 3px 6px -1px #333333;	
}
.textshadow_1{
	text-shadow: 1px 1px 2px #CCCCCC;
}
.textshadow_2{
	text-shadow: 1px 1px 2px #CCCCCC;
}
.textshadow_3{
	text-shadow: 1px 1px 3px #333333;
}
.shadow_text_carousel_1{
	text-shadow: 1px 1px 3px #000000;
	font-size:36px;
}
.shadow_text_carousel_2{
	text-shadow: 1px 1px 1px #000000;
	font-size:18px;
}
.shadow_text_navigace{
	text-shadow: 1px 1px 2px #999999;
	font-size:16px;
}
.shadow_text_aktualita{
	text-shadow: 1px 1px 2px #666666;
}
.shadow_text_akce{
	text-shadow: 1px 1px 2px #CCCCCC;
}
.shadow_text_clanek{
	text-shadow: 1px 1px 2px #CCCCCC;		
}
.shadow_text_otazka{
	text-shadow: 1px 1px 2px #CCCCCC;
}
.shadow_text_lista{
	text-shadow: 2px 2px 2px #CCCCCC;
	font-size:22px;
	color:#000000;
}
.shadow_image_akce{
	box-shadow: 2px 2px 4px -2px #999999;
}
.shadow_image_clanek{
	box-shadow: 1px 1px 4px -2px #666666;
}
.shadow_image_aktualita{
	box-shadow: 1px 1px 4px -2px #666666;
}
.shadow_menu{
	box-shadow: 3px 3px 5px -2px #000000;
}



.boxshadow_1{
	box-shadow: 2px 2px 4px -2px #333333;
}
.boxshadow_2{
	box-shadow: 8px 8px 11px -2px #999999;
}
.boxshadow_3{
	box-shadow: 2px 2px 4px -2px #999999;
}
.boxshadow_4{
	box-shadow: 4px 4px 6px -2px #000000;
}



.box_aktualita{
	box-shadow: 2px 2px 4px -2px #999999;
	background-color:#D888D0;
	//border:1px solid #999999;
	border-radius: 5px;
	padding:  1px 20px 1px 20px; 
}
.box_otazka{
	//box-shadow: 2px 2px 4px -2px #999999;
	background-color:#FFF7FC;
	border:1px solid #F3D8EA;
	border-radius: 5px;
	padding:  10px 20px 10px 20px; 
}
.box_lista{
	box-shadow: 2px 2px 4px -2px #999999;
	background-color:#F7F7F7;
	//border:1px solid #999999;
	border-radius: 5px;
	padding:  1px 20px 1px 20px; 
}

.box_image_lista{
	box-shadow: 3px 3px 6px -2px #666666;
}

.box_rychly_kontakt{
	background-color:#000000;
	box-shadow: 4px 4px 6px -2px #666666;
}
.box_padding {
	padding: 0 10px 0 10px;
}
.box_padding_2 {
	padding: 0 20px 0 20px;
}
.box_text_justify {
	text-align:justify;
}
.container_clanek{
	background-color:#FFF8FE;
	border-bottom: 1px solid #ECA5E2;
	border-top: 1px solid #FFE8FC;
	margin-top:30px;
}



.mdico{
	font-size:20px;
}


.menu_1
{
	font-size:14px;
	font-weight:normal;
}

/*.img-rounded{
	border-radius: 0px;
}*/

.boxalign {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blocktitle
{
	font-size: 18px;	
	text-shadow: 1px 1px 3px #999999;
}

.blocksubtitle
{
	font-size: 16px;
	color:#000000;	
}



.xsh
{
  display:inline;
  font-size:14px;
}
.smh
{
  display:inline;
  font-size:16px;
}
.mdh
{
  display:inline;
  font-size:18px;
}
.lgh
{
  display:inline;
  font-size:20px;
}
.xlgh
{
  display:inline;
  font-size:30px;
}

.xsrow
{
  margin-top: 5px; 
}
.smrow
{
  margin-top: 5px; 
}
.mdrow
{
  margin-top: 20px; 
}
.lgrow
{
  margin-top: 40px; 
}


.xstop
{
	margin-top: 5px;
}
.xsbottom
{
	margin-bottom: 5px;
}
.xsright
{
	margin-right: 5px;
}
.xsleft
{
	margin-left: 5px;
}


.smtop
{
	margin-top: 10px;
}
.smbottom
{
	margin-bottom: 10px;
}
.smright
{
	margin-right: 10px;
}
.smleft
{
	margin-left: 10px;
}


.mdtop
{
	margin-top: 20px;
}
.mdbottom
{
	margin-bottom: 20px;
}
.mdright
{
	margin-right: 20px;
}
.mdleft
{
	margin-left: 20px;
}


.lgtop
{
	margin-top: 50px;
}
.lgbottom
{
	margin-bottom: 50px;
}
.lgright
{
	margin-right: 50px;
}
.lgleft
{
	margin-left: 50px;
}



.form_err {
	background-color: #FFBFBF;
}

.tab_border_solid {
	border: 1px solid #000000;
}
.editor_border_err {
	border: 1px solid #FF0000;
}
.tab_border_dotted {
	border: 1px dotted #6DBBC7;
}