@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Passion+One:700&subset=latin-ext');

/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:900'); */

/* //////////////////////////////Custom Re:ply css///////////////////// */


/* -----------Re:ply---------- Font size, Font weight, Font color --------Re:ply------*/

body , h1 , h2 , h3 , h4 , h5 , p , span {
    font-family: "Open Sans";
}
a {
    color: #fff!important;
}

.clear-padd {
    padding-left: 0px;
    padding-right: 0px;
}



/* -----------Re:ply---------- Padding and Margin  -----------Re:ply-----------   */


.nevidljivo {
    display: none!important;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.img-resize {
    max-width: 100%;
}

/* -----------Re:ply---------- Custom items  -----------Re:ply---------- */

.navbar-design {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.89)!important;
    margin: 0px;
    position: fixed;
    top: 0px;
    padding: 0px 12px 0px 12px;
    z-index: 1000;
}
.vertical-center {
    margin: 20px 0px 28px 0px;
}
.vertical-center2 {
    margin: 22px 0px 0px 0px;
}
.vertical-center3 {
    margin: 32px 12px 0px 0px;
}
.menu-link {
    z-index: 2000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    padding:36px 16px 37px 16px;
    display: inline-block;
    float: right;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.menu-link:hover {
    color: rgba(252,187,11, 0.88)!important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.menu-link:nth-child(2) {
    padding:36px 0px 37px 16px;
}
.menu-active {
    color: rgba(252,187,11, 1)!important;
}

.logo-box{
    padding:32px 0px;
    max-width: 178px;
    height: auto;
    display: block;
    float: left;
}

.language-box {
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 3px;
    float: right;
    margin: 15px 0px 0px 0px;
    color: #fff;
}

.language-flag{
    float: none;
    width: 20px;
    height: 13px;
    margin: 4px;
    opacity: 0.4;
    cursor: pointer;
    margin-top: 18px;
}
.language-flag:hover{
    opacity: 1;
}
.language-active {
    opacity: 1;
}

.language-arrow {
    width: 10px;
    height: auto;
    margin: 4px;
}

.language-row {
    width: 60px;
    height: auto;
    background: none;
    border: none;
    color: #fff;
}
.desktop-menu {
    display: block;
}
.mobile-menu {
    display: none;
}






.header-background-img {
    background: url(../img/Rafting-on-cetina-as-adventure-team-cetina-canyon.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 956px;
    display: block;
    float: left;
}

.header-background-bg {
    background: rgba(255,255,255, 0.69);
    width: 100%;
    height: 100%;
    margin-top: 0px;
    float: left;
}


.header-title {
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    padding:302px 10% 0px 10%;
    margin: 0px;
    line-height: 1.1;
    color: rgba(255,255,255,1);

}

.header-undertitle {
    font-family: "Open Sans";
    font-weight:bold;
    font-size: 36px;
    text-align: center;
    padding:11px 0px 232px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
}


.button-wrapper {
    width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-button {
    width: 218px;
    position: relative;
    display: inline-block;
    margin: 0px 3px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 4px 20px 52px;
    background: rgba(30,138,54, 0.66);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.section-button:hover {
    -webkit-transition: 0.3s;
    transition: 0.2s;
    background: rgba(252,187,11, 0.88);
}
.section-button img {
    position: absolute;
    top: 6px;
    left: 4px;
}

.section-button2 {
    width: 218px;
    position: relative;
    display: inline-block;
    margin: 0px 3px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 4px 20px 52px;
    background: rgba(217,49,52, 0.66);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.section-button2:hover {
    -webkit-transition: 0.3s;
    transition: 0.2s;
    background: rgba(252,187,11, 0.88);
}
.section-button2 img {
    position: absolute;
    top: 6px;
    left: 4px;
}




.web-info-bg {
    background: url(../img/cetina-rafting-contact-info-background.jpg);
    width: 100%;
    height: 352px;
    display: block;
    clear: both;
}
.web-info-bg-color {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(28,128,67,0.87);
}
.web-info-box {
    width: 225px;
    height: auto;
    display: block;
    margin: 25% auto 0px auto;
}
.web-info {
    font-family: "Open sans";
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 90px 0px 8px;
    margin: 0px;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold , .web-info-bold2{
    font-family: "Open sans";
    font-size: 13px;
    font-weight: 700;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
    display: block;
}
.web-info-bold2 {
    padding: 6px 0px 0px 0px;
}
.web-info-regular {
    font-family: "Open Sans";
    font-size: 18px;
    color: rgba(255,255,255, 1);
}




.cetina-rafting-section {
    width: 100%;
    height: 510px;
    display: block;
    background: url("../img/Rafting-on-cetina-adventure-for-family-and-freinds-background.jpg");
    clear: both;
}


.black-bg {
    position: relative;
    width: 45%;
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: rgba(0,0,0,0.62);
    float: left;
}
.blue-bg {
    width: 55%;
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: rgba(15,103,223,0.52);
    float: left;
}
.rafting-png {
    position: absolute;
    width: 370px;
    height: 335px;
    display: block;
    background: url(../img/rafting-guys-on-cetina.png);
    bottom: 0px;
    right: -152px;
}
.cetina-rafting-big-title {
    font-family: "Passion One"; font-weight: bold;
    letter-spacing: 3px;
    font-size: 82px;
    padding: 130px 90px 0px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fcbb0b;
    float: right;
    text-transform: uppercase;
}
.cetina-rafting-paragraph {
    width: 500px;
    font-family: "Open Sans";
    font-size: 20px;
    padding: 140px 0px 0px 0px;
    margin: 0px 0px 0px 160px;
    line-height: 1.3;
    color: #fff;
}
.cetina-span {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    color: #fcbb0b;
}
.cetina-rafting-link {
    font-family: "Open sans";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 220px;
    height: auto;
    display: block;
    margin: 44px 0px 0px 47%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.link-arrow {
    margin: 0px 0px 0px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.cetina-rafting-link:hover {
    color: rgba(252,187,11, 0.88);
    -webkit-transition: 0.3s;
    transition: 0.3s;

}
.cetina-rafting-link:hover > .link-arrow {
    margin: 0px 0px 0px 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
















.footer-design {
    height: 106px;
    width:100%;
    display: block;
    margin:0px 0px 0px 0px;
    background: rgba(0,0,0,1 );
    text-align: center;
    padding: 39px 0px 0px 0px;
    color: #404040;
    clear: both;
}
.footer-link-wrap {
    width: 76%;
    display: block;
    margin: 0 auto;
}
.footer-link-box {
    width: 19.5%;
    display: inline-block;
    text-align: center;
    color: #494949;
    padding: 16px 0px;
    margin-bottom: 28px;
    cursor: pointer;
}
.footer-link-box:hover {
    background: rgba(255,255,255,0.05);
        transition: 0.2s;
}






a:link, a:active, a:hover {
    text-decoration:none!important;
}
a{
    color: #333333;
}
a:hover {
    color: #333333;
    cursor: pointer;
}


.no-padd-lr {
    padding-left:0px;
    padding-right:0px;
}

.relative {
    position: relative;
}





input[type=text],
input[type=email],
textarea{
    font-size: 16px!important;
    color: #232020;
    padding-left: 12px;
}
textarea{
    font-size: 16px!important;
    color: red;
    color: #232020;
    padding:10px 24px 0px 18px;
}






.container {
    padding: 0px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}














/* /////// Page : Rafting on cetina ///////////////////////////////////////////////// */


.header-background-img2 {
    background: url(../img/Rafting-on-cetina-river-about-cetina-canyon-and-rafting-sports-background.jpg);
    width: 100%;
    height: 570px;
    display: block;
    float: left;
}

.cetina-rafting-big-title2 {
    font-family: "Passion One";
    letter-spacing: 3px;
    font-size: 90px;
    padding: 190px 90px 0px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fcbb0b;
    text-transform: uppercase;
}
.rafting-info-box {
    margin: 225px 0px 0px 0px;
    width: 100%;
    height: 345px;
    display: block;
    background: rgba(0,0,0,0.60);
}
.cetina-rafting-paragraph2 {
    font-family: "Open Sans";
    font-size: 20px;
    padding: 84px 40px 0px 40px;
    line-height: 1.3;
    color: #fff;
}




.map-box {
    width: 100%;
    height: 440px;
    display: block;
    margin: 0px;
}

.rafting-title {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 400;
    padding: 100px 0px 20px 113px;
    margin: 0px;
    line-height: 1.1;
    color: #292929;
}
.rafting-undertitle-box {
    width: 100%;
    height: auto;
    padding: 0px 60px 20px 113px;
}
.rafting-undertitle-icon {
    display: inline-block;
    margin: 12px;
    vertical-align:top;
}
.rafting-undertitle {
    display: inline-block;
    width: 80%;
    margin: 0px 0px 0px 18px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #292929;
}





.boat-capacity-section {
    width: 100%;
    height: 420px;
    background: url(../img/maximum-two-or-three-persons-per-rafting-boat.jpg);
    display: block;
    margin: 3px 0px 2px 0px;
}
.boat-capacity-color-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: rgba(15,103,223,0.62);
}
.capacity-title {
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 400;
    padding: 132px 0px 30px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}
.capacity-bold {
    font-family: "Open Sans";
    font-weight: 700;
}
.capacity-line {
    width: 178px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: #fff;
}
.capacity-paragraph {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    padding: 25px 0px 15px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}








/* /////// Page : Tour 1 ///////////////////////////////////////////////// */



.gallery-container {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both;
    margin: 22px 0px 0px 0px;
    padding: 3px 0px;
    background: rgba(0,0,0,0.35)
}
.gallery-container a{
    width: 16.6666666666666666667%;
    height: auto;
    display: inline-block;
    margin: 0px;
    padding: 3px;
    font-size: 0px;
    float: left;
}
.img-res {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px!important;
    background: #fff;
    float: left;
}
.img-res:hover{
    background:
}




.tour1-background-img {
    background: url(../img/family-rafting-tour-on-cetina-river-background-section-1.jpg);
    background-attachment: fixed;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.tour-title {
    font-family: "Passion One";
    font-size: 48px;
    font-weight: 900;
    display: inline-block;
    margin: 160px 0px 60px 0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
    float: left;
}
.tour-price {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 168px 0px 0px 12px;
    float: left;
    line-height: 1.1;
    color: rgba(0,0,0,1);
    background: rgba(252,187,11, 0.85);
    padding: 10px 12px;
}

.tour-start-end-row {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.85);
    clear: both;
}
.tour-info-titles {
    font-family: "Open sans";
    font-size: 18px;
    font-weight: bold;
    margin: 42px 0px 16px 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.tour-point-undertitles {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 42px 0px;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    color: rgba(252,187,11, 1);
}

.tour-info-row {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.68);
    clear: both;
}
.tour-info-undertitles {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 42px 0px;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    color: rgba(252,187,11, 1);
}

.yellow-row , .yellow-row2 {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(252,187,11, 0.66);
    clear: both;
    padding: 34px 34px 34px 89px;
    margin: 26px 0px 4px 0px;
}
.yellow-row2 {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(252,187,11, 0.66);
    clear: both;
    padding: 34px 34px 34px 89px;
    margin: 0px 0px 0px 0px;
}
.yellow-black-icon {
    position: absolute;
    width: 46px;
    height: 46px;
    display: block;
    top: -23px;
    left: 0px;
}
.yellow-title {
    font-family: "Passion One";
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.0;
    color: rgba(0,0,0, 1);
}
.yellow-paragraph {
    font-family: "Open Sans";
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.0;
    color: rgba(0,0,0, 1);
}


.tour-info-background {
    width: 100%;
    height: auto;
    display: block;
    background: url("../img/family-rafting-tour-on-cetina-river-background-section-information.jpg");
    float: left;
}
.tour-info-bg-color {
    width: 100%;
    height: 100%;
    display: block;
    background:rgba(0,0,0,0.7);
}

.tour-info-box {
    width: 86%;
    height: 256px;
    display: block;
    border: 2px solid #fcbb0b;
    margin: 50px auto;
    border-radius: 18px;
}
.tour-info-box-titles {
    font-family: "Open sans";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 52px 0px 40px 0px;
    line-height: 1.1;
    color: #fcbb0b;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.tour-info-box-paragraph {
    font-family: "Open Sans";
    font-size: 16px;
    margin: 0px auto 40px auto;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    width: 80%;
    display: block;
}



.tour2-background-img {
    background: url(../img/extreme-rafting-tour-on-cetina-river-background-section-2.jpg);
    background-attachment: fixed;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.tour-info-box-paragraph2 {
    font-family: "Open Sans";
    font-size: 18px;
    margin: 0px auto 40px auto;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 80%;
    display: block;
}


.book-button , .book-button2{
    width: 220px;
    height: auto;
    display: block;
    margin: 20px auto;
    float: none;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 6px;
    background: rgba(252,187,11, 0.66);
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
}


.book-button:hover , .book-button2:hover{
    transition: 0.2s;
    background: rgba(252,187,11, 0.88);
}


.book-mobile {
    display: none;
}









/* /////// Page : Contact ///////////////////////////////////////////////// */




.contact-title {
    font-family: "Passion One";
    font-size: 36px;
    font-weight: 900;
    display: block;
    margin: 200px 0px 50px 0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
}
.contact-undertitle {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin:0px;
    line-height: 1.1;
    color: #fff;
}


.contact-black-bg {
    width: 100%;
    height: 863px;
    display: block;
    background: rgba(0,0,0,0.62);
    margin: 93px 0px 0px 0px;
    padding: 94px 0px 0px 0px;
}
.input-space {
    width: 72%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.input-title {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin:0px;
    line-height: 2.0;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
}
.input-design {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    border: none;
}
.input-design:focus {
    box-shadow: 0px 0px 12px rgba(252,187,11, 1);
    transition: 0.1s;
}
.input-design:hover {
    box-shadow: 0px 0px 12px rgba(252,187,11, 1);
    transition: 0.1s;
}
.textarea-design {
    font-weight: 400;
    color: #000;
}
.textarea-design:focus {
    box-shadow: 0px 0px 12px rgba(252,187,11, 1);
    transition: 0.1s;
}
.textarea-design:hover {
    box-shadow: 0px 0px 12px rgba(252,187,11, 1);
    transition: 0.1s;
}


.form-button {
    width: auto;
    display: inline-block;
    margin: 20px 14%;
    float: right;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 85px;
    background: rgba(252,187,11, 0.66);
    border: 1px solid #deb035;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
}

.form-button:hover {
    transition: 0.2s;
    background: rgba(252,187,11, 0.88);
}

.captcha-box {
    width: 302px;
    height: auto;
    display: block;
    margin: 20px 14% 8px;
    float: right;
}


/* /////// Tablet , Mobile wide 1199px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */


@media (max-width: 1199px) {




    .header-background-img {
    background: url(../img/Rafting-on-cetina-as-adventure-team-cetina-canyon.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 0px 0px 100px 0px;
    height: auto;
    display: block;
    float: left;
    }
     .desktop-menu{
        display: none;
    }
    .mobile-menu {
        display: block;
    }

    .logo-box{
    padding:32px 12px;
    max-width: 123px;
    height: auto;
    display: block;
    float: left;
    }



    .mobile-menu-box {
        width: 100%;
        height: 320px;
        background: rgba(0,0,0,0.95);
        display: none;
        z-index: 8000;
    }


    .menu-link {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    display: inline-block;
    float: right;
    color: #fff!important;
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
    .menu-link:nth-child(2) {
        padding: 6px 8px;
}
    .menu-active {
    color: rgba(252,187,11, 1)!important;
}

    .language-flag{
    float: none;
    width: 20px;
    margin: 4px;
    opacity: 0.4;
    cursor: pointer;
    margin:18px auto 0px auto;
    }


    .hamburger {
        width: 32px;
        height: 32px;
        display: inline-block;
        float: right;
        background: url(../img/hamburger-icon.png);
        background-size: 32px 32px;
        margin: 28px 15px 0px 16px;
    }
    .hamburger-x {
        width: 32px;
        height: 32px;
        display: none;
        float: right;
        background: url(../img/hamburger-icon-x.png);
        background-size: 32px 32px;
        margin: 28px 15px 0px 16px;
    }

    .header-title {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    padding:151px 10% 0px 10%;
    margin: 0px;
    line-height: 1.1;
    color: rgba(255,255,255,1);
    }

    .header-undertitle {
    font-family: "Passion One";
    font-size: 24px;
    text-align: center;
    padding:11px 0px 52px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
    }


    .web-info-box {
    width: 160px;
    height: auto;
    display: block;
    margin: 16px auto 0px auto;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0px 0px 12px 6px;
}
.web-info {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0px 0px 0px 8px;
    margin: 0px auto;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold , .web-info-bold2{

    font-size: 12px;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold2 {
    padding: 6px 0px 0px 0px;
}
.web-info-regular {
    font-family: "Open Sans";
    font-size: 14px;
    color: rgba(255,255,255, 1);
}
    .web-info-bg {
    background: url(../img/cetina-rafting-contact-info-background.jpg);
    width: 100%;
    height: 352px;
    display: block;
    clear: both;
}
    .web-info-bg-color {
       padding: 50px 0px 50px 0px;
    }


    .header-background-img2 {
    background: url(../img/Rafting-on-cetina-river-about-cetina-canyon-and-rafting-sports-background.jpg);
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
    .cetina-rafting-big-title2 {
    font-family: "Passion One";
    font-weight:bold;
    font-size: 42px;
    padding: 120px 0px 0px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fcbb0b;
    text-transform: uppercase;
}
    .rafting-info-box {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.60);
}
.cetina-rafting-paragraph2 {
    font-family: "Open Sans";
    font-size: 16px;
    padding: 16px 10px 16px 16px;
    line-height: 1.3;
    color: #fff;
}

    .cetina-rafting-paragraph {
    width: 80%;
    font-family: "Open Sans";
    font-size: 16px;
    padding: 120px 0px 0px 90px;
    margin: 0px auto;
    line-height: 1.3;
    color: #fff;
}


.language-box {
    width: 60px;
    height: auto;
    background: none;
    border: none;
    border-radius: 3px;
    float: right;
    margin: 31px 15px 0px 0px;
    color: #fff;
}




}






/* /////// Tablet , Mobile wide 992px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */


@media (max-width: 992px) {


    .header-background-img {
        height: auto;
        padding: 0px 0px 18px 0px;
        background-position: top center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

     .desktop-menu{
        display: none;
    }
    .mobile-menu {
        display: block;
    }

    .logo-box{
    padding:32px 12px;
    max-width: 123px;
    height: auto;
    display: block;
    float: left;
    }

    .language-box {
    width: 60px;
    height: auto;
    background: none;
    border-radius: 3px;
    float: right;
    margin: 31px 15px 0px 0px;
    color: #fff;
    }

    .language-active{
    opacity: 1;
    transition: 0.2s;
    margin-top: 18px;
    }
    .language-li {
        width: 44px;
        height: auto;
        display: block;
        margin: 0 auto 18px auto;
        float: none;
    }

    .mobile-menu-box {
        width: 100%;
        height: 320px;
        background: rgba(0,0,0,0.95);
        display: none;
        z-index: 8000;
    }

    .menu-link {
        font-size: 10px;
        width: 100%;
        height: auto;
        display: block;
        padding: 6px 0px;
        margin: 0px;
        text-align: center;
    }
    .menu-link:nth-child(2) {
        padding: 6px 8px;
    }
    .brand-img {
        width: 120px;
        height: auto;
    }

    .hamburger {
        width: 32px;
        height: 32px;
        display: inline-block;
        float: right;
        background: url(../img/hamburger-icon.png);
        background-size: 32px 32px;
        margin: 28px 15px 0px 16px;
    }
    .hamburger-x {
        width: 32px;
        height: 32px;
        display: none;
        float: right;
        background: url(../img/hamburger-icon-x.png);
        background-size: 32px 32px;
        margin: 28px 15px 0px 16px;
    }


    .web-info-box {
    width: 160px;
    height: auto;
    display: block;
    margin: 16px auto 0px auto;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0px 0px 12px 6px;
}
.web-info {
    font-size: 14px;
    padding: 0px 0px 0px 8px;
    margin: 0px auto;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold , .web-info-bold2{
    font-size: 12px;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold2 {
    padding: 6px 0px 0px 0px;
}
.web-info-regular {
    font-family: "Open Sans";
    font-size: 14px;
    color: rgba(255,255,255, 1);
}
    .web-info-bg {
    background: url(../img/cetina-rafting-contact-info-background.jpg);
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

    .web-info-bg-color {
       padding: 50px 0px 50px 0px;
    }


    .cetina-rafting-section {
    width: 100%;
    height: auto;
    display: block;
    background: url("../img/Rafting-on-cetina-adventure-for-family-and-freinds-background.jpg");
        background-size: auto 100%;
    background-position: center;
    background-position: top;
    clear: both;
    float: left;
}

    .black-bg {
    position: relative;
    width: 100%;
    height: 255px;
    display: block;
    margin: 0px;
    padding: 0px;
    background: rgba(0,0,0,0.62);
    float: left;
    overflow: hidden;
    }
    .blue-bg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
    background: rgba(15,103,223,0.52);
    float: left;
    }


    .rafting-png {
    position: absolute;
    width: 180px;
    height: 163px;
    display: block;
    background: url(../img/rafting-guys-on-cetina.png);
    background-size: 160px 163px;
    bottom: 0px;
    right: 28%;
}
.cetina-rafting-big-title {
    font-family: "Passion One";
    font-size: 48px;
    padding: 60px 0px 0px 30%;
    margin: 0px;
    line-height: 1;
    color: #fcbb0b;
    float: left;
    text-transform: uppercase;
}
    .cetina-rafting-paragraph {
    width: 80%;
    font-family: "Open Sans";
    font-size: 16px;
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    line-height: 1.3;
    color: #fff;
}
    .cetina-rafting-link {
    font-family: "Open sans";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 220px;
    height: auto;
    display: block;
    margin: 44px auto 20px;
    transition: 0.3s;
    cursor: pointer;
}
    .link-arrow {
    margin: 0px 0px 0px 25px;
    transition: 0.3s;
    width: 28px;
    height: auto;
}
    .cetina-rafting-link:hover > .link-arrow {
    margin: 0px 0px 0px 30px;
    transition: 0.3s;
}




 .tour1-background-img {
    background: url(../img/family-rafting-tour-on-cetina-river-background-section-1.jpg);
    background-attachment: fixed;
    background-size: auto 100%;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.tour-title {
    font-family: "Passion One";
    font-size: 36px;
    font-weight: 900;
    display: inline-block;
    margin: 115px 0px 10px 0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.tour-price {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    height: 64px;
    display: block;
    margin: 10px auto 20px auto;
    line-height: 1.1;
    padding: 10px 12px;
    float: none;
    clear: both;
}

.tour-info-titles {
    font-size: 14px;
    margin: 22px 0px 16px 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.tour-point-undertitles {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 22px 0px;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    color: rgba(252,187,11, 1);
}

.yellow-row , .yellow-row2 {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(252,187,11, 0.66);
    clear: both;
    padding: 34px 34px 34px 25px;
    margin: 26px 0px 4px 0px;
}
.yellow-row2 {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(252,187,11, 0.66);
    clear: both;
    margin: 0px 0px 22px 0px;
}
.yellow-black-icon {
    position: absolute;
    width: 46px;
    height: 46px;
    display: block;
    top: -23px;
    left: 0px;
}
.yellow-title {
    font-family: "Passion One";
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.0;
    color: rgba(0,0,0, 1);
}
.yellow-paragraph {
    font-family: "Open Sans";
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.0;
    color: rgba(0,0,0, 1);
}


.tour-info-background {
    width: 100%;
    height: auto;
    display: block;
    background: url(../img/family-rafting-tour-on-cetina-river-background-section-information.jpg);
    background-size: auto 100%;
    background-position: center top;
    clear: both;
}

.tour-info-box {
    width: 86%;
    height: auto;
    display: block;
    border: 2px solid #fcbb0b;
    margin: 50px auto;
    border-radius: 18px;
}

.tour-info-box-titles {
    font-family: "Open sans";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 22px 0px 15px 0px;
    line-height: 1.1;
    color: #fcbb0b;
    text-align: center;
    text-transform: uppercase;
    display: block;
}





.tour2-background-img {
    background: url(../img/extreme-rafting-tour-on-cetina-river-background-section-2.jpg);
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.tour-info-box-paragraph2 {
    font-family: "Open Sans";
    font-size: 16px;
    margin: 0px auto 40px auto;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 80%;
    display: block;
}





}


/* /////// TABLET VERSION 767px ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */





@media (max-width: 767px) {


    .header-background-img {
        height: auto;
        padding: 0px 0px 18px 0px;
        background-position: top center;
        background-size: auto 130%;
    }


  .brand-img {
        width: 178px;
        height: auto;
    }



    .menu-link {
        font-size: 13px;
        width: 100%;
        height: auto;
        display: block;
        padding: 8px 8px;
        margin: 0px;
        text-align: center;
    }

    .gallery-container a{
    width: 33.33333333333333334%;
    height: auto;
    display: inline-block;
    margin: 0px;
    padding: 3px;
    font-size: 0px;
    float: left;
    }


}





/* /////// MOBILE VERSION 576px ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */





@media (max-width: 576px) {


    /* /////// Page : Mobile : Index ///////////////////////////////////////////////// */

    .desktop-menu{
        display: none;
    }
    .mobile-menu {
        display: block;
    }

    .logo-box{
    padding:32px 12px;
    max-width: 123px;
    height: auto;
    display: block;
    float: left;
    }


.language-box {
    width: 56px;
    height: 55px;
    display: block;
    background: none;
    border-radius: 3px;
    float: none;
    margin: 18px auto 0px auto;
    color: #fff;
    padding: 12px 0px 0px 0px;
    clear: both;
}


    .mobile-menu-box {
        width: 100%;
        height: auto;
        background: rgba(0,0,0,0.95);
        display: none;
        z-index: 8000;
    }

    .menu-link {
        font-size: 13px;
        width: 100%;
        height: auto;
        display: block;
        padding: 8px 8px;
        margin: 0px;
        text-align: center;
    }
    .menu-link:nth-child(2) {
        padding: 6px 8px;
    }
    .menu-active {
    color: rgba(252,187,11, 1)!important;
    }
    .brand-img {
        width: 178px;
        height: auto;
    }

    .hamburger {
        width: 32px;
        height: 32px;
        display: inline-block;
        float: right;
        background: url(../img/hamburger-icon.png);
        background-size: 32px 32px;
        margin: 28px 15px 0px 16px;
    }
    .hamburger-x {
        width: 32px;
        height: 32px;
        display: none;
        float: right;
        background: url(../img/hamburger-icon-x.png);
        background-size: 32px 32px;
        margin: 28px 15px 0px 16px;
    }

    .language-active{
    margin-top: 18px;
    }
    .language-li {
        width: 44px;
        height: auto;
        display: block;
        margin: 0 auto 18px auto;
        float: none;
    }

    .header-background-img {
        height: auto;
        padding: 0px 0px 18px 0px;
        background-position: top center;
        background-size: auto 130%;
    }

    .header-title {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    padding:121px 10% 0px 10%;
    margin: 0px;
    line-height: 1.1;
    color: rgba(255,255,255,1);

}

.header-undertitle {
    font-family: "Passion One";
    font-size: 24px;
    text-align: center;
    padding:11px 0px 32px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
}


    .button-wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

    .section-button {
    width: 218px;
    display: block;
    margin: 5px auto;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    }
    .section-button2 {
    width: 218px;
    display: block;
    margin: 5px auto;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    }



.web-info-bg {
    background: url(../img/cetina-rafting-contact-info-background.jpg);
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    padding: 0px 0px 0px 0px !important;
}


.web-info-box {
    width: 160px;
    height: auto;
    display: block;
    margin: 16px auto 0px auto;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0px 0px 12px 6px;
}
.web-info {
    font-size: 14px;
    padding: 0px 0px 0px 8px;
    margin: 0px auto;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold , .web-info-bold2{
    font-size: 12px;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    line-height: 1;
    color: rgba(255,255,255, 1);
    text-transform: uppercase;
}
.web-info-bold2 {
    padding: 6px 0px 0px 0px;
}
.web-info-regular {
    font-family: "Open Sans";
    font-size: 14px;
    color: rgba(255,255,255, 1);
}



    .cetina-rafting-section {
    width: 100%;
    height: auto;
    display: block;
    background: url("../img/Rafting-on-cetina-adventure-for-family-and-freinds-background.jpg");
        background-size: auto 100%;
    background-position: center;
    background-position: top;
    clear: both;
    float: left;
}

    .black-bg {
    position: relative;
    width: 100%;
    height: 255px;
    display: block;
    margin: 0px;
    padding: 0px;
    background: rgba(0,0,0,0.62);
    float: left;
    overflow: hidden;
    }
    .blue-bg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
    background: rgba(15,103,223,0.52);
    float: left;
    }


    .rafting-png {
    position: absolute;
    width: 180px;
    height: 163px;
    display: block;
    background: url(../img/rafting-guys-on-cetina.png);
    background-size: 160px 163px;
   bottom: 0px;
    right: -20px;
}
.cetina-rafting-big-title {
    font-family: "Passion One";
    font-size: 36px;
    padding: 60px 0px 0px 20px;
    margin: 0px;
    line-height: 1;
    color: #fcbb0b;
    float: left;
    text-transform: uppercase;
}
    .cetina-rafting-paragraph {
    width: 80%;
    font-family: "Open Sans";
    font-size: 16px;
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    line-height: 1.3;
    color: #fff;

}
    .cetina-rafting-link {
    font-family: "Open sans";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 220px;
    height: auto;
    display: block;
    margin: 44px auto 20px;
    transition: 0.3s;
    cursor: pointer;
}
    .link-arrow {
    margin: 0px 0px 0px 25px;
    transition: 0.3s;
    width: 28px;
    height: auto;
}
    .cetina-rafting-link:hover > .link-arrow {
    margin: 0px 0px 0px 30px;
    transition: 0.3s;
}


    .gallery-container a{
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    padding: 3px;
    font-size: 0px;
    float: left;
    }




     /* /////// Page : Mobile : Rafting on Cetina ///////////////////////////////////////////////// */



    .cetina-rafting-big-title2 {
    font-family: "Passion One";
    font-weight:bold;
    font-size: 36px;
    padding: 120px 0px 0px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fcbb0b;
    text-transform: uppercase;
}
    .rafting-info-box {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.60);
}
.cetina-rafting-paragraph2 {
    font-family: "Open Sans";
    font-size: 16px;
    padding: 16px 10px 16px 16px;
    line-height: 1.3;
    color: #fff;
}



    .map-box {
    width: 100%;
    height: 370px;
    display: block;
    margin: 0px;
}

.rafting-title {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0px 20px 10px;
    margin: 0px;
    line-height: 1.1;
    color: #292929;
}
.rafting-undertitle-box {
    width: 100%;
    height: auto;
    padding: 0px 12px 20px 0px;
}
.rafting-undertitle-icon {
    display: inline-block;
    margin: 0px 0px 4px 10px;
    vertical-align:top;
}
.rafting-undertitle {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 0px 10px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #292929;
}




.boat-capacity-section {
    width: 100%;
    height: auto;
    background: url(../img/maximum-two-or-three-persons-per-rafting-boat.jpg);
    display: block;
    margin: 3px 0px 2px 0px;
}
    .capacity-title {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 400;
    padding: 52px 0px 30px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}
.capacity-bold {
    font-family: "Open Sans";
    font-weight: 700;
}
.capacity-line {
    width: 178px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: #fff;
}
.capacity-paragraph {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    padding: 25px 0px 55px 0px;
    margin: 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}




 /* /////// Page : Mobile : Section 1 ///////////////////////////////////////////////// */

 .tour1-background-img {
    background: url(../img/family-rafting-tour-on-cetina-river-background-section-1.jpg);
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.tour-title {
    font-family: "Passion One";
    font-size: 36px;
    font-weight: 900;
    display: inline-block;
    margin: 115px 0px 10px 0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.tour-price {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    height: 64px;
    display: block;
    margin: 10px auto 20px auto;
    line-height: 1.1;
    padding: 10px 12px;
    float: none;
    clear: both;
}

.tour-info-titles {
    font-family: "Passion One";
    font-size: 14px;
    margin: 22px 0px 16px 0px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.tour-point-undertitles {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 22px 0px;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    color: rgba(252,187,11, 1);
}

.yellow-row , .yellow-row2 {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(252,187,11, 0.66);
    clear: both;
    padding: 34px 34px 34px 25px;
    margin: 26px 0px 4px 0px;
}
.yellow-row2 {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(252,187,11, 0.66);
    clear: both;
    margin: 0px 0px 22px 0px;
}
.yellow-black-icon {
    position: absolute;
    width: 46px;
    height: 46px;
    display: block;
    top: -23px;
    left: 0px;
}
.yellow-title {
    font-family: "Passion One";
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.0;
    color: rgba(0,0,0, 1);
}
.yellow-paragraph {
    font-family: "Open Sans";
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.0;
    color: rgba(0,0,0, 1);
}


.tour-info-background {
    width: 100%;
    height: auto;
    display: block;
    background: url(../img/family-rafting-tour-on-cetina-river-background-section-information.jpg);
    background-size: auto 100%;
    background-position: center top;
    clear: both;
}

.tour-info-box {
    width: 86%;
    height: auto;
    display: block;
    border: 2px solid #fcbb0b;
    margin: 50px auto;
    border-radius: 18px;
}

.tour-info-box-titles {
    font-family: "Open sans";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 22px 0px 15px 0px;
    line-height: 1.1;
    color: #fcbb0b;
    text-align: center;
    text-transform: uppercase;
    display: block;
}





.tour2-background-img {
    background: url(../img/extreme-rafting-tour-on-cetina-river-background-section-2.jpg);
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.tour-info-box-paragraph2 {
    font-family: "Open Sans";
    font-size: 16px;
    margin: 0px auto 40px auto;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 80%;
    display: block;
}
.contact-title {
    font-family: "Passion One";
    font-size: 36px;
    font-weight: 900;
    display: block;
    margin: 110px 0px 20px 0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;
}






.contact-black-bg {
    width: 100%;
    height: auto;
    display: block;
    background: rgba(0,0,0,0.52);
    margin: 23px 0px 0px 0px;
    padding: 12px 0px 22px 0px;
    transition: 0.3s;
}

.input-space {
    width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.input-title {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin:0px;
    line-height: 2.0;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;

    padding: 2px;
}
.input-design {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    border: none;
}
.textarea-design {
    font-weight: 400;
    color: #000;
}
.captcha-box {
    width: 242px;
    height: auto;
    display: block;
    margin: 20px auto;
    float: none;
    clear: both;
}

.form-button {
    width: 226px;
    height: auto;
    display: block;
    margin: 0px auto;
    float: none;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 85px;
    background: rgba(252,187,11, 0.66);
    border: 1px solid #deb035;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
}

.captcha-box img{
        width: 100%;
    }





 /* /////// Page : Mobile : Section 1 ///////////////////////////////////////////////// */



    .gallery-title {
    font-family: "Passion One";
    font-size: 36px;
    font-weight: 900;
    display: block;
    margin: 100px 0px 15px 0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
    text-transform: uppercase;

}
.gallery-undertitle {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin:0px;
    line-height: 1.1;
    color: rgba(252,187,11, 1);
}

.gallery-row {
    margin-top: 50px;
    margin-bottom: 95px;
}

    .book-mobile {
    width: 220px;
    height: auto;
    display: block;
    margin: 0px auto 45px auto;
    float: none;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 6px;
    background: rgba(252,187,11, 0.66);
    border: 1px solid #deb035;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
}

.book-mobile:hover {
    transition: 0.2s;
    background: rgba(252,187,11, 0.88);
}



}/* MOBILE end */

.error {
  color: rgba(252,187,11, 1);
}

#response h1 {
  margin: 0 auto;
}
