/*********************************************************
			1. GENERAL STYLES 
**********************************************************/
body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #07253F;
	font-size: 15px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:active {
	text-decoration: none;
}
h5 {
	font-size: 15px;
}
.transition-effect {
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.row {
	margin: 0;
}
.clear-padding {
	padding: 0;
}
.light-row {
	background: #ffffff;
}
.dark-row {
	background: #07253F;
	padding: 60px 0;
	color: #ffffff;
}
.space {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 10px 0;
}
.section-title {
	margin-bottom: 60px;
}
.site-wrapper {
	margin: auto;
}
.cswitcher {
	background: #fff;
	position: fixed;
	top: 40%;
	z-index: 100;
	box-shadow: 0px 0px 5px #e6e6e6;
}
#color-switcher {
	width: 215px;
	padding: 20px;
}
#color-switcher h6 {
	font-weight: 800;
	text-align: center;
	margin: 5px 0px 15px;
}
#stoggle {
	background: rgba(10, 49, 82, 0.8);
    font-size: 25px;
    padding: 3px 10px;
    position: fixed;
    top: 34%;
	cursor: pointer;
	color: #fff;
	z-index: 100;
}
#color-switcher ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#color-switcher ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 50%;
	cursor: pointer;
}
#color-switcher .red {
	background: #f9676b;
}
#color-switcher .green {
	background: #009f8b;
}
#color-switcher .light-green {
	background: #9DC852;
}
#color-switcher .brown {
	background: #a28753;
}
#color-switcher .orange {
	background: #F7941D;
}
#color-switcher .yellow {
	background: #f9bf3b;
}
#color-switcher .blue {
	background: #2f7af8
}
#color-switcher .purple {
	background: #9E7DD3;
}
/*********************************************************
			2. PRELOADER
**********************************************************/

.load-full-screen {
	height: 100%;
	width: 100%;
}
#loader {
	position: relative;
	background: #f7f7f7;
}
#loader div {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%,-45%);
	margin-top: 0 !important;
}
#loader span {
	text-align: center;
}

/*********************************************************
			3. SUPERSIZED SLIDER 
**********************************************************/

#supersized { 
	position: fixed; 
	left: 0; 
	top: 0; 
	overflow: hidden; 
	z-index: -999; 
	height: 100%; 
	width: 100%; 
}
#supersized img { 
	width: auto; 
	height: auto; 
	position: relative; 
	display: none; 
	outline: none; 
	border: none; 
}
#supersized.speed img { 
	-ms-interpolation-mode: nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
}
#supersized.quality img { 
	-ms-interpolation-mode: bicubic; 
	image-rendering: optimizeQuality; 
}
#supersized a { 
	z-index: -30; 
	position: absolute; 
	overflow: hidden; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #111;
}
#supersized a.prevslide { 
	z-index: -20; 
}
#supersized a.activeslide { 
	z-index: -10; 
}
#supersized a.prevslide img, 
#supersized a.activeslide img { 
	display: inline;	
}

/*********************************************************
			4. NAVIGATION TRANSPARENT MENU 
**********************************************************/

.header-top {
	background: #07253F;
}
.navbar-contact {
	margin: 10px 0;
	font-size: 12px;
	overflow: hidden;
}
.navbar-contact .user-logged {
	text-align: right;
} 
.navbar-contact .user-logged  img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.navbar-contact .user-logged a {
	margin: 0 0 0 15px;
}
.navbar-contact a {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	font-weight: bold;
	color: #fff;	
	display: inline-block;
	margin: 7px 0 0 10px;
}
.navbar-contact a i {
	font-size: 16px;
	color: #cc0000;
	margin-right: 5px;
}
.navbar-contact .form-control {
	background: #0A3152 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #bec4c8;
    height: 30px;
    padding: 0 5px 0 10px;
}
.navbar-contact .input-group-addon {
	background: #0A3152 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #f9676b;
    padding: 0 10px 0 0;
	margin-right: 15px;
}
.navbar-contact a:hover {
	-webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
	color: #cc0000;
}
.transparent-menu-top {
	background: rgba(10, 49, 82, 0.8);
}

.transmenu1 {
	background: rgb(10, 49, 82);
}



.transmenu2 {
	background: rgba(7, 37, 63, 1);
}

.transparent-menu i {
	margin-right: 2px;
}
.transparent-menu  .navbar {
	margin: 0px;
}
.navbar-header a{
	font-size: 20px;
	color: #ffffff !important;
	letter-spacing: 1px;
	font-weight: bold;
}

/* MEGA MENU */
.nav-container {
	position: relative;
}
.nav-container .mega-menu {
	position: absolute;
	display: none;
	width: 100%;
	text-align: left !important;
	padding: 30px !important;
	z-index: 9999999;
}
.nav-container .dropdown {
	position: relative;
}
.nav-container .mega {
	position: static !important;
}
.open > .mega-menu {
	display: block;
	overflow: hidden;
}
.top-margin {
	margin-top: 20px !important;
}
.nav-container .mega-menu .desc h4 {
	margin-top: 0px;
	color: #f9676b;
	font-weight: bold;
}
.nav-container .mega-menu .desc p {
	color: #BEC4C8;
	line-height: 2;
	font-size: 15px;
}
.nav-container .mega-menu .desc a {
	color: #fff !important;
	background: #f9676b;
	border: 2px solid transparent;
	padding: 8px 15px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	margin-left: 0px !important;
}
.nav-container .mega-menu .desc a:hover {
	color: #f9676b;
	border: 2px solid #f9676b;
	background: transparent;
}
.nav-container .mega-menu .links ul {
	padding: 0px;
	list-style-type: none;
}
.nav-container .mega-menu .links li {
	position: relative;
	line-height: 2;
	margin-left: 10px;
}
.nav-container .mega-menu .links h5 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f9676b;
}
.nav-container .mega-menu .links li:before {
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	color: #BEC4C8;
	margin-left: -10px;
}
.nav-container .mega-menu .links a {
	color: #BEC4C8;
}
.mega-menu .links a:hover {
	color: #f9676b;
}
.mega-menu .links .img-div {
	margin-top: 20px;
	position: relative;
}
.mega-menu .links .img-div img {
	max-width: 100%;
	position: relative;
}
.mega-menu .links .img-div .overlay {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20%;
	background: rgba(10, 49, 82, 0.5);
	padding: 15px 0px;
}
.mega-menu .links .img-div .overlay h5 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.mega-menu .links .img-div .overlay p {
	color: #fff;
	font-size: 18px;
}
.mega-menu .links .img-div .overlay a {
	color: #fff;
	padding: 5px 10px;
	border: 2px solid #fff;
	display: inline-block;
	font-weight: bold;
}
.transparent-menu .navbar-default {
	background: transparent;
}
.navbar-default {
	border-color: transparent;
}
.transparent-menu .navbar-nav > li > a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.transparent-menu .navbar-nav > li > a:hover{
	color: #cc0000;
}
.transparent-menu .navbar-default .navbar-nav > .active > a, 
.transparent-menu .navbar-default .navbar-nav > .active > a:focus, 
.transparent-menu .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #cc0000;
}

.transparent-menu .navbar-nav > li > a.current {
  background:#07253f;
  color:#cc0000;
}

.transparent-menu .dropdown-menu > li > a {
	background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 12px;
    line-height: 2;
	position: relative;
	margin-left: 15px;
	font-weight: bold;
}
.transparent-menu .dropdown-menu > li > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: -10px;
}
.transparent-menu .dropdown-menu > li > a:hover {
	color: #cc0000 !important;
}
.transparent-menu .dropdown-menu {
	background: #07253F;
	border: none;
	font-size: 12px;
	box-shadow: none;
	padding: 15px 0px;
}
.transparent-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
}
.transparent-menu .navbar-default .navbar-nav > .open > a, 
.transparent-menu .navbar-default .navbar-nav > .open > a:focus, 
.transparent-menu .navbar-default .navbar-nav > .open > a:hover {
	background: transparent;
	color: #ffffff;
}
.transparent-menu  .navbar-default .navbar-toggle {
	color: #ffffff;
}
.transparent-menu  .navbar-default .navbar-toggle .icon-bar {
	background: #ffffff;
}
.transparent-menu .navbar-default .navbar-toggle:focus,
.transparent-menu .navbar-default .navbar-toggle:hover {
	background: transparent;
}


.navbartop {
	float: right!important;
    margin-top: 30px;
}

@media (max-width: 991px) {
	.nav-container .mega-menu .desc {
		display: none;
	}
    .navbar-header {
        float: none;
        margin: 5px 0px 28px 0px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
	   background: #07253F;
    }
}
@media (min-width: 991px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown:hover .dropdown-mega {
		display: block;
	}
}
@media (max-width: 767px) {
	.transparent-menu .dropdown-menu li a{
		text-align: left;
	}
	.mega-menu .img-div {
		display: none;
	}
	.nav-container .mega-menu {
		padding: 0 0 15px !important;
	}
	.nav-container .mega-menu .links h5 {
		margin-top: 15px;
	}
	.navbar-contact .search-box {
		padding: 15px;
		overflow: hidden;
	}
}

/*********************************************************
			5. LIGHT MENU 
**********************************************************/

.light-menu {
	background: #fff;
}
.light-menu .navbar {
	margin: 10px 0px;
}
.light-menu .navbar-contact {
	margin: 20px 0 10px 0;
	font-size: 12px;
}
.light-menu .navbar-contact a {
	color: #07253F;
	padding: 0 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.light-menu .navbar-contact a:hover {
	color: #00adef;
}
.light-menu i {
	margin-right: 2px;
}
.light-menu .navbar-header a{
	font-size: 20px;
	color: #07253F !important;
	letter-spacing: 1px;
	font-weight: bold;
}
.light-menu .navbar-default {
	background: transparent;
}
.light-menu .navbar-nav > li > a {
	color: #07253F;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.navbar-collapse > ul  > li:last-child  > a {
	padding: 15px 0px 15px 20px !important;
}
.light-menu .navbar-nav > li > a:hover{
	color: #00adef;
}
.light-menu .navbar-default .navbar-nav > .active > a, 
.light-menu .navbar-default .navbar-nav > .active > a:focus, 
.light-menu .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #00adef;
}
.light-menu .dropdown-menu > li > a {
	background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 12px;
    line-height: 2;
	position: relative;
	margin-left: 15px;
	font-weight: bold;
}
.light-menu .dropdown-menu > li > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: -10px;
}
.light-menu .dropdown-menu > li > a:hover {
	color: #cc0000 !important;
}
.light-menu .dropdown-menu {
	background: #07253F;
	border: none;
	font-size: 12px;
	box-shadow: none;
	padding: 15px 0px;
}
.light-menu .navbar-default .navbar-toggle {
	color: #07253F;
}
.light-menu  .navbar-default .navbar-toggle .icon-bar {
	background: #07253F;
}
.light-menu .navbar-default .navbar-toggle:focus,
.light-menu .navbar-default .navbar-toggle:hover {
	background: transparent;
}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.light-menu.dropdown-menu li a{
			text-align: left;
	}
	.light-menu .dropdown-menu > li > a {
		margin-left: 0px;
	}
}
					



/************************************************************************
			14. hotel-list.html & hotel-list-2.html CSS Start
************************************************************************/
.hotel-list-view {
	margin: 40px 15px 0px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 5px #e6e6e6;
	overflow: hidden;
}
.hotel-list-view .wrapper  {
	width: 100%;
}
.hotel-list-view .tripadvisor-rating {
	display: none;
}
.hotel-list-view:hover {
	border: 1px solid #F19C4F;
	box-shadow: 0px 0px 5px #F19C4F;
}
.hotel-list-view  img{
	max-width: 100%;
	min-height: 200px;
	padding: 15px;
}
.hotel-list-view .hotel-info {
	border-right: 1px solid #e6e6e6;
	min-height: 200px;
}
.hotel-list-view .hotel-header h5 {
	font-weight: 700;
	line-height: 1.6;
	font-size: 16px;
}
.hotel-list-view .hotel-header i {
	color: #F19C4F;
	margin: 0px 2px;
}
.hotel-list-view .hotel-header p {
	color: #00ADEF;
}
.hotel-list-view .hotel-header p  i {
	margin: 0 5px;
	color: #00ADEF;
}
.hotel-list-view .hotel-facility  i{
	border: 1px solid #bec4c8;
    border-radius: 50%;
    color: #bec4c8;
    font-size: 14px;
    height: 30px;
    margin: 5px;
    padding: 7px;
    width: 30px;
}
.hotel-list-view .hotel-facility p {
	margin-bottom: 5px;
}
.hotel-list-view .hotel-desc p {
	font-size: 13px;
	color: #0A3152;
	line-height: 1.7;
}
.hotel-list-view .rating-box {
	padding: 15px 0px;
	border-bottom: 1px solid #e6e6e6;
	min-height: 100px;
}
.hotel-list-view .rating-box .tripadvisor-rating {
	margin: 10px 0px 5px;
}
.hotel-list-view .rating-box  img{
	min-height: initial;
}
.hotel-list-view .rating-box span  {
	font-weight: normal;
}
.hotel-list-view .rating-box .user-rating span {
	display: block;
}
.hotel-list-view .room-book-box {
	padding: 5px 0px;
	min-height: 100px;
}
.hotel-list-view .room-book-box h5 {
	font-size: 16px;
	font-weight: 700;
}
.hotel-list-view .room-book-box a {
	background: #f2676b;
	color: #ffffff;
    font-weight: bold;
    padding: 5px 25px;
	display: inline-block;
	margin-top: 5px;
	border: 2px solid transparent;
}
.hotel-list-view:hover .room-book-box {
	color: #ffffff;
	background: #00ADEF;
}
.hotel-list-view:hover .room-book-box a{
	color: #ffffff;
	border: 2px solid #ffffff;
	background: #00ADEF;
}
@media (max-width: 991px) {
	.hotel-list-view  img{
		min-height: initial;
	}
	.hotel-list-view .hotel-info {
		border-right: none;
	}
	.hotel-list-view .rating-box {
		float: left;
		border-bottom: none;
		border-top: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		width: 50%;
	}
	.hotel-list-view .room-book-box {
		float: right;
		border-top: 1px solid #e6e6e6;
		width: 50%;
	}
}





.iconspadding {
	padding: 0px;
	margin: 0px;
}

.iconspadding a {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}





.room {
	margin: 0px 0px 0px 0px;
}

.paddingbtm {
	padding-bottom: 50px;
}

.paddingbtm2 {
	padding-bottom: 20px;
}

.nopadding {
	padding-right: 0px;
    padding-left: 0px;
}

.margintop {
	margin: 50px 0px 0px 0px;
}

.room h2 {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #0a3152;
}

.room2 h2 {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
}


.room p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #727272;
}


.btn-book-container{
	position:relative;
	width:auto;
	text-align:right;
}
.btn-book{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	position:absolute;
	color:#fff;
	background:#0a3152;
	width:80px;
	height:80px;
	padding:18px 10px 0px 10px;
	text-align:center;
	line-height:1.2em;
	text-transform:uppercase;
	margin-top:-17px;
	right:-17px;
	z-index:100;
	text-shadow:none;
	border-radius:60px; -moz-border-radius:60px; -webkit-border-radius:60px;
	border:solid 6px #f5f5f5;
	text-decoration:none;
}
.btn-book:hover{
	background:#cc0000;
	color:#fff;
	text-decoration:none;
}


.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


.heading h4 {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
    color: #0a3152;
}


.description {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #333;
}

.room-features {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    list-style: none;
}


.room-features li {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    color: #333;
}


.room-features li i {
    color: #0a3152;
}


hr {
    border: none;
    height: 80px;
    background: url(../images/divider-1.png) center no-repeat;
}

.divider2 {
    border: none;
    height: 30px;
    background: url(../images/divider-1.png) center no-repeat;
}


.divider3 {
    border: none;
    height: 30px;
    background: url(../images/divider-1.png) center no-repeat;
	margin: -30px 0px 30px 0px;
}

.divider4 {
    border: none;
    height: 30px;
	width: 20%;
    background: url(../images/divider-2.png) center no-repeat;
}


.divider5 {
    border: none;
    height: 30px;
	width: 20%;
    background: url(../images/divider-5.png) center no-repeat;
}


.dividertop {
    border: none;
    height: 20px;
	width: 30%;
    background: url(../images/divider-2.png) center no-repeat;
}



@media (max-width:767px) {

.divider4 {
    border: none;
    height: 30px;
	padding: 0px;
	width: 70%;
    background: url(../images/divider-1.png) center no-repeat;
}

.divider5 {
    border: none;
    height: 30px;
	padding: 0px;
	width: 70%;
    background: url(../images/divider-5.png) center no-repeat;
}

.dividertop {
    border: none;
    height: 20px;
	width: 75%;
    background: url(../images/divider-2.png) center no-repeat;
}


	
}



.welcome-txt h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 800;
	color: #0a3152;
	text-align: center;
}


.welcome-txt h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #0a3152;
	text-align: center;
}


.welcome-txt p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: center;
}


.gallery-txt h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 800;
	color: #fff;
}


.gallery-txt h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}


.gallery-txt-p p {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: normal;
	color: #fff;
}


.feature_home {
    padding: 30px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    text-align: center;
}


.feature_home i {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 62px;
    color: #0a3152;
}

.feature_home h3 {
	font-family: 'Lato', sans-serif;
    font-size: 20px;
	font-weight: bold;
	color: #0a3152;
}

.feature_home h3 span {
	color: #cc0000;
    font-size: 20px;
}

.feature_home p {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
	font-weight: 400;
	color: #333;
}

a.btn_1.outline, .btn_1.outiline, input .btn_1.outiline {
    color: #555;
    background: none;
    border: 2px solid #555;
    padding: 5px 18px;
}

a.btn_1, .btn_1 {
	margin: 5px 0px 0px 0px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 20;
    color: #fff;
    background: #51bce6;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}


.feature_home a:hover {
	border: 2px solid #cc0000;
    padding: 5px 18px;
    color: #fff;
    background: #cc0000;
}




.logo2 {
	margin: 30px auto;
	padding: 0px 0px 0px 0px;
}



footer{
	background:#07253f;
	color:#fff;
	padding:20px 0 20px 0;
}
footer a{
	color:#fff;
}
footer h3{
	font-size:20px;
}

.about-txt h3 {
	font-family: 'Lato', sans-serif;
    font-size: 20px;
	font-weight: bold;
    color: #fff;
}


.about-txt p {
	font-family: 'Lato', sans-serif;
    font-size: 15px;
	font-weight: 400;
    color: #fff;
}



/*-------------------------------------------------- 
/* subfooter
/*-------------------------------------------------- */
.subfooter{
	margin:20px 0 -20px 0;
	background:#0a3152;
	padding:20px 0 20px 0;
}
.subfooter ul{
	margin:0;
	padding:0;
	float:right;
}
.subfooter li{
	display:inline;
	padding:0 10px 0 0;
	
}
.subfooter a{color:#fff;}

/*-------------------------------------------------- 
/* list news
/*-------------------------------------------------- */
.list-news{padding:0px; margin:0px;}
.list-news img{position:absolute;}
.list-news .text { 
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
	line-height: 18px;
	font-weight: 400;
    color: #fff;
}
.list-news li{list-style:none; min-height:60px; margin-bottom:15px;}
.list-news li h5{margin-bottom:0; font-weight:600;}


.social-icons img{margin:0 5px 5px 0;}
footer .social-icons img{margin:0 0;}



/*********************************************************************************
				 room-list.html CSS Start
*********************************************************************************/

.title {
    display: table;
    margin: 0 auto 45px;
    width: 100%;
    text-align: center;
    position: relative;
}

.title > span {
    color: #333;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 12px;
    margin-bottom: 20px;
    width: 100%;
}
.title h2 {
    color: #0a3152;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
	font-weight: bold;
    margin: 0 auto 20px;
    padding: 0 65px;
    position: relative;
    width: auto;
    max-width: 90%;
}
.title h2:before,.title h2:after {
    background: url(../images/title-design.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.title h2:after{
    left: auto;
    right: 0px;
    -webkit-transform:rotate(180deg);    
    -moz-transform:rotate(180deg);    
    -ms-transform:rotate(180deg);    
    -o-transform:rotate(180deg);    
    transform:rotate(180deg);    
}



.deals {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: -30px;
}
.deal {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.deal > img{
    width: 100%;
}
.deal-price {
    width: 80px;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 3px;
    z-index: 1;
    border: 2px solid;
    overflow: hidden;
    opacity: 1;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.deal:hover .deal-price{
    opacity: 0;
    padding: 0;
    width: 0;
}
.deal-price > span {
    float: left;
    width: 100%;
    position: relative;
}
.deal-price span:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.deal-price i {
	font-family: 'Lato', sans-serif;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    padding:7px 10px 0;
	text-align: center;
}

.deal-price strong {
	font-family: 'Lato', sans-serif;
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
	text-align: center;
}
.deal-detail {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: -30px;
    padding: 30px 10px;
    position: relative;
    z-index: 1;
}
.deal-detail > i {
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
	font-weight: bold;
    font-style: normal;
    letter-spacing: 0.5px;
    line-height: 14px;
    margin-bottom: 10px;
    width: 100%;
	text-align: center;
}
.deal-detail h4 {
	padding: 0px;
    float: left;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
	text-align: center;

}
.deal-detail h4 a{
    color: #505050;
}
.deal-detail > p {
    color: #8b8b8b;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
	text-align: center;
}
.deal-img {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.deal-img > img {
    width: 100%;
}
.deal-hover {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.deal:hover .deal-hover {
    opacity: 1;
    padding: 10px;
}
.deal-hover-wrap {
    float: left;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
    border: 3px solid rgba(255,255,255,0.7);
    z-index: 1;
	text-align: center;
}
.deal-hover-wrap:before{
    content:"";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.95;
    z-index: -1;
}
.deal-hover-wrap > span {
    color: #fff;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-top: 0px;
    width: 100%;
	text-align: center;
}
.deal-hover-wrap > span strong {
    font-size: 16px;
    margin-left: 10px;
	text-align: center;
}
.deal-hover-wrap > p {
    color:#FFF;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
	text-align: center;
}
.deal-hover-wrap > a {
    background: none repeat scroll 0 0 #fff;
    color: #0a3152;
    display: inline-block;
    font-family:'Lato', sans-serif;
    font-size: 14px;
	font-weight: bold;
    margin: 10px auto;
    padding: 3px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
	text-align: center;
}

.deal-price span:before,
.deal-hover-wrap:before{
	background-color: #cc0000;
}


.deal-detail > i,
.deal-desc > h3 span,
.deal-desc > p a,
.title2 > h2 span,
.deal-detail > span i,
.deal-hover-wrap > a:hover,
.deal-detail h4 a:hover
{
	color:  #cc0000;
}

.deal-price {
	border-color:  #cc0000;
}




@media(max-width:767px){
	
	
.title > span {
    color: #333;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 100%;
}

.title h2 {
    color: #0a3152;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
	font-weight: bold;
    margin: 0 auto 20px;
    padding: 0 65px;
    position: relative;
    width: auto;
    max-width: 90%;
}

}



/*********************************************************************************
				 room-details.html CSS Start
*********************************************************************************/

.sliderpad {
	padding-bottom: 20px;
}

.room-description h1 {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
    font-size: 30px;
	font-weight: bold;
    margin-bottom: 5px;
	color: #0a3152;
}


.room-description p {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
	font-weight: 400;
    margin-bottom: 10px;
	color: #0a3152;
}


.features {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
    font-size: 20px;
	font-weight: bold;
    margin-bottom: 10px;
	color: #0a3152;
}

.list-features {
    margin-bottom: 10px;
}


.price-txt h4 {
    padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
    font-size: 20px;
	font-weight: bold;
    margin-bottom: 10px;
	color: #0a3152;
}

.room-features {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}


.price-info {
    text-shadow: none;
    display: inline-block;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 10px 0px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
}

.price {
	font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 24px;
}


.bookthisroom a {
	text-shadow: none;
	display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 17px;
	color: #FFF;
	padding: 9px 10px 9px 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #0a3152;
}


.bookthisroom a:hover {
	text-shadow: none;
	display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 17px;
	color: #FFF;
	padding: 9px 10px 9px 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #cc0000;
}




/*********************************************************************************
				 booking.html CSS Start
*********************************************************************************/

.bookingpad {
	padding-bottom: 10px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}

.standardform .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: none;
    color: #999999;
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    display: block;
    font-size: 14px;
    height: 47px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input, button, select, textarea {
    font-family: 'Lato', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheetinput:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}
user agent stylesheetinput {
    -webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
user agent stylesheetinput, textarea, keygen, select, button {
    margin: 0em;
    font-family: 'Lato', sans-serif;
	font-size: 13px;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}
user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}


.btn-color {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	border: 0px;
	background-color: #0a3152;
}

.btn-color:hover {
	color: #fff;
	background-color: #cc0000
}


.hotel-widget {
    margin-bottom: 15px;
}
.hotel-widget {
    border: 1px solid #dddddd;
    border-radius: 0px;
    padding: 20px 0px 10px 0px;
}

.hotelrating h4 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0a3152;
	margin: 0;
	padding:0;
}

.hotel-widget hr {
	border-color:#dddddd;
}

.border-right {
	border-right: 1px solid #ddd;
}
	
.hotel-widget h3, .hotel-widget h5 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	display: block;
	padding: 10px 6px 18px 0px;
	margin:0;
	text-align: center;
}

.hotel-widget h3 sup {
	font-family: 'Lato', sans-serif;
	vertical-align: super;
	font-size: 13px;
}

.hotel-widget h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #cc0000;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 40px;
}

.hotel-widget h3 span {
	color:#333;
	margin-left: -16px;
	font-size: 15px;
}

.hotelrating h4 span {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0a3152;
}

.hotelrating i {
	color: #cc0000;
	font-size: 18px;
}

.hotel-widget {
	margin-bottom: 10px;
}

.hotel-skills {
	padding: 0 20px;
}

.hotel-skills h3 {
	font-family: 'Lato', sans-serif;
    color: #0a3152 !important;
    font-size: 20px !important;
    font-weight: 400;
	margin: 0px 0px 10px 0px;
    text-align: left;
}

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

.booking-details h5 {
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 0 !important;
    text-align: left !important;
}





/*********************************************************************************
				 news-list.html CSS Start
*********************************************************************************/

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}


.post {
    margin-bottom: 45px;
}

.post img {
    margin-bottom: 18px;
}

.post_info {
    padding: 10px 0;
    border-bottom: 1px #ccc dashed;
    border-top: 1px #ccc dashed;
    margin-bottom: 12px;
    color: #999;
}

.post-left {
    float: left;
}

.post-left ul {
    margin-left: 0;
    padding-left: 0;
}

.post-left ul li {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    list-style: none;
}

.post_info span {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

.post-right {
    float: right;
}


.icon-comment:before {
    content: '\e859';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.post_info a {
    color: #999;
}

.post h2 {
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 22px;
	color: #333;
}

.post p {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #333;
}


a.btn_1, .btn_1 {
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: inherit;
    color: #fff;
    background: #0a3152;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}


.btn_1:hover {
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: inherit;
    color: #fff;
    background: #cc0000;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}


.pagination2 {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination2 > li {
    display: inline;
}

.pagination2 > li:first-child > a, .pagination2 > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination2 > li > a, .pagination2 > li > span {
    color: #888;
}

.pagination2 > li > a, .pagination2 > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.pagination2 > .active > a, .pagination2 > .active > span, .pagination2 > .active > a:hover, .pagination2 > .active > span:hover, .pagination2 > .active > a:focus, .pagination2 > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0a3152;
}




.widget {
    margin-bottom: 35px;
    padding: 0px 0px 20px 0px;
    border-bottom: solid 1px #ddd;
}

.widget h4.title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0a3152;
	text-align: left;
}

.widget ul {
    list-style: none;
    margin: 0;
}

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

.list-news {
    padding: 0;
    margin: 0;
}

.list-news li {
    list-style: none;
    min-height: 60px;
    margin-bottom: 20px;
}

.list-news img {
    position: absolute;
}

.list-news .text p {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
    padding: 0px 0px 0px 10px;
}

.list-news .text h5 a{
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a3152;
    padding: 0px 0px 0px 10px;
}

.list-news li h5 {
    margin-bottom: 0;
    font-weight: 600;
}

.widget h4.title span {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0a3152;
	text-align: left;
}

.widget_category li {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
    margin-bottom: 5px;
}

.widget_category li a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
    margin-bottom: 5px;
}

.widget_category li i {
	color: #0a3152;
    margin-right: 10px;
}


.widget_tags ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}



.widget_tags li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 11px;
}


.widget_tags li a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 2px;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #0a3152;
    padding: 5px 10px 5px 10px;
}

.widget_tags li a:hover {
	background:#cc0000;
	color:#fff;
}




/*********************************************************************************
				gallery.html CSS Start
*********************************************************************************/


.gallerpad {
	padding-bottom: 20px;
}




/*********************************************************************************
				contact.html CSS Start
*********************************************************************************/


.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.form_title h3 {
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0a3152;
}

.form_title h3 strong {
    background-color: #cc0000;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.form_title p {
	font-family: 'Lato', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}


.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}


form-control {
    font-size: 12px;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

ul#contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}


ul#contact-info li {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}


ul#contact-info li a {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0a3152;
}




.box_style_4, .box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}


.box_style_4 i {
    font-size: 52px;
    margin-top: 0px;
    display: inline-block;
}

.box_style_1 a.phone {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size: 16px;
    display: block;
	color: #333;
    margin-bottom: 10px;
}



#map-container iframe {
    width: 100%;
    height: 360px;
}


#map-container2 iframe {
    width: 100%;
    height: 200px;
}


.box_style_1 h4 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #0a3152;
}


.box_style_1 p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

.instaserv2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}



.instaserv {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: right;
}


.instaserv a {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: right;
}

@media (max-width:767px) {
	
.instaserv2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
}


.instaserv {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
}


.instaserv a {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.transparent-menu .navbar {
	margin: 0px 0px 0px 0px;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin: 25px 0px 0px 0px;
}


}

/*********************************************************************************
				35. hotel-index.html CSS Start
*********************************************************************************/

#home-hotel-intro {
	background: #f7f7f7;
}
#home-hotel-intro img {
	max-width: 100%;
}
#home-hotel-intro .hotel-desc {
	padding: 60px 0px;
}

#home-hotel-intro2 .hotel-desc2 {
	padding: 20px 0px;
}

#home-hotel-intro .hotel-intro {
	padding: 0px 30px;
}
#home-hotel-intro .hotel-intro p {
	line-height: 2;
}
#home-hotel-intro .hotel-intro a {
	color: #fff;
	background: #f9676b;
	border: 2px solid transparent;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	margin-top: 15px;
}
#home-hotel-intro .hotel-intro a:hover {
	color: #f9676b;
	background: transparent;
	border: 2px solid #f9676b;
}
#home-hotel-intro .hotel-intro a i {
	margin-left: 10px;
}
#home-hotel-intro .hotel-intro h2 {
	font-weight: 800;
	letter-spacing: 2px;
	margin-top: 0px;
}
#home-hotel-intro .hotel-intro h4 {
	font-weight: bold;
	margin-bottom: 20px;
}
.hotel-desc .map {
	background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    box-shadow: 0 0 5px #e6e6e6;
    height: 350px;
    margin-bottom: 25px;
    padding: 10px;
    width: 350px;
}
.hotel-tagline {
	margin-top: 6%;
	margin-bottom: 20%;
}
.hotel-tagline h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.hotel-tagline h1 {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.hotel-tagline h1 span {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	color: #fff;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 26px;
    text-transform: uppercase;
}

button {
    margin: 15px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button.button-normal, .button-normal a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0;
}
button.button-normal.white, .button-normal.white a {
	    padding: 15px 25px 15px 25px;
    background-color: #cc0000;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
button.button-normal.white:hover, .button-normal.white a:hover {
    background-color: #0a3152;;
    color: #ffffff;
	transition-duration: 
}




#recent-blog {
	background: #f7f7f7;
}
#recent-blog .owl-controls {
	margin-top: 30px;
}
.post-alt i {
	margin: 0px 5px;
}
.post-desc {
	padding: 5px 0px;
}
.post-desc p {
	line-height: 2;
	font-size: 13px;
}
.post-title h5 {
	font-weight: bold;
	margin-top: 10px;
}
.post-title p {
	color: #f9676b;
}
#hotel-gallery #room-gallery {
	margin: 0px !important;
}
#hotel-gallery .hotel-gallery-img {
	background: #fff;
}
.hotel-gallery-desc {
	background: #EBEBEB;
	padding: 35px 60px 0px 60px;
}
.hotel-gallery-desc p {
	line-height: 2;
	color: #fff;
}
.flex-row {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flex;
	display: -moz-flex;
	display: -ms-Flexbox;
}
.flex-row .flex-item {
	flex: 1 auto;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	-moz-flex: 1 auto;
	-o-flex: 1 auto;
}
.flex-item img {
	max-width: 100%;
}

.flex-item .section-title {
	margin-bottom: 20px;
}
.flex-item p {
	line-height: 2;
}
.flex-item .flex-item-desc {
	padding: 10% 10% 0;
}
#hotel-gallery .section-title h2,
#hotel-gallery .section-title h4 {
	color: #f9676b;
}
.hotel-subscribe-row {
	padding: 60px 0px;
	background: #f7f7f7;
}
.hotel-subscribe-row .form-control {
	background: #fff;
	border-left: 1px solid #00adef;
	border-top: 1px solid #00adef;
	border-bottom: 1px solid #00adef;
	border-right: none;
	color: #07253F;
}
.sm-footer {
	padding: 60px 0px;
	background: #07253F;
	color: #BEC4C8;
}
.sm-footer h4 {
	margin: 0px 0px 20px;
	color: #f9676b;
	letter-spacing: 1px;
	font-weight: bold;
}
.sm-footer p {
	line-height: 2;
}
.sm-footer .footer-gallery img {
	width: 32%;
	margin: 0px;
	padding: 0px
}
.sm-footer .contact-box i {
	color: #f9676b;
	margin-right: 10px;
}
.sm-footer .footer-subscribe {
	margin: 0px;
}
.sm-footer .footer-subscribe .form-control {
	color: #fff;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	background: #0A3152;
	border: none;
}
.sm-footer .footer-subscribe button {
	background: #f9676b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    text-align: center;
    width: 100%;
}
.sm-footer .footer-about-box a {
	border: 2px solid #f9676b;
    color: #f9676b;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
}
.sm-footer .social-media {
	margin-top: 20px;
}
.sm-footer .social-media i {
    border-radius: 50%;
	background: #00adef;
	color: #fff;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 9px;
    width: 30px;
}
.sm-footer .social-media i:hover {
	background: #f9676b;
}
.sm-footer-nav {
	background: #0A3152;
	padding: 30px 0px;
	position: relative;
}
.sm-footer-nav a {
	border-right: 1px solid #bec4c8;
    color: #bec4c8;
    font-size: 13px;
    padding: 0 10px;
}
.sm-footer-nav a:last-child {
	border-right: none;
}
.sm-footer-nav a:hover {
	color: #f9676b;
}
.sm-footer-nav .copyright {
	color: #fff;
	font-size: 12px;
	margin: 20px 0px 0px;
}
.go-up {
	position: absolute;
	top: 40%;
	right: 10%;
}
.go-up a {
	background: #07253F none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    padding: 5px;
    width: 30px;
}
@media (max-width: 991px) {
	.sm-footer h4 {
		margin: 40px 0px 20px;
	}
}
@media (max-width:767px) {
	.flex-row {
		display: block;
	}
	.flex-row .flex-item {
		width: 100%;
	}
	.hotel-gallery-desc {
		padding: 30px 15px;
	}
	.flex-item .flex-item-desc {
		padding: 60px 15px;
	}
	.hotel-tagline h3 {
		font-size: 20px;
	}
	.hotel-tagline h1 {
		font-size: 40px
	}
	
	.hotel-tagline h1 span {
		font-size: 33px;
    	letter-spacing: 20px;
    	padding: 0px 0px 0px 22px;
	}
}



/*         Just for demo     */

#carousel-example-generic {
  display: inline-block;
}
/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 110px;
}


@media (max-width:767px) {

.indicators-fix {
	bottom: 150px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
    margin: -80px 0px 0px 0px;

}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
    margin: -80px 0px 0px 0px;
}

}



.pro-features {
	margin: 0px 0px -20px 0px;
	top: -20px;
}

.pro-features ul {
	margin: 30px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

.pro-features ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
}

.pro-features ul li i {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}



.bgcolor {
	background-color: #333;
}


.pro-features2 {
	margin: 30px 0px -20px 0px;
}

.pro-features2 ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

.pro-features2 ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	display: block;
}

.pro-features2 ul li i {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	color: #0a3152;
}



/* carousel */
#quote-carousel 
{
  margin: 30px 0px 0px 0px;
  padding: 0px 10px 30px 10px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 150px;
  height: 30px;
  margin: 10px 0px 0px 0px;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


.testimonial p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.testimonial small {
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: center;
}

.icon-color i {
	color: #FFF;
}


.booking {
	margin: 20px 0px 0px 0px;
}

.booking img {
	margin: 0px 0px 10px 0px;
}

@media (max-width: 768px) { 

.booking {
	margin: 40px 0px 0px 0px;
}

.booking img {
	margin: 0px 0px 10px 0px;
}

}



.page-header {
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: 0px solid #eee;
}

.navbar-inverse {
    background-color: rgba(10, 49, 82, 0.5);
    border-radius: 0px;
    border: 0px;
}
.navbar-default{
	background-color: rgba(10, 49, 82, -0.5)!important;
	border-radius: 0px;
}