div#CDSWIDSSP {
    width: 100% !important;
}
@font-face {
    font-family: 'weather';
    src: url('../fonts/artill_clean_icons-webfont.eot');
    src: url('../fonts/artill_clean_icons-webfont-ie.eot') format('embedded-opentype'),
         url('../fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('../fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.mt50{
	margin-top: 50px;
}
.mt30{
	margin-top: 30px;
}
img{
	max-width: 100%;
}
body{
	background: url(../img/symphony.png) top center fixed;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #292929;
}
.wrapper{
    width: 1160px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
    height: 100%;
}

/** ===== top-header ==== **/
.top-header{
	background: #545454;
	color: #fff;
	padding: 5px 0;
}
.top-header p{
	margin: 0;
}
.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }
.top-header .contact-info {
	float: right;
}
.top-header .contact-info li {
	position: relative;
	margin-left: 15px;
	padding-right: 0;
	padding-left: 0;
}
.top-header .contact-info li i {
	margin-right: 2px;
	color: #FFFFFF;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	margin: 5px 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.top-rigth{
	float: left;
}
#currentTime {
	margin-left: 12px;
}
#currentTime:before {
	content: "\f017";
	font: normal normal normal 18px/1 FontAwesome;
	margin-right: 4px;
	color: #FFFFFF;
}
#weather, #currentTime {
	text-align: center;
	font-weight: normal;
	display: inline-block;
	line-height: 33px;
}
span.wea > i {
	font-family: weather;
	font-size: 27px;
	font-weight: normal;
	font-style: normal;
	line-height: 0;
	color: #FFFFFF;
}

/** ===== navigation ==== **/
.navbar-brand{
	padding: 4px 15px;
}
.navbar {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.navbar-navy{
	background-color: #07C2DA;
	border-color: transparent;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}
.navbar-navy a{
	color: #000;
}

.nav>li>a:hover, 
.nav>li>a:focus,
.nav>li>a.active {
	background-color: #00838F;
}
.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    background-color: #00838F;
    border-color: #2196f3;
}
.navbar-navy .navbar-toggle .icon-bar {
    background-color: #FFF;
}

/** =====slide fade ===== **/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	      transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/** ===== main-wrapper ==== **/
.main-wrapper{
	padding: 20px 0;
	height: 100%;
    overflow: hidden;
}

.left-se {
    margin-bottom: 15px;
}
.q-contact {
    border: 1px solid #ccc;
    padding: 16px;
}
.q-contact h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.q-contact p{
	margin: 0;
}
.title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 6px;
}
.prp-detail {
    margin-top: 9px;
}
.prp-img span:before {
    border: 14px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.78) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.78) inset;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.78) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.prp-img {
    position: relative;
    display: block;
}
.view-item {
    margin-bottom: 20px;
}
.view-title {
    position: relative;
    top: 0;
    background-color: #00BCD4;
    z-index: 1;
}
.view-title a {
    display: block;
}
.view-title span {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
}
span.view-icon {
    float: right;
    border-left: 1px solid #0097A7;
}

/** social **/
.sidebar-social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li.alignleft a {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

li.alignleft a:hover {
    text-decoration: none;
}

li.alignleft a i {
    width: 53px;
    float: right;
    border-left: 1px solid rgba(255,255,255,0.2);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
/* --- Social Buttons Colors */
.social-btn.facebook {
	background-color: #659de3;	
}
.social-btn.twitter {
	background-color: #65b8e3;	
}
.social-btn.google-plus {
	background-color: #e3be65;	
}
.social-btn.rss {
	background-color: #e38c65;	
}
.social-btn.youtube {
	background-color: #e36a65;	
}
.social-btn.instagram {
	background-color: #65a3e3;	
}
.social-btn.flickr, .about-the-author .author-link {
	background-color: #666;	
}
.social-btn.tumblr {
	background-color: #6eb8d9;	
}
.social-btn.vk {
	background-color: #659de3;	
}
.social-btn.pinterest {
	background-color: #e36a65;	
}
.social-btn.linkedin {
	background-color: #6eb8d9;	
}
.social-btn.dribbble {
	background-color: #e265aa;	
}
.social-btn.github {
	background-color: #666666;	
}
/* --- Social Buttons Colors | :hover state */
.social-btn.facebook:hover {
	background-color: #559af2;	
}
.social-btn.twitter:hover {
	background-color: #55bcf2;	
}
.social-btn.google-plus:hover {
	background-color: #f2c355;	
}
.social-btn.rss:hover {
	background-color: #f28555;	
}
.social-btn.youtube:hover {
	background-color: #f25c55;	
}
.social-btn.instagram:hover {
	background-color: #55a1f2;	
}
.social-btn.flickr:hover, .about-the-author .author-link:hover {
	background-color: #777777;	
}
.social-btn.tumblr:hover {
	background-color: #60bce6;	
}
.social-btn.vk:hover {
	background-color: #559af2;	
}
.social-btn.pinterest:hover {
	background-color: #f25c55;	
}
.social-btn.linkedin:hover {
	background-color: #60bce6;	
}
.social-btn.dribbble:hover {
	background-color: #f155ab;	
}
.social-btn.github:hover {
	background-color: #777777;	
}
/* --- Social Buttons Colors | :active state */
.social-btn.facebook:active {
	background-color: #779ed0;	
}
.social-btn.twitter:active {
	background-color: #77b1d0;	
}
.social-btn.google-plus:active {
	background-color: #d0b677;	
}
.social-btn.rss:active {
	background-color: #d09277;	
}
.social-btn.youtube:active {
	background-color: #d07c77;	
}
.social-btn.instagram:active {
	background-color: #77a2d0;	
}
.social-btn.flickr:active, .about-the-author .author-link:active {
	background-color: #888888;	
}
.social-btn.tumblr:active {
	background-color: #7db1c9;	
}
.social-btn.vk:active {
	background-color: #779ed0;	
}
.social-btn.pinterest:active {
	background-color: #d07c77;	
}
.social-btn.linkedin:active {
	background-color: #7db1c9;	
}
.social-btn.dribbble:hover {
	background-color: #cf77a7;	
}
.social-btn.github:active {
	background-color: #888888;	
}

/**footer **/
.footer {
    background-color: #545454;
    color: #fff;
    padding: 20px 0;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}
.copy{
	text-align: right;
}
/** offer **/

.offer-list {
    box-shadow: 0 0px 5px #B7B7B7;
    background-color: #FCFCFC;
    margin-bottom: 25px;
}
.offer-list img{
	width: 100%;
}

.offer-title {
    font-weight: 400;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 5px;
}
.offer-de {
    padding: 0 6px;
}
a.book {
    background-color: #07C2DA;
    padding: 5px 14px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}
.form-control {
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #A5A5A5!important;
    color: #0A0A0A !important;
    padding: 0 15px !important;
    font-size: 14px !important;
}
.control-label{
	font-weight: normal !important;
}
input.btn-submit {
    width: 100%;
    background-color: #659DE3;
    border: navajowhite;
    display: block;
    padding: 8px 11px;
    margin-bottom:5px

;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
input.btn-submit:hover {
    background-color: #65B8E3;
}
.pagination{
	margin: 0 auto;
}
blockquote {
    font-size: 13px;
}

/**services**/
.room-thumb {
	margin-bottom: 15px;
}
.room-thumb {

	height: 257px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 2px 0 0 #e0e0e0;
	box-shadow: 0 2px 0 0 #e0e0e0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 5000;
}
.room-thumb img {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb:hover img {
	-webkit-transform: translateY(-201px);
	-moz-transform: translateY(-201px);
	-o-transform: translateY(-201px);
	-ms-transform: translateY(-201px);
	transform: translateY(-201px);
}
.room-thumb:hover .mask {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.room-thumb .mask {
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateY(201px);
	-moz-transform: translateY(201px);
	-o-transform: translateY(201px);
	-ms-transform: translateY(201px);
	transform: translateY(201px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb .mask {

	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.room-thumb .main {
	border-bottom: 1px solid #ebebeb;
	height: 55px;
}
.room-thumb .main h5 {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 0 20px;
	display: inline-block;
}
.room-thumb .content {
	position: relative;
	padding: 20px;
	text-align: left;
}
.room-thumb .main .price {
	display: inline;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	padding: 14px 25px;
	border-top: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.room-thumb .main .price span {
	display: block;
	color: #979797;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.gal {
    margin-bottom: 28px;
}
.datepicker{
	color: #000;
}
.input-small{
    display: inline-block;
    width: 46%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #868383 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-daterange .add-on{
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #E0E0E0;
	vertical-align: middle;
	background-color: #E0E0E0;
	border: 1px solid #E0E0E0;
	margin-left: -5px;
	margin-right: -5px;
}

