@charset "UTF-8";

/* TABLE OF CONTENTS
  01. Project variables............Imported variables
  02. Twitter Bootstrap............Remove what is not neccessary
  03. Tags.........................Like <body>, <h1> etc.
  04. Helpers and utility classes..The general styles like .push-down-15 etc.
  05. Components...................Imported files, like partials, Compass etc.
    05.01. Top Bar
    05.02. Header
    05.03. Header Werk
    05.04. Page Header
    05.05. Breadcrumbs
    05.06. Sidebar
    05.07. Footer
    05.08. Error 404
    05.09. Portfolio
    05.10. Boxed Container
    05.11. Main Navigation
    05.12. Buttons
    05.13. Jumbotron
    05.14. Contact Form 7
    05.15. Icon Box
    05.16. Social Icons
    05.17. Skype Button
    05.18. Opening Time
    05.19. Open Position
    05.20. Call to Action
    05.21. Featured Page
    05.22. Brochure Box
    05.23. Testimonials
    05.24. Steps
    05.25. Person Profile
    05.26. Accordion
    05.27. Latest News
    05.28. Number Counter
    05.29. Pricing List
    05.30. Portfolio Grid
    05.31. Hero Columns
    05.32. Title With Button
    05.33. Logo Panel
    05.34. Hentry
    05.35. Meta
    05.36. Pagination
    05.37. Comments
    05.38. WordPress Specific
    05.39. WordPress Widgets
    05.40. Featherlight CSS
    05.41. Margins and paddings
  06. Margins and paddings
  07. Misc
*/

/*------------------------------------*\
  01. Project variables

  only visible in SASS source files
\*------------------------------------*/

/*------------------------------------*\ Local variables
\*------------------------------------*/

/*------------------------------------*\
  02. Twitter Bootstrap

  Remove what is not necessary
\*------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.67;
    color: #999999;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #3baed4;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #2381a0;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #999999;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    color: #333333;
}

h1 {
    font-size: 1.83333rem;
}

h2 {
    font-size: 1.66667rem;
}

h3 {
    font-size: 1.33333rem;
}

h4 {
    font-size: 1.11111rem;
}

h5 {
    font-size: 0.88889rem;
}

h6 {
    font-size: 0.77778rem;
}

.h1 {
    font-size: 1.83333rem;
}

.h2 {
    font-size: 1.66667rem;
}

.h3 {
    font-size: 1.33333rem;
}

.h4 {
    font-size: 1.11111rem;
}

.h5 {
    font-size: 0.88889rem;
}

.h6 {
    font-size: 0.77778rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}

.dl-horizontal::after {
    content: "";
    display: table;
    clear: both;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #e8e8e8;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    line-height: 1.67;
    color: #999999;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #e8e8e8;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    line-height: 1.67;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.11111rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #999999;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.67;
    color: #333333;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.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,
.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,
.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,
.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,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.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;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .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;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .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;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .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;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.33333%;
    }
    .col-xl-2 {
        width: 16.66667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333%;
    }
    .col-xl-5 {
        width: 41.66667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333%;
    }
    .col-xl-8 {
        width: 66.66667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333%;
    }
    .col-xl-11 {
        width: 91.66667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.33333%;
    }
    .col-xl-pull-2 {
        right: 16.66667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.33333%;
    }
    .col-xl-pull-5 {
        right: 41.66667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.33333%;
    }
    .col-xl-pull-8 {
        right: 66.66667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.33333%;
    }
    .col-xl-pull-11 {
        right: 91.66667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.33333%;
    }
    .col-xl-push-2 {
        left: 16.66667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.33333%;
    }
    .col-xl-push-5 {
        left: 41.66667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.33333%;
    }
    .col-xl-push-8 {
        left: 66.66667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.33333%;
    }
    .col-xl-push-11 {
        left: 91.66667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    line-height: 1.67;
    vertical-align: top;
    border-top: 1px solid #e8e8e8;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e8e8e8;
}

.table tbody+tbody {
    border-top: 2px solid #e8e8e8;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e8e8e8;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e8e8e8;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: #f5f5f5;
}

.table-hover .table-active:hover {
    background-color: #e8e8e8;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e8e8e8;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

.thead-inverse th {
    color: #fff;
    background-color: #333333;
}

.thead-default th {
    color: #777777;
    background-color: #e8e8e8;
}

.table-inverse {
    color: #e8e8e8;
    background-color: #333333;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #777777;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #e8e8e8;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #e8e8e8;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #e8e8e8;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.67;
    color: #777777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    border-color: #66afe9;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e8e8e8;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

.form-control-file,
.form-control-range {
    display: block;
}

.form-control-label {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.42rem;
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"].form-control,
    input[type="time"].input-sm,
    .input-group-sm input[type="time"].form-control,
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"].form-control,
    input[type="month"].input-sm,
    .input-group-sm input[type="month"].form-control {
        line-height: 1.8625rem;
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"].form-control,
    input[type="time"].input-lg,
    .input-group-lg input[type="time"].form-control,
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"].form-control,
    input[type="month"].input-lg,
    .input-group-lg input[type="month"].form-control {
        line-height: 3.16667rem;
    }
}

.form-control-static {
    min-height: 2.42rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
}

.form-control-static.form-control-sm,
.form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.33333;
}

.form-group {
    margin-bottom: 1rem;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.radio label,
.checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
    position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: .75rem;
}

input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
    cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.605rem;
    background-size: 1.573rem 1.573rem;
}

.has-success .text-help,
.has-success .form-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: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-feedback {
    color: #5cb85c;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-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: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
    color: #d9534f;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.91667rem 1.38889rem;
    font-size: 1rem;
    line-height: 1.67;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #346b61;
    border-color: #346b61;
}

.btn-primary:hover {
    color: #fff;
    background-color: #cd9d01;
    border-color: #c39501;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #cd9d01;
    border-color: #c39501;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cd9d01;
    border-color: #c39501;
    background-image: none;
}

.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: #aa8201;
    border-color: #816301;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #fec303;
    border-color: #fec303;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #fec303;
    border-color: #fec303;
}

.btn-secondary {
    color: #333333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

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

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.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: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
}

.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: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
}

.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: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
}

.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: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-primary-outline {
    color: #346b61;
    background-image: none;
    background-color: transparent;
    border-color: #346b61;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #346b61;
    border-color: #346b61;
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: #346b61;
    border-color: #346b61;
}

.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled.focus {
    border-color: #346b79;
}

.btn-primary-outline.disabled:hover,
.btn-primary-outline:disabled:hover {
    border-color: #346b79;
}

.btn-secondary-outline {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open>.btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled.focus {
    border-color: white;
}

.btn-secondary-outline.disabled:hover,
.btn-secondary-outline:disabled:hover {
    border-color: white;
}

.btn-info-outline {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.open>.btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline.disabled:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled.focus {
    border-color: #b0e1ef;
}

.btn-info-outline.disabled:hover,
.btn-info-outline:disabled:hover {
    border-color: #b0e1ef;
}

.btn-success-outline {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.open>.btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline.disabled:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled.focus {
    border-color: #a3d7a3;
}

.btn-success-outline.disabled:hover,
.btn-success-outline:disabled:hover {
    border-color: #a3d7a3;
}

.btn-warning-outline {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open>.btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #346b79;
    border-color: #346b79;
}

.btn-warning-outline:hover {
    color: #fff;
    background-color: #346b79;
    border-color: #346b79;
}

.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled.focus {
    border-color: #f8d9ac;
}

.btn-warning-outline.disabled:hover,
.btn-warning-outline:disabled:hover {
    border-color: #f8d9ac;
}

.btn-danger-outline {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open>.btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled.focus {
    border-color: #eba5a3;
}

.btn-danger-outline.disabled:hover,
.btn-danger-outline:disabled:hover {
    border-color: #eba5a3;
}

.btn-link {
    font-weight: normal;
    color: #3baed4;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #2381a0;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.33333;
}

.btn-sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}

.c-input {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    color: #555;
    cursor: pointer;
}

.c-input>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-input>input:checked~.c-indicator {
    color: #fff;
    background-color: #0074d9;
}

.c-input>input:focus~.c-indicator {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.c-input>input:active~.c-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.c-input+.c-input {
    margin-left: 1rem;
}

.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 65%;
    line-height: 1rem;
    color: #eee;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.c-checkbox .c-indicator {
    border-radius: .25rem;
}

.c-checkbox input:checked~.c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate~.c-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
    border-radius: 50%;
}

.c-radio input:checked~.c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
    display: inline;
}

.c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: "";
}

.c-inputs-stacked .c-input+.c-input {
    margin-left: 0;
}

.c-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #777777;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.c-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.c-select::-ms-expand {
    opacity: 0;
}

.c-select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

.c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px;
}

.file {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    cursor: pointer;
}

.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

.file-custom::after {
    content: "Choose file...";
}

.file-custom::before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    content: "Browse";
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #999999;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #999999;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e8e8e8 #e8e8e8 #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #999999;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #777777;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item+.nav-item {
    margin-left: .2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #fec303;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0;
}

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

.navbar-full {
    z-index: 1000;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
    color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.card-block {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.card-primary {
    background-color: #346b61   ;
    border-color: #346b61;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-primary-outline {
    background-color: transparent;
    border-color: #346b61;
}

.card-secondary-outline {
    background-color: transparent;
    border-color: #ccc;
}

.card-info-outline {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-success-outline {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-warning-outline {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-danger-outline {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

@media (min-width: 544px) {
    .card-deck {
        display: table;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .pull-xl-left {
        float: left !important;
    }
    .pull-xl-right {
        float: right !important;
    }
    .pull-xl-none {
        float: none !important;
    }
}

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

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

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #346b61 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #cd9d01;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*------------------------------------*\
  03. Tags
\*------------------------------------*/

html {
    font-size: 16px;
}

@media (min-width: 992px) {
    html {
        font-size: 18px;
    }
}

/*------------------------------------*\
  04. Helpers and very general classes
\*------------------------------------*/

.content-area {
    margin-bottom: 5rem;
}

.form-control {
    border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    border-bottom-left-radius: 0.11111rem;
    border-bottom-right-radius: 0.11111rem;
    transition: all 100ms ease-out;
}

.form-control:focus {
    color: #346b61;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #346b61;
}

.featured-widget {
    position: relative;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    padding: 1.66667rem;
    transition: all 100ms ease-out;
}

.featured-widget:hover {
    border: 1px solid transparent;
    border-top: 3px solid #dddddd;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.featured-widget:hover::before {
    width: calc(100% + 2px);
}

.featured-widget::before {
    position: absolute;
    content: '';
    top: -3px;
    left: -1px;
    height: 3px;
    width: 0;
    background-color: #346b61;
    transition: all 200ms ease-out;
}

/*------------------------------------*\
  05. Components
\*------------------------------------*/

/* 05.01. Top Bar */

.top {
    background-color: #e8e8e8;
    border-bottom: 1px solid white;
    font-size: 0.72222rem;
    box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.06);
}

.top__left {
    text-align: center;
}

@media (min-width: 992px) {
    .top__left {
        float: left;
    }
}

@media (min-width: 1200px) {
    .top__left {
        margin-left: 15.27778rem;
    }
}

.top__left .widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .top__left .widget {
        display: inline-block;
        margin-right: 1.11111rem;
        border-bottom: 0;
    }
}

.top__left .widget:last-of-type {
    margin-right: 0;
}

.top__right {
    text-align: center;
}

@media (min-width: 992px) {
    .top__right {
        float: right;
    }
}

.top__right .widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .top__right .widget {
        display: inline-block;
        margin-left: 1.11111rem;
        border-bottom: 0;
    }
}

.top__right .widget:first-of-type {
    margin-left: 0;
}

.top__right .widget:last-of-type {
    border-bottom: 0;
}

.top .widget_text {
    vertical-align: top;
    padding: 0.72222rem 0 0.61111rem;
}

@media (min-width: 1200px) {
    .top+.header__container .header__logo {
        margin-top: -1.38889rem;
        margin-bottom: 0;
        margin-bottom: 1.11111rem;
    }
}

@media (min-width: 992px) {
    .top+.header__container .header__widgets {
        margin: 0 0 1.66667rem;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .top+.header__container .header__widgets {
        margin: 1.66667rem 0;
        text-align: right;
    }
}

/* 05.02. Header */

.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .header {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header__logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 8.88889rem);
    margin-top: 1.66667rem;
    margin-bottom: 1.66667rem;
    padding: 0.5rem 0.53333rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 400px) {
    .header__logo {
        min-height: 6.94444rem;
        width: 14.16667rem;
        padding: 0.74444rem 1.66667rem;
    }
}

@media (min-width: 992px) {
    .header__logo {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .header__logo {
        margin-top: 0.83333rem;
        margin-bottom: 0.83333rem;
        margin-right: 0;
        width: 14.16667rem;
        text-align: left;
    }
}

.header__logo h1 {
    word-wrap: break-word;
    margin-bottom: 0;
}

.header__logo a {
    color: #333333;
}

.header__logo a:focus,
.header__logo a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .header__logo img {
        display: inline-block;
    }
}

.header__navbar-toggler {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 3.33333rem;
    width: 7.22222rem;
    padding: 0;
    font-size: 0.72222rem;
    margin-top: 1.66667rem;
    margin-bottom: 1.66667rem;
}

.header .header__navbar-toggler .fa {
    vertical-align: middle;
    font-size: 1.33333rem;
    margin-right: 0.66667rem;
    color: #ffffff;
}

.header__navbar-toggler:focus,
.header__navbar-toggler:hover,
.header__navbar-toggler:active:focus {
    outline: none;
}

.header__widgets {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
}

@media (min-width: 992px) {
    .header__widgets {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-height: 3.33333rem;
        text-align: center;
        margin: 0 0 1.66667rem;
    }
}

@media (min-width: 1200px) {
    .header__widgets {
        margin: 2.61111rem 0 2.66667rem;
        width: calc(100% - 14.16667rem);
        text-align: right;
    }
}

.header__widgets .widget {
    margin-bottom: 1.11111rem;
}

@media (min-width: 992px) {
    .header__widgets .widget {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 2.5rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .header__widgets .widget:first-of-type {
        margin-left: 0;
    }
}

.header__widgets .btn {
    width: 100%;
}

@media (min-width: 992px) {
    .header__widgets .btn {
        width: inherit;
        margin: 0.44444rem 0 0.38889rem;
    }
}

.header__navigation {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
}

@media (min-width: 992px) {
    .header__navigation {
        background-color: #292929;
    }
}

.header__navigation-widgets {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    margin-bottom: 1.11111rem;
}

@media (min-width: 992px) {
    .header__navigation-widgets {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 12.77778rem;
        margin-bottom: 0;
        background-color: #292929;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .header__navigation-widgets+.header__navigation {
        width: calc(100% - 12.77778rem);
    }
}

.header__navigation-widgets .widget {
    margin-bottom: 1.11111rem;
}

@media (min-width: 992px) {
    .header__navigation-widgets .widget {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 1.11111rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .header__navigation-widgets .widget:first-of-type {
        margin-left: 0;
    }
}

.header__navigation-widgets .widget:last-of-type {
    margin-bottom: 0;
}

.header__navigation-widgets .btn {
    width: 100%;
}

@media (min-width: 992px) {
    .header__navigation-widgets .btn {
        width: inherit;
        margin: 1.25rem 0;
    }
}

.header__container {
    position: relative;
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    .header__container::before,
    .header__container::after {
        position: absolute;
        content: '';
        background-color: #292929;
        bottom: 0;
        height: 5rem;
        width: calc(50% - 470px + 0.94444rem);
    }
}

@media (min-width: 1200px) {
    .header__container::before,
    .header__container::after {
        width: calc(50% - 570px + 0.94444rem);
    }
}

@media (min-width: 992px) {
    .header__container::before {
        left: 0;
    }
}

@media (min-width: 992px) {
    .header__container::after {
        right: 0;
    }
}

.site-header {
    margin-bottom: 5rem;
}

.site-header+.jumbotron {
    margin-top: -5rem;
}

.page-template-template-front-page-slider-alt .site-header {
    margin-bottom: 0;
}

.pt-sticky-menu__call-to-action .btn {
    font-size: .72222rem;
    padding: .75rem 1.38889rem
}

.pt-sticky-menu__hamburger .fa {
    color: #fff
}

.pt-sticky-menu {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pt-sticky-menu__container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translateY(-100%);
    transition: transform .2s linear;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.pt-sticky-menu__container.is-shown {
    transform: translateY(0)
}

.admin-bar .pt-sticky-menu__container {
    top: 0
}

@media (min-width: 600px) {
    .admin-bar .pt-sticky-menu__container {
        top: 2.55556rem
    }
}

@media (min-width: 783px) {
    .admin-bar .pt-sticky-menu__container {
        top: 1.77778rem
    }
}

.pt-sticky-menu__logo {
    margin: .55556rem 0
}

.pt-sticky-menu__navigation {
    align-self: flex-end
}

.pt-sticky-menu__navigation .main-navigation {
    display: none
}

@media (min-width: 992px) {
    .pt-sticky-menu__navigation .main-navigation {
        display: inline-block
    }
}

.pt-sticky-menu__call-to-action {
    display: inline;
    margin-left: .55556rem
}

.pt-sticky-menu__hamburger {
    margin: .55556rem 0 .55556rem .55556rem
}

.pt-sticky-menu__hamburger-text {
    display: none
}

@media (min-width: 544px) {
    .pt-sticky-menu__hamburger-text {
        display: inline
    }
}

.pt-sticky-menu__hamburger .fa {
    margin-right: 0
}

@media (min-width: 544px) {
    .pt-sticky-menu__hamburger .fa {
        margin-right: .38889rem
    }
}

/* 05.03. Header Werk */

@media (min-width: 1200px) {
    .site-header--werk .top__left {
        margin-left: 0;
    }
}

.site-header--werk .top+.header__container .header__logo {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.site-header--werk .header__container::before,
.site-header--werk .header__container::after {
    display: none;
}

.site-header--werk .header__logo {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    margin: 0;
}

@media (min-width: 992px) {
    .site-header--werk .header__navigation {
        border-radius: 0.11111rem;
        background: linear-gradient(#292929, #1a1a1a);
        z-index: 99;
        margin-bottom: -2.11111rem;
    }
}

.site-header--werk .header .icon-box {
    padding-left: 0;
}

.site-header--werk .header .icon-box::after {
    display: none;
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.05);
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item {
        position: relative;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item::after {
        position: absolute;
        content: '';
        height: 100%;
        width: 1px;
        top: 0;
        right: -1px;
        background-color: #666666;
        opacity: .3;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item:last-of-type::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item>a {
        text-align: center;
        padding: 27px 20px;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item>.sub-menu>.menu-item:first-of-type>a {
        box-shadow: inset 0 5px 7px -5px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item:first-of-type>a {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item:first-of-type>a::before {
        left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.menu-item:first-of-type>.sub-menu {
        left: 0;
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.current-menu-item>a {
        background: linear-gradient(#171717, #080808);
        box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
    }
}

.site-header--werk .main-navigation>.current-menu-item>a::before {
    width: 100%;
}

.site-header--werk .main-navigation>.current-menu-item::after {
    display: none;
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.current-menu-ancestor>a {
        background: linear-gradient(#171717, #080808);
        box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) {
    .site-header--werk .main-navigation>.current-menu-ancestor>a::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .site-header--werk+.jumbotron .jumbotron-content {
        top: 18%;
    }
}

@media (min-width: 1200px) {
    .site-header--werk+.jumbotron .jumbotron-content {
        top: 24%;
    }
}

@media (min-width: 1800px) {
    .site-header--werk+.jumbotron .jumbotron-content {
        top: 32%;
    }
}

.site-header--werk+.page-header {
    padding-top: 5.05556rem;
}

/* 05.04. Page Header */

.page-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3rem;
    padding-top: 2.94444rem;
    padding-bottom: 1.94444rem;
}

.page-header__text {
    margin-bottom: 0.88889rem;
}

.page-header__title {
    display: inline-block;
    font-size: 1.66667rem;
    margin-bottom: 0;
}

.page-header__subtitle {
    display: inline-block;
    line-height: 1.2;
    font-size: 1.66667rem;
    font-weight: 300;
    margin-bottom: 0;
}

.page-header__subtitle::before {
    content: '-';
    font-weight: 300;
    margin: 0 0.38889rem 0 0.27778rem;
    color: #333333;
}

.site-header+.page-header {
    margin-top: -5rem;
}

/* 05.05. Breadcrumbs */

.breadcrumbs {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.94444rem;
    padding-bottom: 1rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 0.77778rem;
}

.breadcrumbs a {
    color: #999999;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: none;
    color: #333333;
}

.breadcrumbs a::after {
    font-family: 'FontAwesome';
    content: '\f0da';
    color: #999999;
    margin-right: 0.83333rem;
    margin-left: 0.83333rem;
}

.breadcrumbs span>span {
    display: inline-block;
    color: #999999;
}

.breadcrumbs .current-item {
    color: #333333;
}

.breadcrumbs .current-item::after {
    display: none;
}

/* 05.06. Sidebar */

.sidebar {
    margin-top: 2.77778rem;
}

@media (min-width: 992px) {
    .sidebar {
        margin-top: 0;
    }
}

.sidebar__headings {
    color: #333333;
    font-size: 1.33333rem;
    margin-bottom: 1.22222rem;
}

.sidebar .widget {
    margin-bottom: 2.61111rem;
}

.sidebar .widget:last-of-type {
    margin-bottom: 0;
}

/* 05.07. Footer */

.footer {
    font-size: 0.77778rem;
}

.footer-top {
    background-color: #f7f7f7;
    padding: 3.22222rem 0 2.61111rem;
    text-align: center;
}

.footer-top__headings {
    font-size: 0.88889rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-bottom: 1.22222rem;
}

.footer-top a {
    color: #999999;
}

.footer-top a.icon-container {
    margin-right: 0.5rem;
}

@media (min-width: 992px) {
    .footer-top a.icon-container {
        margin-right: 0.16667rem;
    }
}

.footer-top .widget {
    margin-bottom: 1.66667rem;
}

@media (min-width: 992px) {
    .footer-top .widget {
        margin-bottom: 0;
    }

    .page-header {
        margin-bottom: 5rem;
    }
}

.footer-top .icon-container {
    display: inline-block;
    margin-right: 0.16667rem;
    width: 1.11111rem;
}

.footer-top .fa-2x {
    font-size: 1.44444rem;
}

.footer-bottom__container {
    padding: 0.55556rem 0;
    background-color: #e8e8e8;
    border-top: 1px solid #dbdbdb;
}

@media (min-width: 992px) {
    .footer-bottom__container {
        padding: 1.02778rem 0;
    }
}

.footer-bottom a {
    color: #333333;
    font-weight: 900;
}

.footer-bottom__left {
    text-align: center;
    padding-bottom: 0.11111rem;
}

@media (min-width: 992px) {
    .footer-bottom__left {
        float: left;
        padding-bottom: 0;
    }
}

.footer-bottom__right {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-bottom__right {
        float: right;
    }
}

.footer-featured {
    border-top: 3px solid #346b61;
    padding: 2.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

.footer-featured:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
    background-image: url('../img/logo-simple.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
    top: 0;
    left:0;
}

@media (min-width: 992px) {
    .footer-featured {
        margin-top: -4.72222rem;
    }
}

/* 05.08. Error 404 */

.error-404 {
    text-align: center;
}

.error-404__content {
    margin-bottom: 1.66667rem;
}

@media (min-width: 992px) {
    .error-404__content {
        margin-bottom: 4.44444rem;
    }
}

.error-404__content h2 {
    margin-bottom: 1.22222rem;
}

.error-404__text {
    margin-bottom: 1.66667rem;
}

@media (min-width: 992px) {
    .error-404 .widget_search {
        display: inline-block;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .error-404 .widget_search .search-form {
        width: 22.22222rem;
    }
}

/* 05.09. Portfolio */

.portfolio__title {
    font-size: 1.33333rem;
    margin-bottom: 0.33333rem;
}

.portfolio__price {
    display: inline-block;
    font-size: 1.11111rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #999999;
    margin-bottom: 0;
    vertical-align: middle;
}

.portfolio__label {
    background-color: #346b61;
    display: inline-block;
    /* font-size: 0.66667rem; */
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 0.13889rem 0.44444rem;
    margin-left: 0.33333rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.portfolio__specification {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 0.93rem;
    background-color: #f7f7f7;
    margin: 1.22222rem -1.66667rem;
    padding: 1.22222rem 1.66667rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.portfolio__specification-item {
    padding-bottom: 0.38889rem;
}

.portfolio__specification-item--title {
    margin-left: 0.44444rem;
}

.portfolio__specification-item:last-of-type {
    padding-bottom: 0;
}

.portfolio__specification-item .fa {
    width: 0.83333rem;
}

.portfolio__content {
    /* border: 1px solid #e8e8e8; */
    border-radius: 0.11111rem;
    padding: 1.16667rem 1.66667rem 0.5rem 1.66667rem;
    font-size: 0.77778rem;
    padding-top: 0; 
}

.portfolio__content .btn {
    margin: 0.27778rem 0 0.55556rem;
    width: 100%;
}

.portfolio__content .icon-container {
    display: inline-block;
    margin-bottom: 0.44444rem;
    margin-right: 0.27778rem;
}

.portfolio__content .icon-container .fa {
    width: 1.38889rem;
    text-align: center;
}

.portfolio__content .icon-container:last-of-type {
    margin-bottom: 0;
}

.portfolio__navigation {
    margin-top: 1.66667rem;
    margin-bottom: 1.66667rem;
}

@media (min-width: 992px) {
    .portfolio__navigation {
        margin-bottom: 0;
    }
}

.portfolio__navigation-item {
    position: relative;
    min-height: 1px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    color: #999999;
    font-size: 0.72222rem;
    width: calc(50% - 0.27778rem);
    transition: all 100ms ease-out;
}

.portfolio__navigation-item::before {
    position: absolute;
    content: '';
    left: -1px;
    top: -3px;
    height: 3px;
    width: 0;
    background-color: #346b61;
    transition: all 200ms ease-out;
}

.portfolio__navigation-item:focus {
    border-top: 3px solid #dddddd;
    color: #333333;
}

.portfolio__navigation-item:hover {
    border-top: 3px solid #dddddd;
    color: #333333;
}

.portfolio__navigation-item:hover::before {
    width: calc(100% + 2px);
}

.portfolio__navigation-item--left {
    margin-right: 0.55556rem;
}

.portfolio__gallery-link {
    display: block;
    margin-bottom: 1.66667rem;
}

.portfolio__gallery--col-2 {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.portfolio__gallery--col-2 .portfolio__gallery-link {
    width: calc(50% - 0.83333rem);
}

.portfolio__gallery--col-3 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.portfolio__gallery--col-3 .portfolio__gallery-link {
    width: calc(33.3% - 0.83333rem);
    margin-right: 1.25rem;
}

.portfolio__gallery--col-3 .portfolio__gallery-link:nth-child(3n+3) {
    margin-right: 0;
}

.portfolio__gallery--col-2,
.portfolio__gallery--col-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* 05.10. Boxed Container */

body .boxed-container {
    background-color: #ffffff;
    overflow-x: hidden;
}

body.boxed>.boxed-container {
    margin: 0 auto;
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

@media (min-width: 768px) {
    body.boxed>.boxed-container {
        width: 780px;
    }
}

@media (min-width: 992px) {
    body.boxed>.boxed-container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    body.boxed>.boxed-container {
        width: 1200px;
    }
}

@media (min-width: 1280px) {
    body.boxed .portfolio-grid__arrow {
        position: static;
    }
}

@media (min-width: 1280px) {
    body.boxed .portfolio-grid__arrow--left {
        margin-left: calc(50% - 4.16667rem);
        margin-right: 1.66667rem;
    }
}

@media (min-width: 992px) {
    body.boxed .jumbotron-content {
        top: 10%;
    }
}

@media (min-width: 1200px) {
    body.boxed .jumbotron-content {
        top: 18%;
    }
}

/* 05.11. Main Navigation */

.main-navigation {
    padding-left: 0;
    list-style: none;
    font-size: 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

@media (min-width: 992px) {
    .main-navigation {
        display: inline;
        border-radius: 0.11111rem;
        margin: 0;
        border: 0;
        background-color: transparent;
    }
}

.main-navigation .menu-item {
    position: relative;
    font-size: 0.72222rem;
}

@media (min-width: 992px) {
    .main-navigation .menu-item {
        display: inline-block;
    }
}

.main-navigation .menu-item:focus>a,
.main-navigation .menu-item:hover>a,
.main-navigation .menu-item[aria-expanded="true"]>a {
    color: #000000;
    text-decoration: none;
}

@media (min-width: 992px) {
    .main-navigation .menu-item:focus>a,
    .main-navigation .menu-item:hover>a,
    .main-navigation .menu-item[aria-expanded="true"]>a {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-navigation .menu-item:focus>a::after,
    .main-navigation .menu-item:hover>a::after,
    .main-navigation .menu-item[aria-expanded="true"]>a::after {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-navigation .menu-item:focus>a::before,
    .main-navigation .menu-item:hover>a::before,
    .main-navigation .menu-item[aria-expanded="true"]>a::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.main-navigation .menu-item:focus>.sub-menu,
.main-navigation .menu-item:hover>.sub-menu,
.main-navigation .menu-item[aria-expanded="true"]>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 50;
}

@media (min-width: 992px) {
    .main-navigation>.menu-item:first-of-type>a {
        padding-left: 0;
    }
}

.main-navigation>.menu-item:first-of-type>a::before {
    left: -20px;
    width: calc(100% + 20px);
}

@media (min-width: 992px) {
    .main-navigation>.menu-item:first-of-type>.sub-menu {
        left: -1.11111rem;
    }
}

.main-navigation>.menu-item:last-of-type>a {
    border-bottom: 0;
}

.main-navigation a {
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px 25px;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .main-navigation a {
        padding: 35px 20px 34px;
        border-bottom: 0;
        color: #999999;
    }
}

@media (min-width: 992px) {
    .main-navigation a:focus {
        text-decoration: none;
        color: #999999;
    }
}

@media (min-width: 992px) {
    .main-navigation a::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
        background-color: #346b61;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        transition: all 200ms ease-out;
    }
}

@media (min-width: 992px) {
    .main-navigation>.current-menu-item>a {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-navigation>.current-menu-item>a::before {
        -webkit-transform: none;
        transform: none;
        transition: none;
    }
}

@media (min-width: 992px) {
    .main-navigation>.current-menu-item.menu-item-has-children>a::after {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-navigation>.current-menu-ancestor>a {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-navigation>.current-menu-ancestor>a::before {
        -webkit-transform: none;
        transform: none;
        transition: none;
    }
}

@media (min-width: 992px) {
    .main-navigation>.current-menu-ancestor.menu-item-has-children>a::after {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-navigation>.menu-item-has-children>a::after {
        display: inline-block;
        vertical-align: top;
        content: '\f0d7';
        font-family: 'FontAwesome';
        margin-top: 3px;
        margin-left: 0.44444rem;
        width: 0.33333rem;
        font-size: 0.55556rem;
        color: #999999;
        transition: all 100ms ease-out;
    }
}

.main-navigation .sub-menu {
    padding-left: 0;
    list-style: none;
    background-color: #eeeeee;
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu {
        position: absolute;
        background-color: transparent;
        visibility: hidden;
        opacity: 0;
    }
}

.main-navigation .sub-menu .menu-item {
    display: block;
}

.main-navigation .sub-menu .menu-item:focus>.sub-menu,
.main-navigation .sub-menu .menu-item:hover>.sub-menu,
.main-navigation .sub-menu .menu-item[aria-expanded="true"]>.sub-menu {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .menu-item:last-of-type>a {
        border-bottom: 0;
    }
}

.main-navigation .sub-menu .menu-item>a {
    color: #999999;
}

.main-navigation .sub-menu .menu-item>a:hover {
    color: #000000;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .menu-item>a:hover {
        background-color: #777777;
        color: #ffffff;
    }
}

.main-navigation .sub-menu a {
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: inherit;
    font-size: 0.77778rem;
    color: #999999;
    padding: 19px 40px;
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu a {
        background-color: #3c3c3c;
        color: #999999;
        padding: 0.75rem 1.11111rem;
        min-width: 8.33333rem;
        white-space: nowrap;
        border-bottom: 1px solid #2f2f2f;
    }
}

.main-navigation .sub-menu a::before {
    display: none;
}

.main-navigation .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.main-navigation .sub-menu .sub-menu a {
    padding-left: 50px;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu a {
        border-left: 1px solid #2f2f2f;
        padding-left: 1.11111rem;
    }
}

.main-navigation .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu a {
        padding-left: 1.11111rem;
    }
}

.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 70px;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 1.11111rem;
    }
}

.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 80px;
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 1.11111rem;
    }
}

@media (min-width: 992px) {
    .main-navigation .sub-menu .menu-item-has-children::after {
        position: absolute;
        content: '\f0da';
        font-family: 'FontAwesome';
        font-size: 0.55556rem;
        right: 1.11111rem;
        top: calc(50% - 0.44444rem);
        color: #2f2f2f;
    }
}

.home-icon {
    position: relative;
    display: block;
    background-color: #ffffff;
    color: #333333;
    padding: 0.77778rem 1.55556rem;
    border: 1px solid #dddddd;
    border-bottom: 0;
}

@media (min-width: 992px) {
    .home-icon {
        display: inline-block;
        vertical-align: top;
        border: 0;
        border-top: 1px solid #595959;
        background: linear-gradient(#4a4a4a, #3b3b3b);
        border-radius: 0.11111rem;
        color: #a0a0a0;
        font-size: 24px;
        padding: 0;
        margin: 1.27778rem 2.22222rem 1.22222rem 0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        width: 45px;
        line-height: 45px;
        text-align: center;
    }
}

.home-icon:focus,
.home-icon:hover {
    color: #000000;
}

@media (min-width: 992px) {
    .home-icon:focus,
    .home-icon:hover {
        border-color: #595959;
        background: linear-gradient(#4a4a4a, #595959);
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .home-icon:focus::after,
    .home-icon:hover::after {
        width: 100%;
    }
}

.home-icon .fa {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .home-icon .fa {
        padding-bottom: 0.11111rem;
    }
}

@media (min-width: 992px) {
    .home-icon::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -1.16667rem;
        height: 5px;
        width: 0;
        background-color: #346b61;
        transition: all 200ms ease-out;
    }
}

@media (min-width: 992px) {
    .home .home-icon {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .home .home-icon::after {
        width: 100%;
    }
}

/* 05.12. Buttons */

.btn {
    font-size: 0.83333rem;
    border-radius: 0.11111rem;
    transition: all 100ms ease-out;
    /* Rounded corner */
}

.btn .fa {
    font-size: 1.05556rem;
    vertical-align: middle;
    margin-right: 0.38889rem;
}

.btn-rounded {
    border-radius: 2.77778rem;
}

.btn-primary {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #367e71;
    border-color: #367e71;
}

.btn-secondary {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #3baed4;
    color: #ffffff;
    border-color: #3baed4;
}

.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #2b9fc5;
    border-color: #2b9fc5;
    color: #ffffff;
}

.btn-light {
    background-color: #ffffff;
    color: #555555;
    text-shadow: none;
}

.btn-light:focus,
.btn-light:hover {
    background-color: #f0f0f0;
    color: #555555;
}

.btn-dark {
    border: 0;
    border-top: 1px solid #595959;
    background: linear-gradient(#4a4a4a, #3b3b3b);
    color: #ffffff;
    transition: none;
}

.btn-dark:focus,
.btn-dark:hover {
    border-top-color: #595959;
    background: linear-gradient(#4a4a4a, #595959);
    color: #ffffff;
}

.btn-dark .fa {
    color: #346b61;
}

.header__navigation-widgets .btn-dark {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header .btn {
    font-size: 0.77778rem;
    padding: 0.55556rem 1.11111rem;
}

.header .btn-dark {
    padding: 0.58333rem 1.11111rem;
}

.header .btn-dark .fa {
    padding-bottom: 1px;
}

.footer .btn-primary,
.footer .btn-secondary {
    color: #ffffff;
}

/* Specific Fonts (style if we don't use default fonts) */

.bolts-fonts-primary-open-sans .page-box__text {
    font-size: 0.77778rem;
}

.bolts-fonts-secondary-montserrat h2 {
    letter-spacing: -0.02778rem;
}

.bolts-fonts-secondary-montserrat h3 {
    letter-spacing: -0.01667rem;
}

.bolts-fonts-secondary-montserrat h4 {
    letter-spacing: -0.01111rem;
}

/* 05.13. Jumbotron */

.jumbotron {
    position: relative;
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    .jumbotron {
        text-align: center;
    }
}

.jumbotron::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.15);
    height: 1px;
}

@media (min-width: 992px) {
    .jumbotron-content {
        position: absolute;
        width: 28.88889rem;
        top: 18%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.jumbotron-content__title {
    margin-top: 1.66667rem;
    font-size: 2rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
}

@media (min-width: 992px) {
    .jumbotron-content__title {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        font-size: 2.5rem;
        margin-top: 0;
        color: #ffffff;
    }
}

.jumbotron-content__description {
    font-size: 0.88889rem;
}

@media (min-width: 992px) {
    .jumbotron-content__description {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        color: rgba(255, 255, 255, 0.75);
    }
}

.jumbotron__control {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(0, 0, 0, 0.5);
    width: 3.33333rem;
    height: 3.33333rem;
    line-height: 3.33333rem;
    top: calc(50% - 1.66667rem);
    font-size: 2.77778rem;
    text-align: center;
    transition: all 100ms ease-out;
}

@media (min-width: 544px) {
    .jumbotron__control {
        height: 6.66667rem;
        line-height: 6.66667rem;
        top: calc(50% - 3.33333rem);
    }
}

.jumbotron__control.left {
    left: 0;
    padding-right: 0.22222rem;
    border-top-right-radius: 0.11111rem;
    border-bottom-right-radius: 0.11111rem;
}

.jumbotron__control.right {
    right: 0;
    padding-left: 0.22222rem;
    border-top-left-radius: 0.11111rem;
    border-bottom-left-radius: 0.11111rem;
}

.jumbotron__control:focus {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.jumbotron__control:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
}

/* 05.14. Contact Form 7 */

.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea {
    padding: 0.91667rem 1.11111rem;
    margin-bottom: 0.22222rem;
    font-size: 0.77778rem;
    width: 100%;
    transition: all 100ms ease-out;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-textarea {
    height: 13.33333rem;
    margin-bottom: 0;
    margin-top: 1.38889rem;
}

@media (min-width: 992px) {
    .wpcf7-textarea {
        margin-top: 0;
    }
}

.wpcf7-submit {
    margin-top: 0;
    margin-bottom: 0.83333rem;
}

@media (min-width: 544px) {
    .wpcf7-submit {
        float: right;
        margin-bottom: 0;
    }
}

.wpcf7-notice+p {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-response-output {
    margin: 0.27778rem 0;
    padding: 0.55556rem 1.11111rem;
}

.wpcf7 .wpcf7-validation-errors {
    background-color: #f0ad4e;
    border: 2px solid #f0ad4e;
    color: #ffffff;
}

.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #d9534f;
    border: 2px solid #d9534f;
    color: #ffffff;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
    color: #ffffff;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin: 0 0 0.27778rem;
}

/* 05.15. Icon Box */

.icon-box:focus,
.icon-box:hover {
    text-decoration: none;
}

.top .icon-box {
    display: block;
    color: #999999;
}

.top .icon-box .fa {
    vertical-align: middle;
    font-size: 1rem;
    margin-right: 0.33333rem;
    padding-bottom: 1px;
}

.top .icon-box__text {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1px;
}

.top .icon-box__title {
    display: inline-block;
    color: #999999;
    font-size: 0.72222rem;
    font-weight: normal;
    margin-bottom: 0;
}

.top .widget-icon-box {
    padding: 0.72222rem 0 0.61111rem;
}

.header .icon-box {
    position: relative;
    display: block;
    padding: 5px 0;
}

@media (min-width: 992px) {
    .header .icon-box {
        padding: 6px 0 7px 15px;
    }
}

.header .icon-box::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    left: 0;
    top: -8px;
}

@media (min-width: 992px) {
    .header .icon-box::after {
        height: 32px;
        width: 1px;
        left: -15px;
        top: calc(50% - 16px);
    }
}

.header .icon-box .fa {
    color: #787878;
    vertical-align: middle;
    margin-right: 0.22222rem;
}

.header .icon-box__title {
    display: inline-block;
    color: #999999;
    font-size: 0.72222rem;
    font-weight: normal;
    margin-bottom: 0;
}

.header .icon-box__subtitle {
    display: block;
    color: #787878;
    font-size: 0.77778rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-top: -6px;
}

@media (min-width: 992px) {
    .header .widget-icon-box:first-of-type .icon-box {
        padding-left: 0;
    }
}

.header .widget-icon-box:first-of-type .icon-box::after {
    display: none;
}

.hentry__content .icon-box {
    color: #999999;
}

.hentry__content .icon-box .fa {
    float: left;
    font-size: 1.77778rem;
    transition: all 100ms ease-out;
    color: #dddddd;
}

.hentry__content .icon-box__title,
.hentry__content .icon-box__subtitle {
    display: block;
    margin-left: 3.33333rem;
    font-size: 0.88889rem;
}

.hentry__content .icon-box__title {
    margin-bottom: 0.66667rem;
}

.hentry__content .icon-box:focus,
.hentry__content .icon-box:hover {
    color: #999999;
}

.hentry__content a.icon-box:focus .fa,
.hentry__content a.icon-box:hover .fa {
    color: #367e71;
}

/* 05.16. Social Icons */

.top .social-icons__link {
    color: #999999;
    font-size: 1rem;
    margin-left: 0.83333rem;
}

@media (min-width: 992px) {
    .top .social-icons__link {
        margin-left: 0.27778rem;
    }
}

.top .social-icons__link:focus,
.top .social-icons__link:hover {
    color: #8a8a8a;
}

.top .social-icons__link:first-of-type {
    margin-left: 0;
}

.top .widget-social-icons {
    vertical-align: top;
    padding-top: 0.44444rem;
    padding-bottom: 0.38889rem;
}

.header .social-icons__link {
    display: inline-block;
    color: #999999;
}

.header .social-icons__link:focus,
.header .social-icons__link:hover {
    color: #346b61;
}

.header .social-icons__link:first-of-type {
    margin-left: 0;
}

.header__widgets .social-icons__link {
    font-size: 1.33333rem;
    margin: 0.55556rem 0 0.55556rem 0.27778rem;
}

.header__navigation-widgets .social-icons__link {
    font-size: 1rem;
    margin: 1.66667rem 0 1.66667rem 0.27778rem;
}

/* 05.17. Skype Button */

.skype-button {
    position: relative;
    display: block;
    padding: 0.72222rem 0.61111rem;
    background-color: #1fa7da;
    border-radius: 0.11111rem;
    transition: all 100ms ease-out;
}

.skype-button .fa {
    font-size: 2.22222rem;
    float: right;
    color: #79cae9;
    transition: all 100ms ease-out;
}

.skype-button:focus,
.skype-button:hover {
    background-color: #1ea0d1;
}

.skype-button:focus .fa,
.skype-button:hover .fa {
    color: #8fd3ed;
}

.skype-button__title {
    display: inline-block;
    padding: 0.38889rem 0.83333rem 0.38889rem 0.55556rem;
    margin: 0;
    color: #ffffff;
    font-size: 0.66667rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

/* 05.18. Opening Time */

.time-table {
    display: block;
}

.time-table .week-day {
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 0.77778rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.time-table .week-day dt {
    font-weight: normal;
    padding-right: 0.55556rem;
}

.time-table .week-day__line {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.time-table .week-day__line::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.time-table .week-day dd {
    padding-left: 0.55556rem;
}

.time-table .week-day dt,
.time-table .week-day dd {
    display: inline-block;
    margin-bottom: 0;
}

.time-table .week-day.today {
    color: #333333;
    font-weight: bold;
}

.time-table .week-day.today dt {
    font-weight: bold;
}

.time-table .week-day:last-of-type {
    margin-bottom: 0;
}

.time-table .additional-info {
    font-size: 0.77778rem;
    margin-right: 0.5rem;
}

.popover-icon-box-content .time-table .week-day.today {
    color: #cccccc;
}

/* 05.19. Open Position */

.open-position {
    clear: both;
}

.open-position__details {
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 2.16667rem 2.5rem 1.94444rem;
}

@media (min-width: 992px) {
    .open-position__details {
        float: left;
        width: 35%;
    }
}

.open-position__details-title {
    font-size: 1.22222rem;
    margin-bottom: 1.38889rem;
}

.open-position__details-item {
    margin-bottom: 0.33333rem;
    font-size: 0.77778rem;
}

.open-position__details-item-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    width: 1.11111rem;
}

.open-position__details-item-text {
    vertical-align: middle;
    margin-left: 0.27778rem;
}

.open-position__details-item:last-of-type {
    margin-bottom: 0;
}

.open-position__title {
    margin-bottom: 0.88889rem;
}

.open-position__content {
    border: 1px solid #e8e8e8;
    padding: 2.11111rem 2.5rem 1.22222rem;
    font-size: 0.77778rem;
}

@media (min-width: 992px) {
    .open-position__content {
        float: right;
        width: 65%;
    }
}

.open-position__content .read-more {
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #3baed4;
}

.open-position__content .read-more .fa {
    margin-right: 0.55556rem;
}

.open-position__content .read-more:focus {
    color: #3baed4;
}

.open-position__content .read-more:focus,
.open-position__content .read-more:hover {
    text-decoration: none;
}

/* 05.20. Call to Action */

@media (min-width: 992px) {
    .call-to-action {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.call-to-action__text {
    text-align: center;
    padding: 0 0 1.38889rem;
}

@media (min-width: 992px) {
    .call-to-action__text {
        text-align: left;
        padding: 0;
    }
}

.call-to-action__title {
    color: #ffffff;
    font-size: 1.66667rem;
    font-weight: 300;
    margin-bottom: 0;
}

.call-to-action__subtitle {
    margin-top: 0.38889rem;
    margin-bottom: 0;
    font-size: 0.88889rem;
    line-height: 1.2;
    color: #999999;
}

.call-to-action__button {
    text-align: center;
}

@media (min-width: 992px) {
    .call-to-action__button {
        text-align: right;
    }
}

.call-to-action__button .btn {
    margin: 0.27778rem 0 0.27778rem 0.83333rem;
}

.call-to-action__button .btn:first-of-type {
    margin-left: 0;
}

/* 05.21. atured Page */

.page-box__picture {
    display: inline-block;
    margin-bottom: 0.88889rem;
}

.page-box__picture img {
    width: 100%;
    transition: all 300ms ease-out;
}

.page-box__title {
    margin-bottom: 0.05556rem;
    font-size: 1.11111rem;
}

.page-box__title a {
    color: #333333;
}

.page-box__title a:focus,
.page-box__title a:hover {
    color: #333333;
}

.page-box__text {
    font-size: 0.88889rem;
    margin-bottom: 0;
}

.page-box__content {
    display: inline-block;
    vertical-align: top;
}

.page-box--block .page-box__picture {
    overflow: hidden;
}

.page-box--block .page-box__picture:focus img,
.page-box--block .page-box__picture:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}

.page-box--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-box--inline .page-box__picture {
    margin: 0;
}

.page-box--inline .page-box__content {
    -webkit-flex-basis: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
}

/* 05.22. Brochure Box */

.brochure-box {
    position: relative;
    display: block;
    padding: 1rem 0.72222rem 0.72222rem;
    background-color: #3baed4;
    border-radius: 0.11111rem;
    transition: all 100ms ease-out;
}

.brochure-box__icon {
    vertical-align: middle;
}

.brochure-box .fa {
    display: inline-block;
    font-size: 1.22222rem;
    color: #ffffff;
    width: 1.66667rem;
    text-align: center;
    transition: all 100ms ease-out;
}

.brochure-box__text {
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 0.88889rem;
    margin-left: 0.38889rem;
    transition: all 100ms ease-out;
}

.brochure-box:focus {
    text-decoration: none;
    background-color: #3baed4;
}

.brochure-box:hover {
    text-decoration: none;
    background-color: #2b9fc5;
}

/* 05.23. Testimonials */

.testimonial blockquote {
    padding: 2rem 2.5rem 2.22222rem;
    background-color: #ffffff;
    border-radius: 0.11111rem;
    border: 1px solid #e8e8e8;
    margin-bottom: -0.83333rem;
    font-size: 0.88889rem;
}

.testimonial__author {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #fec303;
    padding: 0.75rem 1.66667rem 0.75rem 4.16667rem;
    margin-top: -1.27778rem;
    margin-left: 2.5rem;
    margin-bottom: 1.66667rem;
    max-width: calc(100% - 5rem);
}

.testimonial__author::before {
    position: absolute;
    content: '“';
    font-size: 3.33333rem;
    font-weight: 900;
    line-height: 1;
    left: 1.66667rem;
    top: calc(50% - 0.77778rem);
    color: #e8e8e8;
    font-family: Georgia, "Times New Roman";
}

.testimonial__author-name {
    color: #333333;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 0.88889rem;
}

.testimonial__author-description {
    display: inline-block;
    font-size: 0.88889rem;
}

.testimonial__carousel {
    position: relative;
    display: inline-block;
    width: 3.33333rem;
    height: 3.33333rem;
    line-height: 3.33333rem;
    font-size: 1rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    color: #999999;
    margin-right: 0.33333rem;
    border-radius: 0.11111rem;
    transition: all 100ms ease-out;
}

.testimonial__carousel::before {
    position: absolute;
    content: '';
    left: -1px;
    top: -3px;
    height: 3px;
    width: 0;
    background-color: #fec303;
    transition: all 200ms ease-out;
}

.testimonial__carousel:focus {
    color: #999999;
    background-color: #ffffff;
    text-decoration: none;
}

.testimonial__carousel:hover {
    color: #333333;
    border-top-color: #dddddd;
    background-color: #ffffff;
    text-decoration: none;
}

.testimonial__carousel:hover::before {
    width: calc(100% + 2px);
}

.testimonial__carousel--left {
    padding-right: 0.11111rem;
}

.testimonial__carousel--right {
    padding-left: 0.11111rem;
    margin-right: 0;
}

.testimonial__carousel__container {
    display: inline-block;
    float: right;
    margin-bottom: 2.38889rem;
}

.widget-testimonials .widget-title {
    display: inline-block;
    font-size: 1.66667rem;
    margin-top: 0.77778rem;
    margin-bottom: 2.88889rem;
}

/* 05.24. Steps */

.steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .steps {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.step {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 0.11111rem;
    margin-bottom: 30px;
    margin-left: 1.66667rem;
    padding: 1.38889rem 2.5rem 1.38889rem 3.33333rem;
}

@media (min-width: 992px) {
    .step {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.step:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .step:last-of-type {
        margin-right: 0;
    }
}

.step__title {
    font-size: 0.88889rem;
    margin-bottom: 0.22222rem;
    color: #333333;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.step__content {
    font-size: 0.77778rem;
    margin-bottom: 0;
}

.step__number {
    position: absolute;
    background-color: #ffffff;
    font-size: 1.33333rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 3.33333rem;
    width: 3.33333rem;
    height: 3.33333rem;
    top: 1.66667rem;
    left: -1.66667rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #dddddd;
    transition: all 100ms ease-out;
}

.step__number::before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background-color: #fec303;
    transition: all 200ms ease-out;
}

.step:hover .step__number {
    color: #333333;
}

.step:hover .step__number::before {
    width: 100%;
}

/* 05.25. Person Profile */

.person-profile {
    border: 0;
}

.person-profile__container {
    position: relative;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #fec303;
    padding: 1.11111rem 1.66667rem 2.77778rem;
    margin-bottom: 1.66667rem;
}

.person-profile__name {
    display: inline-block;
    font-size: 0.88889rem;
    margin-bottom: 0.44444rem;
}

.person-profile__tag {
    font-size: 0.88889rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #333333;
}

.person-profile__description {
    font-size: 0.77778rem;
}

.person-profile__social-icons {
    position: absolute;
    display: inline-block;
    bottom: -1.66667rem;
    padding: 0.83333rem 1.66667rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
}

.person-profile__social-icon {
    color: #999999;
    margin-right: 0.55556rem;
}

.person-profile__social-icon:last-of-type {
    margin-right: 0;
}

/* 05.26. Accordion */

.accordion {
    border: 1px solid #e8e8e8;
    border-radius: 0.11111rem;
}

.accordion__panel .panel-title a {
    position: relative;
    display: block;
    color: #999999;
    padding: 1.22222rem 3.05556rem 1.16667rem 1.66667rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 0.77778rem;
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
    transition: all 100ms ease-out;
}

.accordion__panel .panel-title a::before {
    position: absolute;
    content: '\f068';
    font-family: 'FontAwesome';
    right: 0.86111rem;
    top: calc(50% - 0.69444rem);
    width: 1.38889rem;
    height: 1.38889rem;
    text-align: center;
    line-height: 1.44444rem;
}

.accordion__panel .panel-title a.collapsed::before {
    content: '\f067';
}

.accordion__panel .panel-title a:focus {
    text-decoration: none;
}

.accordion__panel .panel-title a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #3baed4;
}

.accordion__panel .panel-title a[aria-expanded="true"] {
    background-color: #ffffff;
    color: #3baed4;
}

.accordion__panel:first-of-type a {
    border-top: 0;
}

.accordion__content .panel-body {
    font-size: 0.88889rem;
    padding: 1.11111rem 3.05556rem 1.11111rem 1.66667rem;
    border-top: 1px solid #e8e8e8;
}

.accordion h4 {
    margin: 0;
}

.accordion .more-link {
    position: relative;
    display: block;
    border: 0;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1rem 3.05556rem 1rem 1.66667rem;
    transition: all 100ms ease-out;
    font-weight: 800;
    font-size: 0.77778rem;
    text-transform: uppercase;
    color: #999999;
}

.accordion .more-link::before {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 0.72222rem;
    right: 0.86111rem;
    top: calc(50% - 0.69444rem);
    width: 1.38889rem;
    height: 1.38889rem;
    text-align: center;
    line-height: 1.44444rem;
}

.accordion .more-link:focus,
.accordion .more-link:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #3baed4;
}

/* 05.27. Latest News */

.latest-news {
    margin-bottom: 0;
    border: 0;
    transition: all 100ms ease-out;
}

.latest-news__content {
    padding: 1.38889rem 1.66667rem 1.27778rem;
    border: 1px solid #e8e8e8;
}

.latest-news__image {
    display: block;
    overflow: hidden;
}

.latest-news__image img {
    transition: all 300ms ease-out;
}

.latest-news__image:focus img,
.latest-news__image:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}

.latest-news--block .latest-news__content {
    position: relative;
}

.latest-news--block .latest-news__date {
    position: absolute;
    top: -2.5rem;
    left: 1.11111rem;
    background-color: #fec303;
    color: #ffffff;
    font-size: 0.77778rem;
    font-weight: bold;
    padding: 0.05556rem 0.55556rem;
    border-radius: 0.11111rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.latest-news--block .latest-news__title {
    font-size: 1.11111rem;
    margin-bottom: 0.66667rem;
}

.latest-news--block .latest-news__title a {
    color: #333333;
}

.latest-news--block .latest-news__text {
    font-size: 0.77778rem;
}

.latest-news--inline {
    display: block;
    margin-bottom: -1px;
}

.latest-news--inline .latest-news__content {
    padding: 1.16667rem 1.66667rem 0.88889rem;
}

.latest-news--inline .latest-news__title {
    font-size: 0.88889rem;
    margin-bottom: 3px;
}

.latest-news--inline .latest-news__date {
    font-size: 0.77778rem;
    font-weight: bold;
    color: #999999;
}

.latest-news--inline:focus,
.latest-news--inline:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}

.latest-news--more-news {
    position: relative;
    display: block;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 0.88889rem;
    padding: 1rem 1.66667rem;
    border: 1px solid #e8e8e8;
    color: #333333;
}

.latest-news--more-news::after {
    position: absolute;
    display: block;
    content: '\f054';
    font-family: 'FontAwesome';
    top: calc(50% - 0.83333rem);
    font-size: 0.55556rem;
    right: 1.66667rem;
    padding-left: 0.05556rem;
    padding-top: 0.44444rem;
    text-align: center;
    color: #999999;
    transition: all 100ms ease-out;
}

.latest-news--more-news:focus,
.latest-news--more-news:hover {
    text-decoration: none;
    background-color: #f7f7f7;
    color: #333333;
}

.latest-news--more-news:focus::after,
.latest-news--more-news:hover::after {
    color: #333333;
}

/* 05.28. Number Counter */

.number-counters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .number-counters {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.number-counter {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.66667rem 1.66667rem 1.38889rem;
    transition: all 100ms ease-out;
    margin-bottom: 1.66667rem;
}

@media (min-width: 992px) {
    .number-counter {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 1.66667rem;
        margin-bottom: 0;
    }
}

.number-counter:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .number-counter:last-of-type {
        margin-right: 0;
    }
}

.number-counter__number {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #333333;
    font-size: 1.88889rem;
    line-height: 1;
}

.number-counter__title {
    font-size: 0.88889rem;
    color: #999999;
    margin-top: 0.44444rem;
}

/* 05.29. Pricing List */

.pricing-list__item {
    font-size: 0rem;
    margin-bottom: 0.33333rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pricing-list__item:last-of-type {
    margin-bottom: 0;
}

.pricing-list__item:last-of-type .pricing-list__description {
    margin-bottom: 0;
}

.pricing-list__badge,
.pricing-list__title,
.pricing-list__price {
    display: inline-block;
}

.pricing-list__badge {
    font-size: 0.72222rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    background-color: #fec303;
    padding: 0.38889rem 0.38889rem 0.27778rem;
    border-radius: 0.11111rem;
    margin-top: -1px;
}

.pricing-list__badge+.pricing-list__title {
    padding-left: 0.5rem;
}

.pricing-list__title {
    font-size: 0.77778rem;
    font-weight: bold;
    padding-right: 0.11111rem;
}

.pricing-list__line {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pricing-list__line::after {
    position: absolute;
    content: '';
    border-bottom: 2px dotted #dddddd;
    top: 0.77778rem;
    left: 0.55556rem;
    width: calc(100% - 1.11111rem);
}

.pricing-list__price {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 0.77778rem;
    padding-left: 0.11111rem;
    color: #999999;
    float: right;
    padding-top: 1px;
}

.pricing-list__description {
    margin-top: 0.11111rem;
    margin-bottom: 0.72222rem;
    font-size: 0.77778rem;
}

/* 05.30. Portfolio Grid */

.portfolio-grid {
    position: relative;
}

.portfolio-grid__header {
    position: relative;
    display: inline-block;
    margin-bottom: 1.66667rem;
    width: 100%;
}

@media (min-width: 992px) {
    .portfolio-grid__header {
        margin-bottom: 3.33333rem;
    }
}

.portfolio-grid__title {
    display: inline-block;
    font-size: 1.66667rem;
    margin-top: 0.83333rem;
    margin-bottom: 1.66667rem;
}

@media (min-width: 992px) {
    .portfolio-grid__title {
        margin-top: 0.88889rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .portfolio-grid__title+.portfolio-grid__nav {
        float: right;
    }
}

.portfolio-grid__nav {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 0.11111rem;
    padding: 0 1.66667rem;
}

@media (min-width: 992px) {
    .portfolio-grid__nav {
        display: inline-block;
        overflow: visible;
        position: static;
        padding: 0;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        border-top: 3px solid #dddddd;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.11111rem;
        border-bottom-right-radius: 0.11111rem;
    }
}

.portfolio-grid__nav-item {
    position: relative;
    text-overflow: ellipsis;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 0.77778rem;
    font-weight: 900;
    border-top: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item {
        display: inline-block;
        border-top: 0;
    }
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item:hover::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item:not(: last-of-type)::after {
        position: absolute;
        content: '';
        right: 0;
        top: calc(50% - 0.55556rem);
        background-color: #e8e8e8;
        width: 1px;
        height: 1.11111rem;
    }
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item::before {
        position: absolute;
        content: '';
        top: -3px;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #fec303;
        transition: all 200ms ease-out;
    }

}

.portfolio-grid__nav-item.is-active {
    position: absolute;
    top: 0;
    left: 1.66667rem;
    right: 1.66667rem;
    color: #333333;
    border-top: 0;
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item.is-active {
        position: relative;
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item.is-active::before {
        width: 100%;
    }
}

.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link {
    color: #333333;
}

.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link:focus,
.portfolio-grid__nav-item.is-active>.portfolio-grid__nav-link:hover {
    color: #333333;
}

.portfolio-grid__nav-item--text {
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
    margin-right: 0;
}

@media (min-width: 992px) {
    .portfolio-grid__nav-item--text {
        padding: 1.27778rem 1.11111rem 1.11111rem 0;
    }
}

.portfolio-grid__nav-link {
    display: block;
    font-size: 0.88889rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #999999;
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .portfolio-grid__nav-link {
        display: inline-block;
        font-size: 0.83333rem;
        padding: 1.11111rem 1.66667rem 1rem;
    }
}

.portfolio-grid__nav-link:focus,
.portfolio-grid__nav-link:hover {
    text-decoration: none;
    color: #333333;
}

.portfolio-grid__mobile-filter {
    position: absolute;
    right: 0;
    top: 0.16667rem;
    z-index: 2;
    height: 3.33333rem;
    line-height: 3.33333rem;
    padding-top: 0;
    padding-bottom: 0;
}

.portfolio-grid__arrow {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 3.33333rem;
    height: 3.33333rem;
    line-height: 3rem;
    border-radius: 0.11111rem;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    color: #999999;
    background-color: #ffffff;
    -webkit-flex: 0 0 calc(50% - 15rem/18);
    -ms-flex: 0 0 calc(50% - 15rem/18);
    flex: 0 0 calc(50% - 15rem/18);
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .portfolio-grid__arrow {
        -webkit-flex: 0 0 3.33333rem;
        -ms-flex: 0 0 3.33333rem;
        flex: 0 0 3.33333rem;
    }
}

@media (min-width: 1280px) {
    .portfolio-grid__arrow {
        position: absolute;
        top: 50%;
    }
}

.portfolio-grid__arrow::before {
    position: absolute;
    content: '';
    left: -1px;
    top: -3px;
    height: 3px;
    width: 0;
    background-color: #fec303;
    transition: all 200ms ease-out;
}

.portfolio-grid__arrow--left {
    padding-right: 0.11111rem;
    margin-left: calc(50% - 4.16667rem);
    margin-right: 1.66667rem;
}

@media (min-width: 1280px) {
    .portfolio-grid__arrow--left {
        left: -85px;
        margin-left: 0;
        margin-right: 0;
    }
}

.portfolio-grid__arrow--right {
    padding-left: 0.11111rem;
}

@media (min-width: 1280px) {
    .portfolio-grid__arrow--right {
        right: -85px;
    }
}

.portfolio-grid__arrow:focus {
    background-color: #ffffff;
    border-top: 3px solid #dddddd;
    color: #999999;
    
}

.portfolio-grid__arrow:hover {
    background-color: #ffffff;
    border-top: 3px solid #dddddd;
    color: #333333;
}

.portfolio-grid__arrow:hover::before {
    width: calc(100% + 2px);
}

.portfolio-grid__card {
    display: block;
    color: #999999;
    border: 0;
    margin-bottom: 1.66667rem;
    transition: all 100ms ease-out;
}

.portfolio-grid__card-block {
    position: relative;
    padding: 1.27778rem 1.38889rem 1.05556rem;
    border: 1px solid #e8e8e8;
    transition: all 100ms ease-out;
}

.portfolio-grid__card-img {
    width: 100%;
}

.portfolio-grid__card-label {
    position: absolute;
    left: 0.77778rem;
    top: -2.27778rem;
    display: inline-block;
    background-color: #fec303;
    font-size: 0.66667rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 0.13889rem 0.44444rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.portfolio-grid__card-title {
    font-size: 0.88889rem;
    margin-bottom: 0.11111rem;
    transition: all 100ms ease-out;
}

.portfolio-grid__card-price {
    font-size: 0.77778rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
}

.portfolio-grid__card-items {
    font-size: 0.77778rem;
    border-top: 1px solid #e8e8e8;
    margin-top: 0.44444rem;
    padding-top: 0.55556rem;
}

.portfolio-grid__card-item {
    margin-bottom: 0;
}

.portfolio-grid__card-item .fa {
    width: 1rem;
}

.portfolio-grid__card:focus,
.portfolio-grid__card:hover {
    text-decoration: none;
    color: #999999;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.portfolio-grid__card:focus .portfolio-grid__card-block,
.portfolio-grid__card:hover .portfolio-grid__card-block {
    border: 1px solid transparent;
}

.portfolio-grid__card--dummy {
    background-color: transparent;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.portfolio-grid__card--dummy .fa {
    color: #cccccc;
}

.portfolio-grid__card--dummy .portfolio-grid__card-block {
    padding: 1.38889rem;
    border: 0;
}

.portfolio-grid__card--dummy .portfolio-grid__card-block::after {
    display: none;
}

.portfolio-grid__card--dummy .portfolio-grid__card-title {
    color: #333333;
    margin-top: 0.83333rem;
    margin-bottom: 0.27778rem;
}

.portfolio-grid__card--dummy .portfolio-grid__card-text {
    line-height: 1.2;
    font-size: 0.77778rem;
    margin-bottom: 1.5rem;
}

.portfolio-grid__card--dummy.portfolio-grid__card:focus .portfolio-grid__card-block,
.portfolio-grid__card--dummy.portfolio-grid__card:hover .portfolio-grid__card-block {
    border: 0;
}

.portfolio-grid__card--dummy.portfolio-grid__card:focus .portfolio-grid__card-title,
.portfolio-grid__card--dummy.portfolio-grid__card:hover .portfolio-grid__card-title {
    color: #333333;
}

.portfolio-grid__cta {
    white-space: inherit;
}

.portfolio-grid--slider .portfolio-grid__header {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 0.83333rem;
}

@media (min-width: 992px) {
    .portfolio-grid--slider .portfolio-grid__header {
        padding-bottom: 0;
    }
}

.portfolio-grid--slider.is-nav-arrows-hidden .portfolio-grid__arrow {
    display: none;
}

.portfolio-grid--slider.is-nav-arrows-hidden .portfolio-grid__header {
    padding-bottom: 0;
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.portfolio-grid .is-fadeout {
    -webkit-animation: fadeout ease-in-out 0.2s 1 forwards;
    animation: fadeout ease-in-out 0.2s 1 forwards;
}

.portfolio-grid .is-fadein {
    -webkit-animation: fadeout ease-in-out 0.2s 1 reverse forwards;
    animation: fadeout ease-in-out 0.2s 1 reverse forwards;
}

.portfolio-grid .carousel-inner>.carousel-item {
    margin: 0 0.16667rem;
}

/* 05.31. Hero Columns */

.hero-columns {
    overflow: hidden;
}

@media (min-width: 992px) {
    .hero-columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
}

@media (min-width: 992px) {
    .hero-columns::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
    }
}

.hero-columns__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    z-index: 1;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-columns__item {
        box-shadow: -2px 0 24px 0 rgba(0, 0, 0, 0.5);
    }
}

.hero-columns__content {
    display: inline-block;
    width: 100%;
    box-shadow: inset 0 15px 30px -15px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
    .hero-columns__content {
        min-height: 23.61111rem;
        box-shadow: none;
    }
}

.hero-columns__title {
    color: #ffffff;
    font-size: 1.66667rem;
    font-weight: 300;
    padding: 4.33333rem 3.33333rem 0;
    margin-bottom: 0;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .hero-columns__title {
        width: 66%;
    }
}

.hero-columns__text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88889rem;
    padding: 1.55556rem 3.33333rem 4.55556rem;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .hero-columns__text {
        width: 66%;
    }
}

.hero-columns__cta {
    display: inline-block;
    position: relative;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 0.77778rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding: 1rem 3.33333rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 100ms ease-out;
}

.hero-columns__cta::after {
    position: absolute;
    content: '\f178';
    font-family: 'FontAwesome';
    right: 1.66667rem;
    top: calc(50% - 11px);
}

.hero-columns__cta:focus,
.hero-columns__cta:hover {
    background-color: rgba(255, 255, 255, 0.15);
    text-decoration: none;
    color: #ffffff;
}

.hero-columns__overlay {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

/* 05.32. Title with Button */

.title-with-button {
    position: relative;
}

.title-with-button .widget-title {
    font-size: 1.66667rem;
    display: inline-block;
    margin-top: 0.88889rem;
    margin-bottom: 0;
}

.title-with-button__button {
    position: relative;
    float: right;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    font-size: 0.83333rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #999999;
    transition: all 100ms ease-out;
}

.title-with-button__button::before {
    position: absolute;
    content: '';
    left: -1px;
    top: -3px;
    height: 3px;
    width: 0;
    background-color: #346b61;
    transition: all 200ms ease-out;
}

.title-with-button__button:hover {
    border-top: 3px solid #dddddd;
    color: #333333;
}

.title-with-button__button:hover::before {
    width: calc(100% + 2px);
}

/* 05.33. Logo Panel (Normal TextWidget) */

.logo-panel {
    text-align: center;
}

@media (min-width: 992px) {
    .logo-panel {
        text-align: left;
    }
}

.logo-panel img {
    opacity: .5;
    margin-bottom: 1.11111rem;
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .logo-panel img {
        margin-bottom: 0;
    }
}

.logo-panel img:hover {
    opacity: 1;
}

/* 05.34. Hentry */

.hentry {
    margin-bottom: 4.11111rem;
}

.hentry:last-of-type {
    margin-bottom: 0;
}

.hentry__featured-image {
    display: block;
    margin-bottom: 1.77778rem;
    overflow: hidden;
}

.hentry__featured-image:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}

.hentry__featured-image img {
    transition: all 300ms ease-out;
}

.hentry__title {
    margin-bottom: 1.36667rem;
    font-size: 1.53333rem;
    text-align:left;
}

.hentry__title a {
    color: #333333;
}

.hentry__title a:focus,
.hentry__title a:hover {
    color: #333333;
}

.hentry__content>p:last-of-type {
    margin-bottom: 0;
}

.archive .hentry__featured-image,
.blog .hentry__featured-image {
    margin-bottom: -1px;
}

.archive .hentry .hentry__header+.hentry__content,
.blog .hentry .hentry__header+.hentry__content {
    border-top: 0;
    padding: 0 2.5rem;
}

.archive .hentry__content,
.blog .hentry__content {
    font-size: 0.88889rem;
    padding: 1.66667rem 2.5rem 0;
    border: 1px solid #dddddd;
}

.hentry__content {
    text-align: justify;
}

.archive .hentry__title,
.blog .hentry__title {
    margin-bottom: 0;
    padding: 1.77778rem 2.5rem 1.27778rem;
    border: 1px solid #dddddd;
    border-bottom: 0;
}

.more-link {
    font-size: 0.77778rem;
    color: #999999;
}

.sticky {
    position: relative;
}

.sticky::before,
.sticky::after {
    display: block;
    position: absolute;
    content: '';
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 0.11111rem;
    height: 5px;
}

.sticky::before {
    left: 2px;
    right: 2px;
    bottom: -4px;
}

.sticky::after {
    bottom: -8px;
    left: 5px;
    right: 5px;
}

/* 05.35. Meta */

.meta {
    padding-top: 1.66667rem;
    border-top: 1px solid #367e71;
    margin-bottom: 1.27778rem;
    font-size: 0.77778rem;
    text-align: center;
}

.meta__item {
    display: inline-block;
    background-color: #eeeeee;
    padding: 0.5rem 1.11111rem;
    margin-bottom: 0.44444rem;
    margin-right: 0.16667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 11rem;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}

.meta__item--author {
    background-color: transparent;
}

.meta a {
    color: #999999;
}

.meta .fa {
    margin-right: 0.55556rem;
    font-size: 0.88889rem;
    color: #367e71;
}

figure+.meta,
div+.meta,
p+.meta {
    margin-top: 1.22222rem;
}

/* 05.36. Pagination */

.pagination {
    position: relative;
    margin-top: 5rem;
    padding-top: 1.66667rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #dddddd;
    color: #999999;
    font-weight: 800;
    font-size: 0.77778rem;
    margin-right: 0.33333rem;
    border-radius: 0.11111rem;
    width: 2.77778rem;
    height: 2.77778rem;
    text-align: center;
    line-height: 2.77778rem;
    transition: all 100ms ease-out;
}

@media (min-width: 992px) {
    .pagination .page-numbers {
        box-shadow: 0.55556rem 0 0 #ffffff;
    }
    
    .footer-top {
        text-align: left;
    }
}

.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
    color: #ffffff;
    background-color: #fec303;
    text-decoration: none;
}

.pagination .current {
    color: #ffffff;
    background-color: #fec303;
}

.pagination .current:focus,
.pagination .current:hover {
    color: #ffffff;
    background-color: #fec303;
}

.pagination .prev,
.pagination .next {
    position: absolute;
    margin-right: 0;
    right: 0;
    line-height: 2.88889rem;
}

@media (min-width: 992px) {
    .pagination .prev,
    .pagination .next {
        box-shadow: -0.55556rem 0 0 #ffffff;
    }
}

.pagination .next {
    padding-left: 0.11111rem;
}

.pagination .prev {
    right: 3.33333rem;
    padding-right: 0.11111rem;
}

/* 05.37. Comments */

.comments {
    margin-top: 3.33333rem;
}

.comments__heading {
    font-size: 1.88889rem;
    margin-top: 3rem;
    margin-bottom: 2.11111rem;
}

.comments .logged-in-as a {
    color: #999999;
}

.comment {
    padding-left: 0;
    list-style: none;
}

.comment__inner {
    margin-bottom: 1.66667rem;
    padding: 1.77778rem 2.44444rem 2rem 1.66667rem;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #e8e8e8;
    border-bottom-left-radius: 0.11111rem;
    border-bottom-right-radius: 0.11111rem;
    display: inline-block;
    width: 100%;
    clear: both;
}

.comment__avatar {
    float: left;
    margin-right: 30px;
}

.comment__avatar img {
    border-radius: 50%;
}

.comment__author,
.comment .comment-reply-link,
.comment .comment-edit-link {
    font-weight: bold;
    font-size: 0.77778rem;
    text-transform: uppercase;
}

.comment__author {
    float: left;
}

.comment__author a {
    color: #999999;
    font-style: normal;
}

.comment__metadata {
    display: inline-block;
    float: right;
    font-size: 0.77778rem;
}

.comment .comment-reply-link,
.comment .comment-edit-link {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0.55556rem;
    margin-left: 0.55556rem;
}

.comment__text {
    font-size: 0.88889rem;
    margin-top: 1.72222rem;
}

.comment__text p:last-of-type {
    margin-bottom: 0;
}

.comment-form textarea {
    padding: 1rem 1.11111rem;
}

.comment .children {
    margin-bottom: 0;
}

.comment-respond .form-submit {
    margin-bottom: 0;
    text-align: right;
}

/* 05.38. WordPress Specific */

.alignnone,
.aligncenter,
.alignright,
.alignleft {
    max-width: 100%;
    height: auto;
}

.alignnone img,
.aligncenter img,
.alignright img,
.alignleft img {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 5px 0 20px;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a>img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a>img.alignnone {
    margin: 5px 20px 20px 0;
}

a>img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a>img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    /* Image does not overflow the content area */
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    line-height: 17px;
    margin: 4px 5px;
}

.gallery {
    margin-bottom: 20px;
}

.gallery::after {
    content: "";
    display: table;
    clear: both;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption::before {
    content: '';
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.66667rem;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.55556rem;
}

.post-password-form label input {
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    color: #999999;
    text-shadow: none;
    font-weight: normal;
}

.post-password-form input {
    background-color: #fec303;
    border: 1px solid #fec303;
    height: 2.5rem;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 0.83333rem;
    font-weight: 900;
    border-radius: 0.11111rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 0 0.55556rem;
}

.twitter-tweet {
    margin-top: 0 !important;
}

.bypostauthor {
    position: static;
}

/* 05.39. WordPress Widgets */

/* Applies to all widgets */

.widget select,
.widget img {
    max-width: 100%;
    height: auto;
}

/* Calendar Widget */

.widget_calendar table {
    width: 100%;
    border: 0;
}

.widget_calendar caption {
    background-color: #fec303;
    color: #ffffff;
    padding: 0.27778rem 0;
    text-align: center;
    border-radius: 0.11111rem;
    caption-side: inherit;
}

.widget_calendar thead th {
    padding: 0.27778rem 0;
    text-align: center;
    color: #999999;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar tbody td {
    padding: 0.16667rem 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar tfoot td {
    padding: 0.27778rem;
}

.widget_calendar tfoot td:last-of-type a {
    float: right;
}

/* Tag Cloud Widget */

.widget_tag_cloud a {
    display: inline-block;
    padding: 0.47222rem 0.83333rem;
    margin-bottom: 0.33333rem;
    font-weight: bold;
    background-color: #e8e8e8;
    color: #999999;
    border-radius: 0.11111rem;
    transition: all 100ms ease-out;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
    color: #333333;
    text-decoration: none;
}

/* Search Widget */

.widget_search label {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.widget_search .search-field {
    display: block;
    height: 3.33333rem;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top: 3px solid #dddddd;
    padding: 0 3.33333rem 0 1.11111rem;
    font-size: 0.88889rem;
    transition: all 100ms ease-out;
    border-bottom-left-radius: 0.11111rem;
}

.widget_search .search-field:focus {
    color: #333333;
    border-top: 3px solid #fec303;
}

.widget_search .search-field:hover {
    border-top: 3px solid #d5d5d5;
}

.widget_search .search-submit {
    position: absolute;
    right: 1px;
    top: 3px;
    height: 3.05556rem;
    width: 3.33333rem;
    padding: 0;
    background-color: #ffffff;
    border: 0;
    color: #999999;
}

.widget_search .search-submit .fa {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .header__widgets .widget_search label {
        max-width: 12.77778rem;
    }
}

@media (min-width: 992px) {
    .header__navigation-widgets .widget_search label {
        margin: 0.83333rem 0;
        max-width: 12.77778rem;
    }
}

/* Widgets With Lists */

.widget_archive>ul>li:first-of-type::after,
.widget_pages>ul>li:first-of-type::after,
.widget_categories>ul>li:first-of-type::after,
.widget_meta>ul>li:first-of-type::after,
.widget_recent_comments>ul>li:first-of-type::after,
.widget_recent_entries>ul>li:first-of-type::after,
.widget_rss>ul>li:first-of-type::after {
    display: none;
}

.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    padding-left: 0;
    list-style: none;
    padding-right: 0;
}

.widget_archive li,
.widget_pages li,
.widget_categories li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    position: relative;
    font-size: 0.66667rem;
}

.widget_archive li::before,
.widget_pages li::before,
.widget_categories li::before,
.widget_meta li::before,
.widget_recent_comments li::before,
.widget_recent_entries li::before,
.widget_rss li::before {
    position: absolute;
    content: '\f0da';
    font-family: 'FontAwesome';
    left: 0.55556rem;
    top: 0.77778rem;
}

.widget_archive li::after,
.widget_pages li::after,
.widget_categories li::after,
.widget_meta li::after,
.widget_recent_comments li::after,
.widget_recent_entries li::after,
.widget_rss li::after {
    position: absolute;
    content: '';
    background-color: #e8e8e8;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.widget_archive a,
.widget_pages a,
.widget_categories a,
.widget_meta a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a {
    display: inline-block;
    color: #999999;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 0.77778rem;
    margin-right: 0.27778rem;
    padding: 0.72222rem 0 0.72222rem 1.38889rem;
}

.widget_archive a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover,
.widget_rss a:hover {
    color: #333333;
    text-decoration: none;
}

.widget_archive .children a,
.widget_pages .children a,
.widget_categories .children a,
.widget_meta .children a,
.widget_recent_comments .children a,
.widget_recent_entries .children a,
.widget_rss .children a {
    padding-left: 2.22222rem;
}

.widget_archive .children .children a,
.widget_pages .children .children a,
.widget_categories .children .children a,
.widget_meta .children .children a,
.widget_recent_comments .children .children a,
.widget_recent_entries .children .children a,
.widget_rss .children .children a {
    padding-left: 3.05556rem;
}

.widget_archive .children .children .children a,
.widget_pages .children .children .children a,
.widget_categories .children .children .children a,
.widget_meta .children .children .children a,
.widget_recent_comments .children .children .children a,
.widget_recent_entries .children .children .children a,
.widget_rss .children .children .children a {
    padding-left: 3.88889rem;
}

.widget_recent_comments li {
    padding: 0.72222rem 0 0.72222rem 1.38889rem;
}

.widget_recent_comments a {
    padding: 0;
}

.widget_rss li {
    padding-bottom: 1.11111rem;
}

.widget_rss li::before,
.widget_rss li::after {
    display: none;
}

.widget_rss a {
    padding: 0 0 0.27778rem;
}

/* Images in text widgets. */

.textwidget {
    font-size: 0.88889rem;
}

.textwidget a>img.alignright,
.textwidget a>img.alignnone,
.textwidget a>img.alignleft,
.textwidget a>img.aligncenter {
    margin-top: 0;
}

.textwidget>p:last-of-type {
    margin-bottom: 0;
}

/* Custom Menu */

.widget_nav_menu ul {
    padding-left: 0;
    list-style: none;
}

.widget_nav_menu .sub-menu {
    padding-left: 0.55556rem;
}

.top .widget_nav_menu .menu {
    margin: 0;
    padding: 0;
}

.top .widget_nav_menu .menu>.menu-item {
    position: relative;
    display: inline-block;
}

.top .widget_nav_menu .menu>.menu-item:focus>.sub-menu,
.top .widget_nav_menu .menu>.menu-item:hover>.sub-menu,
.top .widget_nav_menu .menu>.menu-item[aria-expanded="true"]>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.top .widget_nav_menu .menu>.menu-item:first-of-type>a {
    padding-left: 0;
}

.top .widget_nav_menu .menu>.menu-item:last-of-type>a {
    padding-right: 0;
}

.top .widget_nav_menu .menu a {
    display: block;
    padding: 0.72222rem 0.44444rem 0.61111rem;
    color: #999999;
}

.top .widget_nav_menu .menu a:focus,
.top .widget_nav_menu .menu a:hover {
    color: #8a8a8a;
    text-decoration: none;
}

.top .widget_nav_menu .menu .sub-menu {
    position: absolute;
    visibility: hidden;
    padding: 0;
    opacity: 0;
    left: -0.27778rem;
}

.top .widget_nav_menu .menu .sub-menu .menu-item {
    display: block;
    text-align: left;
}

.top .widget_nav_menu .menu .sub-menu .menu-item:focus>.sub-menu,
.top .widget_nav_menu .menu .sub-menu .menu-item:hover>.sub-menu,
.top .widget_nav_menu .menu .sub-menu .menu-item[aria-expanded="true"]>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.top .widget_nav_menu .menu .sub-menu .menu-item:last-of-type>a {
    border-bottom: 0;
}

.top .widget_nav_menu .menu .sub-menu a {
    display: block;
    white-space: nowrap;
    background-color: #e8e8e8;
    padding: 0.27778rem 1.66667rem 0.27778rem 0.83333rem;
    min-width: 4.44444rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top .widget_nav_menu .menu .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.top .widget_nav_menu .menu .sub-menu .sub-menu a {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry__content .widget_nav_menu a,
.sidebar .widget_nav_menu a {
    display: block;
    color: #999999;
}

.hentry__content .widget_nav_menu a:focus,
.hentry__content .widget_nav_menu a:hover,
.sidebar .widget_nav_menu a:focus,
.sidebar .widget_nav_menu a:hover {
    text-decoration: none;
    color: #333333;
}

.hentry__content .widget_nav_menu .menu>li,
.sidebar .widget_nav_menu .menu>li {
    border-bottom: 1px solid #e8e8e8;
}

.hentry__content .widget_nav_menu .menu>li>a,
.sidebar .widget_nav_menu .menu>li>a {
    font-weight: bold;
    border-right: 1px solid #e8e8e8;
    border-left: 0.16667rem solid #dddddd;
    padding: 1.02778rem 1.66667rem;
    font-size: 0.77778rem;
    border-radius: 0;
    transition: all 100ms ease-out;
}

.hentry__content .widget_nav_menu .menu>li>a:focus,
.hentry__content .widget_nav_menu .menu>li>a:hover,
.sidebar .widget_nav_menu .menu>li>a:focus,
.sidebar .widget_nav_menu .menu>li>a:hover {
    border-left-color: #346b61;
    background-color: #f7f7f7;
}

.hentry__content .widget_nav_menu .menu>li.current-menu-item>a,
.sidebar .widget_nav_menu .menu>li.current-menu-item>a {
    border-left-color: #346b61;
    background-color: #f7f7f7;
    color: #333333;
}

.hentry__content .widget_nav_menu .menu>li.menu-item-has-children>a,
.sidebar .widget_nav_menu .menu>li.menu-item-has-children>a {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.hentry__content .widget_nav_menu .menu>li.menu-item-has-children>a::after,
.sidebar .widget_nav_menu .menu>li.menu-item-has-children>a::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'FontAwesome';
    right: 1.11111rem;
    color: #999999;
}

.hentry__content .widget_nav_menu .menu>li.menu-item-has-children:last-of-type,
.sidebar .widget_nav_menu .menu>li.menu-item-has-children:last-of-type {
    border-bottom: 0;
}

.hentry__content .widget_nav_menu .menu>li:first-of-type,
.sidebar .widget_nav_menu .menu>li:first-of-type {
    border-top: 1px solid #e8e8e8;
}

.hentry__content .widget_nav_menu .sub-menu,
.sidebar .widget_nav_menu .sub-menu {
    margin-left: 1.88889rem;
    border-left: 2px solid #e8e8e8;
    padding-top: 0.72222rem;
    padding-bottom: 0.88889rem;
}

.hentry__content .widget_nav_menu .sub-menu a,
.sidebar .widget_nav_menu .sub-menu a {
    padding: 0.38889rem 1.66667rem;
    font-size: 0.77778rem;
}

.hentry__content .widget_nav_menu .sub-menu .sub-menu,
.sidebar .widget_nav_menu .sub-menu .sub-menu {
    padding-top: 0.16667rem;
    padding-bottom: 0.33333rem;
    margin-top: 0.38889rem;
    margin-bottom: 0.38889rem;
}

.hentry__content .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu,
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.footer .widget_nav_menu a {
    display: block;
    padding: 0.44444rem 0;
}

@media (min-width: 992px) {
    .footer .widget_nav_menu a {
        padding: 0.11111rem 0;
    }
}

/* 05.40. Featherlight CSS */

.featherlight {
    background: 0 0;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    display: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    z-index: 2147483647
}

.featherlight * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .9)
}

.featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

.featherlight .featherlight-content {
    background: #fff;
    border: 0;
    cursor: auto;
    display: inline-block;
    max-height: 80%;
    max-width: 90%;
    min-width: inherit;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal
}

@media screen and (min-width:980px) {
    .featherlight .featherlight-content {
        max-height: 90%
    }
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight .featherlight-close-icon {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
    position: fixed;
    top: 25px;
    right: 25px;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
    z-index: 9999
}

.featherlight .featherlight-image {
    max-width: 100%
}

.featherlight iframe {
    border: 0
}

[data-featherlight] {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
}

.featherlight-content .caption {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.featherlight-content .caption:focus,
.featherlight-content .caption:hover {
    overflow: visible;
    white-space: normal
}

@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.featherlight-loading .featherlight-content {
    -webkit-animation: featherlightLoader 1s infinite linear;
    animation: featherlightLoader 1s infinite linear;
    background: 0 0;
    border: 8px solid #909090;
    border-left-color: #fff;
    font-size: 10px
}

.featherlight-loading .featherlight-content,
.featherlight-loading .featherlight-content:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10em;
    width: 10em
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
    display: none
}

.featherlight-next,
.featherlight-previous {
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    cursor: pointer;
    display: block;
    height: 60px;
    margin-top: -30px;
    opacity: .4;
    overflow: hidden;
    position: fixed;
    top: 50%;
    text-indent: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 60px
}

.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous,
.featherlight-next span,
.featherlight-previous span {
    display: none
}

.featherlight-next:focus,
.featherlight-next:hover,
.featherlight-previous:focus,
.featherlight-previous:hover {
    opacity: 1
}

.featherlight-next {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.59%2016.59L13.17%2012%208.59%207.41%2010%206l6%206-6%206-1.41-1.41z%22/%3E%0A%3C/svg%3E);
    background-position: 0 0;
    right: 10px
}

.featherlight-previous {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.41%207.41L10.83%2012l4.58%204.59L14%2018l-6-6%206-6%201.41%201.41z%22/%3E%0A%3C/svg%3E);
    background-position: -5px 0;
    left: 10px
}

/*------------------------------------*\
  06. Margins and padding
\*------------------------------------*/

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.no-padd {
    padding-left: 0px;
    padding-right: 0px;
}

.padd-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padd-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padd-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padd-30 {
    padding: 30px;
}

.no-padd-left {
    padding-left: 0px;
}

.marg-lg-b0 {
    margin-bottom: 0px;
}

.marg-lg-b5 {
    margin-bottom: 5px;
}

.marg-lg-b10 {
    margin-bottom: 10px;
}

.marg-lg-b15 {
    margin-bottom: 15px;
}

.marg-lg-b20 {
    margin-bottom: 20px;
}

.marg-lg-b25 {
    margin-bottom: 25px;
}

.marg-lg-b30 {
    margin-bottom: 30px;
}

.marg-lg-b35 {
    margin-bottom: 35px;
}

.marg-lg-b40 {
    margin-bottom: 40px;
}

.marg-lg-b45 {
    margin-bottom: 45px;
}

.marg-lg-b50 {
    margin-bottom: 50px;
}

.marg-lg-b55 {
    margin-bottom: 55px;
}

.marg-lg-b60 {
    margin-bottom: 60px;
}

.marg-lg-b65 {
    margin-bottom: 65px;
}

.marg-lg-b70 {
    margin-bottom: 70px;
}

.marg-lg-b75 {
    margin-bottom: 75px;
}

.marg-lg-b80 {
    margin-bottom: 80px;
}

.marg-lg-b85 {
    margin-bottom: 85px;
}

.marg-lg-b90 {
    margin-bottom: 90px;
}

.marg-lg-b95 {
    margin-bottom: 95px;
}

.marg-lg-b100 {
    margin-bottom: 100px;
}

.marg-lg-b110 {
    margin-bottom: 110px;
}

.marg-lg-b120 {
    margin-bottom: 120px;
}

.marg-lg-b140 {
    margin-bottom: 140px;
}

.marg-lg-b130 {
    margin-bottom: 130px;
}

.marg-lg-b150 {
    margin-bottom: 150px;
}

.marg-lg-b160 {
    margin-bottom: 160px;
}

.marg-lg-b280 {
    margin-bottom: 280px;
}

.marg-lg-t0 {
    margin-top: 0px;
}

.marg-lg-t5 {
    margin-top: 5px;
}

.marg-lg-t10 {
    margin-top: 10px;
}

.marg-lg-t15 {
    margin-top: 15px;
}

.marg-lg-t20 {
    margin-top: 20px;
}

.marg-lg-t25 {
    margin-top: 25px;
}

.marg-lg-t30 {
    margin-top: 30px;
}

.marg-lg-t35 {
    margin-top: 35px;
}

.marg-lg-t40 {
    margin-top: 40px;
}

.marg-lg-t45 {
    margin-top: 45px;
}

.marg-lg-t50 {
    margin-top: 50px;
}

.marg-lg-t55 {
    margin-top: 55px;
}

.marg-lg-t60 {
    margin-top: 60px;
}

.marg-lg-t65 {
    margin-top: 65px;
}

.marg-lg-t70 {
    margin-top: 70px;
}

.marg-lg-t75 {
    margin-top: 75px;
}

.marg-lg-t80 {
    margin-top: 80px;
}

.marg-lg-t85 {
    margin-top: 85px;
}

.marg-lg-t90 {
    margin-top: 90px;
}

.marg-lg-t95 {
    margin-top: 95px;
}

.marg-lg-t100 {
    margin-top: 100px;
}

.marg-lg-t105 {
    margin-top: 105px;
}

.marg-lg-t110 {
    margin-top: 110px;
}

.marg-lg-t115 {
    margin-top: 115px;
}

.marg-lg-t120 {
    margin-top: 120px;
}

.marg-lg-t125 {
    margin-top: 125px;
}

.marg-lg-t130 {
    margin-top: 130px;
}

.marg-lg-t135 {
    margin-top: 135px;
}

.marg-lg-t140 {
    margin-top: 140px;
}

.marg-lg-t145 {
    margin-top: 145px;
}

.marg-lg-t150 {
    margin-top: 150px;
}

.marg-lg-t155 {
    margin-top: 155px;
}

.marg-lg-t160 {
    margin-top: 160px;
}

.marg-lg-t175 {
    margin-top: 175px;
}

.marg-lg-t250 {
    margin-top: 250px;
}

.marg-lg-t280 {
    margin-top: 280px;
}

.padd-only-xs {
    padding-left: 0px;
    padding-right: 0px;
}

.padd-only-sm {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1199px) {
    .marg-md-b0 {
        margin-bottom: 0px !important;
    }
    .marg-md-b5 {
        margin-bottom: 5px !important;
    }
    .marg-md-b10 {
        margin-bottom: 10px !important;
    }
    .marg-md-b15 {
        margin-bottom: 15px !important;
    }
    .marg-md-b20 {
        margin-bottom: 20px !important;
    }
    .marg-md-b25 {
        margin-bottom: 25px !important;
    }
    .marg-md-b30 {
        margin-bottom: 30px !important;
    }
    .marg-md-b35 {
        margin-bottom: 35px !important;
    }
    .marg-md-b40 {
        margin-bottom: 40px !important;
    }
    .marg-md-b45 {
        margin-bottom: 45px !important;
    }
    .marg-md-b50 {
        margin-bottom: 50px !important;
    }
    .marg-md-b55 {
        margin-bottom: 55px !important;
    }
    .marg-md-b60 {
        margin-bottom: 60px !important;
    }
    .marg-md-b65 {
        margin-bottom: 65px !important;
    }
    .marg-md-b70 {
        margin-bottom: 70px !important;
    }
    .marg-md-b75 {
        margin-bottom: 75px !important;
    }
    .marg-md-b80 {
        margin-bottom: 80px !important;
    }
    .marg-md-b85 {
        margin-bottom: 85px !important;
    }
    .marg-md-b90 {
        margin-bottom: 90px !important;
    }
    .marg-md-b95 {
        margin-bottom: 95px !important;
    }
    .marg-md-b100 {
        margin-bottom: 100px !important;
    }
    .marg-md-b140 {
        margin-bottom: 140px !important;
    }
    .marg-md-t0 {
        margin-top: 0px !important;
    }
    .marg-md-t5 {
        margin-top: 5px !important;
    }
    .marg-md-t10 {
        margin-top: 10px !important;
    }
    .marg-md-t15 {
        margin-top: 15px !important;
    }
    .marg-md-t20 {
        margin-top: 20px !important;
    }
    .marg-md-t25 {
        margin-top: 25px !important;
    }
    .marg-md-t30 {
        margin-top: 30px !important;
    }
    .marg-md-t35 {
        margin-top: 35px !important;
    }
    .marg-md-t40 {
        margin-top: 40px !important;
    }
    .marg-md-t45 {
        margin-top: 45px !important;
    }
    .marg-md-t50 {
        margin-top: 50px !important;
    }
    .marg-md-t55 {
        margin-top: 55px !important;
    }
    .marg-md-t60 {
        margin-top: 60px !important;
    }
    .marg-md-t65 {
        margin-top: 65px !important;
    }
    .marg-md-t70 {
        margin-top: 70px !important;
    }
    .marg-md-t75 {
        margin-top: 75px !important;
    }
    .marg-md-t80 {
        margin-top: 80px !important;
    }
    .marg-md-t85 {
        margin-top: 85px !important;
    }
    .marg-md-t90 {
        margin-top: 90px !important;
    }
    .marg-md-t95 {
        margin-top: 95px !important;
    }
    .marg-md-t100 {
        margin-top: 100px !important;
    }
    .marg-md-t140 {
        margin-top: 140px !important;
    }
    .no-padd-md {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .marg-sm-b0 {
        margin-bottom: 0px !important;
    }
    .marg-sm-b5 {
        margin-bottom: 5px !important;
    }
    .marg-sm-b10 {
        margin-bottom: 10px !important;
    }
    .marg-sm-b15 {
        margin-bottom: 15px !important;
    }
    .marg-sm-b20 {
        margin-bottom: 20px !important;
    }
    .marg-sm-b25 {
        margin-bottom: 25px !important;
    }
    .marg-sm-b30 {
        margin-bottom: 30px !important;
    }
    .marg-sm-b35 {
        margin-bottom: 35px !important;
    }
    .marg-sm-b40 {
        margin-bottom: 40px !important;
    }
    .marg-sm-b45 {
        margin-bottom: 45px !important;
    }
    .marg-sm-b50 {
        margin-bottom: 50px !important;
    }
    .marg-sm-b55 {
        margin-bottom: 55px !important;
    }
    .marg-sm-b60 {
        margin-bottom: 60px !important;
    }
    .marg-sm-b65 {
        margin-bottom: 65px !important;
    }
    .marg-sm-b70 {
        margin-bottom: 70px !important;
    }
    .marg-sm-b75 {
        margin-bottom: 75px !important;
    }
    .marg-sm-b80 {
        margin-bottom: 80px !important;
    }
    .marg-sm-b85 {
        margin-bottom: 85px !important;
    }
    .marg-sm-b90 {
        margin-bottom: 90px !important;
    }
    .marg-sm-b95 {
        margin-bottom: 95px !important;
    }
    .marg-sm-b100 {
        margin-bottom: 100px !important;
    }
    .marg-sm-b140 {
        margin-bottom: 140px !important;
    }
    .marg-sm-t0 {
        margin-top: 0px !important;
    }
    .marg-sm-t5 {
        margin-top: 5px !important;
    }
    .marg-sm-t10 {
        margin-top: 10px !important;
    }
    .marg-sm-t15 {
        margin-top: 15px !important;
    }
    .marg-sm-t20 {
        margin-top: 20px !important;
    }
    .marg-sm-t25 {
        margin-top: 25px !important;
    }
    .marg-sm-t30 {
        margin-top: 30px !important;
    }
    .marg-sm-t35 {
        margin-top: 35px !important;
    }
    .marg-sm-t40 {
        margin-top: 40px !important;
    }
    .marg-sm-t45 {
        margin-top: 45px !important;
    }
    .marg-sm-t50 {
        margin-top: 50px !important;
    }
    .marg-sm-t55 {
        margin-top: 55px !important;
    }
    .marg-sm-t60 {
        margin-top: 60px !important;
    }
    .marg-sm-t65 {
        margin-top: 65px !important;
    }
    .marg-sm-t70 {
        margin-top: 70px !important;
    }
    .marg-sm-t75 {
        margin-top: 75px !important;
    }
    .marg-sm-t80 {
        margin-top: 80px !important;
    }
    .marg-sm-t85 {
        margin-top: 85px !important;
    }
    .marg-sm-t90 {
        margin-top: 90px !important;
    }
    .marg-sm-t95 {
        margin-top: 95px !important;
    }
    .marg-sm-t100 {
        margin-top: 100px !important;
    }
    .marg-sm-t140 {
        margin-top: 140px !important;
    }
    .padd-only-sm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-padd-sm {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .marg-xs-b0 {
        margin-bottom: 0px !important;
    }
    .marg-xs-b5 {
        margin-bottom: 5px !important;
    }
    .marg-xs-b10 {
        margin-bottom: 10px !important;
    }
    .marg-xs-b15 {
        margin-bottom: 15px !important;
    }
    .marg-xs-b20 {
        margin-bottom: 20px !important;
    }
    .marg-xs-b25 {
        margin-bottom: 25px !important;
    }
    .marg-xs-b30 {
        margin-bottom: 30px !important;
    }
    .marg-xs-b35 {
        margin-bottom: 35px !important;
    }
    .marg-xs-b40 {
        margin-bottom: 40px !important;
    }
    .marg-xs-b45 {
        margin-bottom: 45px !important;
    }
    .marg-xs-b50 {
        margin-bottom: 50px !important;
    }
    .marg-xs-b55 {
        margin-bottom: 55px !important;
    }
    .marg-xs-b60 {
        margin-bottom: 60px !important;
    }
    .marg-xs-b65 {
        margin-bottom: 65px !important;
    }
    .marg-xs-b70 {
        margin-bottom: 70px !important;
    }
    .marg-xs-b75 {
        margin-bottom: 75px !important;
    }
    .marg-xs-b80 {
        margin-bottom: 80px !important;
    }
    .marg-xs-b85 {
        margin-bottom: 85px !important;
    }
    .marg-xs-b90 {
        margin-bottom: 90px !important;
    }
    .marg-xs-b95 {
        margin-bottom: 95px !important;
    }
    .marg-xs-b100 {
        margin-bottom: 100px !important;
    }
    .marg-xs-b140 {
        margin-bottom: 140px !important;
    }
    .marg-xs-t0 {
        margin-top: 0px !important;
    }
    .marg-xs-t5 {
        margin-top: 5px !important;
    }
    .marg-xs-t10 {
        margin-top: 10px !important;
    }
    .marg-xs-t15 {
        margin-top: 15px !important;
    }
    .marg-xs-t20 {
        margin-top: 20px !important;
    }
    .marg-xs-t25 {
        margin-top: 25px !important;
    }
    .marg-xs-t30 {
        margin-top: 30px !important;
    }
    .marg-xs-t35 {
        margin-top: 35px !important;
    }
    .marg-xs-t40 {
        margin-top: 40px !important;
    }
    .marg-xs-t45 {
        margin-top: 45px !important;
    }
    .marg-xs-t50 {
        margin-top: 50px !important;
    }
    .marg-xs-t55 {
        margin-top: 55px !important;
    }
    .marg-xs-t60 {
        margin-top: 60px !important;
    }
    .marg-xs-t65 {
        margin-top: 65px !important;
    }
    .marg-xs-t70 {
        margin-top: 70px !important;
    }
    .marg-xs-t75 {
        margin-top: 75px !important;
    }
    .marg-xs-t80 {
        margin-top: 80px !important;
    }
    .marg-xs-t85 {
        margin-top: 85px !important;
    }
    .marg-xs-t90 {
        margin-top: 90px !important;
    }
    .marg-xs-t95 {
        margin-top: 95px !important;
    }
    .marg-xs-t100 {
        margin-top: 100px !important;
    }
    .marg-xs-t140 {
        margin-top: 140px !important;
    }
    .padd-only-xs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-padd-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*------------------------------------*\
  07. Misc
\*------------------------------------*/

a:focus,
a:hover {
    color: #367e71;
}

.text-center {
    text-align: center;
}

.img-fit {
    width: 100%;
}

.pos-rel {
    position: relative;
}

@media screen and (min-width: 992px) {
    .home-icon--active {
        color: #fff;
    }
    .home-icon--active:after {
        width: 100%;
    }
}

/*HERO COLUMNS*/

.hero-columns__item--bg1 {
    background-image: url(../img/prelucrare-mecanica2-bg.jpg);
}

.hero-columns__item--bg2 {
    background-image: url(../img/piese-schimb-bg.jpg);
}

.hero-columns__item--bg3 {
    background-image: url(../img/montaj-industrial-bg.jpg);
}

.hero-columns__overlay {
    background-color: rgba(0, 0, 0, 0.0);
}

/*TEXTWIDGET*/

.textwidget--thin {
    color: #999999;
    font-weight: 300;
}

.textwidget__icon-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.textwidget__icon {
    color: #999999;
}

.textwidget__icon--light-grey {
    color: #ddd;
}

.textwidget__icon {
    color: #999999;
}

.textwidget__icon--check {
    color: #fec103;
}

.textwidget__text--grey {
    color: #999999;
}

.textwidget__link {
    color: #333;
}

.textwidget__link:hover {
    color: #333;
}

/*OUR PROJECTS*/

.our-projects {
    background-image: url(../img/bg_our_projects_light.jpg);
    padding-top: 80px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

/*CONSULTATION BANNER*/

.consultation-banner {
    background-image: url(../img/dark_pttrn.jpg);
    padding-top: 60px;
}

/*PROMISE AND VALUES*/

.promise {
    background-image: url(../img/promise1.jpg);
    background-color: rgb(232, 232, 232);
    background-repeat: repeat;
    padding-bottom: 80px;
    padding-top: 80px;
}

.promise__title {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}

/*CONTACT US*/

.schedule-bg {
    padding: 45px;
    background-color: #eeeeee;
}

/*SHOP PAGE*/

.add-to-cart-added:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

/*NUMBER COUNTER*/

.number-counter-bg {
    padding: 30px;
    background-color: #f7f7f7;
}

/*ABOUT US*/

.about-us__map {
    height: 375px;
}

/*EXTERIOR-REMODELING*/

.full-width {
    width: 100%;
}

/*ACCORDION*/

.accordion__panel .panel-title a::before {
    top: 50%;
    transform: translateY(-50%);
}

/*CONTACT FORM*/

.ajax-loader:before,
.ajax-loader:after,
.ajax-loader {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.ajax-loader {
    display: none;
    font-size: 10px;
    margin: -40px auto 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.ajax-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ajax-loader:after {
    left: 3.5em;
}

.ajax-loader:before,
.ajax-loader:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}

.ajax-result {
    clear: both;
    margin-top: 20px;
    font-weight: 700;
}

.ajax-result .success,
.ajax-result .error {
    display: none;
    padding: 10px;
    border: 1px solid green;
    font-size: 14px;
    color: green;
}

.ajax-result .error {
    color: red;
    background: red;
}



/*------------------------------------*\
  The End :)
\*------------------------------------*/

/*# sourceMappingURL=style.css.map */