/*  ----------  CONTACT  ----------  */

	.contact .input-wrapper {
	    margin: 5px 0;
	    width: 50%;
	}
	
	.contact .input-wrapper.contact-message {
		width: 100%;
	 }
	
	.contact .input-wrapper label {
	    display: block;
	    line-height: 1.2em;
	}
	
	.contact .input-wrapper.contact-captcha {
	   position: relative;
	   padding-bottom: 75px;
	}
	
	.contact .input-wrapper.contact-captcha img {
	    display: block;
	    border: 1px solid #a68c60;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	}
	
	.contact .input-wrapper.contact-send-submit {
	}

/*  ----------  BLOG  ----------  */

    /* search */

    .blog-search {
        background-color: #ff9711;
        min-height: 93px;
        position: relative;
        margin: 0;
    }
    
    .blog-search * {
        position: relative;
        z-index: 2;
    }
    
    .blog-search:before {
        content: " ";
        position: absolute;
        z-index: 1;
        bottom: -27px;
        left: -28px;
        width: 100%;
        height: 120px;
        background-image: url("../images/flowers-orange.png");
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    
    .blog-search .title {
        color: #753819;
    }
    
    .blog-search .form input[type="text"] {
        padding-right: 27px;
    }
    
    .blog-search .form input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 22px;
        height: 22px;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
        background: url("../images/icon/search.png") #6c3e24 center no-repeat;
    }
    
     .blog-search .form input[type="submit"]:hover {
        background: url("../images/icon/search.png") #853f1c center no-repeat;
    }
    
     .blog-search .form input[type="submit"]:active {
       background: url("../images/icon/search.png") #6c3e24 center no-repeat;
    }
    
    /* emphasized */
    
    .blog-emphasized {
        margin-bottom: 2.5em;
    }
    
	.blog-emphasized .blog-item,
	.blog-browse.list .blog-item {
        margin: 2.5em 0;
	}
	
	.blog-emphasized .blog-item .item-header,
	.blog-browse .blog-item .item-header {
		min-height: 30px;
		background-image: url("../images/title-decoration.png");
		background-repeat: no-repeat;
		background-position: left 2px;
		padding-left: 22px;
		margin-bottom: 1em;
	}
	
	 .blog-emphasized .blog-item .item-name,
	 .blog-browse .blog-item .item-name {
		color: #733919;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.2em;
	 }
	 
	 .blog-emphasized .blog-item .item-name a,
	 .blog-browse .blog-item .item-name a {
        text-decoration: none;
        color: #733919;
	 }
	 
	 .blog-emphasized .blog-item .item-name a:hover,
	 .blog-browse .blog-item .item-name a:hover {
        color: #ff9711;			   
	 }
	 
	 .blog-emphasized .blog-item .item-created,
	 .blog-browse .blog-item .item-created {
		font-size: 1em;
		line-height: 1.2em;
	 }
	 
    .blog-emphasized .blog-item .item-index-picture,
    .blog-browse .blog-item .item-index-picture {
        float: left;
        width: 150px;
        margin: 0.5em 1.5em 0.5em 0.5em;
        border: 1px solid #534b40;
    }
    
    .blog-emphasized .blog-item .item-index-picture img,
    .blog-browse .blog-item .item-index-picture img {
        display: block;
        max-width: 100%;
    }
    
    .blog-browse.detail .blog-item .item-intro {
        border-bottom: 1px solid #c4c4bf;
        padding-bottom: 1.5em;
        font-weight: bold;
    }
	 
	.blog-emphasized .blog-item .item-intro p,
	.blog-browse .blog-item .item-intro p {
        margin: 0;
	}
	
	.blog-emphasized .blog-item	.item-link a,
	.blog-browse.list .blog-item .item-link a {
        text-decoration: underline;
	}
	
	.blog-emphasized .blog-item .item-link a:hover,
	.blog-browse.list .blog-item .item-link a:hover {
        text-decoration: none;		   
	}
	
	.blog-emphasized .blog-link,
	.blog-browse .blog-link {
	   border-top: 1px solid #c4c4bf;
	   text-transform: lowercase;
	}

/*  ----------  EVENT  ----------  */

    /* calendar */
    
    .event-calendar {
        font-family: 'Georgia';
        background-color: #534b40;
        padding: 10px;
        min-height: 288px;
        color: #e6b27b;
        margin: 0 0 1px 0;
    }
    
    .event-calendar .title {
        color: #ffb911;
        text-align: center;
    }
    
    .event-calendar .calendar-container {
        position: relative;
        z-index: 10;
    }
    
    .event-calendar .calendar-month {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 1.4em;
        color: #ff9711;
        border-top: 1px solid #a1682b;
        border-bottom: 1px solid #a1682b;
    }
    
    .event-calendar .calendar-days .row {
        margin: 0 !important;
    }
    
    .event-calendar .calendar-days .row.header .day {
        height: 30px;
        line-height: 30px;
        font-size: 1em;
        text-shadow: none;
        border: 0 none;
        color: #ff9711;
        text-transform: uppercase;
        padding: 0;
    }
    
    .event-calendar .calendar-days .day {
        width: 12.28%;
        padding: 2% 0;
        display: block;
        text-align: center;
        line-height: 1em;
        font-size: 1em;
        position: relative;
        z-index: 0;
        float: left;
        color: #e6b27b;
        margin: 1%; 
        border: 1px solid transparent;
    }
    
    .event-calendar .calendar-days .day.current {
        color: #fff !important;
    }
    
    .event-calendar .calendar-days .day.next-month {
    }
    
    .event-calendar .calendar-days .day.event {
        background-color: rgba(222,130,31,0.6);
        color: #ffb911;
        border: 1px solid #de821f;
        cursor: default;
    }
    
    .event-calendar .calendar-days .day .day-items {
        position: absolute;
        top: -5px;
        right: 100%;    
        text-align: left;
        padding: 1em;
        z-index: 2;
        width: 280px;
        /*max-height: 300px;*/
        font-size: 1em;
        line-height: 1.2em;
        font-weight: normal;
        background-color: rgba(57,49,39,0.98);
        display: none;
        font-family: 'Tahoma', 'Arial', 'Georgia';
    }
    
    .event-calendar .calendar-days .day .day-items:after {
        top: 10px;
        right: -16px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid rgba(57,49,39,0.98);
    }
    
    .event-calendar .calendar-days .day.event:hover {
        z-index: 1;
        background-color: rgba(222,130,31,1);
        color: #fff;
    }
    
    .event-calendar .calendar-days .day:hover .day-items {
        display: block;
    }
    
    .event-calendar .calendar-days .day .day-items .day-item {
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid #a1682b;
        color: #e6b27b;
    }
    
    .event-calendar .calendar-days .day .day-items .day-item:last-child {
        padding: 0;
        margin: 0;
        border: 0 none; 
    }
    
    .event-calendar .calendar-days .day .day-items .day-item .day-item-title {
        margin: 0 0 0.5em 0;
        font-size: 1em;
    }
    
    .event-calendar .calendar-days .day .day-items .day-item .day-item-title a {
        text-decoration: none;  
        color: #ff9711;
    }
    
    .event-calendar .calendar-days .day .day-items .day-item .day-item-interval {
        background-image: url("../images/icon/interval.png");
        background-repeat: no-repeat;
        padding-left: 20px;
        margin: 0.5em 0;
        line-height: 16px;
        font-size: 0.9em;
    }
    
    .event-calendar .calendar-days .day .day-items .day-item .day-item-place {
        background-image: url("../images/icon/place.png");
        background-repeat: no-repeat;
        padding-left: 20px;
        margin: 0.5em 0;
        line-height: 16px;
        font-size: 0.9em;
    }
    
    .event-calendar .calendar-navigation {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    
    .event-calendar .calendar-navigation a {
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        overflow: hidden;
    }
    
    .event-calendar .calendar-navigation .previous {
        float: left;
        background-image: url("../images/icon/arrow-orange-back.png");
    }
    
     .event-calendar .calendar-navigation .previous:hover {
        background-image: url("../images/icon/arrow-yellow-back.png");
    }
    
    .event-calendar .calendar-navigation .next {
        float: right;
        background-image: url("../images/icon/arrow-orange-forward.png");
    }
    
    .event-calendar .calendar-navigation .next:hover {
        background-image: url("../images/icon/arrow-yellow-forward.png");
    }

    .event-calendar .heritageTitle {
        padding-top: 20px;
        font-size: 1.3em;
        border-top: 1px solid #a1682b;
    }
    
    /* dayly list, weekly list */
    
    .event-daily-list,
    .event-weekly-list {
        background-color: #534b40;
        margin-top: 0;
        padding: 15px;
        color: #e6b27b;
        font-family: 'Tahoma', 'Arial', 'Georgia';
    }
    
    .event-daily-list .title,
    .event-weekly-list .title {
        color: #ffb911;
        text-align: center;
    }
    
    .event-daily-list .list-items li,
    .event-weekly-list .list-items li {
        line-height: 1.5em;
        margin: 0.5em 0;
        background-image: url("../images/icon/arrow-small-light-forward.png");
        background-repeat: no-repeat;
        background-position: left 5px;
        padding-left: 1em;
    }
    
    .event-daily-list .list-items li a,
    .event-weekly-list .list-items li a {
        display: block;
        text-decoration: none;
    }
    
    .event-daily-list .list-items .list-item-interval,
    .event-weekly-list .list-items .list-item-interval {
        color: #e6b27b;
        display: block;
        font-weight: bold;
    }
    
    .event-daily-list .list-items .list-item-title,
    .event-weekly-list .list-items .list-item-title {
        color: #ff9711;
        display: block;
    }
    
    .event-daily-list .list-items li a:hover .list-item-interval,
    .event-weekly-list .list-items li a:hover .list-item-interval,
    .event-daily-list .list-items li a:hover .list-item-title,
    .event-weekly-list .list-items li a:hover .list-item-title {
        color: #ffb911;
    }
    
    .event-daily-list .list-items .list-item-place,
    .event-weekly-list .list-items .list-item-place {
    }
    
    .event-daily-list .list-items .list-item-intro,
    .event-weekly-list .list-items .list-item-intro {
    }
    
    .event-daily-list .list-items li ul li,
    .event-weekly-list .list-items li ul li {
    }
    
    .event-daily-list .list-items li ul li .list-item-intro,
    .event-weekly-list .list-items li ul li .list-item-intro {
        display: none;
    }
    
    /* main */

    .event-main .event-item {
        margin: 2.5em 0;
    }
    
    .event-main .event-item .item-header {
        min-height: 30px;
        background-image: url("../images/title-decoration.png");
        background-repeat: no-repeat;
        background-position: left 2px;
        padding-left: 22px;
        margin-bottom: 1em;
    }
    
    .event-main .event-item .item-title {
        color: #733919;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.2em;
    }
    
    .event-main .event-item .item-title a {
        text-decoration: none;
        color: #733919;
    }
    
    .event-main .event-item .item-title a:hover {
        color: #ff9711;        
    }
    
    .event-main .event-item .item-interval {
        font-size: 1em;
        line-height: 1.2em;
    }
    
    .event-main .event-item .item-place {
	    font-size: 1em;
	    line-height: 1.5em;
    }
    
    .event-main .event-item .item-interval .label,
    .event-main .event-item .item-place .label {
        font-weight: bold;
    }
    
    .event-main .event-item .item-intro {
        line-height: 1.5em;
    }
    
    .event-main .event-item .item-link {
        line-height: 1.5em;
    }
    
    .event-main .event-item .item-link a {
        text-decoration: underline;
        text-transform: lowercase;
        color: #733919;
    }
    
    .event-main .event-item .item-link a:hover {
        text-decoration: none;
        color: #ff9711;
    }
    
    .event-main .event-item .item-content {
        margin: 1.5em 0;
    }
    
    .event-main .list .event-item .item-content,
    .event-main .list .event-item .item-link.back {
        display: none;  
    }
    
    .event-main .detail .event-item .item-intro {
        font-weight: bold;  
        margin: 1.5em 0;
    }
    
    .event-main .detail .event-item .item-link {
       display: none;
    }
    
    .event-main .detail .event-item .item-link.back {
        display: block;
    }
    
    .event-main .detail .event-item .item-gallery {
        background-color: rgba(57,49,39,1);
        padding: 5px;
        line-height: 30px;
        margin: 1.5em 0;
    }
    
    .event-main .detail .event-item .album-index-picture {
        float: left;
        margin-right: 10px;
    }
    
    .event-main .detail .event-item .album-index-picture img {
        width: auto;
        height: 30px;
        display: block;
    }
    
    .event-main .detail .event-item .album-name {
        float: left;
        color: #e6b27b;
        font-family: 'Georgia';
        font-size: 1.2em;
    }
    
    .event-main .detail .event-item .album-link {
        float: right;
    }
    
    .event-main .detail .event-item .album-link a {
        display: block;
        text-transform: lowercase;
        background-image: url("../images/icon/arrow-orange-forward.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #ffb911;
        font-weight: bold;
        padding-right: 16px;
    }
    
    .event-main .detail .event-item .album-link a:hover {
        color: #fff;
    }
    
    /* month description */
    
    .event-month-description {
        background-color: #534b40;
        padding: 10px;
        color: #e6b27b;
        margin: 0 0 1px 0;
    }
    
    .event-month-description .title {
        color: #ffb911;
        text-align: center;
    }
    
    .event-month-description .intro {
        margin-bottom: 1.5em;
        text-align: center;
    }
    
    .event-month-description .link {
        border-top: 1px solid #a1682b;
        line-height: 1.5em;
        padding: 10px 5px 0 5px;
    }
    
    .event-month-description .link a {
        display: block;
        text-transform: lowercase;
        background-image: url("../images/icon/arrow-orange-forward.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #ffb911;
        font-weight: bold;
        padding-right: 16px;
        float: right;
    }
    
    .event-month-description .link a:hover {
        color: #fff;
    }
    
    .event-month-browser .title {
        text-transform: uppercase;
    }
    
    .event-month-browser .intro {
        font-weight: bold;
    }
    
    .event-month-browser .intro,
    .event-month-browser .description {
        margin: 1.5em 0;
    }

/*  ----------  IMAGE STORE  ----------  */

    /* minimal */

	.image-store-minimal {
		padding: 0 20px;
	}
	
	.image-store-minimal .link-albums {
		display: block;
		font-size: 1em;
		text-decoration: none !important;
		float: right;
		font-size: 12px;
		font-family: 'Tahoma';
		background-image: url("../images/icon/arrow-red-forward.png");
		background-repeat: no-repeat;
		background-position: right 10px;
		padding-right: 20px;
		color: #dd7963 !important;
	}
	
	.image-store-minimal .link-albums:hover {
		color: #fff !important;
	}
	
	.image-store-minimal .album-item {
		width: 23%;
		height: 20%; 
		float: left;
		margin: 1%;
		background-color: #f5f3d2;
		padding-bottom: 17.25%;
		position: relative;
	}
	
	.image-store-minimal .album-item a {
	    display: block;	
	    position: absolute;
	    top: 1px;
	    left: 1px;
	    right: 1px;
	    bottom: 1px;
	    background-position: center;
	    background-size: cover;
	}
	
	.image-store-minimal .album-item:hover a {
	    opacity: 0.8;	
	}
	
	/* normal */
	
	.image-store .album-item {
	   background-color: #534b40;
	   margin: 1%;
	   padding: 5px;
	   width: 48%;
	   float: left;
	}
	
	.image-store .album-item .item-picture {
	   width: 100px;
	   height: 75px;
	   float: left;
	   background-color: #9e9983;
	   border: 1px solid #9e9983;
	   text-align: center;
	   margin-right: 5px;
	}
	
	.image-store .album-item .item-picture img {
	   max-width: 100%;
	   max-height: 100%;
	}
	
	.image-store .album-item .item-name {
	   color: #ffb911;
	   font-size: 1em;
	   line-height: 1.2em;
	   height: 75px;
	}
	
	.image-store .album-item .item-footer {
		margin-top: 5px;
		border-top: 1px solid #a0682b;
        height: 28px;
		line-height: 28px;
		padding: 0 5px;
		position: relative;
	}
    
    .image-store .album-item a {
        float: right;
        display: block;
        text-transform: lowercase;
        background-image: url("../images/icon/arrow-orange-forward.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #ffb911;
        font-weight: bold;
        padding-right: 16px;
    }
    
    .image-store .album-item  a:hover {
        color: #fff;
    }

/*  ----------  NEWSLETTER  ----------  */

	.newsletter {
	}
	
	.newsletter .form {
		background-color: #dd7963;
		padding: 15px 20px 15px 25px;
		min-height: 144px;
	}
	
	.newsletter .form .cms-input-wrapper {
		margin-bottom: 8px;
	}
	
	.newsletter .form .cms-input-wrapper label {
	    display: block;
	    color: #733919;
	    margin-bottom: 8px;
	}
	
	.newsletter .form .cms-input-wrapper input[type="text"] {
	    border: 1px solid #958978;
	}
	
	.newsletter .form input[type="submit"] {
		border: 1px solid #534b40;
		color: #f5f3d2;
	}
	
 /*  ----------  HIGHLIGHT  ----------  */
 
    /* slideshow */
    
    .slideshow {
        
    }
	
/*  ----------  FACEBOOK  ----------  */

    .fb-like-box {
        background-color: #fff;
        border: 1px solid #c4c4bf;
    }
    
/*  ----------  SEARCH  ----------  */

    /* minimal */

    .search-minimal {
        background-color: #ffb911;
        position: relative;
        min-height: 192px;
        margin: 0 0 1px 0;
    }
    
    .search-minimal * {
        position: relative;
        z-index: 2;
    }
    
    .search-minimal:before,
    .search-minimal:after {
        content: " ";
        position: absolute;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left top;
    }
    
    .search-minimal:before {
        top: -34px;
        right: -38px;
        width: 109px;
        height: 78px;
        background-image: url("../images/flower-yellow-top.png");
    }
    
    .search-minimal:after {
        bottom: 0;
        left: -12px;
        width: 94px;
        height: 82px;
        background-image: url("../images/flower-yellow-bottom.png");
    }
    
    .search-minimal .title {
        color: #753819;
    }
    
    .search-minimal .form {
        margin-bottom: 8px;
    }
    
    .search-minimal .form .cms-input-wrapper {
        margin-bottom: 8px;
    }
    
    .search-minimal .form .cms-input-wrapper label {
        display: block;
        color: #534b40;
        font-family: 'Georgia';
        font-size: 1em;
        text-transform: lowercase;
        line-height: 1.4em;
        padding: 0 2px;
    }
  
    .search-minimal .advanced-search {
        color: #753819;
        float: right;
        text-decoration: underline;
        font-size: 1em;
    }
    
    .search-minimal .advanced-search:hover {
        text-decoration: none;
    }
    
    /* emphasized */
    
    .search-emphasized .settlement-item,
    .search-list .settlement-item,
    .station-list .station-item,
    .route-list .route-item{
        width: 48%;
        min-height: 160px;
        float: left;
        margin: 1%;
        background-color: #534b40;
        padding: 0 5px;
    }
    
    .search-emphasized .settlement-item .item-header,
    .search-emphasized .settlement-item .item-footer,
    .search-list .settlement-item .item-header,
    .search-list .settlement-item .item-footer,
    .station-list .station-item .item-header,
    .station-list .station-item .item-footer,
    .route-list .route-item .item-header,
    .route-list .route-item .item-footer {
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
        position: relative;
    }
    
    .search-emphasized .settlement-item .item-name,
    .search-list .settlement-item .item-name,
    .station-list .station-item .item-name,
    .route-list .route-item .item-name {
        font-size: 1em;
        color: #ffb911;
        font-family: 'Georgia';
        font-weight: bold;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .search-emphasized .settlement-item .eco-reception,
    .search-list .settlement-item .eco-reception {
        width: 26px;
        height: 22px;
        background-image: url("../images/logo/eco-reception-yellow.png");
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -11px;
    }
    
    .search-emphasized .settlement-item .item-content,
    .search-list .settlement-item .item-content,
    .station-list .station-item .item-content,
    .route-list .route-item .item-content {
        border-top: 1px solid #a0682b;
        border-bottom: 1px solid #a0682b;
        height: 112px;
        padding: 5px 0;
    }
    
    .search-emphasized .settlement-item .item-picture,
    .search-list .settlement-item .item-picture,
    .station-list .station-item .item-picture,
    .route-list .route-item .item-picture {
        border: 1px solid #9e9983;
        background-color: #787262;
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .search-emphasized .settlement-item .item-link,
    .search-list .settlement-item .item-link,
    .station-list .station-item .item-link,
    .route-list .route-item .item-link {
        float: right;
    } 
    
    .search-emphasized .settlement-item .item-link a,
    .search-list .settlement-item .item-link a,
    .station-list .station-item .item-link a,
    .route-list .route-item .item-link a {
        display: block;
        text-transform: lowercase;
	    background-image: url("../images/icon/arrow-orange-forward.png");
	    background-position: right center;
	    background-repeat: no-repeat;
	    color: #ffb911;
	    font-weight: bold;
	    padding-right: 16px;
    }
    
    .search-emphasized .settlement-item .item-link a:hover,
    .search-list .settlement-item .item-link a:hover,
    .station-list .station-item .item-link a:hover,
    .route-list .route-item .item-link a:hover {
        color: #fff;
    }
    
    .search-emphasized .settlement-item .item-rating,
    .search-list .settlement-item .item-rating {
        float: left;
        padding: 4px 0;
    }
    
    .search-emphasized .settlement-item .item-rating .sunflower,
    .search-list .settlement-item .item-rating .sunflower,
    .search-detail .rating .sunflower {
        width: 20px;
        height: 20px;
        background-image: url("../images/sunflower.png");
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        margin-right: 2px;
    }
    
    .search-emphasized .settlement-item .item-data,
    .search-list .settlement-item .item-data,
    .station-list .station-item .item-data,
    .route-list .route-item .item-data {
        font-size: 0.9em;
        color: #e6b27b;
        line-height: 1.2em;
        height: 100%;
        overflow: hidden;
    }
    
    .search-emphasized .settlement-item .item-data > div,
    .search-list .settlement-item .item-data > div,
    .station-list .station-item .item-data > div,
    .route-list .route-item .item-data > div {
        margin-bottom: 5px;
    }
    
    .search-emphasized .settlement-item .item-data .label,
    .search-list .settlement-item .item-data .label,
    .station-list .station-item .item-data .label,
    .route-list .route-item .item-data .label {
        color: #ff9711;
    }
    
    /* list */
    
    .search-list .map,
    .search-detail .map,
    .station-detail .map,
    .station-list .map{
        width: 518px;
		height: 288px;
		margin: 0 -20px 15px -20px;
        position: relative;
        overflow: hidden;
        border: 10px solid #534b40;
    }
    
    .search-list .map .info-window,
    .station-list .map .info-window,
    .search-detail .map .info-window,
    .station-detail .map .info-window {
        font-family: 'Tahoma', 'Arial', 'Georgia';
        color: #515151;
        font-size: 1em;
        line-height: 1.2em;
    }
    
    .search-list .map .info-window > div,
    .station-list .map .info-window > div,
    .search-detail .map .info-window > div,
    .station-detail .map .info-window > div {
        margin: 5px 0;
    }
    
    .search-list .map .info-window > .name,
    .station-list .map .info-window > .name,
    .search-detail .map .info-window > .name,
    .station-detail .map .info-window > .name {
        font-weight: bold;
        color: #733919;
    }
    
    .search-list .map .info-window > .link a,
    .station-list .map .info-window > .link a,
    .search-detail .map .info-window > .link a,
    .station-detail .map .info-window > .link a {
        display: inline-block;
        text-transform: lowercase;
        background-image: url("../images/icon/arrow-orange-forward.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #733919;
        padding-right: 16px;
    }
    
    .search-list .map .info-window > .link a:hover,
    .station-list .map .info-window > .link a:hover,
    .search-detail .map .info-window > .link a:hover,
    .station-detail .map .info-window > .link a:hover {
        color: #ff9711;
    }
    
    .search-list .link-advanced-search {
        margin: 1.5em 0;
        line-height: 1.5em;
        border-top: 1px solid #c4c4bf;
        text-transform: lowercase;
    }
    
    .search-list .link-advanced-search a {
        color: #733919;
    }
    
    .search-list .link-advanced-search a:hover {
        color: #ff9711;
    }
    
    #searchTabs.ui-widget {
        font-size: 1em;
    }
    
    #searchTabs.ui-tabs {
        padding: 0;
        border: 0 none;
        border-radius: 0;
        background: transparent;
    }
    
    #searchTabs .ui-tabs-nav {
        padding: 0;
        border: 0 none;
        background: transparent;
        border-radius: 0;
    }
    
    #searchTabs .ui-tabs-nav li {
        padding: 0;
        margin: 0;
        border: 0 none;
        width: 50%;
        background: transparent;
        top: auto !important;
    }
    
    #searchTabs .ui-tabs-nav li a {
        display: block;
        float: none;
        text-align: center;
        font-size: 16px;
        font-family: 'Georgia';
        line-height: 1em;
        padding: 6px 12px;
        background-color: #ffb911;
        margin: 8px 1% 1px 1%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #733919;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
     #searchTabs .ui-tabs-nav li.ui-tabs-selected.ui-state-active a {
        background-color: #ff9711;
        font-weight: bold;
        margin: 1px 1% 0 1%;
        padding: 10px;
    }
    
    #searchTabs .ui-tabs-panel {
        background-color: #534b40;
        border: 1px solid #ff9711;
        border-top: 3px solid #ff9711;
        padding: 20px 10px;
        color: #e6b27b;
        font-size: 1em;
        line-height: 1.2em;
    }
    
     #searchTabs .form .input-wrapper {
        padding-bottom: 5px;
     }
     
    #searchTabs .form .input-wrapper:after {
        content:"";
        display:table;
        clear:both;
    }
    
    #searchTabs .form .input-wrapper label:first-child {
        display: block;
        color: #ff9711;
        padding: 0.3em;
        font-weight: bold;
        float: none;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #searchTabs .form .checkbox-wrapper label,
    #searchTabs .form .radio-wrapper label {
        display: block;
        margin-right: 10px;
        float: left;
    }
    
    #searchTabs .form .input-wrapper input[type="checkbox"],
    #searchTabs .form .input-wrapper input[type="radio"] {
        margin: 0 5px 0 0;
        display: block;
        float: left;
    }
    
    #searchTabs .form .checkbox-wrapper br {
        display: none;
    }
    
    #searchTabs .form .input-wrapper .cms-formhint {
        font-size: 0.9em;
        font-style: italic;
        padding: 0.3em;
    }
    
    #searchTabs .form .input-wrapper.landscape,
    #searchTabs .form .input-wrapper.rating,
    #searchTabs .form .input-wrapper.room-count,
    #searchTabs .form .input-wrapper.bed-count {
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    
    #searchTabs .form .input-wrapper.submit-wrapper {
        padding: 20px 0 0 0;
    }
    
    #searchTabs #landscapes ul li {
        width: 48%;
        float: left;
        margin: 1%;
    }
    
    #searchTabs #landscapes ul li a {
        border: 1px solid #a68c60;
        display: block;
        cursor: pointer;
        width: 100%;
        height: 24px;
        text-transform: uppercase;
        font-family: 'Georgia';
        font-size: 14px;
        padding: 2px 10px;
        color: #ff9711;
        background: rgb(133,63,28);
        background: -moz-linear-gradient(top,  rgba(133,63,28,1) 0%, rgba(108,62,36,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,63,28,1)), color-stop(100%,rgba(108,62,36,1)));
        background: -webkit-linear-gradient(top,  rgba(133,63,28,1) 0%,rgba(108,62,36,1) 100%);
        background: -o-linear-gradient(top,  rgba(133,63,28,1) 0%,rgba(108,62,36,1) 100%);
        background: -ms-linear-gradient(top,  rgba(133,63,28,1) 0%,rgba(108,62,36,1) 100%);
        background: linear-gradient(to bottom,  rgba(133,63,28,1) 0%,rgba(108,62,36,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#853f1c', endColorstr='#6c3e24',GradientType=0 );
        text-align: center;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #searchTabs #landscapes ul li a:hover {
        background: #853f1c;
    }
    
    #searchTabs #landscapes ul li a:active {
        background: #6c3e24;
    }
    
    /* detail */
    
    .search-detail .title,
    station-detail .title {
        position: relative;
        padding-right: 120px;
    }
    
    .search-detail .title.eco-reception {
        background-image: url("../images/logo/eco-reception-green.png");
        background-repeat: no-repeat;
        background-position: left 2px;
        padding-left: 34px;
    }
    
    .search-detail .rating {
        position: absolute;
        top: 4px;
        right: 0;
    }
    
    .search-detail .detail-data,
    .station-detail .detail-data {
        line-height: 1.5em;
    }
    
    .search-detail .detail-data .row,
    .station-detail .detail-data .row {
        margin: 0 !important;
        display: table;
        border-bottom: 1px solid #e8e6c6;
    }
    
    .search-detail .detail-data .label,
    .station-detail .detail-data .label {
        display: table-cell;
        width: 1%;
        font-weight: bold;
        padding: 5px;
        white-space: nowrap;
    }
    
    .search-detail .detail-data .value,
    .station-detail .detail-data .value {
        display: table-cell;
        padding: 5px;
    }
    
    .search-detail .detail-data .row.one-column > div,
    .station-detail .detail-data .row.one-column > div  {
        display: block;
    }
    
    .search-detail .picture,
    .station-detail .picture {
        margin: 1.5em 0;
        border: 1px solid #534b40;
        position: relative;
        background-color: #787262;
    }
    
    .search-detail .picture > img,
    .station-detail .picture > img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .search-detail .picture > img.default,
    .station-detail .picture > img.default {
        width: 100px;
        height: 100px;
        margin: 20px auto;
    }
    
    .search-detail .picture .item-gallery,
    .station-detail .picture .item-gallery {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(57,49,39,0.8);
        padding: 5px;
        line-height: 30px;
    }
    
    .search-detail .picture .item-gallery .album-index-picture,
    .station-detail .picture .item-gallery .album-index-picture {
        float: left;
        margin-right: 10px;
    }
    
    .search-detail .picture .item-gallery .album-index-picture img,
    .station-detail .picture .item-gallery .album-index-picture img {
        width: auto;
        height: 30px;
        display: block;
    }
    
    .search-detail .picture .item-gallery .album-name,
    .station-detail .picture .item-gallery .album-name {
        float: left;
        color: #e6b27b;
        font-family: 'Georgia';
        font-size: 1.2em;
    }
    
    .search-detail .picture .item-gallery .album-link,
    .station-detail .picture .item-gallery .album-link {
        float: right;
    }
    
    .search-detail .picture .item-gallery .album-link a,
    .station-detail .picture .item-gallery .album-link a {
        display: block;
        text-transform: lowercase;
        background-image: url("../images/icon/arrow-orange-forward.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #ffb911;
        font-weight: bold;
        padding-right: 16px;
    }
    
    .search-detail .picture .item-gallery .album-link a:hover,
    .station-detail .picture .item-gallery .album-link a:hover {
        color: #fff;
    }
   
/*  ----------  PAGER  ----------  */

    .pager {
    }
    
    .pager .pages {
        border-top: 1px solid #c4c4bf;
        border-bottom: 1px solid #c4c4bf;
        text-align: center;
        margin-bottom: 1em;
        padding: 5px;
    }
    
    .pager .pages span, 
    .pager .pages a {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        min-width: 20px;
        font-size: 1em;
        color: #515151;
        text-decoration: none;
        padding: 0 5px;
        text-transform: lowercase;
        font-weight: bold;
        background-color: rgba(196,196,191,0.5);        
    }
    
    .pager .pages span {
        opacity: 0.5;
    }

    .pager .pages span.current {
        color: #fff;
        background-color: #ff9711;
        opacity: 1;
    }
    
    .pager .pages a:hover {
        background-color: rgba(196,196,191,1);        
    }

    .paginator-pages {
        float: left;
        width: 60%;
    }

    .pager .pages .control-left {
        float: left;
        text-align: left;
        width: 20%;
    }
    
    .pager .pages .control-right {
        text-align: right;
    }
    
    .pager .pages .control-left a,
    .pager .pages .control-left span,
    .pager .pages .control-right a,
    .pager .pages .control-right span {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px !important;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }
    
    .pager .pages .first {
        background-image: url("../images/icon/arrow-pager-left-double.png");
    }
    
    .pager .pages .last {
        background-image: url("../images/icon/arrow-pager-right-double.png");
    }
    
    .pager .pages .previous {
        background-image: url("../images/icon/arrow-pager-left.png");
    }
    
    .pager .pages .next {
        background-image: url("../images/icon/arrow-pager-right.png");
    }
    
    .pager-text {
        text-align: center;
    }
    
    .pager-text span {
        font-weight: bold;  
    }
    .link-back a{
	display: block;
	text-transform: lowercase;
	background-image: url("../images/icon/arrow-orange-back.png");
	background-position: left center !important;
	background-repeat: no-repeat;
	color: #ffb911;
	font-weight: bold;
	padding-left: 16px;
	float: left;
/*	transform: rotata(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);*/
    }