﻿
/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";
@import "sf-menu.css";

@import url(https://www.fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://www.fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(https://www.fonts.googleapis.com/css?family=Open+Sans:700);

/*========================================================
                    2. Global
=========================================================*/

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
:focus{
	outline: medium none;
}

body{
	background: url(../images/img_0.png) bottom no-repeat;
	background-size:100%;
	color: #464646;
	font: 14px/24px 'Arial';
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}

h1{
	display: inline-block;
}
h2{
	color: #ffde21;
	font: 50px/50px 'Open Sans';
	text-transform: uppercase;
	font-weight: 700;
}
h3{
	font: 30px/30px 'Arial';
	color:#5785a9;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid rgb(237, 237, 237);
}
.pckdetl h3{
	font-size: 19px;
	color:#5785a9;
	text-transform: capitalize;
	font-weight: 300;
	text-align: left;
	padding-top:10px;
	border-bottom:0px solid blue;
}
.pckdetl p{
	color:#666;
}
h4{
	font: 24px/24px 'Arial';
	color:#5785a9;
	//text-transform: uppercase;
	//font-weight: 600;
	//text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid rgb(237, 237, 237);
}
h5{
	font: 18px/18px 'Arial';
	color:#2e6c9d;
	padding-bottom:0px;
	padding-top:20px;
	font-weight: lighter;
}
img{
	width: 100%;
	height: auto;
}
.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

hr{
	margin-top:10px;
	margin-bottom:10px;
	border:0px;
	width:100%;
	border-bottom:1px solid rgb(237, 237, 237);
}

p{
	text-align:justify;
	//color:#a3a3a3;
	font-size: 14px;
	font-family:Arial;
}
p.text1{
	text-align:justify;
	color:#a3a3a3;
	font-size: 14px;
	font-family:Arial;
}
span.text2{
	font: 18px/18px 'Open Sans';
	color:#5785a9;
	line-height:30px;
}
span.text3{
	display:block;
	font: 15px/15px 'Open Sans';
	line-height:30px;
	margin-top:10px;
}
.margin-top{margin-top:6px;}
/*========================================================
                    3. Main layout styles
=========================================================*/
.logo-wrapper{
	top: 0;
	left: 0;
	float: left;
	padding: 5px 16px 5px 0px;
//	background: url(../images/bg-1.jpg) repeat;
	z-index: 999;
}
.logo-wrapper img{height:80px;}

/* Header
========================================================*/

header{
	border-top: 5px solid #306d9a;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 3px 1px rgba(50, 50, 50, 0.3);
}
header .container{
	position: relative;
	border:0px solid blue;
}
header img{
	width: inherit;
	height: inherit;
}


/* Content
========================================================*/

.content-wrapper{
	border:0px solid blue;
	//background: url(../images/bg-1.jpg);
}
.content-top-img{
	overflow: hidden;
}
.content-top-img img{
	min-width: 1500px;
}
.indent-2{
	padding: 47px 0 50px;
}
.indent-3{
	padding: 48px 0 25px;
}

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
}
.btn_wrapper{
	text-align: left;
}
.btn{
	display: inline-block;
	margin-top: 23px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.btn_main{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #272727;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 8px;
	text-align: center;
}

.btn_slide{
	width: 166px;
	height: 10px;
	background: #fff;
	position: relative;
}
.btn_slide div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #272727;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn:hover .btn_slide div{
	left: 0;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.back-link{
	border:0px solid blue;
	//float:right;
	color:#298ec7;
}
.back-link.right{
	float:right;
	margin-top:7px;
}

.back-link i{
	padding:5px 6px 0px 5px;
}
.back-link a{
	text-decoration: none
}
.back-link .active{
	color: rgb(253,122,120);
}
/* Gallery
=============================================*/
.gallery__1{
	padding: 28px 0 78px;
}
.gallery__2{
	text-align:left;
	padding: 35px 0 20px 0;
	overflow:auto;
	
}
.gallery__2 li{
	-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 3px 1px rgba(50, 50, 50, 0.3);
}
.gallery li{
	position: relative;
	overflow: hidden;
	background:#fff;
	margin-bottom:30px;
}
.gallery li a.request{
	display: block;
	background:#04a7ea;
	padding:10px 20px;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	font-weight: 500;
	letter-spacing:1px;
}
.gallery li a.request{
	text-decoration: none;
}
.gallery li a.request:hover{
	background:#febf2b;
}
.gallery li a.request i{
	float: right;
	padding-top:0px;
}
.gallery img{
	position: relative;
	z-index: 0
}
.gallery .img-size img{
	width:170px;
	height:122px;
}
.gallery__2 .offers{
	padding:22px 20px;
	border-color: 1px solid rgb(237, 237, 237);
}
.gallery__2 .offers span{
	font-family:Arial;
	font-size:20px;
	color:#5785a9;
	font-weight: 600;
	letter-spacing:1px;
}
.gallery__2 .offers p{
	font-family:Arial;
	font-size:14px;
	color:#a3a3a3;
}
.gallery__2 .pckg{
	padding:10px 10px 3px 10px;
	border-color: 1px solid rgb(237, 237, 237);
}
.gallery__2 .pckg span{
	font-family:Arial;
	font-size:16px;
	color:#298ec7;
	line-height:30px;
	letter-spacing:1px;
}
.gallery__2 .pckg a{
	text-decoration: none;
}
.gallery__2 .pckg a:hover{
	color:#febf2b
}
.gallery__2 .hotels{
	padding:10px 10px 3px 10px;
	height:80px;
	border-color: 1px solid rgb(237, 237, 237);
}
.gallery__2 .hotels span{
	font-size:17px;
	color:#298ec7;
}

.gallery__2 .hotels p.name{
	font-size:17px;
	color:#298ec7;
	text-align:left;
}
.gallery__2 .hotels p{
	font-family:Arial;
	font-size:15px;
	color:#a3a3a3;
}
.gallery__2 .hotels p.str-colr{
	color:#febf2b;
	margin-bottom:6px;
	font-size:13px;
	bottom: 0;
	position: absolute;
}
.gallery__2 .hotels a{
	text-decoration: none;
}
.gallery__2 .hotels a:hover{
	color:#febf2b
}

.gallery__2 .room-img{
	padding: 5px;
}
.gallery__2 img.room-img{
	width:260px;
}
.room h5{
	font-size: 16px;
	color:#298ec7;
	padding: 5px 0 0 10px;
	line-height: 30px;
}
.room .btn{
	font-size: 16px;
	color:#fff;
	padding: 3px 10px;
	float:right;
	margin: -29px 10px 10px 0;
    border-radius: 5px;
	background-color:rgb(253,122,120);
}

.gallery_hover{
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px solid #c4c0c0;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	margin: 0;
	z-index: 9
}
.gallery li a:hover .gallery_hover{
	//bottom: 43px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
//	background: #00c0ff;
	background: url(../images/bg.png) repeat;
}

.gallery_hover div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -11px;
	border: 10px solid rgba(255,255,255,0.5);
}

/* List
=============================================*/
.list h3{
	text-align: left;
	margin-bottom: 29px;
}
.list2 ul{
	color:#a3a3a3;
	margin-top:20px;
}
.list2 ul li{
	font-size:14px;
	color:#666;
	list-style-type: circle;
	padding-left:10px;
	margin-left:20px;
	font-style: normal;
}
ul.list1 lh{
	float:left;
	font-size:18px;
	color:#5785a9;
	padding-right:10px;
	font-weight:bold;
}
ul.list1 li{
	float:left;
	border:0px solid blue;
	font-size:14px;
	color:#555;
	padding-right:10px;
	font-style: normal;
}
ul.list1 li i{
	padding-top:5px;
	padding-right:8px;
}
ul.pack-list{
	padding:5px;
}
ul.pack-list lh{
	font-size:21px;
	display:block;
	color:#5785a9;
	padding-right:10px;
	font-weight:normal;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid rgb(237, 237, 237);
}
ul.pack-list li{
	border:0px solid blue;
	font-size:15px;
	color:#a3a3a3;
	padding:4px 0;
	font-style: normal;
	font-weight:normal;
}
ul.pack-list li a{
	text-decoration: none;
}
ul.pack-list li a:hover{
	color: rgb(255,179,25);
}
ul.pack-list li i{
	color:rgb(255,179,25);
	padding-top:8px;
	padding-right:15px;
	font-size:12px;
}
ul.hotel-list li{
	float:left;
	border:0px solid blue;
	font-size:15px;
	color:#5785a9;
	padding:0;
	margin-bottom:3px;
	width:234px;
	font-style: normal;
}
ul.hotel-list li i{
	padding-top:6px;
	font-size:10px;
	padding-right:8px;
}
ul.hotel-list li:hover{
	color:#febf2b;
}
.list li{
	display: block;
	position: relative;
	padding-left: 25px;
	color: #464646;
	font-style: italic;
	margin-bottom: 12px;
}
.list li a{
	display: inline-block;
}

table {
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 10px 0 0 0;
	width: 100%;
}
table thead{
	background:#055e98;
	color:#fff;
	text-align:left;
	border: 1px solid #fff;
}
table thead tr th{
	color:#fff;
	padding:0px 20px;
	border: 1px solid #fff;
}
table tbody tr td{
	border: 1px solid #f1f1f1;
	padding:0px 20px;
}
table.tablebodr{
	border:0px solid blue;
}
table.tablebodr tr td{
	border:0px solid blue;
	padding:0px;
}

/* Checkbox Form
=============================================*/
.checkbox-form{
	background: #ededed;
	padding: 35px 20px 8px 10px;
	min-height: 200px;
	//-webkit-box-shadow: 0px 1px 10px 2px rgba(50, 50, 50, 0.15);
	//-moz-box-shadow:    0px 1px 10px 2px rgba(50, 50, 50, 0.15);
	//box-shadow:         0px 1px 10px 2px rgba(50, 50, 50, 0.15);
}
label {
	color: #707070;
	font-size:16px;
	line-height:30px;
}

input{
	color: #707070;
	background: #fff;
	border:1px solid #5785a9;
	padding: 8px 10px 8px 10px;
	margin-bottom:20px;
	line-height: 13px;
	width: 90%;
	margin-right:20px;
}
select{
	color: #707070;
	background: #fff;
	border:1px solid #5785a9;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	line-height: 13px;
	width: 100%;
}
textarea{
	color: #707070;
	background: #fff;
	border:1px solid #5785a9;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	line-height: 13px;
	width: 96%;
	height:17px;
}
.textarea1{
	color: #707070;
	background: #fff;
	border:1px solid #5785a9;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	line-height: 13px;
	width: 97.4%;
	height:67px;
}
.submit{
	font-size: 16px;
	color:#fff;
	padding: 7px 10px;
	text-align:center;
	margin: 0 auto;
	background-color:#5785a9;
	width: 100%;
	cursor:pointer;
}
.submit1{
	font-size: 16px;
	color:#fff;
	padding: 7px 10px;
	text-align:center;
	margin-right: 10px;
	float:left;
	width: 40%;
	cursor:pointer;
	background-color:#5785a9;
}

/* Info Blocks
=============================================*/
.info-block{
	padding-top: 25px;
	position: relative;
	margin-top:80px;
	min-height:160px;
	border:0px solid blue; 
}
.info-block .icon_box_1{
	z-index:999999;
	width: 80px;
	height: 80px;
    border-radius: 50px;
	text-align:center;
	margin:0 auto;
	margin-top:-75px;
	padding-top:-190px;
	background:rgb(255,179,25);
	border:7px solid #fff; 
}
.info-block .icon_box_1 i{
	text-align:center;
	font-size:35px;
	padding-top:23px;
	color:#fff;
}
.info-block .icon_box_2{
	z-index:999999;
	width: 80px;
	height: 80px;
    border-radius: 50px;
	text-align:center;
	margin:0 auto;
	margin-top:-75px;
	padding-top:-190px;
	background:rgb(49,198,249);
	border:7px solid #fff; 
}
.info-block .icon_box_2 i{
	text-align:center;
	font-size:35px;
	padding-top:23px;
	color:#fff;
}
.info-block .icon_box_3{
	z-index:999999;
	width: 80px;
	height: 80px;
    border-radius: 50px;
	text-align:center;
	margin:0 auto;
	margin-top:-75px;
	padding-top:-190px;
	background:rgb(119,225,208);
	border:7px solid #fff; 
}
.info-block .icon_box_3 i{
	text-align:center;
	font-size:35px;
	padding-top:23px;
	color:#fff;
}
.srvice_1{
	background:rgb(194,142,212);
}
.srvice_2{
	background:rgb(253,122,120);
}
.srvice_3{
	background:rgb(128,205,128);
}
.srvice_4{
	background:rgb(49,198,249);
}
.info-block_date{
	position: absolute;
	top: 35px;
	right: 10px;
	width: 59px;
	height: 59px;
	padding-top: 8px;
	padding-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	color: #272727;
	font-weight: 700;
}
.info-block_date time{
	font-size: 24px;
	line-height: 24px;
}
.info-block_date time span{
	font-size: 18px;
	line-height: 9px;
	text-transform: uppercase;
}
.info-block img{
	-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 3px 1px rgba(50, 50, 50, 0.3);
}
.info-block h4{
	color:#fff;
	line-height: 26px;
	text-align:center;
	font-size: 24px;
	padding:0 10px;
	margin-top: 25px;
	margin-bottom: 8px;
	font-family:Arial;
	border:none;
}
.info-block p{
	color:#fff;
	text-align:center;
	font-size: 16px;
	padding:0 50px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-family:Arial;
}

.info-blocks .thumbs_img > div{
	position: relative;
}
.info-blocks .thumbs_img > div > .lbHover{
	background: #272727;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.info-blocks .lbHover div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	margin-left: -14px;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
     background: url(../images/magnifier.png);
     opacity: 0;
}
.info-blocks .thumbs_img > div:hover > .lbHover{
	opacity: 0.6;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.info-blocks .thumbs_img > div:hover .lbHover div{
	opacity: 0.9;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
/*==================*/
.info-blocks__gallery{
	padding: 45px 0 28px;
}
.info-blocks__gallery li{
	margin-bottom: 25px;
}
/*==================*/
.info-blocks__hor{
	padding: 45px 0 15px;
}
.info-block__hor{
	padding-top: 0;
}
.info-blocks__hor li{
	margin-top: 25px;
	margin-bottom: 35px;
}
.info-block__hor_text{
	margin-top: -7px;
}
.info-block__hor_text time{
	color: #272727;	
}
.info-block__hor_text h4{
	margin-top: 1px;
	margin-bottom: 9px;
}
.info-block__hor_text .btn{
	margin-top: 21px;
}
/*==================*/
#tabs{
	text-align: center;
}
.info-blocks_tabs{
	display: inline-block;
	padding-top: 48px;
}
.info-blocks_tabs li{
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #272727;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 50px;
}
.info-blocks_tabs .info-blocks_tabs_last{
	margin-right: 0;
}
.info-blocks_tabs .selected{
	text-decoration: underline;
}
.tab-content{
	margin-bottom: 47px;
}
.tab-content li{
	text-align: left;
	padding-top: 40px;
}

/* Info Dated
=============================================*/
.info-date{
	padding: 43px 0 0;
	background: rgba(214,214,214,0.43);
	-webkit-box-shadow: 0px 1px 10px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 1px 10px 2px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 1px 10px 2px rgba(50, 50, 50, 0.15);
}
.info-date li{
	margin-bottom: 45px;
}
.info-date h3{
	margin-bottom: 21px;
}
.info-date_date{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	width: 59px;
	height: 59px;
	padding-top: 8px;
	padding-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	color: #272727;
	font-weight: 700;
}
.info-date_date time{
	font-size: 24px;
	line-height: 24px;
}
.info-date_date time span{
	font-size: 18px;
	line-height: 9px;
	text-transform: uppercase;
}
.info-date_text{
	overflow: hidden;
}
.info-date_text h4{
	margin-bottom: 10px;
	word-wrap: break-word;
}


/* Qoutes
=============================================*/
.quotes h3{
	text-align: left;
	margin-bottom: 27px;
}
.quotes blockquote{
	line-height: 30px;
	padding-bottom: 20px;
}
.quotes span{
	display: inline-block;
}
.quotes .quote_text{
	font-style: italic;
}
.quotes > blockquote > a{
	font-weight: 700;
}
.quotes > blockquote > a:hover span{
	text-decoration: none;
}
/* Row Qoutes
=============================================*/
.row-quotes{
	padding: 45px 0;
}
.row-quotes h3{
	margin-bottom: 16px;
}
.row-quote_img{
	float: left;
	width: 42px;
	height: 29px;
	margin-right: 37px;
	margin-top: 7px;
}
.row-quote_text{
	overflow: hidden;
}
.row-quote_text p{
	font-style: italic;
	margin-bottom: 7px;
}
.row-quote_text a{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

/* Table
=============================================*/
.table{
	width:100%;
	margin-top:8px;
	font-family: 'Open Sans';
	border:0px solid #ededed;
}
.table thead th{
	font-size:16px;
	padding: 3px 5px;
	color:#5785a9;
	font-weight:500;
	background-color:#fcf8f8;
	border:1px solid #ededed;
}
.table body tr{
	color:#989797;
	text-align:center;
}
.table tr td{
	font-size:14px;
	padding: 2px 0;
}
.table body tr td i{
	padding-top:5px;
	padding-right:4px;
}
/* Cards
=============================================*/
.room_box{
	overflow:auto;
	border:0px solid blue;
	text-align:center;
	height:157px;
	//height:100px;
	//background-color:rgb(253,122,120);
}
.room_box h5{
	font-size: 21px;
	color:#5785a9;
	padding:0px;
	margin-top: 10px;
	line-height: 30px;
}
.room_box .price-box{
//	overflow:auto;
	padding: 0;
	width:100%;
	text-align:center;
	margin:10px auto;
}

.room_box p{
	padding: 0px;
	border:0px solid blue;
	text-align:center;
	font-weight: 400;
	color:#a3a3a3;
	margin-bottom: 10px;
}
.room_box p.brd{
	border-left:1px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}
.room_box p span{
	font-size: 12px;
	color:#a3a3a3;
	margin-top:-15px;
	float:left;
	width:100%;
	line-height:25px;
}
.room_box p.price i{
	padding-top: -10px;
	margin-top: -10px;
	font-size: 24px;
}
.room_box p.price{
	width:45%;
	font-size: 20px;
	color:#5785a9;
	float:left;
}
.room_box p.sm{
	font-size: 12px;
}

.room_box p.sm i{
	font-size: 11px;
	padding:2px 5px 0px 5px;
	font-weight:normal;
}
.hotel-add{
	padding-left: 2px;
	padding-top: 5px;
	font-size: 20px;
	line-height: 28px;
	color:#a3a3a3;
	font-weight: 400;
}
.hotel-cat{
	padding-left: 2px;
	//padding-top: 5px;
	font-size: 20px;
	line-height: 28px;
	color:#febf2b;
	font-weight: 400;
}
.hotel-srvc{
	padding-left: 2px;
	//padding-top: 5px;
	font-size: 20px;
	line-height: 28px;
	color:rgb(128,205,128);
	font-weight: 400;
}
.hotel-add i{
	padding-top: 5px;
}

.card.card-img1 img{width:100px;float: left;
	padding: 10px;}
.card.pbkg-img img{width:75px;float: left;}

.card.card-img2 img{width:170px;height:122px;}
.card h4.small{font-size:14px;
	padding: 8px 8px;
}

.card{
	width: 100%;
	overflow:auto;
	overflow:hidden;
//	background: url(../images/bg-3.jpg);
//	color: #fdde2e;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 25px;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 3px 1px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 3px 1px rgba(50, 50, 50, 0.3);
}
.card span{
	display: block;
}
.card a{
	text-decoration: none;
}
.offer-box .table-r{border:0px solid blue;margin-left:-5px; margin-top:10px; padding:0px;width:100%;}

.offer-box .table-r tr{margin:0px; padding:0px;border:0px solid blue;
	line-height: 22px;
	color:#a3a3a3;
	font-size: 16px;
	font-weight:normal;}

.offer-box .table-r tr i{
	padding-top:6px;
	padding-right:0px;
	font-size: 12px;}

.card .room-srvc-icon{float: left; border:0px solid blue;}
.card .room-srvc-icon i{font-size:40px;text-align:center;color:#fff;width:80px;height:60px;padding-top:15px;}
.offer-box{
	padding: 10px;
	border:0px solid blue;
	//float:right;
	padding-left: 110px;
	text-align:left;
}
.offer-box h6{
	font-size: 19px;
	color:#5785a9;
	margin-left:-22px;
	padding:0px;
	font-weight:normal;
}
.offer-box h6.fsize{
	font-size: 19px;
	color:#5785a9;
	margin:-5px;
	//margin-top:-5px;
	font-weight:normal;
	border:0px solid blue;
}

.offer-box h5{
	font-size: 20px;
	color:#5785a9;
	padding-top:2px;
	padding-bottom:10px;
}
.offer-box h5 a{text-decoration: none;}
.offer-box p{
	padding-left: 2px;
	font-size: 17px;
	line-height: 28px;
	padding-left: 35%;
	color:#a3a3a3;
	font-weight: 400;
}
.offer-box p.pckg-days{
	margin-left: -22px;
	font-size: 15px;
	color:#a3a3a3;
}
.offer-box p i{
	font-size: 16px;
	padding: 0 0 0 0;
}
.offer-box p.str-colr{
	font-size: 14px;
	padding: 0;
	color:#febf2b;
}
.card i{
	font-size: 16px;
	padding: 6px 8px 0 0;
}
.card p{
	font-weight: 400;
	line-height: 14px;
	padding: 11px 2px 5px;
}
.card .btn_wrapper{
	position: relative;
	left: -22px;
}
.card .btn{
	margin-top: 3px;
}
.card .btn_main{
	color: #fff;
	font-weight: 700;
	padding-left: 22px;
	padding-bottom: 10px;
}
.card .btn_slide{
	width: 196px;
}

.card__indent{
	padding-top: 27px;
}

/* More Text
=============================================*/
.more-text{
	padding: 50px 0;
}
.more-text h3{
	margin-bottom: 25px;
}
.more-text h4{
	margin-bottom: 10px;
}
.more-text p{
	margin-bottom: 30px;
}
.more-text a{
	text-decoration: underline;
}
.more-text a:hover{
	color: #fff;
}

/* Map
=============================================*/
.map {
	width: 100%;
	margin-top: 30px;
}

.map iframe {
	border: none;
	width: 100%;
	height: 360px;
}

/* Contact
=============================================*/
.contact, .feedback{
	margin-top: 45px;
	margin-bottom: 50px;
}
.contact-details .adrress{
	font: 18px/24px 'Open Sans';
	color: #272727;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 3px;
}
.contact-details p span{
	display: inline-block;
	min-width: 78px;
}
.contact-details .contact_mail a{
	text-decoration: underline;
}
.contact-details .contact_mail a:hover{
	color: #d4a97d;
}


/* To Top Button*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 48%;
    margin-left: 600px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    z-index: 20;
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 1px solid #04a7ea;

}
#toTop i{
    color: #04a7ea;
    font-size: 34px;
    padding-top: 4px;
    padding-left: 9px;
}
#toTop:hover i{
    padding-top: 0px;
    margin-top: 5px;
    -webkit-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -moz-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -ms-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -o-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
}

/* Footer
========================================================*/

footer{
	border-top:2px solid #ededed;
	padding: 42px 0 0 0;
	//color: #464646;
	color: #2e6c9d;
	font-weight: 300;
	font-size: 15px;
}
footer .bottom{
	border-top:1px solid #c5c2a3;
	padding: 10px 0;
	background:#017ab1;
	color: #dcdcdc;
	font-size: 1px;
}
footer h4{
	padding: 2px 0 6px 0;
	//color: #464646;
	color: #2e6c9d;
	font-weight: 600;
	font-size: 18px;
	margin-bottom:15px;
}
footer i.icon{
	font-size: 18px;
	width:25px;
	//float: left;
	//line-height:30px;
	//margin-bottom:20px;
}
footer span.add{
	font-size: 15px;
	width:200px;
	text-align:center;
	//float: right;
	//line-height:30px;
	//margin-bottom:20px;
}
.copyryt{
	border:0px solid blue;
	//padding-top:14px;
	//font-weight: bold;
}
i{padding-top:5px;}

.social-icon{
	background-color: #f2f2f2;
	width: 29px;
	height: 23px;
	font-size:20px;
	text-align:center;
	padding-top:5px;
	vertical-align:middel;
    border-radius: 50px;
    background:#017ab1;
    color:#fff;
    margin-right:1px;
}
.social-icon:hover{
	background-color: #febf2b;
}

.pr-policy{
	line-height: 18px;
}
.footer-brand{
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 20px;
	display: inline-block;
}
.footer_contact{
	font-size: 16px;
	line-height: 30px;
	margin-top: -9px;
}
.s-form_title{
	font-size: 18px;
	line-height: 30px;
	margin-top: -9px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1199px) {
  	.footer_contact{
  		font-size: 14px;
  	}
}

@media only screen and (max-width: 979px) {
	h2{
		font-size: 40px;
		line-height: 40px;
	}
	h3{
		font-size: 25px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.logo-wrapper{
		position: relative;
		display: inline-block;
	}
	h2{
		font-size: 20px;
		line-height: 20px;
	}
	.gallery li{
		margin-bottom: 15px;
	}
	.quotes h3{
		margin-top: 30px;
	}
	.info-block__hor_text{
		margin-top: 10px;
	}
	.row-quote{
		margin-bottom: 15px;
	}
	#tabs{
		text-align: left;
	}
	.info-blocks_tabs li{
		float: none;
		display: block;
	}
	footer .row > div{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	h2{
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	
}
/*Core variables and mixins*/
