
/*general*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    height: 100%;
}

body{
    font-family: 'Montserrat', sans-serif;
    color: #393939;
}

a, button, input {
    transition: all 0.5s ease;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

a, a:hover, a:active, a:focus {
    color: #fff;
}

.main a{
    cursor: default;
}


input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active
{
    outline: none;
}

.flex-row{
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
}

.justify-content-between{
    -webkit-justify-content: space-between;
}

.justify-content-around{
    -webkit-justify-content: space-around;
}

.align-items-center {
    -webkit-align-items: center;
}



.page{
    min-height: 100%;
    /*height: 100%;*/
}


/*header*/
.header{
    padding: 5px 0;
    position: relative;
}

.header::after {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom:-1px;
    height: 5px;
    background: rgb(246,79,89);
    background: -moz-linear-gradient(90deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background: linear-gradient(90deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f64f59",endColorstr="#12c2e9",GradientType=1);
}

.header__title{
    font-weight: 600;
    font-size: 1.2rem;
}

.header__logo{
    width: 100%;
    max-width: 210px;
}


/*first psge*/
.main{
    /*min-height: 100%;*/
    /*height: 100%;*/
    padding-bottom: 50px;
}

.padd-left{
    padding-left: 16%;
}

.padd-right{
    padding-right: 16%;
}

.main__title{
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    font-size: 35px;
}

.multi-line-font {
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url(../img/lines-bg.png);
    background-position: 100% 96%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.preview__photo{
    width: 100%;
    height: auto;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: solid 5px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#ffffff00, #ffffff00),
    linear-gradient(180deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background: -webkit-linear-gradient(#ffffff00, #ffffff00),
    -webkit-linear-gradient(180deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background-image: -moz-linear-gradient(#ffffff00, #ffffff00),
    -moz-linear-gradient(180deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    cursor: pointer;
}


/*disabled*/
.photo-disabled{
    filter: grayscale(100%) blur(2px);
    -webkit-filter: grayscale(100%) blur(2px);
}

.disabled{
    position: relative;
}

.disabled:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
    background: url(../img/lock.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}


/*second page*/
.profiles{
    /*min-height: 100%;*/
    /*height: 100%;*/
    display: none;
    padding-bottom: 50px;
}

.title{
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    font-size: 25px;
}

.photo {
    width: 100%;
    border-radius: 5px;
}

.parameters > *{
    margin-bottom: 1rem;
    font-weight: 500;
}

.gray{
    font-weight: 900;
}

.btn-back{
    width: 100%;
    max-width: 220px;
    background: rgb(246,79,89);
    background: -moz-linear-gradient(90deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    background: linear-gradient(90deg, rgba(246,79,89,1) 0%, rgba(18,194,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f64f59",endColorstr="#12c2e9",GradientType=1);
    border-radius: 20px;
    padding: 10px 0;
    font-weight: 900;
    font-style: italic;
    cursor: pointer;

}



/*footer*/
.footer{
    background: #393939;
    padding: 15px 0;
    height: 50px;
    margin-top: -50px;
}

.footer__link a{
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    text-transform: uppercase;
}




/*Media queries*/

/*xs - mobile portrait*/
@media (min-width: 1px){
    .padd-left{
        padding-left: 0;
    }
    .padd-right{
        padding-right: 0;
    }
    .preview__photo {
        width: 130px;
        height: 130px;
        object-fit: cover;
    }
    .col-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-12 {
        -webkit-flex: 0 0 100%;
    }
    .main__title {
        font-size: 27px;
    }
    /*.nav-item {
        width: 175px;
        height: 175px;
    }*/
    /*    .slick-track{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }*/
    /*    .nav-item {
            width: 90%;
            height: auto;

        }*/
    /*    .slick-current, .slick-active{
            margin-right: 5px;
        }*/
}

/*sm - modile landscape*/
@media (min-width: 576px) {
    .preview__photo {
        width: 95px;
        height: 95px;
        object-fit: cover;
        border: solid 3px transparent;
    }
    .padd-left{
        padding-left: 12%;
    }

    .padd-right{
        padding-right: 12%;
    }
    .nav-item{
        width: 140px;
        height: 140px;
    }
    .preview__name{
        font-size: 13px;
    }
    .header__logo {
        max-width: 170px;
    }
    /*    .nav-item {
            width: 60px;
            height: 60px;
        }*/
    /*     .slick-track{
           display: block;
        }*/
}

/*md - tablets*/
@media (min-width: 768px) {
    .main__title {
        font-size: 35px;
    }
    .header__logo {
        max-width: 210px;
    }
    .preview__photo {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border: solid 5px transparent;
    }
    .padd-left{
        padding-left: 13%;
    }

    .padd-right{
        padding-right: 13%;
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;

    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    /*    .nav-item {
            width: 85px;
            height: 85px;
        }*/
}

/*lg -desktop & large tablets*/
@media (min-width: 992px) {
    .preview__photo {
        width: 150px;
        height: 150px;
        object-fit: cover;
    }
    .padd-left{
        padding-left: 16%;
    }

    .padd-right{
        padding-right: 16%;
    }
    /*    .nav-item {
            width: 115px;
            height: 115px;
        }*/
}

/*xl - desktop*/
@media (min-width: 1200px) {
    .padd-left{
        padding-left: 18%;
    }
    .padd-right{
        padding-right: 18%;
    }
    /*    .nav-item{
            width: 140px;
            height: 140px;
        }*/

}





/*slider*/

.nav-item{
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    object-fit: cover;
    object-position: top;
}
.owl-stage-outer,
.owl-item,
.owl-item .active,
.owl-item .cloned
{
    border-radius: 5px!important;
}



#galleryCont .item {
    margin: 0 5px;
    color: #FFF;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    height: 380px;
}

.photo{
    height: 100%;
    object-fit: cover;
    /*object-position: top;*/
}

#galleryContNav .item {
    margin: 5px;
    color: #FFF;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    text-align: center;
    cursor: pointer;
}
/*#slider-nav .item h1 {
    font-size: 18px;
}*/
#galleryContNav .current .item {

}
.owl-theme .owl-nav {

}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#galleryCont.owl-theme {
    position: relative;
}

/*#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}*/

/*#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}
*/

.nav-item {
    width: 80px!important;
    height: 80px!important;
}