body {
	padding-bottom: 60px;
}
a {
	color: #fff;
}
a:hover,a:focus {
	color: #fff;
	text-decoration: none;
}
.home-slider {
	position: relative;
	width: 100%;
	min-height: 500px;
}
.navbar-brand{
	/*position: absolute;*/
	width: 125px;
	height: auto;
	/*left: -120px;*/
    padding: 0px;
}
.navbar-brand img {
	width: 125px;
	height: auto;
}

.navbar-default {
	background: transparent;
	border: 0px;
}
.navbar-nav {
	/*height:55px;*/
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.navbar-default .navbar-nav>li {
	padding-left: 0px;
	background: none;
}
.navbar-default .navbar-nav>li>a {
	color: white;
    font-family: LeagueGothicRegular, arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    margin: 0px 0px 0px 2px;
    padding: 10px 8px 10px;
    border-color: #9e583b;
    transition: all ease 300ms;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	text-decoration:overline underline;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration:overline underline;
}

.navbar-default .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -2px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li.dropdown:hover .dropdown-menu {
		display: block;
	}
}


/**/
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 40px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.dropdown-menu {
	min-width: 50px;
	background: transparent;
	padding: 0px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}
.dropdown-menu li {
	padding-left: 0px;
	background: transparent;
}
.dropdown-menu li a {
	text-align: left;
    border-bottom: 1px solid #737070;
    color: white;
    font-family: LeagueGothicRegular, arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    padding: 5px 4px 5px;
    /*border-color: #9e583b;*/
    transition: all ease 300ms;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    background: transparent;
    text-shadow: 1px 1px #000000;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {
		width: 100px;
	}
	.navbar-brand img {
		width: 100px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container>.navbar-header {
		margin-left: -20px;
	}
	.navbar-brand {
		width: 80px;
	}
	.navbar-brand img {
		width: 80px;
	}
	.navbar-default .navbar-nav>li>a {
		    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {

	.navbar-brand, .navbar-brand img {
		width: 90px;
	}
	.navbar-default .navbar-nav>li>a {
	font-size: 24px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
        width: 100%;
    text-align: left;
    border-bottom: 1px solid #737070;
	}

	.navbar-nav {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	}
}
@media (min-width: 320px) and (max-width: 479px) {

	.navbar-brand, .navbar-brand img {
		width: 80px;
	}
	.navbar-default .navbar-nav>li>a {
	font-size: 24px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
        width: 100%;
    text-align: left;
        border-bottom: 1px solid #737070;
	}

	.navbar-nav {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	}
}





.page {
	position: relative;
    background: url(../images/sayfabg.png) repeat;
    box-shadow: 0px 0px 5px rgba(255,255,255,0.4);
    width: 992px;
    height: auto;
    padding: 20px;
    margin: -10px auto 40px auto;
    color: #fff;
    font-family: x-sans,sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.page h1 {
    font-family: LeagueGothicRegular, arial, sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
		margin-top: 0px;
    letter-spacing: 1px;
    font-weight: normal;
}
.page h2 {
    font-family: LeagueGothicRegular, arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: normal;
}
.page-paladin {
	position:absolute;right:0px;top:0px;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	.page {
		width: 100%;
		overflow: hidden;
	}
	.page-paladin {
		width: 200px;
		top: 218px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.page {
		width: 100%;
		overflow: hidden;
	}
	.page-paladin {
		display: none;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.page {
		width: 100%;
		overflow: hidden;
	}
	.page-paladin {
		display: none;
	}


}


.history-page {
	position: relative;
	width: 657px;
	height: auto;
	margin: -20px auto 120px;
	padding: 0px;
}
.history-page h1 {
	font-family: lucida_blackletter;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}
.hp-top {
	position: relative;
	width: 677px;
	height: 100px;
	background: url(../images/ictop.png) no-repeat bottom center;
	margin-bottom: -30px;
	margin-left: -10px;
	margin-right: -10px;
	z-index: 150;
}
.hp-main {
	position: relative;
	width: 100%;
	height: 360px;
	color: #000;
	font-family: lucida_blackletter;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff;
	font-size: 25px;
	line-height: 28px;
	background: url(../images/icorta.png) repeat-y top center;
	padding: 0px;
	overflow: hidden;
	padding-top: 20px;
}
.hp-bottom {
	width: 100%;
	height: 178px;
	background: url(../images/icbot.png) no-repeat top center;
	margin-top: -30px;
}




@media (min-width: 480px) and (max-width: 676px) {
	.history-page {
		width: 450px;
		margin: -10px auto 20px;
	}
	.hp-top {
		width: 470px;
		background-size: cover;
	}
	.hp-main {
		height: 360px;
	}
	.hp-bottom {
	}
}


@media (min-width: 320px) and (max-width: 479px) {
	.history-page {
		width: 330px;
		margin: -10px auto 20px;
	}
	.hp-top {
		width: 350px;
		background-size: cover;
	}
	.hp-main {
		height: 360px;
	}
	.hp-bottom {
	}
}



.my-tabs {
	position: relative;
	width: 100%;
	height: 61px;
	background: url(../images/tab.png) no-repeat;
	background-size: cover;
	/*margin: -20px -20px 0px -20px;*/
	text-align: center;
}
.my-tabs a {
	display: inline-block;
	margin: 0px 10px;
	height: 61px;
	line-height: 55px;
	padding: 5px;
	transition: ease all 500ms;
	font-family: LeagueGothicRegular, arial, sans-serif;
	font-size: 19px;
	cursor: pointer;
	color: #a26429;
	text-decoration: none;
}
.my-tabs a:hover {
	color: #fff;
	text-decoration: none;
}
.my-tabs a.active {
	color: #fff;
}
.tab-contents {
	display: none;
	margin-top: 20px;
}
.tab-contents.active {
	display: block;
}

.acc-srvimg {
	float:right;border-radius:5px;box-shadow:0px 0px 5px #ccc;
}
.acc-srvdv {
	float:left;width:25%;
}
.rooms-row {
    min-height: 180px;
}
.rooms-row h2 {
	font-family: LeagueGothicRegular, arial, sans-serif;
font-size: 28px;
margin-bottom: 10px;
margin-top: 0px;
letter-spacing: 1px;
font-weight: normal;
margin-left: 20px;
}
.rooms-row .m-col {
	padding-left: 0px;
}
.rooms-row .l-col {
	text-align: center;
}
.rooms-row .r-col {
}
.rrow-main {margin-bottom: 40px;}
.rrow-main h4 {margin-top: 0px;}
.rrow-main p {font-size: 13px;    font-family: x-sans,sans-serif;}
.n-button {
	background: url(../images/buts.png) no-repeat top right;
border: 1px solid transparent;
width: 115px;
position: relative;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 12px;
cursor: pointer;
margin: 10px 0px 0px;
z-index: 5;
    display: block;
		color: #fff;
}
.n-button:hover{background-position:top left; color:#fff;text-decoration: none;}
.btn-center {
	margin-left: auto;
	margin-right: auto;
}
.booknow-form {
	width: 500px;
	height: 300px;
	display: none;
}
#ui-datepicker-div {
	z-index: 999999999999999 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 320px) and (max-width: 479px) {
	.my-tabs {
		/*margin-left: -15px;
		margin-right: -15px;*/
		background-size: contain;
		height: 30px;
	}
	.my-tabs a {
		font-size: 12px;
		height: auto;
		line-height: 24px;
		padding: 0px 5px;
	}

	.acc-srvimg {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	.acc-srvdv {
		float:none;width:100%;
	}
	.acc-srvdv2 {
		margin-top: 20px;
	}
	.rooms-row {margin-bottom: 20px;}
	.rooms-row h2 { margin-left: 0px; text-align: center; }
	.rrow-main {margin-bottom: 10px;}
	.rrow-main h4 {margin-top: 10px;text-align: center;}
	.rrow-main p {font-size: 12px;text-align: center;}
	.seproom {width: 340px;}
	.booknow-form {
		width: 300px;
		height: 300px;
		display: none;
	}
}

.tbeach-box {
	display: inline-block;
	float: left;
	width: 308px;
	padding-left: 16px;
	padding-bottom: 0px;
	margin: 0px 2px 10px 0px;
	cursor: pointer;
}
.tbeach-box .fond_photo { height: 126px; margin: 0 auto; padding:0; overflow: hidden; }
.tbeach-box .fond_photo { width: 308px; height: 160px; background: url(../images/fond.png) center top no-repeat; }
.tbeach-box .fond_photo a { display: block; width: 100%;text-align: center;}
.tbeach-box .fond_photo a img { margin:20px 0px 0px 1px; width:239px; height:120px; }



/* Page Content */
.conv-img {
	float:right;margin-left:20px;border-radius:5px;box-shadow:0px 0px 4px #ccc;
}
.page-contact {
	margin-bottom: 200px;
}
.cnt-fimg {
	position:absolute;
	left:20px;
	bottom:-125px;
}
.cnt-loading {

}
.rest-img {
	width:500px;float:right;height:250px;border-radius:5px;box-shadow:0px 0px 4px #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hr-form {}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 480px) and (max-width: 767px) {
	.conv-img {
		float:none;margin-left: auto;margin-right: auto;display: inherit;margin-bottom: 20px;
	}
	.rest-img {
		width:100%;height:auto;
		float:none;margin-left: auto;margin-right: auto;display: inherit;margin-bottom: 20px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.conv-img {
		float:none;margin-left: auto;margin-right: auto;display: inherit;margin-bottom: 20px;
	}
	.rest-img {
		width:100%;height:auto;
		float:none;margin-left: auto;margin-right: auto;display: inherit;margin-bottom: 20px;
	}
	.hr-form .radio-inline{ width: 100px;}
	.hr-form .radio-lbl{ margin-top: 20px;}
	.cnt-fimg {
    width: 100px;
    bottom: -70px;
	}
	.page-contact {
		overflow: initial;
		margin-bottom: 100px;
	}
}

/*
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 320px) and (max-width: 479px) {

}
*/


.footer {
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: url(../images/rezerbg.jpg) repeat-x top left;
	overflow: hidden;
}

.footer .footer-right {
	position: relative;
	width: 100%;
	font-size: 11px;
	padding: 15px 0px;
}
.footer .footer-left {
	position: relative;
	width: 100%;
	padding: 15px 0px;
}
.footer .footer-left .footer-box {
	position: relative;
	float: left;
width: 140px;
height: 40px;
padding: 0px 10px;
border-right: 2px solid #654427;
}
.rezbut:hover {
	color: #fff;
	text-decoration: none;
}
.footer-inteb {
float:right;
}
.footer-inteb img {
	float:right; margin-top:-10px;margin-left:-15px;
}
.facebook-visit {
	color: #fff;
	width: 100px;
	height: 20px;
	position: fixed;
	bottom: 85px;
	right: 0px;
}
.facebook-visit:hover {
	color: #fff;
}
@media (min-width: 1164px) and (max-width: 1250px) {
	.footer-left-container {
		padding-right: 0px;
	}
	.rezbut {
		    margin: 0px 3px;
	}
}
@media (min-width: 992px) and (max-width: 1163px) {
	body {
		padding-bottom: 160px;
	}
	.footer {
		height: 160px;
		background-repeat: repeat;
	}
	.footer .footer-left{
		height: 80px;
	}
	.footer .footer-right {
		padding: 15px 10px;
	}
	.footer .col-md-7 {
		width: 100%;
	}
	.footer .col-md-5 {
		width: 100%;
	}
	.home-slider {
		min-height: 450px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-bottom: 160px;
	}
	.footer {
		height: 160px;
		background-repeat: repeat;
	}
	.footer .footer-left{
		height: 80px;
	}
	.footer .footer-right {
		padding: 15px 10px;
	}
	.home-slider {
		min-height: 480px;
	}
}


@media (min-width: 480px) and (max-width: 767px) {
	body {
		padding-bottom: 0px;
	}
	.footer {
		position: relative;
		height: 365px;
		background-repeat: repeat;
		background: #503415;
	}
	.footer .footer-left .footer-box {
		width: 48%;
		margin-top: 20px;
	}
	.rezbut {
		margin-top: 30px;
		float: right;
		margin-bottom: 20px;
	}
	.footer .footer-right {
		padding: 15px 10px;
	}
	.footer-inteb {
	float:none;
	text-align: center;
	}
	.footer-inteb img {
		float:none; margin-top:0px;margin-left: -21px;
	}
	.footer-spn {

	}
}


@media (min-width: 320px) and (max-width: 479px) {
	body {
		padding-bottom: 0px;
	}
	.footer {
		position: relative;
		height: 365px;
		background-repeat: repeat;
		background: #503415;
	}
	.footer .footer-left .footer-box {
		width: 48%;
		margin-top: 20px;
	}
	.rezbut {
		margin-top: 30px;
		float: right;
		margin-bottom: 20px;
	}
	.footer .footer-right {
		padding: 15px 10px;
	}
	.footer-inteb {
		float: none;
		text-align: left;
		display: block;
		margin-top: -50px;
		margin-bottom: 20px;
	}
	.footer-inteb img {
		float:none; margin-top:0px;margin-left: -21px;
	}
	.footer-spn {

	}
	.facebook-visit {
		position: absolute;
		bottom: 380px;
		right: 0px;
		width: 60px;
	}
}
