.bg-holder {
    position: relative;
    overflow: hidden;
}
.bg-content {
    position: relative;
    z-index: 1;
	min-height:80%;
}
.bg-img, .bg-parallax, bg-blur {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.faqs i.fa.fa-chevron-down {
    position: absolute;
    right: 5px;
    top: 8px;
}
.faqs .panel-heading {
    cursor: pointer;
    position: relative;
}
.faqs{
    padding:30px;
}
.faqs h1{
	color:#ddd;
}
.faqs h3{
    margin-bottom: 20px;
    margin-top: 20px;
}
.about-us{
    padding:100px;
}
.aboutDiv{
    background-color: #f5f5f5e0;
    padding: 50px;
    box-shadow: -2px -2px 25px #888888;
}
.aboutDiv h1{
    margin-top: 20px;
    margin-bottom: 20px;
}
.nolist {
  list-style-type: none;
}
.terms{
    padding: 50px 30px;
    
}
.termsDiv{
    background-color: #f5f5f5cf;
    padding: 60px;
    box-shadow: -2px -2px 25px #888888;
	margin: 20px;
}
a.pull-right.firstpage {
    color: midnightblue;
}
.faqs a.pull-right.firstpage {
    color: #ddd;
    margin-top: 20px;
}

/* HEADER AND FOOTER */

.rcg-img {
    height: auto;
    max-width: 188px !important;
    margin-top: 10px;
}
.myBookings-div {
    top: 5px;
}
.rcgInfo-div {
    top: 9px;
}
.footer .info-text {
    padding-right: 6px;
    font-size: 14px;
}
.footer .info-text a {
    color: #616161;
    text-decoration: none;
    font-weight: 600;
}
.footer-2 {
    background: #f7f6f6;
    color: black;
}
.footer-2 h6 {
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
    color: rgba(0, 0, 0, .54);
}
.footer-2 .flightsearch-txt {
    text-align: left;
    font-size: 11px;
    color: rgba(0, 0, 0, .54);
    padding-left: 0px;
}
.footer {
    width: 100%;
    background-color: #f7f6f6;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.footer .container .first-row {
    padding-left: 0px;
    padding-right: 15px;
    text-align: left;
}
.footer .text-row p {
    color: rgba(0, 0, 0, .54);
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 6px;
}
.footer .traveldiv {
    text-align: left;
}
.traveldiv_2 {
    border-bottom: 1px solid #e0e0e0;
}
.traveldiv .logo-img {
    max-height: 24px;
    width: auto;
    margin: 10px 0px;
    margin-top: 20px;
}
/* HEADER AND FOOTER */


@media screen and (max-width: 768px){
    .about-us {
    padding: 10px;
    }
    .aboutDiv {
    padding: 10px;
    }
    .faqs {
    padding: 10px;
        
    }
    .terms {
    padding: 10px;
    }
    .termsDiv {
    padding: 10px;
    }
	
}
@media screen and (max-width: 600px){
	.faqs .panel-title a {
		font-size: 12px;
	}
	.faqs .panel-body{
		font-size:12px;
	}
}