@charset "utf-8";
/* CSS Document */

.theme-text-color,
.content-title,
.breadcrumbs {
	color:#4373ba;
}
.breadcrumbs{
	padding-bottom:15px;
}

#header-logo {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FBFCF3),
		color-stop(1, #ECEDE4)
	);
	background-image: -o-linear-gradient(bottom, #FBFCF3 0%, #ECEDE4 100%);
	background-image: -moz-linear-gradient(bottom, #FBFCF3 0%, #ECEDE4 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFCF3 0%, #ECEDE4 100%);
	background-image: -ms-linear-gradient(bottom, #FBFCF3 0%, #ECEDE4 100%);
	background-image: linear-gradient(to bottom, #FBFCF3 0%, #ECEDE4 100%);
	}
#header-logo .social  {
	padding: 10px;
}
.social img {
	width: 32px;
	height: 32px;
	margin: 0 2px;
}
@media (min-width: 992px) {
	#header-logo .social  {
		padding-top: 30px;
	}
	
	#header-logo .phone,
	#header-logo .email {
		text-align:left;
	}
	#header-logo .phone {
		padding-top: 20px;
	}
	#header-logo .logo img {
		width:280px;
	}
}

#header-logo .phone {
	font-size:22px;
	}
#header-logo .phone a{
	color:#333;
	text-decoration:none;
	}	
#header-logo .email a {
	font-size:13px;
	color:#4373ba;
	text-decoration:underline;
	}	
#header-logo .logo img {
	position:relative;
	margin: 32px 45px;

	}
@media (max-width: 991px){
	#header-logo .logo img {
		position:relative;
		margin: 10px;
	}
	#header-logo .row div{
		text-align:center;
	}	
}
#header-pano {
	height:217px;
	background-image:url(../img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:317px;
}
#header-pano .form-container {
	background-color: rgba(56,121,217,0.93);
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 35px 20px;
	position:relative;	
	top: 157px;
	height: 116px;
}
@media (max-width: 991px) {
	#header-pano {
		height:150px;
	}
	#header-pano .form-container {
		width:99%;
		height: 75px;
		top: 57px;
		padding: 17px 20px;
	}

	#header-pano .form-container  .row div{
		text-align:right
	}
}
@media (max-width: 767px) {
	#header-pano {
		height:185px;
	}
	#header-pano .form-container {
		top: 20px;
		width:280px;
		height: 158px;
		padding: 12px 20px;
	}
	#header-pano .form-container input[type="submit"]{
		position:relative;
		top: 5px;
	}
	#header-pano .form-container .select-container{
		padding-top: 5px;
	}
}
@media (min-width: 1200px){
	#header-pano {
		height:317px;
	}
	#header-pano .form-container {
		top: 157px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header-pano {
		height:307px;
	}
	#header-pano .form-container {
		top: 140px;
	}
}


@media (min-width: 992px) {
	
	#header-pano .form-container {
		width:754px;
	}
}
#header-pano .form-container label { 
	color:#FFF;
	font-weight:normal;
	font-size:15px;
	line-height:40px;
	margin-right:1px;
	height:40px;
	
}
#header-pano .form-container label:after { 
	content: " ";
	background-color:#1c4b90;
	background-image:url(../img/calendar.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:40px;
	width:40px;
	display:block;
	border:none;
	float:right;
	margin-left:10px;
	cursor:pointer;
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:5px;
border-top-right-radius:0px;
border-bottom-left-radius:5px;
border-bottom-right-radius:0px;
}	
#header-pano .form-container input[type="text"] {
	background-color:#1c4b90;
	color:#fff;
	height:40px;
	width:95px;
	font-size:16px;
	text-align:center;
	border:none;
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:0px;
border-top-right-radius:5px;
border-bottom-left-radius:0px;
border-bottom-right-radius:5px;
	
}
#header-pano .form-container select {
	background-color:#1c4b90;
	color:#fff;
	height:40px;
	font-size:16px;
	padding-left:10px;
	line-height:20px;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	}
#header-pano .form-container .select-container {
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
#header-navbar {
	text-transform: uppercase;
	text-align:center;
	font-size:15px;
	height:45px;
	overflow:hidden;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #3F3F3F),
		color-stop(1, #313131)
	);
	background-image: -o-linear-gradient(bottom, #3F3F3F 0%, #313131 100%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 0%, #313131 100%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 0%, #313131 100%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 0%, #313131 100%);
	background-image: linear-gradient(to bottom, #3F3F3F 0%, #313131 100%);
}

	
@media (max-width: 1199px) {
	#header-navbar {
		font-size:13px;
		height:40px;
	}
	#header-navbar li {
		line-height: 40px;
		}
}

#header-navbar li a {
	margin: 0px 30px;
	}
#header-navbar ul li:first-child:before {
	background-color:transparent;
	}	
#header-navbar li:before {
	content:" ";
	width:1px;
	height:13px;
	display:block;
	float:left;
	background-color:#e2da68;
	margin: 15px 0;
	}
#header-navbar a {
	color: #e2da68;
	text-decoration:none;
	}
#header-navbar a:hover {
	text-decoration:underline;
	}		


.content-title {
	border-color:#4373ba;
	border-style: solid;
	border-width:1px 0;
	margin:10px 0;
	padding:10px 0;
	text-transform:uppercase;
	text-align:center;
	font-size:27px;
}

.content {
	background-color: #fbfcf2;
	margin: 0 -15px;
	padding: 55px 60px;
}
@media (max-width: 767px) {
  .content {
		padding: 10px 15px;
	}
}
.content .gallery { 
	margin:30px 0 0 0 ;
	overflow:hidden;
}
.content .gallery .pic { 
	padding:0px;
	border: 1px solid #FFF;
	background:url(/img/loading.gif) center no-repeat; }
.content .gallery img {
	width:100%;
	}
.content .gallery .slide { width:200%; }		
.content .gallery span {
	position:relative;
	top:-55px;
	margin: 0 auto -40px auto;
	display:block;
	width:90%;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background-color: rgba(56,121,217,0.93);;
	padding:0 10px;
	line-height:40px;
	color:#FFF
	}
.content .gallery .prew-pic,
.content .gallery .next-pic {
	position:absolute;
	display:block;
	width:50px;
	font-size:38px;
	cursor:pointer;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align:center;
	background-color: rgba(56,121,217,0.93);;
	line-height:45px;
	color:#e2da68;
	z-index:5;
	
}	
@media (max-width: 991px) {
  .content .gallery span {
	top:-35px;
	margin: 0 auto -30px auto;
	width:90%;
	font-size:12px;
	padding:0 10px;
	line-height:30px;
	}
}
.services {
	margin:10px 0; }
.services .icon,
.services .descr {
	display: inline-block !important;
    vertical-align: middle;
	font-size:16px;
	width:65%;
}

.services .icon	{
	background-image:url(../img/services-xl.png);
	width:59px;
	height:59px;
	background-size:cover;
	margin-right:15px;
	text-decoration:none;
}
.services .icon.wifi	{
	background-position:0 0;
}
.services .icon.breakfast	{
	background-position:0 -67px;
}
.services .icon.fax	{
	background-position:0 -134px;
}
.services .icon.taxi	{
	background-position:0 -201px;
}
.services .icon.cleaning	{
	background-position:0 -269px;
}
.services .icon.reservations	{
	background-position:0 -335px;
}
.services .icon.phone	{
	background-position:0 -401px;
}
.services .icon.usd	{
	background-position:0 -467px;
}
.services .icon.taxes	{
	background-position:0 -533px;
}
.services .icon.extra	{
	background-position:0 -599px;
}
.services .phone {
	font-size:inherit;
	}
.services .phone a	{
	display:block;
	font-size:28px;
	text-decoration:none;
}
.form-title,
.transport-title {
	font-size:21px;
	line-height:24px;
}

.transport-title:before {
	content:" ";
	background-image:url(/img/transport-sm.png);
	height:24px;
	width:24px;
	margin-right:5px;
	float:left;
	display:none;
	}
.transport-title.bus:before {
	display:block;
	background-position: 0 0;
	}
.transport-title.subway:before {
	display:block;
	background-position: 0 -24px;
	}

.navbar-header ul { 
	margin:0; }
@media (max-width: 991px) {
  .navbar-header ul {
	  text-align:right;}
}	
.address-footer a,	
.navbar-header  a {
	color: #fff;
	text-decoration:underline;
	}
.navbar-header li,
#header-navbar li {
	line-height: 45px;
	padding: 0;
	margin: 0;
	}
.navbar-header li a {
	margin: 0 12px 0 0;
	}
.navbar-header,
#header-logo,
#header-pano,
#header-navbar
 {
  position: relative;
  margin:0px -15px;
}			
.panel-content {
  border: 2px solid #f2d85e;
  border-radius:10px;
  margin:0;
  background: #fff;
  padding:40px 30px;
}
.panel-content form {
	margin:20px 0px;
	}
.panel-content form select,
.panel-content form input[type="text"],
.panel-content form textarea {
	margin:5px 0;
	background-color: #f9f9f6;
}
.panel-content form input[name="name"],
.panel-content form input[name="email"] {
	padding-left:30px;	
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
}
.panel-content form input[name="name"] {
	background-image:url(/img/input-icon-name.png);
}
.panel-content form input[name="email"] {
	background-image:url(/img/input-icon-email.png);
}
.location {
	margin:10px 0 30px 0;
	}
.location h2 { 
	margin-top:0px;
	text-align:left; }
.location-cover {
	vertical-align: bottom;
}
.location-cover p {
	color: #FFF;
	margin: 15px;
	text-shadow: 0 0 2px black;
}
.location-cover p a {
	color: #FFF;
}
.location tr td:first-child {
	padding-left:0;
	}
.location tr td:last-child {
	padding-right:0;
	}
@media (max-width: 991px) {
  .location tr td:last-child {
	padding-right:0;
	padding-left:0;
	}
}		
.location p:last-child {
	margin-bottom:0;
	}
.location td {
	background-size:cover;
	background-position:center;
	}
.location-central-park {
	background-image:url(/img/gallery/Central-Park.jpg);
	}
.location-upper-east-side {
	background-image:url(/img/gallery/Upper-East-Side.jpg);
	}
.location-cloisters {
	background-image:url(/img/gallery/Cloisters.jpg);
	}
.location-greenwich-village {
	background-image:url(/img/gallery/Greenwich-Village.jpg);
	}
.location-harlem {
	background-image:url(/img/gallery/Harlem.jpg);
	}
.location-metropolitan {
	background-image:url(/img/gallery/Metropolitan.jpg);
	}
.location-natural-history {
	background-image:url(/img/gallery/Natural-History.jpg);
	}
.location-times-square {
	background-image:url(/img/gallery/Times-Square.jpg);
	}	
.location-mile {
	background-image:url(/img/gallery/Mile.jpg);
	}
.location-moma {
	background-image:url(/img/gallery/MOMA.jpg);
	}		
	
.room-prices-head,
.room-prices-name, 
.room-prices-body  {
	margin:0; 
}
.room-prices-head,
.room-prices-name,
.room-prices-body {
	border-left: 1px solid #4373BA;
	border-right: 1px solid #4373BA;
	}
.room-prices-head .col,
.room-prices-name .col{
	padding:15px;
	}	
.room-prices-head {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	overflow:hidden;
	}
.room-prices-head  .row .col {
	border-left: 1px solid #4373ba;
	}
@media (min-width: 768px) {	
	.room-prices-head  .row .col,
	.room-prices-body  .row .col {
		text-align:center;
		}
}

.room-prices-body .col{
	border-bottom: 1px solid #eee892;
	}
.room-prices-body .row .col{
	border-left: 1px solid #eee892;
	}				

	
.room-prices-body {
	border-left: 1px solid #4373BA;
	border-right: 1px solid #4373BA;
	line-height:1;
	}	
	
.room-prices-body .season {
	font-weight:bold;
	color:#4373ba;
}
.room-prices-body .discount {
	display:block;
	color:#4373ba;
	font-size:12px;
	}
.room-prices-body .col{	
	padding: 8px 15px;
	height:45px;
	font-size:16px;
}
.room-prices-body .guests-1,
.room-prices-body .guests-2,
.room-prices-body .guests-3 {
	height:24px;
	line-height:24px;
	}
@media (max-width: 767px) {

   .room-prices-body .col.alloca {
	   height:18rem; }
}	
.room-prices-body .guests-1:before,
.room-prices-body .guests-2:before,
.room-prices-body .guests-3:before {
	content:" ";
	float:left;
	display:block;
	margin-right:5px;
	width:24px;
	height:24px;
	background-image:url(/img/guests-xl.png);
	background-size:cover;
}
.room-prices-body .guests-1:before {
	background-position:0 0;	
}
.room-prices-body .guests-2:before {
	background-position:0 -24px;	
}
.room-prices-body .guests-3:before {
	background-position:0 -48px;	
}

.room-prices-head .col{
	background-color:#4373BA;
	color: #fbfcf2;	

	}
.room-prices-name .col{
	background-color:#eee892;
	}

.search-result .price {
	font-size: 24px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom:10px;
}
.search-result .per-night {
	font-size: 10.2px;
	line-height:1;
	width:50px;
	display:inline-block;
	color:#4373ba;
}
.search-result .room-name {
	font-size:18px;
	line-height:32px;
	color:#4373ba;
	padding-bottom:10px;
	text-transform:uppercase;
}
.search-result .guests {
	line-height:34px;
	color:	#4373ba;
	font-size:18px;
}
.search-result .amenities {
	line-height:24px;
	font-size:12px;
	padding:0;
}
.search-result .amenities:before {
	content:" ";
	width:24px;
	height:24px;
	float:left;
	display:block;
	background-image:url(/img/search-am.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

#selectPage {
	font-size:18px;
	margin:8px;
	height:28px;
	border:1px solid #000;
	background-color:#F5F6ED;
	
}

#book_per_night.discount {
	color: #999;
	text-decoration: line-through;
	padding-right: 5px; }