@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKof4Mg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAjsOkZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKof4Mg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAjsOkZg.ttf) format('truetype');
}


@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Light.ttf);
    font-weight: normal
}

@font-face {
    font-family: Hemisfera;
    src: url("../themes/hemisfera/assets/css/how-many-times.ttf") format("truetype");
    font-weight: normal;
    font-stretch: ultra-expanded;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Light.ttf);
    font-weight: normal
}

@font-face {
    font-family: Hemisfera;
    src: url("../themes/hemisfera/assets/css/how-many-times.ttf") format("truetype");
    font-weight: normal;
    font-stretch: ultra-expanded;
    font-style: normal
}

a {
    text-decoration: none!important;
}

.mix-blend-mode-darken {
    mix-blend-mode: darken;
}

.box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.hidden {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

html, body {
    height: 100%
}

body {
    color: #1c344e;
    font-family: 'Nunito', sans-serif;
    list-style-position: inside;
}

body.loading * {
    cursor: wait !important
}

h1 {
    margin: 0
}

#cookies-bar {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    border-top: 1px solid yellow;
    z-index: 99;
}

#cookies-bar > div {
    display: flex;
    justify-content: space-around;
    padding: 0 15px
}

#cookies-bar a {
    color: white;
    font-weight: bold;
    color: #fff !important;
}

#cookies-bar a:hover {
    text-decoration: underline
}

#cookies-bar .right-part {
    float: right;
    width: 150px
}

#cookies-bar .btn {
    display: inline-block;
    margin-top: 11px;
    background: black;
    border-radius: 10px;
    padding: 5px 15px
}

.inside {
    display: block;
    position: relative;
    width: 870px;
    margin: 0 auto
}

.content {
    padding: 60px 40px 60px 40px
}

.float-holder {
    overflow: hidden
}

.float-holder.fancy {
    padding-top: 50px
}

a img {
    border: none
}

a {
    text-decoration: none
}

a.anchor {
    display: block;
    position: relative;
    top: -110px
}

.clearfix {
    clear: both
}

#FrontBody {
    margin: 0;
    margin-top: 90px;
    padding: 0;
}

#FrontBody.no-header {
    margin-top: 0
}

#FrontBody #Header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 200;
    height: 90px;
    width: 100%;
    background-color: white
}

#FrontBody #Header img {
    width: 244px
}

#FrontBody .notice {
    z-index: 5;
    position: fixed;
    display: none;
    top: 74px;
    left: 50%;
    margin-left: -200px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

#FrontBody .notice a.close {
    color: #1c344e;
    padding: 0 10px;
    font-weight: bold
}

#FrontBody #Intro {
    position: relative;
    background: #d7f4ee;
    overflow: hidden;
    font-size: 1.1em
}

#FrontBody #Intro .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    margin: 40px auto 0;
    position: relative;
    z-index: 9;
}

#FrontBody #Intro .header .title {
    width: 265px;
    text-align: center
}

#FrontBody #Intro .header .title h1 {
    font-size: 1.1em;
    font-weight: normal
}

#FrontBody #Intro .header .title img {
    width: 244px
}

#FrontBody #Intro .header .navig {
    /*position: absolute;*/
    /*width: 50%;*/
    /*top: 0;*/
    /*right: 0;*/
    /*vertical-align: middle;*/
    text-align: right;
    line-height: 73px;
    font-family: Roboto;
    font-weight: bold
}

#FrontBody #Intro .header .navig a {
    color: #1c344e;
    padding-left: 40px
}

#FrontBody #Intro .panels {
    width: 895px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#FrontBody #Intro .panels.divider {
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative
}

#FrontBody #Intro .panels.divider > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#FrontBody #Intro .panels .vertical {
    display: flex;
    flex-direction: column;
    max-width: 100%
}

#FrontBody #Intro .panels .vertical div.panel {
    margin-bottom: 0
}

#FrontBody #Intro div.panel {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    height: 250px;
    margin: 34px 10px;
    text-align: center;
    width: 259px;
    display: inline-block;
    position: relative
}

#FrontBody #Intro div.panel a {
    outline: 0;
    color: #1c344e
}

#FrontBody #Intro div.panel a.round {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../themes/hemisfera/assets/images/intro_button.png") center center no-repeat;
    background-size: contain;
    right: -20px;
    top: -50px;
    font-size: 0.7em;
    box-sizing: border-box;
    padding-top: 30px;
    font-weight: bold;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

#FrontBody #Intro div.panel a.round:hover {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

#FrontBody #Intro div.panel h2 {
    color: #1c344d;
    font-family: Hemisfera, Roboto, sans-serif;
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 20px;
    margin: 0
}

#FrontBody #Intro div.panel h3 {
    color: #1c344d;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 49px;
    font-size: 0.9em
}

#FrontBody #Intro div.panel img {
    position: relative;
    left: -20px;
    margin-top: 20px;
    margin-bottom: -20px;
    width: 300px;
    transform: scale(0.8);
    transition: all 0.3s ease
}

#FrontBody #Intro div.panel:hover img {
    transform: scale(1)
}

#FrontBody #Intro div.panel .button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background-color: #92c46d;
    padding: 10px 20px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase;
    border: none
}

#FrontBody #Intro div.panel .button:hover {
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: white
}

#FrontBody #Intro div.panel .button span {
    padding-right: 25px;
    background: transparent url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right center
}

#FrontBody #Intro div.panel .button:hover {
    border: none
}

#FrontBody #Intro div.panel.levelup img {
    width: 240px;
    margin-left: 30px;
    margin-top: -10px
}

#FrontBody #Intro div.panel.butterfly {
    width: 390px;
    max-width: 100%;
    height: 240px
}

#FrontBody #Intro div.panel.butterfly img {
    display: block;
    margin: 10px 50px;
    mix-blend-mode: darken;
    width: 360px
}

#FrontBody #Intro div.panel.summergamedev {
    width: 370px;
    max-width: 100%;
    height: 240px;
    padding: 0px 43px;
    box-sizing: border-box
}

#FrontBody #Intro div.panel.summergamedev img {
    margin-bottom: 10px;
    margin-top: 35px;
    left: -10px
}

#FrontBody #Intro div.panel.school {
    width: 395px;
    max-width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box
}

#FrontBody #Intro div.panel.school h2 {
    font-family: Arial, sans-serif;
    text-transform: none;
    font-size: 35px
}

#FrontBody #Intro div.panel.long {
    margin-bottom: 0
}

#FrontBody #Intro div.panel p.schools-list {
    text-align: left
}

#FrontBody #Intro div.cloud {
    position: absolute;
    display: block
}

#FrontBody #Intro div.cloud.type1 {
    background: transparent url("../themes/hemisfera/assets/images/cloud1.png") center center no-repeat;
    width: 309px;
    height: 152px
}

#FrontBody #Intro div.cloud.type2 {
    background: transparent url("../themes/hemisfera/assets/images/cloud2.png") center center no-repeat;
    width: 272px;
    height: 148px
}

#FrontBody #Intro div.cloud.type3 {
    background: transparent url("../themes/hemisfera/assets/images/cloud3.png") center center no-repeat;
    width: 201px;
    height: 108px
}

#FrontBody #Navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    text-align: right;
    margin-top: 30px;
    font-weight: bold;
    font-size: 12px;
    font-family: Roboto, sans-serif
}

#FrontBody #Navigation a {
    color: #1c344e
}

#FrontBody #Navigation a:hover {
    color: #405f72
}

#FrontBody #Navigation a.scratch {
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-image: url("../themes/hemisfera/assets/css/tiny/scratch-small.png");
    background-position: center bottom
}

#FrontBody #Navigation .item {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px
}

#FrontBody #Navigation .item.icon {
    background-repeat: no-repeat;
    background-image: url("../themes/hemisfera/assets/css/tiny/home.png");
    background-position: center center
}

#FrontBody #Navigation .item.selected {
    background-repeat: no-repeat;
    background-image: url("../themes/hemisfera/assets/css/tiny/scratch-small.png");
    background-position: center bottom
}

#FrontBody #Navigation .button {
    background: #92c46d none repeat scroll 0 0;
    border-radius: 15px;
    color: white;
    margin-left: 5px;
    padding: 5px 10px;
    text-transform: uppercase
}

#FrontBody #Navigation .button:hover {
    color: #1c344e
}

#FrontBody #Navigation .nav-toggle {
    display: none;
    width: 35px;
    height: 28px;
    cursor: pointer;
    margin-right: 25px
}

#FrontBody #Navigation .nav-toggle .line {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 2px;
    background: #92c46d;
    margin-bottom: 5px
}

#FrontBody #Navigation .nav-toggle:hover .line {
    background: #e09e4f
}

#FrontBody .inside h2, #FrontBody .inside h1.scratch {
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url("../themes/hemisfera/assets/images/scratch-small.png");
    background-position: center bottom;
    margin: 0 0 30px 0;
    font-size: 23px;
    padding-bottom: 5px
}

#FrontBody #promo {
    padding: 40px 0;
    background-color: #A1D5D5
}

#FrontBody #promo .inside > p {
    padding: 0 100px 0 15px
}

#FrontBody #promo .row {
    display: flex;
    align-items: center;
    justify-content: center
}

#FrontBody #promo .row p {
    display: block;
    margin-left: 30px;
    font-size: 1.3em;
    padding: 0 100px 0 15px
}

#FrontBody #promo .row p a {
    font-weight: bold
}

#FrontBody .White {
    padding: 40px 0;
    background-color: white
}

#FrontBody .White .WeeklyPrice {
    z-index: 50;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: 360px;
    width: 120px;
    height: 120px;
    background: transparent;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    color: white;
    font-size: 30px;
    line-height: 95px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

#FrontBody .White .WeeklyPrice.prihlasit {
    left: 50%;
    margin-left: 360px;
    position: fixed;
    width: 120px;
    top: 110px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    left: auto;
    margin-left: 0;
    right: 25px;
    width: 200px
}

#FrontBody .White .WeeklyPrice.prihlasit:hover {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

#FrontBody .White .WeeklyPrice.free-month {
    background: transparent url("../themes/hemisfera/assets/css/gamecraft/button_prihlasit_akcia.png") center center no-repeat;
    text-align: center;
    border-radius: 0;
    background-size: contain;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 17px 0 0
}

#FrontBody .White .WeeklyPrice small {
    font-size: 0.55em;
    left: 50%;
    margin-left: 360px;
    position: fixed;
    text-align: center;
    top: 122px;
    width: 120px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

#FrontBody .White .col {
    float: left;
    width: 415px;
    max-width: calc(100% - 50px);
    padding: 10px
}

#FrontBody .White .col.thin {
    width: 280px
}

#FrontBody .White .col .margin-top {
    margin-top: 40px
}

#FrontBody .White .col .button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background-color: #92c46d;
    padding: 10px 20px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase
}

#FrontBody .White .col .button:hover {
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: white
}

#FrontBody .White .col .button span {
    padding-right: 25px;
    background: transparent url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right center
}

#FrontBody .White .col .button:hover {
    border-color: #92c46d;
    background-color: #92c46d
}

#FrontBody .White .col img {
    max-width: 100%
}

#FrontBody .Ways {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 610px;
    padding-top: 40px;
    background-color: #dcc090
}

#FrontBody .Ways h2 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: none;
    background: none;
    font-size: 2em
}

#FrontBody .Ways .overlay {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 610px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: white;
    text-align: center;
    padding: 70px;
    background-color: #1c344e
}

#FrontBody .Ways .overlay .way-back {
    top: 440px;
    left: 405px
}

#FrontBody .Ways .way {
    float: left;
    display: block;
    width: 174px;
    height: 400px;
    margin: 50px 20px;
    position: relative;
    text-align: center
}

#FrontBody .Ways .way h3 {
    font-size: 17px
}

#FrontBody .Ways .way p {
    text-align: left
}

#FrontBody .Ways .way .details {
    display: none
}

#FrontBody form {
    margin: 0 auto;
    border: none
}

#FrontBody form input, #FrontBody form select, #FrontBody form textarea, #FrontBody form input[type=checkbox] + label, #FrontBody form input[type=radio] + label, #FrontBody form .sum {
    background-color: #ededed;
    border: 1px solid #9b9797;
    margin: 6px 3px;
    padding: 9px 9px
}

#FrontBody form input.short, #FrontBody form select.short, #FrontBody form textarea.short, #FrontBody form input[type=checkbox] + label.short, #FrontBody form input[type=radio] + label.short, #FrontBody form .sum.short {
    width: 112px
}

#FrontBody form input.long, #FrontBody form select.long, #FrontBody form textarea.long, #FrontBody form input[type=checkbox] + label.long, #FrontBody form input[type=radio] + label.long, #FrontBody form .sum.long {
    width: 182px
}

#FrontBody form input.x-long, #FrontBody form select.x-long, #FrontBody form textarea.x-long, #FrontBody form input[type=checkbox] + label.x-long, #FrontBody form input[type=radio] + label.x-long, #FrontBody form .sum.x-long {
    width: 325px
}

#FrontBody form input.uber-long, #FrontBody form select.uber-long, #FrontBody form textarea.uber-long, #FrontBody form input[type=checkbox] + label.uber-long, #FrontBody form input[type=radio] + label.uber-long, #FrontBody form .sum.uber-long {
    width: 430px
}

#FrontBody form input.psc, #FrontBody form select.psc, #FrontBody form textarea.psc, #FrontBody form input[type=checkbox] + label.psc, #FrontBody form input[type=radio] + label.psc, #FrontBody form .sum.psc {
    border-left: none;
    border-right: none
}

#FrontBody form input[type=checkbox], #FrontBody form input[type=radio] {
    display: none
}

#FrontBody form input[type=checkbox] + label, #FrontBody form input[type=radio] + label {
    display: inline-block;
    width: 140px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    padding: 14px
}

#FrontBody form input[type=checkbox] + label.school, #FrontBody form input[type=radio] + label.school {
    min-height: 50px;
    padding: 20px 14px
}

#FrontBody form input[type=checkbox] + label.child_label, #FrontBody form input[type=radio] + label.child_label {
    background-image: url("../themes/hemisfera/assets/images/icon_uncheck.png");
    background-size: 32px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    cursor: pointer
}

#FrontBody form input[type=checkbox] + label.child_label:hover, #FrontBody form input[type=radio] + label.child_label:hover {
    background-color: white
}

#FrontBody form input[type=checkbox].checked + label, #FrontBody form input[type=radio].checked + label {
    background-color: #92c46d;
    border: 1px solid #526e3d
}

#FrontBody form input[type=checkbox].checked + label.child_label, #FrontBody form input[type=radio].checked + label.child_label {
    background-image: url("../themes/hemisfera/assets/images/icon_check.png");
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: auto
}

#FrontBody form input[type=checkbox].checked + label.child_label:hover, #FrontBody form input[type=radio].checked + label.child_label:hover {
    background-color: #92c46d;
    border: 1px solid #526e3d
}

#FrontBody form input[type=checkbox][disabled="disabled"] + label, #FrontBody form input[type=radio][disabled="disabled"] + label {
    background-color: #f15556;
    border: 1px solid #892f2f
}

#FrontBody form input[type=radio] + label {
    width: 81px
}

#FrontBody form input[type=radio] + label.levelup {
    width: 150px;
    padding: 8px;
    min-height: 130px;
    text-align: left
}

#FrontBody form input[type=radio] + label.levelup strong:first-child {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    display: block
}

#FrontBody form #WeeksSelector h3, #FrontBody form #CampSelector h3, #FrontBody form #SchoolSelector h3, #FrontBody form #PeopleForm h3, #FrontBody form #DaySelector h3 {
    text-transform: none;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px
}

#FrontBody form #WeeksSelector, #FrontBody form #SchoolSelector {
    width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

#FrontBody form #WeeksSelector .week, #FrontBody form #SchoolSelector .week {
    display: inline-block;
    vertical-align: top
}

#FrontBody form #DaySelector {
    width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

#FrontBody form #DaySelector .week {
    display: inline-block;
    vertical-align: top
}

#FrontBody form #DaySelector .week input[type="checkbox"] + label {
    margin: 5px 2px;
    padding: 5px 0;
    width: 63px
}

#FrontBody form #WeeksSelector .week label:hover, #FrontBody form #SchoolSelector .week label:hover, #FrontBody form #DaySelector .week label:hover {
    background-color: white;
    cursor: pointer
}

#FrontBody form #WeeksSelector .week input[disabled="disabled"] + label:hover, #FrontBody form #SchoolSelector .week input[disabled="disabled"] + label:hover, #FrontBody form #DaySelector .week input[disabled="disabled"] + label:hover {
    background-color: #f15556;
    cursor: auto
}

#FrontBody form .pardon {
    color: #892f2f;
    font-size: 12px;
    display: block
}

#FrontBody form textarea {
    height: 40px
}

#FrontBody form #SchoolSelector .week label.school.saturday {
    background: #bff5ff
}

#FrontBody #Registration {
    padding-top: 40px;
    background-color: #e8e4da;
    min-height: 500px;
    padding-bottom: 50px
}

#FrontBody #Registration div.reg_body p.loading {
    text-align: center
}

#FrontBody #Registration h2 {
    background-repeat: no-repeat;
    background-image: url("../themes/hemisfera/assets/images/scratch-blue-small.png");
    background-position: center bottom;
    font-size: 1.8em
}

#FrontBody #Registration h3, #FrontBody #Registration h4 {
    text-transform: uppercase
}

#FrontBody #Registration .button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background-color: #92c46d;
    padding: 10px 20px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background-color: #92c46d
}

#FrontBody #Registration .button:hover {
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: white
}

#FrontBody #Registration .button span {
    padding-right: 25px;
    background: transparent url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right center
}

#FrontBody #Registration .button:hover {
    border: none;
    background-color: white
}

#FrontBody #Registration .button.next {
    float: right
}

#FrontBody #Registration .actions {
    text-align: center
}

#FrontBody #Registration .errors_container {
    display: none;
    margin-top: 20px;
    margin-bottom: 50px
}

#FrontBody #Registration .errors_container .errors {
    color: red;
    font-weight: bold
}

#FrontBody #Registration .final_info {
    margin-top: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: center
}

#FrontBody #Registration .special_food_info_text {
    color: #E21B1B;
    font-weight: bold
}

#FrontBody #Registration form {
    width: 100%
}

#FrontBody #Registration form select {
    color: gray;
    height: 34px
}

#FrontBody #Registration form #registration_camp_id {
    display: block;
    margin: 0 auto;
    width: 352px
}

#FrontBody #Registration form .parent-title, #FrontBody #Registration form .child-title, #FrontBody #Registration form .child-health {
    font-size: 13px;
    font-family: Helvetica
}

#FrontBody #Registration form .parent-title, #FrontBody #Registration form .child-title {
    padding-top: 10px
}

#FrontBody #Registration form .parent_psc_fix {
    position: relative
}

#FrontBody #Registration form .psc {
    width: 40px;
    position: absolute;
    position: absolute;
    left: 280px;
    top: 0px
}

#FrontBody #Registration form fieldset {
    margin: 0;
    padding: 0;
    border: none
}

#FrontBody #Registration form textarea {
    display: block;
    width: 322px;
    height: 77px;
    font-family: Arial;
    margin-bottom: 10px
}

#FrontBody #Registration form p {
    font-size: 13px;
    margin: 5px 0
}

#FrontBody #Registration form p.no_period {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center
}

#FrontBody #Registration form p.error {
    color: red;
    text-align: center;
    font-weight: bold
}

#FrontBody #Registration #PeopleForm {
    margin: 0 auto;
    width: 362px
}

#FrontBody #Registration .children .child {
    display: none
}

#FrontBody #Registration .children .child .bordered {
    padding-right: 10px;
    border-right: 1px dotted gray
}

#FrontBody #Registration .children .child .head .child_label {
    margin: 15px 0 0;
    width: 332px
}

#FrontBody #Registration .children .child .head.empty {
    padding-top: 25px;
    height: 25px;
    box-sizing: border-box;
    overflow: hidden
}

#FrontBody #Registration .children .child .body {
    background: rgba(255, 255, 255, 0.3);
    padding: 0 5px 15px;
    position: relative
}

#FrontBody #Registration .children .child:nth-of-type(1) {
    display: block
}

#FrontBody #Registration .children .health_infomation_container {
    display: none
}

#FrontBody #Registration .children select.short {
    width: 132px
}

#FrontBody #Registration .children select.long {
    width: 202px
}

#FrontBody #Registration a.more-children {
    color: #92c46d;
    font-weight: bold
}

#FrontBody #Registration #parent_login {
    display: none;
    background: white;
    padding: 40px;
    position: fixed;
    top: 95px;
    box-shadow: 0 0 30px 2px black;
    text-align: center
}

#FrontBody #Registration #parent_login.open {
    display: block
}

#FrontBody #Registration #parent_login .button {
    position: relative;
    top: 13px
}

#FrontBody #Registration #parent_login .error {
    color: red
}

#FrontBody #Registration .actions {
    margin-top: 20px;
    color: #1c344e
}

#FrontBody #Registration .actions p {
    margin: 25px 0
}

#FrontBody #Registration .actions p a {
    text-decoration: underline;
    color: #1c344e
}

#FrontBody #Registration p.help {
    background: transparent url("../themes/hemisfera/assets/images/icon_help.png") no-repeat scroll left center;
    font-size: 0.7em;
    margin: 15px 72px;
    padding-left: 40px;
    text-align: left;
    min-height: 24px;
    padding-top: 8px
}

#FrontBody #Registration p.help #more_days_info {
    color: black;
    text-decoration: none;
    display: block;
    margin-top: 3px
}

#FrontBody #Contact {
    padding-top: 40px;
    background-color: #E8E4DA;
    min-height: 90vh
}

#FrontBody #Contact .inside {
    padding-bottom: 48px
}

#FrontBody #Contact .contact-container {
    background: #fff;
    padding: 50px;
}

#FrontBody #Contact form {

}

#FrontBody #Contact form > div {
    margin: 0 30px
}

#FrontBody #Contact #ContactPerson {
    width: 190px;
    font-size: 14px
}

#FrontBody #Contact #ContactPerson a {
    color: #526e3d
}

#FrontBody #Contact #ContactPerson h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.17em;
    text-align: left;
}

#FrontBody #Contact #ContactPerson p.address {
    margin: 9px 0 0 0;
    padding-bottom: 20px;
    background: #fff url("../themes/hemisfera/assets/images/hr.png") left bottom no-repeat
}

#FrontBody #Contact #ContactPerson p.phone, #FrontBody #Contact #ContactPerson p.email {
    margin: 9px 0 0 -4px;
    padding-left: 50px
}

#FrontBody #Contact #ContactPerson p.phone > small, #FrontBody #Contact #ContactPerson p.email > small {
    white-space: nowrap
}

#FrontBody #Contact #ContactPerson p.phone.phone, #FrontBody #Contact #ContactPerson p.email.phone {
    background: #fff url("../themes/hemisfera/assets/css/contact/phone.png") left 8px no-repeat
}

#FrontBody #Contact #ContactPerson p.phone.email, #FrontBody #Contact #ContactPerson p.email.email {
    line-height: 47px;
    background: #fff url("../themes/hemisfera/assets/images/email.png") left 8px no-repeat
}

#FrontBody #Contact #ContactPerson p.social {
    margin-top: 10px;
    padding-top: 20px;
    background: #fff url("../themes/hemisfera/assets/images/hr.png") left top no-repeat
}

#FrontBody #Contact input, #FrontBody #Contact textarea {
    padding: 10px;
    margin: 6px 0;
    max-width: 100%;
    width: 100%;
}

#FrontBody #Contact form .btn-primary {
    margin: 20px auto;
}

#FrontBody #Contact form textarea {
    font-family: Arial;
    height: 163px
}

#FrontBody #Contact form .actions {
    margin-top: 28px;
    text-align: center
}

#FrontBody #Contact form button,
#FrontBody #ContactForm form button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background: #92c46d url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right 15px center !important;
    padding: 10px 20px;
    padding-right: 40px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase;
    border: 4px solid rgba(240, 255, 240, 0.3) !important;
    background-color: #92c46d;
    line-height: 1;
    height: auto;
    width: auto;
    margin: 20px 0;
}

#FrontBody #Contact form button:hover,
#FrontBody #ContactForm form button:hover {
    border: 4px solid #92c46d!important;
    background: #92c46d url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right 15px center !important;
}

#FrontBody #Contact form .actions .button:hover {
    border: 4px solid #92c46d;
    background-color: #92c46d
}

#FrontBody #Footer {
    height: 79px;
    background-color: #1c344e;
    color: #92c46d
}

#FrontBody #Footer .inside {
    padding: 30px
}

#FrontBody #Footer .up {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    background-color: #92c46d;
    text-align: center;
    line-height: 49px
}

#FrontBody #Footer .up img {
    vertical-align: middle
}

#FrontBody #Footer .social {
    margin: 0 auto;
    width: 208px
}

#FrontBody #Footer .social img {
    margin: 0 8px
}

#FrontBody #Footer .call-to-action {
    line-height: 107px
}

#FrontBody #Footer .call-to-action .button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background-color: #92c46d;
    padding: 10px 20px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background-color: white
}

#FrontBody #Footer .call-to-action .button:hover {
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: white
}

#FrontBody #Footer .call-to-action .button span {
    padding-right: 25px;
    background: transparent url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right center
}

#FrontBody #Footer .call-to-action .button:hover {
    border: none;
    background-color: #92c46d
}

#FrontBody #Footer #Copyright {
    font-size: 13px;
    text-align: center
}

#FrontBody #Footer #Copyright a {
    color: #92c46d
}

#FrontBody.no-header #Footer {
    background-color: #92c46d;
    color: #1c344e
}

#FrontBody.no-header #Footer .up {
    background-color: #1c344e
}

#FrontBody.no-header #Footer .call-to-action .button:hover {
    background-color: #1c344e
}

#FrontBody.no-header #Footer #Copyright a {
    color: #1c344e
}

#FrontBody #Noscript {
    z-index: 20;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 200px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#FrontBody #Noscript p {
    width: 400px;
    margin: 10px auto;
    text-align: center
}

#FrontBody .bottom-button {
    text-align: center;
    margin: 70px 0
}

#FrontBody .schools-button {
    display: inline-block;
    color: black !important;
    font-weight: normal;
    width: 270px;
    height: 86px;
    line-height: 86px;
    background: transparent url("../themes/hemisfera/assets/images/schools_button.png") left top no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 1.5em
}

#FrontBody .schools-button.big {
    width: 310px;
    height: 98px;
    line-height: 98px;
    font-size: 1.9em
}

div.editable.static input, div.editable.static textarea, div.editable.static select, div.editable.static label {
    display: none !important
}

div.editable.static span.static-val {
    color: black
}

div.editable.edit span.static-text, div.editable.edit span.static-val, div.editable.edit a.static-edit {
    display: none
}

div.editable a.static-edit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 15px;
    line-height: 15px;
    padding: 5px 5px 5px 25px;
    background: #92c46d url("../themes/hemisfera/assets/images/icon_edit.png") 5px center no-repeat;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 0 0 5px 5px
}

#summary {
    width: 100%
}

#summary td {
    vertical-align: top
}

#summary td:last-child {
    text-align: right
}

h1.periods {
    margin: 0 25px
}

table.periods {
    margin: 0 25px;
    border-collapse: collapse
}

table.periods th, table.periods td {
    border: 1px solid #333;
    padding: 2px 10px
}

table.periods th.present {
    width: 40px
}

table.periods tr.closed {
    background: LightPink
}

p.pager {
    text-align: center;
    font-size: 15pt
}

#terms_bottom {
    display: block;
    font-size: 0.8em;
    margin-top: 30px !important;
    text-align: center;
    width: 100%
}

#privacy_bottom {
    display: block;
    font-size: 0.8em;
    margin-top: 5px;
    text-align: center;
    width: 100%
}

.show_preregistration {
    display: none
}

.about_intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.about_intro div.text {
    padding: 20px 10px 0;
    min-width: 320px;
    max-width: 500px;
    flex: 1 1 320px
}

.about_intro div.image {
    flex-grow: 0;
    flex-shrink: 0
}

.about_intro div.image img {
    margin-left: 30px;
    border-radius: 20px
}

#lectors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

#lectors > div {
    width: 200px;
    padding: 30px;
    text-align: center
}

#lectors > div .img-wrapper {
    border: 10px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 2px;
    border-left-width: 8px;
    border-image: url(../themes/hemisfera/assets/css/gamecraft/ButtonyBig.png) 50 20;
    border-image-width: 30px 10px
}

#lectors > div .img-wrapper img {
    border-radius: 7px;
    border-bottom-left-radius: 3px;
    width: 100%
}

#lectors > div p.name {
    font-weight: bold
}

#lectors > div a.more {
    display: block;
    color: black;
    font-weight: bold;
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: transparent url("../themes/hemisfera/assets/css/gamecamp/Buttony02.png") left top no-repeat;
    background-size: 90px;
    margin: 15px auto 0
}

.lector-detail .img-wrapper {
    border: 10px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 2px;
    border-left-width: 8px;
    border-image: url(../themes/hemisfera/assets/css/gamecraft/ButtonyBig.png) 50 20;
    border-image-width: 30px 10px;
    float: left;
    margin-right: 30px
}

.lector-detail .img-wrapper img {
    border-radius: 7px;
    border-bottom-left-radius: 3px;
    width: 100%
}

.lector-detail .name {
    font-weight: bold;
    font-size: 2em
}

.lector-detail a.back {
    display: inline-block;
    color: black;
    font-weight: bold;
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: transparent url("../themes/hemisfera/assets/css/gamecamp/Buttony02.png") left top no-repeat;
    background-size: 90px;
    margin: 15px 0 0;
    text-align: center
}

#gamecraft_content > div {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 25px
}

#gamecraft_content > div > div.image {
    text-align: center;
    font-size: 1.4em
}

#gamecraft_content > div > div.image > img {
    width: 300px;
    margin: 25px
}

#gamecraft_content > div > div.text {
    line-height: 1.5em;
    padding-left: 10px;
    font-size: 1.2em;
    text-align: center;
    margin: 25px
}

#qa {
    padding: 10px
}

#qa p.question {
    font-size: 1.56em;
    font-weight: bold;
    margin-top: 50px
}

#qa p.answer {
    line-height: 1.5em;
    font-size: 1.2em
}

#qa p.author {
    font-style: italic;
    font-size: 1.2em
}

#advantages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

#advantages div.text {
    padding: 20px 10px 0;
    min-width: 320px;
    flex: 1 1 320px
}

#advantages div.image {
    flex-grow: 0;
    flex-shrink: 0
}

#advantages div.image img {
    margin-left: 30px;
    width: 300px
}

#partners img {
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8)
}

#Eduquest h2 {
    text-align: center;
    background-repeat: no-repeat;
    background-image: url("../themes/hemisfera/assets/images/scratch-small.png");
    background-position: center bottom;
    margin: 0 0 10px 0;
    font-size: 28px;
    padding-bottom: 5px
}

#Eduquest #video {
    color: white;
    padding: 30px 0;
    background: #000120 url("../themes/hemisfera/assets/css/eduquest/stars_bg.png") center center no-repeat;
    min-height: 450px;
    text-align: center
}

#Eduquest #video .WeeklyPrice {
    z-index: 50;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: 360px;
    width: 120px;
    height: 120px;
    background: #92c46d url("../themes/hemisfera/assets/css/tiny/white-arrow-down.png") center 95px no-repeat;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    color: white;
    font-size: 30px;
    line-height: 95px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

#Eduquest #video .WeeklyPrice.prihlasit {
    font-size: 1.5em;
    left: 50%;
    line-height: 110px;
    margin-left: 360px;
    position: fixed;
    text-align: center;
    width: 120px;
    top: 110px;
    color: white
}

#Eduquest #video iframe {
    margin: 40px auto;
    width: 100%;
    max-width: 560px
}

#Eduquest #about {
    background: #1a1b39;
    color: white;
    padding-top: 35px
}

#Eduquest #about a {
    color: #92c46d
}

#Eduquest #about > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#Eduquest #about > div:first-child {
    padding-top: 35px
}

#Eduquest #about > div:last-child {
    padding-bottom: 35px
}

#Eduquest #about > div:nth-child(even) {
    flex-direction: row-reverse
}

#Eduquest #about > div > div {
    width: 100%;
    max-width: 380px;
    margin: 0 30px
}

#Eduquest #about img {
    width: 100%
}

#Eduquest #about .WeeklyPrice {
    z-index: 50;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: 360px;
    width: 120px;
    height: 120px;
    background: #92c46d url("../themes/hemisfera/assets/css/tiny/white-arrow-down.png") center 95px no-repeat;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    color: white;
    font-size: 30px;
    line-height: 95px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

#Eduquest #about .WeeklyPrice.prihlasit {
    font-size: 1.5em;
    left: 50%;
    line-height: 110px;
    margin-left: 360px;
    position: fixed;
    text-align: center;
    width: 120px;
    top: 110px;
    color: white
}

#Eduquest .Ways {
    background-color: #559ff8;
    color: black
}

#Eduquest .Ways h2 {
    background-image: url("../themes/hemisfera/assets/images/scratch-small.png");
    text-transform: none;
    font-size: 28px
}

#Eduquest .Ways .way img {
    width: 100%
}

#Eduquest .Ways .way.shiftup img {
    margin-top: -13px
}

#Eduquest .Ways .way p {
    text-align: center
}

#Eduquest #professional {
    background: #1a1b39;
    color: white;
    text-align: center
}

#Eduquest #professional .inside {
    padding: 35px 0 120px;
    width: 100%;
    max-width: 700px;
    background: transparent url("../themes/hemisfera/assets/css/eduquest/prof_bg.png") center 295px no-repeat
}

#Eduquest #professional h2 {
    background-image: url("../themes/hemisfera/assets/images/scratch-small.png");
    text-transform: none;
    font-size: 28px
}

#Eduquest #professional img {
    width: 165px
}

#Eduquest #professional p {
    max-width: 450px;
    margin: 0 auto
}

#Eduquest #professional p.name {
    font-size: 1.2em;
    margin: 5px auto 20px
}

#Eduquest #professional p.name small {
    font-size: 0.6em;
    display: block
}

#Eduquest #professional p.name a {
    color: #92c46d
}

#Eduquest #pyramid {
    background: #000120;
    color: white
}

#Eduquest #pyramid .inside {
    padding: 35px 0 120px;
    width: 100%;
    max-width: 700px;
    background-image: url("../themes/hemisfera/assets/css/eduquest/pyramid.png");
    background-repeat: no-repeat;
    background-position: right 125px top 30px
}

#Eduquest #pyramid h2 {
    background-image: url("../themes/hemisfera/assets/images/scratch-small.png");
    text-transform: none;
    font-size: 28px
}

#Eduquest #pyramid div.text {
    width: calc(100% - 10px);
    max-width: 400px;
    float: right;
    margin: 50px 0 0;
    padding-left: 10px
}

#Eduquest #pyramid h3 {
    font-size: 1.5em;
    margin-bottom: -15px
}

@media (max-width: 700px) {
    .inside {
        width: 100%
    }

    #Eduquest #professional .inside {
        background-image: none
    }

    #Eduquest #pyramid .inside {
        background-image: none
    }
}

#Gamecamp.landing {
    background: #A1C249;
    min-height: 100%
}

.White.landing {
    background-image: url("../themes/hemisfera/assets/css/gamecamp/landing_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1000px;
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: -6px
}

.White.landing a {
    color: black;
    text-align: center;
    display: inherit
}

.White.landing a.logo {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -479px;
    width: 282px;
    height: 128px;
    top: 15px
}

.White.landing p {
    text-align: center !important;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18pt
}

.White.landing p:first-of-type {
    margin-top: 80px
}

.White.landing p:last-of-type {
    margin-bottom: 50px
}

.White.landing p a {
    display: inline;
    text-decoration: underline
}

.White.landing .button-long {
    margin: 0 auto;
    font-size: 19pt
}

.Ways.landing {
    position: relative;
    min-height: 200px
}

.Ways.landing img {
    width: 360px;
    position: absolute;
    right: 50%;
    margin-right: -467px;
    top: -71px
}

@media (max-width: 799px) {
    .White.landing {
        background-position: left top
    }

    .White.landing a.logo {
        left: 15px;
        margin-left: 0
    }

    .White.landing p {
        background: #83c8d1
    }

    .White.landing p:first-of-type {
        margin-top: 120px
    }

    .Ways.landing {
        min-height: 300px
    }

    .Ways.landing img {
        margin-right: -175px;
        top: 10px
    }
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Light.ttf);
    font-weight: normal
}

@font-face {
    font-family: Hemisfera;
    src: url("../themes/hemisfera/assets/css/how-many-times.ttf") format("truetype");
    font-weight: normal;
    font-stretch: ultra-expanded;
    font-style: normal
}

#LogoCamp {
    max-width: calc(100% - 30px)
}

#Gamecamp #subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: -20px
}

#Gamecamp .White {
    background-color: #83c8d1;
    color: black
}

#Gamecamp .White .WeeklyPrice.prihlasit {
    background: transparent url("../themes/hemisfera/assets/css/gamecamp/Button_registrujsa.png") left top no-repeat;
    margin-left: 430px;
    color: transparent;
    transition: all 0.3s;
    width: 150px;
    height: 150px
}

#Gamecamp .White .WeeklyPrice.prihlasit:hover {
    transform: scale(1.1, 1.1)
}

#Gamecamp .White p {
    text-align: justify
}

#Gamecamp .White .button {
    color: black;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 30px
}

#Gamecamp #references {
    width: 100%;
    height: 360px;
    text-align: center;
    font-weight: 300;
    position: relative;
    overflow: hidden
}

#Gamecamp #references .content > div {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    opacity: 0;
    left: -300px;
    pointer-events: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background: #F3B31B;
    box-sizing: border-box;
    border: 20px solid transparent;
    border-image: url(../themes/hemisfera/assets/css/gamecamp/ButtonyBig.png) 50 20;
    border-image-width: 30px 10px
}

#Gamecamp #references .content > div.active {
    opacity: 1;
    left: 0;
    pointer-events: auto
}

#Gamecamp #references .content > div.next {
    left: 300px
}

#Gamecamp #references > .prev-arrow {
    position: absolute;
    left: 0;
    top: 80px;
    font-size: 60pt;
    cursor: pointer
}

#Gamecamp #references > .next-arrow {
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 60pt;
    cursor: pointer
}

#Gamecamp .Ways {
    background: #a1c249 url("../themes/hemisfera/assets/css/gamecamp/Logo_Stranka_Travnik01.png") center top no-repeat;
    background-size: 100%;
    color: black;
    padding-top: 50px;
    height: auto
}

#Gamecamp .Ways .overlay {
    background: #a1c249 url("../themes/hemisfera/assets/css/gamecamp/Logo_Stranka_Travnik01.png") center top no-repeat;
    background-size: 100%;
    color: black;
    position: relative;
    z-index: 0;
    height: auto;
    text-align: justify;
    text-align-last: center;
    padding-top: 120px
}

#Gamecamp .Ways .overlay .inside {
    width: 100%;
    max-width: 500px
}

#Gamecamp .Ways .list {
    position: relative
}

#Gamecamp .Ways .way {
    position: absolute
}

#Gamecamp .Ways .way h3 {
    font-size: 1.8em;
    margin: 10px 0
}

#Gamecamp .Ways .way img {
    width: 100%
}

#Gamecamp .Ways .way p {
    text-align: center;
    font-size: 0.8em
}

#Gamecamp .Ways .goal {
    float: left;
    display: block;
    width: 400px;
    margin: 50px 20px;
    position: absolute;
    text-align: center
}

#Gamecamp .Ways .goal h3 {
    font-size: 1.8em;
    margin: 10px 0
}

#Gamecamp .Ways .goal img {
    width: 250px
}

#Gamecamp .Ways .goal p {
    text-align: center;
    font-size: 1em
}

#Gamecamp .Ways .goal .details {
    display: none
}

#Gamecamp .Ways .button {
    color: black;
    font-weight: bold;
    text-transform: uppercase
}

#Gamecamp #Creation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f9d867;
    background-image: url("../themes/hemisfera/assets/css/gamecamp/Dielo.png");
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 40px;
    color: black;
    min-height: calc(2363 * 100vw / 4200)
}

#Gamecamp #Creation .inside {
    padding-bottom: 200px;
    width: 450px;
    text-align: justify;
    text-align-last: center
}

#Gamecamp #Creation .inside .step {
    text-align: justify;
    text-align-last: left
}

#Gamecamp #Creation .inside .step .heading {
    font-weight: bold
}

#Gamecamp #Creation .inside .step .heading .first-letter {
    font-size: 2em
}

#Gamecamp #Creation .inside .step .heading:after {
    content: "\A";
    white-space: pre
}

#Gamecamp .button-long {
    display: block;
    color: black;
    font-weight: bold;
    width: 180px;
    height: 56px;
    line-height: 56px;
    background: transparent url("../themes/hemisfera/assets/css/gamecamp/Buttony02.png") left top no-repeat
}

#Gamecamp .button {
    font-size: 1em;
    margin: 0 auto;
    display: block;
    color: black;
    font-weight: bold;
    width: 80px;
    height: 41px;
    line-height: 41px;
    background: transparent url("../themes/hemisfera/assets/css/gamecamp/Buttony03.png") left top no-repeat
}

@media (min-width: 870px) {
    #Gamecamp .Ways .list {
        width: 870px;
        margin: 0 auto;
        height: 1040px
    }

    #Gamecamp .Ways .way {
        position: relative
    }

    #Gamecamp .Ways .way:nth-child(1) {
        top: 100px;
        left: 20px
    }

    #Gamecamp .Ways .way:nth-child(2) {
        top: 0px;
        left: 220px
    }

    #Gamecamp .Ways .way:nth-child(3) {
        top: 0px;
        right: 220px
    }

    #Gamecamp .Ways .way:nth-child(4) {
        top: 100px;
        right: 20px
    }

    #Gamecamp .Ways .goal {
        top: 420px;
        left: 215px
    }
}

@media (max-width: 1110px) {
    #Gamecamp .White .WeeklyPrice.prihlasit {
        display: none
    }
}

@media (max-width: 869px) {
    #Gamecamp #references {
        height: 600px
    }

    #Gamecamp #references > .prev-arrow {
        top: 160px;
        font-size: 40pt
    }

    #Gamecamp #references > .next-arrow {
        top: 160px;
        font-size: 40pt
    }

    #Gamecamp .Ways .overlay img {
        max-width: 100%
    }

    #Gamecamp .Ways .list {
        width: 360px;
        margin: 0 auto;
        height: auto;
        overflow: visible;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start
    }

    #Gamecamp .Ways .way {
        transform: scale(0.7, 0.7);
        position: relative;
        margin: -25px 0
    }

    #Gamecamp .Ways .way p {
        font-size: 1em
    }

    #Gamecamp .Ways .goal {
        transform: scale(0.7, 0.7);
        position: relative;
        margin: -25px 0
    }

    #Gamecamp .Ways .goal p {
        font-size: 1em
    }

    #Gamecamp #Creation {
        background-image: url("../themes/hemisfera/assets/css/gamecamp/Dielo_small.png")
    }

    #Gamecamp #Creation .inside {
        width: calc(100% - 60px);
        max-width: 400px
    }
}

@media (max-width: 400px) {
    #references > div {
        margin: 0
    }

    #references .right {
        align-items: center
    }
}

@media (min-width: 1500px) {
    #Gamecamp .Ways .list {
        padding-top: 50px
    }
}

#GamecraftHry {
    background-color: #E6E6E6;
    font-family: Roboto Slab
}

#GamecraftHry .header {
    width: 98%;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
    height: 350px;
    background-color: white
}

#GamecraftHry .header div {
    margin: 20px;
    text-align: center
}

#GamecraftHry .header h1 {
    margin: 0px;
    font-size: 250%
}

#GamecraftHry .content {
    margin-top: 20px
}

#GamecraftHry .footer {
    height: 50px
}

#GamecraftHry .hra {
    background-color: white;
    border-radius: 10px;
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 20px;
    display: inline-block
}

#GamecraftHry .hra h2 {
    text-align: center
}

#GamecraftHry p {
    text-align: center;
    padding: 3%
}

#GamecraftHry .myButton {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
    margin: 30px;
    padding: 10px
}

#GamecraftHry .myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
    background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
    background-color: #72b352
}

#GamecraftHry .myButton:active {
    position: relative;
    top: 1px
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Light.ttf);
    font-weight: normal
}

@font-face {
    font-family: Hemisfera;
    src: url("../themes/hemisfera/assets/css/how-many-times.ttf") format("truetype");
    font-weight: normal;
    font-stretch: ultra-expanded;
    font-style: normal
}

#Navigation .orange a .item {
    color: #e09e4f
}

#Gamecraft h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 40px
}

#Gamecraft h1 #logo {
    width: 481px;
    max-width: 100%;
    display: block;
    margin: 0 auto -20px
}

#Gamecraft .White {
    background-color: #f7f7f6;
    color: black
}

#Gamecraft .White .inside {
    width: 750px
}

#Gamecraft .White a.link-on-black {
    color: white
}

#Gamecraft .White img {
    width: 400px;
    max-width: 100%
}

#Gamecraft .White img.long {
    width: 230px
}

#Gamecraft .White img.more {
    width: 232px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

#Gamecraft .White img.more:hover {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

#Gamecraft .Ways {
    height: auto;
    background-color: #b3ce5d;
    color: black
}

#Gamecraft .Ways .overlay {
    height: 570px
}

#Gamecraft .Ways .overlay .details {
    margin-top: 60px
}

#Gamecraft .Ways .overlay .way-back {
    top: 400px
}

#Gamecraft .Ways .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

#Gamecraft .Ways .list .way {
    flex: 0 0 auto;
    margin-left: 58px;
    margin-right: 58px;
    float: none
}

#Gamecraft .Ways .list .way img {
    width: 140%;
    margin-left: -20%
}

#Gamecraft .Ways .list .way img.middle {
    margin-top: 25px;
    width: 160%;
    margin-left: -30%
}

#Gamecraft .Ways .list .way p {
    text-align: center
}

#Gamecraft .Certificate {
    height: 600px;
    padding-top: 50px;
    background-color: #f7f7f6
}

#Gamecraft .Certificate p.text {
    margin-top: 81px
}

#Gamecraft .Certificate p.garanti {
    text-align: center;
    padding: 20px 0
}

#Gamecraft .Certificate p.garanti a {
    margin-right: 40px
}

#Gamecraft .Certificate p.with-button {
    clear: left;
    margin-top: 45px
}

#Gamecraft .Certificate p.call {
    clear: left;
    text-align: center
}

#Gamecraft .Certificate a.button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background-color: #92c46d;
    padding: 10px 20px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    border-color: white;
    border: 4px solid transparent
}

#Gamecraft .Certificate a.button:hover {
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: white
}

#Gamecraft .Certificate a.button span {
    padding-right: 25px;
    background: transparent url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right center
}

#Gamecraft .Certificate a.button:hover {
    border: 4px solid #f7f7f6
}

#Gamecraft .Orange {
    padding: 50px 0;
    background-color: #f7f7f6
}

#Gamecraft .Orange h2 {
    font-size: 2em;
    margin: 10px 0;
    background: none;
    text-transform: none
}

#Gamecraft .Blank {
    padding: 50px 0;
    background-color: #f7f7f6
}

#Gamecraft ul {
    padding: 0
}

#Gamecraft ul li {
    list-style: none;
    text-indent: -28px;
    padding-left: 20px
}

#Gamecraft ul li::before {
    display: inline;
    content: '-';
    margin-right: 20px
}

#schools-window {
    margin: -30px 0 0;
    height: 150px;
    font-size: 0.9em;
    position: relative
}

#schools-window ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    margin: 0;
    padding: 15px 0
}

#schools-window .schools-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, #f7f7f6 0%, rgba(247, 247, 246, 0) 15%, rgba(247, 247, 246, 0) 85%, #f7f7f6 100%);
    background: -webkit-linear-gradient(top, #f7f7f6 0%, rgba(247, 247, 246, 0) 15%, rgba(247, 247, 246, 0) 85%, #f7f7f6 100%);
    background: linear-gradient(to bottom, #f7f7f6 0%, rgba(247, 247, 246, 0) 15%, rgba(247, 247, 246, 0) 85%, #f7f7f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f6', endColorstr='#f7f7f6', GradientType=0)
}

#schools-window:hover ul {
    overflow: scroll
}

#kariera {
    z-index: 250;
    display: block;
    width: 254px;
    height: 240px;
    position: fixed;
    left: -129px;
    top: -122px;
    box-sizing: border-box;
    padding: 146px 0 0 133px;
    font-size: 1.3em;
    color: black;
    background: transparent url("../themes/hemisfera/assets/css/gamecraft/kariera_bg.png") 127px 120px no-repeat;
    background-size: 127px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

#kariera:hover {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

#kariera-mobile {
    display: none
}

@media (max-width: 940px) {
    #FrontBody .White .WeeklyPrice.prihlasit {
        display: none
    }
}

@media (max-width: 870px) {
    #kariera {
        display: none
    }
}

#HemisferaWeekendCamp .White {
    background-color: #dcc090
}

#HemisferaWeekendCamp .Ways {
    background-color: white
}

#levelup {
    background: black;
    width: 100%;
    text-align: center;
    color: #0F3B42;
    box-sizing: border-box;
    font-family: Montserrat;
    font-weight: 600
}

.levelup_subpage {
    min-height: 100%;
    background: #fff url("../themes/hemisfera/assets/images/levelup/popup_bg.png") center -40px no-repeat;
    position: relative;
    padding-bottom: 110px;
    box-sizing: border-box
}

.levelup_subpage a.back {
    position: absolute;
    bottom: 30px;
    right: 100px;
    color: inherit;
    font-size: 1.2em
}

#levelup * {
    box-sizing: inherit
}

#order_button {
    display: block;
    width: 125px;
    height: 125px;
    background: #307887;
    line-height: 125px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: 500px;
    top: 88px;
    z-index: 8;
    border-radius: 50%;
    color: white;
    font-size: 1.2em
}

#levelup_header {
    width: 100%;
    height: 294px;
    max-width: 1366px;
    margin: 0 auto;
    background: #011D36;
    position: relative;
    z-index: 1
}

#levelup_header div.h1 {
    display: block;
    height: 250px;
    background: transparent url("../themes/hemisfera/assets/images/levelup/logo.png") center top no-repeat;
    background-size: 300px;
    margin-top: 30px;
    font-size: 2em;
    color: white;
    position: relative;
    left: 17%
}

#levelup_header div.h1 a {
    display: block;
    width: 100%;
    height: 226px;
    text-indent: 100%;
    line-height: 100%;
    overflow: hidden
}

#levelup_header #contact {
    display: block;
    float: right;
    padding: 15px 10px;
    background: rgba(15, 59, 66, 0.7);
    border-radius: 20px;
    color: #eed759;
    line-height: 1.7em
}

#levelup_header #contact:hover {
    background: #0f3b42
}

#levelup_header .start-badge {
    position: absolute;
    top: 258px;
    left: 13px;
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

#levelup_header .start-badge big {
    font-size: 2em
}

.intro_ad {
    width: 100%;
    text-align: center
}

.intro_ad .inner {
    max-width: 457px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px 10px;
    background: rgba(15, 59, 66, 0.7);
    border-radius: 20px;
    color: white;
    margin: 0 auto;
    line-height: 1.7em;
    font-weight: 400;
    margin-top: -80px;
    margin-bottom: 40px
}

.intro_ad .inner a {
    font-weight: bold;
    color: #eed759
}

.levelup_block {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.levelup_block .half {
    max-width: 457px;
    width: 100%;
    margin-right: 35px;
    margin-left: 35px;
    padding-left: 15px;
    padding-right: 15px
}

.levelup_block .full {
    max-width: 984px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.levelup_block p {
    font-size: 1em;
    text-align: left
}

.levelup_block h3 {
    text-align: left;
    font-size: 1.5em;
    margin: 10px 0
}

.levelup_block ul.dashed {
    text-align: left;
    list-style: none;
    font-size: 1em;
    padding: 0
}

.levelup_block ul.dashed li {
    display: block;
    margin: 10px 0
}

.levelup_block ul.dashed li::before {
    content: '- '
}

#levelup_intro {
    background: white;
    padding-top: 190px;
    padding-bottom: 90px;
    position: relative;
    z-index: 0
}

@media (max-width: 1055px) {
    #levelup_intro {
        overflow-x: hidden;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

#levelup_intro::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 1366px;
    height: 226px;
    top: 0;
    left: 50%;
    border-top: 113px solid #011D36;
    border-left: 683px solid #011D36;
    border-bottom: 113px solid transparent;
    border-right: 683px solid transparent;
    transform: translateX(-50%)
}

#levelup_intro .social {
    position: absolute;
    top: 40px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    width: 125px;
    height: 54px
}

#levelup_intro .social a {
    display: block;
    width: 54px;
    height: 54px
}

#levelup_intro .social a img {
    width: 100%
}

#levelup_courses_menu {
    padding: 0;
    list-style: none;
    background: #001d36 url("../themes/hemisfera/assets/images/levelup/line.png") center top no-repeat;
    flex-wrap: nowrap
}

#levelup_courses_menu li {
    display: inline-block;
    height: 70px;
    cursor: pointer;
    text-align: center;
    color: #eed759;
    position: relative;
    top: -70px
}

#levelup_courses_menu li h2 {
    position: relative;
    margin: 0 auto;
    height: 100%;
    font-size: 1.5em;
    width: 100%;
    max-width: 300px;
    background: transparent url("../themes/hemisfera/assets/images/levelup/button.png") center top no-repeat;
    background-size: 100% calc(100% + 10px);
    padding: 26px 2.7% 0
}

#levelup_courses_menu li.active h2::after {
    display: block;
    content: " ";
    width: 94.6%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 2.7%;
    background: #001D36
}

#levelup_courses {
    background: #001D36;
    padding-bottom: 30px;
    color: #eed759;
    position: relative
}

#levelup_courses a.year-tab-toggle {
    display: block;
    width: 125px;
    height: 125px;
    background: #307887;
    line-height: 125px;
    border-radius: 50%;
    color: white;
    font-size: 1.2em;
    position: absolute;
    left: 10px;
    top: 0
}

#levelup_courses a.year-tab-toggle:nth-child(2) {
    top: 150px
}

#levelup_courses > div {
    overflow: hidden;
    transition: all 1s
}

#levelup_courses > div .year-tab {
    display: none
}

#levelup_courses > div .year-tab.active {
    display: block
}

#levelup_cooperation {
    background: #fff url("../themes/hemisfera/assets/images/levelup/line.png") center top no-repeat;
    padding-top: 40px;
    padding-bottom: 30px
}

#levelup_cooperation a.button {
    display: block;
    width: 100%;
    background: transparent url("../themes/hemisfera/assets/images/levelup/button.png") center top no-repeat;
    background-size: 100% 100%;
    font-size: 1.6em;
    color: inherit;
    padding: 10px;
    line-height: 1.1em;
    color: #eed759
}

#levelup_experience {
    background: #fff url("../themes/hemisfera/assets/images/levelup/experience_bg.png") center top no-repeat;
    padding-top: 70px;
    padding-bottom: 40px
}

#levelup_lectors_title {
    background: #001d36 url("../themes/hemisfera/assets/images/levelup/lectors_bg.png") center top no-repeat;
    padding-top: 100px;
    text-align: center;
    color: #eed759
}

#levelup_lectors {
    background: #001D36;
    color: #eed759;
    padding-bottom: 40px;
    position: relative
}

#levelup_lectors h3 {
    text-align: center;
    padding: 30px 0 60px
}

#levelup_lectors .lectors {
    display: flex;
    justify-content: space-between
}

#levelup_lectors .lectors > * {
    width: 180px;
    cursor: pointer
}

#levelup_lectors .lectors > * img {
    width: 100%
}

#levelup_lectors .lectors > * span {
    display: block;
    font-size: 1.1em;
    margin-top: 15px;
    line-height: 1.1em;
    color: #eed759
}

#levelup_lectors .lectors > * span.name {
    background: #3C7886;
    color: white;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-weight: bold
}

#levelup_lectors .lectors > * span.more {
    font-size: 0.9em
}

#levelup_reference {
    background: #fff url("../themes/hemisfera/assets/images/levelup/reference_bg.png") center top no-repeat;
    padding-top: 80px;
    padding-bottom: 40px;
    align-items: flex-start
}

#levelup_reference img {
    max-width: 350px
}

#levelup_partners {
    background: #fff url("../themes/hemisfera/assets/images/levelup/line.png") center top no-repeat;
    padding-top: 20px;
    padding-bottom: 40px;
    align-items: flex-end
}

#levelup_partners h3 {
    padding-bottom: 80px;
    padding-right: 40px
}

#levelup_partners a {
    display: block;
    max-width: 180px;
    margin: 25px
}

#levelup_partners a img {
    max-width: 100%
}

#levelup_students {
    background: #fff url("../themes/hemisfera/assets/images/levelup/info_bg.png") center top no-repeat;
    padding-top: 50px;
    padding-bottom: 30px
}

#levelup_students .slider {
    max-width: 984px;
    width: 100%;
    margin: 50px 0 70px
}

#levelup_students .slider .student {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#levelup_students .slider .slick-next, #levelup_students .slider .slick-prev {
    width: 40px;
    height: 40px
}

#levelup_students .slider .slick-next::before, #levelup_students .slider .slick-prev::before {
    color: #0F3B42;
    font-size: 40px
}

#levelup_students .slider .slick-dots {
    bottom: -50px
}

#levelup_students .slider .slick-dots li button::before {
    font-size: 14px
}

#levelup_info {
    background: #fff url("../themes/hemisfera/assets/images/levelup/info_bg.png") center top no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative
}

#levelup_info a {
    color: inherit;
    font-size: 1.2em
}

#levelup_signup {
    background: #001d36 url("../themes/hemisfera/assets/images/levelup/signup_bg.png") center top no-repeat;
    padding-top: 100px;
    padding-bottom: 30px;
    color: #eed759
}

#levelup_signup p.price {
    font-size: 1.8em
}

#levelup_signup a.signup {
    display: block;
    font-size: 3em;
    color: #dfefdf;
    height: 90px;
    line-height: 90px;
    background: #3c7886;
    font-weight: bold;
    width: 100%;
    lext-align: center;
    border-radius: 4px
}

#contact_footer {
    display: none
}

#contact_detail h2 {
    font-size: 3em;
    text-align: center;
    margin-top: 0;
    padding-top: 0.4em
}

#contact_detail p {
    width: 360px;
    margin: 50px auto;
    font-size: 1.4em
}

#contact_detail p:nth-child(2) {
    margin-top: 100px;
    margin-bottom: 20px
}

#contact_detail p:nth-child(3) {
    margin-top: 135px
}

#contact_detail p:nth-child(4) {
    margin-top: 90px;
    padding-top: 20px
}

#lector_detail {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    color: #0F3B42
}

#lector_detail .profile {
    width: 250px;
    margin-right: 100px;
    padding-left: 10px
}

#lector_detail .profile img {
    width: 100%
}

#lector_detail .bio {
    width: 100%;
    max-width: 660px;
    text-align: left
}

#lector_detail .bio span {
    display: block
}

#lector_detail .bio span.dname {
    font-size: 4em;
    font-weight: bold
}

#lector_detail .bio span.dexperience {
    font-size: 2.8em;
    font-weight: 500
}

#lector_detail .bio .about {
    margin-top: 185px;
    font-weight: 500;
    padding-right: 15px
}

#harmonogram {
    background: #001D36
}

#harmonogram .table_wrapper {
    position: absolute;
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 80px;
    overflow: auto
}

#harmonogram div.header_row {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: transparent url("../themes/hemisfera/assets/images/levelup/line.png") center bottom no-repeat;
    background-size: 100% 30px
}

#harmonogram div.header_row div.cell {
    font-size: 1.5em;
    height: 85px;
    background: #3C7886;
    background-size: 100% 85px;
    font-weight: bold;
    color: #eed759;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#harmonogram div.row {
    padding-bottom: 10px;
    background: transparent url("../themes/hemisfera/assets/images/levelup/line.png") center bottom no-repeat;
    background-size: 100% 10px;
    display: flex;
    justify-content: center;
    align-items: stretch
}

#harmonogram div.row div.cell {
    background: white;
    display: flex;
    font-size: 0.8em;
    padding: 10px 0
}

#harmonogram div.row div.cell.empty {
    background: #fff url("../themes/hemisfera/assets/images/levelup/empty_bg.png") left top no-repeat;
    background-size: 100% 100%;
    opacity: 0.6
}

#harmonogram div.row div.cell span {
    text-align: left
}

#harmonogram div.row div.cell span.time {
    text-align: center;
    width: 95px;
    margin-right: 10px;
    flex: 0 0 auto;
    font-size: 1.2em
}

#harmonogram div.row div.cell span.room {
    font-size: 1.4em;
    display: block
}

#harmonogram div.cell {
    margin-right: 70px;
    flex: 1 1 0
}

#harmonogram div.cell:last-child {
    margin-right: 0
}

#harmonogram a.back {
    color: #eed759
}

#stipendium {
    padding-top: 80px
}

#stipendium p {
    font-size: 1.3em;
    line-height: 1.3em
}

#stipendium .top, #stipendium .bottom {
    display: flex;
    justify-content: center;
    max-width: 984px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

#stipendium .top p {
    max-width: 450px;
    font-size: 1.1em
}

#stipendium .top p:first-child {
    margin-top: 0
}

#stipendium .top h3 {
    margin-right: 15px;
    font-size: 3em;
    margin-top: 0.2em
}

#stipendium .right {
    padding-top: 40px;
    margin-left: 150px
}

#stipendium .bottom {
    margin-top: 114px
}

#stipendium .bottom p {
    max-width: 1000px;
    text-align: center
}

@media (max-width: 1240px) {
    #levelup_courses {
        padding-left: 100px
    }
}

@media (max-width: 1055px) {
    #order_button {
        display: none
    }

    #levelup_header {
        flex-direction: row
    }

    #levelup_header div.h1 {
        left: 0
    }

    #levelup_header h1 {
        top: 50px
    }

    .levelup_block {
        flex-direction: column
    }

    .levelup_block .full {
        max-width: 457px;
        margin-right: 35px;
        margin-left: 35px
    }

    #levelup_intro .social {
        top: 80px
    }

    #levelup_courses_menu {
        flex-direction: row
    }

    #levelup_courses_menu li {
        height: 70px
    }

    #levelup_courses_menu li h2 {
        font-size: 1.2em
    }

    #levelup_courses {
        padding-left: 0;
        padding-top: 150px
    }

    #levelup_courses a.year-tab-toggle {
        left: calc(50% - 62.5px);
        margin-left: -75px;
        top: 0
    }

    #levelup_courses a.year-tab-toggle:nth-child(2) {
        top: 0;
        margin-left: 75px
    }

    #levelup_courses img {
        order: -1
    }

    #levelup_cooperation a.button {
        margin-bottom: 25px
    }

    #levelup_reference {
        align-items: center
    }

    #levelup_partners {
        align-items: center
    }

    #levelup_partners h3 {
        padding-bottom: 10px
    }

    #levelup_header #contact {
        display: none
    }

    #contact_footer {
        display: block;
        width: 100%;
        background: #001d36;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #eed759;
        text-align: center
    }

    #contact_detail {
        background: white
    }

    #contact_detail h2 {
        font-size: 2em
    }

    #contact_detail p {
        margin: 10px auto !important;
        font-size: 1em;
        padding: 0 10px
    }

    #contact_detail p:nth-child(2) {
        margin-top: 50px
    }

    #contact_detail p:nth-child(3) {
        margin-top: 20px
    }

    #lector_detail {
        background: url("../themes/hemisfera/assets/images/levelup/header_bg.png") center top -180px no-repeat, url("../themes/hemisfera/assets/images/levelup/header_bg.png") center bottom -180px no-repeat;
        background-color: white;
        padding-top: 30px
    }

    #lector_detail .profile {
        margin-right: 25px
    }

    #lector_detail .bio span.dname {
        font-size: 1.9em
    }

    #lector_detail .bio span.dexperience {
        font-size: 1.5em
    }

    #lector_detail .bio .about {
        margin-top: 30px
    }

    #levelup_students .slider .student img {
        width: 300px
    }

    #harmonogram .table_wrapper {
        top: 20px;
        left: 20px;
        right: 20px
    }

    #harmonogram div.header_row div.cell {
        font-size: 1.1em;
        height: 40px;
        background-size: 100% 40px
    }

    #harmonogram div.row div.cell span.time {
        font-size: 0.8em;
        width: 60px
    }

    #harmonogram div.cell {
        margin-right: 10px
    }

    #harmonogram div.cell:last-child {
        margin-right: 0
    }

    #stipendium {
        background: url("../themes/hemisfera/assets/images/levelup/header_bg.png") center top -190px no-repeat, url("../themes/hemisfera/assets/images/levelup/header_bg.png") center bottom -190px no-repeat;
        background-color: white;
        padding-top: 30px
    }

    #stipendium .top {
        flex-direction: column
    }

    #stipendium .top h3 br {
        display: none
    }

    #stipendium .right {
        padding-top: 0;
        margin-left: 0
    }

    #stipendium .bottom {
        margin-top: 0px
    }
}

@media (max-width: 800px) {
    #levelup_header .start-badge {
        transform: scale(0.7) translateX(-49px)
    }

    #levelup_intro .social {
        top: 120px;
        width: 85px
    }

    #levelup_intro .social a {
        width: 35px
    }

    #levelup_students .slider .slick-prev {
        left: 0;
        z-index: 2
    }

    #levelup_students .slider .slick-next {
        right: 0
    }

    #levelup_students .slider .student {
        flex-direction: column-reverse
    }

    #levelup_students .slider .student .half {
        text-align: center
    }

    #levelup_students .slider .student .half p {
        text-align: center
    }

    #levelup_students .slider .student img {
        width: 260px;
        margin: 0 auto 20px
    }
}

@media (max-height: 620px) {
    #contact_detail {
        background: url("../themes/hemisfera/assets/images/levelup/header_bg.png") center top -230px no-repeat, url("../themes/hemisfera/assets/images/levelup/header_bg.png") center bottom -230px no-repeat;
        background-color: white
    }

    #contact_detail h2 {
        font-size: 2em
    }

    #contact_detail p {
        margin: 10px auto !important;
        font-size: 1em;
        padding: 0 10px
    }

    #lector_detail {
        background: url("../themes/hemisfera/assets/images/levelup/header_bg.png") center top -180px no-repeat, url("../themes/hemisfera/assets/images/levelup/header_bg.png") center bottom -180px no-repeat;
        background-color: white;
        padding-top: 30px
    }

    #lector_detail .bio .about {
        margin-top: 30px
    }

    #stipendium {
        background: url("../themes/hemisfera/assets/images/levelup/header_bg.png") center top -180px no-repeat, url("../themes/hemisfera/assets/images/levelup/header_bg.png") center bottom -180px no-repeat;
        background-color: white;
        padding-top: 30px
    }

    #stipendium .top {
        flex-direction: column
    }

    #stipendium .top h3 br {
        display: none
    }

    #stipendium .right {
        padding-top: 0
    }

    #stipendium .bottom {
        margin-top: 0px
    }
}

@media (max-width: 580px) {
    #levelup_header {
        height: 350px
    }

    #levelup_header h1 {
        left: 20px;
        top: 30px
    }

    #levelup_header .start-badge {
        top: 315px;
        transform: scale(0.6) translateX(-75px)
    }

    .levelup_block .full, .levelup_block .half {
        margin: 0
    }

    #levelup_courses_menu li {
        margin: 0 10px
    }

    #levelup_courses_menu li h2 {
        font-size: 0.8em
    }

    #levelup_lectors_title {
        font-size: 1.1em
    }

    #levelup_lectors .lectors {
        flex-direction: column;
        align-items: center
    }

    #levelup_lectors .lectors > * {
        margin-bottom: 25px
    }

    #lector_detail {
        background-position: center top -230px, center bottom -230px;
        font-size: 0.8em
    }

    #lector_detail .bio .about {
        margin-top: 10px
    }

    #harmonogram div.header_row div.cell {
        font-size: 0.8em;
        line-height: normal;
        padding-top: 5px
    }

    #harmonogram div.row div.cell {
        flex-direction: column
    }

    #stipendium {
        font-size: 0.8em;
        padding-top: 0 !important;
        background-position: center top -230px, center bottom -230px
    }

    #stipendium .top h3 {
        font-size: 2.5em;
        margin-top: 0.4em
    }

    #FrontBody form #DaySelector,
    #FrontBody #Registration #PeopleForm {
        width: auto;
    }

    #FrontBody #Registration .parent {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
    }

    #FrontBody #Registration .button.next {
        float: none;
        display: block;
        width: 100%;
        order: 2;
        text-align: center;
    }

    #FrontBody #Registration input.long {
        display: block;
        width: 100%;
        order: 1;
    }

    #FrontBody #Registration .children .child .head .child_label {
        width: 100%;
        max-width: 100%;
        display: block;
        box-sizing: border-box;
    }

    #FrontBody #Registration form textarea {
        box-sizing: border-box;
        height: auto;
        width: 100%;
    }

    #layout-header #logo {
        max-width: 50%;
    }
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: Roboto;
    src: url(../themes/hemisfera/assets/css/Roboto-Light.ttf);
    font-weight: normal
}

@font-face {
    font-family: Hemisfera;
    src: url("../themes/hemisfera/assets/css/how-many-times.ttf") format("truetype");
    font-weight: normal;
    font-stretch: ultra-expanded;
    font-style: normal
}

#Navigation .orange a .item {
    color: #91c46c
}

#Minecraft a {
    color: #91c46c
}

#Minecraft .White {
    background-color: #726151;
    color: white
}

#Minecraft .White h3 {
    color: #91c46c;
    margin-top: 30px
}

#Minecraft .White p.spacy {
    margin-bottom: 55px
}

#Minecraft .White a.link-on-black {
    color: white
}

#Minecraft .Ways {
    background: #aea4a2;
    color: white;
    height: auto
}

#Minecraft .Ways .way {
    height: auto
}

#Minecraft .oops {
    padding-top: 50px;
    background-color: #b6eff2
}

#Minecraft .oops .inside {
    width: 700px
}

#Minecraft .oops p.text {
    margin-top: 81px
}

#Minecraft .oops p.with-button {
    clear: left;
    margin-top: 45px;
    padding-bottom: 45px
}

#Minecraft .oops a.button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid rgba(240, 255, 240, 0.3);
    background-color: #92c46d;
    padding: 10px 20px;
    color: #1c344e;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    border-color: white;
    border: 4px solid transparent
}

#Minecraft .oops a.button:hover {
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: white
}

#Minecraft .oops a.button span {
    padding-right: 25px;
    background: transparent url("../themes/hemisfera/assets/images/black-arrow.png") no-repeat right center
}

#Minecraft .oops a.button:hover {
    border: 4px solid #f7f7f6
}

#Minecraft #FAQ {
    padding-bottom: 40px
}

#Minecraft .kosky {
    background-image: url("../themes/hemisfera/assets/css/programming/kosky.png");
    width: 100%;
    height: 23px;
    background-repeat: repeat-x;
    position: relative
}

#Minecraft .kosky.between-white-ways {
    top: 44px
}

@media print {
    #AdminBody .navig, #AdminBody .noprint {
        display: none
    }

    #AdminBody #FullListing td {
        border-bottom: 1px solid gray
    }
}

@media (max-width: 870px) {
    #FrontBody > div {
        min-width: auto
    }

    #FrontBody #Intro {
        height: auto
    }

    #FrontBody #Intro .header, #FrontBody #Intro .panels {
        width: 100%;
        left: auto;
        margin-left: 0;
        padding: 0
    }

    #FrontBody #Intro .header {
        top: 10px;
        z-index: 1;
        text-align: center
    }

    #FrontBody #Intro .header .title {
        display: inline-block
    }

    #FrontBody #Intro .header .navig {
        width: auto;
        top: 110px;
        font-size: 10pt;
        left: 0;
        text-align: center
    }

    #FrontBody #Intro .header .navig a {
        padding: 0 20px
    }

    #FrontBody #Intro .panels {
        padding-top: 170px;
        padding-bottom: 50px;
        bottom: auto;
        text-align: center;
        position: relative
    }

    #FrontBody #Intro .panels.schools {
        flex-direction: column-reverse;
        align-items: center
    }

    #FrontBody #Intro .panels div.panel {
        display: inline-block;
        float: none
    }

    #FrontBody .White {
        text-align: center
    }

    #FrontBody .White .col {
        display: inline-block;
        float: none;
        text-align: left
    }

    #FrontBody #Registration form {
        width: auto;
        padding: 0 20px;
    }

    #FrontBody .Vision .inside {
        width: calc(100% - 60px);
        max-width: 480px
    }

    #FrontBody #Contact form {
        margin: 40px auto
    }

    #FrontBody #promo .row {
        flex-wrap: wrap
    }

    #FrontBody #promo img {
        max-width: 100%
    }

    #FrontBody #Footer {
        height: auto
    }

    #FrontBody #Navigation {
        position: static
    }

    #FrontBody #Navigation #Panel {
        display: none;
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0
    }

    #FrontBody #Navigation #Panel a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: white;
        text-align: center
    }

    #FrontBody #Navigation.open #Panel {
        display: block
    }

    #FrontBody #Navigation .nav-toggle {
        display: block
    }

    #ProgrammingCamp .kosky.between-ways-certificate {
        top: 28px
    }

    #ProgrammingCamp .Certificate {
        text-align: center;
        height: auto;
        padding-bottom: 30px
    }

    #ProgrammingCamp .Certificate .inside {
        width: 100%
    }

    #ProgrammingCamp .Certificate img.certificate {
        float: none;
        margin: 0 auto;
        width: 200px
    }

    #ProgrammingCamp .Certificate p.text {
        margin-top: 10px
    }

    #Footer .inside {
        width: auto
    }

    .inside, #Gamecraft .White .inside {
        width: 100%
    }

    .notice {
        left: 0;
        margin-left: 0
    }
}

@media (max-width: 600px) {
    #FrontBody #Intro .panels div.panel {
        margin: 34px 0
    }

    #FrontBody #Header .inside {
        display: flex;
        justify-content: space-between
    }

    #FrontBody #promo .inside > p {
        padding: 0 10px
    }

    #FrontBody #Registration form #WeeksSelector, #FrontBody #Registration form #SchoolSelector {
        width: auto
    }

    #FrontBody .notice {
        top: 101px
    }

    #FrontBody .White .col {
        padding: 10px 25px
    }

    #advantages div.text {
        padding: 20px 25px 0;
        box-sizing: border-box
    }

    #Gamecraft .Ways .list .way {
        margin: 10px 25px;
        height: auto
    }

    .lector-detail {
        text-align: center
    }

    .lector-detail .img-wrapper {
        float: none;
        margin: 0 auto;
        display: block;
        width: 218px
    }
}

.slick-slide img {
    max-height: 420px;
}

.button.submit {
    margin-bottom: 20px;
}