/* CSS Document */
@font-face {
    font-family:"glyphicons", Arial;
    src: url('../fonts/glyphicons-halflings-regular.ttf');
}
@font-face {
    font-family: Titillium;
	src:url('../fonts/TitilliumWeb-Regular.ttf');
}
h1{
	font-size:24px;
	font-family: "Lato", sans-serif;
}
h2{
	font-size:20px;
	margin-top:0;
	font-family: "Lato", sans-serif;
}
h3{
	font-size:18px;
	font-family: "Lato", sans-serif;
}
.container{
	max-width:1200px;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
body {
	font-family: "Lato", sans-serif !important;	
	font-size: 14px;
	line-height: 145%;
	color: #000;
	background: #FFF;
	margin: 0 auto;
	letter-spacing: 0.025em;
}
li {
	list-style: none;
	font-size: 14px;
	font-family: Arial;
	padding-right:5px;
}
a {
	text-decoration: none;
	color:inherit;
}
a:hover {
    color: #fa6f1c !important;
    line-height: inherit;
	text-decoration:none;
}
p{
font-weight: normal;
line-height: 1.75;
margin-bottom: 1.42857rem;
text-rendering: optimizeLegibility;
}

/* ------------- Navigation start ---------------------------------------- */
.menu {
	background: #0257AF;
	margin-bottom: 0px;
	margin-top: 31px;
}
.menu .navbar-default {
	border: none;
	background-color: transparent;
	height: auto;
	min-height:0;
	margin-bottom:0;
}
.menu button {
	background-color: #653200;
}

.menu  ul li {
    position: relative;
    float: left;
    margin: 0 13px 0 14px;
    padding: 5px 0 30px;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase !important;
}
.menu  ul li a{
	display: block;
padding: 5px 0;
color: #EEE6E2 !important;
font-family: "Lato", sans-serif !important;	
}
.menu  ul li a:hover{
	color: #fa6f1c !important;	
}
#mainmenu{
	padding:0px !important;	
}
.menu  ul.nav li.DONATE a{
	margin: 0;
padding: 11px 15px 12px;
background: transparent;
border: 2px solid #fa6f1c;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #fa6f1c;	
}
.menu  ul.nav li.DONATE a:hover, .menu  ul.nav li.DONATE a:focus {
    background: #fa6f1c;
    color: #fff !important;
}
.menu ul li.dropdown:hover > ul.dropdown-menu {
	display:block !important;
}
.menu ul li ul.dropdown-menu {  
    padding: 26px 0 30px;
    background: #800032;   
}
.footer {
	padding-top: 32px;
	background-color:#1A82A5;
}
.footer .footermenu ul li {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	margin-bottom:10px;
	text-transform:uppercase;
}
.footer .footermenu{
	margin-bottom:20px;
}
.footer ul {
	color: #FFF;
	margin-bottom:20px;
}
.footer .footermenu ul li a:hover {
	color: #aaa;
}
.footer p{
	font-size: 15px;
	padding-top: 5px;
	color: #FFF;
}
.associates{
	margin:0px 0 40px 0;
	border-top:2px solid #064E67;
	padding-top:40px;
}
.associates h2{
	font-size:22px;
}
.footer h2{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.footer h2 a{
	color:inherit;
}

.associates .payment ul li{
	display:inline-block;
	margin-right:3px;
}
.associates .payment ul li a{
	padding:0;
}
.associates .social ul li{
	display:inline-block;
}
.associates .social ul li i{
	font-size:35px;
	margin:10px 0;
	padding:5px;
	color:#064E67;
}
.associates .social ul li i:hover{
	color:#1A82A5;
}
.associates img {
	padding: 4px 8px;
	text-align: center;
	margin-top: 10px;
}
.associates img:hover {
	transform: rotate(0deg) scale(1.1);
}
.footer_last_background {
	background: #064E67;
	padding-top: 25px;
	color:#fff;
	min-height:60px;
}
.footer_last_background a{
	color:#fff;
	font-weight:650;
}

@media screen and (max-width: 400px) {
	h1{
		font-size:18px;
		font-weight:bold;
	}
	.page .tabarea .section3 p {
		padding-left:70px;
	}
	.page .tabarea .section3 p em {
		font-size:14px;
	}
}
@media screen and (min-width:400px)and (max-width:770px){
	h1{
	font-size:22px;
	font-weight:bold;
	}
}
@media screen and (min-width:770px){
	.tm-tours-box-1{
		min-height:400px;
	}
}
@media screen and (max-width:770px){
	.related_trip ul li{
		width:100%;
	}	
}
@media screen and (min-width:992px){
	.page .youmay{
		display:block;
	}
}
.news img{
	width:100%;
	background:#FA6F1C;	
}
.date{
	background:#FA6F1C;
	padding:15px 15px;
	color:#fff;
	margin-bottom:30px;	
}
.date li{
	display:inline-block;	
}
.date li.fb{
	float:right;	
}
.button.button-facebook {
    padding: 8px 15px 7px;
    background: #3a559f;
    color: #fff;
    border-color: #3a559f;
    font-size: 13px;
}
.page .maincontainer .col-sm-8{
	margin-bottom:30px;	
}
.page .shorts .box{
	margin-bottom:50px;	
}
.page .shorts .box .image img{
	border:5px solid #DFEFFF;
	border-radius:3px;
	width:100%;
}
.amazingslider-title-1 {
	font-size:18px !important;
	font-family: "Lato", sans-serif !important;
    background-color:#FA6F1C !important;
    padding: 10px;
}
.contact-form{
	padding:25px;
}
.contact-form .form-group{
	margin-bottom:10px;
}
.gallery#gallery h2{
	font-size:16px;	
}
.gallery#gallery .col-md-4{
	margin-bottom:30px;	
}
.shorts .box .image img{
	min-height:280px;	
}