
/*Navbar*/

#header_navbar{
	margin: none;
	padding-bottom: none;
	boder: none;
}

.my-navbar {
	background: #121c35;
	border-radius: 0;
	border: none;
	font-size: 116%;
	font-family: Century Gothic, sans-serif;
	margin-bottom: none;
}

.logo-navbar {
    margin-top: -13px;
}
	.navbar-right {
		margin-right: 0px;
	}	
@media (min-width: 750px) {
	.navbar-right { height: 60px; }	
}

p {
	font-size: 18px;
	font-family: Arial, sans-serif;
}

.navbar-default .navbar-nav>li>a:link,
.navbar-default .navbar-nav>li>a:visited
{
	color: #fcfcfc;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ff6c00;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a.active {
	color: #ff6c00;
	text-decoration: none;
}


/*Jumbotron*/


.jumbotron {
	background-image: url("../image/sky_1400x433.png");
	background-repeat: no-repeat;
	background-position: fixed;
	background-size: cover;
}

.jumbotron-container {
	padding-bottom: 35px;
}

.sky {
	color: #fcfcfc;
	text-align: center;
	font-family: Century Gothic, sans-serif;
	opacity: 0.4;
	filter: alpha(opacity=40);
	font-size: 30px;
}

.logo-image {
	max-width: 750px;
	padding-top: 50px;
}

.motto {
	color: #ff6c00;
	font-weight: bold;
	font-family: Century Gothic, sans-serif;
	text-align: center;
	font-size: 1.2em;
        font-style: italic;
}

.lao {
	padding-left: 260px;
	color: #ff6c00;
	font-weight: bold;
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
}

.textbox {
	padding: 5px;
	background-color: rgba(18, 28, 53, 0.7);
	}



/*Footer*/

.footer {
	color: #fcfcfc;
	background-color: #121c35;
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: center;
}


/*Contact*/


.contact {
	color: #121c35;
	font-size: 36px;
	font-family: Century Gothic, sans-serif;
	text-align: center;
	background-color: #eaeaea;
	margin: 10px;
	height: 300px;
	padding: 20px;
}

.map {
	width: 100%;
	padding: 20px 5px 20px 5px;
}


/*About*/


.about {
	text-align: center;
	color: #121c35;
	font-size: 30px;
	font-family: Century Gothic, sans-serif;
}


/*Offers*/


.my-thumbnail {
	height: 450px;
}

.pic {
	width: 100%;
}

.info {
	background-color: #ff6c00;
	color: #fcfcfc;
	padding: 10px 5px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	border: none;
	cursor: pointer;
}

.title {
	font-family: Arial, sans-serif;
	color: #121c35;
	font-size: 17px;
	height: 40px;
	overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}


.offer {
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	 background-repeat: no-repeat;
}
.offer-bottom{
    clear: both;
    margin-bottom:20px;
}
#wrap {
    width: 100%;
    height: auto;
}

.offer-jumbotron {
	background-repeat: no-repeat;
	background-position: fixed;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.h3-jumbotron {
	font-size: 160% !important;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.h1-jumbotron {
	font-size: 180% !important;
	font-weight:bold;
	overflow: hidden;
}

.offer-background {
	color: #fcfcfc;
	background-color: rgba(255, 108, 0, 0.5);
	padding: 100px 10px 10px 10px;
	width: 50%;
	height: 400px;
	text-align: center;
	float: right;
	background-size: cover;
}
@media (max-width: 450px ) {
	.offer-background { width: 70%; }
}

.off-bd {
	color: #121c35;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.day,
.off-date{
	color: #fcfcfc;
	font-size: 20px;
	background-color: #ff6d00;
	padding: 5px 5px 5px 5px;
}

.day-position {
	padding-top: 220px;
	max-width: 200px;
}
.day-position p.day{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.offer-box {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.price-box{
        text-align: justify;
        padding:20px;
        margin: 0px 10px;
        background-color:#dedede;
}
.price-box h2{
    font-size: 20px;
}
.price-box p{
    font-size: 15px;
}
.description {
	/*max-height: 2000px;*/
        text-align: justify;
        padding:10px;
}

.fa{
    margin-bottom: 25px;
}