/* ================================
Imports
================================= */
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');

/* ================================
General
================================= */
body{
	margin:0;
	padding:0;
	font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;e: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'BebasNeue-Regular', sans-serif;
}

.pageCaption h2{
	font-family: BebasNeue-Regular, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	color:#000000;
	text-align:left;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.pageCaptionWhite h2{
	font-family: BebasNeue-Regular, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	color:#FFFFFF;
	text-align:left;
	text-transform: uppercase;
	letter-spacing: 3px;
}



.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}



/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 90px 0px 40px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 70px;
}
	
.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}
	
.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

	
/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}


/* ==========================
Spacer
============================= */

#spacer1{	
	background-image: url(../img/spacer/1.jpg);
}
#spacer2{	
	background-image: url(../img/spacer/2.jpg);
}


/* ================================
Video
================================= */
	#divVideo1{
		position:fixed; 
        top:50px; 
        right:0px; 
        width:302px; 
        height:175px; 
        border:#ccc solid 0px; 
        background:#000000;
        z-index:1;
	}
	#divVideo1 .mybtnvid{
		float:right;
        display:inline-block;
        color:red;
        padding:0px 10px;
        background:#ccc;
        z-index:1;
	}

/* ================================
Intro
================================= */

#intro{
    height:768px;
/*
    height:1330px;
*/
    width:100%;
	background:url(../images/home.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}

#intro .WANDERING {
	font-family: 'BebasNeue-Regular', Arial;
	color:#ffffff;
	font-size: 36px;
	text-align:center;
	position: relative;
	top: 456px;
	letter-spacing:2px;
	word-spacing:2px;
	line-height: 15px;
	text-transform: uppercase;
}
#intro .EXPLORING {
	font-family: 'BebasNeue-Regular', Arial;
	color:#da8739;
	font-size: 48px;
	text-align:center;
	position: relative;
	top: 464px;
	letter-spacing:2px;
	word-spacing:2px;
	line-height: 15px;
	text-transform: uppercase;
}
#intro .DISCOVERING {
	font-family: 'BebasNeue-Regular', Arial;
	color:#ffffff;
	font-size: 52px;
	text-align:center;
	position: relative;
	top: 475px;
	letter-spacing:2px;
	word-spacing:2px;
	line-height: 25px;
	text-transform: uppercase;
}
#intro .span-text {
  font-family: 'WalkwayBold-Regular', Arial;
  color: #da8739;
  font-size: 37px;
  text-align: center;
  position: relative;
  top: 484px;
  /*left: 326px;*/
  letter-spacing: 2px;
  word-spacing: 2px;
  line-height: 25px;
}


.intro-text {
	position:relative;
	width:100%;
	margin-top:0px;
	z-index:1000;
}
#intro .brand {
	margin-top: 40px;
}
.intro-text h1 {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px; 
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;	
}

.intro-text h1 a {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px; 
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;	
}
.intro-text h1 a:hover {
	text-decoration: none;
}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}




/* ================================
main menu blck strip for other than homepages
================================= */
.menustriptop{
width:100%;
height: 50px;
float:left;
background-color:#000000; 
	opacity: 0.96;
    filter: alpha(opacity=96);  
z-index:1;
position:relative;
top:0;
}

/* ================================
main menu white strip for pages
================================= */
.menustriptopwhite{
width:100%;
height: 50px;
float:left;
background-color:#FFFFFF; 
	opacity: 0.96;
    filter: alpha(opacity=96);  
z-index:1;
position:relative;
top:0;
}



/* ================================
aawarahoon
================================= */

#aawarahoon{
    height:790px;
    width:100%;
	background:url(../images/aawarahoon.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#aawarahoon .AawaraContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}
#AawaraContainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;

}
#AawaraContainer .frmRow {
width: 100%;
float:left;
font-family: WalkwaySemiBold-Regular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:19px;
}
#AawaraContainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#AawaraContainer a:hover {
text-decoration:none;
}





/* ================================
team
================================= */
#team{
    height:790px;
    width:100%;
    background-color: #ffffff;
}
#team .teamtop {
	float:left;
}
#team .divLeft {
min-width:150px;
	width:18%;
	float:left;
	overflow:hidden;
	border:solid 0px #222;
}
#team .divRight {
min-width:300px;
	width:82%;
	float:left;
	overflow:hidden;
	border:solid 0px #222;
	margin-top: 17px;
}
#team .profileContainer {
min-width:304px;
min-height:490px;
	float:left;
	border:solid 0px #000;
    width:100%;
    background-color: #ffffff;
	/**/
    background-image: url(../images/teamOther.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    overflow-y:hidden;
    text-align:center;
    position:relative;

}
#team .profilebox {
min-width:179px;
min-height:490px;
	float:left;
	overflow:hidden;
	margin:0 0px 0 0;
	border:solid 0px #000;
}
#team .profileboxW {
	width:13px;
	height:492px;
	background:#FFFFFF;
	float:left;
	overflow:hidden;
	margin:0 0 0 0;
	border:solid 0px #000;
}
#team .profileboxB {
min-width:179px;
min-height:322px;
	background:#000000;
	float:left;
	overflow:hidden;
	margin:171px 0px 0 0;
}
#team .profileboxT {
min-width:179px;
min-height:322px;
	background:#000000;
	float:left;
	overflow:hidden;
	margin:0 0 -140px 0;
}



/* ================================
weoffer
================================= */
#weoffer{
    height:790px;
    width:100%;
	background:url(../images/weoffer.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#weoffer .weofferContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}
#weofferContainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;

}
#weofferContainer .frmRow {
width: 100%;
float:left;
font-family: WalkwaySemiBold-Regular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:19px;
}
#weofferContainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#weofferContainer a:hover {
text-decoration:none;
}




/* ================================
Trails
================================= */
#trails{
    height:790px;
    width:100%;
	background:url(../images/trails.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#trails .trailsContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}
#trailsContainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:85px 30px 30px 30px;
border:1px;

}
#trailsContainer .frmRow {
width: 100%;
float:left;
font-family: WalkwaySemiBold-Regular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:19px;
}
#trailsContainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#trailsContainer a:hover {
text-decoration:none;
}




/* ================================
TrailsDetail
================================= */
#TrailsDetail{
    height:790px;
    width:100%;
	background:url(../images/Dtl_HighPlateau.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail .TrailsDetailContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}
#TrailsDetailContainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:75px 30px 30px 30px;
border:1px;

}
#TrailsDetailContainer .frmRow {
width: 100%;
float:left;
font-family: WalkwaySemiBold-Regular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:19px;
}
#TrailsDetailContainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#TrailsDetailContainer a:hover {
text-decoration:none;
}





/* ================================
TrailsDetail_Kipling
================================= */
#TrailsDetail_Kipling{
    height:790px;
    width:100%;
	background:url(../images/Dtl_Kipling.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_Kipling .TrailsDetailContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}

/* ================================
TrailsDetail_Rajputana
================================= */
#TrailsDetail_Rajputana{
    height:790px;
    width:100%;
	background:url(../images/dtl_Rajputana.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_Rajputana .TrailsDetailContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}

/* ================================
TrailsDetail_VivaLaKonkan
================================= */
#TrailsDetail_VivaLaKonkan{
    height:790px;
    width:100%;
	background:url(../images/dtl_VivaLaKonkan.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_VivaLaKonkan .TrailsDetailContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}

/* ================================
TrailsDetail_Achooo
================================= */
#TrailsDetail_Achooo{
    height:790px;
    width:100%;
	background:url(../images/dtl_Achooo.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_Achooo .TrailsDetailContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}






/* ================================
Platter
================================= */
#platter{
    height:790px;
    width:100%;
	background:url(../images/platter.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#platter .platterContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}
#platterContainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;

}
#platterContainer .frmRow {
width: 100%;
float:left;
font-family: WalkwaySemiBold-Regular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:19px;
}
#platterContainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#platterContainer a:hover {
text-decoration:none;
}

/* ================================
rides
================================= */
#rides{
    height:790px;
    width:100%;
	background:url(../images/rides.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#rides .ridestop {
	width:100%;
	float:left;
}
#rides .ridesdivLeft {
	float:left;
}
#rides .ridesdivRight {
min-width:220px;
min-height:55px;
	width:81%;
	float:left;
	overflow:hidden;
	border:solid 0px #222;
	margin-bottom: 0px;
}

#rides .ridesPicBox {
min-width:300px;
min-height:450px;
	float:left;
	height:450px;
    width:100%;
    position:relative;
	overflow:hidden;
}
.ridesAlbum{
	float:left;
	list-style: none;
	width: 100%;
	margin-left:-37px;
}
.ridesAlbum li{
	float: left;
	margin: 10px 20px 0px 0px;
	position: relative;
}




/* ================================
gear
================================= */
#gear{
    height:790px;
    width:100%;
	background:url(../images/gear.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#gear .geartop {
	width:100%;
	float:left;
}
#gear .geardivLeft {
	float:left;
}
#gear .geardivRight {
min-width:220px;
min-height:55px;
	width:81%;
	float:left;
	overflow:hidden;
	border:solid 0px #222;
	margin-bottom: 0px;
}

#gear .gearPicBox {
min-width:300px;
min-height:450px;
	float:left;
	height:450px;
    width:83%;
    background-color: #000000;
    position:relative;
	overflow:hidden;
}
.gearAlbum{
	float:left;
	list-style: none;
	width: 100%;
	margin-left:-37px;
}
.gearAlbum li{
	float: left;
	margin: 10px 20px 0px 0px;
	position: relative;
}




/* ================================
wewant
================================= */
#wewant{
    height:790px;
    width:100%;
	background:url(../images/wewant.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#wewant .wewantContainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	   /* For IE8 and earlier */
}
#wewantContainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;

}
#wewantContainer .frmRow {
width: 100%;
float:left;
font-family: WalkwaySemiBold-Regular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:19px;
}
#wewantContainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#wewantContainer a:hover {
text-decoration:none;
}



/* ================================
register
================================= */
#register{
    height:790px;
    width:100%;
	background:url(../images/register.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}

#register .formcontainer {
min-width:300px;
	width:31%;
	height:740px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:0px solid black;	
	float:left;
	opacity: 0.85;
    filter: alpha(opacity=85);  
	*/   /* For IE8 and earlier */
}
#formcontainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;

}
#formcontainer .frmRow {
width: 100%;
float:left;
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
letter-spacing:1px;
line-height:21px;
vertical-align:bottom;
margin-top:2px;
}
#formcontainer .lblLeft {
width: 100%;
float:left;
}
#formcontainer .lblRight {
width: 100%;
float:left;
}
#formcontainer .uploadPhoto{
width:96px; 
float:left; 
text-align:left;
	/*
	opacity:0;
	background-image:url('images/upload.jpg');
	background-repeat:no-repeat;
	*/
}
#formcontainer .submitbutton{
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
color:#FF0000;
font-size:17px;
margin:0 28px 0 0;
float:left;
text-align:center;
border: solid 0px #FF6633;
background-color:#FFFFFF;
}

#formcontainer input[type="text"], select, textarea {
width: 260px;
height: 21px;
background-color:#e1e1e1;
  border:none;
}
#formcontainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#formcontainer a:hover {
text-decoration:none;
}



/* ================================
gallery
================================= */
#gallery{
    height:910px;
    width:100%;
	/*
	background:url(../images/team.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
	*/
    background-color: #000000;
	/*
    background-color: #ffffff;
    background-image: url(../images/gallery.jpg);
    background-position:top center;
    background-repeat:no-repeat;
	*/
    overflow-y:hidden;
    text-align:center;
    position:relative;
}

#gallery .gallerytop {
	width:100%;
	float:left;
}
#gallery .gallerydivLeft {
	float:left;
}
#gallery .gallerydivRight {
min-width:220px;
min-height:55px;
	width:81%;
	float:left;
	overflow:hidden;
	border:solid 0px #222;
	margin-bottom: 0px;
}

#gallery .galleryPicBox {
min-width:300px;
min-height:620px;
	float:left;
	height:450px;
    width:100%;
    position:relative;
	overflow:hidden;
 border: 0px #CCCCCC solid;
}
.galleryAlbum{
	float:left;
	list-style: none;
	width: 100%;
	margin-left:-37px;
}
.galleryAlbum li{
	float: left;
	margin: 10px 20px 0px 0px;
	position: relative;
}





/* ================================
terms
================================= */
#terms{
    min-height:768px;
    width:100%;
	/*
    background-color: #529abb;
	*/
    background-color: #ffffff;
	overflow-y:hidden;
    text-align:center;
    position:relative;
}

/* ================================
Contact
================================= */
#contact{
    height:790px;
    width:100%;
	background:url(../images/contact.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#contact h2 {
	font-family: 'BebasNeue-Regular', sans-serif;
	color:#e08b2a;
	font-size: 26px;
	text-align:left;
	letter-spacing:2px;
	word-spacing:2px;
	line-height: 15px;
	text-transform: uppercase;
	float:left;
}

#contact .firstDivContact {
	position:relative;
	width:145px;
	display:table;
	clear:both;
	margin:44px auto 8px auto;
}
#contact .socialDivContact {
position:relative;
	width:15%;
	display:table;
	clear:both;
	margin:90px auto 0 auto;
}
#contactformcontainer {
	min-width:290px;
	position:relative;
	width:30%;
	display:table;
	clear:both;
	height:400px;
	margin:0 auto 30px;
	padding:22px;
	background-color:#FFFFFF;
	border:0px solid black;	
	opacity: 0.85;
    filter: alpha(opacity=85);  
}
#contactformcontainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;

}
#contactformcontainer .frmRow {
width: 100%;
float:left;
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
text-align:left;
font-size:13px;
color:#000000;
letter-spacing:1px;
line-height:26px;
vertical-align:bottom;
margin-top:2px;
}
#contactformcontainer .lblLeft {
width: 100%;
float:left;
}
#contactformcontainer .lblRight {
width: 100%;
float:left;
}
#contactformcontainer .uploadPhoto{
width:96px; 
float:left; 
text-align:left;
	/*
	opacity:0;
	background-image:url('images/upload.jpg');
	background-repeat:no-repeat;
	*/
}
#contactformcontainer .submitbutton{
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
color:#c77210;
font-size:17px;
margin:0 28px 0 0;
float:left;
text-align:center;
border: solid 0px #FF6633;
background-color:#FFFFFF;
}

#contactformcontainer input[type="text"], select, textarea {
width: 260px;
height: 21px;
background-color:#e1e1e1;
  border:none;
}
#contactformcontainer a {
font-family: WalkwayBold-Regular, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
line-height:12px;
text-decoration:none;
}
#contactformcontainer a:hover {
text-decoration:none;
}











/* ================================
Bottom widget
================================= */
ul.social-network {	
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}

ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

/* ================================
Footer
================================= */
footer {
	background: #2b2b2b;
	color: #ddd;
	padding: 50px 0 30px;
}










/* ================================
more media queries
================================= */

@media (max-width:768px) {
    
	#divVideo1{
		position:fixed; 
        top:0px; 
        right:0px; 
        width:246px; 
        height:80px; 
        border:#ccc solid 0px; 
        background:#000000;
        z-index:1;
	}
	#divVideo1 .mybtnvid{
		float:right;
        display:inline-block;
        color:red;
        padding:0px 10px;
        background:#ccc;
        z-index:1;
	}
    
	#intro{
		background-image: url(../images/home.jpg);

	}
	#aawarahoon{
		background-image: url(../images/aawarahoon.jpg);

	}
	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}	
	.box-team {
		margin-bottom: 30px;
	}
	#contact{
		background-image: url(../images/contact.jpg);

	}
	
	#rides{
    height:auto;
    width:100%;
    background-color: #ffffff;
    background-image: url(../images/rides.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    text-align:center;
    position:relative;
}
#rides .ridestop {
	width:100%;
	float:left;
}
#rides .ridesdivLeft {
	float:left;
}

#rides .ridesPicBox {
	min-width:300px;
	float:left;
	height:auto;
    width:100%;
    position:relative;
}

#gallery{
    width:100%;
	height:100%;
	/*
    background-color: #ffffff;
    background-image: url(../images/gallery.jpg);
    background-position:top center;
    background-repeat:no-repeat;
	*/
    text-align:center;
    position:relative;
}


#gallery .galleryPicBox {
	float:left;
    width:100%;
    position:relative;
	height:100%;
}
#contact .socialDivContact {
  width: 0%;
  margin: 40px auto 0px;
}
	
}
@media (max-width:672px) {
#contact .socialDivContact {
  width: 0%;
  margin: 15px auto 0px;
}
}
@media (max-width:992px) {
#contact .socialDivContact {
	width:30%;
}

	.service p{
			margin-bottom: 60px;
	}

}

@media (max-width:480px){
	#intro{
		background-image: url(../images/home.jpg);		
	}
	#aawarahoon{
		background-image: url(../images/aawarahoon.jpg);
	}
	#register{
		background-image: url(../images/register.jpg);
	}
	
#team{
    height:auto;
    width:100%;
}
#team .profileContainer {
    height:auto;
    width:100%;
	float:left;
    background-image: none;
    overflow-y:hidden;
    text-align:center;
    position:relative;
}
#team .profilebox {
	width:179px;
	height:490px;
}
#team .profileboxW {
	width:100%;
	height:10px;
	background:#FFFFFF;
	position:relative;
	float:none;
}
#team .profileboxB {
min-height:0px;
margin:0px 0px 0 0;
}
#team .profileboxT {
min-width:179px;
min-height:285px;
	width:179px;
	height:300px;
	background:#000000;
	float:left;
	margin:0 0 0 0;
}








#rides{
    height:auto;
    width:100%;
    background-color: #ffffff;
    background-image: url(../images/rides.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    text-align:center;
    position:relative;
}
#rides .ridestop {
	width:100%;
	float:left;
}
#rides .ridesdivLeft {
	float:left;
}
#rides .ridesdivRight {
min-width:220px;
min-height:55px;
	width:81%;
	float:left;
	overflow:hidden;
	border:solid 0px #222;
	margin-bottom: 0px;
}
#rides .ridesPicBox {
	min-width:300px;
	float:left;
	height:auto;
    width:100%;
    position:relative;
}


#gear{
    width:100%;
	height:auto;
}
#gear .gearPicBox {
min-width:300px;
height:auto;
	float:left;
    width:83%;
    background-color: #000000;
    position:relative;
}


#wewant{
    height:100%;
    width:100%;
}
#wewant .wewantContainer {
min-width:300px;
	width:31%;
	height:100%;
}



#register{
    width:100%;
	height:auto;
}

#register .formcontainer {
	min-width:300px;
	width:31%;
	height:auto;
}
#formcontainer div.inrFrm{
background-color:#FFFFFF;
border:1px;
margin:80px 30px 30px 30px;
border:1px;
}


#gallery{
    width:100%;
	height:auto;
	/*
    background-color: #ffffff;
    background-image: url(../images/gallery.jpg);
    background-position:top center;
    background-repeat:no-repeat;
	*/
    text-align:center;
    position:relative;
}
#gallery .galleryPicBox {
	float:left;
    width:100%;
    position:relative;
	height:100%;
}

#terms{
    height:100%;
    width:100%;
    background-color: #ffffff;
	overflow-y:hidden;
    text-align:center;
    position:relative;
}



#contact{
		background-image: url(../images/contact.jpg);

	}

#contact .socialDivContact {
position:relative;
	width:35%;
	display:block;
	clear:both;
	/*margin:30px auto;*/
	margin:15px auto;
}
}
@media (max-width:364px) {
.thirdDivContact p{
	line-height: 20px !important;
}
}

@media (min-width:1920px) {
#intro{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/home1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#intro .WANDERING {
	top: 700px;
	letter-spacing:2px;
	line-height: 25px;
}
#intro .EXPLORING {
	top: 715px;
	letter-spacing:2px;
	line-height: 25px;
}
#intro .DISCOVERING {
	top: 730px;
	line-height: 25px;
}
#intro .span-text {
  top: 760px;
  line-height: 25px;
}



#aawarahoon{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/aawarahoon1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#aawarahoon .AawaraContainer {
	height:1030px;
}



#team{
    height:1030px;
}



#weoffer{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/weoffer1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#weoffer .weofferContainer {
	height:1030px;
}



#trails{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/trails1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#trails .trailsContainer {
	height:1030px;
}



#TrailsDetail{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/Dtl_HighPlateau1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail .TrailsDetailContainer {
	height:1030px;
}



#TrailsDetail_Kipling{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/Dtl_Kipling1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_Kipling .TrailsDetailContainer {
	height:1030px;
}



#TrailsDetail_Rajputana{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/dtl_Rajputana1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_Rajputana .TrailsDetailContainer {
	height:1030px;
}



#TrailsDetail_VivaLaKonkan{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/dtl_VivaLaKonkan1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_VivaLaKonkan .TrailsDetailContainer {
	height:1030px;
}



#TrailsDetail_Achooo{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/dtl_Achooo1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#TrailsDetail_Achooo .TrailsDetailContainer {
	height:1030px;
}



#platter{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/platter1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#platter .platterContainer {
	height:1030px;
}



#rides{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/rides1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}



#gear{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/gear1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}



#wewant{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/wewant1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}



#register{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/register1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#register .formcontainer {
	height:1030px;
}



#contact{
    height:1080px;
    width:100%;
	background:url(../images/1920x1080/contact1920x1080.jpg) no-repeat center top; -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size:cover;   background-size: cover;
}
#contact .socialDivContact {
position:relative;
	width:15%;
	display:table;
	clear:both;
	margin:44px auto 0 auto;
}







}