/* Scss Document */

body{padding:0px;margin:0px;}
.clear{clear:both;display:block;width:100%;}
.spacer{height:30px;clear:both;display:block;width:100%;}
.line{height:1px;clear:both;display:block;width:100%;background:#535353;margin-bottom:20px;}
.container{max-width:1140px;clear:both;margin:0 auto;}

header{width:100%;display:block;background:url(../images/headbg.jpg) no-repeat;background-size:cover;}
.head_box {
    border: 5px solid #002279;    background: #ebe0d2;
    margin: 15px 0px;
}
#main-slider{position:relative;overflow:hidden;}
.right_top {
    float: right;
	margin-top:15px;;
}
.logo{padding:0px;}
.mail{float:left;font-size:18px;font-family:droid serif;color:#2c2827;}
span.call {
    font-family: oswald;color:#2c2827;
    font-size: 28px;
}
nav {
    clear: both;
    float: right;width:100%;padding-top:5px;
}
.navbar-nav{float:right !important;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-family: Oswald Regular;
    color: #2c2827;
    text-transform: uppercase;
}
.nav>li>a:hover, a:hover{
    text-decoration: none;
        background: none !important;
    color: #1343bd;
}
.navbar-collapse.collapse.in {
    max-height: initial;
	    border-top: 1px solid #000;
    margin-top: 10px;
}
span.icon-bar {
    background: #fff;
}
button.navbar-toggle {
    z-index: 9999;
    background: #ffa500;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
}

/***************** body *********************/
.gallery ul {
    list-style: none;
}
.welcome_text{
	padding:30px 0px;
	background:url(../images/welcomeb%20g.jpg) repeat;
	border-top: 6px solid #c29049;
	}

 h1 {
        text-align: center;
    font-size: 30px;
    margin: 0px;
    font-family: Oswald Regular;
    color: #002279;
    text-transform: uppercase;
	background:url(../images/h1bg.png) no-repeat center bottom;padding-bottom:50px;
}
.welcome_text p{
	font-size:17px;
	color:#000;
	font-family:droid serif;
	text-align:center;
	line-height:30px;	
		}
.read_more{text-align:center;}
.read_more a {
    padding: 10px 30px;
    border-radius: 10px;
    background: #002279;
    color: #fff;
}
.read_more a:hover{background:#000 !important;padding:10px 40px;transition-duration:0.5s;}

.gallerypart {
       background:url(../images/porductbg.jpg) no-repeat;
    background-size: cover;
    padding: 25px;
}
.gallery_list{    padding: 0px;
    list-style: none;}
ul.gallery_list img {
    cursor: pointer;
}
a.controls.next {
    float: right;
}
.pdtlist p {
    line-height: 30px;
}
.gallery img{padding:10px 0px;}
ul.slides {
    border: 5px solid #fff;
}
/*****************footer *********************/
footer{background:#171717;padding:30px 0px;}
.fa-facebook, .fa-google-plus, .fa-twitter{ 
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 8px;
    color: #fff;
    font-size: 12px !important;
    margin-right: 10px;}
footer h3{font-size:22px;color:#fff;font-family:oswald regular;margin: 5px 0px;letter-spacing:1px;}	
footer p {
    font-size: 15px;
    font-family: droid serif;
    font-style: italic;
    color: #fff;
}
.fa{padding:5px;color:#fff;}
.social a{color:#fff;font-family:arial; font-size:16px;font-style:normal;}
.clear1 {
    width: 20%;
    height: 1px;
    background: #424242;
    margin: 5px auto;
}
.social {
    border-left: 1px solid #292929;
    padding-left: 30px;    
}
.need_help {
        text-align: center;
    border-left: 1px solid #2b2b2b;
}
.contact {
    border-left: 1px solid #353535;
    padding-left: 30px;}
	
	
/***********gallary hover effect **************/

.imglist {    
    -webkit-transition: -webkit-transform ease-out 0.7s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.7s, background 0.2s;
    transition: transform ease-out 0.7s, background 0.2s;
}
.imglist:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.imglist:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}
.imglist:hover i {
    color: #fff;
}

.imglist:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.pimg{padding:10px 0px 0px 0px;}

.nextimg {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.2s;
    transition: transform ease-out 0.3s, background 0.2s;
}
.nextimg:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.nextimg:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.nextimg:hover i {
    color: #fff;
}
.nextimg:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}


.welcome_text h3 {
    background: rgba(0, 34, 121, 0.7);
    margin: 0px;
    text-align: center;
    color: #fff;
    font-family: droid serif;
    font-size: 18px;
    padding: 10px 0px;
    text-transform: uppercase;
}


/*************** Contact us page ****************/
.next_page{width:100%;background:url(../images/next.jpg) no-repeat;background-size:100%;}
.next_page h2 {
	    font-family: Oswald Regular;
    text-align: center;
    padding: 200px 0px 130px 0px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: bold;
    font-size: 45px;
}
.Next_text h2, .welcome_text h2 {
    font-family: Oswald Regular;
    color: #002279;
    font-weight: bold;
}
.Next_text p {
       font-family: droid serif;
    font-size: 18px;
	line-height: 20px; 
	text-align:left;
	font-weight:bold;
}
.Next_text h3 {
    font-family: droid serif;
    font-style: inherit;
    font-size: 20px;
    font-weight: bold;
}
form {
    background: rgba(0, 34, 121, 0.5);
    padding: 20px;
    width: 100%;
}
input.boox {
    width: 100% !important;
    height: 35px !important;
    border-radius: 5px;
    border: 1px solid #d1d1d1 !important;
}
textarea.msg{width: 100% !important;    
    border-radius: 5px;
    border: 1px solid #d1d1d1 !important;}
input.box{
    height: 35px !important;
    border-radius: 5px;
    border: 1px solid #d1d1d1 !important;
}

/**************************reservation***********************/
tr {
    height: 35px;
}
#content{background:#090806;border-radius:10px;}
label#title22 {
    width: 200px;
}
input#captcha {
    margin: 10px 0px;
}
input#First_Name, input#Last_Name, input#Cell, input#Email, input#Pick-up_Date1, select#Travel_Type, input#Pick-up_Address, input#Drop-off_Address {
    width: 100% !important;
    height: 35px;
    border-radius: 5px;
    border:1px solid #b7b7b7;
    margin: 10px 0px;
}
select#howmanypeople, input#pickup_address, input#dropoff_address, select#cardtype, input#cardno, input#cardcode{
	width: 100% !important;
    height: 35px;
    border-radius: 5px;
    border:1px solid #b7b7b7;
    margin: 10px 0px;
	}
select#month, select#year{
	
	width: 20% !important;
    height: 35px;
    border-radius: 5px;
    border:1px solid #b7b7b7;
    margin: 10px 0px;
	
	}	
td{font-size: 14px;
    font-family: droid serif;
    font-weight: bold;
    color: #545454;
	position:relative;}
lebal{color:#916e2d;}
input#submit {
    background:#f26e2a;
    border: none;
    border-radius: 5px;
    color: #fff;
	padding: 10px 35px !important;
    margin-bottom: 20px;
}


