@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700');

body {
	background-color: #9c8268 !important;
	background-image: url("../images/site/homebg.jpg");
	background-position: center center;
    background-size:cover;
	background-repeat: no-repeat;
	font-family: 'Hind Siliguri', sans-serif;
	line-height: normal;
	color: #3e3e3e;
	font-weight: 400;
	font-size: 14px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1230px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.headertop {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0 35px;
	position: relative;
}
.headertop:before {
    background: url('../images/site/topsapleft.png') repeat-x;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 50%;
    height: 9px;
}
.headertop:after {
    background: url('../images/site/topsapright.png') repeat-x;
    content: "";
    left: auto;
    right:0;
    top: 0;
    position: absolute;
    width: 50%;
    height: 9px;
}
.sitelogo a {
    display: inline-block;
    margin: 0;
    z-index: 999;
}

.sectionheader .headercontacts {	
    /*text-align: right;*/
    /*padding-top: 20px;*/
    text-align: left;
    padding-top: 12px;
    top: -5px;
}
.headercontacts p {
    font-size: 18px;
    display: inline-block;
    color: #3e3e3e;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 1px;
}

    .headercontacts p span {
        color: #09accd;
    }

    .headercontacts p a {
        color: #0095da;
        text-transform: lowercase;
    }

.headercontacts i {
    padding: 0 6px;
    color: #bbbbbb;
    font-weight: 700;
    font-size: inherit;
}

.headercontactsImage {
    float: right;
    margin-top: 8px;
}

.headercontactsWidth1 {
    width: 65%;
    float: left;
}

.headercontactsWidth2 {
    width: 35%;
    float: right;
}

.headercontactsBreack {
    line-break: normal;
}

.headercontacts p a:hover {
    color: #2e3192;
    text-decoration: none;
}

.headeright {
    background: #f69136;
}

    .headeright a {
        color: #a95911;
        font-size: 16px;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        padding: 7px 0 6px;
        letter-spacing: 1px;
    }

    .headeright span {
        color: #d07a2d;
        font-weight: 700;
        margin: 0 9px;
    }

    .headeright a:hover {
        color: #fffefe;
        text-decoration: none;
    }

.headermenu {
    width: 100%;
    float: left;
    /* text-align:center; */
}

    .headermenu .container-fluid {
        padding: 0;
    }

.headermenu .navbar-inverse {
	background-color: #e87624;
	border: none;
	float: left;
	min-height: 10px;
	width: 100%;
	margin: -25px 0 0;
	border-radius: 10px;
}

.headermenu .navbar-inverse .navbar-nav .first1 {
	padding-left: 40px;
}

.headermenu #myNavbar {
padding: 0;
}

.headermenu .navbar-inverse .navbar-nav {
	margin: 0;
	float: left;
	position: relative;
	z-index: 9;
	width: 100%;
}
.headermenu .navbar-inverse .navbar-nav > li {
	padding: 15px 20px;
	float: none;
	display: inline-block;
}

.headermenu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
}

.headermenu .navbar-inverse .navbar-nav > li:first-child > a {
    margin-left: 0;
}
.headermenu .navbar-inverse .navbar-nav > .active > a,
.headermenu .navbar-inverse .navbar-nav > .active > a:focus,
.headermenu .navbar-inverse .navbar-nav > .active > a:hover,
.headermenu .navbar-inverse .navbar-nav > li > a:hover {
    background:transparent;
    color: #e6ea23;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.contentbg {
    float: left;
    width: 100%;
}
/* fade on slider start */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.bannerwrap .carousel-fade .carousel-control {
    z-index: 2;
}
/* fade on slider end*/

.bannerwrap {
	float: left;
	width: 100%;
	margin: 10px 0 38px;
	background: rgba(255,255,255,0.88);
	padding: 10px;
	border-radius: 15px;
}
.sliderwrap {
	float: left;
	width: 57%;
}
.sliderwrap .carousel-inner {
    position: relative;
    overflow: hidden;
}

.sliderwrap .carousel .item > img {
    border-radius:10px;
    margin:0;
}

.sliderwrap a.carousel-control {
	background-image:none;
	opacity:1;
	width:auto;
	text-shadow:none;
}
.sliderwrap .carousel-control .glyphicon-chevron-left {
	background:url(../images/site/slidearow-l.png) no-repeat;
	width:37px;
	height:75px;
	font-size:0;
	margin:-37px 2px 0 0;
}
.sliderwrap .carousel-control .glyphicon-chevron-left:hover {
	background:url(../images/site/slidearow-lh.png) no-repeat;
	width:37px;
	height:75px;
}
.sliderwrap .carousel-control .glyphicon-chevron-right {
	background:url(../images/site/slidearow-r.png) no-repeat;
	width:37px;
	height:75px;
	font-size:0;
	margin:-37px 10px 0 0;
}
.sliderwrap .carousel-control .glyphicon-chevron-right:hover {
	background:url(../images/site/slidearow-rh.png) no-repeat;
	width:37px;
	height:75px;
}
.bookingform {
	width: 43%;
	float: right;
	border: 2px solid #09accd;
	border-radius: 10px;
}

.bookinginn {
	background: #fff;
	width: 100%;
	float: left;
	padding: 13px 14px 20px;
	border-radius: 0 0 10px 10px;
}

.bookingform h3 {
	text-align: center;
	margin: 0;
	background: #09accd;
	border-radius: 7px 7px 0 0;
}
.bookingform h3 span {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	background: url("../images/site/bookicons.png") no-repeat left 7px;
	margin: 0;
	padding: 10px 0 12px 51px;
	display: inline-block;
}

.inputgroup {
    float: left;
    margin: 0 0 13px;
    width: 100%;
}

.inputinr label {
    font-size: 17px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 1px;
}

.inputinr {
    float: left;
    padding: 0 6px;
    width: 50%;
}

.inputinr select, .inputinr input[type="text"] {
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #cecece;
    color: #9c9c9c;
    cursor: pointer;
    font-size: 15px;
    height: 38px;
    padding-left: 7px;
    text-transform: capitalize;
    width: 100%;
    font-weight:500;
    border-radius: 6px;
}

.inputinr select {
    background-image: url("../images/site/icondrp.png");
    background-position: 95% 12px;
    background-repeat: no-repeat;
}

.inputinr input[type="text"] {
    background-image: url("../images/site/iconcal.png");
    background-position: 95% 6px;
    background-repeat: no-repeat;
}

.searchbutton {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 90px 0;
}

.searchbutton input[type="submit"] {
    background: #e87624;
    border: medium none;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 5px 0 4px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 20px;
}

.searchbutton input[type="submit"]:hover {
    background: #09accd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.aboutwrap {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	/* min-height: 158px; */
}
.aboutwrap h3 {
	margin: 20px 0 0;
	color: #ae0b02;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
}
.aboutwrap h3 span {	
    font-weight:300;
}
.aboutwrap p {
	margin: 0 0 10px;
	color: #3e3e3e;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
}

.facilities {
	background: rgba(0,0,0, 0.5);
	padding: 10px 15px;
	min-height: 260px;
	width: 56%;
	float: left;
	border-radius: 20px;
}
.listitle {
    text-align:center;
    margin: -32px 0 0;
    width:100%;
    float:left;
}
.listitle span {	
	color: #fff;
	background: #09accd;
	font-size: 23px;
	display: inline-block;
	border: 3px solid #131313;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 28px;
	border-radius: 30px;
}
.facilities.topdestination {	
	width: 43.2%;
	float: right;
}
.facilities ol {
	margin: 0;
	padding: 0 0 0 22px;
}
.facilities li {
	margin: 0;
	color: #fff;
    width:100%;
    float:left;
	font-size: 19px;
	line-height: normal;
	font-weight: 500;
}
.facilities ul {
    margin:0;
    padding-left:3px;
}
.facilities ul li {
	color: #e87624;
	float: none;
	list-style: inside;
}
.facilities li a {
    color:#fff;
}
.footerwrap {
	clear: both;
	float: left;
	width: 100%;
	margin: 18px 0 0;
	border-bottom: 5px solid #fff;
}

.footernav ul {
	margin: 0;
	padding: 10px 0;
	background: #d09b56;
	text-align: center;
	border-radius: 14px;
}

.footernav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 18px;
    position:relative;
    position: relative;
}
.footernav ul li:before {
	content: "";
	position: absolute;
	left: -21px;
	top: 7px;
	background: #725e44;
	width: 2px;
	height: 14px;
}
.footernav ul li:first-child:before {
    background:none;
}
.footernav ul li a {
    color: #262626;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.footernav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.officeaddress {
    width:100%;
    float:left;
}
.officeaddress .container {
    position:relative;
}
.officeaddress .container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
    right:0;
	background: url("../images/site/addresaptop.png") center top;
	width: 100%;
	height: 2px;
}
.officeaddress .container:after {
	content: "";
	position: absolute;
	left: 0;
	top: auto;
    right:0;
    bottom:0;
	background: url("../images/site/addressap.png") center top;
	width: 100%;
	height: 2px;
}
.officeaddress h3 {
	margin: 0;
	color: #ffffff;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 0;
}
.addressbox {
	padding-top: 15px;
	padding-bottom: 24px;
}
.col-lg-3.addressbox {
    padding-left:0;
}
.addressbox h4 {
    margin: 0;
	color: #1d1d1d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.addressbox p {
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
}
.addressbox p span {
    display:block;
}

.copyrtwrap {
	width: 100%;
	float: left;
    position:relative;
    overflow:hidden;
	border-bottom: 5px solid #e87624;
}

.copyrights {
    color: #fefefe;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    padding:20px 15px;
}

.copyrights span {
    padding: 0 5px;
}

.copyrights a {
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 600;
}

.copyrights a:hover {
    color: #e87624;
    text-decoration: none;
}

.managedby {
	color: #ce212b;
	font-size: 17px;
	text-align: center;
	background: #ffffff;
	font-weight: 500;
	border-radius: 14px;
	padding: 9px 0;
	margin: 10px 0 0;
}

.managedby a {
    color: #ce212b;
    text-transform: uppercase;
    background: url("../images/site/icon-iipl.png") no-repeat left 6px;
    padding: 3px 0 5px 27px;
}

.managedby a:hover {
    opacity: 0.7;
    color: #cf2630;
    text-decoration: none;
}

#back-to-top {
    background: #e87624;
    border-radius: 50%;
    bottom: -42px;
    color: #fff;
    font-size: 15px;
    height: 67px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 68px;
    cursor: pointer;
    line-height: 37px;
    font-weight: 700;
}

#back-to-top:hover {
    color: #000;
}

/* Medea Queries */

@media only screen and (max-width: 1229px) {
.sliderwrap .carousel-control .glyphicon-chevron-right {
	margin: -37px 0 0 0;
}
.bookingform {
        width:45%;
    }
.sliderwrap {
	width: 54%;
}
.bookingform h3 span {
	font-size: 18px;
	background-position: left 5px;
	padding: 8px 0 7px 32px;
	background-size: 26px;
}
.bookinginn {
	padding: 6px 5px 12px;
}
.inputinr label {
	font-size: 14px;
	margin: 0;
}
.inputinr select, .inputinr input[type="text"] {
	font-size: 14px;
	height: 35px;
	padding-left: 5px;
}
.searchbutton input[type="submit"] {
	font-size: 18px;
	padding: 3px 0;
	letter-spacing: normal;
}
.searchbutton {
	padding: 0 90px;
}
.headercontacts p {
    font-size:16px;
}
.sectionheader .headercontacts {
	padding-top: 9px;
	top: 0px;
}
.headermenu .navbar-inverse .navbar-nav > li {
	padding: 12px 14px;
}
.headermenu .navbar-inverse .navbar-nav > li > a {
	font-size: 18px;
}
.aboutwrap {
	min-height: 10px;
}
.aboutwrap h3 {
	margin: 14px 0 0;
	font-size: 24px;
}
.aboutwrap p {
	font-size: 14px;
	line-height: 20px;
}
.listitle span {
	font-size: 18px;
	border: 2px solid rgba(0,0,0, 0.8);
	padding: 7px 22px;
}
.facilities li {
	font-size: 16px;
}
.facilities {
	min-height: 226px;
}
.footerwrap {
	margin: 10px 0 0;
}
.footernav ul {
	border-radius: 12px;
    padding:6px 0;
}
.footernav ul li {
	margin: 0 10px;
}
.footernav ul li a {
    font-size:14px;
}
.footernav ul li::before {
	left: -12px;
	top: 7px;
	width: 1px;
	height: 10px;
}
.officeaddress h3 {
	font-size: 18px;
	margin: 14px 0 0;
}
.officeaddress .container:before {
    top:9px;
}
.addressbox h4 {
	font-size: 16px;
}
.addressbox {
	padding-top: 10px;
	padding-bottom: 14px;
}
.addressbox p {
	font-size: 14px;
	line-height: 18px;
}
.copyrights {
	font-size: 14px;
	padding: 10px 15px;
}
.managedby {
	font-size: 13px;
	border-radius: 10px;
	padding: 5px 0;
	margin: 6px 0;
}
.managedby a {
	padding: 3px 0 5px 18px;
	background-size: 15px;
}
.maincontent {padding:0 15px;}
.maincontent .fix_contentwidth {
    border-radius:6px;
    padding:15px 10px;
}
.topdestination marquee {
    height:180px;
}
}
@media only screen and (max-width: 991px) {
    .headercontacts p {
	font-size: 12px;
}
.sectionheader .headercontacts {
	padding-top: 3px;
	top: 0px;
}
.headertop {
	float: left;
	padding: 12px 0 30px;
}
.headermenu .navbar-inverse .navbar-nav > li, .headermenu .navbar-inverse .navbar-nav .first1 {
	padding: 6px;
	text-align:center;
}
.headermenu .navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
}
.headermenu .navbar-inverse {
	margin: -15px 0 0;
	border-radius: 6px;
}
.sliderwrap .carousel-control .glyphicon-chevron-left, .sliderwrap .carousel-control .glyphicon-chevron-left:hover,
.sliderwrap .carousel-control .glyphicon-chevron-right, .sliderwrap .carousel-control .glyphicon-chevron-right:hover {
    background-size:30px;
}
.sliderwrap .carousel-control .glyphicon-chevron-right {
    margin-right:-7px;
}
.sliderwrap {
	width: 100%;
}
.sliderwrap .carousel .item > img {
	width: 100%;
}
.bookingform {
	width: 100%;
	margin: 10px 0;
}
.searchbutton {
	padding: 0;
}
.searchbutton input[type="submit"] {
	font-size: 16px;
	max-width: 170px;
}
.aboutwrap h3 {
	margin: 3px 0;
	font-size: 20px;
}
.aboutwrap p {
	font-size: 12px;
	line-height: 18px;
}
.bannerwrap {
	float: left;
	margin: 6px 0 32px;
}
.listitle span {
	font-size: 16px;
	padding: 6px 20px;
}
.facilities li {
	font-size: 14px;
}
.facilities {
	min-height: 205px;
	padding: 15px 10px;
}
.topdestination marquee {
    height:150px;
}
.listitle {
	margin: -31px 0 5px;
}
.footernav ul li a {
	font-size: 12px;
}
.footernav ul li::before {
	left: -13px;
	top: 5px;
}
.col-lg-3.addressbox {
	padding-left: 0;
    padding-right: 0;
}
.addressbox h4 {
	font-size: 14px;
}
.addressbox p {
	font-size: 11px;
	line-height: 16px;
}
.addressbox {
	padding-top: 7px;
	padding-bottom: 10px;
}
.copyrights {
	font-size: 12px;
}
.copyrtwrap .col-lg-5 {
    padding-left:0;
}
.managedby {
	font-size: 11px;
	padding: 3px 0;
	margin: 7px 0;
}
.footerwrap {
	margin: 10px 0 0;
	border-bottom: 3px solid #ffffff;
}
.copyrtwrap {
	border-bottom: 3px solid #e87624;
}
#back-to-top {
	bottom: -40px;
	font-size: 12px;
	height: 60px;
	width: 60px;
	line-height: 28px;
}
.headertop {
	padding: 10px 0 20px;
}
}
@media only screen and (max-width: 767px) {
.headertop {
    text-align:center;
}
.sitelogo a {
	width: 220px;
}
.sectionheader .headercontacts {
	text-align: center;
	top: 0px;
}
.headermenu .navbar-inverse .navbar-toggle:focus, .headermenu .navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
	border: none;
}
.headermenu .navbar-inverse .navbar-toggle {
	border-color: transparent;
	border: none;
	margin: 0;
}
.headermenu .container-fluid {
	padding: 0 15px;
}
.headermenu .navbar-inverse .navbar-nav > li, .headermenu .navbar-inverse .navbar-nav .first1{
	padding: 3px 0;
	display: block;
	text-align:center;
}
.headermenu .navbar-inverse .navbar-nav {
    padding-bottom:7px;
}
.facilities {
	min-height: 10px;
	width: 100%;
}
.facilities.topdestination {
	width: 100%;
	float: left;
	margin: 24px 0 0;
}
.topdestination marquee {
	height: 140px;
}
.col-lg-3.addressbox {
	padding-left: 15px;
	padding-right: 15px;
}
.copyrights {
	padding: 6px 15px 0;
	text-align: center;
}
.managedby {
	margin: 7px 0 30px;
}
.copyrtwrap .col-lg-5 {
	padding-left: 15px;
}
.officeaddress {
	text-align: center;
}
.addressbox {
    padding:7px 15px;
}
}
@media only screen and (max-width: 639px) {
    .headercontacts i{
        display:none;
    }

.headercontactsWidth1 {
        width: 100%;
        float: none;
    }

    .headercontactsWidth2 {
        width: 100%;
        float: none;
    }

    .headercontactsImage {
        float: none;
        margin-top: 0px;
        width: 22%;
    }

    .headercontactsBreack {
    }

    .headercontacts p {
	display: block;
	line-height: 16px;
}
    .sitelogo a {
	width: 180px;
}
}
@media only screen and (max-width: 479px) {
    .headercontacts p {
	font-size: 10px;
}
    .headermenu .navbar-inverse .navbar-nav > li, .headermenu .navbar-inverse .navbar-nav .first1 {
	padding: 1px 0;
	text-align:center;
}
    .headermenu .navbar-inverse .navbar-nav > li > a {
	font-size: 12px;
}
    .bookingform h3 span {
	font-size: 16px;
	background-position: left 3px;
	padding: 7px 0 7px 30px;
	background-size: 24px;
}
    .inputinr {
	padding: 0 3px;
	width: 100%;
}
    .inputinr label {
	font-size: 12px;
}
    .inputinr select, .inputinr input[type="text"] {
	font-size: 12px;
	height: 32px;
	padding-left: 5px;
}
    .inputinr select {
	background-position: 96% 10px;
	background-size: 14px;
}
    .inputgroup {
	margin: 0 0 10px;
}
    .inputinr input[type="text"] {
	background-position: 96% 5px;
	background-size: 16px;
}
    .searchbutton input[type="submit"] {
	font-size: 14px;
	max-width: 140px;
}
    .aboutwrap .container {
        padding:0;
    }
    .aboutwrap h3 {
	margin: 2px 0;
	font-size: 17px;
}
    .addressbox {
	padding: 3px 15px;
}
    .officeaddress h3 {
	margin: 14px 0 6px;
}
    .managedby {
	margin: 6px 0 28px;
}
}
