/* --------------------------------------------------
 * KATHMANDU DAY TOURS
 *-------------------------------------------------- */
@import"kathmandudaytour.css";
@import"template.css";
@import"fonts.css";
@import"font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Signika:400,700,600);

*:focus {
	outline:none
}
a:focus {
	outline:none
}
html{
	overflow-y: scroll;
	}
body {
	font:12px Arial, Helvetica, sans-serif;
	color:#525252;
	line-height:18px;
	font-weight:normal;
}
h1 {
	font:20px 'signika', sans-serif;
	margin-top:0;
	margin-bottom:10px;
	color:#CE3A12;
	}
h2 {
	font:18px 'signika', sans-serif;
	font-weight:600;
	padding:0;
	margin-bottom:10px;
	color:#239F85;
	margin-top:0;
	}
h3 {
	font:16px 'signika', sans-serif;
	margin-top:10px;
	margin-bottom:0;
	padding:0;
	}

a{}
p{}
h2.title{}
	
p{
	text-align:justify;
	}
a.btn{
	border-radius:1px;
	font:14px Arial, Helvetica, sans-serif;
	padding:10px 20px;
	border::none medium;
	}
a.btn-primary{
	background-color:#2B569C;
	border-bottom:2px solid #1C4382;
	}
a.btn-primary:hover{
	background-color:#2B569C;
	border-bottom:2px solid #1C4382;
	opacity:0.8;
	}
a.btn-success{
	background-color:#239F85;
	border-bottom:2px solid #0F8169;
	}
a.btn-success:hover{
	background-color:#239F85;
	border-bottom:2px solid #0F8169;
	opacity:0.8;
	}
a.btn-danger{
	background-color:#CE3A12;
	border-bottom:2px solid #A92A07;
	}
a.btn-danger:hover{
	background-color:#CE3A12;
	border-bottom:2px solid #A92A07;
	opacity:0.8;
	}
.box{
	margin-bottom:20px;
	clear:both;
	}
