@charset "UTF-8";
/*
Theme Name: Taevas
Theme URI: http://components.underscores.me/
Author: Kairi Jaano
Author URI: http://www.taevas.ee
Description: made by Taevas
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taevas
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Taevas is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap

--------------------------------------------------------------*/
/*
Theme Name: Taevas
Theme URI: http://components.underscores.me/
Author: Kairi Jaano
Author URI: http://www.taevas.ee
Description: made by Taevas
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taevas
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Taevas is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
/*@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin-ext');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Unna:400,700");

/* line 9, assets/stylesheets/bootstrap/_normalize.scss */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* line 19, assets/stylesheets/bootstrap/_normalize.scss */
body {
    margin: 0;
}

/* line 33, assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* line 54, assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

/* line 67, assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* line 77, assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
    display: none;
}

/* line 89, assets/stylesheets/bootstrap/_normalize.scss */
a {
    background-color: transparent;
}

/* line 98, assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
    outline: 0;
}

/* line 110, assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/* line 118, assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/* line 127, assets/stylesheets/bootstrap/_normalize.scss */
dfn {
    font-style: italic;
}

/* line 136, assets/stylesheets/bootstrap/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* line 145, assets/stylesheets/bootstrap/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/* line 154, assets/stylesheets/bootstrap/_normalize.scss */
small {
    font-size: 80%;
}

/* line 162, assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 170, assets/stylesheets/bootstrap/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 174, assets/stylesheets/bootstrap/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* line 185, assets/stylesheets/bootstrap/_normalize.scss */
img {
    border: 0;
}

/* line 193, assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 204, assets/stylesheets/bootstrap/_normalize.scss */
figure {
    margin: 1em 40px;
}

/* line 212, assets/stylesheets/bootstrap/_normalize.scss */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/* line 221, assets/stylesheets/bootstrap/_normalize.scss */
pre {
    overflow: auto;
}

/* line 229, assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 252, assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* line 266, assets/stylesheets/bootstrap/_normalize.scss */
button {
    overflow: visible;
}

/* line 277, assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
    text-transform: none;
}

/* line 290, assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* line 302, assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
    cursor: default;
}

/* line 311, assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 322, assets/stylesheets/bootstrap/_normalize.scss */
input {
    line-height: normal;
}

/* line 334, assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* line 346, assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* line 356, assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* line 367, assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* line 376, assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* line 387, assets/stylesheets/bootstrap/_normalize.scss */
legend {
    border: 0;
    padding: 0;
}

/* line 396, assets/stylesheets/bootstrap/_normalize.scss */
textarea {
    overflow: auto;
}

/* line 405, assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
    font-weight: bold;
}

/* line 416, assets/stylesheets/bootstrap/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 421, assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    /* line 9, assets/stylesheets/bootstrap/_print.scss */
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 18, assets/stylesheets/bootstrap/_print.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 23, assets/stylesheets/bootstrap/_print.scss */
    a[href]:after {
        content: " ("attr(href) ")";
    }

    /* line 27, assets/stylesheets/bootstrap/_print.scss */
    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /* line 33, assets/stylesheets/bootstrap/_print.scss */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /* line 38, assets/stylesheets/bootstrap/_print.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 44, assets/stylesheets/bootstrap/_print.scss */
    thead {
        display: table-header-group;
    }

    /* line 48, assets/stylesheets/bootstrap/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 53, assets/stylesheets/bootstrap/_print.scss */
    img {
        max-width: 100% !important;
    }

    /* line 57, assets/stylesheets/bootstrap/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 64, assets/stylesheets/bootstrap/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }

    /* line 72, assets/stylesheets/bootstrap/_print.scss */
    .navbar {
        display: none;
    }

    /* line 77, assets/stylesheets/bootstrap/_print.scss */
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    /* line 81, assets/stylesheets/bootstrap/_print.scss */
    .label {
        border: 1px solid #000;
    }

    /* line 85, assets/stylesheets/bootstrap/_print.scss */
    .table {
        border-collapse: collapse !important;
    }

    /* line 88, assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
        background-color: #fff !important;
    }

    /* line 94, assets/stylesheets/bootstrap/_print.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 37, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
    content: "\002a";
}

/* line 38, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
    content: "\002b";
}

/* line 40, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

/* line 41, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
    content: "\2212";
}

/* line 42, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
    content: "\2601";
}

/* line 43, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
    content: "\2709";
}

/* line 44, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
    content: "\270f";
}

/* line 45, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
    content: "\e001";
}

/* line 46, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
    content: "\e002";
}

/* line 47, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
    content: "\e003";
}

/* line 48, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
    content: "\e005";
}

/* line 49, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
    content: "\e006";
}

/* line 50, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
    content: "\e007";
}

/* line 51, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
    content: "\e008";
}

/* line 52, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
    content: "\e009";
}

/* line 53, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
    content: "\e010";
}

/* line 54, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
    content: "\e011";
}

/* line 55, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
    content: "\e012";
}

/* line 56, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
    content: "\e013";
}

/* line 57, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
    content: "\e014";
}

/* line 58, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
    content: "\e015";
}

/* line 59, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
    content: "\e016";
}

/* line 60, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
    content: "\e017";
}

/* line 61, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
    content: "\e018";
}

/* line 62, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
    content: "\e019";
}

/* line 63, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
    content: "\e020";
}

/* line 64, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
    content: "\e021";
}

/* line 65, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
    content: "\e022";
}

/* line 66, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
    content: "\e023";
}

/* line 67, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
    content: "\e024";
}

/* line 68, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
    content: "\e025";
}

/* line 69, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
    content: "\e026";
}

/* line 70, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
    content: "\e027";
}

/* line 71, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
    content: "\e028";
}

/* line 72, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
    content: "\e029";
}

/* line 73, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
    content: "\e030";
}

/* line 74, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
    content: "\e031";
}

/* line 75, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
    content: "\e032";
}

/* line 76, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
    content: "\e033";
}

/* line 77, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
    content: "\e034";
}

/* line 78, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
    content: "\e035";
}

/* line 79, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
    content: "\e036";
}

/* line 80, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
    content: "\e037";
}

/* line 81, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
    content: "\e038";
}

/* line 82, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
    content: "\e039";
}

/* line 83, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
    content: "\e040";
}

/* line 84, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
    content: "\e041";
}

/* line 85, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
    content: "\e042";
}

/* line 86, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
    content: "\e043";
}

/* line 87, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
    content: "\e044";
}

/* line 88, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
    content: "\e045";
}

/* line 89, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
    content: "\e046";
}

/* line 90, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
    content: "\e047";
}

/* line 91, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
    content: "\e048";
}

/* line 92, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
    content: "\e049";
}

/* line 93, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
    content: "\e050";
}

/* line 94, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
    content: "\e051";
}

/* line 95, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
    content: "\e052";
}

/* line 96, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
    content: "\e053";
}

/* line 97, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
    content: "\e054";
}

/* line 98, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
    content: "\e055";
}

/* line 99, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
    content: "\e056";
}

/* line 100, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
    content: "\e057";
}

/* line 101, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
    content: "\e058";
}

/* line 102, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
    content: "\e059";
}

/* line 103, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
    content: "\e060";
}

/* line 104, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
    content: "\e062";
}

/* line 105, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
    content: "\e063";
}

/* line 106, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
    content: "\e064";
}

/* line 107, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
    content: "\e065";
}

/* line 108, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
    content: "\e066";
}

/* line 109, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
    content: "\e067";
}

/* line 110, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
    content: "\e068";
}

/* line 111, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
    content: "\e069";
}

/* line 112, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
    content: "\e070";
}

/* line 113, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
    content: "\e071";
}

/* line 114, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
    content: "\e072";
}

/* line 115, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
    content: "\e073";
}

/* line 116, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
    content: "\e074";
}

/* line 117, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
    content: "\e075";
}

/* line 118, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
    content: "\e076";
}

/* line 119, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
    content: "\e077";
}

/* line 120, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
    content: "\e078";
}

/* line 121, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
    content: "\e079";
}

/* line 122, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
    content: "\e080";
}

/* line 123, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
    content: "\e081";
}

/* line 124, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
    content: "\e082";
}

/* line 125, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
    content: "\e083";
}

/* line 126, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
    content: "\e084";
}

/* line 127, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
    content: "\e085";
}

/* line 128, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
    content: "\e086";
}

/* line 129, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
    content: "\e087";
}

/* line 130, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
    content: "\e088";
}

/* line 131, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
    content: "\e089";
}

/* line 132, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
    content: "\e090";
}

/* line 133, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
    content: "\e091";
}

/* line 134, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
    content: "\e092";
}

/* line 135, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
    content: "\e093";
}

/* line 136, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
    content: "\e094";
}

/* line 137, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
    content: "\e095";
}

/* line 138, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
    content: "\e096";
}

/* line 139, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
    content: "\e097";
}

/* line 140, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
    content: "\e101";
}

/* line 141, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
    content: "\e102";
}

/* line 142, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
    content: "\e103";
}

/* line 143, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
    content: "\e104";
}

/* line 144, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
    content: "\e105";
}

/* line 145, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
    content: "\e106";
}

/* line 146, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
    content: "\e107";
}

/* line 147, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
    content: "\e108";
}

/* line 148, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
    content: "\e109";
}

/* line 149, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
    content: "\e110";
}

/* line 150, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
    content: "\e111";
}

/* line 151, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
    content: "\e112";
}

/* line 152, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
    content: "\e113";
}

/* line 153, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
    content: "\e114";
}

/* line 154, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
    content: "\e115";
}

/* line 155, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
    content: "\e116";
}

/* line 156, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
    content: "\e117";
}

/* line 157, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
    content: "\e118";
}

/* line 158, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
    content: "\e119";
}

/* line 159, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
    content: "\e120";
}

/* line 160, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
    content: "\e121";
}

/* line 161, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
    content: "\e122";
}

/* line 162, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
    content: "\e123";
}

/* line 163, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
    content: "\e124";
}

/* line 164, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
    content: "\e125";
}

/* line 165, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
    content: "\e126";
}

/* line 166, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
    content: "\e127";
}

/* line 167, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
    content: "\e128";
}

/* line 168, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
    content: "\e129";
}

/* line 169, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
    content: "\e130";
}

/* line 170, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

/* line 171, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

/* line 172, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

/* line 173, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

/* line 174, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
    content: "\e135";
}

/* line 175, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
    content: "\e136";
}

/* line 176, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
    content: "\e137";
}

/* line 177, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
    content: "\e138";
}

/* line 178, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
    content: "\e139";
}

/* line 179, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
    content: "\e140";
}

/* line 180, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
    content: "\e141";
}

/* line 181, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
    content: "\e142";
}

/* line 182, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
    content: "\e143";
}

/* line 183, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
    content: "\e144";
}

/* line 184, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
    content: "\e145";
}

/* line 185, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
    content: "\e146";
}

/* line 186, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
    content: "\e148";
}

/* line 187, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
    content: "\e149";
}

/* line 188, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
    content: "\e150";
}

/* line 189, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

/* line 190, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

/* line 191, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
    content: "\e153";
}

/* line 192, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

/* line 193, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

/* line 194, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

/* line 195, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
    content: "\e157";
}

/* line 196, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
    content: "\e158";
}

/* line 197, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
    content: "\e159";
}

/* line 198, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
    content: "\e160";
}

/* line 199, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
    content: "\e161";
}

/* line 200, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
    content: "\e162";
}

/* line 201, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
    content: "\e163";
}

/* line 202, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
    content: "\e164";
}

/* line 203, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
    content: "\e165";
}

/* line 204, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
    content: "\e166";
}

/* line 205, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
    content: "\e167";
}

/* line 206, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
    content: "\e168";
}

/* line 207, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
    content: "\e169";
}

/* line 208, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
    content: "\e170";
}

/* line 209, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
    content: "\e171";
}

/* line 210, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
    content: "\e172";
}

/* line 211, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
    content: "\e173";
}

/* line 212, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
    content: "\e174";
}

/* line 213, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
    content: "\e175";
}

/* line 214, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
    content: "\e176";
}

/* line 215, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
    content: "\e177";
}

/* line 216, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
    content: "\e178";
}

/* line 217, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
    content: "\e179";
}

/* line 218, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
    content: "\e180";
}

/* line 219, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
    content: "\e181";
}

/* line 220, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
    content: "\e182";
}

/* line 221, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
    content: "\e183";
}

/* line 222, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
    content: "\e184";
}

/* line 223, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
    content: "\e185";
}

/* line 224, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
    content: "\e186";
}

/* line 225, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
    content: "\e187";
}

/* line 226, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
    content: "\e188";
}

/* line 227, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
    content: "\e189";
}

/* line 228, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
    content: "\e190";
}

/* line 229, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
    content: "\e191";
}

/* line 230, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
    content: "\e192";
}

/* line 231, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
    content: "\e193";
}

/* line 232, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
    content: "\e194";
}

/* line 233, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
    content: "\e195";
}

/* line 234, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
    content: "\e197";
}

/* line 235, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
    content: "\e198";
}

/* line 236, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
    content: "\e199";
}

/* line 237, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
    content: "\e200";
}

/* line 238, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
    content: "\e201";
}

/* line 239, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
    content: "\e202";
}

/* line 240, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
    content: "\e203";
}

/* line 241, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
    content: "\e204";
}

/* line 242, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
    content: "\e205";
}

/* line 243, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
    content: "\e206";
}

/* line 252, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
    content: "\e209";
}

/* line 253, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
    content: "\e210";
}

/* line 254, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
    content: "\e211";
}

/* line 255, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
    content: "\e212";
}

/* line 256, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
    content: "\e213";
}

/* line 257, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
    content: "\e214";
}

/* line 258, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
    content: "\e215";
}

/* line 259, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
    content: "\e216";
}

/* line 260, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
    content: "\26fa";
}

/* line 261, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
    content: "\e218";
}

/* line 262, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
    content: "\e219";
}

/* line 263, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
    content: "\f8ff";
}

/* line 264, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
    content: "\e221";
}

/* line 265, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
    content: "\231b";
}

/* line 266, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
    content: "\e223";
}

/* line 267, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
    content: "\e224";
}

/* line 268, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
    content: "\e225";
}

/* line 269, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
    content: "\e226";
}

/* line 270, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
    content: "\e227";
}

/* line 271, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
    content: "\e227";
}

/* line 272, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
    content: "\e227";
}

/* line 273, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
    content: "\00a5";
}

/* line 274, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
    content: "\00a5";
}

/* line 275, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
    content: "\20bd";
}

/* line 276, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
    content: "\20bd";
}

/* line 277, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
    content: "\e230";
}

/* line 278, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
    content: "\e231";
}

/* line 279, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

/* line 280, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
    content: "\e233";
}

/* line 281, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
    content: "\e234";
}

/* line 282, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
    content: "\e235";
}

/* line 283, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
    content: "\e236";
}

/* line 284, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
    content: "\e237";
}

/* line 285, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
    content: "\e238";
}

/* line 286, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
    content: "\e239";
}

/* line 287, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
    content: "\e240";
}

/* line 288, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
    content: "\e241";
}

/* line 289, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
    content: "\e242";
}

/* line 290, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
    content: "\e243";
}

/* line 291, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
    content: "\e244";
}

/* line 292, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
    content: "\e245";
}

/* line 293, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

/* line 294, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
    content: "\e247";
}

/* line 295, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
    content: "\e248";
}

/* line 296, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
    content: "\e249";
}

/* line 297, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
    content: "\e250";
}

/* line 298, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
    content: "\e251";
}

/* line 299, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
    content: "\e252";
}

/* line 300, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
    content: "\e253";
}

/* line 301, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
    content: "\e254";
}

/* line 302, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
    content: "\e255";
}

/* line 303, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
    content: "\e256";
}

/* line 304, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
    content: "\e257";
}

/* line 305, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
    content: "\e258";
}

/* line 306, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
    content: "\e259";
}

/* line 307, assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
    content: "\e260";
}

/* line 11, assets/stylesheets/bootstrap/_scaffolding.scss */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 14, assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 22, assets/stylesheets/bootstrap/_scaffolding.scss */
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

/* line 27, assets/stylesheets/bootstrap/_scaffolding.scss */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

/* line 36, assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* line 48, assets/stylesheets/bootstrap/_scaffolding.scss */
a {
    color: #337ab7;
    text-decoration: none;
}

/* line 52, assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

/* line 58, assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 69, assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
    margin: 0;
}

/* line 76, assets/stylesheets/bootstrap/_scaffolding.scss */
img {
    vertical-align: middle;
}

/* line 81, assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* line 86, assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
    border-radius: 6px;
}

/* line 93, assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* line 106, assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
    border-radius: 50%;
}

/* line 113, assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* line 125, assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* line 141, assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* line 159, assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
    cursor: pointer;
}

/* line 9, assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* line 16, assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

/* line 24, assets/stylesheets/bootstrap/_type.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* line 30, assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

/* line 35, assets/stylesheets/bootstrap/_type.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 41, assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

/* line 47, assets/stylesheets/bootstrap/_type.scss */
h1,
.h1 {
    font-size: 36px;
}

/* line 48, assets/stylesheets/bootstrap/_type.scss */
h2,
.h2 {
    font-size: 30px;
}

/* line 49, assets/stylesheets/bootstrap/_type.scss */
h3,
.h3 {
    font-size: 24px;
}

/* line 50, assets/stylesheets/bootstrap/_type.scss */
h4,
.h4 {
    font-size: 18px;
}

/* line 51, assets/stylesheets/bootstrap/_type.scss */
h5,
.h5 {
    font-size: 14px;
}

/* line 52, assets/stylesheets/bootstrap/_type.scss */
h6,
.h6 {
    font-size: 12px;
}

/* line 58, assets/stylesheets/bootstrap/_type.scss */
p {
    margin: 0 0 10px;
}

/* line 62, assets/stylesheets/bootstrap/_type.scss */
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {

    /* line 62, assets/stylesheets/bootstrap/_type.scss */
    .lead {
        font-size: 21px;
    }
}

/* line 78, assets/stylesheets/bootstrap/_type.scss */
small,
.small {
    font-size: 85%;
}

/* line 83, assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

/* line 90, assets/stylesheets/bootstrap/_type.scss */
.text-left {
    text-align: left;
}

/* line 91, assets/stylesheets/bootstrap/_type.scss */
.text-right {
    text-align: right;
}

/* line 92, assets/stylesheets/bootstrap/_type.scss */
.text-center {
    text-align: center;
}

/* line 93, assets/stylesheets/bootstrap/_type.scss */
.text-justify {
    text-align: justify;
}

/* line 94, assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
    white-space: nowrap;
}

/* line 97, assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
    text-transform: lowercase;
}

/* line 98, assets/stylesheets/bootstrap/_type.scss */
.text-uppercase,
.initialism {
    text-transform: uppercase;
}

/* line 99, assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
    text-transform: capitalize;
}

/* line 102, assets/stylesheets/bootstrap/_type.scss */
.text-muted {
    color: #777777;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
    color: #337ab7;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
    color: #3c763d;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
    color: #31708f;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
    color: #8a6d3b;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
    color: #a94442;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

/* line 119, assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
    color: #fff;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
    background-color: #337ab7;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
    background-color: #dff0d8;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
    background-color: #d9edf7;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
    background-color: #fcf8e3;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

/* line 5, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
    background-color: #f2dede;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

/* line 138, assets/stylesheets/bootstrap/_type.scss */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

/* line 149, assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

/* line 153, assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

/* line 167, assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* line 173, assets/stylesheets/bootstrap/_type.scss */
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

/* line 177, assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/* line 185, assets/stylesheets/bootstrap/_type.scss */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

/* line 189, assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
    line-height: 1.42857;
}

/* line 193, assets/stylesheets/bootstrap/_type.scss */
dt {
    font-weight: bold;
}

/* line 196, assets/stylesheets/bootstrap/_type.scss */
dd {
    margin-left: 0;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {

    /* line 211, assets/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* line 218, assets/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

/* line 229, assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

/* line 235, assets/stylesheets/bootstrap/_type.scss */
.initialism {
    font-size: 90%;
}

/* line 241, assets/stylesheets/bootstrap/_type.scss */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

/* line 250, assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

/* line 257, assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

/* line 265, assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

/* line 274, assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

/* line 286, assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

/* line 287, assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

/* line 294, assets/stylesheets/bootstrap/_type.scss */
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

/* line 7, assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, assets/stylesheets/bootstrap/_code.scss */
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/* line 24, assets/stylesheets/bootstrap/_code.scss */
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 41, assets/stylesheets/bootstrap/_code.scss */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* line 55, assets/stylesheets/bootstrap/_code.scss */
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/* line 66, assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 10, assets/stylesheets/bootstrap/_grid.scss */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before,
.container:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
    clear: both;
}

@media (min-width: 768px) {

    /* line 10, assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    /* line 10, assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {

    /* line 10, assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 1170px;
    }
}

/* line 30, assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
    clear: both;
}

/* line 39, assets/stylesheets/bootstrap/_grid.scss */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before,
.row:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
    clear: both;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 27, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
    width: 8.33333%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
    width: 16.66667%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
    width: 25%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
    width: 33.33333%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
    width: 41.66667%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
    width: 50%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
    width: 58.33333%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
    width: 66.66667%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
    width: 75%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
    width: 83.33333%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
    width: 91.66667%;
}

/* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
    width: 100%;
}

/* line 55, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
    right: auto;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
    right: 8.33333%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
    right: 16.66667%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
    right: 25%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
    right: 33.33333%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
    right: 41.66667%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
    right: 50%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
    right: 58.33333%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
    right: 66.66667%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
    right: 75%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
    right: 83.33333%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
    right: 91.66667%;
}

/* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
    right: 100%;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
    left: auto;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
    left: 8.33333%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
    left: 16.66667%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
    left: 25%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
    left: 33.33333%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
    left: 41.66667%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
    left: 50%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
    left: 58.33333%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
    left: 66.66667%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
    left: 75%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
    left: 83.33333%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
    left: 91.66667%;
}

/* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
    left: 100%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
    margin-left: 0%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
    margin-left: 8.33333%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
    margin-left: 16.66667%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
    margin-left: 25%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
    margin-left: 33.33333%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
    margin-left: 41.66667%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
    margin-left: 50%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
    margin-left: 58.33333%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
    margin-left: 66.66667%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
    margin-left: 75%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
    margin-left: 83.33333%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
    margin-left: 91.66667%;
}

/* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    /* line 27, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1 {
        width: 8.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-2 {
        width: 16.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-3 {
        width: 25%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-4 {
        width: 33.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-5 {
        width: 41.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-6 {
        width: 50%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-7 {
        width: 58.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-8 {
        width: 66.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-9 {
        width: 75%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-10 {
        width: 83.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-11 {
        width: 91.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-12 {
        width: 100%;
    }

    /* line 55, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-0 {
        right: auto;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-1 {
        right: 8.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-2 {
        right: 16.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-3 {
        right: 25%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-4 {
        right: 33.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-5 {
        right: 41.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-6 {
        right: 50%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-7 {
        right: 58.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-8 {
        right: 66.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-9 {
        right: 75%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-10 {
        right: 83.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-11 {
        right: 91.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-12 {
        right: 100%;
    }

    /* line 45, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-0 {
        left: auto;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-1 {
        left: 8.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-2 {
        left: 16.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-3 {
        left: 25%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-4 {
        left: 33.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-5 {
        left: 41.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-6 {
        left: 50%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-7 {
        left: 58.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-8 {
        left: 66.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-9 {
        left: 75%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-10 {
        left: 83.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-11 {
        left: 91.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-12 {
        left: 100%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-0 {
        margin-left: 0%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-3 {
        margin-left: 25%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    /* line 27, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-1 {
        width: 8.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-2 {
        width: 16.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-3 {
        width: 25%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-4 {
        width: 33.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-5 {
        width: 41.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-6 {
        width: 50%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-7 {
        width: 58.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-8 {
        width: 66.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-9 {
        width: 75%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-10 {
        width: 83.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-11 {
        width: 91.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-12 {
        width: 100%;
    }

    /* line 55, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-0 {
        right: auto;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-1 {
        right: 8.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-2 {
        right: 16.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-3 {
        right: 25%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-4 {
        right: 33.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-5 {
        right: 41.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-6 {
        right: 50%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-7 {
        right: 58.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-8 {
        right: 66.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-9 {
        right: 75%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-10 {
        right: 83.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-11 {
        right: 91.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-12 {
        right: 100%;
    }

    /* line 45, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-0 {
        left: auto;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-1 {
        left: 8.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-2 {
        left: 16.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-3 {
        left: 25%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-4 {
        left: 33.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-5 {
        left: 41.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-6 {
        left: 50%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-7 {
        left: 58.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-8 {
        left: 66.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-9 {
        left: 75%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-10 {
        left: 83.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-11 {
        left: 91.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-12 {
        left: 100%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-0 {
        margin-left: 0%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-3 {
        margin-left: 25%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-6 {
        margin-left: 50%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-9 {
        margin-left: 75%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    /* line 27, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1 {
        width: 8.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-2 {
        width: 16.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-3 {
        width: 25%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-4 {
        width: 33.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-5 {
        width: 41.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-6 {
        width: 50%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-7 {
        width: 58.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-8 {
        width: 66.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-9 {
        width: 75%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-10 {
        width: 83.33333%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-11 {
        width: 91.66667%;
    }

    /* line 35, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-12 {
        width: 100%;
    }

    /* line 55, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-0 {
        right: auto;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-1 {
        right: 8.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-2 {
        right: 16.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-3 {
        right: 25%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-4 {
        right: 33.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-5 {
        right: 41.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-6 {
        right: 50%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-7 {
        right: 58.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-8 {
        right: 66.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-9 {
        right: 75%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-10 {
        right: 83.33333%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-11 {
        right: 91.66667%;
    }

    /* line 50, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-12 {
        right: 100%;
    }

    /* line 45, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-0 {
        left: auto;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-1 {
        left: 8.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-2 {
        left: 16.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-3 {
        left: 25%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-4 {
        left: 33.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-5 {
        left: 41.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-6 {
        left: 50%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-7 {
        left: 58.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-8 {
        left: 66.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-9 {
        left: 75%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-10 {
        left: 83.33333%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-11 {
        left: 91.66667%;
    }

    /* line 40, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-12 {
        left: 100%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-0 {
        margin-left: 0%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-3 {
        margin-left: 25%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-6 {
        margin-left: 50%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 60, assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/* line 10, assets/stylesheets/bootstrap/_forms.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

/* line 20, assets/stylesheets/bootstrap/_forms.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* line 32, assets/stylesheets/bootstrap/_forms.scss */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/* line 47, assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 52, assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/* line 59, assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
    display: block;
}

/* line 64, assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
    display: block;
    width: 100%;
}

/* line 70, assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
    height: auto;
}

/* line 76, assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 83, assets/stylesheets/bootstrap/_forms.scss */
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

/* line 114, assets/stylesheets/bootstrap/_forms.scss */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/* line 57, assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* line 107, assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
    color: #999;
}

/* line 108, assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
    color: #999;
}

/* line 136, assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

/* line 146, assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

/* line 153, assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

/* line 162, assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
    height: auto;
}

/* line 174, assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /* line 193, assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    /* line 197, assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    /* line 202, assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

/* line 215, assets/stylesheets/bootstrap/_forms.scss */
.form-group {
    margin-bottom: 15px;
}

/* line 224, assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 231, assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

/* line 239, assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

/* line 248, assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

/* line 254, assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

/* line 264, assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

/* line 276, assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

/* line 285, assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

/* line 295, assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

/* line 307, assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

/* line 315, assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

/* line 71, assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 79, assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
    height: 30px;
    line-height: 30px;
}

/* line 84, assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

/* line 333, assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 340, assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

/* line 344, assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

/* line 348, assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/* line 71, assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

/* line 79, assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
    height: 46px;
    line-height: 46px;
}

/* line 84, assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

/* line 359, assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

/* line 366, assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

/* line 370, assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

/* line 374, assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

/* line 388, assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
    position: relative;
}

/* line 393, assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
    padding-right: 42.5px;
}

/* line 398, assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* line 410, assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

/* line 417, assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

/* line 21, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
    color: #3c763d;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

/* line 21, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

/* line 8, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

/* line 21, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
    color: #a94442;
}

/* line 439, assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

/* line 442, assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

/* line 453, assets/stylesheets/bootstrap/_forms.scss */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {

    /* line 478, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 485, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 492, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control-static {
        display: inline-block;
    }

    /* line 496, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    /* line 500, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    /* line 508, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group > .form-control {
        width: 100%;
    }

    /* line 512, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 519, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 526, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    /* line 530, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    /* line 537, assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* line 559, assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

/* line 569, assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

/* line 575, assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {

    /* line 582, assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

/* line 593, assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {

    /* line 603, assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {

    /* line 611, assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

/* line 9, assets/stylesheets/bootstrap/_buttons.scss */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 26, assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 32, assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

/* line 39, assets/stylesheets/bootstrap/_buttons.scss */
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 58, assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

/* line 68, assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

/* line 17, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* line 22, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* line 29, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

/* line 53, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
    color: #fff;
    background-color: #333;
}

/* line 71, assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

/* line 17, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* line 22, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* line 29, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* line 53, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

/* line 75, assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

/* line 17, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/* line 22, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/* line 29, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* line 53, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

/* line 79, assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

/* line 17, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

/* line 22, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

/* line 29, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* line 53, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

/* line 83, assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

/* line 17, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

/* line 22, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

/* line 29, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* line 53, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

/* line 87, assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* line 11, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

/* line 17, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/* line 22, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/* line 29, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

/* line 37, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

/* line 45, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* line 53, assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

/* line 96, assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

/* line 101, assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 109, assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

/* line 115, assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

/* line 123, assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

/* line 135, assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

/* line 139, assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 143, assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 151, assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
    display: block;
    width: 100%;
}

/* line 157, assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
    margin-top: 5px;
}

/* line 165, assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* line 10, assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/* line 13, assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
    opacity: 1;
}

/* line 18, assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
    display: none;
}

/* line 21, assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
    display: block;
}

/* line 26, assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
    display: table-row;
}

/* line 28, assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
    display: table-row-group;
}

/* line 30, assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* line 9, assets/stylesheets/bootstrap/_navs.scss */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before,
.nav:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
    clear: both;
}

/* line 15, assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
    position: relative;
    display: block;
}

/* line 19, assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* line 23, assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* line 31, assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
    color: #777777;
}

/* line 34, assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

/* line 46, assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

/* line 59, assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 66, assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
    max-width: none;
}

/* line 76, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

/* line 78, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

/* line 84, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

/* line 89, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

/* line 118, assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
    float: left;
}

/* line 122, assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
    border-radius: 4px;
}

/* line 125, assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
    margin-left: 2px;
}

/* line 131, assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

/* line 144, assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
    float: none;
}

/* line 146, assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

/* line 160, assets/stylesheets/bootstrap/_navs.scss */
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

/* line 163, assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

/* line 165, assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

/* line 171, assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {

    /* line 177, assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    /* line 180, assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* line 190, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

/* line 193, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

/* line 199, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {

    /* line 206, assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    /* line 210, assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

/* line 224, assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
    display: none;
}

/* line 227, assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
    display: block;
}

/* line 237, assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 11, assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
    clear: both;
}

@media (min-width: 768px) {

    /* line 11, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
        border-radius: 4px;
    }
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {

    /* line 31, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-header {
        float: left;
    }
}

/* line 50, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
    clear: both;
}

/* line 59, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {

    /* line 50, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* line 68, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    /* line 75, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse.in {
        overflow-y: visible;
    }

    /* line 81, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 92, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    /* line 92, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

/* line 108, assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    /* line 108, assets/stylesheets/bootstrap/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

/* line 128, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {

    /* line 128, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
        border-radius: 0;
    }
}

/* line 138, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {

    /* line 138, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

/* line 150, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

/* line 154, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

/* line 163, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

/* line 170, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

/* line 175, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {

    /* line 180, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/* line 193, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* line 206, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
    outline: 0;
}

/* line 211, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* line 217, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {

    /* line 193, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
        display: none;
    }
}

/* line 232, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
    margin: 7.5px -15px;
}

/* line 235, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {

    /* line 243, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* line 251, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    /* line 255, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    /* line 257, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {

    /* line 232, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
        float: left;
        margin: 0;
    }

    /* line 270, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav > li {
        float: left;
    }

    /* line 272, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* line 286, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {

    /* line 478, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 485, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 492, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control-static {
        display: inline-block;
    }

    /* line 496, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    /* line 500, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    /* line 508, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    /* line 512, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 519, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 526, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    /* line 530, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    /* line 537, assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {

    /* line 298, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    /* line 302, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {

    /* line 286, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* line 327, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 332, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 343, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* line 346, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 349, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* line 359, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    /* line 359, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {

    /* line 379, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-left {
        float: left !important;
    }

    /* line 382, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    /* line 386, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

/* line 397, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

/* line 401, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
    color: #777;
}

/* line 403, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

/* line 410, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
    color: #777;
}

/* line 415, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
    color: #777;
}

/* line 418, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

/* line 425, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

/* line 433, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

/* line 442, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
    border-color: #ddd;
}

/* line 444, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

/* line 448, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

/* line 453, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

/* line 462, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {

    /* line 473, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    /* line 475, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    /* line 482, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    /* line 490, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

/* line 506, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
    color: #777;
}

/* line 508, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
    color: #333;
}

/* line 513, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
    color: #777;
}

/* line 515, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

/* line 521, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

/* line 531, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

/* line 535, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

/* line 537, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

/* line 544, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

/* line 549, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

/* line 552, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

/* line 559, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

/* line 567, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

/* line 577, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
    border-color: #333;
}

/* line 579, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

/* line 583, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* line 588, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

/* line 596, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {

    /* line 607, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    /* line 610, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    /* line 613, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    /* line 615, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    /* line 622, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    /* line 630, assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

/* line 641, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

/* line 643, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
    color: #fff;
}

/* line 648, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
    color: #9d9d9d;
}

/* line 650, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

/* line 656, assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

/* line 11, assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
    overflow: hidden;
}

/* line 16, assets/stylesheets/bootstrap/_modals.scss */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* line 32, assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/* line 36, assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 38, assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 44, assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

/* line 51, assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

/* line 64, assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

/* line 73, assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 74, assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 79, assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
    clear: both;
}

/* line 85, assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
    margin-top: -2px;
}

/* line 90, assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
    margin: 0;
    line-height: 1.42857;
}

/* line 97, assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
    position: relative;
    padding: 15px;
}

/* line 103, assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/* line 14, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

/* line 19, assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
    clear: both;
}

/* line 110, assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

/* line 115, assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

/* line 119, assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

/* line 125, assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {

    /* line 136, assets/stylesheets/bootstrap/_modals.scss */
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    /* line 140, assets/stylesheets/bootstrap/_modals.scss */
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    /* line 145, assets/stylesheets/bootstrap/_modals.scss */
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {

    /* line 149, assets/stylesheets/bootstrap/_modals.scss */
    .modal-lg {
        width: 900px;
    }
}

@-ms-viewport {
    width: device-width;
}

/* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
    display: none !important;
}

/* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
    display: none !important;
}

/* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
    display: none !important;
}

/* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
    display: none !important;
}

/* line 36, assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {

    /* line 7, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-xs {
        display: block !important;
    }

    /* line 10, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-xs {
        display: table !important;
    }

    /* line 11, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-xs {
        display: table-row !important;
    }

    /* line 12, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {

    /* line 54, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {

    /* line 59, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {

    /* line 64, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* line 7, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-sm {
        display: block !important;
    }

    /* line 10, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-sm {
        display: table !important;
    }

    /* line 11, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-sm {
        display: table-row !important;
    }

    /* line 12, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* line 73, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* line 78, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* line 83, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* line 7, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-md {
        display: block !important;
    }

    /* line 10, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-md {
        display: table !important;
    }

    /* line 11, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-md {
        display: table-row !important;
    }

    /* line 12, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* line 92, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* line 97, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* line 102, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {

    /* line 7, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-lg {
        display: block !important;
    }

    /* line 10, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-lg {
        display: table !important;
    }

    /* line 11, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-lg {
        display: table-row !important;
    }

    /* line 12, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {

    /* line 111, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    /* line 116, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {

    /* line 121, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {

    /* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {

    /* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-lg {
        display: none !important;
    }
}

/* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
    display: none !important;
}

@media print {

    /* line 7, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-print {
        display: block !important;
    }

    /* line 10, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-print {
        display: table !important;
    }

    /* line 11, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-print {
        display: table-row !important;
    }

    /* line 12, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

/* line 155, assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
    display: none !important;
}

@media print {

    /* line 155, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
        display: block !important;
    }
}

/* line 162, assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
    display: none !important;
}

@media print {

    /* line 162, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
        display: inline !important;
    }
}

/* line 169, assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
    display: none !important;
}

@media print {

    /* line 169, assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {

    /* line 18, assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-print {
        display: none !important;
    }
}

/*main menu*/
/* line 2, assets/stylesheets/_menu.scss */
.burx-menu .wpml-ls-menu-item {
    display: none;
}

/* line 3, assets/stylesheets/_menu.scss */
.burx-menu {
    position: relative;
    margin: 0;
    padding: 0;
    display: table;
}

/* line 9, assets/stylesheets/_menu.scss */
.burx-menu:before {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: #C8102E;
    position: absolute;
    top: 0px;
    left: calc(100% + 60px);
}

/* line 21, assets/stylesheets/_menu.scss */
.burx-menu li a {
    color: #363636;
    font-family: Unna;
    font-size: 30px;
    line-height: 60px;
    display: table;
    width: 100%;
    text-transform: uppercase;
}

/* line 29, assets/stylesheets/_menu.scss */
.burx-menu li a:hover {
    color: #C8102E;
}

/* line 35, assets/stylesheets/_menu.scss */
.burx-menu li.current_page_item > a,
.burx-menu li.current-menu-item > a {
    color: #C8102E !important;
}

/* line 46, assets/stylesheets/_menu.scss */
.burx-menu li.current-menu-ancestor > a {
    color: #C8102E !important;
}

/* line 51, assets/stylesheets/_menu.scss */
.burx-menu li.impoortant .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

/* line 57, assets/stylesheets/_menu.scss */
.burx-menu li:last-child a,
.burx-menu li.smallFont a {
    text-transform: none;
    font-size: 20px;
    line-height: 40px;
}

/* line 63, assets/stylesheets/_menu.scss */
.burx-menu li .dropdown-menu {
    direction: ltr;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    position: absolute;
    left: 100%;
    padding-left: 125px;
    opacity: 0;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    pointer-events: none;
    top: 0;
    width: 50vw;
    min-height: 100%;
}

/* line 98, assets/stylesheets/_menu.scss */
.burx-menu li .dropdown-menu li a {
    text-transform: none;
    color: #363636;
    font-family: Unna;
    font-size: 20px;
    line-height: 35px;
}

/* line 104, assets/stylesheets/_menu.scss */
.burx-menu li .dropdown-menu li a:hover {
    color: #C8102E;
    text-decoration: none !important;
}

/* line 112, assets/stylesheets/_menu.scss */
.burx-menu li:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

/* line 118, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

/* line 123, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu li a {
    font-family: lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/* line 127, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu li a:before {
    font-weight: 300;
}

/* line 130, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu li a:hover:before {
    color: #333;
}

/* line 136, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-email:lang(et) a:before {
    content: 'E-post: ';
}

/* line 139, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-telefon:lang(et) a:before {
    content: 'Telefon: ';
}

/* line 142, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-skype:lang(et) a:before {
    content: 'Skype: ';
}

/* line 145, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-opentime:lang(et) a:before {
    content: 'Oleme avatud: ';
}

/* line 150, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-email:lang(ru) a:before {
    content: 'Эл. почта: ';
}

/* line 153, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-telefon:lang(ru) a:before {
    content: 'Телефон: ';
}

/* line 156, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-skype:lang(ru) a:before {
    content: 'Skype: ';
}

/* line 159, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-opentime:lang(ru) a:before {
    content: 'Мы работаем: ';
}

/* line 163, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-email:lang(en) a:before {
    content: 'E-mail: ';
}

/* line 166, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-telefon:lang(en) a:before {
    content: 'Phone: ';
}

/* line 169, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-skype:lang(en) a:before {
    content: 'Skype: ';
}

/* line 172, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-opentime:lang(en) a:before {
    content: 'We are open on ';
}

/* line 176, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-email:lang(fi) a:before {
    content: 'Sähköposti: ';
}

/* line 179, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-telefon:lang(fi) a:before {
    content: 'Puhelin: ';
}

/* line 182, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-skype:lang(fi) a:before {
    content: 'Skype: ';
}

/* line 185, assets/stylesheets/_menu.scss */
.burx-menu li.menu-kontakt .dropdown-menu .menu-opentime:lang(fi) a:before {
    content: 'Aukioloajat ';
}

/* line 191, assets/stylesheets/_menu.scss */
.burx-menu li.menu-colleg .dropdown-menu {
    overflow: visible;
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

/* line 198, assets/stylesheets/_menu.scss */
.burx-menu li.menu-colleg .dropdown-menu .menu-saatekirjad:hover a {
    color: #333 !important;
}

/* line 201, assets/stylesheets/_menu.scss */
.burx-menu li.menu-colleg .dropdown-menu .menu-saatekirjad .dropdown-menu {
    left: 0;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    opacity: 1;
}

/* line 207, assets/stylesheets/_menu.scss */
.burx-menu li.menu-colleg .dropdown-menu .menu-saatekirjad .dropdown-menu li a {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

/* line 212, assets/stylesheets/_menu.scss */
.burx-menu li.menu-colleg .dropdown-menu .menu-saatekirjad .dropdown-menu li a:hover {
    color: #C8102E !important;
    text-decoration: underline !important;
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

    /* line 230, assets/stylesheets/_menu.scss */
    .burx-menu li .dropdown-menu {
        display: table;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

/* line 240, assets/stylesheets/_menu.scss */
.menu-colleg > ul,
.menu-kontakt > ul {
    margin-top: 40%;
}

@media (max-width: 767px) {

    /* line 246, assets/stylesheets/_menu.scss */
    .menu-colleg > ul,
    .menu-kontakt > ul {
        margin-top: 0%;
    }

    /* line 248, assets/stylesheets/_menu.scss */
    .burx-menu .wpml-ls-menu-item {
        display: table;
        float: left;
        width: 25%;
    }

    /* line 250, assets/stylesheets/_menu.scss */
    .burx-menu .wpml-ls-menu-item a {
        font-size: 16px;
        text-align: center;
    }

    /* line 255, assets/stylesheets/_menu.scss */
    .burx-menu .wpml-ls-menu-item.wpml-ls-current-language a {
        color: #C8102E;
    }

    /* line 261, assets/stylesheets/_menu.scss */
    .burx-menu {
        margin: 0 auto;
        max-height: 80vh;
        overflow-x: hidden;
        display: block;
        overflow-y: auto;
        padding-bottom: 80px;
    }

    /* line 268, assets/stylesheets/_menu.scss */
    .burx-menu:before {
        display: none;
    }

    /* line 272, assets/stylesheets/_menu.scss */
    .burx-menu li a {
        text-align: center;
    }

    /* line 276, assets/stylesheets/_menu.scss */
    .burx-menu li .dropdown-menu {
        position: relative;
        left: auto;
        padding: 0;
        width: 90vw;
        overflow: hidden;
        display: table;
        max-height: 0px;
        display: block;
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-transition-delay: 0.5s !important;
        transition-delay: 0.5s !important;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease;
    }

    /* line 297, assets/stylesheets/_menu.scss */
    .burx-menu li .dropdown-menu li {
        width: 100%;
    }

    /* line 302, assets/stylesheets/_menu.scss */
    .burx-menu li.open > a {
        text-decoration: underline !important;
        color: #C8102E;
    }

    /* line 306, assets/stylesheets/_menu.scss */
    .burx-menu li.open .dropdown-menu {
        opacity: 1;
        max-height: 750px;
    }
}

/* line 348, assets/stylesheets/_menu.scss */
.tear-list li {
    list-style: none;
    display: inline-block;
    margin-right: 60px;
}

/* line 352, assets/stylesheets/_menu.scss */
.tear-list li a {
    color: #363636;
    font-family: Unna;
    font-size: 20px;
    line-height: 35px;
}

/* line 359, assets/stylesheets/_menu.scss */
.paginaation {
    display: table;
    margin: 0 auto;
}

/* line 363, assets/stylesheets/_menu.scss */
.paginaation a,
.paginaation span {
    margin: 0 10px;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
}

/* line 370, assets/stylesheets/_menu.scss */
.paginaation a {
    color: #363636;
}

/* line 373, assets/stylesheets/_menu.scss */
.paginaation span {
    color: #C8102E;
}

/* line 376, assets/stylesheets/_menu.scss */
.paginaation .prev {
    background: url(assets/img/arrow_right_bl.svg) no-repeat center;
    height: 17px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
}

/* line 383, assets/stylesheets/_menu.scss */
.paginaation .next {
    background: url(assets/img/arrow_left_bl.svg) no-repeat center;
    height: 17px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
}

@font-face {
    font-family: tooth;
    src: url(assets/fonts/tooth.ttf);
}

@font-face {
    font-family: "Gotham Rounded";
    src: url(assets/fonts/GothamRnd-Book.otf);
}

/* line 48, assets/stylesheets/style.scss */
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #F5F5F5;
}

/* line 54, assets/stylesheets/style.scss */
::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

/* line 61, assets/stylesheets/style.scss */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #C8102E;
}

/* line 68, assets/stylesheets/style.scss */
h1,
.mobileaddress {
    display: none;
}

/* line 71, assets/stylesheets/style.scss */
h2 {
    color: #C8102E;
    font-family: Unna;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}

/* line 80, assets/stylesheets/style.scss */
h3 {
    margin-top: 30px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* line 83, assets/stylesheets/style.scss */
h3:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 90, assets/stylesheets/style.scss */
h4 {
    font-size: 16px;
}

/* line 93, assets/stylesheets/style.scss */
p {
    color: #363636;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 22px;
}

/* line 96, assets/stylesheets/style.scss */
p:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 104, assets/stylesheets/style.scss */
p em {
    font-style: italic;
}

/* line 108, assets/stylesheets/style.scss */
.sm-visible {
    display: none;
}

/* line 115, assets/stylesheets/style.scss */
.stronger_text p,
.stronger_text a {
    font-weight: 500;
    line-height: 40px;
}

/* line 119, assets/stylesheets/style.scss */
.stronger_text p {
    margin: 0;
}

/* line 120, assets/stylesheets/style.scss */
.stronger_text a {
    margin-top: 14px;
}

/* line 122, assets/stylesheets/style.scss */
a {
    color: #C8102E;
}

/* line 124, assets/stylesheets/style.scss */
a:hover {
    color: #C8102E;
}

/* line 129, assets/stylesheets/style.scss */
* {
    outline: none;
}

/* line 132, assets/stylesheets/style.scss */
.pull-left {
    float: left;
}

/* line 135, assets/stylesheets/style.scss */
.pull-right {
    float: right;
}

/* line 138, assets/stylesheets/style.scss */
.margin-top {
    margin-top: 80px;
}

/* line 141, assets/stylesheets/style.scss */
.small-width {
    max-width: 400px;
}

/* line 144, assets/stylesheets/style.scss */
.medium-width {
    max-width: 500px;
}

/* line 147, assets/stylesheets/style.scss */
.full-img {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* line 154, assets/stylesheets/style.scss */
.full_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* line 159, assets/stylesheets/style.scss */
.isButton {
    margin-top: 30px;
    height: 15px;
    width: 30px;
    display: table;
    text-indent: -9999px;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* line 170, assets/stylesheets/style.scss */
.isButton:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 178, assets/stylesheets/style.scss */
.isButton:hover,
.isButton:active,
.isButton:focus {
    background: #C8102E;
    color: #fff;
}

/* line 182, assets/stylesheets/style.scss */
.isButton.go-dwn {
    border-radius: 10px;
    background: url(imgs/arrow_down.svg) no-repeat center bottom;
    background-size: contain;
    text-decoration: none;
}

/* line 193, assets/stylesheets/style.scss */
.fasc-button {
    width: auto !important;
    margin-top: 25px;
    display: table;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    line-height: 40px !important;
    width: 150px;
    border: 1px solid #C8102E !important;
    border-radius: 10px !important;
    color: #C8102E !important;
    font-family: Lato;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 0px 38px 0px 20px !important;
    background-color: transparent !important;
    background-image: url(imgs/icon_external_red.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 14px !important;
}

/* line 204, assets/stylesheets/style.scss */
.fasc-button:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 216, assets/stylesheets/style.scss */
.fasc-button:hover,
.fasc-button:focus,
.fasc-button:active {
    background: url(imgs/icon_external_white.svg) no-repeat center right 15px #C8102E !important;
    background-size: 14px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* line 225, assets/stylesheets/style.scss */
.gray {
    background: whitesmoke;
}

/* line 228, assets/stylesheets/style.scss */
.gray.doccolumn img {
    opacity: 0;
    pointer-events: none;
    max-width: 35vw;
}

/* line 229, assets/stylesheets/style.scss */
.gray.doccolumn .fixxedimg {
    max-width: 35vw;
    position: absolute;
}

/* line 232, assets/stylesheets/style.scss */
.gray.doccolumn .fixxedimg img {
    opacity: 1;
    max-width: 100%;
}

/* line 237, assets/stylesheets/style.scss */
.gray.doccolumn .affix {
    position: fixed;
    top: 80px;
    left: 80px;
}

/* line 247, assets/stylesheets/style.scss */
.see--others {
    margin: 0px -110px;
    padding: 0px 110px;
}

/* line 250, assets/stylesheets/style.scss */
.see--others ul {
    direction: ltr;
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

/* line 259, assets/stylesheets/style.scss */
.see--others ul li {
    line-height: 28px;
}

/* line 261, assets/stylesheets/style.scss */
.see--others ul li:before {
    margin-right: 10px;
    content: '';
    background: url(imgs/tooth.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 12px;
}

/* line 272, assets/stylesheets/style.scss */
.see--others a {
    margin-right: 20px;
    margin-bottom: 10px;
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

/* line 278, assets/stylesheets/style.scss */
.see--others a:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 286, assets/stylesheets/style.scss */
.gallery-wrp {
    margin-top: 30px;
}

/* line 288, assets/stylesheets/style.scss */
.gallery-wrp li {
    display: inline-block;
    margin-right: 15px;
}

/* line 291, assets/stylesheets/style.scss */
.gallery-wrp li a {
    position: relative;
    display: block;
}

/* line 296, assets/stylesheets/style.scss */
.gallery-wrp li a img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

/* line 305, assets/stylesheets/style.scss */
.footer_contacts {
    z-index: 99999;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    bottom: 0;
    left: 0;
    width: 100vw;
}

/* line 314, assets/stylesheets/style.scss */
.footer_contacts p {
    color: #363636;
    line-height: 60px;
    text-align: center;
}

/* line 317, assets/stylesheets/style.scss */
.footer_contacts .row div:first-child {
    border: none;
}

/* line 322, assets/stylesheets/style.scss */
p.ametinimetus_m {
    min-height: 21px;
    display: block;
}

/* line 325, assets/stylesheets/style.scss */
p.ametinimetus_m span {
    font-family: Lato;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    color: #383838;
}

/* line 327, assets/stylesheets/style.scss */
p.ametinimetus_m span:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 335, assets/stylesheets/style.scss */
p.ametinimetus_m span:lang(ru) {
    font-size: 11px;
}

/* line 339, assets/stylesheets/style.scss */
html,
body {
    height: 100%;
    position: relative;
}

/* line 345, assets/stylesheets/style.scss */
body {
    color: #363636;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 353, assets/stylesheets/style.scss */
body:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 359, assets/stylesheets/style.scss */
body.stuff--open {
    overflow: hidden;
}

/* line 366, assets/stylesheets/style.scss */
.acf-map {
    width: 100%;
    height: 300px;
}

/* fixes potential theme css conflict */
/* line 373, assets/stylesheets/style.scss */
.acf-map img {
    max-width: inherit !important;
}

/* line 376, assets/stylesheets/style.scss */
.keeponit div {
    max-width: 45.5vw !important;
}

/* line 379, assets/stylesheets/style.scss */
.top_side_wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

/* line 385, assets/stylesheets/style.scss */
.top_side_wrapper .top-side {
    height: 100vh;
    width: 100vw;
    border-top: 80px solid #f5f5f5;
    display: block;
}

/* line 393, assets/stylesheets/style.scss */
.left_side_wrapper {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 8;
}

/* line 399, assets/stylesheets/style.scss */
.left_side_wrapper .left-side {
    height: 100vh;
    width: 80px;
    background: #f5f5f5;
    display: block;
}

/* line 406, assets/stylesheets/style.scss */
.right_side_wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
}

/* line 412, assets/stylesheets/style.scss */
.right_side_wrapper .right-side {
    height: 100vh;
    width: 80px;
    background: #f5f5f5;
    display: block;
}

/* line 422, assets/stylesheets/style.scss */
.single-teenused .right_side_wrapper .animateme,
.single-teenused .left_side_wrapper .animateme,
.single-teenused .top_side_wrapper .animateme,
.single-arstid .right_side_wrapper .animateme,
.single-arstid .left_side_wrapper .animateme,
.single-arstid .top_side_wrapper .animateme,
.search .right_side_wrapper .animateme,
.search .left_side_wrapper .animateme,
.search .top_side_wrapper .animateme,
.page-template-events .right_side_wrapper .animateme,
.page-template-events .left_side_wrapper .animateme,
.page-template-events .top_side_wrapper .animateme,
.page-template-default .right_side_wrapper .animateme,
.page-template-default .left_side_wrapper .animateme,
.page-template-default .top_side_wrapper .animateme,
.page-template-nouanne .right_side_wrapper .animateme,
.page-template-nouanne .left_side_wrapper .animateme,
.page-template-nouanne .top_side_wrapper .animateme,
.single-ravijuhtum .right_side_wrapper .animateme,
.single-ravijuhtum .left_side_wrapper .animateme,
.single-ravijuhtum .top_side_wrapper .animateme {
    opacity: 1 !important;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
}

/* line 428, assets/stylesheets/style.scss */
.mapcontainer {
    background: #ccc;
    margin: 80px -110px;
}

/* line 434, assets/stylesheets/style.scss */
.Placeholder {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.08);
}

/* line 440, assets/stylesheets/style.scss */
.Placeholder--small {
    height: 100px;
}

/* line 443, assets/stylesheets/style.scss */
.Placeholder--medium {
    height: 300px;
}

/* line 446, assets/stylesheets/style.scss */
.Placeholder--large {
    height: 600px;
}

/* line 451, assets/stylesheets/style.scss */
#fixx {
    padding-bottom: 200px;
}

/* line 456, assets/stylesheets/style.scss */
#masthead {
    padding: 0 80px;
    height: 80px;
    display: block;
    top: 0;
    z-index: 11;
    background: transparent;
    position: fixed;
    width: 100%;
}

/* line 465, assets/stylesheets/style.scss */
#masthead #chat {
    cursor: pointer;
}

/* line 469, assets/stylesheets/style.scss */
#masthead #kliinik_logo {
    margin: 20px 30px;
    width: 122px;
    height: 35px;
    background: url(imgs/logo_dark.svg) no-repeat center;
    background-size: contain;
    float: left;
}

#masthead #kliinik_logo:lang(fi) {
    margin: 20px 30px;
    width: 122px;
    height: 35px;
    background: url(imgs/logo_fin.svg) no-repeat center;
    background-size: contain;
    float: left;
}

/* line 477, assets/stylesheets/style.scss */
#masthead #kliinik_logo.active-sandwich,
#masthead #kliinik_logo.active-sandwichh {
    background: url(imgs/logo_light.svg) no-repeat center;
    background-size: contain;
}

#masthead #kliinik_logo.active-sandwich:lang(fi),
#masthead #kliinik_logo.active-sandwichh:lang(fi) {
    background: url(imgs/logo_fin_white.svg) no-repeat center;
    background-size: contain;
}

/* line 483, assets/stylesheets/style.scss */
#masthead #chat {
    position: relative;
    margin-left: -80px;
    bottom: -80px;
    height: 80px;
    width: 80px;
    float: left;
    display: block;
    background: url(imgs/icon_chat.svg) no-repeat center center #C8102E;
}

/* line 492, assets/stylesheets/style.scss */
#masthead #chat.active-sandwich {
    opacity: 0;
    pointer-events: none;
}

/* line 496, assets/stylesheets/style.scss */
#masthead #chat.active-chat {
    background: url(imgs/icon_cancel.svg) no-repeat center center #C8102E;
    background-size: 22px;
}

/* line 501, assets/stylesheets/style.scss */
#masthead #primary_nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

/* line 506, assets/stylesheets/style.scss */
#masthead #menu-primary,
#masthead #menu-primary-eng,
#masthead #menu-primary-rus,
#masthead #menu-primary-fin {
    display: table;
    float: left;
    margin: 0;
    padding: 30px 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

/* line 513, assets/stylesheets/style.scss */
#masthead #menu-primary li,
#masthead #menu-primary-eng li,
#masthead #menu-primary-rus li,
#masthead #menu-primary-fin li {
    list-style: none;
    float: left;
    margin-left: 32px;
}

/* line 517, assets/stylesheets/style.scss */
#masthead #menu-primary li:nth-child(3):after,
#masthead #menu-primary-eng li:nth-child(3):after,
#masthead #menu-primary-rus li:nth-child(3):after,
#masthead #menu-primary-fin li:nth-child(3):after {
    content: '|';
    color: #363636;
    margin-left: 20px;
    position: absolute;
}

/* line 524, assets/stylesheets/style.scss */
#masthead #menu-primary li.wpml-ls-menu-item.menu-item-has-children li:after,
#masthead #menu-primary-eng li.wpml-ls-menu-item.menu-item-has-children li:after,
#masthead #menu-primary-rus li.wpml-ls-menu-item.menu-item-has-children li:after,
#masthead #menu-primary-fin li.wpml-ls-menu-item.menu-item-has-children li:after {
    display: none !important;
}

/* line 527, assets/stylesheets/style.scss */
#masthead #menu-primary li.wpml-ls-menu-item.menu-item-has-children > a,
#masthead #menu-primary-eng li.wpml-ls-menu-item.menu-item-has-children > a,
#masthead #menu-primary-rus li.wpml-ls-menu-item.menu-item-has-children > a,
#masthead #menu-primary-fin li.wpml-ls-menu-item.menu-item-has-children > a {
    pointer-events: none;
    margin-left: -5px;
}

/* line 532, assets/stylesheets/style.scss */
#masthead #menu-primary li a,
#masthead #menu-primary-eng li a,
#masthead #menu-primary-rus li a,
#masthead #menu-primary-fin li a {
    cursor: pointer;
    text-transform: uppercase;
    color: #363636;
    font-family: Lato;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

/* line 537, assets/stylesheets/style.scss */
#masthead #menu-primary li a:lang(ru),
#masthead #menu-primary-eng li a:lang(ru),
#masthead #menu-primary-rus li a:lang(ru),
#masthead #menu-primary-fin li a:lang(ru) {
    font-family: "Roboto", sans-serif !important;
}

/* line 544, assets/stylesheets/style.scss */
#masthead #menu-primary li a:hover,
#masthead #menu-primary li a:active,
#masthead #menu-primary li a:focus,
#masthead #menu-primary-eng li a:hover,
#masthead #menu-primary-eng li a:active,
#masthead #menu-primary-eng li a:focus,
#masthead #menu-primary-rus li a:hover,
#masthead #menu-primary-rus li a:active,
#masthead #menu-primary-rus li a:focus,
#masthead #menu-primary-fin li a:hover,
#masthead #menu-primary-fin li a:active,
#masthead #menu-primary-fin li a:focus {
    text-decoration: none;
    color: #C8102E;
}

/* line 550, assets/stylesheets/style.scss */
#masthead #menu-primary li.current_page_item,
#masthead #menu-primary-eng li.current_page_item,
#masthead #menu-primary-rus li.current_page_item,
#masthead #menu-primary-fin li.current_page_item {
    border-bottom: 2px solid #C8102E;
}

/* line 553, assets/stylesheets/style.scss */
#masthead #menu-primary li.menu-item-has-children,
#masthead #menu-primary-eng li.menu-item-has-children,
#masthead #menu-primary-rus li.menu-item-has-children,
#masthead #menu-primary-fin li.menu-item-has-children {
    margin-left: 25px;
}

/* line 555, assets/stylesheets/style.scss */
#masthead #menu-primary li.menu-item-has-children > a,
#masthead #menu-primary-eng li.menu-item-has-children > a,
#masthead #menu-primary-rus li.menu-item-has-children > a,
#masthead #menu-primary-fin li.menu-item-has-children > a {
    padding: 0 24px;
}

/* line 559, assets/stylesheets/style.scss */
#masthead #menu-primary li.menu-item-has-children .sub-menu,
#masthead #menu-primary-eng li.menu-item-has-children .sub-menu,
#masthead #menu-primary-rus li.menu-item-has-children .sub-menu,
#masthead #menu-primary-fin li.menu-item-has-children .sub-menu {
    pointer-events: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

/* line 565, assets/stylesheets/style.scss */
#masthead #menu-primary li.menu-item-has-children .sub-menu li,
#masthead #menu-primary-eng li.menu-item-has-children .sub-menu li,
#masthead #menu-primary-rus li.menu-item-has-children .sub-menu li,
#masthead #menu-primary-fin li.menu-item-has-children .sub-menu li {
    clear: both;
    margin-left: 20px;
}

/* line 570, assets/stylesheets/style.scss */
#masthead #menu-primary li.menu-item-has-children:hover,
#masthead #menu-primary-eng li.menu-item-has-children:hover,
#masthead #menu-primary-rus li.menu-item-has-children:hover,
#masthead #menu-primary-fin li.menu-item-has-children:hover {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 10px 0;
    margin-top: -10px;
}

/* line 575, assets/stylesheets/style.scss */
#masthead #menu-primary li.menu-item-has-children:hover .sub-menu,
#masthead #menu-primary-eng li.menu-item-has-children:hover .sub-menu,
#masthead #menu-primary-rus li.menu-item-has-children:hover .sub-menu,
#masthead #menu-primary-fin li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: inherit;
}

/* line 583, assets/stylesheets/style.scss */
#masthead #menu-primary.active-sandwich,
#masthead #menu-primary-eng.active-sandwich,
#masthead #menu-primary-rus.active-sandwich,
#masthead #menu-primary-fin.active-sandwich {
    opacity: 0;
    pointer-events: none;
}

/* line 589, assets/stylesheets/style.scss */
#masthead #menu-primary.active-chat a,
#masthead #menu-primary-eng.active-chat a,
#masthead #menu-primary-rus.active-chat a,
#masthead #menu-primary-fin.active-chat a {
    color: #fff;
}

/* line 590, assets/stylesheets/style.scss */
#masthead #menu-primary.active-chat .menu-item-has-children > a,
#masthead #menu-primary-eng.active-chat .menu-item-has-children > a,
#masthead #menu-primary-rus.active-chat .menu-item-has-children > a,
#masthead #menu-primary-fin.active-chat .menu-item-has-children > a {
    padding: 0 20px;
}

/* line 595, assets/stylesheets/style.scss */
#masthead #menu-primary.active-chat li:nth-child(3):after,
#masthead #menu-primary-eng.active-chat li:nth-child(3):after,
#masthead #menu-primary-rus.active-chat li:nth-child(3):after,
#masthead #menu-primary-fin.active-chat li:nth-child(3):after {
    content: '|';
    color: #fff;
    margin-left: 20px;
    position: absolute;
}

/* line 601, assets/stylesheets/style.scss */
#masthead #menu-primary.active-chat .sub-menu,
#masthead #menu-primary-eng.active-chat .sub-menu,
#masthead #menu-primary-rus.active-chat .sub-menu,
#masthead #menu-primary-fin.active-chat .sub-menu {
    margin-left: -5px !important;
}

/* line 603, assets/stylesheets/style.scss */
#masthead #menu-primary.search-active,
#masthead #menu-primary-eng.search-active,
#masthead #menu-primary-rus.search-active,
#masthead #menu-primary-fin.search-active {
    opacity: 0;
    pointer-events: none;
}

/* line 609, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men {
    padding: 0px 0;
    position: relative;
}

/* line 612, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men:before {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: #C8102E;
    position: absolute;
    top: 0px;
    left: 200px;
}

/* line 623, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li {
    display: table;
    width: 300px;
}

/* line 625, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li:last-child a {
    text-transform: none;
    font-size: 20px;
    line-height: 40px;
}

/* line 633, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li a {
    color: #363636;
    font-family: Unna;
    font-size: 30px;
    line-height: 60px;
    display: table;
    width: 100%;
    text-transform: uppercase;
}

/* line 641, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li a:hover {
    color: #C8102E;
    text-decoration: none !important;
}

/* line 646, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li:hover {
    display: block;
}

/* line 650, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .sub-menu {
    direction: ltr;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 200px;
    padding-left: 100px;
    opacity: 0;
    height: 100%;
    min-height: 55vh;
    overflow: auto;
}

/* line 672, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .sub-menu li {
    display: block;
}

/* line 674, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .sub-menu li a {
    text-transform: none;
    color: #363636;
    font-family: Unna;
    font-size: 20px;
    line-height: 35px;
}

/* line 684, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

/* line 689, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu li a {
    font-family: lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/* line 691, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu li a:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 696, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu li a:before {
    font-weight: 300;
}

/* line 699, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu li a:hover:before {
    color: #333;
}

/* line 705, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-email:lang(et) a:before {
    content: 'E-post: ';
}

/* line 708, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-telefon:lang(et) a:before {
    content: 'Telefon: ';
}

/* line 711, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-skype:lang(et) a:before {
    content: 'Skype: ';
}

/* line 714, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-opentime:lang(et) a:before {
    content: 'Oleme avatud: ';
}

/* line 719, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-email:lang(ru) a:before {
    content: 'Эл. почта: ';
}

/* line 722, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-telefon:lang(ru) a:before {
    content: 'Телефон: ';
}

/* line 725, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-skype:lang(ru) a:before {
    content: 'Skype: ';
}

/* line 728, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-kontakt .sub-menu .menu-opentime:lang(ru) a:before {
    content: 'Мы работаем: ';
}

/* line 737, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-colleg .sub-menu {
    overflow: visible;
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

/* line 744, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-colleg .sub-menu .menu-saatekirjad:hover a {
    color: #333 !important;
}

/* line 747, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-colleg .sub-menu .menu-saatekirjad .sub-menu {
    left: 0;
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

/* line 752, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-colleg .sub-menu .menu-saatekirjad .sub-menu li a {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

/* line 754, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-colleg .sub-menu .menu-saatekirjad .sub-menu li a:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 760, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men .menu-colleg .sub-menu .menu-saatekirjad .sub-menu li a:hover {
    color: #C8102E !important;
    text-decoration: underline !important;
}

/* line 770, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li:hover .sub-menu,
#masthead .desktopnavi #menu-large-men li.impoortant .sub-menu {
    opacity: 1;
    pointer-events: all;
}

/* line 773, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li:hover .sub-menu li:hover a,
#masthead .desktopnavi #menu-large-men li.impoortant .sub-menu li:hover a {
    color: #C8102E;
    opacity: 1;
}

/* line 778, assets/stylesheets/style.scss */
#masthead .desktopnavi #menu-large-men li.impoortant > a {
    color: #C8102E;
    text-decoration: none !important;
}

/* line 784, assets/stylesheets/style.scss */
#masthead .search_it {
    cursor: pointer;
    margin: 30px 0 30px 0px;
    background: url(imgs/icon_search_black.svg) no-repeat center;
    background-size: 15px 15px;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
}

/* line 793, assets/stylesheets/style.scss */
#masthead .search_it.active {
    background: url(imgs/icon_cancel_search.svg) no-repeat center;
    background-size: 15px 15px;
}

/* line 797, assets/stylesheets/style.scss */
#masthead .search_it.active-chat {
    background: url(imgs/icon_search.svg) no-repeat center;
}

/* line 799, assets/stylesheets/style.scss */
#masthead .search_it.active-chat.active {
    background: url(imgs/icon_cancel.svg) no-repeat center;
    background-size: 15px 15px;
}

/* line 804, assets/stylesheets/style.scss */
#masthead .search_it.active-sandwich {
    opacity: 0;
    pointer-events: none;
}

/* line 809, assets/stylesheets/style.scss */
#masthead .search_wrapper {
    left: 0;
    margin: 30px 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    width: calc(100% - 50px);
}

/* line 817, assets/stylesheets/style.scss */
#masthead .search_wrapper form {
    border-bottom: 1px solid #363636;
}

/* line 820, assets/stylesheets/style.scss */
#masthead .search_wrapper form input {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid transparent;
}

/* line 827, assets/stylesheets/style.scss */
#masthead .search_wrapper.active {
    opacity: 1;
    pointer-events: all;
}

/* line 832, assets/stylesheets/style.scss */
#masthead .search_wrapper.active-chat form {
    border-bottom: 1px solid #fff;
}

/* line 834, assets/stylesheets/style.scss */
#masthead .search_wrapper.active-chat form input {
    color: #fff;
}

/* line 843, assets/stylesheets/style.scss */
.searchh-page .col-md-6:nth-child(even) .search-content {
    margin-right: 35px;
}

/* line 848, assets/stylesheets/style.scss */
.searchh-page .col-md-6:nth-child(odd) .search-content {
    margin-left: 35px;
}

/* line 852, assets/stylesheets/style.scss */
.searchh-page .col-md-6:last-child {
    float: left !important;
}

/* line 856, assets/stylesheets/style.scss */
.searchh-page .col-md-6:last-child .search-content,
.searchh-page .col-md-6:nth-last-child(2) .search-content {
    border-bottom: 1px solid transparent;
}

/* line 860, assets/stylesheets/style.scss */
.searchh-page .search-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #363636;
}

/* line 870, assets/stylesheets/style.scss */
h1.search_title {
    display: block;
    margin-top: 56px;
    margin-bottom: 50px;
    color: #C8102E;
    font-family: Unna;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

/* line 881, assets/stylesheets/style.scss */
h2.search_title {
    width: 100%;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #363636;
    font-family: Unna;
    font-size: 20px;
    line-height: 24px;
}

/* line 891, assets/stylesheets/style.scss */
.riidmoor {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
}

/* line 898, assets/stylesheets/style.scss */
.riidmoor:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 903, assets/stylesheets/style.scss */
.riidmoor:hover,
.riidmoor:focus,
.riidmoor:active {
    text-decoration: underline;
    color: #C8102E;
}

/* line 907, assets/stylesheets/style.scss */
.riidmoor:after {
    content: '';
    background: url(imgs/arrow_right.svg) no-repeat center right;
    width: 7px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
}

/* line 917, assets/stylesheets/style.scss */
.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
    display: none !important;
}

/* line 918, assets/stylesheets/style.scss */
.fancybox-image {
    padding: 0 10vw;
    height: auto !important;
    bottom: 0;
    margin: auto;
}

/* line 920, assets/stylesheets/style.scss */
.fancybox-bg {
    background: rgba(0, 0, 0, 0.7);
}

/* line 923, assets/stylesheets/style.scss */
.fancybox-show-nav .fancybox-arrow {
    opacity: 1;
    background-image: url(imgs/arrows/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
}

/* line 929, assets/stylesheets/style.scss */
.fancybox-show-nav .fancybox-arrow::after {
    display: none;
}

/* line 934, assets/stylesheets/style.scss */
.fancybox-button--close,
.fancybox-button--close:hover,
.fancybox-button:hover:not([disabled]) {
    top: 20px;
    right: 20px;
    background-color: transparent;
    background-image: url(imgs/icon_cancel.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* line 941, assets/stylesheets/style.scss */
.fancybox-button--close::after,
.fancybox-button--close::before,
.fancybox-button--close:hover::after,
.fancybox-button--close:hover::before,
.fancybox-button:hover:not([disabled])::after,
.fancybox-button:hover:not([disabled])::before {
    display: none;
}

/* line 945, assets/stylesheets/style.scss */
.nav-tabs {
    border-bottom: 1px solid #F5F5F5;
}

/* line 947, assets/stylesheets/style.scss */
.nav-tabs li {
    min-width: 33.3%;
}

/* line 950, assets/stylesheets/style.scss */
.nav-tabs li:nth-child(2) a {
    margin: 0 auto;
}

/* line 951, assets/stylesheets/style.scss */
.nav-tabs li:nth-child(3) a {
    float: right;
}

/* line 955, assets/stylesheets/style.scss */
.nav-tabs > li > a {
    padding: 12px 0 !important;
    color: #363636;
    font-family: Unna;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    background: transparent !important;
    display: table;
}

/* line 962, assets/stylesheets/style.scss */
.nav-tabs > li.current_page_item > a {
    border-bottom: 3px solid #C8102E !important;
}

/* line 966, assets/stylesheets/style.scss */
.nav-tabs > li.current_page_item > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.current_page_item > a:hover,
.nav-tabs > li.current_page_item > a:focus {
    background: transparent;
    border-color: transparent;
    color: #C8102E;
}

/* line 972, assets/stylesheets/style.scss */
.tab-content {
    margin-top: 57px;
}

/* line 974, assets/stylesheets/style.scss */
.content-wrapper {
    display: table;
    min-height: 100vh;
    padding: 80px 85px;
}

/* line 978, assets/stylesheets/style.scss */
.content-wrapper .content-inner {
    display: table-cell;
    vertical-align: middle;
}

/* line 984, assets/stylesheets/style.scss */
#fixed-container {
    width: 100%;
    height: 100vh;
}

/* line 987, assets/stylesheets/style.scss */
#fixed-container.advice--page,
#fixed-container.advice--page .full-img {
    height: 40vh;
}

/* line 1000, assets/stylesheets/style.scss */
.loader {
    display: block;
    width: 5em;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(0%);
    }

    30% {
        -webkit-transform: translateY(-0.25em);
    }

    50% {
        -webkit-transform: translateY(0%);
    }

    70% {
        -webkit-transform: translateY(0.25em);
    }
}

/* line 1022, assets/stylesheets/style.scss */
.loader {
    display: block;
}

/* line 1025, assets/stylesheets/style.scss */
.loader .inner1,
.loader .inner2,
.loader .inner3 {
    display: inline-block;
    margin: 0.125em;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid lightgray;
    border-radius: 1em;
    background-color: lightgray;
    -webkit-transform-origin: 50%;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/* line 1043, assets/stylesheets/style.scss */
.loader .inner2 {
    -webkit-animation-delay: 0.1875s;
}

/* line 1047, assets/stylesheets/style.scss */
.loader .inner3 {
    -webkit-animation-delay: 0.375s;
}

/* line 1052, assets/stylesheets/style.scss */
#read_about {
    background: url(imgs/new_tab.svg) no-repeat center right 15px transparent;
    padding-right: 40px;
    cursor: pointer;
    margin-top: 20px;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: table;
}

/* line 1059, assets/stylesheets/style.scss */
#read_about:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1067, assets/stylesheets/style.scss */
.bottom_container {
    border-top: 80px solid #f5f5f5;
    display: table;
    width: 100%;
    padding: 0 80px 0px 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+50,ffffff+50 */
    background: #f5f5f5;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5f5f5), color-stop(50%, #ffffff));
    background: linear-gradient(to right, #f5f5f5 50%, #ffffff 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

/* line 1080, assets/stylesheets/style.scss */
.bottom_container img {
    max-width: calc(100% - 120px);
    height: auto;
}

/* line 1084, assets/stylesheets/style.scss */
.bottom_container .show--content {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    max-width: 100%;
    margin: -50px 60px 50px 80px;
}

/* line 1098, assets/stylesheets/style.scss */
.bottom_container .show--content .show--inner.doctor h2 {
    margin-bottom: 0 !important;
}

/* line 1101, assets/stylesheets/style.scss */
.bottom_container .show--content .show--inner.doctor h3.ametinimetus {
    margin-bottom: 30px;
    margin-top: 0px;
}

/* line 1106, assets/stylesheets/style.scss */
.bottom_container .show--content .show--inner ul,
.bottom_container .show--content .show--inner ol {
    list-style: inherit;
    margin-left: 20px;
}

/* line 1114, assets/stylesheets/style.scss */
.bottom_container .show--content .casesty {
    display: table;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 10px;
}

/* line 1118, assets/stylesheets/style.scss */
.bottom_container .show--content .casesty:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1127, assets/stylesheets/style.scss */
.bottom_container#advice--bottom,
.bottom_container#happens--bottom {
    border-top: none;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    padding: 80px 190px 80px 190px;
}

/* line 1133, assets/stylesheets/style.scss */
.bottom_container#kontakt {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    padding: 0px 190px;
}

/* line 1140, assets/stylesheets/style.scss */
.bottom_container#happens--bottom .ravi--container,
.bottom_container#advice--bottom .ravi--container {
    margin-left: 80px;
    max-width: 500px;
}

/* line 1144, assets/stylesheets/style.scss */
.bottom_container#happens--bottom .floatit,
.bottom_container#advice--bottom .floatit {
    margin-right: 30px;
}

/* line 1146, assets/stylesheets/style.scss */
.bottom_container#happens--bottom .floatit img,
.bottom_container#advice--bottom .floatit img {
    max-width: 200px;
    height: auto;
}

/* line 1151, assets/stylesheets/style.scss */
.bottom_container#happens--bottom .floatit a h3,
.bottom_container#advice--bottom .floatit a h3 {
    margin-top: 10px;
    display: block;
    color: #363636;
    font-family: Unna;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    text-transform: inherit;
}

/* line 1162, assets/stylesheets/style.scss */
.bottom_container#happens--bottom .floatit a:hover,
.bottom_container#advice--bottom .floatit a:hover {
    text-decoration: none;
}

/* line 1163, assets/stylesheets/style.scss */
.bottom_container#happens--bottom .floatit a:hover h3,
.bottom_container#advice--bottom .floatit a:hover h3 {
    color: #C8102E;
}

/* line 1170, assets/stylesheets/style.scss */
.bottom_container#home--bottom {
    margin-top: 100vh;
    border-top: none;
    background: #F5F5F5;
    padding: 80px 160px;
}

/* line 1175, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study {
    margin-bottom: 30px;
}

/* line 1177, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study h2,
.bottom_container#home--bottom .case--study p {
    margin-bottom: 15px;
    max-width: 400px;
}

/* line 1179, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study a:hover,
.bottom_container#home--bottom .case--study a:focus,
.bottom_container#home--bottom .case--study a:active {
    text-decoration: none;
}

/* line 1181, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study a:hover .study_btn,
.bottom_container#home--bottom .case--study a:focus .study_btn,
.bottom_container#home--bottom .case--study a:active .study_btn {
    background: url(imgs/arrow_right_white.svg) no-repeat center right 21px #C8102E;
    background-size: 9px 14px;
    color: #ffffff;
    text-decoration: none;
}

/* line 1187, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study a:hover .hoverimage,
.bottom_container#home--bottom .case--study a:focus .hoverimage,
.bottom_container#home--bottom .case--study a:active .hoverimage {
    opacity: 1;
}

/* line 1190, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study .full_bg {
    height: 200px;
    display: block;
    margin-right: -30px;
}

/* line 1201, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study .full_bg.hoverimage {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

/* line 1212, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study .casestudy {
    height: 200px;
    margin-left: 0px;
    padding: 25px 60px;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(5px);
}

/* line 1219, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study .casestudy .study_btn {
    margin-top: 0px;
    display: table;
    line-height: 40px;
    min-width: 150px;
    border: 1px solid #C8102E;
    border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 38px 0px 20px;
    background: url(imgs/arrow_right.svg) no-repeat center right 21px transparent;
    background-size: 9px 14px;
}

/* line 1234, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study .casestudy .study_btn:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1246, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study .casestudy .keepheight {
    display: block;
    max-height: 90px;
    overflow: hidden;
}

/* line 1253, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study:nth-child(odd) .firstcolcol {
    float: right;
}

/* line 1255, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study:nth-child(odd) .full_bg {
    margin-right: 0px;
    margin-left: -30px;
}

/* line 1259, assets/stylesheets/style.scss */
.bottom_container#home--bottom .case--study:nth-child(odd) .casestudy {
    margin-left: 0px;
    margin-right: 0px;
}

/* line 1268, assets/stylesheets/style.scss */
.eventspage {
    padding-top: 80px;
}

/* line 1270, assets/stylesheets/style.scss */
.eventspage img {
    width: calc(100vw - 160px);
    height: auto;
    margin-left: 80px;
}

/* line 1275, assets/stylesheets/style.scss */
.eventspage .full-img {
    max-height: 50vh;
}

/* line 1280, assets/stylesheets/style.scss */
.page-button-nav {
    padding-right: 30px;
}

/* line 1283, assets/stylesheets/style.scss */
.advice--container,
.page-button-nav li {
    border-bottom: 1px solid #F5F5F5;
    max-width: 900px;
    padding: 20px 0;
}

/* line 1287, assets/stylesheets/style.scss */
.advice--container .paadd,
.page-button-nav li .paadd {
    padding-top: 20px;
}

/* line 1290, assets/stylesheets/style.scss */
.advice--container a,
.page-button-nav li a {
    color: #C8102E;
    font-family: Unna;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
}

/* line 1301, assets/stylesheets/style.scss */
.advice--container.current_page_item > a,
.page-button-nav li.current_page_item > a {
    background: url(imgs/arrow_right.svg) no-repeat center right transparent;
    background-size: 11px;
    display: block;
    padding-right: 20px;
}

/* line 1307, assets/stylesheets/style.scss */
.advice--container .children,
.page-button-nav li .children {
    display: none;
    padding-top: 10px;
}

/* line 1308, assets/stylesheets/style.scss */
.advice--container.current_page_item > .children,
.advice--container.current_page_ancestor > .children,
.page-button-nav li.current_page_item > .children,
.page-button-nav li.current_page_ancestor > .children {
    display: block;
}

/* line 1310, assets/stylesheets/style.scss */
.advice--container.current_page_item > .children li,
.advice--container.current_page_ancestor > .children li,
.page-button-nav li.current_page_item > .children li,
.page-button-nav li.current_page_ancestor > .children li {
    border: 0;
    padding: 10px 0 10px 20px;
}

/* line 1313, assets/stylesheets/style.scss */
.advice--container.current_page_item > .children li a,
.advice--container.current_page_ancestor > .children li a,
.page-button-nav li.current_page_item > .children li a,
.page-button-nav li.current_page_ancestor > .children li a {
    color: #363636;
    font-family: Unna;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

/* line 1324, assets/stylesheets/style.scss */
.advice--toggle:active,
.advice--toggle:focus {
    background: green;
}

/* line 1327, assets/stylesheets/style.scss */
.advice--toggle {
    text-decoration: none;
}

/* line 1329, assets/stylesheets/style.scss */
.advice--toggle:hover,
.advice--toggle:active,
.advice--toggle:focus {
    text-decoration: none;
    opacity: 0.6;
}

/* line 1333, assets/stylesheets/style.scss */
.advice--toggle h2 {
    line-height: 30px;
    background: url(imgs/arrow_up.svg) no-repeat left center;
    padding-left: 30px;
    background-size: 22px 10px;
    margin: 0;
}

/* line 1341, assets/stylesheets/style.scss */
.advice--toggle.collapsed h2 {
    background: url(imgs/arrow_down.svg) no-repeat left center;
    background-size: 22px 10px;
}

/* line 1346, assets/stylesheets/style.scss */
.teenused_container {
    padding: 40px 40px 10px 25px;
}

/* line 1352, assets/stylesheets/style.scss */
.teenused_container .col-md-6:nth-child(even) .teenused_urrl {
    padding-left: 5px;
}

/* line 1354, assets/stylesheets/style.scss */
.teenused_container .col-md-6:nth-child(even) .teenused_urrl.doctor {
    padding: 0;
}

/* line 1361, assets/stylesheets/style.scss */
.teenused_container .col-md-6:nth-child(odd) .teenused_urrl {
    padding-right: 5px;
}

/* line 1363, assets/stylesheets/style.scss */
.teenused_container .col-md-6:nth-child(odd) .teenused_urrl.doctor {
    padding: 0;
}

/* line 1369, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl {
    text-align: center;
    display: table;
    width: 100%;
}

/* line 1374, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl .teenus_singular {
    background-color: transparent;
    height: 115px;
    display: block;
    width: 100%;
    position: relative;
}

/* line 1383, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl .teenus_singular:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(imgs/arrow_left.svg) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #F5F5F5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

/* line 1400, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl.doctor .teenus_singular {
    background-position: center top -10px;
    height: 10vw;
}

/* line 1405, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl p {
    color: #C8102E;
    font-family: Unna;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 30px;
    white-space: nowrap;
}

/* line 1414, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl p:lang(ru) {
    font-size: 16px;
}

/* line 1419, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl:hover,
.teenused_container .teenused_urrl:focus,
.teenused_container .teenused_urrl:active,
.teenused_container .teenused_urrl.currentPost {
    text-decoration: none;
}

/* line 1426, assets/stylesheets/style.scss */
.teenused_container .teenused_urrl:hover .teenus_singular:after,
.teenused_container .teenused_urrl:focus .teenus_singular:after,
.teenused_container .teenused_urrl:active .teenus_singular:after,
.teenused_container .teenused_urrl.currentPost .teenus_singular:after {
    opacity: 1;
}

/* line 1436, assets/stylesheets/style.scss */
.arstidemenu .full_bg {
    height: 150px !important;
    background-position: top center !important;
}

/* line 1443, assets/stylesheets/style.scss */
#teenused.opened .gray .animateme {
    opacity: 1 !important;
    -webkit-transform: translate3d(0px, 30px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    transform: translate3d(0px, 30px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
}

/* line 1449, assets/stylesheets/style.scss */
footer#colophon {
    width: 100%;
    padding: 28px 80px;
    position: relative;
    background: #c8102e;
    z-index: 9;
}

/* line 1455, assets/stylesheets/style.scss */
footer#colophon p,
footer#colophon a {
    color: #fff;
}

/* line 1457, assets/stylesheets/style.scss */
footer#colophon p.linkurll,
footer#colophon a.linkurll {
    margin: 0;
    color: #FFFFFF;
    font-family: "Gotham Rounded";
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-align: right;
}

/* line 1466, assets/stylesheets/style.scss */
footer#colophon p.tiitle,
footer#colophon a.tiitle {
    max-width: 150px;
    color: #FFFFFF;
    font-family: "Gotham Rounded";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
}

/* line 1476, assets/stylesheets/style.scss */
footer#colophon a:hover {
    color: #fff;
    text-decoration: none;
}

/* line 1479, assets/stylesheets/style.scss */
footer#colophon a:hover p.linkurll {
    text-decoration: underline;
}

/* line 1483, assets/stylesheets/style.scss */
footer#colophon .tervisekuu_wpr {
    padding-top: 20px;
    padding-bottom: 15px;
    display: table;
    float: right;
    padding-right: 170px;
    background: url(imgs/hammastetervisekuu.svg) no-repeat center right;
    background-size: contain;
}

/* line 1495, assets/stylesheets/style.scss */
footer#colophon .contacts_wpr p {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 6px;
}

/* line 1498, assets/stylesheets/style.scss */
footer#colophon .contacts_wpr p:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1505, assets/stylesheets/style.scss */
footer#colophon .contacts_wpr p a,
footer#colophon .contacts_wpr p span {
    font-weight: 400;
}

/* line 1509, assets/stylesheets/style.scss */
footer#colophon .contacts_wpr p a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* line 1513, assets/stylesheets/style.scss */
footer#colophon .contacts_wpr p.oepntime {
    margin: 0;
}

/* line 1538, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container form {
    position: relative;
    display: table;
}

/* line 1542, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gform_wrapper {
    display: table;
}

/* line 1545, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gform_body {
    float: left;
    max-width: calc(100% - 100px);
}

/* line 1550, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100px;
    padding: 0 !important;
    margin: 0 !important;
}

/* line 1558, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container li.gfield {
    margin-top: 20px !important;
}

/* line 1559, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gfield_label {
    display: none !important;
    margin: 0 !important;
}

/* line 1560, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container input {
    font-size: 14px !important;
    padding: 12px 10px !important;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, 0.3);
    border-radius: 10px;
    margin-bottom: 0px;
}

/* line 1570, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container textarea {
    font-size: 14px !important;
    padding: 5px 10px;
    max-height: 80px;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, 0.3);
    border-radius: 10px;
    margin-bottom: 0px !important;
}

/* line 1579, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container input,
.page-template-kontakt #fixed-container textarea {
    -webkit-transition: border .5s ease;
    transition: border .5s ease;
}

/* line 1581, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container input:hover,
.page-template-kontakt #fixed-container textarea:hover {
    border: 1px solid #363636;
}

/* line 1585, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gform_button {
    margin-bottom: 5px !important;
    text-indent: -100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: table;
    height: 40px;
    line-height: 40px;
    border: 1px solid #C8102E;
    border-radius: 10px;
    background-image: url(imgs/icon_send.svg);
    background-repeat: no-repeat;
    width: 40px !important;
    background-position: center;
    background-color: transparent;
}

/* line 1591, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gform_button:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1607, assets/stylesheets/style.scss */
.page-template-kontakt #fixed-container .gform_button:hover {
    line-height: 40px;
    border: 1px solid #C8102E;
    width: 100% !important;
    text-indent: inherit;
    background-image: url(imgs/icon_send_white.svg);
    background-position: center left 10px;
    padding: 0 10px 0 40px !important;
    background-color: #C8102E;
}

/* line 1622, assets/stylesheets/style.scss */
.gform_button {
    margin-bottom: 5px !important;
    text-indent: -100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: table;
    height: 40px;
    line-height: 40px;
    border: 1px solid #C8102E;
    border-radius: 10px;
    background-image: url(imgs/icon_send.svg);
    background-repeat: no-repeat;
    width: 40px !important;
    background-position: center;
    background-color: transparent;
}

/* line 1628, assets/stylesheets/style.scss */
.gform_button:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1644, assets/stylesheets/style.scss */
.gform_button:hover {
    line-height: 40px;
    border: 1px solid #C8102E;
    width: 100% !important;
    text-indent: inherit;
    background-image: url(imgs/icon_send_white.svg);
    background-position: center left 10px;
    padding: 0 10px 0 40px !important;
    background-color: #C8102E;
}

/* line 1657, assets/stylesheets/style.scss */
#teenused {
    overflow-x: hidden;
    position: relative;
}

/* line 1659, assets/stylesheets/style.scss */
.arstid_slide_wrp {
    max-width: calc(100vw + 50px);
    margin: 0 -50px;
}

/* line 1665, assets/stylesheets/style.scss */
.arstid-slide img {
    margin: 0 !important;
    max-width: 100% !important;
    height: auto;
    margin: 0;
    border: 5px solid #F5F5F5;
}

/* line 1672, assets/stylesheets/style.scss */
.arstid-slide p {
    font-weight: bold;
    color: #C8102E;
    font-family: unna, sans-serif;
    max-width: 95%;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0 auto;
}

/* line 1684, assets/stylesheets/style.scss */
.meist-slide {
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

/* line 1689, assets/stylesheets/style.scss */
.slick-dots li button:before {
    content: '';
    height: 10px;
    width: 10px;
    border: 1px solid #C8102E;
    border-radius: 10px;
    opacity: 1;
}

/* line 1698, assets/stylesheets/style.scss */
.slick-dots li.slick-active button:before {
    background: #C8102E;
    opacity: 1;
}

/* line 1703, assets/stylesheets/style.scss */
#gform_2 .gfield {
    min-height: 41px;
}

/* line 1707, assets/stylesheets/style.scss */
#gform_2 .gfield_radio li {
    float: left;
    margin: 0;
}

/* line 1710, assets/stylesheets/style.scss */
#gform_2 .gfield_radio li input {
    visibility: hidden;
    display: none;
}

/* line 1713, assets/stylesheets/style.scss */
#gform_2 .gfield_radio li input + label {
    display: table;
    white-space: nowrap;
    margin: 0 0 0 10px;
    cursor: pointer;
    border: 1px solid #C8102E;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    min-width: calc(100% - 10px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* line 1726, assets/stylesheets/style.scss */
#gform_2 .gfield_radio li input + label:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1735, assets/stylesheets/style.scss */
#gform_2 .gfield_radio li input + label:hover {
    color: #fff;
    background: rgba(200, 16, 46, 0.8);
}

/* line 1741, assets/stylesheets/style.scss */
#gform_2 .gfield_radio li input:checked + label {
    background: #C8102E;
    color: #fff;
}

/* line 1751, assets/stylesheets/style.scss */
#gform_2 .top_label .gfield_label {
    width: 100%;
    background: #fff;
    padding: 12px 20px !important;
    border-radius: 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

/* line 1758, assets/stylesheets/style.scss */
#gform_2 .top_label .gfield_label:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1766, assets/stylesheets/style.scss */
#gform_2 .chat2 {
    margin-top: 10px !important;
}

/* line 1768, assets/stylesheets/style.scss */
#gform_2 li.gfield {
    padding: 0;
    margin: 20px 0 0 0;
}

/* line 1771, assets/stylesheets/style.scss */
#gform_2 li.gfield label {
    margin: 0;
}

/* line 1775, assets/stylesheets/style.scss */
#gform_2 li.gfield .ginput_container_radio {
    display: table;
    margin: 20px 0 20px 0;
    float: right;
}

/* line 1779, assets/stylesheets/style.scss */
#gform_2 li.gfield .ginput_container_radio ul {
    width: inherit;
    margin: 0;
    display: table;
}

/* line 1786, assets/stylesheets/style.scss */
#gform_2 li.gfield .ginput_container_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: table;
    margin: 20px 0 20px 0;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border: 1px solid #C8102E;
    height: 40px;
    float: right;
}

/* line 1802, assets/stylesheets/style.scss */
#gform_2 li.gfield select {
    width: 100%;
    margin: 0;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background: transparent;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #C8102E;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-weight: 600;
}

/* line 1815, assets/stylesheets/style.scss */
#gform_2 li.gfield select:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1833, assets/stylesheets/style.scss */
#gform_2 input {
    font-size: 14px !important;
    padding: 12px 10px !important;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, 0.3);
    border-radius: 10px;
    margin-bottom: 0px;
}

/* line 1843, assets/stylesheets/style.scss */
#gform_2 textarea {
    font-size: 14px !important;
    padding: 5px 10px;
    max-height: 80px;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, 0.3);
    border-radius: 10px;
    margin-bottom: 0px !important;
}

/* line 1852, assets/stylesheets/style.scss */
#gform_2 input,
#gform_2 textarea {
    -webkit-transition: border .5s ease;
    transition: border .5s ease;
}

/* line 1854, assets/stylesheets/style.scss */
#gform_2 input:hover,
#gform_2 textarea:hover {
    border: 1px solid #363636;
}

/* line 1858, assets/stylesheets/style.scss */
#gform_2 .gform_button {
    margin-bottom: 5px !important;
    text-indent: -100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: table;
    height: 40px;
    line-height: 40px;
    border: 1px solid #C8102E;
    border-radius: 10px;
    background-image: url(imgs/icon_send.svg);
    background-repeat: no-repeat;
    width: 40px !important;
    background-position: center;
    background-color: transparent;
}

/* line 1864, assets/stylesheets/style.scss */
#gform_2 .gform_button:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 1880, assets/stylesheets/style.scss */
#gform_2 .gform_button:hover {
    line-height: 40px;
    border: 1px solid #C8102E;
    width: 100% !important;
    text-indent: inherit;
    background-image: url(imgs/icon_send_white.svg);
    background-position: center left 10px;
    padding: 0 10px 0 40px !important;
    background-color: #C8102E;
}

/* line 1895, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"] + label:after {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #C8102E;
    border-radius: 5px;
    position: absolute;
    -webkit-transition: .4s all;
    transition: .4s all;
    left: -23px;
    top: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

/* line 1909, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    visibility: hidden;
}

/* line 1914, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"] + label:before {
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    content: " ";
    display: block;
    width: 10px;
    height: 20px;
    border-style: solid;
    border-color: transparent #C8102E #C8102E transparent;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: -15px;
    top: 1px;
    -webkit-transform: rotate(45deg);
    transform: translateZ(1px) rotate(45deg);
}

/* line 1932, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"]:hover + label:after,
#gform_2 input[type="checkbox"]:checked + label:after {
    border-color: rgba(200, 16, 46, 0.15);
}

/* line 1935, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"]:checked + label:after {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    border-width: 11.8px;
    top: 0.8px;
}

/* line 1940, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"]:checked + label:before {
    opacity: 1;
}

/* line 1943, assets/stylesheets/style.scss */
#gform_2 input[type="checkbox"]:focus {
    outline: none;
}

/* line 1947, assets/stylesheets/style.scss */
#gform_2 input + label {
    padding-left: 10px;
    position: relative;
}

/* line 1951, assets/stylesheets/style.scss */
#gform_2 #input_2_32 li {
    display: table;
    float: left;
    margin-right: 20px;
}

/* line 1961, assets/stylesheets/style.scss */
.facebook {
    background: url(imgs/fb.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    float: left;
}

/* line 1969, assets/stylesheets/style.scss */
.facebook:hover {
    background: url(imgs/fb_hover.svg) no-repeat center;
}

/* line 1973, assets/stylesheets/style.scss */
.youtube {
    margin-left: 30px;
    background: url(imgs/youtube.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    float: left;
}

/* line 1982, assets/stylesheets/style.scss */
.youtube:hover {
    background: url(imgs/youtube_hover.svg) no-repeat center;
}

/* line 1986, assets/stylesheets/style.scss */
.vimeo {
    margin-left: 30px;
    background: url(imgs/vimeo.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    float: left;
}

/* line 1995, assets/stylesheets/style.scss */
.vimeo:hover {
    background: url(imgs/vimeo_hover.svg) no-repeat center;
}

.insta {
    margin-left: 30px;
    background: url(imgs/insta.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    float: left;
}

.insta:hover {
    background: url(imgs/insta_hover.svg) no-repeat center;
}

/* line 1999, assets/stylesheets/style.scss */
.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

/* line 2007, assets/stylesheets/style.scss */
.load-3 .line:nth-last-child(1) {
    -webkit-animation: loadingC .6s .1s linear infinite;
    animation: loadingC .6s .1s linear infinite;
}

/* line 2008, assets/stylesheets/style.scss */
.load-3 .line:nth-last-child(2) {
    -webkit-animation: loadingC .6s .2s linear infinite;
    animation: loadingC .6s .2s linear infinite;
}

/* line 2009, assets/stylesheets/style.scss */
.load-3 .line:nth-last-child(3) {
    -webkit-animation: loadingC .6s .3s linear infinite;
    animation: loadingC .6s .3s linear infinite;
}

@-webkit-keyframes loadingC {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes loadingC {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* line 2017, assets/stylesheets/style.scss */
.kulaline_arst {
    position: relative;
}

/* line 2019, assets/stylesheets/style.scss */
.kulaline_arst:before {
    content: '';
    display: block;
    position: absolute;
    top: 45px;
    right: 5px;
    background: url(imgs/icon_external.svg) no-repeat center transparent;
    height: 11px;
    width: 11px;
    background-size: contain;
}

/* The only rule that matters */
/* line 2034, assets/stylesheets/style.scss */
.lastitemhere {
    position: relative;
}

/* line 2036, assets/stylesheets/style.scss */
.lastitemhere .happyjunn {
    display: block;
    background: url(imgs/icon_tooth.svg) no-repeat center #C8102E;
    background-size: 21px 22px;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -50px;
    bottom: 0;
    border-radius: 40px;
}

/* line 2048, assets/stylesheets/style.scss */
#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

/* line 2058, assets/stylesheets/style.scss */
.tablet_mob_bg {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

/* line 2072, assets/stylesheets/style.scss */
.nav_button {
    height: 80px;
    width: 80px;
    float: left;
    display: block;
    cursor: pointer;
    background: #fff;
}

/* line 2081, assets/stylesheets/style.scss */
.nav_button #burger {
    margin: 30px auto;
    width: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

/* line 2087, assets/stylesheets/style.scss */
.nav_button #burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #C8102E;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* line 2106, assets/stylesheets/style.scss */
.nav_button #burger span:nth-child(1) {
    top: 0;
}

/* line 2110, assets/stylesheets/style.scss */
.nav_button #burger span:nth-child(2),
.nav_button #burger span:nth-child(3) {
    top: 8px;
}

/* line 2114, assets/stylesheets/style.scss */
.nav_button #burger span:nth-child(4) {
    top: 16px;
}

/* line 2122, assets/stylesheets/style.scss */
.nav_button #burger.active-sandwich span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* line 2128, assets/stylesheets/style.scss */
.nav_button #burger.active-sandwich span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 2132, assets/stylesheets/style.scss */
.nav_button #burger.active-sandwich span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 2136, assets/stylesheets/style.scss */
.nav_button #burger.active-sandwich span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* line 2146, assets/stylesheets/style.scss */
#bluk--menu {
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
    opacity: 0;
    height: calc(100vh - 160px);
    width: calc(100vw - 160px);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 80px;
    left: 80px;
    padding: 80px;
    z-index: 9;
}

/* line 2160, assets/stylesheets/style.scss */
#bluk--menu.active-sandwich {
    display: table;
    opacity: 1;
    pointer-events: inherit;
    z-index: 9999;
}

/* line 2166, assets/stylesheets/style.scss */
#bluk--menu #burger--navi {
    display: table-cell;
    vertical-align: middle;
}

/* line 2172, assets/stylesheets/style.scss */
#bluk--chat {
    display: table;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
    opacity: 0;
    width: 400px;
    border-radius: 0 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 80px;
    left: 160px;
    padding: 20px 10px 0px 0;
    z-index: 9;
    min-height: 130px;
}

/* line 2189, assets/stylesheets/style.scss */
#bluk--chat.active-sandwich {
    opacity: 1;
    pointer-events: inherit;
    z-index: 9999;
}

/* line 2194, assets/stylesheets/style.scss */
#bluk--chat .gform_wrapper {
    max-height: calc(100vh - 160px);
    min-height: 250px;
    overflow: auto;
    margin: 0;
    padding: 20px 20px 0px 70px;
}

/* line 2202, assets/stylesheets/style.scss */
#bluk--chat .gsection {
    border: none;
}

/* line 2206, assets/stylesheets/style.scss */
#bluk--chat .gsection_title {
    color: #363636;
    width: 100%;
    background: #fff;
    padding: 12px 20px !important;
    border-radius: 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

/* line 2213, assets/stylesheets/style.scss */
#bluk--chat .gsection_title:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 2221, assets/stylesheets/style.scss */
#bluk--chat .chat27 .loader,
#bluk--chat .chat28 .loader,
#bluk--chat .chat29 .loader,
#bluk--chat .chat30 .loader,
#bluk--chat .chat31 .loader,
#bluk--chat .chat32 .loader,
#bluk--chat .chat33 .loader {
    display: none !important;
}

/* line 2224, assets/stylesheets/style.scss */
#bluk--chat .gform_confirmation_wrapper {
    position: relative;
    display: table;
    padding-left: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* line 2230, assets/stylesheets/style.scss */
#bluk--chat .gform_confirmation_wrapper .gform_confirmation_message {
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 12px 20px !important;
    border-radius: 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

/* line 2237, assets/stylesheets/style.scss */
#bluk--chat .gform_confirmation_wrapper .gform_confirmation_message:lang(ru) {
    font-family: 'Roboto', sans-serif;
}

/* line 2244, assets/stylesheets/style.scss */
#bluk--chat .gform_confirmation_wrapper:before {
    content: '';
    display: inline-block;
    background: url(imgs/icon_tooth.svg) no-repeat center #C8102E;
    background-size: 21px 22px;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 20px;
    border-radius: 40px;
}

/* line 2261, assets/stylesheets/style.scss */
#top--layer {
    z-index: 10;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    top: 0;
    left: -100vw;
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

/* line 2272, assets/stylesheets/style.scss */
#top--layer.active-sandwich,
#top--layer.active-sandwichh {
    opacity: 1;
    left: 0vw;
}

/* line 2274, assets/stylesheets/style.scss */
.validation_error {
    text-align: left !important;
    border-top: 1px solid #C8102E !important;
    border-bottom: 1px solid #C8102E !important;
    color: #C8102E !important;
}

/* line 2280, assets/stylesheets/style.scss */
.showsubmenu,
.validation_message {
    display: none;
}

/* line 2289, assets/stylesheets/style.scss */
body .gform_wrapper .gform_body ul.gform_fields li.gfield_error {
    border: 0px solid transparent;
    background-color: transparent;
}

/* line 2294, assets/stylesheets/style.scss */
body .gform_wrapper .gform_body ul.gform_fields li.gfield_error label,
body .gform_wrapper .gform_body ul.gform_fields li.gfield_error div.validation_message {
    color: #C8102E !important;
}

/* line 2298, assets/stylesheets/style.scss */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin: 0 !important;
}

/* line 2302, assets/stylesheets/style.scss */
li.gfield.gfield_error {
    padding: 0 !important;
}

/* line 2304, assets/stylesheets/style.scss */
li.gfield.gfield_error input,
li.gfield.gfield_error textarea {
    border: 1px solid #C8102E !important;
}

/* line 2310, assets/stylesheets/style.scss */
body.morning,
body.day,
body.day {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 2321, assets/stylesheets/style.scss */
body.night #kliinik_logo {
    background: url(imgs/logo_light.svg) no-repeat center !important;
    background-size: contain !important;
}

/* line 2327, assets/stylesheets/style.scss */
body.night #menu-primary li a,
body.night #menu-primary-rus li a,
body.night #menu-primary-eng li a,
body.night #menu-primary-fin li a {
    color: #fff !important;
}

/* line 2328, assets/stylesheets/style.scss */
body.night #menu-primary li.menu-item-has-children > a,
body.night #menu-primary-rus li.menu-item-has-children > a,
body.night #menu-primary-eng li.menu-item-has-children > a,
body.night #menu-primary-fin li.menu-item-has-children > a {
    border-left: 1px solid #fff !important;
}

/* line 2333, assets/stylesheets/style.scss */
body.night .search_it {
    background: url(imgs/icon_search.svg) no-repeat center !important;
}

/* line 2335, assets/stylesheets/style.scss */
body.night .search_it.active {
    background: url(imgs/icon_cancel.svg) no-repeat center !important;
    background-size: 15px 15px !important;
}

/* line 2340, assets/stylesheets/style.scss */
body.night .search_wrapper form {
    border-bottom: 1px solid #fff !important;
}

/* line 2342, assets/stylesheets/style.scss */
body.night .search_wrapper form input {
    color: #fff;
}

/* line 2350, assets/stylesheets/style.scss */
.kikuarst img {
    width: 100%;
    max-width: 230px;
}

/* line 2356, assets/stylesheets/style.scss */
.single-ravijuhtum .full-img {
    margin-top: 80px;
}

/* line 2362, assets/stylesheets/style.scss */
.mobile-menu-subitem a:before {
    content: 'Kliinik 32 ';
}

/* line 2368, assets/stylesheets/style.scss */
body.stuff--open .footer_contacts {
    display: none !important;
    z-index: -1;
}

/* line 2372, assets/stylesheets/style.scss */
#field_2_38 .happyjunn,
#field_2_38 .loader,
#field_2_38 .gfield_label,
#field_2_39 .happyjunn,
#field_2_39 .loader,
#field_2_39 .gfield_label,
#field_2_40 .happyjunn,
#field_2_40 .loader,
#field_2_40 .gfield_label,
#field_2_41 .happyjunn,
#field_2_41 .loader,
#field_2_41 .gfield_label,
#field_2_44 .happyjunn,
#field_2_44 .loader,
#field_2_44 .gfield_label,
#field_2_45 .happyjunn,
#field_2_45 .loader,
#field_2_45 .gfield_label,
#field_2_46 .happyjunn,
#field_2_46 .loader,
#field_2_46 .gfield_label,
#field_2_50 .happyjunn,
#field_2_50 .loader,
#field_2_50 .gfield_label,
#field_2_53 .happyjunn,
#field_2_53 .loader,
#field_2_53 .gfield_label,
#field_2_55 .happyjunn,
#field_2_55 .loader,
#field_2_55 .gfield_label {
    display: none !important;
}

/* Large desktop */
@media (min-width: 992px) {

    /* line 2383, assets/stylesheets/style.scss */
    .businessdata {
        margin: 0 auto;
        display: table;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

    /* line 2392, assets/stylesheets/style.scss */
    .single-ravijuhtum .full-img {
        margin-top: 0px;
    }

    /* line 2397, assets/stylesheets/style.scss */
    .see--others ul {
        direction: ltr;
        -webkit-columns: 2;
        columns: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }

    /* line 2408, assets/stylesheets/style.scss */
    .sm-visible {
        display: block;
        text-align: right;
    }

    /* line 2411, assets/stylesheets/style.scss */
    .sm-visible .social_bttns {
        display: table;
        float: right;
        text-indent: -9999px;
    }

    /* line 2415, assets/stylesheets/style.scss */
    .sm-visible .social_bttns a {
        color: transparent !important;
    }

    /* line 2419, assets/stylesheets/style.scss */
    .sm-visible.contavt--info {
        margin-top: 25px;
    }

    /* line 2423, assets/stylesheets/style.scss */
    .sm-hidden {
        display: none;
    }

    /* line 2427, assets/stylesheets/style.scss */
    body {
        overflow-x: hidden;
        padding-top: 80px;
    }

    /* line 2431, assets/stylesheets/style.scss */
    .animateme {
        opacity: 1 !important;
        -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    }

    /* line 2435, assets/stylesheets/style.scss */
    #masthead {
        padding: 0 40px 0 0;
    }

    /* line 2439, assets/stylesheets/style.scss */
    .fancybox-image {
        padding: 0;
        height: auto !important;
        bottom: 0;
        margin: auto;
    }

    /* line 2440, assets/stylesheets/style.scss */
    .visible-desktop {
        display: none;
    }

    /* line 2442, assets/stylesheets/style.scss */
    #fixed-container {
        height: inherit !important;
    }

    /* line 2446, assets/stylesheets/style.scss */
    .bottom_container#home--bottom .case--study .casestudy {
        padding: 20px 40px;
        height: 230px;
    }

    /* line 2450, assets/stylesheets/style.scss */
    .bottom_container#home--bottom .case--study .full_bg {
        height: 230px;
    }

    /* line 2458, assets/stylesheets/style.scss */
    .bottom_container#home--bottom,
    .bottom_container#advice--bottom {
        border-top: none;
        padding: 40px 40px 40px 110px;
    }

    /* line 2462, assets/stylesheets/style.scss */
    .bottom_container#kontakt,
    .bottom_container#happens--bottom {
        border-top: none;
        padding: 0px 80px 0 110px;
    }

    /* line 2466, assets/stylesheets/style.scss */
    .bottom_container#kontakt .ravi--container,
    .bottom_container#happens--bottom .ravi--container {
        margin: 22px 0 0 0;
    }

    /* line 2471, assets/stylesheets/style.scss */
    .bottom_container#teenused {
        border-top: none;
        background: #F5F5F5;
        padding: 0px 0px;
    }

    /* line 2475, assets/stylesheets/style.scss */
    .bottom_container#teenused img {
        max-width: calc(100% - 80px);
        opacity: 1;
    }

    /* line 2479, assets/stylesheets/style.scss */
    .bottom_container#teenused .fixxedimg {
        display: none;
    }

    /* line 2480, assets/stylesheets/style.scss */
    .bottom_container#teenused .show--content {
        background: rgba(255, 255, 255, 0.85);
        padding: 30px;
        max-width: 100%;
        margin: -50px 0px 50px 80px;
    }

    /* line 2486, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container {
        padding: 60px 40px;
    }

    /* line 2490, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(even) .teenused_urrl {
        padding-left: 0px;
    }

    /* line 2492, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(even) .teenused_urrl.doctor {
        padding: 0;
    }

    /* line 2498, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(odd) .teenused_urrl {
        padding-right: 0px;
    }

    /* line 2500, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(odd) .teenused_urrl.doctor {
        padding: 0;
    }

    /* line 2507, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenus_singular {
        display: none;
    }

    /* line 2511, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_urrl p {
        color: #C8102E;
        font-family: Unna;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: left;
    }

    /* line 2520, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_urrl p:lang(ru) {
        font-size: 16px;
    }

    /* line 2525, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_urrl.currentPost p {
        color: #363636;
    }

    /* line 2534, assets/stylesheets/style.scss */
    .single-teenused .teenused_container,
    .single-teenused #happens--bottom,
    .single-arstid .teenused_container,
    .single-arstid #happens--bottom,
    .search-results .teenused_container,
    .search-results #happens--bottom {
        margin-top: 80px;
    }

    /* line 2538, assets/stylesheets/style.scss */
    .ravijuhtum-template-default #fixed-container {
        margin-bottom: 80px;
    }

    /* line 2540, assets/stylesheets/style.scss */
    .full-img {
        height: 50vh;
        background-position: top center;
    }

    /* line 2544, assets/stylesheets/style.scss */
    .content-wrapper {
        display: block;
        min-height: auto;
        width: 100vw;
        padding: 40px 40px 40px 110px;
    }

    /* line 2549, assets/stylesheets/style.scss */
    .content-wrapper #dooown {
        display: none;
    }

    /* line 2551, assets/stylesheets/style.scss */
    .small-width,
    .medium-width {
        max-width: 100%;
    }

    /* line 2554, assets/stylesheets/style.scss */
    .ravijuhtum-template-default .margin-top {
        margin: 40px 0;
        display: table;
    }

    /* line 2558, assets/stylesheets/style.scss */
    .margin-top {
        margin-top: 40px;
        display: table;
    }

    /* line 2562, assets/stylesheets/style.scss */
    .page-template-kontakt .content-wrapper {
        padding: 60px 80px 0px 110px;
    }

    /* line 2564, assets/stylesheets/style.scss */
    .page-template-kontakt .content-wrapper h2 {
        margin: 0;
    }

    /* line 2568, assets/stylesheets/style.scss */
    .stronger_text.tabletcontact {
        margin-top: 30px;
        text-align: right;
    }

    /* line 2571, assets/stylesheets/style.scss */
    .stronger_text.tabletcontact .youtube,
    .stronger_text.tabletcontact .facebook {
        text-align: center;
        float: right;
    }

    /* line 2575, assets/stylesheets/style.scss */
    .stronger_text.tabletcontact .facebook {
        margin-left: 20px;
    }

    /* line 2580, assets/stylesheets/style.scss */
    .gform_wrapper {
        margin: 0;
    }

    /* line 2581, assets/stylesheets/style.scss */
    .gform_wrapper .gform_body {
        max-width: 100% !important;
        float: none !important;
        clear: both;
    }

    /* line 2586, assets/stylesheets/style.scss */
    .gform_wrapper .gform_footer {
        position: relative !important;
    }

    /* line 2588, assets/stylesheets/style.scss */
    .gform_wrapper .gform_footer input {
        margin-top: 20px !important;
    }

    /* line 2591, assets/stylesheets/style.scss */
    .mapcontainer {
        background: #ccc;
        margin: 80px -80px 80px -110px;
    }

    /* line 2597, assets/stylesheets/style.scss */
    .slider_wrapper {
        display: table;
        margin: 0 auto 40px auto;
    }

    /* line 2602, assets/stylesheets/style.scss */
    .eventspage {
        padding-top: 0px;
    }

    /* line 2604, assets/stylesheets/style.scss */
    .eventspage img {
        width: calc(100vw - 80px);
        height: auto;
        margin-left: 80px;
    }

    /* line 2610, assets/stylesheets/style.scss */
    footer#colophon {
        padding: 28px 25px;
    }

    /* line 2616, assets/stylesheets/style.scss */
    .floatit img {
        max-width: 150px !important;
    }

    /* line 2620, assets/stylesheets/style.scss */
    .nav-tabs {
        margin-top: 30px;
    }

    /* line 2621, assets/stylesheets/style.scss */
    #bluk--chat {
        left: 80px;
    }

    /* line 2624, assets/stylesheets/style.scss */
    #bluk--menu {
        height: calc(100vh - 100px);
    }

    /* line 2626, assets/stylesheets/style.scss */
    #bluk--menu .sub-menu {
        -webkit-column-count: inherit !important;
        column-count: inherit !important;
    }

    /* line 2635, assets/stylesheets/style.scss */
    #bluk--menu .desktopnavi #menu-large-men .sub-menu {
        padding-left: 50px;
        display: table;
        min-height: inherit;
        margin: auto;
    }

    /* line 2641, assets/stylesheets/style.scss */
    #bluk--menu .desktopnavi #menu-large-men li {
        width: 240px;
    }

    /* line 2643, assets/stylesheets/style.scss */
    #bluk--menu .desktopnavi #menu-large-men li:hover > a {
        color: #C8102E;
    }

    /* line 2647, assets/stylesheets/style.scss */
    #bluk--menu .desktopnavi #menu-large-men > li.menu-item-has-children > a {
        pointer-events: none;
    }

    /* line 2652, assets/stylesheets/style.scss */
    #doooown {
        display: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    /* line 2660, assets/stylesheets/style.scss */
    .searchh-page .col-md-6:nth-child(odd) .search-content {
        margin-left: 0;
    }

    /* line 2664, assets/stylesheets/style.scss */
    .single-ravijuhtum .full-img {
        margin-top: 0px;
    }

    /* line 2669, assets/stylesheets/style.scss */
    .see--others {
        margin-bottom: 35px;
    }

    /* line 2672, assets/stylesheets/style.scss */
    .see--others ul {
        direction: ltr;
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }

    /* line 2684, assets/stylesheets/style.scss */
    #page {
        padding-top: 60px;
    }

    /* line 2688, assets/stylesheets/style.scss */
    h2 {
        margin-bottom: 10px;
    }

    /* line 2691, assets/stylesheets/style.scss */
    .eventspage {
        padding-top: 0px;
    }

    /* line 2693, assets/stylesheets/style.scss */
    .eventspage img {
        width: 100vw;
        height: auto;
        margin-left: 0px;
    }

    /* line 2699, assets/stylesheets/style.scss */
    #doooown {
        display: none;
    }

    /* line 2700, assets/stylesheets/style.scss */
    .mobiilifix {
        margin-right: auto;
        margin-left: auto;
    }

    /* line 2706, assets/stylesheets/style.scss */
    .fancybox-image {
        padding: 0;
        height: auto !important;
        bottom: 0;
        margin: auto;
    }

    /* line 2707, assets/stylesheets/style.scss */
    #video-background {
        display: none !important;
    }

    /* line 2710, assets/stylesheets/style.scss */
    .tablet_mob_bg {
        display: inherit !important;
    }

    /* line 2714, assets/stylesheets/style.scss */
    #masthead #kliinik_logo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        height: 60px !important;
        background-size: 100px 25px;
        margin: 0 !important;
    }

    /* line 2729, assets/stylesheets/style.scss */

    #masthead #kliinik_logo.active-sandwichh,
    #masthead #kliinik_logo.active-sandwich,
        {
        background: url(imgs/logo_dark.svg) no-repeat center #fff;
        width: 100% !important;
        height: 60px !important;
        background-size: 100px 25px;
        margin: 0 !important;
    }

    #masthead #kliinik_logo.active-sandwichh:lang(fi),
    #masthead #kliinik_logo.active-sandwich:lang(fi) {
        background: url(imgs/logo_fin.svg) no-repeat center #fff;
    }

    /* line 2742, assets/stylesheets/style.scss */
    .top_side_wrapper .top-side {
        height: 100vh;
        width: 100vw;
        border-top: 60px solid #f5f5f5 !important;
        display: block;
    }

    /* line 2748, assets/stylesheets/style.scss */
    #chat,
    .nav_button {
        height: 60px !important;
        width: 60px !important;
    }

    /* line 2753, assets/stylesheets/style.scss */
    #chat {
        z-index: 1;
        position: fixed !important;
        margin-left: 0px !important;
        top: 0px !important;
        right: 0;
    }

    /* line 2766, assets/stylesheets/style.scss */
    .nav_button {
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
    }

    /* line 2771, assets/stylesheets/style.scss */
    .nav_button #burger {
        margin: 20px auto !important;
    }

    /* line 2775, assets/stylesheets/style.scss */
    .animateme {
        opacity: 1 !important;
        -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    }

    /* line 2779, assets/stylesheets/style.scss */
    #masthead {
        height: 0;
        padding: 0 0px 0 0;
        position: relative;
    }

    /* line 2783, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men {
        position: relative;
        max-height: 70vh;
        overflow: auto;
    }

    /* line 2787, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men li {
        width: auto;
        display: block;
        text-align: center;
    }

    /* line 2791, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men li .sub-menu {
        display: block;
        opacity: 1;
        left: 0;
        position: relative;
        padding: 0;
    }

    /* line 2798, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men li.menu-item-has-children > a {
        pointer-events: none;
    }

    /* line 2799, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men li.menu-kontakt > a,
    #masthead .desktopnavi #menu-large-men li.menu-kontakt > a {
        pointer-events: all;
    }

    /* line 2812, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    /* line 2816, assets/stylesheets/style.scss */
    #masthead .desktopnavi #menu-large-men:before {
        display: none;
    }

    /* line 2821, assets/stylesheets/style.scss */
    .visible-desktop {
        display: none;
    }

    /* line 2822, assets/stylesheets/style.scss */
    .tab-content {
        margin-top: 30px;
    }

    /* line 2823, assets/stylesheets/style.scss */
    #fixed-container {
        height: inherit !important;
    }

    /* line 2825, assets/stylesheets/style.scss */
    .bottom_container#home--bottom {
        border-top: none;
        padding: 20px 0px;
        background: transparent;
        margin-top: calc(100vh - 120px);
    }

    /* line 2831, assets/stylesheets/style.scss */
    .bottom_container#advice--bottom {
        border-top: none;
        padding: 0px 20px;
    }

    /* line 2835, assets/stylesheets/style.scss */
    .bottom_container#kontakt,
    .bottom_container#happens--bottom {
        border-top: none;
        padding: 0px;
    }

    /* line 2839, assets/stylesheets/style.scss */
    .bottom_container#teenused {
        border-top: none;
        background: #F5F5F5;
        padding: 0px 0px;
    }

    /* line 2843, assets/stylesheets/style.scss */
    .bottom_container#teenused img {
        margin-left: -15px;
        max-width: calc(100% + 30px);
        opacity: 1;
    }

    /* line 2849, assets/stylesheets/style.scss */
    .bottom_container#teenused .fixxedimg {
        display: none;
    }

    /* line 2853, assets/stylesheets/style.scss */
    .bottom_container#teenused .show--content {
        background: rgba(255, 255, 255, 0.85);
        padding: 20px;
        max-width: 100%;
        margin: 0;
    }

    /* line 2859, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container {
        text-align: center;
        padding: 0px 0px;
    }

    /* line 2865, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(even) .teenused_urrl {
        padding-left: 0px;
    }

    /* line 2867, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(even) .teenused_urrl.doctor {
        padding: 0;
    }

    /* line 2874, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(odd) .teenused_urrl {
        padding-right: 0px;
    }

    /* line 2876, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_container .col-md-6:nth-child(odd) .teenused_urrl.doctor {
        padding: 0;
    }

    /* line 2883, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenus_singular {
        display: none;
    }

    /* line 2887, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_urrl p {
        color: #C8102E;
        font-family: Unna;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    /* line 2895, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_urrl p:lang(ru) {
        font-size: 16px;
    }

    /* line 2900, assets/stylesheets/style.scss */
    .bottom_container#teenused .teenused_urrl.currentPost p {
        color: #363636;
    }

    /* line 2904, assets/stylesheets/style.scss */
    .bottom_container#teenused p.ametinimetus_m {
        padding-bottom: 10px;
    }

    /* line 2906, assets/stylesheets/style.scss */
    .bottom_container#teenused p.ametinimetus_m span {
        text-transform: uppercase;
    }

    /* line 2914, assets/stylesheets/style.scss */
    .single-teenused .teenused_container,
    .single-teenused #happens--bottom,
    .single-arstid .teenused_container,
    .single-arstid #happens--bottom,
    .search-results .teenused_container,
    .search-results #happens--bottom {
        margin-top: 80px;
    }

    /* line 2916, assets/stylesheets/style.scss */
    .single-teenused .teenused_container .ravi--container,
    .single-teenused #happens--bottom .ravi--container,
    .single-arstid .teenused_container .ravi--container,
    .single-arstid #happens--bottom .ravi--container,
    .search-results .teenused_container .ravi--container,
    .search-results #happens--bottom .ravi--container {
        margin: 22px 0 0 0;
    }

    /* line 2921, assets/stylesheets/style.scss */
    .full-img {
        height: 50vh;
    }

    /* line 2924, assets/stylesheets/style.scss */
    .content-wrapper {
        display: block;
        min-height: auto;
        width: 100vw;
        padding: 20px;
    }

    /* line 2929, assets/stylesheets/style.scss */
    .content-wrapper #dooown {
        display: none;
    }

    /* line 2931, assets/stylesheets/style.scss */
    .small-width,
    .medium-width {
        max-width: 100%;
    }

    /* line 2934, assets/stylesheets/style.scss */
    .margin-top {
        margin-top: 35px;
    }

    /* line 2937, assets/stylesheets/style.scss */
    .page-template-kontakt .content-wrapper {
        max-width: 90vw;
        overflow: hidden;
        padding: 20px 0;
    }

    /* line 2941, assets/stylesheets/style.scss */
    .page-template-kontakt .content-wrapper h2 {
        margin: 0;
    }

    /* line 2944, assets/stylesheets/style.scss */
    .page-template-kontakt .content-wrapper div {
        padding: 0;
    }

    /* line 2946, assets/stylesheets/style.scss */
    .stronger_text.tabletcontact {
        margin-top: 30px;
        text-align: right;
    }

    /* line 2949, assets/stylesheets/style.scss */
    .stronger_text.tabletcontact .youtube,
    .stronger_text.tabletcontact .facebook {
        text-align: center;
        float: right;
    }

    /* line 2953, assets/stylesheets/style.scss */
    .stronger_text.tabletcontact .facebook {
        margin-left: 20px;
    }

    /* line 2959, assets/stylesheets/style.scss */
    .gform_wrapper {
        margin: 0;
    }

    /* line 2960, assets/stylesheets/style.scss */
    .gform_wrapper .gform_body {
        max-width: 100% !important;
        float: none !important;
        clear: both;
    }

    /* line 2978, assets/stylesheets/style.scss */
    .gform_wrapper .gform_footer {
        position: relative !important;
    }

    /* line 2980, assets/stylesheets/style.scss */
    .gform_wrapper .gform_footer input {
        margin-top: 20px !important;
    }

    /* line 2983, assets/stylesheets/style.scss */
    .mapcontainer {
        background: #ccc;
        margin: 80px -15px 0px -15px;
    }

    /* line 2987, assets/stylesheets/style.scss */
    .slider_wrapper {
        display: table;
        margin: 0 auto 20px auto;
    }

    /* line 2991, assets/stylesheets/style.scss */
    .social_bttns {
        margin-bottom: 14px;
        display: table;
    }

    /* line 2996, assets/stylesheets/style.scss */
    .mobileaddress {
        display: block;
        padding: 15px;
        position: fixed;
        bottom: 40px;
        right: 25px;
    }

    /* line 3002, assets/stylesheets/style.scss */
    .mobileaddress p {
        font-weight: 400;
    }

    /* line 3004, assets/stylesheets/style.scss */
    .footer_contacts {
        display: block;
    }

    /* line 3006, assets/stylesheets/style.scss */
    .footer_contacts a {
        display: block;
        width: 30px;
        height: 60px;
        margin: 0 auto;
    }

    /* line 3012, assets/stylesheets/style.scss */
    .footer_contacts a.kk-call {
        background: url(imgs/icon_call.svg) no-repeat center center;
        background-size: contain;
    }

    /* line 3016, assets/stylesheets/style.scss */
    .footer_contacts a.kk-mail {
        background: url(imgs/icon_mail.svg) no-repeat center center;
        background-size: contain;
    }

    /* line 3020, assets/stylesheets/style.scss */
    .footer_contacts a.kk-pin {
        background: url(imgs/icon_pin.svg) no-repeat center center;
        background-size: contain;
    }

    /* line 3024, assets/stylesheets/style.scss */
    .footer_contacts a.kk-skype {
        background: url(imgs/icon_skype.svg) no-repeat center center;
        background-size: contain;
    }

    /* line 3030, assets/stylesheets/style.scss */
    body.stuff--open {
        overflow-y: inherit;
    }

    /* line 3033, assets/stylesheets/style.scss */
    #bluk--chat {
        background: rgba(241, 241, 241, 0.86);
        padding-top: 30px;
        padding-bottom: 30px;
        left: 0px;
        top: 0px;
        max-width: 100vw;
        min-height: 100vh;
        border-radius: 0;
        position: absolute;
        -webkit-box-shadow: 2px 2px 20px #888;
        box-shadow: 2px 2px 20px #888;
    }

    /* line 3048, assets/stylesheets/style.scss */
    #bluk--chat .gform_wrapper {
        min-height: 100vh;
        padding: 0px 15px 0 15px;
        max-height: inherit;
    }

    /* line 3052, assets/stylesheets/style.scss */
    #bluk--chat .gform_wrapper .happyjunn {
        display: none !important;
    }

    /* line 3064, assets/stylesheets/style.scss */
    #bluk--chat .gform_wrapper .gfield_radio li input + label {
        padding: 10px !important;
    }

    /* line 3081, assets/stylesheets/style.scss */
    #bluk--chat.active-sandwich {
        z-index: 0;
    }

    /* line 3084, assets/stylesheets/style.scss */
    #bluk--chat #gform_2 .gform_button {
        line-height: 40px;
        border: 1px solid #C8102E;
        width: 100% !important;
        text-indent: inherit;
        background-image: url(imgs/icon_send_white.svg);
        background-position: center left 10px;
        padding: 0 10px 0 40px !important;
        background-color: #C8102E;
    }

    /* line 3095, assets/stylesheets/style.scss */
    #bluk--menu {
        background: rgba(255, 255, 255, 0.9);
        left: 0px;
        top: 60px;
        padding: 15px;
        width: 100vw;
        height: calc(100vh - 120px);
    }

    /* line 3102, assets/stylesheets/style.scss */
    #bluk--menu .sub-menu {
        -webkit-column-count: inherit !important;
        column-count: inherit !important;
    }

    /* line 3111, assets/stylesheets/style.scss */
    #primary_nav {
        display: none !important;
    }

    /* line 3114, assets/stylesheets/style.scss */
    .meist-slide {
        max-width: 65vw;
    }

    /* line 3117, assets/stylesheets/style.scss */
    footer#colophon {
        width: 100%;
        padding: 20px 15px;
        position: relative;
        background: #c8102e;
        z-index: 100;
    }

    /* line 3123, assets/stylesheets/style.scss */
    footer#colophon .tervisekuu_wpr {
        padding-top: 0px;
        padding-bottom: 0px;
        display: table;
        float: none;
        padding-right: 120px;
        background: url(imgs/hammastetervisekuu.svg) no-repeat center right;
        background-size: contain;
        margin: 40px auto;
    }

    /* line 3136, assets/stylesheets/style.scss */
    .case--study .full_bg {
        height: 220px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /* line 3141, assets/stylesheets/style.scss */
    .case--study .casestudy {
        height: 220px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 20px !important;
    }

    /* line 3147, assets/stylesheets/style.scss */
    .case--study:nth-child(odd) .firstcolcol {
        float: inherit !important;
    }

    /* line 3150, assets/stylesheets/style.scss */
    .case--study .row {
        position: relative;
    }

    /* line 3151, assets/stylesheets/style.scss */
    .case--study .lastcolcol {
        position: absolute;
        z-index: 1;
        top: 0;
        height: 100%;
        width: 100%;
    }

    /* line 3160, assets/stylesheets/style.scss */
    .contacts_wpr {
        text-align: center;
    }

    /* line 3167, assets/stylesheets/style.scss */
    .tervisekuu_wpr {
        padding-top: 0px;
        padding-bottom: 0px;
        display: block !important;
        padding-right: 0px !important;
        background: none !important;
        margin: 0 !important;
    }

    /* line 3174, assets/stylesheets/style.scss */
    .tervisekuu_wpr .tiitle {
        display: none !important;
    }

    /* line 3175, assets/stylesheets/style.scss */
    .tervisekuu_wpr .linkurll {
        float: none !important;
        text-align: center !important;
        padding-top: 11px;
        display: block;
        font-size: 16px !important;
    }

    /* line 3185, assets/stylesheets/style.scss */
    .advice--container {
        margin: 0 20px;
    }

    /* line 3191, assets/stylesheets/style.scss */
    #labor .labtech a img,
    #labor .labtech a br {
        display: none;
    }

    /* line 3194, assets/stylesheets/style.scss */
    #labor .labtech a h3 {
        background: url(imgs/arrow_right_blck.svg) no-repeat center left;
        padding-left: 19px;
        color: #363636 !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    /* line 3203, assets/stylesheets/style.scss */
    #labor .labtech a:hover h3 {
        text-decoration: underline;
    }

    /* line 3210, assets/stylesheets/style.scss */
    .showsubmenu {
        margin: 0 auto;
        display: table;
        text-align: center;
        text-transform: uppercase;
        color: #363636;
        font-family: Lato;
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        padding-right: 25px;
        background: url(imgs/arrow_up_mob.svg) no-repeat center right;
    }

    /* line 3217, assets/stylesheets/style.scss */
    .showsubmenu:lang(ru) {
        font-family: 'Roboto', sans-serif;
    }

    /* line 3225, assets/stylesheets/style.scss */
    .showsubmenu.collapsed {
        background: url(imgs/arrow_down_mob.svg) no-repeat center right;
    }

    /* line 3228, assets/stylesheets/style.scss */
    .showsubmenu:hover,
    .showsubmenu:focus {
        text-decoration: none;
        color: #363636;
    }

    /* line 3233, assets/stylesheets/style.scss */
    #collapseExample {
        border: 0;
        margin-top: 15px;
    }

    /* line 3236, assets/stylesheets/style.scss */
    #collapseExample li {
        display: block;
        text-align: center;
        float: none;
        clear: both;
        margin-right: 0;
    }

    /* line 3242, assets/stylesheets/style.scss */
    #collapseExample li a {
        float: none;
        display: block;
        margin: 0 auto;
        color: #363636;
        font-family: Unna;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        padding: 5px !important;
    }

    /* line 3255, assets/stylesheets/style.scss */
    #collapseExample.nav-tabs > li.current_page_item > a {
        border-bottom: 0 !important;
        color: #C8102E !important;
    }

    /* line 3260, assets/stylesheets/style.scss */
    .collaps_wrapper {
        margin: 0 -15px;
        padding: 22px 20px 21px 20px;
    }

    /* line 3265, assets/stylesheets/style.scss */
    .colwitch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    /* line 3277, assets/stylesheets/style.scss */
    .collast {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    /* line 3284, assets/stylesheets/style.scss */
    .colfirst {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    /* line 3291, assets/stylesheets/style.scss */
    iframe {
        max-width: 100%;
    }

    /* line 3294, assets/stylesheets/style.scss */
    #top--layer,
    .xs-hidden {
        display: none;
    }

    /* line 3295, assets/stylesheets/style.scss */
    .ravi--container {
        margin-left: 0 !important;
        margin-top: 22px;
    }

    /* line 3299, assets/stylesheets/style.scss */
    .row {
        margin: 0 !important;
    }

    /* line 3301, assets/stylesheets/style.scss */
    .gallery-wrp li {
        margin: 0px 0px;
        width: 49.4%;
    }

    /* line 3304, assets/stylesheets/style.scss */
    .gallery-wrp li img {
        width: 100%;
        height: auto;
    }

    /* line 3310, assets/stylesheets/style.scss */
    .bottom_container#happens--bottom .floatit,
    .bottom_container#advice--bottom .floatit {
        margin-right: 0px;
        width: calc(50% - 15px);
    }

    /* line 3313, assets/stylesheets/style.scss */
    .bottom_container#happens--bottom .floatit:nth-child(even),
    .bottom_container#advice--bottom .floatit:nth-child(even) {
        margin-right: 15px;
    }

    /* line 3316, assets/stylesheets/style.scss */
    .bottom_container#happens--bottom .floatit img,
    .bottom_container#advice--bottom .floatit img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

    /* line 3327, assets/stylesheets/style.scss */
    .visible-desktop {
        display: none;
    }
}

iframe {
    max-width: 100%;
}
