html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}
::-webkit-input-placeholder {
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
}
::-moz-placeholder {  /* Firefox 19+ */
	opacity:1;
}
:-ms-input-placeholder {
	opacity:1;
}
img{
	max-width:100%;
}
h1,h2,h3,h6{
	color:#000;
}
h4,h5,p,ul,blockquote{
	color:#777;
}
/* Common CSS */
body{
	/*padding-top:90px;*/
}

.navbar-right ~ .navbar-right {

    padding-right: 15px;
}

ul.navbar-right.pt-30 li {
    margin: 0;
    float: left!important;
    padding-right: 15px;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.relative{
	position:relative;
}
.button{
	display:inline-block;
	font-size:14px;
	line-height:50px;
	font-weight:900;
	color:#fff;
	background:#ff0000;
	text-transform:uppercase;
	padding:0 30px;
	border:none;
	border-radius:25px;
	text-align:center;
	letter-spacing:0.1em;
	transition:all .5s ease;
}
.button.sm{
	font-size:13px;
	line-height:40px;
	padding:0 30px;
	border-radius:20px;
}
.button.lng {
	font-size: 11px;
	line-height: 40px;
	padding: 0px 12px;
	border-radius: 90px;
	background: #1a1516;
}
.button:focus,
.button:hover{
	color:#fff;
	background:#000;
}
.button.lng:hover {
	background:#666;
}
.alt-bg{
	background:#f1f1f1;
}
.white-bg{
	background:#fff;
}
.overlay{
	background:rgba(0,0,0,.2);
}
.section-head{
	padding:117px 0 65px;
}
.section-head h4{
	padding-top:15px;
}
.section-head h2 span{
	color:#ff0000;
}
.side-head{
	padding:28px 0;
}
.side-head h4{
	padding:11px 0 15px;
}
.side-head h2 span{
	color:#ff0000;
}
.play-button{
	display:inline-block;
	position:relative;
}
.play-button .pb-border-1{
	padding:5px;
	display:block;
	border-radius:50%;
	background:rgba(47,202,45,0.2);
}
.play-button .pb-border-2{
	padding:5px;
	display:block;
	border-radius:50%;
	background:rgba(47,202,45,0.5);
}
.play-button .icofont{
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	border-radius:50%;
	background:#ff0000;
	color:#fff;
	display:block;
}

.textsmall {
    color: #ababab;
    font-weight: 300;
    font-size: 14px;
}


.textsmall li {
    padding-top: 8px;
    line-height: 18px;
}

.textsmall li i {
	color: #ff0000;
}

/*.top-bar*/
.scrolled{
	background: #ffffffe6!important;
	transition: background-color 400ms linear;
}
.top-bar{
	padding:25px 0;
	position:fixed;
	width:100%;
	background:#ffffff00;
	z-index:999;
	transition: background-color 400ms linear;
}
.nav-list{
	padding-right:28px;
}
.navbar-default {
	background-color: transparent;
}
.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 0;
	border: none;
	border-radius:0;
}
.navbar-brand {
	padding: 0 15px;
	height: auto;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #c1c1c1;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	transition:all .5s ease;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ff0000;
	border-color: #ff0000;
}
.nav > li > a {
	padding: 10px 20px;

}
ul.nav.nav-list.navbar-nav.navbar-right {
	right: 32px;
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-weight:900;
	letter-spacing:0.1em;
	font-size:13px;
}
.navbar-default .navbar-nav > li.current > a,
.navbar-default .navbar-nav > li > a:hover {
	color: #ff0000;
	background-color: transparent;
}
/*.header-section*/
.header-section{
	background:url("../images-assets/bg/header.jpg") center center;
	background-size:cover;
}
.header-section .overlay{
	/*padding:272px 0 242px;*/
	padding: 208px 0 120px;
}
.header-texts{
	padding:46px 0 64px;
}
.header-texts h3{
	color:#fff;
}
.header-texts h1{
	color:#fff;
	padding:13px 0 17px;
}
.header-texts h5{
	color:#fff;
	padding-bottom:33px;
}
.single-header-feature{
	position:relative;
	margin-bottom:30px;
	padding:40px 0 38px;
	border:1px dotted rgba(255,255,255,.5)
}
.shf-extra{
	position:absolute;
	content:"";
	height:15px;
	width:15px;
	transition:all .5s ease;
}
/* .single-header-feature:hover .shf-extra{
width:60%;
height:60%;
} */
.top-left{
	top:-1px;
	left:-1px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
.top-right{
	top:-1px;
	right:-1px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.bottom-right{
	bottom:-1px;
	right:-1px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.bottom-left{
	bottom:-1px;
	left:-1px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.single-header-feature .icofont{
	color:#fff;
	font-size:36px;
}
.single-header-feature h6{
	padding-top:30px;
	color:#fff;
}
.formnote {
	font-size: small;
	color: #c1c1c1;
}
.about-section{
	padding:90px 0;
}
.about-text{
	padding:48px 0 50px;
}
.about-text h2 span{
	color:#ff0000;
}
.about-text h4{
	padding:14px 0 6px;
}
.about-text ul{
	padding-top:24px;
}
.about-text ul li{
	font-size:18px;
	line-height:48px;
	width:100%;
	display:inline-block;
	color:#777;
	font-weight:300;
}
.about-text ul li .icofont{
	color:#ff0000;
	padding-right:9px;
}
.appointment-form{
	background:#fff;
	padding:45px 40px 20px;
}
.appointment-form h6{
	color:#000;
	padding-bottom:25px;
}
.input-box{
	margin-bottom:30px;
}
.input-box input[type="text"],
.input-box textarea{
	width:100%;
	line-height:46px;
	border:1px solid #d3ffd3;
	background:#fff;
	font-size:14px;
	color:#777;
	padding-left:25px;
	font-weight:300;
	letter-spacing:0.05em;
}
.input-box textarea{
	height:140px;
	resize:none;
}
.appointment-form .success,
.appointment-form .error {
	display: none;
	line-height: 22px;
	font-weight: 300;
	font-size: 14px;
	position: relative;
	top: -15px;
}
.appointment-form .success {
	color: #ff0000;
	margin: -5px 0 20px;
}
.appointment-form .error {
	color: #ff0000;
	margin: -15px 0 20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c1c1c1;
	font-size: 13px
}
::-moz-placeholder { /* Firefox 19+ */
	color: #c1c1c1;
	font-size: 13px
}
:-ms-input-placeholder { /* IE 10+ */
	color: #c1c1c1;
	font-size: 13px
}
:-moz-placeholder { /* Firefox 18- */
	color: #c1c1c1;
	font-size: 13px
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 21px;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 11px;
    border-width: 1px;
    border-style: dotted;
    border-color: darkgray;
    border-image: initial;
}


/*.places-section*/
.places-section{
	padding-bottom:100px;
}
.single-place{
	padding:40px 30px 33px;
	background:#f1f1f1;
	margin-bottom:30px;
}
.single-place .icofont{
	color:#ff0000;
	font-size:36px;
}
.single-place h6{
	padding:25px 0 12px;
}
/*.cta-section*/
.cta-section{
	background:url("../images-assets/bg/cta.jpg") center center;
	background-size:cover;
}
.cta-section .overlay{
	padding:188px 0 200px;
}
.cta-section h2{
	color:#fff;
}
.cta-section h4{
	color:#fff;
	padding:14px 0 25px;
}
/*.footer-section*/
.footer-section{
	background:#fff;
	padding:70px 0;
}
.copyright-text{
	color:#777;
	line-height:50px;
	padding:15px 0;
	display:block;
}
.copyright-text a{
	color:#ff0000;
}
.copyright-text a:hover{
	color:#000;
}
.footer-logo{
	padding:15px 0;
	display:block;
}
.footer-links{
	padding:15px 0;
}
.footer-links li{
	display:inline-block;
	margin-left:30px;
}
.footer-links li a{
	display:inline-block;
	color:#777;
	line-height:50px;
}
.footer-links li a:hover{
	display:inline-block;
	color:#ff0000;
}
/*Magnific Popup Animation*/
.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}
/*Coustom Media Query CSS*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tab-center{
		text-align:center;
	}
	.tab-left{
		text-align:left;
	}
	.pt-30{
		padding-top:30px;
	}
	.nav > li {
		display: inline-block;
	}
	.testimonial-text{
		padding-top:20px;
	}
	.footer-links li {
		display: inline-block;
		margin-left: 20px;
	}
	.top-bar {
		background: #fff;
	}

}
@media only screen and (max-width: 767px) {
	.top-bar {
		background: #fff;
	}
	
	h1, .h1-like {
		font-size: 45px;
	}
	h2, .h2-like {
		font-size: 30px;
	}
	h3, .h3-like {
		font-size: 28px;
	}
	h4, .h4-like {
		font-size: 19px;
	}
	h5, .h5-like {
		font-size: 16px;
	}
	.mobile-left{
		text-align:left;
	}
	.mobile-center{
		text-align:center;
	}
	.pt-30{
		padding-top:30px;
	}
	.header-section .overlay{
		padding:130px 0;
	}
	.about-section {
		padding: 70px 0 130px;
	}
	.floors-section {
		padding: 55px 0 100px;
	}
	.testimonials-section {
		padding: 80px 0 130px;
	}
	.testimonial-text {
		margin-left: 0;
	}
	.about-text ul li,
	.room-features-texts ul li	{
		width: 100%;
		display:block;
	}
	.footer-links li {
		margin: 0 10px;
	}
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e700;
}