html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'didact_gothicregular';
	color: #333;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
	
}
body p {
	font-family: 'didact_gothicregular';
	font-size:16px;
	font-weight:400;
	color:#555; 
}
h1, h2 {
	font-family: 'playfair_displayblack';
	font-weight:200
}
h3, h4, h5, h6{
	font-family: 'playfair_displaybold';
	line-height:1.2;
	font-weight:200
}
a {
	color:#141212;
}
a:hover {
	color:#e40613;
}
a, a:hover {
	text-decoration:none;
}
a, img a, a:focus {
	outline:none;
}
hr {
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}
ul ,ol {
	 padding:0;
	 margin:0;
	 list-style:none;
}
section {
	padding-top:70px;
	padding-bottom:70px;
	overflow:hidden
}

/*-- // .img-center --*/
.img-center {
	margin:auto;
}
/*-- // .img-hover-effects --*/
.img-effects {
	overflow:hidden;
}
.img-effects img {
	transition: all 0.3s ease-in-out;
}
.img-effects:hover img {
	transform: scale(1.5);
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}

/*-- // .heading --*/
.heading {
    text-align: center;
	margin-bottom:40px;
}
.heading h1, 
.heading h2 {
	font-size: 48px;
    color: #003290;
    font-weight: 400;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
} 
.heading h3 {
	font-size: 36px;
    color: #003290;
    font-weight: 400;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.heading p {
	font-size: 17px;
    color: #555;
    font-weight: 400;
}

.h2-title {
	padding-bottom:40px;
	font-size: 48px;
    color: #003290;
    font-weight: 200;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.light-gray-bg {
	background:#f3f3f3;
}
.white-bg {
	background:#fafafa;
}
/*=======================================================================
	.scroll-to-top
========================================================================*/
.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52,58,64,.5);
	line-height: 45px
}
.scroll-to-top:focus,
.scroll-to-top:hover {
	color: #fff
}
.scroll-to-top:hover {
	background: #343a40
}
.scroll-to-top i {
	font-weight: 800
}


/*=======================================================================
	.top-borber-section
========================================================================*/
.roof {
	width:100%;
	border:5px solid #003290;
}




/*=======================================================================
	.header-section
========================================================================*/

.header{
	position:relative;
	min-height:650px;
	overflow:hidden;
	background: rgba(0,0,0,1.3);
}
.inner-header {
	position:relative;
	min-height:250px;
	overflow:hidden;
	background: url(../images/header-bg.jpg) no-repeat center center;
    background-size: cover;
}


/* ==============================
	.background video css
================================*/
video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/polina.jpg) no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

/* ==============================
	.menu-toggle
================================*/

.header .menu-toggle {
	position: fixed;
	right: 25px;
	top: 25px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size:17px;
	text-align: center;
	color: #003290;
	border-radius:50%;
	border:2px solid #003290;
	background: rgba(255,255,255,.9);
	z-index: 999;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}
.menu-toggle:focus,
.menu-toggle:hover {
	color: #fff;
	background: #003290
}
.menu-toggle.active {
	right:250px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}
/* ==============================
	.menu-section
================================*/
#main-navber {
	position: fixed;
	z-index: 2;
	top:0;
	right: 0;
	width: 250px;
	height: 100%;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	transform: translateX(250px);	
	border-left: 10px solid rgba(0,50,144,.8);
	background: url(../images/header-bg.jpg) no-repeat right 0;
    background-size: cover;
}
#main-navber:before {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
	z-index:-1;
    height: 100%;
    width: 100%;    
    background: rgba(255,255,255,.9)
}

.menu-slider {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	height: 100%;
}
.menu-slider li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight:400;
	text-align:center;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-radius:5px;
	-webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.menu-slider li a:hover {
	text-decoration: none;
	color: #003290;
	background: rgba(255,255,255,.5);
	padding-left: 25px;
}
.menu-slider li a:active,
.menu-slider li a:focus {
	text-decoration: none;
	padding-left: 25px;
}
.menu-slider>li.sidebar-brand>a {
	font-size: 1.2rem;
	background: rgba(52,58,64,.05);
	line-height: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-radius:0;
}
.menu-slider>.sidebar-brand a {
	color: #fff;
	border:0;
}
.menu-slider>li.sidebar-brand>a:hover {
	color: #fff;
	background: rgba(52,58,64,.05);
	padding-left: 15px;	
}
#main-navber.active {
	right: 250px;
	width: 250px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}


/* ==============================
	.left-top-section
================================*/
.left-top-section {
	position:absolute;
	top:0;
	left:0;
	width:500px;
	background: url(../images/left-top-bg.png) no-repeat 0 0;
  	background-size:contain;
	padding:2% 20% 12% 5%;
}
.inner-header .left-top-section {
	position:relative;
	top:0;
	left:0;
	width:550px;
	padding:10px 3% 50px 5%;
}

/*-- .navbar-brand --*/
.navbar-brand {
	height:auto;
	width:180px;
	padding-top:7px;
	padding-bottom:7px;
}
.navbar-brand img {
	width:100%;
	transition: all 0.3s ease-in-out;
}
.navbar-brand:hover img {
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	-ms-transition: -ms-transform .1s;
	-o-transition: -o-transform .1s;
	transition: transform .3s;
}
/*-- .social-icons --*/
.left-top-section .social-icons  {
	padding-top:20px;
	padding-left:15px;
}
.left-top-section .social-icons li {
	display:inline-block;
	padding:3px;
}
.left-top-section .social-icons li a {
	display: block;
	font-size: 16px;
	font-style: normal;
	color: #fff;
	text-align: center;
	width:34px;
	height:34px;
	line-height:34px;
	border-radius:50%;
	background:#2c2a28;
	margin-right:5px;
	transition: all 0.3s ease-in-out;
}
.left-top-section .social-icons li a:hover {
	transform: scale(1.3);
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	-ms-transition: -ms-transform .1s;
	-o-transition: -o-transform .1s;
	transition: transform .1s;
}
.left-top-section .social-icons li a i {
	line-height:34px;
}
.left-top-section .social-icons li a.facebook:hover {
	background: #3b5998;
}
.left-top-section .social-icons li .twitter:hover {
	background: #00aced;
}
.left-top-section .social-icons li .linkedin:hover {
	background: #007bb6;
}
.left-top-section .social-icons li .google-plus:hover {
	background: #dd4b39;
}
.left-top-section .social-icons li .youtube:hover {
	background: #ea1d44;	
}
.left-top-section .social-icons li .instagram:hover {
	background: #fb3958;
}



/* ==============================
	.right-top-section
================================*/
.right-bottom-section {
	position:absolute;
	bottom:0;
	right:0;
	width:650px;
	text-align:right;
	background: url(../images/right-bottom-bg.png) no-repeat right bottom;
  	background-size:contain;	
	padding:20% 15px 40px 20%;
}
.right-bottom-section h1 {
	color:#003290;
}
.right-bottom-section p {
	padding-top:20px;
	font-size:18px;
	color:#404348;
}
.book-now {
	display:inline-block;
	padding:7px 40px;
	font-size:18px;
	text-align:right;
	color:#fff;
	border-radius:35px;
	background:#ff7900;
	transition: all 0.3s ease-in-out;
}
.book-now:hover {
	background:#ff7900;
	color:#fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	-ms-transition: -ms-transform .1s;
	-o-transition: -o-transform .1s;
	transition: transform .3s;
}
.inner-header ..book-now {
	text-align:center;
}

/*=======================================================================
	.section-1
========================================================================*/
.section-1 {
	padding:10px 0 0;
	position:relative;
	z-index:1;
	background: url(../images/bg1.jpg) no-repeat 0 bottom; 
	background-size: cover; 	
}
.section-1:after {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
	z-index:-1;
    height: 100%;
    width: 100%;    
    background: rgba(0,0,0,.9)
}
.section-1 h2 {
	font-size:34px;
	color:#eee;
	font-weight:200;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.section-1 p {
	font-size:20px;
	color:#eee;
	font-weight:200;
}
.section-1 .special-offer {
	border-radius: 2px;
	padding:10px 20px;
}

/*=======================================================================
	.section-2
========================================================================*/
.section-2 {
	margin:auto;
	background:#ecebee;
}
.room-box {
	position:relative;
}
.room-img {
	position:relative;
	padding-top:50px;
}
.room-con {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:25px;
	padding:20px;
	background:rgba(255,255,255,.8);
}
.room-con h2 {
	font-size:34px;
	color:#2b2928;
	font-weight:200;
	text-transform:uppercase;
}
.room-con p {
	padding-top:20px;
	font-size:17px;
	color:#403d3d;
}



/*=======================================================================
	.section-3
========================================================================*/
.section-3 {
	background:#fff;
}
.section-3 p {
	color:#333;
	font-size:17px;
}


/*=======================================================================
	.section-4
========================================================================*/
.section-4 {
	position:relative;
	z-index:1;
	background: url(../images/services-bg.jpg) no-repeat center center;
    background-size: cover;
}
.section-4:after {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
	z-index:-1;
    height: 100%;
    width: 100%;    
    background: rgba(0,0,0,.8)
}
.section-4 .heading h2 {
	color:#fff;
}



/*=======================================================================
	.section-5
========================================================================*/
.section-5 {
	position:relative;
	z-index:1;
	background: url(../images/bg2.jpg) no-repeat 0 0;
    background-size: cover;
}
.section-5:before {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
	z-index:-1;
    height: 100%;
    width: 100%;    
    background: rgba(238,238,238,.8)
}
.section-5:after {
	content: '';
    position: absolute;
	bottom: 0;
    right: 0;
	z-index:-1;
    height: 100%;
    width: 65%;
	background: rgba(199,223,253,.6)
}
.section-5 .h2-title {
	font-size:44px;
}
.section-5 p {
	font-size:17px;
	color:#333
}
.section-5 .swimming-img {
	border:10px solid #fff;
	display:inline-block;
}


/*=======================================================================
	.section-6
========================================================================*/
.section-6 {
	margin:auto;
	padding-bottom:0;
}
.section-6 h2.t1 {
	font-size: 46px;
}
.room-area .container-fluid {padding: 0;}
.single-room {
    height: 600px;
    padding: 0;
    position: relative;
}
.single-room h3 a {color:#fff;}
.single-room > a {
	background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-room:hover > a {
    left: -60px;
    width: calc(100% + 120px);
    z-index: 2;
}
.single-room > a:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-room:hover > a:before {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0}
.room-hover {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.single-room:hover .room-hover {z-index: 9;}
.single-room > h3 {
    color: #ffffff;
    left: 50%;
    margin-bottom: 19px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease 0s;
    width: 100%;
}
.single-room:hover > h3 {opacity: 0; transition-delay: 0s}
.hover-text > h3 {
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-room:hover .hover-text > h3 {top: 43%;}
.hover-text > h3:hover a, .hover-text > h3 a:hover, .hover-text > h3 a:focus, .hover-text > h3 a:active {
    color: #fff;
}
.hover-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-text .room-btn {
    bottom: 42%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(40px);
    transition: all 0.3s ease-in-out 0.1s;
}
.single-room:hover .room-btn {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.hover-text .default-btn {
	color:#fff;
	background:#ff7900;
    display: inline-block;
    line-height: 38px;
    margin-top: 37px;
    padding: 0 22px;
}

/*=======================================================================
	.section-7
========================================================================*/
.section-7 {
	background: url(../images/world-map.png) no-repeat top center;
    background-size: cover;
}
.award-box {
	border:3px double rgba(92,150,72,.7);
	text-align:center;
	margin:auto;
	background:#fff;
}
.jetty-motel-review {
	background: rgba(255,121,0,.7);
	padding:0 15px;
	border:1px solid rgba(0,0,0,.03);
	margin:auto;
	text-align:center;
}
.jetty-motel-review h3 {
	margin-bottom:5px;
	font-size:18px;
	color:#000;
}
.jetty-motel-review h3 i {
	color:#eee;
	font-size:17px;
}
.jetty-motel-review p {
	padding-bottom:5px;
	margin:0;
}
.jetty-motel-review img {
	margin:auto;
	text-align:center;
}


/*=======================================================================
	.section-8
========================================================================*/
.section-8 {
	padding:0;
	margin:0;
}
.section-8 iframe div,
.section-8 iframe {
	border:0;
	padding:0;
	margin:0 !important;
}

/*=======================================================================
	.section-9
========================================================================*/
.section-9 {
	position:relative;
	z-index:1;
	background: url(../images/bg3.jpg) no-repeat 0 0;
    background-size: cover;
	padding-bottom: 0;
	overflow:inherit;
}
/*.section-9:before {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
	z-index:-1;
    height: 100%;
    width: 100%;    
    background: rgba(7,20,33,.9)
}*/
.section-9 .h2-title {
	color:#fff;
}

.section-9 p.t1 {
	color:#fff;
	font-size:20px;
	font-weight:600;
}

/* .contact-form */
.contact-form .form-group {
	margin-bottom: 24px;
}
.contact-form .input-group .input-group-addon{
	border-radius: 35px 0 0 35px;
	background:rgba(255,255,255,.1);
	text-align:center;
	padding-left:20px;
	padding-right:5px;
	color:rgba(255,255,255,.4);
	font-size:20px;
}
.form-group label {
	margin-bottom: 24px;
}
.form-group .form-control {
	height: 45px;
	padding-right: 10px;
	color: #fff;
	position: relative;
	box-shadow: none;
	border:0;
	border-radius: 0 35px 35px 0;
	background:rgba(255,255,255,.1);  
}
.form-group .form-control.textarea {	
	height: 110px;
	border-radius: 0 15px 15px 0; 
	overflow:hidden;
	resize: none;
}
.contact-form .input-group .textarea-group-addon {
	border-radius: 15px 0 0 15px;
	display: inline-block;
}
.form-group .form-control:focus, 
.contact-form .input-group-focus .input-group-addon {
 border-color: #fff !important;
}
.contact-form .input-group-focus .input-group-addon {
	color:#99cc33
}
.label {
  font-weight: normal;
  margin: 0 2px;
}
.contact-form button {
	background:none;
	border:0;
	margin:0;
	padding:0
}
/*.submit-btn */
.contact-form .submit-btn {
	margin-top:15px;
	position:relative;
	display:inline-block;
	color:#fff;
	font-weight:400;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
	border-radius:35px;
	background:#ff7900;
	padding:10px 40px;
	transition: all 0.3s ease-in-out;
}

.contact-form button.submit-btn:hover {
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	-ms-transition: -ms-transform .1s;
	-o-transition: -o-transform .1s;
	transition: transform .3s;
}
.position-relative {
	position:relative;
	display:block;
}
.contact-info {
	position:absolute;
	bottom:0;
	right:0;
	width:70%;
	background: url(../images/contact-info-bg.png) no-repeat 0 0;
	background-size:100%;
	padding:100px 50px 20px;
	text-align:center
}
.contact-box {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px dashed rgba(255,255,255,.5);
	position:relative;
}
.contact-box i {
	font-size:48px;
	color:#000;
	padding-bottom:20px;
}
.contact-box.email i {
	font-size:42px;
}
.contact-box p {
	font-size:18px;
	color:#fff;
}


/*=======================================================================
	.section-10
========================================================================*/
.section-10 {
	position:relative;
	z-index:1;
	background: rgba(238,238,238,.8);
}
.section-10:before,
.section-10:after {
	content: '';
    position: absolute;
	left: 0;
    top: 0;
	z-index:-1;
    height: 100%;
    width: 50%;
	background: url(../images/services-bg.jpg) no-repeat center center;
    background-size: cover;
}
.section-10:after {
	background: rgba(0,0,0,.5);
}
.section-10 .heading h2 {
	color:#fff;
	padding:130px 20px 10px;
	text-shadow:7px 7px 0px rgba(0,0,0,.5);
}
.service-box2 {
	position:relative;
	z-index:1;
	background: #ff7900;
	padding:50px;
	display:inline-block;
}
.service-box2:after {
	content: '';
    position: absolute;
	top: 15px;
	left: 15px;
    bottom: 15px;
	right: 15px;
	z-index:-1;
	border:2px solid rgba(255,255,255,.5);
}
.service-box2 ul {
	display:block;
}
.service-box2 li {
	float:left;
	width:50%;
	padding:7px 15px;
	color:#fff;
	list-style:outside
}
.service-box2 li.width-100 {
	width:100%;
}
.service-box2 p {
	padding:7px 15px 0;
	color:#fff;
}

/*=======================================================================
	.section-11
========================================================================*/
.section-11 {
	position:relative;
	z-index:1;
	background: #fff;
}
.gallery-efffect {
	position:relative;
	z-index:1;
	overflow:hidden;
}
.gallery-efffect:after {
	content: '';
	position: absolute;
	bottom: 0;
    left: 0;
	width:100%;
	height:0;
	background:rgba(0,0,0,.5);
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;
}
.gallery-efffect:hover:after {
    transform: translateY(0px);
    transition-delay: 0.2s;
	width:100%;
	height:100%;
}
.gallery-efffect .room-btn h3 {
	position: absolute;
	z-index:9;
    opacity: 0;
	width:100%;
	height:0;
    text-align:center;
	color:#fff;
}
.gallery-efffect .room-btn h3 {
	top: 20%;
    left: 0;
	transform: translateY(-40px);
    transition: all 0.3s ease-in-out 0.1s;
}
.gallery-efffect .room-btn2 h3 {
	top:40%
}
.gallery-efffect .default-btn {
	position: absolute;
	bottom: 25%;
    left: 0;
	z-index:9;
    opacity: 0;
	width:100%;
    text-align:center;
	display: inline-block;
	transform: translateY(40px);
    transition: all 0.3s ease-in-out 0.1s;
}
.gallery-efffect .room-btn2 .default-btn {
	bottom: 40%;
}
.gallery-efffect .default-btn span {
	position:relative;
	color:#fff;
	background:#ff7900;
    display: inline-block;
    padding: 7px 22px;
	overflow:hidden;
}
.gallery-efffect:hover .room-btn h3, 
.gallery-efffect:hover .room-btn a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.gallery-efffect .room-btn a:hover span {
	box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}


/*=======================================================================
	.section-12
========================================================================*/
.section-12 {
	margin:auto;
	background: url(../images/bg5.jpg) no-repeat center center; 
	background-size: cover;
	position:relative;
	z-index:1;
}
.section-12:before,
.section-12:after {
	content: '';
    position: absolute;
	z-index:-1;
	background: rgba(255,121,0,.7);	
}
.section-12:before {
	bottom: -50%;
	left: -30%;
   	width:50%;
	height:100%;
	transform: rotate(-45deg);
}
.section-12:after {
	top: -20%;
	right: -20%;
   	width:50%;
	height:50%;
	transform: rotate(45deg);
}
.service-box4 {
	position:relative;
	z-index:1;
	padding:30px 50px;
	height:100%;
	border:2px solid rgba(255,121,0,.8);
	background: rgba(0,0,0,.5);
	border-radius:50px;
}
/*.service-box4:after {
	content: '';
    position: absolute;
	top: -20%;
	left: -30%;
    bottom: -20%;
	right: -30%;
	z-index:-1;
	border:2px solid rgba(255,121,0,.8);
	background: rgba(0,0,0,.5);
	transform: rotate(45deg);
}*/
.service-box4 h2 {
	text-align:center;
	color:#fff;
	padding-bottom:15px;
}
.service-box4 ul li{
	float:left;
	width:50%;
	list-style:outside;
	padding:2px 15px;
	color:#fff;
}
.service-box4 ul li a {
	color:#fff;
}
.service-box4 ul li a:hover {
	color:#ff7900;
}

/*=======================================================================
	.section-13
========================================================================*/
.section-13:before {
	background: url(../images/twin_room/twin-room-bg.jpg) no-repeat center center;
    background-size: cover;
}
.section-13:after {
	background: rgba(0,0,0,.5);
}
.section-13 .service-box2 ul li {
	padding-top:5px;
	padding-bottom:5px;
}
/*=======================================================================
	.section-14
========================================================================*/
.section-14:before {
	background: url(../images/queen_room/queen-room-bg.jpg) no-repeat center center;
    background-size: cover;
}
.section-14:after {
	background: rgba(0,0,0,.5);
}
/*.section-14 .service-box2 ul li {
	padding-top:2px;
	padding-bottom:2px;
}*/

/*=======================================================================
	.section-15
========================================================================*/
.section-15:before {
	background: url(../images/family_room/family-room-bg.jpg) no-repeat center center;
    background-size: cover;
}
.section-15:after {
	background: rgba(0,0,0,.5);
}
.section-15 .heading p {
	color:#fff;
	font-size:21px;
	padding-top:20px;
}
/*.section-15 .service-box2:after {
	top:-10px;
	left:-10px;
	bottom:-10px;
	right:-10px;
	border-color:rgba(255,255,255,.5);
}
.section-15 .service-box2 {
	padding:15px 35px;
}
.section-15 .service-box2 ul li {
	width:33.333333%;
	padding:2px 0px;
	font-size:14px;
}*/

/*=======================================================================
	.section-16
========================================================================*/
.section-16 {
	background: url(../images/bg7.jpg) no-repeat center center;
    background-size: cover;
}
.box-contents {
	position:relative;
	z-index:1;
	text-align:center;
	color:#fff;
	padding:30px;
	border-radius:2px;
	background: #ff7900;
	transition: all 0.3s ease-in-out;
}
.box-contents:hover {
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	-ms-transition: -ms-transform .1s;
	-o-transition: -o-transform .1s;
	transition: transform .3s;
}
.box-contents:after {
	content: '';
    position: absolute;
	top: 15px;
	left: 15px;
    bottom: 15px;
	right: 15px;
	z-index:-1;
	border:1px solid rgba(255,255,255,.3);
}
.section-16 .box-contents:before {
	content: '';
    position: absolute;
	top: 0;
	left: 0;
    bottom: 0;
	right: 0;
	z-index:-1;
	background: url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
}

.box-contents h2 {
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
}
.box-contents p {
	font-size:17px;
	color:#fff;
	font-weight:200;
	letter-spacing:1px;
}
.learn-more-btn {
	display:inline-block;
	padding:5px 30px;
	font-size:15px;
	text-align:center;
	color:#fff;
	border-radius:35px;
	border:2px solid rgba(255,121,0,.7);
	text-transform:uppercase;
}
.learn-more-btn:hover {
	background: rgba(255,121,0,1);
	color:#fff;
}


/*=======================================================================
	.local-attractions-section
========================================================================*/
.local-attractions-section {
	margin:auto;
}
.local-attractions-section .h2-title,
.local-attractions-section p {
	
}
.local-attractions-section p {
	font-size:18px;
	font-style:italic;
}


/*=======================================================================
	.footer
========================================================================*/
.footer {
	position:relative;
	padding-top:50px;
	background: url(../images/world-map.png) no-repeat center center #eaecef;
    background-size: cover;	
}
.footer h3 {
	padding-bottom:15px;
}

.footer .flogo {
    padding-bottom:20px;
}
.footer .fmenu li {
	padding:5px 20px;
}
.footer .thumb-gallery ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.footer .thumb-gallery li {
	float:left;
	width:33.333333%;
	padding:3px;
	overflow:hidden;
}
.footer .footer-social-icons li {
	border-bottom:1px solid rgba(255,255,255,.9);
	padding:10px 15px;
}

.footer .footer-social-icons li i {
	font-size:24px;
	padding-right:15px;
	vertical-align:middle
}

.footer li a.facebook {
	color: #3b5998;
}
.footer li .twitter {
	color: #00aced;
}
.footer li .instagram {
	color: #fb3958;
}
.footer li .linkedin {
	color: #007bb6;
}
.footer li .google-plus {
	color: #dd4b39;
}
.footer li .youtube {
	color: #ea1d44;
	
}
footer li .instagram:hover {
	/*background: #41678e;*/
}

.footer-bottom {
	padding:30px;
	background:#fff;
}

/*=======================================================================
	.page-header
========================================================================*/

.page-header {
	margin-top:30px;
	padding:15px 0 0px;
	position:relative;
	z-index:1;
	background: rgba(0,0,0,.9);
	/*border-bottom: 5px solid rgba(232,30,40,.8);
	background: url(../images/bg1.jpg) no-repeat 0 bottom; 
	background-size: cover;*/
}
/*.page-header:after {
	content: '';
    position: absolute;
	left: -20%;
    top: 0;
	z-index:-1;
    height: 500%;
    width: 100%;    
    background: rgba(0,0,0,.9);
	transform: rotate(10deg);
}*/
.page-header h1{
	color:#fff;
	letter-spacing:1px;
	margin-bottom:10px;
}
.page-header .breadcrumb {
	padding:0px;
	background: none;
}
.page-header .breadcrumb li {
	color:#fff;
}
.page-header .breadcrumb li a {
	color:#ff7900;
}

/*=======================================================================
	all padding and margin section
========================================================================*/
/*margin-bottom*/
.margin-b-5 {
	margin-bottom:5px;
}
.margin-b-10 {
	margin-bottom:10px;
}
.margin-b-15 {
	margin-bottom:15px;
}
.margin-b-20 {
	margin-bottom:20px;
}
.margin-b-25 {
	margin-bottom:25px;
}
.margin-b-30 {
	margin-bottom:30px;
}
/*margin-top*/
.margin-t-5 {
	margin-top:5px;
}
.margin-t-10 {
	margin-top:10px;
}
.margin-t-15 {
	margin-top:15px;
}
.margin-t-20 {
	margin-top:20px;
}
.margin-t-25 {
	margin-top:25px;
}
.margin-t-30 {
	margin-top:30px;
}
/*margin top and bottom*/
.margin-tb-5 {
	margin-top:5px;
	margin-bottom:5px;
}
.margin-tb-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.margin-tb-15 {
	margin-top:15px;
	margin-bottom:15px;
}
.margin-tb-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.margin-tb-25 {
	margin-top:25px;
	margin-bottom:25px;
}
.margin-tb-30 {
	margin-top:30px;
	margin-bottom:30px;
}
.padding-lr-0 {
	padding-left:0;
	padding-right:0;
}

/*padding-bottom*/
.padding-b-0 {
	padding-bottom:0px;
}
.padding-b-5 {
	padding-bottom:5px;
}
.padding-b-10 {
	padding-bottom:10px;
}
.padding-b-15 {
	padding-bottom:15px;
}
.padding-b-20 {
	padding-bottom:20px;
}
.padding-b-25 {
	padding-bottom:25px;
}
.padding-b-30 {
	padding-bottom:30px;
}
.padding-b-70 {
	padding-bottom:70px;
}
/*padding-top*/
.padding-t-0 {
	padding-top:0px;
}
.padding-t-5 {
	padding-top:0px;
}
.padding-t-10 {
	padding-top:10px;
}
.padding-t-15 {
	padding-top:15px;
}
.padding-t-20 {
	padding-top:20px;
}
.padding-t-25 {
	padding-top:25px;
}
.padding-t-30 {
	padding-top:30px;
}
/*padding-top-bottom*/
.padding-tb-0 {
	padding-top:0px;
	padding-bottom:0px;
}
.padding-tb-5 {
	padding-top:5px;
	padding-bottom:5px;
}
.padding-tb-10 {
	padding-top:10px;
	padding-bottom:10px;
}
.padding-tb-15 {
	padding-top:15px;
	padding-bottom:15px;
}
.padding-tb-20 {
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb-25 {
	padding-top:25px;
	padding-bottom:25px;
}
.padding-tb-30 {
	padding-top:30px;
	padding-bottom:30px;
}


/*=======================================================================
	selection
========================================================================*/
::-moz-selection {
	color:#fff;
	text-shadow:none;
	background:#003290
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #003290
}
img::selection {
	color: #fff;
	background: transparent
}
img::-moz-selection {
	color:#fff;
	background:transparent
}


/*=======================================================================
	placeholder
========================================================================*/
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,.5);
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(255,255,255,.5);
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(255,255,255,.5);
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255,255,255,.5);
}

.input-append{
	margin:0px;
	padding:0px;
}

