html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff url('/images/wall.jpg') top center;
    font-family: Verdana, Arial, sans-serif;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -270px;
}
* html .wrapper {
    height: 100%;
}
.buffer {
    height: 270px;
}


.ui.vertical.segment.footer {
    min-height: 270px;
    padding: 4em 0em;
    margin-top: 0px;
    font-family: 'Roboto Slab', serif;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

header.header {
    background: #000 url('/images/intro.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 30px;
}
.questheader {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSI4LjQ5OTk5OTk5OTk5OTk5JSIgeDI9IjUwJSIgeTI9IjkxLjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.77) 8.5%, rgba(0,0,0,0) 91.5%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,.77) 8.5%, rgba(0,0,0,0) 91.5%);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.77) 8.5%, rgba(0,0,0,0) 91.5%);
    background-image: linear-gradient(top, rgba(0,0,0,.77) 8.5%, rgba(0,0,0,0) 91.5%);
    position: absolute;
    z-index:10;
    width: 100%;
}

.questcontent {
    position: relative;
    margin-top: -300px;
    z-index: 1;
}

.questcontent .bigheader.shadow {
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.params .header {
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.ui.grid.params {
    margin-bottom: 30px;
}

.questheader a.logo {
    padding-top: 30px;
}

.mainmenu .ui.text.menu {
    margin-top: 0;
    margin-bottom: 0;
}

.mainmenu .ui.text.menu .item {
    color: #ff9c00;
    border: 1px solid transparent;
    margin-right:15px;
    font-size: 1.1em;
    border-radius: 3px;
    text-shadow: 0 1px 1px #000;
}

.mainmenu .ui.text.menu .item.active,.mainmenu .ui.text.menu .item:hover {
    color: #ff9c00;
    border: 1px solid #ff9c00;
}

.mainmenu .ui.text.menu .right .item:hover {
    border: 1px solid transparent;
}

.mainmenu .ui.text.menu .right .item {
    font-size: 1.4rem;
}

.breadcrumbs {
    background: #fff;
    padding: 5px 0 9px;
    box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

a.logo {
    display: inline-block;
    margin: 20px 0;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
}

header.intro {
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 95% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 95% 100%);
    -webkit-clip-path: url("#clip-shape");
    clip-path: url("#clip-shape");
    background: #11161a url('/images/intro.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    color: #fff;
    padding: 70px 0 150px;
    text-shadow: 0 4px 4px #000;
    position: relative;
    z-index: 5;
}

.pluses .column h3 {
    margin-top: 0;
    font-size: 24px;
}

header.intro h1 {
    text-align: center;
    font-size: 60px;
}
header.intro .subheader {
    text-align: center;
    font-size: 18px;
}

.buttons {
    text-align: center;
    margin-bottom: 70px;
}

.intro .buttons {
     text-align: center;
     margin-bottom: 70px;
 }

.mainmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ui.icon.bigheader:first-child {
    display: block;
    text-align: center;
    margin: 3rem 0 2rem;
}

.ui.bigheader {
    display: block;
    text-align: center;
    margin: 3rem 0 2rem;
    font-family: 'Roboto Slab', serif;
    color: #213240;
}
.ui.icon.bigheader>i.icon {
    font-size: 4rem;
}

.ui.icon.bigheader .content {
    font-size: 3rem;
}
.sub.header .ui.divider {
    font-weight: 400;
    text-transform: none;
    letter-spacing: .05em;
    font-size: 1.2rem;
}

.ui.questdata {
    margin: 0 0 35px;
}
.questcards .questcard  {
    background-size: cover;
    background-position: center center;
}

.ui.header.bigheader > .icon + .content {
    padding-left: 0;
}

.questcards .dimmer .content {
    padding: 30px;
}

.questcards .ui[class*="right ribbon"].label {
    left: calc(100% + 1rem + 1.2em - 13px);
    position: absolute;
}
.questcard {
    min-height:300px;
}

.ui.horizontal.divider {
    padding-bottom: 5px;
}

.secondary.segment .breadcrumbs {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.questgallery {
    min-height: 600px;
    background: #323232;
    margin:0!important;
    padding: 0!important;
}

.modal .imgheader {
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: -21px -21px 0;
    border-radius: 3px 3px 0 0;
}
.imgheader img {
    margin-top: 50px;
}

.modal .sessioninfo {
    background: #F3F3F3;
    margin: 0 -21px 20px;
    padding: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.ui.violet.buttons .button, .ui.violet.button {
    background-color: #503b7e;
}

.ui.violet.buttons .button:active, .ui.violet.button:active {
    background-color: #42306a;
}
.ui.violet.buttons .button:focus, .ui.violet.button:focus {
    background-color: #42306a;
}

.ui.violet.buttons .button:hover, .ui.violet.button:hover {
    background-color: #42306a;
}

a.fc-event.fc-start.disabled.button {
    text-decoration: line-through;
}

.ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="url"]:focus {
    border-color: #AB92E1;
}

.mainmenu .ui.menu {
    justify-content: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}


.envelope-back {
    background: transparent url('../images/envelope-back.png') no-repeat top left;
    width: 420px;
    height: 456px;
    position: absolute;
}
.envelope-front {
    background: transparent url('../images/envelope-front.png') no-repeat top left;
    width: 227px;
    height: 402px;
    position: absolute;
    z-index: 10;
    margin-top: 75px;
    margin-left: 33px;
}
.sert-letter {
    background: transparent url('../images/letter.png') no-repeat top left;
    width: 337px;
    height: 327px;
    position: absolute;
    margin-top: 93px;
    margin-left: 60px;
    transition: all 1s;
}
.sert-card {
    background: transparent url('../images/card.png');
    width: 175px;
    height: 110px;
    position: absolute;
    transition: all 0.5s;
    z-index: 9;
    margin-top: 310px;
    margin-left: 70px;
}
.sertificat-animation {
    position: relative;
    top: -50px;
}


.ui.segment.graybox {
    background-color: #EFEFF0;
}

.sertprice {
    font-size: 42px;
    font-weight: 700;
    margin-top: 30px;
    font-family: 'Roboto Slab', serif;
}

.ui.header {
    font-family: 'Roboto Slab', serif;
}

.sertprice i {
    font-size: 38px;
}

.dimmable>.dimmer, .blurring.dimmable > .dimmer  {
    background-color: rgba(20,29,37,.85);
}

#baguetteBox-overlay {
    background-color: rgba(20,29,37,.85);
}


#map {
    min-height: 600px;
}

.ui.breadcrumb a {
    color: #503B7E;
}

.ui.breadcrumb a:hover {
    color: #3d3367;
}

.column.anim {
    min-height: 450px;
}

.ui.segment.inverted.sertorderheader {
    background: #11161a url('/images/intro.jpg') no-repeat center center;
    background-size: cover;
}

.footermenu.ui.vertical.text.menu a.item {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding-left: 0;
}

.ui.labeled.icon.buttons > .button > .icon, .ui.labeled.icon.button > .icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.sertificat {
    background-color: #fff;
    border-top: 1px solid #fff;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.2);
    margin-top: 50px;
}

.marginb70 {
    margin-bottom: 70px!important;
}

.firstHeading {
    margin-top: 0;
}

.ui.inverted.list .item a:not(.ui):hover {
    color: #9D8BC3 !important;
}

a {
    color: #53497F;
    text-decoration: none;
}

.inverted .ui.horizontal.divider {
    padding-bottom: 5px;
    color: #bbb;
}



.review_text {
    background: #fff;
    padding: 25px;
    margin: 0 3px 5px 75px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.review_item .ui.horizontal.list {
    display: block;
    font-size: 0em;
    font-weight: 400;
    color: rgb(255, 156, 0);
}

.review_item .ui.horizontal.list a{
    color: rgb(255, 156, 0);
}

.review_item .ui.horizontal.list a:hover{
    text-decoration: underline;
}

.review_item {
    margin-right: 30px;
}

.review_item .ui.list > .item > .icon + .content {
    padding: 0;
}

.reviews_cards {
    padding-bottom: 100px;
    margin-bottom: 0;
}

.reviews_cards .slick-prev:before, .reviews_cards .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #FF9C00;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reviews_cards .slick-prev {
    left: 0%;
}

.reviews_cards .slick-next {
    right: 0%;
}

.reviews, .ui.segments.inverted.reviews {
    box-shadow: inset 0 1px 10px rgba(0,0,0,0.2);
    padding-top: 20px;
    margin-top: 10px;
    background: #141d25 url(/images/players.jpg) center center;
    background-size: cover;
}

.ui.segments.reviews {
    margin-top: -20px;
    margin-bottom: 50px;
}
.ui.segments.reviews .ui.segment {
    background: transparent;
}

.reviews_buttons{
    text-align: center;
    margin-bottom: 40px;
}
.review_text i {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    margin-left: -18px;
    margin-top: -18px;
}

.review_text:before {
    content: " ";
    margin-top: -25px;
    position: absolute;
    margin-left: -55px;
    border-top-width: 10px;
    width: 20px;
    height: 20px;
    border-color: rgba(200, 200, 200, 0.46);
    border-style: solid;
    border-left-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 30px;
    border-top-width: 0px;
    border-bottom-width: 25px;
}

.ui.inverted.violet.buttons .button:hover, .ui.inverted.violet.button:hover {
    background-color: #503B7E;
}

.ui.compact.menu.mobilemenu {
    display: none;
}

.fc button.fc-prev-button.fc-button {
    margin-right: 10px;
    border-radius: 3px;
}

.fc button.fc-next-button.fc-button {
    margin-left: 10px;
    border-radius: 3px;
}

span.count {
    font-weight: 400;
    color: #999;
}

.ui.inverted.header {
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
}

@media only screen and (min-width: 1600px) {
    .ui.container {
        width: 1500px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

   .ui.grid.container {
        width: calc( 1500px + 2rem ) !important;
   }
}


/** CALENDAR**/
.fc-day-grid-event .fc-content {
    white-space: nowrap;
    font-family: "Roboto Slab";
    overflow: hidden;
    font-size: 14px;
    padding: 4px 3px;
}

.fc-event {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.3;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    font-weight: normal;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: #333;
    text-align: center;
    background: #fff;
}

.fc-event:hover {
    background: #eee;
}

.fc-event.discount {
    color: #bb0e22;
}



.fc-event.disabled {
    opacity: 0.5;
    color: #8f8f8f;
    text-decoration: line-through;
    cursor: not-allowed;
}

.fc-event.disabled:hover {
    background: #fff;
}

.fc-past {
    opacity: 0.8;
}

.fc th.fc-day-header {
    font-size: 16px;
    font-family: "Roboto Slab";
    padding: 10px 0 ;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

.fc-event-container .button {
    display: block;
    margin: 2px 4px;
}

.fc-scroller {
    overflow-y: visible;
    overflow-x: visible;
    height: auto !important;
}

span.fc-title {
    font-weight: 400;
    opacity: 0.8;
}

.fc-ltr .fc-basic-view .fc-day-number .inner {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px;
    font-family: "Roboto Slab";
    color: #695aa8;
    font-size: 120%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.fc-day-number.fc-other-month {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.nosessions {
    margin: 0 10px 10px;
    padding: 5px 10px;
    color: #bdbdbd;
    background: #fff;
    text-align: center;
    display: block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

td.fc-day-number {
    padding: 0 5px;
    padding-bottom: 0px;
}

.fc-row .fc-content-skeleton tbody td.fc-event-container {
    padding: 0 10px 0;
    padding-bottom: 0px;
    background-color: transparent;
}

.fc th, .fc td {
    border-style: solid;
    border-width: 0;
    padding: 0;
    vertical-align: top;
}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
    padding: 10px 10px 0;
}

.fc-day-grid-event {
    margin: 0;
    padding: 0 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.fc-unthemed .fc-today {
    background: rgba(42,50,57,0.30);
}

.fc-view {
    margin: 0 -10px;
}

.calendar_header  h2 {
    margin: 0 15px;
    display: inline-block;
    top: 3px;
    position: relative;
}

/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
    .selector { property:value; }
}