/*-------------------------*/
/* Globel
/*-------------------------*/
*{
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body{
    font-family: arial;
}


.wrapper{
    overflow: hidden;
}
.main-bg{
    background-color: #e37b56;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.givePadding{
    padding-top: 35px;
    /*padding-bottom: 35px;*/

}
/*-------------------------*/
/* Component
/*-------------------------*/
/* Elements Placeholder */
.elements{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.elements2{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    /*padding: 10px;*/
}


/* navbar */
.navbar{
    background-color: rgba(227,123,86,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.navbar .elements{
    height: 100px;
    background-color: rgba(227,123,86,0);
    
}

@media (max-width: 1200px){
    .navbar .elements{
        height: 100px;
    }
}

@media (max-width: 992px){
    .navbar .elements{
        height: 90px;
    }
}

@media (max-width: 768px){
    .navbar .elements{
        height: 80px;
    }
}

.row .elements{
    height: 80px;
}

@media (max-width: 425px){
    .row .elements{
    height: 60px;
}
}

.row .elements2{
    height: 80px;
}


.jin{
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    
}

@media (max-width: 992px){
    .jin{
        /*line-height: 60px;*/
        /*text-align: center;*/
        font-size: 24px;
    
}
}

@media (max-width: 425px){
    .jin{
        line-height: 30px;
        /*text-align: center;*/
        font-size: 24px;
    
}
}

.navbar .row .col-xs-2-z .elements:hover,
.navbar .row .col-xs-2-z .elements:active{
    background-color: #e37b56;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;


}
.jin a:hover,
.jin a:active{
    color: #f9f9f9;
}

.col-xs-2-1 .elements2{
    height: 80px;
}

.col-xs-10-z .row .col-xs-2-1 .elements2:hover,
.col-xs-10-z .row .col-xs-2-1 .elements2:active{
    background-color: #e37b56;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.far{
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    
}

@media (max-width: 992px){
    .far{
    line-height: 84px;
    text-align: center;
    font-size: 16px;
    
}
}

@media (max-width: 425px){
    .far{
    padding-top: 8px;    
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    
}
}

@media (max-width: 320px){
    .far{
    padding-top: 0px;    
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    
}
}

.far a:hover,
.far a:active{
    color: #f9f9f9;
}

.jin a, .far a{
    text-decoration: none;
}



input#search{
  width: 112px;
  height: 50px;
  background-color: rgba(221, 153, 128,1);
  border: none;
  font-size: 10pt;
  float: left;
  /*color: #f9f9f9;*/
  padding-left: 45px;
  border-radius: 5px;
  margin-top: 12px;
  border: 1px solid #f9f9f9;

}

@media (max-width: 992px){
    input#search{
    width: 68px;
    height: 40px;
    margin-top: 16px;

}
}


.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 23px;
  z-index: 1;
  color: #f9f9f9;
}











/* jumbotron */
.jumbotron{
    /*border: 1px solid #fff;*/
    padding-top: 135px;
    /*padding-bottom: 40px;*/
    background-color: #315972;
    /*min-height: 75vh;*/
}

.down{
    /*background-color: #fff;*/
    /*float: left;*/

    color: #dcd3c2;
    font-size: 24px;
    text-align: center;
    -webkit-animation-name: movie;
            animation-name: movie;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;



}

@media (max-width: 425px) {
    .down{
        font-size: 20px;
    }
    
}

@-webkit-keyframes movie{
    0%{
        top: -10%;
        color: #dcd3c2;
        text-shadow:0px 0px 0px #dbceb1;
       



    }


    50%{
        color: #fff;
        top: 10%;
        text-shadow:0px 0px 15px #f9f9f9;
        


    }

    100%{
        color: #dcd3c2;
        
        top: -10%;
        text-shadow:0px 0px 0px #dbceb1;
        

    }
}

@keyframes movie{
    0%{
        top: -10%;
        color: #dcd3c2;
        text-shadow:0px 0px 0px #dbceb1;
       



    }


    50%{
        color: #fff;
        top: 10%;
        text-shadow:0px 0px 15px #f9f9f9;
        


    }

    100%{
        color: #dcd3c2;
        
        top: -10%;
        text-shadow:0px 0px 0px #dbceb1;
        

    }
}

@media (max-width: 768px){
  .jumbotron{
    /*border: 1px solid #fff;*/
    padding-top: 125px;
    /*padding-bottom: 28px;*/
    background-color: #315972;
    /*min-height: 75vh;*/
}
}

@media (max-width: 425px){
  .jumbotron{
    /*border: 1px solid #fff;*/
    padding-top: 175px;
    /*padding-bottom: 28px;*/
    background-color: #315972;
    /*min-height: 75vh;*/
}
}

@media (max-width: 375px){
  .jumbotron{
    /*border: 1px solid #fff;*/
    padding-top: 175px;
    /*padding-bottom: 28px;*/
    background-color: #315972;
    /*min-height: 75vh;*/
}
}

.jumbotron .elements{
    height: 480px;
    background-image: url("../images/IMG_864444.jpg");
    /*border-radius: 0;*/


}

@media (max-width: 1200px){
  .jumbotron .elements{
    /*height: 480px;*/
    background-image: url("../images/IMG_86444.jpg");
    /*border-radius: 0;*/


}
}


@media (max-width: 992px){
  .jumbotron .elements{
    /*height: 480px;*/
    background-image: url("../images/IMG_864.jpg");
    /*border-radius: 0;*/


}
}

@media (max-width: 425px){
  .jumbotron .elements{
    height: 400px;
    background-image: url("../images/IMG_864.jpg");
    /*border-radius: 0;*/


}
}

@media (max-width: 375px){
  .jumbotron .elements{
    height: 380px;
    background-image: url("../images/IMG_864.jpg");
    /*border-radius: 0;*/


}
}



.jumbotron .container1 .elements .container .elements{
    height: 460px;
    /*background-color: rgba(0,0,0,0);*/
    border-radius: 0;
    background-image: url("");

}




.jumbotron .container1 .elements .container .elements
.row .col-xs-12-3 .elements{
    height: 80px;
}

@media (max-width: 425px){
 .jumbotron .container1 .elements .container .elements
.row .col-xs-12-3 .elements{
    height: 48px;
}
}

@media (max-width: 375px){
 .jumbotron .container1 .elements .container .elements
.row .col-xs-12-3 .elements{
    height: 44px;
}
}


.jumbotron .container1 .elements .container .elements
.row .col-xs-12-3 .elements a{
    text-decoration: none;
    
}

.jumbotron .container1 .elements .container .elements
.row .col-xs-12-2 .elements2{
    height: 240px;
}


@media (max-width: 425px){
 .jumbotron .container1 .elements .container .elements
.row .col-xs-12-2 .elements2{
    height: 180px;
}

}


.jumbotron .container1 .elements .container .elements
.row .col-xs-12-3 .elements .row .col-xs-6 .elements{
    height: 60px;
}

.jumbotron .container1 .elements .container .elements
.row .col-xs-12-2 .elements1 .row .col-xs-6 .elements,
.jumbotron .container1 .elements .container .elements
.row .col-xs-12-2 .elements2 .row .col-xs-3 .elements{
    height: 240px;
}


.jumbotron .container1 .elements .container .elements
.row .col-xs-12-2 .elements2 .row .col-xs-3 .elements2
.row .col-xs-12-1 .elements{
    height: 80px;
}

.jumbotron .container1 .elements .container .elements
.row .col-xs-12-2 .elements2 .row .col-xs-3 .elements2
.row .col-xs-12-1 .elements a{
    text-decoration: none;
    
}

.jumbotron .container1 .elements .container .elements img{
    width: 380px;
    margin: -12px 2px; 
    opacity: 0.9;


}

@media(max-width: 1200px){
    .jumbotron .container1 .elements .container .elements img{
    width: 320px;
    margin: 12px 0px; 
    opacity: 0.9;


}
}

@media(max-width: 992px){
    .jumbotron .container1 .elements .container .elements img{
    width: 240px;
    margin: 32px 0px; 
    opacity: 0.9;


}
}

@media (max-width: 425px){
    .jumbotron .container1 .elements .container .elements img{
        margin: 40px -18%;
        width: 220px;

        /*margin-right: 16px;*/

    }
}

@media (max-width: 375px){
    .jumbotron .container1 .elements .container .elements img{
        margin: 40px -20%;
        width: 200px;

        /*margin-right: 16px;*/

    }
}

@media (max-width: 320px){
    .jumbotron .container1 .elements .container .elements img{
        margin: 40px -20%;
        width: 180px;

        /*margin-right: 16px;*/

    }
}

.jumbotron .container1 .elements .container .elements img:hover,
.jumbotron .container1 .elements .container .elements img:active

{
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}





.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    /*font-family: 'Raleway', 'Helvetica', 'roboto', arial, sans-serif;*/
    letter-spacing: 0;
    text-decoration: none;
    background-color: #d1d2d3;
    border: 0;
    border-radius: 18px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    user-drag: none;
}
.btn--primary,
.btn--secondary{
    color: #fefefe;
}
.btn.btn--primaryy{
    background-color: #dcd3c2;
    border: 3px solid #e85f73;
}
.btn.btn--primaryy:hover,
.btn.btn--primaryy:active{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    background-color: #dcd3c2;
    border: 3px solid #f9f9f9;
    -webkit-box-shadow:0px 0px 4px 4px rgba(100%,100%,100%,0.5);
            box-shadow:0px 0px 4px 4px rgba(100%,100%,100%,0.5);

}

.btn.btn--primaryy-1{
    background-color: #dcd3c2;
    border: 3px solid #e85f73;
}
.btn.btn--primaryy-1:hover,
.btn.btn--primaryy-1:active{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    background-color: #dcd3c2;
    border: 3px solid #f9f9f9;
    -webkit-box-shadow:0px 0px 4px 4px rgba(100%,100%,100%,0.5);
            box-shadow:0px 0px 4px 4px rgba(100%,100%,100%,0.5);

}



.left .space{

}

.btn.btn--mdd{
    color: #e85f73;
    top: -4px;
    font-size: 18px;
    line-height: 44px;
    height: 48px;
    font-weight: 400;
    border-radius: 24px;
    margin: 0 6px;
    padding: 0 48px;
}

@media(max-width: 1200px){
    .btn.btn--mdd{
    margin: 0 6px;
    padding: 0 28px;
}
}

@media(max-width: 992px){
    .btn.btn--mdd{
    margin: 0 -1px;
    padding: 0 16px;
}
}

@media(max-width: 375px){
    .btn.btn--mdd{
    height: 44px;
    font-size: 14px;

}
}

.btn.btn--mdd-1{
    color: #e85f73;
    top: -4px;
    font-size: 18px;
    line-height: 44px;
    height: 48px;
    font-weight: 400;
    border-radius: 24px;
    margin: 0 6px;
    padding: 0 44px;
}

@media(max-width: 1200px){
    .btn.btn--mdd-1{
    margin: 0 8px;
    padding: 0 24px;
}
}

@media(max-width: 992px){
    .btn.btn--mdd-1{

    margin: 0 -3px;
    padding: 0 12px;
}
}

@media(max-width: 375px){
    .btn.btn--mdd-1{
    line-height: 40px;

    height: 44px;
    font-size: 14px;

}
}

@media(max-width: 320px){
    .btn.btn--mdd-1{
    padding: 0 8px;
    

}
}

.btn.btn--mdd-2{
    color: #e85f73;
    top: 4px;
    font-size: 18px;
    line-height: 44px;
    height: 48px;
    font-weight: 400;
    border-radius: 24px;
    margin: 0 -6px;
    padding: 0 48px;
}

@media(max-width: 1200px){
    .btn.btn--mdd-2{
    padding: 0 32px;
}
}

@media(max-width: 992px){
    .btn.btn--mdd-2{
    margin: 0 -8px;
    padding: 0 16px;
}
}

@media(max-width: 425px){
    .btn.btn--mdd-2{
    padding: 0 8px;
}
}
@media(max-width: 375px){
    .btn.btn--mdd-2{
    font-size: 14px;

    height: 44px;

}
}

.btn.btn--mdd-3{
    color: #e85f73;
    top: 4px;
    font-size: 18px;
    line-height: 44px;
    height: 48px;
    font-weight: 400;
    border-radius: 24px;
    margin: 0 -6px;
    padding: 0 22px;
}

@media(max-width: 1200px){
    .btn.btn--mdd-3{
    font-size: 14px;

    padding: 0 18px;
}
}

@media(max-width: 1200px){
    .btn.btn--mdd-3{
    font-size: 14px;

    padding: 0 1.5px;
}
}

@media(max-width: 425px){
    .btn.btn--mdd-3{
    font-size: 16px;
    line-height: 20px;


    padding: 0 8px;
}
}
@media(max-width: 375px){
    .btn.btn--mdd-3{
    font-size: 14px;

    height: 44px;

}
}



.btn-group .btn{
    margin-left: 8px;
    margin-right: 8px;
}
.btn-group--center{
    text-align: center;
}

/*.btn.btnleft{
    margin-left: 120px;*/

}
.btn.btnright{
    margin-right: 120px;

}

.btn.btnf{
    margin-left: 120px;
    padding: 0 28px;


}




/* whatsOn */
.whatsOn{
    background-color: #dcd3c2;

}

.indro .elements{
    
    /*background-color: rgba(0,0,0,0.5);*/

    background-color: #f9f9f9;
    height: 900px;
}

@media(max-width: 1200px){
    .indro .elements{
    

    height: 900px;
}

}


@media(max-width: 992px){
    .indro .elements{
    

    height: 960px;
}

}

@media(max-width: 425px){
    .indro .elements{
    

    height: 2340px;
}

}

.indro .row .elements{
    height: 48px;
}
.indro .row .elements1{
    height: 216px;
}

.indro .row .elements2{
    height: 216px;
}

@media(max-width: 992px){
    .indro .row .elements2{
    height: 232px;
}
}

.indro .container .elements .row .col-xs-12-4 
.elements .row-1-1 .col-xs-2-2 .elements,
.indro .container .elements .row .col-xs-12-4 
.elements .row-1-1 .col-xs-1-1 .elements
{
    height: 32px;

}

.indro .container .elements .row .col-xs-12-4 
.elements .row-1-1 .col-xs-2-3 .elements
{
    height: 32px;

}

.indro .container .elements .row .col-xs-12-4 
.elements .row-4 .col-xs-2-2 .elements
{
    height: 32px;
}



.indro .container .elements .row .col-xs-12-4 
.elements .row-3 .col-xs-1-1 .elements {
    height: 32px;
}


.indro .row .col-xs-12-1 .col-xs-2-1 .elements{
    height: 60px;
    padding: 8px 12px;
}

.indro .container .elements .row .col-xs-12-4 
.elements .row-1 .col-xs-2-2 .elements,
.indro .container .elements .row .col-xs-12-4 
.elements .row-1 .col-xs-1-1 .elements
{
    height: 32px;
}


.indro .container .elements .row .col-xs-12-4 
.elements .row-3 .col-xs-1-1 .elements {
    height: 32px;
}

.indro .container .elements .row .col-xs-12-4 
.elements .row-3 .col-xs-1-2 .elements {
    height: 32px;
}


.run{
    line-height: 12px;
    text-align: center;
    font-size: 16px;
    color: #315972;
    /*opacity: 0.8;*/
    
}

@media(max-width: 1200px){
    .run{
    font-size: 13.4px;
    
}
}

@media(max-width: 992px){
    .run{
    font-size: 13.4px;
    margin-top: -6px;

    
}
}

.line{
    line-height: 12px;
    text-align: center;
    font-size: 16px;
    color: #315972;
    opacity: 0.8;
    
}

.run a:hover,
.run a:active
{
    /*opacity: 1;*/
    color: #e85f73;
}

.wash{
    line-height: 28px;
    text-align: center;
    font-size: 32px;
    color: #315972;
}

.item{
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #315972;

}

@media(max-width: 1200px){
   .item{
    line-height: 28px;
    text-align: center;
    font-size: 12.5px;
    color: #315972;

} 
}

@media(max-width: 425px){
   .item{
    /*text-align: left; */

} 
}

@media(max-width: 320px){
   .item{
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #315972;

} 
}

.indro .container .elements .row .col-xs-12-4 
.elements1 .row-2 .col-xs-3-1 .elements2
{
    height: 196px;
}


.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #d1d2d3;
    border: 0;
    border-radius: 18px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    user-drag: none;
}

.btn.btn--primaryyy{
    /*background-color: #e881a7;*/
    border: 3px solid #e37b56;
    background-color: #f9f9f9;


}
.btn.btn--primaryyy:hover,
.btn.btn--primaryyy:active{
    border: 3px solid #e37b56;
    background-color: #f9f9f9;

    
}


.btn.btn--mddd{
    left: 5%;
    /*font-size: 18px;*/
    /*margin-left: 24px;*/
    line-height: 48px;
    height: 180px;
    font-weight: 400;
    border-radius: 24px;
    /*margin: 0 24px;*/
    padding: 0 17px;

}

@media(max-width:1200px ){
    .btn.btn--mddd{
    left: 0;
    padding: 0 16px;

}
}

@media(max-width:1200px ){
    .btn.btn--mddd{
    left: 0;
    padding: 0 12px;

}
}

@media(max-width:992px ){
    .btn.btn--mddd{
    left: 0;
    padding: 8px 12px;

}
}
@media(max-width:425px ){
    .btn.btn--mddd{
    left: 0;
    height: 200px;

}
}

@media(max-width:375px ){
    .btn.btn--mddd{
    left: 0;
    height: 196px;

}
}
@media(max-width:320px ){
    .btn.btn--mddd{
    left: 0;
    height: 176px;

}
}




.indro img{
    width: 160px;
    opacity: 0.8;
    margin-top: 8px;


}

@media(max-width:1200px ){
    .indro img{
    width: 140px;
    margin-top: 8px;


}
}

@media(max-width:992px ){
    .indro img{
    width: 100px;
    height: 120px;
    margin-top: 16px;

}
}

@media(max-width:425px ){
    .indro img{
    width: 204px;
    height: 160px;
    margin-top: 16px;

}
}

@media(max-width:375px ){
    .indro img{
    width: 168px;
    height: 156px;
    margin-top: 16px;

}
}

@media(max-width:320px ){
    .indro img{
    width: 132px;
    height: 132px;
    margin-top: 16px;

}
}

.indro img:hover,
.indro img:active{
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;


}

@media(max-width:1200px ){
    .indro img:hover,
    .indro img:active{
    width: 140px;
    


}
}

@media(max-width:992px ){
    .indro img:hover,
    .indro img:active{
    width: 100px;
    


}
}



.indro a{
    text-decoration: none;
    color: #315972;

}



















.blue .container1{
    padding-top: 35px;
}

.blue .elements{
    background-color: #315972;
    height: 35px;
    border-radius: 0;

}





/* footer */
.footer{
    background-color: #e37b56;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .elements{
    height: 200px;
    background-color: rgba(0,0,0,0);

}

@media(max-width:1200px ){
    .footer .elements{
    height: 180px;

}
}

@media(max-width:992px ){
    .footer .elements{
    height: 160px;

}
}

@media(max-width:425px ){
    .footer .elements{
    height: 140px;

}
}

@media(max-width:320px ){
    .footer .elements{
    height: 180px;

}
}


.footer .col-xs-6 .elements{
    height: 180px;
    background-color: rgba(0,0,0,0);
    /*border: 1px solid #fff;*/
    border-radius: 0;

}

@media(max-width:1200px ){
    .footer .col-xs-6 .elements{
    height: 160px;
    background-color: rgba(0,0,0,0);
    /*border: 1px solid #fff;*/
    border-radius: 0;

}
}

@media(max-width:992px ){
    .footer .col-xs-6 .elements{
    height: 140px;
    /*background-color: rgba(0,0,0,0);*/
    /*border: 1px solid #fff;*/
    border-radius: 0;

}
}

.infor{
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    
}

@media(max-width:1200px ){
    .infor{
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    
}
}

@media(max-width:992px ){
    .infor{
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    
}
}


@media(max-width:425px ){
    .infor{
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    
}
}

@media(max-width:320px ){
    .infor{
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    
}
}