﻿
/* #region GENERAL SETTINGS ============================================================= */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&subset=latin-ext');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

html, body
{
	background: white;
    color: #535353;
	font-size: 18px;
	font-family: Verdana, Arial; /*font-family: 'Montserrat', sans-serif;*/
    overflow-x: hidden;
}

.fp-tableCell
{
    overflow: hidden;
}

*
{
	margin: 0;
	padding: 0;
    border: none;
    outline: none;

    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

*:focus
{
    outline: none;
}

input, textarea, select
{
    font-family: Verdana, Arial; /*font-family: 'Montserrat', sans-serif;*/
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a, label, input[type=button], input[type=submit]
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.hidden
{
	display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #535353;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: #535353;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: #535353;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #535353;
}

/* disable text selection */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.center
{
    width: 1240px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1270px)
{
    .center
    {
        width: auto;
        margin: 0 30px;
    }
}

#arrowScrollUp
{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: block;

    background: #1a253a url(images/arrow-up.png) no-repeat center center;
    background-size: 20px auto;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    opacity: 0.3;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#arrowScrollUp:hover
{
    opacity: 0.8;
}

#fp-nav
{
    z-index: 700;
}

/* #endregion */

/* #region MOBILE MENU ICON ============================================================= */

.c-hamburger
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
}

.c-hamburger:focus
{
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #1d4289;

    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1d4289;
    content: "";

    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx {
    background: transparent;
}

.c-hamburger--htx span {
  
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background: transparent;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

/* #endregion */

/* #region HEADER ======================================================================= */

header
{
    width: 100%;
    height: 54px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 800;
}

header .center
{
    
}

header .logo
{
    width: 178px;
    height: 51px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(images/logo.png) no-repeat center center;
    background-size: contain;
}

header .logo strong
{
    display: none;
}

header a.inquiry
{
    position: absolute;
    right: 64px;
    top: 0px;
    min-width: 150px;
}

header nav
{

}

#mobileMenu
{
    display: none;
}

#mobileMenu
{
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1000;
    display: block;
}
header.withMenu #mobileMenu
{
    /*position: fixed;
    right: 30px;
    top: 40px;
    z-index: 900;*/
}

/* #region MENU **************************/

header .menu
{
    width: 735px;
    height: 20px;
    position: absolute;
    left: 240px;
    top: 15px;
    display: table;
    
    list-style: none;
}

header .menu li
{
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header .menu li a
{
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.6;

    -webkit-transition: color 0.5s ease, opacity 0.5s ease;
    -moz-transition: color 0.5s ease, opacity 0.5s ease;
    -o-transition: color 0.5s ease, opacity 0.5s ease;
    transition: color 0.5s ease, opacity 0.5s ease;
}

header .menu li a:hover
{
    opacity: 1;
}

header .menu li.active a,
header .menu li.current-menu-item a
{
    color: #222222;
    font-weight: bold;
    opacity: 1;
}

/* #endregion */

/* #region LANGUAGES *********************/

header .lang
{
    width: 30px;
    padding: 5px;
    position: absolute;
    right: 40px;
    top: 8px;
    list-style: none;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
header .lang:hover
{
    background: rgba(0,0,0,0.2);
}

header .lang li
{
    display: none;
}
header .lang:hover li,
header .lang li.active
{
    display: block;
}

header .lang li
{
    padding: 0 0 5px 0;
}
header .lang li:last-of-type
{
    padding: 0;
}

header .lang li a
{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    opacity: 0.4;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
header .lang li a.cs { background-image: url(images/flags/cz.svg); }
header .lang li a.en { background-image: url(images/flags/gb.svg); }
header .lang li a.ru { background-image: url(images/flags/ru.svg); }
header .lang li a.de { background-image: url(images/flags/de.svg); }
header .lang li a.at { background-image: url(images/flags/at.svg); }
header .lang li a.es { background-image: url(images/flags/es.svg); }
header .lang li a.fr { background-image: url(images/flags/fr.svg); }
header .lang li a.it { background-image: url(images/flags/it.svg); }
header .lang li a.pl { background-image: url(images/flags/pl.svg); }
header .lang li a.nz { background-image: url(images/flags/nz.svg); }
header .lang li a.tw { background-image: url(images/flags/tw.svg); }

header .lang li a:hover
{
    opacity: 1;
}

header .lang li a span
{
    display: none;
}

header .lang li.active
{

}

header .lang li.active a
{
    opacity: 1;
}

/* #endregion */

/* #region SIDE MENU *********************/

header .sidePanel
{
    width: 290px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900;
    background: #1a253a;
    color: white;

    right: -299px;

    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
header.withMenu .sidePanel
{
    right: 0;
}

header .sidePanel .in
{
    width: 100%;
    height: 100%;
    padding: 25px 40px 25px 40px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: auto;
}

/*header .sidePanel:before
{
    content: " ";

    width: 9px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: 47px;
    display: block;
    background: url(images/sidepanel-arrow.svg) no-repeat right center;
    background-size: contain;
}*/

header .sidePanel ul.mainMenu
{
    display: none;
}

/* ------------------- */

header .sidePanel ul
{
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}

header .sidePanel ul li
{
    padding: 20px 0;
    display: block;
}

header .sidePanel a
{
    color: rgba(255,255,255,0.6);

    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

header .sidePanel a:hover,
header .sidePanel a.active,
header .sidePanel li.current-menu-item a,
header .sidePanel li.active a
{
    color: rgba(255,255,255,1);
}

/* ------------------- */

header .sidePanel ul.sideul
{

}

header .sidePanel ul.sideul li
{
    border-bottom: 1px solid #253659;
}

header .sidePanel ul.sideul li a
{

}

header .sidePanel ul.sideul li a:hover
{

}

/* ------------------- */

header .sidePanel .langs
{
    padding: 34px 0 0 0;
}

header .sidePanel .langs li
{
    padding: 10px 0;
}

header .sidePanel .langs li a
{
    padding: 0 0 0 34px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

header .sidePanel .langs li a:hover
{

}

header .sidePanel .langs li a:before
{
    content: " ";

    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    opacity: 0.6;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
header .sidePanel .langs li a.cs:before { background-image: url(images/flags/cz.svg); }
header .sidePanel .langs li a.en:before { background-image: url(images/flags/gb.svg); }
header .sidePanel .langs li a.ru:before { background-image: url(images/flags/ru.svg); }
header .sidePanel .langs li a.de:before { background-image: url(images/flags/de.svg); }
header .sidePanel .langs li a.es:before { background-image: url(images/flags/es.svg); }
header .sidePanel .langs li a.fr:before { background-image: url(images/flags/fr.svg); }
header .sidePanel .langs li a.it:before { background-image: url(images/flags/it.svg); }
header .sidePanel .langs li a.pl:before { background-image: url(images/flags/pl.svg); }
header .sidePanel .langs li a.nz:before { background-image: url(images/flags/nz.svg); }
header .sidePanel .langs li a.tw:before { background-image: url(images/flags/tw.svg); }
header .sidePanel .langs li a.zh-hant:before { background-image: url(images/flags/tw.svg); }

header .sidePanel .langs li.active a:before,
header .sidePanel .langs li a:hover:before
{
    opacity: 1;
}

/* #endregion */

@media screen and (max-width: 1870px)
{
    header .sidePanel:before
    {
        display: none;
    }

    header.withMenu #mobileMenu
    {
        position: fixed;
        right: 30px;
        top: 40px;
        z-index: 1000;
    }

    header.withMenu .c-hamburger span::before,
    header.withMenu .c-hamburger span::after
    {
        background-color: white;
    }
}

@media screen and (max-width: 1270px)
{
    header .menu
    {
        width: 58%;
        left: 210px;
    }

    header .menu li
    {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1160px)
{
    header .menu
    {
        width: 65%;
    }
}

@media screen and (max-width: 900px)
{
    header .desktopMenu ul.menu
    {
        display: none;
    }

    header .lang:hover li
    {
        display: none;
    }

    header .lang:hover
    {
        background: none;
    }

    header .lang.opened
    {
        background: rgba(0,0,0,0.2);
    }

    header .lang.opened li,
    header .lang li.active
    {
        display: block;
    }

    header .lang li a
    {
        opacity: 0.9;
    }

    header .sidePanel ul.mainMenu
    {
        display: block;
    }
}

/* MOBILE MENU */
/*@media screen and (max-width: 1120px)
{
    body.withMenu
    {
        overflow: hidden;
    }

    header nav
    {
        display: none;
    }
    header.withMenu nav
    {
        width: 100%;
        height: 100%;
        padding: 50px 60px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 800;
        display: block;
        overflow: auto;
        background: white;
        text-align: center;
    }

    /* ------------------ * /

    header .menu
    {
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
        position: static;
        display: block;
    }

    header .menu li
    {
        padding: 10px 0;
        display: block;
    }

    header .menu li a
    {
        font-size: 20px;
    }

    /* ------------------ * /

    header a.inquiry
    {
        margin: 0 0 20px 0;
        position: static;
    }

    /* ------------------ * /

    header .lang
    {
        width: auto;
        padding: 10px;
        position: static;
        display: inline-block;
        background: rgba(0,0,0,0.2);

        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

    header .lang li,
    header .lang:hover li,
    header .lang li.active,
    header .lang li:last-of-type
    {
        padding: 0 10px 0 0;
        display: inline-block;
    }

    header .lang li:last-of-type
    {
        padding: 0;
    }

    header .lang li a
    {
        width: 30px;
        height: 30px;
    }
}*/

/* #endregion */

/* #region FOOTER ======================================================================= */

footer
{
    background: #1c2c4b;
    text-align: center;
}

footer .dark
{
    padding: 0 0 60px 0;
    background: #1a253a;
}

/* #region REFERENCES ********************/

footer div.references
{
    padding: 80px 0 60px 0;
    text-align: center;
}

footer div.references h4
{
    padding: 0 0 34px 0;
    color: white;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

footer ul.references
{
    list-style: none;
}

footer ul.references li
{
    padding: 0 45px 30px 45px;
    display: inline-block;
    vertical-align: top;
}

footer ul.references li a
{
    display: block;
}

footer ul.references li a img
{
    width: auto;
    height: 30px;
    display: block;
}

/* #endregion */

/* #region MENU **************************/

footer .menu
{
    padding: 15px 0;
    margin: 0 0 46px 0;
    position: relative;
    top: -28px;
    display: inline-block;
    list-style: none;
    background: #1a253a;

    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

footer .menu li
{
    padding: 5px 50px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

footer .menu li:after
{
    content: " ";

    width: 1px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    overflow: hidden;
    background: #253659;
}

footer .menu li:last-of-type:after
{
    display: none;
}

footer .menu li a
{
    color: white;
    font-size: 15px;
    line-height: 18px;

    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

footer .menu li a:hover
{
    color: #00a3e2;
    text-decoration: underline;
}

/* #endregion */

/* #region FOOTER ************************/

footer .footer
{

}

footer .footer div.left,
footer .footer div.middle,
footer .footer div.right
{
    width: 33.33%;
    float: left;
}

footer .footer .logo
{
    width: 149px;
    height: 43px;
    display: block;
    background: url(images/logo-white.png) no-repeat center center;
    background-size: contain;
}

footer .footer p
{
    color: #627088;
    font-size: 16px;
    line-height: 43px;
    font-weight: 300;
    text-align: center;
}

footer .footer
{

}

footer .footer
{

}

/* #endregion */

/* #region SOCIALS ***********************/

footer .socials
{
    list-style: none;
    text-align: right;
}

footer .socials li
{
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
}

footer .socials li a
{
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    background: #1c2c4b;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

footer .socials li a:after
{
    content: " ";

    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #0189bd;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    opacity: 0;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

footer .socials li a.facebook
{
    background-image: url(images/social-facebook.svg);
    background-size: 9px 20px;
}
footer .socials li a.facebook:after
{
    background-image: url(images/social-facebook-hover.svg);
    background-size: 9px 20px;
}

footer .socials li a.instagram
{
    background-image: url(images/social-instagram.svg);
    background-size: 20px 20px;
}
footer .socials li a.instagram:after
{
    background-image: url(images/social-instagram-hover.svg);
    background-size: 20px 20px;
}

footer .socials li a:hover:after
{
    opacity: 1;
}

/* #endregion */

@media screen and (max-width: 830px)
{
    footer .menu li
    {
        padding: 5px 35px;
    }

    footer .footer div.left,
    footer .footer div.middle,
    footer .footer div.right
    {
        width: 100%;
        padding: 10px 0;
    }

    footer .footer .logo
    {
        margin: 0 auto;
    }

    footer .socials
    {
        text-align: center;
    }

    footer .socials li
    {
        padding: 0 10px;
    }
}

@media screen and (max-width: 750px)
{
    footer .menu li
    {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    footer .menu li:after
    {
        display: none;
    }
}

/* #endregion */