/*   
Theme Name: Jacobs Inn theme
Theme URI: www.visrez.com
Description: Wordpress theme for Jacobs Inn
Author: Visrez
Author URI: www.virez.com
Tags: Jacobs Inn
Version: 1.0.0
*/
@charset "utf-8";
/********** CCS_Basic:Start **********/
body {
	margin:0 auto;
	padding: 0px;
	text-align:center;
	position:relative;	
}
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {	
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
td,th {
	padding:0;
}
a img {
	border:0
}
input[type="text"],
input[type="password"],
textarea,
select { 
	outline: none;
}
input[type="button"],
input[type="submit"] {
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}
/********** CCS_Basic:End **********/
/*** common setting:Start ***/
.float-left,
.float-left-full {
	float: left;
}
.float-right,
.float-right-full {
	float: right;	
}
.float-left-full,
.float-right-full {
	width: 100%;
}
.full-view:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
* html .full-view,
* + html .full-view {
	height: 1%;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
a {
    color: #ff8a00;
	text-decoration: none;
}
a:hover {
    color: #ff8a00;
	text-decoration: none;
}
img.alignright {	
	margin: 0 0 6px 12px;
	display: inline;
}
img.alignleft {	
	margin: 0 12px 6px 0;
	display: inline;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*** common setting:End ***/
@font-face {
    font-family: 'dincond-mediumregular';
    src: url('fonts/ff_din_condensed_medium-webfont.eot');
    src: url('fonts/ff_din_condensed_medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ff_din_condensed_medium-webfont.woff') format('woff'),
    url('fonts/ff_din_condensed_medium-webfont.ttf') format('truetype'),
    url('fonts/ff_din_condensed_medium-webfont.svg#dincond-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dincond-blackregular';
    src: url('fonts/ff_din_condensed_black-webfont.eot');
    src: url('fonts/ff_din_condensed_black-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ff_din_condensed_black-webfont.woff') format('woff'),
    url('fonts/ff_din_condensed_black-webfont.ttf') format('truetype'),
    url('fonts/ff_din_condensed_black-webfont.svg#dincond-blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;	
	width: 100%;
    min-width: 960px;
	color: #0e0e0e;
	margin: 0 auto;	
	text-align: left;
}
/*** #header:Start ***/
#header {
    width: 100%;
    min-width: 960px;
    min-height: 618px;
    position: relative;
}
#header-view {
    width: 100%;
    min-width: 960px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
#header #header-wrapper {
    position: relative;
}
#header .logo {
    float: left;
    position: relative;
    z-index: 99;
    margin: 28px 0px 0px 32px;
}
#header .top-view {
    text-align: right;
    padding: 14px 0px 11px;
    height: 33px;
}
#header .socials,
#header .lang {
    float: right;
    margin: 0px 0px 0px 10px;
}
#header .socials {
    width: 265px;
}
#header .lang {
    width: 190px;
    padding-top: 8px;
}
#header .socials img,
#header .lang img {
    vertical-align: top;
    margin: 0px -6px 0px;
}
#header .lang img {
    margin: 0px 4px 0px 0px;
}
#header .tel {
    font-family: 'dincond-mediumregular';
    font-size: 25px;
    line-height: 33px;
    color: #9a9a9a;
}
#header .tel span {
    /* font-family: 'dincond-blackregular'; */
    color: #585858;
}

#header .main-menu {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
}
#header .main-menu .menu-item {
    float: right;
    list-style: none;
    display: block;
    line-height: 65px;
    padding-bottom: 5px;
    position: relative;
}
#header .main-menu .menu-item .sub-menu {
    width: 295px;
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 9999;
    display: none;
    background: url("images/bg-main-menu.png") repeat 0px 0px;
}
#header .main-menu .menu-item .sub-menu .menu-item {
    float: none;
    line-height: 35px;
}
#header .main-menu .menu-item a {
    display: block;
    line-height: 65px;
    height: 65px;
    padding: 0px 20px;
    color: #fff;
}
#header .main-menu .menu-item .sub-menu .menu-item a {
    line-height: 35px;
    height: 35px;
    text-align: left;
}
#header .main-menu .menu-container >ul >.menu-item.current-menu-item {
    background: #ffd617;
}
#header .main-menu .menu-container >ul >.menu-item.current-menu-item.hover {
    background: none;
}
#header .main-menu .menu-container >ul >.menu-item a:hover,
#header .main-menu .menu-container >ul >.menu-item:hover >a {
    color: #ff4b23;
}
#header .main-menu .menu-container >ul >.menu-item.current-menu-item a,
#header .main-menu .menu-container >ul >.menu-item.current-menu-item a:hover {
    color: #fff;
    background: #f04e2a url("images/main-menu-arrow-active.png") no-repeat center bottom;
}
#header .main-menu .menu-container >ul >.menu-item.current-menu-item.hover >a,
#header .main-menu .menu-container >ul >.menu-item.current-menu-item.hover a:hover {
    color: #ff8a00;
    background: none;
}
#header .main-menu .menu-container >ul >.menu-item.current-menu-item .sub-menu a,
#header .main-menu .menu-container >ul >.menu-item.current-menu-item .sub-menu a:hover {
    background: none;
}
#header .main-menu .sub-menu .menu-item.current-menu-item a {
    color: #ff8a00;
}

#header .booking-engine {
    font-size: 16px;
    color: #fff;
    width: 212px;
    height: 330px;
    position: absolute;
    padding: 250px 0px 0px;
    top: 0px;
    left: 0px;
    background: url("images/bg-booking-engine.png") no-repeat 0px 0px;
}
#header .booking-engine h3.book-online {
    height: 41px;
    font-size: 0px;
    text-indent: -5000px;
    background: url("images/Prenotazioni.png") no-repeat center 0px;
}
#header .booking-engine .form-booking {
    padding: 0px 0px 0px 16px;
}
#header .booking-engine .form-booking .field {
    margin-bottom: 18px;
    clear: both;
}
#header .booking-engine .form-booking .field:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}
* html #header .booking-engine .form-booking .field,
*+html #header .booking-engine .form-booking .field:after {
    height: 1%;
}
#header .booking-engine label {
    font-size: 16px;
    display: block;
    padding: 4px 0px 0px;
}
#header .booking-engine .styled-select {
    width: 60px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin: 0px 4px 0px 0px;
	padding:0px;
   
}
#header .booking-engine .styled-select.size-m {
    width: 125px;
}
#header .booking-engine .styled-select select {
    width: 75px;
    color: #086ca2;
    padding: 5px;
    font-size: 16px;
    line-height: 18px;
    border: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    background: transparent;
}
#header .booking-engine .styled-select select:focus {
    outline: none;
}
#header .booking-engine .styled-select.size-m select {
    width: 150px;
}
#header .booking-engine .btn-submit {
    font-family: 'dincond-mediumregular';
    line-height: 48px;
    height: 48px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 12px;
    color: #ff8a00;
    background: #fff;
}
/*** #header:End ***/

/*** #middle:Start ***/
#middle #main {
    min-height: 400px;
}
#middle h3.title-view {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #f04e2a;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    padding: 0px 0px 12px;
    text-transform: uppercase;
    background: url("images/bg-title-view.png") repeat-x 0px 16px;
}
#middle h3.title-view span {
    display: inline-block;
    line-height: 36px;
    padding: 0px 6px 0px 0px;
    background: #fff;
}

#middle #home-services {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    width: 100%;
    min-width: 960px;
    padding: 18px 0px 0px;
    /*background: url("images/bg-home-services.png") repeat-x 0px 0px;*/
}
#middle #home-services .title {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #fff;
}
#middle #home-services .title h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
}
#middle #home-services .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #f18403;
}
#middle #home-services .services-list {
    margin-top: 20px;
    height: 170px;
    padding: 0px 0px 0px 0px;
    background: url("images/bg-services-list.png") no-repeat 0px 0px;
}
#middle #home-services .services-list .service {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    width: 235px;
    float: left;
    text-align: center;
    margin-right: 0px;
}
#middle #home-services .services-list .service a {
    color: #fff;
}
#middle #home-services .services-list .service a span {
    color: #f04e2a;
}
#middle #home-services .services-list .service .featured-image {
    height: 75px;
    padding: 20px 0px 18px;
}

#middle #home-about-campers {
    padding: 30px 0px 0px;
}
#middle #home-about-campers .home-about-content {
    padding: 2px 0px 0px;
}
#middle #home-about-campers .home-about-content p {
    padding: 6px 0px 0px;
}
#middle #home-about-campers .campers-list .camper .content {
    padding: 0px 0px 6px;
    background: url("images/bg-arrow-down.png") no-repeat 30px bottom;
}
#middle #home-about-campers .campers-list .camper .content-wrapper {
    border-bottom: 3px solid #ffd617;
    text-align: justify;
    line-height: 20px;
    padding: 16px 15px 16px 45px;
    background: #f5f5f5 url("images/bg-quote.png") no-repeat 10px 10px;
}
#middle #home-about-campers .campers-list .camper .content-wrapper-view {
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}
#middle #home-about-campers .campers-list .camper .author {
    padding: 1px 0px 0px;
}
#middle #home-about-campers .campers-list .camper .avatar {
    float: left;
    margin: 0px 0px 0px 10px;
}
#middle #home-about-campers .campers-list .camper .avatar img {
    width: 60px;
    height: 56px;
    display: block;
    max-width: none;
}
#middle #home-about-campers .campers-list .camper .info {
    margin: 0px 0px 0px 80px;
    padding: 9px 0px 0px;
    color: #a3a3a3;
    font-style: italic;
    line-height: 18px;
}
#middle #home-about-campers .campers-list .camper .info a {
    color: #e37024;
}

#middle #recent-news {
    padding: 35px 0px 0px;
}
#middle #recent-news .list-news .item {
    padding-bottom: 30px;
}
#middle #recent-news .list-news .item .content-wrapper {
    margin-right: 16px;
}
#middle #recent-news .list-news .item h3,
#middle #recent-news .list-news .item h3 a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding: 0px 0px 3px;
    font-weight: normal;
}
#middle #recent-news .list-news .item p {
    padding-bottom: 8px;
}
#middle #recent-news .list-news .date-view {
    text-align: center;
    height: 128px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    padding: 3px 0px 0px;
    background: url("images/bg-date.png") repeat-x 0px 0px;
}
#middle #recent-news .list-news .date-view .date-wrapper {
    padding: 6px 0px 0px;
    background: url("images/bg-arrow-down.png") no-repeat center 0px;
}
#middle #recent-news .list-news .date-view span {
    display: block;
}
#middle #recent-news .list-news .category {
    padding-bottom: 6px;
    line-height: 20px;
}
#middle #recent-news .list-news .category span {
    background: url("images/tag.png") no-repeat 0px 2px;
    padding: 0px 6px 5px 20px;
    margin-left: 16px;
}
#middle #recent-news .list-news .featured-image {
    float: left;
    width: 180px;
}
#middle #recent-news .list-news .featured-image img {
    max-width: 180px;
}
#middle #recent-news .list-news .content-info-view.featured-image-display {
    margin-left: 200px;
}
#middle #recent-news .list-news .excerpt p {
    padding-bottom: 0px;
}

#middle #home-featured-info {
    height: 110px;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
    padding: 10px 0px 20px;
    /*background: url("images/bg-home-featured-info.png") repeat-x 0px 0px;*/
}
#middle #home-featured-info .title {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    border-left: 3px solid #ffe117;
}
#middle #home-featured-info .title-wrapper {
    padding-right: 17px;
    background: url("images/bg-featured-info-title.png") no-repeat right 0px;
}
#middle #home-featured-info .title h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
    padding-left: 24px;
    padding-right: 100px;
    background: #f04e2a url("images/featured-info-arrow.png") no-repeat 0px 12px;
}

.sub-page {
    padding-bottom: 30px;
}
#page-view {
    float: left;
    width: 700px;
    padding: 25px 0px 0px;
}
#page-view.full-width {
    float: none;
    width: 100%;
 }
#page-view .page-content {
    padding: 0px 0px 20px;
}
#page-view .page-content h1,
#page-view .page-content h2,
#page-view .page-content h3,
#page-view .page-content h4,
#page-view .page-content h5,
#page-view .page-content h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}
#page-view .page-content h1 {
    font-size: 30px;
    line-height: 34px;
}
#page-view .page-content h2 {
    font-size: 24px;
    line-height: 28px;
}
#page-view .page-content h3 {
    font-size: 20px;
    line-height: 24px;
}
#page-view .page-content h4 {
    font-size: 18px;
    line-height: 22px;
}
#page-view .page-content h5 {
    font-size: 16px;
    line-height: 20px;
}
#page-view .page-content h6 {
    font-size: 15px;
    line-height: 20px;
}
#page-view .page-content li {
    list-style-position: inside;
}
#page-view .page-content p {
    padding-bottom: 16px;
}

#page-view .blog-list .blog-item {
    padding-top: 25px;
}
#page-view .blog-list .blog-item:first-child {
    padding-top: 0px;
}
#page-view .blog-item h3.blog-title {
}
#page-view .blog-item h3.blog-title a {
    color: #f04e2a;
    text-decoration: none;
}
#page-view .blog-item h3.blog-title a:hover {
    color: #FF8A00;
}
#page-view .blog-item .info {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 3px;
}
#page-view .blog-item .category {
    padding-bottom: 6px;
    line-height: 20px;
}
#page-view .blog-item .category span {
    background: url("images/tag.png") no-repeat 0px 2px;
    padding: 0px 6px 5px 20px;
    margin-left: 16px;
}
#page-view .blog-item .category a {
    color: #f04e2a;
    text-decoration: underline;
}
#page-view .blog-item .category a:hover {
    color: #FF8A00;
    text-decoration: none;
}
#page-view .blog-item .featured-image {
    float: left;
    width: 180px;
}
#page-view .blog-item .featured-image img {
   max-width: 180px;
}
#page-view .blog-item .content-info-view.featured-image-display {
    margin-left: 200px;
}
#page-view .blog-item .excerpt p {
    padding-bottom: 0px;
}
#page-view .blog-item .more {
    text-align: right;
}
#page-view .blog-item .content {
    padding-top: 10px;
}

#page-view .events-calendar-list .event-item {
    padding-top: 25px;
}
#page-view .events-calendar-list .event-item:first-child {
    padding-top: 0px;
}
#page-view .event-item h3.event-title {
}
#page-view .event-item h3.event-title a {
    color: #f04e2a;
    text-decoration: none;
}
#page-view .event-item h3.event-title a:hover {
    color: #FF8A00;
}
#page-view .event-item .info {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 3px;
}
#page-view .event-item .event-info {
    padding-bottom: 4px;
}
#page-view .event-item .event-excerpt {
    padding-top: 5px;
}
#page-view .event-item .featured-image {
    float: left;
    width: 180px;
}
#page-view .event-item .featured-image img {
    max-width: 180px;
}
#page-view .event-item .content-info-view.featured-image-display {
    margin-left: 200px;
}
#page-view .event-item .excerpt p {
    padding-bottom: 0px;
}
#page-view .event-item .more {
    text-align: right;
}
#page-view .event-item .content {
    padding-top: 10px;
}
#page-view .event-item .event-information {
    padding-bottom: 10px;
}

#page-view .photo-album {

}
#page-view .photo-album .item {
    /*float: left;
    width: 220px;
    margin-left: 20px;
    padding-bottom: 25px;*/
    width: 600px;
    padding-bottom: 25px;
}
#page-view .photo-album .item.first {
    margin-left: 0px;
    clear: both;
}
#page-view .photo-album .item .featured-image {
    /*width: 206px;
    height: 132px;*/
    width: 586px;
    height: 382px;
    padding: 7px 7px 11px;
    margin: 0px 0px 12px 0px;
    background: url("images/album-frame.png") no-repeat 0px 0px;
}
#page-view .photo-album .item .featured-image img {
    /*width: 206px;
    height: 132px;*/
    width: 586px;
    height: 382px;
}
#page-view .photo-album .item .info {
    text-align: center;
}
#page-view .photo-album .item  .info h3 {
    font-family: 'Chelsea Market',cursive;
    font-size: 30px;
    line-height: 36px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}
#page-view .photo-view .item {
    width: 140px;
    padding-bottom: 20px;
    float: left;
    margin-left: 20px;
}
#page-view .photo-view .item.first {
    margin-left: 0px;
    clear: both;
}
#page-view .photo-view .item .featured-image img {
    max-width: 132px;
    max-height: 88px;
    border: 1px solid #696969;
    padding: 3px;
    border-radius: 5px;
}

#page-view .hostel-event .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
}
#page-view .hostel-event .item.first {
    margin-left: 0px;
    clear: both;
}
#page-view .hostel-event .item .item-content {
    border: 1px solid #e6e6e6;
}
#page-view .hostel-event .item .featured-image {
    height: 220px;
}
#page-view .hostel-event .item .info {
    padding: 10px 15px;
}
#page-view .hostel-event .item .info a {
    color: #474747;
}
#page-view .hostel-event .item .info h3.name {
    text-transform: uppercase;
    font-weight: bold;
}
#page-view .hostel-event .item .info .read-more {
    padding: 8px 0px 0px;
    position: relative;
    border-top: 1px solid #e6e6e6;
}
#page-view .hostel-event .item .info .read-more .line-view {
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 0px;
    width: 60px;
    height: 4px;
    background: #27b7d1;
}

#page-view .special-offers {
    padding-top: 10px;
}
#page-view .special-offers .item {
    border-top: 3px dotted #eee;
    padding: 25px 0px;
}
#page-view .special-offers .item.first {
    margin-top: 20px;
}
#page-view .special-offers .item .featured-image {
    width: 193px;
    float: left;
    padding: 13px 13px 8px;
    background: #FF8A00;
    color: #fff;
    border-bottom: 2px solid #ffe301;
}
#page-view .special-offers .item .featured-image .title {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    padding-top: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}
#page-view .special-offers .item .how-to-book {
    float: right;
    width: 300px;
}
#page-view .special-offers .item .featured-info {
    margin: 0px 320px 0px 240px;
}
#page-view .special-offers .item .featured-info.no-how-to-book {
    margin-right: 0px;
}
#page-view .special-offers .item .featured-info h3.title {
    color: #ff6600;
}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}
#page-view .special-offers .item {

}

#sidebar {
    float: right;
    padding-top: 25px;
    width: 220px;
}
#sidebar .widget-item {
    padding-top: 30px;
}
#sidebar .widget-item:first-child {
    padding-top: 0px;
}
#sidebar h3.widget-title {
    font-family: 'dincond-mediumregular';
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px 0px 12px;
    margin-bottom: 10px;
    line-height: 43px;
    height: 43px;
    border-bottom: 3px solid #ffe117;
    background: #ee531d url("images/main-menu-arrow-active.png") no-repeat 16px bottom;
}
#sidebar a {
    color: #696969;
}
#sidebar ul {
    padding-top: 8px;
}
#sidebar ul li {
    list-style: none;
    line-height: 20px;
    border-top: 1px solid #e1e1e1;
    padding: 9px 0px 9px 15px;
    background: url("images/icon-plus.png") no-repeat 0px 16px;
}
#sidebar ul li.recent-post-item {
    background: none;
    padding-left: 0px;
}
#sidebar ul li a {
    color: #696969;
}
#sidebar li.recent-post-item .featured-image {
    width: 65px;
    height: 65px;
    float: left;
}
#sidebar li.recent-post-item .featured-image img {
    width: 65px;
    height: 65px;
}
#sidebar li.recent-post-item .featured-content {
    margin: 0px 0px 0px 75px;
}
#sidebar li.recent-post-item .featured-content .date {
    color: #25ade4;
    padding: 5px 0px 0px;
}
#sidebar .tagcloud a {
    font-size: 12px !important;
    display: inline-block;
    line-height: 30px;
    padding: 0px 9px;
    margin: 0px 6px 6px 0px;
    background: #f5f5f5;
    border-left: 2px solid #e7e7e7;
}
#sidebar #menu-facilities-menu {
    padding-top: 0px;
    background: #ed531d;
}
#sidebar #menu-facilities-menu li {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 0px 6px 20px;
    border-top: none;
    border-bottom: 2px solid #ffe248;
    background: none;
}
#sidebar #menu-facilities-menu li.current-menu-item {
    background: url("images/facilities-menu-arrow.png") no-repeat 3px 9px;
}
#sidebar #menu-facilities-menu li a {
    color: #fff;
}
#sidebar #menu-facilities-menu li a:hover {
    color: #585858;
}
#sidebar .eventsListWidget li {
    margin: 0px !important;
    padding: 9px 0px 9px 15px !important;
}
#sidebar .eventsListWidget .when small {
    display: none;
}
#sidebar .eventsListWidget .event {
    font-weight: bold;
}
#sidebar .eventsListWidget .dig-in {
    font-weight: bold;
    text-align: right;
}
/*** #middle:End ***/

/*** #footer:Start ***/
#footer {
    width: 100%;
    min-width: 960px;
    color: #fff;
    background: url("images/bg-footer.png") repeat-x 0px 0px;
}
#footer .footer-top {
    height: 60px;
    padding: 17px 0px 0px;
}
#footer .footer-menu {
    text-align: right;
    padding: 10px 0px 0px;
}
#footer .footer-menu .menu-item  {
    display: inline;
    background: url("images/bg-footer-line.png") no-repeat 0px 3px;
    padding: 0px 3px 0px 4px;
}
#footer .footer-menu .menu-item:first-child {
    background: none;
}
#footer .footer-menu .menu-item a {
    padding: 2px;
    color: #fff;
}
#footer .partners {
    padding: 30px 0px;
    text-align: center;
}
#footer .partners img {
    margin: 0px 10px;
}
/*** #footer:End ***/

/*** slider:format ***/
.flexslider {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    position: relative;
    background: transparent;
}
.flexslider .slides li {
    margin-right: 0px;
}
.flexslider .flex-direction-nav a {
    opacity: 1;
    margin: 0px;
    text-indent: 0px;
}
.flexslider .flex-control-nav.flex-control-paging li a {
    background: #000;
    box-shadow: none;
}
.flexslider .flex-control-nav.flex-control-paging li a:hover,
.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #FF8A00;
}

#header .banner-view {
    width: 100%;
    padding-top: 58px;
    min-height: 560px;
    min-width: 960px;
    position: relative;
}
#header .banner-view .banner-top {
    position: absolute;
    top: 58px;
    left: 0px;
    height: 65px;
    width: 100%;
    min-width: 960px;
    z-index: 9;
    background: url("images/bg-main-menu.png") repeat 0px 0px;
}
#header .banner-view .banner-image img {
    min-width: 100%;
    min-height: 560px;
    margin: 0 auto;
}
#header .banner-view .banner-item .banner-content {
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#header .banner-view .banner-item .banner-content .title {
    padding-bottom: 3px;
    background: #ffd617;
    margin-bottom: 6px;
}
#header .banner-view .banner-item .banner-content .title h3 {
    font-family: 'dincond-mediumregular';
    font-size: 28px;
    color: #fff;
    padding: 0px 0px 0px 12px;
    line-height: 50px;
    height: 50px;
    background: #f04e2a url("images/main-menu-arrow-active.png") no-repeat 16px bottom;
}
#header .banner-view .banner-item .banner-content .content-view {
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #fff;
    padding: 16px 6px 22px 16px;
    background: url("images/bg-banner-content.png") repeat 0px 0px;
}
#header .banner-view .banner-item .banner-content .content-view .view-offer {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 18px;
    margin: 16px 0px 0px;
    background: #333332;
    color: #fff;
}
#header .banner-view .banner-item .banner-content .content-view .view-offer:hover {
    background: #ff8a00;
}
#header .banner-view .flexslider .slides li {
    position: relative;
    height: 560px;
    overflow: hidden;
}
#header .banner-view .flexslider .flex-direction-nav a {
    width: 56px;
    height: 67px;
    top: 45%;
    font-size: 0px;
    text-indent: -5000px;
    background: url("images/banner-control.png") no-repeat 0px 0px;
}
#header .banner-view .flexslider .flex-direction-nav a.flex-prev {
    left: 30px;
    background-position: 0px 0px;
}
#header .banner-view .flexslider .flex-direction-nav a.flex-next {
    right: 30px;
    background-position: 0px -67px;
}


#middle #home-gallery {
    padding: 25px 0px 0px;
}
#middle #home-gallery #home-gallery-slider {
    padding-bottom: 30px;
}
#middle #home-gallery .flexslider .slides li {
   padding: 0px 8px 0px 7px;
}
#middle #home-gallery .flexslider .flex-control-nav {
    bottom: -35px;
}
#middle #home-gallery .flexslider .flex-direction-nav a {
    width: 35px;
    height: 28px;
    top: -43px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #000;
}
#middle #home-gallery .flexslider .flex-direction-nav a.flex-prev {
    left: auto;
    right: 38px;
}
#middle #home-gallery .flexslider .flex-direction-nav a.flex-next {
    right: 0px;
}
#middle #home-gallery .flexslider .flex-direction-nav a:hover {
    background: #ff8a00;
}

#middle #home-featured-info #home-featured-slider {
    padding: 8px 0px 0px;
    height: 60px;
    position: relative;
}
#middle #home-featured-info .flexslider {
    position: relative;
}
#middle #home-featured-info .flexslider li {
    height: 60px;
    overflow: hidden;
}
#middle #home-featured-info .flexslider .flex-direction-nav a {
    width: 35px;
    height: 28px;
    top: -43px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #000;
}
#middle #home-featured-info .flexslider .flex-direction-nav a.flex-prev {
    left: auto;
    right: 50px;
}
#middle #home-featured-info .flexslider .flex-direction-nav a.flex-next {
    right: 12px;
}
#middle #home-featured-info .flexslider .flex-direction-nav a:hover {
    background: #fdad4e;
}

#middle #campers-slider .flexslider .flex-direction-nav a {
    width: 8px;
    height: 11px;
    top: auto;
    bottom: 0px;
    font-size: 0px;
    text-indent: -5000px;
    background: url("images/camper-control.png") no-repeat 0px 0px;
}
#middle #campers-slider .flexslider .flex-direction-nav a.flex-prev {
    left: auto;
    right: 0px;
    background-position: -8px 0px;
}
#middle #campers-slider .flexslider .flex-direction-nav a.flex-next {
    right: 11px;
    background-position: 0px 0px;
}
#middle #campers-slider .flexslider .flex-direction-nav a:hover {
    color: #e37024;
}
#middle #campers-slider .flexslider .flex-direction-nav a.flex-prev:hover {
    background-position: -8px -11px;
}
#middle #campers-slider .flexslider .flex-direction-nav a.flex-next:hover {
    background-position: 0px -11px;
}

.navigation {
    padding-top: 25px;
}
.navigation .wp-paginate .current {
    background: #FF8A00;
    border: 1px solid #FF8A00;
}

/* GEAROID CHANGES */
#middle #home-services .title h2{ font-family: 'Chelsea Market', cursive;}

#middle h3.title-view { font-family: 'Chelsea Market', cursive; }

#middle #home-services .title h3 { font-family: 'Indie Flower', cursive;  }

#header .main-menu .menu-item { font-family: 'chelsea market';
font-size: 16px; }
#header .main-menu .menu-item a { padding: 0px 10.5px; }


ul.facilities-list {
width:220px;
float: left;

}

ul.facilities-list li {
margin:15px 0 0 0;
padding:0 10px 0 0;

padding-left: 1em;
 text-indent: -1em;

line-height:15px;
position:relative; /* IE needs this in order to recognize links in all columns */
}
ul.facilities-list.alpha {
margin-left:0;
}
ul.facilities-list.beta {
margin-left:150px;
}
ul.facilities-list.charlie {
margin-left:300px;
}
ul.facilities-list.first {
margin-top:-105px;
}

hr { clear: both; }

.button{
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button.pink{
    background: #f67689;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #913944;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;    
}
.button.pink:hover{
    background: #f67c90;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;    
}

.room-gal { float: left; }
.room-details { float: left; }


.symple-tabs .tab-content { border: 1px solid #ffe248 !important; background: #ed531d !important; color: #fff; }
.symple-tabs ul.ui-tabs-nav .ui-state-active a { background: #ee531d !important; color: #fff !important; }
.symple-tabs ul.ui-tabs-nav li a { background-color: #ee531d !important;  }

.clear { clear:both; }

.email-icon { margin-right: 20px; }

.symple-toggle .symple-toggle-container { background: #ee531d; border: 1px solid #ffe248; color: #fff; }
.symple-box.red { background: #ee531d !important; border: 1px solid #ffe248 !important; color: #fff !important; }

#google_translate_element { position: absolute; top: 12px; }

.goog-logo-link {
 display:none !important;
} 
 .goog-te-gadget{
     color: transparent !important;
 }

body {
    background: url("images/bg-body.jpg") repeat center top;
}

.su-tabs .su-tabs-nav span.su-tabs-current { background: #ED531D; }

.su-tabs .su-tabs-pane {
    background: #ED531D;
    color: #FFFFFF;
}

#PrivateRoom .cs-title,
#MultiRoom .cs-title { display: none; }

#MultiRoom, #MultiRoom img,
#PrivateRoom, #PrivateRoom img { border: none !important; }

.su-expand-link-style-button .su-expand-link a {
    color: #FFFFFF !important;
    background: #ED531D !important;
    display: block !important;
    border: 1px solid #DDDDDD !important;
    font-size: 20px !important;
    padding: 15px !important;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.su-expand-link-style-button .su-expand-link.su-expand-link-less a {
    background: #eee !important;
    color: #000 !important;
    margin-top: -4px;
}

.su-expand-link i {
    margin: 0 14px 0 0;
    color: #666666;
    font-size: 14px;
}

.su-expand-link:hover { 
    background-color: #faa63c;
    opacity: 1;
}


.su-expand-collapsed .su-expand-content { display: none; }

.su-expand-content {
    background: #ee531d;
    padding: 15px;
}

.su-box {
    background: #ee531d !important;
    border: 1px solid #ffe248 !important;
    color: #fff !important;
}

.su-box-title {
    background: #ee531d !important;
    color: #FFFFFF !important;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
}

.su-box-content {
    background: #ee531d !important;
    color: #FFFFFF !important;   
}

.page-content.single_special_offer iframe.bookdirect {
    height: 2500px !important;
    width: 100% !important;
}