html {

text-rendering: optimizeLegibility !important;

-webkit-font-smoothing: antialiased !important;

}
.background{
	background: url(../img/site-bg.jpg);
	width: 100%;
	height: 100vh;
	position: fixed;
	background-size: cover;
	z-index: -1
}

.top-bar{
	min-height: 29px;
	background: linear-gradient(#E7E7E7,#D8DAD9);
	border-bottom: solid 1px #333;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0px 1px 2px #333;
	/*z-index: 2;*/
}

.img-zoom {
    width: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.transition {
	text-align: right;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    border: solid 1px #ccc;
    box-shadow: 1px 1px 2px #333;
    z-index: 9999 !important;
    position: relative;
}

.navbar-brand{
	padding: 5px;
	height: auto;
}

.logo-bg{
	position: absolute;
	top: 98.7%;
	width: 240px;
	left: 7%;
}

.navbar-brand:after{
	content: "";
	background: url(../img/logo-bg.png);
	width: 50px;
	height: 40px;
	z-index: 3
}

.center{
	text-align: center;
}

header .logo{
	position: absolute;
	z-index: 3;
	left: 11%;
	top: 25%;
	box-shadow: 1px 1px 1px #333;
}

.top-bar .navbar-collapse{
	padding: 0;
	font-size: 12px;
}

.top-nav{
	min-height: 40px;
	/*background: linear-gradient(#0459F4,#02389C); */
background: linear-gradient(#ffcd2c,#967300);
	border-bottom: solid 1px #333;
	border: none;
	border-radius: 0;
	/*margin-top: 36px;*/
	z-index: 1
}

.top-nav .navbar-collapse li{
	margin: 5px 0px;
	padding: 5px 0px
}

.top-nav .navbar-collapse li a{
	padding: 0 15px;
	color: #fff;
	/*border-right: 1px solid #fff;*/
	font-size: 12px
}

.top-nav .navbar-collapse li:last-child a{
	border-right: none;
}

.top-nav .navbar-collapse .active{
	background: linear-gradient(#00B6F2,#037DA4);
	border-radius: 7px;
	margin: 5px 4px;
}

.top-nav .navbar-collapse li:hover{
	background: linear-gradient(#00B6F2,#037DA4);
	border-radius: 7px;
}

.top-nav .navbar-collapse li a:hover{
	color: #fff;
}

.top-nav .navbar-collapse .active a,
.top-nav .navbar-collapse .active a:hover{
	background: none;
	color: #fff;
}

.dropdown-menu li {
    padding: 0px !important;
    margin: 0 !important
}

.dropdown-menu li:hover {
    background: none !important
}

.dropdown-menu li a{
    color: #333 !important;
    padding: 5px 10px !important
}


.main-container{
	margin-top: 49px;
	padding-top: 20px;
	background: rgba(255,255,255,0.4);
	/*height: 100vh*/
}

.resp-tabs-list li{
	padding: 4px 6px;
	background: linear-gradient(#E1E0DE,#909495);
}

.resp-tabs-list li span{
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	padding-top: 3px;
	border-radius: 10px;
	background: linear-gradient(#BABABA,#6A6A6A);
	color: #fff;
	box-shadow: inset 1px 1px #333;
}

.resp-tabs-list li.resp-tab-active span{
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	padding-top: 3px;
	border-radius: 10px;
	background: linear-gradient(#0459F4,#02389C) !important;
	color: #fff;
	box-shadow: inset 1px 1px #333;
}

.resp-tab-active {
	border: #037DA4 !important;
    border-width: 0 0px !important;
    padding: 4px 6px !important;
    background: linear-gradient(#00B6F2,#037DA4) !important;
    color: #fff;
    margin-bottom: 0;
}

.resp-tabs-container{
	/*background: transparent;*/
}

.resp-tab-content{
	border: solid 1px #037DA4;
	background: transparent !important;
	min-height: 319px;
}

.form-horizontal{
	background: transparent;
}

.input-group{
	width: 100%;
}

.input-group-addon{
	background: linear-gradient(#00B6F2,#037DA4);
	color: #fff;
	border: solid 1px #037DA4;
	border-radius: 0;
	padding: 5px 8px;
	width: 12%;
}

.form-control{
	border: solid 1px #02389C;
	height: 28px;
	border-radius: 0;
	padding: 2px 6px;
}

.form-group{
	margin-bottom: 6px
}

.form-horizontal .button{
	border: solid 1px #0459F4;
}

.btn{
	border-radius: 0;
}

.btn-group{
	margin-bottom: 9px;
}


.btn-group .active:after{
	content: "";
	width: 0;
	height: 0;
	border-right: solid 7px transparent;
	border-left: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-top: solid 7px #204d74;
	position: absolute;
	bottom: -14px;
	left: 41%;
}

.button{
	background: linear-gradient(#00B6F2,#037DA4);
	color: #fff;
	padding: 4px 8px;
}

.button span{
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	padding-top: 5px;
	border-radius: 10px;
	background: linear-gradient(#0459F4,#02389C);
	color: #fff;
	box-shadow: inset 1px 1px #333;
	font-size: 10px;
}

.btn-sm{
	padding: 3px 7px;
	font-size: 12px;
	border: none;
}

.carousel{
	border: solid 2px #fff;
}

video{
	margin-top: 29px;
}

.content{
	background: linear-gradient(#FFFFFF,#E5E5E5);
	border: solid 1px #333;
	text-align: center;
	padding: 10px;
	margin-top: 60px;
}

.content h4{
	border-bottom: solid 1px #0744C3;
	color: #0744C3;
	font-size: 15px;
	padding-bottom: 10px
}

.content p{
	padding-bottom: 10px;
}

.content .button{
	border-radius: 15px;
}

.content .btn-sm{
	padding: 3px 7px;
	font-size: 10px;
	border: none;
}

.content img{
	margin-top: -75px;
	width: 55%
}

.danger{
	color: #db1500;
}

.success{
	color: #47961d;
}

.primary{
	color: #337ab7;
}

.warning{
	color: #cf9736;
}

/*.content:hover img{
	transform: scale(1.1);
	transition: all ease-in-out 0.4s;
}*/

.top-destinations h3{
	text-align: center;
	border-bottom: solid 1px #0744C3;
	color: #0744C3;
	font-weight: bold;
	padding-bottom: 10px;
}

.top-destinations .thumbnail{
	padding: 0;
	box-shadow: 1px 1px #333;
}

.top-destinations .thumbnail .caption{
	padding: 6px;
}

.btn-xs{
	padding: 1px 0px 1px 6px;
	font-size: 10px;
	border: none;
	border-radius: 15px;
}

.tag{
	padding: 3px 10px 3px 13px;
	background: linear-gradient(#E70200,#B10103);
	color: #fff;
	/*border-top: solid 1px #E70200;*/
	font-size: 11px;
	display: inline-block;
	position: absolute;
	top: 4%;
	right: -2px;
}

.tag:after{
	content: "";
	border-right: solid 6px #333;
	border-left: solid 6px transparent;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	position: absolute;
	bottom: -27%;
	right: 3px;
	transform: rotate(45deg);
}

.tag:before{
	content: "";
	width: 16px;
	height: 16px;
	background: linear-gradient(-229deg,#E70200,#B10103);
	transform: rotate(45deg);
	position: absolute;
	top: 10.8%;
	left: -8px;
}

h4{
	color: #0744C3;
}

label{
	margin-bottom: 1px;
	font-weight: normal
}

.add{
	background: #fff;
	border: solid 1px #333;
}

.hotel-srch{
	padding: 5px 0px;
	background: #fff;
	border: solid 1px #333;
	margin-bottom: 10px
}

.hotel-srch:hover{
	border-color: #0744C3;
}

.hotel-srch h3{
	margin: 0;
}

.hotel-srch .thumbnail{
	margin-bottom: 0
}

.well{
	border: solid 1px #037da4;
	border-radius: 0;
	margin-bottom: 10px;
}

.panel-body h4{
	margin: 0px 0px 5px 0px;
}

.slider-track{
	background: skyblue;
}

.breadcrumb{
	border-radius: 0;
}

.panel{
	border-radius: 0;
}

.panel-heading{
	padding: 6px 10px;
}

.control-label{
	padding-top: 3px !important;
}

.inline-block{
	display: inline-block;
}

.title{
	padding: 3px 6px;
	font-weight: 600;
	color: #02389c;
}

.table-sm tr td{
	font-size: 11px;
	padding: 5px !important;
}

thead{
	background: #bce8f1;
	color: #31708f;
	font-weight: 700
}

/* PNR Details */
.table tr td .fa-pencil{
    color: #428bca;
    font-size: 14px;
}

.table tr td .fa-eye{
    color: #5cb85c;
    font-size: 14px;
}

.table tr td .fa-trash{
    color: #D9534F;
    font-size: 14px;
}

.table tr td .fa-key{
    color: #eea236;
    font-size: 14px;
}

.agent-info{
    background: #EAEAEA;
    border: solid 1px #BBBABA;
    border-radius: 0;
}

.agent-info .table{
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 12px;
    background: #fff;
}

.agent-info .table tr td{
    padding: 7px !important;
    font-weight: normal
}

.agent-info h4{
    margin-top: 4px;
}

.table tr td{
    font-size: 10px;
    font-weight: 700;
    padding: 4px !important;
    vertical-align: middle !important;
}

.table thead{
    background: #0473BB;
    color: #fff;
}

footer{
    background: #0264AF;
    color: #fff;
    text-align: center;
}

.table{
    margin-bottom: 5px;
}

.ticket-header tr td{
    vertical-align: top;
    padding: 0px !important;
}
.pax-info{
    height: 100px;
    margin-bottom: 3px;
}
.pax-info-header{
    height: 20px;
    background: url(http://rehmantravel.com/img/route-heading.jpg) !important;
    color: #fff !important;
    vertical-align: middle !important;
}
.pax-info tr td{
    padding: 1px 4px;
    vertical-align: top;
    font-size: 0.8em;
}
.travel-info{
    background: url(http://rehmantravel.com/img/travel-info.jpg) !important;
    border: solid 1px #333;
}
.travel-info tr td{
    border-top: none !important;
    /*padding: 8px 10px 8px 10px !important;*/
}
.travel-info tr td span{
    font-style: normal !important;
}
.route-heading{
    background: url(http://rehmantravel.com/img/route-heading.jpg) !important;
    color: #fff !important;
    padding: 5px 10px 5px 10px !important;
}
.flight-information{
    background: transparent !important;
    border: solid 1px #999999;
    margin-bottom: 1px !important;
}
.flight-information tr td b{
    font-size: 1.2em;
}
.flight-information tr td span{
    font-size: 0.8em !important;
}
.flight-sector{
    background: url(http://rehmantravel.com/img/flight-sector.jpg) !important;
    padding: 5px !important;
    color: #000;
}
.ticket-footer{
    background: url(http://rehmantravel.com/img/flight-sector.jpg) !important;
    padding: 6px !important;
    color: #000;
    text-align: center;
    font-size: 0.7em;
}
.flight-information tr td{
    vertical-align: top !important;
}
.flight-information tr td{
    padding: 4px 8px !important;
}
.fare-details tr td{
    padding: 2px 8px !important;
}

.inline{
	display: inline;
}

.visa-info{
	z-index: 999;
	color: #fff;
	font-weight: 600;
	position: absolute;
	right: 49%;
	top: 37%;
}
.visa-info h2, .visa-info h4{
	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
}
.visa-destinations .thumbnail img{
	height: 95px;
}
.visa-destinations .thumbnail img{
	height: 175px;
}
.visa-application{
	background: #fff;
}
.visa-application .radio{
	padding-top: 0;
}
.visa h4{
	margin-top: 0;
}

ul {
    list-style: none outside none;
    padding-left: 0;
}

.modal-content .close{
	opacity: 100;
	margin-top: 2px;
	background: url(../icons/close.png) no-repeat;
	width: 25px;
	height: 25px;
}

.modal-header {
    background: linear-gradient(#01A9F0,#005EBE);
    color: #fff;
}

/*.slider-selection{
	background: blue
}*/

.btn-group .btn{
	/*border-right: 1px solid #fff !important;*/
	margin-right: 3px;
}

@media (max-width: 768px){
	.top-bar{
		padding: 6px;
	}

	.visa-broucher{
		height: 444px;
	}
	.visa-title{
		color: #fff;
		font-size: 1.5em;
		margin-left: 7em;
	}
	.visa-fees{
		color: #fff;
		font-size: 0.8em;
    	margin-top: 55px;
    	margin-left: 34em;
	}
	.visa-req{
		color: #fff !important;
		font-size: 0.7em;
		margin-top: 4em;
		margin-left: 42em;
	}
	.visa-req li{
		list-style: disc;
	}

}
/*end xs*/

@media (min-width: 768px){
	.top-bar{
		padding: 6px;
	}

	.add{
		height: 115px;
	}

	.visa-info{
		z-index: 999;
		color: #fff;
		font-weight: 600;
		position: absolute;
		right: 38%;
		top: 21%;
	}
	.visa-broucher{
		height: 444px;
	}
	.visa-title{
		color: #fff;
		font-size: 1.5em;
		margin-left: 7em;
	}
	.visa-fees{
		color: #fff;
		font-size: 0.8em;
    	margin-top: 55px;
    	margin-left: 34em;
	}
	.visa-req{
		color: #fff !important;
		font-size: 0.6em;
		margin-top: 4em;
		margin-left: 42em;
	}
	.visa-req li{
		list-style: disc;
	}

}
/*end sm*/

@media (min-width: 992px){
	.top-bar{
		padding: 6px;
	}

	.add{
		height: 53px;
	}

	.visa-info{
		z-index: 999;
		color: #fff;
		font-weight: 600;
		position: absolute;
		right: 45%;
		top: 24%;
	}
	.visa-broucher{
		height: 589px;
	}
	.visa-title{
		color: #fff;
		font-size: 2em;
		margin-left: 7em;
	}
	.visa-fees{
		color: #fff;
		font-size: 0.9em;
    	margin-top: 55px;
    	margin-left: 34em;
	}
	.visa-req{
		color: #fff !important;
		font-size: 0.8em;
		margin-top: 4em;
		margin-left: 42em;
	}
	.visa-req li{
		list-style: disc;
	}
	.visa-title{
		position: absolute;
		top: 45%;
		left: 28%;
		color: #fff;
	}
	.img-zoom{
		width: auto;
	}
	.visa-text{
		position: absolute;
		padding-left: 5px;
		text-shadow: 1px 1px #fff;
		width: 14%;
	}
	.transition .visa-text{
		width: 92%;
	}

}
/*end md*/

@media (min-width: 1200px){
	.top-bar{
		padding: 6px;
	}

	.visa-info{
		z-index: 999;
		color: #fff;
		font-weight: 600;
		position: absolute;
		right: 49%;
		top: 37%;
	}
	.visa-title{
		position: absolute;
		top: 45%;
		left: 28%;
		color: #fff;
	}
	.visa-broucher{
		height: 723px;
	}
	.visa-title{
		color: #fff;
		font-size: 2em;
		margin-left: 10em;
	}
	.visa-fees{
		color: #fff;
		font-size: 1em;
    	margin-top: 55px;
    	margin-left: 34em;
	}
	.visa-req{
		color: #fff !important;
		font-size: 0.9em;
		margin-top: 4em;
		margin-left: 42em;
	}
	.visa-req li{
		list-style: disc;
	}
	.img-zoom{
		width: auto;
	}
	.visa-text{
		position: absolute;
		padding-left: 5px;
		text-shadow: 1px 1px #fff;
		width: 14%;
	}
	.transition .visa-text{
		width: 92%;
	}
	.visa-destinations .thumbnail img{
		height: 205px;
	}

}
/*end lg*/