    /*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #424251;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


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

/* ==========================================================================
   Hoseasons header - pre-existing styles
   ========================================================================== */
ul, ol, li { list-style-type: none; }
.site-width{margin: 0 auto;height:100%;overflow:hidden;}
.pre-existing-header-wrap { width: 960px; height:200px; margin: 0 auto; font-family: Arial, 'Sans Serif' !important; font-size: small; }
div#lang_selector{border-bottom: 1px solid #ECECFB;color: #C2C3C3;font-size: 10px;text-align: right;padding: 10px 0px;background: url(/img/lang_bg.jpg) repeat-x;}
div#lang_selector a{color: #C2C3C3;text-decoration: none;}
div#lang_selector img{padding-right:5px;}
div#lang_selector img:nth-child(4){padding-right:0px;}
div#top{ padding: 44px 0 0 0;}
a#logo { display: block;width: 337px;height: 42px;background: url(/img/logo.gif) no-repeat;}
p#tel { margin: 12px 35px 0 0;float: right;color: #6bb742;font-size: 1.2em;}
p#tel span{ color: #2a656e;  font-size: 1.8em; font-family:'Avenir LT W01 85 Heavy';}
div#top-nav { margin: 30px 0 0 0;}
div#top-nav ul { overflow:hidden;padding: 0;}
div#top-nav ul li{ float: left; margin: 0 1px 0 0; }
div#top-nav ul li a,
div#top-nav ul li a:visited { padding: 8px 15px; text-align: center; display: block; background: url(/img/top-nav-bg.png) bottom repeat-x; border: 1px solid #c3e4bb; border-bottom: 0; color: #000; text-decoration: none;-moz-border-radius: 0.5em 0.5em 0 0;-webkit-border-radius: 0.5em 0.5em 0 0;border-radius: 0.5em 0.5em 0 0; font-weight: bold; font-size: 0.9em; -webkit-transition-property:background; -webkit-transition-duration: 0.1s;  -webkit-transition-timing-function: linear;}
div.pre-existing-header-wrap div#top-nav ul li.active a, 
div.pre-existing-header-wrap div#top-nav ul li a:hover, 
div.pre-existing-header-wrap div#top-nav ul li a :focus {background: #98cc7b; color: #fff; border-color: #76b751; }

#latlon {
    width: 500px;
    padding: 0.4em;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    color: #fff;
    background: #333;
    border-radius: 10px;
}
#latlon h2 {
    margin-left: 0.2em;
}
#latlon input {
    width: 96%;
    display: block;
    margin: 0.2em auto;
    color: #212121;
    font-size: 1.4em;
    padding: 0.2em 2%;
    border-radius: 3px;
    border: 0;
}
#latlon .close {
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    display: block;
    padding: 0 0.5em;
    background: #555;
    line-height: 1.4em;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

/* ==========================================================================
   START
   ========================================================================== */
.body-wrap {
    border-top: 6px solid #98cc7b;
    min-width: 1120px; 
    position: relative;
    font-family: 'Avenir LT W01 45 Book';
}
h1,h2,h3,h4,h5,h6,
ul,li,p,hr {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
hr {
    height: 1px;
    margin-bottom: 0.6em;
    border: 0;
    background: transparent url(../img/dotted-horizontal.png) repeat-x left bottom;
}
a:focus {
    outline: none;
}


.primary-nav {
    height: 2.8em;
    width: 100%;
    min-width: 1110px;
    position: absolute;
    top: 200px;
    left: 0;
    border-top: 6px solid #98CC7A;
    background: #212121;
    z-index: 3;
}
.primary-nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.primary-nav-inner {
    max-width: 2100px;
    margin: 0 auto;
}
.primary-nav ul {
    float: left;
}
.primary-nav ul.regions {
    margin: 0;
    padding: 0;
    width: 65%;
    min-width: 740px;
}
.primary-nav ul.regions li {
    width: 23%;
    float: left;
    margin-left: 2%;
}
.primary-nav ul.regions a {
    padding: 0.7em 0;
    display: block;
    color: #fff;
    font-family:'Avenir LT W01 85 Heavy';
    line-height: 1.6em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.primary-nav ul.regions li.current a {
    padding: 0.5em 0.6em;
    font-family: 'desyrelregular';
    font-size: 1.3em;
    text-transform: none;
    background: #98cc7a;
    z-index: 3;
}

.social {
    width: 25%;
    margin-left: 8%;
    height: 45px;
    float: left;
    overflow: hidden;
}
.social li {
    float: left;
    width: 33%;
    padding-top: 12px;
    overflow: hidden;
    text-align: center;
}
.social li.facebook {
    padding-top: 11px;
}
.social li.twitter {
    width: 28%;
}


/* ==========================================================================
   START PAGES
   ========================================================================== */
.start-wrap {
    height: 928px;
    border-top: 6px solid #98CC7A;
    background: url(../img/start-wrap-bg.jpg) no-repeat center center;
}
.start-wrap-inner {
    max-width: 1600px;
    margin: 0 auto;
}
.title-box {
    width: 355px;
    margin-left: 10%;
    padding: 50px 37px 20px;
    background: #212121;
}
.title-box .logo {
    display: block;
    margin-bottom: 2em;
}
.title-box h1 {
    padding-top: 0.3em;
    color: #fff;
    line-height: 0.8em;
    border-top: 1px solid #fff;
    font-family: 'Avenir LT W01 85 Heavy';
    letter-spacing: -2px;
    font-size: 78px;
}
.title-box ul {
    margin-top: 3em;
    overflow: hidden;
}
.title-box li {
    float: left;
    margin-right: 1em;
}
li.dotted-bottom {
    background: url(../img/dotted-horizontal.png) repeat-x left bottom;
}
.title-box a {
    display: block;
    padding: 0.5em 1em 0.5em 0;
    font-family: 'desyrelregular';
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}
.title-box a:hover {
    color: #98CC7A;
}

.content-wrap {
    height: 100%;
    max-width: 2100px;
    margin: 50px auto 0;
    overflow: hidden;
    background: #212121;
}
.photo-col-1,
.photo-col-2 {
    width: 28.75%;
    height: 655px;
    float: left;
    background: yellow;
}
.start-text-col {
    width: 42.5%;
    height: 655px;
    float: left;
    background: #212121;
}
.start-text-col h1 {
    max-width: 410px;
    height: 113px;
    margin: 8em auto 2em;
}
.start-text-col p {
    width: 440px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.start-text-col p a {
    color: #fff;
}
.begin-btn {
    width: 293px;
    height: 56px;
    margin: 1em auto;
    display: block;
    line-height: 56px;
    font-family: 'Avenir LT W01 95 Black';
    font-size: 1.4em;

    color: #202020;
    text-indent: 30px;
    text-decoration: none;
    background: url(../img/begin-btn-bg.png) no-repeat center center;
}

.north-yorkshire .photo-col-1   { background: url(../img/photo-1-ny.jpg) no-repeat center center; }
.north-yorkshire .photo-col-2   { background: url(../img/photo-2-ny.jpg) no-repeat center center; }
.north-yorkshire .start-text-col h1   { background: url(../img/h1-north-yorkshire-large.png) no-repeat center center; }

.east-yorkshire .photo-col-1    { background: url(../img/photo-1-ey.jpg) no-repeat center center; }
.east-yorkshire .photo-col-2    { background: url(../img/photo-2-ey.jpg) no-repeat center center; }
.east-yorkshire .start-text-col h1   { background: url(../img/h1-east-yorkshire-large.png) no-repeat center center; }

.south-yorkshire .photo-col-1   { background: url(../img/photo-1-sy.jpg) no-repeat center center; }
.south-yorkshire .photo-col-2   { background: url(../img/photo-2-sy.jpg) no-repeat center center; }
.south-yorkshire .start-text-col h1   { background: url(../img/h1-south-yorkshire-large.png) no-repeat center center; }

.west-yorkshire .photo-col-1    { background: url(../img/photo-1-wy.jpg) no-repeat center center; }
.west-yorkshire .photo-col-2    { background: url(../img/photo-2-wy.jpg) no-repeat center center; }
.west-yorkshire .start-text-col h1   { background: url(../img/h1-west-yorkshire-large.png) no-repeat center center; }



/* ==========================================================================
   MAPLICATION PANEL
   ========================================================================== */
.maplication-wrap {
    width: 100%;
    height: 607px;
    position: relative;
    top: 0;
    overflow: hidden;
    margin-top: 45px;
    display: block;
}

.gmap {
    height: 100%;
    min-height: 607px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ccc;
}

#js-start-btn {
    width: 220px;
    position: absolute;
    top: 50%;
    left: 38%;
    display: block;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    background: #212121;
    color: #eee;
}

.panel {
    position: absolute;
    z-index: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.panel .toggle {
    width: 48px;
    height: 48px;
    position: absolute;
    background: #212121 url(../img/weather-close-btn.png) no-repeat center center;
    z-index: 4;
}
.panel .toggle:hover {
    background-color: #2BD254;
}

.map-categories {
    width: 320px;
    height: 100%;
    min-height: 607px;
    right: -320px;
    color: #fff;
    background: #212121;
}
.map-categories.open {
    right: 0px;
}
.map-categories.disabled {
    right: -400px;
}
.map-categories h1 {
    width: 270px;
    height: 83px;
    margin: 1em auto;
}
.north-yorkshire .map-categories h1 { background: url(../img/h1-north-yorkshire.png) no-repeat center center; }
.east-yorkshire  .map-categories h1 { background: url(../img/h1-east-yorkshire.png) no-repeat center center; }
.south-yorkshire .map-categories h1 { background: url(../img/h1-south-yorkshire.png) no-repeat center center; }
.west-yorkshire  .map-categories h1 { background: url(../img/h1-west-yorkshire.png) no-repeat center center; }

.map-categories p {
    padding: 0 2em 2em;
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: 'desyrelregular';
}
.map-categories li {
    background: url(../img/map-category-bg.jpg) repeat-x center center;
    background: -webkit-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: -moz-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: -ms-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: -o-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
}
.map-categories li a {
    display: block;
    padding-left: 33%;
    font-family:'Avenir LT W01 85 Heavy';
    font-size: 1.4em;
    line-height: 65px;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #7a7a7a;
}
.map-categories li.pubs a           { background: url(../img/icon-pub.png) no-repeat 17% center; }
.map-categories li.restaurants a    { background: url(../img/icon-restaurant.png) no-repeat 15% center; }
.map-categories li.walks a          { background: url(../img/icon-walk.png) no-repeat 14% center; }
.map-categories li.attractions a    { background: url(../img/icon-attraction.png) no-repeat 14% center; }

.js .map-categories li.active {
    background: url(../img/map-category-active-bg.jpg) repeat-x center center;
    /*
    background: -webkit-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: -moz-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: -ms-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: -o-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    */
}
.js .map-categories li.active a {
    position: relative;
    color: #212320;
}
.map-categories.open li.active a:after {
    content: "";
    width: 12px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -12px;
    background: url(../img/map-category-active-arrow.png) no-repeat center center;
}
.map-categories .toggle {
    top: 220px;
    left: -44px;
}
/*
.map-categories:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -325px;
    right: 0;
    border: 320px solid transparent;
    border-right: 320px solid #212121;
}
*/

.switch-view-btn {
    display: block;
    position: absolute;
    padding: 0.6em 1em 0.6em 2.5em;
    z-index: 1;
    text-align: center;
    text-decoration: none; 
    font-weight: bold;
    color: #fff;
}
.view-as-list {
    width: 270px;
    bottom: 0;
    left: 30%;
    background: #2BD254 url(../img/icon-view-as-list.png) no-repeat 14px center;
}
.view-as-list span {
    color: #202020;
    font-weight: bold;
}
.view-as-map {
    width: 100px;
    top: 20%;
    right: 1.2em;
    background: #49d86c url(../img/back-to-map-arrow.jpg) no-repeat left center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 100% 50%;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 100% 50%;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 100% 50%;
    transform: rotate(-90deg);
    transform-origin: 100% 50%;
}
.no-csstransforms .view-as-map {
    top: 36px;
    right: 75px;
    background-image: url(../img/back-to-map-arrow-ie.jpg);
}

/* WEATHER PANEL */
.weather {
    width: 215px;
    height: 353px;
    top: 48%;
    left: -216px;
    background: #fff;
    border-right: 1px solid #212121;
    border-bottom: 1px solid #212121;
}
.weather header {
    padding: 8% 10% 6%;
    color: #fff;
    background-color: #212121;
}
.weather h2,
.weather h3 {
    font-family:'Avenir LT W01 85 Heavy';
    font-size: 1.2em;
    text-transform: uppercase;
}
.weather .strap {
    font-family: 'desyrelregular';
    color: #98CC7A;
}
.weather .slider {
    width: 164px;
    height: 10px;
    margin: 0.8em 0 0;
    position: relative;
    background: #555 url(../img/weather-slider-bg.gif) repeat-x center center;
    z-index: 3;
}
.slider .handle {
    width: 15px;
    height: 38px;
    position: absolute;
    top: -5px;
    left: 3px;
    cursor: pointer;
    background: url(../img/weather-slider-handle.png) no-repeat left top; 
}
.seasons-wrap {
    position: relative;
    height: 225px;
    padding: 8% 10% 5%;
}
.weather article {
    height: 87%;
    padding: 14% 10% 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9em;
    line-height: 1.1em;
    background: #fff;
}
.weather h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.weather article.active {
    z-index: 2;
}
.weather li {
    padding: 2% 0 2% 25%;
    font-weight: bold;
    color: #202020;
}
.weather li.temp                { background: url(../img/icon-sun.png)      no-repeat left 9px; }
.weather li.av-sun-per-day      { background: url(../img/icon-clock.png)    no-repeat left 9px; }
.weather li.rain-fall           { background: url(../img/icon-raindrop.png) no-repeat left 9px; }

.weather li .data {
    display: block;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: normal;
}
.weather .rain-fall .data {
    width: 40%;
    float: left;
}
.weather li small {
    display: block;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #666;
}
.weather.open {
    left: 0;
}
.weather .toggle {
    top: 42%;
    right: -44px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.weather.open .toggle {
    right: -37px;
}

/* INFO WINDOW */
.info-window {
    width: 500px;
    position: absolute;
    top: 50%;
    left: -500px;
    z-index: 2;
    margin: -12px 0 0 -191px;
    padding: 1.6em 0em 1.6em 1em;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0s;
       -moz-transition: opacity 0s;
        -ms-transition: opacity 0s;
         -o-transition: opacity 0s;
            transition: opacity 0s;
}
.info-window.open {
    left: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
}
.info-window.full-width {
    margin: -12px 0 0 -30px;
}
.info-window:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -30px;
    left: 40px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.info-window .close {
    width: 22px;
    height: 22px;
    display: block;
    line-height: 22px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -1px;
    right: 0;
    color: #fff;
    background: #ddd;
    font-family: sans-serif;
    text-decoration: none;
}
.info-window article .item-number {
    width: 2em;
    top: 26px;
    left: 0;
    display: block;
    text-align: center;
}
.info-window article hr {
    display: none;
}
.info-window article .col-1 {
    width: 55%;
    margin-right: 3%;
}
.info-window .attraction-data {
    display: none;
}
.info-window.attraction .attraction-data {
    display: block;
}
.info-window.hide-nav .prev,
.info-window.hide-nav .next {
    display: none;
}
.info-window .prev,
.info-window .next {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 80%;
    color: #fff;
    background: #2BD254;
    text-indent: -200px;
    overflow: hidden;
}
.info-window .prev {
    top: -36px;
    background: url(../img/info-window-prev.png) no-repeat center center;
}
.info-window .next {
    bottom: -36px;
    background: url(../img/info-window-next.png) no-repeat center center;
}
.zoom-in {
    display: block;
    float: right;
    margin: 1em 1em 0;
}

.streetview .info-window:before,
.streetview .info-window .prev,
.streetview .info-window .next,
.streetview .zoom-in {
    display: none !important;
}

/* ==========================================================================
   BANNER
   ========================================================================== */
.banner {
    height: 414px;
    position: relative;
    overflow: hidden;
    clear: both;
    border-top: 8px solid #212121;
    background: #000 url(../img/banner-north-yorkshire-bg.jpg) no-repeat center center;
}
.north-yorkshire .banner { background: #000 url(../img/banner-north-yorkshire-bg.jpg) no-repeat center center; }
.east-yorkshire  .banner { background: #000 url(../img/banner-east-yorkshire-bg.jpg) no-repeat center center; }
.south-yorkshire .banner { background: #000 url(../img/banner-south-yorkshire-bg.jpg) no-repeat center center; }
.west-yorkshire  .banner { background: #000 url(../img/banner-west-yorkshire-bg.jpg) no-repeat center center; }
.banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.banner header h1 {
    width: 257px;
    height: 71px;
    margin: 68px auto 0;
    text-indent: -300px;
    overflow: hidden;
}
.north-yorkshire .banner h1 { background: url(../img/h1-north-yorkshire.png) no-repeat center center; }
.east-yorkshire  .banner h1 { background: url(../img/h1-east-yorkshire.png) no-repeat center center; }
.south-yorkshire .banner h1 { background: url(../img/h1-south-yorkshire.png) no-repeat center center; }
.west-yorkshire  .banner h1 { background: url(../img/h1-west-yorkshire.png) no-repeat center center; }


.cols-wrap {
    width: 960px;
    margin: 0 auto;
}
.banner .col {
    width: 31%;
    margin-left: 2%;
    float: left;
    color: #fff;
}
.banner .text-col {
    padding-top: 30px;
}
.banner .col2 { 
    width: 30%;
    padding: 30px 2% 0; 
    font-size: 1.3em; 
    line-height: 1.2em;
}
.banner .col3 { 
    width: 29%; 
}

.banner .quotes {
    height: 232px;
    position: relative;
    background: #212121;
}
.banner .quotes:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -26px;
    left: 0;
    border: 26px solid transparent;
    border-left: 26px solid #212121;
}
.banner .quotes nav {
    width: 84px;
    position: absolute;
    top: -30px;
    right: 0;
}
.banner .quotes nav a {
    width: 41px;
    height: 41px;
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -200px;
    background: #212121 url(../img/banner-quotes-next.png) no-repeat center center;
}
.banner .quotes nav a:first-child {
    margin-right: 2px;
    background-image: url(../img/banner-quotes-prev.png);
}
.banner .quotes .slide {
    height: 100%;
}
.banner article {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5em 1em 1.5em 1.5em;
    font-size: 0.95em;
    background: #212121;
}
.banner article.active {
    z-index: 5;
}
.banner .name {
    margin: 0.4em 0 0;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
}

/* ==========================================================================
   LISTS OF ARTICLES
   ========================================================================== */
.two-column-wrap {
    max-width: 960px;
    min-width: 796px;
    margin: 0 auto;
    overflow: hidden;
}
.category-list {
    width: 48%;
    min-width: 450px;
    margin: 1em 1% 2em 1%;
    float: left;
}
.category-list h2 {
    padding: 1em 0 0.1em 0;
    margin-bottom: 1em;
    font-size: 2em;
    font-family:'Avenir LT W01 85 Heavy';
    background: url(../img/dotted-horizontal.png) repeat-x left bottom;
}
.category-list h2 span {
    display: block;
    line-height: 1.5em;
    font-family: 'Avenir LT W01 95 Black';
}
.category-list.restaurants  h2 span { padding-left: 1.4em;  background: url(../img/icon-restaurant.png) no-repeat left top; }
.category-list.pubs         h2 span { padding-left: 1em;    background: url(../img/icon-pub.png) no-repeat left top; }
.category-list.attractions  h2 span { padding-left: 2em;    background: url(../img/icon-attraction.png) no-repeat left center; }
.category-list.walks        h2 span { padding-left: 1.7em;  background: url(../img/icon-walk.png) no-repeat left top; }

.category-list article {
    min-height: 160px;
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2em;
    background: url(../img/dotted-horizontal.png) repeat-x left bottom;
}

.category-list article.pub-restaurant {
    min-height: 215px;
}


article .item-number {
    position: absolute;
    top: 1px;
    left: 0;
    font-family:'Avenir LT W01 85 Heavy';
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
    text-indent: -2px;
}
article .col-1 {     /* title / description col */ 
    width: 56%;
    margin: 0 2% 0 7%;
    padding: 0;
    float: left;
}
article .image-col { 
    width: 35%;
    float: left;
    position: relative;
}

.item-name {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.1em;
    font-family: 'Avenir LT W01 55 Roman';
}
.item-url {
    display: block;
    clear: left;
    color: #2fd157;
    font-family: 'desyrelregular';
    font-size: 1.2em;
    line-height: 1em;
    text-decoration: none;
}
.item-description {
    margin-top: 0.6em;
}
.top-pick {
    display: none;
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 4;
}

.view-on-map {
    display: block;
    padding-left: 1.4em;
    line-height: 3em;
    font-weight: bold;
    color: #222;
    font-family: 'Avenir LT W01 55 Roman';
    text-decoration: none;
    background: url(../img/view-on-map-bg.png) no-repeat left center;
}

.trip-advisor {
    display: none;
    padding-left: 35px;
    line-height: 2em;
    background: url(../img/trip-advisor-bg.png) no-repeat left center;
}
.trip-advisor-score {
    display: none;
    text-indent: -100px;
    overflow: hidden;
    background: url(../img/trip-advisor-dot.png) repeat-x left center;
}
.trip-advisor-score._0-5    { width: 10px; }
.trip-advisor-score._1      { width: 20px; }
.trip-advisor-score._1-5    { width: 30px; }
.trip-advisor-score._2      { width: 40px; }
.trip-advisor-score._2-5    { width: 50px; }
.trip-advisor-score._3      { width: 60px; }
.trip-advisor-score._3-5    { width: 70px; }
.trip-advisor-score._4      { width: 80px; }
.trip-advisor-score._4-5    { width: 90px; }
.trip-advisor-score._5      { width: 100px; }
.trip-advisor-score._N-A    { width: 100%; background: none; text-indent: 0; }
  
.view-more {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    text-align: center; 
    background: url(../img/view-more-bg.jpg) repeat-x center center;
    background: -webkit-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: -moz-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: -ms-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: -o-linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    background: linear-gradient(top, #353535 0%, #212121 50%, #1c1c1c 90%, #111 100%);
    border: 1px solid #3e3e3e;
}
.view-more:hover {
    color: #212320;
    background: url(../img/map-category-active-bg.jpg) repeat-x center center;
    background: -webkit-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: -moz-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: -ms-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: -o-linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    background: linear-gradient(top, #6fe189 0%, #2dd355 50%, #3eba5c 90%, #197e32 100%);
    border: 1px solid #197e32;
}
.view-more span {
    padding: 0.5em 0.2em;
    background: yellow;
}
.restaurants  .view-more span { padding-left: 2em;      background: url(../img/icon-restaurant-small.png) no-repeat left center; }
.pubs         .view-more span { padding-left: 1.4em;    background: url(../img/icon-pub-small.png) no-repeat left center; }
.attractions  .view-more span { padding-left: 3.2em;    background: url(../img/icon-attraction-small.png) no-repeat left center; }
.walks        .view-more span { padding-left: 2.6em;    background: url(../img/icon-walk-small.png) no-repeat left center; }

.attractions .item-name {
    width: 50%;
    padding-right: 5%;
    float: left;
}
.item-fee-label {
    font-weight: bold;
}
.item-fee-data {
    display: block;
    font-size: 2.4em;
    line-height: 1em;
    font-weight: normal;
}
.item-fee-data.free {
    font-size: 2.6em;
    text-transform: uppercase;
    color: #48D86B;
}

.category-list.attractions article,
.category-list.walks article {
    padding-bottom: 0.4em;
}

/* ==========================================================================
   ALL WEATHER
   ========================================================================== */
.all-weather {
    margin: 2em 0 0 2%;
}
.all-weather h2 {
    margin-bottom: 0.6em;
    font-size: 2em;
    line-height: 2em;
    font-family:'Avenir LT W01 85 Heavy';
    background: url(../img/dotted-horizontal.png) repeat-x left bottom;
}
.all-weather article {
    width: 23.5%;
    margin: 0 0 8em 2%;
    float: left;
}
.all-weather h2 + article {
    margin-left: 0;
}
.all-weather article h3 {
    padding-bottom: 0.3em;
    margin-bottom: 0.4em;
    font-size: 1.8em;
    font-weight: normal;
    background: url(../img/dotted-horizontal-double.png) repeat-x left bottom;
}
.all-weather li {
    height: 3.6em;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0.6em 0;
    background: url(../img/dotted-horizontal-grey.png) repeat-x left bottom;
}
.all-weather .data {
    font-size: 3em;
    line-height: 1em;
    font-weight: normal;
    float: left;
}
.all-weather .unit {
    display: block;
    font-size: 1.6em;
    font-weight: normal;
    float: left;
    margin-right: 0.8em;
}

/* ==========================================================================
   OLD IE
   ========================================================================== */
.lt-ie8 .weather li {
    height: 50px;
}
.lt-ie8 .weather li.av-sun-per-day {
    HEIGHT: 60PX;
}
.lt-ie8 .category-list {
    width: 47%;
}
.lt-ie8 article .col-1 {
    width: 55%;
}

.lt-ie8 .primary-nav ul.regions li {
    width: 22%;
}
.lt-ie8 .facebook,
.li-ie8 .google {
    display: none;
}
.lt-ie8 .map-categories h1 {
    margin-top: 70px;
}


/* ==========================================================================
   NO JS
   ========================================================================== */
.no-js-warning {
    padding: 0.4em;
    font-size: 1.8em;
    text-align: center;
    color: #fff;
    background-color: red;
}

.no-js #maplication,
.no-js .view-as-map,
.no-js .view-on-map,
.no-js .prev,
.no-js .next,
.no-js .view-more {
    display: none !important;
} 
.no-js #banner {
    top: 43px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 767px) {

}   


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
