.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.fullScreen {
    width: 100%;
    height: 100%;
}

.flex-row-start-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.flex-row-center-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-column-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flex-column-start-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-column-end-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.flex-column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body {
    color:#414141;
    font-size: 15px;
    font-family: 'Graphik-Regular';
}

.main-content {
    /*margin-top: 80px;*/
}

.header {
  background-color: #fff;
  padding: 0 50px;
  height: 80px;
}

h2 {
    color:#303030;
    font-family: 'Graphik-Semibold';
    font-size: 35px;
    margin-bottom: 50px;
}

h2 span {
    color:#ab0534;

}

h2.bg-gradient {
    color:#fff;
    background: linear-gradient(to right, #C63961, #AB0534);
    border-radius: 25px;
    padding: 30px;
    text-transform: uppercase;
    position:relative;
    top: -50px;
    display: inline-block;
}

.block-container {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}

.banner-container img {
border-radius: 25px;
}

.page-btn-simple {
    background-color: transparent;
    color: #ab0534;
    font-size: 18px;
    border: 2px solid #ab0534;
    font-family: 'Graphik-Medium';
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 5px 25px;
    text-decoration: none !important;
    cursor:pointer;
}

.page-btn-simple:hover {
    opacity:.8;
}

.page-btn-simple.red-btn {
    color: #ab0534;
    border: 2px solid #ab0534;
}

.card-plan {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}

.card-plan.light {
    background-color: #FAFAFA;
    padding: 5px 10px;
}

.card-plan.light .description {
    font-family: 'Graphik-Medium';
}

.card-plan.transparent {
    background-color: #fff;
}

.card-plan.transparent .description {
    font-family: 'Graphik-Regular';
    font-size: 16px;
}

.card-plan img {
    width: 100px;
    height: 100px;
}

.card-plan .title {
    color: #303030;
    font-size: 20px;
    font-family: 'Graphik-Semibold';
    margin-bottom: 5px;
}

.card-plan .description {
    font-family: 'Graphik-Regular';
}

/* základný štýl itemov */
.owl-carousel .item {
  height:330px; /* fixná výška kontajnera */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.3s ease;
}

/* základné video (kraje) */
.owl-carousel .item video {
  height: 290px;       /* menšie */
  width: auto;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* stredný slide */
.owl-carousel .center .item {
  opacity: 1;
  z-index: 999;
}

.owl-carousel .center .item video {
  height: 330px;    
}

/* šípky */
.owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  background: rgba(171, 5, 52, .6) !important;
  color: #fff !important;
  border: none;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 22px !important;
  border-radius: 50% !important;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 50px;
  height: 50px;
}

.owl-nav button:hover {
  background: rgba(171, 5, 52, 1) !important;
}

.owl-nav .owl-prev {
  left: 15px;
}

.owl-nav .owl-next {
  right: 15px;
}

.owl-nav button span {
  font-size: 26px;
}

/* ak je carousel "disabled", nechaj šípky stále viditeľné */
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}


.starat-sa {
   color: #fff;
}

.starat-sa .title {
  font-family: 'Graphik-Semibold';
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 110%;
}

.starat-sa .description {
   font-size: 16px;
   margin-bottom: 40px;
}

.starat-sa .gdpr {
    font-size: 13px;
}

.starat-sa .gdpr a {
    color:#fff;
    text-decoration: underline;
}

/*custom checkbox/radio*/
.checkbox {
    text-align: left;
    margin: 15px 0;
}

.personal-information .text {
  margin: 0 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.checkbox label,
.radio label {
    padding-left: 0;
}

.my-checkradio {
    display: none;
}

.my-checkradio + label span:first-child {
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
    vertical-align: bottom;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.my-checkradio.check.error,
.my-checkradio.check.valid {
    /* display: inline-block; */
    min-width: 30px;
    min-height: 30px;
    vertical-align: bottom;
    border: 3px solid #d2d0ce;
    background-color: #fff;
    cursor: pointer;
}

label.error {
    color: red;
    font-size: 15px;
}

.my-checkradio.check:checked + label span:first-child {
    background: #ab0534 url(../ssos/images/check.svg) no-repeat center center;
}


.page-big-btn[disabled=disabled], .page-big-btn:disabled, .page-big-btn[disabled] {
    cursor: not-allowed;
    background-color: #eceded;
    color: #4d4d4d;
    text-decoration: none;
}

.page-big-btn {
    background-color: #ab0534;
    color: #fff;
    font-size: 16px;
    min-width: 170px;
    height: 48px;
    font-family: 'Graphik-Medium';
    border: none;
    box-shadow: none;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor:pointer;
}

.page-big-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf1643;
}

.page-btn {
    background-color: #ab0534;
    color: #fff;
    font-size: 18px;
    width: auto;
    height: 50px;
    font-family: 'Graphik-Medium';
    border: none;
    box-shadow: none;
    border-radius: 25px;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 35px 0;
    line-height: 28px;
}

.page-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf1643;
}

label {
    color:#ccc;
    font-size: 14px;
    margin-bottom: 5px;
}

label span {
    color:#ab0534;
}

input[type=text],
input[type=email] {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Graphik-Regular;
    line-height: 36px;
    border: 2px solid #fff;
    outline: none !important;
    color: #000;
}


.copyright {
    background-color: #EBEBEB;
    padding: 15px 0;
    margin-top: 50px;
}

.copyright a {
    color: #414141;
    text-decoration: underline;
}

.copyright a:first-child {
    margin-right: 20px;
}

video {
    cursor: pointer;
}

#mouseon-examples {
    width: 100%;
}

#powerTip.formPowerTip{
    /*width: 500;*/
    white-space: normal;
}
#powerTip.formPowerTip p{
    display: inline-block;
    font-size: 12px;
}

.desktop-padding {
    padding-left: 32px;
    padding-right: 32px;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1440px;
  }
}


@media (max-width: 1600px) {
    .owl-carousel .item {
    height:280px; /* fixná výška kontajnera */
    opacity: 1;
    }

    /* základné video (kraje) */
    .owl-carousel .item video {
    height: 200px;       /* menšie */
    }

    .owl-carousel .center .item video {
    height: 250px;    
    }
}

@media (max-width: 1200px) {
    .owl-carousel .center .item video,
    .owl-carousel .item video, 
    .owl-carousel .item {
        height: 300px !important;
    }
}

@media (max-width: 991px) {
    .banner-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        background-color:#C2D9E7;
    }

    h2 {
        font-size: 30px;
    }

    h2.bg-gradient {
        border-radius: 0;
        top: 0;
        left: 0;
        width: 100%;
        position:absolute;
    }

    .container-bg-gradient {
        height: 120px;
    }

    .starat-sa .title {
        font-size: 30px;
        line-height: 35px;
    }

    .starat-sa {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
   h2 {
        font-size: 25px;
        padding: 0 15px;
    }

    .starat-sa .title {
        font-size: 25px;
        line-height: 30px;
    }

    .header {
        padding: 0 15px;
    }

    .logo-partners {
        width: 100px;
        height: auto;
    }

    .page-btn-simple {
       /* font-size: 16px;
        border-radius: 20px;
        padding: 3px 15px;*/
    }

    .block-container {
        margin-top: 32px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 600px) {
    .owl-carousel .center .item video,
     .owl-carousel .item,
    .owl-carousel .item video {
        height: 180px !important;
    }

    .col-sm-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .starat-sa {
        margin: 50px 0 75px;
    }

    .card-plan.light .description {
        /*font-family: 'Graphik-Regular';*/
        font-size: 14px;
    }
    
    .copyright a.logo-box {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .mobile-column {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .banner-container {
        background-color: #fff;;
    }

    .mobile-visible {
        display:flex;
    }

    .mobile-hidden {
        display:none;
    }
}

@media (min-width: 401px) {
    .mobile-visible {
        display:none;
    }

    .mobile-hidden {
        display:flex;
    }
}