/****************************************************************************/
html,
body {
    width: 100%;

    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #808080;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 960px;
}

.container > div {
    padding: 0;
}

a {
    color: #29abe2;
    text-decoration: underline;
    font-size: .8em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:hover {
    text-decoration: none;
}

.largeScreenText {
    display: none;
}

.smallScreenText {}

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

    .largeScreenText {
        display: block;
    }

    .smallScreenText {
        display: none;
    }
}

@media screen and (max-width:319px) {
    .container-fluid {
        display: none;
    }

    .alert {
        display: block;
        margin-top: 0;
    }
}

.red {
    color: red;
}

/****************************************************************************/
/****************************************************************************/


/****************************************************************************/
h1 {
    text-align: center;
    color: #1371b8;


}

.top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 27999 !important;
    padding: .5em 0;
    color: white;
    font-size: 1.2em;
    margin-bottom: -84px;
    transition: all .3s ease-out;
}

.top img {
    height: 63px;
    transition: all .3s ease-out;
}

@media screen and (min-width:1024px) {
    .top {

        background: rgba(255, 255, 255, .9);

    }

    .topScrolled {
        padding: 0;
        background: rgba(255, 255, 255, 1);
        font-size: 1em;
        box-shadow: 0 1px 8px 2px rgba(0, 0, 0, .5);

    }

    .topScrolled img {
        height: 40px;
        margin-top: 6px;
    }
}

/****************************************************************************/
a.menu {
    position: fixed;
    right: 10px;
    top: 18px;
    width: 48px;
    height: 48px;
    background: url(../images/menu.png) center no-repeat;
    background-size: cover;
    z-index: 28000 !important;
}

nav {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    font-size: 1.4em;
    background: white;
    font-weight: bold;
    text-align: center;
    transition: all .3s ease-out;
}

.navClicked {
    top: 80px !important;
}

nav ul {
    border-top: 1px solid silver;
    margin: 0;
    padding: 0;
}

nav ul li {
    border-bottom: 1px solid silver;
    padding: .5em;
    margin: 0;
    list-style: none;
}

nav ul li img {
    width: 30px;
    height: auto !important;
    vertical-align: middle;
}

nav ul li a {
    text-decoration: none;
    display: block;
}

.logoHolder {
    text-align: center;

}

@media screen and (min-width:1024px) {
    a.menu {
        top: -100px;
    }

    nav {
        float: right;

        position: relative;
        font-size: 1em;
        background: transparent;
    }



    nav ul,
    nav ul li {
        border: none;
        padding: 0;
        margin: 0;
    }

    nav ul {
        margin-top: -.5em;
    }

    nav ul li {
        display: inline-block;
        line-height: 2em;
        margin-top: .8em;
    }

    nav ul li a {
        text-decoration: none;
        color: orangered;
        padding: .5em .5em;
        font-size: 1em;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        border-radius: .2em;
    }

    nav ul li a:hover {
        background: rgba(255, 255, 255, .8);
    }

    .logoHolder {
        text-align: left;
    }

    nav ul li img {
        width: 28px;
        height: auto !important;
        vertical-align: middle;
    }

    nav ul li span {
        display: none;
    }
}

/****************************************************************************/
.banner {
    background: url(../images/banner/transparent.png), url(../images/banner/02.gif);
    background-position: center, bottom;
    background-size: auto, cover;
    height: 580px;

}

.bannerHolder {
    width: 100;
    overflow: hidden;
    height: 600px;
}

.bannerContainer {

    height: 550px;
    text-align: center;


}

.bannerItem {

    margin-top: 6em;
    width: 100%;
    height: 450px;


}

.banner1 {
    background: url(../images/banner/01-m.png) center no-repeat;
}

.banner2 {
    background: url(../images/banner/02-m.png) center no-repeat;
}

.banner3 {
    background: url(../images/banner/03-m.png) center no-repeat;
}

.banner4 {
    background: url(../images/banner/04-m.png) center no-repeat;
}

.bannerItem h2 {
    display: block !important;
}

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

    .banner1 {
        background: url(../images/banner/01.png) center no-repeat;
    }

    .banner2 {
        background: url(../images/banner/02.png) center no-repeat;
    }

    .banner3 {
        background: url(../images/banner/03.png) center no-repeat;
    }

    .banner4 {
        background: url(../images/banner/04.png) center no-repeat;
    }

}

/****************************************************************************/

.program {
    padding: 2em 0;
    position: relative;
}

.hotel:before,
#registration:before,
.program:before {
    background:
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e99627+0,e97528+29,8c2383+62,3ea9fa+100 */
        background: #e99627;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e99627 0%, #e97528 29%, #8c2383 62%, #3ea9fa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e99627 0%, #e97528 29%, #8c2383 62%, #3ea9fa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e99627 0%, #e97528 29%, #8c2383 62%, #3ea9fa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e99627', endColorstr='#3ea9fa', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0;

    width: 100%;
    height: 1px;
    content: '';

}

.hotel h3 {
    text-align: center;
}

.gallery {
    margin-bottom: 1em;
}

.gallery div {
    padding: .5em;

}

.gallery div img {
    width: 100%;
    border: 3px solid white;
    border-bottom: 15px solid white;
    border-radius: 2px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .3);
    transition: all .2s ease-out;
}

.gallery div a:hover img {
    transform: rotate(10deg);
}

.days {
    text-align: center;
}

.days div {
    border: 1px solid silver;
    margin: .1em;
    padding: .5em;
}

@media screen and (min-width:768px) {
    .days div {
        min-height: 30em;
    }

}

.days div h2 {

    color: white;
    margin: -.25em;
    margin-bottom: 0;
    padding: .5em 0;

    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px black;


}

.days div h2 span {
    display: block;
    font-size: .5em;

}

.firstday {}

.firstday h2 {
    background: #e99627
}

.secondday h2 {
    background: #e97528
}

.thirthday h2 {
    background: #3ea9fa
}

.fourthday h2 {
    background: #286da4
}



.prices {
    padding: 2em 0;
}

.prices div div div {
    margin: 1em;
    padding: 1em 0;
    text-align: center;
    min-height: 200px;
    border: 1px solid silver;
    border-radius: 8px;
    transition: all .3s ease-out;
}

.prices div div div:hover {
    background: #efefef;
}

.prices div div div:hover strong {

    color: green;
}

.prices div div div strong {
    font-size: 1.2em;
}

.prices img {
    width: 40px;

}

/********************************************************/
.hotel {
    background: url('https://www.toptal.com/designers/subtlepatterns/patterns/seigaiha.png');
    padding: 2em 0;
    border-bottom: 1px solid silver;
    position: relative;
}

.hotel h2 {
    text-align: center;
}

.hotel p a {
    font-size: 1em;
}

.hotel p {
    text-align: justify;
}

/********************************************************/
.djteam {
    padding: 2em 0;
    text-align: center;
    background: url(../images/dots.png), url(../images/djs/djs.gif);
    background-size: auto, cover;

}

.djteam div {
    padding: .5em;
    position: relative;
    transition: all .3s ease-out;
}



.djteam div div span {
    opacity: 0;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .75);
    left: 0;
    right: 0;
    color: white;
    bottom: -10%;
    padding: 1em;

    width: 70%;
    margin: auto;
    transition: all .3s ease-out;
    font-size: 1.2em;
    font-weight: bold;

}

.djteam div div span i {
    display: block;
    font-size: .8em;
    font-weight: normal;

}

.djteam div div:hover span {
    opacity: 1;
    bottom: 0%;
}

.djteam img {
    width: 60%;
    border-radius: 50%;
}

/********************************************************/
#registration {
    padding: 2em 0;
    background: #efefef;
    position: relative;
    padding-bottom: 100px;
}

@media screen and (min-width:1200px) {
    #registration {
        background: url(../images/capp.jpg) center no-repeat fixed;
        background-size: cover;
    }
}


#registration .container {
    background: white;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .4);
    border-radius: 6px;
}

#registration .container div {
    margin-bottom: 1em;

}

form {
    position: relative;
}

form input,
form textarea {
    display: block;
    margin: .5em auto;
    border: 1px solid silver;
    border-radius: 4px;
    padding: .5em;
    width: 100%;
    color: #23a6da;
    font-size: 1.2em;
}

form strong {
    color: skyblue;
    font-size: 1.2em;
}

form textarea {
    height: 200px;
}

form select {
    height: auto;
    font-size: 1.2em;

    display: block;
    width: 100%;
    padding: 6px;
    /* If you add too much padding here, the options won't show in IE */
    cursor: pointer !important;

    background: url(../images/down.png) no-repeat right center;
    background-position: 98%;
    border: 1px solid silver;

    -webkit-appearance: none;
    -webkit-border-radius: 4px;
}

form select option {
    background: white;
    display: block;
}

form input[type="radio"],
form input[type="checkbox"] {
    display: inline !important;
    width: auto;
    margin-right: .5em;
}

form label {
    display: inline-block;
    margin-right: .5em;
    cursor: pointer;
}

form textarea {
    width: 100% !important;
    border: 1px solid silver;
    border-radius: 4px;
}

input:required:valid {
    background-image: url(../images/checked2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px;

}

.registerButton {
    background: #3ecb3e;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    transition: all .3s ease-out;
}

.registerButton:hover {
    background: green;
}

/********************************************************/
.footer {
    background: url('https://www.toptal.com/designers/subtlepatterns/patterns/what-the-hex-dark.png');
    text-align: center;
    padding: 2em 0;
    position: relative;

}

.footer div > a {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0 .5em;
    border-radius: 50%;

    background-size: 50%;
    opacity: .5;

}

.footer div > a:hover {
    background-size: 80%;
    opacity: 1;
}

.footer div p {
    font-size: .8em;
}

.footer div p a {
    display: inline-block;
    width: auto;
    height: auto;
    color: white;
    font-size: 1em;
    text-decoration: none;

}

img.footerLogo {
    width: 120px;
    margin-top: -90px;
    background: black;
    border-radius: 50%;
}

a.social-event {
    background: url(../images/loog-fbevent.png) center no-repeat;
}

a.social-group {
    background: url(../images/logo-fbg.png) center no-repeat;
}

a.social-fb {
    background: url(../images/logo-fb.png) center no-repeat;
}

a.social-instagram {
    background: url(../images/logo-instagram.png) center no-repeat;
}
