@charset "utf-8";
/* CSS Document */
ul, li, img{ list-style:none;}
html, body{
    font-size: 100%;
	background:	#fff;
}
body {
	font-size: 100%;
	font-family:Kalinga, Arial, Helvetica, sans-serif; color:#1a1a1a;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--Header-top-Starts--*/
.head-main {
    float: left;
    width: 16%;

}
.header-top{
	padding:1em 0px;

}
/*--Header-top-end--*/
/*--Header-Starts--*/
.navigation {
    float: right;

}
.navbar-default {
    background-color:#fff! important;
    border-color:#fff ! important;
}
.navbar {
    border-radius: 0px ! important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none ! important;
}
.navbar-default .navbar-nav > li > a {
    color: #1a1a1a;
    font-size: 1.2em;
    font-family:Kalinga, Arial, Helvetica, sans-serif;
	padding: 10px 22px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#1a1a1a;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#1a1a1a;
    background-color: #fff;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
   float:right;
}
.header-right {
	float: right;
}
.head {
    position: relative;
}
.hea-rgt {
    float: right;
    margin: 0.6em 0;
}
.hea-rgt a {
    color: #fff;
    background-color: #49B565;
    padding: 0.5em 1em;
    display: block;
	text-decoration: none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.hea-rgt a:hover{
    color: #fff;
    background-color:#4C211D;
}
.header {
	padding: 1em 0px;
    box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.11);
}

.search-bar {
    width: 100%;
    float: right;
    position: relative;
}
.search-bar input[type="text"] {
    width: 100%;
    padding: 8px 45px 8px 8px;
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 0.74);
    font-size: 0.875em;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'RobotoSlab-Regular';
}
.search-bar input[type="submit"] {
    background: url(../images/search.png)no-repeat 0px 0px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 7px;
    right: 1%;
}
.soc {
    float: left;
    margin: 0.4em 0;
}
.soc ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.soc ul li a span {
    background: url(../images/social.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}
.soc ul li a span:hover,.about-two ul li a span:hover{
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.soc ul li a span.fb{
	background-position:0px 0px;
}
.soc ul li a span.twit{
	background-position:-16px 0px;
}
.soc ul li a span.pin{
	background-position:-32px 0px;
}
.soc ul li a span.rss{
	background-position:-48px 0px;
}
.soc ul li a span.drbl{
	background-position:-64px 0px;
}
.head-main h1 a {
    color:#49B565;
    font-size: 1.5em;
    text-decoration: none;
	 font-family: 'RobotoSlab-Regular';
}
.head-main h1  {
   margin:0;
display:block;
float:left;
}
/*--Header-Ends--*/

/*--footer-starts--*/
.footer {
    background-color:#0C1A1E;
    padding: 3em 0 0;
	font-family:Kalinga, Arial, Helvetica, sans-serif;
	padding-bottom:30px;
}
.footer h4 {
    font-size: 1.2em;
	color:#FFF;
    margin: 0em 0 1em;
}
.foot1{ padding-left:1.5em}

.footer li{ color:#FFF; background:url(../images/trip_35.png) no-repeat 0 5px; padding-left:15px}
.footer li a{ color:#CCC}
.footer li a:hover{ color:#999}
/*--footer-end--*/
.glyphicon {
    font-size: 2em;
    color: #9A8989;
}
.footer-text {
    padding: 1em 0;
    text-align: center;
}


@media (max-width: 768px) {
  .banner h1 {
	  color:#FFF
  }
}