@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
html,
body {
    height: 100%;
}

body {
    padding-top: 30px; 
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    color: #001F3F;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #001F3F;
    font-weight: 300;
}
h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:16px;}
p {
    margin-bottom:20px;
}
b, strong {
    font-weight: bold;
}
a {
    color: #001F3F;
}

hr {
    border-color: #EA484E;
}
li{
    list-style: none;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
/*jumbotron*/
.title-breadrumb {
    font-weight: 400;
}
.jumbotron p {
    font-size: 16px;
    font-weight: none;
}
.jumbotron {
    background-color: rgb(249, 249, 249);
    padding: 2px 15px;
}
.breadcrumb {
    padding: 0px 4px;
    margin-bottom: 0;
    background-color: white;
    border-radius: 4px;
}
.banner{
    background: transparent url("../img/banner3.jpg") no-repeat scroll 0% 28% / cover;
    min-height: 100px;
    text-align: left;
}
/* NAVBAR  */

.navbar-nav > li > a {
    color: #001F3F;
    font-weight: 400;
}
.navbar-nav {
    margin-left: 110px;
}
.quote {
    padding-left: 0px;
    margin-top: -25px;
}
.navbar-nav > li > .dropdown-menu{
    border-top: 4px solid #001F3F;
    margin-right: -90px;
}

.navbar-static-top .navbar-nav > li > a:hover, .navbar-static-top .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #263F6A;
}

.dropdown-menu {
    font-size: 15px;
    border-radius: 0px;
}
.dropdown-menu > li > a {
    white-space: normal;
}
.dropdown-menu > li > a:hover {
    background-color: #0EA7E7;
    color: #FFF; 
}

/* navbar show when mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;    
}
.nav .dropdown-menu {
  margin-top: 0;
}

/* LOGO  */
#logo {
    text-align: center;
    margin-top: -50px;

}
.title-logo {
    color: #337AB7;
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
}
.sub-logo {
    color: #FF4136;
    font-weight: 400;
    margin-top: -27px;
}

#contact ul li{
    display: inline-block;
}
#contact ul li a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#email-contact {
    font-size: 13px;
    font-weight: 400;
}
/*End LOGO */
/* END NAVBAR */



/* Carousel */

/* prev next effet */
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
/* End prev next effet */

/* effect slider */
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
.carousel-indicators li {
    border-radius: 0px;
}
.fa-4x {
    margin-top: 110px;
}
/*---------------End effect slider----------*/

/* Home Page Carousel */
header.carousel {
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
/* End Home Page Carousel */
/* End Carousel  */



/* Content */
.featured-deals {
    color: #C54C00;
    margin-top: 25px;
    font-size: 20px;
    text-transform: uppercase;
}
#garis {
    margin-top: 9px;
    border: 3px solid #0EA7E7;
}
#garis2 {
    margin-top: 9px;
    border: 3px solid #C54C00;
}

#menu ul li{
    list-style: none;
}
#menu ul li a{
    font-size: 12px;
}
#produk{
    padding: 10px;
    
}

#sidebar{
    margin-top: 30px;
}
.aside {
    padding-right: 10px;
}
.menu-aside {
    background-color: #F9F9F9;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 7px;
}



/*--------------------------Content Produk------------------------------ */
/* Content Produk Tab Navigation */
.nav-tabs > li > a {
  color: #FFF;
  background: #3C3C3C;
  border-radius: 0;
  box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
  font-size: 16px;
}
.nav-tabs > li > a:hover{
  color: #34495e;
  background-color: #FFF;
  border-color: #34495e;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s ;
  transition: all ease 0.5s ;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #2C3E50;
  background-color: #FFF;
}
.tab-pane {
  box-shadow: 0 0 4px rgba(0,0,0,.4);
  border-radius: 0;
  padding: 10px;
}
.tab-content {
  padding-bottom: 20px;
}
/* End Content Produk Tab Navigation */


.content{
    box-shadow: 0px 10px -1px 3px #D3D3D3;
    background-color: #FFF;
    padding-top: 28px;
    padding-bottom: 10px;
}

.nama_produk,.judul_produk {
    text-align: center;
    font-weight: bold;
}

.paket_exclude {
    box-shadow: 0px 10px -1px 3px #D3D3D3;
    background-color: #FFF;
    position: relative;
    padding-top: 33px;
}
.paket{
    font-weight: bold;
}

/* Content Footer */
.services{
    box-shadow: 0px 10px 20px 3px #D3D3D3;
    background-color: white;
    padding: 20px 20px 30px 20px;
}


/* Contact */
.address-contact {
    color: #FFF;
    font-weight: 400;
}

.cont {
    text-align: center;
}
.form-contact {
    box-shadow: 0px 0px 8px #686868;
    padding-right: 20px;
    padding-left: 15px;
    position: relative;
}
.help-inline {
    color: red;
}
.form-control{
  border-radius: 1px;
}
.intro-text {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 1px;
}
#CaptchaCode {
  width: 268px;
}
#FormCaptcha_CaptchaImage {
  height: 30px;
  width: 100%;
}
.LBD_CaptchaDiv a img{
  height: 13px;
}
#userCaptcha {
    width: 150px;
}

#contact-button{
    background:#0EA7E7;
    color: #FFF;
    border: none;
    border-radius: 1px;
    font-size:0.9em;
    font-weight: 400;
    padding: 10px 0px;
    width: 100%;
    cursor: pointer;
    margin-top:1em;
    outline: none;
    display:inline-block;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
#contact-button:hover{
    background:rgba(217, 19, 19, 0.57);
}
.form-horizontal .control-label {
    color: #7A7979;
}
.radio label{
    color: #7A7979;
}
/* EndContact */

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 35px;
    color: #000;
}

/* Footer */

.footer{
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: lighter;
    padding: 10px 5px 5px;
    background: #fe311a;
    background: -moz-linear-gradient(top, #fe311a 45%, #cf0505 100%);
    background: -webkit-linear-gradient(top, #fe311a 45%,#cf0505 100%);
    background: linear-gradient(to bottom, #fe311a 45%,#cf0505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe311a', endColorstr='#cf0505',GradientType=0 );
}
#address {
    padding-top: 19px;
}
.menu-footer {
    padding-left: 0px;
    margin-top: -19px;
}
.fa{
    color: #FFF;
}
/* -------------------Footer--------------*/
.page-footer {
    background-color: black;
    background-image: url("../img/map-image.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 15px;
}


li.menu-footer{
  list-style: outside none none;
}
li.menu-footer a{
    color: #FFF;
    line-height: 43px;
    font-weight: 400;
}
.footer-copyright {
  overflow: hidden;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

.email {
    color: white;
    font-weight: 400;
}
/* ---------------End Footer------------*/



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}





/*--------------------------------------------------------------------Media Query--------------------------------------------------- */
@media only screen and (max-width: 480px){

/*----------------Carousel----------------------------*/    
    header.carousel {
        height: 20%;
    }
    .carousel-indicators > li, .carousel-indicators > li.active{
        width: 9px;
        height: 8px;
    }

    .btn-danger {
        margin-left: 77px;
    }

    footer{
        margin-left: -6px;
    }
}

@media only screen and (max-width: 600px){
    
    /*----------------NAV----------------------------*/
    .navbar-inverse .navbar-toggle {
    border-color: #e74c3c;
    }
    
    .navbar-inverse .navbar-toggle:hover{
        background-color: #e74c3c;
    }
    
    .navbar-toggle{
        background-color: #e74c3c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
        color: #e74c3c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
        background-color: #e74c3c;
        color: #FFF;
    }
    /*----------------Carousel----------------------------*/
    header.carousel {
    height: 17%;
    }

    /*----------------Footer----------------------------*/
    .footer-head{
        margin-left: -6px;
    }


    /*----------------Button----------------------------*/
    .btn-danger{
        margin-left: 100px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1200px){

   /*----------------Carousel----------------------------*/
    header.carousel {
    height: 20%;
    }

    /*----------------Button----------------------------*/
    .btn-danger{
        margin-left: 306px;
    }

     /*----------------Footer----------------------------*/
    .footer-head{
        margin-left: -11px;
    }

     #grayscale{
       float: left; 
    }
}






/*--------------------------------------------------------------------------------------------------------------------------*/
.title-booknow {
    text-align: center;
    color: #EA484E;
}
#child {
    margin-left: 42px;
}
.form-sec{
    padding:2em;
    background:#fff;
    box-shadow:0 0 8px #686868;
    padding-top: 4px;
}
.form-sec input[type="text"]{
    outline: none;
    font-size:0.9em;
    font-weight: 400;
    color: #b4b4b4;
    padding: 15px 10px 15px 45px;
    border: 1px solid #ccc;
    width: 85%;
    margin: 0em 0em 1.5em 0em;
    -webkit-appearance: none;
    margin-left: 15px;
}
.form-sec  textarea  {
    outline: none;
    font-size:0.9em;
    color: #b4b4b4;
    padding: 15px 10px 15px 15px;
    border: 1px solid #ccc;
    width: 93%;
    background:transparent;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
}

.form-sec input.user {
    background: url(../img/user.png)no-repeat 3px 5px;
}
.form-sec input.lock {
    background: url(../img/lock.png)no-repeat 3px 5px;
}
.form-sec input.mail {
    background: url(../img/mail.png)no-repeat 3px 5px;
}
.form-sec input.phn{
    background: url(../img/phn.png)no-repeat 3px 5px;
}
select {
    padding: 15px 10px 15px 37px;
    background: url(../img/user.png)no-repeat 3px 5px;    
    font-size:0.9em;
    font-weight: 400;
    color: #b4b4b4;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    
}
.form-sec{
    position:relative;
    box-shadow:0 0 8px #686868;
}


.form-sec form span {
    right: 83%;
    cursor: pointer;
    
}

/**/
.form-sec input[type="submit"] {
    background:#0EA7E7;
    color: #FFF;
    border: none;
    font-size:0.9em;
    font-weight: 400;
    padding: 10px 0px;
    width: 100%;
    cursor: pointer;
    margin-top:1em;
    outline: none;
    display:inline-block;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.form-sec textarea {
    resize: none;
    height: 120px;
}
.submit{
    float:right;
    width:31%;
}
.submit input[type="submit"] {
    background: #8dcb18;
    color: #FFF;
    border: none;
    font-size:0.9em;
    font-weight: 400;
    padding: 10px 0px;
    width: 100%;
    cursor: pointer;
    margin-top:0em;
    outline: none;
    display:inline-block;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.submit input[type="submit"]:hover,.form-sec input[type="submit"]:hover{
    background:rgba(217, 19, 19, 0.57);
}
