:root
{
    --size-5: 5px;
    --size-10: 10px;
    --size-20: 20px;
    --size-25: 25px;
    --size-30: 30px;
    --size-40: 40px;
    --size-50: 50px;

    --margin-section: 60px;


    --color-text: #333;
    --color-text-headline: #00365b;
    --color-text-anchor: #0087c7;

    --color-bg-grey: #3c3e3e;
    --color-bg-grey-light: #eee;
/*    --color-bg-grey-light: #858888;*/
    --color-bg-grey-dark: #1b2222;

    --color-bg-blue: #39b8eb;
    --color-bg-blue-light: #ccf0fc; /*#9cd2e7;*/
    --color-bg-blue-dark: #1b223f;


    --color-bg-header: #1b223f;

    --color-white: #fff;
    --color-black: #1b223f;

    --color-button-1: #ff5a00;

    --color-ico: #82a1c1;
}

*
{
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    margin: 0;
    padding: 0;

    background: var(--color-white);
}

body, p, li, ol, td, input, textarea, a, span, div, body, .menuSide a, .menuSide .dir a, .titleCircle span
{
    color: var(--color-text);
    font-size: 1em; /* 1em = 16px */
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, .labelFooterSection, .mediaTitle
{
    display: block;
    float: none;
    width: 100%;
    font-family: 'Open Sans', Tahoma, Arial, sans-serif;
    font-weight: 600;
    color: var(--color-text-headline);
    line-break: 1;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.25em;
    position: relative;
}

h1, h2
{
    margin-bottom: 20px;
    color: var(--color-text-headline);
    font-size: 175%;
    text-align: center;
    font-weight: 400;
}
h2{ text-align: left; }
h3{ font-size: 115%; font-weight: 400; padding: 0; border: 0; }
h4{ font-size: 110%; padding: 0; border: 0; margin: 0 0 10px; }
h5{ font-size: 100%; padding: 0; border: 0; margin: 0 0 10px; }
h6{ font-size: 100%; padding: 0; border: 0; margin: 0 0 10px;  }

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6
{
}

h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul
{
    margin-top: 10px;
}

p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6
{
    margin-top: 20px;
}

ul + h2
{
    margin-top: 30px;
}

p
{
}

    p img
    {
        margin: 15px;
    }

p + p
{
    margin-top: 24px;
}

p, ul, ol
{

}

b, strong
{
    font-weight: 600;
}

a
{
    color: var(--color-text-anchor);
    text-decoration: underline;
}

a:hover
{
    color: var(--color-category-red);
    text-decoration: underline;
}

a img
{
    border: none;
}

ul, ol
{
    margin: 20px 0px 10px 0px;
    padding: 0px;
}

ul li
{
    margin: 0px 0px 10px 0;
    padding: 2px 0 0 30px;
    list-style-type: none;
    background: transparent url('../images/circle-blue-azure.svg') no-repeat 10px 8px;
    background-size: 11px;
}

ol li
{
    margin: 0px 0px 5px 26px;
    padding: 0px;
    list-style-type: decimal;
}

ul ul, ol ol
{
    margin-top: 5px;
}

p + ul
{
    margin-top: 5px;
}

ul + p, ul + ul
{
    margin-top: 3.5%;
}

hr
{
    color: #f6f6f6;
    height: 1px;
    border: none;
    background-color: #f6f6f6;
}

/* pomocne tridy */
.cl
{
   clear: both;
   width: 100%;
   line-height: 0px;
   height: 0px;
   font-size: 0px;
   overflow: hidden;
   margin: 0px;
}

.tal { text-align:left; }
.tac { text-align: center; }
.tar { text-align:right; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }



/**************************************************/
/* základní prvky */
/**************************************************/

.block
{
    display: block;
    overflow: hidden;
    float: none;
    margin: 0;
    padding: 0;
}

.containerFlex
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hidden { display: none; }

.overflowHidden { overflow: hidden !important; }
.overflowVisible { overflow: visible !important; }

.main
{
    max-width: 1000px;

    margin: 0 auto;
    padding: 0;

    text-align: left;
    overflow: hidden;
}


/**************************************************/
/* kulaté rohy */
/**************************************************/

.boxRounded, .inputCaptcha
{
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
}

.boxCircle, .wrapMenuLogin div.level1 a, .menuFooterSocial div.level1, .wrapPager a, .butOrange, .butMoreSmall,.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white
{
    -webkit-border-top-left-radius:1000px;
    -moz-border-radius-topleft:1000px;
    border-top-left-radius:1000px;
    -webkit-border-top-right-radius:1000px;
    -moz-border-radius-topright:1000px;
    border-top-right-radius:1000px;
    -webkit-border-bottom-right-radius:1000px;
    -moz-border-radius-bottomright:1000px;
    border-bottom-right-radius:1000px;
    -webkit-border-bottom-left-radius:1000px;
    -moz-border-radius-bottomleft:1000px;
    border-bottom-left-radius:1000px;
}



/**************************************************/
/* efekty */
/**************************************************/

.fx, .fx:hover, a, a:hover, .wrapMenuMain div.level1, .wrapMenuMain div.level1:hover, .wrapMasonry a:hover img, .wrapMasonry a img, .r-tabs-anchor svg.svgColorAzure, .r-tabs-anchor svg.svgColorBlueDark
{
    transition: all ease-in-out 0.5s;
}



/**************************************************/
/* message box */
/**************************************************/

.ok, .err
{
   padding: 10px;
   margin: 5px 0 0 0;
   padding: 2% 2% 2% 60px;
   font-size: 100%;
}

.ok
{
   border: 1px solid #78b800;
   background: #78b800 url('../images/ico-ok.png') no-repeat  10px center;
   color: #fff;
}

.err
{
   border: 1px solid #c80002;
   background: #c80002 url('../images/ico-err.png') no-repeat  10px center;
   color: #fff;
}


/**************************************************/
/* čtverec */
/**************************************************/

.boxSquare
{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}


/**************************************************/
/* captcha */
/**************************************************/

.wrapChkHmn
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .wrapInputChkHmn
    {
        width: 35px;
        height: 35px;
        border: 2px solid var(--color-bg-blue);
        background: #fff;
        cursor: pointer;
    }

    .wrapInputChkHmn.boxValidHmn
    {
        display: flex;
        justify-content: center;
        align-items: center;

        background: var(--color-bg-blue);
    }

        .wrapInputChkHmn.boxValidHmn svg
        {
            display: block;
            height: 20px;
        }

            .wrapInputChkHmn.boxValidHmn svg polygon
            {
                fill: #fff;
            }

    .wrapTextChkHmn
    {
        margin-left: 15px;

        font-size: 80%;
        font-weight: bold;
        text-transform: uppercase;
    }

/**************************************************/
/* definice barevných šablon */
/**************************************************/

.wrapSectionWhite
{
    background: #fff;
}

.wrapSectionGrey
{
    background: #f3f3f3;
}

.wrapSectionBlueLight
{
    background: var(--color-bg-blue-light);
}

.wrapSectionBlueAzure
{
    background: var(--color-bg-blue);
}

.wrapSectionBlueDark
{
    background: var(--color-bg-blue-dark);
}

.wrapSectionBlueAzure, .wrapSectionBlueAzure p, .wrapSectionBlueAzure li, .wrapSectionBlueAzure div, .wrapSectionBlueAzure span,
.wrapSectionBlueDark, .wrapSectionBlueDark p, .wrapSectionBlueDark li, .wrapSectionBlueDark div, .wrapSectionBlueDark span
{
    color: #fff;
}

.wrapSectionBlueAzure ul li, .wrapSectionBlueDark ul li
{
    background: transparent url('../images/circle-blue-white.svg') no-repeat 0px 8px;
    background-size: 11px;
}

.wrapSectionBlueLight ul li
{
    background: transparent url('../images/circle-blue-dark.svg') no-repeat 0px 8px;
    background-size: 11px;
}

.wrapSectionBlueAzure .wrapTiles div
{
    color: var(--color-text);
}



/**************************************************/
/* button more */
/**************************************************/

.wrapButMoreSection
{
    margin-top: 24px;
    justify-content: center;
}

	.wrapButMoreSection .butDemo + .butMore
	{
		margin-left: 24px;
	}

.wrapButDemoSection
{
    justify-content: center;
}

.wrapButUnderBubble
{
    justify-content: flex-start;
}

    .butMore, .butMore:hover
    {
        padding: 10px;
        border: 1px solid var(--color-bg-blue-dark);

        color: var(--color-bg-blue-dark);
/*
        border: 1px solid #fff;

        color: #fff;
*/
/*        font-size: 120%;*/
        font-weight: 400;
        text-align: center;
        text-decoration: none;
    }

    .butMore.butMoreBiggerboxCircle
    {
        margin-top: 8px;
        font-size: 120%;
    }

    .butMore.boxCircle
    {
        padding: 10px 20px;
    }

    .butMore:hover
    {
        background: #fff;
        color: var(--color-bg-blue-dark);
    }

    p.pButMore + p
    {
       margin-top: 30px;
    }

    /* šedé a bílé pozadí, pozadí */
    .wrapSectionGrey .butMore, .wrapSectionWhite .butMore, wrapSectionBlueLight .butMore
    {
        border: 1px solid var(--color-bg-blue-dark);
        color: var(--color-bg-blue-dark);
    }

    .wrapSectionGrey .butMore:hover, .wrapSectionWhite .butMore:hover, wrapSectionBlueLight .butMore:hover
    {
        background: var(--color-bg-blue-dark);
        color: #fff;
    }

    /* tmavěmodré pozadí */
    .wrapSectionBlueDark .butMore
    {
        border-color: #fff;
        color: #fff;
    }

    .wrapSectionBlueDark .butMore:hover
    {
        border-color: var(--color-bg-blue);
        background: var(--color-bg-blue);
    }

    .wrapNabizime .wrapSectionBlueDark .butMore
    {
        border-color: var(--color-bg-blue);
        background: var(--color-bg-blue);
        color: #fff;
    }

    .wrapNabizime .wrapSectionBlueDark .butMore:hover
    {
        border-color: var(--color-button-1);
        background: var(--color-button-1);
    }




/************************************************/
/* text ve sloupcích  */
/************************************************/

.textInColumns
{
    column-count: 3;
}

.fontSizeBigger .textInColumns li
{
    padding: 2px 15px 0 20px;
    background-position-y: 12px;
}


/**************************************************/
/* minišablona - title & content */
/**************************************************/

.wrapTitleAndContent, .wrapSection
{
    padding: var(--margin-section) 0;
}


.sectionNoMargin > div, .sectionNoMargin > .wrapSection, .sectionNoMargin > .wrapTitleAndContent
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.wrapSection.containerFlex > .block
{
    margin-left: auto;
    margin-right: auto;
}



.boxContent
{
    justify-content: center;
}
