body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.group:before, .group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}


h1 {
    font-size: 41px;
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}

h1:after {
    content: "";
    position: absolute;
    width: 428px;
    height: 28px;
    background: url(../images/separ.png) no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}

h1.dark {
    color: #25384e;
    margin-bottom: 78px;
}

h1.dark strong {
    font-weight: 600;
}

h1 strong {
    font-weight: 600;
}



.header-top {
    background: #fff;
    padding: 31px 0px 27px 0px;
}

.container-center {
    max-width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
}

.phone-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.default-btn-subpage {
    background: #01abb8;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 15px 40px;
    text-align: center;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.default-btn-subpage:hover {
    text-decoration: none;
    background: #FFB222;
    color: white;
}

.phone-top img {
    margin-right: 17px;
}

.phone-top span {
    font-size: 18px;
    line-height: 1.3;
}

.phone-top span a {
    color: #2c3f56;
}

.phone-top span a:hover {
    text-decoration: none;
}

/*
.top-hexa {
    float: left;
    border-right: 11px solid #6C6;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
}

.middle-hexa {
    float: left;
    width: 20px;
    height: 35px;
    background-color: #6C6;
}

.bottom-hexa {
    float: left;
    border-left: 11px solid #6C6;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
}*/

.hexa-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hexa-social-icons a {
    position: relative;
    display: block;
    width: 41px;
    margin-right: 7px;
}

.hexa-social-icons a:before {
    content: "";
    background: url("../images/hexa-top-hover-2.png") no-repeat;
    width: 41px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.hexa-social-icons a:after {
    position: absolute;
    left: 50%;
    font-family: fontAwesome;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #01abb8;
    font-size: 20.4px;
    font-weight: 400;
}

.hexa-social-icons a.facebook-hexa:after {
    content: "\f09a";
}

.hexa-social-icons a.instagram-hexa:after {
    content: "\f16d";
}

.hexa-social-icons a.youtube-hexa:after {
    content: "\f166";
}

.hexa-social-icons a.linkedin-hexa:after {
    content: "\f0e1";
}

.hexa-social-icons a.twitter-hexa:after {
    content: "\f099";
}

.hexa-social-icons a.google-hexa:after {
    content: "\f0d5";
}
.hexa-social-icons a.blog-hexa:after {
    content: "\f09e";
}

.hexa-social-icons a:hover:before {
    opacity: 1;
}
.hexa-social-icons a:hover:after {
    color: white;
}

.buttons-apply-login a:first-child {
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 25px 18px 52px;
    background: #ffb222;
    font-size: 16.61px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.buttons-apply-login a:first-child:hover {
    background: #01abb8;
}

.buttons-apply-login{
    margin-left: 4px;
}

.buttons-apply-login a:first-child:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 13px;
    background: url("../images/apply-now.png") no-repeat;
    width: 26px;
    height: 26px;
}

.buttons-apply-login a:last-child {
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 25px 18px 52px;
    background: #7b3b83;
    font-size: 16.61px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    margin-left: 16px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.buttons-apply-login a:last-child:hover {
    background: #01abb8;
}

.buttons-apply-login a:last-child:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    background: url("../images/login-top.png") no-repeat;
    width: 26px;
    height: 28px;
}

.buttons-apply-login {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sm-blue a span.sub-arrow {
	border-width: 6px !important;
}

.header-right {
    height: 100%;
}

.padding-reduction {
    padding-left: 0px;
}

.header-bottom {
    background: #efefef;
    position: relative;
    z-index: 9;
}

.scrollToTop {
    width: 45px;
    height: 45px;
    padding: 10px;
    text-align: center;
    background: rgba(1, 171, 184, 0.8);
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    border-radius: 50%;
    z-index: 9999999999999999999999999;
}

.scrollToTop i {
    font-size: 20px;
    position: relative;
    top: 10px;
    color: white;
}

.custom-modification-ul {
    background: #efefef;
    box-shadow: initial;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.custom-modification-ul > li {
    border-left: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.active-menu-top a {
    color: #01abb8 !important;
}

.active-menu-top a:hover {
    color: white !important;
}

.custom-modification-ul > li > a {
    border-radius: 0px !important;
    background: #efefef;
    font-size: 17.56px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #252c3c;
    text-transform: uppercase;
    text-shadow: initial;
    padding-top: 28px;
    padding-bottom: 26px;
    line-height: 17.56px;
    text-align: center;
    position: relative;
}

.custom-modification-ul > li > a > .sub-arrow {
    right: 12px;
    top: 48%;
    margin-left: initial;
    left: initial;
    bottom: initial;
    border-color: #c2c2c2 transparent transparent transparent;
}


.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    background: #293b51;
    font-size: 17.56px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    text-shadow: initial;
    padding-top: 28px;
    padding-bottom: 26px;
    line-height: 17.56px;
    text-align: center;
    position: relative;
}

.custom-modification-ul > li:last-child:after {
    display: none;
}

.custom-modification-ul > li > a:hover {
    background: #293b51;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 17.56px;
    text-shadow: initial;
    padding-top: 28px;
    padding-bottom: 26px;
    line-height: 17.56px;
}

.custom-modification-ul > li > a:hover > .sub-arrow {
    border-color: white transparent transparent transparent;
}

.custom-modification-ul > li:hover:after {
    display: none;
}

.custom-modification-ul > li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    background: #d0d0d0;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
    border-radius: 0px !important;
}

.level-2-grid {
    margin: 0px;
    padding: 0px;
    background: #E0DFDF;
}

.level-2-menicko {
    min-width: 429px !important;
/*    margin: 0px !important;*/
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.level-2-menicko-left {
    background: #293b51;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.level-2-menicko-right {
    margin: 0px;
    padding: 0px;
    background: #e0dfdf;
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-right-menu a:before {
    content: "";
    position: absolute;
    background: url("../images/list-item-hexa.png") no-repeat;
    width: 16px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
}

.section-right-menu a:after {
    content: "";
    position: absolute;
    background: url("../images/list-item-hexa-hover.png") no-repeat;
    width: 16px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.section-right-menu.job-seekers a:before {
    content: "";
    position: absolute;
    background: url("../images/job-seekers/list-item-hexa.png") no-repeat;
    width: 16px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
}

.section-right-menu.job-seekers a:after {
    content: "";
    position: absolute;
    background: url("../images/job-seekers/list-item-hexa-hover.png") no-repeat;
    width: 16px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.section-right-menu.peo-services a:before {
    content: "";
    position: absolute;
    background: url("../images/peo-services/list-item-hexa.png") no-repeat;
    width: 16px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
}

.section-right-menu.peo-services a:after {
    content: "";
    position: absolute;
    background: url("../images/peo-services/list-item-hexa-hover.png") no-repeat;
    width: 16px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.section-right-menu li {
    box-sizing: border-box;
    padding-left: 27px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.section-right-menu li:last-child{
    margin-bottom: 0px;
}

.section-right-menu a, .section-right-menu a:hover {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #293b51 !important;
    background: none !important;
    text-transform: initial;
    text-align: left;
    line-height: initial;
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-right-menu a:hover:after {
    opacity: 1;
}

.slider-main .slick-next, .slider-main .slick-prev {
    display: none !important;
}

.slider-main {
    height: 607px;
}

.slider-main .item-slider {
    height: 607px !important;
    width: 100%;
    overflow: hidden;
    display: block;
}

.slider-main .item-slider img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    max-height: none;
    min-height: 100%;
    max-width: initial;
}

.slider-main .slick-dots {
    max-width: 1200px;
    margin: 0px auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -113px;
}

.item-slider-yellow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffb222;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.4;
}

.item-slider-yellow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 226px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(255,178,34,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(255,178,34,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,178,34,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffb222',GradientType=0 ); /* IE6-9 */
}

.item-slider-purple:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7b3b83;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.4;
}

.item-slider-purple:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 226px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(123,59,131,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(123,59,131,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(123,59,131,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#7b3b83',GradientType=0 ); /* IE6-9 */
}

.item-slider-blue:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #01abb8;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.3;
}

.item-slider-blue:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 226px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(1,171,184,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(1,171,184,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(1,171,184,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#01abb8',GradientType=0 ); /* IE6-9 */
}

.slideshow-yes .uk-dotnav {
    padding: 0px;
    max-width: 1200px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: -114px;
    z-index: 3;
}

li[data-uk-slideshow-item="0"] a {
    display: block;
}

li[data-uk-slideshow-item="0"] a .box-inside {
    width: 266px;
    height: 231px;
    position: relative;
}

li[data-uk-slideshow-item="0"] a .box-inside .image-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.box-inside .white-hexa {
    text-align: center;
    position: relative;
    top: 30px;
}

.box-inside p {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    position: relative;
    text-align: center;
    padding-top: 45px;
}

.box-inside .white-hexa .white-hexa-inside-1 {
    opacity: 0.3;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

li[data-uk-slideshow-item="0"] .white-hexa .white-hexa-inside-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

li[data-uk-slideshow-item="0"] .white-hexa .white-hexa-inside-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


li[data-uk-slideshow-item="1"] a .box-inside {
    width: 266px;
    height: 231px;
    position: relative;
}

li[data-uk-slideshow-item="1"] a .box-inside .image-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

li[data-uk-slideshow-item="1"] .white-hexa .white-hexa-inside-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

li[data-uk-slideshow-item="1"] .white-hexa .white-hexa-inside-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}





li[data-uk-slideshow-item="2"] a .box-inside {
    width: 266px;
    height: 231px;
    position: relative;
}

li[data-uk-slideshow-item="2"] a .box-inside .image-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

li[data-uk-slideshow-item="2"] .white-hexa .white-hexa-inside-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

li[data-uk-slideshow-item="2"] .white-hexa .white-hexa-inside-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.big-hexa-dot a:hover {
    text-decoration: none;
}


li[data-uk-slideshow-item="0"].uk-active .box-inside .white-hexa .white-hexa-inside-1 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    opacity: 1;
}

li[data-uk-slideshow-item="0"].uk-active .box-inside .white-hexa .white-hexa-inside-3 {
    opacity: 1;
}

li[data-uk-slideshow-item="1"].uk-active .box-inside .white-hexa .white-hexa-inside-1 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    opacity: 1;
}

li[data-uk-slideshow-item="1"].uk-active .box-inside .white-hexa .white-hexa-inside-3 {
    opacity: 1;
}

li[data-uk-slideshow-item="2"].uk-active .box-inside .white-hexa .white-hexa-inside-1 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    opacity: 1;
}

li[data-uk-slideshow-item="2"].uk-active .box-inside .white-hexa .white-hexa-inside-3 {
    opacity: 1;
}

.text-inside-header {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0px auto;
    height: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
}

.header-heading {
    font-weight: 700;
    color: white;
    font-size: 47px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
}

.about-us .container-center {
	max-width: 1069px;
}

.header-heading:after {
    display: none;
}

.header-paragraph {
    text-align: center;
    color: white;
    font-weight: 400;
    font-style: italic;
    font-size: 34px;
    letter-spacing: 1px;
    margin-top: 36px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

.header-button {
    display: inline-block;
    padding: 19px 38px;
    border: 2px solid white;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 43px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.header-button:hover {
    text-decoration: none;
    color: white;
    background: rgba(255,255,255,0.3);
}




.about-us {
    background: #f0f0f0;
    padding-top: 166px;
    padding-bottom: 80px;
    position: relative;
}

.about-us > img {
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 0px;
}

.about-us h1 {
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 41px;
    text-transform: uppercase;
    color: #27374a;
    text-align: center;
    margin: 0px;
    padding-bottom: 30px;
    position: relative;
}

.about-us h1:after {
    content: "";
    position: absolute;
    width: 428px;
    height: 28px;
    background: url("../images/separ.png") no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
}

.about-us-paragraph {
    margin-top: 67px;
    position: relative;
    z-index: 1;
}

.about-us-paragraph p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 38px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #263445;
    line-height: 30px;
}

.separator {
    height: 3px;
    background: #ffb222;
    position: relative;
}

.separator:after {
    content: "";
    position: absolute;
    background: url("../images/lichobeznik.png") no-repeat;
    width: 159px;
    height: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.separator.job-search{
    background: #6d4180;
}
.separator.job-search:after {
    background: url("../images/job-seekers/lichobeznik.png") no-repeat;
}
.separator.hr-help{
    background: #60a7b6;
}
.separator.hr-help:after {
    background: url("../images/peo-services/lichobeznik.png") no-repeat;
}
.job-positions {
    visibility: hidden;
}

.slick-initialized { visibility: visible; }

.jobs-offer {
/*
    padding: 104px 0px 228px 0px;
*/
    padding: 104px 0px 114px 0px;
    background: url("../images/blu-bckg.jpg") no-repeat;
    background-size: cover;
    height: 702px;
    position: relative;
}

.jobs-offer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 176px;
	bottom: 0px;
	left: 0px;
	background: url("../images/gradient-job-offers.png") no-repeat;
	background-size: cover;
}

.jobs-offer h1 {
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 43px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: 0px;
    padding-bottom: 25px;
    position: relative;
}

.jobs-offer h1 strong {
    font-weight: 600;
}

.jobs-offer h1:after {
    content: "";
    position: absolute;
    width: 428px;
    height: 28px;
    background: url("../images/separ.png") no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
}
.jobs-offer .button-regular {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    width: 100%;
/*
    bottom: 225px;
*/
    bottom: 112px;
    z-index: 7;
    /* note: header has z-index = 9 */
}
.job-positions {
    margin-top: 0px;
    padding: 0px 0px;
    position: relative;
/*
    z-index: 99999;
*/
    z-index: 8;
}

.job-card-header p {
    text-align: center;
    font-size: 19px !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    overflow: hidden;
    margin: 0px !important;
    position: relative;
    z-index: 2;
    line-height: 24px !important;
}

.job-card-header {
    padding: 21px 22px;
    background: #01abb8;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.odlesk {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.job-card-body {
    background: #f1f1f1;
    padding: 24px 23px;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 287px;
}

.dots-button {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	box-sizing: border-box;
	padding-left: 23px;
	padding-right: 47px;
	height: 97px;
}

.job-card.has-dots:hover .dots-button-container {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 14%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 14%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 14%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.job-card.has-dots .dots-button-container {
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(241,241,241,1) 14%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(241,241,241,1) 14%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(241,241,241,1) 14%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.job-card.has-dots .dots-button-container:after {
	content: "";
	position: absolute;
	width: 30px;
	background: url("../images/dots-gradient.png") no-repeat;
	height: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	top: 11px;
}

.job-card-body ul {
    padding: 0px;
}

.job-card-body ul li {
    font-weight: 400;
    font-size: 15px;
    color: #263a52;
    padding-left: 32px;
    position: relative;
    padding-bottom: 18px;
}

.job-card-body ul li:first-child:before {
    content: "";
    position: absolute;
    background: url("../images/marker.png") no-repeat;
    width: 16px;
    height: 21px;
    top: 0px;
    left: 0px;
}

.job-card-body ul li:nth-child(2):before {
    content: "";
    position: absolute;
    background: url("../images/phone.png") no-repeat;
    width: 19px;
    height: 19px;
    top: 0px;
    left: 0px;
}

.job-card-body ul li:last-child:before {
    content: "";
    position: absolute;
    background: url("../images/disc.png") no-repeat;
    width: 17px;
    height: 21px;
    top: 0px;
    left: 0px;
}

.job-card-body hr {
    border-top: 1px solid #cbcbcb;
    margin: 0px;
    margin-bottom: 22px;
}

.job-card-body ul {
    margin-bottom: 10px;
}

.job-card-body p {
    margin-top: 0px;
    color: #263a52;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.job-card-body a  {
    display: block;
    border: 1px solid #01abb8;
    border-radius: 3px;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
    font-weight: 600;
    font-size: 15px;
    color: #01abb8;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 36px;
}

.job-card-body a:hover {
    text-decoration: none;
    background: #01ABB8;
    color: white;
}

.job-card {
/*    padding-right: 14px;*/
    padding: 0px 24px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    border-radius: 3px;
    height: 320px;
    overflow: hidden;
    position: relative;
    padding-bottom: 81px;
}
.blog-card{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.job-positions .slick-list {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
}
.job-card.has-dots {
    position: relative !important;
    z-index: 50 !important;
}
.job-card.has-dots:hover {
    height: auto;
}
.job-card.has-dots:hover .job-card-body {
    height: auto;
    padding-bottom: 80px;
}
.job-card.has-dots:hover .dots-button {
    height: 50px;
    bottom: 103px;
}
.job-card.has-dots:hover .dots-button .dots-button-container {
    background: none !important;
}
.job-card.has-dots .dots-button .dots-button-container a {
    transition: none !important;
}
.job-card.has-dots:hover .dots-button .dots-button-container a {
    top: 0px;
}
.job-card.has-dots:hover .dots-button-container:after {
    display: none !important;
}
.zoomin {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
}

.zoomin .odlesk {
    opacity: 1;
}

.zoomin .job-card-body {
    background: #fff;
}
.job-positions .slick-arrow {
    top: 225px;
}
.job-positions .slick-prev:before {
    display: none;
}

.job-positions .slick-prev {
    background: url("../images/arrow-left-hover.png") no-repeat;
    width: 31px;
    height: 22px;
}

.job-positions .slick-prev:hover {
	background: url("../images/arrow-left.png") no-repeat;
}

.job-positions .slick-next:before {
    display: none;
}

.job-positions .slick-next {
    background: url("../images/arrow-right-hover.png") no-repeat;
    width: 31px;
    height: 22px;
}

.job-positions .slick-prev {
	left: -49px;
}

.job-positions .slick-next {
	right: -46px;
}

.job-positions .slick-next:hover {
    background: url("../images/arrow-right.png") no-repeat;
    width: 31px;
    height: 22px;
}

.button-regular {
    text-align: center;
    margin-top: 85px;
}

.button-regular a {
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 20px;
    padding: 18px 23px 18px 59px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.button-regular a:before {
    content: "";
    position: absolute;
    background: url("../images/lupa.png") no-repeat;
    width: 32px;
    height: 31px;
    left: 13px;
    top: 15px;
}

.button-regular a:hover {
    text-decoration: none;
    background: #01abb8;
}
.hp-blog .button-regular a:hover {
    background: #FFB62F;
}

.steps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.steps-container > li {
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1
}

.steps-container > li:first-child {
    padding-right: 5px;
}

.steps-container > li:last-child {
    padding-left: 5px;
}

.steps-container > li > a {
    display: block;
    text-align: center;
    padding: 36px 10px;
    background: #7b3b83;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 30px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
}

.steps-container > li > a > strong {
    font-weight: 600;
}

.steps-container > li.uk-active a {
    background: white;
    text-decoration: none;
    background: white;
    color: #263a52;
}

.steps-container > li > a:hover {
    text-decoration: none;
    background: white;
    color: #263a52;
}

.steps {
    margin-top: -102px;
    position: relative;
}

.steps-slideshow-item {
    box-sizing: border-box;
    padding: 27px;
    background: #f2f2f2;
    border-top: 1px solid #e1e1e1;
}

.steps-slideshow .uk-position-bottom {
    position: static !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.steps-slideshow-right h2 {
    font-weight: 600;
    font-size: 18px;
    color: #213145;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}

.steps-slideshow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding-right: 30px;
}

.steps-slideshow-right p {
    font-size: 15px;
    font-weight: 400;
    color: #213145;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    margin-top: 26px;
}

.prepinace li a {
    display: block;
}
.prepinace li:first-child {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.prepinace .circle-main {
    width: 91px;
    height: 91px;
    background: #ffb62f;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 35px -5px rgba(255,182,47,0);
    -moz-box-shadow: 0px 0px 35px -5px rgba(255,182,47,0);
    box-shadow: 0px 0px 35px -5px rgba(255,182,47,0);
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prepinace li[data-uk-slideshow-item="1"] .circle-main {
    background: #01abb8;
}

.prepinace li[data-uk-slideshow-item="2"] .circle-main {
    background: #7b3b83;
}

.prepinace li[data-uk-slideshow-item="3"] .circle-main {
    background: #384c64;
}

.prepinace li:first-child > img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
}

#my-id {
    margin-top: 100px;
    padding-bottom: 80px;
}

.circle-submain {
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 3px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 20px;
}


.prepinace li[data-uk-slideshow-item="0"] .circle-submain {
    color: #FFB62F;
}

.prepinace li[data-uk-slideshow-item="1"] .circle-submain {
    color: #01abb8;
}

.prepinace li[data-uk-slideshow-item="2"] .circle-submain {
    color: #7b3b83;
}

.prepinace li[data-uk-slideshow-item="3"] .circle-submain {
    color: #384c64;
}

.circle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.link-circle p {
    font-weight: 600;
    font-size: 17px;
    color: #23354b;
    margin-top: 40px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-align: center;
}

.circle-main > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.prepinace li[data-uk-slideshow-item="0"] .link-circle:hover .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(255,182,47,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(255,182,47,0.75);
    box-shadow: 0px 0px 35px 5px rgba(255,182,47,0.75);
}

.prepinace li[data-uk-slideshow-item="1"] .link-circle:hover .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(1,171,184,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(1,171,184,0.75);
    box-shadow: 0px 0px 35px 5px rgba(1,171,184,0.75);
}

.prepinace li[data-uk-slideshow-item="2"] .link-circle:hover .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(123,59,131,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(123,59,131,0.75);
    box-shadow: 0px 0px 35px 5px rgba(123,59,131,0.75);
}

.prepinace li[data-uk-slideshow-item="3"] .link-circle:hover .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(56,76,100,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(56,76,100,0.75);
    box-shadow: 0px 0px 35px 5px rgba(56,76,100,0.75);
}

.prepinace li .link-circle {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.prepinace li[data-uk-slideshow-item="0"] .link-circle:hover p, .prepinace li[data-uk-slideshow-item="0"] .link-circle:hover {
    color: #FFB62F;
}

.prepinace li[data-uk-slideshow-item="1"] .link-circle:hover p, .prepinace li[data-uk-slideshow-item="1"] .link-circle:hover {
    color: #01abb8;
}

.prepinace li[data-uk-slideshow-item="2"] .link-circle:hover p, .prepinace li[data-uk-slideshow-item="2"] .link-circle:hover {
    color: #7b3b83;
}

.prepinace li[data-uk-slideshow-item="3"] .link-circle:hover p, .prepinace li[data-uk-slideshow-item="3"] .link-circle:hover {
    color: #384c64;
}


.prepinace li[data-uk-slideshow-item="0"].uk-active .link-circle p, .prepinace li[data-uk-slideshow-item="0"].uk-active .link-circle{
    color: #FFB62F;
}

.prepinace li[data-uk-slideshow-item="0"].uk-active .link-circle .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(255,182,47,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(255,182,47,0.75);
    box-shadow: 0px 0px 35px 5px rgba(255,182,47,0.75);
}

.prepinace li[data-uk-slideshow-item="1"].uk-active .link-circle p, .prepinace li[data-uk-slideshow-item="1"].uk-active .link-circle{
    color: #01abb8;
}

.prepinace li[data-uk-slideshow-item="1"].uk-active .link-circle .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(1,171,184,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(1,171,184,0.75);
    box-shadow: 0px 0px 35px 5px rgba(1,171,184,0.75);
}

.prepinace li[data-uk-slideshow-item="2"].uk-active .link-circle p, .prepinace li[data-uk-slideshow-item="2"].uk-active .link-circle{
    color: #7b3b83;
}

.prepinace li[data-uk-slideshow-item="2"].uk-active .link-circle .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(123,59,131,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(123,59,131,0.75);
    box-shadow: 0px 0px 35px 5px rgba(123,59,131,0.75);
}

.prepinace li[data-uk-slideshow-item="3"].uk-active .link-circle p, .prepinace li[data-uk-slideshow-item="3"].uk-active .link-circle{
    color: #384c64;
}

.prepinace li[data-uk-slideshow-item="3"].uk-active .link-circle .circle-main {
    -webkit-box-shadow: 0px 0px 35px 5px rgba(56,76,100,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(56,76,100,0.75);
    box-shadow: 0px 0px 35px 5px rgba(56,76,100,0.75);
}

.slideshow-arrow-btm {
    padding-bottom: 40px;
    position: relative;
}

.slideshow-arrow-btm.uk-active:after {
    content: "";
    position: absolute;
    background: url("../images/arrow-down.png") no-repeat;
    width: 24px;
    height: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    z-index: 2;
}

.slideshow-left-ar {
    background: url(../images/mn-left.png) no-repeat;
    width: 65px;
    height: 57px !important;
    z-index: 8 !important;
    display: block !important;
    left: -30px !important;
    top: 320px !important;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.slideshow-left-ar:hover {
	background: url(../images/arrow-left-hover-slider.png) no-repeat;
}

.slideshow-left-ar:before {
    display: none;
}

.kolorace {
	display: inline-block;
	position: relative;
}

.kolorace:hover .colored-logo {
	opacity: 1;
	display: inline;
}

.colored-image {
	width: 74px;
}

.website-by {
	font-weight: 400;
    font-size: 13px;
    color: white;
    margin-bottom: 0px;
    opacity: 0.74;
    padding-right: 12px;
}

.colored-logo {
	opacity: 0;
	display: none;
	width: 74px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slideshow-right-ar {
    background: url("../images/mn-right.png") no-repeat;
    width: 65px;
    height: 57px !important;
    z-index: 8 !important;
    display: block !important;
    top: 320px !important;
    right: -30px !important;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.slideshow-right-ar:hover {
	background: url(../images/arrow-right-hover-slider.png) no-repeat;
}

.slideshow-right-ar:before {
    display: none;
}

.default-button {
    padding: 22px 26px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.buttons-after-slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}

.default-button:hover {
    text-decoration: none;
    color: white;
    background: #01abb8;
}

.blue-button {
    background: #01abb8;
}

.purple-button {
    background: #7b3b83;
    padding-left: 26px;
    padding-right: 26px;
}
.purple-button-small {
    padding-top: 16px;
    padding-bottom: 16px;
}
.buttons-after-slideshow a {
    min-width: 180px;
}
.buttons-after-slideshow a:first-child {
    margin-right: 15px;
}

.buttons-after-slideshow a:first-child:hover {
	background: #FFB222;
}

.stories {
    padding: 109px 0px 80px 0px;
    background: url("../images/talker-bckg.jpg") no-repeat;
    background-size: cover;
}

.stories-slick {
    max-width: 710px;
    margin: 0px auto;
    padding: 0px 15px;
}

.stories-item {
    height: 100%;
}

.stories-item > p {
    font-weight: 400;
    font-size: 19px;
    font-style: italic;
    color: #25384e;
    text-align: center;
    line-height: 33px;
    padding-bottom: 45px;
}

.stories-slick .slick-next, .stories-slick .slick-prev {
    display: none !important;
}

.stories-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 46px;
}

.stories-author .author-real {
    margin-left: 20px;
}

.stories-author .author-real p:first-child {
    font-weight: 600;
    font-size: 19px;
    color: #25384e;
}

.stories-author .author-real p:last-child {
    font-size: 16px;
    color: #25384e;
    font-weight: 400;
}

.stories-slick .slick-dots li button:before {
    display: none;
}

.stories-slick .slick-dots {

}

.stories-slick .slick-dots li {
    width: 26px;
    height: 23px;
}

.stories-slick .slick-dots li button {
    width: 26px;
    height: 23px;
    background: url("../images/hexa-purple.png");
}

.stories-slick .slick-dots li.slick-active button {
    width: 26px;
    height: 23px;
    background: url("../images/hexa-purple-hover.png");
}

.certifications .container-center {

}

.certifications {
    padding: 50px 0px;
}
.certifications-subpage {
    padding: 10px 0px;
}

.certifs-grid {
    margin-top: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.certifs-h2 {
    text-align: center;
    overflow: hidden;
}

.certifications h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #25384e;
    text-align: center;
    margin-bottom: 0px;
    line-height: 20px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 30px;
    position: relative;
}

.certifications h2:after {
    content: "";
    position: absolute;
    width: 3000px;
    height: 1px;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #e0e0e0;
}

.certifications h2:before {
    content: "";
    position: absolute;
    width: 3000px;
    height: 1px;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #e0e0e0;
}

.certs-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locations {
    padding: 75px 0px;
    background: #384c64;
}

.our-locations {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
}

.our-locations-2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    color: #444;
}

.addresses {
    margin-top: 33px;
}

.addresses a {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    background: #2c3f56;
    margin-bottom: 11px;
    border: 1px solid #2f425a;
    border-right: 0px;
    font-weight: 400;
    font-size: 17px;
    color: white;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.addresses a:last-child {
    margin-bottom: 0px;
}

.addresses a:hover {
    text-decoration: none;
    background: #14acb9;
    border: 1px solid #14acb9;
    border-right: 0px;
}

.map-grid, .map-container {
    height: 100%;

}

.map-container {
    width: 74%;
}

.map-real-right {
    padding-left: 0px;
}

#map {
    height: 100%;


}

.map-real-right {
    border: 2px solid #14acb9;
    box-sizing: border-box;
}

.map-address-info {
    padding-left: 0px;
    width: 26%;
}

.useful-info {
    display: none;
    background: white;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
}
.map-address-info .useful-info:first-child {
    display: block;
}
.address-1-list, .address-2-list, .address-3-list,
.address-1-list a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #29323d;
    margin-bottom: 12px;
    padding-left: 30px;
    line-height: 26px;
}
.address-1-list a {
    padding-left: 0px;
}
.address-1-list:first-line {
    font-weight: 600;
}
.address-1-list {
    margin-bottom: 25px;
}

.address-1-list:before {
    content: "";
    position: absolute;
    left:0px;
    top: 5px;
    background: url("../images/marker.png") no-repeat;
    width: 16px;
    height: 21px;
}

.address-2-list:before {
    content: "";
    position: absolute;
    left:0px;
    top: 5px;
    background: url("../images/phone.png") no-repeat;
    width: 19px;
    height: 19px;
}

.address-3-list:before {
    content: "";
    position: absolute;
    left:0px;
    top: 5px;
    background: url("../images/clock.png") no-repeat;
    width: 22px;
    height: 22px;
}

.address-1-list li:nth-child(1) {
    font-weight: 600;
    font-size: 15px;
    color: #29323d;
    margin-bottom: 12px;
}

.address-1-list li:nth-child(2){
    font-weight: 400;
    font-size: 15px;
    color: #29323d;
}

.address-2-list {
    margin-top: 0px;
    margin-bottom: 25Px;
}

.address-2-list li {
    font-size: 15px;
    font-weight: 400;
    color: #29323d;
    margin-bottom: 12px;
}

.address-2-list li:last-child {
    margin-bottom: 0px;
}

.address-3-list {
    margin-top: 0px;
}

.address-3-list li {
    font-size: 15px;
    font-weight: 400;
    color: #29323d;
    margin-bottom: 12px;
}

.active-address {
    background: #14acb9 !important;
}

footer {
    padding: 26px 0px;
    background: #33465d;
}

.footer-items p {
    font-weight: 400;
    font-size: 13px;
    color: white;
    margin-bottom: 0px;
    opacity: 0.74;
}

.footer-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-switcher {
    display: none;
    margin-top: 15px;
}

.steps-slideshow-left {
    padding-left: 15px;
}

.steps-container {
    padding-left: 0px;
}

.subheader {
    height: 385px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.subheader .container-center {
    height: 100%;
}

/*.subheader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ffb222;
    opacity: 0.3;
}*/

.subheader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, rgba(229,229,229,1) 25%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(229,229,229,1) 25%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(229,229,229,1) 25%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=1 );
    z-index: 1;
}
.subheader.job-search:before {
    background: -moz-linear-gradient(left, rgba(123,59,131,1) 25%, rgba(123,59,131,0.75) 33%, rgba(255,255,255,0) 57%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(123,59,131,1) 25%,rgba(123,59,131,0.75) 33%,rgba(255,255,255,0) 57%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(123,59,131,1) 25%,rgba(123,59,131,0.75) 33%,rgba(255,255,255,0) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b3b83', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}
.subheader.job-search:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #7b3b83;
    opacity: 0.3;
}
.subheader.hr-help:before {
    background: -moz-linear-gradient(left, rgba(1,171,184,1) 25%, rgba(1,171,184,0.75) 33%, rgba(255,255,255,0) 57%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1,171,184,1) 25%,rgba(1,171,184,0.75) 33%,rgba(255,255,255,0) 57%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(1,171,184,1) 25%,rgba(1,171,184,0.75) 33%,rgba(255,255,255,0) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01abb8', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}
.subheader.hr-help:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #01abb8;
    opacity: 0.3;
}
.subheader.staffing:before {
    background: -moz-linear-gradient(left, rgba(255,178,34,1) 25%, rgba(255,178,34,0.75) 33%, rgba(255,255,255,0) 57%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,178,34,1) 25%,rgba(255,178,34,0.75) 33%,rgba(255,255,255,0) 57%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,178,34,1) 25%,rgba(255,178,34,0.75) 33%,rgba(255,255,255,0) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb222', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}
.subheader.staffing:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ffb222;
    opacity: 0.3;
}
.subheader > img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    max-height: none;
    min-height: 100%;
    max-width: initial;
    min-width: 100%;
}

.subheader h1 {
    font-weight: 700;
    font-size: 45px;
    color: #27374a;
    z-index: 1;
    text-align: left;
    padding-bottom: 20px;
    line-height: 45px;
    width: 718px;

}
.subpage-special-section.subheader h1 {
    color: white;
}
.subheader h1:after {
    width: 718px;
    height: 18px;
    background: url("../images/subpage-separ-dark.png") no-repeat;
    left: 0px;
    top: 100%;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
}
.subpage-special-section.subheader h1:after {
    background: url("../images/subpage-separ.png") no-repeat;
}
.subheader-head {
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.subheader-breadcrumbs {
    height: 20%;
    position: relative;
    z-index: 1;
}

.custom-breadcrumbs ul {
    height: 100%;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-breadcrumbs ul > li a {
    color: #27374a;
    font-size: 14px;
    font-weight: 400;
}
.subpage-special-section .custom-breadcrumbs ul > li a {
    color: white;
}
.custom-breadcrumbs ul > li span {
    color: #27374a;
    font-size: 14px;
    font-weight: 600;
}
.subpage-special-section .custom-breadcrumbs ul > li span {
    color: white;
}

.custom-breadcrumbs ul > li:nth-child(n+2):before {
    content: "\f054";
    font-family: fontAwesome;
    font-size: 11px;
    color: #27374a;
}
.subpage-special-section .custom-breadcrumbs ul > li:nth-child(n+2):before {
    color: white;
}
.subpage-content {

}

.subpage-left .category {
    font-weight: 400;
    font-size: 15.64px;
    color: #2c3f56;
    text-transform: uppercase;
    margin-bottom: 26px;
    line-height: 23px;
    margin-top: 40px;
}

.subpage-left {
    /*padding-left: 57%;*/
    visibility: hidden;
}

.subpage-real-left {
	/*padding-left: 336px;*/
}

.subpage-right {
    padding-right: 28%;
    padding-bottom: 113px;
    visibility: hidden;
}

.subpage-left {
    padding-bottom: 113px;
}

.subpage-left-buttons a {
    margin-bottom: 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #2c3f56;
    display: block;
    padding: 18px 25px;
    box-sizing: border-box;
    color: white;
    font-size: 15.64px;
    font-weight: 400;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 4;
}

.subpage-left-buttons a:last-child {
    margin-bottom: 40px;
}
.subpage-left-buttons a.active,
.subpage-left-buttons a:hover {
    text-decoration: none;
    color: #fbab16;
    background: white;
    font-weight: 600;
    -webkit-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    box-shadow: -10px 0px 22px -5px rgba(0,0,0,0.4);
}

.subpage-left-buttons a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left:0px;
    background: #ffb222;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.job-search .subpage-left-buttons a.active,
.job-search .subpage-left-buttons a:hover {
    text-decoration: none;
    color: #7b3b83;
    background: white;
    font-weight: 600;
    -webkit-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    box-shadow: -10px 0px 22px -5px rgba(0,0,0,0.4);
}
.job-search  .subpage-left-buttons a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left:0px;
    background: #7b3b83;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hr-help .subpage-left-buttons a.active,
.hr-help .subpage-left-buttons a:hover {
    text-decoration: none;
    color: #01abb8;
    background: white;
    font-weight: 600;
    -webkit-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    box-shadow: -10px 0px 22px -5px rgba(0,0,0,0.4);
}
.hr-help .subpage-left-buttons a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left:0px;
    background: #01abb8;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.staffing.subpage-left-buttons a {
    margin-bottom: 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #2c3f56;
    display: block;
    padding: 18px 25px;
    box-sizing: border-box;
    color: white;
    font-size: 15.64px;
    font-weight: 400;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 4;
}
.staffing.subpage-left-buttons a:last-child {
    margin-bottom: 40px;
}
.staffing.subpage-left-buttons a.active,
.staffing.subpage-left-buttons a:hover {
    text-decoration: none;
    color: #fbab16;
    background: white;
    font-weight: 600;
    -webkit-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 26px -5px rgba(0,0,0,0.75);
    box-shadow: -10px 0px 22px -5px rgba(0,0,0,0.4);
}
.staffing.subpage-left-buttons a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left:0px;
    background: #ffb222;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.subpage-left-buttons a.active:before,
.subpage-left-buttons a:hover:before {
    opacity: 1;
}

.subpage-list-header span {
    font-weight: 700;
    font-size: 19px;
    color: #ffb222;
    text-transform: uppercase;
    padding-left: 15px;
}
.subpage-list-header.title-2 span {
    padding-left: 0px;
    margin-top: 25px;
}
.hr-help .subpage-list-header span {
    color: #01ABB8;
}
.subpage-list p {
    line-height: 28px;
}
.subpage-list {
    padding-right: 10px;
}
.job-search .subpage-list-header span {
    color: #7b3b83;
}
.subpage-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subpage-list ul {
    margin-top: 35px;
    padding: 0px;
}

.subpage-list ul li {
    font-weight: 600;
    font-size: 15px;
    color: #27374a;
    line-height: 22px;
    margin-bottom: 24px;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
}

.subpage-list ul li:last-child {
    margin-bottom: 0px;
}

.subpage-list ul li:before {
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffb222;
}
.hr-help .subpage-list ul li:before {
    color: #01ABB8;
}
.job-search .subpage-list ul li:before {
    color: #7b3b83;
}
.subpage-right h2 {
    font-size: 33.36px;
    font-weight: 600;
    color: #27374a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 84px;
    margin-bottom: 68px;
}

.subpage-right h3 {
    font-size: 25px;
    font-weight: 600;
    color: #27374a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 45px;
    margin-top: 65px;

}

.subpage-right p {
    font-weight: 400;
    font-size: 16px;
    color: #27374a;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 43px;
}

.subpage-real-right ul {
    margin: 0px;
    font-size: 16px;
}

.subpage-real-right ul li {
    font-weight: 400;
    margin-bottom: 10px;
}

.subpage-real-right {
    padding-left: 51px;
    width: 64%;
}

.subpage-real-left {
    position: relative;
    background: #f0f0f0;
    -webkit-box-shadow: inset -6px 1px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: inset -6px 1px 10px 0px rgba(0,0,0,0.06);
     box-shadow: inset -6px 1px 10px 0px rgba(0,0,0,0.06);
     width: 36%;
}

.subpage-real-left:after {

}

.image-right {
    float: right;
}

.interested {
    padding: 111px 0px 100px 0px;
    background: url("../images/interested.jpg") no-repeat;
    background-size: cover;
}

.interested h2 {
    font-size: 34px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
}

.interested h2 span {
    font-size: 34px;
    font-weight: 600;
    color: white;
}

.phone-real span {
	line-height: 1.3;
}
.phone-real span a {
    font-size: 25px;
    color: white;
    font-weight: 600;
    padding-left: 20px;
}

.phone-real span a:hover {
    text-decoration: none;
}

.button-real a {
    padding: 21px 25px;
    background: #f6ac21;
    font-weight: 600;
    font-size: 19px;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-real a:hover {
    text-decoration: none;
    background: #01abb8;
}
.interested.job-search .button-real a {
    background: #7b3b83;
}

.phone-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.phone-real {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.button-real {
    margin-left: 60px;
}

.boxik-animace {
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    background: transparent;
    box-sizing: border-box;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: none;
    border-bottom: none;
    top: -104px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    z-index: 5;
}

.boxik-animace img {
    position: absolute;
    top: -9px;
    left: 100%;
    z-index: 10;
}

.slideshow-yes .uk-dotnav li:first-child.uk-active .boxik-animace {
    width: 449px;
    height: 128px;
    opacity: 1;
}

.boxik-animace-2 {
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    background: transparent;
    box-sizing: border-box;
    border-left: 1px solid white;
    border-right: none;
    border-bottom: none;
    top: -95px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    z-index: 5;
}

.boxik-animace-2 img {
    position: absolute;
    bottom: 100%;
    left: -9px;
    z-index: 10;
}

.slideshow-yes .uk-dotnav li:nth-child(2).uk-active .boxik-animace-2 {
    width: 20px;
    height: 119px;
    opacity: 1;
}

.boxik-animace-3 {
    position: absolute;
    right: 50%;
    width: 0px;
    height: 0px;
    opacity: 1;
    background: transparent;
    box-sizing: border-box;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-left: none;
    border-bottom: none;
    top: -95px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 5;
    opacity: 0;
}

.boxik-animace-3 img {
    position: absolute;
    top: -9px;
    right: 100%;
    z-index: 10;
}

.slideshow-yes .uk-dotnav li:nth-child(3).uk-active .boxik-animace-3 {
    width: 449px;
    height: 128px;
    opacity: 1;
}

.main-menu-heading {
    display: none;
}

.footer-button {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #FFB222;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px;
}

.footer-button:hover, .footer-button:focus, .footer-button:active {
    background: #01abb8;
    color: white;
    text-decoration: none;
}

.footer-button-2 {
    display: block;
    text-transform: uppercase;
    padding: 24px 20px;
    background: #7B3B83;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-button-2:hover, .footer-button-2:focus, .footer-button-2:active {
    background: #01abb8;
    color: white;
    text-decoration: none;
}




.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 42px;
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 3px;
  width: 33px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
.section-container,
.section-container p,
.section-container span {
    margin: 65px auto;
    font-weight: 400;
    font-size: 16px;
    color: #27374a;
    line-height: 28px;
}
.section-container h2 {
    font-size: 33.36px;
    font-weight: 600;
    color: #27374a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 25px 0px;
}
.steps .uk-slideshow,
.steps .uk-slideshow .steps-slideshow-item {
    min-height: 265px !important;
}


/*emergecy button */
/*-----------------------------------------------------*/
.emergency {
    display: flex;
    align-items: center;
    border: 3px solid #f1f1f1;
    border-right: none;
    margin-top: 27px;
    position: fixed;
    z-index: 110;
    right: 0;
    width: 77px;
    min-height: 340px;
    top: 17%;
    background: #60a7b6;
    z-index: 999999999999;
    transition-duration: 0.5s;
}
.emergency:hover,
.emergency:focus {
  background: #50a0b0;
  width: 100px;
  transition-duration: 0.5s;
}
.emergency:hover a span,
.emergency:focus a span {
  width: 267px;
}
.emergency a {
    padding: 0px 25px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    text-decoration: none;
}
.emergency a:hover {
    transition-duration: 0.5s;
    padding: 0px 30px;
}
.emergency a span {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    text-shadow: initial;
    line-height: 22px;
    display: block;
    -webkit-transform: rotate(-90deg);
    height: 265px;
    width: 251px;
    padding-top: 8px;
    text-align: center;
    transform: rotate(-90deg);
    text-decoration: none;
}
.emergency a:hover span {
  transition-duration: 0.2s;
  text-shadow: 0px 0px 20px #fff;
}
#emergency-msg {
    z-index: 999999999999;
}
#emergency-msg .uk-modal-dialog {
  min-height: 250px;
  background: #60a7b6;
  border: 3px solid #f1f1f1;
  padding: 40px;
  min-width: 70%;
}
#emergency-msg .uk-modal-dialog .modal-content h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    display: block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
#emergency-msg .uk-modal-dialog .modal-content h1:before,
#emergency-msg .uk-modal-dialog .modal-content h1:after {
  display: none !important;
}
#emergency-msg .uk-modal-dialog .modal-content,
#emergency-msg .uk-modal-dialog .modal-content p {
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}
#emergency-msg .uk-modal-dialog .modal-content a {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 25px;
    /*background: #ffb222;*/
    font-size: 16.61px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#emergency-msg .uk-modal-dialog .modal-content a:hover {
/*    background: #7b3b83;*/
}
#emergency-msg .uk-modal-dialog .modal-content strong {
  font-weight: 500;
}
#emergency-msg .uk-modal-dialog .uk-close {
position: relative;
top: -15px;
right: -15px;
  color: white;
  opacity: 1;
}
#emergency-msg .uk-modal-dialog .uk-close:hover {
  transition-duration: 0.2s;
  text-shadow: 0px 0px 20px #fff;
}

@media (min-width: 1001px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}



.four-steps .uk-slideshow li .steps-slideshow-item {
    min-height: 265px;
}





/* responsive */

@media screen and (min-width: 2050px) {

	.subpage-real-left {
		width: 40%;
	}

	.subpage-real-right {
		width: 60%;
	}

}

@media screen and (max-width: 1268px) {

    .job-positions {
        padding: 0px 30px;
    }

    .job-positions .slick-next {
        right: 0px;
    }

    .job-positions .slick-prev {
        left: 0px;
    }

    .slideshow-right-ar, .slideshow-left-ar {
        right: -18px !important;
    }

    .subpage-left {
        padding-left: 20px !important;
    }

    .subpage-right {
        padding-right: 20px !important;
    }

}

@media screen and (max-width: 1235px) {

    .boxik-animace, .boxik-animace-2, .boxik-animace-3 {
        display: none;
    }

}

@media screen and (max-width: 1222px) {

    .container-center {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-main {

    }

    .header-left-with-logo {
        width: 50%;
    }

    .padding-reduction {
        width: 50%;
    }

    .buttons-apply-login a:first-child, .buttons-apply-login a:last-child {
        font-size: 14px;
    }

    .phone-top span {
        font-size: 14px;
    }

    .slideshow-yes .uk-dotnav {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    body #coggno-shop {
        padding-right: 20px !important;
        padding-left: 0px !important;
    }

}

@media screen and (max-width: 1105px) {

    .headeros-left {
        width: 40%;
    }

    .headeros-right {
        width: 60%;
    }

    .hexa-social-icons a {
        width: 35px;
    }

    .hexa-social-icons a:before {
        width: 31px;
        height: 30px;
    }

    .header-left-with-logo {
        width: 57%
    }

    .padding-reduction {
        width: 43%;
    }

    .headeros-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

}

@media screen and (max-width: 1031px) {

    .custom-modification-ul > li > a {
        font-size: 16px;
    }

    .custom-modification-ul > li > a:hover {
        font-size: 16px;
    }

    .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        font-size: 16px;
    }

    .subheader {
        height: 334px;
    }

}

@media screen and (max-width: 1000px) {

    .headeros-left {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .headeros-right {
        width: 100%;
    }

    .phone-top span {
        font-size: 18px;
    }

    .socialize {
        display: none;
    }

    .buttons-header-real {
        width: 100%;
        margin-top: 30px;
    }

    .buttons-apply-login {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .custom-modification-ul {
        display: block;
    }

    .level-2-menicko-left {
        display: none;
    }

    .custom-modification-ul > li:after {
        display: none;
    }

    .section-right-menu li {
        border-top: 0px !important;
    }

    .level-2-menicko-right {
        width: 100% !important;
        box-sizing: border-box;
    }

    .level-2-menicko {
        min-width: initial !important;
    }

    .section-right-menu li {
        padding: 0px 10px;
    }

    .sm-blue > li > a:hover, .sm-blue > li > a:focus, .sm-blue > li > a:active, .sm-blue a.highlighted {
        text-align: center;
        text-transform: uppercase;
    }

    .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        text-align: left;
        text-transform: inherit;
    }

    .main-menu-btn {
        width: 100%;
    }

    .main-menu-heading {
         display: block;
         position: absolute;
         left: 53%;
         top: 0px;
         margin: 0px;
         font-size: 20px;
         top: 12px;
    }

    .main-menu-btn-icon {
        left: 44%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    }

    .menu-switcher {
        display: block;
        text-align: center;
        font-size: 18px;
        position: relative;
        top: -3px;
    }

}

@media screen and (max-width: 998px) {
    .steps-container > li > a {
        font-size: 23px;
    }

    .steps-container > li > a {
        padding: 24px 10px;
    }

    .steps {
        margin-top: -71px;
    }

    .steps-slideshow .uk-position-bottom {
        display: none;
    }

    .slideshow-left-ar {
        top: 90px !important;
    }

    .slideshow-right-ar {
        top: 90px !important;
    }

    .steps-slideshow-left {
        display: none;
    }

    .fill-whole {
        width: 100%;
    }

    .steps-slideshow-right {
        padding-left: 30px;
    }

    .locations-first {
        width: 100%;
    }

    .map-real-right {
        width: 100%;
        border: 0px;
        padding-left: 25px;
    }

    .map-grid {
        border: 2px solid #14acb9;
        margin: 0px;
    }

    .map-container {
        padding-left: 0px;
        width: 50%;
    }

    .map-real-right {
        margin-top: 30px;
    }

    .map-address-info {
        width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: white;
    }

}

@media screen and (max-width: 960px) {

    .text-inside-header {
        padding: 0px 20px;
        box-sizing: border-box;
        height: 100%;
    }

    .footer-items {
        display: block;
        text-align: center;
    }

    .footer-items div {
        margin-bottom: 30px;
    }

    .footer-items div:last-child {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 905px) {
    .slideshow-yes .uk-dotnav {
        display: none;
    }

    .about-us {
        padding-top: 40px;
    }

}

@media screen and (max-width: 870px) {
    .subheader {
        height: 288px;
    }

    .footer-button-2 {
        font-size: 20px;
        line-height: 25px;
        padding: 12px 20px;
    }

    .subheader h1 {
        font-size: 34px;
    }

    .subpage-real-left {
        width: 100%;
    }

    .subpage-left {
        padding-right: 20px;
        padding-left: 20px;
    }

    .subpage-right {
    	padding-left: 20px;
    	padding-right: 20px;
    }

    .subpage-real-right {
        width: 100%;
        padding-left: 25px;
    }

    body #coggno-shop {
    	padding-left: 0px !important;
    }

}

@media screen and (max-width: 767px) {

	body {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	body #coggno-shop {
	    padding-left: 20px !important;
	}
    #emergency-msg .uk-modal-dialog {
        min-width: auto;
    }

}

@media screen and (max-width: 730px) {
    .subheader h1 {
        width: auto;
    }
}

@media screen and (max-width: 701px) {

    .subheader > img {

    }

}

@media screen and (max-width: 632px) {

    .map-address-info, .map-editor, .map-container {
        width: 100%;
    }

    .map-container {
        height: 250px;
    }

}

@media screen and (max-width: 605px) {
    .steps-container > li > a {
        font-size: 17px;
    }

    .steps {
        margin-top: -65px;
    }

    .phone-button {
        display: block;
    }

    .phone-real {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .button-real {
        margin-top: 44px;
        text-align: center;
        margin-left: 0px;
    }

    #coggno-shop ul li {
    	width: 100% !important;
    }

    #coggno-shop .nav-tabs > li > a, #coggno-shop .nav-pills > li > a {
    	width: 100% !important;
    	box-sizing: border-box;
    }

    .text-inside-header {
        margin-top: 0px;
    }

    .slider-main .item-slider {
        height: 350px !important;
    }

    .header-heading {
        font-size: 25px;
    }

    .header-paragraph {
        font-size: 20px;
        margin-top: 10px;
    }

    .header-button {
        padding: 12px 25px;
        font-size: 17px;
    }

    .jobs-offer {
        padding: 52px 0px 150px 0px;
    }

    .job-positions {
        margin-top: 0px;
    }

    .steps {
        display: none;
    }
    .positions-switcher a{
        margin-bottom: 10px !important;
    }
    .jobs-offer .button-regular {
        bottom: 110px;
        z-index: 10;
    }

    .stories-item > p {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .stories-author .author-real p:first-child {
        font-size: 16px;
    }

    h1.dark {
        margin-bottom: 47px;
    }

    .subheader, .subheader .container-center {
        min-height: 172px;
        height: auto;
        padding-top: 20px;
    }

    .subheader > img {
        min-width: 100%;
    }

    .subheader h1 {
        font-size: 24px;
    }

    .subheader-head {
        height: 70%;
    }

    .subheader-breadcrumbs {
        height: 30%;
        padding-bottom: 20px;
    }

    .custom-breadcrumbs ul {
        display: block;
    }



    .main-menu-btn-icon {

    }

    .menu-switcher {
        display: block;
        text-align: center;
        font-size: 18px;
        position: relative;
        top: -3px;
        left: 10px;
    }

}




@media screen and (max-width: 505px) {

    .padding-reduction {
        width: 100%;
        margin-top: 20px;
    }

    .header-left-with-logo{
        width: 100%;
        text-align: center;
    }

    h1 {
        font-size: 34px;
    }

    h1:after {
       background-size: contain;
        width: 100%;
        height: 28px;
    }

    .header-heading {
        font-size: 34px;
    }

    .about-us h1 {
        font-size: 34px;
        padding-bottom: 0px;
        margin-top: 20px;
    }
    .about-us {
        padding-bottom: 2px;
    }
    .about-us h1:after {
        display: none;
        background-size: contain;
        width: 100%;
        height: 28px;
    }
    .about-us p {
        display: none;
    }
    .about-us img {
        display: none;
    }
    .jobs-offer h1:after {
        background-size: contain;
        width: 100%;
        height: 28px;
    }

    .job-positions {
        padding: 0px;
    }

    .job-card {

    }

    .job-positions .slick-next {
        right: -8px !important;
        z-index: 999;
    }

    .job-positions .slick-prev {
        left: -17px !important;
        z-index: 999;
    }

    .hot-jobs-subpage .job-positions .slick-next {
        right: 6px !important;
        z-index: 999;
    }

    .hot-jobs-subpage .job-positions .slick-prev {
        left: -20px !important;
        z-index: 999;
    }

    .jobs-offer h1 {
        font-size: 34px;
    }

    .steps-container {
        display: block;
    }

    .default-button {
        font-size: 15px;
    }

    .steps-container > li:last-child {
        padding-left: 0px;
    }

    .steps-container > li:first-child {
        padding-right: 0px;
    }
/*
    .slideshow-right-ar, .slideshow-left-ar {
        display: none !important;
    }
*/
    .slideshow-left-ar {
        left: -23px !important;
    }
    .four-steps .uk-slideshow li .steps-slideshow-item {
        min-height: 361px;
    }
    .slideshow-right-ar, .slideshow-left-ar {
        top: 50% !important;
    }
    .steps-slideshow-right h2 {
        padding: 0px 20px;
    }
    .steps-slideshow-right p {
        padding: 0px 20px;
    }
    .steps-slideshow-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .buttons-after-slideshow {
        margin-top: 20px;
    }

    .buttons-after-slideshow {
        display: block;
    }

    .buttons-after-slideshow a:first-child {
        display: block;
        margin-right: 0px;
    }

    .default-button {
        display: block;
    }

    .stories-slick {
        padding: 0px;
    }

    .footer-items {
        display: block;
        text-align: center;
    }

    .footer-items div {
        margin-bottom: 30px;
    }

    .footer-items div:last-child {
        margin-bottom: 0px;
    }

    .subheader > img {

    }

    #coggno-shop table, #coggno-shop table tr, #coggno-shop table tbody, #coggno-shop table td {
    	display: block;
    	width: 100%;
    	text-align: center;
    }

    .span9 .doc-icon, .span9 .doc-txt, .span9 .doc-btn-box {
	    width: 100% !important;
	}



}

@media screen and (max-width: 417px) {


    .menu-switcher {
        display: block;
        text-align: center;
        font-size: 18px;
        position: relative;
        top: -3px;
        left: 15px;
    }


}

@media screen and (max-width: 364px) {

    .buttons-apply-login a:first-child, .buttons-apply-login a:last-child {
        font-size: 12px;
        padding: 18px 12px 18px 45px;
    }
    .four-steps .uk-slideshow li .steps-slideshow-item {
        min-height: 616px;
    }
}

.uk-pagination > li > span,
.uk-pagination > li > a {
    background: none !important;
    color: #27374a !important;
    font-size: 18px !important;
    line-height: 18px !important;
}
.uk-pagination > li.uk-active > span,
.uk-pagination > li.uk-active > a,
.uk-pagination > li:hover > span,
.uk-pagination > li:hover > a {
    background: none !important;
    color: #7b3b83 !important;
    font-size: 24px !important;
    line-height: 14px !important;
    font-weight: bold;
}
.uk-pagination > li:last-child:hover > span,
.uk-pagination > li:last-child:hover > a,
.uk-pagination > li:first-child:hover > span,
.uk-pagination > li:first-child:hover > a {
    font-size: 18px !important;
    line-height: 18px !important;
}
.articles-list > div {
    margin-bottom: 35px;
}
.articles-list .item {
  display: block;
  background-color: #fff;
    text-decoration: none;
}
.articles-list .item .box-thumb {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.articles-list .item .box-thumb .box {
  width: 65px;
  height: 65px;
  background-color: #fff;
  position: absolute;
  z-index: 11;
  top: 5px;
  left: 5px;
  text-align: center;
}
.articles-list .item .box-thumb .box .date {
  text-decoration: none;
  height: 65px;
  line-height: 18px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  top: 14px;
  left: 0;
  text-align: center;
    width: 100%;
}
.articles-list .item .box-thumb .box .date .day {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #27374a;
}
.articles-list .item .box-thumb .box .date .month {
  text-decoration: none;
  display: inline-block;
  padding-top: 5px;
  font-size: 18px;
  color: #27374a;
}
.articles-list .item .box-thumb .box .more {
    text-decoration: none;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    top: 0;
    left: 0;
    background-color: #ffb222;
    color: white;
    /*font-size: 18px;*/
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    height: 52px;
    padding-top: 13px;
}
.articles-list .item .box-desc {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    padding: 15px 10px;
    height: 160px;
    overflow: hidden;
    font-size: 15px;
    color: #27374a;
    line-height: 24px;
}
.articles-list .item .box-desc {
  font-size: 15px;
}
.articles-list .item .box-desc .title {
  font-size: 19px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.articles-list .item .box-desc p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #333;
        height: 91px;
    overflow: hidden;
}
.articles-list .item:hover .box-thumb .box .date {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.articles-list .item:hover .box-thumb .box .more {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.articles-list .item:hover .box-desc {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  background-color: #7b3b83;
  color: #fff;
}
.articles-list .item:hover .box-desc .title {
  color: #fff;
}
.articles-list .item:hover .box-desc p {
  color: #fff;
}
body #coggno-shop {
    width: 100% !important;
    box-sizing: border-box;
}
body #coggno-shop h1:before,
body #coggno-shop h1:after {
    display: none;
}
.sidebar-contact-butt {
    text-align: center;
    margin-top: 35px;
}
.sidebar-contact-butt a {
    padding: 20px 25px;
    border-radius: 3px;
}
.spacer10{
    height: 10px;
}
.spacer20{
    height: 20px;
}
.spacer100{
    height: 100px;
}
.locations-contact-2 {
    background: white;
}

.contact-form {
    padding: 40px 0px 120px 0px;
}

.contact-form-par {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}

.contact-page-form {
    margin-top: 50px;
}

.contact-page-form-no-margin {
    margin: 0;
}

.contact-page-form select {
    display: inline-block;
    height: 45px;
    padding: 10px;
}



.contact-page-form select option {
    height: 45px;
}

.contact-page-form input[type="email"], .contact-page-form input[type="text"] {
    height: 45px;
    padding: 15px;
}

.contact-page-form textarea {
    height: 200px;
    padding: 15px;
}

.contact-page-form p {
    font-size: 24px;
    margin-top: 30px;
}

.contact-page-form input[type="submit"] {
    background: #7b3b83;
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 20px 65px 20px 65px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    margin-top: 60px;
    font-size: 18px;
}

.contact-page-form input[type="submit"]:hover {
    background: #01abb8;
}

.span9 {
    width: 100% !important;
    margin-top: 18px;
}

.span9 .doc-icon {
    width: 15% !important;
}

.span9 .doc-txt {
    width: 70% !important;
}

.span9 .doc-btn-box {
    width: 15% !important;
    text-align: center;
}

.span3 {
    width: 100% !important;
    margin: 0px !important;
}

@media screen and (max-width: 505px) {
	.span9 .doc-icon {
   		width: 100% !important;
	}

	.span9 .doc-txt {
	    width: 100% !important;
	}

	.span9 .doc-btn-box {
	    width: 100% !important;
	    text-align: center;
	}
}

/* styly Team page - Michal 19.12.2017 */

.subheader-team:before {
    background: -moz-linear-gradient(left, rgba(229,229,229,1) 25%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(229,229,229,1) 25%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(229,229,229,1) 25%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.subheader-team h1 {
    color: #2c3f56;
}

.subheader-team .custom-breadcrumbs ul > li a {
    color: #2c3f56;
}

.subheader-team .custom-breadcrumbs ul > li:nth-child(n+2):before {
    color: #2c3f56;
}

.subheader-team .custom-breadcrumbs ul > li span {
    color: #2c3f56;
}

.subheader-team:after {
    display: none;
}

.team {
    padding: 66px 0px 113px 0px;
}

.team h1, .team-beige h1, .team-white h1 {
    font-weight: 600;
    font-size: 35px;
    color: #2c3f56;
}

.team-go-menu ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
}

.team-go-menu ul li {
    padding-left: 12px;
    margin-bottom: 20px;
}

.team-go-menu ul li a {
    color: #27374a;
    display: inline-block;
    font-size: 16px;
    padding: 14px 16px;
    background: #f0f0f0;
    border-radius: 3px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-go-menu ul li a:hover {
    text-decoration: none;
    background: #14acb9;
    color: white;
}

.team-persons {
    margin-top: 90px;
    margin-left: -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.team-person-container {
    height: 100%;
    overflow: hidden;
}

.team-persons > * {
    padding-left: 15px;
}

.team-person {
    height: 328px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.team-person > a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #ffb222;
    position: absolute;
    right: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-person > a:hover {
    text-decoration: none;
    background: #14acb9;
}

.team-person > a > i {
    color: white;
}

.team-person > img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    max-height: none;
    min-height: 100%;
    max-width: initial;
    width: 104%;
}

.team-text {
    min-height: 86px;
    background: #13acb9;
    overflow: hidden;
    padding: 22px 15px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
}

.team-text p:first-child {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.team-text p:last-child {
    font-weight: 400;
    color: white;
    font-size: 14px;
    margin: 0px;
    margin-top: 14px;
    text-transform: uppercase;
}

.team-beige {
    padding: 70px 0px 93px 0px;
    background: #eeeeee;
}

.team-white {
    padding: 70px 0px 93px 0px;
    background: white;
}

.person-real {
    margin-bottom: 15px;
}




/* styly Job seekers page - Michal 20.12.2017 */

.job-seekers:before {
    background: -moz-linear-gradient(left, rgba(123,59,131,1) 25%, rgba(123,59,131,0.75) 33%, rgba(255,255,255,0) 57%);
    background: -webkit-linear-gradient(left, rgba(123,59,131,1) 25%,rgba(123,59,131,0.75) 33%,rgba(255,255,255,0) 57%);
    background: linear-gradient(to right, rgba(123,59,131,1) 25%,rgba(123,59,131,0.75) 33%,rgba(255,255,255,0) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b3b83', endColorstr='#00ffffff',GradientType=1 );
}

.job-seekers:after {
    background: #7b3b83;
}

.job-seekers-span {
    color: #7b3b83 !important;
}

.job-seekers-list li:before {
    color: #7b3b83 !important;
}

.job-seekers-button-1, .job-seekers-button-2 {
    height: 96px;
    display: block;
    padding-left: 134px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 25px;
    color: white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
}

.job-seekers-button-left, .job-seekers-button-right {
    padding-left: 75px;
}

.job-seekers-button-1:hover, .job-seekers-button-2:hover {
    text-decoration: none;
    color: white;
}

.job-seekers-button-1 {
    background: #ffb222;
}

.job-seekers-button-2 {
    background: #01abb8;
}

.seeker-1 {
    position: absolute;
    left: -34px;
    top: -13px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.job-seekers-button-1:hover .seeker-1 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}

.lupa-seeker {
    position: absolute;
    left: 1px;
    top: 16px;
}

.seeker-2 {
    position: absolute;
    left: -34px;
    top: -13px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.job-seekers-button-2:hover .seeker-2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}

.sheet-seeker {
    position: absolute;
    left: 8px;
    top: 16px;
}

.job-seekers-button {
    margin-top: 100px;
    padding-bottom: 80px;
}

.subpage-real-right-2 {
    padding-left: 0px;
}

.subpage-right-2 {
    padding-left: 51px;
    padding-bottom: 13px;
}

.subpage-right-3 {
    padding-bottom: 25px;
}
.hot-jobs-subpage {
    padding: 0px 0px 70px 0px;
    background: #fbfbfb;
    border-top: 1px solid #d7d7d7;
    padding-left: 51px;
}

.hot-jobs-subpage h2 {
    font-size: 33.36px;
    font-weight: 600;
    color: #27374a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 58px;
    margin-bottom: 34px;
}

.job-positions-2 .slick-list {
    padding-left: 0px;
}

.job-positions-2 .job-card {

}

.job-positions-2 {
    margin-top: 0px;
}

.job-positions-2 .slick-next, .job-positions-2 .slick-prev {
    display: none;
}

.four-steps {
    padding: 0px 0px 70px 0px;
    background: white;
    border-top: 1px solid #d7d7d7;
    padding-left: 51px;
}

.four-steps > h2 {
    font-size: 33.36px;
    font-weight: 600;
    color: #27374a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 58px;
    margin-bottom: 34px;
}
.four-steps #my-id {
    margin-top: 40px;
    padding-bottom: 40px;
}
.four-steps .buttons-after-slideshow {
 margin-top: 0px;
}
.four-steps .subpage-real-right ul li {
    margin-bottom: 0px;
}
.four-steps .steps-slideshow .uk-position-bottom {
    padding-left: 0px;
}
.four-steps .slideshow-arrow-btm {
    max-width: 130px;
}
@media screen and (max-width: 1072px) {

    .seeker-1 {

    }

    .lupa-seeker, .sheet-seeker {

    }

    .seeker-2 {

    }

    .job-seekers-button-1, .job-seekers-button-2 {
        padding-left: 139px;
        font-size: 16px;
    }

    .job-seekers-button-left {
        padding-left: 45px;
    }

    .job-seekers-button-right {
        padding-left: 45px;
    }

}

@media screen and (max-width: 501px) {

    .job-seekers-button-left, .job-seekers-button-right {
        width: 100%;
    }

    .job-seekers-button-right {
        margin-top: 50px;
    }

}
.uk-modal {
    z-index: 999999;
    z-index: 9999999999999999;
}
.generated-form span.error {
    background: none !important;
    color: rgb(68, 68, 68) !important;
    top: 0px !important;
}

.job-positions-3 {
    max-width: 843px;
}
.job-positions-3.job-positions .slick-prev {
    left: -40px;
}
.job-positions-3.job-positions .slick-next {
    right: -17px;
}




/* styly Team page - Michal 19.12.2017 */

.subheader-team:before {
    background: -moz-linear-gradient(left, rgba(229,229,229,1) 25%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(229,229,229,1) 25%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(229,229,229,1) 25%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.subheader-team h1 {
    color: #2c3f56;
}

.subheader-team .custom-breadcrumbs ul > li a {
    color: #2c3f56;
}

.subheader-team .custom-breadcrumbs ul > li:nth-child(n+2):before {
    color: #2c3f56;
}

.subheader-team .custom-breadcrumbs ul > li span {
    color: #2c3f56;
}

.subheader-team:after {
    display: none;
}

.team {
    padding: 50px 0px 70px 0px;
}

.team h1, .team-beige h1, .team-white h1 {
    font-weight: 600;
    font-size: 35px;
    color: #2c3f56;
}

.team-go-menu ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0px;
}

.team-go-menu ul li {
    padding-left: 12px;
    margin-bottom: 20px;
}

.team-go-menu ul li a {
    color: #27374a;
    display: inline-block;
    font-size: 16px;
    padding: 14px 16px;
    background: #f0f0f0;
    border-radius: 3px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-go-menu ul li a:hover {
    text-decoration: none;
    background: #14acb9;
    color: white;
}

.go-back {
    margin-top: 40px;
}

.go-back span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #0e9ca8;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.go-back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0e9ca8;
    text-decoration: none;
}

.go-back a:hover {
    text-decoration: none;
}

.go-back a:hover span {
    background: #f6ac21;
    border: 1px solid #f6ac21;
}

.go-back span i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #0e9ca8;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.go-back a:hover span i {
    color: white;
}

.team h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #0e9ca8;
    margin-top: 64px;
    margin-bottom: 30px;
}

.main-team-grid {
    margin-left: 0px;
}

.main-team-grid-left {
    padding-left: 0px;
    background: #0e9ca8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-team-grid-right {
    padding-left: 0px;
    background: #13acb9;
}

.team-grid-right {
    background: #ededed;
    position: relative;
}

.team-grid-right > img {
    position: absolute;
    right: 0px;
    top: -1px;
}

.main-team-inside {
    margin-left: 0px;
}

.main-team-inside-left {
    width: 56%;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-team-inside-right {
    width: 44%;
    padding-left: 0px;
    -webkit-box-flex:1;
        -ms-flex:auto;
            flex:auto;
    position: relative;
}

.main-team-inside-right img {
    position: absolute;
    right: 0px;
    top: -1px;
}

.main-team-inside-right-real {
    position: relative;
    overflow: hidden;
    height: 340px;
    width: 100%;
}

.main-team-inside-right-real img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 115%;
    min-height: auto;
    max-height: none;
}

.main-team-inside-left-real {
    padding-left: 58px;
}

.boss-team {
    font-size: 29px;
    color: white;
    margin-bottom: 25px;
}

.boss-post {
    font-weight: 300;
    font-size: 22px;
    color: white;
    margin-top: 0px;
    margin-bottom: 56px;
    text-transform: uppercase;
}

.boss-more {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    color: white;
    font-size: 18px;
    padding: 23px 50px;
    background: #f6ac21;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.boss-more:hover {
    text-decoration: none;
    color: white;
    background: #0E9CA8;
}

.team-table {
    margin-left: 0px;
    margin-top: 0px !important;
    padding: 0px 50px;
    margin-top: 45px !important;
    margin-bottom: 30px !important;
}

.team-table-regular {
    margin-bottom: 10px !important;
}

.team-table-header {
    padding-left: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.team-table-header-regular {
    border-bottom: 1px solid rgba(182,182,182,0.5);
}

.team-table-record {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.team-table-record-regular {
    border-bottom: 1px solid rgba(182,182,182,0.5);
}

.team-table-real {
    margin-left: 0px;
}

.team-table-item {
    padding-left: 0px;
}

.team-table-header p {
    text-transform: uppercase;
    color: white;
    opacity: 0.7;
    font-weight: 400;
    font-size: 14.5px;
}

.team-table-header-regular p {
    color: #0e9ca8;
    opacity: 1;
}

.team-table-record-1 {
    font-weight: 700;
    font-size: 18px;
    color: white;
    padding-right: 20px;
    line-height: 25px;
}

.team-table-record-1-regular {
    color: #3e3e3e;
}

.team-table-record-2 {
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding-right: 20px;
    line-height: 25px;
}

.team-table-record-2-regular {
    color: #3e3e3e;
}

.team-table .team-table-record:last-child {
    border: none;
}

.team-table-item-1 {
    width: 40%;
}

.team-table-item-2 {
    width:40%;
}

.team-table-item-3 {
    width: 20%;
}

.hexa-team {
    background: url("../images/hexa-team.png") no-repeat;
    width: 78px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nothing {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #aaaaaa;
}
.four-steps-2 .prepinace li:first-child > img {
    width: 75%;
    z-index: 0;
}
@media screen and (max-width: 1015px) {

    .main-team-grid-left {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
        padding: 15px 0px;
    }

    .main-team-grid-right {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    }

}
.visible-small {
    display: none !important;
    padding: 4% 4% 10% 4%;
    width: 96%;
    margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
    .subpage-left {
        padding-bottom: 15px;
    }
    .subpage-right {
        padding-bottom: 25px;
    }
    .visible-small {
        display: block !important;
    }
    .visible-small .uk-margin-large-top {
        margin-top: 25px !important;
    }
    .emergency {
        min-height: 190px;
        width: 37px;
        top: auto;
        bottom: 95px;
    }
    .emergency a {
        padding: 0px 6px;
    }
    .emergency a span {
        font-size: 15px;
        min-height: 230px;
        min-width: 230px;
    }

}
@media screen and (max-width: 720px) {

    .main-team-inside-right {

    }

    .main-team-inside-right > img {
        display: none;
    }

    .main-team-inside-left {
        width: 100%;
    }

    .main-team-inside-left-real {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding: 20px;
    }

}

@media screen and (max-width: 600px) {

    .team-table-item {
        width: 100% !important;
        text-align: center;
    }

    .team-table-header p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .team-table-record-1, .team-table-record-2 {
        padding-right: 0px;
    }

    .four-steps-2 {
        padding-left: 50px;
        padding-right: 25px !important;
    }

}


/* PDF styly */

.pdf-box {
    background: #01abb8;
    padding: 50px 45px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 194px;
    box-sizing: border-box;
}

.pdf-box > img {
    max-width: 44px;
}

.pdf-box:hover {
    background: #0c7f8b;
    text-decoration: none;
}

.pdf-box-text p {
    margin: 0px;
}

.pdf-box-text {
    padding-left: 40px;
}

.pdf-box-text i {
    font-size: 11px;
    position: relative;
    top: -1px;
    left: 4px;
}

.pdf-box-text p:first-child {
    color: white;
    font-size: 25px;
}

.pdf-box-text p:last-child {
    color: white;
    font-size: 14px;
    margin-top: 10px;
}
.job-card-body .offer-contact-person a {
    display: inline;
    border: none !important;
    text-transform: none !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #263a52 !important;
    position: static !important;
    padding: 0px !important;
}
.job-card-body .offer-contact-person a:hover {
    text-decoration: underline;
}
/*
@media screen and (max-width: 1300px) {
   .hot-jobs-subpage .hot-jobs-subpage-container {
        padding-right: 30px !important;
   }
}
*/
@media screen and (max-width: 1150px) {
    .pdf-box-container {
        width: 100%;
    }

    .pdf-box-text p:first-child {
        font-size: 20px;
    }
}

.go-back-top {
    margin-top: 53px;
}
.heading-after-go-back {
    margin: 40px 0px !important;
}
.resources-sub-menu .pdf-box {
    display: block !important;
    text-align: center;
}
.resources-sub-menu .pdf-box i {
    color: white;
    font-size: 45px;
}
.resources-sub-menu .pdf-box .pdf-box-text {
    padding-left: 0px;
}
.resources-sub-menu .pdf-box .pdf-box-text p {
    font-size: 22px;
    margin-top: 20px;
}
#modal-apply-now {
    z-index: 999999999999;
}
#modal-apply-now .uk-modal-dialog {
    padding: 50px;
    background: #efefef;
    border: 2px solid #ffb222;
}
#modal-apply-now .uk-modal-dialog > .uk-close:first-child {
    margin: -30px -30px 0 0;
}
#modal-apply-now .apply-button {
    display: block;
    text-transform: uppercase;
    color: white;
    background: #01abb8;
    font-size: 25px;
    line-height: 30px;
    padding: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}
#modal-apply-now .apply-button:hover {
	text-decoration: none;
}
#modal-apply-now .apply-button.apply-button-alt {
    background: #ffb222;
}
@media screen and (max-width: 870px) {
    #modal-apply-now .apply-button {
        font-size: 20px;
        line-height: 25px;
        padding: 1em 1.4em;
    }
}
@media screen and (max-width: 501px) {
    #modal-apply-now .apply-button {
        font-size: 15px;
        line-height: 20px;
    }
}
@media screen and (max-width: 380px) {
    #modal-apply-now .apply-button {
        font-size: 12px;
    }
}
/*#modal-apply-now h2 {
    margin-bottom: 30px;
    font-weight: bold;
}
#modal-apply-now .uk-modal-dialog .state-title {
    margin: 15px 0px;
    color: #252c3c;
    text-decoration: none !important;
    text-align: center;
    font-size: 18px;
}
#modal-apply-now .uk-modal-dialog a:hover .state-title {
 color: #ffb222;
}
#modal-apply-now .uk-modal-dialog .state-flag {
    height: 140px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid #efefef;
}
#modal-apply-now .uk-modal-dialog a:hover {
    text-decoration: none !important;
}
#modal-apply-now .uk-modal-dialog a:hover .state-flag {
    border: 2px solid #ffb222;
}
#modal-apply-now .uk-modal-dialog .state-flag img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
#modal-formular-odeslan {
    z-index: 9999999999;
}
#modal-formular-odeslan h2 {
    margin-top: 30px;
}
#modal-formular-odeslan p {
    font-size: 16px;
    margin: 17px 0px;
}
#modal-formular-odeslan .uk-modal-dialog {
    text-align: center;
}

.position-slideshows {
    margin-top: 15px;
}
.positions-links {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.positions-links a {
    display: inline-block;
    position: relative;
    margin: 0px 23px;
    font-size: 13px;
}
.positions-switcher {
    width: 100%;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 5px;
}
.positions-switcher a {
    display: inline-block;
    margin: 0px 15px;
    font-weight: 400;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 20px;
    padding: 12px 23px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.positions-switcher a:hover,
.positions-switcher a.active {
    text-decoration: none;
    background: #01abb8;
}
.job-positions {
    height: 0px !important;
    visibility: hidden !important;
}
.job-positions.slick-initialized.active {
    height: auto !important;
    visibility: visible !important;
}
.hot-jobs-subpage-container .positions-switcher a {
    background: #404c62;
}
.hot-jobs-subpage-container .positions-switcher a:hover,
.hot-jobs-subpage-container .positions-switcher a.active {
    text-decoration: none;
    background: #01abb8;
}

@media screen and (max-width: 542px){
    #emergency-msg .uk-modal-dialog .modal-content a{
        display: block;
        margin: auto;
        max-width: 250px;
    }
    #emergency-msg .uk-modal-dialog .modal-content img{
        display: block;
        margin: auto;
    }
    #emergency-msg .uk-modal-dialog .modal-content h1{
        font-size: 20px;
    }
}
.call-button-content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.call-button{
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 25px 18px 52px;
    background: #01abb8;
    font-size: 16.61px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    margin-right: 10px;
}
.call-button:before{
    content: "";
    position: absolute;
    left: 14px;
    top: 13px;
    background: url(../images/phone-icon-white.png) no-repeat;
    width: 26px;
    height: 26px;
    background-size: 26px;
}
.call-button:hover{
    background: #ffb222;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
#my-id-tel .uk-modal-dialog{
    border: 2px solid #01abb8;
    padding: 20px;
}
#my-id-tel .uk-modal-dialog .phone-top{
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
#my-id-tel .uk-modal-dialog .phone-top >a{
    display: block;
    width: 100%;
    padding: 25px;
    background: #01abb8;
    font-size: 22px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-box-sizing: border-box;box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
}
#my-id-tel .uk-modal-dialog .phone-top >a > span{
	font-size: 16.5px;
    margin-right: 10px;
}
#my-id-tel .uk-modal-dialog .phone-top >a:last-child{
    margin-bottom: 0;
}
#my-id-tel .uk-modal-dialog .phone-top >a:hover{
    background: #ffb222;
}
.headeros-left .padding-reduction{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.headeros-right .header-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: right;
}
.socialize{
    position: relative;
    left: 30px;
}
@media screen and (max-width: 1000px){
    .headeros-right .header-right{
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    }
    .call-button-content{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .headeros-left .padding-reduction{
        display: none;
    }
    .header-left-with-logo{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
	#my-id-tel .uk-modal-dialog .phone-top >a > span{
		display: block;
		margin-bottom: 5px;
        margin-right: 0;
	}
}
.hp-blog {
    padding: 40px 0px 126px 0px;
    background: url("../images/blog-bckg.png") no-repeat;
    background-size: 100% 110%;
    height: 702px;
    position: relative;
}
.hp-blog h1{
    color: #fff;
}
.hp-blog h1:after{
        background: url(../images/separ-white.png) no-repeat;
}
.hp-blog .uk-grid{
    margin-top: 68px;
}
.blog-card{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    max-width: 274px;
    margin: auto;
}
.blog-card-img{
    position: relative;
    display: block;
    overflow: hidden;
    margin: auto;
    max-width: 274px;
    width: 100%;
    height: 153px;
}
.blog-card-img img{
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.blog-card .date{
    position: absolute;
    top: 100px;
    left: 20px;
    background: #263a52;
    width: 62px;
    height: 64px;
    padding: 5px;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}
.blog-card .date p{
    color: #fff;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 7px;
    text-align: center;
}
.blog-card .date p:last-of-type{
    margin-bottom: 0;
}
.blog-card-text{
    background: #f1f1f1;
    padding: 23px 22px 17px;
}
.blog-card-text h2{
    color: #263a52;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    min-height: 93px;
    padding-bottom: 17px;
    border-bottom: 1px solid #cbcbcb;
}
.blog-card-text p{
    color: #263a52;
    font-size: 15px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
}
.blog-card-text .blog-button{
    position: relative;
    padding-top: 20px;
}
.blog-card-text .blog-button:before{
    content: "";
    position: absolute;
    width: 30px;
    background: url(../images/dots-gradient.png) no-repeat;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
}
.blog-card-text .blog-button a,
.blog-card-text .blog-button .faux-link{
    display: block;
    border: 1px solid #263a52;
    border-radius: 3px;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
    font-weight: 600;
    font-size: 15px;
    color: #263a52;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.blog-card-text .blog-button a:hover,
.hp-blog a:hover .blog-card-text .blog-button .faux-link{
    text-decoration: none;
    background: #263a52;
    color: #fff;
}
.hp-blog a:hover{
    text-decoration: none;
}
@media screen and (max-width: 1182px){
    .blog-card-text h2{
        font-size: 16px;
    }
}
@media screen and (max-width: 1015px){
    .blog-card-text h2{
        font-size: 15px;
    }
}
@media screen and (max-width: 959px){
    .hp-blog .uk-grid >div{
        display: none;
    }
    .hp-blog .uk-grid >div:first-of-type{
        display: block;
    }
}
@media screen and (max-width: 479px){
    .hp-blog h1:after{
        background: url(../images/separ-white.png) no-repeat;
        left: 0;
        overflow: hidden;
        max-width: 300px;
        margin: auto;
        right: 0;
        background-position: center;
        -webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%);
    }
}

.logo-main{
    width: 338px;
    height: auto;
}

@media screen and (min-width: 1000px){
    .socialize{
        /*margin: auto !important;*/
    }
    .header-right{
        float: right;
    }
    .hexa-social-icons{
        padding-left: 47px;
    }
    .hexa-social-icons a:last-child {
        margin-right: 0px;
    }
    .headeros-left .padding-reduction {
        display: grid;
    }
}

.popular-positions a{
    color: #27374a;
}
.packer .packer-img{
    position: relative;
    display: block;
    overflow: hidden;
    margin: auto;
    max-width: 400px;
    width: 100%;
    height: 100%;
}
.packer .packer-img > img{
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    margin: auto;
    max-width: unset;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.packer ul{
    list-style-type: disc;
}
.packer .packer-img.left >img{
	left: 0;
	right: unset;
}

.privacy-policy {
    color: white;
}
.privacy-policy:hover {
    color: #01abb8;
    text-decoration: none;
}

/*
select[name="jobPositions"]{
    display: none;
}
*/
.select2.select2-container {
    width: 100% !important;
    display: inline-block;
}
.select2.select2-container .selection{
    width: 100%;
    display: inline-block;
}
.select2-search{
    display: none;
}
.select2-container{
    width: calc(100vw - 40px);
    max-width: 1200px;
    border: 1px solid #ddd;
    background: #ffffff;
}
.select2.select2-container .select2-selection {
    display: inline-block;
    box-sizing: border-box;
    height: 42px;
    padding: 6px;
    padding-left: 15px;
    min-width: 100%;
    border: 1px solid #ddd;
    background: #ffffff;
    color: #444444;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.2s linear;
    transition-property: border, background, color, box-shadow, padding;
}

.select2-results__options li{
    line-height: 24px;
    font-size: 16px;
    padding: 3px;
    font-weight: 400;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #444444;
    line-height: 30px;
    padding-right: 10px;
    font-size: 20px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.generated-form{
    position: relative;
}

.generated-form .spinner{
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0 ,0.1);
}
.generated-form .spinner .wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;

}