* {
    box-sizing: border-box;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
}
*::before, *::after {
    box-sizing: border-box;
}


ul {
    list-style-type: square;
    text-decoration: none;
    padding: 0 0 0 15px;
}

li {
    padding: 5px 0;
}

.ie8 body, .ie8 body > .row > .content{
	min-width: 1140px;
}

* {
    background-repeat: no-repeat;
}

/******************************************************************************/
/******** sitelab:module; ***************************************************/
/***************************************************************************/

sitelab\:module {
    display: block;
    min-height: 40px;
}

.row.banner{
    overflow: hidden;
}

.row.banner img{
   width: 100%;
}

.row .content{
	max-width: 1140px;
}
.row.mobile {
    overflow: visible;
}

/******************************************************************
 custom rows
 ******************************************************************/
.features {
    text-align: center;
}

.features .cell{
    padding: 20px;
    background-color: #ECECEC;
    transition: 0.5s;
}

.features .cell *:first-child {
    margin-top: 0;
}

.features .img,
.features svg {
    max-width: 100%;
    height: auto;
    padding: 20px;
    width: auto;
    transition: fill 0.3s;
}

.features svg circle,
.features svg path {
    fill: #fff !important;
    transition: fill 0.8s;
}

.features .cell:hover {
    background-color: #ddd;
}

.features .cell:hover svg circle,
.features .cell:hover svg path {
    fill: #666 !important;
}




/******************************************************************
//-- SPOLOCNE VLASTNOSTI
********************************************************************/

.float-none{
    float: none;
    clear: both;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.cell.float-right{
    float: right;
    margin-left:3%;
}

.cell.float-left{
    float: right;
    margin-left:0%;
}

/* margin */
.margin-top-none{
    margin-top: 0px !important;
}
.margin-top-small{
    margin-top: 5px !important;
}
.margin-top-medium{
    margin-top: 15px !important;
}
.margin-top-large{
    margin-top: 30px !important;
}

.margin-right-none{
    margin-right: 0px !important;
}
.margin-right-small{
    margin-right: 5px !important;
}
.margin-right-medium{
    margin-right: 15px !important;
}
.margin-right-large{
    margin-right: 30px !important;
}

.margin-bottom-none{
    margin-bottom: 0px !important;
}
.margin-bottom-small{
    margin-bottom: 5px !important;
}
.margin-bottom-medium{
    margin-bottom: 15px !important;
}
.margin-bottom-large{
    margin-bottom: 30px !important;
}

.margin-left-none{
    margin-left: 0px !important;
}
.margin-left-small{
    margin-left: 5px !important;
}
.margin-left-medium{
    margin-left: 15px !important;
}
.margin-left-large{
    margin-left: 30px !important;
}

/* padding */
.padding-none{
    padding: 0px !important;
}
.padding-small{
    padding: 5px !important;
}
.padding-medium{
    padding: 15px !important;
}
.padding-large{
    padding: 30px !important;
}
.padding-top-none{
    padding-top: 0px !important;
}
.padding-top-small{
    padding-top: 5px !important;
}
.padding-top-medium{
    padding-top: 15px !important;
}
.padding-top-large{
    padding-top: 30px !important;
}

.padding-right-none{
    padding-right: 0px !important;
}
.padding-right-small{
    padding-right: 5px !important;
}
.padding-right-medium{
    padding-right: 15px !important;
}
.padding-right-large{
    padding-right: 30px !important;
}

.padding-bottom-none{
    padding-bottom: 0px !important;
}
.padding-bottom-small{
    padding-bottom: 5px !important;
}
.padding-bottom-medium{
    padding-bottom: 15px !important;
}
.padding-bottom-large{
    padding-bottom: 30px !important;
}

.padding-left-none{
    padding-left: 0px !important;
}
.padding-left-small{
    padding-left: 5px !important;
}
.padding-left-medium{
    padding-left: 15px !important;
}
.padding-left-large{
    padding-left: 30px !important;
}

/**********  zarovnanie textu   ******************/
.left{
    text-align: left;
}

.right{
    text-align: right;
}

.center{
    text-align: center;
}

.justify{
    text-align: justify;
}


/*****************************************************************
-- TOP HEADER - logo a a menu
****************************************************************/
.topheader {
    z-index: 50;
}


.topheader .cell.slice-14{
    width: 25% ;
}

.topheader .cell.slice-34{
    width: 75% ;
    background-color: #ECECEC;
}

.topheader .logo {
    background-color: #ECECEC;
    text-align: right;
    display: table;
}
.topheader .logo .block {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.topheader .logo img {
    width: 80%;
    max-width: 300px;
}
.topheader .logo a {
    display: block;
}
.topheader .logo a::before{
    content: none;
}
/***************************************************************
    FIXED MENU
******************************************************************/
.topheader.fixed:not(.mobile){
    background-color: #ececec;
}

.topheader.is-fixed.fixed {
    position: fixed;
    z-index: 51;
    width: 100%
}

.topheader.is-fixed.fixed svg {
    display: inline-block;
    vertical-align: middle;
    max-height: 20px;
    margin: 0 10px 0;
    width: 20px;
}

.topheader.is-fixed.fixed .logo img {
    max-width: 125px;
}

.topheader.is-fixed.fixed .topmenu li a{
    padding:10px 15px;
    height: auto;
    flex-direction: row;
    justify-content: center;
}

/******************************************************************
/**************************  Main menu ***********************************/
/******************************************************************/

 .topmenu:not(.mobile) li{;
    width: 20%;
    background-color:rgba(0,0,0,0.6);
    text-align: center;
    /*transition: 0.5s;*/
}

.topmenu:not(.mobile) li:not(:last-child){
    border-right: 1px solid #fff;
}
.topmenu li.selected{
    background-color:#fff;
}

.topmenu li.selected a{
    font-weight: bold;
    color: #000
}
.topmenu li.selected a::before{
    content: none;
}

/************ acko *************************/
.topmenu > li > a {
    display: block;
    padding: 20px 15px 20px;
    position: relative;
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.topmenu > li > a::before{
    background: rgba(0, 0 , 0, 0.1) none repeat scroll 0 0;
    margin: 0;
    height:100%;
}

.topmenu > li > a:hover::before{
    width: 100%;
}

/************ ikon  *************************/
.nav.fast-links > li > a {
    display: inline-block;
}

.topmenu li a svg, .topmenu li a img {
    width: 30%;
    height: auto;
    max-height: 80px;
    display: block;
    margin: 0 auto 10px auto;
}

.topmenu.mobile  li a img {
    width: 30px;
    height: auto;

}
.topmenu li:hover svg circle,
.topmenu li:hover svg path,
.topmenu li.selected svg circle,
.topmenu li.selected svg path{
    fill: #CB0044 !important;
}

/****************** mobile ***************************************
***********************************************/
.topheader.mobile {
    min-height: 54px;
    background-color: #ececec;
}
.topheader.mobile .topmenu .block{
    min-height: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 901;
}
.topheader.mobile .logo img {
    width: 80%;
    max-width: 150px;
}

.topheader.mobile .logo .block{
   text-align: left;
}

.topheader.mobile .wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 90;
    height: 0;
    min-height: 0;
    margin-top: 54px;
    overflow: hidden;
}
ul.topmenu.mobile {
    padding: 0;
}
.topmenu.mobile > li {
    width: 100%;
    float: none;
    display: table;
    table-layout: fixed;
}

.topmenu.mobile > li > a {
    background-color: #fff;
    text-align: left;
    color: #000;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
.topmenu.mobile > li > a::before{
    content: none;
}
.topmenu.mobile li a svg{
    width: 40px;
    display: block;
}
.topmenu.mobile:not(.dropdown) > li > a > svg{
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    height: 90px;
}
.topheader.is-fixed.fixed.mobile ul ul svg {
    display: block;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 5px;
}
.topheader.is-fixed.fixed.mobile ul ul svg path {
    fill: #FFF !important;
}
.topheader.is-fixed.fixed.mobile ul svg {
    max-height: none;
}
.topmenu.mobile li svg circle,
.topmenu.mobile li svg path{
    fill: #CB0044 !important;
}

.topmenu.mobile .dropdown {
    display: table-row;
    background-color: #666;
    border-bottom: 1px solid #fff;
}

.topmenu.mobile .dropdown li {
    width: 25%;
    float: left;
    display: table;
    background-color: #666;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.topmenu.mobile .dropdown li a{
    text-align: center;
    padding: 15%;
    background-color: #666;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.topmenu.mobile li.selected .dropdown li a {
    font-weight: normal;
}

/****************** MAIN TOP MENU **********************/
/**********************************************/

/********** dropdown *****************/

.menu ul.dropdown {
    background-color: white;
    transition: all 0s ease;
    border-top: 2px solid #1E628E;
    padding: 0;
    white-space: normal;
}

.menu.horizontal ul.dropdown li{
    text-align: left;
    padding: 0;
    display: block;
}
.mobile .menu.horizontal ul.dropdown li a{
    text-align: right;
}
.mobile.topheader .holder > .nav.navbar-nav > li {
    padding: 0;
}
.mobile .navbar-nav.nav {
    padding: 0;
}


/*****************************************************************
-- SIDEBAR
****************************************************************/
.sidebar.cell{
    display: table;
    padding-right: 0 !important;
}

sitelab\:module[data-cls="nav fast-links"] {
    display: block;
}
.menu.fast-links {
    margin: 15px auto 15px auto;
    font-size: 15px;
    color: #fff;
}
.menu.fast-links li.selected > a{
    text-decoration: none;
    color: #FFF;
}
.menu.fast-links li.item {
    padding: 12px 0 12px 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu.fast-links li.selected {
    background-color: #ba0441;
}
.menu.fast-links li.item a {
    border-bottom: 1px solid #b40e45;
}
.menu.fast-links li.item a::before{
    content: none;
}
.menu.fast-links li:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb0044 +0,ba0441+55 */
    background: #cb0044 ; /* Old browsers */
    background: -moz-linear-gradient(left,  #cb0044  0%, #ba0441 55%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #cb0044  0%,#ba0441 55%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #cb0044  0%,#ba0441 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0044 ', endColorstr='#ba0441',GradientType=1 ); /* IE6-9 */

}
.menu.fast-links  li a{
    font-size: inherit;
    padding: 8px 0;
}
.menu.fast-links li a img,
.menu.fast-links li a svg {
    margin-right: 15px;
    width: 30px;
    height:30px;
    vertical-align: middle;
}
/*-------- breadcrumbs -------*/
.breadcrumbs .content-inner{
	padding: 0;
}

.holder .breadcrumbs{
	background-color: #ea2026;
	color: #ffffff;
	padding-left: 48px;
	font-size: 13px;
}

.holder .breadcrumbs a{
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0;
	display: inline-block;
}
/*------------------*/
.ui-sortable-helper {
    transition: none;
}

/*--------------- video ------------------*/
.intro-dimensions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: calc(100% - 200px) !important;
}
video {
    visibility: hidden;
    width: 100% !important;
}
/*-------------- iframe ----------------*/
iframe {
    border: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}
.block iframe {
    width: 100%;
}
/*-------------- obrazky ---------------*/
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/************* paginator ********************/
#paginator {
	text-align:center;
    margin:20px 8px;
}

.paging .firstPage,
.paging .prevPage,
.paging .nextPage,
.paging .lastPage,
.paging .page
{
	display:inline-block;
    line-height:25px;
    padding: 0 10px;
    color:#777 !important;
	border-right:solid 2px #eee;
	font-size:16px;
	text-align:center;
	cursor:default;
}

.paging .lastPage {
	border: none;
}

.paging a{
	cursor:pointer !important;
	text-decoration:none;
}

.paging a:hover {
	font-weight:bold;
}

.paging .active {
	font-weight:bold;
}
/*------------ harmonika ----------------*/
.harmonika .fa{
    margin-right: 10px;
}
.harmonika h3 {
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
    border-bottom: 1px solid #C2C2C2;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #414042;
}
.harmonika h3.harmonika-expanded {
    border-bottom: none;
}
.harmonika h3:focus {
    outline: none;
}
.harmonika h3:hover {
    background-color: #E1E1E1;
}
.harmonika .harmonika-expanded {
    background-color: #f1f1f1;
}
.harmonika .fa-minus {
    display: none;
}
.harmonika .harmonika-expanded > .fa-minus{
    display: inline-block;
}
.harmonika .harmonika-expanded > .fa-plus{
    display: none;
}
.harmonika {
    width: 100%;
}
.harmonika td {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}
/************* footer ********************/
.footer ul {
    vertical-align: top;
    list-style: none;
    border-top: 1px solid #424242;
    width: 15%;
    display: inline-block;
    padding: 5px 0;
    margin-right: 5px;
}
.footer li {
    padding: 0;
}
.footer li a {
    color: inherit;
    text-decoration: none;
}
.footer li a:hover {
    color: #DDDDDD
}













