/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	background-color: #f5f5f5;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


/* Home Page Carousel */

header.carousel {
    height: 75%;
}

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;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Customized Styles */

body {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    color: #807f7f;
}

.navbar{

}

.navbar-header button {
    background-color: #3071A9;
}

.icon-bar{
    background-color: #fff;
}

.navbar-light  {
    background-color: #032c4a;
	color:#FFF;
    border-bottom: 1px solid #032c4a;	
}

.navbar-brand {
    padding: 2px 0px 3px 0px;
	font-size:36px;
	color:#FFF;
	font-family:'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
	font-weight: 300;
	font-size: 36px;
	letter-spacing:-1px;
}

.navbar-brand:hover {
	color: #E8E8E8;

}

.dropdown-menu {
	background-color:#0072C6;
}
/*
.navbar-brand-text{
	font-size:22px;
	font-family: "Segoe UI","Segoe WP",Arial,sans-serif;
}
*/

.nav li a {
    color: #fff;
}

.nav li a:hover {
    background-color: #2980B9;
    color: #fff;
}

.nav .open a:focus {
    background-color: #2980B9;
    color: #fff; 
}

.panel-heading h4{
    color: #2980B9;
}

.panel .panel-heading{
    background-color: #fff;
}

.panel-body {
    text-align: center;
}

.btn {
    border-radius: 0;
}

.page-header {
    text-align: center;
    color: #575757;
	font-size:36px;
	font-family:'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
	font-weight: 300;
	font-size: 36px;
	letter-spacing:-1px; 	
}

.search-box {
    background-color: #032c4a;
}

.search-box h4{
    color: #fff;
}
.c-white {
    color: #fff;
}

.label-success {
    border-radius: 0;
    font-size: 20px;
}

.c-panel-relative {
    position: relative;
}


.panel-body h4 {
    text-align: center;
}


.price {
    position: absolute;
    top: 15px;
    right: -5px;
    padding: 10px;
    border-radius: 20px;
    background-color: #F95355;
}

.price-tours {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 10px;
    border-radius: 15px;
    font-size: 18px;
}

.well {
    background-color: #032c4a;
    border: 1px solid #032c4a;
    color: #fff;
}

blockquote {
    border-left: 5px solid #5CB85C;
}

blockquote p {
    font-size: 15px;
    font-weight: normal;
}

footer {
    margin: 0;    
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #032c4a;
    color: #EFEFEF;
}

#footer a:hover, #footer a:focus {
    color: #fff;
}

#footer a {
    color: #7abcf5;
}

#footer p {
    color: #7abcf5;
}

/* sign Up modal*/
#myModalLabel {
    color:#575757;
}

.modal-body p {
   color:#575757;
}

.modal-body ul {
   color:#575757;
}

.modal-body form label {
   color:#575757;
}

.faq  {
    text-align: left;
}

/* Search */
h3 {
    margin-top: 0;
	font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
}
.rating-block {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 3px 0;
}
 .stars li{
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

.price-off {
    position: absolute;
    top: 10px;
    right: -2px;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #b80505;
    border: 1px solid #fff;
}
.rooms-from {
    color: #357EBD;
}

.places-visited {
    text-align: left;
    color: #575757;
	font-size:36px;
	font-family:'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
	font-weight: 300;
	letter-spacing:-1px; 	
}

/* Detaisl view*/
.panel-heading-sidebar {
	font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
	font-weight: 300;
	font-size: 25px;
	color:#0072C6;
} 

.navbar-toggle {
	margin-right: 10px;	
}