@charset "UTF-8";
/*
Theme Name: LegalPress by ProteusThemes
Theme URI: https://demo.proteusthemes.com/legalpress/
Author: ProteusThemes
Author URI: https://www.proteusthemes.com/
Description: LegalPress WordPress Theme.
Version: 1.1.4
Tags: brown, tan, white, light, custom-menu, featured-images, rtl-language-support, sticky-post, translation-ready, responsive-layout
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: legalpress
*/
/* 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. Main Title
		05.04. Breadcrumbs
		05.05. Sidebar
		05.06. Footer
		05.07. Error 404
		05.08. Main Navigation
		05.09. Meta Data
		05.10. Jumbotron
		05.11. Comments
		05.12. Pagination
		05.13. Buttons
		05.14. Icon Box
		05.15. Social Icons
		05.16. Testimonials
		05.17. Latest News
		05.18. Call to Action
		05.19. Featured Page
		05.20. Person Profile
		05.21. Logo Panel
		05.22. Opening Times
		05.23. Skype Button
		05.24. Brochure Box
		05.25. Number Counter
		05.26. WP Specific
		05.27. WP Widgets
		05.28. Contact Form
		05.29. Visual Composer
		05.30. Panel Grid
		05.31. Woocommerce
		05.32. Video Page
		05.33. Miscellaneous
		05.34. Open Position
		05.35. Magnific Popup
*/
/*------------------------------------*\
	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,
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    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;
    }
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.57;
    color: #999999;
    background-color: #fff;
    /*background: url("../pattern/2.png");*/
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #ccb68d;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #b49458;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.57;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 1.1;
    color: #45423d;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10.5px;
}
.lead {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase,
.initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #ccb68d;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #bc9f6a;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #ccb68d;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #bc9f6a;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 21px;
}
dt,
dd {
    line-height: 1.57;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.57;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.57;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.57;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.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: 768px) {
    .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: 992px) {
    .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: 1200px) {
    .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%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.57;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > 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 col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.57;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.57;
    color: #555555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #eeeeee;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 238, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@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: 35px;
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.form-group.has-error input[type="text"],
.form-group.has-error input[type="email"],
.form-group.has-error input[type="tel"],
.form-group.has-error input[type="password"],
.form-group.has-error textarea {
    outline: 1px solid red;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 39px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 43.75px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.screen-reader-text ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d9d9d9;
}
@media (min-width: 768px) {
    .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 .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;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px;
}
.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 20px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.57;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(250, 250, 250, 0.33);
}
.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(186, 186, 186, 0.33);
}
.btn-default:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(219, 219, 219, 0.33);
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(219, 219, 219, 0.33);
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(186, 186, 186, 0.33);
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: rgba(250, 250, 250, 0.33);
}
.btn-default .badge {
    color: transparent;
    background-color: #ffffff;
}
.btn-primary {
    color: #fff;
    background-color: #ccb68d;
    border-color: #ccb68d;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #bc9f6a;
    border-color: #967943;
}
.btn-primary:hover {
    color: #fff;
    background-color: #bc9f6a;
    border-color: #b99b63;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bc9f6a;
    border-color: #b99b63;
}
.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: #b19051;
    border-color: #967943;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #ccb68d;
    border-color: #ccb68d;
}
.btn-primary .badge {
    color: #ccb68d;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #4f9b4b;
    border-color: #4f9b4b;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #3d793a;
    border-color: #234521;
}
.btn-success:hover {
    color: #fff;
    background-color: #3d793a;
    border-color: #3a7237;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d793a;
    border-color: #3a7237;
}
.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: #31612f;
    border-color: #234521;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #4f9b4b;
    border-color: #4f9b4b;
}
.btn-success .badge {
    color: #4f9b4b;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #45414d;
    border-color: #45414d;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #2c2a31;
    border-color: #070708;
}
.btn-info:hover {
    color: #fff;
    background-color: #2c2a31;
    border-color: #27252c;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2c2a31;
    border-color: #27252c;
}
.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: #1b191e;
    border-color: #070708;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #45414d;
    border-color: #45414d;
}
.btn-info .badge {
    color: #45414d;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #cd9140;
    border-color: #cd9140;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ad762d;
    border-color: #704d1d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ad762d;
    border-color: #a5712b;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ad762d;
    border-color: #a5712b;
}
.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: #906326;
    border-color: #704d1d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #cd9140;
    border-color: #cd9140;
}
.btn-warning .badge {
    color: #cd9140;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #b94641;
    border-color: #b94641;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #933834;
    border-color: #5b2220;
}
.btn-danger:hover {
    color: #fff;
    background-color: #933834;
    border-color: #8c3531;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #933834;
    border-color: #8c3531;
}
.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: #792e2a;
    border-color: #5b2220;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #b94641;
    border-color: #b94641;
}
.btn-danger .badge {
    color: #b94641;
    background-color: #fff;
}
.btn-link {
    color: #ccb68d;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #b49458;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.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 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 992px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -20px;
    margin-left: -20px;
}
@media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 14.5px 20px;
    font-size: 18px;
    line-height: 21px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -20px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.25px -20px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 14.5px;
        padding-bottom: 14.5px;
    }
}
.navbar-form {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}
@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right;
        margin-right: -20px !important;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.57;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
.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 {
    left: auto;
    right: 0;
    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:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    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 screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !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
\*------------------------------------*/
/*body .boxed-container {
	background-color: #ffffff;
    overflow-x: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    body .boxed-container {
        width: 820px;
    }
}
@media (min-width: 992px) {
    body .boxed-container {
        width: 1040px;
    }
}
@media (min-width: 1200px) {
    body .boxed-container {
        width: 1240px;
    }
}
@media (min-width: 1500px) {
    body.boxed .jumbotron-content {
        top: 90px;
    }
}
@media (min-width: 1500px) {
    body.boxed .jumbotron__control {
        top: 190px;
        bottom: inherit;
    }
}
@media (min-width: 992px) {
    body.boxed .jumbotron__control.left {
        left: 40px;
    }
}
@media (min-width: 992px) {
    body.boxed .jumbotron__control.right {
        right: 40px;
        left: inherit;
    }
}*/
/*------------------------------------*\
	04. Helpers and very general classes
\*------------------------------------*/
.wp-post-image {
    max-width: 100%;
    height: auto;
}
.widget-title {
    position: relative;
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.widget-title--big .widget-title {
    font-size: 27px;
}
@media (min-width: 992px) {
    .widget-title--big .widget-title {
        font-size: 46px;
    }
}
.widget-title__line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 0;
    top: 50%;
}
.featured-widget {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.featured-widget h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.widget-custom-gradient {
    background: linear-gradient(to right, #f7f7f7 0%, #ffffff 100%);
}
.hr-quote {
    position: relative;
}
.hr-quote::after {
    position: absolute;
    content: '\f02e';
    font-family: FontAwesome;
    right: calc(50% - 5px);
    top: calc(50% - 13px);
    color: #ccb68d;
    font-size: 18px;
    width: 10px;
    height: 10px;
}
.more-link {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.more-link:hover,
.more-link:focus,
.more-link:visited {
    text-decoration: none;
}
.more-link::after {
    position: absolute;
    content: '\f178';
    font-family: 'FontAwesome';
    right: -20px;
    top: calc(50% - 9px);
    font-size: 12px;
}
/*------------------------------------*\
	05. Components
\*------------------------------------*/
/* 05.01. Top Bar */
.top {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    padding: 14px 0;
}
@media (min-width: 992px) {
    .top__tagline {
        float: left;
    }
}
@media (min-width: 992px) {
    .top__widgets {
        float: right;
    }
}
.top .widget {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
    .top .widget {
        padding-right: 20px;
        margin-right: 20px;
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
        display: inline-block;
    }
}
@media (min-width: 992px) {
    .top .widget::after {
        position: absolute;
        content: '';
        background-color: rgba(0, 0, 0, 0.06);
        width: 1px;
        height: 50px;
        right: 0;
        top: -15px;
    }
}
@media (min-width: 992px) {
    .top .widget:last-child {
        padding-right: 0;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .top .widget:last-child::after {
        display: none;
    }
}
/* 05.02. Header */
.header {
    position: relative;
    z-index: 210;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 25px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .header {
        margin-bottom: 0;
    }
}
.header__left-widgets,
.header__right-widgets {
    width: 100%;
}
@media (min-width: 992px) {
    .header__left-widgets,
    .header__right-widgets {
        padding: 25px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 35%;
    }
}
.header__left-widgets {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
@media (min-width: 992px) {
    .header__left-widgets {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header__right-widgets {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
@media (min-width: 992px) {
    .header__right-widgets {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.header__logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .header__logo {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 30%;
        text-align: center;
        margin-bottom: 0;
    }
}
.header__logo h1 {
    margin: 35px 0;
}
.header__logo img {
    display: inline-block;
    width: 60%;
}
@media (min-width: 480px) {
    .header__logo img {
        width: auto;
    }
}
.header__navigation {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}
@media (min-width: 992px) {
    .header__navigation {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: -61px;
    }
}
.header .widget {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
    .header .widget {
        float: left;
        padding-top: 0;
        padding-right: 20px;
        margin-top: 0;
        margin-right: 20px;
        border-top: 0;
        display: inline-block;
    }
}
@media (min-width: 992px) {
    .header .widget::after {
        position: absolute;
        content: '';
        background-color: rgba(0, 0, 0, 0.06);
        height: 40px;
        width: 1px;
        top: 0;
        right: 0;
    }
}
@media (min-width: 992px) {
    .header .widget:last-child {
        padding-right: 0;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .header .widget:last-child::after {
        display: none;
    }
}
@media (min-width: 992px) {
    .header--left-logo .header__logo {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .header--left-logo .header__right-widgets {
        width: 70%;
    }
}
/* 05.03. Main Title */
.main-title {
    background: url("../images/pattern-background.png");
    padding: 40px 0;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
    .main-title {
        padding: 121px 0 80px;
    }
}
.main-title__primary {
    font-size: 40px;
    color: #333333;
    margin: 0;
}
@media (min-width: 992px) {
    .main-title__primary {
        font-size: 60px;
    }
}
.main-title__secondary {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #999999;
    margin: 10px 0 7px;
    font-weight: normal;
}
.main-title--small {
    padding: 20px 0 15px;
}
@media (min-width: 992px) {
    .main-title--small {
        padding: 70px 0 15px;
    }
}
.main-title--small .main-title__primary {
    font-size: 36px;
}
/* 05.04. Breadcrumbs */
.breadcrumbs {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 480px) {
    .breadcrumbs {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .breadcrumbs {
        margin-bottom: 60px;
    }
}
.breadcrumbs a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #999999;
    margin-right: 10px;
    font-size: 10px;
}
@media (min-width: 480px) {
    .breadcrumbs a {
        padding: 14px 0;
        margin-right: 20px;
        font-size: 14px;
    }
}
.breadcrumbs a::after {
    font-family: 'FontAwesome';
    content: '\f0da';
    padding-left: 10px;
    color: #cccccc;
}
@media (min-width: 480px) {
    .breadcrumbs a::after {
        padding-left: 20px;
    }
}
.breadcrumbs a:hover {
    color: #777777;
    text-decoration: none;
}
.breadcrumbs span:first-of-type > a::before {
    font-family: 'FontAwesome';
    content: '\f015';
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #cccccc;
}
.breadcrumbs span:first-of-type > a:hover::before {
    color: #777777;
}
.breadcrumbs span > span {
    display: inline-block;
    font-weight: bold;
    color: #777777;
    padding: 10px 0;
}
@media (min-width: 480px) {
    .breadcrumbs span > span {
        padding: 14px 0;
    }
}
.main-title + .breadcrumbs {
    margin-top: -30px;
}
/* 05.05. Sidebar */
.sidebar__headings {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}
.sidebar .widget {
    margin-bottom: 56px;
}
/* 05.06. Footer */
.footer-top {
    background-color: #45414d;
    padding: 40px 0;
    color: #b2b1b5;
    background-position: center;
    background-size: cover;
}
@media (min-width: 992px) {
    .footer-top {
        padding: 70px 0 80px;
    }
}
.footer-top__headings {
    color: #ffffff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px;
}
.footer-bottom {
    background-color: #393640;
    padding: 15px 0;
    text-align: center;
}
@media (min-width: 992px) {
    .footer-bottom {
        padding: 29px 0 19px;
    }
}
.footer-bottom a {
    color: #ffffff;
    font-weight: bold;
}
@media (min-width: 992px) {
    .footer-bottom__left {
        float: left;
    }
}
.footer-bottom__center {
    padding-top: 5px;
}
@media (min-width: 992px) {
    .footer-bottom__center {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .footer-bottom__center .fa {
        margin-top: -10px;
    }
}
.footer-bottom__right {
    padding-top: 5px;
}
@media (min-width: 992px) {
    .footer-bottom__right {
        float: right;
        padding-top: 0;
    }
}
.footer .icon-container {
    color: #b2b1b5;
    font-size: 24px;
}
.footer .icon-container:hover {
    color: #ccb68d;
}
/* 05.07. Error 404 */
.error-404 {
    text-align: center;
    margin-top: -28px;
}
@media (min-width: 992px) {
    .error-404 {
        margin-top: -58px;
    }
}
.error-404 img {
    width: 100%;
    height: auto;
}
.error-404__content {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .error-404__content {
        margin-bottom: 120px;
    }
}
.error-404__text {
    font-size: 18px;
    color: #999999;
    margin-bottom: 30px;
}
@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: 400px;
    }
}
/* 05.08. Main Navigation */
.main-navigation {
    background-color: #45414d;
    border: 5px solid #45414d;
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.2) inset;
    list-style: none;
    padding: 0;
    font-weight: bold;
}
@media (min-width: 992px) {
    .main-navigation {
        margin-top: 25px;
        text-align: center;
        font-size: 0;
    }
}
.main-navigation > li {
    position: relative;
}
@media (min-width: 992px) {
    .main-navigation > li {
        display: inline-block;
        font-size: 14px;
    }
}
.main-navigation > li > a {
    position: relative;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    display: block;
    font-size: 19px;
    padding: 20px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    color: #ffffff;
}
@media (min-width: 992px) {
    .main-navigation > li > a {
        padding: 30.5px 30px;
        border-bottom: 0;
    }
}
@media (min-width: 992px) {
    .main-navigation > li > a::before {
        position: absolute;
        content: '~';
        right: -5px;
        line-height: 0;
        top: 50%;
        color: rgba(250, 250, 250, 0.2);
    }
}
.main-navigation > li:last-of-type > a::before {
    display: none;
}
.main-navigation > li:hover > a,
.main-navigation > li:focus > a,
.main-navigation > li[aria-expanded="true"] > a {
    text-decoration: none;
    color: #ccb68d;
}
@media (min-width: 992px) {
    .main-navigation > li:hover > a,
    .main-navigation > li:focus > a,
    .main-navigation > li[aria-expanded="true"] > a {
        color: #ffffff;
    }
}
@media (min-width: 992px) {
    .main-navigation > li:hover > a::after,
    .main-navigation > li:focus > a::after,
    .main-navigation > li[aria-expanded="true"] > a::after {
        position: absolute;
        content: '';
        width: calc(100% - 60px);
        height: 5px;
        left: 30px;
        bottom: 0;
        background-color: #ffffff;
    }
}
.main-navigation > li:hover > .sub-menu,
.main-navigation > li:focus > .sub-menu,
.main-navigation > li[aria-expanded="true"] > .sub-menu {
    left: 12px;
}
.main-navigation > .current-menu-item > a {
    color: #ccb68d;
}
.main-navigation > .current-menu-item > a:hover {
    color: #ccb68d;
}
@media (min-width: 992px) {
    .main-navigation > .current-menu-item > a:hover::after {
        background-color: #ccb68d;
    }
}
@media (min-width: 992px) {
    .main-navigation > .current-menu-item > a::after {
        position: absolute;
        content: '';
        width: calc(100% - 60px);
        height: 5px;
        left: 30px;
        bottom: 0;
        background-color: #ccb68d;
    }
}
@media (min-width: 992px) {
    .main-navigation > .current-menu-item.menu-item-has-children > a:hover::after {
        display: block;
    }
}
.main-navigation > .current-menu-item.menu-item-has-children::after {
    display: none;
}
@media (min-width: 992px) {
    .main-navigation > .current-menu-item.menu-item-has-children:hover > a::after {
        display: block;
        background-color: #ccb68d;
    }
}
@media (min-width: 992px) {
    .main-navigation .menu-item-has-children > a:hover::after {
        display: none;
    }
}
@media (min-width: 992px) {
    .main-navigation .menu-item-has-children::after {
        position: absolute;
        content: '\f0d7';
        font-family: 'FontAwesome';
        font-size: 12px;
        bottom: 12px;
        left: calc(50% - 2px);
        color: #ffffff;
    }
}
@media (min-width: 992px) {
    .main-navigation .menu-item-has-children:hover > a::after {
        display: none;
    }
}
.main-navigation .sub-menu {
    list-style: none;
    cursor: pointer;
    padding: 0 1px;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu {
        border-top: 5px solid #45414d;
        position: absolute;
        left: -9999em;
        z-index: 9999;
        padding: 0;
    }
}
.main-navigation .sub-menu > li {
    position: relative;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu > li:first-of-type {
        border-top: 2px solid #c3a878;
    }
}
.main-navigation .sub-menu > li > a {
    text-align: left;
    display: block;
    padding: 12px 38px 12px 18px;
    color: #ffffff;
    background-color: #595463;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu > li > a {
        background-color: #ccb68d;
        border-bottom: 1px solid #c3a878;
        min-width: 150px;
        white-space: nowrap;
    }
}
.main-navigation .sub-menu > li > a:hover {
    text-decoration: none;
    color: #ccb68d;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu > li > a:hover {
        background-color: #c3a878;
        color: #ffffff;
    }
}
.main-navigation .sub-menu > li:hover > .sub-menu,
.main-navigation .sub-menu > li:focus > .sub-menu,
.main-navigation .sub-menu > li[aria-expanded="true"] > .sub-menu {
    left: 100%;
}
.main-navigation .sub-menu .sub-menu {
    margin-top: 0;
    top: 0;
    margin-left: 0;
    border-top: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu {
        padding-left: 0;
    }
}
.main-navigation .sub-menu .sub-menu > li {
    border-top: 0;
}
.main-navigation .sub-menu .sub-menu > li > a {
    padding-left: 28px;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu > li > a {
        border-left: 1px solid #c3a878;
        padding-left: 18px;
    }
}
.main-navigation .sub-menu .sub-menu .sub-menu a {
    padding-left: 38px;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu a {
        padding-left: 18px;
    }
}
.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 48px;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 18px;
    }
}
.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 58px;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 18px;
    }
}
.main-navigation .sub-menu .menu-item-has-children {
    position: relative;
}
@media (min-width: 992px) {
    .main-navigation .sub-menu .menu-item-has-children::after {
        position: absolute;
        content: '\f0da';
        font-family: 'FontAwesome';
        font-size: 12px;
        right: 15px;
        top: calc(50% - 10px);
        color: rgba(0, 0, 0, 0.08);
    }
}
.navbar-collapse {
    padding: 0;
}
.navbar-toggle {
    background-color: #ccb68d;
    border-radius: 2px;
    padding: 10px 12px;
    margin: 10px 0;
    transition: all 100ms ease-out;
}
@media (min-width: 480px) {
    .navbar-toggle {
        margin: 18px 0;
    }
}
.navbar-toggle:hover {
    background-color: #c3a878;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 18px;
    height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar-toggle__text {
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px 0 0;
}
.navbar-toggle__icon-bar {
    vertical-align: middle;
    display: inline-block;
    height: 18px;
}
/* 05.09. Meta Data */
.meta-data {
    padding: 16px 0;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}
.meta-data a {
    color: #999999;
}
.meta-data__separator {
    margin: 0 10px;
    font-size: 18px;
    font-weight: normal;
}
.single .meta-data {
    margin-bottom: 27px;
}
.sticky .meta-data {
    padding: 16px 40px;
}
/* 05.10. Jumbotron */
.jumbotron {
    position: relative;
    background-color: #45414d;
    padding: 0 0 20px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .jumbotron {
        text-align: center;
        background-color: transparent;
        margin-bottom: 45px;
        padding: 0;
    }
}
.jumbotron-content {
    padding: 0;
}
@media (min-width: 992px) {
    .jumbotron-content {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .jumbotron-content {
        top: 100px;
    }
}
@media (min-width: 1800px) {
    .jumbotron-content {
        top: 140px;
    }
}
.jumbotron-content__headline {
    color: #ccb68d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 31px;
    margin-bottom: 11px;
}
@media (min-width: 992px) {
    .jumbotron-content__headline {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .jumbotron-content__headline {
        margin-bottom: 8px;
        font-size: 16px;
    }
}
.jumbotron-content__title h1 {
    font-size: 46px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}
@media (min-width: 1500px) {
    .jumbotron-content__title h1 {
        margin-bottom: 18px;
        font-size: 60px;
    }
}
.jumbotron-content__description p {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}
.jumbotron-content__description .btn {
    margin-top: 15px;
}
@media (min-width: 1500px) {
    .jumbotron-content__description .btn {
        margin-top: 24px;
        margin-left: 4px;
        margin-right: 4px;
    }
}
@media (min-width: 1800px) {
    .jumbotron-content__description .btn {
        margin-top: 33px;
    }
}
.jumbotron__control {
    position: absolute;
    background-color: #45414d;
    border: 5px solid #45414d;
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.2) inset;
    color: #ffffff;
    text-align: center;
    top: 20px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    transition: all 100ms ease-out;
}
@media (min-width: 480px) {
    .jumbotron__control {
        top: 60px;
    }
}
@media (min-width: 768px) {
    .jumbotron__control {
        top: 100px;
    }
}
@media (min-width: 992px) {
    .jumbotron__control {
        top: 48%;
    }
}
@media (min-width: 1500px) {
    .jumbotron__control {
        top: inherit;
        bottom: 40px;
    }
}
.jumbotron__control:hover {
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.6) inset;
    color: #ffffff;
}
.jumbotron__control:focus,
.jumbotron__control:visited {
    color: #ffffff;
}
.jumbotron__control.left {
    left: 20px;
}
@media (min-width: 992px) {
    .jumbotron__control.left {
        left: 40px;
    }
}
@media (min-width: 1500px) {
    .jumbotron__control.left {
        left: calc(50% - 60px);
        margin-right: 75px;
    }
}
.jumbotron__control.right {
    right: 20px;
}
@media (min-width: 992px) {
    .jumbotron__control.right {
        right: 40px;
    }
}
@media (min-width: 1500px) {
    .jumbotron__control.right {
        left: calc(50% - 60px);
        margin-left: 75px;
    }
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}
/* 05.11. Comments */
.avatar {
    border-radius: 2px;
}
.avatar-container--nested,
.avatar-container--nestedx2,
.avatar-container {
    float: left;
    width: 12%;
}
.avatar-container--nested img,
.avatar-container--nestedx2 img,
.avatar-container img {
    width: 100%;
    height: auto;
}
.avatar-container--nested {
    margin-left: 15%;
    width: 10%;
}
.avatar-container--nestedx2 {
    margin-left: 28%;
    width: 8%;
}
.comment-content--nested,
.comment-content--nestedx2,
.comment-content {
    float: left;
    width: 85%;
    margin-left: 3%;
    position: relative;
}
.comment-content--nested::before,
.comment-content--nestedx2::before,
.comment-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    border: solid 6px #ffffff;
    border-width: 6px 10px 6px 0;
    border-right-color: #f7f7f7;
}
.comment-content--nested .comment-inner,
.comment-content--nestedx2 .comment-inner,
.comment-content .comment-inner {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 2px;
    margin-bottom: 30px;
}
.comment-content--nested .comment-author,
.comment-content--nestedx2 .comment-author,
.comment-content .comment-author {
    font-size: 24px;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: bold;
}
.comment-content--nested .comment-author a,
.comment-content--nestedx2 .comment-author a,
.comment-content .comment-author a {
    color: #45423d;
}
.comment-content--nested .comment-metadata,
.comment-content--nestedx2 .comment-metadata,
.comment-content .comment-metadata {
    font-size: 13px;
    float: right;
    font-weight: normal;
    color: #b9babc;
}
.comment-content--nested .comment-text,
.comment-content--nestedx2 .comment-text,
.comment-content .comment-text {
    color: #999999;
    margin-top: 15px;
    font-size: 14px;
}
.comment-content--nested {
    width: 72%;
}
.comment-content--nestedx2 {
    width: 61%;
}
#comments {
    display: inline-block;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    #comments {
        margin-bottom: 80px;
    }
}
#comments .children {
    padding-left: 0;
    margin-bottom: 0;
}
.comment {
    list-style: none;
}
/* Comments Fields */
.comment-form .form-control {
    background: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #dedede;
    box-shadow: none;
    transition: all 100ms ease-out;
}
.comment-form .form-control:focus {
    border-color: #dedede;
    background: #ffffff;
}
.comment-form label {
    font-weight: normal;
    margin-bottom: 10px;
}
.comments__heading {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 36px;
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}
.comments-container + .comments__heading {
    margin-top: 30px;
}
.comments__closed {
    margin-top: 15px;
    margin-bottom: 0;
}
.comment-respond {
    font-size: 14px;
}
.form-allowed-tags {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 29px;
}
/* 05.12. Pagination */
.pagination {
    position: relative;
    margin-bottom: 60px;
}
.pagination .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #eeeeee;
    color: #999999;
    font-weight: bold;
    text-align: center;
    line-height: 58px;
    transition: all 100ms ease-out;
    border-radius: 2px;
    border: 2px solid #eeeeee;
}
.pagination a:hover {
    color: #444444;
    text-decoration: none;
}
.pagination .current {
    background-color: #ffffff;
    color: #999999;
    text-shadow: 0 1px rgba(0, 0, 0, 0.16);
}
.pagination .prev,
.pagination .next {
    transition: none;
    position: absolute;
    background: linear-gradient(to bottom, #ccb68d 0%, #cab489 100%);
    color: #ffffff;
    font-size: 18px;
    right: 0;
    border: 2px solid #ccb68d;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pagination .prev:hover,
.pagination .next:hover {
    color: #ffffff;
    background: #bfa471;
    border-color: #bfa471;
}
.pagination .next {
    padding-left: 1px;
}
.pagination .prev {
    padding-right: 1px;
    right: 70px;
}
/* 05.13. Buttons */
.btn {
    font-size: 13px;
    padding: 18px 25px;
    border-width: 2px;
    border-radius: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 100ms ease-out;
}
.btn-primary {
    background: linear-gradient(to bottom, #ccb68d 0%, #cab489 100%);
    border-color: #ccb68d;
}
.btn-primary:hover {
    background: #bfa471;
    border-color: #bfa471;
}
.btn-default:hover {
    border-color: rgba(250, 250, 250, 0.5);
}
/* 05.14. Icon Box */
.icon-box {
    display: inline-block;
    color: #999999;
    transition: all 100ms ease-out;
}
.icon-box .fa {
    font-size: 20px;
    margin-right: 10px;
    transition: all 100ms ease-out;
}
.icon-box__title {
    font-size: 18px;
    margin: 6px 0;
    transition: all 100ms ease-out;
}
.icon-box:hover {
    text-decoration: none;
    color: #999999;
}
.entry-content .icon-box {
    position: relative;
    background: linear-gradient(to right, #fdfdfd 0%, #ffffff 10%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
    width: 100%;
}
.entry-content .icon-box::after {
    position: absolute;
    content: '';
    z-index: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    top: 0;
    left: 40px;
}
.entry-content .icon-box .fa {
    position: relative;
    z-index: 1;
    float: left;
    background-color: #ccb68d;
    color: #ffffff;
    height: 40px;
    width: 40px;
    margin-top: 15px;
    padding: 10px;
}
.entry-content .icon-box__title {
    margin: 2px 0 6px;
}
.entry-content .icon-box__text {
    margin-left: 60px;
}
.entry-content .icon-box:hover {
    border: 1px solid #ccb68d;
}
.top .icon-box .fa {
    font-size: 21px;
    padding: 0;
    margin-right: 6px;
    margin-top: 0;
    vertical-align: middle;
    line-height: 0;
    color: #999999;
}
.top .icon-box__text {
    display: inline-block;
    vertical-align: middle;
}
.top .icon-box__subtitle,
.top .icon-box__title {
    display: inline-block;
    font-size: 13px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #999999;
    margin: 0;
}
.top a.icon-box:hover .fa,
.top a.icon-box:hover .icon-box__title,
.top a.icon-box:hover .icon-box__subtitle {
    color: #ccb68d;
}
.header .icon-box .fa {
    float: left;
    padding: 0;
    font-size: 40px;
    color: #dddddd;
    background-color: transparent;
    margin-right: 5px;
    margin-top: 0;
}
.header .icon-box .fa-phone-square {
    margin-top: -3px;
}
.header .icon-box__text {
    margin-left: 45px;
}
.header .icon-box__title {
    margin: 0;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #777777;
}
.header .icon-box:hover .fa {
    color: #ccb68d;
}
.header .widget-icon-box {
    margin-top: 10px;
}
/* 05.15. Social Icons */
.social-icons__link {
    color: #999999;
}
.social-icons__link:last-of-type .fa {
    margin-right: 0;
}
.social-icons__link .fa {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 1px;
}
/* 05.16. Testimonials */
.testimonial__quote {
    position: relative;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-top: 40px;
}
.testimonial__quote::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0;
    border-color: #ffffff transparent transparent;
}
.testimonial__author {
    font-size: 18px;
    color: #45423d;
    font-style: normal;
    font-weight: bold;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    text-align: center;
    display: block;
}
.testimonial__author-description {
    color: #ccb68d;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
.testimonial blockquote {
    padding: 0;
    margin: 0;
    border-left: 0;
}
.testimonial .widget-title {
    float: left;
    width: calc(100% - 130px);
    margin-bottom: 9px;
}
@media (min-width: 992px) {
    .testimonial .widget-title {
        width: calc(100% - 170px);
    }
}
.testimonial__carousel {
    float: right;
    margin-top: -5px;
}
.testimonial__carousel--left,
.testimonial__carousel--right {
    display: inline-block;
    color: #ffffff;
    background-color: #45414d;
    border: 5px solid #45414d;
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.2) inset;
    text-align: center;
    margin-left: 7px;
    transition: all 100ms ease-out;
    width: 40px;
    height: 40px;
    line-height: 30px;
}
@media (min-width: 992px) {
    .testimonial__carousel--left,
    .testimonial__carousel--right {
        width: 60px;
        height: 60px;
        line-height: 50px;
    }
}
.testimonial__carousel--left:hover,
.testimonial__carousel--right:hover {
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.6) inset;
    color: #ffffff;
}
.testimonial__carousel--left:focus,
.testimonial__carousel--left:visited,
.testimonial__carousel--right:focus,
.testimonial__carousel--right:visited {
    color: #ffffff;
}
.testimonial .carousel {
    position: inherit;
    clear: both;
}
/* 05.17. Latest News */
.latest-news {
    position: relative;
}
.latest-news__date {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #ccb68d;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}
.latest-news--more-news,
.latest-news__content {
    display: block;
    background-color: #ffffff;
    transition: all 100ms ease-out;
}
.latest-news__content {
    padding: 20px 0 18px;
}
.latest-news__title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 18px;
    transition: all 100ms ease-out;
}
.latest-news__title a {
    transition: all 100ms ease-out;
    color: #45414d;
}
.latest-news__title a:hover {
    text-decoration: none;
    color: #ccb68d;
}
.latest-news__excerpt,
.latest-news__full-date {
    color: #999999;
}
.latest-news__image {
    display: block;
}
.latest-news--more-news {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 18px 30px;
}
.latest-news--more-news::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f178';
    right: 25px;
    color: #ccb68d;
}
.latest-news--more-news:hover {
    text-decoration: none;
}
.latest-news--inline {
    display: block;
}
.latest-news--inline .latest-news__content {
    padding: 23px 30px;
}
.latest-news--inline:hover {
    text-decoration: none;
}
.latest-news + .latest-news {
    border-top: 1px solid #e6e6e6;
}
.latest-news__container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.latest-news .wp-post-image {
    width: 100%;
}
/* 05.18. Call to Action */
.call-to-action__text {
    text-align: center;
    padding: 30px 0 0;
}
@media (min-width: 992px) {
    .call-to-action__text {
        text-align: left;
        float: left;
        padding: 30px 0;
    }
}
.call-to-action__title {
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.call-to-action__subtitle {
    color: #b2b1b5;
}
.call-to-action__button {
    text-align: center;
    padding: 30px 0;
}
@media (min-width: 992px) {
    .call-to-action__button {
        float: right;
    }
}
.call-to-action__button .btn {
    margin-left: 15px;
}
.call-to-action__button .btn:first-of-type {
    margin-left: 0;
}
/* 05.19. Featured Page */
.page-box__title {
    font-size: 24px;
    margin-top: 21px;
    margin-bottom: 12px;
}
.page-box__title a {
    color: #45423d;
}
.entry-content .page-box p {
    margin-bottom: 18px;
}
.page-box--inline .page-box__picture {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.page-box--inline .page-box__title {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
}
.page-box--inline p:last-of-type {
    margin-bottom: 0;
}
.page-box .wp-post-image {
    width: 100%;
}
/* 05.20. Person Profile */
.person-profile__image {
    width: 100%;
    height: auto;
}
.person-profile__container {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.person-profile__name {
    margin-top: 16px;
}
.person-profile__content {
    position: relative;
    padding: 15px 30px 14px;
    border-top: 2px solid #ccb68d;
}
.person-profile__tag {
    position: absolute;
    padding: 2px 10px;
    top: -14px;
    background-color: #ccb68d;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.person-profile__social-icons {
    padding: 13px 30px 11px;
    border-top: 1px solid #e6e6e6;
}
.person-profile__social-icons span {
    padding-right: 13px;
    display: none;
}
@media (min-width: 1200px) {
    .person-profile__social-icons span {
        display: inline;
    }
}
.person-profile__social_icon {
    font-size: 24px;
    margin-left: 2px;
    vertical-align: middle;
    color: #999999;
}
/* 05.21. Logo Panel (Normal TextWidget) */
.logo-panel {
    text-align: center;
}
@media (min-width: 992px) {
    .logo-panel {
        text-align: left;
    }
}
.logo-panel img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: .6;
    transition: all 100ms ease-out;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .logo-panel img {
        margin-bottom: 0;
    }
}
.logo-panel img:hover {
    border: 1px solid #ccb68d;
    opacity: 1;
}
/* 05.22. Opening Times */
.time-table .week-day {
    position: relative;
    clear: both;
    padding: 5px 0;
}
.time-table .week-day dt {
    position: relative;
    z-index: 2;
    float: left;
    padding-right: 10px;
    font-weight: normal;
}
.time-table .week-day dd {
    position: relative;
    z-index: 2;
    float: right;
    padding-left: 10px;
}
.time-table .week-day.today {
    color: #45423d;
}
.time-table .week-day.today dt,
.time-table .week-day.today dd {
    font-weight: bold;
}
/* 05.23. Skype Button */
.skype-button {
    position: relative;
    display: block;
    padding: 11px;
    background-color: #1fa7da;
    border-radius: 2px;
    transition: all 100ms ease-out;
}
.skype-button .fa {
    font-size: 40px;
    float: right;
    color: #79cae9;
    transition: all 100ms ease-out;
}
.skype-button:hover {
    background-color: #1ea0d1;
}
.skype-button:hover .fa {
    color: #8fd3ed;
}
.skype-button:focus {
    background-color: #1fa7da;
}
.skype-button:focus .fa {
    color: #79cae9;
}
.skype-button:active {
    background-color: #1c99c8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
.skype-button:active .fa {
    color: #9cd8ef;
}
.skype-button__title {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    color: #ffffff;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}
/* 05.24. Brochure Box */
.brochure-box {
    position: relative;
    background-color: #eeeeee;
    border-radius: 2px;
    padding-top: 5px;
    display: block;
    transition: all 100ms ease-out;
}
.brochure-box .fa {
    transition: all 100ms ease-out;
    display: inline-block;
    margin: 2px;
    padding: 5px 10px 10px;
    vertical-align: middle;
    font-size: 24px;
    color: #999999;
}
.brochure-box::after {
    transition: all 100ms ease-out;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999999 transparent transparent;
    right: 15px;
    top: calc(50% - 4px);
}
.brochure-box:hover {
    text-decoration: none;
}
.brochure-box:hover .fa {
    color: #45423d;
}
.brochure-box:hover::after {
    border-color: #45423d transparent transparent;
}
.brochure-box:hover .brochure-box__text {
    color: #45423d;
}
.brochure-box__text {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    transition: all 100ms ease-out;
    display: inline-block;
    color: #999999;
    font-weight: bold;
    font-size: 13px;
}
.widget-brochure-box + .widget-brochure-box {
    margin-top: -35px;
}
/* 05.25. Number Counter */
.number-counter {
    text-align: center;
    margin-top: -21px;
}
@media (min-width: 992px) {
    .number-counter {
        margin-top: 0;
    }
    .number-counter h2 {
        margin-top: 8px;
        margin-bottom: 5px;
    }
}
.number-counter__item {
    position: relative;
}
.number-counter__item::after {
    position: absolute;
    content: '';
    /*background-color: #eeeeee;*/
    height: 1px;
    width: 100%;
    bottom: -10px;
    right: 0;
}
@media (min-width: 992px) {
    .number-counter__item::after {
        right: -20px;
        top: -38px;
        height: calc(100% + 68px);
        width: 1px;
    }
}
.number-counter--last::after {
    display: none;
}
/* Tables */
.legalpress-table {
    width: 100%;
    max-width: 100%;
}
.legalpress-table thead th {
    padding: 19px 20px;
    border-radius: 2px;
    color: #ffffff;
    border-right: 2px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-clip: padding-box;
}
.legalpress-table thead th:last-of-type {
    border-right: 0;
}
.legalpress-table tbody td {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #eeeeee inset;
    padding: 19px 20px;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 2px;
}
.legalpress-table tbody td:first-of-type {
    box-shadow: none;
    background-color: #eeeeee;
    font-weight: bold;
}
.legalpress-table tbody td:last-of-type {
    border-right: 0;
}
.widget-title.style9 {
    margin-top: -10px;
}
/* 05.26. 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:before,
.gallery:after {
    content: " ";
    display: table;
}
.gallery:after {
    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;
}
.bypostauthor {
    position: static;
}
/* Style for Blog */
.hentry {
    margin-bottom: 60px;
}
.hentry__title {
    font-size: 36px;
    padding: 0;
    margin-bottom: 19px;
}
.hentry__title a {
    color: #45423d;
}
.single .hentry__title {
    margin-bottom: 24px;
    font-size: 46px;
}
.hentry .entry-content {
    padding: 0;
}
.hentry .entry-content > p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.625;
}
.hentry .entry-content > p:last-of-type {
    margin-bottom: 0;
}
/* Sticky Post */
.sticky {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.sticky .hentry__title,
.sticky .entry-content {
    padding: 0 40px;
}
.sticky .entry-content {
    padding-bottom: 30px;
}
/* 05.27. WordPress Widgets */
/* Text Widget */
.widget_black-studio-tinymce select,
.widget_black-studio-tinymce img,
.widget_text select,
.widget_text img {
    max-width: 100%;
    height: auto;
}
.widget_black-studio-tinymce .featured-widget p:last-of-type,
.widget_text .featured-widget p:last-of-type {
    margin-bottom: 0;
}
/* Calendar Widget */
.widget_calendar table {
    width: 100%;
}
.widget_calendar caption {
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    background-color: #ccb68d;
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 0;
    text-align: center;
}
.widget_calendar thead tr th {
    padding: 5px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: #a6acb3;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_calendar tbody tr td {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px 0;
}
.widget_calendar tfoot tr td {
    padding: 5px;
}
.widget_calendar tfoot tr td:last-of-type a {
    float: right;
}
/* Tag Cloud Widget */
.widget_tag_cloud a {
    display: inline-block;
    padding: 6px 10px 4px;
    margin: 2px 0;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999999;
    transition: all 100ms ease-out;
}
.widget_tag_cloud a:hover {
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #8c8c8c;
    text-decoration: none;
}
/* Search Widget */
.widget_search {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.widget_search label {
    width: 100%;
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .widget_search label {
        float: left;
        width: 75%;
        margin-bottom: 0;
    }
}
.widget_search .search-field {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    padding: 6px 5px 6px 20px;
    font-weight: normal;
    height: 60px;
    border-radius: 2px;
    transition: all 100ms ease-out;
}
@media (min-width: 992px) {
    .widget_search .search-field {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }
}
.widget_search .search-field:focus {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
@media (min-width: 992px) {
    .widget_search .search-field:focus {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }
}
.widget_search .search-submit {
    width: 100%;
    height: 60px;
    background-color: #ccb68d;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 2px;
    padding-top: 3px;
    transition: all 100ms ease-out;
}
@media (min-width: 992px) {
    .widget_search .search-submit {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 25%;
    }
}
.widget_search .search-submit .fa {
    vertical-align: 0;
}
.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
    background-color: #c4ab7b;
}
.widget_search .search-submit:active {
    background-color: #bfa471;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
.widget_search .sidebar__headings {
    margin-bottom: 20px;
}
/* Widgets With Lists */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    padding-left: 15px;
    padding-right: 15px;
}
/* Custom Menu */
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}
.widget_nav_menu ul > li > a {
    display: block;
    margin: 3px 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.widget_nav_menu ul .sub-menu {
    padding-left: 15px;
    margin: 0;
}
.footer-top .widget_nav_menu ul > li > a {
    color: #b2b1b5;
    line-height: 1.7;
}
.sidebar .widget_nav_menu ul > li > a {
    padding: 19px 30px;
    margin: 0;
    color: #ccb68d;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}
.sidebar .widget_nav_menu ul > li > a:hover {
    text-decoration: none;
    color: #c3a878;
}
.sidebar .widget_nav_menu ul > li.current-menu-item a {
    position: relative;
    background-color: #ccb68d;
    color: #ffffff;
    text-decoration: none;
}
.sidebar .widget_nav_menu ul > li.current-menu-item a::after {
    position: absolute;
    color: #ffffff;
    content: '\f178';
    font-family: 'FontAwesome';
    right: 20px;
    top: calc(50% - 9px);
    font-size: 12px;
}
.sidebar .widget_nav_menu .menu {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.sidebar .widget_nav_menu .sub-menu {
    padding: 0;
}
.sidebar .widget_nav_menu .sub-menu a {
    padding-left: 40px;
    font-weight: bold;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 50px;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 70px;
}
.top .widget_nav_menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .top .widget_nav_menu ul {
        text-align: right;
    }
}
.top .widget_nav_menu ul > li {
    position: relative;
    display: inline-block;
}
.top .widget_nav_menu ul > li > a {
    display: block;
    color: #999999;
    padding: 7.5px 10px;
}
@media (min-width: 992px) {
    .top .widget_nav_menu ul > li > a {
        padding: 0 13px;
        margin: 0;
    }
}
.top .widget_nav_menu ul > li > a:hover,
.top .widget_nav_menu ul > li > a:focus {
    color: #888888;
    text-decoration: none;
}
.top .widget_nav_menu ul > li:hover > .sub-menu,
.top .widget_nav_menu ul > li[aria-expanded="true"] > .sub-menu {
    left: 0;
}
@media (min-width: 992px) {
    .top .widget_nav_menu ul > li:last-of-type > a {
        padding-right: 0;
    }
}
.top .widget_nav_menu ul .sub-menu {
    position: absolute;
    float: left;
    left: -9999em;
    z-index: 9999;
    text-align: left;
    list-style: none;
    padding: 0;
}
.top .widget_nav_menu ul .sub-menu > li {
    position: relative;
}
.top .widget_nav_menu ul .sub-menu > li > a {
    min-width: 120px;
    display: block;
    white-space: nowrap;
    background-color: #f5f5f5;
    color: #999999;
    padding: 7px 13px;
    border-bottom: 1px solid #ededed;
}
.top .widget_nav_menu ul .sub-menu > li > a:hover,
.top .widget_nav_menu ul .sub-menu > li > a:focus {
    color: #888888;
    text-decoration: none;
}
.top .widget_nav_menu ul .sub-menu > li:first-of-type > a {
    border-top: 16px solid #f7f7f7;
}
.top .widget_nav_menu ul .sub-menu > li > .sub-menu {
    top: 0;
    border-left: 1px solid #ededed;
}
.top .widget_nav_menu ul .sub-menu > li > .sub-menu > li:first-of-type > a {
    border-top: 0;
}
.top .widget_nav_menu ul .sub-menu > li:hover > .sub-menu,
.top .widget_nav_menu ul .sub-menu > li[aria-expanded="true"] > .sub-menu {
    left: 100%;
}
.top .widget_nav_menu ul .sub-menu > li:last-of-type > a {
    border-bottom: 0;
}
/* 05.27. Contact Form */
select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 17.5px 20px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    transition: all 100ms ease-out;
}
select:focus,
input[type="text"]:focus,
textarea:focus {
    border-color: #eeeeee;
    background: #ffffff;
}
.contact-form-small textarea {
    height: 105px;
}
.contact-form-small select {
    height: 45px;
}
.contact-form-small input[type="submit"] {
    margin-bottom: 0;
}
.contact-form-small input[type="text"],
.contact-form-small input[type="email"],
.contact-form-small select,
.contact-form-small textarea {
    padding: 10.5px 15px;
    margin-bottom: 15px;
}
form .response {
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
    display: none;
}
form .response.success {
    color: green;
}
form .response.error {
    color: red;
}
/* 05.28. Visual Composer */
.wpb-js-composer .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
}
.wpb-js-composer .call-to-action__button p {
    margin: 0;
}
.wpb-js-composer .testimonial .widgettitle {
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-gear:before,
.fa-cog:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-gears:before,
.fa-cogs:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-legal:before,
.fa-gavel:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-flash:before,
.fa-bolt:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}
.fa-euro:before,
.fa-eur:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-rupee:before,
.fa-inr:before {
    content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}
.fa-won:before,
.fa-krw:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-rebel:before {
    content: "";
}
.fa-ge:before,
.fa-empire:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-hotel:before,
.fa-bed:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-tv:before,
.fa-television:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
/* 05.30. Panel Grid */
#pgc-93-0-0,
#pgc-93-0-1 {
    width: 50%
}
#pg-93-0,
#pg-93-1,
#pl-93 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pg-93-0 .panel-grid-cell,
#pg-93-1 .panel-grid-cell,
#pg-93-2 .panel-grid-cell {
    float: left
}
#pgc-93-1-0,
#pgc-93-1-1,
#pgc-93-1-2,
#pgc-93-2-0,
#pgc-93-2-1,
#pgc-93-2-2 {
    width: 33.333%
}
#pl-93 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-93-0,
#pg-93-1,
#pg-93-2 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-93-0 .panel-grid-cell,
#pg-93-1 .panel-grid-cell,
#pg-93-2 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-93-0 .panel-grid-cell,
    #pg-93-1 .panel-grid-cell,
    #pg-93-2 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-93-0-0,
    #pgc-93-1-0,
    #pgc-93-1-1,
    #pgc-93-2-0,
    #pgc-93-2-1 {
        margin-bottom: 40px
    }
    #pl-93 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-93 .panel-grid-cell {
        padding: 0
    }
}
#pgc-305-0-0,
#pgc-305-0-1 {
    width: 50%
}
#pg-305-0 .panel-grid-cell {
    float: left
}
#pl-305 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-305 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-305-0 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-305-0 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-305-0 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-305-0-0 {
        margin-bottom: 40px
    }
    #pl-305 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-305 .panel-grid-cell {
        padding: 0
    }
}
#pgc-299-0-0,
#pgc-299-0-1 {
    width: 50%
}
#pg-299-0 .panel-grid-cell {
    float: left
}
#pl-299 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-299 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-299-0 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-299-0 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-299-0 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-299-0-0 {
        margin-bottom: 40px
    }
    #pl-299 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-299 .panel-grid-cell {
        padding: 0
    }
}
#pg-95-0 {
    margin-bottom: 65px
}
#pgc-95-1-0 {
    width: 25.027%
}
#pgc-95-1-1 {
    width: 74.973%
}
#pg-95-1 .panel-grid-cell {
    float: left
}
#pl-95 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-95 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-95-1 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-95-1 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-95-0 .panel-grid-cell,
    #pg-95-1 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-95-1-0 {
        margin-bottom: 40px
    }
    #pl-95 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-95 .panel-grid-cell {
        padding: 0
    }
}
#pgc-303-0-0,
#pgc-303-0-1 {
    width: 50%
}
#pg-303-0 .panel-grid-cell {
    float: left
}
#pl-303 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-303 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-303-0 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-303-0 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-303-0 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-303-0-0 {
        margin-bottom: 40px
    }
    #pl-303 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-303 .panel-grid-cell {
        padding: 0
    }
}
#pgc-297-0-0,
#pgc-297-0-1 {
    width: 50%
}
#pg-297-0 .panel-grid-cell {
    float: left
}
#pl-297 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-297 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-297-0 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-297-0 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-297-0 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-297-0-0 {
        margin-bottom: 40px
    }
    #pl-297 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-297 .panel-grid-cell {
        padding: 0
    }
}
#pgc-102-0-0,
#pgc-102-0-1 {
    width: 50%
}
#pg-102-0 .panel-grid-cell {
    float: left
}
#pl-102 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-102 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-102-0 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-102-0 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-102-0 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-102-0-0 {
        margin-bottom: 40px
    }
    #pl-102 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-102 .panel-grid-cell {
        padding: 0
    }
}
#pgc-5-0-0 {
    width: 34.012%
}
#pgc-5-0-1 {
    width: 21.96%
}
#pgc-5-0-2,
#pgc-5-0-3 {
    width: 22.014%
}
#pg-5-0 {
    margin-bottom: 33px
}
#pg-5-0 .panel-grid-cell,
#pg-5-1 .panel-grid-cell,
#pg-5-3 .panel-grid-cell,
#pg-5-4 .panel-grid-cell,
#pg-5-6 .panel-grid-cell {
    float: left
}
#pgc-5-1-0,
#pgc-5-1-1,
#pgc-5-1-2,
#pgc-5-6-0,
#pgc-5-6-1,
#pgc-5-6-2 {
    width: 33.333%
}
#pg-5-1,
#pg-5-2,
#pg-5-3,
#pg-5-9 {
    margin-bottom: 80px
}
#pgc-5-3-0,
#pgc-5-3-1,
#pgc-5-3-2,
#pgc-5-3-3 {
    width: 25%
}
#pgc-5-4-0,
#pgc-5-4-2 {
    width: 16.7%
}
#pgc-5-4-1 {
    width: 66.6%
}
#pg-5-4 {
    margin-bottom: 64px
}
#pg-5-5 {
    margin-bottom: 25px
}
#pg-5-6 {
    margin-bottom: 56px
}
#pg-5-7 {
    margin-bottom: 60px
}
#pg-5-8 {
    margin-bottom: 15px
}
#pg-5-10,
#pl-5 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pl-5 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pg-5-0,
#pg-5-1,
#pg-5-3,
#pg-5-4,
#pg-5-6 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-5-0 .panel-grid-cell,
#pg-5-1 .panel-grid-cell,
#pg-5-3 .panel-grid-cell,
#pg-5-4 .panel-grid-cell,
#pg-5-6 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-5-0 .panel-grid-cell,
    #pg-5-1 .panel-grid-cell,
    #pg-5-2 .panel-grid-cell,
    #pg-5-3 .panel-grid-cell,
    #pg-5-4 .panel-grid-cell,
    #pg-5-5 .panel-grid-cell,
    #pg-5-6 .panel-grid-cell,
    #pg-5-7 .panel-grid-cell,
    #pg-5-8 .panel-grid-cell,
    #pg-5-9 .panel-grid-cell,
    #pg-5-10 .panel-grid-cell,
    #pg-5-11 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-5-0-0,
    #pgc-5-0-1,
    #pgc-5-0-2,
    #pgc-5-1-0,
    #pgc-5-1-1,
    #pgc-5-3-0,
    #pgc-5-3-1,
    #pgc-5-3-2,
    #pgc-5-4-0,
    #pgc-5-4-1,
    #pgc-5-6-0,
    #pgc-5-6-1 {
        margin-bottom: 40px
    }
    #pl-5 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-5 .panel-grid-cell {
        padding: 0
    }
}
#pgc-301-0-0,
#pgc-301-0-1 {
    width: 50%
}
#pg-301-0 .panel-grid-cell {
    float: left
}
#pl-301 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pl-301 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-301-0 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-301-0 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-301-0 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-301-0-0 {
        margin-bottom: 40px
    }
    #pl-301 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-301 .panel-grid-cell {
        padding: 0
    }
}
#pgc-91-0-0,
#pgc-91-0-1,
#pgc-91-0-2,
#pgc-91-1-0,
#pgc-91-1-1,
#pgc-91-1-2 {
    width: 33.333%
}
#pg-91-0,
#pl-91 .panel-grid-cell .so-panel {
    margin-bottom: 40px
}
#pg-91-0 .panel-grid-cell,
#pg-91-1 .panel-grid-cell {
    float: left
}
#pl-91 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0
}
#pg-91-0,
#pg-91-1 {
    margin-left: -20px;
    margin-right: -20px
}
#pg-91-0 .panel-grid-cell,
#pg-91-1 .panel-grid-cell {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 991px) {
    #pg-91-0 .panel-grid-cell,
    #pg-91-1 .panel-grid-cell {
        float: none;
        width: auto
    }
    #pgc-91-0-0,
    #pgc-91-0-1,
    #pgc-91-1-0,
    #pgc-91-1-1 {
        margin-bottom: 40px
    }
    #pl-91 .panel-grid {
        margin-left: 0;
        margin-right: 0
    }
    #pl-91 .panel-grid-cell {
        padding: 0
    }
}
.panel-grid {
    zoom: 1
}
.panel-grid:before {
    content: '';
    display: block
}
.panel-grid:after {
    content: '';
    display: table;
    clear: both
}
.panel-grid-cell {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1em
}
.panel-grid-cell .so-panel {
    zoom: 1
}
.panel-grid-cell .so-panel:before {
    content: '';
    display: block
}
.panel-grid-cell .so-panel:after {
    content: '';
    display: table;
    clear: both
}
.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}
.panel-grid-cell .widget-title {
    margin-top: 0
}
.panel-row-style {
    zoom: 1
}
.panel-row-style:before {
    content: '';
    display: block
}
.panel-row-style:after {
    content: '';
    display: table;
    clear: both
}
/* 05.31. Woocommerce */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce .cart-collaterals:after,
.woocommerce .col2-set:after,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails:after,
.woocommerce ul.products,
.woocommerce ul.products li.first,
.woocommerce ul.products:after,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .col2-set:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page ul.products,
.woocommerce-page ul.products li.first,
.woocommerce-page ul.products:after {
    clear: both
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left;
    margin-top: 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}
body.woocommerce-page .woocommerce-ordering .orderby,
.woocommerce .woocommerce-ordering .orderby {
    border: 1px solid #ebedf2;
    border-radius: 2px;
    background-color: #fff;
    padding: 10px;
    height: 40px;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
    clear: both
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 2em
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    display: table;
    content: " "
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}
.woocommerce ul.products li.product a {
    text-decoration: none
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}
.woocommerce nav.woocommerce-pagination {
    text-align: center
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #935386;
    color: #fff
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}
html body .twentyfourteen ul.products li.product {
    margin-top: 0
}
body.woocommerce-page ul.products,
.woocommerce ul.products {
    padding-top: 20px;
    margin-bottom: 0
}
body.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
    margin-bottom: 40px;
    width: 48%
}
@media (max-width: 767px) {
    body.woocommerce-page ul.products li:nth-child(odd).product,
    .woocommerce ul.products li:nth-child(odd).product {
        margin-right: 4%
    }
}
@media (max-width: 767px) {
    body.woocommerce-page ul.products li:nth-child(even).product,
    .woocommerce ul.products li:nth-child(even).product {
        margin-right: 0
    }
}
@media (max-width: 767px) {
    body.woocommerce-page ul.products li.first,
    .woocommerce ul.products li.first,
    body.woocommerce-page ul.products li.last,
    .woocommerce ul.products li.last {
        clear: none
    }
}
@media (min-width: 768px) {
    body.woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product {
        width: 30.8%
    }
}
body.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img {
    box-shadow: none;
    border-radius: 2px;
    transition: all ease-in-out .1s
}
body.woocommerce-page ul.products li.product a:hover img,
.woocommerce ul.products li.product a:hover img {
    box-shadow: 0 0 0 2px;
    color: #ccb68d
}
body.woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h3 {
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    color: #45423d;
    font-size: 18px;
    padding-bottom: 2px;
    line-height: 1.2
}
body.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price {
    color: #ccb68d;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif
}
body.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    padding-top: 5px
}
body.woocommerce-page a.add_to_cart_button,
.woocommerce a.add_to_cart_button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    background: #f7f7f7;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    color: #999;
    padding: 15px;
    border-radius: 2px;
    transition: all 100ms ease-out;
    margin-bottom: 0
}
body.woocommerce-page a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:hover {
    background: #eee;
    color: #45423d;
    box-shadow: none
}
body.woocommerce-page a.button,
body.woocommerce-page input.button,
body.woocommerce-page input.button.alt,
body.woocommerce-page button.button {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 23.5px 20px;
    text-shadow: none;
    background-color: #eee;
    color: #999;
    transition: all 100ms ease-out
}
body.woocommerce-page nav.woocommerce-pagination {
    padding-top: 38px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.08)
}
@media (min-width: 992px) {
    body.woocommerce-page nav.woocommerce-pagination {
        margin-bottom: 70px
    }
}
body.woocommerce-page nav.woocommerce-pagination ul {
    border: 0
}
body.woocommerce-page nav.woocommerce-pagination ul li {
    border: 0;
    background-color: #eee;
    margin: 0 2px;
    border-radius: 2px
}
body.woocommerce-page nav.woocommerce-pagination ul li .page-numbers {
    width: 60px;
    padding: 23px 0;
    font-weight: bold
}
body.woocommerce-page nav.woocommerce-pagination ul li a {
    color: #999
}
body.woocommerce-page nav.woocommerce-pagination ul li a:hover {
    background-color: #eee;
    color: #45423d
}
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background-color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.16);
    border: 2px solid #eee;
    padding: 21px 0;
    color: #999
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev,
body.woocommerce-page nav.woocommerce-pagination ul li .next {
    position: relative;
    background: linear-gradient(to bottom, #ccb68d 0%, #cab489 100%);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev:hover,
body.woocommerce-page nav.woocommerce-pagination ul li .next:hover {
    background: #bfa471
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev::before,
body.woocommerce-page nav.woocommerce-pagination ul li .prev::after,
body.woocommerce-page nav.woocommerce-pagination ul li .next::before,
body.woocommerce-page nav.woocommerce-pagination ul li .next::after {
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    color: #fff;
    font-family: 'FontAwesome'
}
body.woocommerce-page nav.woocommerce-pagination ul li .prev::before {
    content: '\f177'
}
body.woocommerce-page nav.woocommerce-pagination ul li .next::after {
    content: '\f178'
}
body.woocommerce-page .widget_product_categories ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}
body.woocommerce-page .widget_product_categories ul>li {
    margin: 2px 0
}
body.woocommerce-page .widget_product_categories ul>li>a {
    transition: all 100ms ease-out;
    display: block;
    background-color: #eee;
    color: #999;
    font-weight: bold;
    border-radius: 2px;
    padding: 19.5px 25px;
    text-transform: uppercase
}
body.woocommerce-page .widget_product_categories ul>li>a:hover {
    background: #eee;
    color: #45423d;
    text-decoration: none
}
body.woocommerce-page .widget_product_categories ul>li>a:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    color: #45423d
}
body.woocommerce-page .widget_product_categories ul>li.current-menu-item a {
    background: #c4ab7b;
    color: #45423d;
    text-decoration: none
}
body.woocommerce-page .widget_product_categories ul>li:first-of-type {
    margin-top: 0
}
body.woocommerce-page .widget_product_categories ul .cat-parent a {
    margin: 2px 0
}
body.woocommerce-page .widget_product_categories ul .cat-parent a:first-of-type {
    margin-top: 0
}
body.woocommerce-page .widget_product_categories .children a {
    padding-left: 40px;
    color: #999
}
body.woocommerce-page .widget_product_categories .children .children a {
    padding-left: 50px
}
body.woocommerce-page .widget_product_categories .children .children .children a {
    padding-left: 60px
}
body.woocommerce-page .widget_product_categories .children .children .children .children a {
    padding-left: 70px
}
body.woocommerce-page .widget_product_categories .children .children .children .children .children a {
    padding-left: 80px
}
body.woocommerce-page ul.product_list_widget a {
    color: #999
}
body.woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    margin-bottom: 15px
}
body.woocommerce-page ul.product_list_widget li .remove {
    display: none
}
body.woocommerce-page ul.product_list_widget li:last-of-type {
    padding-bottom: 0
}
body.woocommerce-page ul.product_list_widget li:last-of-type a img {
    margin-bottom: 0
}
body.woocommerce-page ul.product_list_widget .amount {
    color: #ccb68d
}
body.woocommerce-page .widget_shopping_cart_content ul.product_list_widget li:last-of-type a img {
    margin-bottom: 15px
}
body.woocommerce-page div.product div.images {
    margin-bottom: 0
}
body.woocommerce-page div.product div.images img {
    box-shadow: none;
    margin-bottom: 30px
}
body.woocommerce-page div.product div.images div.thumbnails {
    padding-top: 0
}
body.woocommerce-page div.product div.images div.thumbnails a {
    margin-bottom: 15px
}
body.woocommerce-page div.product p.price {
    color: #ccb68d;
    font-size: 44px;
    font-weight: 900;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px
}
body.woocommerce-page div.product p.price ins {
    text-decoration: none
}
body.woocommerce-page div.product p.price del {
    font-weight: normal;
    color: #999;
    margin-bottom: -20px
}
body.woocommerce-page div.product form.cart {
    margin: 35px 0
}
body.woocommerce-page div.product form.cart div.quantity {
    margin-right: 0
}
body.woocommerce-page div.product form.cart .button.single_add_to_cart_button {
    width: 75%;
    margin-left: 6%;
    margin-right: 0
}
body.woocommerce-page div.product form.cart .variations {
    width: 100%
}
body.woocommerce-page div.product form.cart .variations td.label {
    width: 20%;
    padding-right: 0;
    color: #45423d;
    padding-top: 10px
}
body.woocommerce-page div.product form.cart .variations .value {
    width: 75%;
    padding-left: 5%
}
body.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    border: 1px solid #ebedf2 border-radius: 2px;
    background-color: #fff;
    padding: 10px
}
body.woocommerce-page div.product form.cart .variations .reset_variations {
    display: inline-block
}
body.woocommerce-page div.product form.cart .single_variation .price {
    color: #45423d;
    font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
    font-size: 16px
}
body.woocommerce-page div.product form.cart .single_variation .price del {
    color: #999;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px
}
body.woocommerce-page div.product form.cart .single_variation .price ins {
    text-decoration: none
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    background-color: #eee;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 0
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    display: none
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: #eee;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #fff
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li::after,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    text-shadow: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    padding: 20px 15px
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #45423d
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #ccb68d;
    border: 1px solid transparent
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.reviews_tab a {
    padding: 20px 15px 20px 22px
}
body.woocommerce-page div.product .woocommerce-tabs h2 {
    font-size: 24px;
    margin-bottom: 15px
}
body.woocommerce-page div.product .woocommerce-tabs .commentlist {
    padding-left: 0
}
body.woocommerce-page div.product .woocommerce-tabs .panel {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 45px
}
body.woocommerce-page .entry-summary {
    font-size: 16px;
    padding-left: 3px
}
body.woocommerce-page .entry-summary .entry-title {
    font-size: 36px;
    margin-bottom: 10px
}
body.woocommerce-page .quantity {
    width: 19%;
    border-radius: 2px
}
body.woocommerce-page .quantity .qty {
    width: 100%;
    height: 60px;
    font-size: 14px;
    border: 1px solid #ebedf2;
    background-color: #f7f7f7;
    border-radius: 2px;
    color: #999;
    padding: 2px 0 0 12px
}
body.woocommerce-page .quantity .qty:focus {
    background-color: #fff
}
.woocommerce-shop-page .sidebar {
    margin-top: 18px
}
/*  05.32. Video Page */
.homepage-video {
    border-right: none;
    border-left: none;
    position: relative;
    height: 500px;
}
.boxed .homepage-video {
    height: 430px;
}
.no-video .video-content video,
.touch .video-content video {
    display: none;
}
.no-video .video-content .poster,
.touch .video-content .poster {
    display: block !important;
}
.video-content {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-content .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-content .filter {
    z-index: 100;
    position: absolute;
    background: none;
    width: 100%;
}
.video-content video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-content video.fullwith {
    width: 100%;
}
.homepage-video .jumbotron-content {
    width: 80%;
    top: 190px;
    margin: 0px auto;
    position: relative;
}
.boxed .homepage-video .jumbotron-content {
    top: 150px;
}
@media all and (max-width: 1499px) {
    .homepage-video {
        height: 468px;
        margin-bottom: 45px;
    }
    .homepage-video .jumbotron-content {
        top: 150px;
    }
}
@media all and (max-width: 990px) {
    .homepage-video .jumbotron-content {
        width: 100%;
        top: 90px;
    }
}
@media all and (max-width: 750px) {
    .homepage-video .jumbotron-content__title h1 {
        font-size: 30px;
    }
}
/* 05.33. Miscellaneous */
.simple-map.js-where-we-are {
    height: 380px;
}
.siteorigin-panels-stretch.panel-row-style.map {
    margin-top: -60px;
}
.simple-map.js-where-we-are.map {
    height: 360px;
}
.style2 {
    text-align: center;
}
.style3 {
    text-align: center;
    font-size: 46px
}
.style4 {
    text-align: center;
    font-size: 22px;
    font-family: 'Alegreya', Georgia, 'Times New Roman', Times, serif;
}
.style5 {
    padding: 62px;
    background-color: #eeeeee;
    background-image: url(../images/pattern-background.png);
    background-repeat: repeat;
}
.style6 {
    padding: 40px;
    background-image: url(../images/pattern-background.png);
    background-repeat: repeat;
}
.style7 {
    margin-bottom: 30px;
}
.style8 {
    margin-bottom: 60px;
}
.style11 {
    margin-bottom: 40px;
}
.style12 {
    margin-bottom: 20px;
}
.bg1 {
    background-color: #45414d;
}
.bg2 {
    padding: 60px;
    background-image: url(../images/our_pathway.png);
    background-size: cover;
}
/* 05.34. Open Position */
.open-position {
    clear: both;
}
.open-position__content-container {
    border: 1px solid #f7f7f7;
    border-left: 3px solid #f7f7f7;
    padding: 2.375rem 2.8125rem 1.375rem;
    transition: all 200ms ease-out;
}
@media (min-width: 992px) {
    .open-position__content-container {
        float: left;
        width: 65%;
    }
}
.open-position__title,
.open-position__content-container h3 {
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}
.open-position__date {
    font-weight: bold;
    color: #cccccc;
    float: right;
    padding-top: 5px;
}
.open-position__content {
    border-top: 1px solid #f7f7f7;
    clear: both;
    margin-top: 3rem;
    padding-top: 1.25rem;
}
.open-position__content .read-more {
    text-transform: uppercase;
    font-weight: bold;
}
.open-position__content .read-more .fa {
    margin-right: 0.625rem;
}
.open-position__content .read-more:focus {
    color: #318CE7;
}
.open-position__content .read-more:focus,
.open-position__content .read-more:hover {
    text-decoration: none;
}
.open-position__details {
    background-color: #f7f7f7;
    padding: 2.4375rem 2.8125rem 2.1875rem;
}
@media (min-width: 992px) {
    .open-position__details {
        float: right;
        width: 35%;
    }
}
.open-position__details-title,
.open-position__details h4 {
    margin-bottom: 1.5625rem;
}
.open-position__details-item,
.open-position__details > div {
    padding-top: 1.0625rem;
    margin-top: 1.0625rem;
    border-top: 1px solid #ddd;
}
.open-position__details-item-icon,
.open-position__details > div > span:first-child {
    vertical-align: middle;
}
.open-position__details-item-text,
.open-position__details > div > span:last-child {
    vertical-align: middle;
    margin-left: 0.9375rem;
}
/* 05.35. Magnific Popup */
.magnific {
    overflow: hidden;
    position: relative;
}
.magnific:before,
.magnific:after {
    content: " ";
    display: table;
}
.magnific:after {
    clear: both;
}