@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('OpenSans-LightItalic-webfont.eot');
    src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-LightItalic-webfont.woff') format('woff'),
         url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Italic-webfont.eot');
    src: url('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Italic-webfont.woff') format('woff'),
         url('OpenSans-Italic-webfont.ttf') format('truetype'),
         url('OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-BoldItalic-webfont.eot');
    src: url('OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;

}

body
{
    padding: 11px 0;
    background: #f0f0f0 url(/img/common/bg-common.jpg) repeat-x;
    font-family: OpenSans, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    color: #555;
}

a
{
    color: #ff221a;
    text-decoration: none;
}

a:hover
{
    color: black;
    text-decoration: underline;
}

h1
{
    padding: 18px 0 5px 0;
    margin: 0;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
}

h1.banner:after
{
    content: ' ';
    display: block;
    height: 20px;
    margin: 18px -15px 0 -15px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

h2
{
    font-size: 16px;
    font-weight: 600;
    margin: 1.5em 0 0.75em 0;
    color: black;
}

h1 + h2
{
    margin-top: 5px;
}

h2:first-child
{
    margin-top: 0.5em;
}

h2.subhead
{
    padding: 18px 15px 5px 15px;
    margin: 0 -15px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.subhead:after
{
    content: ' ';
    display: block;
    height: 20px;
    margin: 18px -15px 0 -15px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

h3
{
    font-size: 14px;
    font-weight: 600;
    margin: 0.5em 0 0.75em 0;
    color: #777;
}

h4
{
    font-size: 100%;
    color: black;
}

.subhead + h2,
.subhead + h3,
.subhead + h4,
.subhead + p
{
    margin-top: 5px;
}

legend
{
    font-size: 1em;
    padding-top: 15px;
    font-weight: 700;
    color: #888;
}

.btn-link
{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 0 none;
    text-align: left;
    color: inherit;
}

.form-control-inline
{
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.form-horizontal .control-label
{
    text-align: left;
    color: #777;
    font-weight: normal;
}

.form-horizontal .well h3
{
    font-size: 1em;
    color: #444;
    margin: 0 -9px 9px -9px;
    padding: 0 9px 9px 9px;
    border-bottom: 1px solid #e3e3e3;
}

.form-horizontal .well > *:first-child
{
    margin-top: 0;
}

.form-horizontal .well > *:last-child
{
    margin-bottom: 0;
}

label.required:after
{
    color: #ff221a;
    content: ' *';
}

.lead
{
    font-size: 150%;
}

.container
{
    background-color: white;
    padding-bottom: 15px;
}

.navbar-default
{
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.navbar-header
{
    float: none;
}

.navbar-brand
{
    height: auto;
}

.navbar-default > .container
{
    background: black;
    color: #aaa;
    padding-bottom: 0;
}

.navbar-nav-secondary
{
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.divider
{
    border-top: 5px solid #e5e5e5;
    margin: 11px 0 0 0;
    padding-top: 11px;
}

.feature
{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner + .feature,
.subhead + .feature
{
    margin-top: -25px;
    margin-bottom: 15px;
}

.feature-59x25
{
    padding-top: 42.372881%;
}

.feature-59x34
{
    padding-top: 58.135593%;
}

.feature-29x46
{
    padding-top: 158.62069%;
}

.feature-78x60
{
    padding-top: 77.948718%;
}

.feature > img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.list-group-item.active,
.list-group-item.active a,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #eee;
    color: black;
}

.media-heading
{
    margin-top: 0;
}

footer > .container
{
    border-top: 5px solid #ccc;
    color: #777;
    background-color: #ddd;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer > .container a
{
    color: inherit;
}

.marker,
.marker-suburb
{
    text-indent: -999em;
    position: absolute;
    z-index: 13001;
    width: 31px;
    height: 31px;
    overflow: hidden;
    background: url(/img/property/icon.png);
}

.marker-suburb
{
    background: none;
    margin-left: -17px;
    margin-top: -40px;
    width: 112px;
    height: 112px;
}

.marker a,
.marker-suburb a
{
    display: block;
    padding-top: 999px;
}

.marker-suburb a
{
    background: url(/img/common/bubble.png) 999px 898px no-repeat;
}

.marker-shops { background: url(/img/property/shop.png) }
.marker-restaurants { background: url(/img/property/restaurant.png) }
.marker-bars { background: url(/img/property/bar.png) }
.marker-onsens { background: url(/img/property/onsen.png) }

.slideshow
{
    position: relative;
    background-image: none;
    background-color: #000;
    height: 0;
    padding-top: 28.280543%;
    overflow: hidden;
}

.slideshow:after
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: ' ';
    display: block;
    height: 20px;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.slideshow-accommodation
{
    padding-top: 66%;
    margin-bottom: 105px;
}

.banner + .slideshow
{
    margin-top: -25px;
    margin-left: -15px;
    margin-right: -15px;
}

.slide,
.slide > a
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: white;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideshow-accommodation .slide
{
    background-size: contain;
}

.slideshow-caption
{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 11px;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transition: bottom ease-in-out 0.25s;
    -moz-transition: bottom ease-in-out 0.25s;
    -o-transition: bottom ease-in-out 0.25s;
    transition: bottom ease-in-out 0.25s;
}

.slideshow-caption.open
{
    bottom: 0;
}

.slideshow-controls
{
    position: relative;
    height: 80px;
    margin: -90px 0 15px 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    width: 100%;
}

.slideshow-controls > ul
{
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.slideshow-controls li
{
    display: inline-block;
}

.slideshow-controls-thumbnail li
{
    margin-left: 5px;
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slideshow-controls-thumbnail li:first-child
{
    margin-left: 0px;
}

.slideshow-controls-thumbnail-next,
.slideshow-controls-thumbnail-prev
{
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
    color: #888;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    top: 50%;
    margin-top: -12px;
}

.slideshow-controls-thumbnail-next:hover,
.slideshow-controls-thumbnail-prev:hover
{
    background-color: #ddd;
    color: #fff;
}

.slideshow-controls-thumbnail-next:after
{
    content: '>';
}

.slideshow-controls-thumbnail-next
{
    right: 0;
}

.slideshow-controls-thumbnail-prev
{
    left: 0;
}

.slideshow-controls-thumbnail-prev:after
{
    content: '<';
}

.tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}

.tip-title {
    font-size: 11px;
    margin: 0;
    padding: 8px 8px 4px;
    background: url(/img/common/bubble.png) top left;
}

.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/img/common/bubble.png) bottom right;
}

.tip-container
{
    z-index: 14001;
}

#layout
{
    position: relative;
}

#promo
{
    position: absolute;
    z-index: 99;
    top: 75px;
    right: 15px;
    padding: 15px 30px;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    background-position: -8px 0;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#promo h2,
#promo p
{
    font-size: 11px;
    line-height: 1.1;
}

#promo address
{
    margin: 0;
}

#promo h2,
#promo p,
#promo p strong,
#promo p a
{
    color: #fff;
}

#promo a
{
    display: block;
}

#promo a:hover
{
    text-decoration: none;
    color: #fff;
}

#snowbeds-navbar-collapse
{
    position: relative;
}

#gocurrencylayer
{
    position: absolute;
    width: 230px;
    height: 300px;
    right: 120px;
    top: 0;
    border: 0 none;
    z-index: 100;
}

#gocurrencyslider
{
    width: 230px;
    height: 300px;
}

#graph
{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

#graph-frame, #suburb-frame
{
    position: relative;
}

#suburb-frame img
{
}

#graph-frame,
#suburb-frame
{
    background: #fff url(/img/common/spinner.gif) center center no-repeat;
    overflow: hidden;
    height: 572px;
    margin-left: -15px;
    margin-top: -25px;
    margin-right: -15px;
}

#graph-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 5;
    cursor: default !important;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#graph-map {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 4;
    background: #FFF;
    width: 160px;
    height: 120px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}

#graph-scale
{
    position: absolute;
    top: 526px;
    left: 0px;
    z-index: 999;
    background-repeat: no-repeat;
    height: 46px;
    width: 590px;
}

.graph-map-box
{
    background: #CCC;
}

.graph-map-view
{
    background: #39F;
}

@media screen and (max-width: 767px)
{
    body
    {
        padding: 0;
    }

    .navbar
    {
        border: 0 none;
        border-radius: 0;
    }

    .navbar-form
    {
        padding: 0 0 15px 0;
        margin: 0;
        border: 0 none;
    }

    .navbar-form .form-group
    {
        padding: 0 15px;
        margin: 0;
    }
}

@media screen and (min-width: 768px)
{
    .navbar
    {
        border-bottom: 0 none;
    }

    .navbar>.container .navbar-brand
    {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar>.container .collapse
    {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 0 none;
    }

    .navbar-default > .container
    {
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
    .container>.navbar-collapse, .container>.navbar-header
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-header > .navbar-nav,
    .navbar-form
    {
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav-secondary
    {
        margin-left: 0;
        margin-right: 0;
        background: rgb(255,34,26);
        background: -moz-linear-gradient(top,  rgba(255,34,26,1) 50%, rgba(255,126,122,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,34,26,1)), color-stop(100%,rgba(255,126,122,1)));
        background: -webkit-linear-gradient(top,  rgba(255,34,26,1) 50%,rgba(255,126,122,1) 100%);
        background: -o-linear-gradient(top,  rgba(255,34,26,1) 50%,rgba(255,126,122,1) 100%);
        background: -ms-linear-gradient(top,  rgba(255,34,26,1) 50%,rgba(255,126,122,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,34,26,1) 50%,rgba(255,126,122,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff221a', endColorstr='#ff7e7a',GradientType=0 );
        border-top: 1px solid #fff;
        width: 100%;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between; 
        justify-content: space-between;
        zoom: 1;
    }

    .navbar-default .navbar-nav-secondary>li>a {
        color: #fff;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-transition: background-color ease-in-out 0.25s;
        -moz-transition: background-color ease-in-out 0.25s;
        -o-transition: background-color ease-in-out 0.25s;
        transition: background-color ease-in-out 0.25s;
    }

    .navbar-default .navbar-nav-secondary>li>a:focus, .navbar-default .navbar-nav-secondary>li>a:hover {
        text-decoration: none;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .navbar-nav-secondary>.active>a, .navbar-default .navbar-nav-secondary>.active>a:focus, .navbar-default .navbar-nav-secondary>.active>a:hover {
        color: #ff221a;
        background-color: #fff;
    }
}
