body, div, html, iframe, object, span {
    margin: 0
}

body, div, h1, h2, h3, h4, h5, h6, html, iframe, object, span {
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

h3, h4, h5, h6 {
    margin: 0
}

p {
    padding: 0
}

blockquote, p, pre {
    background: 0 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

abbr, address, b, cite, code, dd, del, dfn, dl, dt, em, i, img, ins, kbd, li, ol, q, samp, small, strong, sub, sup, ul, var {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

fieldset {
    padding: 0;
    vertical-align: baseline
}

fieldset, form {
    background: 0 0;
    border: 0;
    outline: 0
}

form {
    margin: 0
}

form, label, legend {
    padding: 0;
    vertical-align: baseline
}

article, label, legend {
    background: 0 0;
    border: 0;
    outline: 0
}

article, aside {
    margin: 0;
    vertical-align: baseline
}

aside {
    padding: 0
}

aside, canvas {
    background: 0 0;
    border: 0;
    outline: 0
}

canvas, details, figcaption, figure {
    margin: 0;
    padding: 0
}

details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time {
    background: 0 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

header, hgroup, menu, nav, section, summary, time {
    margin: 0;
    padding: 0
}

mark {
    vertical-align: baseline
}

audio, mark, video {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0
}

audio, video {
    padding: 0
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

nav ul, ul.nav {
    list-style: none
}

q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

a {
    background: 0 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

    a:hover {
        text-decoration: none
    }

ins {
    color: #000;
    text-decoration: none
}

ins, mark {
    background-color: #ff9
}

mark {
    color: #101d62;
    font-style: italic;
    font-weight: 400;
    padding: 2px
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

img {
    border: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

input, select {
    vertical-align: middle
}

*, ::after, :before {
    box-sizing: border-box
}

.table {
    display: table
}

.tr {
    display: table-row
}

.tc {
    display: table-cell
}

.flex-left {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.flex-center, .flex-left {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-center {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.boxes {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    column-width: 50%;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (min-width:760px) {
    .boxes {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-width: 33.333333333333336%;
        -webkit-column-width: 33.333333333333336%;
        column-width: 33.333333333333336%
    }
}

@media only screen and (min-width:1025px) {
    .boxes {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        -moz-column-width: 25%;
        -webkit-column-width: 25%;
        column-width: 25%
    }
}

@media only screen and (min-width:1537px) {
    .boxes {
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
        -moz-column-width: 16.666666666666668%;
        -webkit-column-width: 16.666666666666668%;
        column-width: 16.666666666666668%
    }
}

@media only screen and (min-width:2290px) {
    .boxes {
        -moz-column-count: 9;
        -webkit-column-count: 9;
        column-count: 9;
        -moz-column-width: 11.11111111111111%;
        -webkit-column-width: 11.11111111111111%;
        column-width: 11.11111111111111%
    }
}

@media only screen and (min-width:2000px) {
    .boxes {
        -moz-column-count: 8;
        -webkit-column-count: 8;
        column-count: 8;
        -moz-column-width: 12.5%;
        -webkit-column-width: 12.5%;
        column-width: 12.5%
    }
}

.boxes h1 {
    -moz-column-span: all;
    column-span: all;
    -webkit-column-span: all
}

.boxes h2, .boxes h3, .boxes h4, .boxes h5, .boxes h6 {
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-span: 1
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web'
}

h3, h4, h5, h6 {
    font-weight: 400
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        padding-left: 10px;
        text-transform: uppercase
    }

h1 {
    font-weight: 700;
    font-size: 2.6rem;
    margin: 2rem 0;
    line-height: 1
}

    h1 small {
        font-size: 2rem
    }

h2 {
    font-weight: 600;
    font-size: 2.2rem;
    margin: 1.6rem 0;
    line-height: 1.1818
}

    h2 small {
        font-size: 1rem
    }

h3 {
    font-size: 1.8rem;
    line-height: 1.444
}

    h3 small {
        font-size: 1.2rem
    }

h4 {
    font-size: 1.6rem;
    line-height: 1.625
}

    h4 small {
        font-size: 1rem
    }

h5 {
    font-size: 1.2rem;
    line-height: 1.4
}

h6 {
    font-size: 1rem;
    line-height: 1.2
}

p {
    margin: 1rem 0;
    line-height: 1.1818
}

.bg-light {
    background: #fff;
    color: #333
}

.bg-dark {
    background: #333;
    color: #fff
}

.bg-sc {
    background: #f96100;
    color: #fff
}

.content {
    background: #fff;
    border-radius: 4px
}

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

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-sidebar {
    color: #fff;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px
}

    .icon-sidebar:before {
        float: left;
        content: "\e603";
        display: inline-block;
        font-size: 2rem;
        padding: 10px;
        margin: 3px
    }

.icon-arrow_down:before {
    content: "\e600"
}

.icon-arrow_left, .icon-arrow_right {
    color: #fff;
    font-size: 2rem;
    padding: 10px
}

    .icon-arrow_left:before {
        content: "\e601"
    }

    .icon-arrow_right:before {
        content: "\e602"
    }

.icon-toggle:before {
    content: "\e604"
}

@media only screen and (min-width:481px) {
    .row:after {
        content: "";
        display: table;
        clear: both
    }

    .row {
        margin-left: -20px
    }

        .row [class*=col] {
            padding-left: 20px
        }

        .row.half-gutter {
            margin-left: -10px
        }

            .row.half-gutter [class*=col] {
                padding-left: 10px
            }

        .row.no-gutter {
            margin-left: 0
        }

            .row.no-gutter [class*=col] {
                padding-left: 0
            }

    [class*=col] {
        box-sizing: border-box;
        float: left
    }

    .col {
        width: 100%
    }

    .col-1-2 {
        width: 50%
    }

    .off-1-2 {
        margin-left: 50%
    }

    .col-2-2 {
        width: 100%
    }

    .row-2 .col {
        width: 50%
    }

    .col-1-3 {
        width: 33.3333333333333%
    }

    .off-1-3 {
        margin-left: 33.3333333333333%
    }

    .col-2-3 {
        width: 66.6666666666667%
    }

    .off-2-3 {
        margin-left: 66.6666666666667%
    }

    .col-3-3 {
        width: 100%
    }

    .row-3 .col {
        width: 33.3333333333333%
    }

    .col-1-4 {
        width: 25%
    }

    .off-1-4 {
        margin-left: 25%
    }

    .col-2-4 {
        width: 50%
    }

    .off-2-4 {
        margin-left: 50%
    }

    .col-3-4 {
        width: 75%
    }

    .off-3-4 {
        margin-left: 75%
    }

    .col-4-4 {
        width: 100%
    }

    .row-4 .col {
        width: 25%
    }

    .col-1-5 {
        width: 20%
    }

    .off-1-5 {
        margin-left: 20%
    }

    .col-2-5 {
        width: 40%
    }

    .off-2-5 {
        margin-left: 40%
    }

    .col-3-5 {
        width: 60%
    }

    .off-3-5 {
        margin-left: 60%
    }

    .col-4-5 {
        width: 80%
    }

    .off-4-5 {
        margin-left: 80%
    }

    .col-5-5 {
        width: 100%
    }

    .row-5 .col {
        width: 20%
    }
}

@media only screen and (min-width:481px) and (max-width:1024px) {
    .row:after {
        content: "";
        display: table;
        clear: both
    }

    .row {
        margin-left: -20px
    }

        .row [class*=col] {
            padding-left: 20px
        }

        .row.half-gutter {
            margin-left: -10px
        }

            .row.half-gutter [class*=col] {
                padding-left: 10px
            }

        .row.no-gutter {
            margin-left: 0
        }

            .row.no-gutter [class*=col] {
                padding-left: 0
            }

    [class*=col] {
        box-sizing: border-box;
        float: left
    }

    .col-t {
        width: 100%
    }

    .col-t-1-2 {
        width: 50%
    }

    .off-t-1-2 {
        margin-left: 50%
    }

    .col-t-2-2 {
        width: 100%
    }

    .row-t-2 .col {
        width: 50%
    }

    .col-t-1-3 {
        width: 33.3333333333333%
    }

    .off-t-1-3 {
        margin-left: 33.3333333333333%
    }

    .col-t-2-3 {
        width: 66.6666666666667%
    }

    .off-t-2-3 {
        margin-left: 66.6666666666667%
    }

    .col-t-3-3 {
        width: 100%
    }

    .row-t-3 .col {
        width: 33.3333333333333%
    }

    .col-t-1-4 {
        width: 25%
    }

    .off-t-1-4 {
        margin-left: 25%
    }

    .col-t-2-4 {
        width: 50%
    }

    .off-t-2-4 {
        margin-left: 50%
    }

    .col-t-3-4 {
        width: 75%
    }

    .off-t-3-4 {
        margin-left: 75%
    }

    .col-t-4-4 {
        width: 100%
    }

    .row-t-4 .col {
        width: 25%
    }

    .col-t-1-5 {
        width: 20%
    }

    .off-t-1-5 {
        margin-left: 20%
    }

    .col-t-2-5 {
        width: 40%
    }

    .off-t-2-5 {
        margin-left: 40%
    }

    .col-t-3-5 {
        width: 60%
    }

    .off-t-3-5 {
        margin-left: 60%
    }

    .col-t-4-5 {
        width: 80%
    }

    .off-t-4-5 {
        margin-left: 80%
    }

    .col-t-5-5 {
        width: 100%
    }

    .row-t-5 .col {
        width: 20%
    }

    .show-t {
        display: block
    }

    .hide-t {
        display: none
    }
}

@media only screen and (min-width:1025px) and (max-width:1599px) {
    .row:after {
        content: "";
        display: table;
        clear: both
    }

    .row {
        margin-left: -20px
    }

        .row [class*=col] {
            padding-left: 20px
        }

        .row.half-gutter {
            margin-left: -10px
        }

            .row.half-gutter [class*=col] {
                padding-left: 10px
            }

        .row.no-gutter {
            margin-left: 0
        }

            .row.no-gutter [class*=col] {
                padding-left: 0
            }

    [class*=col] {
        box-sizing: border-box;
        float: left
    }

    .col-d {
        width: 100%
    }

    .col-d-1-2 {
        width: 50%
    }

    .off-d-1-2 {
        margin-left: 50%
    }

    .col-d-2-2 {
        width: 100%
    }

    .row-d-2 .col {
        width: 50%
    }

    .col-d-1-3 {
        width: 33.3333333333333%
    }

    .off-d-1-3 {
        margin-left: 33.3333333333333%
    }

    .col-d-2-3 {
        width: 66.6666666666667%
    }

    .off-d-2-3 {
        margin-left: 66.6666666666667%
    }

    .col-d-3-3 {
        width: 100%
    }

    .row-d-3 .col {
        width: 33.3333333333333%
    }

    .col-d-1-4 {
        width: 25%
    }

    .off-d-1-4 {
        margin-left: 25%
    }

    .col-d-2-4 {
        width: 50%
    }

    .off-d-2-4 {
        margin-left: 50%
    }

    .col-d-3-4 {
        width: 75%
    }

    .off-d-3-4 {
        margin-left: 75%
    }

    .col-d-4-4 {
        width: 100%
    }

    .row-d-4 .col {
        width: 25%
    }

    .col-d-1-5 {
        width: 20%
    }

    .off-d-1-5 {
        margin-left: 20%
    }

    .col-d-2-5 {
        width: 40%
    }

    .off-d-2-5 {
        margin-left: 40%
    }

    .col-d-3-5 {
        width: 60%
    }

    .off-d-3-5 {
        margin-left: 60%
    }

    .col-d-4-5 {
        width: 80%
    }

    .off-d-4-5 {
        margin-left: 80%
    }

    .col-d-5-5 {
        width: 100%
    }

    .row-d-5 .col {
        width: 20%
    }

    .show-d {
        display: block
    }

    .hide-d {
        display: none
    }
}

@media only screen and (min-width:1600px) {
    .row:after {
        content: "";
        display: table;
        clear: both
    }

    .row {
        margin-left: -20px
    }

        .row [class*=col] {
            padding-left: 20px
        }

        .row.half-gutter {
            margin-left: -10px
        }

            .row.half-gutter [class*=col] {
                padding-left: 10px
            }

        .row.no-gutter {
            margin-left: 0
        }

            .row.no-gutter [class*=col] {
                padding-left: 0
            }

    [class*=col] {
        box-sizing: border-box;
        float: left
    }

    .col-l {
        width: 100%
    }

    .col-l-1-2 {
        width: 50%
    }

    .off-l-1-2 {
        margin-left: 50%
    }

    .col-l-2-2 {
        width: 100%
    }

    .row-l-2 .col {
        width: 50%
    }

    .col-l-1-3 {
        width: 33.3333333333333%
    }

    .off-l-1-3 {
        margin-left: 33.3333333333333%
    }

    .col-l-2-3 {
        width: 66.6666666666667%
    }

    .off-l-2-3 {
        margin-left: 66.6666666666667%
    }

    .col-l-3-3 {
        width: 100%
    }

    .row-l-3 .col {
        width: 33.3333333333333%
    }

    .col-l-1-4 {
        width: 25%
    }

    .off-l-1-4 {
        margin-left: 25%
    }

    .col-l-2-4 {
        width: 50%
    }

    .off-l-2-4 {
        margin-left: 50%
    }

    .col-l-3-4 {
        width: 75%
    }

    .off-l-3-4 {
        margin-left: 75%
    }

    .col-l-4-4 {
        width: 100%
    }

    .row-l-4 .col {
        width: 25%
    }

    .col-l-1-5 {
        width: 20%
    }

    .off-l-1-5 {
        margin-left: 20%
    }

    .col-l-2-5 {
        width: 40%
    }

    .off-l-2-5 {
        margin-left: 40%
    }

    .col-l-3-5 {
        width: 60%
    }

    .off-l-3-5 {
        margin-left: 60%
    }

    .col-l-4-5 {
        width: 80%
    }

    .off-l-4-5 {
        margin-left: 80%
    }

    .col-l-5-5 {
        width: 100%
    }

    .row-l-5 .col {
        width: 20%
    }

    .show-l {
        display: block
    }

    .hide-l {
        display: none
    }
}

a[ng-click] {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none
}

body, html {
    min-height: 100%
}

body {
    background: #fff;
    font: 400 1rem proxima-nova,'Helvetica Neue',Helvetica,Arial,sans-serif
}

img {
    max-width: 100%
}

a {
    color: inherit
}

.link:hover {
    color: rgba(0,0,0,.75)
}

li {
    list-style: none
}

noscript {
    background: rgba(0,0,0,.9);
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 400
}

    noscript .text-wrap {
        position: relative;
        height: 100%
    }

    noscript .text {
        position: absolute;
        width: 50%;
        left: 25%;
        right: 25%;
        top: 50%;
        text-align: center
    }

    noscript a {
        text-decoration: underline
    }

blockquote {
    clear: both;
    font-style: italic;
    margin: 0 10px;
    padding: 10px 10px 0 50px;
    position: relative;
    quotes: none;
    background: url(../img/open-quote.png) no-repeat;
    border: none;
    font-size: 120%;
    line-height: 200%
}

.shadowElement {
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 30px 65px 10px;
    background: -webkit-linear-gradient(top,#f7f7f7 0,#fff 100%);
    background: linear-gradient(to bottom,#f7f7f7 0,#fff 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 0 rgba(0,0,0,.03)inset
}

    .shadowElement:after {
        width: 100%;
        height: 8px;
        content: "";
        position: absolute;
        left: 0;
        top: -10px;
        border-radius: 520px/8px;
        box-shadow: 0 0 12px rgba(0,0,0,.4)
    }

pre {
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 5px
}

code {
    font-family: "Menlo Regular" monospace;
    font-size: 1em
}

.pull-right {
    float: right
}

article {
    background-color: rgba(255,255,255,.95);
    padding: 20px;
    border-radius: 3px
}

    article h1 {
        color: rgba(0,0,0,.9) !important
    }

    article img {
        max-width: 100%
    }

.full-vh {
    min-height: calc(100vh)
}

.seventh-vh {
    height: calc(75vh)
}

.half-vh {
    min-height: calc(50vh)
}

.quarter-vh {
    min-height: calc(25vh)
}

.third-vh {
    min-height: calc(33vh)
}

.page {
    color: #333;
    background: #fff
}

.container {
    position: relative;
    margin: 0 10px
}

.well {
    padding: 10px;
    background-color: rgba(0,0,0,.1);
    border-radius: 3px
}

.map {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 33.33%;
    position: relative
}

    .map iframe {
        width: 100%;
        height: 100%
    }

    .carousel::after, .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.carousel::after {
    background: rgba(0,0,0,.2);
    content: ""
}

.arrow.prev {
    left: 0;
    top: 50%
}

.arrow.next {
    right: 0;
    top: 50%
}

.arrow {
    position: absolute;
    z-index: 10
}

.modal-body .close {
    position: absolute;
    top: 10px;
    left: 30px
}

.modal-body .arrow.prev {
    left: 30px
}

.modal-body .arrow.next {
    right: 30px
}

.list-item {
    width: 100%;
    display: block
}

.list-item-metas {
    display: table
}

.list-item-meta {
    display: table-cell
}

.list-item-actions {
    float: right
}

.list-item-action {
    display: inline-block;
    padding: 0 20px;
    line-height: 60px;
    color: #bbb;
    background: #333;
    height: 100%
}

.list-item img {
    margin: 1rem 0
}

.side-bar .list {
    margin: 0
}

.side-bar .list-item {
    line-height: 60px;
    display: inline-block
}

.side-bar .list-content {
    color: #fff;
    text-indent: 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.side-bar .list-item .icon {
    background: 0 0;
    display: block;
    float: left;
    color: #fff;
    line-height: 0
}

ul.disc {
    list-style-type: disc;
    margin-left: 20px
}

ul.square {
    list-style-type: square
}

ol.upper-roman {
    list-style-type: upper-roman
}

ol.lower-alpha {
    list-style-type: lower-alpha
}

.rounded {
    border-radius: 50%
}

.rounded, .squarish {
    border: 3px solid #fff;
    box-shadow: 0 0 1px #000
}

.squarish {
    border-radius: 2px
}

.wild {
    min-height: 20px;
    color: #333;
    margin: 0;
    padding: 20px;
    background-color: rgba(255,255,255,.95);
    border-radius: 4px
}

.vcard {
    color: #fff;
    padding: 10px
}

    .vcard .adr span {
        line-height: 1.2
    }

#contact .vcard p {
    color: #333
}

#partnersList li {
    line-height: 1.5
}

    #partnersList li > a {
        letter-spacing: 1px
    }

#partners {
    position: relative
}

#accessInfos {
    padding: 10px;
    font-size: 1.4rem;
    text-align: center;
    background: rgba(0,0,0,.5)
}

    #accessInfos p {
        color: #fff
    }

    #accessInfos .btn {
        display: block;
        width: 50%;
        margin: 0 auto
    }

    #accessInfos h3 {
        font: 200 1.4rem/45px 'Titillium Web',sans-serif;
        letter-spacing: 1px;
        text-transform: capitalize
    }

.links li {
    display: inline-block
}

.links img {
    max-height: 50px
}

.text-links li:after {
    content: "•";
    margin-left: 4px;
    z-index: 10;
    right: 0;
    color: #333
}

.text-center {
    text-align: center
}

#guestbook .btn {
    display: inline-block
}

#guestBookList li.featured {
    font-size: 2rem;
    position: relative;
    padding: 0 2rem 0 3rem
}

    #guestBookList li.featured:before {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 5rem;
        z-index: 10;
        content: "“"
    }

    #guestBookList li.featured:after {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10rem;
        z-index: 10;
        content: "”"
    }

#guestBookList li {
    line-height: 1.5;
    font-size: 1.2rem
}

#guestBookList .modal-body {
    height: 100%;
}

#home .slide.ng-hide {
    -webkit-animation: opacityDown 200ms both ease-in;
    animation: opacityDown 200ms both ease-in;
    -webkit-transform-style: preserve-3d
}

.wrapper-sliderText {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 50;
    background: rgba(0,0,0,.5)
}

.sliderText {
    text-align: center;
    padding: 20px;
    position: absolute;
    font-size: 1.5rem;
    color: #fff;
    width: 50%;
    left: 25%;
    right: 25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    text-shadow: 0 0 1px rgba(0,0,0,.8)
}

@media (min-width:481px) {
    .sliderText {
        font-size: 2rem
    }
}

.lang li a {
    margin: 0 5px !important
}

.lang {
    margin-right: 10px
}

    .lang select {
        line-height: 2.5;
        margin-top: 6.1%
    }

.side-bar .lang {
    color: #fff
}



/* COLORED OUTSET BUTTONS */



span.site {
    font-size: 14px;
    line-height: 20px;
}


.inset {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    list-style-type: none;
    margin: 10px 0 0 10px;
}

    .inset ul {
        list-style-type: none;
        display: block;
    }

    .inset li {
        float: left;
        height: 30px;
        margin: 0 8px 7px 0;
    }

        .inset li a {
            background-color: gray;
            color: #424242;
            float: left;
            font-size: 16px;
            font-weight: bold;
            height: 24px;
            padding-left: 27px;
            padding-top: 2px;
            position: relative;
            text-decoration: none;
            border: 1px solid #bfc1c6;
            /* Mozilla browsers that use Gecko layout engine */
            -moz-border-radius: 5px;
            /* Safari and Chrome that use WebKit layout engine */
            -webkit-borer-radius: 5px;
            /* W3C CSS Level 3.0 specifications. For Opera and IE9 */
            border-radius: 5px;
            /* Mozilla browsers that use Gecko layout engine */
            background: -moz-linear-gradient(#a5a7aa, #bec1c5 1%, #d8dbdf 10%, #d8dbdf);
            /* Safari and Chrome that use WebKit layout engine */
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a5a7aa),color-stop(.01, #bec1c5),color-stop(.10, #d8dbdf),color-stop(1, #d8dbdf));
        }

            .inset li a:hover {
                border: 1px solid #b4b7bb;
                background: -moz-linear-gradient(#9c9fa2, #b4b7bb 1%, #cdd0d5 10%, #cdd0d5);
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9c9fa2),color-stop(.01, #b4b7bb),color-stop(.10, #cdd0d5),color-stop(1, #cdd0d5));
            }

            .inset li a img {
                height: 16px;
                left: 7px;
                margin-right: 7px;
                position: absolute;
                top: 3px;
                width: 16px;
                border: none;
            }

            .inset li a span {
                display: block;
                height: 22px;
                padding-right: 7px;
                overflow: hidden;
                /* width: 70px; Uncomment this to add a fixed width */
            }



.side-bar .lang li {
    display: inline-block
}

.side-bar .lang h6 {
    margin: 10px 5px
}

@-webkit-keyframes leftright {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-webkit-keyframes rightleft {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

.nav-tabs {
    overflow: hidden
}

    .nav-tabs li {
        line-height: 2
    }

        .nav-tabs li a {
            display: block;
            position: relative;
            color: #333;
            font-size: 1.2rem;
            line-height: 60px;
            padding-left: 10px;
            padding-right: 10px
        }

            .nav-tabs li a:after {
                content: "";
                position: absolute;
                z-index: 1;
                width: 100%;
                bottom: 0;
                right: 0;
                left: 0;
                border-bottom: 2px solid #333
            }

        .nav-tabs li.active a {
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            color: #333
        }

            .nav-tabs li.active a:after, .nav-tabs li.active a:before {
                content: "";
                position: absolute;
                width: 100%;
                bottom: 0;
                right: 0;
                left: 0
            }

            .nav-tabs li.active a:before {
                z-index: 1;
                border-bottom: 2px solid #333
            }

            .nav-tabs li.active a:after {
                z-index: 2;
                -webkit-animation: leftright 300ms 1;
                border-bottom: 2px solid #7ed321
            }

#gallery .thumbs li {
    height: 200px;
    margin: 0 20px 20px 0
}

.thumbs {
    margin-top: 30px
}

#gallery .thumbs > li img {
    max-height: 200px
}

#who img {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto
}

@media (min-width:760px) {
    #who img {
        float: left;
        width: auto;
        max-height: 200px;
        margin: 0 20px
    }
}

#pricing {
    background: #fff;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 3px
}

    #pricing ul {
        display: inline-block
    }

    #pricing li {
        text-align: center;
        display: block
    }

        #pricing li.priceListTitle {
            font: 400 1.6rem/60px 'Titillium Web',sans-serif
        }

        #pricing li.priceLegendItem {
            text-align: left;
            font: 200 1.2rem/45px 'Titillium Web',sans-serif
        }

        #pricing li.priceListItem {
            background: #f0f0f0;
            font: 200 1.2rem/45px 'Titillium Web',sans-serif;
            border-bottom: 1px solid #bbb
        }

.lightbox-nav .close {
    position: absolute
}

.lightbox-nav {
    position: absolute
}

    .lightbox-nav .btn {
        margin: 10px
    }

#partnersList .links {
    min-height: 20px;
    color: #333;
    margin: 0;
    padding: 20px;
    background-color: rgba(255,255,255,.95);
    border-radius: 4px
}

hr {
    border: 0
}

section.room {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center
}

    section.room li {
        line-height: 30px;
        font-size: 16px !important;
    }

section#about-header {
    margin: 60px 0
}

    section#about-header .btn {
        margin: 30px auto;
        width: 200px;
        display: block
    }

.about-text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 30px;
    margin: auto 20%
}

.wrapper-text-content {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.text-content {
    text-align: center;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 25%;
    top: 25%
}

.box-item {
    display: block;
    padding: 0;
    overflow: hidden
}

.beige-bg {
    background: #f3dbbe
}

.dark-bg {
    background: #161616;
    color: #fff
}

.funky-bg {
    background: #4a90e2;
    color: #fff
}

.grey-bg {
    background: #f6f6f6;
    color: #333
}

.light-bg {
    background: #fff;
    color: #333
}

.input-group {
    margin: 1rem 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon {
    white-space: nowrap
}

.input-group-addon, .input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

.input-group-btn {
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 2
        }

.form-control {
    display: table-cell
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=datetime], input[type=email], input[type=password], input[type=text], input[type=time], input[type=url], tags-input .tags {
    background: 0 0;
    border: none;
    width: 100%;
    height: auto;
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 3px;
    margin: 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 1rem;
    font-family: normal 400 1rem proxima-nova,'Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    color: #555;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative
}

input[type=search] {
    width: 100%
}

input[type=search], textarea {
    background: 0 0;
    border: none;
    height: auto;
    border: 2px solid rgba(0,0,0,.1);
    margin: 1rem 0;
    font-size: 1rem;
    font-family: normal 400 1rem proxima-nova,'Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    color: #555;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative
}

textarea {
    border-radius: 3px;
    padding: 10px 0 10px 10px
}

    input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, tags-input .tags::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999
    }

    input[type=datetime]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, tags-input .tags:-moz-placeholder, textarea:-moz-placeholder {
        color: #999
    }

    input[type=datetime]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, tags-input .tags:focus, textarea:focus {
        border: 2px solid rgba(0,0,0,.6);
        outline: 0
    }

input[type=search] {
    border-radius: 40px;
    padding: 10px 0
}

input[type=radio] + label {
    display: inline-block
}

input[type=checkbox], input[type=radio] {
    display: none
}

    input[type=checkbox] + label:before {
        background-color: #fff;
        border: 1px solid #d6d8d9;
        content: "";
        display: inline-block;
        height: 16px;
        margin: -2px 6px 0 0;
        vertical-align: middle;
        width: 16px
    }

    input[type=checkbox]:checked + label:before {
        content: "\2713";
        font-size: 12px;
        line-height: 16px;
        text-align: center
    }

    input[type=radio] + label:before {
        background-color: #fff;
        border: 1px solid #d6d8d9;
        border-radius: 12px;
        content: "";
        display: inline-block;
        height: 14px;
        margin: -2px 6px 0 0;
        vertical-align: middle;
        width: 14px
    }

    input[type=radio]:checked + label:before {
        content: "\2022";
        font-size: 26px;
        text-align: center;
        line-height: 11px
    }

textarea {
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 100px;
    resize: vertical
}

fieldset, legend {
    margin: 1rem 0
}

legend {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
    width: 100%;
    font-weight: 500
}

label {
    display: block;
    font-size: 1rem;
    font-family: normal 400 1rem proxima-nova,'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 1rem 0;
    line-height: .5;
    color: #444
}

select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: capitalize;
    appearance: none;
    border-radius: 3px;
    border: 2px solid #ddd;
    font-size: 1rem;
    line-height: 2;
    padding-left: 10px;
    color: #333;
    width: 110px
}

.dropdown input {
    margin: 20px auto
}

.center {
    margin: 0 auto;
    display: block
}

.error-message {
    display: inline
}

.error-message, .stars {
    margin-left: 6px;
    color: #d33
}

.cancel {
    font-weight: 700;
    color: #333
}

.datepicker button {
    margin: 0
}

typeahead {
    display: block;
    padding: 0 3px
}

.toolbar {
    position: absolute;
    z-index: 25;
    top: 20px;
    right: 20px
}

    .toolbar li {
        margin: 0 10px;
        display: inline-block
    }

.side-bar, header {
    background: #fff
}

header {
    position: relative;
    width: 100%
}

#top-bar {
    background: #000;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 500
}

.app-icon {
    display: block;
    height: 60px
}

@media (min-width:760px),(max-resolution:1dppx),(max-resolution:96dpi),(-webkit-max-device-pixel-ratio:1) {
    .app-icon {
        background: url(/dist/img/logo_med.png) no-repeat center/240px 60px
    }
}

@media (max-width:760px) {
    .app-icon {
        background: url(/dist/img/logo_med_retina_cartouche.png) no-repeat center/60px 60px
    }
}

@media (min-resolution:1.3dppx),(min-resolution:120dpi),(-webkit-min-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:13/10) {
    .app-icon {
        background: url(/dist/img/logo_med_retina.png) no-repeat center/240px 60px
    }
}

#site-title {
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 500 1.2rem/60px 'Titillium Web',sans-serif;
    color: #fff
}

@media (min-width:1024px) {
    #site-title {
        width: auto;
        text-align: left;
        margin-left: 10px;
        float: left
    }
}

#top-bar-center, #top-bar-left, #top-bar-right {
    float: left;
    display: inline-block
}

#top-bar-left, #top-bar-right {
    width: 40%
}

@media (min-width:480px) {
    #top-bar-left, #top-bar-right {
        width: 35%
    }
}

@media (min-width:760px) {
    #top-bar-left, #top-bar-right {
        width: 25%
    }
}

#top-bar-center {
    width: 20%
}

@media (min-width:480px) {
    #top-bar-center {
        width: 30%
    }
}

@media (min-width:760px) {
    #top-bar-center {
        width: 50%
    }
}

#top-bar nav {
    display: none
}

@media (min-width:1024px) {
    #top-bar nav {
        display: block;
        float: right
    }
}

#top-bar nav > li {
    display: inline-block;
    list-style: none
}

    #top-bar nav > li > a {
        margin: 0 15px;
        line-height: 60px;
        text-transform: uppercase;
        color: #fff
    }

        #top-bar nav > li > a.active, #top-bar nav > li > a:hover {
            border-bottom: 2px solid #fff
        }

.side-bar {
    background: RGBA(85,93,102,.95);
    overflow-y: scroll;
    width: 250px;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

    .side-bar, .side-bar.slide {
        -webkit-transition: -webkit-transform 200ms linear;
        transition: transform 200ms linear
    }

        .side-bar.slide {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%)
        }

.toggle-sidebar {
    position: absolute
}

@media (min-width:1024px) {
    .toggle-sidebar {
        display: none
    }
}

footer {
    margin: 0;
    padding: 20px 0;
    background: #161616
}

    footer dd, footer dt {
        font-weight: 300
    }

    footer dd {
        line-height: 1.5em
    }

    footer dt {
        letter-spacing: .2em;
        color: #fff;
        text-transform: uppercase
    }

    footer a {
        color: #ccc;
        text-shadow: 0 0 1px #000;
        text-decoration: none
    }

    footer p {
        color: #f0f0f0;
        padding: 10px 10px 0 0
    }

.btn, button {
    position: relative
}

.btn, .btn-file-upload, button {
    cursor: pointer;
    display: inline-block;
    font-family: normal 400 1rem proxima-nova,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1rem 1rem 1rem 0;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    outline: 0;
    border-width: 0;
    padding: 10px
}

.btn-sm {
    font-size: .9rem;
    padding: 3px
}

.file-upload-button-bar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(Opacity=0);
    cursor: pointer
}

.btn-file-upload {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden
}

.btn-light {
    background: #fff;
    color: #fff
}

    .btn-light:hover {
        background: rgba(255,255,255,.8)
    }

    .btn-light.btn-transparent {
        background: 0 0;
        border: 2px solid
    }

        .btn-light.btn-transparent:active, .btn-light.btn-transparent:hover {
            background: #fff;
            color: #333;
            border-color: #fff
        }

.btn-default {
    background: #000;
    color: #fff;
    border: 2px solid #000
}

    .btn-default:active, .btn-default:hover {
        background: rgba(0,0,0,.8);
        border-color: transparent
    }

    .btn-default.btn-transparent {
        background: 0 0;
        color: #333
    }

        .btn-default.btn-transparent:active, .btn-default.btn-transparent:hover {
            background: #000;
            color: #fff;
            border-color: transparent
        }

.btn-danger {
    background: #d0021b;
    border: 2px solid #d0021b;
    color: #fff
}

    .btn-danger:active, .btn-danger:hover {
        background: rgba(208,2,27,.8);
        border-color: transparent
    }

    .btn-danger.btn-transparent {
        background: 0 0;
        color: #d0021b
    }

        .btn-danger.btn-transparent:active, .btn-danger.btn-transparent:hover {
            background: #d0021b;
            border-color: transparent;
            color: #fff
        }

.btn-disabled {
    cursor: not-allowed;
    background: #f0f0f0
}

.btn-success {
    background: #7ed321;
    border: 2px solid #7ed321;
    color: #fff
}

    .btn-success:active, .btn-success:hover {
        background: #98dc4e;
        border-color: transparent
    }

    .btn-success.btn-transparent {
        background: 0 0;
        color: #7ed321
    }

        .btn-success.btn-transparent:active, .btn-success.btn-transparent:hover {
            background: #98dc4e;
            border-color: transparent;
            color: #fff
        }

.btn-sc {
    background-color: #f76700;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-color: #f76700
}

    .btn-sc:hover {
        background: rgba(255,255,255,.2)
    }

.btn-large {
    font-size: 2rem;
    padding: 1rem;
    border-radius: 6px;
    font-weight: 500;
    margin: 2rem 0
}

.datepicker .btn-default {
    background: #f0f0f0;
    color: #333;
    padding: 0;
    border: 1px solid #333
}

    .datepicker .btn-default:active, .datepicker .btn-default:hover {
        background: #333;
        border: 1px solid transparent;
        color: #fff
    }

.datepicker .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        -moz-opacity: .5;
        filter: alpha(Opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px;
    height: 100%;
    overflow: scroll;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

    .progress.active .progress-bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite
    }

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: 100% .6s ease;
    transition: 100% .6s ease
}

.progress-striped .progress-bar {
    background-size: 40px 40px
}

.progress-striped .progress-bar, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.container-fluid {
    margin: 0 auto;
    width: 90%
}

@media (min-width:760px) {
    .add-track h2 {
        font-size: 2rem
    }

    .pull-right {
        float: right
    }

    .pull-left {
        float: left
    }

    .btn-file-upload, a.btn, button, input.btn {
        width: auto
    }

    .tabs li {
        display: inline-block
    }

    .tabs .active {
        color: #fff;
        text-shadow: 0 1px 1px #bbb
    }

    .home-header {
        margin-top: 60px
    }

    .fix-height, .push {
        display: block
    }

    .fix-height {
        height: 60px
    }

    input#search {
        margin: 0 10px
    }

    .info {
        margin: 60px 0 0;
        position: fixed;
        z-index: 10
    }
}

@media (min-width:1025px) {
    .container {
        width: 960px;
        margin: 0 auto
    }
}

@media (min-width:1224px) {
    .container {
        width: 1200px;
        margin: 0 auto
    }
}

@media (min-resolution:1dppx),(min-resolution:96dpi),(-webkit-min-device-pixel-ratio:1) {
    html {
        font-size: 1rem
    }
}

@media (min-resolution:1.3dppx),(min-resolution:120dpi),(-webkit-min-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:13/10) {
    html {
        font-size: 1rem
    }
}

@media (min-resolution:1.5dppx),(min-resolution:144dpi),(-webkit-min-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2) {
    html {
        font-size: 1rem
    }

    .toggle-sidebar {
        display: block
    }

    #top-bar nav {
        display: none
    }

    #site-title {
        width: 100%;
        text-align: center
    }
}

@media (min-resolution:2dppx),(min-resolution:192dpi),(-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1) {
    html {
        font-size: 1.2rem
    }
}

@media (min-resolution:3dppx),(min-resolution:288dpi),(-webkit-min-device-pixel-ratio:3),(-o-min-device-pixel-ratio:3/1) {
    html {
        font-size: 1.3rem
    }
}

.page {
    bottom: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%
}

    .page.ng-leave {
        z-index: 200
    }

    .page.ng-enter {
        z-index: 300
    }

.ng-leave {
    -webkit-animation: opacityDown 200ms both ease-in;
    animation: opacityDown 200ms both ease-in
}

.ng-enter {
    -webkit-animation: opacityUp 200ms both ease-in;
    animation: opacityUp 200ms both ease-in
}

.hero {
    -webkit-animation: scaleUp 200ms both ease-in;
    animation: scaleUp 200ms both ease-in
}

@-webkit-keyframes opacityUp {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(Opacity=100)
    }
}

@-webkit-keyframes opacityDown {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(Opacity=100)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }
}

@-webkit-keyframes scaleUp {
    from {
        opacity: .3;
        -moz-opacity: .3;
        filter: alpha(Opacity=30);
        -webkit-transform: scale(.8)
    }
}

@-webkit-keyframes opacityUp {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(Opacity=100)
    }
}

@keyframes opacityUp {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(Opacity=100)
    }
}

@-webkit-keyframes opacityDown {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(Opacity=100)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }
}

@keyframes opacityDown {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(Opacity=100)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(Opacity=0)
    }
}

@-webkit-keyframes scaleUp {
    from {
        opacity: .3;
        -moz-opacity: .3;
        filter: alpha(Opacity=30);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes scaleUp {
    from {
        opacity: .3;
        -moz-opacity: .3;
        filter: alpha(Opacity=30);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

tags-input .autocomplete {
    margin-top: 5px;
    position: absolute;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    width: 100%;
    z-index: 999
}

    tags-input .autocomplete .suggestion-list {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    tags-input .autocomplete .suggestion-item {
        padding: 3px 16px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        tags-input .autocomplete .suggestion-item.selected {
            color: #fff;
            background-color: #0097cf
        }

        tags-input .autocomplete .suggestion-item em {
            font-weight: 700;
            font-style: normal
        }

:after, :before, tags-input * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

tags-input .host {
    position: relative
}

    tags-input .host:active {
        outline: 0
    }

tags-input .tags {
    margin-top: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    cursor: text
}

    tags-input .tags.focused {
        outline: 0;
        -webkit-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
        -moz-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
        box-shadow: 0 0 3px 1px rgba(5,139,242,.6)
    }

    tags-input .tags .tag-list {
        height: 0;
        display: block;
        margin: 0;
        padding: 0;
        overflow: visible;
        list-style-type: none
    }

    tags-input .tags .tag-item {
        color: #fff;
        margin: 2px;
        padding-left: 4px;
        display: inline-block;
        border-radius: 3px;
        line-height: 1.3;
        float: left;
        background: #F1571C
    }

        tags-input .tags .tag-item.selected {
            background: #febbbb
        }

        tags-input .tags .tag-item button {
            margin: 0;
            border: none;
            background: 0 0;
            color: #585858;
            cursor: pointer;
            font: 700 16px Arial,sans-serif;
            vertical-align: middle
        }

            tags-input .tags .tag-item button:active {
                color: red
            }

    tags-input .tags .input {
        border: 0;
        background: 0 0;
        outline: 0;
        margin: 2px;
        padding: 0 0 0 4px;
        float: left
    }

    tags-input .tags input::-ms-clear {
        display: none
    }

.tag-input {
    display: block;
    margin: 0;
    border: none;
    font-size: 10px;
    font-size: 1rem;
    width: 100% !important;
    padding: 10px 0 10px 10px
}

.nav-tabs > li {
    float: left
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        cursor: default
    }

.nav-tabs.nav-justified {
    width: 100%
}

    .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
        left: auto;
        top: auto
    }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0
}

.nav-pills > li {
    float: left
}

    .nav-pills > li + li {
        margin-left: 2px
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-left: 0;
        margin-top: 2px
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        left: auto;
        top: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
