/********************menu**********************/
.navbar-default 
{
	opacity: 1;
}

/********************pageTitle**********************/

h2
{
	font-size: 15px;
	color: #6b6a6a;
	font-weight: bold;
	padding-bottom:13px;
}

.pageTitle h2
{
	height:22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color:#fff;
	background: transparent;
	padding:0px;
}

.pageTitle h2 a
{
	color: #fff;
}

.pageTitle h2 a:hover
{
	
	color: #353535;
}

/******************************************/

span.successProcess
{
	color:#9bcc33 ;
}

span.failProcess
{
	color:#F00;
}

.hover:hover

{
	 color:#9bcc33;
}

.padding-top
{
	padding-top:20px;
}

.text-bold
{
	font-weight:bold;
}

.template-padding
{
	padding:60px 0px;
}

div.headerImg
{
	height: 200px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ==========================================================================
sideBar
========================================================================== */

ul.categories-module
{
	margin: 0;
	padding:0px;
}

ul.categories-module li
{
	border-bottom: 1px solid #ddd;
	padding: 6px 10px 7px 15px !important;
	background:url(../images/bullet.png) no-repeat 0px 12px;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
}

ul.categories-module li.firstItem
{
	padding: 6px 0 7px 5px;
}

ul.categories-module li.current
{
	color:#9bcc33;
}

/********************history**********************/

div#historyDiagram
{
	text-align:center;
}

/********************tours**********************/

p.tourDesc
{
	height:80px;
	margin:0px 10px;
}

.contact-details h3
{
	font-size: 1.4em;
	margin:10px 0px;
}

.contact-details h3:hover
{
	color: #000;
}

section.tourContent
{
	background:#f3f5f8;
}

.tourItems
{
	padding: 0px 0px 20px 0px;
}

.messageTours
{
	width:97%;
	margin-top:0px;
}

.formSelect
{
	width:100%;
	height:39px;
	background-color:#f3f5f8;
	color:#8c9398;
	outline:none;
}

.calendarImg
{
	margin-left:88%;
	margin-top:-30px;
	left: 110px;
	bottom: 29px;
	vertical-align:top;
	cursor:pointer;
}

.formDate
{
	max-height: 38px;
}

.toursView img
{
	max-width:100px;
	max-height:56px;
}

.toursView h4
{
	max-width:100px;
}

span#visaLink a
{
	color:#039dc7;
	font-size:1.2em;
}

span#visaLink a:hover
{
	color:#666;
}

span#visaLink a
{
	font-weight:bold;
}

/*****************************************toggle*****************************************/

div.contentToggle
{
	width:100%;
	height:auto;
	margin-top:5px;
	margin-bottom:15px;
	border:solid 1px #d7d7d7;;
	border-radius: 7px;
	line-height: 2;

	padding:10px;
}

/*********************Hotels*********************/

h3.head-line
{
	padding: 20px;
	margin-top: 0px;
	font-weight:bold;
}

li.selected
{
	background-color:#F33;	
}

.padding
{
	padding:20px;
}

/*********************contact*********************/

input#security
{
	width:90px;
	padding:4px;
	text-align:center;
	position: relative;
	bottom: 24px;
	left:110px;
	outline:none;
	box-shadow: 0px 1px 2px #F0EDED;
}

span.error
{
	height: 0px;
	color: #FF0000;
	word-spacing: -1px;
	font-size: 0.8em;
	padding: 3px 8px 8px 8px;
	display: block;
}

.btnSend
{
	position: relative;
	left:20px;
}

a.links
{
	 color:#6b6a6a;
	 padding:1px;
}

a.links :hover
{
	 color:#333333;
}

@media ( max-width: 1009px ) 
{
	input#security
	{
		width:70px;
		bottom: 54px;
	}
	
	.padding
	{
		padding:0px;
	}
	
	.calendarImg 
	{
		margin-left:95%;
	}
}

@media ( max-width: 680px ) 
{
	.calendarImg 
	{
		margin-left:87%;
	}
}