/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
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 {
    padding: 0;
    border: 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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    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 {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
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.428571429;
    color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    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, .25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.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-right: 15px;
    padding-left: 15px;
}
.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-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666666666666%;
}
.col-xs-pull-10 {
    right: 83.33333333333334%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666666666666%;
}
.col-xs-pull-7 {
    right: 58.333333333333336%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666666666667%;
}
.col-xs-pull-4 {
    right: 33.33333333333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.666666666666664%;
}
.col-xs-pull-1 {
    right: 8.333333333333332%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666666666666%;
}
.col-xs-push-10 {
    left: 83.33333333333334%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666666666666%;
}
.col-xs-push-7 {
    left: 58.333333333333336%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666666666667%;
}
.col-xs-push-4 {
    left: 33.33333333333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.666666666666664%;
}
.col-xs-push-1 {
    left: 8.333333333333332%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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.danger:hover > th {
    background-color: #ebcccc;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -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 > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .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 > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-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.428571429;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.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;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.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 {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.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 {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@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 .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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%;
    padding-right: 0;
    padding-left: 0;
}
.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;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../bundles/eznodesign/fonts/glyphicons-halflings-regular.eot');
    src: url('../bundles/eznodesign/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../bundles/eznodesign/fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../bundles/eznodesign/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../bundles/eznodesign/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        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-right: 0;
        padding-left: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .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;
    height: 20px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: none;
}
.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: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .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: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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 .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        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 {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .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-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999;
}
.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: #080808;
}
.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 {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }
    .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: #080808;
    }
    .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: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
    border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition:    -moz-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

@font-face {
  font-family: 'Lato';
  src: url('../bundles/eznodesign/fonts/lato/lato-black.eot');
  src: url('../bundles/eznodesign/fonts/lato/lato-black.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/lato/lato-black.woff') format('woff'), url('../bundles/eznodesign/fonts/lato/lato-black.ttf') format('truetype'), url('../bundles/eznodesign/fonts/lato/lato-black.svg#latoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/eznodesign/fonts/lato/lato-bold.eot');
  src: url('../bundles/eznodesign/fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/lato/lato-bold.woff') format('woff'), url('../bundles/eznodesign/fonts/lato/lato-bold.ttf') format('truetype'), url('../bundles/eznodesign/fonts/lato/lato-bold.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/eznodesign/fonts/lato/lato-bolditalic.eot');
  src: url('../bundles/eznodesign/fonts/lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/lato/lato-bolditalic.woff') format('woff'), url('../bundles/eznodesign/fonts/lato/lato-bolditalic.ttf') format('truetype'), url('../bundles/eznodesign/fonts/lato/lato-bolditalic.svg#latobold-italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/eznodesign/fonts/lato/lato-italic.eot');
  src: url('../bundles/eznodesign/fonts/lato/lato-italic.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/lato/lato-italic.woff') format('woff'), url('../bundles/eznodesign/fonts/lato/lato-italic.ttf') format('truetype'), url('../bundles/eznodesign/fonts/lato/lato-italic.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/eznodesign/fonts/lato/lato-light.eot');
  src: url('../bundles/eznodesign/fonts/lato/lato-light.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/lato/lato-light.woff') format('woff'), url('../bundles/eznodesign/fonts/lato/lato-light.ttf') format('truetype'), url('../bundles/eznodesign/fonts/lato/lato-light.svg#latolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../bundles/eznodesign/fonts/lato/lato-regular.eot');
  src: url('../bundles/eznodesign/fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/lato/lato-regular.woff') format('woff'), url('../bundles/eznodesign/fonts/lato/lato-regular.ttf') format('truetype'), url('../bundles/eznodesign/fonts/lato/lato-regular.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flat-UI-Icons";
  src: url('../bundles/eznodesign/fonts/flat-ui-icons-regular.eot');
  src: url('../bundles/eznodesign/fonts/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/eznodesign/fonts/flat-ui-icons-regular.woff') format('woff'), url('../bundles/eznodesign/fonts/flat-ui-icons-regular.ttf') format('truetype'), url('../bundles/eznodesign/fonts/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Flat-UI-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-triangle-up,
.fui-triangle-up-small,
.fui-triangle-right-large,
.fui-triangle-left-large,
.fui-triangle-down,
.fui-info,
.fui-alert,
.fui-question,
.fui-window,
.fui-windows,
.fui-arrow-right,
.fui-arrow-left,
.fui-loop,
.fui-cmd,
.fui-mic,
.fui-triangle-down-small,
.fui-check-inverted,
.fui-heart,
.fui-location,
.fui-plus,
.fui-check,
.fui-cross,
.fui-list,
.fui-new,
.fui-video,
.fui-photo,
.fui-volume,
.fui-time,
.fui-eye,
.fui-chat,
.fui-home,
.fui-upload,
.fui-search,
.fui-user,
.fui-mail,
.fui-lock,
.fui-power,
.fui-star,
.fui-calendar,
.fui-gear,
.fui-book,
.fui-exit,
.fui-trash,
.fui-folder,
.fui-bubble,
.fui-cross-inverted,
.fui-plus-inverted,
.fui-export,
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked,
.fui-flat,
.fui-calendar-solid,
.fui-star-2,
.fui-credit-card,
.fui-clip,
.fui-link,
.fui-pause,
.fui-play,
.fui-tag,
.fui-document,
.fui-image,
.fui-facebook,
.fui-youtube,
.fui-vimeo,
.fui-twitter,
.fui-stumbleupon,
.fui-spotify,
.fui-skype,
.fui-pinterest,
.fui-path,
.fui-myspace,
.fui-linkedin,
.fui-googleplus,
.fui-dribbble,
.fui-blogger,
.fui-behance,
.fui-list-thumbnailed,
.fui-list-small-thumbnails,
.fui-list-numbered,
.fui-list-large-thumbnails,
.fui-list-columned,
.fui-list-bulleted {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fui-triangle-up:before {
  content: "\e000";
}
.fui-triangle-up-small:before {
  content: "\e001";
}
.fui-triangle-right-large:before {
  content: "\e002";
}
.fui-triangle-left-large:before {
  content: "\e003";
}
.fui-triangle-down:before {
  content: "\e004";
}
.fui-info:before {
  content: "\e016";
}
.fui-alert:before {
  content: "\e017";
}
.fui-question:before {
  content: "\e018";
}
.fui-window:before {
  content: "\e019";
}
.fui-windows:before {
  content: "\e01a";
}
.fui-arrow-right:before {
  content: "\e02c";
}
.fui-arrow-left:before {
  content: "\e02d";
}
.fui-loop:before {
  content: "\e02e";
}
.fui-cmd:before {
  content: "\e02f";
}
.fui-mic:before {
  content: "\e030";
}
.fui-triangle-down-small:before {
  content: "\e005";
}
.fui-check-inverted:before {
  content: "\e006";
}
.fui-heart:before {
  content: "\e007";
}
.fui-location:before {
  content: "\e008";
}
.fui-plus:before {
  content: "\e009";
}
.fui-check:before {
  content: "\e00a";
}
.fui-cross:before {
  content: "\e00b";
}
.fui-list:before {
  content: "\e00c";
}
.fui-new:before {
  content: "\e00d";
}
.fui-video:before {
  content: "\e00e";
}
.fui-photo:before {
  content: "\e00f";
}
.fui-volume:before {
  content: "\e010";
}
.fui-time:before {
  content: "\e011";
}
.fui-eye:before {
  content: "\e012";
}
.fui-chat:before {
  content: "\e013";
}
.fui-home:before {
  content: "\e015";
}
.fui-upload:before {
  content: "\e01b";
}
.fui-search:before {
  content: "\e01c";
}
.fui-user:before {
  content: "\e01d";
}
.fui-mail:before {
  content: "\e01e";
}
.fui-lock:before {
  content: "\e01f";
}
.fui-power:before {
  content: "\e020";
}
.fui-star:before {
  content: "\e021";
}
.fui-calendar:before {
  content: "\e023";
}
.fui-gear:before {
  content: "\e024";
}
.fui-book:before {
  content: "\e025";
}
.fui-exit:before {
  content: "\e026";
}
.fui-trash:before {
  content: "\e027";
}
.fui-folder:before {
  content: "\e028";
}
.fui-bubble:before {
  content: "\e029";
}
.fui-cross-inverted:before {
  content: "\e02a";
}
.fui-plus-inverted:before {
  content: "\e031";
}
.fui-export:before {
  content: "\e014";
}
.fui-radio-unchecked:before {
  content: "\e02b";
}
.fui-radio-checked:before {
  content: "\e032";
}
.fui-checkbox-unchecked:before {
  content: "\e033";
}
.fui-checkbox-checked:before {
  content: "\e034";
}
.fui-flat:before {
  content: "\e035";
}
.fui-calendar-solid:before {
  content: "\e022";
}
.fui-star-2:before {
  content: "\e036";
}
.fui-credit-card:before {
  content: "\e037";
}
.fui-clip:before {
  content: "\e038";
}
.fui-link:before {
  content: "\e039";
}
.fui-pause:before {
  content: "\e03b";
}
.fui-play:before {
  content: "\e03c";
}
.fui-tag:before {
  content: "\e03d";
}
.fui-document:before {
  content: "\e03e";
}
.fui-image:before {
  content: "\e03a";
}
.fui-facebook:before {
  content: "\e03f";
}
.fui-youtube:before {
  content: "\e040";
}
.fui-vimeo:before {
  content: "\e041";
}
.fui-twitter:before {
  content: "\e042";
}
.fui-stumbleupon:before {
  content: "\e043";
}
.fui-spotify:before {
  content: "\e044";
}
.fui-skype:before {
  content: "\e045";
}
.fui-pinterest:before {
  content: "\e046";
}
.fui-path:before {
  content: "\e047";
}
.fui-myspace:before {
  content: "\e048";
}
.fui-linkedin:before {
  content: "\e049";
}
.fui-googleplus:before {
  content: "\e04a";
}
.fui-dribbble:before {
  content: "\e04c";
}
.fui-blogger:before {
  content: "\e04d";
}
.fui-behance:before {
  content: "\e04e";
}
.fui-list-thumbnailed:before {
  content: "\e04b";
}
.fui-list-small-thumbnails:before {
  content: "\e04f";
}
.fui-list-numbered:before {
  content: "\e050";
}
.fui-list-large-thumbnails:before {
  content: "\e051";
}
.fui-list-columned:before {
  content: "\e052";
}
.fui-list-bulleted:before {
  content: "\e053";
}
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #ffffff;
}
a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 61px;
}
h2,
.h2 {
  font-size: 53px;
}
h3,
.h3 {
  font-size: 40px;
}
h4,
.h4 {
  font-size: 29px;
}
h5,
.h5 {
  font-size: 28px;
}
h6,
.h6 {
  font-size: 24px;
}
p {
  font-size: 18px;
  line-height: 1.72222;
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.46428571;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30.006px;
  }
}
small,
.small {
  font-size: 83%;
  line-height: 2.067;
}
.text-muted {
  color: #bdc3c7;
}
.text-inverse {
  color: #ffffff;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover {
  color: #15967d;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover {
  color: #c19d0c;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #b93d30;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover {
  color: #25a35a;
}
.text-info {
  color: #3498db;
}
a.text-info:hover {
  color: #2a7aaf;
}
.bg-primary {
  color: #ffffff;
  background-color: #34495e;
}
a.bg-primary:hover {
  background-color: #222f3d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #e7e9ec;
}
ul,
ol {
  margin-bottom: 15px;
}
dl {
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.72222;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #bdc3c7;
}
blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 30px;
}
blockquote p {
  font-size: 20px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small,
blockquote .small {
  font-size: 18px;
  line-height: 1.72222;
  font-style: italic;
  color: inherit;
}
blockquote small:before,
blockquote .small:before {
  content: "";
}
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}
blockquote.pull-right small:after {
  content: "";
}
address {
  margin-bottom: 30px;
  line-height: 1.72222;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 6px;
  font-size: 85%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: #ffffff;
  background-color: #34495e;
  border-radius: 4px;
  box-shadow: none;
}
pre {
  padding: 8px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.72222;
  color: inherit;
  background-color: #ffffff;
  border: 2px solid #e7e9ec;
  border-radius: 6px;
  white-space: pre;
}
.pre-scrollable {
  max-height: 340px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.72222;
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #16a085;
}
.thumbnail .caption {
  padding: 9px;
  color: #34495e;
}
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: #ffffff;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn > [class^="fui-"] {
  top: 2px;
}
.btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
}
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.btn-default .badge {
  color: #bdc3c7;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #1abc9c;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #16a085;
  border-color: #16a085;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-primary .badge {
  color: #1abc9c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #3498db;
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #34495e;
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #34495e;
  border-color: #34495e;
}
.btn-inverse .badge {
  color: #34495e;
  background-color: #ffffff;
}
.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-link {
  color: #16a085;
}
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
}
.btn-hg {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
.btn-lg {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn-sm {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-xs {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}
.btn-block {
  white-space: normal;
}
[class*="btn-social-"] {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.077;
  border-radius: 4px;
}
.btn-social-pinterest {
  color: #ffffff;
  background-color: #cb2028;
}
.btn-social-pinterest:hover,
.btn-social-pinterest:focus {
  background-color: #d54d53;
}
.btn-social-pinterest:active,
.btn-social-pinterest.active {
  background-color: #ad1b22;
}
.btn-social-linkedin {
  color: #ffffff;
  background-color: #0072b5;
}
.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
  background-color: #338ec4;
}
.btn-social-linkedin:active,
.btn-social-linkedin.active {
  background-color: #00619a;
}
.btn-social-stumbleupon {
  color: #ffffff;
  background-color: #ed4a13;
}
.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus {
  background-color: #f16e42;
}
.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active {
  background-color: #c93f10;
}
.btn-social-googleplus {
  color: #ffffff;
  background-color: #2d2d2d;
}
.btn-social-googleplus:hover,
.btn-social-googleplus:focus {
  background-color: #575757;
}
.btn-social-googleplus:active,
.btn-social-googleplus.active {
  background-color: #262626;
}
.btn-social-facebook {
  color: #ffffff;
  background-color: #2f4b93;
}
.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #596fa9;
}
.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #28407d;
}
.btn-social-twitter {
  color: #ffffff;
  background-color: #00bdef;
}
.btn-social-twitter:hover,
.btn-social-twitter:focus {
  background-color: #33caf2;
}
.btn-social-twitter:active,
.btn-social-twitter.active {
  background-color: #00a1cb;
}
.btn-default .caret {
  border-top-color: #ffffff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #ffffff;
}
.dropup .btn-default .caret {
  border-bottom-color: #ffffff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #ffffff;
}
.btn-group-xs > .btn {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-group-lg > .btn {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn-group-gh > .btn {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-toggle .caret {
  margin-left: 8px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 400;
}
.btn-group:focus .dropdown-toggle {
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn-group.open .dropdown-toggle {
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-toolbar .btn.active {
  color: #ffffff;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  margin: 0 1px;
}
.caret {
  border-width: 8px 6px;
  border-bottom-color: #34495e;
  border-top-color: #34495e;
  border-style: solid;
  border-bottom-style: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: scale(1.001, );
  -ms-transform: scale(1.001, );
  transform: scale(1.001, );
}
.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}
.btn-lg .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}
.select {
  display: inline-block;
  margin-bottom: 10px;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}
.select.select-block:before,
.select.select-block:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.select.select-block:after {
  clear: both;
}
.select.select-block .btn {
  width: 100%;
}
.select.select-block .dropdown-menu {
  width: 100%;
}
.select .btn {
  width: 220px;
}
.select .btn.btn-hg .filter-option {
  left: 20px;
  right: 40px;
  top: 13px;
}
.select .btn.btn-hg .caret {
  right: 20px;
}
.select .btn.btn-lg .filter-option {
  left: 18px;
  right: 38px;
}
.select .btn.btn-sm .filter-option {
  left: 13px;
  right: 33px;
}
.select .btn.btn-sm .caret {
  right: 13px;
}
.select .btn.btn-xs .filter-option {
  left: 13px;
  right: 33px;
  top: 5px;
}
.select .btn.btn-xs .caret {
  right: 13px;
}
.select .btn .filter-option {
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
  top: 10px;
}
.select .btn .caret {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
}
.select .btn .dropdown-toggle {
  border-radius: 6px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}
textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 11px;
}
input[type="search"] {
  -webkit-appearance: none !important;
}
label {
  font-weight: normal;
  font-size: 15px;
  line-height: 2.4;
}
.form-control:-moz-placeholder {
  color: #b2bcc5;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control.placeholder {
  color: #b2bcc5;
}
.form-control {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus {
  border-color: #1abc9c;
}
.input-sm {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-hg {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg,
select[multiple].input-hg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
.help-block {
  font-size: 15px;
  margin-bottom: 5px;
  color: inherit;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
}
.form-group {
  position: relative;
}
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
.has-success .input-icon {
  color: #2ecc71;
}
.has-warning .input-icon {
  color: #f1c40f;
}
.has-error .input-icon {
  color: #e74c3c;
}
.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
  color: #d5dbdb;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn,
select[multiple].input-group-hg > .form-control,
select[multiple].input-group-hg > .input-group-addon,
select[multiple].input-group-hg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #bdc3c7;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
  line-height: 1;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  background-color: #ffffff;
  color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default {
  color: #ffffff;
  background-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.hover,
.input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  background: #16a085;
  border-color: #16a085;
}
.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled.hover,
.input-group.focus .input-group-btn .btn-default.disabled.hover,
.form-group.focus .input-group-btn .btn-default[disabled].hover,
.input-group.focus .input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default .badge,
.input-group.focus .input-group-btn .btn-default .badge {
  color: #1abc9c;
  background-color: #ffffff;
}
.input-group-btn .btn {
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  color: #bdc3c7;
  line-height: 18px;
}
.input-group-btn .btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
}
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default.hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled.hover,
.input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .input-group-btn .btn-default.hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.input-group-btn .btn-default .badge {
  color: #bdc3c7;
  background-color: #ffffff;
}
.input-group-hg .input-group-btn .btn {
  line-height: 31px;
}
.input-group-lg .input-group-btn .btn {
  line-height: 21px;
}
.input-group-sm .input-group-btn .btn {
  line-height: 19px;
}
.input-group-btn:first-child > .btn {
  border-right-width: 0;
  margin-right: -2px;
}
.input-group-btn:last-child > .btn {
  border-left-width: 0;
  margin-left: -2px;
}
.input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid #bdc3c7;
}
.input-group-btn > .btn:first-child + .btn .caret {
  margin-left: 0;
}
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 27px;
  border-top-right-radius: 27px;
}
.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 27px;
  border-top-left-radius: 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.input-group-rounded .input-group-btn + .form-control {
  padding-left: 0;
}
.btn-file {
  overflow: hidden;
  position: relative;
}
.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}
.fileinput {
  margin-bottom: 9px;
  display: block;
}
.fileinput .fileinput-filename {
  font-size: 15px;
}
.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileinput .uneditable-input [class^="fui-"] {
  margin-right: .3em;
}
.fileinput .fileinput-preview {
  cursor: pointer;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
  color: #f1c40f;
  border-color: #faebcc;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #f1c40f;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .uneditable-input {
  color: #e74c3c;
  border-color: #ebccd1;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #e74c3c;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .uneditable-input {
  color: #2ecc71;
  border-color: #d6e9c6;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #2ecc71;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  line-height: 1.5;
}
.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}
.checkbox .icons,
.radio .icons {
  color: #bdc3c7;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
  color: #1abc9c;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1abc9c;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #e6e8ea;
}
.checkbox.primary .icons,
.radio.primary .icons {
  color: #34495e;
}
.checkbox.primary.checked,
.radio.primary.checked {
  color: #1abc9c;
}
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #1abc9c;
}
.checkbox.primary.disabled,
.radio.primary.disabled {
  cursor: default;
  color: #bdc3c7;
}
.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
  color: #bdc3c7;
}
.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
  color: #bdc3c7;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
.tagsinput {
  background: white;
  border: 2px solid #ebedef;
  border-radius: 6px;
  height: 100px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #ebedef;
  color: #7b8996;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.tagsinput .tag:hover {
  background-color: #16a085;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: none !important;
  margin: 6px 5px 0 0;
  vertical-align: top;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\e00b";
  font-family: "Flat-UI-Icons";
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
}
.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 9px;
  vertical-align: top;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.tagsinput-add:hover {
  background-color: #1abc9c;
}
.tagsinput-add:before {
  content: "\e009";
  font-family: "Flat-UI-Icons";
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
  margin-left: 5px !important;
}
.tagsinput-primary {
  border-color: #1abc9c;
}
.tagsinput-primary .tag {
  background-color: #1abc9c;
  color: #ffffff;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.twitter-typeahead .tt-query:-moz-placeholder,
.twitter-typeahead .tt-hint:-moz-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query.placeholder,
.twitter-typeahead .tt-hint.placeholder {
  color: #b2bcc5;
}
.form-group.focus .twitter-typeahead .tt-query,
.form-group.focus .twitter-typeahead .tt-hint,
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.twitter-typeahead .tt-query[disabled],
.twitter-typeahead .tt-hint[disabled],
.twitter-typeahead .tt-query[readonly],
.twitter-typeahead .tt-hint[readonly],
fieldset[disabled] .twitter-typeahead .tt-query,
fieldset[disabled] .twitter-typeahead .tt-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.twitter-typeahead .tt-query.flat,
.twitter-typeahead .tt-hint.flat {
  border-color: transparent;
}
.twitter-typeahead .tt-query.flat:hover,
.twitter-typeahead .tt-hint.flat:hover {
  border-color: #bdc3c7;
}
.twitter-typeahead .tt-query.flat:focus,
.twitter-typeahead .tt-hint.flat:focus {
  border-color: #1abc9c;
}
.twitter-typeahead .tt-query + .input-icon,
.twitter-typeahead .tt-hint + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 6px;
}
.twitter-typeahead .tt-suggestion p {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.429;
  margin: 0;
}
.twitter-typeahead .tt-suggestion:first-child p,
.twitter-typeahead .tt-suggestion:last-child p {
  padding: 6px 14px;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #16a085;
}
.progress {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background: #1abc9c;
  line-height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-info {
  background-color: #3498db;
}
.ui-slider {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #16a085;
}
.ui-slider-range {
  background-color: #1abc9c;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.ui-slider-value {
  float: right;
  font-size: 13px;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -9px;
  top: -3px;
}
.ui-slider-horizontal .ui-slider-handle[style*="100"] {
  margin-left: -15px;
}
.ui-slider-horizontal .ui-slider-range {
  border-radius: 30px 0 0 30px;
}
.ui-slider-horizontal .ui-slider-segment {
  float: left;
  margin: 3px -6px 0 0;
}
.ui-slider-vertical {
  width: 12px;
}
.ui-slider-vertical .ui-slider-handle {
  margin-left: -3px;
  margin-bottom: -11px;
  top: auto;
}
.ui-slider-vertical .ui-slider-range {
  width: 100%;
  bottom: 0;
  border-radius: 0 0 30px 30px;
}
.ui-slider-vertical .ui-slider-segment {
  position: absolute;
  right: 3px;
}
.ui-spinner {
  display: inline-block;
  overflow: hidden;
  padding: 0 37px 0 0;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ui-spinner {
    display: block;
  }
}
.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-spinner.focus .ui-spinner-input {
  color: #1abc9c;
  border-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #16a085;
}
.ui-spinner.focus .ui-spinner-up {
  border-bottom-color: #16a085;
}
.ui-spinner-input {
  width: 55px;
  border-radius: 6px 0 0 6px;
  text-align: center;
  padding: 6px 12px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.ui-spinner-input:-moz-placeholder {
  color: #718191;
}
.ui-spinner-input::-moz-placeholder {
  color: #718191;
  opacity: 1;
}
.ui-spinner-input:-ms-input-placeholder {
  color: #718191;
}
.ui-spinner-input::-webkit-input-placeholder {
  color: #718191;
}
.ui-spinner-input.placeholder {
  color: #718191;
}
@media (max-width: 768px) {
  .ui-spinner-input {
    width: 100%;
  }
}
.ui-spinner-input.input-hg + .ui-spinner-button {
  height: 28px;
  line-height: 25px;
}
.ui-spinner-input.input-hg + .ui-spinner-button + .ui-spinner-button {
  height: 25px;
  line-height: 25px;
}
.ui-spinner-input.input-lg + .ui-spinner-button {
  height: 24px;
  line-height: 21px;
}
.ui-spinner-input.input-lg + .ui-spinner-button + .ui-spinner-button {
  height: 21px;
  line-height: 21px;
}
.ui-spinner-input.input-sm {
  font-size: 18px;
  line-height: 1;
}
.ui-spinner-input.input-sm + .ui-spinner-button {
  height: 19px;
  line-height: 1;
}
.ui-spinner-input.input-sm + .ui-spinner-button + .ui-spinner-button {
  height: 17px;
  line-height: 1;
}
.input-group-addon + .ui-spinner .ui-spinner-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: .5em;
  line-height: 19px;
  height: 22px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  background-color: #bdc3c7;
  outline: none;
}
.ui-spinner-button:hover {
  background-color: #d1d5d8;
  color: #e8f8f5;
}
.ui-spinner-button .ui-icon {
  font-size: 0;
}
.ui-spinner-button .ui-icon:before {
  content: "\e001";
  font-family: "Flat-UI-Icons";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.ui-spinner-up {
  border-bottom: 2px solid #d1d5d8;
  top: 0;
  border-radius: 0 6px 0 0;
}
.ui-spinner-down {
  bottom: 0;
  height: 20px;
  border-radius: 0 0 6px 0;
}
.ui-spinner-down .ui-icon:before {
  content: "\e005";
}
.ui-datepicker {
  width: 264px;
  background-color: #ffffff;
  display: none;
  margin: 10px 0 0 0;
  border: 7px solid #1abc9c;
  border-radius: 6px;
  -webkit-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
  box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
}
.ui-datepicker .ui-datepicker-header {
  background-color: #1abc9c;
  color: #ffffff;
  cursor: default;
  margin: -7px -7px 2px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 52px;
  height: 44px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #48c9b0;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active {
  background-color: #16a085;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-right: 2px solid #5fd0ba;
  border-radius: 6px 0 0 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  border-left: 2px solid #5fd0ba;
  border-radius: 0 6px 0 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 52px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -6px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  content: "";
}
.ui-datepicker .ui-icon-circle-triangle-w {
  border: inset transparent;
  border-width: 7px 12px 7px 0;
  border-right-color: #ffffff;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  border: outset transparent;
  border-width: 7px 0 7px 12px;
  border-left-color: #ffffff;
}
.ui-datepicker table {
  font-size: 14px;
  margin: 0 0 3px;
  width: 100%;
}
.ui-datepicker th {
  min-width: 34px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border: 0;
  padding: 1px;
  vertical-align: middle;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-decoration: none;
  color: #34495e;
  height: 30px;
  line-height: 30px;
  min-width: 34px;
}
.ui-datepicker td a {
  border-radius: 6px;
}
.ui-datepicker td a:hover {
  background-color: #d7dbdd;
  color: #34495e;
}
.ui-datepicker .ui-state-active {
  background-color: #1abc9c;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-other-month a {
  color: #c2c8cf;
}
.ui-datepicker select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker:before {
  content: "";
  border-color: transparent transparent #1abc9c;
  border-style: solid;
  border-width: 0 6px 6px;
  height: 0;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  left: 12px;
  top: -13px;
  width: 0;
  z-index: 10;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: #ffffff;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
  line-height: 1.313;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
  margin-left: 8px;
}
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
  margin-left: 8px;
}
.pagination {
  position: relative;
}
@media (max-width: 767px) {
  .pagination {
    display: block;
  }
}
.pagination ul {
  background: #d6dbdf;
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .pagination ul {
    height: 41px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 6px;
  }
}
.pagination ul li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
  background-color: #1abc9c;
  color: #ffffff;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span {
  margin: 0;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span,
.pagination ul li.active.previous > a:hover,
.pagination ul li.active.next > a:hover,
.pagination ul li.active.previous > span:hover,
.pagination ul li.active.next > span:hover,
.pagination ul li.active.previous > a:focus,
.pagination ul li.active.next > a:focus,
.pagination ul li.active.previous > span:focus,
.pagination ul li.active.next > span:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
  border-radius: 6px 0 0 6px;
  border-left: none;
}
.pagination ul li:first-child.previous + li > a,
.pagination ul li:first-child.previous + li > span {
  border-left-width: 0;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child > a,
.pagination ul li:last-child > span,
.pagination ul li:last-child > a:hover,
.pagination ul li:last-child > span:hover,
.pagination ul li:last-child > a:focus,
.pagination ul li:last-child > span:focus {
  border-radius: 0 6px 6px 0;
}
.pagination ul li.previous > a,
.pagination ul li.next > a,
.pagination ul li.previous > span,
.pagination ul li.next > span {
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  min-width: auto;
  padding: 12px 17px;
}
.pagination ul li.next > a,
.pagination ul li.next > span {
  border-right: none;
}
@media (max-width: 767px) {
  .pagination ul li.next,
  .pagination ul li.previous {
    background-color: #d6dbdf;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
  }
  .pagination ul li.previous {
    left: 0;
    right: auto;
    border-radius: 6px 0 0 6px;
  }
}
.pagination ul li > a,
.pagination ul li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 2px solid #e4e7ea;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.pagination ul li > a:hover,
.pagination ul li > span:hover,
.pagination ul li > a:focus,
.pagination ul li > span:focus {
  background-color: #1abc9c;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
  background-color: #1abc9c;
  color: #ffffff;
}
.pagination > .btn.previous,
.pagination > .btn.next {
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.429;
  padding-left: 23px;
  padding-right: 23px;
}
.pagination > .btn.previous [class*="fui-"],
.pagination > .btn.next [class*="fui-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}
.pagination > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}
.pagination > .btn.next [class*="fui-"] {
  margin-right: -2px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .pagination > .btn {
    display: block;
    margin: 0;
    width: 50%;
  }
  .pagination > .btn:first-child {
    border-bottom: 2px solid #dfe2e5;
    border-radius: 6px 0 0;
  }
  .pagination > .btn:first-child.btn-primary {
    border-bottom-color: #48c9b0;
  }
  .pagination > .btn:first-child.btn-danger {
    border-bottom-color: #ec7063;
  }
  .pagination > .btn:first-child.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .pagination > .btn:first-child.btn-success {
    border-bottom-color: #58d68d;
  }
  .pagination > .btn:first-child.btn-info {
    border-bottom-color: #5dade2;
  }
  .pagination > .btn:first-child.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  .pagination > .btn:first-child > [class*="fui"] {
    margin-left: -20px;
  }
  .pagination > .btn + ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
  }
  .pagination > .btn + ul + .btn {
    border-bottom: 2px solid #dfe2e5;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 6px 0 0;
  }
  .pagination > .btn + ul + .btn.btn-primary {
    border-bottom-color: #48c9b0;
  }
  .pagination > .btn + ul + .btn.btn-danger {
    border-bottom-color: #ec7063;
  }
  .pagination > .btn + ul + .btn.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .pagination > .btn + ul + .btn.btn-success {
    border-bottom-color: #58d68d;
  }
  .pagination > .btn + ul + .btn.btn-info {
    border-bottom-color: #5dade2;
  }
  .pagination > .btn + ul + .btn.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  .pagination > .btn + ul + .btn > [class*="fui"] {
    margin-right: -20px;
  }
  .pagination ul {
    display: block;
  }
  .pagination ul > li > a {
    border-radius: 0;
  }
}
.pagination-danger ul {
  background-color: #e74c3c;
}
.pagination-danger ul li.previous > a {
  border-right-color: #ef897e;
}
.pagination-danger ul li > a,
.pagination-danger ul li > span {
  border-left-color: #ef897e;
}
.pagination-danger ul li > a:hover,
.pagination-danger ul li > span:hover,
.pagination-danger ul li > a:focus,
.pagination-danger ul li > span:focus {
  background-color: #ec7063;
}
.pagination-danger ul li > a:active,
.pagination-danger ul li > span:active {
  background-color: #c44133;
}
.pagination-danger ul li.active > a,
.pagination-danger ul li.active > span {
  background-color: #c44133;
}
.pagination-danger ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #e74c3c;
}
.pagination-success ul {
  background-color: #2ecc71;
}
.pagination-success ul li.previous > a {
  border-right-color: #75dda1;
}
.pagination-success ul li > a,
.pagination-success ul li > span {
  border-left-color: #75dda1;
}
.pagination-success ul li > a:hover,
.pagination-success ul li > span:hover,
.pagination-success ul li > a:focus,
.pagination-success ul li > span:focus {
  background-color: #58d68d;
}
.pagination-success ul li > a:active,
.pagination-success ul li > span:active {
  background-color: #27ad60;
}
.pagination-success ul li.active > a,
.pagination-success ul li.active > span {
  background-color: #27ad60;
}
.pagination-success ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #2ecc71;
}
.pagination-warning ul {
  background-color: #f1c40f;
}
.pagination-warning ul li.previous > a {
  border-right-color: #f6d861;
}
.pagination-warning ul li > a,
.pagination-warning ul li > span {
  border-left-color: #f6d861;
}
.pagination-warning ul li > a:hover,
.pagination-warning ul li > span:hover,
.pagination-warning ul li > a:focus,
.pagination-warning ul li > span:focus {
  background-color: #f5d313;
}
.pagination-warning ul li > a:active,
.pagination-warning ul li > span:active {
  background-color: #cda70d;
}
.pagination-warning ul li.active > a,
.pagination-warning ul li.active > span {
  background-color: #cda70d;
}
.pagination-warning ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #f1c40f;
}
.pagination-info ul {
  background-color: #3498db;
}
.pagination-info ul li.previous > a {
  border-right-color: #79bbe7;
}
.pagination-info ul li > a,
.pagination-info ul li > span {
  border-left-color: #79bbe7;
}
.pagination-info ul li > a:hover,
.pagination-info ul li > span:hover,
.pagination-info ul li > a:focus,
.pagination-info ul li > span:focus {
  background-color: #5dade2;
}
.pagination-info ul li > a:active,
.pagination-info ul li > span:active {
  background-color: #2c81ba;
}
.pagination-info ul li.active > a,
.pagination-info ul li.active > span {
  background-color: #2c81ba;
}
.pagination-info ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #3498db;
}
.pagination-inverse ul {
  background-color: #34495e;
}
.pagination-inverse ul li.previous > a {
  border-right-color: #798795;
}
.pagination-inverse ul li > a,
.pagination-inverse ul li > span {
  border-left-color: #798795;
}
.pagination-inverse ul li > a:hover,
.pagination-inverse ul li > span:hover,
.pagination-inverse ul li > a:focus,
.pagination-inverse ul li > span:focus {
  background-color: #415b76;
}
.pagination-inverse ul li > a:active,
.pagination-inverse ul li > span:active {
  background-color: #2c3e50;
}
.pagination-inverse ul li.active > a,
.pagination-inverse ul li.active > span {
  background-color: #2c3e50;
}
.pagination-inverse ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #34495e;
}
.pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
.pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.previous > a:hover,
.pagination-minimal > ul > li.next > a:hover,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.previous > span:focus,
.pagination-minimal > ul > li.next > span:focus {
  border-color: #e4e7ea !important;
}
@media (max-width: 767px) {
  .pagination-minimal > ul > li.previous > a,
  .pagination-minimal > ul > li.next > a,
  .pagination-minimal > ul > li.previous > span,
  .pagination-minimal > ul > li.next > span {
    margin-right: 0;
  }
}
.pagination-minimal > ul > li.next {
  margin-left: 9px;
}
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px !important;
  color: #d6dbdf;
  margin: 10px 5px 9px;
}
.pagination-minimal > ul > li.active > a:hover,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d6dbdf;
}
.pagination-minimal > ul > li.active.previous,
.pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}
.pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
  background: #ffffff;
  border: 5px solid #d6dbdf;
  color: #ffffff;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.pagination-minimal > ul > li > a:hover,
.pagination-minimal > ul > li > span:hover,
.pagination-minimal > ul > li > a:focus,
.pagination-minimal > ul > li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
  -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
}
.pagination-minimal > ul > li > a:active,
.pagination-minimal > ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
.pagination-plain {
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.pagination-plain > li {
  display: inline;
}
.pagination-plain > li.previous {
  padding-right: 23px;
}
.pagination-plain > li.next {
  padding-left: 20px;
}
.pagination-plain > li.active > a {
  color: #d3d7da;
}
.pagination-plain > li > a {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .pagination-plain {
    height: 50px;
    overflow: hidden;
    text-align: center;
  }
  .pagination-plain > li.previous {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: 50%;
  }
  .pagination-plain > li.next {
    float: right;
    margin-top: -50px;
    text-align: right;
    width: 50%;
  }
}
.pagination-dropdown ul {
  min-width: 67px;
  width: auto;
  left: 50%;
  margin-left: -34px;
}
.pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}
.pagination-dropdown ul li:first-child > a,
.pagination-dropdown ul li:first-child > span {
  border-radius: 6px 6px 0 0;
}
.pagination-dropdown ul li:last-child > a,
.pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 6px 6px !important;
}
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
  border-left: none;
  display: block;
  float: none;
  padding: 8px 10px 7px;
  text-align: center;
  min-height: 0;
}
.pagination-dropdown.dropup {
  position: relative;
}
.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #d6dbdf;
}
.tooltip {
  font-size: 14px;
  line-height: 1.286;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
  border-width: 9px 0 9px 9px;
  margin-top: -9px;
  right: -3px;
}
.tooltip-inner {
  background-color: #34495e;
  line-height: 1.286;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  border-radius: 6px;
}
.tooltip-light.bottom .tooltip-arrow {
  border-bottom-color: #edeff1;
}
.tooltip-light.left .tooltip-arrow {
  border-left-color: #edeff1;
}
.tooltip-light.right .tooltip-arrow {
  border-right-color: #edeff1;
}
.tooltip-light.top .tooltip-arrow {
  border-top-color: #edeff1;
}
.tooltip-light .tooltip-inner {
  background-color: #edeff1;
  color: #34495e;
}
.dropdown-menu {
  background-color: #f3f4f5;
  border: none;
  display: block;
  margin-top: 8px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.open > .dropdown-menu {
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
}
.dropdown-menu li:last-child > a {
  border-radius: 0 0 6px 6px;
  padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: #1abc9c;
  color: #ffffff;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: #16a085;
  color: #ffffff;
}
.dropdown-menu li > a {
  color: rgba(52, 73, 94, 0.75);
  padding: 6px 15px 8px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  background: #e1e4e7;
  color: inherit;
  outline: none;
}
.dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: #ffffff;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .dropdown-menu {
    border-radius: 0 0 6px 6px !important;
  }
}
.dropdown-menu .divider {
  margin-top: 3px;
  margin-bottom: 3px;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #f3f4f5;
  bottom: 100%;
  top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
  border-bottom: none;
  border-top: 9px outset #34495e;
  bottom: 4px;
  top: auto;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #34495e;
}
.open > .dropdown-arrow {
  margin-top: 11px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 8px 7px;
  border-color: transparent transparent #f3f4f5 transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 19px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.dropdown-inverse {
  background-color: #34495e;
  color: #cccccc;
  padding: 4px 0 6px;
}
.dropdown-inverse li {
  margin: 0 4px -2px;
}
.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
  border-radius: 2px;
  padding-bottom: 7px;
  padding-top: 5px;
}
.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a {
  border-radius: 2px;
}
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
  background: #1abc9c;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.dropdown-inverse li > a {
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 11px 7px;
}
.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus {
  background: #2c3e50;
}
.dropdown-inverse li > a.highlighted {
  background: #526476;
}
.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}
@media (max-width: 767px) {
  .dropdown-menu li a [class*="icon-"] {
    display: none;
  }
}
.table {
  font-size: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px 25px;
  line-height: 1.231;
  border-top: 2px solid #eef0f0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #526476;
  border-bottom: 2px solid #eef0f0;
}
.table [class*="fui-"] {
  vertical-align: baseline;
  font-size: 20px;
  margin: -5px 0;
  position: relative;
  top: 2px;
}
.table .checkbox,
.table .radio {
  margin: 0 0 0 -9px;
}
.table .checkbox.no-label,
.table .radio.no-label {
  padding-left: 0;
}
.table .selected-row > td {
  background-color: #f2fbfa;
}
.table img {
  vertical-align: top;
}
.table-bordered {
  border: 2px solid #eef0f0;
  font-size: 14px;
}
.table-bordered > thead > tr th,
.table-bordered > tbody > tr th,
.table-bordered > tfoot > tr th,
.table-bordered > thead > tr td,
.table-bordered > tbody > tr td,
.table-bordered > tfoot > tr td {
  border: 2px solid #eef0f0 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr.selected-row > th {
  background-color: #f9fafb;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f9fafb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ecfaf2;
}
.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.success:hover > th {
  background-color: #e4f8ed;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #edf6fc;
}
.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.info:hover > th {
  background-color: #e4f1fa;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fefae9;
}
.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.warning:hover > th {
  background-color: #fdf7e0;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fdefed;
}
.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.danger:hover > th {
  background-color: #fce7e4;
}
.label {
  font-size: 72%;
  font-weight: normal;
  padding: .15em .5em .2em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ebedef;
  color: #7b8996;
}
.label-default[href] {
  color: #7b8996;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #7b8996;
  background-color: #e1e4e7;
}
.label-inverse {
  background-color: #485b6e;
  color: #ffffff;
}
.label-inverse[href] {
  color: #ffffff;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  color: #ffffff;
  background-color: #a4adb7;
}
.label-success {
  background-color: #2ecc71;
  color: #ffffff;
}
.label-success[href] {
  color: #ffffff;
}
.label-success[href]:hover,
.label-success[href]:focus {
  color: #ffffff;
  background-color: #27ad60;
}
.label-important {
  background-color: #e74c3c;
  color: #ffffff;
}
.label-important[href] {
  color: #ffffff;
}
.label-important[href]:hover,
.label-important[href]:focus {
  color: #ffffff;
  background-color: #c44133;
}
.label-warning {
  background-color: #f1c40f;
  color: #ffffff;
}
.label-warning[href] {
  color: #ffffff;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  color: #ffffff;
  background-color: #cda70d;
}
.label-info {
  background-color: #3498db;
  color: #ffffff;
}
.label-info[href] {
  color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  color: #ffffff;
  background-color: #2c81ba;
}
.label-primary {
  background-color: #1abc9c;
  color: #ffffff;
}
.label-primary[href] {
  color: #ffffff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  color: #ffffff;
  background-color: #16a085;
}
.badge {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.615;
  background-color: #d8dce0;
  border-radius: 4px;
  padding: 0 8px;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
  color: #9aa4af;
  background-color: #ffffff;
}
.alert {
  color: #34495e;
  padding: 18px 45px 14px 30px;
  text-shadow: none;
  background-color: #f9f8f3;
  border: 2px solid #ebece8;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 6px;
}
.alert a {
  color: #f1c40f;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}
.alert a.btn {
  color: #ffffff;
  text-decoration: none;
}
.alert a.btn:active,
.alert a.btn.active {
  color: rgba(255, 255, 255, 0.75);
}
.alert h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.alert p {
  font-size: inherit;
  line-height: inherit;
}
.alert .close {
  position: relative;
  top: 3px;
  right: -31px;
  line-height: 18px;
  font-size: 18px;
  color: #34495e;
}
.alert .btn {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .alert .btn {
    display: block;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: -15px;
  }
}
.alert-success {
  background-color: #eff7f3;
  border-color: #e1ebe9;
}
.alert-success a {
  color: #16a085;
}
.alert-info {
  background-color: #f7f9fa;
  border-color: #e9ecef;
}
.alert-info a {
  color: #3498db;
}
.alert-error {
  background-color: #f8f5f5;
  border-color: #ebe9ea;
}
.alert-error a {
  color: #e74c3c;
}
.bottom-menu {
  background: #ebedef;
  color: #bcc3ca;
  padding: 39px 0 42px;
}
.bottom-menu .navbar-brand {
  font-size: 24px;
  margin-top: -4px;
  padding: 0;
}
.bottom-menu .title {
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
}
.bottom-menu a {
  color: inherit;
}
.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {
  color: #1abc9c;
}
.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}
.bottom-menu .bottom-links {
  font-size: 14px;
  line-height: 1.286;
}
.bottom-menu .bottom-links:before,
.bottom-menu .bottom-icons:before,
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  clear: both;
}
.bottom-icons {
  font-size: 16px;
  line-height: 1;
}
.bottom-menu-inverse {
  background-color: #34495e;
  color: #677786;
}
.bottom-menu-large {
  padding-bottom: 56px;
  padding-top: 60px;
}
.bottom-menu-large .navbar-brand {
  margin-top: -2px;
}
.bottom-menu-large .bottom-links li {
  float: none;
  line-height: 22px;
  margin-right: 0;
}
.bottom-menu-large .title {
  margin-bottom: 10px;
}
.bottom-links,
.bottom-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-links li,
.bottom-icons li {
  display: block;
  float: left;
  margin: 0 18px 0 0;
}
@media (max-width: 767px) {
  .bottom-menu .navbar-brand,
  .bottom-menu .bottom-links {
    margin-bottom: 30px;
  }
  .bottom-menu .navbar-brand {
    padding: 15px;
    float: none;
  }
  .bottom-menu .bottom-links li {
    float: none;
    margin-bottom: 2px;
  }
  .bottom-menu [class*="span"]:last-child .bottom-links {
    margin-bottom: 0;
  }
}
.nav .dropdown-toggle .caret {
  border-bottom-color: #7f8c9a;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #7f8c9a;
  border-top-width: 6px;
}
.nav-pills > li:first-child > a {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.nav-pills > li:last-child > a {
  border-radius: 0 6px 6px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #16a085;
}
@media (max-width: 767px) {
  .nav-pills > li {
    float: none;
    display: block;
  }
  .nav-pills > li:first-child > a {
    border-radius: 6px 6px 0 0;
  }
  .nav-pills > li:last-child > a {
    border-radius: 0 0 6px 6px;
  }
}
.nav-pills > li > a {
  background-color: #1abc9c;
  border-left: 2px solid #16a085;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 12px 21px 13px;
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #48c9b0;
}
.nav-pills > li > a:active {
  background-color: #16a085;
}
@media (max-width: 767px) {
  .nav-pills > li > a {
    border-left: none;
    display: block;
  }
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-tabs {
  margin-bottom: 20px;
  border-bottom-width: 2px;
  border-bottom-color: #e1e4e7;
}
.nav-tabs.nav-append-content {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-tabs.nav-append-content > li.active:first-child:before {
  background-color: #ffffff;
  border-left: 2px solid #e1e4e7;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 6px;
  z-index: 2;
}
.nav-tabs > li {
  margin-bottom: -2px;
  position: relative;
}
.nav-tabs > li.active {
  z-index: 2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e1e4e7;
  border-bottom-color: #ffffff;
  border-width: 2px;
  color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle,
.nav-tabs > li.active .dropdown-toggle:hover,
.nav-tabs > li.active .dropdown-toggle:focus {
  color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle .caret,
.nav-tabs > li.active .dropdown-toggle:hover .caret,
.nav-tabs > li.active .dropdown-toggle:focus .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle,
.nav-tabs > li.open.active a.dropdown-toggle,
.nav-tabs > li.open a.dropdown-toggle:hover,
.nav-tabs > li.open.active a.dropdown-toggle:hover {
  background-color: #f3f4f5;
  border-color: #e1e4e7;
  border-bottom-color: transparent;
  color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle .caret,
.nav-tabs > li.open.active a.dropdown-toggle .caret,
.nav-tabs > li.open a.dropdown-toggle:hover .caret,
.nav-tabs > li.open.active a.dropdown-toggle:hover .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open .dropdown-menu,
.nav-tabs > li.open.active .dropdown-menu {
  margin-top: -2px;
}
.nav-tabs > li.open.active {
  z-index: 1003;
}
.nav-tabs > li > a {
  border-width: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 21px 8px;
  color: #7f8c9a;
  border-radius: 6px 6px 0 0;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
  outline: none;
  color: #1abc9c;
}
.nav-tabs > li .dropdown-toggle {
  position: relative;
  z-index: 1002;
}
.nav-tabs > li .dropdown-toggle:hover .caret,
.nav-tabs > li .dropdown-toggle:focus .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}
.nav-tabs > li .dropdown-menu {
  border: 2px solid #e1e4e7;
  margin-top: -10px;
  border-radius: 0 6px 6px 6px;
}
.nav-tabs > li .dropdown-menu li:first-child > a {
  border-radius: 0 4px 0 0;
}
.nav-tabs > li .dropdown-menu li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs > li .dropdown-menu li a {
  border-radius: 0;
}
.nav-tabs > li .open .dropdown-toggle {
  background-color: #f3f4f5;
}
@media (max-width: 767px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    display: block;
    float: none;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background-color: #1abc9c;
    border: 2px solid #1abc9c;
    color: #ffffff;
  }
  .nav-tabs > li.active > a:before,
  .nav-tabs > li.active > a:hover:before,
  .nav-tabs > li.active > a:focus:before {
    display: none;
  }
  .nav-tabs > li.active:before {
    display: none;
  }
  .nav-tabs > li.dropdown.active > a,
  .nav-tabs > li.dropdown.active > a.dropdown-toggle,
  .nav-tabs > li.dropdown.active > a:hover {
    color: #ffffff;
  }
  .nav-tabs > li.dropdown.active > a .caret,
  .nav-tabs > li.dropdown.active > a.dropdown-toggle .caret,
  .nav-tabs > li.dropdown.active > a:hover .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
  }
  .nav-tabs > li.dropdown.active.open > a,
  .nav-tabs > li.dropdown.active.open > a.dropdown-toggle,
  .nav-tabs > li.dropdown.active.open > a:hover {
    color: #7f8c9a;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li.dropdown.active.open > a .caret,
  .nav-tabs > li.dropdown.active.open > a.dropdown-toggle .caret,
  .nav-tabs > li.dropdown.active.open > a:hover .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: 2px solid #e1e4e7;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 4px;
  }
}
.tab-content {
  border: 2px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  position: relative;
  z-index: 1;
}
.nav-list {
  padding-left: 13px;
  padding-right: 13px;
}
.nav-list .nav-header {
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 13px;
  font-weight: 700;
  line-height: 1.538;
}
.nav-list > li {
  margin-bottom: 3px;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
  background-color: #ebedef;
  color: #526476;
}
.nav-list > li.divider {
  height: 2px;
  border-bottom: none;
  margin: 13px -13px 17px 0;
  background-color: #ebedef;
}
.nav-list > li > a {
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 700;
  margin-left: -13px;
  margin-right: -13px;
  padding: 6px 13px 8px;
  text-shadow: none;
}
.nav-list .badge.pull-right {
  margin: 1px -4px -1px 0;
}
.nav-header {
  color: #aeb6bf;
  font-size: 13px;
  text-transform: uppercase;
}
.nav-list-vivid {
  background-color: #edeff1;
  border-radius: 4px;
  padding-bottom: 2px;
}
.nav-list-vivid > li {
  margin-bottom: 2px;
}
.nav-list-vivid > li.divider {
  background-color: transparent;
  margin: 3px 0 0;
}
.nav-list-vivid > li.active > a,
.nav-list-vivid > li.active > a:hover,
.nav-list-vivid > li.active > a:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.nav-list-vivid > li > a {
  border-radius: 0;
  color: #526476;
  font-size: 14px;
}
.nav-list-vivid > li > a:hover,
.nav-list-vivid > li > a:focus {
  color: #16a085;
}
.nav-list-vivid .nav-header:first-child {
  padding-top: 10px;
}
.navbar {
  font-size: 16px;
  min-height: 53px;
  margin-bottom: 30px;
  border: none;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  box-shadow: none;
  padding-right: 21px;
  padding-left: 21px;
}
@media (min-width: 768px) {
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -21px;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -21px;
  }
  .navbar > .container .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -36px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
    border-radius: 0 6px 6px 0;
  }
  .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: -17px;
  }
  .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
  .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: 3px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -21px;
  margin-left: -21px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  border-width: 0;
}
.navbar-fixed-bottom {
  margin-bottom: 0;
  border-width: 0;
}
.navbar-brand {
  font-size: 24px;
  line-height: 1.042;
  font-weight: 700;
  padding: 14px 21px;
}
.navbar-brand > [class*="fui-"] {
  font-size: 19px;
  line-height: 1.263;
  vertical-align: top;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -21px;
  }
}
.navbar-toggle {
  border: none;
  color: #34495e;
  margin: 0 0 0 21px;
  padding: 0 21px;
  height: 53px;
  line-height: 53px;
}
.navbar-toggle:before {
  color: #16a085;
  content: "\e00c";
  font-family: "Flat-UI-Icons";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle:hover:before,
.navbar-toggle:focus:before {
  color: #1abc9c;
}
.navbar-toggle .icon-bar {
  display: none;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding: 15px 21px;
  line-height: 23px;
  font-weight: 700;
}
.navbar-nav .dropdown-toggle .caret {
  border-top-color: #16a085;
  border-bottom-color: #16a085;
  border-width: 8px 6px 0;
  margin-left: 12px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  background-color: transparent;
}
.navbar-nav > li > a:hover .caret,
.navbar-nav > li > a:focus .caret,
.navbar-nav .open > a:focus .caret,
.navbar-nav .open > a:hover .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}
.navbar-nav [class^="fui-"] {
  line-height: 20px;
  position: relative;
  top: 1px;
}
.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 -21px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 31px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-input {
  height: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
}
select.navbar-input {
  height: 35px;
  line-height: 35px;
}
textarea.navbar-input,
select[multiple].navbar-input {
  height: auto;
}
.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 19px;
  padding-left: 19px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .navbar-form {
    margin: 3px -21px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .navbar-nav + .navbar-form.navbar-left,
  .navbar-form.navbar-right:last-child {
    width: 260px;
  }
}
.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn {
  height: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
}
select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn {
  height: 35px;
  line-height: 35px;
}
textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn,
select[multiple].navbar-form .form-control,
select[multiple].navbar-form .input-group-addon,
select[multiple].navbar-form .btn {
  height: auto;
}
.navbar-form .input-group .form-control:first-child,
.navbar-form .input-group-addon:first-child,
.navbar-form .input-group-btn:first-child > .btn,
.navbar-form .input-group-btn:first-child > .dropdown-toggle,
.navbar-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar-form .input-group .form-control:last-child,
.navbar-form .input-group-addon:last-child,
.navbar-form .input-group-btn:last-child > .btn,
.navbar-form .input-group-btn:last-child > .dropdown-toggle,
.navbar-form .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar-form .form-control {
  font-size: 15px;
  border-radius: 5px;
  display: table-cell;
}
.navbar-form .form-group + .btn {
  font-size: 15px;
  border-radius: 5px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 0;
  }
  .navbar-form .form-group + .btn {
    margin-top: 9px;
    margin-left: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .navbar-nav > li > .dropdown-menu {
    -webkit-transition: all 0s;
    transition: all 0s;
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li.open > .dropdown-menu {
    margin-top: 0 !important;
    display: block;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .open > .dropdown-toggle,
.navbar-nav > .open > .dropdown-toggle:focus,
.navbar-nav > .open > .dropdown-toggle:hover {
  background-color: transparent;
}
.navbar-text {
  font-size: 16px;
  line-height: 1.438;
  color: #34495e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 21px;
    margin-right: 21px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-unread,
.navbar-new {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  font-weight: 700;
  height: 6px;
  line-height: 1;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 35%;
  width: 6px;
  z-index: 10;
}
@media (max-width: 768px) {
  .navbar-unread,
  .navbar-new {
    position: static;
    float: right;
    margin: 0 0 0 10px;
  }
}
.active .navbar-unread,
.active .navbar-new {
  background-color: #ffffff;
  display: none;
}
.navbar-new {
  background-color: #e74c3c;
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  margin: -6px -10px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar-default {
  background-color: #ecf0f1;
}
.navbar-default .navbar-brand {
  color: #34495e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar-default .navbar-toggle:before {
  color: #34495e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
  color: #1abc9c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e5e9ea;
  border-width: 2px;
}
.navbar-default .navbar-nav > li > a {
  color: #34495e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
}
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1abc9c;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #34495e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1abc9c;
    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: #1abc9c;
    background-color: transparent;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-form .form-control {
  border-color: transparent;
}
.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control.placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control:focus {
  border-color: #1abc9c;
  color: #1abc9c;
}
.navbar-default .navbar-form .input-group-btn .btn {
  border-color: transparent;
  color: #919ba4;
}
.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  color: #1abc9c;
}
.navbar-default .navbar-text {
  color: #34495e;
}
.navbar-default .navbar-text a {
  color: #34495e;
}
.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus {
  color: #1abc9c;
}
.navbar-inverse {
  background-color: #34495e;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:before {
  color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before {
  color: #1abc9c;
}
.navbar-inverse .navbar-collapse {
  border-color: #2f4154;
  border-width: 2px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1abc9c;
  color: #ffffff;
  border-left-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #4b6075;
  border-bottom-color: #4b6075;
}
.navbar-inverse .navbar-nav > .open > .dropdown-arrow {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
  background-color: #34495e;
  padding: 3px 4px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
  color: #e1e4e7;
  border-radius: 4px;
  padding: 6px 9px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
  background-color: #2f4154;
  height: 2px;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    border-left-width: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1abc9c;
    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: #ffffff;
    background-color: #1abc9c;
  }
  .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: #444444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .dropdown-menu .divider {
    background-color: #2f4154;
  }
}
.navbar-inverse .navbar-form .form-control {
  color: #536a81;
  border-color: transparent;
  background-color: #293a4a;
}
.navbar-inverse .navbar-form .form-control:-moz-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-moz-placeholder {
  color: #536a81;
  opacity: 1;
}
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control.placeholder {
  color: #536a81;
}
.navbar-inverse .navbar-form .form-control:focus {
  border-color: #1abc9c;
  color: #1abc9c;
}
.navbar-inverse .navbar-form .btn {
  color: #ffffff;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
  background: #16a085;
  border-color: #16a085;
}
.navbar-inverse .navbar-form .btn.disabled,
.navbar-inverse .navbar-form .btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-form .btn,
.navbar-inverse .navbar-form .btn.disabled:hover,
.navbar-inverse .navbar-form .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.disabled.hover,
.navbar-inverse .navbar-form .btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn.disabled:focus,
.navbar-inverse .navbar-form .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn.disabled:active,
.navbar-inverse .navbar-form .btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.disabled.active,
.navbar-inverse .navbar-form .btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.navbar-inverse .navbar-form .btn .badge {
  color: #1abc9c;
  background-color: #ffffff;
}
.navbar-inverse .navbar-form .input-group-btn .btn {
  border-color: transparent;
  background-color: #293a4a;
  color: #526a82;
}
.navbar-inverse .navbar-form .input-group.focus .form-control,
.navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  color: #1abc9c;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-form {
    border-color: #2f4154;
    border-width: 2px 0;
  }
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-text a {
  color: #ffffff;
}
.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus {
  color: #1abc9c;
}
.navbar-inverse .navbar-btn {
  color: #ffffff;
  background-color: #1abc9c;
}
.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
  background: #16a085;
  border-color: #16a085;
}
.navbar-inverse .navbar-btn.disabled,
.navbar-inverse .navbar-btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-btn,
.navbar-inverse .navbar-btn.disabled:hover,
.navbar-inverse .navbar-btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.disabled.hover,
.navbar-inverse .navbar-btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn.disabled:focus,
.navbar-inverse .navbar-btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn.disabled:active,
.navbar-inverse .navbar-btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.disabled.active,
.navbar-inverse .navbar-btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-btn.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.navbar-inverse .navbar-btn .badge {
  color: #1abc9c;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-embossed > .navbar-collapse {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
  .navbar-embossed.navbar-inverse .navbar-nav .active > a,
  .navbar-embossed.navbar-inverse .navbar-nav .open > a {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
}
.navbar-lg {
  min-height: 76px;
}
.navbar-lg .navbar-brand {
  line-height: 1;
  padding-top: 26px;
  padding-bottom: 26px;
}
.navbar-lg .navbar-brand > [class*="fui-"] {
  font-size: 24px;
  line-height: 1;
}
.navbar-lg .navbar-nav > li > a {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .navbar-lg .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.navbar-lg .navbar-toggle {
  height: 76px;
  line-height: 76px;
}
.navbar-lg .navbar-form {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
.navbar-lg .navbar-text {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}
.navbar-lg .navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-lg .navbar-btn.btn-sm {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-lg .navbar-btn.btn-xs {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
.iconbar {
  background-color: #2c3e50;
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
  -webkit-backface-visibility: hidden;
}
.iconbar:before,
.iconbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.iconbar:after {
  clear: both;
}
.iconbar > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.iconbar > ul > li {
  margin: 0;
  padding: 0;
}
.iconbar > ul > li.active > a {
  color: #1abc9c;
}
.iconbar > ul > li:first-child > a {
  padding-top: 32px;
}
.iconbar > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 8px 30px 32px;
  position: relative;
  text-decoration: none;
}
.iconbar > ul > li > a:hover,
.iconbar > ul > li > a:focus {
  color: #1abc9c;
}
@media (max-width: 767px) {
  .iconbar > ul > li > a,
  .iconbar.iconbar-horizontal > ul > li > a,
  .iconbar > ul > li.active > a,
  .iconbar.iconbar-horizontal > ul > li.active > a {
    display: inline-block;
    padding: 25px;
  }
  .iconbar .iconbar-unread {
    right: 15px;
    top: 13px;
  }
  .iconbar.iconbar-horizontal {
    height: 70px;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  .iconbar.iconbar-horizontal > ul > li {
    float: none;
    display: inline;
  }
  .iconbar.iconbar-horizontal .iconbar-unread {
    right: 15px;
  }
}
[class*="iconbar-stick-"] {
  border-radius: 0;
  margin: 0;
  position: fixed;
  z-index: 1001;
}
[class*="iconbar-stick-"] > ul {
  margin: 0;
}
.iconbar-stick-left {
  bottom: 0;
  left: 0;
  top: 0;
}
.iconbar-unread {
  background-color: #2a7aaf;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  min-width: 20px;
  padding: 0 2px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -2px;
  -webkit-font-smoothing: auto;
}
.iconbar-success {
  background-color: #2ecc71;
}
.iconbar-success > ul > li.active > a {
  color: #1e874b;
}
.iconbar-success > ul > li > a:hover,
.iconbar-success > ul > li > a:focus {
  color: #1e874b;
}
.iconbar-success .iconbar-unread {
  background-color: #1e874b;
}
.iconbar-danger {
  background-color: #e74c3c;
}
.iconbar-danger > ul > li.active > a {
  color: #983228;
}
.iconbar-danger > ul > li > a:hover,
.iconbar-danger > ul > li > a:focus {
  color: #983228;
}
.iconbar-danger .iconbar-unread {
  background-color: #983228;
}
.iconbar-warning {
  background-color: #f1c40f;
}
.iconbar-warning > ul > li.active > a {
  color: #9f810a;
}
.iconbar-warning > ul > li > a:hover,
.iconbar-warning > ul > li > a:focus {
  color: #9f810a;
}
.iconbar-warning .iconbar-unread {
  background-color: #9f810a;
}
.iconbar-info {
  background-color: #3498db;
}
.iconbar-info > ul > li.active > a {
  color: #226491;
}
.iconbar-info > ul > li > a:hover,
.iconbar-info > ul > li > a:focus {
  color: #226491;
}
.iconbar-info .iconbar-unread {
  background-color: #226491;
}
.iconbar-horizontal {
  clear: both;
  float: left;
}
.iconbar-horizontal > ul > li {
  float: left;
}
.iconbar-horizontal > ul > li:first-child > a {
  padding: 23px 32px 23px;
}
.iconbar-horizontal > ul > li > a {
  padding: 23px 32px 23px 8px;
}
.iconbar-horizontal .iconbar-unread {
  right: 23px;
  top: 13px;
}
.breadcrumb {
  background-color: #f3f4f5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 20px;
  border-radius: 6px;
}
.breadcrumb > li {
  position: relative;
  text-shadow: none;
}
.breadcrumb > li:after {
  color: #bdc3c7;
  content: "\e002";
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  font-size: 9.75px;
  margin: -4px 9px 0 13px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb .active {
  color: #bdc3c7;
  cursor: default;
}
.breadcrumb .active:after {
  display: none;
}
.breadcrumb .active > a {
  color: inherit;
  cursor: inherit;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb-text {
  color: #bdc3c7;
  margin-bottom: 20px;
}
.breadcrumb-text .caption {
  font-weight: 700;
  margin: 0 0 3px;
  font-size: 18px;
}
.breadcrumb-text .caption:after {
  content: "\e02c";
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  font-weight: normal;
  font-variant: normal;
  margin-left: 5px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb-text p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.breadcrumb-text p a:after {
  color: #bdc3c7;
  content: "/";
  font-weight: normal;
  margin: 0 4px 0 9px;
}
.popover {
  background-color: #edeff1;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover.right .arrow {
  border-right-color: #edeff1;
  left: -9px;
  margin-top: -9px;
}
.popover.left .arrow {
  border-left-color: #edeff1;
  right: -9px;
  margin-top: -9px;
}
.popover.bottom .arrow {
  border-bottom-color: #edeff1;
  margin-right: -9px;
  top: -9px;
}
.popover.top .arrow {
  border-top-color: #edeff1;
  bottom: -9px;
  margin-left: -9px;
}
.popover .arrow {
  border-width: 9px;
}
.popover .arrow:after {
  display: none;
}
.popover-title {
  background-color: #bcc3ca;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 20px 11px;
}
.popover-content {
  padding: 9px 20px 1px;
}
.popover-content p {
  font-size: 14px;
  line-height: 1.286;
}
.dialog {
  background-color: #edeff1;
  border-top: 2px solid #d6dbdf;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 16px 0 20px;
  position: relative;
  text-align: center;
}
.dialog .btn {
  vertical-align: baseline;
}
.dialog form {
  margin-bottom: 0;
}
.dialog form input,
.dialog form .btn {
  margin-bottom: 0;
  margin-left: 20px;
  vertical-align: top;
}
.dialog form input:first-child,
.dialog form .btn:first-child {
  margin-left: 0;
}
.dialog.dialog-success {
  background-color: #f0faf8;
  border-top-color: #e2edeb;
}
.dialog.dialog-danger {
  background-color: #fdefed;
  border-top-color: #fadbd8;
}
.dialog.dialog-warning {
  background-color: #fefae9;
  border-top-color: #fcf3cf;
}
.dialog.dialog-info {
  background-color: #edf6fc;
  border-top-color: #d6eaf8;
}
.dialog.dialog-inverse {
  background-color: #34495e;
  border-top-color: #2a3a4b;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog form .btn,
  .dialog .btn {
    display: block;
    margin: 9px 0;
    min-width: auto;
    width: 100%;
  }
  .dialog form .btn:last-child,
  .dialog .btn:last-child {
    margin-bottom: 0;
  }
  .dialog form .btn + .btn,
  .dialog .btn + .btn {
    margin-top: 18px;
  }
  .dialog form input {
    margin: 9px 0;
  }
}
.modal {
  z-index: 1050;
}
.modal-content {
  background-color: #f9fafb;
  border: 2px solid #ebedef;
  border-radius: 7px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop {
  z-index: 1040;
  background-color: #243342;
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 1px solid #ebedef;
}
.modal-header .close {
  margin: 5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #34495e;
}
.modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.modal-body {
  padding: 20px 24px 20px;
}
.modal-body p {
  font-size: 16px;
  line-height: 1.625;
}
.modal-footer {
  padding: 19px 22px 20px;
  margin-top: 0;
  background-color: #ebedef;
  border-top: none;
  border-radius: 0 0 7px 7px;
}
.modal-footer .btn + .btn {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .modal-footer .btn {
    display: block;
    min-width: auto;
    margin-bottom: 15px;
  }
  .modal-footer .btn:last-child {
    margin-bottom: 0;
  }
  .modal-footer .btn + .btn {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 624px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.72222;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url('../bundles/eznodesign/images/switch/mask.png') 0 0 no-repeat;
  mask: url('../bundles/eznodesign/images/switch/mask.png') 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  width: 130px;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.has-switch > div.switch-off {
  left: -50px;
}
.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
  left: 0;
}
.has-switch > div.switch-on label {
  background-color: #1abc9c;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #34495e;
  color: #1abc9c;
  border-left: 1px solid transparent;
}
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: #ffffff;
  text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}
.has-switch label {
  border: 4px solid #34495e;
  border-radius: 50%;
  float: left;
  height: 29px;
  margin: 0 -15px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 29px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.switch-square {
  border-radius: 6px;
  -webkit-mask: url('../bundles/eznodesign/images/switch/mask.png') 0 0 no-repeat;
  mask: url('../bundles/eznodesign/images/switch/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}
.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}
.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #1abc9c;
}
.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .carousel-inner > .item.active > img {
    border-radius: 6px 6px 0 0;
  }
}
.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.left > a > img,
.carousel-inner > .item.active.right > a > img {
  border-radius: 0;
}
.carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  text-indent: 1px;
  border: 3px solid #ffffff;
  height: 40px;
  right: 15px;
  margin-top: -20px;
  text-align: center;
  width: 40px;
  outline: none !important;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right {
  background: none #2c3e50;
}
.carousel-control.left {
  text-indent: -1px;
  left: 15px;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
.carousel-caption {
  padding: 20px 19px 22px;
  background: #243342;
  background: rgba(36, 51, 66, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0 0 6px 6px;
  text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
  color: #ffffff;
}
.carousel-caption h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
}
.carousel-caption p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .carousel-caption {
    position: static;
  }
}
.last-col {
  overflow: hidden;
}
.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
  padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prx,
.phx,
.pax {
  padding-right: 3px !important;
}
.prs,
.phs,
.pas {
  padding-right: 5px !important;
}
.prm,
.phm,
.pam {
  padding-right: 10px !important;
}
.prl,
.phl,
.pal {
  padding-right: 20px !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.plx,
.phx,
.pax {
  padding-left: 3px !important;
}
.pls,
.phs,
.pas {
  padding-left: 5px !important;
}
.plm,
.phm,
.pam {
  padding-left: 10px !important;
}
.pll,
.phl,
.pal {
  padding-left: 20px !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0px !important;
}
.mtx,
.mvx,
.max {
  margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
  margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0px !important;
}
.mrx,
.mhx,
.max {
  margin-right: 3px !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px !important;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px !important;
}
.mln,
.mhn,
.man {
  margin-left: 0px !important;
}
.mlx,
.mhx,
.max {
  margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
  margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
  margin-left: 20px !important;
}

@font-face {
  font-family: "Flat-UI-Icons";
  src: url("../bundles/eznodesign/fonts/Startup-Icons.eot");
  src: url("../bundles/eznodesign/fonts/Startup-Icons.eot?#iefix") format("embedded-opentype"),
  url("../bundles/eznodesign/fonts/Startup-Icons.woff") format("woff"),
  url("../bundles/eznodesign/fonts/Startup-Icons.ttf") format("truetype"),
  url("../bundles/eznodesign/fonts/Startup-Icons.svg#Flat-UI-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Flat-UI-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-triangle-up,
.fui-triangle-up-small,
.fui-triangle-right-large,
.fui-triangle-left-large,
.fui-triangle-down,
.fui-info,
.fui-alert,
.fui-question,
.fui-window,
.fui-windows,
.fui-arrow-right,
.fui-arrow-left,
.fui-loop,
.fui-cmd, 
.fui-mic,
.fui-triangle-down-small,
.fui-check-inverted,
.fui-heart,
.fui-location,
.fui-plus,
.fui-check,
.fui-cross,
.fui-list,
.fui-new,
.fui-video,
.fui-photo,
.fui-volume,
.fui-time,
.fui-eye,
.fui-chat,
.fui-home,
.fui-upload,
.fui-search,
.fui-user,
.fui-mail,
.fui-lock,
.fui-power,
.fui-star,
.fui-calendar,
.fui-gear,
.fui-book,
.fui-exit,
.fui-trash,
.fui-folder,
.fui-bubble,
.fui-cross-inverted,
.fui-plus-inverted,
.fui-export,
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked,
.fui-flat,
.fui-calendar-solid,
.fui-star-2,
.fui-credit-card,
.fui-clip,
.fui-link,
.fui-pause,
.fui-play,
.fui-tag,
.fui-document,
.fui-image,
.fui-facebook,
.fui-youtube,
.fui-vimeo,
.fui-twitter,
.fui-stumbleupon,
.fui-spotify,
.fui-skype,
.fui-pinterest,
.fui-path,
.fui-myspace,
.fui-linkedin,
.fui-googleplus,
.fui-dribbble,
.fui-blogger,
.fui-behance,
.fui-list-thumbnailed,
.fui-list-small-thumbnails,
.fui-list-numbered,
.fui-list-large-thumbnails,
.fui-list-columned,
.fui-list-bulleted,
.fui-arrow-down,
.fui-arrow-up,
.fui-phone,
.fui-round-bubble,
.fui-apple,
.fui-android,
.fui-microsoft,
.fui-ovi {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.fui-triangle-up:before {
  content: "\e000";
}
.fui-triangle-up-small:before {
  content: "\e001";
}
.fui-triangle-right-large:before {
  content: "\e002";
}
.fui-triangle-left-large:before {
  content: "\e003";
}
.fui-triangle-down:before {
  content: "\e004";
}
.fui-info:before {
  content: "\e016";
}
.fui-alert:before {
  content: "\e017";
}
.fui-question:before {
  content: "\e018";
}
.fui-window:before {
  content: "\e019";
}
.fui-windows:before {
  content: "\e01a";
}
.fui-arrow-right:before {
  content: "\e02c";
}
.fui-arrow-left:before {
  content: "\e02d";
}
.fui-loop:before {
  content: "\e02e";
}
.fui-cmd:before {
  content: "\e02f";
}
.fui-mic:before {
  content: "\e030";
}
.fui-triangle-down-small:before {
  content: "\e005";
}
.fui-check-inverted:before {
  content: "\e006";
}
.fui-heart:before {
  content: "\e007";
}
.fui-location:before {
  content: "\e008";
}
.fui-plus:before {
  content: "\e009";
}
.fui-check:before {
  content: "\e00a";
}
.fui-cross:before {
  content: "\e00b";
}
.fui-list:before {
  content: "\e00c";
}
.fui-new:before {
  content: "\e00d";
}
.fui-video:before {
  content: "\e00e";
}
.fui-photo:before {
  content: "\e00f";
}
.fui-volume:before {
  content: "\e010";
}
.fui-time:before {
  content: "\e011";
}
.fui-eye:before {
  content: "\e012";
}
.fui-chat:before {
  content: "\e013";
}
.fui-home:before {
  content: "\e015";
}
.fui-upload:before {
  content: "\e01b";
}
.fui-search:before {
  content: "\e01c";
}
.fui-user:before {
  content: "\e01d";
}
.fui-mail:before {
  content: "\e01e";
}
.fui-lock:before {
  content: "\e01f";
}
.fui-power:before {
  content: "\e020";
}
.fui-star:before {
  content: "\e021";
}
.fui-calendar:before {
  content: "\e023";
}
.fui-gear:before {
  content: "\e024";
}
.fui-book:before {
  content: "\e025";
}
.fui-exit:before {
  content: "\e026";
}
.fui-trash:before {
  content: "\e027";
}
.fui-folder:before {
  content: "\e028";
}
.fui-bubble:before {
  content: "\e029";
}
.fui-cross-inverted:before {
  content: "\e02a";
}
.fui-plus-inverted:before {
  content: "\e031";
}
.fui-export:before {
  content: "\e014";
}
.fui-radio-unchecked:before {
  content: "\e02b";
}
.fui-radio-checked:before {
  content: "\e032";
}
.fui-checkbox-unchecked:before {
  content: "\e033";
}
.fui-checkbox-checked:before {
  content: "\e034";
}
.fui-flat:before {
  content: "\e035";
}
.fui-calendar-solid:before {
  content: "\e022";
}
.fui-star-2:before {
  content: "\e036";
}
.fui-credit-card:before {
  content: "\e037";
}
.fui-clip:before {
  content: "\e038";
}
.fui-link:before {
  content: "\e039";
}
.fui-pause:before {
  content: "\e03b";
}
.fui-play:before {
  content: "\e03c";
}
.fui-tag:before {
  content: "\e03d";
}
.fui-document:before {
  content: "\e03e";
}
.fui-image:before {
  content: "\e03a";
}
.fui-facebook:before {
  content: "\e03f";
}
.fui-youtube:before {
  content: "\e040";
}
.fui-vimeo:before {
  content: "\e041";
}
.fui-twitter:before {
  content: "\e042";
}
.fui-stumbleupon:before {
  content: "\e043";
}
.fui-spotify:before {
  content: "\e044";
}
.fui-skype:before {
  content: "\e045";
}
.fui-pinterest:before {
  content: "\e046";
}
.fui-path:before {
  content: "\e047";
}
.fui-myspace:before {
  content: "\e048";
}
.fui-linkedin:before {
  content: "\e049";
}
.fui-googleplus:before {
  content: "\e04a";
}
.fui-dribbble:before {
  content: "\e04c";
}
.fui-blogger:before {
  content: "\e04d";
}
.fui-behance:before {
  content: "\e04e";
}
.fui-list-thumbnailed:before {
  content: "\e04b";
}
.fui-list-small-thumbnails:before {
  content: "\e04f";
}
.fui-list-numbered:before {
  content: "\e050";
}
.fui-list-large-thumbnails:before {
  content: "\e051";
}
.fui-list-columned:before {
  content: "\e052";
}
.fui-list-bulleted:before {
  content: "\e053";
}
.fui-arrow-down:before {
  content: "\e054";
}
.fui-arrow-up:before {
  content: "\e055";
}
.fui-phone:before {
  content: "\e056";
}
.fui-round-bubble:before {
  content: "\e057";
}
.fui-apple:before {
  content: "\e058";
}
.fui-android:before {
  content: "\e059";
}
.fui-microsoft:before {
  content: "\e05a";
}
.fui-ovi:before {
  content: "\e05b";
}

.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.231;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #1abc9c;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */;
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */

  line-height: 1.722169;
  /* 31px */

}
.lead {
  font-size: 28px;
  /* 28px */

  line-height: 1.4642745000000001;
  /* 41px */

  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */

  line-height: 2.050846;
  /* 31px */

}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-turquoise {
  border-color: #16a085;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
li {
  line-height: 20px;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  line-height: 20px;
}
.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-wrapper,
.header-antiflicker,
body > header .header-background {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
/*
.nav-visible .page-wrapper,
.nav-visible .navbar.navbar-fixed-top,
.nav-visible .header-antiflicker,
.nav-visible body > header .header-background {
  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -ms-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
*/
.no-csstransitions .page-wrapper,
.no-csstransitions .header-antiflicker {
  left: 0;
}
.no-csstransitions.nav-visible .page-wrapper,
.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
  float: left;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}

/*
.navbar .navbar-toggle {
  margin: 26px 0 10px;
  color: white;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../../../common-files/icons/menu-icon.png") 50% no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
*/
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
  display: none !important;
}
@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 1;
}
body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #222527;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  border-bottom: 2px solid #24292d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #5b5e61;
  text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #fff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
}
body > .navbar-collapse .nav > li.active > a {
  color: #fff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
  color: #fff;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #5b5e61;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #fff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #5b5e61;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (max-width: 768px) {
  .background {
    -webkit-background-size: auto 200%;
       -moz-background-size: auto 200%;
         -o-background-size: auto 200%;
            background-size: auto 200%;
  }
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body {
  width: 100%;
}
.mcontent {
  @import url(http://fonts.googleapis.com/css?family=Montserrat);
  @import url(http://fonts.googleapis.com/css?family=Patrick+Hand+SC);
}
.mcontent > section,
.mcontent header,
.mcontent footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mcontent > section,
  .mcontent header,
  .mcontent footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}
.mcontent .pt-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .pt-page-current,
.mcontent .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .pt-page-ontop {
  z-index: 999;
}
.mcontent .blog-1 {
  padding-bottom: 130px;
}
.mcontent .blog-1 .box-icon {
  margin: 0 auto 35px;
  text-align: center;
  font-size: 16px;
}
.mcontent .blog-1 .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.mcontent .blog-1 .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 93px;
  height: 93px;
  margin: 0 50px;
  border: 6px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  line-height: 81px;
  color: #fff55b;
}
.mcontent .blog-1 .page-transitions {
  background: #000;
  height: 380px;
}
@media (max-width: 767px) {
  .mcontent .blog-1 .page-transitions {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.mcontent .blog-1 .page-transitions,
.mcontent .blog-1 .page-transitions h1,
.mcontent .blog-1 .page-transitions .h1,
.mcontent .blog-1 .page-transitions h2,
.mcontent .blog-1 .page-transitions .h2,
.mcontent .blog-1 .page-transitions h3,
.mcontent .blog-1 .page-transitions .h3,
.mcontent .blog-1 .page-transitions h4,
.mcontent .blog-1 .page-transitions .h4,
.mcontent .blog-1 .page-transitions h5,
.mcontent .blog-1 .page-transitions .h5,
.mcontent .blog-1 .page-transitions h6,
.mcontent .blog-1 .page-transitions .h6 {
  color: #fff;
}
.mcontent .blog-1 .page-transitions a {
  color: #fff;
}
.mcontent .blog-1 .page-transitions a:hover,
.mcontent .blog-1 .page-transitions a:focus,
.mcontent .blog-1 .page-transitions a.active {
  color: rgba(0, 0, 0, 0.4);
}
.mcontent .blog-1 .page-transitions .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
}
.mcontent .blog-1 .page-transitions .hero-unit h1 {
  margin: 0 0 2px;
  font-size: 25px;
  line-height: normal;
}
.mcontent .blog-1 .page-transitions .hero-unit p {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
.mcontent .blog-1 .pt-page {
  padding-top: 145px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .mcontent .blog-1 .pt-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .blog-1 [class*="pt-control-"] {
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff55b;
}
.mcontent .blog-1 .pt-first .pt-control-prev,
.mcontent .blog-1 .pt-last .pt-control-next {
  background: none;
  border: 3px solid #ebedee;
}
.mcontent .blog-1 .pt-first .bg-peter-river .pt-control-prev,
.mcontent .blog-1 .pt-last .bg-peter-river .pt-control-next {
  background: none;
  border: 3px solid #5fccff;
}
.mcontent .blog-1 .pt-first .bg-turquoise .pt-control-prev,
.mcontent .blog-1 .pt-last .bg-turquoise .pt-control-next {
  background: none;
  border: 3px solid #1fe0ba;
}
.mcontent .blog-1 .title {
  margin-bottom: 85px;
  padding: 88px 0 76px;
  border-bottom: 2px solid #ebedee;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .blog-1 .title {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .blog-1 .title h3 {
  font-size: 30px;
  color: #2c3e50;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
  font-weight: 300;
}
.mcontent .blog-1 .title .submitted {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
  margin-top: 18px;
}
.mcontent .blog-1 .links {
  padding-bottom: 45px;
  position: relative;
  margin-top: 8px;
}
.mcontent .blog-1 .links:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 48px;
  border-top: 3px solid #3498db;
}
.mcontent .blog-1 .links,
.mcontent .blog-1 .links * {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #34495e;
}
.mcontent .blog-1 .links > * + * {
  margin-top: 63px;
}
.mcontent .blog-1 .links h6 {
  margin: 0 0 15px;
  text-transform: none;
}
.mcontent .blog-1 .links a {
  color: #bdc3c7;
}
.mcontent .blog-1 .links a:hover,
.mcontent .blog-1 .links a:focus,
.mcontent .blog-1 .links a.active {
  color: #979c9f;
}
.mcontent .blog-1 .links ul,
.mcontent .blog-1 .links ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mcontent .blog-1 .links li {
  display: block;
}
.mcontent .blog-1 .links li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mcontent .blog-1 .links {
    display: none;
  }
}
.mcontent .blog-1 p {
  margin: 0;
}
.mcontent .blog-1 p + p {
  margin-top: 30px;
}
.mcontent .blog-1 .boxes {
  *zoom: 1;
  margin: 70px 0;
}
.mcontent .blog-1 .boxes:before,
.mcontent .blog-1 .boxes:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .blog-1 .boxes:after {
  clear: both;
}
.mcontent .blog-1 .boxes:before,
.mcontent .blog-1 .boxes:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .blog-1 .boxes:after {
  clear: both;
}
.mcontent .blog-1 .boxes [class*="box-"] {
  background-color: #ecf0f1;
}
.mcontent .blog-1 .boxes .box-1 {
  *zoom: 1;
  height: 340px;
}
.mcontent .blog-1 .boxes .box-1:before,
.mcontent .blog-1 .boxes .box-1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .blog-1 .boxes .box-1:after {
  clear: both;
}
.mcontent .blog-1 .boxes .box-1:before,
.mcontent .blog-1 .boxes .box-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .blog-1 .boxes .box-1:after {
  clear: both;
}
.mcontent .blog-1 .boxes .box-2,
.mcontent .blog-1 .boxes .box-3,
.mcontent .blog-1 .boxes .box-4 {
  margin-top: 8px;
  float: left;
  height: 190px;
  width: 308px;
}
.mcontent .blog-1 .boxes .box-3,
.mcontent .blog-1 .boxes .box-4 {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .mcontent .blog-1 .boxes .box-2,
  .mcontent .blog-1 .boxes .box-3,
  .mcontent .blog-1 .boxes .box-4 {
    width: 374.666px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .blog-1 .boxes .box-2,
  .mcontent .blog-1 .boxes .box-3,
  .mcontent .blog-1 .boxes .box-4 {
    width: 234.666px;
  }
}
@media (max-width: 767px) {
  .mcontent .blog-1 .boxes .box-2,
  .mcontent .blog-1 .boxes .box-3,
  .mcontent .blog-1 .boxes .box-4 {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
.mcontent .blog-2 {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  background-color: #ecf0f1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #35495d;
}
@media (max-width: 768px) {
  .mcontent .blog-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mcontent .blog-2 h3 {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
.mcontent .blog-2 h3 img {
  display: block;
  margin-bottom: 80px;
}
.mcontent .blog-2 h4 {
  margin: 0 0 24px;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 300;
}
.mcontent .blog-2 h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
  text-transform: none;
}
.mcontent .blog-2 p {
  line-height: 1.85;
  margin: 0;
  font-size: 16px;
}
.mcontent .blog-2 p + p {
  margin-top: 20px;
}
.mcontent .blog-2 > * {
  position: relative;
}
.mcontent .blog-2 .promo {
  margin: -20px 0 49px;
}
.mcontent .blog-2 .btn {
  padding: 11px 22px;
  margin-top: 24px;
}
.mcontent .blog-2 .background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .blog-2 .background > .container {
  height: 100%;
}
.mcontent .blog-2 .background .col-sm-4 {
  position: absolute;
  height: 100%;
}
.mcontent .blog-2 .background .col-sm-4 > div {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1000px;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mcontent .blog-2 .background .col-sm-4 > div img {
  height: 100% !important;
  width: auto;
}
@media (max-width: 480px) {
  .mcontent .blog-2 h3 img {
    margin-bottom: 30px;
  }
  .mcontent .blog-2 h4 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 45px;
  }
}
.mcontent .blog-3 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mcontent .blog-3 p {
  margin: 0;
}
.mcontent .blog-3 p + p {
  margin-top: 30px;
}
.mcontent .blog-3 h6 {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: none;
}
.mcontent .blog-3 .title {
  margin-bottom: 84px;
  text-align: center;
}
.mcontent .blog-3 .title h3 {
  font-size: 35px;
  margin: 0;
  font-weight: 300;
  letter-spacing: -1px;
}
.mcontent .blog-3 .title .submitted {
  font-size: 16px;
  color: #bdc3c7;
  margin-top: 15px;
}
.mcontent .blog-3 .title img {
  display: block;
  margin: 0 auto 37px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.mcontent .blog-3 .img {
  height: 380px;
  margin: 110px 0;
  background: url('../bundles/common-files/img/Brazil_002.png') 50% 80% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .mcontent .blog-3 .img {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .blog-3 .quote {
  position: relative;
  margin-bottom: 35px;
  font-size: 37px;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
  letter-spacing: -1px;
  font-weight: 300;
}
.mcontent .blog-3 .quote:before {
  content: url('../bundles/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -40px;
}
@media (max-width: 767px) {
  .mcontent .blog-3 .quote {
    margin-left: 40px;
    font-size: 29px;
    line-height: 38px;
  }
}
.mcontent .blog-3 .promo {
  margin-bottom: 70px;
}
.mcontent .blog-3 .links {
  margin-top: 76px;
}
.mcontent .blog-3 .links,
.mcontent .blog-3 .links * {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #bdc3c7;
}
.mcontent .blog-3 .links h6 {
  margin: 0 0 23px;
  letter-spacing: 0.19em;
  font-size: 12px;
  font-weight: 500;
}
.mcontent .blog-3 .links a {
  color: #1abc9c;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
}
.mcontent .blog-3 .links a:hover,
.mcontent .blog-3 .links a:focus,
.mcontent .blog-3 .links a.active {
  color: #15967d;
}
.mcontent .blog-4 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mcontent .blog-4 p {
  margin: 0;
}
.mcontent .blog-4 p + p {
  margin-top: 30px;
}
.mcontent .blog-4 h3 {
  font-size: 35px;
  margin: 0 0 35px;
}
.mcontent .blog-4 h6 {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: none;
}
.mcontent .blog-4 .img {
  height: 242px;
  width: 538px;
  margin: 70px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
}
.mcontent .blog-4 .img > img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mcontent .blog-4 .quote {
  position: relative;
  margin: 60px 0 55px 40px;
  font-size: 37px;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
  font-weight: 300;
  letter-spacing: -1px;
}
.mcontent .blog-4 .quote:before {
  content: url('../bundles/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -40px;
}
@media (max-width: 767px) {
  .mcontent .blog-4 .quote {
    font-size: 29px;
    line-height: 38px;
  }
}
.mcontent .blog-4 .tags {
  margin-top: 70px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
}
.mcontent .blog-4 .tags a {
  color: #bdc3c7;
}
.mcontent .blog-4 .tags a:hover,
.mcontent .blog-4 .tags a:focus,
.mcontent .blog-4 .tags a.active {
  color: #979c9f;
}
.mcontent .blog-4 .tags ul,
.mcontent .blog-4 .tags ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mcontent .blog-4 .tags li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .mcontent .blog-4 .tags {
    display: none;
  }
}
.mcontent .blog-4 .related-articles {
  margin-top: 82px;
  font-size: 15px;
  color: #bdc3c7;
}
.mcontent .blog-4 .related-articles h6 {
  font-size: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 30px;
}
.mcontent .blog-4 .related-articles ul,
.mcontent .blog-4 .related-articles ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mcontent .blog-4 .related-articles li {
  display: block;
  line-height: 1.45;
}
.mcontent .blog-4 .related-articles li + li {
  margin-top: 30px;
}
.mcontent .blog-4 .related-articles a {
  color: #1abc9c;
  font-size: 17px;
  font-weight: 500;
}
.mcontent .blog-4 .related-articles a:hover,
.mcontent .blog-4 .related-articles a:focus,
.mcontent .blog-4 .related-articles a.active {
  color: #15967d;
}
.mcontent .blog-4 .related-articles a + div {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .mcontent .blog-4 .related-articles {
    margin-top: 60px;
  }
}
.mcontent .blog-5 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mcontent .blog-5 .box-icon {
  margin: 0 auto 0;
  text-align: center;
  font-size: 16px;
}
.mcontent .blog-5 .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.mcontent .blog-5 .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 93px;
  height: 93px;
  margin: 0 50px;
  border: 6px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  line-height: 81px;
  color: #fff55b;
}
.mcontent .blog-5 .page-transitions {
  background: #000;
  height: 380px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .mcontent .blog-5 .page-transitions {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.mcontent .blog-5 .page-transitions,
.mcontent .blog-5 .page-transitions h1,
.mcontent .blog-5 .page-transitions .h1,
.mcontent .blog-5 .page-transitions h2,
.mcontent .blog-5 .page-transitions .h2,
.mcontent .blog-5 .page-transitions h3,
.mcontent .blog-5 .page-transitions .h3,
.mcontent .blog-5 .page-transitions h4,
.mcontent .blog-5 .page-transitions .h4,
.mcontent .blog-5 .page-transitions h5,
.mcontent .blog-5 .page-transitions .h5,
.mcontent .blog-5 .page-transitions h6,
.mcontent .blog-5 .page-transitions .h6 {
  color: #fff;
}
.mcontent .blog-5 .page-transitions a {
  color: #ffffff;
}
.mcontent .blog-5 .page-transitions a:hover,
.mcontent .blog-5 .page-transitions a:focus,
.mcontent .blog-5 .page-transitions a.active {
  color: rgba(0, 0, 0, 0.4);
}
.mcontent .blog-5 .page-transitions .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
}
.mcontent .blog-5 .page-transitions .hero-unit h1 {
  margin: 0 0 5px;
  font-size: 25px;
  line-height: normal;
}
.mcontent .blog-5 .page-transitions .hero-unit p {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
.mcontent .blog-5 .pt-page {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 767px) {
  .mcontent .blog-5 .pt-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .blog-5 [class*="pt-control-"] {
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff55b;
}
.mcontent .blog-5 .pt-first .pt-control-prev,
.mcontent .blog-5 .pt-last .pt-control-next {
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.mcontent .blog-5 .title {
  margin-bottom: 90px;
  text-align: center;
}
.mcontent .blog-5 .title h3 {
  font-size: 40px;
  margin: 0;
}
.mcontent .blog-5 .title .submitted {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
  margin-top: 35px;
}
.mcontent .blog-5 .title .submitted > * {
  margin: 0 15px;
  white-space: nowrap;
}
.mcontent .blog-5 .title .submitted [class*="fui-"] {
  font-size: 16px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
@media (max-width: 480px) {
  .mcontent .blog-5 .title .submitted {
    display: block;
    text-align: left;
  }
  .mcontent .blog-5 .title .submitted > * {
    display: block;
  }
  .mcontent .blog-5 .title .submitted > * + * {
    margin-top: 10px;
  }
}
.mcontent .blog-5 p {
  margin: 0;
}
.mcontent .blog-5 p + p {
  margin-top: 30px;
}
.mcontent .blog-5 .lead {
  margin: 0;
  color: #34495e;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.7;
}
.mcontent .blog-5 .lead + p {
  margin-top: 65px;
}
.mcontent .blog-5 .quote {
  position: relative;
  margin: 120px 0;
  padding: 80px 0 90px;
  color: #2c3e50;
  background: #f5f6f6;
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: -1px;
}
.mcontent .blog-5 .quote:before {
  content: url('../bundles/common-files/icons/quote-down.png');
  display: block;
  margin: 0 auto 35px;
  text-align: center;
}
.mcontent .blog-5 .quote .author {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #2980b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mcontent .blog-5 .quote {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .blog-5 .boxes {
  *zoom: 1;
  margin: 115px 0 125px;
}
.mcontent .blog-5 .boxes:before,
.mcontent .blog-5 .boxes:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .blog-5 .boxes:after {
  clear: both;
}
.mcontent .blog-5 .boxes:before,
.mcontent .blog-5 .boxes:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .blog-5 .boxes:after {
  clear: both;
}
.mcontent .blog-5 .boxes [class*="box-"] {
  background-color: #ecf0f1;
}
.mcontent .blog-5 .boxes .box-1 {
  *zoom: 1;
  height: 380px;
}
.mcontent .blog-5 .boxes .box-1:before,
.mcontent .blog-5 .boxes .box-1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .blog-5 .boxes .box-1:after {
  clear: both;
}
.mcontent .blog-5 .boxes .box-1:before,
.mcontent .blog-5 .boxes .box-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .blog-5 .boxes .box-1:after {
  clear: both;
}
.mcontent .blog-5 .boxes .box-2,
.mcontent .blog-5 .boxes .box-3,
.mcontent .blog-5 .boxes .box-4 {
  margin-top: 8px;
  float: left;
  height: 190px;
  width: 308px;
}
.mcontent .blog-5 .boxes .box-3,
.mcontent .blog-5 .boxes .box-4 {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .mcontent .blog-5 .boxes .box-2,
  .mcontent .blog-5 .boxes .box-3,
  .mcontent .blog-5 .boxes .box-4 {
    width: 374.666px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .blog-5 .boxes .box-2,
  .mcontent .blog-5 .boxes .box-3,
  .mcontent .blog-5 .boxes .box-4 {
    width: 234.666px;
  }
}
@media (max-width: 767px) {
  .mcontent .blog-5 .boxes .box-2,
  .mcontent .blog-5 .boxes .box-3,
  .mcontent .blog-5 .boxes .box-4 {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
.mcontent .blog-5 .tags {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  text-align: center;
  color: #bdc3c7;
}
.mcontent .blog-5 .tags a {
  color: #bdc3c7;
}
.mcontent .blog-5 .tags a:hover,
.mcontent .blog-5 .tags a:focus,
.mcontent .blog-5 .tags a.active {
  color: #979c9f;
}
.mcontent .blog-5 .tags ul,
.mcontent .blog-5 .tags ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mcontent .blog-5 .tags li {
  display: inline-block;
  margin: 0 10px;
}
.mcontent .contacts-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .contacts-1 h3 {
  font-size: 30px;
  margin: 0 0 60px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .mcontent .contacts-1 h3 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.mcontent .contacts-1 h6,
.mcontent .contacts-1 .h6 {
  margin: 0 0 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.mcontent .contacts-1 label.h6 {
  margin-bottom: 18px;
}
.mcontent .contacts-1 label.h6 {
  margin-bottom: 18px;
}
.mcontent .contacts-1 p {
  font-size: 16px;
  line-height: 1.6;
}
.mcontent .contacts-1 b {
  font-weight: 700;
}
.mcontent .contacts-1 a {
  color: #1abc9c;
}
.mcontent .contacts-1 a:hover,
.mcontent .contacts-1 a:focus,
.mcontent .contacts-1 a.active {
  color: #15967d;
}
.mcontent .contacts-1 form {
  margin: 0;
}
.mcontent .contacts-1 form input,
.mcontent .contacts-1 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  border-color: #ebedee;
  color: #7f8c8d;
  font-size: 17px;
  line-height: 22px;
}
.mcontent .contacts-1 form input:focus,
.mcontent .contacts-1 form textarea:focus {
  border-color: #1abc9c;
}
.mcontent .contacts-1 form input {
  height: 45px;
}
.mcontent .contacts-1 form label {
  margin-bottom: 18px;
}
.mcontent .contacts-1 form .btn {
  margin-top: 7px;
  min-width: 150px;
}
.mcontent .contacts-1 form .btn [class*="fui-"] {
  font-size: 24px;
}
.mcontent .contacts-1 form .btn.btn-primary:hover,
.mcontent .contacts-1 form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.mcontent .contacts-1 form .btn.btn-primary:active,
.mcontent .contacts-1 form .btn.btn-primary.active {
  background-color: #c44133;
}
.mcontent .contacts-1 .additional {
  margin-bottom: 45px;
}
.mcontent .contacts-1 .phone {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #95a5a6;
}
.mcontent .contacts-1 .phone big {
  display: block;
  font-size: 46px;
  letter-spacing: normal;
  white-space: nowrap;
  color: #1abc9c;
}
@media (max-width: 992px) and (min-width: 768px) {
  .mcontent .contacts-1 .phone big {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mcontent .contacts-1 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .mcontent .contacts-1 form {
    margin-bottom: 80px;
  }
  .mcontent .contacts-1 form label {
    margin-bottom: 0px;
  }
  .mcontent .contacts-1 .phone big {
    font-size: 40px;
  }
}
.mcontent .contacts-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .contacts-2 h3 {
  font-size: 30px;
  margin: 0 0 40px;
  font-weight: 300px;
}
@media (max-width: 480px) {
  .mcontent .contacts-2 h3 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.mcontent .contacts-2 h6,
.mcontent .contacts-2 .h6 {
  margin: 0 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.mcontent .contacts-2 label.h6 {
  margin-bottom: 12px;
}
.mcontent .contacts-2 p {
  font-size: 16px;
  line-height: 1.6;
}
.mcontent .contacts-2 a {
  color: #1abc9c;
}
.mcontent .contacts-2 a:hover,
.mcontent .contacts-2 a:focus,
.mcontent .contacts-2 a.active {
  color: #15967d;
}
.mcontent .contacts-2 form {
  margin: 0;
  padding: 46px;
  border: 2px solid #ebedee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mcontent .contacts-2 form input,
.mcontent .contacts-2 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  border-color: #ebedee;
  color: #7f8c8d;
}
.mcontent .contacts-2 form input:focus,
.mcontent .contacts-2 form textarea:focus {
  border-color: #1abc9c;
}
.mcontent .contacts-2 form textarea {
  height: 120px;
}
.mcontent .contacts-2 form input {
  height: 45px;
}
.mcontent .contacts-2 form textarea {
  height: 120px;
}
.mcontent .contacts-2 form label {
  margin-bottom: 18px;
}
.mcontent .contacts-2 form .btn {
  margin-top: 7px;
  min-width: 150px;
}
.mcontent .contacts-2 form .btn [class*="fui-"] {
  font-size: 24px;
}
.mcontent .contacts-2 form .btn.btn-primary:hover,
.mcontent .contacts-2 form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.mcontent .contacts-2 form .btn.btn-primary:active,
.mcontent .contacts-2 form .btn.btn-primary.active {
  background-color: #c44133;
}
.mcontent .contacts-2 .map {
  height: 165px;
  margin: 25px 0 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.mcontent .contacts-2 .links {
  margin-top: 20px;
}
.mcontent .contacts-2 .links a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.mcontent .contacts-2 .links [class*="fui-"] {
  font-size: 26px;
  vertical-align: middle;
  margin: -3px 23px 0 0;
}
@media (max-width: 767px) {
  .mcontent .contacts-2 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .mcontent .contacts-2 form {
    margin-bottom: 80px;
    padding: 15px;
  }
  .mcontent .contacts-2 form label {
    margin-bottom: 0px;
  }
}
.mcontent .contacts-3 {
  padding-top: 110px;
  padding-bottom: 50px;
}
.mcontent .contacts-3 h3 {
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 300px;
}
.mcontent .contacts-3 h6,
.mcontent .contacts-3 .h6 {
  margin: 0 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.mcontent .contacts-3 label.h6 {
  margin-bottom: 20px;
}
.mcontent .contacts-3 p {
  font-size: 16px;
  line-height: 1.6;
}
.mcontent .contacts-3 a {
  color: #1abc9c;
}
.mcontent .contacts-3 a:hover,
.mcontent .contacts-3 a:focus,
.mcontent .contacts-3 a.active {
  color: #15967d;
}
.mcontent .contacts-3 form {
  margin: 30px 0 0;
}
.mcontent .contacts-3 form input,
.mcontent .contacts-3 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  border-color: #ebedee;
  color: #7f8c8d;
}
.mcontent .contacts-3 form input:focus,
.mcontent .contacts-3 form textarea:focus {
  border-color: #1abc9c;
}
.mcontent .contacts-3 form input {
  height: 45px;
}
.mcontent .contacts-3 form label {
  margin-bottom: 18px;
}
.mcontent .contacts-3 form .btn {
  margin-top: 7px;
  min-width: 150px;
}
.mcontent .contacts-3 form .btn [class*="fui-"] {
  font-size: 24px;
}
.mcontent .contacts-3 form .btn.btn-primary:hover,
.mcontent .contacts-3 form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.mcontent .contacts-3 form .btn.btn-primary:active,
.mcontent .contacts-3 form .btn.btn-primary.active {
  background-color: #c44133;
}
.mcontent .contacts-3 .map {
  height: 255px;
  margin: 35px 0 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.mcontent .contacts-3 .links {
  margin: 20px 0 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebedee;
}
.mcontent .contacts-3 .links a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.mcontent .contacts-3 .links [class*="fui-"] {
  font-size: 26px;
  vertical-align: middle;
  margin: -3px 23px 0 0;
}
@media (max-width: 767px) {
  .mcontent .contacts-3 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .mcontent .contacts-3 form {
    margin-bottom: 80px;
  }
  .mcontent .contacts-3 form label {
    margin-bottom: 0px;
  }
}
.mcontent .contacts-4 {
  background: #34495e url('../bundles/common-files/img/map.png') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #bdc3c7;
  text-align: right;
  padding-top: 175px;
  padding-bottom: 180px;
}
.mcontent .contacts-4 h3 {
  font-size: 30px;
  margin: 0 0 12px;
  color: #fff;
  font-weight: 300px;
}
.mcontent .contacts-4 p {
  font-size: 16px;
  line-height: 1.6;
}
.mcontent .contacts-4 a {
  color: #1abc9c;
}
.mcontent .contacts-4 a:hover,
.mcontent .contacts-4 a:focus,
.mcontent .contacts-4 a.active {
  color: #15967d;
}
.mcontent .contacts-4 .content {
  margin: 0 80px;
}
@media (max-width: 767px) {
  .mcontent .contacts-4 .content {
    margin: 0;
  }
}
.mcontent .contacts-4 .social-btns {
  white-space: nowrap;
  margin-bottom: 35px;
}
.mcontent .contacts-4 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 30px;
  width: 30px;
  height: 38px;
  overflow: hidden;
  text-align: center;
  color: #1abc9c;
}
.mcontent .contacts-4 .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .contacts-4 .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .contacts-4 .social-btns > * > *:first-child {
  color: #fff;
}
.mcontent .contacts-4 .social-btns > *:hover > * {
  top: -100%;
}
.mcontent .contacts-4 .links {
  margin: 35px 0 0;
  font-size: 47px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  word-break: break-all;
}
.mcontent .contacts-4 .links a {
  padding-bottom: 3px;
  color: #14ddb3;
  border-bottom: 2px solid;
}
.mcontent .contacts-4 .links a:hover,
.mcontent .contacts-4 .links a:focus,
.mcontent .contacts-4 .links a.active {
  color: #10b18f;
}
@media (max-width: 480px) {
  .mcontent .contacts-4 .links a {
    font-size: 26px;
  }
}
.mcontent .contacts-5 {
  padding-bottom: 100px;
}
.mcontent .contacts-5 h6 {
  font-size: 18px;
  text-transform: none;
}
.mcontent .contacts-5 p {
  font-size: 16px;
  line-height: 1.6;
}
.mcontent .contacts-5 a {
  color: #1abc9c;
}
.mcontent .contacts-5 a:hover,
.mcontent .contacts-5 a:focus,
.mcontent .contacts-5 a.active {
  color: #15967d;
}
.mcontent .contacts-5 .map {
  height: 550px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mcontent .contacts-5 .map {
    height: 480px;
    margin-bottom: 80px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .mcontent .contacts-5 .box {
    margin-top: 33px;
  }
  .mcontent .contacts-5 .box.box-first {
    margin-top: 0;
  }
}
.mcontent body .delimiter-big {
  margin-top: 110px;
}
.mcontent .content-1 {
  padding-top: 130px;
  padding-bottom: 125px;
  position: relative;
}
.mcontent .content-1 h3 {
  font-size: 34px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
.mcontent .content-1 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-1 .box-video {
  margin-top: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-1 .box-video p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-1 .box-video h6 {
  font-size: 20px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.mcontent .content-1 .box-video .btns {
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-1 .box-video .btns {
    text-align: left;
  }
}
.mcontent .content-1 .box-video .btns .btn {
  min-width: 100%;
}
@media (max-width: 767px) {
  .mcontent .content-1 .box-video .btns .btn {
    min-width: 0;
  }
}
.mcontent .content-1 .box-video .btns .btn [class*="fui-"] {
  float: left;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 4px;
}
.mcontent .content-1 .box-video .btns .btn + .btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .mcontent .content-1 .box-video .btns .btn + .btn {
    margin: 0 0 0 15px;
  }
}
.mcontent .content-1 .box-video .additional-links {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-1 .box-video .additional-links {
    text-align: left;
  }
}
.mcontent .content-1 .box-video .additional-links a {
  text-decoration: underline;
  color: #7f8c8d;
}
.mcontent .content-1 .box-video .additional-links a:hover,
.mcontent .content-1 .box-video .additional-links a:focus,
.mcontent .content-1 .box-video .additional-links a.active {
  color: #1abc9c;
}
@media (max-width: 480px) {
  .mcontent .content-1 .box-video {
    margin-top: 40px;
  }
  .mcontent .content-1 .box-video .player {
    margin-bottom: 40px;
    width: 100%;
  }
  .mcontent .content-1 .box-video .btns {
    margin-top: 35px;
  }
  .mcontent .content-1 .box-video .btns .btn {
    display: block;
  }
  .mcontent .content-1 .box-video .btns .btn + .btn {
    margin: 16px 0 0;
  }
  .mcontent .content-1 .box-video .additional-links {
    text-align: center;
    max-width: 170px;
    margin: 20px auto 0;
  }
}
.mcontent .content-1 .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 220px;
  margin: 0 50px 10px 0;
}
@media (max-width: 767px) {
  .mcontent .content-1 .player {
    float: none;
    margin: 0 auto 10px;
  }
}
.mcontent .content-1 .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  margin: -20px 0 0 -30px;
  padding-left: 16px;
  background-color: #16a085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mcontent .content-1 .player .btn-play:hover,
.mcontent .content-1 .player .btn-play:focus {
  background-color: #45b39d;
}
.mcontent .content-1 .player .btn-play:active,
.mcontent .content-1 .player .btn-play.active {
  background-color: #138871;
}
.mcontent .content-1 .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.mcontent .content-2 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.mcontent .content-2 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
  font-weight: 300;
}
.mcontent .content-2 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 29.999999999999996px;
}
.mcontent .content-2 .btns {
  margin-top: 50px;
  font-size: 15px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-2 .btns .btn {
  padding: 9px 17px 10px 15px;
  margin-right: 28px;
}
.mcontent .content-2 .btns .btn > [class^="fui-"] {
  font-size: 26px;
  font-weight: normal;
  color: #ffffff;
  margin: -2px 12px 0 0;
}
@media (max-width: 767px) {
  .mcontent .content-2 .btns {
    margin-top: 35px;
  }
  .mcontent .content-2 .col-sm-5.col-sm-offset-1 {
    margin-top: 45px;
  }
}
.mcontent .content-2 .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f2f3f4;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.mcontent .content-2 .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 60px;
  padding-left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mcontent .content-3 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.mcontent .content-3 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}
.mcontent .content-3 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 29.999999999999996px;
}
@media (max-width: 767px) {
  .mcontent .content-3 p {
    margin-bottom: 34px;
  }
}
.mcontent .content-3.v-center,
.mcontent .content-3 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-3.v-center > div,
.mcontent .content-3 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-3.v-center.row:before,
  .mcontent .content-3 .v-center.row:before,
  .mcontent .content-3.v-center.row:after,
  .mcontent .content-3 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-3.v-center,
  .mcontent .content-3 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-3.v-center.row,
  .mcontent .content-3 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-3.v-center.row:before,
  .mcontent .content-3 .v-center.row:before,
  .mcontent .content-3.v-center.row:after,
  .mcontent .content-3 .v-center.row:after {
    display: none;
  }
  .mcontent .content-3.v-center.row > *,
  .mcontent .content-3 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-3 .img {
  text-align: right;
}
@media (max-width: 767px) {
  .mcontent .content-3 .img {
    text-align: center;
    margin-bottom: 30px;
  }
}
.mcontent .content-3 .delimiter {
  margin-top: 130px;
  padding-top: 70px;
  border-top: 2px solid #ecf0f1;
}
@media (max-width: 767px) {
  .mcontent .content-3 .delimiter {
    display: none;
  }
}
.mcontent .content-3 .features h6 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 767px) {
  .mcontent .content-3 .features h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.mcontent .content-3 .features p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}
.mcontent .content-3.mirror .aligment {
  float: right;
}
.mcontent .content-3.mirror .img {
  text-align: left;
}
.mcontent .content-4 {
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}
.mcontent .content-4 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  font-weight: 300;
}
.mcontent .content-4 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
}
.mcontent .content-4 .features h6 {
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
.mcontent .content-4 .features p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-4 .features > [class*="col-sm-"] {
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
}
.mcontent .content-4 .features > [class*="col-sm-"] > img:first-child {
  position: absolute;
  left: 15px;
  top: 30px;
}
.mcontent .content-4 .features:last-child > [class*="col-sm-"],
.mcontent .content-4 .features.last > [class*="col-sm-"] {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .mcontent .content-4 .features > [class*="col-sm-"],
  .mcontent .content-4 .features:last-child > [class*="col-sm-"],
  .mcontent .content-4 .features.last > [class*="col-sm-"] {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  .mcontent .content-4 .features:last-child > [class*="col-sm-"]:last-child,
  .mcontent .content-4 .features.last > [class*="col-sm-"]:last-child,
  .mcontent .content-4 .features:last-child > [class*="col-sm-"].last,
  .mcontent .content-4 .features.last > [class*="col-sm-"].last {
    padding-bottom: 0;
  }
}
.mcontent .content-5 {
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}
.mcontent .content-5 .container > img {
  display: block;
  margin: 0 auto 50px;
}
.mcontent .content-5 h3 {
  margin: 0 0 21px;
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-5 h3 {
    margin-bottom: 15px;
  }
}
.mcontent .content-5 h3 + .lead {
  font-size: 25px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-5 h3 + .lead {
    line-height: 1.25;
  }
}
@media (max-width: 480px) {
  .mcontent .content-5 {
    padding-bottom: 40px;
  }
}
.mcontent .content-5 .features > [class*="col-sm-"] {
  position: relative;
  margin-top: 40px;
}
.mcontent .content-5 .features > [class*="col-sm-"] > [class*="fui-"] {
  position: absolute;
  left: -45px;
  top: 7px;
  font-size: 25px;
  font-weight: normal;
  color: #2c3e50;
}
@media (max-width: 767px) {
  .mcontent .content-5 .features > [class*="col-sm-"] > [class*="fui-"] {
    position: static;
    float: left;
    margin: -7px 20px 0 0;
  }
}
.mcontent .content-5 .features > [class*="col-sm-"] p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-5 .features > [class*="col-sm-"] h6 {
  font-size: 22px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: none;
}
.mcontent .content-6 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .mcontent .content-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mcontent .content-6 h3 {
  margin: 0 0 21px;
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-6 h3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .mcontent .content-6 h3 {
    margin-bottom: 15px;
  }
}
.mcontent .content-6 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 26px;
}
.mcontent .content-6 .lead {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mcontent .content-6 .lead {
    line-height: 1.25;
  }
}
.mcontent .content-6.v-center,
.mcontent .content-6 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-6.v-center > div,
.mcontent .content-6 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-6.v-center.row:before,
  .mcontent .content-6 .v-center.row:before,
  .mcontent .content-6.v-center.row:after,
  .mcontent .content-6 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-6.v-center,
  .mcontent .content-6 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-6.v-center.row,
  .mcontent .content-6 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-6.v-center.row:before,
  .mcontent .content-6 .v-center.row:before,
  .mcontent .content-6.v-center.row:after,
  .mcontent .content-6 .v-center.row:after {
    display: none;
  }
  .mcontent .content-6.v-center.row > *,
  .mcontent .content-6 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
@media (max-width: 480px) {
  .mcontent .content-6 {
    padding-bottom: 210px;
  }
}
.mcontent .content-6 .features > * {
  margin-top: 40px;
}
.mcontent .content-6 .features h6 {
  font-size: 22px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: none;
}
.mcontent .content-7 {
  padding-top: 125px;
  padding-bottom: 130px;
  position: relative;
  text-align: center;
}
.mcontent .content-7 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 80px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .mcontent .content-7 h3 {
    margin-bottom: 20px;
    line-height: 36px;
  }
}
.mcontent .content-7.v-center,
.mcontent .content-7 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-7.v-center > div,
.mcontent .content-7 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-7.v-center.row:before,
  .mcontent .content-7 .v-center.row:before,
  .mcontent .content-7.v-center.row:after,
  .mcontent .content-7 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-7.v-center,
  .mcontent .content-7 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-7.v-center.row,
  .mcontent .content-7 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-7.v-center.row:before,
  .mcontent .content-7 .v-center.row:before,
  .mcontent .content-7.v-center.row:after,
  .mcontent .content-7 .v-center.row:after {
    display: none;
  }
  .mcontent .content-7.v-center.row > *,
  .mcontent .content-7 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-7 .row {
  text-align: left;
}
.mcontent .content-7 h6 {
  font-size: 18px;
  font-weight: normal;
  color: #e74c3c;
  font-weight: 500;
  margin-top: 60px;
  text-transform: none;
}
.mcontent .content-7 h6:first-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  .mcontent .content-7 h6 {
    margin-top: 20px;
  }
}
.mcontent .content-7 .row > .col-sm-3:first-child {
  font-size: 22px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mcontent .content-7 .v-center {
    padding-left: 0;
    padding-right: 0;
  }
  .mcontent .content-7 .row > [class*="col-sm-"] {
    margin-top: 45px;
  }
  .mcontent .content-7 .row > [class*="col-sm-"]:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .mcontent .content-7 h3 {
    text-align: left;
  }
}
.mcontent .content-7 .screen-wrapper {
  position: relative;
  height: 437px;
}
.mcontent .content-7 .screen-wrapper .screen {
  position: absolute;
  left: 50%;
  margin-left: -151px;
  overflow: hidden;
}
.mcontent .content-7 .screen-wrapper .screen img {
  position: relative;
  max-width: none;
}
.mcontent .content-7 .screen-wrapper .screen img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
}
.mcontent .content-8 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  text-align: center;
}
.mcontent .content-8 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 70px 0 35px;
}
.mcontent .content-8 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  margin-bottom: 43px;
}
.mcontent .content-8 .btn.btn-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 2px solid #e74c3c;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 28px 12px;
  color: #e74c3c;
}
.mcontent .content-8 .btn.btn-clear:hover,
.mcontent .content-8 .btn.btn-clear:focus {
  background: #e74c3c;
  color: #fff;
}
.mcontent .content-8 .btn.btn-clear:active,
.mcontent .content-8 .btn.btn-clear.active {
  border-color: #c44133;
  background: #c44133;
  color: rgba(255, 255, 255, 0.75);
}
.mcontent .content-8.v-center,
.mcontent .content-8 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-8.v-center > div,
.mcontent .content-8 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-8.v-center.row:before,
  .mcontent .content-8 .v-center.row:before,
  .mcontent .content-8.v-center.row:after,
  .mcontent .content-8 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-8.v-center,
  .mcontent .content-8 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-8.v-center.row,
  .mcontent .content-8 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-8.v-center.row:before,
  .mcontent .content-8 .v-center.row:before,
  .mcontent .content-8.v-center.row:after,
  .mcontent .content-8 .v-center.row:after {
    display: none;
  }
  .mcontent .content-8.v-center.row > *,
  .mcontent .content-8 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-9 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.mcontent .content-9 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  font-weight: 300;
}
.mcontent .content-9 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 30px;
}
.mcontent .content-9 h6 {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-9 .info {
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mcontent .content-9 .info {
    margin-top: 20px;
  }
}
.mcontent .content-10 {
  padding-top: 130px;
  padding-bottom: 125px;
  position: relative;
}
.mcontent .content-10 .carousel {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-10 .carousel {
    margin-top: 80px;
  }
}
.mcontent .content-10 .carousel .item img {
  margin: 0 auto;
}
.mcontent .content-10 .carousel .carousel-indicators {
  position: static;
  text-align: center;
  margin: 0;
  padding-top: 40px;
}
.mcontent .content-10 .carousel .carousel-indicators li {
  display: inline-block;
  float: none;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  text-indent: -999px;
  background-color: #f1f1f1;
  border-radius: 50%;
  cursor: pointer;
}
.mcontent .content-10 .carousel .carousel-indicators li:first-child {
  margin-left: 0;
}
.mcontent .content-10 .carousel .carousel-indicators .active {
  background-color: #c0392b;
}
.mcontent .content-10 .carousel .item {
  -webkit-transition: 0.6s ease-in-out opacity;
  -moz-transition: 0.6s ease-in-out opacity;
  -o-transition: 0.6s ease-in-out opacity;
  transition: 0.6s ease-in-out opacity;
  left: 0!important;
}
.mcontent .content-10 .carousel .item.active.left,
.mcontent .content-10 .carousel .item.active.right {
  opacity: 0;
  z-index: 2;
}
.mcontent .content-10 .carousel .item.next {
  opacity: 1;
  z-index: 1;
}
.mcontent .content-10 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 48px;
  font-weight: 300;
}
.mcontent .content-10 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-10 .features .box {
  position: relative;
  padding-left: 140px;
  padding-top: 50px;
  margin-top: 50px;
  min-height: 100px;
  border-top: 2px solid #ecf0f1;
}
.mcontent .content-10 .features .box.first,
.mcontent .content-10 .features .box:first-child,
.mcontent .content-10 .features .box:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.mcontent .content-10 .features .box > img {
  position: absolute;
  left: 0;
  top: 50px;
}
.mcontent .content-10 .features h6 {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
}
.mcontent .content-10 .features p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-11 {
  position: relative;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background: rgba(241, 196, 15, 0.1);
  font-size: 24px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.mcontent .content-11 > .container {
  position: relative;
}
.mcontent .content-11 .btn {
  margin-left: 33px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .mcontent .content-11 > .container > span {
    display: block;
  }
  .mcontent .content-11 .btn {
    margin: 30px 0 0;
  }
}
@media (max-width: 614px) {
  .mcontent .content-11 > .container > span {
    display: block;
  }
  .mcontent .content-11 .btn {
    margin: 30px 0 0;
  }
}
.mcontent .content-12 {
  position: relative;
}
.mcontent .content-12 .wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.mcontent .content-12 .btn-wide {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #1abc9c;
  font-weight: 300;
  -webkit-transition: 0.25s color, 0.25s background-color;
  -moz-transition: 0.25s color, 0.25s background-color;
  -o-transition: 0.25s color, 0.25s background-color;
  transition: 0.25s color, 0.25s background-color;
}
.mcontent .content-12 .btn-wide:hover,
.mcontent .content-12 .btn-wide:focus,
.mcontent .content-12 .btn-wide.active {
  color: #ffffff;
}
.mcontent .content-12 .btn-wide:hover,
.mcontent .content-12 .btn-wide:active {
  background: #e74c3c;
}
@media (max-width: 767px) {
  .mcontent .content-12 .btn-wide {
    font-size: 30px;
  }
}
.mcontent .content-13 {
  position: relative;
}
.mcontent .content-13.subscribe-form {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #a1a9b1;
}
.mcontent .content-13.subscribe-form .col-sm-4 {
  text-align: right;
}
@media (max-width: 767px) {
  .mcontent .content-13.subscribe-form .col-sm-4 {
    width: auto;
    display: inline-block;
    float: right;
    text-align: center;
  }
}
@media (max-width: 668px) {
  .mcontent .content-13.subscribe-form .col-sm-4 {
    display: block;
    float: none;
  }
}
.mcontent .content-13.subscribe-form form {
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .mcontent .content-13.subscribe-form form .col-sm-8 {
    width: 65%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 668px) {
  .mcontent .content-13.subscribe-form form .col-sm-8 {
    width: auto;
    display: block;
    float: none;
    text-align: center;
  }
}
.mcontent .content-13.subscribe-form input[type="text"],
.mcontent .content-13.subscribe-form input[type="email"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 59.99999999999999px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .content-13.subscribe-form input[type="text"]:-moz-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.mcontent .content-13.subscribe-form input[type="text"]::-moz-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mcontent .content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.mcontent .content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.mcontent .content-13.subscribe-form input[type="text"].placeholder,
.mcontent .content-13.subscribe-form input[type="email"].placeholder {
  color: #ffffff;
}
.mcontent .content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .content-13.subscribe-form input[type="text"]:-moz-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]:-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .content-13.subscribe-form input[type="text"]::-moz-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]::-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
.mcontent .content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .content-13.subscribe-form .ani-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding-left: 6px;
  line-height: 59.99999999999999px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-13.subscribe-form .btn {
  margin-top: 8px;
  width: 220px;
  max-width: 100%;
}
.mcontent .content-13.subscribe-form .btn.btn-primary {
  background: #16a085;
}
.mcontent .content-13.subscribe-form .btn.btn-primary:hover,
.mcontent .content-13.subscribe-form .btn.btn-primary:focus {
  background: #24deb4;
}
.mcontent .content-13.subscribe-form .btn.btn-primary:active,
.mcontent .content-13.subscribe-form .btn.btn-primary.active {
  background: #138871;
}
@media (max-width: 480px) {
  .mcontent .content-13.subscribe-form input[type="text"],
  .mcontent .content-13.subscribe-form input[type="email"],
  .mcontent .content-13.subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 33px;
    line-height: 27px;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
  }
}
@media (max-width: 688px) {
  .mcontent .content-13.subscribe-form input[type="text"],
  .mcontent .content-13.subscribe-form input[type="email"],
  .mcontent .content-13.subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mcontent .content-14 {
  padding-top: 125px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .mcontent .content-14 {
    height: auto!important;
  }
}
.mcontent .content-14 h3 {
  margin: 0 0 5px;
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mcontent .content-14 h3 {
    margin-bottom: 15px;
  }
}
.mcontent .content-14 .lead {
  font-size: 25px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mcontent .content-14 .lead {
    line-height: 1.25;
    margin-bottom: 50px;
  }
}
.mcontent .content-14 .features {
  margin-top: 55px;
}
.mcontent .content-14 .features.v-center,
.mcontent .content-14 .features .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-14 .features.v-center > div,
.mcontent .content-14 .features .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-14 .features.v-center.row:before,
  .mcontent .content-14 .features .v-center.row:before,
  .mcontent .content-14 .features.v-center.row:after,
  .mcontent .content-14 .features .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-14 .features.v-center,
  .mcontent .content-14 .features .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-14 .features.v-center.row,
  .mcontent .content-14 .features .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-14 .features.v-center.row:before,
  .mcontent .content-14 .features .v-center.row:before,
  .mcontent .content-14 .features.v-center.row:after,
  .mcontent .content-14 .features .v-center.row:after {
    display: none;
  }
  .mcontent .content-14 .features.v-center.row > *,
  .mcontent .content-14 .features .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-14 .features h6 {
  text-transform: none;
  color: #e74c3c;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-14 .features .row {
  margin-top: 70px;
  color: #95a5a6;
}
@media (max-width: 767px) {
  .mcontent .content-14 .features .col-sm-6 {
    display: none;
  }
}
.mcontent .content-14 .features .col-sm-6 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mcontent .content-14 .features .col-sm-2 {
  position: relative;
}
.mcontent .content-14 .features [class*="box"] {
  position: absolute;
}
@media (max-width: 767px) {
  .mcontent .content-14 .features [class*="box"] {
    position: static;
  }
}
.mcontent .content-14 .features [class*="box"] img {
  position: absolute;
}
@media (max-width: 767px) {
  .mcontent .content-14 .features [class*="box"] img {
    display: none;
  }
}
.mcontent .content-14 .features [class*="box"] img[src*="line-l"] {
  bottom: 100%;
  left: 85%;
  margin-bottom: 30px;
}
.mcontent .content-14 .features [class*="box"] img[src*="line-r"] {
  top: 100%;
  right: 85%;
  margin-top: 30px;
}
.mcontent .content-14 .features .box-1,
.mcontent .content-14 .features .box-5 {
  top: 112px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .content-14 .features .box-1,
  .mcontent .content-14 .features .box-5 {
    top: 220px;
  }
}
.mcontent .content-14 .features .box-2,
.mcontent .content-14 .features .box-6 {
  top: 375px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .content-14 .features .box-2,
  .mcontent .content-14 .features .box-6 {
    top: 440px;
  }
}
.mcontent .content-14 .features .box-3,
.mcontent .content-14 .features .box-7 {
  top: 625px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .content-14 .features .box-3,
  .mcontent .content-14 .features .box-7 {
    top: 660px;
  }
}
.mcontent .content-14 .features .box-4,
.mcontent .content-14 .features .box-8 {
  top: 880px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .content-14 .features .box-4,
  .mcontent .content-14 .features .box-8 {
    top: 10px;
  }
}
@media (max-width: 480px) {
  .mcontent .content-14 .features {
    margin-top: -35px;
  }
  .mcontent .content-14 .features [class*="box"] {
    margin-top: 35px;
    opacity: 100 !important;
    filter: alpha(opacity=10000) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}
.mcontent .content-15 {
  padding-top: 125px;
  padding-bottom: 130px;
  position: relative;
}
.mcontent .content-15 h3 {
  margin-bottom: 68px;
  font-size: 37px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-15 h3 {
    margin-bottom: 76px;
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-weight: 300;
    text-align: center;
  }
}
.mcontent .content-15 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-15 .features {
  margin-top: 120px;
}
.mcontent .content-15 .features h6 {
  text-transform: none;
  margin: 60px 0 20px;
  font-size: 20px;
  font-weight: normal;
  color: #e74c3c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-15 .features h6:first-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  .mcontent .content-15 .features h6 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
  }
}
.mcontent .content-15 .features p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-15 .features .col-sm-7 img {
  width: 100%;
}
@media (max-width: 767px) {
  .mcontent .content-15 .features .col-sm-7 {
    text-align: center;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .mcontent .content-15 .features {
    margin-top: 76px;
  }
}
.mcontent .content-16 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 180px;
}
.mcontent .content-16.v-center,
.mcontent .content-16 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-16.v-center > div,
.mcontent .content-16 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-16.v-center.row:before,
  .mcontent .content-16 .v-center.row:before,
  .mcontent .content-16.v-center.row:after,
  .mcontent .content-16 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-16.v-center,
  .mcontent .content-16 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-16.v-center.row,
  .mcontent .content-16 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-16.v-center.row:before,
  .mcontent .content-16 .v-center.row:before,
  .mcontent .content-16.v-center.row:after,
  .mcontent .content-16 .v-center.row:after {
    display: none;
  }
  .mcontent .content-16.v-center.row > *,
  .mcontent .content-16 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-16 .lead {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}
.mcontent .content-16 h3 {
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
}
.mcontent .content-16 h3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.mcontent .content-16 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #bdc3c7;
  background: #ecf0f1;
  position: absolute;
  left: 50%;
  bottom: 130px;
  margin-left: -26.5px;
}
.mcontent .content-16 .control-btn:hover,
.mcontent .content-16 .control-btn:focus {
  color: white;
  background: #34495e;
}
.mcontent .content-16 .control-btn:active {
  color: #bdc3c7;
}
.mcontent .content-17 {
  position: relative;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .mcontent .content-17 {
    padding-top: auto;
    padding-bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mcontent .content-17 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  margin: 0;
}
.mcontent .content-17 .carousel {
  margin-top: 40px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 500;
  line-height: 25px;
}
.mcontent .content-17 .carousel .item {
  -webkit-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  -moz-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  -o-transition: .8s ease-in-out top, .6s ease-in-out opacity;
  transition: .8s ease-in-out top, .6s ease-in-out opacity;
  opacity: 0;
}
.mcontent .content-17 .carousel .item.active.left,
.mcontent .content-17 .carousel .item.active.right {
  opacity: 0;
  z-index: 2;
}
.mcontent .content-17 .carousel .item.active,
.mcontent .content-17 .carousel .item.prev,
.mcontent .content-17 .carousel .item.next {
  opacity: 1;
  z-index: 1;
}
.mcontent .content-17 .carousel + * {
  position: relative;
}
.mcontent .content-18 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.mcontent .content-18 .carousel {
  margin-bottom: 100px;
  text-align: center;
}
.mcontent .content-18 .carousel:before {
  content: url('../bundles/common-files/icons/quote-down-mb.png');
  display: block;
  margin: 0 auto 95px;
  text-align: center;
}
@media (max-width: 767px) {
  .mcontent .content-18 .carousel:before {
    margin-bottom: 45px;
  }
}
.mcontent .content-18 .carousel .quote-text {
  max-width: 625px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 40px;
}
.mcontent .content-18 .carousel .quote-author {
  max-width: 625px;
  margin: 45px auto 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-18 .carousel .controls {
  position: relative;
  z-index: 3;
}
.mcontent .content-18 .carousel .controls > .carousel-control {
  z-index: 5;
  position: absolute;
  top: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  background: #2c3e50;
}
.mcontent .content-18 .carousel .controls > .carousel-control.disabled {
  z-index: auto;
  background: none;
  border: 3px solid #ebedee;
  pointer-events: none;
}
.mcontent .content-18 .carousel .controls > .carousel-control.left {
  left: 0;
}
.mcontent .content-18 .carousel .controls > .carousel-control.right {
  right: 0;
}
.mcontent .content-18 .carousel .carousel-inner {
  padding-bottom: 0;
}
.mcontent .content-18 .carousel .item {
  -webkit-transition: .8s ease-in-out opacity, .8s ease-in-out opacity;
  -moz-transition: .8s ease-in-out opacity, .8s ease-in-out opacity;
  -o-transition: .8s ease-in-out opacity, .8s ease-in-out opacity;
  transition: .8s ease-in-out opacity, .8s ease-in-out opacity;
  display: block;
  position: absolute;
  top: 0;
  left: 0!important;
  right: 0;
  opacity: 0;
}
.mcontent .content-18 .carousel .item.active.left,
.mcontent .content-18 .carousel .item.active.right {
  opacity: 0;
  top: 100%;
  z-index: 2;
}
.mcontent .content-18 .carousel .item.active,
.mcontent .content-18 .carousel .item.prev,
.mcontent .content-18 .carousel .item.next {
  opacity: 1;
  top: 0;
  z-index: 1;
}
.mcontent .content-18 .carousel + * {
  position: relative;
}
@media (max-width: 767px) {
  .mcontent .content-18 .carousel {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .mcontent .content-18 .carousel .controls {
    display: none;
  }
}
.mcontent .content-18 .quotes > * {
  margin-top: 48px;
}
.mcontent .content-18 .quotes h6 {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-19 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  border-bottom: 2px solid #ebedee;
}
.mcontent .content-19 .col-sm-7 .quote {
  position: relative;
}
.mcontent .content-19 .col-sm-7 .quote:before {
  content: url('../bundles/common-files/icons/quote-up-mb.png');
  position: absolute;
  top: 0;
  left: -60px;
}
@media (min-width: 1200px) and (max-width: 1300px), (min-width: 992px) and (max-width: 1080px), (max-width: 870px) {
  .mcontent .content-19 .col-sm-7 .quote:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-19 .col-sm-7 .quote {
    margin-bottom: 50px;
  }
}
.mcontent .content-19 .col-sm-7 .quote .quote-text {
  font-size: 37px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-19 .col-sm-7 .quote .quote-author {
  margin-top: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #95a5a6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.mcontent .content-19 .col-sm-7 .quote .quote-author > * {
  vertical-align: middle;
}
.mcontent .content-19 .col-sm-7 .quote .quote-author-photo {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ebedee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 20px;
}
.mcontent .content-19 .col-sm-7 .quote .quote-author-name {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.19em;
}
.mcontent .content-19 .col-sm-3 .quote {
  position: relative;
  margin-top: 50px;
}
.mcontent .content-19 .col-sm-3 .quote:first-child {
  margin-top: 0;
}
.mcontent .content-19 .col-sm-3 .quote .quote-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #95a5a6;
}
.mcontent .content-19 .col-sm-3 .quote .quote-author {
  font-size: 18px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-19 .col-sm-3 .quote .quote-author-photo {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #ebedee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 6px;
}
.mcontent .content-19 .col-sm-3 .quote .quote-date {
  font-size: 12px;
  font-weight: normal;
  color: #95a5a6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.19em;
}
@media (max-width: 480px) {
  .mcontent .content-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mcontent .content-19 .col-sm-7 .quote .quote-author {
    font-size: 11px;
    font-weight: normal;
    color: #7f8c8d;
    letter-spacing: 0;
  }
  .mcontent .content-19 .col-sm-7 .quote .quote-author .quote-author-photo {
    margin-right: 10px;
  }
  .mcontent .content-19 .col-sm-3 .quote .quote-author-photo {
    position: static;
    margin: 5px 10px 0 0;
    float: left;
  }
}
.mcontent .content-20 {
  position: relative;
  padding: 200px 0;
}
.mcontent .content-20.v-center,
.mcontent .content-20 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-20.v-center > div,
.mcontent .content-20 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-20.v-center.row:before,
  .mcontent .content-20 .v-center.row:before,
  .mcontent .content-20.v-center.row:after,
  .mcontent .content-20 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-20.v-center,
  .mcontent .content-20 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-20.v-center.row,
  .mcontent .content-20 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-20.v-center.row:before,
  .mcontent .content-20 .v-center.row:before,
  .mcontent .content-20.v-center.row:after,
  .mcontent .content-20 .v-center.row:after {
    display: none;
  }
  .mcontent .content-20.v-center.row > *,
  .mcontent .content-20 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-20 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
  line-height: 40px;
  font-weight: 300;
}
.mcontent .content-20 h6 {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 9px;
}
.mcontent .content-20 .signup-form,
.mcontent .content-20 .signup-form + div {
  display: inline-block;
  vertical-align: middle;
}
.mcontent .content-20 .signup-form + div {
  margin-left: 100px;
  max-width: 300px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .mcontent .content-20 .signup-form + div {
    max-width: 228px;
  }
}
@media (max-width: 767px) {
  .mcontent .content-20 {
    padding: 80px 20px;
  }
  .mcontent .content-20 .signup-form,
  .mcontent .content-20 .signup-form + div {
    display: block;
    vertical-align: baseline;
  }
  .mcontent .content-20 .signup-form + div {
    margin-top: 70px;
    margin-left: 0;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .mcontent .content-20 {
    display: none;
  }
}
.mcontent .content-20 .signup-form {
  width: 100%;
}
.mcontent .content-20 .signup-form form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 37px 10.263% 76px;
  background: white;
  font-size: 15px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-20 .signup-form form .form-group {
  margin-bottom: 23px;
}
.mcontent .content-20 .signup-form form .form-group.pull-left {
  margin-right: 3%;
  width: 47%;
}
.mcontent .content-20 .signup-form form .form-group.pull-right {
  margin-left: 3%;
  width: 47%;
}
.mcontent .content-20 .signup-form form label {
  font-size: 15px;
  font-weight: normal;
  color: #34495e;
  margin-bottom: 12px;
}
.mcontent .content-20 .signup-form form input[type="text"],
.mcontent .content-20 .signup-form form input[type="password"] {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #34495e;
  border-color: #ecf0f1;
}
.mcontent .content-20 .signup-form form input[type="text"]:hover,
.mcontent .content-20 .signup-form form input[type="password"]:hover {
  border-color: #bdc3c7;
}
.mcontent .content-20 .signup-form form input[type="text"]:focus,
.mcontent .content-20 .signup-form form input[type="password"]:focus {
  border-color: #3498db;
}
.mcontent .content-20 .signup-form form .site-link {
  width: 100%;
  *zoom: 1;
}
.mcontent .content-20 .signup-form form .site-link:before,
.mcontent .content-20 .signup-form form .site-link:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .content-20 .signup-form form .site-link:after {
  clear: both;
}
.mcontent .content-20 .signup-form form .site-link:before,
.mcontent .content-20 .signup-form form .site-link:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .content-20 .signup-form form .site-link:after {
  clear: both;
}
.mcontent .content-20 .signup-form form .site-link input[type="text"],
.mcontent .content-20 .signup-form form .site-link input[type="password"] {
  width: 70%;
  float: left;
}
.mcontent .content-20 .signup-form form .site-link b {
  float: right;
  width: 28%;
  text-align: right;
  line-height: 42px;
}
.mcontent .content-20 .signup-form form .btn {
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .mcontent .content-20 .signup-form form {
    display: block;
    margin: 0 -20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .content-20 .signup-form form {
    width: 100%;
  }
  .mcontent .content-20 .signup-form form input[type="text"],
  .mcontent .content-20 .signup-form form input[type="password"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .mcontent .content-20 .signup-form form .form-group.pull-left {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .mcontent .content-20 .signup-form form .form-group.pull-right {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .mcontent .content-20 .signup-form form .site-link input[type="text"],
  .mcontent .content-20 .signup-form form .site-link input[type="password"] {
    width: 62%;
  }
  .mcontent .content-20 .signup-form form .site-link b {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .mcontent .content-20 .signup-form form .site-link input[type="text"],
  .mcontent .content-20 .signup-form form .site-link input[type="password"] {
    width: 55%;
  }
  .mcontent .content-20 .signup-form form .site-link b {
    width: 44%;
  }
}
.mcontent .content-20 .features {
  margin-top: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #95a5a6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-20 .features big {
  display: block;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 8px;
}
.mcontent .content-20 .features h6 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 38px;
}
@media (max-width: 767px) {
  .mcontent .content-20 .features h6 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .mcontent .content-20 .features > * + * {
    margin-top: 30px;
  }
}
.mcontent .content-21 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 0;
}
.mcontent .content-21 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .mcontent .content-21 {
    padding-bottom: 20px;
  }
}
.mcontent .content-21 .features.features-tabs .features-header {
  *zoom: 1;
  background: #34495e;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.mcontent .content-21 .features.features-tabs .features-header:before,
.mcontent .content-21 .features.features-tabs .features-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .content-21 .features.features-tabs .features-header:after {
  clear: both;
}
.mcontent .content-21 .features.features-tabs .features-header:before,
.mcontent .content-21 .features.features-tabs .features-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .content-21 .features.features-tabs .features-header:after {
  clear: both;
}
.mcontent .content-21 .features.features-tabs .features-header .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5px;
  float: left;
  width: 33%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  border-left: 2px solid #304357;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.19em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.mcontent .content-21 .features.features-tabs .features-header .box:first-child {
  border-left: 0;
}
.mcontent .content-21 .features.features-tabs .features-header .box.active {
  color: white;
}
.mcontent .content-21 .features.features-tabs .features-header .box.active [class*="fui-"] {
  color: white;
}
.mcontent .content-21 .features.features-tabs .features-header .box [class*="fui-"] {
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #bdc3c7;
  line-height: 30.9667px;
  margin-bottom: 15px;
}
.mcontent .content-21 .features.features-tabs .features-bodies {
  position: relative;
  background: #ebedee url('../bundles/common-files/img/content/screen@2x.png') 0 50% no-repeat;
  -webkit-background-size: 322px 418px;
  -moz-background-size: 322px 418px;
  -o-background-size: 322px 418px;
  background-size: 322px 418px;
}
@media (max-width: 991px) {
  .mcontent .content-21 .features.features-tabs .features-bodies {
    background-position: -15% 50%;
  }
}
@media (max-width: 600px) {
  .mcontent .content-21 .features.features-tabs .features-bodies {
    background-image: none;
  }
}
.mcontent .content-21 .features.features-tabs .features-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 50px 120px 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
}
@media (max-width: 600px) {
  .mcontent .content-21 .features.features-tabs .features-body {
    padding: 120px 50px 120px 50px;
  }
}
.mcontent .content-21 .features.features-tabs .features-body.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.mcontent .content-21 .features.features-tabs .features-body h6 {
  text-transform: none;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-21 .features.features-tabs .features-body p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .mcontent .content-21 .features.features-tabs .features-header .box {
    font-size: 10px;
    font-weight: normal;
    color: #7f8c8d;
  }
  .mcontent .content-21 .features.features-tabs .features-bodies {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
  }
  .mcontent .content-21 .features.features-tabs .features-body {
    padding: 60px 20px 60px 20px;
  }
}
.mcontent .content-22 {
  position: relative;
  color: #bdc3c7;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .mcontent .content-22 {
    padding: 40px 25px;
  }
}
.mcontent .content-22 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 40px 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mcontent .content-22 h3 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.mcontent .content-22 h6 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
.mcontent .content-22 p {
  font-size: 18px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 50px;
}
.mcontent .content-22 .col-sm-8 {
  position: relative;
  padding-top: 600px;
}
@media (max-width: 767px) {
  .mcontent .content-22 .col-sm-8 {
    padding-top: 50px;
  }
}
.mcontent .content-22 .description {
  font-size: 14px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  max-width: 220px;
  background: url("../bundles/common-files/img/content/line-l@2x.png") no-repeat scroll center top / 50% auto rgba(0, 0, 0, 0);
  padding-top: 110px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 200% 100%;
  -moz-transform-origin: 200% 100%;
  -ms-transform-origin: 200% 100%;
  -o-transform-origin: 200% 100%;
  transform-origin: 200% 100%;
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  transform: rotate(26deg);
}
.mcontent .content-22 .description img {
  position: absolute;
  bottom: 110%;
  left: 50%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.mcontent .content-22.ani-processed .description {
  -webkit-transition: .8s 3.4s;
  -moz-transition: .8s 3.4s;
  -o-transition: .8s 3.4s;
  transition: .8s 3.4s;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mcontent .content-22.ani-processed .description img {
  -webkit-transition: .4s 3.8s;
  -moz-transition: .4s 3.8s;
  -o-transition: .4s 3.8s;
  transition: .4s 3.8s;
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mcontent .content-22 .img {
  position: absolute;
  top: 0;
  left: 2%;
}
.mcontent .content-22 .img img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -100%;
}
.mcontent .content-22 .img img:first-child {
  position: static;
  visibility: hidden;
}
.mcontent .content-22.ani-processed .img img {
  -webkit-transition: .8s top, 1.2s opacity;
  -moz-transition: .8s top, 1.2s opacity;
  -o-transition: .8s top, 1.2s opacity;
  transition: .8s top, 1.2s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.mcontent .content-22.ani-processed .img img:nth-child(2) {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.mcontent .content-22.ani-processed .img img:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mcontent .content-22.ani-processed .img img:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.mcontent .content-22.ani-processed .img img:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.mcontent .content-22.ani-processed .img img:nth-child(6) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.mcontent .content-22.ani-processed .img img:nth-child(7) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.mcontent .content-22.ani-processed .img img:nth-child(8) {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
@media (max-width: 480px) {
  .mcontent .content-22 .description {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
  }
}
.mcontent .content-22 .btn.btn-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 26px 8px;
  background: none;
  border: 2px solid #2ecc71;
  font-size: 14px;
  font-weight: normal;
  color: #2ecc71;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-22 .btn.btn-clear:hover,
.mcontent .content-22 .btn.btn-clear:focus {
  background: #2ecc71;
  color: white;
}
.mcontent .content-22 .btn.btn-clear:active,
.mcontent .content-22 .btn.btn-clear.active {
  border-color: #27ad60;
  background: #27ad60;
  color: rgba(255, 255, 255, 0.75);
}
.mcontent .content-23 {
  position: relative;
  height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.mcontent .content-23.v-center,
.mcontent .content-23 .v-center {
  display: table;
  width: 100%;
}
.mcontent .content-23.v-center > div,
.mcontent .content-23 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .content-23.v-center.row:before,
  .mcontent .content-23 .v-center.row:before,
  .mcontent .content-23.v-center.row:after,
  .mcontent .content-23 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .content-23.v-center,
  .mcontent .content-23 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .content-23.v-center.row,
  .mcontent .content-23 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .content-23.v-center.row:before,
  .mcontent .content-23 .v-center.row:before,
  .mcontent .content-23.v-center.row:after,
  .mcontent .content-23 .v-center.row:after {
    display: none;
  }
  .mcontent .content-23.v-center.row > *,
  .mcontent .content-23 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .content-23 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  background: #121518;
  color: #ffffff;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
}
.mcontent .content-23 .control-btn:hover,
.mcontent .content-23 .control-btn:focus,
.mcontent .content-23 .control-btn.active {
  color: #ffffff;
}
.mcontent .content-23 .control-btn:hover,
.mcontent .content-23 .control-btn:focus,
.mcontent .content-23 .control-btn:active,
.mcontent .content-23 .control-btn.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .content-23 .control-btn {
    bottom: 30px;
  }
}
.mcontent .content-23 .hero-unit {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.mcontent .content-23 .hero-unit h1 {
  margin: 0 0 30px;
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 480px) {
  .mcontent .content-23 .hero-unit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
    line-height: 33px;
  }
}
.mcontent .content-23 .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .mcontent .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
  }
}
.mcontent .content-24 {
  position: relative;
  padding: 140px 0;
  color: #bdc3c7;
  overflow: hidden;
}
.mcontent .content-24 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  font-weight: 300;
}
.mcontent .content-24 img.image {
  display: inline-block;
  position: absolute;
  right: 50%;
  margin-right: 100px;
}
.mcontent .content-24 .col-sm-6.col-sm-offset-6 {
  position: relative;
}
.mcontent .content-24 .features.features-clear .features-header {
  *zoom: 1;
  margin-bottom: 60px;
}
.mcontent .content-24 .features.features-clear .features-header:before,
.mcontent .content-24 .features.features-clear .features-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .content-24 .features.features-clear .features-header:after {
  clear: both;
}
.mcontent .content-24 .features.features-clear .features-header:before,
.mcontent .content-24 .features.features-clear .features-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .content-24 .features.features-clear .features-header:after {
  clear: both;
}
.mcontent .content-24 .features.features-clear .features-header .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 50px;
  color: #667380;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.mcontent .content-24 .features.features-clear .features-header .box:first-child {
  margin-left: 0;
}
.mcontent .content-24 .features.features-clear .features-header .box.active {
  color: #27ae60;
}
.mcontent .content-24 .features.features-clear .features-header .box [class*="fui-"] {
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: inherit;
}
.mcontent .content-24 .features.features-clear .features-bodies {
  position: relative;
}
.mcontent .content-24 .features.features-clear .features-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
}
.mcontent .content-24 .features.features-clear .features-body.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.mcontent .content-24 .features.features-clear .features-body p {
  margin-bottom: 45px;
}
.mcontent .content-24 .btn.btn-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 26px 8px;
  background: none;
  border: 2px solid #2ecc71;
  font-size: 14px;
  font-weight: normal;
  color: #2ecc71;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-24 .btn.btn-clear:hover,
.mcontent .content-24 .btn.btn-clear:focus {
  background: #2ecc71;
  color: white;
}
.mcontent .content-24 .btn.btn-clear:active,
.mcontent .content-24 .btn.btn-clear.active {
  border-color: #27ad60;
  background: #27ad60;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .mcontent .content-24 {
    padding: 35px;
  }
  .mcontent .content-24 img.image {
    position: relative;
    margin-bottom: 48px;
    right: 0;
  }
  .mcontent .content-24 .features.features-clear .features-header {
    margin-bottom: 48px;
  }
  .mcontent .content-24 .features.features-clear .features-body p {
    margin-bottom: 48px;
  }
  .mcontent .content-24 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mcontent .content-25 {
  position: relative;
  padding: 95px 0;
}
@media (max-width: 767px) {
  .mcontent .content-25 {
    padding: 40px 5px;
  }
  .mcontent .content-25 .svg,
  .mcontent .content-25 .nosvg {
    display: block;
    text-align: center;
    float: none !important;
    margin-top: 45px;
  }
}
.mcontent .content-25 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-25 p {
  font-size: 18px;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 45px;
  font-weight: normal;
}
.mcontent .content-25 svg,
.mcontent .content-25 .svg {
  max-width: 100%;
}
.mcontent .content-25 .nosvg {
  display: none;
}
.mcontent .content-26 {
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}
.mcontent .content-26 .lead {
  font-size: 22px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.mcontent .content-26 h3 {
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .mcontent .content-26 .features {
    margin-top: -52px;
  }
}
.mcontent .content-26 .features h6 {
  text-transform: none;
  margin-top: 37px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.mcontent .content-26 .features > * {
  margin-top: 67px;
}
.mcontent .content-27 {
  position: relative;
  padding: 120px 0;
}
.mcontent .content-27 svg,
.mcontent .content-27 .svg {
  max-width: 100%;
}
.mcontent .content-27 .nosvg {
  display: none;
}
@media (max-width: 767px) {
  .mcontent .content-27 .svg,
  .mcontent .content-27 .nosvg {
    text-align: center;
    float: none;
    margin-bottom: 45px;
  }
  .mcontent .content-27 .svg {
    display: block;
  }
}
.mcontent .content-27 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 43px;
  font-weight: 300;
}
.mcontent .content-27 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 29.6px;
}
.mcontent .content-27 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .mcontent .content-27 h3,
  .mcontent .content-27 p {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.mcontent .content-27 .btns {
  margin-top: 45px;
}
.mcontent .content-27 .btns > * {
  display: inline-block;
  margin-left: 32px;
  vertical-align: middle;
}
.mcontent .content-27 .btns > *:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .mcontent .content-27 .btns .btn {
    display: block;
    margin: 0 5px 20px;
  }
  .mcontent .content-27 .btns .btn:not(:first-child) {
    float: left;
    margin-right: 35px;
  }
}
@media (max-width: 480px) {
  .mcontent .content-27 .btns .btn:not(:first-child) {
    float: none;
    color: white;
    margin-right: 5px;
  }
  .mcontent .content-27 .btns .btn:not(:first-child):focus {
    outline: none;
  }
  .mcontent .content-27 .btns [class*="fui-"] {
    margin-top: -6px;
  }
}
@media (min-width: 481px) {
  .mcontent .content-27 .btns > *:not(:first-child) {
    padding: 0;
    background: transparent;
    color: #34495e;
  }
  .mcontent .content-27 .btns > *:not(:first-child):hover,
  .mcontent .content-27 .btns > *:not(:first-child):focus {
    color: #5d6d7e;
  }
  .mcontent .content-27 .btns > *:not(:first-child):active,
  .mcontent .content-27 .btns > *:not(:first-child).active {
    color: #2c3e50;
  }
  .mcontent .content-27 .btns > *:not(:first-child) [class*="fui-"] {
    font-size: 30px;
    font-weight: normal;
    color: inherit;
    margin: 0;
  }
  .mcontent .content-27 .btns > *:not(:first-child) :not([class*="fui-"]) {
    display: none;
  }
}
@media (max-width: 480px) {
  .mcontent .content-27 .btns > * {
    display: block;
    margin: 0;
  }
  .mcontent .content-27 .btns > * + * {
    margin-top: 10px;
  }
}
.mcontent .content-28 {
  position: relative;
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 0;
  text-align: center;
}
.mcontent .content-28 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
  font-weight: 300;
}
.mcontent .content-28 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .content-28 .col-sm-10 > img {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 480px) {
  .mcontent .content-28 {
    padding-top: 100px;
  }
}
.mcontent .content-29 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.mcontent .content-29 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
  font-weight: 300;
  text-align: center;
}
.mcontent .content-29 p {
  font-size: 22px;
  font-weight: normal;
  color: #7f8c8d;
  text-align: center;
  padding-bottom: 35px;
}
.mcontent .content-29 .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(52, 152, 219, 0.1);
  position: relative;
  overflow: hidden;
  width: 1140px;
  height: 640px;
  margin: 40px auto 105px;
}
.mcontent .content-29 .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  margin: -20px 0 0 -30px;
  padding-left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mcontent .content-29 .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 1200px) {
  .mcontent .content-29 .player {
    width: 100%;
    height: 530px;
  }
}
@media (max-width: 1000px) {
  .mcontent .content-29 .player {
    height: 406px;
  }
}
@media (max-width: 840px) {
  .mcontent .content-29 .player {
    height: 406px;
  }
}
@media (max-width: 768px) {
  .mcontent .content-29 .player {
    max-height: 330px;
  }
}
@media (max-width: 568px) {
  .mcontent .content-29 .player {
    max-height: 280px;
  }
}
@media (max-width: 400px) {
  .mcontent .content-29 .player {
    max-height: 180px;
  }
}
.mcontent .content-29 .features > * {
  margin-top: 67px;
}
.mcontent .content-29 .features h6 {
  text-transform: none;
  margin-top: 37px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .mcontent .content-29 .features {
    margin-top: -52px;
  }
}
.mcontent .content-30 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 480px) {
  .mcontent .content-30 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mcontent .content-30 .features > * {
  position: relative;
  text-align: center;
}
.mcontent .content-30 .features .description-top,
.mcontent .content-30 .features .description-bottom {
  position: absolute;
  width: 100%;
  text-align: left;
}
.mcontent .content-30 .features .description-top {
  top: 0;
}
.mcontent .content-30 .features .description-bottom {
  bottom: 0;
}
.mcontent .content-30 .features .description-top,
.mcontent .content-30 .features .description-bottom,
.mcontent .content-30 .features .img img + img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mcontent .content-30 .features > *:hover .description-top,
.mcontent .content-30 .features > *:hover .description-bottom,
.mcontent .content-30 .features > *:hover .img img + img {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .content-30 .features .img {
  position: relative;
  display: inline-block;
  margin: 150px auto;
}
.mcontent .content-30 .features .img img + img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mcontent .content-30 .features h6 {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #1abc9c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .content-30 .features img[src*="arrow-"] {
  position: absolute;
}
.mcontent .content-30 .features img[src*="arrow-tl"] {
  right: 110%;
  top: 30px;
}
.mcontent .content-30 .features img[src*="arrow-tr"] {
  left: 110%;
  top: 30px;
}
.mcontent .content-30 .features img[src*="arrow-bl"] {
  right: 110%;
  bottom: 20px;
}
.mcontent .content-30 .features img[src*="arrow-br"] {
  left: 110%;
  bottom: 20px;
}
.mcontent .content-30 .features .box-1 .description-top,
.mcontent .content-30 .features .box-2 .description-top {
  left: 105%;
}
.mcontent .content-30 .features .box-3 .description-top,
.mcontent .content-30 .features .box-4 .description-top {
  right: 105%;
}
.mcontent .content-30 .features .box-1 .description-bottom,
.mcontent .content-30 .features .box-3 .description-bottom {
  left: 105%;
}
.mcontent .content-30 .features .box-2 .description-bottom,
.mcontent .content-30 .features .box-4 .description-bottom {
  right: 105%;
}
@media (max-width: 767px) {
  .mcontent .content-30 .features .description-top,
  .mcontent .content-30 .features .description-bottom {
    position: static;
    text-align: center;
  }
  .mcontent .content-30 .features .img {
    margin: 60px auto;
  }
  .mcontent .content-30 .features img[src*="arrow-"] {
    display: none;
  }
}
@media (max-width: 480px) {
  .mcontent .content-30 .features .description-top,
  .mcontent .content-30 .features .description-bottom,
  .mcontent .content-30 .features .img img + img {
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mcontent .content-30 .features > * + * {
    margin-top: 60px;
  }
  .mcontent .content-30 .features .img {
    margin: 15px auto;
  }
  .mcontent .content-30 .features .description-top,
  .mcontent .content-30 .features .description-bottom {
    width: 220px;
    margin: 0 auto;
    text-align: left;
  }
  .mcontent .content-30 .features .description-top {
    margin-bottom: 30px;
  }
  .mcontent .content-30 .features h6 {
    margin-bottom: 5px;
  }
}
.mcontent .content-31 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .mcontent .content-31 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mcontent .content-31 .container {
  position: relative;
  padding: 50px 0;
}
.mcontent .content-31 .container:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  border-left: 2px solid #ebedee;
}
.mcontent .content-31 .container > * {
  padding: 100px 0;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
}
.mcontent .content-31 .container h3 {
  margin: 0 0 30px;
  font-size: 40px;
  color: #7f8c8d;
  -webkit-transition: 0.6s color;
  -moz-transition: 0.6s color;
  -o-transition: 0.6s color;
  transition: 0.6s color;
}
.mcontent .content-31 .container .number {
  position: absolute;
  left: -4px;
  margin-top: 4px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #ebedee;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-transition: 0.6s background-color;
  -moz-transition: 0.6s background-color;
  -o-transition: 0.6s background-color;
  transition: 0.6s background-color;
}
.mcontent .content-31 .container .active > .number {
  background: #1abc9c;
}
.mcontent .content-31 .container .box {
  margin-top: 70px;
  text-align: center;
}
.mcontent .content-31 .container .img {
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  .mcontent .content-31 .container .img {
    display: block;
  }
}
.mcontent .content-31 .container .img img {
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
}
.mcontent .content-31 .container .img img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .content-31 .container .active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .content-31 .container .active h3 {
  color: #1abc9c;
}
.mcontent .content-31 .container .active .img img:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .content-31 .container .active .img img + img {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .content-31 .container .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .content-31 .container .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .content-31 .container .pt-page-current,
.mcontent .content-31 .container .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .content-31 .container .pt-page-ontop {
  z-index: 999;
}
.mcontent .content-31 .container .pt-controls {
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .mcontent .content-31 .container .pt-controls {
    bottom: 120px;
  }
}
@media (min-width: 723px) and (max-width: 1200px) {
  .mcontent .content-31 .container .pt-controls {
    bottom: 90px;
  }
}
@media (min-width: 643px) and (max-width: 722px) {
  .mcontent .content-31 .container .pt-controls {
    bottom: 120px;
  }
}
@media (min-width: 611px) and (max-width: 642px) {
  .mcontent .content-31 .container .pt-controls {
    bottom: 80px;
  }
}
@media (min-width: 400px) and (max-width: 611px) {
  .mcontent .content-31 .container .pt-controls {
    bottom: 120px;
  }
}
.mcontent .content-31 .container .pt-controls > * {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
}
.mcontent .content-31 .container .pt-control-prev {
  float: left;
}
.mcontent .content-31 .container .pt-control-next {
  float: right;
}
.mcontent .content-31 .container .pt-first .pt-control-prev {
  z-index: auto;
  background: none;
  border: 3px solid #ebedee;
  pointer-events: none;
}
.mcontent .content-31 .container .pt-last .pt-control-next {
  z-index: auto;
  background: none;
  border: 3px solid #ebedee;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mcontent .content-31 .container {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .mcontent .content-31 .container > * {
    padding: 40px 0;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mcontent .content-31 .container .number {
    background: #1abc9c;
  }
  .mcontent .content-31 .container h3 {
    color: #1abc9c;
    font-size: 30px;
  }
  .mcontent .content-31 .container .img img:first-child {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mcontent .content-31 .container .img img + img {
    margin-top: 30px;
    max-width: 100%;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mcontent .content-31 .container .pt-controls {
    display: none;
  }
  .mcontent .content-31 .container .box {
    margin: 0 0 30px;
  }
}
.mcontent .content-32 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 155px;
  text-align: center;
  background: #f2f2f1;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .content-32 .lead {
  font-size: 20px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 36px;
}
.mcontent .content-32 h3 {
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 48px;
}
.mcontent .content-32 .features {
  border-top: 2px solid #e6e6e5;
  margin-top: 56px;
  padding-top: 85px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 767px) {
  .mcontent .content-32 .features {
    padding-top: 70px;
  }
}
.mcontent .content-32 .features h6 {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .mcontent .content-32 .features h6 {
    margin: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .mcontent .content-32 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mcontent .content-33 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 125px;
  padding-bottom: 110px;
}
.mcontent .content-33 .lead {
  font-size: 30px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 44px;
  color: #34495e;
  font-weight: 300;
}
.mcontent .content-34 {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .mcontent .content-34 {
    max-height: 100%;
  }
  .mcontent .content-34 .pt-controls {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.mcontent .content-34 .pt-perspective {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .content-34 .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .content-34 .pt-page-current,
.mcontent .content-34 .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .content-34 .pt-page-ontop {
  z-index: 999;
}
.mcontent .content-34 .pt-controls {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 9999;
}
.mcontent .content-34 .pt-controls .pt-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .content-34 .pt-controls .pt-indicators li {
  float: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  margin: 15px 0 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 2px solid #d3d3d3;
  border: 2px solid rgba(81, 81, 81, 0.2);
  background: transparent;
}
.mcontent .content-34 .pt-controls .pt-indicators li.active {
  border: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.loaded .mcontent .content-34 .pt-controls .pt-indicators {
  -webkit-transition: 1.2s 1.6s opacity;
  -moz-transition: 1.2s 1.6s opacity;
  -o-transition: 1.2s 1.6s opacity;
  transition: 1.2s 1.6s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .mcontent .content-34 .pt-controls {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-top: 0 !important;
  }
  .mcontent .content-34 .pt-controls .pt-indicators {
    text-align: center;
  }
  .mcontent .content-34 .pt-controls .pt-indicators li {
    display: inline-block;
    margin: 0 7.5px;
  }
}
.mcontent .content-34 .pt-controls li.active {
  background: #2c3e50;
}
.mcontent .content-34 .container {
  background: #f3f3f3;
  padding-top: 125px;
  padding-bottom: 80px;
  color: #7f8c8d;
}
.mcontent .content-34 h2 {
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 40px;
  color: #2c3e50;
  font-weight: 300;
}
.mcontent .content-34 .lead {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 50px;
}
.mcontent .content-34 .box-1,
.mcontent .content-34 .box-2 {
  margin-bottom: 50px;
}
.mcontent .content-34 .box-1 h3,
.mcontent .content-34 .box-2 h3 {
  font-size: 20px;
  line-height: 28px;
  color: #34495e;
  font-weight: 500;
  margin: 0 0 15px;
}
.mcontent .content-34 .box-1 p,
.mcontent .content-34 .box-2 p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.mcontent .content-34 .box-1 {
  padding-top: 105px;
  background: url('../bundles/common-files/img/content/icon-1.png') 15px 0 no-repeat;
}
.mcontent .content-34 .box-2 {
  padding-top: 85px;
  background: url('../bundles/common-files/img/content/icon-2.png') 15px 0 no-repeat;
}
.mcontent .content-35 {
  position: relative;
  color: #7f8c8d;
  padding-top: 140px;
  padding-bottom: 145px;
}
.mcontent .content-35 > * {
  position: relative;
}
.mcontent .content-35 h2 {
  font-size: 35px;
  line-height: 40px;
  color: #2c3e50;
  font-weight: 300;
  margin: 0 0 45px;
}
.mcontent .content-35 .lead {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 40px;
}
.mcontent .content-35 .btn {
  font-weight: 500;
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 20px;
}
.mcontent .content-35 .btn.btn-inverse {
  background: #2c3e50;
}
.mcontent .content-35 .columns {
  margin-top: 60px;
}
.mcontent .content-35 .columns h3 {
  font-size: 20px;
  color: #34495e;
  line-height: 28px;
  margin: 0 0 20px;
  font-weight: 500;
}
.mcontent .content-35 .columns p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.mcontent .content-35 .background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .content-35 .background > .container {
  height: 100%;
}
@media (max-width: 767px) {
  .mcontent .content-35 .background > .container {
    height: 250px;
    margin-bottom: 60px;
  }
}
.mcontent .content-35 .background .col-sm-4 {
  position: absolute;
  height: 100%;
}
.mcontent .content-35 .background .col-sm-4 > div {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1000px;
  background: #f3f3f3;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .mcontent .content-35 .background .col-sm-4 > div {
    position: static;
    width: 100%;
    overflow: hidden;
  }
}
.mcontent .content-35 .background .col-sm-4 > div img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .mcontent .content-35 .background .col-sm-4 > div img {
    height: auto;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .mcontent .content-35 .background .col-sm-4 {
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mcontent .content-35 .background {
    position: static;
  }
}
@media (max-width: 767px) {
  .mcontent .content-35 {
    padding-top: 0;
  }
}
.mcontent .content-36 {
  background: #1b1f23;
  text-align: center;
  color: #95a5a6;
  padding-top: 230px;
  padding-bottom: 180px;
}
.mcontent .content-36 h2 {
  color: #fff;
  font-size: 46px;
  line-height: 55px;
  margin: 0 0 60px;
  letter-spacing: -2px;
}
.mcontent .content-36 .btn-success {
  background: #27ae60;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 46px;
  margin: 0 0 55px;
}
.mcontent .content-36 .btn-success:hover {
  background: #58D68D;
}
.mcontent .content-36 p {
  margin: 0 auto;
  width: 48%;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mcontent .content-36 p {
    width: 80%;
  }
}
.mcontent .content-37 {
  border-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .mcontent .content-37 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mcontent .content-37 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 300;
  margin: 0 0 38px;
  text-align: center;
}
.mcontent .content-37 .signup-form form {
  margin: 30px auto 0;
}
.mcontent .content-37 .signup-form form input {
  border: 2px solid #dee1e3;
}
.mcontent .content-37 .signup-form form input,
.mcontent .content-37 .signup-form form button {
  float: left;
  width: 23%;
  margin: 0 1%;
}
@media (max-width: 480px) {
  .mcontent .content-37 .signup-form form input,
  .mcontent .content-37 .signup-form form button {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    float: none;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mcontent .content-37 .signup-form form input:focus {
  border-color: #3498db !important;
}
.mcontent .header-1 {
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .header-1 > .container {
  position: relative;
}
.mcontent .header-1 .navbar {
  position: absolute;
  z-index: 2;
  top: 45px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .header-1 .navbar.navbar-fixed-top {
  position: fixed;
}
.mcontent .header-1 .navbar .brand {
  font-size: 25px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
}
.mcontent .header-1 .navbar .brand:hover,
.mcontent .header-1 .navbar .brand:focus,
.mcontent .header-1 .navbar .brand.active {
  color: #ffffff;
}
.mcontent .header-1 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-1 .navbar .nav > li {
  margin-left: 20px;
}
.mcontent .header-1 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-1 .navbar .nav > li > a {
  padding: 35px 0 27px;
  font-size: 13px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
}
.mcontent .header-1 .navbar .nav > li > a:hover,
.mcontent .header-1 .navbar .nav > li > a:focus,
.mcontent .header-1 .navbar .nav > li > a.active {
  color: rgba(0, 0, 0, 0.4);
}
.mcontent .header-1 .navbar .nav > li.active > a {
  color: rgba(0, 0, 0, 0.4);
}
.mcontent .header-1 .navbar .nav > li.active > a:hover,
.mcontent .header-1 .navbar .nav > li.active > a:focus,
.mcontent .header-1 .navbar .nav > li.active > a.active {
  color: rgba(0, 0, 0, 0.4);
}
.mcontent .header-1-sub {
  position: relative;
  z-index: 50;
  left: 0;
  width: 100%;
  height: 500px;
  padding: 0;
  overflow: hidden;
  background: black;
  color: white;
}
@media (max-width: 480px) {
  .mcontent .header-1-sub {
    height: 420px;
  }
}
.mcontent .header-1-sub .container {
  position: relative;
}
@media (max-width: 767px) {
  .mcontent .header-1-sub .container {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.mcontent .header-1-sub h3 {
  margin: 0 0 18px 0;
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 600px) {
  .mcontent .header-1-sub h3 {
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  .mcontent .header-1-sub h3 {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 24px 0;
  }
}
.mcontent .header-1-sub .lead {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .mcontent .header-1-sub .lead {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  .mcontent .header-1-sub .lead {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
  }
}
.mcontent .header-1-sub .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .header-1-sub .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .header-1-sub .pt-page-current,
.mcontent .header-1-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .header-1-sub .pt-page-ontop {
  z-index: 999;
}
.mcontent .header-1-sub .page-transitions * {
  line-height: normal;
}
.mcontent .header-1-sub .page-transitions .background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 10;
  filter: alpha(opacity=1000);
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.mcontent .header-1-sub .page-transitions .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
}
@media (max-width: 480px) {
  .mcontent .header-1-sub .page-transitions .caption {
    bottom: 83px;
  }
}
.mcontent .header-1-sub .page-transitions .controls > * {
  position: absolute;
  left: 15;
  top: 415px;
  z-index: 1000;
  width: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  color: #7f8c8d;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.mcontent .header-1-sub .page-transitions .controls > *:hover,
.mcontent .header-1-sub .page-transitions .controls > *:focus,
.mcontent .header-1-sub .page-transitions .controls > *.active {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .mcontent .header-1-sub .page-transitions .controls > * {
    top: 363px;
  }
}
.mcontent .header-1-sub .page-transitions .controls > *.control-next {
  left: 45px;
}
.mcontent .header-2 {
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .header-2 > .container {
  position: relative;
}
.mcontent .header-2 .navbar {
  position: absolute;
  z-index: 2;
  top: 55px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-2 .navbar.navbar-fixed-top {
  position: fixed;
}
.mcontent .header-2 .navbar .brand {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-2 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-2 .navbar .nav > li {
  margin-left: 20px;
}
.mcontent .header-2 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-2 .navbar .nav > li > a {
  padding: 32px 0 30px;
  font-size: 17px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
}
.mcontent .header-2 .navbar .nav > li > a:hover,
.mcontent .header-2 .navbar .nav > li > a:focus,
.mcontent .header-2 .navbar .nav > li > a.active {
  color: #506e8c;
}
.mcontent .header-2 .navbar .nav > li.active > a {
  color: #506e8c;
}
.mcontent .header-2 .navbar .nav > li.active > a:hover,
.mcontent .header-2 .navbar .nav > li.active > a:focus,
.mcontent .header-2 .navbar .nav > li.active > a.active {
  color: #405870;
}
.mcontent .header-2-sub {
  z-index: 50;
  left: 0;
  width: 100%;
  position: relative;
  padding-top: 195px;
  padding-bottom: 80px;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .mcontent .header-2-sub {
    padding-top: 165px;
  }
}
.mcontent .header-2-sub .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
}
.mcontent .header-2-sub .hero-unit h1 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  line-height: 40px;
}
.mcontent .header-2-sub .hero-unit p {
  font-size: 13px;
  font-weight: normal;
  color: #506e8c;
  font-weight: 800;
  letter-spacing: 2px;
}
.mcontent .header-2-sub .btns {
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .mcontent .header-2-sub .btns {
    margin-top: 48px;
    display: block;
  }
}
.mcontent .header-2-sub .btns .btn {
  min-width: 160px;
  float: left;
}
@media (max-width: 480px) {
  .mcontent .header-2-sub .btns .btn {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .mcontent .header-2-sub .btns .btn:first-child {
    margin-top: 0;
  }
}
.mcontent .header-2-sub .btns .btn + .btn {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .mcontent .header-2-sub .btns .btn + .btn {
    margin-left: 0;
  }
}
.mcontent .header-2-sub .btn.btn-inverse {
  background-color: #3c556e;
}
.mcontent .header-2-sub .btn.btn-inverse:hover,
.mcontent .header-2-sub .btn.btn-inverse:focus {
  background-color: #63778b;
}
.mcontent .header-2-sub .btn.btn-inverse:active,
.mcontent .header-2-sub .btn.btn-inverse.active {
  background-color: #33485e;
}
.mcontent .header-2-sub .btn.btn-danger {
  background-color: #c0392b;
}
.mcontent .header-2-sub .btn.btn-danger:hover,
.mcontent .header-2-sub .btn.btn-danger:focus {
  background-color: #cd6155;
}
.mcontent .header-2-sub .btn.btn-danger:active,
.mcontent .header-2-sub .btn.btn-danger.active {
  background-color: #a33025;
}
.mcontent .header-3-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.mcontent .header-3 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
.mcontent .header-3 .header-background {
  background: #fff;
}
.mcontent .header-3 .navbar {
  top: 0;
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-3 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-3 .navbar .brand {
  font-size: 25px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 600;
}
.mcontent .header-3 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-3 .navbar .nav > li {
  margin-left: 25px;
}
.mcontent .header-3 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-3 .navbar .nav > li > a {
  padding: 35px 0 21px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  letter-spacing: 2px;
  color: #95a5a6;
}
.mcontent .header-3 .navbar .nav > li > a:hover,
.mcontent .header-3 .navbar .nav > li > a:focus,
.mcontent .header-3 .navbar .nav > li > a.active {
  color: #1abc9c;
}
.mcontent .header-3 .navbar .nav > li.active > a {
  color: #1abc9c;
}
.mcontent .header-3 .navbar .nav > li.active > a:hover,
.mcontent .header-3 .navbar .nav > li.active > a:focus,
.mcontent .header-3 .navbar .nav > li.active > a.active {
  color: #1abc9c;
}
.mcontent .header-3 .navbar .navbar-form {
  padding: 23px 0 15px 35px;
}
.mcontent .header-3 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
  margin-top: -1px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-3 .navbar .btn.btn-primary {
  background-color: #16a085;
}
.mcontent .header-3 .navbar .btn.btn-primary:hover,
.mcontent .header-3 .navbar .btn.btn-primary:focus {
  background-color: #45b39d;
}
.mcontent .header-3 .navbar .btn.btn-primary:active,
.mcontent .header-3 .navbar .btn.btn-primary.active {
  background-color: #138871;
}
.mcontent .header-3 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-dark.png");
}
.mcontent .header-3-sub {
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
}
.mcontent .header-3-sub h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 300;
}
.mcontent .header-3-sub p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 480px) {
  .mcontent .header-3-sub {
    padding-top: 100px;
    background-attachment: scroll;
    background-position: 50% 50%!important;
  }
}
.mcontent .header-4 {
  padding-top: 358px;
  padding-bottom: 360px;
  color: white;
}
.mcontent .header-4.v-center,
.mcontent .header-4 .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-4.v-center > div,
.mcontent .header-4 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-4.v-center.row:before,
  .mcontent .header-4 .v-center.row:before,
  .mcontent .header-4.v-center.row:after,
  .mcontent .header-4 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-4.v-center,
  .mcontent .header-4 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-4.v-center.row,
  .mcontent .header-4 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-4.v-center.row:before,
  .mcontent .header-4 .v-center.row:before,
  .mcontent .header-4.v-center.row:after,
  .mcontent .header-4 .v-center.row:after {
    display: none;
  }
  .mcontent .header-4.v-center.row > *,
  .mcontent .header-4 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-4 .hero-unit {
  margin: 0 0 35px;
  padding: 0;
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-4 .hero-unit h1 {
  margin: 0 0 17px;
  font-size: 41px;
  font-weight: normal;
  color: #ffffff;
  line-height: 43.99999999999999px;
}
.mcontent .header-4 .hero-unit p {
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  line-height: 38px;
  font-weight: 300;
}
.mcontent .header-4 .btn.btn-gray {
  background-color: #7f8c8d;
  color: #fff;
}
.mcontent .header-4 .btn.btn-gray:hover,
.mcontent .header-4 .btn.btn-gray:focus {
  background-color: #99a3a4;
}
.mcontent .header-4 .btn.btn-gray:active,
.mcontent .header-4 .btn.btn-gray.active {
  background-color: #6c7778;
}
.mcontent .header-4 .btns .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.mcontent .header-4 .btns .btn + .btn {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .mcontent .header-4 .btns .btn {
    display: block;
  }
  .mcontent .header-4 .btns .btn + .btn {
    margin: 10px 0 0;
  }
}
.mcontent .header-5 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
}
.mcontent .header-5 > .container {
  position: relative;
}
.mcontent .header-5 .navbar {
  position: absolute;
  z-index: 2;
  top: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-5 .navbar.navbar-fixed-top {
  position: fixed;
  margin-top: 28px;
}
.mcontent .header-5 .navbar .home,
.mcontent .header-5 .navbar .search {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .header-5 .navbar .home [class*="fui-"],
.mcontent .header-5 .navbar .search [class*="fui-"] {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-5 .navbar .home {
  left: 15px;
  z-index: 1;
}
.mcontent .header-5 .navbar .search {
  right: 15px;
  z-index: 3;
}
.mcontent .header-5 .navbar .navbar-search {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  float: none;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-5 .navbar .navbar-search .close-search {
  float: left;
}
.mcontent .header-5 .navbar .navbar-search .close-search [class*="fui-"] {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-5 .navbar .navbar-search input[type="text"] {
  width: 80%;
  height: auto;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  background: none;
}
.mcontent .header-5 .navbar .navbar-search input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.mcontent .header-5 .navbar .navbar-search input[type="text"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mcontent .header-5 .navbar .navbar-search input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.mcontent .header-5 .navbar .navbar-search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.mcontent .header-5 .navbar .navbar-search input[type="text"].placeholder {
  color: #ffffff;
}
.mcontent .header-5 .navbar .navbar-search .ani-placeholder {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 80%;
  margin: -4px auto 0;
  padding: 0 25px;
  line-height: 18px;
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.mcontent .header-5 .navbar .navbar-header {
  float: none;
}
.mcontent .header-5 .navbar .navbar-collapse {
  position: relative;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .mcontent .header-5 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: visible;
    text-align: center;
  }
  .mcontent .header-5 .navbar .nav > li {
    float: none;
    display: inline-block;
  }
}
.mcontent .header-5 .navbar .nav > li {
  min-width: 100px;
}
.mcontent .header-5 .navbar .nav > li > a {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  color: #ffffff;
}
.mcontent .header-5 .navbar .nav > li > a:hover,
.mcontent .header-5 .navbar .nav > li > a:focus,
.mcontent .header-5 .navbar .nav > li > a.active {
  color: #506e8c;
}
@media (max-width: 991px) {
  .mcontent .header-5 .navbar .nav > li > a [class*="fui-"] {
    display: none;
  }
}
.mcontent .header-5 .navbar .nav > li > a [class*="fui-"] + * {
  display: none;
}
@media (max-width: 991px) {
  .mcontent .header-5 .navbar .nav > li > a [class*="fui-"] + * {
    display: initial;
    margin: 0;
  }
}
.mcontent .header-5 .navbar .nav > li.active > a {
  color: #506e8c;
}
.mcontent .header-5 .navbar .nav > li.active > a:hover,
.mcontent .header-5 .navbar .nav > li.active > a:focus,
.mcontent .header-5 .navbar .nav > li.active > a.active {
  color: #405870;
}
.mcontent .header-5 .navbar .navbar-header,
.mcontent .header-5 .navbar .navbar-collapse {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-5 .navbar .navbar-header,
.loaded .mcontent .header-5 .navbar .navbar-collapse {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-5 .navbar.search-mode .navbar-search {
  left: 15px;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-5 .navbar.search-mode .home,
.mcontent .header-5 .navbar.search-mode .navbar-toggle,
.mcontent .header-5 .navbar.search-mode .navbar-collapse {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-5 .navbar .navbar-toggle {
  z-index: 10000;
  float: none;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .mcontent .header-5 .navbar .navbar-toggle {
    display: none;
  }
}
.mcontent .header-5-sub {
  position: relative;
  padding: 0;
}
.mcontent .header-5-sub .box-icon {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .header-5-sub .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.mcontent .header-5-sub .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  margin: 0 50px;
  border: 7px solid #fff55b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  font-weight: normal;
  color: #fff55b;
  line-height: 81px;
}
.mcontent .header-5-sub .bg-peter-river,
.mcontent .header-5-sub .bg-turquoise,
.mcontent .header-5-sub .bg-peter-river h1,
.mcontent .header-5-sub .bg-turquoise h1,
.mcontent .header-5-sub .bg-peter-river .h1,
.mcontent .header-5-sub .bg-turquoise .h1,
.mcontent .header-5-sub .bg-peter-river h2,
.mcontent .header-5-sub .bg-turquoise h2,
.mcontent .header-5-sub .bg-peter-river .h2,
.mcontent .header-5-sub .bg-turquoise .h2,
.mcontent .header-5-sub .bg-peter-river h3,
.mcontent .header-5-sub .bg-turquoise h3,
.mcontent .header-5-sub .bg-peter-river .h3,
.mcontent .header-5-sub .bg-turquoise .h3,
.mcontent .header-5-sub .bg-peter-river h4,
.mcontent .header-5-sub .bg-turquoise h4,
.mcontent .header-5-sub .bg-peter-river .h4,
.mcontent .header-5-sub .bg-turquoise .h4,
.mcontent .header-5-sub .bg-peter-river h5,
.mcontent .header-5-sub .bg-turquoise h5,
.mcontent .header-5-sub .bg-peter-river .h5,
.mcontent .header-5-sub .bg-turquoise .h5,
.mcontent .header-5-sub .bg-peter-river h6,
.mcontent .header-5-sub .bg-turquoise h6,
.mcontent .header-5-sub .bg-peter-river .h6,
.mcontent .header-5-sub .bg-turquoise .h6 {
  color: white;
}
.mcontent .header-5-sub .page-transitions {
  background: black;
}
.mcontent .header-5-sub .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}
.mcontent .header-5-sub .pt-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .header-5-sub .pt-page-current,
.mcontent .header-5-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .header-5-sub .pt-page-ontop {
  z-index: 999;
}
.mcontent .header-5-sub .page-transitions {
  height: 450px;
}
.mcontent .header-5-sub .pt-page {
  padding-top: 200px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .mcontent .header-5-sub .pt-page {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.mcontent .header-5-sub .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
}
.mcontent .header-5-sub .hero-unit h1 {
  margin: 0 0 5px;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  line-height: normal;
}
.mcontent .header-5-sub .hero-unit p {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
.mcontent .header-5-sub .pt-page-1 .box-icon {
  position: relative;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-5-sub .pt-page-1 .box-icon {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-5-sub .pt-page-1 .box-icon [class*="pt-control-"] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-5-sub .pt-page-1 .box-icon [class*="pt-control-"] {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-5-sub .pt-page-1 .hero-unit {
  position: relative;
  left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-5-sub .pt-page-1 .hero-unit {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-5-sub .pt-page {
    padding-top: 120px;
  }
}
.mcontent .header-5-sub .pt-control-next,
.mcontent .header-5-sub .pt-control-prev {
  color: #fff55b;
}
.mcontent .header-5-sub .pt-control-next:hover,
.mcontent .header-5-sub .pt-control-prev:hover,
.mcontent .header-5-sub .pt-control-next:focus,
.mcontent .header-5-sub .pt-control-prev:focus,
.mcontent .header-5-sub .pt-control-next.active,
.mcontent .header-5-sub .pt-control-prev.active {
  color: #ffffff;
}
.mcontent .header-6 {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .header-6 .navbar {
  position: absolute;
  z-index: 2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-6 .navbar.navbar-fixed-top {
  position: fixed;
  margin-top: 28px;
}
.loaded .mcontent .header-6 .navbar {
  top: 90px;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .loaded .mcontent .header-6 .navbar {
    top: 65px;
  }
}
@media (max-width: 480px) {
  .mcontent .header-6 .navbar .social-btns {
    display: none;
  }
}
.mcontent .header-6 .navbar .brand {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 0 !important;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-6 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-6 .navbar .social-btns {
  white-space: nowrap;
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 2;
}
@media (max-width: 768px) {
  .mcontent .header-6 .navbar .social-btns {
    display: none;
  }
}
.mcontent .header-6 .navbar .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #cccccc;
  width: 16px;
  height: 19px;
  overflow: hidden;
  text-align: center;
}
.mcontent .header-6 .navbar .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .header-6 .navbar .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .header-6 .navbar .social-btns > * > *:first-child {
  color: white;
}
.mcontent .header-6 .navbar .social-btns > *:hover > * {
  top: -100%;
}
@media (min-width: 992px) {
  .mcontent .header-6 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: visible;
    text-align: center;
  }
  .mcontent .header-6 .navbar .nav > li {
    float: none;
    display: inline-block;
    padding: 0 10px;
  }
}
.mcontent .header-6 .navbar .nav > li > a {
  padding: 12px 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  display: inline-block;
}
.mcontent .header-6 .navbar .nav > li > a:hover,
.mcontent .header-6 .navbar .nav > li > a:focus,
.mcontent .header-6 .navbar .nav > li > a.active {
  color: #cccccc;
}
.mcontent .header-6 .navbar .nav > li.active > a {
  color: #cccccc;
}
.mcontent .header-6 .navbar .nav > li.active > a:hover,
.mcontent .header-6 .navbar .nav > li.active > a:focus,
.mcontent .header-6 .navbar .nav > li.active > a.active {
  color: #cccccc;
}
.mcontent .header-6 .navbar .navbar-toggle {
  float: none;
  margin: 4px auto 0;
  display: block;
}
@media (max-width: 768px) {
  .mcontent .header-6 .navbar .navbar-toggle {
    float: right;
  }
}
@media (min-width: 992px) {
  .mcontent .header-6 .navbar .navbar-toggle {
    display: none;
  }
}
.mcontent .header-6-sub {
  position: relative;
  z-index: 50;
  left: 0;
  width: 100%;
  padding-top: 280px;
  padding-bottom: 90px;
  overflow: hidden;
  color: #bdc3c7;
  text-align: center;
}
@media (max-width: 768px) {
  .mcontent .header-6-sub {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.mcontent .header-6-sub h3 {
  font-size: 35px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
}
.mcontent .header-6-sub .row {
  position: relative;
  z-index: 51;
}
.mcontent .header-6-sub .lead {
  font-size: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-6-sub .container > .row:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-6-sub .container > .row:first-child {
  -webkit-transition: 1.2s opacity;
  -moz-transition: 1.2s opacity;
  -o-transition: 1.2s opacity;
  transition: 1.2s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-6-sub .container > .row + .row {
  position: relative;
  bottom: -180px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-6-sub .container > .row + .row {
  -webkit-transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  -moz-transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  -o-transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  bottom: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-6-sub {
    background-attachment: scroll;
    background-position: 50% 50%!important;
  }
  .mcontent .header-6-sub .container > .row:first-child,
  .mcontent .header-6-sub .container > .row + .row {
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}
.mcontent .header-6-sub .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 150px;
  margin: 50px auto 170px;
  border: 4px solid #fff;
}
.mcontent .header-6-sub .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  padding-left: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.mcontent .header-6-sub .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.mcontent .header-6-sub .signup-form form {
  margin: 0 auto;
  padding: 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: white;
}
.mcontent .header-6-sub .signup-form form input,
.mcontent .header-6-sub .signup-form form button {
  float: left;
  width: 23.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 2%;
}
@media (max-width: 480px) {
  .mcontent .header-6-sub .signup-form form input,
  .mcontent .header-6-sub .signup-form form button {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    float: none;
  }
}
.mcontent .header-6-sub .signup-form form input:first-child,
.mcontent .header-6-sub .signup-form form button:first-child {
  margin: 0;
}
.mcontent .header-6-sub .signup-form form button {
  width: 23.5%;
  margin-left: 2%;
}
@media (max-width: 480px) {
  .mcontent .header-6-sub .signup-form form button {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    float: none;
  }
}
.mcontent .header-antiflicker {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-7-sub {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mcontent .header-7-sub {
    max-height: 100%;
  }
  .mcontent .header-7-sub .pt-controls {
    margin: -60px 0 !important;
    padding: 0 !important;
  }
}
.mcontent .header-7-sub h1 {
  font-weight: 300;
}
.mcontent .header-7-sub h3 {
  font-size: 35px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 300;
}
.mcontent .header-7-sub h6 {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  text-transform: none;
  font-weight: 500;
}
.mcontent .header-7-sub h1,
.mcontent .header-7-sub .h1,
.mcontent .header-7-sub h2,
.mcontent .header-7-sub .h2,
.mcontent .header-7-sub h3,
.mcontent .header-7-sub .h3,
.mcontent .header-7-sub h4,
.mcontent .header-7-sub .h4,
.mcontent .header-7-sub h5,
.mcontent .header-7-sub .h5,
.mcontent .header-7-sub h6,
.mcontent .header-7-sub .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
.mcontent .header-7-sub .pt-perspective {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .header-7-sub .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .header-7-sub .pt-page-current,
.mcontent .header-7-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .header-7-sub .pt-page-ontop {
  z-index: 999;
}
.mcontent .header-7-sub .pt-controls {
  margin: -30% 0 0 30px;
  padding-bottom: 25%;
  position: relative;
  z-index: 9999;
}
.mcontent .header-7-sub .pt-controls .pt-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-7-sub .pt-controls .pt-indicators li {
  float: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  margin: 15px 0 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 2px solid #fff;
  background: transparent;
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mcontent .header-7-sub .pt-controls .pt-indicators li.active {
  border: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.loaded .mcontent .header-7-sub .pt-controls .pt-indicators {
  -webkit-transition: 1.2s 1.6s opacity;
  -moz-transition: 1.2s 1.6s opacity;
  -o-transition: 1.2s 1.6s opacity;
  transition: 1.2s 1.6s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .mcontent .header-7-sub .pt-controls .pt-indicators {
    text-align: center;
    padding-bottom: 90px;
  }
  .mcontent .header-7-sub .pt-controls .pt-indicators li {
    display: inline-block;
    margin: 0 7.5px;
  }
}
.mcontent .header-7-sub .page-transitions.pt-item-5 + .pt-controls li {
  border-color: rgba(0, 0, 0, 0.2);
}
.mcontent .header-7-sub .pt-controls li.active {
  background: #f1c40f;
}
.mcontent .header-7-sub .page-transitions.pt-item-1 + .pt-controls li.active {
  background: #f1c40f;
}
.mcontent .header-7-sub .page-transitions.pt-item-2 + .pt-controls li.active {
  background: #e74c3c;
}
.mcontent .header-7-sub .page-transitions.pt-item-3 + .pt-controls li.active {
  background: #f1c40f;
}
.mcontent .header-7-sub .page-transitions.pt-item-4 + .pt-controls li.active {
  background: #34495e;
}
.mcontent .header-7-sub .page-transitions.pt-item-5 + .pt-controls li.active {
  background: #f1c40f;
}
.mcontent .header-7-sub .page-transitions.pt-item-6 + .pt-controls li.active {
  background: #f1c40f;
}
.mcontent .header-7-sub h3 {
  margin: 0 0 30px;
}
.mcontent .header-7-sub h6 {
  margin: 0 0 10px;
}
.mcontent .header-7-sub .brand {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .header-7-sub .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
  border: 1px solid #e74c3c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e74c3c;
}
.mcontent .header-7-sub .header-7 {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  top: 90px;
  left: 0;
  right: 0;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 100%;
}
.loaded .mcontent .header-7-sub .header-7 {
  -webkit-transition: .6s 1s left, 1.2s 1s opacity;
  -moz-transition: .6s 1s left, 1.2s 1s opacity;
  -o-transition: .6s 1s left, 1.2s 1s opacity;
  transition: .6s 1s left, 1.2s 1s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.mcontent .header-7-sub section {
  height: 100%;
  display: table;
  width: 100%;
  background: #2c3e50;
}
.mcontent .header-7-sub section > div {
  padding-left: 5px;
  padding-right: 5px;
}
.mcontent .header-7-sub section h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-7-sub section .col-sm-8 {
  text-align: center;
}
.mcontent .header-7-sub section .col-sm-8 > * {
  position: relative;
}
.mcontent .header-7-sub section .row + .row {
  position: relative;
}
.mcontent .header-7-sub section .lead {
  font-size: 22px;
  font-weight: normal;
  color: #bdc3c7;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 130px;
}
.mcontent .header-7-sub section > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 265px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 480px) {
  .mcontent .header-7-sub section > div {
    vertical-align: top;
    padding-bottom: 70px;
    padding-top: 200px;
  }
}
.mcontent .header-7-sub .h-7-section-1 > div {
  padding-left: 5px;
  padding-right: 5px;
}
.mcontent .header-7-sub .h-7-section-1 .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #bdc3c7;
  float: left;
  width: 27%;
  margin: 30px 0 0 9.5%;
}
.mcontent .header-7-sub .h-7-section-1 .box h6 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
.mcontent .header-7-sub .h-7-section-1 .box:first-child {
  margin-left: 0;
}
.mcontent .header-7-sub .h-7-section-1 .container > .row:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-7-sub .h-7-section-1 .container > .row:first-child {
  -webkit-transition: 1.2s .2s opacity;
  -moz-transition: 1.2s .2s opacity;
  -o-transition: 1.2s .2s opacity;
  transition: 1.2s .2s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-7-sub .h-7-section-1 .box:nth-child(1) {
  position: relative;
  left: -30%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-7-sub .h-7-section-1 .box:nth-child(1) {
  -webkit-transition: .5s .6s left, 1.2s .6s opacity;
  -moz-transition: .5s .6s left, 1.2s .6s opacity;
  -o-transition: .5s .6s left, 1.2s .6s opacity;
  transition: .5s .6s left, 1.2s .6s opacity;
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-7-sub .h-7-section-1 .box:nth-child(2) {
  position: relative;
  bottom: -200px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-7-sub .h-7-section-1 .box:nth-child(2) {
  -webkit-transition: .5s .6s bottom, 1.2s .6s opacity;
  -moz-transition: .5s .6s bottom, 1.2s .6s opacity;
  -o-transition: .5s .6s bottom, 1.2s .6s opacity;
  transition: .5s .6s bottom, 1.2s .6s opacity;
  bottom: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-7-sub .h-7-section-1 .box:nth-child(3) {
  position: relative;
  left: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-7-sub .h-7-section-1 .box:nth-child(3) {
  -webkit-transition: .5s .6s left, 1.2s .6s opacity;
  -moz-transition: .5s .6s left, 1.2s .6s opacity;
  -o-transition: .5s .6s left, 1.2s .6s opacity;
  transition: .5s .6s left, 1.2s .6s opacity;
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-7-sub .h-7-section-1 .lead {
    margin-bottom: 30px;
  }
  .mcontent .header-7-sub .h-7-section-1 .box {
    float: none;
    width: auto;
    margin: 30px 0 0 0;
  }
}
.mcontent .header-7-sub .player-wrapper {
  display: inline-block;
  position: relative;
}
.mcontent .header-7-sub .player-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 8000px;
  height: 275px;
  background: #000;
  opacity: 10;
  filter: alpha(opacity=1000);
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-57deg);
  -moz-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  -o-transform: rotate(-57deg);
  transform: rotate(-57deg);
}
.mcontent .header-7-sub .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 158px;
  margin: 0 auto 50px;
  border: 4px solid #fff;
}
.mcontent .header-7-sub .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  padding-left: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.mcontent .header-7-sub .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.mcontent .header-8-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.mcontent .header-8 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
}
.mcontent .header-8 .header-background {
  background: #fff;
}
.mcontent .header-8 .navbar {
  position: relative;
  top: 0;
  z-index: 2;
  margin: 18px 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-8 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-8 .navbar .brand {
  padding-top: 18px;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
}
.mcontent .header-8 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-8 .navbar .nav {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: visible;
  text-align: center;
}
.mcontent .header-8 .navbar .nav > li {
  float: none;
  display: inline-block;
  line-height: 14.999999999999998px;
  margin-left: 50px;
}
.mcontent .header-8 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-8 .navbar .nav > li > a {
  padding: 30px 0 22px;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #95a5a6;
}
.mcontent .header-8 .navbar .nav > li > a:hover,
.mcontent .header-8 .navbar .nav > li > a:focus,
.mcontent .header-8 .navbar .nav > li > a.active {
  color: #34495e;
}
.mcontent .header-8 .navbar .nav > li.active > a {
  color: #34495e;
}
.mcontent .header-8 .navbar .nav > li.active > a:hover,
.mcontent .header-8 .navbar .nav > li.active > a:focus,
.mcontent .header-8 .navbar .nav > li.active > a.active {
  color: #34495e;
}
.mcontent .header-8 .navbar .navbar-header {
  position: relative;
  z-index: 2;
}
.mcontent .header-8 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-header-8.png");
  margin-top: 22px;
}
.mcontent .header-8-sub {
  position: relative;
  padding-top: 101px;
  padding-bottom: 0;
}
.mcontent .header-8-sub h3 {
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.mcontent .header-8-sub .lead {
  font-size: 24px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.mcontent .header-8-sub img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 87px;
}
.mcontent .header-9 {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.mcontent .header-9 .navbar {
  position: absolute;
  z-index: 2;
  top: 60px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-9 .navbar.navbar-fixed-top {
  position: fixed;
  margin-top: 20px;
}
.loaded .mcontent .header-9 .navbar {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-9 .navbar .brand {
  padding: 0 !important;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-9 .navbar .brand:hover,
.mcontent .header-9 .navbar .brand:focus,
.mcontent .header-9 .navbar .brand.active {
  color: #506e8c;
}
.mcontent .header-9 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
@media (min-width: 992px) {
  .mcontent .header-9 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    right: 15px;
    overflow: visible;
    text-align: right;
  }
  .mcontent .header-9 .navbar .nav > li {
    float: none;
    display: inline-block;
    margin-left: 10%;
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .mcontent .header-9 .navbar .nav > li {
    margin-left: 12%;
  }
}
.mcontent .header-9 .navbar .nav > li > a {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-9 .navbar .nav > li > a:hover,
.mcontent .header-9 .navbar .nav > li > a:focus,
.mcontent .header-9 .navbar .nav > li > a.active {
  color: #506e8c;
}
.mcontent .header-9 .navbar .nav > li.active > a {
  color: #506e8c;
}
.mcontent .header-9 .navbar .nav > li.active > a:hover,
.mcontent .header-9 .navbar .nav > li.active > a:focus,
.mcontent .header-9 .navbar .nav > li.active > a.active {
  color: #405870;
}
.mcontent .header-9 .navbar .navbar-toggle {
  margin-top: 8px;
}
.mcontent .header-9 .navbar .navbar-header {
  position: relative;
  z-index: 2;
}
.mcontent .header-9 > .container {
  position: relative;
}
.mcontent .header-9-sub {
  position: relative;
  width: 100%;
  z-index: 50;
  padding-top: 300px;
  padding-bottom: 60px;
  color: white;
  text-align: center;
}
.mcontent .header-9-sub > .container {
  position: relative;
  z-index: 51;
}
.mcontent .header-9-sub .hero-unit.bordered {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid white;
  padding: 26px 25px;
  margin-bottom: 40px;
  background: transparent none;
}
.mcontent .header-9-sub .hero-unit.bordered p {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 46.00000000000001px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .mcontent .header-9-sub .hero-unit.bordered p {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
  }
}
.mcontent .header-9-sub .wide-text.text-warning {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.mcontent .header-9-sub .hero-unit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-9-sub .hero-unit {
  -webkit-transition: 1.2s opacity;
  -moz-transition: 1.2s opacity;
  -o-transition: 1.2s opacity;
  transition: 1.2s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-9-sub {
    padding-top: 150px;
    padding-bottom: 60px;
    background-attachment: scroll;
    background-position: 50% 50%!important;
  }
}
.mcontent .header-9-sub .nav-steps {
  margin-top: 200px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-9-sub .nav-steps > * {
  display: inline-block;
  vertical-align: middle;
}
.mcontent .header-9-sub .nav-steps a {
  color: #ffffff;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.mcontent .header-9-sub .nav-steps a:hover,
.mcontent .header-9-sub .nav-steps a:focus,
.mcontent .header-9-sub .nav-steps a.active {
  color: #ffffff;
}
.mcontent .header-9-sub .nav-steps a:hover,
.mcontent .header-9-sub .nav-steps a:focus {
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mcontent .header-9-sub .nav-steps a.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-9-sub .nav-steps .steps-selectors {
  margin: 0 40px;
  font-size: 22px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: 'Courier New', monospace;
  letter-spacing: -7px;
}
.loaded .mcontent .header-9-sub .nav-steps {
  -webkit-transition: 1.2s 1.2s opacity;
  -moz-transition: 1.2s 1.2s opacity;
  -o-transition: 1.2s 1.2s opacity;
  transition: 1.2s 1.2s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-9-sub .nav-steps {
    margin-top: 82px;
  }
  .mcontent .header-9-sub .nav-steps .steps-selectors {
    margin: 0 10px;
  }
}
.mcontent .header-10 {
  z-index: 100;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
  color: white;
}
.mcontent .header-10 .header-background {
  background: #233240;
}
.mcontent .header-10 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
}
.mcontent .header-10 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-10 .navbar .brand {
  padding-top: 25px;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.mcontent .header-10 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-10 .navbar .nav > li {
  margin-left: 30px;
}
.mcontent .header-10 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-10 .navbar .nav > li > a {
  padding: 29px 0 27px;
  font-size: 17px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 600;
  color: #ffffff;
}
.mcontent .header-10 .navbar .nav > li > a:hover,
.mcontent .header-10 .navbar .nav > li > a:focus,
.mcontent .header-10 .navbar .nav > li > a.active {
  color: #bdc3c7;
}
.mcontent .header-10 .navbar .nav > li.active > a {
  color: #bdc3c7;
}
.mcontent .header-10 .navbar .nav > li.active > a:hover,
.mcontent .header-10 .navbar .nav > li.active > a:focus,
.mcontent .header-10 .navbar .nav > li.active > a.active {
  color: #bdc3c7;
}
.mcontent .header-10 .navbar .navbar-form {
  padding: 19px 0 19px 60px;
}
.mcontent .header-10 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
}
.mcontent .header-10 .navbar .btn.btn-info {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
.mcontent .header-10 .navbar .navbar-toggle {
  margin-top: 30px;
}
.mcontent .header-10-sub {
  position: relative;
  z-index: 50;
  height: 800px;
  color: white;
  text-align: center;
}
.mcontent .header-10-sub.v-center,
.mcontent .header-10-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-10-sub.v-center > div,
.mcontent .header-10-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-10-sub.v-center.row:before,
  .mcontent .header-10-sub .v-center.row:before,
  .mcontent .header-10-sub.v-center.row:after,
  .mcontent .header-10-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-10-sub.v-center,
  .mcontent .header-10-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-10-sub.v-center.row,
  .mcontent .header-10-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-10-sub.v-center.row:before,
  .mcontent .header-10-sub .v-center.row:before,
  .mcontent .header-10-sub.v-center.row:after,
  .mcontent .header-10-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-10-sub.v-center.row > *,
  .mcontent .header-10-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-10-sub .hero-unit {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.mcontent .header-10-sub .hero-unit h1 {
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.mcontent .header-10-sub .hero-unit p {
  font-size: 25px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 37.5px;
}
@media (max-width: 480px) {
  .mcontent .header-10-sub .hero-unit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
  }
  .mcontent .header-10-sub .hero-unit p {
    font-size: 22px;
    font-weight: normal;
    color: #bdc3c7;
    line-height: 35px;
    font-weight: 300;
  }
}
.mcontent .header-10-sub .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: normal;
  color: #fff;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
@media (max-width: 480px) {
  .mcontent .header-10-sub .hero-unit.hero-unit-bordered h1 {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .mcontent .header-10-sub.v-center > div {
    padding-top: 35px;
  }
}
.mcontent .header-10-sub .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  background: #121518;
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
}
.mcontent .header-10-sub .control-btn:hover,
.mcontent .header-10-sub .control-btn:focus,
.mcontent .header-10-sub .control-btn.active {
  color: #ffffff;
}
.mcontent .header-10-sub .control-btn:hover,
.mcontent .header-10-sub .control-btn:focus,
.mcontent .header-10-sub .control-btn:active,
.mcontent .header-10-sub .control-btn.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-10-sub .control-btn {
    bottom: 30px;
  }
}
.mcontent .header-11-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.mcontent .header-11 {
  z-index: 100;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
}
.mcontent .header-11 .header-background {
  background: #fff;
}
.mcontent .header-11 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-11 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-11 .navbar .navbar-form {
  padding: 30px 0 19px 30px;
}
.mcontent .header-11 .navbar .btn {
  padding-left: 18px;
  padding-right: 18px;
}
.mcontent .header-11 .navbar .btn.btn-primary {
  background-color: #16a085;
}
.mcontent .header-11 .navbar .btn.btn-primary:hover,
.mcontent .header-11 .navbar .btn.btn-primary:focus {
  background-color: #45b39d;
}
.mcontent .header-11 .navbar .btn.btn-primary:active,
.mcontent .header-11 .navbar .btn.btn-primary.active {
  background-color: #138871;
}
.mcontent .header-11 .navbar .brand {
  padding-top: 30px !important;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-weight: 600;
}
.mcontent .header-11 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-11 .navbar .nav > li {
  margin-left: 25px;
}
.mcontent .header-11 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-11 .navbar .nav > li:active a,
.mcontent .header-11 .navbar .nav > li.active a {
  color: #16a085;
}
.mcontent .header-11 .navbar .nav > li:active a:hover,
.mcontent .header-11 .navbar .nav > li.active a:hover,
.mcontent .header-11 .navbar .nav > li:active a:focus,
.mcontent .header-11 .navbar .nav > li.active a:focus,
.mcontent .header-11 .navbar .nav > li:active a.active,
.mcontent .header-11 .navbar .nav > li.active a.active {
  color: #16a085;
}
.mcontent .header-11 .navbar .nav > li > a {
  padding: 41px 0 27px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  letter-spacing: 1px;
  color: inherit;
}
.mcontent .header-11 .navbar .nav > li > a:hover,
.mcontent .header-11 .navbar .nav > li > a:focus,
.mcontent .header-11 .navbar .nav > li > a.active {
  color: #16a085;
}
.mcontent .header-11 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-header-8.png");
  margin-top: 36px;
}
.mcontent .header-11-sub {
  padding-top: 110px;
  padding-bottom: 110px;
  color: #bdc3c7;
  position: relative;
}
.mcontent .header-11-sub h3 {
  font-size: 33px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.mcontent .header-11-sub p {
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-11-sub .additional-links {
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 12px;
  font-weight: normal;
  color: #bdc3c7;
}
.mcontent .header-11-sub .additional-links a {
  text-decoration: underline;
  color: #bdc3c7;
}
.mcontent .header-11-sub .additional-links a:hover,
.mcontent .header-11-sub .additional-links a:focus,
.mcontent .header-11-sub .additional-links a.active {
  color: #979c9f;
}
@media (max-width: 767px) {
  .mcontent .header-11-sub {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .mcontent .header-11-sub .player {
    margin: 40px 0 45px;
  }
}
@media (max-width: 480px) {
  .mcontent .header-11-sub {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .mcontent .header-11-sub h3 {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
  }
  .mcontent .header-11-sub .player {
    margin: 40px 0 45px;
  }
}
.mcontent .header-11-sub .signup-form form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
.mcontent .header-11-sub .signup-form form .form-group:first-child + .form-group {
  display: table;
  width: 100%;
}
.mcontent .header-11-sub .signup-form form .form-group:first-child + .form-group > div {
  display: table-cell;
  width: 50%;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .mcontent .header-11-sub .signup-form form .form-group:first-child + .form-group > div {
    padding-left: 9px;
  }
}
.mcontent .header-11-sub .signup-form form .form-group:first-child + .form-group > div:first-child {
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .mcontent .header-11-sub .signup-form form .form-group:first-child + .form-group > div:first-child {
    padding-right: 9px;
  }
}
.mcontent .header-11-sub .signup-form form .form-group:first-child + .form-group input {
  width: 100%;
}
@media (max-width: 767px) {
  .mcontent .header-11-sub .signup-form form .btn {
    margin: 9px 0;
  }
}
.mcontent .header-11-sub .signup-form form .btn.btn-info:hover,
.mcontent .header-11-sub .signup-form form .btn.btn-info:focus {
  background-color: #16a085;
}
.mcontent .header-11-sub .signup-form form .btn.btn-info:active,
.mcontent .header-11-sub .signup-form form .btn.btn-info.active {
  background-color: #138871;
}
.mcontent .header-11-sub .signup-form form input[type="text"],
.mcontent .header-11-sub .signup-form form input[type="password"] {
  border-color: white!important;
}
@media (max-width: 767px) {
  .mcontent .header-11-sub .signup-form form input[type="text"],
  .mcontent .header-11-sub .signup-form form input[type="password"] {
    height: 41px;
  }
}
@media (max-width: 480px) {
  .mcontent .header-11-sub .signup-form form {
    margin-top: 25px;
  }
}
.mcontent .header-11-sub .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #bdc3c7;
  position: relative;
  overflow: hidden;
  height: 360px;
}
.mcontent .header-11-sub .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 60px;
  padding-left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mcontent .header-11-sub .player .btn-play.btn-primary {
  background-color: #16a085;
}
.mcontent .header-11-sub .player .btn-play.btn-primary:hover,
.mcontent .header-11-sub .player .btn-play.btn-primary:focus {
  background-color: #45b39d;
}
.mcontent .header-11-sub .player .btn-play.btn-primary:active,
.mcontent .header-11-sub .player .btn-play.btn-primary.active {
  background-color: #138871;
}
.mcontent .header-11-sub .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 480px) {
  .mcontent .header-11-sub .player {
    height: 160px;
  }
}
.mcontent .header-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .header-12 .navbar {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 90px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #bdc3c7;
}
.mcontent .header-12 .navbar .navbar-header {
  float: none;
}
.mcontent .header-12 .navbar .brand {
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-12 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-12 .navbar .nav {
  margin: 12px 0 0 100px;
  float: left;
}
.mcontent .header-12 .navbar .nav a {
  font-weight: 500;
  color: #bdc3c7;
  letter-spacing: 2px;
}
.mcontent .header-12 .navbar .nav a:hover,
.mcontent .header-12 .navbar .nav a:focus,
.mcontent .header-12 .navbar .nav a.active {
  color: #ffffff;
}
@media (max-width: 480px) {
  .mcontent .header-12 .navbar {
    top: 50px;
  }
  .mcontent .header-12 .navbar .nav {
    display: none;
  }
}
.mcontent .header-12-sub {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.mcontent .header-12-sub:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 14px solid white;
  border-left-color: #fff55b;
  border-top-color: #fff55b;
  z-index: 3;
}
.mcontent .header-12-sub .row {
  float: left;
}
.mcontent .header-12-sub .hero-unit {
  margin: 260px 0 0;
  padding: 0;
  background: transparent;
}
.mcontent .header-12-sub .hero-unit h1 {
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  line-height: 40px;
}
.mcontent .header-12-sub .hero-unit p {
  font-size: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .mcontent .header-12-sub {
    padding-bottom: 0;
  }
  .mcontent .header-12-sub .row {
    float: none;
  }
  .mcontent .header-12-sub .row > .col-sm-5 {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mcontent .header-12-sub .hero-unit {
    margin: 120px 0 0;
  }
}
@media (max-width: 480px) {
  .mcontent .header-12-sub {
    padding-bottom: 0;
  }
  .mcontent .header-12-sub .row {
    float: none;
  }
  .mcontent .header-12-sub .hero-unit {
    margin: 60px 0 0;
  }
  .mcontent .header-12-sub .hero-unit h1 {
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    line-height: 40px;
  }
}
.mcontent .header-12-sub .aside {
  position: relative;
  background: #3498db;
  float: right;
  text-align: center;
  padding-left: 95px;
  border-left: 5px solid #fff;
  margin-top: -80px;
  margin-bottom: -80px;
  padding-top: 80px;
  padding-bottom: 117px;
}
.mcontent .header-12-sub .aside:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5000px;
  height: 100%;
  background: #3498db;
}
.mcontent .header-12-sub .aside > * {
  position: relative;
}
.mcontent .header-12-sub .aside > div > [class*="fui-"] {
  font-size: 24px;
  font-weight: normal;
  color: #fff55b;
  margin-bottom: 100px;
}
.mcontent .header-12-sub .aside h1,
.mcontent .header-12-sub .aside .h1,
.mcontent .header-12-sub .aside h2,
.mcontent .header-12-sub .aside .h2,
.mcontent .header-12-sub .aside h3,
.mcontent .header-12-sub .aside .h3,
.mcontent .header-12-sub .aside h4,
.mcontent .header-12-sub .aside .h4,
.mcontent .header-12-sub .aside h5,
.mcontent .header-12-sub .aside .h5,
.mcontent .header-12-sub .aside h6,
.mcontent .header-12-sub .aside .h6 {
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-12-sub .aside h3 {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 30px;
}
.mcontent .header-12-sub .aside p {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 24.3px;
}
.mcontent .header-12-sub .aside .muted {
  color: rgba(255, 255, 255, 0.8);
}
.mcontent .header-12-sub .aside .price {
  position: relative;
  display: inline-block;
  margin: -1px 0 17px;
  font-size: 140px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 600;
}
.mcontent .header-12-sub .aside .price .currency {
  position: absolute;
  top: 30px;
  left: -1em;
  font-size: 20px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}
.mcontent .header-12-sub .aside .btn {
  margin-top: 100px;
  padding-left: 37px;
  padding-right: 37px;
  color: #e74c3c;
  background-color: #fff55b;
}
.mcontent .header-12-sub .aside .btn:hover,
.mcontent .header-12-sub .aside .btn:focus {
  background-color: #fff77c;
}
.mcontent .header-12-sub .aside .btn:active,
.mcontent .header-12-sub .aside .btn.active {
  background-color: #d9d04d;
}
@media (max-width: 991px) {
  .mcontent .header-12-sub .aside {
    max-width: none;
    float: none;
    padding-left: 0;
    border-left: 0;
    margin: 60px -20px 0;
  }
  .mcontent .header-12-sub .aside:before {
    left: 50%;
    margin-left: -2500px;
    border-top: 5px solid #fff;
  }
}
@media (max-width: 480px) {
  .mcontent .header-12-sub .aside {
    max-width: none;
    float: none;
    padding-left: 0;
    border-left: 0;
    border-top: 5px solid #fff;
    margin: 60px -20px 0;
  }
  .mcontent .header-12-sub .aside:before {
    display: none;
  }
  .mcontent .header-12-sub .aside > div > [class*="fui-"] {
    margin-bottom: 40px;
  }
  .mcontent .header-12-sub .aside .btn {
    margin-top: 40px;
  }
  .mcontent .header-12-sub .aside p {
    max-width: 55%;
    margin: 0 auto 10px;
  }
}
.mcontent .header-13 {
  position: absolute;
  width: 100%;
  margin: 140px auto;
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .mcontent .header-13 {
    text-align: center;
  }
  .mcontent .header-13 .brand {
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -50px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .mcontent .header-13 .brand {
    top: 0;
  }
}
.mcontent .header-13 .brand img {
  width: 100px !important;
  height: 100px !important;
  margin-top: 10px !important;
}
.loaded .mcontent .header-13 {
  -webkit-transition: .6s 1.4s top, 1.2s 1.4s opacity;
  -moz-transition: .6s 1.4s top, 1.2s 1.4s opacity;
  -o-transition: .6s 1.4s top, 1.2s 1.4s opacity;
  transition: .6s 1.4s top, 1.2s 1.4s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-13 {
    text-align: left;
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}
.mcontent .header-13-sub {
  position: relative;
  padding-top: 140px;
  padding-bottom: 130px;
  color: #bdc3c7;
}
.mcontent .header-13-sub.v-center,
.mcontent .header-13-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-13-sub.v-center > div,
.mcontent .header-13-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-13-sub.v-center.row:before,
  .mcontent .header-13-sub .v-center.row:before,
  .mcontent .header-13-sub.v-center.row:after,
  .mcontent .header-13-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-13-sub.v-center,
  .mcontent .header-13-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-13-sub.v-center.row,
  .mcontent .header-13-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-13-sub.v-center.row:before,
  .mcontent .header-13-sub .v-center.row:before,
  .mcontent .header-13-sub.v-center.row:after,
  .mcontent .header-13-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-13-sub.v-center.row > *,
  .mcontent .header-13-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-13-sub h3 {
  font-size: 29.000000000000004px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 26px;
  font-weight: 300;
}
.mcontent .header-13-sub .lead {
  font-size: 22px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.mcontent .header-13-sub .col-sm-5.col-sm-offset-1 {
  margin-top: 220px;
}
@media (max-width: 767px) {
  .mcontent .header-13-sub .col-sm-5.col-sm-offset-1 {
    margin-top: 0;
  }
}
.mcontent .header-13-sub .btn {
  font-size: 22px;
  line-height: 21px;
  padding: 15px 20px 16px;
  display: block;
}
.mcontent .header-13-sub .col-sm-5.col-sm-offset-1 {
  position: relative;
  left: -15%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-13-sub .col-sm-5.col-sm-offset-1 {
  -webkit-transition: .8s .4s left, 1.2s .4s opacity;
  -moz-transition: .8s .4s left, 1.2s .4s opacity;
  -o-transition: .8s .4s left, 1.2s .4s opacity;
  transition: .8s .4s left, 1.2s .4s opacity;
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-13-sub .col-sm-4.col-sm-offset-1 {
  position: relative;
  right: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-13-sub .col-sm-4.col-sm-offset-1 {
  -webkit-transition: .8s right, 1.2s opacity;
  -moz-transition: .8s right, 1.2s opacity;
  -o-transition: .8s right, 1.2s opacity;
  transition: .8s right, 1.2s opacity;
  right: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-13-sub {
    padding-top: 90px;
  }
  .mcontent .header-13-sub > div > .container {
    padding-top: 180px;
  }
  .mcontent .header-13-sub .col-sm-5.col-sm-offset-1,
  .mcontent .header-13-sub .col-sm-4.offset-1 {
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}
.mcontent .header-14-sub {
  color: #bdc3c7;
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
}
.mcontent .header-14-sub h1,
.mcontent .header-14-sub .h1,
.mcontent .header-14-sub h2,
.mcontent .header-14-sub .h2,
.mcontent .header-14-sub h3,
.mcontent .header-14-sub .h3,
.mcontent .header-14-sub h4,
.mcontent .header-14-sub .h4,
.mcontent .header-14-sub h5,
.mcontent .header-14-sub .h5,
.mcontent .header-14-sub h6,
.mcontent .header-14-sub .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
.mcontent .header-14-sub h1 {
  font-weight: 300;
}
.mcontent .header-14-sub h3 {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 480px) {
  .mcontent .header-14-sub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.mcontent .header-14-sub h3 {
  margin: 0 0 30px;
}
.mcontent .header-14-sub .header-14 {
  margin-bottom: 65px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 8px;
}
.mcontent .header-14-sub .header-14 [class*="fui-"] {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-14-sub .hero-unit {
  display: table;
  border-collapse: collapse;
  padding: 0;
  margin: 190px auto 170px;
  background: transparent;
  color: white;
}
.mcontent .header-14-sub .hero-unit > * {
  display: table-cell;
  vertical-align: middle;
  border: 8px solid #fff;
  padding: 25px 30px;
  text-align: left;
}
.mcontent .header-14-sub .hero-unit h1 {
  margin: 0;
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mcontent .header-14-sub .hero-unit h1 {
    text-align: center;
  }
}
.mcontent .header-14-sub .hero-unit p {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 480px) {
  .mcontent .header-14-sub .hero-unit {
    margin: 0 auto 65px;
  }
}
.mcontent .header-14-sub .subscribe-form form {
  margin: 40px 0 10px;
}
.mcontent .header-14-sub .subscribe-form form .input-group input[type="text"] {
  border-color: white;
  border-right: 0;
  min-height: 0;
}
@media (max-width: 480px) {
  .mcontent .header-14-sub .subscribe-form form .input-group input[type="text"] {
    min-height: 41px;
  }
}
.mcontent .header-14-sub .subscribe-form form .input-group .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border: 0;
  color: #fff;
  background: #1abc9c;
  line-height: 22px;
}
@media (max-width: 480px) {
  .mcontent .header-14-sub .subscribe-form form .input-group .btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
.mcontent .header-14-sub .subscribe-form .btn.btn-primary:hover,
.mcontent .header-14-sub .subscribe-form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.mcontent .header-14-sub .subscribe-form .btn.btn-primary:active,
.mcontent .header-14-sub .subscribe-form .btn.btn-primary.active {
  background-color: #c44133;
}
@media (max-width: 480px) {
  .mcontent .header-14-sub .subscribe-form .input-group,
  .mcontent .header-14-sub .subscribe-form .input-group input[type="text"],
  .mcontent .header-14-sub .subscribe-form .input-group .btn {
    display: block;
    width: 100%;
  }
  .mcontent .header-14-sub .subscribe-form .input-group input[type="text"],
  .mcontent .header-14-sub .subscribe-form .input-group .btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .mcontent .header-14-sub .subscribe-form .input-group .btn {
    margin-top: 15px;
  }
}
.mcontent .header-15-startup-antiflicker {
  background: #171717 !important;
}
.mcontent .header-15 {
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
  z-index: 100;
  width: 100%;
}
.mcontent .header-15 .header-background {
  background: #171717;
}
.mcontent .header-15 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
}
.mcontent .header-15 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-15 .navbar .navbar-form {
  padding: 20px 0 19px 20px;
  position: relative;
}
.mcontent .header-15 .navbar .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 28px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.mcontent .header-15 .navbar .btn:hover,
.mcontent .header-15 .navbar .btn:focus {
  background-color: white;
  border-color: white;
  color: #171717;
}
.mcontent .header-15 .navbar .btn:active,
.mcontent .header-15 .navbar .btn.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  color: #171717;
}
.mcontent .header-15 .navbar .brand {
  padding-top: 21px;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-15 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
@media (min-width: 992px) {
  .mcontent .header-15 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: visible;
    text-align: center;
  }
  .mcontent .header-15 .navbar .nav > li {
    float: none;
    display: inline-block;
  }
}
.mcontent .header-15 .navbar .nav > li {
  margin-left: 60px;
}
.mcontent .header-15 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-15 .navbar .nav > li > a {
  padding: 29px 0 27px;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
}
.mcontent .header-15 .navbar .nav > li > a:hover,
.mcontent .header-15 .navbar .nav > li > a:focus,
.mcontent .header-15 .navbar .nav > li > a.active {
  color: #bdc3c7;
}
.mcontent .header-15 .navbar .nav > li.active > a {
  color: #bdc3c7;
}
.mcontent .header-15 .navbar .nav > li.active > a:hover,
.mcontent .header-15 .navbar .nav > li.active > a:focus,
.mcontent .header-15 .navbar .nav > li.active > a.active {
  color: #bdc3c7;
}
.mcontent .header-15 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon.png");
  margin-top: 26px;
}
.mcontent .header-15 .navbar .navbar-header {
  position: relative;
  z-index: 2;
}
.mcontent .header-15-sub {
  min-height: 800px;
  color: white;
  text-align: center;
  position: relative;
}
.mcontent .header-15-sub.v-center,
.mcontent .header-15-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-15-sub.v-center > div,
.mcontent .header-15-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-15-sub.v-center.row:before,
  .mcontent .header-15-sub .v-center.row:before,
  .mcontent .header-15-sub.v-center.row:after,
  .mcontent .header-15-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-15-sub.v-center,
  .mcontent .header-15-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-15-sub.v-center.row,
  .mcontent .header-15-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-15-sub.v-center.row:before,
  .mcontent .header-15-sub .v-center.row:before,
  .mcontent .header-15-sub.v-center.row:after,
  .mcontent .header-15-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-15-sub.v-center.row > *,
  .mcontent .header-15-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
@media (max-width: 480px) {
  .mcontent .header-15-sub {
    min-height: 0;
    padding-bottom: 20px;
  }
}
.mcontent .header-15-sub .hero-unit {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.mcontent .header-15-sub .hero-unit h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 600;
  border: 8px solid white;
  display: inline-block;
  margin: 230px 0 198px;
  padding: 30px 40px;
}
.mcontent .header-15-sub .hero-unit p {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
}
.mcontent .header-15-sub .hero-unit > [class*="fui-"] {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 480px) {
  .mcontent .header-15-sub .hero-unit h1 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin: 150px 0 90px;
  }
}
.mcontent .header-16 {
  padding-top: 0;
  padding-bottom: 0;
  background: #1b1f23;
  color: white;
}
.mcontent .header-16.v-center,
.mcontent .header-16 .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-16.v-center > div,
.mcontent .header-16 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-16.v-center.row:before,
  .mcontent .header-16 .v-center.row:before,
  .mcontent .header-16.v-center.row:after,
  .mcontent .header-16 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-16.v-center,
  .mcontent .header-16 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-16.v-center.row,
  .mcontent .header-16 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-16.v-center.row:before,
  .mcontent .header-16 .v-center.row:before,
  .mcontent .header-16.v-center.row:after,
  .mcontent .header-16 .v-center.row:after {
    display: none;
  }
  .mcontent .header-16.v-center.row > *,
  .mcontent .header-16 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-16 > .container {
  position: relative;
}
.mcontent .header-16 .navbar {
  position: absolute;
  z-index: 2;
  top: 50px;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-16 .navbar .navbar-header {
  float: none;
}
.mcontent .header-16 .navbar .navbar-toggle {
  position: relative;
  z-index: 10000;
  display: block;
  float: none;
  margin: 28px auto 17px;
  padding: 0 10px;
  background-position: 50% 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  letter-spacing: 2px;
}
.mcontent .header-16 .navbar .navbar-toggle:hover,
.mcontent .header-16 .navbar .navbar-toggle:focus,
.mcontent .header-16 .navbar .navbar-toggle:active,
.mcontent .header-16 .navbar .navbar-toggle.active {
  color: white;
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mcontent .header-16 .navbar .navbar-toggle > span {
  display: inline-block;
  margin-top: 34px;
  line-height: normal;
}
.mcontent .header-16 .navbar .navbar-toggle > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-16 .navbar .navbar-toggle:before,
.mcontent .header-16 .navbar .navbar-toggle:after,
.mcontent .header-16 .navbar .navbar-toggle > * {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media (max-width: 480px) {
  .mcontent .header-16 .navbar {
    top: 12px;
  }
}
.mcontent .header-16-sub {
  position: relative;
  background: #000;
  padding-top: 0;
  padding-bottom: 0;
  height: 600px;
  min-height: 550px;
  color: white;
  text-align: center;
  overflow: hidden;
}
.mcontent .header-16-sub.v-center,
.mcontent .header-16-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-16-sub.v-center > div,
.mcontent .header-16-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-16-sub.v-center.row:before,
  .mcontent .header-16-sub .v-center.row:before,
  .mcontent .header-16-sub.v-center.row:after,
  .mcontent .header-16-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-16-sub.v-center,
  .mcontent .header-16-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-16-sub.v-center.row,
  .mcontent .header-16-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-16-sub.v-center.row:before,
  .mcontent .header-16-sub .v-center.row:before,
  .mcontent .header-16-sub.v-center.row:after,
  .mcontent .header-16-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-16-sub.v-center.row > *,
  .mcontent .header-16-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  40% {
    opacity: 0;
    top: 50%;
  }
  45% {
    opacity: 0;
    top: 29%;
  }
  46% {
    opacity: 1;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  40% {
    opacity: 0;
    top: 50%;
  }
  45% {
    opacity: 0;
    top: 29%;
  }
  46% {
    opacity: 1;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  40% {
    opacity: 0;
    top: 50%;
  }
  45% {
    opacity: 0;
    top: 29%;
  }
  46% {
    opacity: 1;
    top: 29%;
  }
}
.mcontent .header-16-sub .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  text-align: center;
}
.mcontent .header-16-sub .scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.mcontent .header-16-sub .scroll-btn > *:hover,
.mcontent .header-16-sub .scroll-btn > *:focus,
.mcontent .header-16-sub .scroll-btn > *.active {
  color: #ffffff;
}
.mcontent .header-16-sub .scroll-btn > *:hover,
.mcontent .header-16-sub .scroll-btn > *:focus,
.mcontent .header-16-sub .scroll-btn > *:active,
.mcontent .header-16-sub .scroll-btn > *.active {
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mcontent .header-16-sub .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}
.mcontent .header-16-sub .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 4s linear infinite;
  -moz-animation: ani-mouse 4s linear infinite;
  animation: ani-mouse 4s linear infinite;
}
@media (max-width: 480px) {
  .mcontent .header-16-sub .scroll-btn {
    bottom: 41px;
  }
}
.mcontent .header-16-sub .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .header-16-sub .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .header-16-sub .pt-page-current,
.mcontent .header-16-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .header-16-sub .pt-page-ontop {
  z-index: 999;
}
.mcontent .header-16-sub .pt-controls {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -7px;
}
.mcontent .header-16-sub .pt-controls a {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.mcontent .header-16-sub .pt-control-prev {
  float: left;
}
.mcontent .header-16-sub .pt-control-prev:before {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 2px;
  left: -35px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
}
.mcontent .header-16-sub .pt-control-next {
  float: right;
}
.mcontent .header-16-sub .pt-control-next:after {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 2px;
  right: -35px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
}
.mcontent .header-16-sub .pt-first .pt-control-prev {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.mcontent .header-16-sub .pt-first .pt-control-prev:before {
  background: none;
  border: 3px solid white;
}
.mcontent .header-16-sub .pt-last .pt-control-next {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.mcontent .header-16-sub .pt-last .pt-control-next:after {
  background: none;
  border: 3px solid white;
}
.mcontent .header-16-sub .hero-unit {
  padding: 0;
  margin: 0;
  background: transparent;
}
.mcontent .header-16-sub .hero-unit h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 600;
  border: 6px solid white;
  display: inline-block;
  margin: 0;
  padding: 25px 27px;
}
@media (max-width: 767px) {
  .mcontent .header-16-sub {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .mcontent .header-16-sub {
    min-height: 480px;
  }
  .mcontent .header-16-sub .pt-controls {
    display: none;
  }
}
.mcontent .header-17-startup-antiflicker {
  background: white !important;
}
.mcontent .header-17 {
  z-index: 100;
  width: 100%;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .header-17 .header-background {
  background: #fff;
}
.mcontent .header-17 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
}
.mcontent .header-17 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-17 .navbar .navbar-form {
  padding: 30px 0 19px 35px;
}
.mcontent .header-17 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-17 .navbar .btn.btn-primary {
  background-color: #16a085;
}
.mcontent .header-17 .navbar .btn.btn-primary:hover,
.mcontent .header-17 .navbar .btn.btn-primary:focus {
  background-color: #45b39d;
}
.mcontent .header-17 .navbar .btn.btn-primary:active,
.mcontent .header-17 .navbar .btn.btn-primary.active {
  background-color: #138871;
}
.mcontent .header-17 .navbar .brand {
  padding-top: 33px !important;
  font-size: 25px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
.mcontent .header-17 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
  position: relative;
  z-index: 2;
}
.mcontent .header-17 .navbar .brand > span {
  position: relative;
  z-index: 1;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.mcontent .header-17 .navbar .brand:hover > span,
.mcontent .header-17 .navbar .brand:focus > span {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-17 .navbar .nav > li {
  margin-left: 24px;
}
.mcontent .header-17 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-17 .navbar .nav > li > a {
  padding: 42px 0 24px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  color: #95a5a6;
}
.mcontent .header-17 .navbar .nav > li > a:hover,
.mcontent .header-17 .navbar .nav > li > a:focus,
.mcontent .header-17 .navbar .nav > li > a.active {
  color: #1abc9c;
}
.mcontent .header-17 .navbar .nav > li.active > a {
  color: #1abc9c;
}
.mcontent .header-17 .navbar .nav > li.active > a:hover,
.mcontent .header-17 .navbar .nav > li.active > a:focus,
.mcontent .header-17 .navbar .nav > li.active > a.active {
  color: #1abc9c;
}
.mcontent .header-17 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-header-17.png");
  margin-top: 34px;
}
.mcontent .header-17-sub {
  position: relative !important;
  padding-top: 105px;
  padding-bottom: 105px;
  color: #7f8c8d;
}
.mcontent .header-17-sub.v-center,
.mcontent .header-17-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-17-sub.v-center > div,
.mcontent .header-17-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-17-sub.v-center.row:before,
  .mcontent .header-17-sub .v-center.row:before,
  .mcontent .header-17-sub.v-center.row:after,
  .mcontent .header-17-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-17-sub.v-center,
  .mcontent .header-17-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-17-sub.v-center.row,
  .mcontent .header-17-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-17-sub.v-center.row:before,
  .mcontent .header-17-sub .v-center.row:before,
  .mcontent .header-17-sub.v-center.row:after,
  .mcontent .header-17-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-17-sub.v-center.row > *,
  .mcontent .header-17-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-17-sub .row.v-center {
  width: auto;
}
.mcontent .header-17-sub .btn.btn-clear {
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 16px;
  background: none;
  border: 2px solid #16a085;
}
.mcontent .header-17-sub .btn.btn-clear:hover,
.mcontent .header-17-sub .btn.btn-clear:focus {
  border-color: #009c84;
  background: #009c84;
}
.mcontent .header-17-sub .btn.btn-clear:active,
.mcontent .header-17-sub .btn.btn-clear.active {
  border-color: #138871;
  background: #138871;
  color: rgba(255, 255, 255, 0.75);
}
.mcontent .header-17-sub .btn.btn-clear [class*="fui-"] {
  font-size: 30px;
  font-weight: normal;
  color: inherit;
  margin: -2px 15px 0 0;
}
@media (max-width: 480px) {
  .mcontent .header-17-sub .btn.btn-clear {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    display: block;
  }
  .mcontent .header-17-sub .btn.btn-clear [class*="fui-"] {
    float: left;
  }
}
.mcontent .header-17-sub h3 {
  margin: 0 0 10px;
}
.mcontent .header-17-sub .hero-unit {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
}
.mcontent .header-17-sub .hero-unit h1 {
  margin: 0;
  font-size: 39px;
  font-weight: normal;
  color: #ffffff;
  line-height: 49px;
  font-weight: 500;
  letter-spacing: 0;
}
.mcontent .header-17-sub .hero-unit p {
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 480px) {
  .mcontent .header-17-sub .hero-unit {
    text-align: left;
    margin: 0 0 33px;
  }
  .mcontent .header-17-sub .hero-unit h1 {
    margin: 0 0 23px;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    line-height: 32px;
  }
  .mcontent .header-17-sub .hero-unit p {
    font-size: 17px;
    font-weight: normal;
    color: #7f8c8d;
    line-height: 23.000000000000004px;
  }
}
.mcontent .header-17-sub .hero-unit,
.mcontent .header-17-sub big,
.mcontent .header-17-sub h1,
.mcontent .header-17-sub .h1,
.mcontent .header-17-sub h2,
.mcontent .header-17-sub .h2,
.mcontent .header-17-sub h3,
.mcontent .header-17-sub .h3,
.mcontent .header-17-sub h4,
.mcontent .header-17-sub .h4,
.mcontent .header-17-sub h5,
.mcontent .header-17-sub .h5,
.mcontent .header-17-sub h6,
.mcontent .header-17-sub .h6 {
  color: white;
}
.mcontent .header-17-sub .btn.btn-clear {
  color: #1abc9c;
}
.mcontent .header-17-sub .btn.btn-clear:hover,
.mcontent .header-17-sub .btn.btn-clear:focus {
  color: white;
}
.mcontent .header-17-sub .btn.btn-clear:active,
.mcontent .header-17-sub .btn.btn-clear.active {
  color: rgba(255, 255, 255, 0.75);
}
.mcontent .header-17-sub big {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
}
.mcontent .header-17-sub h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}
.mcontent .header-17-sub .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .header-17-sub .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.mcontent .header-17-sub .pt-page-current,
.mcontent .header-17-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .header-17-sub .pt-page-ontop {
  z-index: 999;
}
.mcontent .header-17-sub .page-transitions {
  margin: 85px 0 100px;
}
.mcontent .header-17-sub .page-transitions .col-sm-3 {
  text-align: left;
}
.mcontent .header-17-sub .pt-controls {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
}
.mcontent .header-17-sub .pt-controls .pt-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mcontent .header-17-sub .pt-controls .pt-indicators li {
  line-height: 18px;
  display: inline-block;
  width: 9px;
  height: 9px;
  text-indent: -999px;
  background-color: rgba(127, 140, 141, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.mcontent .header-17-sub .pt-controls .pt-indicators li + li {
  margin-left: 10px;
}
.mcontent .header-17-sub .pt-controls .pt-indicators li.active {
  background-color: #1abc9c;
}
@media (max-width: 767px) {
  .mcontent .header-17-sub .page-transitions .col-sm-3 {
    text-align: center;
  }
  .mcontent .header-17-sub .page-transitions .col-sm-6 {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .mcontent .header-17-sub {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.mcontent .header-18 {
  height: 100%;
}
.mcontent .header-18 .pt-controls {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.mcontent .header-18 .pt-controls > div {
  display: table-cell;
  vertical-align: middle;
}
.mcontent .header-18 .pt-controls > div > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 9999;
  height: 41px;
  width: 35px;
  float: left;
  margin-left: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-18 .pt-controls > div > * {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-18 .pt-controls > div > *:hover,
.mcontent .header-18 .pt-controls > div > *:focus {
  background: rgba(0, 0, 0, 0.4);
}
.mcontent .header-18 .pt-controls > div > *:active {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .mcontent .header-18 .pt-controls > div > * {
    margin-left: 20px;
  }
}
.mcontent .header-18 .pt-controls > div > *.pt-control-next {
  float: right;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mcontent .header-18 .pt-controls > div > *.pt-control-next {
    margin-right: 20px;
  }
}
.mcontent .header-18 .page-transitions.pt-first + .pt-controls .pt-control-prev {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}
.mcontent .header-18 .page-transitions.pt-last + .pt-controls .pt-control-next {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}
.mcontent .header-18 .header-18-sub {
  position: relative;
  color: white;
}
.mcontent .header-18 .header-18-sub.v-center,
.mcontent .header-18 .header-18-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-18 .header-18-sub.v-center > div,
.mcontent .header-18 .header-18-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-18 .header-18-sub.v-center.row:before,
  .mcontent .header-18 .header-18-sub .v-center.row:before,
  .mcontent .header-18 .header-18-sub.v-center.row:after,
  .mcontent .header-18 .header-18-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-18 .header-18-sub.v-center,
  .mcontent .header-18 .header-18-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-18 .header-18-sub.v-center.row,
  .mcontent .header-18 .header-18-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-18 .header-18-sub.v-center.row:before,
  .mcontent .header-18 .header-18-sub .v-center.row:before,
  .mcontent .header-18 .header-18-sub.v-center.row:after,
  .mcontent .header-18 .header-18-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-18 .header-18-sub.v-center.row > *,
  .mcontent .header-18 .header-18-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-18 .header-18-sub h1,
.mcontent .header-18 .header-18-sub .h1,
.mcontent .header-18 .header-18-sub h2,
.mcontent .header-18 .header-18-sub .h2,
.mcontent .header-18 .header-18-sub h3,
.mcontent .header-18 .header-18-sub .h3,
.mcontent .header-18 .header-18-sub h4,
.mcontent .header-18 .header-18-sub .h4,
.mcontent .header-18 .header-18-sub h5,
.mcontent .header-18 .header-18-sub .h5,
.mcontent .header-18 .header-18-sub h6,
.mcontent .header-18 .header-18-sub .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-18 .header-18-sub header {
  position: absolute;
  top: 111px;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .mcontent .header-18 .header-18-sub header {
    top: 50px;
  }
}
.mcontent .header-18 .header-18-sub.pt-perspective {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .header-18 .header-18-sub .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .header-18 .header-18-sub .pt-page-current,
.mcontent .header-18 .header-18-sub .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .header-18 .header-18-sub .pt-page-ontop {
  z-index: 999;
}
.mcontent .header-18 .header-18-sub .header-18-section {
  min-height: 800px;
  display: table;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row {
  display: table-row;
  height: 100%;
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row > div {
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 170px;
  padding-bottom: 25px;
  position: relative;
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row.footer {
  height: 61px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer {
    height: auto;
  }
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns {
  display: inline-block;
  margin-left: 25px;
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns .btn {
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns .btn:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer {
    text-align: center;
  }
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns {
    display: block;
    margin: 10px auto 0;
  }
}
@media (max-width: 480px) {
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns {
    margin: 26px auto 0;
  }
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns .btn {
    margin: 0 15px;
    display: block;
  }
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns .btn:first-child {
    margin-left: 15px;
  }
  .mcontent .header-18 .header-18-sub .header-18-section .t-row.footer footer .btns .btn + .btn {
    margin-top: 9px;
  }
}
.mcontent .header-18 .header-18-sub .header-18-section .col-sm-5 {
  position: relative;
  -webkit-transition: .5s left, 1.2s opacity;
  -moz-transition: .5s left, 1.2s opacity;
  -o-transition: .5s left, 1.2s opacity;
  transition: .5s left, 1.2s opacity;
  left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-18 .header-18-sub .header-18-section .col-sm-5 {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-18 .header-18-sub .header-18-section .col-sm-4 {
  position: relative;
  -webkit-transition: .5s left, 1.2s opacity;
  -moz-transition: .5s left, 1.2s opacity;
  -o-transition: .5s left, 1.2s opacity;
  transition: .5s left, 1.2s opacity;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-18 .header-18-sub .header-18-section .col-sm-4 {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-18 .header-18-sub .header-18-section .phone-img {
  width: 50% !important;
}
.mcontent .header-18 .header-18-sub .header-18-section .img {
  display: inline-block;
  position: relative;
}
.mcontent .header-18 .header-18-sub .header-18-section .img img:first-child {
  visibility: hidden;
}
.mcontent .header-18 .header-18-sub .header-18-section .img img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mcontent .header-18 .header-18-sub .header-18-section .img img[src*="/browser1@2x"] {
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 0;
}
.mcontent .header-18 .header-18-sub .header-18-section .img img[src*="/iphone@2x"] {
  position: absolute;
  width: 48%;
  top: 0;
  right: 0;
}
.mcontent .header-18 .header-18-sub .header-18-section .img:hover img[src*="/browser1@2x"] {
  bottom: 15%;
  left: 20%;
}
.mcontent .header-18 .header-18-sub .header-18-section .img:hover img[src*="/iphone@2x"] {
  top: 12%;
  right: 52%;
}
.mcontent .header-18 .header-18-sub .header-18-section h3 {
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 30px;
}
.mcontent .header-18 .header-18-sub .header-18-section p {
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  line-height: 33.3px;
}
.mcontent .header-18 .header-18-sub .bg-green-sea .btn.btn-primary {
  background-color: #1f7970;
}
.mcontent .header-18 .header-18-sub .bg-green-sea .btn.btn-primary:hover,
.mcontent .header-18 .header-18-sub .bg-green-sea .btn.btn-primary:focus {
  background-color: #203f4b;
}
.mcontent .header-18 .header-18-sub .bg-green-sea .btn.btn-primary:active,
.mcontent .header-18 .header-18-sub .bg-green-sea .btn.btn-primary.active {
  background-color: #1b3640;
}
.mcontent .header-18 .header-18-sub .additional-links {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
}
.mcontent .header-18 .header-18-sub .additional-links a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
}
.mcontent .header-18 .header-18-sub .additional-links a:hover,
.mcontent .header-18 .header-18-sub .additional-links a:focus,
.mcontent .header-18 .header-18-sub .additional-links a.active {
  color: #ffffff;
}
.mcontent .header-19 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  position: relative;
}
.mcontent .header-19 .navbar {
  position: absolute;
  z-index: 2;
  top: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-19 .navbar.navbar-fixed-top {
  position: fixed;
}
.loaded .mcontent .header-19 .navbar {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-19 .navbar .brand > span {
    left: 0;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 767px) {
  .mcontent .header-19 .navbar {
    top: 90px;
  }
}
.mcontent .header-19 .navbar .brand {
  font-weight: 500;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  position: relative;
  overflow: hidden;
}
.mcontent .header-19 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
  position: relative;
  z-index: 2;
  border: 1px solid #e74c3c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e74c3c;
}
.mcontent .header-19 .navbar .brand > span {
  position: relative;
  z-index: 1;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .header-19 .navbar .brand:hover > span,
.mcontent .header-19 .navbar .brand:focus > span {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-19 .navbar .navbar-header {
  float: none;
}
.mcontent .header-19 .navbar .navbar-toggle {
  display: block;
  background-image: url("../bundles/common-files/icons/menu-icon-dark.png");
  margin-top: 26px;
}
.mcontent .header-19-sub {
  padding-top: 340px;
  padding-bottom: 200px;
  background: #ebedee;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .mcontent .header-19-sub {
    padding-top: 255px;
  }
}
.mcontent .header-19-sub > img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: none;
  height: 70%;
}
.mcontent .header-19-sub > .container {
  position: relative;
}
.mcontent .header-19-sub h1 {
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 300;
}
.mcontent .header-19-sub .btn {
  padding-left: 18px;
  padding-right: 18px;
}
.mcontent .header-19-sub .btns {
  margin-top: 50px;
}
.mcontent .header-19-sub .btns > * {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}
.mcontent .header-19-sub .btns > *:first-child {
  margin-left: 0;
}
.mcontent .header-19-sub .btns .btn[class*="fui-"] {
  float: left;
  font-size: 26px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 18px 0 0;
}
@media (min-width: 481px) {
  .mcontent .header-19-sub .btns > *:not(:first-child) {
    padding: 0;
    background: transparent;
    color: #1abc9c;
  }
  .mcontent .header-19-sub .btns > *:not(:first-child):hover,
  .mcontent .header-19-sub .btns > *:not(:first-child):focus {
    color: #48c9b0;
  }
  .mcontent .header-19-sub .btns > *:not(:first-child):active,
  .mcontent .header-19-sub .btns > *:not(:first-child).active {
    color: #16a085;
  }
  .mcontent .header-19-sub .btns > *:not(:first-child) [class*="fui-"] {
    font-size: 30px;
    font-weight: normal;
    color: #48c9b0;
    margin: 0;
  }
  .mcontent .header-19-sub .btns > *:not(:first-child) :not([class*="fui-"]) {
    display: none;
  }
}
@media (max-width: 480px) {
  .mcontent .header-19-sub .btns > * {
    display: block;
    margin: 0;
  }
  .mcontent .header-19-sub .btns > * + * {
    margin-top: 10px;
  }
}
.mcontent .header-19-sub .additional-links {
  margin-top: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #95a5a6;
}
.mcontent .header-19-sub .additional-links a {
  text-decoration: underline;
}
.mcontent .header-19-sub > img {
  right: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-19-sub > img {
  right: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-19-sub .row {
  position: relative;
  left: -15%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-19-sub .row {
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-19-sub {
    padding-top: 255px;
    padding-bottom: 100px;
  }
  .mcontent .header-19-sub h1 {
    font-size: 35px;
    font-weight: normal;
    color: #2c3e50;
  }
}
.mcontent .header-20-startup-antiflicker {
  border-bottom: 2px solid #ECF0F1;
}
.mcontent .header-20 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
.mcontent .header-20 .header-background {
  background: #fff;
  border-bottom: 2px solid #ecf0f1;
}
.mcontent .header-20 .navbar {
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-20 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.mcontent .header-20 .navbar .brand {
  font-weight: 500;
  color: #2c3e50!important;
}
.mcontent .header-20 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .header-20 .navbar .nav > li {
  margin-left: 40px;
}
.mcontent .header-20 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-20 .navbar .nav > li > a {
  padding: 28px 0 27px;
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
  color: #bdc3c7;
}
.mcontent .header-20 .navbar .nav > li > a:hover,
.mcontent .header-20 .navbar .nav > li > a:focus,
.mcontent .header-20 .navbar .nav > li > a.active {
  color: #3498db;
}
.mcontent .header-20 .navbar .nav > li.active > a {
  color: #3498db;
}
.mcontent .header-20 .navbar .nav > li.active > a:hover,
.mcontent .header-20 .navbar .nav > li.active > a:focus,
.mcontent .header-20 .navbar .nav > li.active > a.active {
  color: #3498db;
}
.mcontent .header-20 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-header-17.png");
}
.mcontent .header-20-sub {
  position: relative;
  border-top: 0;
  padding-top: 180px;
  padding-bottom: 80px;
}
.mcontent .header-20-sub h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.mcontent .header-20-sub p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.mcontent .header-20-sub .btn {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .mcontent .header-20-sub .pull-right {
    text-align: center;
    margin-bottom: 48px;
    float: none !important;
  }
}
.mcontent .header-20-sub .img-wrapper {
  display: inline-block;
  position: relative;
}
.mcontent .header-20-sub .img-wrapper > img {
  position: absolute;
  top: -27%;
  left: -52%;
  width: 111%;
}
.mcontent .header-20-sub .img {
  display: inline-block;
  position: relative;
}
.mcontent .header-20-sub .img img:first-child {
  visibility: hidden;
}
.mcontent .header-20-sub .img img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mcontent .header-20-sub .img img[src*="/browser1@2x"] {
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 0;
}
.mcontent .header-20-sub .img img[src*="/iphone@2x"] {
  position: absolute;
  width: 48%;
  top: 0;
  right: 0;
}
.mcontent .header-20-sub .img:hover img[src*="/browser1@2x"] {
  bottom: 15%;
  left: 20%;
}
.mcontent .header-20-sub .img:hover img[src*="/iphone@2x"] {
  top: 12%;
  right: 52%;
}
.mcontent .header-20-sub .col-sm-4.col-sm-offset-1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-20-sub .col-sm-4.col-sm-offset-1 {
  -webkit-transition: 1.5s opacity;
  -moz-transition: 1.5s opacity;
  -o-transition: 1.5s opacity;
  transition: 1.5s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .header-20-sub .col-sm-4.col-sm-offset-2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-20-sub .col-sm-4.col-sm-offset-2 {
  -webkit-transition: 1.5s .8s opacity;
  -moz-transition: 1.5s .8s opacity;
  -o-transition: 1.5s .8s opacity;
  transition: 1.5s .8s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-20-sub {
    padding-top: 150px;
  }
}
.mcontent .header-20-sub .videos {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .mcontent .header-20-sub .videos {
    margin-top: 75px;
  }
}
.mcontent .header-20-sub .videos .video-box {
  float: left;
  width: 33%;
}
@media (max-width: 767px) {
  .mcontent .header-20-sub .videos .video-box {
    text-align: center;
  }
}
.mcontent .header-20-sub .videos .video-box > * {
  display: inline-block;
  vertical-align: middle;
}
.mcontent .header-20-sub .videos .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 70px;
  margin: 0 20px 0 0;
  background: #ecf0f1;
}
@media (max-width: 767px) {
  .mcontent .header-20-sub .videos .player {
    margin: 0 0 10px 0;
  }
}
.mcontent .header-20-sub .videos .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  padding: 2px 0 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  font-size: 10px;
  color: #fff;
  background: #bdc3c7;
}
.mcontent .header-20-sub .videos .player .btn-play:hover,
.mcontent .header-20-sub .videos .player .btn-play:focus {
  background-color: transparent;
  border-color: #3498db;
  color: #3498db;
}
.mcontent .header-20-sub .videos .video-box.active .player {
  background: #3498db;
}
.mcontent .header-20-sub .videos .video-box.active .player .btn-play {
  background-color: #3498db;
}
.mcontent .header-20-sub .videos .video-box.active .player .btn-play:hover,
.mcontent .header-20-sub .videos .video-box.active .player .btn-play:focus {
  background-color: #5dade2;
}
.mcontent .header-20-sub .videos .video-box.active .player .btn-play:active,
.mcontent .header-20-sub .videos .video-box.active .player .btn-play.active {
  background-color: #2c81ba;
}
.mcontent .header-20-sub .videos .video-box.active .player .btn-play:hover,
.mcontent .header-20-sub .videos .video-box.active .player .btn-play:focus {
  background-color: #5dade2;
  border-color: white;
  color: white;
}
.mcontent .header-20-sub .videos .description {
  font-size: 16px;
  font-weight: normal;
  color: #34495e;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mcontent .header-20-sub .videos .description {
    display: block;
  }
}
@media (max-width: 480px) {
  .mcontent .header-20-sub .videos .video-box {
    float: none;
    width: auto;
    text-align: left;
  }
  .mcontent .header-20-sub .videos .video-box > * {
    display: inline-block;
  }
  .mcontent .header-20-sub .videos .player {
    margin: 0 26px 20px 0;
  }
  .mcontent .header-20-sub .videos .description {
    margin-top: -20px;
  }
}
.mcontent .header-21 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
}
.mcontent .header-21 .navbar {
  margin-top: 107px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-21 .navbar.navbar-fixed-top {
  position: fixed;
  margin-top: 0;
}
@media (max-width: 991px) {
  .mcontent .header-21 .navbar {
    margin: 30px 0 0;
  }
}
@media (max-width: 480px) {
  .mcontent .header-21 .navbar {
    margin: -5px 0 0;
  }
}
.mcontent .header-21 .navbar .navbar-form {
  padding: 18px 0 0 20px;
  position: relative;
}
.mcontent .header-21 .navbar .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 26px 8px;
  background: none;
  border: 2px solid #e74c3c;
  color: #e74c3c;
}
.mcontent .header-21 .navbar .btn:hover,
.mcontent .header-21 .navbar .btn:focus {
  background: #e74c3c;
  color: white;
}
.mcontent .header-21 .navbar .btn:active,
.mcontent .header-21 .navbar .btn.active {
  border-color: #c44133;
  background: #c44133;
  color: white;
}
.mcontent .header-21 .navbar .brand {
  padding-top: 18px;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: normal;
  color: #e74c3c;
  font-weight: 800;
}
.mcontent .header-21 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
@media (min-width: 992px) {
  .mcontent .header-21 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: visible;
    text-align: center;
  }
  .mcontent .header-21 .navbar .nav > li {
    float: none;
    display: inline-block;
  }
}
.mcontent .header-21 .navbar .nav > li > a {
  padding: 30px 10px 0;
  font-size: 13px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  color: #bdc3c7;
}
.mcontent .header-21 .navbar .nav > li > a:hover,
.mcontent .header-21 .navbar .nav > li > a:focus,
.mcontent .header-21 .navbar .nav > li > a.active {
  color: #e74c3c;
}
.mcontent .header-21 .navbar .nav > li.active > a {
  color: #e74c3c;
}
.mcontent .header-21 .navbar .nav > li.active > a:hover,
.mcontent .header-21 .navbar .nav > li.active > a:focus,
.mcontent .header-21 .navbar .nav > li.active > a.active {
  color: #e74c3c;
}
.mcontent .header-21 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-header-21.png");
  margin-top: 22px;
}
.mcontent .header-21 .navbar .navbar-header {
  position: relative;
  z-index: 2;
}
.mcontent .header-21-sub {
  position: relative;
  z-index: 50;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 135px;
}
.mcontent .header-21-sub.v-center,
.mcontent .header-21-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-21-sub.v-center > div,
.mcontent .header-21-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-21-sub.v-center.row:before,
  .mcontent .header-21-sub .v-center.row:before,
  .mcontent .header-21-sub.v-center.row:after,
  .mcontent .header-21-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-21-sub.v-center,
  .mcontent .header-21-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-21-sub.v-center.row,
  .mcontent .header-21-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-21-sub.v-center.row:before,
  .mcontent .header-21-sub .v-center.row:before,
  .mcontent .header-21-sub.v-center.row:after,
  .mcontent .header-21-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-21-sub.v-center.row > *,
  .mcontent .header-21-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-21-sub h3 {
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
}
.mcontent .header-21-sub h3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 100px;
  height: 100px;
}
.mcontent .header-21-sub p {
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
  line-height: 28.8px;
  font-weight: 300;
}
.mcontent .header-21-sub .lead {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  color: #bdc3c7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.mcontent .header-21-sub .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #bdc3c7;
  background: #ecf0f1;
  position: absolute;
  left: 50%;
  bottom: 130px;
  margin-left: -26.5px;
}
.mcontent .header-21-sub .control-btn:hover,
.mcontent .header-21-sub .control-btn:focus {
  color: white;
  background: #34495e;
}
.mcontent .header-21-sub .control-btn:active {
  color: #bdc3c7;
}
@media (max-width: 768px) {
  .mcontent .header-21-sub .control-btn {
    bottom: 80px;
  }
}
.mcontent .header-21-sub .lead {
  color: #bdc3c7;
}
.mcontent .header-22 {
  position: relative;
  z-index: 100;
  width: 100%;
  padding-top: 78px;
  padding-bottom: 0;
  height: 240px;
}
.mcontent .header-22 .header-background {
  background: #fff;
}
.mcontent .header-22 > [class*="fui-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #e74c3c;
  position: relative;
  z-index: 2;
}
.mcontent .header-22 .navbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.mcontent .header-22 .navbar.navbar-fixed-top {
  top: 110px !important;
}
.mcontent .header-22 .navbar .brand {
  display: none;
  padding: 23px 28px 5px 0;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-weight: 800;
}
.mcontent .header-22 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
@media (max-width: 991px) {
  .mcontent .header-22 .navbar .brand {
    display: block;
  }
}
@media (min-width: 992px) {
  .mcontent .header-22 .navbar .nav {
    width: 100%;
    text-align: center;
  }
  .mcontent .header-22 .navbar .nav > li {
    float: none;
    display: inline-block;
  }
}
.mcontent .header-22 .navbar .nav > li {
  margin-left: 40px;
}
.mcontent .header-22 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-22 .navbar .nav > li > a {
  padding: 40px 0;
  font-size: 13px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 1px;
  color: #bdc3c7;
}
.mcontent .header-22 .navbar .nav > li > a:hover,
.mcontent .header-22 .navbar .nav > li > a:focus,
.mcontent .header-22 .navbar .nav > li > a.active {
  color: #979c9f;
}
.mcontent .header-22 .navbar .navbar-toggle {
  background-image: url("../bundles/common-files/icons/menu-icon-dark.png");
  margin-top: 26px;
}
.mcontent .header-22-sub {
  position: relative;
  padding-top: 190px;
}
.mcontent .header-22-sub.v-center,
.mcontent .header-22-sub .v-center {
  display: table;
  width: 100%;
}
.mcontent .header-22-sub.v-center > div,
.mcontent .header-22-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .header-22-sub.v-center.row:before,
  .mcontent .header-22-sub .v-center.row:before,
  .mcontent .header-22-sub.v-center.row:after,
  .mcontent .header-22-sub .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .header-22-sub.v-center,
  .mcontent .header-22-sub .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .header-22-sub.v-center.row,
  .mcontent .header-22-sub .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .header-22-sub.v-center.row:before,
  .mcontent .header-22-sub .v-center.row:before,
  .mcontent .header-22-sub.v-center.row:after,
  .mcontent .header-22-sub .v-center.row:after {
    display: none;
  }
  .mcontent .header-22-sub.v-center.row > *,
  .mcontent .header-22-sub .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .header-22-sub h3 {
  margin-bottom: 68px;
  font-size: 37px;
  font-weight: normal;
  color: #34495e;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
}
@media (max-width: 767px) {
  .mcontent .header-22-sub h3 {
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-weight: 300;
    text-align: center;
  }
}
.mcontent .header-22-sub .container {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .mcontent .header-22-sub .container {
  -webkit-transition: 1.2s opacity;
  -moz-transition: 1.2s opacity;
  -o-transition: 1.2s opacity;
  transition: 1.2s opacity;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .mcontent .header-22-sub {
    padding-top: 50px;
  }
  .mcontent .header-22-sub h3 {
    font-size: 30px;
    font-weight: normal;
    color: #34495e;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.mcontent .header-23 {
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .header-23 > .container {
  position: relative;
}
.mcontent .header-23 .navbar {
  position: absolute;
  z-index: 2;
  top: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .header-23 .navbar.navbar-fixed-top {
  position: fixed;
}
.mcontent .header-23 .navbar .brand {
  padding-left: 0;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.mcontent .header-23 .navbar .nav > li {
  margin-left: 20px;
}
.mcontent .header-23 .navbar .nav > li:first-child {
  margin-left: 0;
}
.mcontent .header-23 .navbar .nav > li > a {
  padding: 31px 0 27px;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
.mcontent .header-23 .navbar .nav > li > a:hover,
.mcontent .header-23 .navbar .nav > li > a:focus,
.mcontent .header-23 .navbar .nav > li > a.active {
  color: #506e8c;
}
.mcontent .header-23 .navbar .nav > li.active > a {
  color: #506e8c;
}
.mcontent .header-23 .navbar .nav > li.active > a:hover,
.mcontent .header-23 .navbar .nav > li.active > a:focus,
.mcontent .header-23 .navbar .nav > li.active > a.active {
  color: #405870;
}
.mcontent .header-23 .navbar .navbar-toggle {
  margin-top: 28px;
}
.mcontent .header-23-sub {
  z-index: 50;
  left: 0;
  width: 100%;
  position: relative;
  padding-top: 360px;
  padding-bottom: 270px;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .mcontent .header-23-sub {
    padding-top: 260px;
    padding-bottom: 170px;
  }
}
.mcontent .header-23-sub .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 30px;
  letter-spacing: -1px;
}
.mcontent .header-23-sub .hero-unit strong {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -2px;
}
@media (max-width: 991px) {
  .mcontent .header-23-sub .hero-unit strong {
    display: block;
  }
}
.mcontent .header-23-sub .hero-unit span {
  font-weight: 300;
}
@media (max-width: 991px) {
  .mcontent .header-23-sub .hero-unit span {
    display: block;
  }
}
.mcontent .header-23-sub .hero-unit .btn-play {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  overflow: hidden;
  width: 67px;
  height: 67px;
  margin: 0 50px;
  background: url("../bundles/common-files/img/header/btn-play.png") no-repeat;
}
@media (max-width: 991px) {
  .mcontent .header-23-sub .hero-unit .btn-play {
    margin: 35px 0;
  }
}
.mcontent .header-23-sub .background {
  opacity: 10;
  filter: alpha(opacity=1000);
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.mcontent .ribbon {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 10px!important;
  background: #e74c3c;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.mcontent .ribbon:before,
.mcontent .ribbon:after {
  display: block;
  position: absolute;
  line-height: 0;
}
.mcontent .ribbon:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAgCAYAAADe+2JdAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAIcbAACL/wAA/RMAAIWJAACNJgAA5z0AADj/AAAeyY4zee8AAACLSURBVHja7M6xCcIAEAXQZwwpJI0W6V3AVgdwKrF3CWdwAhFcIjhDKiGCoDGxSVAxyQT5zcG94+5G+X4GS+zqOlEnxAKn72aTANs2aHCtIwGmfWjAAfsxhPIWeaSJVxaris98WN4i9/Nc9Rz/r32kSStA8Mri7oeqIsj7vj324QbXLrxghQN+TrwHABFIH/AzT59nAAAAAElFTkSuQmCC');
  left: -7px;
  bottom: 0;
}
.mcontent .ribbon:after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAIcbAACL/wAA/RMAAIWJAACNJgAA5z0AADj/AAAeyY4zee8AAACMSURBVHja7MwxDoJAFIThf9fVAo2x4A5cwprKytPY2HoJS6/hCbwBoaKi0WxYoyYg+ywICQK9jdPNl/dG5Zu1AA44Azsg1TRZAlvgAkQttlkBhz4CxGO4GEP++Cs0yc2ilWI+NYRBwGyim0svwr2syApHWdff716E6/M13HxUbztAL3I0nW6BE7D/DADKLyXavmqdkAAAAABJRU5ErkJggg==');
  right: -5px;
  top: 0;
}
.mcontent .price-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .price-1 .plan {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ebedee;
  padding: 25px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #bdc3c7;
  font-size: 18px;
  font-weight: normal;
}
.mcontent .price-1 .plan > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mcontent .price-1 .plan b {
  color: #7f8c8d;
}
.mcontent .price-1 .plan .title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mcontent .price-1 .plan .description {
  margin: 26px 0;
  padding-top: 22px;
  border-top: 2px solid #ebedee;
  line-height: 28px;
  font-weight: normal;
}
.mcontent .price-1 .plan .description b {
  font-weight: 500;
}
.mcontent .price-1 .plan .btn {
  min-width: 170px;
}
.mcontent .price-1 .ribbon {
  position: absolute;
  right: -3px;
  top: 26px;
}
@media (max-width: 991px) {
  .mcontent .price-1 .ribbon {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .mcontent .price-1 .ribbon {
    top: 26px;
  }
}
@media (max-width: 767px) {
  .mcontent .price-1 .plan {
    margin-top: 30px;
  }
  .mcontent .price-1 .col-sm-4:first-child .plan {
    margin-top: 0;
  }
}
.mcontent .price-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .price-2 .plans {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #e5e5e5;
  border-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mcontent .price-2 .plans .plan {
  display: table-cell;
  width: 33.33%;
  text-align: center;
}
.mcontent .price-2 .plans .plan .ribbon {
  position: absolute;
  right: -1px;
  top: 47px;
  z-index: 2;
}
@media (max-width: 991px) {
  .mcontent .price-2 .plans .plan .ribbon {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .mcontent .price-2 .plans .plan .ribbon {
    top: 50px;
  }
}
.mcontent .price-2 .plans .title {
  padding: 55px 0 55px;
  background: #34495e;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
  position: relative;
}
.mcontent .price-2 .plans .title .price {
  margin: 10px 0 13px;
  font-size: 100px;
  font-weight: 500;
}
.mcontent .price-2 .plans .title .price .currency {
  font-size: 24px;
  vertical-align: top;
  position: relative;
  font-weight: 400;
  top: 26px;
  left: -10px;
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mcontent .price-2 .plans .title .price .period {
  font-size: 12px;
  vertical-align: bottom;
  position: relative;
  top: -27px;
  left: 10px;
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mcontent .price-2 .plans .title .btn.btn-clear {
  padding: 6px 12px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  background: transparent;
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 500;
}
.mcontent .price-2 .plans .title .btn.btn-clear:hover,
.mcontent .price-2 .plans .title .btn.btn-clear:focus {
  border-color: #fff;
  color: #fff;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .price-2 .plans .title .btn.btn-clear:active,
.mcontent .price-2 .plans .title .btn.btn-clear.active {
  border-color: #fff;
  color: #fff;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.mcontent .price-2 .plans .plan:first-child .title {
  margin-left: -3px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.mcontent .price-2 .plans .plan:last-child .title {
  margin-right: -3px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.mcontent .price-2 .plans .description {
  padding: 27px 40px;
  font-size: 18px;
  color: #bdc3c7;
}
.mcontent .price-2 .plans .description b {
  color: #7f8c8d;
  font-weight: 500;
}
.mcontent .price-2 .plans .description .description-box {
  text-align: left;
  padding: 13px 0;
  border-top: 2px solid #ebedee;
}
.mcontent .price-2 .plans .description .description-box:first-child {
  border-top: 0;
}
.mcontent .price-2 .plans .description .description-box [class*="fui-"] {
  margin-right: 18px;
  font-size: 24px;
  vertical-align: middle;
  color: rgba(52, 73, 94, 0.2);
}
.mcontent .price-2 .plans .plan-2 {
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.mcontent .price-2 .plans .plan-2 .title {
  margin: 0 -2px;
  border-left: 2px solid #2f4254;
  border-right: 2px solid #2f4254;
  z-index: 3;
}
@media (max-width: 767px) {
  .mcontent .price-2 .plans {
    display: block;
    width: auto;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .mcontent .price-2 .plans .plan {
    display: block;
    width: auto;
    border: 0!important;
    margin-top: 50px;
  }
  .mcontent .price-2 .plans .plan:first-child {
    margin-top: 0;
  }
  .mcontent .price-2 .plans .title {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    margin: 0!important;
  }
  .mcontent .price-2 .plans .description {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    border: 3px solid #e5e5e5;
    border-top: 0;
  }
  .mcontent .price-2 .plans .plan-2 .ribbon {
    right: 0;
  }
}
.mcontent .price-3 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .price-3 .plans {
  *zoom: 1;
}
.mcontent .price-3 .plans:before,
.mcontent .price-3 .plans:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.mcontent .price-3 .plans:after {
  clear: both;
}
.mcontent .price-3 .plans:before,
.mcontent .price-3 .plans:after {
  display: table;
  content: "";
  line-height: 0;
}
.mcontent .price-3 .plans:after {
  clear: both;
}
.mcontent .price-3 .plan {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  text-align: center;
  color: #bdc3c7;
  font-size: 18px;
}
.mcontent .price-3 .plan > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mcontent .price-3 .plan b {
  color: #7f8c8d;
  font-weight: 500;
}
.mcontent .price-3 .plan .title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mcontent .price-3 .plan .title .img {
  min-height: 134px;
}
.mcontent .price-3 .plan .price {
  font-weight: 400;
}
.mcontent .price-3 .plan .description {
  margin: 30px 0 35px;
  line-height: 28px;
}
.mcontent .price-3 .plan .btn {
  min-width: 170px;
  font-weight: 500;
}
.mcontent .price-3 .plan.plan-2 {
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
@media (max-width: 767px) {
  .mcontent .price-3 .plan {
    float: none;
    width: auto;
  }
  .mcontent .price-3 .plan.plan-2 {
    border: 0;
    border-top: 2px solid #ebedee;
    border-bottom: 2px solid #ebedee;
    padding: 50px 0;
    margin: 50px 0;
  }
}
.mcontent .price-4 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .price-4 .plan {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #bdc3c7;
  font-size: 18px;
}
.mcontent .price-4 .plan > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mcontent .price-4 .plan b {
  color: #7f8c8d;
}
.mcontent .price-4 .plan .title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 700;
  padding: 32px 0 7px;
}
.mcontent .price-4 .plan .price {
  padding-bottom: 30px;
  border-bottom: 2px solid #ebedee;
}
.mcontent .price-4 .plan .description {
  padding: 25px 40px;
  font-size: 18px;
  color: #bdc3c7;
}
.mcontent .price-4 .plan .description b {
  color: #7f8c8d;
  font-weight: 500;
}
.mcontent .price-4 .plan .description .description-box {
  padding: 16px 0;
  border-top: 2px solid #ebedee;
}
.mcontent .price-4 .plan .description .description-box:first-child {
  border-top: 0;
}
.mcontent .price-4 .plan .btn {
  display: block;
  background: #bdc3c7;
  color: white;
  width: auto;
  margin: 0 -2px -2px;
  padding: 22px 20px 24px;
  font-size: 22px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.mcontent .price-4 .plan .btn:hover,
.mcontent .price-4 .plan .btn:focus {
  background: #1abc9c;
}
.mcontent .price-4 .plan .btn:active {
  background: #16a085!important;
}
.mcontent .price-4 .plan,
.mcontent .price-4 .plan .title,
.mcontent .price-4 .plan .price {
  -webkit-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  -moz-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  -o-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
}
.mcontent .price-4 .plan:hover {
  border-color: #1abc9c;
}
.mcontent .price-4 .plan:hover .title,
.mcontent .price-4 .plan:hover .price,
.mcontent .price-4 .plan:hover .btn {
  background: #1abc9c;
  border-color: #1abc9c;
}
.mcontent .price-4 .plan:hover .title,
.mcontent .price-4 .plan:hover .price {
  color: #fff;
}
.mcontent .price-4 .plan:hover .price {
  color: rgba(255, 255, 255, 0.7);
}
.mcontent .price-4 .description-detail {
  color: #95a5a6;
}
.mcontent .price-4 .description-detail > * + * {
  margin-top: 75px;
}
.mcontent .price-4 .description-detail h6 {
  color: #1abc9c;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.mcontent .price-4 .description-detail [class*="fui-"] {
  color: #bdc3c7;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .mcontent .price-4 .description-detail > * {
    margin-top: 50px;
  }
  .mcontent .price-4 .description-detail > * > * + * {
    margin-top: 50px;
  }
}
.mcontent .price-5 {
  padding-top: 110px;
  padding-bottom: 90px;
}
.mcontent .price-5 .plans {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #e5e5e5;
  border-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mcontent .price-5 .plans .plan {
  display: table-cell;
  width: 33.33%;
  text-align: center;
  -webkit-transition: 0.4s background-color;
  -moz-transition: 0.4s background-color;
  -o-transition: 0.4s background-color;
  transition: 0.4s background-color;
}
.mcontent .price-5 .plans .plan > * {
  position: relative;
}
.mcontent .price-5 .plans .title {
  padding: 32px 0 40px;
  background: #1abc9c;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  white-space: nowrap;
}
.mcontent .price-5 .plans .title .price {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 4px;
}
.mcontent .price-5 .plans .title .price small {
  font-size: 24px;
  font-weight: normal;
  vertical-align: top;
  margin-right: 6px;
  margin-left: -1em;
}
.mcontent .price-5 .plans .plan:first-child .title {
  margin-left: -3px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.mcontent .price-5 .plans .plan:last-child .title {
  margin-right: -3px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.mcontent .price-5 .plans .description {
  -webkit-transition: 0.4s opacity;
  -moz-transition: 0.4s opacity;
  -o-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.mcontent .price-5 .plans .description .description-box {
  text-align: left;
  padding: 44px 50px 44px 44px;
  border-top: 2px solid #ebedee;
}
.mcontent .price-5 .plans .description .description-box:first-child {
  border-top: 0;
}
.mcontent .price-5 .plans .description big {
  font-size: 18px;
  font-weight: 500;
  color: #1abc9c;
  display: block;
  margin-bottom: 10px;
}
.mcontent .price-5 .plans .description-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 56px 40px 44px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s opacity;
  -moz-transition: 0.4s opacity;
  -o-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.mcontent .price-5 .plans .description-more big {
  font-size: 18px;
  font-weight: 500;
  color: #1abc9c;
  display: block;
  margin-bottom: 8px;
}
.mcontent .price-5 .plans .description-more [class*="fui-"] {
  color: #1abc9c;
  font-size: 24px;
  margin-bottom: 25px;
}
.mcontent .price-5 .plans .description-more .info {
  margin: 0 20px 55px;
  font-size: 14px;
  line-height: 18px;
}
.mcontent .price-5 .plans .description-more .btn {
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
.mcontent .price-5 .plans .plan-2 {
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.mcontent .price-5 .plans .plan-2 .title {
  margin: 0 -2px;
  border-left: 2px solid #17a98c;
  border-right: 2px solid #17a98c;
}
.mcontent .price-5 .plans .plan:hover {
  background-color: rgba(26, 188, 156, 0.05);
}
.mcontent .price-5 .plans .plan:hover .description {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mcontent .price-5 .plans .plan:hover .description-more {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .mcontent .price-5 .plans {
    display: block;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .mcontent .price-5 .plans .plan {
    display: block;
    width: auto;
    border: 0!important;
  }
  .mcontent .price-5 .plans .plan + .plan {
    margin-top: 30px;
  }
  .mcontent .price-5 .plans .title {
    margin: 0!important;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
  }
  .mcontent .price-5 .plans .title + * {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    border: 3px solid #e5e5e5;
    border-top: 0;
  }
  .mcontent .price-5 .plans .description .description-box,
  .mcontent .price-5 .plans .description-more {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.mcontent .price-5 .terms {
  text-align: center;
  margin: 40px 0 20px;
  color: #95a5a6;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
}
.mcontent .price-5 .terms a {
  text-decoration: underline;
  color: #1abc9c;
  font-weight: normal;
}
.mcontent .price-5 .terms a:hover {
  text-decoration: none;
}
.mcontent .projects-* .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.mcontent .projects-* .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mcontent .projects-* .pt-page-current,
.mcontent .projects-* .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.mcontent .projects-* .pt-page-ontop {
  z-index: 999;
}
.mcontent .projects-* .v-center {
  display: table;
  width: 100%;
}
.mcontent .projects-* .v-center > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
  .mcontent .projects-* .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .projects-* .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .projects-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .projects-1 .title {
  margin: 0 0 50px;
  line-height: 1.5;
}
.mcontent .projects-1 .title a {
  color: #bdc3c7;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 25px;
}
.mcontent .projects-1 .title a:hover,
.mcontent .projects-1 .title a:focus,
.mcontent .projects-1 .title a.active {
  color: #1abc9c;
}
.mcontent .projects-1 .head-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 60px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  color: #95a5a6;
  min-height: 330px;
  position: relative;
}
.mcontent .projects-1 .head-box:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ebedee url('../bundles/common-files/img/header/ipad@2x.png') 100% 50% no-repeat;
  -webkit-background-size: 826px 772px;
  -moz-background-size: 826px 772px;
  -o-background-size: 826px 772px;
  background-size: 826px 772px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 700px) {
  .mcontent .projects-1 .head-box:before {
    opacity: 20;
    filter: alpha(opacity=2000);
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
.mcontent .projects-1 .head-box > * {
  max-width: 270px;
  position: relative;
}
.mcontent .projects-1 .head-box .brand {
  margin-bottom: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #34495e;
}
.mcontent .projects-1 .head-box .brand > img {
  margin-right: 12px;
  vertical-align: top;
  margin-top: 4px;
}
.mcontent .projects-1 .head-box p {
  font-size: 16px;
}
.mcontent .projects-1 .head-box .features {
  border-top: 2px solid rgba(189, 195, 199, 0.3);
  margin-top: 25px;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #1abc9c;
}
.mcontent .projects-1 .head-box .features > * + * {
  margin-top: 10px;
}
.mcontent .projects-1 .head-box .features [class*="fui-"] {
  font-size: 23px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 20px;
}
.mcontent .projects-1 .projects {
  display: table;
  width: 100%;
  margin-top: 65px;
}
.mcontent .projects-1 .projects + .projects {
  margin-top: 80px;
}
.mcontent .projects-1 .projects .project-wrapper {
  display: table-cell;
}
.mcontent .projects-1 .projects .project-wrapper:first-child + .project-wrapper {
  text-align: center;
}
.mcontent .projects-1 .projects .project-wrapper:first-child + .project-wrapper + .project-wrapper {
  text-align: right;
}
.mcontent .projects-1 .projects .project {
  width: 270px;
  display: inline-block;
}
.mcontent .projects-1 .projects .photo-wrapper {
  width: 270px;
  height: 220px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.mcontent .projects-1 .projects .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .projects-1 .projects .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .projects-1 .projects .overlay [class*="fui-"] {
  font-size: 46px;
}
.mcontent .projects-1 .projects .info {
  text-align: left;
  font-size: 14px;
  color: #95a5a6;
  margin-top: 39px;
  line-height: 1.4;
}
.mcontent .projects-1 .projects .info b {
  color: #7f8c8d;
}
.mcontent .projects-1 .projects .name {
  color: #1abc9c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.mcontent .projects-1 .projects .project:hover .photo-wrapper {
  background-color: #1abc9c;
}
.mcontent .projects-1 .projects .project:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mcontent .projects-1 .projects .project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .projects-1 .projects .project,
  .mcontent .projects-1 .projects .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .mcontent .projects-1 .projects {
    display: block;
    width: auto;
  }
  .mcontent .projects-1 .projects .project-wrapper {
    display: block;
    text-align: center!important;
  }
  .mcontent .projects-1 .projects .project-wrapper + .project-wrapper {
    margin-top: 80px;
  }
}
.mcontent .projects-2 {
  background: #000;
  color: #fff;
}
.mcontent .projects-2.v-center,
.mcontent .projects-2 .v-center {
  display: table;
  width: 100%;
}
.mcontent .projects-2.v-center > div,
.mcontent .projects-2 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .projects-2.v-center.row:before,
  .mcontent .projects-2 .v-center.row:before,
  .mcontent .projects-2.v-center.row:after,
  .mcontent .projects-2 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .projects-2.v-center,
  .mcontent .projects-2 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .projects-2.v-center.row,
  .mcontent .projects-2 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .projects-2.v-center.row:before,
  .mcontent .projects-2 .v-center.row:before,
  .mcontent .projects-2.v-center.row:after,
  .mcontent .projects-2 .v-center.row:after {
    display: none;
  }
  .mcontent .projects-2.v-center.row > *,
  .mcontent .projects-2 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .projects-2 .content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
}
.mcontent .projects-2 .wide-text {
  letter-spacing: 0.5em;
  word-spacing: 0.5em;
  display: block;
  margin: 18px 0 0;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  ffont-weight: 500;
}
@media (max-width: 480px) {
  .mcontent .projects-2 .wide-text {
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
  }
}
.mcontent .projects-2 .hero-unit {
  display: table;
  border-collapse: collapse;
  padding: 0;
  margin: 0 auto;
  background: transparent;
}
.mcontent .projects-2 .hero-unit > * {
  display: table-cell;
  vertical-align: middle;
  border: 8px solid #fff;
  padding: 28px 30px;
  text-align: left;
}
.mcontent .projects-2 .hero-unit h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
}
.mcontent .projects-2 .hero-unit p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .mcontent .projects-2 .hero-unit h1 {
    font-size: 30px;
  }
  .mcontent .projects-2 .hero-unit p {
    display: none;
  }
}
.mcontent .projects-2 > * {
  height: 215px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
  opacity: 15;
  filter: alpha(opacity=1500);
  opacity: 0.15;
  filter: alpha(opacity=15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mcontent .projects-2 > *:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .mcontent .projects-2 > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mcontent .projects-2 .project-1 {
  background-image: url('../bundles/common-files/img/Hawaii_001.png');
}
.mcontent .projects-2 .project-1 .container h1 {
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.mcontent .projects-2 .project-1 .container p {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  padding-top: 0;
  margin-bottom: 10px;
  line-height: 29.999999999999996px;
}
@media (max-width: 480px) {
  .mcontent .projects-2 .project-1 .container h1 {
    font-size: 25px;
  }
  .mcontent .projects-2 .project-1 .container p {
    font-size: 15px;
  }
}
.mcontent .projects-2 .project-2 {
  background-image: url('../bundles/common-files/img/Italy_001.png');
}
@media (max-width: 480px) {
  .mcontent .projects-2 .project-2 .hero-unit h1 {
    font-size: 24px;
  }
}
.mcontent .projects-2 .project-3 {
  background-image: url('../bundles/common-files/img/NY_002.png');
}
.mcontent .projects-2 .project-3 [class*="fui-"] {
  font-size: 95px;
  line-height: 95px;
}
@media (max-width: 767px) {
  .mcontent .projects-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.mcontent .projects-3 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .projects-3 h3 {
  margin: 0 0 80px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.mcontent .projects-3 .projects {
  display: table;
  width: 100%;
}
.mcontent .projects-3 .projects + .projects {
  margin-top: 85px;
}
.mcontent .projects-3 .projects .project-wrapper {
  display: table-cell;
}
.mcontent .projects-3 .projects .project-wrapper:first-child + .project-wrapper {
  text-align: center;
}
.mcontent .projects-3 .projects .project-wrapper:first-child + .project-wrapper + .project-wrapper {
  text-align: right;
}
.mcontent .projects-3 .projects .project {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}
.mcontent .projects-3 .projects .photo-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.mcontent .projects-3 .projects .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .projects-3 .projects .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .projects-3 .projects .overlay [class*="fui-"] {
  font-size: 46px;
}
.mcontent .projects-3 .projects .info {
  text-align: center;
  font-size: 16px;
  color: #95a5a6;
  margin-top: 43px;
}
.mcontent .projects-3 .projects .info b {
  color: #7f8c8d;
}
.mcontent .projects-3 .projects .name {
  color: #34495e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.mcontent .projects-3 .projects .project:hover .photo-wrapper {
  background-color: #1abc9c;
}
.mcontent .projects-3 .projects .project:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mcontent .projects-3 .projects .project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .projects-3 .projects .project:hover .name {
  color: #1abc9c;
}
@media (max-width: 767px) {
  .mcontent .projects-3 .projects {
    display: block;
    width: auto;
  }
  .mcontent .projects-3 .projects .project-wrapper {
    display: block;
    text-align: center!important;
  }
  .mcontent .projects-3 .projects .project-wrapper + .project-wrapper {
    margin-top: 85px;
  }
}
.mcontent .projects-4 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .projects-4 h3 {
  margin: 0 0 60px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.mcontent .projects-4 .projects + .projects {
  margin-top: 80px;
}
.mcontent .projects-4 .projects .photo-wrapper {
  height: 145px;
  position: relative;
  overflow: hidden;
}
.mcontent .projects-4 .projects .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .projects-4 .projects .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 145px;
}
.mcontent .projects-4 .projects .overlay [class*="fui-"] {
  font-size: 46px;
}
.mcontent .projects-4 .projects .info {
  text-align: left;
  font-size: 13px;
  color: #95a5a6;
  margin-top: 27px;
}
.mcontent .projects-4 .projects .info b {
  color: #7f8c8d;
}
.mcontent .projects-4 .projects .name {
  color: #34495e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.mcontent .projects-4 .projects .name.color-pomegranate:hover,
.mcontent .projects-4 .projects .name.color-pomegranate.hover {
  color: #c0392b;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.mcontent .projects-4 .projects .name.color-orange:hover,
.mcontent .projects-4 .projects .name.color-orange.hover {
  color: #f39c12;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.mcontent .projects-4 .projects .name.color-belize-hole:hover,
.mcontent .projects-4 .projects .name.color-belize-hole.hover {
  color: #2980b9;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.mcontent .projects-4 .projects .name.color-green-sea:hover,
.mcontent .projects-4 .projects .name.color-green-sea.hover {
  color: #16a085;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.mcontent .projects-4 .projects .project:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (max-width: 767px) {
  .mcontent .projects-4 .projects .project-wrapper + .project-wrapper {
    margin-top: 80px;
  }
}
.mcontent .crew-1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .crew-1 h3 {
  margin: 0 0 73px;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
}
.mcontent .crew-1 .members {
  display: table;
  width: 100%;
}
.mcontent .crew-1 .members + .members {
  margin-top: 80px;
}
.mcontent .crew-1 .members .member-wrapper {
  display: table-cell;
}
.mcontent .crew-1 .members .member-wrapper:first-child + .member-wrapper {
  text-align: center;
}
.mcontent .crew-1 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: right;
}
.mcontent .crew-1 .members .member {
  width: 220px;
  display: inline-block;
}
.mcontent .crew-1 .members .photo-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.mcontent .crew-1 .members .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-1 .members .photo img {
  display: none;
}
.mcontent .crew-1 .members .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-1 .members .overlay [class*="fui-"] {
  font-size: 46px;
}
.mcontent .crew-1 .members .info {
  text-align: center;
  font-size: 14px;
  color: #95a5a6;
  margin-top: 36px;
}
.mcontent .crew-1 .members .name {
  color: #34495e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.mcontent .crew-1 .members .member:hover .photo-wrapper {
  background-color: #1abc9c;
}
.mcontent .crew-1 .members .member:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mcontent .crew-1 .members .member:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .crew-1 .members .member:hover .name {
  color: #1abc9c;
}
@media (max-width: 767px) {
  .mcontent .crew-1 .members {
    display: block;
    width: auto;
  }
  .mcontent .crew-1 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .mcontent .crew-1 .members .member-wrapper + .member-wrapper {
    margin-top: 80px;
  }
}
.mcontent .crew-2 {
  padding-top: 110px;
  padding-bottom: 88px;
}
.mcontent .crew-2 h3 {
  margin: 0 0 73px;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
}
.mcontent .crew-2 .members {
  display: table;
  width: 100%;
}
.mcontent .crew-2 .members .member-wrapper {
  display: table-cell;
}
.mcontent .crew-2 .members .member-wrapper:first-child + .member-wrapper {
  text-align: center;
}
.mcontent .crew-2 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: right;
}
.mcontent .crew-2 .members .member {
  width: 265px;
  display: inline-block;
  padding-bottom: 23px;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.mcontent .crew-2 .members + .members .member {
  padding-top: 78px;
  border-top: 2px solid #ebedee;
}
.mcontent .crew-2 .members .photo-wrapper {
  width: 265px;
  height: 180px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.mcontent .crew-2 .members .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-2 .members .photo img {
  display: none;
}
.mcontent .crew-2 .members .info {
  text-align: center;
  font-size: 14px;
  color: #7f8c8d;
  margin-top: 29px;
}
.mcontent .crew-2 .members .name {
  position: absolute;
  left: 19px;
  bottom: 19px;
  color: #fff;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.mcontent .crew-2 .members .position {
  position: absolute;
  right: 19px;
  bottom: 19px;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
.mcontent .crew-2 .members .social-btns {
  white-space: nowrap;
  margin-top: 24px;
}
.mcontent .crew-2 .members .social-btns > * {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  color: #1abc9c;
}
.mcontent .crew-2 .members .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .crew-2 .members .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .crew-2 .members .social-btns > * > *:first-child {
  color: #95a5a6;
}
.mcontent .crew-2 .members .social-btns > *:hover > * {
  top: -100%;
}
.mcontent .crew-2 .members .member:hover .photo-wrapper {
  background-color: #1abc9c;
}
.mcontent .crew-2 .members .member:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .crew-2 .members .member,
  .mcontent .crew-2 .members .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .mcontent .crew-2 .members {
    display: block;
    width: auto;
  }
  .mcontent .crew-2 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .mcontent .crew-2 .members .member-wrapper + .member-wrapper .member {
    padding-top: 78px;
    border-top: 2px solid #ebedee;
  }
}
.mcontent .crew-3 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .crew-3 h3 {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mcontent .crew-3 h3 {
    margin-bottom: 25px;
  }
}
.mcontent .crew-3 .title {
  margin: 0 0 80px;
  line-height: 1.5;
}
.mcontent .crew-3 .title a {
  color: #bdc3c7;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 22px;
  letter-spacing: 0.19em;
}
.mcontent .crew-3 .title a:hover,
.mcontent .crew-3 .title a:focus,
.mcontent .crew-3 .title a.active {
  color: #1abc9c;
}
.mcontent .crew-3 .title .social-btns a {
  color: #1abc9c;
  font-size: 16px;
  margin-right: 12px;
}
.mcontent .crew-3 .title .social-btns a:hover,
.mcontent .crew-3 .title .social-btns a:focus,
.mcontent .crew-3 .title .social-btns a.active {
  color: #15967d;
}
@media (max-width: 767px) {
  .mcontent .crew-3 .title {
    margin-bottom: 35px;
  }
}
.mcontent .crew-3 .members {
  display: table;
  width: 100%;
}
.mcontent .crew-3 .members + .members {
  margin-top: 56px;
}
.mcontent .crew-3 .members .member-wrapper {
  display: table-cell;
}
.mcontent .crew-3 .members .member-wrapper:first-child + .member-wrapper {
  text-align: center;
}
.mcontent .crew-3 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: right;
}
.mcontent .crew-3 .members .member {
  width: 270px;
  display: inline-block;
}
.mcontent .crew-3 .members .photo-wrapper {
  width: 270px;
  height: 220px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.mcontent .crew-3 .members .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-3 .members .photo img {
  display: none;
}
.mcontent .crew-3 .members .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-3 .members .overlay [class*="fui-"] {
  font-size: 46px;
}
.mcontent .crew-3 .members .name {
  position: absolute;
  left: 19px;
  bottom: 19px;
  color: #fff;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.mcontent .crew-3 .members .member:hover .photo-wrapper {
  background-color: #1abc9c;
}
.mcontent .crew-3 .members .member:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mcontent .crew-3 .members .member:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .crew-3 .members .member,
  .mcontent .crew-3 .members .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .mcontent .crew-3 .members {
    display: block;
    width: auto;
  }
  .mcontent .crew-3 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .mcontent .crew-3 .members .member-wrapper + .member-wrapper {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .mcontent .crew-3 h3 {
    text-align: center;
    margin-bottom: 25px;
  }
  .mcontent .crew-3 .title {
    text-align: center;
    line-height: 23px;
    margin-bottom: 35px;
  }
  .mcontent .crew-3 .social-btns {
    display: block;
  }
}
.mcontent .crew-4 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .crew-4 h3 {
  margin: 0 0 73px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}
.mcontent .crew-4 .members {
  display: table;
  width: 100%;
}
.mcontent .crew-4 .members + .members {
  margin-top: 80px;
}
.mcontent .crew-4 .members .member-wrapper {
  display: table-cell;
}
.mcontent .crew-4 .members .member-wrapper:first-child + .member-wrapper {
  text-align: center;
}
.mcontent .crew-4 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: right;
}
.mcontent .crew-4 .members .member {
  width: 265px;
  display: inline-block;
}
.mcontent .crew-4 .members .photo-wrapper {
  width: 265px;
  height: 180px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.mcontent .crew-4 .members .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-4 .members .photo img {
  display: none;
}
.mcontent .crew-4 .members .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 180px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mcontent .crew-4 .members .overlay a {
  margin: 0 8px;
  display: inline-block;
  color: #ffffff;
}
.mcontent .crew-4 .members .overlay a:hover,
.mcontent .crew-4 .members .overlay a:focus,
.mcontent .crew-4 .members .overlay a.active {
  color: #e3e7e8;
}
.mcontent .crew-4 .members .overlay [class*="fui-"] {
  font-size: 36px;
}
.mcontent .crew-4 .members .info {
  font-size: 14px;
  color: #95a5a6;
  margin-top: 36px;
  line-height: 1.4;
  text-align: left;
}
.mcontent .crew-4 .members .info b {
  color: #7f8c8d;
}
.mcontent .crew-4 .members .name {
  color: #1abc9c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.mcontent .crew-4 .members .contacts {
  color: #7f8c8d;
  font-weight: 700;
  border-top: 2px solid #ebedee;
  margin-top: 13px;
  padding-top: 15px;
}
.mcontent .crew-4 .members .contacts a {
  color: #7f8c8d;
}
.mcontent .crew-4 .members .contacts a:hover,
.mcontent .crew-4 .members .contacts a:focus,
.mcontent .crew-4 .members .contacts a.active {
  color: #95a5a6;
}
.mcontent .crew-4 .members .member:hover .photo-wrapper {
  background-color: #1abc9c;
}
.mcontent .crew-4 .members .member:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mcontent .crew-4 .members .member:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .crew-4 .members .member,
  .mcontent .crew-4 .members .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .mcontent .crew-4 .members {
    display: block;
    width: auto;
  }
  .mcontent .crew-4 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .mcontent .crew-4 .members .member-wrapper + .member-wrapper {
    margin-top: 80px;
  }
}
.mcontent .footer-1 {
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 14px;
  color: #bdc3c7;
}
.mcontent .footer-1 .lead {
  margin-bottom: 15px;
  margin-top: -10px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -1px;
}
.mcontent .footer-1 .lead b {
  font-weight: 500;
}
.mcontent .footer-1 .social-btns {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .mcontent .footer-1 .social-btns {
    margin-bottom: 25px;
  }
}
.mcontent .footer-1 .btn.btn-danger {
  background-color: #c0392b;
}
.mcontent .footer-1 .btn.btn-danger:hover,
.mcontent .footer-1 .btn.btn-danger:focus {
  background-color: #cd6155;
}
.mcontent .footer-1 .btn.btn-danger:active,
.mcontent .footer-1 .btn.btn-danger.active {
  background-color: #a33025;
}
.mcontent .footer-1 a {
  color: #bdc3c7;
  font-weight: normal;
}
.mcontent .footer-1 a:hover,
.mcontent .footer-1 a:focus,
.mcontent .footer-1 a.active {
  color: #979c9f;
}
.mcontent .footer-1 nav h6 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.mcontent .footer-1 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
}
.mcontent .footer-1 nav ul li {
  margin-bottom: 5px;
}
.mcontent .footer-1 .buy-btn {
  text-align: center;
}
.mcontent .footer-1 .buy-btn a.btn {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}
.mcontent .footer-1 .buy-btn .btn {
  margin-bottom: 17px;
}
.mcontent .footer-1 .additional-links {
  border-top: 1px solid #374859;
  padding-top: 17px;
  font-size: 14px;
  font-weight: normal;
  color: #95a5a6;
}
@media (max-width: 767px) {
  .mcontent .footer-1 .additional-links {
    margin-top: 17px;
    margin-bottom: 0;
  }
}
.mcontent .footer-1 .additional-links a {
  margin-right: 10px;
  color: #95a5a6;
}
.mcontent .footer-1 .additional-links a:hover,
.mcontent .footer-1 .additional-links a:focus,
.mcontent .footer-1 .additional-links a.active {
  color: #778485;
}
@media (max-width: 767px) {
  .mcontent .footer-1 .col-sm-6 {
    margin-bottom: 20px;
  }
  .mcontent .footer-1 nav .col-sm-2,
  .mcontent .footer-1 .buy-btn {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .mcontent .footer-1 nav .col-sm-2:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mcontent .footer-1 .buy-btn {
    float: none;
    clear: both;
    width: auto;
    padding-top: 15px;
    margin: 0;
  }
  .mcontent .footer-1 .buy-btn .btn {
    margin: 0 0 10px;
  }
  .mcontent .footer-1 nav .col-sm-2 {
    width: 47%;
    margin-left: 6%;
  }
}
.mcontent .footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #bdc3c7;
  line-height: 25px;
}
.mcontent .footer-2 a {
  color: #bdc3c7;
  font-weight: normal;
}
.mcontent .footer-2 a:hover,
.mcontent .footer-2 a:focus,
.mcontent .footer-2 a.active {
  color: #979c9f;
}
.mcontent .footer-2 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
}
.mcontent .footer-2 nav ul li {
  float: left;
  margin-left: 25px;
  line-height: 25px;
}
.mcontent .footer-2 nav ul li:first-child {
  margin-left: 0;
}
.mcontent .footer-2 .social-btns {
  white-space: nowrap;
}
.mcontent .footer-2 .social-btns > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #979c9f;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
.mcontent .footer-2 .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .footer-2 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .footer-2 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.mcontent .footer-2 .social-btns > *:hover > * {
  top: -100%;
}
.mcontent .footer-2 .additional-links {
  font-size: 12px;
  font-weight: normal;
  color: #bdc3c7;
  text-align: center;
}
@media (max-width: 991px) {
  .mcontent .footer-2 .additional-links {
    clear: both;
    text-align: left;
  }
}
.mcontent .footer-2 .additional-links a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .mcontent .footer-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mcontent .footer-2 > .container > * {
    float: none !important;
    *zoom: 1;
  }
  .mcontent .footer-2 > .container > *:before,
  .mcontent .footer-2 > .container > *:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .mcontent .footer-2 > .container > *:after {
    clear: both;
  }
  .mcontent .footer-2 > .container > *:before,
  .mcontent .footer-2 > .container > *:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .mcontent .footer-2 > .container > *:after {
    clear: both;
  }
  .mcontent .footer-2 nav ul li {
    float: none;
    margin: 18px 0 0;
  }
  .mcontent .footer-2 nav ul li:first-child {
    margin-top: 0;
  }
  .mcontent .footer-2 .social-btns {
    margin: 25px 0 10px;
  }
}
.mcontent .footer-3 {
  font-size: 14px;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #2c3e50;
  color: #bdc3c7;
}
.mcontent .footer-3.v-center,
.mcontent .footer-3 .v-center {
  display: table;
  width: 100%;
}
.mcontent .footer-3.v-center > div,
.mcontent .footer-3 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .footer-3.v-center.row:before,
  .mcontent .footer-3 .v-center.row:before,
  .mcontent .footer-3.v-center.row:after,
  .mcontent .footer-3 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .footer-3.v-center,
  .mcontent .footer-3 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .footer-3.v-center.row,
  .mcontent .footer-3 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .footer-3.v-center.row:before,
  .mcontent .footer-3 .v-center.row:before,
  .mcontent .footer-3.v-center.row:after,
  .mcontent .footer-3 .v-center.row:after {
    display: none;
  }
  .mcontent .footer-3.v-center.row > *,
  .mcontent .footer-3 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .footer-3 .row.v-center {
  padding-left: 0;
  padding-right: 0;
}
.mcontent .footer-3 a {
  color: #ffffff;
  font-weight: normal;
}
.mcontent .footer-3 a:hover,
.mcontent .footer-3 a:focus,
.mcontent .footer-3 a.active {
  color: #bdc3c7;
}
.mcontent .footer-3 h1,
.mcontent .footer-3 .h1,
.mcontent .footer-3 h2,
.mcontent .footer-3 .h2,
.mcontent .footer-3 h3,
.mcontent .footer-3 .h3,
.mcontent .footer-3 h4,
.mcontent .footer-3 .h4,
.mcontent .footer-3 h5,
.mcontent .footer-3 .h5,
.mcontent .footer-3 h6,
.mcontent .footer-3 .h6 {
  color: white;
}
.mcontent .footer-3 .brand {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.mcontent .footer-3 .additional-links a {
  color: #bdc3c7;
  text-decoration: underline;
}
.mcontent .footer-3 .additional-links a:hover,
.mcontent .footer-3 .additional-links a:focus,
.mcontent .footer-3 .additional-links a.active {
  color: #ffffff;
}
.mcontent .footer-3 h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  text-transform: none;
}
.mcontent .footer-3 .address {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .mcontent .footer-3 .row > [class*="col-sm-"] {
    margin-top: 30px;
  }
  .mcontent .footer-3 .row > [class*="col-sm-"]:first-child {
    margin-top: 0;
  }
}
.mcontent .footer-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
}
.mcontent .footer-4 .brand {
  font-size: 20px;
  font-weight: normal;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.mcontent .footer-4 .brand:hover,
.mcontent .footer-4 .brand:focus,
.mcontent .footer-4 .brand.active {
  color: #1abc9c;
}
.mcontent .footer-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.mcontent .footer-5 .brand {
  display: inline-block;
  margin-bottom: 25px;
}
.mcontent .footer-5 .text {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 80px;
  line-height: 1.45;
}
.mcontent .footer-5 .btn {
  margin-top: 30px;
  background-color: #ebedee;
  color: #7f8c8d;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 13px 8px;
}
.mcontent .footer-5 .btn:hover,
.mcontent .footer-5 .btn:focus {
  background-color: #eff1f1;
}
.mcontent .footer-5 .btn:active,
.mcontent .footer-5 .btn.active {
  background-color: #c8c9ca;
}
.mcontent .footer-5 .btn [class^="fui-"] {
  font-size: 16px;
  font-weight: normal;
  color: #3498db;
}
@media (max-width: 991px) {
  .mcontent .footer-5 .text {
    margin: 0;
  }
}
.mcontent .footer-6 {
  padding-top: 110px;
  padding-bottom: 110px;
  color: #7f8c8d;
}
.mcontent .footer-6 a {
  font-weight: normal;
}
@media (max-width: 480px) {
  .mcontent .footer-6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.mcontent .footer-6 .brand {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 18px;
}
.mcontent .footer-6 .brand:hover,
.mcontent .footer-6 .brand:focus {
  color: #1abc9c;
}
.mcontent .footer-6 h6 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .mcontent .footer-6 h6 {
    margin: 0 0 5px;
  }
}
.mcontent .footer-6 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.mcontent .footer-6 nav ul li {
  margin-bottom: 8px;
}
.mcontent .footer-6 nav ul li a {
  color: #7f8c8d;
}
.mcontent .footer-6 nav ul li a:hover,
.mcontent .footer-6 nav ul li a:focus {
  color: #1abc9c;
}
@media (max-width: 480px) {
  .mcontent .footer-6 nav h6 {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .mcontent .footer-6 nav {
    *zoom: 1;
  }
  .mcontent .footer-6 nav:before,
  .mcontent .footer-6 nav:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .mcontent .footer-6 nav:after {
    clear: both;
  }
  .mcontent .footer-6 nav:before,
  .mcontent .footer-6 nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .mcontent .footer-6 nav:after {
    clear: both;
  }
  .mcontent .footer-6 nav .col-sm-2 {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .mcontent .footer-6 nav .col-sm-2:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-6 nav {
    margin-bottom: 20px;
  }
}
.mcontent .footer-6 .input-group {
  margin-bottom: 20px;
}
.mcontent .footer-6 .input-group input[type="text"] {
  width: 167px;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}
@media (min-width: 1200px) {
  .mcontent .footer-6 .input-group input[type="text"] {
    width: 217px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mcontent .footer-6 .input-group input[type="text"] {
    width: 112px;
  }
}
@media (max-width: 767px) {
  .mcontent .footer-6 .input-group input[type="text"] {
    width: 100%;
  }
}
.mcontent .footer-6 .input-group input[type="text"]:hover {
  border-color: #cacfd2;
}
.mcontent .footer-6 .input-group input[type="text"]:focus {
  border-color: #1abc9c;
}
.mcontent .footer-6 .social-btns {
  white-space: nowrap;
}
.mcontent .footer-6 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #1abc9c;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
  .mcontent .footer-6 .social-btns > * {
    margin-top: 15px;
    margin-bottom: 7px;
  }
}
.mcontent .footer-6 .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .footer-6 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .footer-6 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.mcontent .footer-6 .social-btns > *:hover > * {
  top: -100%;
}
.mcontent .footer-6 .social-btns .fui-twitter:first-child {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .mcontent .footer-6 [class*="col-sm-"] {
    margin-top: 15px;
  }
  .mcontent .footer-6 .row:first-child {
    margin-top: -15px;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-6 .input-group {
    margin-bottom: 0;
  }
}
.mcontent .footer-7 {
  padding-top: 150px;
  padding-bottom: 110px;
  color: #bdc3c7;
  line-height: 25px;
  text-align: center;
  position: relative;
}
.mcontent .footer-7.v-center,
.mcontent .footer-7 .v-center {
  display: table;
  width: 100%;
}
.mcontent .footer-7.v-center > div,
.mcontent .footer-7 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .mcontent .footer-7.v-center.row:before,
  .mcontent .footer-7 .v-center.row:before,
  .mcontent .footer-7.v-center.row:after,
  .mcontent .footer-7 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mcontent .footer-7.v-center,
  .mcontent .footer-7 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mcontent .footer-7.v-center.row,
  .mcontent .footer-7 .v-center.row {
    display: block;
    width: auto;
  }
  .mcontent .footer-7.v-center.row:before,
  .mcontent .footer-7 .v-center.row:before,
  .mcontent .footer-7.v-center.row:after,
  .mcontent .footer-7 .v-center.row:after {
    display: none;
  }
  .mcontent .footer-7.v-center.row > *,
  .mcontent .footer-7 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.mcontent .footer-7:before {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
  background: #e2e4e6;
}
.mcontent .footer-7 a {
  color: #bdc3c7;
  font-weight: 500;
}
.mcontent .footer-7 a:hover,
.mcontent .footer-7 a:focus,
.mcontent .footer-7 a.active {
  color: #a1a6a9;
}
.mcontent .footer-7 nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .footer-7 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mcontent .footer-7 nav ul li {
  display: inline-block;
  min-width: 100px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mcontent .footer-7 nav ul li {
    min-width: 70px;
    font-size: 12px;
    font-weight: normal;
    color: inherit;
    font-weight: 500;
  }
}
.mcontent .footer-7 nav ul li .scroll-top {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
  color: #ffffff;
  background: #bdc3c7;
}
.mcontent .footer-7 nav ul li .scroll-top:hover,
.mcontent .footer-7 nav ul li .scroll-top:focus,
.mcontent .footer-7 nav ul li .scroll-top.active {
  color: #ffffff;
}
.mcontent .footer-7 nav ul li .scroll-top:hover,
.mcontent .footer-7 nav ul li .scroll-top:focus {
  background: #a1a6a9;
}
.mcontent .footer-7 nav ul li .scroll-top:active,
.mcontent .footer-7 nav ul li .scroll-top.active {
  background: #84898b;
}
.mcontent .footer-7 > .container {
  position: relative;
}
.mcontent .footer-7 .container > a {
  position: absolute;
  top: 15px;
  left: 15px;
}
.mcontent .footer-7 .container > a [class*="fui-"] {
  font-size: 22px;
}
.mcontent .footer-7 .social-btns {
  white-space: nowrap;
  position: absolute;
  top: 15px;
  right: 15px;
}
.mcontent .footer-7 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  width: 16px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
.mcontent .footer-7 .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .footer-7 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .footer-7 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.mcontent .footer-7 .social-btns > *:hover > * {
  top: -100%;
}
@media (max-width: 600px) {
  .mcontent .footer-7 .container > a,
  .mcontent .footer-7 .scroll-btn {
    display: none;
  }
  .mcontent .footer-7 nav ul li {
    float: none;
    margin: 18px 0 0;
    display: block;
    text-align: left;
  }
  .mcontent .footer-7 nav ul li:first-child {
    margin-top: 0;
  }
  .mcontent .footer-7 .social-btns {
    position: static;
    text-align: left;
    margin-top: 20px;
    margin-bottom: -5px;
  }
}
.mcontent .footer-8 {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}
.mcontent .footer-8 a {
  color: #7f8c8d;
  font-weight: normal;
}
.mcontent .footer-8 a:hover,
.mcontent .footer-8 a:focus,
.mcontent .footer-8 a.active {
  color: #1abc9c;
}
.mcontent .footer-8 nav {
  margin-bottom: 40px;
}
.mcontent .footer-8 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .footer-8 nav ul li {
  display: inline-block;
  margin-left: 30px;
}
.mcontent .footer-8 nav ul li:first-child {
  margin-left: 0;
}
.mcontent .footer-8 .additional-links {
  font-size: 12px;
  font-weight: normal;
  color: #7f8c8d;
}
.mcontent .footer-8 .additional-links a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .mcontent .footer-8 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
  }
  .mcontent .footer-8 nav {
    margin-bottom: 22px;
  }
  .mcontent .footer-8 nav ul li {
    display: block;
    float: none;
    margin: 18px 0 0;
  }
  .mcontent .footer-8 nav ul li:first-child {
    margin-top: 0;
  }
}
.mcontent .footer-9-map {
  padding: 0;
  height: 550px;
  min-height: 300px;
}
.mcontent .footer-9 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mcontent .footer-9 h6 {
  font-size: 18px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
.mcontent .footer-9 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
}
.mcontent .footer-9 a {
  font-size: 16px;
  color: #e74c3c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .mcontent .footer-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-9 .box {
    margin-top: 33px;
  }
  .mcontent .footer-9 .box.box-first {
    margin-top: 0;
  }
}
.mcontent .footer-10 {
  position: relative;
  background: rgba(235, 237, 238, 0.76);
}
.mcontent .footer-10 > .container {
  padding-top: 90px;
  padding-bottom: 80px;
}
.mcontent .footer-10 .brand {
  display: inline-block;
  padding: 3px 0 0;
  font-size: 25px;
  font-weight: normal;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #34495e;
}
.mcontent .footer-10 .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.mcontent .footer-10 .brand:hover,
.mcontent .footer-10 .brand:focus,
.mcontent .footer-10 .brand.active {
  color: #e74c3c;
}
.mcontent .footer-10 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 25.6px;
}
.mcontent .footer-10 a {
  color: #e74c3c;
  font-weight: normal;
}
.mcontent .footer-10 a:hover,
.mcontent .footer-10 a:focus,
.mcontent .footer-10 a.active {
  color: #b93d30;
}
.mcontent .footer-10 h6 {
  font-size: 18px;
  font-weight: normal;
  color: #34495e;
  font-weight: 500;
  text-transform: none;
}
.mcontent .footer-10 nav h6 {
  margin: 0 0 15px;
  line-height: 24.000000000000004px;
  color: #34495e;
  font-weight: 500;
}
.mcontent .footer-10 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.mcontent .footer-10 nav ul li {
  margin-bottom: 8px;
}
.mcontent .footer-10 nav a {
  color: #7f8c8d;
}
.mcontent .footer-10 nav a:hover,
.mcontent .footer-10 nav a:focus,
.mcontent .footer-10 nav a.active {
  color: #667071;
}
@media (max-width: 767px) {
  .mcontent .footer-10 .col-sm-2 {
    float: left;
    width: 50%;
  }
  .mcontent .footer-10 .col-sm-2 + .col-sm-2 + .col-sm-2 {
    clear: left;
    margin-top: 30px;
  }
  .mcontent .footer-10 .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 {
    clear: none;
    margin-top: 30px;
  }
  .mcontent .footer-10 .box {
    margin-top: 33px;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-10 .box {
    margin-top: 33px;
  }
  .mcontent .footer-10 .box.box-first {
    margin-top: 0;
  }
  .mcontent .footer-10 .brand {
    margin-bottom: 33px;
  }
}
.mcontent .footer-10 .subscribe-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mcontent .footer-10 .subscribe-form .col-sm-4 {
  text-align: right;
}
@media (max-width: 767px) {
  .mcontent .footer-10 .subscribe-form .col-sm-4 {
    text-align: center;
  }
}
.mcontent .footer-10 .subscribe-form form {
  margin: 0;
  position: relative;
}
.mcontent .footer-10 .subscribe-form input[type="text"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 59.99999999999999px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .footer-10 .subscribe-form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.mcontent .footer-10 .subscribe-form input[type="text"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mcontent .footer-10 .subscribe-form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.mcontent .footer-10 .subscribe-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.mcontent .footer-10 .subscribe-form input[type="text"].placeholder {
  color: #ffffff;
}
.mcontent .footer-10 .subscribe-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .footer-10 .subscribe-form input[type="text"]:-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .footer-10 .subscribe-form input[type="text"]::-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .footer-10 .subscribe-form input[type="text"]:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.mcontent .footer-10 .subscribe-form .ani-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding-left: 6px;
  line-height: 59.99999999999999px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .footer-10 .subscribe-form .btn {
  margin-top: 8px;
  font-weight: 500;
  width: 220px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .mcontent .footer-10 .subscribe-form {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-10 .subscribe-form input[type="text"],
  .mcontent .footer-10 .subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 33px;
    line-height: 27px;
    font-size: 25px;
    font-weight: normal;
    color: inherit;
    text-align: center;
  }
}
.mcontent .footer-11 {
  padding-top: 110px;
  text-align: center;
}
.mcontent .footer-11 > .container {
  padding-bottom: 40px;
  position: relative;
}
.mcontent .footer-11 a {
  color: #bdc3c7;
  font-weight: normal;
}
.mcontent .footer-11 a:hover,
.mcontent .footer-11 a:focus,
.mcontent .footer-11 a.active {
  color: #3498db;
}
.mcontent .footer-11 .brand {
  position: absolute;
  top: 0;
  left: 15px;
}
.mcontent .footer-11 .brand img:first-child {
  float: left;
  margin: 0 15px 0 0;
}
.mcontent .footer-11 nav {
  margin: 0 100px;
}
.mcontent .footer-11 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #34495e;
}
.mcontent .footer-11 nav ul li {
  display: inline-block;
  margin-left: 25px;
}
.mcontent .footer-11 nav ul li:first-child {
  margin-left: 0;
}
.mcontent .footer-11 nav ul li a {
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
  color: #34495e;
}
.mcontent .footer-11 nav ul li a:hover,
.mcontent .footer-11 nav ul li a:focus,
.mcontent .footer-11 nav ul li a.active {
  color: #bdc3c7;
}
.mcontent .footer-11 .social-btns {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 15px;
}
.mcontent .footer-11 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #34495e;
  width: 16px;
  height: 19px;
  overflow: hidden;
  text-align: center;
}
.mcontent .footer-11 .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .footer-11 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .footer-11 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.mcontent .footer-11 .social-btns > *:hover > * {
  top: -100%;
}
.mcontent .footer-11 .additional-links {
  border-top: 2px solid #ecf0f1;
  background: #f4f5f6;
  padding: 50px 0;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}
@media (max-width: 767px) {
  .mcontent .footer-11 .additional-links {
    margin-right: -5px;
    margin-left: -5px;
  }
  .mcontent .footer-11 .additional-links .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mcontent .footer-11 .additional-links .lead {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: normal;
  color: #34495e;
}
.mcontent .footer-11 .additional-links .lead b {
  font-weight: 500;
}
.mcontent .footer-11 .additional-links a {
  margin: 0 10px;
  color: #95a5a6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mcontent .footer-11 .additional-links a:hover,
.mcontent .footer-11 .additional-links a:focus,
.mcontent .footer-11 .additional-links a.active {
  color: #778485;
}
@media (max-width: 480px) {
  .mcontent .footer-11 {
    border-top: 0;
    text-align: left;
  }
  .mcontent .footer-11 .brand {
    display: none;
  }
  .mcontent .footer-11 nav {
    margin-left: -20px;
    margin-right: -20px;
  }
  .mcontent .footer-11 nav ul li {
    float: none;
    margin: 0;
    display: block;
    text-align: left;
    border-bottom: 2px solid #ecf0f1;
    padding: 11px 20px;
  }
  .mcontent .footer-11 nav ul li:first-child {
    margin-top: 0;
    border-bottom: 0 none;
  }
  .mcontent .footer-11 .social-btns {
    position: static;
    margin-top: 30px;
    margin-bottom: 11px;
  }
  .mcontent .footer-11 .additional-links a {
    margin: 0 20px 0 0;
    line-height: 18.0667px;
  }
}
.mcontent .footer-12 {
  padding-top: 190px;
  padding-bottom: 110px;
  text-align: center;
  font-size: 84.3px;
  font-weight: normal;
  color: rgba(44, 62, 80, 0.2);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
}
.mcontent .footer-12:before {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  height: 2px;
  overflow: hidden;
  background: #ebedee;
}
.mcontent .footer-12 [class*="fui-"] {
  font-size: 60px;
  font-weight: normal;
  color: #e74c3c;
  vertical-align: baseline;
}
@media (min-width: 1200px) {
  .mcontent .footer-12 {
    font-size: 84px;
    color: rgba(44, 62, 80, 0.2);
    font-weight: 800;
  }
}
@media (max-width: 1199px) {
  .mcontent .footer-12 {
    font-size: 82px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mcontent .footer-12 {
    font-size: 56px;
    color: rgba(44, 62, 80, 0.2);
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .mcontent .footer-12 {
    font-size: 36px;
    color: rgba(44, 62, 80, 0.2);
    font-weight: 800;
  }
  .mcontent .footer-12 [class*="fui-"] {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-12 {
    font-size: 26px;
    color: rgba(44, 62, 80, 0.2);
    padding-top: 150px;
    font-weight: 800;
  }
  .mcontent .footer-12 [class*="fui-"] {
    font-size: 18px;
    font-weight: normal;
    color: #e74c3c;
  }
}
.mcontent .footer-13 {
  padding-top: 44px;
  padding-bottom: 40px;
  background: #ebedee;
  text-align: center;
}
.mcontent .footer-13 a {
  font-weight: normal;
}
.mcontent .footer-13 > .container {
  position: relative;
}
.mcontent .footer-13 > .container > [class*="fui-"] {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  font-weight: normal;
  color: #e74c3c;
}
.mcontent .footer-13 nav {
  font-size: 12px;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.mcontent .footer-13 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mcontent .footer-13 nav ul li {
  float: left;
  margin-left: 130px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .mcontent .footer-13 nav ul li {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  .mcontent .footer-13 nav ul li {
    margin-left: 20px;
  }
}
.mcontent .footer-13 nav ul li:first-child {
  margin-left: 0;
}
.mcontent .footer-13 nav ul li a {
  color: #95a5a6;
}
.mcontent .footer-13 nav ul li a:hover,
.mcontent .footer-13 nav ul li a:focus,
.mcontent .footer-13 nav ul li a.active {
  color: #e74c3c;
}
@media (max-width: 620px) {
  .mcontent .footer-13 > .container > [class*="fui-"] {
    display: none;
  }
}
@media (max-width: 520px) {
  .mcontent .footer-13 nav {
    float: none !important;
    text-align: left;
  }
  .mcontent .footer-13 nav.pull-right {
    margin-top: 18px;
  }
  .mcontent .footer-13 nav ul li {
    float: none;
    margin: 18px 0 0;
  }
  .mcontent .footer-13 nav ul li:first-child {
    margin-top: 0;
  }
}
.mcontent .footer-14 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f4f5f6;
  line-height: 25px;
}
.mcontent .footer-14 .brand {
  position: absolute;
  top: 0;
  left: 15px;
}
.mcontent .footer-14 a {
  color: #95a5a6;
  font-weight: 500;
}
.mcontent .footer-14 a:hover,
.mcontent .footer-14 a:focus,
.mcontent .footer-14 a.active {
  color: #e74c3c;
}
.mcontent .footer-14 nav {
  font-size: 16px;
  font-weight: normal;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 100px;
}
.mcontent .footer-14 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mcontent .footer-14 nav ul li {
  float: none;
  display: inline-block;
  margin-left: 50px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .mcontent .footer-14 nav ul li {
    margin-left: 20px;
  }
}
.mcontent .footer-14 nav ul li:first-child {
  margin-left: 0;
}
.mcontent .footer-14 .social-btns {
  position: absolute;
  top: 0;
  right: 15px;
  white-space: nowrap;
}
.mcontent .footer-14 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #95a5a6;
  width: 16px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .footer-14 .social-btns > *:first-child {
  margin-left: 0;
}
.mcontent .footer-14 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.mcontent .footer-14 .social-btns > *:hover > * {
  top: -100%;
}
@media (max-width: 480px) {
  .mcontent .footer-14 .brand {
    display: none;
  }
  .mcontent .footer-14 nav {
    text-align: left;
    margin: 0;
  }
  .mcontent .footer-14 nav ul li {
    float: none;
    margin: 18px 0 0;
    display: block;
  }
  .mcontent .footer-14 nav ul li:first-child {
    margin-top: 0;
  }
  .mcontent .footer-14 .social-btns {
    margin: 0 0 30px;
    position: relative;
    display: block;
    float: none;
    right: 0;
  }
}
.mcontent .footer-15 {
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f4f5f6;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
  font-weight: 500;
}
.mcontent .footer-15 span {
  line-height: 41px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .mcontent .footer-15 span {
    line-height: normal;
  }
}
.mcontent .footer-15 .btns {
  display: inline-block;
  margin-left: 25px;
}
.mcontent .footer-15 .btns .btn {
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}
.mcontent .footer-15 .btns .btn:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .mcontent .footer-15 {
    text-align: center;
  }
  .mcontent .footer-15 .btns {
    display: block;
    margin: 10px auto 0;
  }
}
@media (max-width: 480px) {
  .mcontent .footer-15 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mcontent .footer-15 .btns {
    margin: 26px auto 0;
  }
  .mcontent .footer-15 .btns .btn {
    margin: 0;
    display: block;
  }
  .mcontent .footer-15 .btns .btn + .btn {
    margin-top: 9px;
  }
}
.mcontent body .delimiter-big {
  margin-top: 110px;
}
.mcontent .content-31.mask .container:before,
.mcontent .footer-7.mask:before,
.mcontent .footer-12.mask:before {
  display: none;
}
.nav-visible .read-man {
  display: none;
}
.dockbar {
  -webkit-transition: z-index 4s ease 0s;
  -moz-transition: z-index 4s ease 0s;
  -o-transition: z-index 4s ease 0s;
  transition: z-index 4s ease 0s;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .dockbar.navbar-fixed-top {
    position: fixed;
  }
  .dockbar.navbar-fixed-top .container {
    width: auto;
  }
}
.dockbar .menu-btn {
  display: none;
}
@media (max-width: 1200px) {
  .dockbar .menu-btn {
    display: inline-block;
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    background: none #1b1f23;
    border: 0 none;
    border-left: 1px solid #272b2f;
    color: #919497;
  }
  .dockbar .menu-btn:hover,
  .dockbar .menu-btn:focus {
    border: 0 none;
    border-left: 1px solid #272b2f;
    color: #ffffff;
  }
  .dockbar .menu-btn span {
    content: '';
    background-image: url("../bundles/common-files/icons/menu-icon.png");
    width: 17px;
    height: 12px;
  }
  .dockbar .menu-btn span:before {
    content: '';
  }
}
.dockbar .main-menu {
  display: block;
  overflow: hidden;
  background-color: #1b1f23;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.dockbar .main-menu > div {
  height: 65px;
}
.dockbar .main-menu > div > div {
  height: 65px;
}
.dockbar .main-menu a.man-brand {
  display: inline-block;
  float: left;
  text-decoration: none;
  line-height: 65px;
}
@media (max-width: 1200px) {
  .dockbar .main-menu a.man-brand {
    line-height: 65px;
    width: auto;
  }
}
.dockbar .main-menu a.man-brand .logotype {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.dockbar .main-menu a.man-brand .doc-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #919497;
  font-weight: normal;
}
.dockbar .main-menu dl {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1200px) {
  .dockbar .main-menu dl {
    display: none;
  }
}
.dockbar .main-menu dl dd {
  margin: 0;
  padding: 17px 0;
  line-height: 30.999999999999996px;
  display: inline-block;
}
.dockbar .main-menu dl dd a {
  font-size: 12px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-right: 22px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #919497;
  display: block;
}
.dockbar .main-menu dl dd a:hover,
.dockbar .main-menu dl dd a:focus,
.dockbar .main-menu dl dd a.active {
  color: #ffffff;
}
.dockbar .main-menu dl dd a.active {
  text-decoration: none;
  color: white;
}
body {
  padding-top: 66px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.hovered {
  background-color: #ecf0f1;
}
body .delimiter-big {
  margin-top: 180px;
}
body .delimiter {
  margin-top: 30px;
}
body section[class*=content-] {
  margin-top: 0;
  margin-bottom: 0;
}
body .colapsed-menu {
  display: none;
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 25px 0;
  margin: 0;
  overflow: auto;
  background-color: #222527;
}
body .colapsed-menu dl {
  position: relative;
  display: block;
  margin: 0;
}
body .colapsed-menu dl dd {
  border-bottom: 1px solid #24292D;
  line-height: 45px;
  margin: 0;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  width: 100%;
  text-transform: uppercase;
}
body .colapsed-menu dl dd dd {
  padding: 0 0 0 20px;
  font-size: 12px;
  border-top: 1px solid #24292D;
  border-bottom: 0;
  line-height: 30px;
}
body .colapsed-menu dl dd > a {
  display: block;
  padding: 0 0 0 35px;
  color: #5b5e61;
}
body .colapsed-menu dl dd > a:hover,
body .colapsed-menu dl dd > a:focus,
body .colapsed-menu dl dd > a.active {
  color: #ffffff;
}
body .colapsed-menu dl dd > a.active {
  text-decoration: none;
  color: white;
}
body .colapsed-menu dl dd > a.active:after {
  display: none;
}
body .colapsed-menu.show-menu {
  display: block;
}
body .colapsed-menu::-webkit-scrollbar {
  display: none;
}
.manual-pages {
  /* prism default theme */

  /**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

  /* Code blocks */

  /* Inline code */

  /*end prism*/

}
.manual-pages code[class*="language-"],
.manual-pages pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.manual-pages pre[class*="language-"]::-moz-selection,
.manual-pages pre[class*="language-"] ::-moz-selection,
.manual-pages code[class*="language-"]::-moz-selection,
.manual-pages code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
.manual-pages pre[class*="language-"]::selection,
.manual-pages pre[class*="language-"] ::selection,
.manual-pages code[class*="language-"]::selection,
.manual-pages code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  .manual-pages code[class*="language-"],
  .manual-pages pre[class*="language-"] {
    text-shadow: none;
  }
}
.manual-pages pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
.manual-pages :not(pre) > code[class*="language-"],
.manual-pages pre[class*="language-"] {
  background: #f5f2f0;
}
.manual-pages :not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}
.manual-pages .token.comment,
.manual-pages .token.prolog,
.manual-pages .token.doctype,
.manual-pages .token.cdata {
  color: slategray;
}
.manual-pages .token.punctuation {
  color: #999;
}
.manual-pages .namespace {
  opacity: .7;
}
.manual-pages .token.property,
.manual-pages .token.tag,
.manual-pages .token.boolean,
.manual-pages .token.number,
.manual-pages .token.constant,
.manual-pages .token.symbol {
  color: #905;
}
.manual-pages .token.selector,
.manual-pages .token.attr-name,
.manual-pages .token.string,
.manual-pages .token.builtin {
  color: #690;
}
.manual-pages .token.operator,
.manual-pages .token.entity,
.manual-pages .token.url,
.manual-pages .language-css .token.string,
.manual-pages .style .token.string,
.manual-pages .token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.manual-pages .token.atrule,
.manual-pages .token.attr-value,
.manual-pages .token.keyword {
  color: #07a;
}
.manual-pages .token.regex,
.manual-pages .token.important {
  color: #e90;
}
.manual-pages .token.important {
  font-weight: 500;
}
.manual-pages .token.entity {
  cursor: help;
}
.manual-pages pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.manual-pages .line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prismâ€™s padding-top */

  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.manual-pages .line-highlight:before,
.manual-pages .line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}
.manual-pages .line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}
.manual-pages pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
.manual-pages pre.line-numbers > code {
  position: relative;
}
.manual-pages .line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */

  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.manual-pages .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.manual-pages .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.manual-pages.hti .container p {
  font-size: 20px;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 49px 0 0 0;
}
.manual-pages.css-classes {
  margin-top: 9px;
  margin-bottom: 114px;
}
.manual-pages.css-classes .micro-content > .title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #303336;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.manual-pages.css-classes .micro-content > .text {
  margin-top: 0;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #696f6f;
  padding-top: 5px;
}
.manual-pages.css-classes .container h1 {
  margin-top: 95px;
  margin-bottom: 30px;
}
.manual-pages.css-classes .micro {
  padding-top: 30px;
}
.manual-pages.css-classes .micro .micro-item .preview {
  float: left;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  text-align: center;
  height: 75px;
  padding-top: 40px;
  padding-bottom: 10px;
  vertical-align: bottom;
}
.manual-pages.css-classes .micro .micro-item .preview.bg-white {
  color: #bdc3c7;
  border: 3px solid #bdc3c7;
}
.manual-pages.css-classes .micro .micro-item .desc {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 75px;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  float: left;
}
.manual-pages.css-classes .micro .micro-item .desc .title {
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  color: #303336;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.manual-pages.css-classes .micro .micro-item .desc .text {
  font-size: 16px;
  font-weight: normal;
  color: #696f6f;
  padding-top: 5px;
}
.manual-pages .container h1 {
  font-size: 35px;
  font-weight: normal;
  color: #1b1f23;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 125px 0 0 0;
}
.manual-pages .container h2 {
  font-size: 28px;
  font-weight: normal;
  color: #1b1f23;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 90px 0 0 0;
}
.manual-pages .container p {
  font-size: 20px;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 48px 0 0 0;
}
.manual-pages .container .man-button {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #303336;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 19px 31px;
  border: 3px #303336 solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 55px 0 0 0;
  text-decoration: none;
}
.manual-pages .container .man-button:hover {
  background-color: #303336;
  color: white;
  border: 3px #303336 solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.manual-pages .container code[class*="language-"] {
  white-space: normal;
  display: inline-block;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.manual-pages .container pre[class*="language-"] {
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  max-width: 100%;
  margin: 48px 0 0 0;
  padding: 20px !important;
}
.manual-pages .container pre[class*="language-"] code[class*="language-"] {
  white-space: pre;
  display: block;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.manual-pages .container .man-items {
  margin: 110px 0;
  position: relative;
}
.manual-pages .container .man-items > div,
.manual-pages .container .man-items > div > div {
  position: relative;
}
.manual-pages .container .man-items > div:first-child {
  margin: 0;
}
.manual-pages .container .man-items h3 {
  font-size: 20px;
  font-weight: normal;
  color: #303336;
}
@media (max-width: 768px) {
  .manual-pages .container .man-items h3 {
    margin-top: 40px;
  }
}
.manual-pages .container .man-items p {
  font-size: 16px;
  font-weight: normal;
  color: #696f6f;
  margin: 25px 0 0 0;
}
.manual-pages .container .man-items .learn-more {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #1b1f23;
  text-decoration: none;
  border-bottom: 1px solid #d6d6d7;
  margin: 18px 0 0 0;
}
.manual-pages .container .man-items .learn-more:hover {
  border-bottom: 0 none;
}
.manual-pages .container a {
  border-bottom: 1px solid #2f3335;
  font-size: 20px;
  font-weight: normal;
  color: #1b1f23;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.manual-pages .container a:hover {
  border-bottom: 1px solid #ccc;
}
.manual-pages .container .tutorial {
  margin-top: 90px;
  margin-bottom: 90px;
}
.manual-pages .container .tutorial .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(52, 152, 219, 0.1);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 476px;
  margin: 0 auto;
}
.manual-pages .container .tutorial .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  margin: -20px 0 0 -30px;
  padding-left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.manual-pages .container .tutorial .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 1200px) {
  .manual-pages .container .tutorial .player {
    height: 375px;
  }
}
@media (max-width: 1000px) {
  .manual-pages .container .tutorial .player {
    height: 304px;
  }
}
@media (max-width: 768px) {
  .manual-pages .container .tutorial .player {
    height: 436px;
  }
}
@media (max-width: 568px) {
  .manual-pages .container .tutorial .player {
    max-height: 280px;
  }
}
@media (max-width: 400px) {
  .manual-pages .container .tutorial .player {
    max-height: 180px;
  }
}
.manual-pages .container .tutorial h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .manual-pages .container .tutorial h2 {
    margin-top: 40px;
  }
}
.manual-pages .container .tutorial h2 a {
  font-size: 18px;
  font-weight: 600;
}
.manual-pages .container .tutorial p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: normal;
  margin-top: 10px;
}
.faq .question.opened .answer {
  display: block;
}
.faq .question p {
  font-size: 20px;
  font-weight: normal;
  color: #303336;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 36px;
}
.faq .question .answer p {
  margin: 30px 0 0 0;
  color: #696f6f;
  font-weight: normal;
  letter-spacing: normal;
}
.faq .question .answer pre[class*="language-"] {
  margin: 33px 0 0 0;
}
.nav-visible .read-man {
  display: none;
}
.dockbar {
  -webkit-transition: z-index 4s ease 0s;
  -moz-transition: z-index 4s ease 0s;
  -o-transition: z-index 4s ease 0s;
  transition: z-index 4s ease 0s;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dockbar.navbar-fixed-top .colapsed-menu {
  display: none;
}
@media (max-width: 979px) {
  .dockbar.navbar-fixed-top {
    position: fixed;
  }
  .dockbar.navbar-fixed-top .colapsed-menu {
    float: right;
    display: none;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 67px;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl {
    position: relative;
    display: block;
    margin: 0;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd {
    border-bottom: 1px solid #202428;
    line-height: 45px;
    display: block;
    margin: 0;
    -webkit-box-sizing: 'border-box';
    -moz-box-sizing: 'border-box';
    box-sizing: 'border-box';
    width: 100%;
    float: left;
    text-transform: uppercase;
    background-color: #1b1f23;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd:hover dd,
  .dockbar.navbar-fixed-top .colapsed-menu dl dd:focus dd {
    display: block;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd dd {
    display: none;
    margin: 0 0 0 20px;
    font-size: 12px;
    border: 0 none;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd > a {
    float: left;
    display: block;
    width: 100%;
    padding: 0 0 0 65px;
    color: #919497;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd > a:hover,
  .dockbar.navbar-fixed-top .colapsed-menu dl dd > a:focus,
  .dockbar.navbar-fixed-top .colapsed-menu dl dd > a.active {
    color: #ffffff;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd > a.active {
    text-decoration: none;
    color: white;
  }
  .dockbar.navbar-fixed-top .colapsed-menu dl dd > a.active:after {
    display: none;
  }
  .dockbar.navbar-fixed-top > menu {
    padding: 0 0 0 20px;
  }
  .dockbar.navbar-fixed-top .container {
    width: auto;
  }
}
.dockbar .menu-btn {
  display: none;
}
@media (max-width: 979px) {
  .dockbar .menu-btn {
    display: inline-block;
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    background: none #1b1f23;
    border: 0 none;
    border-left: 1px solid #272b2f;
    color: #919497;
  }
  .dockbar .menu-btn:hover,
  .dockbar .menu-btn:focus {
    border: 0 none;
    border-left: 1px solid #272b2f;
    color: #ffffff;
  }
}
.dockbar .main-menu {
  display: block;
  overflow: hidden;
  background-color: #1b1f23;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.dockbar .main-menu > div {
  height: 65px;
}
.dockbar .main-menu > div > div {
  height: 65px;
}
.dockbar .main-menu a.man-brand {
  display: inline-block;
  float: left;
  text-decoration: none;
  line-height: 65px;
}
@media (max-width: 979px) {
  .dockbar .main-menu a.man-brand {
    line-height: 65px;
    width: auto;
  }
}
.dockbar .main-menu a.man-brand .logotype {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.dockbar .main-menu a.man-brand .doc-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #919497;
  font-weight: normal;
}
.dockbar .main-menu dl {
  display: inline-block;
  margin: 0;
}
@media (max-width: 979px) {
  .dockbar .main-menu dl {
    display: none;
  }
}
.dockbar .main-menu dl dd {
  margin: 0 0 0 22px;
  padding: 17px 0;
  line-height: 30.999999999999996px;
  display: inline-block;
}
.dockbar .main-menu dl dd:first-child {
  margin: 0;
}
.dockbar .main-menu dl dd:last-child a {
  border-right: 0 none;
}
.dockbar .main-menu dl dd a {
  font-size: 12px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-right: 22px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #919497;
  display: block;
  border-right: 1px #272a2e solid;
}
.dockbar .main-menu dl dd a:hover,
.dockbar .main-menu dl dd a:focus,
.dockbar .main-menu dl dd a.active {
  color: #ffffff;
}
.dockbar .main-menu dl dd a.active {
  text-decoration: none;
  color: white;
}
.dockbar .sub-menu {
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .dockbar .sub-menu {
    display: none;
  }
}
.dockbar .sub-menu > div {
  height: 45px;
}
.dockbar .sub-menu > div > div {
  height: 45px;
}
.dockbar .sub-menu .sm-title {
  display: inline-block;
  text-decoration: none;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #1b1f23;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.dockbar .sub-menu dl {
  display: inline-block;
  margin: 0;
}
.dockbar .sub-menu dl dd {
  position: relative;
  margin: 0 0 0 25px;
  line-height: 45px;
  display: inline-block;
  padding: 0;
}
.dockbar .sub-menu dl dd:first-child {
  margin: 0;
}
.dockbar .sub-menu dl dd a {
  font-size: 13px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: #797b7d;
}
.dockbar .sub-menu dl dd a:hover,
.dockbar .sub-menu dl dd a:focus,
.dockbar .sub-menu dl dd a.active {
  color: #1b1f23;
}
.dockbar .sub-menu dl dd a:hover {
  text-decoration: none;
}
.dockbar .sub-menu dl dd a.active {
  text-decoration: none;
  color: #1b1f23;
}
body {
  padding-top: 112px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body:before {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  right: -100%;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  background: #1b1f23;
  z-index: 1035;
  -webkit-transition: -webkit-opacity 0.3s linear 0s, right 0.1s linear 0.7s;
  -moz-transition: -moz-opacity 0.3s linear 0s, right 0.1s linear 0.7s;
  -o-transition: -o-opacity 0.3s linear 0s, right 0.1s linear 0.7s;
  transition: opacity 0.3s linear 0s, right 0.1s linear 0.7s;
}
@media (max-width: 979px) {
  body {
    padding-top: 66px;
  }
}
body.colapsed-menu-active {
  height: 100%;
  overflow: hidden;
}
body.colapsed-menu-active .dockbar {
  border-bottom: 1px solid #272b2f;
}
body.colapsed-menu-active .colapsed-menu {
  display: block !important;
}
body.wo-components {
  padding-top: 66px;
}
a:hover,
button:hover,
a:focus,
button:focus {
  outline: 0 none;
}
a {
  cursor: pointer;
}
a.active {
  cursor: default;
}
.read-man {
  margin-top: 24px;
  position: absolute;
  right: 24px;
  z-index: 901;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 49px;
  width: 49px;
  border: 3px solid #f5f5f5;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  background-color: #2d353d;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.read-man.small {
  margin-top: 0;
}
.read-man:hover {
  background-color: #23292f;
}
.mask {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-opacity 1s linear 0s;
  -moz-transition: -moz-opacity 1s linear 0s;
  -o-transition: -o-opacity 1s linear 0s;
  transition: opacity 1s linear 0s;
}
.mask.active {
  display: block;
  background-color: #1b1f23 !important;
  background-image: none !important;
  background-size: auto;
  position: absolute;
  z-index: 900;
  width: 100%;
  text-align: center;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 97;
  filter: alpha(opacity=9700);
  opacity: 0.97;
  filter: alpha(opacity=97);
}
.mask.active .container {
  background: none transparent !important;
  padding: 0 !important;
}
.mask.active.big .container {
  display: table;
  height: 100%;
}
.mask.active.big .container > * {
  vertical-align: top;
  padding-top: 300px;
}
.mask.active.small .container {
  display: table;
  height: 100%;
}
.mask.active.small .container > * {
  vertical-align: top;
  padding-top: 10px;
}
.mask.active .container {
  display: table;
  height: 100%;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mask.active .container > * {
  vertical-align: middle;
}
.mask.active .hover-text {
  display: table-cell;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  margin: 0 auto;
}
.mask.active .hover-text .hu-border {
  height: 78px;
  width: 406px;
  border: 3px solid white;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mask.active .hover-text span {
  font-size: 27px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 800;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 78px;
  border-right: 3px solid white;
  position: relative;
  float: left;
  text-align: center;
  padding: 22px 0;
}
.mask.active .hover-text h1 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 800;
  display: inline-block;
  margin: 0;
  padding: 27px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 322px;
  position: relative;
  float: right;
}
.mcontent .manual {
  -webkit-transition: right 0.5s ease-out 0s, -webkit-box-shadow 0.2s ease 0.5s;
  -moz-transition: right 0.5s ease-out 0s, -moz-box-shadow 0.2s ease 0.5s;
  -o-transition: right 0.5s ease-out 0s, -o-box-shadow 0.2s ease 0.5s;
  transition: right 0.5s ease-out 0s, box-shadow 0.2s ease 0.5s;
  left: auto;
  right: -100%;
  display: block;
  position: fixed;
  z-index: 1040;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  overflow: auto;
  top: 0;
  background-color: #1B1E23;
  width: 900px;
}
@media (max-width: 768px) {
  .mcontent .manual {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .mcontent .manual {
    width: 100%;
  }
}
.mcontent .manual .content-7 h3 {
  line-height: 1.2em;
}
.mcontent .manual a.man-brand {
  display: inline-block;
  float: right;
  padding: 115px 130px 0 0;
  text-decoration: none;
  line-height: 45px;
}
@media (max-width: 768px) {
  .mcontent .manual a.man-brand {
    padding: 20px;
    width: auto;
  }
}
@media (max-width: 400px) {
  .mcontent .manual a.man-brand {
    padding: 20px;
    width: auto;
    float: left;
  }
}
.mcontent .manual a.man-brand .logotype {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.mcontent .manual a.man-brand .doc-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #919497;
  font-weight: normal;
}
.mcontent .manual > div {
  background-image: none !important;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  /* prism twilight theme */

  /**
 * prism.js Twilight theme
 * Based (more or less) on the Twilight theme originally of Textmate fame.
 * @author Remy Bach
 */

  /* Code blocks */

  /* Text Selection colour */

  /* Inline code */

  /* Markup */

  /* Make the tokens sit above the line highlight so the colours don't look faded. */

  /*end prism*/

  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  overflow: visible;
  letter-spacing: normal;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 115px 130px 115px 166px;
  left: auto;
  right: 0;
  top: auto;
  bottom: auto;
  width: 100%;
  background-color: transparent;
}
.mcontent .manual > div:hover,
.mcontent .manual > div:focus {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .manual > div code[class*="language-"],
.mcontent .manual > div pre[class*="language-"] {
  color: white;
  direction: ltr;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  text-align: left;
  text-shadow: 0 -0.1em 0.2em #000000;
  white-space: pre;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.mcontent .manual > div pre[class*="language-"],
.mcontent .manual > div :not(pre) > code[class*="language-"] {
  background: #141414;
  /* #141414 */

}
.mcontent .manual > div pre[class*="language-"] {
  border-radius: .5em;
  border: 0.3em solid #545454;
  /* #282A2B */

  box-shadow: 1px 1px .5em black inset;
  margin: .5em 0;
  overflow: auto;
  padding: 1em;
}
.mcontent .manual > div pre[class*="language-"]::selection {
  /* Safari */

  background: #27292a;
  /* #282A2B */

}
.mcontent .manual > div pre[class*="language-"]::selection {
  /* Firefox */

  background: #27292a;
  /* #282A2B */

}
.mcontent .manual > div pre[class*="language-"]::-moz-selection,
.mcontent .manual > div pre[class*="language-"] ::-moz-selection,
.mcontent .manual > div code[class*="language-"]::-moz-selection,
.mcontent .manual > div code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: rgba(237, 237, 237, 0.15);
  /* #EDEDED */

}
.mcontent .manual > div pre[class*="language-"]::selection,
.mcontent .manual > div pre[class*="language-"] ::selection,
.mcontent .manual > div code[class*="language-"]::selection,
.mcontent .manual > div code[class*="language-"] ::selection {
  text-shadow: none;
  background: rgba(237, 237, 237, 0.15);
  /* #EDEDED */

}
.mcontent .manual > div :not(pre) > code[class*="language-"] {
  border-radius: .3em;
  border: 0.13em solid #545454;
  /* #545454 */

  box-shadow: 1px 1px 0.3em -0.1em #000000 inset;
  padding: .15em .2em .05em;
}
.mcontent .manual > div .token.comment,
.mcontent .manual > div .token.prolog,
.mcontent .manual > div .token.doctype,
.mcontent .manual > div .token.cdata {
  color: #787878;
  /* #777777 */

}
.mcontent .manual > div .token.punctuation {
  opacity: .7;
}
.mcontent .manual > div .namespace {
  opacity: .7;
}
.mcontent .manual > div .token.tag,
.mcontent .manual > div .token.boolean,
.mcontent .manual > div .token.number {
  color: #cf694a;
  /* #CF6A4C */

}
.mcontent .manual > div .token.keyword,
.mcontent .manual > div .token.property,
.mcontent .manual > div .token.selector,
.mcontent .manual > div .token.constant,
.mcontent .manual > div .token.symbol,
.mcontent .manual > div .token.builtin {
  color: #f9ee9a;
  /* #F9EE98 */

}
.mcontent .manual > div .token.attr-name,
.mcontent .manual > div .token.attr-value,
.mcontent .manual > div .token.string,
.mcontent .manual > div .token.operator,
.mcontent .manual > div .token.entity,
.mcontent .manual > div .token.url,
.mcontent .manual > div .language-css .token.string,
.mcontent .manual > div .style .token.string,
.mcontent .manual > div .token.variable {
  color: #919e6b;
  /* #8F9D6A */

}
.mcontent .manual > div .token.atrule {
  color: #7386a5;
  /* #7587A6 */

}
.mcontent .manual > div .token.regex,
.mcontent .manual > div .token.important {
  color: #e9c163;
  /* #E9C062 */

}
.mcontent .manual > div .token.important {
  font-weight: 500;
}
.mcontent .manual > div .token.entity {
  cursor: help;
}
.mcontent .manual > div pre[data-line] {
  padding: 1em 0 1em 3em;
  position: relative;
}
.mcontent .manual > div .language-markup .token.tag,
.mcontent .manual > div .language-markup .token.attr-name,
.mcontent .manual > div .language-markup .token.punctuation {
  color: #ad895c;
  /* #AC885B */

}
.mcontent .manual > div .token {
  position: relative;
  z-index: 1;
}
.mcontent .manual > div .line-highlight {
  background: -moz-linear-gradient(left, rgba(84, 84, 84, 0.1) 70%, rgba(84, 84, 84, 0));
  /* #545454 */

  background: -o-linear-gradient(left, rgba(84, 84, 84, 0.1) 70%, rgba(84, 84, 84, 0));
  /* #545454 */

  background: -webkit-linear-gradient(left, rgba(84, 84, 84, 0.1) 70%, rgba(84, 84, 84, 0));
  /* #545454 */

  background: rgba(84, 84, 84, 0.25);
  /* #545454 */

  background: linear-gradient(left, rgba(84, 84, 84, 0.1) 70%, rgba(84, 84, 84, 0));
  /* #545454 */

  border-bottom: 1px dashed #545454;
  /* #545454 */

  border-top: 1px dashed #545454;
  /* #545454 */

  left: 0;
  line-height: inherit;
  margin-top: 0.75em;
  /* Same as .prismâ€™s padding-top */

  padding: inherit 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  white-space: pre;
  z-index: 0;
}
.mcontent .manual > div .line-highlight:before,
.mcontent .manual > div .line-highlight[data-end]:after {
  background-color: #8794a6;
  /* #8794A6 */

  border-radius: 999px;
  box-shadow: 0 1px white;
  color: #f5f2f0;
  /* #F5F2F0 */

  content: attr(data-start);
  font: bold 65%/1.5 sans-serif;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: .4em;
  vertical-align: .3em;
}
.mcontent .manual > div .line-highlight[data-end]:after {
  bottom: .4em;
  content: attr(data-end);
  top: auto;
}
.mcontent .manual > div pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.mcontent .manual > div .line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prismâ€™s padding-top */

  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.mcontent .manual > div .line-highlight:before,
.mcontent .manual > div .line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}
.mcontent .manual > div .line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}
.mcontent .manual > div pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
.mcontent .manual > div pre.line-numbers > code {
  position: relative;
}
.mcontent .manual > div .line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */

  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mcontent .manual > div .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.mcontent .manual > div .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
@media (max-width: 768px) {
  .mcontent .manual > div {
    left: 0;
    padding: 20px 20px 20px 70px;
  }
}
@media (max-width: 555px) {
  .mcontent .manual > div {
    padding: 80px 20px 20px 70px;
  }
}
.mcontent .manual > div * {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.mcontent .manual > div .back-button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  font-weight: 800;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #394043;
  text-shadow: 0 0 1px #32383b;
  float: left;
  display: inline-block;
  height: 38px;
  line-height: 30.999999999999996px;
  padding: 0 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 -70px;
  text-align: center;
  width: 38px;
}
.mcontent .manual > div .back-button:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.5s ease 0s, border 0.2s ease 0.2s;
  -moz-transition: -moz-transform 0.5s ease 0s, border 0.2s ease 0.2s;
  -o-transition: -o-transform 0.5s ease 0s, border 0.2s ease 0.2s;
  transition: transform 0.5s ease 0s, border 0.2s ease 0.2s;
  border: 3px solid;
}
.mcontent .manual > div .content-man {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  float: right;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mcontent .manual > div .content-man span {
  line-height: 20px;
}
.mcontent .manual > div .content-man:hover,
.mcontent .manual > div .content-man:focus {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mcontent .manual > div .content-man h1 {
  font-size: 35px;
  font-weight: normal;
  color: #ffffff;
  line-height: 35px;
  font-weight: 800;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
}
.mcontent .manual > div .content-man h3 {
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 46px;
  margin-top: 93px;
}
.mcontent .manual > div .content-man p {
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0 0 48px 0;
}
.mcontent .manual > div .content-man p:last-child {
  margin: 0;
}
.mcontent .manual > div .content-man > ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.mcontent .manual > div .content-man > ol > li {
  position: relative;
}
.mcontent .manual > div .content-man > ol > li:before {
  background: none repeat scroll 0 0 #394043;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #1B1f23;
  content: counter(li, decimal);
  counter-increment: li;
  display: inline-block;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 5px 0 0 -66px;
  padding: 3px 9px;
  text-align: center;
}
.mcontent .manual > div .content-man strong {
  color: #f1c40f;
  font-weight: normal;
}
.mcontent .manual > div .content-man a {
  color: #f1c40f;
  font-weight: normal;
  text-decoration: underline;
}
.mcontent .manual > div .content-man a:hover {
  color: #f1c40f;
  text-decoration: none;
}
.mcontent .manual > div .content-man hr {
  color: #191a1b;
  border-top: 1px solid #191a1b;
  border-bottom: 1px solid #191a1b;
  margin: 53px 0 36px;
}
.mcontent .manual > div .content-man code[class*="language-"] {
  white-space: normal;
  display: inline-block;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mcontent .manual > div .content-man pre[class*="language-"] {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  max-height: 400px;
  max-width: 700px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 48px 0 95px;
}
.mcontent .manual > div .content-man pre[class*="language-"] code[class*="language-"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  white-space: pre;
  display: block;
  max-width: 700px;
  width: 100%;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.read-manual {
  overflow: hidden;
}
.read-manual .mask.active {
  display: none;
}
.read-manual body:before {
  left: 0;
  right: 0;
  opacity: 95;
  filter: alpha(opacity=9500);
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.read-manual .mcontent {
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.read-manual .mcontent > div {
  min-height: 100%;
}
.read-manual .mcontent .content-24 img.image {
  right: 70%;
}
.read-manual .mcontent .manual {
  right: 0;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .read-manual .mcontent .manual {
    left: 0;
  }
}
.delimiter-big {
  margin-top: 110px;
}
.delimiter {
  margin-top: 30px;
}
section.content-30,
section.content-33 {
  padding-bottom: 0;
  padding-top: 0;
}
section[class*=content-] {
  margin-top: 0;
  margin-bottom: 0;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenPro-Regular.eot"),
         url("../bundles/eznodesign/fonts/MavenPro-Regular.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenPro-Regular.svg#MavenPro-Regular") format("svg"),
         url("../bundles/eznodesign/fonts/MavenPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenProLight100-Regular.eot"),
         url("../bundles/eznodesign/fonts/MavenProLight100-Regular.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenProLight100-Regular.svg#MavenProLight100-Regular") format("svg"),
         url("../bundles/eznodesign/fonts/MavenProLight100-Regular.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenProLight200-Regular.eot"),
         url("../bundles/eznodesign/fonts/MavenProLight200-Regular.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenProLight200-Regular.svg#MavenProLight200-Regular") format("svg"),
         url("../bundles/eznodesign/fonts/MavenProLight200-Regular.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenProLight300-Regular.eot"),
         url("../bundles/eznodesign/fonts/MavenProLight300-Regular.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenProLight300-Regular.svg#MavenProLight300-Regular") format("svg"),
         url("../bundles/eznodesign/fonts/MavenProLight300-Regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenPro-Medium.eot"),
         url("../bundles/eznodesign/fonts/MavenPro-Medium.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenPro-Medium.svg#MavenPro-Medium") format("svg"),
         url("../bundles/eznodesign/fonts/MavenPro-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenPro-Bold.eot"),
         url("../bundles/eznodesign/fonts/MavenPro-Bold.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenPro-Bold.svg#MavenProBold") format("svg"),
         url("../bundles/eznodesign/fonts/MavenPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../bundles/eznodesign/fonts/MavenPro-Black.eot"),
         url("../bundles/eznodesign/fonts/MavenPro-Black.ttf") format("truetype"),
         url("../bundles/eznodesign/fonts/MavenPro-Black.svg#MavenProBlack") format("svg"),
         url("../bundles/eznodesign/fonts/MavenPro-Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.drop-ie-gradient {
    filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
    border-bottom-color: #34495e !important;
    border-top-color: #34495e !important;
}

/* only for flatui */

input,
button,
select,
textarea {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1,
.h1 {
    font-size: 62.006px;
}

h2,
.h2 {
    font-size: 51.996px;
}

h3,
.h3 {
    font-size: 39.998000000000005px;
}

h4,
.h4 {
    font-size: 28.994000000000003px;
}

h5,
.h5 {
    font-size: 28px;
}

h6,
.h6 {
    font-size: 23.996px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2em;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    margin-bottom: 2px;
}

h3 {
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
}

h4 {
    font-weight: 500;
    margin-top: 4px;
}

h5 {
    font-weight: 500;
}

h6 {
    font-weight: normal;
}

p {
    font-size: 18.004px;
    line-height: 1.722169;
}

.lead {
    font-size: 28px;
    line-height: 1.4642745000000001;
    font-weight: 300;
}

small {
    font-size: 84%;
    line-height: 2.050846;
}

.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-comment {
    font-size: 14.994px;
    line-height: 1.231;
    font-style: italic;
    margin: 24px 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.content-view-full {
    margin-bottom: 50px;
}

.input-append input {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    box-shadow: none;
}

body {
    color: #63605d;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

body > section,
header,
footer {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav li a:link,
.nav li a:visited {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    color: #2c3e50;
}

h1 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

img {
    -webkit-backface-visibility: hidden;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #7f8c8d;
}

a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
    outline: none;
}

.delimiter {
    margin-top: 200px;
}
.delimiter.line {
    margin-top: 150px;
    margin-bottom: 150px;
    border-top: 2px solid #ebedee;
}

section * {
    z-index: 2;
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.container {
    position: relative;
    z-index: 2;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.attribute-header-block {
    font-family: 'Maven Pro', serif;
    color: #63605d;
}

h2,
.h2{
    font-size: 40px;
    font-weight: 500;
}

h3,
.h3{
    font-size: 30px;
    font-weight: 500;
}

[class*="content-class-"].content-view-full h1 {
    font-size: 45px;
    font-weight: 300;
}

[class*="content-class-"].content-view-full h2 {
    font-size: 35px;
    font-weight: 500;
}

[class*="content-class-"].content-view-full h3 {
    font-size: 26px;
    font-weight: 500;
}

[class*="content-class-"].content-view-full h4 {
    font-size: 22px;
    font-weight: 500;
}

[class*="content-class-"].content-view-full h5 {
    font-size: 20px;
    font-weight: 500;
}

[class*="content-class-"].content-view-full h6 {
    font-size: 17px;
    font-weight: 700;
}

[class*="content-class-"].content-view-full h7 {
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #f05a22;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

a:hover, a:focus {
    color: #ff8426;
    text-decoration: none;
}

h1.no_margins,
h2.no_margins,
h3.no_margins,
h4.no_margins,
h5.no_margins,
h6.no_margins {
    margin:0 !important;
}

div.no-margins,
div.no-margins .attribute-image img,
div.object-right.no-margins .attribute-image,
div.object-left.no-margins .attribute-image,
div.object-center.no-margins {
    margin: 0;
}

.margin-bottom-10,
.margin-bottom-20,
.margin-bottom-30,
.margin-bottom-40,
.margin-bottom-50,
.margin-bottom-60,
.margin-bottom-70,
.margin-bottom-80,
.margin-bottom-90,
.margin-top-10,
.margin-top-20,
.margin-top-30,
.margin-top-40,
.margin-top-50,
.margin-top-60,
.margin-top-70,
.margin-top-80,
.margin-top-90 {
    clear:both;
}

.margin-bottom-10 {
    margin-bottom:10px;
}

.margin-bottom-20 {
    margin-bottom:20px;
}

.margin-bottom-30 {
    margin-bottom:30px;
}

.margin-bottom-40 {
    margin-bottom:40px;
}

.margin-bottom-50 {
    margin-bottom:50px;
}

.margin-bottom-60 {
    margin-bottom:60px;
}

.margin-bottom-70 {
    margin-bottom:70px;
}

.margin-bottom-80 {
    margin-bottom:80px;
}

.margin-bottom-90 {
    margin-bottom:90px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.metadata{
    margin-bottom: 20px;
    padding: 0;
}

.date{
    margin-right: 10px;
}

.attribute-image img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.object-left .attribute-image {
    margin: 5px 24px 24px 0;
    clear: left;
}

.object-right .attribute-image {
    margin: 5px 0 12px 24px;
    clear: right;
}

#path{
    margin-top: 20px;
}

.content-view-line .metadata li {
    font-size: 14px;
}

.content-view-line.content-class-event.delimiter.line,
.content-view-line.content-class-article.delimiter.line,
.content-view-line.content-class-blog-post.delimiter.line,
.content-view-line.delimiter.line {
    border-top: 2px solid #EBEDEE;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 18px;
}

.content-view-full p {
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.5;
}

.content-view-full a {
    text-decoration: underline;
}

.content-view-full h1 a,
.content-view-full .h1 a,
.content-view-full h2 a,
.content-view-full .h2 a,
.content-view-full h3 a,
.content-view-full .h3 a,
.content-view-full h4 a,
.content-view-full .h4 a,
.content-view-full h5 a,
.content-view-full .h5 a,
.content-view-full h6 a,
.content-view-full .h6 a {
    color: #63605d;
    text-decoration: none;
}

.content-view-full h1 {
    font-size: 45px;
    font-weight: 300;
}

.content-view-full h2 {
    font-size: 35px;
    font-weight: 500;
}

.content-view-full h3 {
    font-size: 26px;
    margin-top: 20px;
    font-weight: 500;
}

.content-view-full h4 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 500;
}

.content-view-full h5 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}

.content-view-full h6 {
    font-size: 17px;
    font-weight: 700;
}

.content-view-full h1.orange-caps,
.content-view-full h2.orange-caps,
.content-view-full h3.orange-caps,
.content-view-full h4.orange-caps,
.content-view-full h5.orange-caps,
.content-view-full h6.orange-caps {
    color: #f15922;
}

.content-view-block_item h2,
.content-view-line h2,
.block-view-standard h2 {
    margin-bottom: 24px;
    margin-top: 2px;
}

.content-view-block_item h2 {
    margin-top: 24px;
    font-size: 25px;
    font-weight: 300;
}

.alert h3 {
    margin-bottom: 20px;
}

.alert h3 i {
    color: #f05a22;
    padding-right: 15px;
}

.content-view-full h1.attribute-heading {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-family: "Maven Pro", Arial, Helvetica,sans-serif;
    font-weight: 400;
    line-height: 50px;
}

.attribute-header-block{
    font-size: 45px;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: center;
}

.page-wrapper .content-view-full {
    margin-bottom: 0;
}

.block-call-to-action-toolbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-call-to-action-toolbar .btn {
    margin-top: 20px;
}

.breadcrumb {
    background: none !important;
}

.block-rss-imports .rss-item-landing-page,
.emphasized {
    margin: 10px 0;
}

.block-rss-imports .rss-item-landing-page h5,
.emphasized h5 {
    font-size: 19px;
    text-transform: none;
}

.block-twitter-feed-landing-page .attribute-header,
.block-rss-imports .attribute-header {
    margin: 20px 0;
}

.block-rss-imports .rss-item-landing-page h5 {
    margin: 0 0 10px;
}

.block-rss-imports .rss-item-landing-page {
    background: none;
    margin-bottom: 20px;
}

.block-rss-imports .rss-item-landing-page .rss-author,
.block-rss-imports .rss-item-landing-page .rss-date {
    font-size: 14px;
    line-height: 1.5em;
}

.block-rss-imports .rss-item-landing-page .rss-title {
    min-height: 50px;
    height: auto;
}

.twitter-timeline-list .stream li:first-child {
    display: none;
}

.right-col .delimiter.line{
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-top: 0;
    border-bottom: 1px solid #D9D9D9;
}

.right-col h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.right-col .line_type_emphasized.content-view-line .attribute-image {
    border-bottom: 0;
}

.fa{
    margin-right: 5px;
}

#footer h6 .fa {
    margin-right: 10px;
}

.block-type-latest-content .content-3 .img{
    text-align: center;
    max-height: 200px;
    overflow: hidden;
}

/* frontpage */

.content-view-full .content-class-frontpage .delimiter.line.noborder {
    border-top: 0;
}

.content-view-full .content-class-frontpage .delimiter.line {
    border-top: 2px solid #EBEDEE;
    margin-bottom: 0;
    margin-top: 0;
}

.content-view-full .content-class-frontpage .delimiter.line:first-child {
    border-top: none;
    padding: 0;
}

.content-view-full .content-class-frontpage .delimiter.line.elementblock {
    padding: 0;
}

.content-view-full .content-class-frontpage .line {
    padding: 20px 0;
}

.content-class-frontpage .attribute-header-block {
    color: #f15922;
    padding-bottom: 35px;
    padding-top: 30px;
    line-height: 1.3em;
}

.content-class-frontpage .content-view-block_item.content-class-blog-post,
.content-class-frontpage .content-view-block_item.content-class-article {
    border: 1px solid #e0e0e0;
    min-height: 510px;
    background: #fff;
}

.content-class-frontpage .content-view-block_item.content-class-blog-post .img,
.content-class-frontpage .content-view-block_item.content-class-article .img {
    border-bottom: 1px solid #e0e0e0;
    background: #f1f1f1;
    height: 262px;
    position: relative;
}

.content-view-block_item.content-class-blog-post .img img,
.content-view-block_item.content-class-article .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
}

.content-class-frontpage .content-view-block_item.content-class-blog-post h2,
.content-class-frontpage .content-view-block_item.content-class-article h2 {
    line-height: 1.1em;
}

.content-class-frontpage .content-view-block_item.content-class-blog-post h2,
.content-class-frontpage .content-view-block_item.content-class-article h2,
.content-view-block_item.content-class-blog-post p,
.content-view-block_item.content-class-article p {
    padding: 0 20px;
}

.content-class-frontpage .content-view-block_item.content-class-blog-post p,
.content-class-frontpage .content-view-block_item.content-class-article p {
    font-size: 16px;
    line-height: 20px;
}

.ezfilter {
    padding:20px 0;
    border-top: 2px solid #EBEDEE;
    border-bottom: 2px solid #EBEDEE;
}

.block-type-partnerlist.ezfilter {
    border: none;
}

/* gallery embed */

.content-view-embed .content-class-gallery img {
    margin-bottom: 20px;
}

/* HTML5 video */

.attribute-video {
    padding-bottom: 25px;
}

/* eZ market */
.nav-tabs > li > a {
    color: #595C65;
    text-decoration: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #f05a22;
}

/* extension */

.related-story.delimiter.line {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* buttons */

.btn, .btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 7px 20px;
}

.btn-primary,
.btns .btn-primary,
.btn.btn-primary {
    color: #fff;
    background: #ef5b2f;
    border: 2px solid transparent;
    white-space: normal;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    color: #f15a22;
    border: solid 2px #f15a22;
    background-color: transparent;
}

.btn-primary.disabled {
    background: #f15a22;
    border-color: #f15a22;
}

.nav-visible .navbar .nav-collapse .nav > li > a:hover,
.nav-visible .navbar .nav-collapse .nav > li > li a:focus {
    background: transparent;
}
.nav-visible .nav-collapse .navbar-form,
.nav-visible .nav-collapse .navbar-search {
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow: none;
    margin: 10px 0;
    padding: 10px 15px;
}
.nav-visible .nav-collapse .navbar-form a.btn,
.nav-visible .nav-collapse .navbar-search a.btn {
    border-color: #fff;
    color: #fff;
}
.nav-visible .nav-collapse .navbar-form a.btn:hover,
.nav-visible .nav-collapse .navbar-search a.btn:hover,
.nav-visible .nav-collapse .navbar-form a.btn:focus,
.nav-visible .nav-collapse .navbar-search a.btn:focus {
    color: #7f8c8d;
    background-color: #fff;
}

.navbar-toggle:before {
    color: #f15a22;
}

.navbar-toggle:hover:before, .navbar-toggle:focus:before {
    color: #f15a22;
}

.btn-outline {
    color: #f15a22;
    border: solid 2px #f15a22;
    background-color: transparent;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    color: #fff;
    background-color: #ef5b2f;
    border: 2px solid transparent;
}

.btn.btn-outline:hover a {
    color: #fff;
}

.btn.btn-outline a {
    color: #f15a22;
}

.btn.btn-outline-grey {
    color: #63605d;
    border: 2px solid #63605d;
}

.btn.btn-outline-grey a {
    color: #63605d;
}

.btn.btn-outline-grey:hover,
.btn.btn-outline-grey:active,
.btn.btn-outline-grey:focus {
    background: #63605d;
    color: #fff;
}

.btn.btn-outline-grey:hover a,
.btn.btn-outline-grey:active a,
.btn.btn-outline-grey:focus a {
    color: #fff;
}

.btn.btn-outline-white {
    border: 2px solid #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:active,
.btn.btn-outline-white:focus {
    background: #fff;
    color: #f15a22;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-group.open .btn.dropdown-toggle,
.btn-transparent.active{
    background: none;
    color: #7f8c8d !important;
}

.login-button,
.button-link-text{
    margin-top: 35px;
    margin-bottom: 35px;
}

.content-view-full .button-link-text p {
    margin: 0 !important;
}

.content-view-full .button-link-text p a {
    color: #fff;
}

.button-link a {
    text-align: center;
    margin: 20px 0;
}

.btn a,
a.btn {
    color: #fff;
    text-decoration: none;
}

.btn:hover a,
a.btn:hover {
    color: #f15a22;
}

.call-to-action {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    align-items: baseline;
}

.call-to-action a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.call-to-action .fa {
    margin-top: 5px;
}

.block-type-elementblock .header-sub .hero-unit .call-to-action p,
.call-to-action p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px;
}

body {
    padding-top: 0;
}

::selection {
    background: #FFA500; /* Safari */
    color:#fff;
}

::-moz-selection {
    background: #FFA500; /* Firefox */
    color:#fff;
}

.page-wrapper {
    position: relative;
    background: #fff;
}

#columns-bg {
    background: none;
}

.content-view-full h2,
.content-view-full h3,
.content-view-full h4,
.content-view-full h5,
.content-view-full h6 {
    line-height: 1.2em;
}

.content-view-full .container h1.attribute-heading {
    padding-left: 0;
}

.content-view-line h2.attribute-heading {
    color: #2C3E50;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 24px;
}

.content-3 p {
    color: #63605d;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.content-view-full ul {
    list-style-position: inside;
}

.content-view-full ul li {
    font-size: 17px;
    line-height: 30px;
}

img.img-responsive {
    max-width: 100%;
    width:100%;
    height: auto;
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* partners */

div.award,
div.level {
    padding-top: 30px;
    padding-bottom: 20px;
}

div.level i.fa-star,
div.level i.fa-star-o,
div.award i.fa-trophy {
    font-size: 30px;
}

div.award i.fa-trophy {
    color: #2A7AAF;
}

div.award img {
    padding-left: 20px;
    vertical-align: bottom;
}

.badges-tablet-mobile{
    margin-bottom: 20px;
}

.badge-tablet-mobile{
    margin-top: 20px;
}

.global-resp-view{
    margin-bottom:20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EBEDEE;
}

.global-resp-view .col-xs-12:first-child{
    margin-bottom:20px;
    padding-bottom: 20px;
}

.alt {
    background: #f2f2f2;
}

/* fix core 2011 */
div.object-center,
table.object-center {
    margin: 24px auto;
    text-align:center;
}

/* tables */
table.ezpublish-comparison-table {
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
    border-spacing:1px;
    background:#006293;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table.blue {
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
    border-spacing: 1px;
    background:#006293;
}

table.blue caption,
table.ezpublish-comparison-table caption {
    font-size: 20px;
    margin: 1em 0;
}

table.blue th,
table.ezpublish-comparison-table th {
    background: #006293;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table.ezpublish-comparison-table td,
table.blue td {
    background: #fff;
    padding: 10px;
}

table.ezpublish-comparison-table td.second {
    background: #ffe0bd !important;
}

table.ezpublish-comparison-table td.third,
table.ezpublish-comparison-table td.fourth,
table.ezpublish-comparison-table td.fifth {
    background: #f0f0f0 !important;
}

table.ezpublish-comparison-table td,
table.blue td {
    background-color: #fff;
    padding:10px;
}

table.ezpublish-comparison-table td.second {
    background: #ffe0bd !important;
}

table.ezpublish-comparison-table td.third,
table.ezpublish-comparison-table td.fourth,
table.ezpublish-comparison-table td.fifth {
    background: #f0f0f0 !important;
}

table.ezpublish-comparison-table td.sixth,
table.ezpublish-comparison-table td.seventh,
table.ezpublish-comparison-table td.eighth {
    background: #ffeeae !important;
}

table.ezpublish-comparison-table td.checked {
    background: url(../bundles/eznodesign/images/old_version/table-checksign.png) no-repeat center center;
    text-indent:-999em;
}

table.ezpublish-comparison-table td.checked-paid {
    background: url(../bundles/eznodesign/images/old_version/table-checksign_pay.png) no-repeat center center;
    text-indent:-999em;
}

table.ezpublish-comparison-table tr.tr_fixed {
    position: fixed;
    top: 0;
    width: 928px;
    background: #006296;
    margin:0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(1) {
    width: 159px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(2) {
    width: 143px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(3) {
    width: 91px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(4) {
    width: 103px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(5) {
    width: 101px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(6) {
    width: 101px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(7) {
    width: 107px;
}

table.ezpublish-comparison-table tr.tr_fixed th:nth-child(8) {
    width: 116px;
}

.content-view-full table.blue th p,
.content-view-full table.ezpublish-comparison-table th p {
    margin: 5px 0;
}

table.feature-list-table td p:first-child {
    margin-top: 24px;
}

table.feature-list-table .content-view-embed .class-image {
    text-align: center;
}

/* content 3 */

.content-3 {
    position: relative;
    width:100%;
}

.content-3 h3 {
    font-size: 30px;
    color: #2c3e50;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 24px;
}

.content-3.class-partner h3 {
    margin-bottom: 10px;
}

.content-3.v-center,
.content-3 .v-center {
    display: table;
}

.content-3.v-center > div,
.content-3 .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

.content-3 .img {
    text-align: right;
}

.content-3 .delimiter {
    margin-top: 130px;
    padding-top: 70px;
    border-top: 2px solid #ecf0f1;
}

.content-3 .features h6 {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 20px;
    color: #34495e;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: none;
}

.content-3 .features p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
}
.content-3.mirror .aligment {
    float: right;
}
.content-3.mirror .img {
    text-align: left;
}

body > section,
footer > .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-3.v-center {
    padding-top: 50px;
    padding-bottom: 18px;
}

.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

@media (min-width: 321px) {
    .full-width {
        width: 100vw;
        margin-left: calc(-1 * ((100vw - 100%) / 2));
    }
}

.background-grey {
    background: #f2f2f2;
}

.background-orange {
    background: #faa015;
}

.background-orange h2,
.background-orange a,
.background-orange p {
    color: #fff;
}

.background-orange .btn-outline {
    color: #fff;
    border: solid 2px #fff;
}

.background-orange .btn.btn-outline a {
    color: #fff;
}

.background-orange .btn.btn-outline:hover {
    background: #fff;
}

.background-orange .btn.btn-outline:hover a {
    color: #f15a22;
}

hr.separator {
    border-top: 1px solid #ddd;
}

/* blog_post & article */

.content-view-line.content-class-event.delimiter,
.content-view-line.content-class-article.delimiter,
.content-view-line.content-class-blog-post.delimiter,
.content-view-line.delimiter {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 18px;
}

.content-view-full.content-class-blog-post h1,
.content-view-full.content-class-article h1 {
    margin-bottom: 30px;
}

.content-view-full.content-class-blog-post h2,
.content-view-full.content-class-article h2 {
    margin-bottom: 24px;
    margin-top: 40px;
    line-height: 1.2em;
}

.content-view-full.content-class-blog-post h3,
.content-view-full.content-class-article h3 {
    margin-top: 35px;
}

.content-view-line.content-class-blog-post h2,
.content-view-line.content-class-article h2 {
    margin-bottom: 14px;
}

.content-view-line.content-class-blog-post .metadata,
.content-view-line.content-class-article .metadata {
    margin-bottom: 28px;
}

.content-view-line.content-class-blog-post .metadata li,
.content-view-line.content-class-article .metadata li {
    font-size: 13px;
}

.content-view-full.content-class-blog-post h1,
.content-view-full.content-class-article h1 {
    margin-bottom: 30px;
}
.content-view-full.content-class-blog-post h2,
.content-view-full.content-class-article h2 {
    margin-bottom: 24px;
    margin-top: 40px;
    line-height: 1.2em;
}
.content-view-full.content-class-blog-post h3,
.content-view-full.content-class-article h3 {
    margin-top: 35px;
}

.content-view-line.content-class-blog-post h2,
.content-view-line.content-class-article h2 {
    margin-bottom: 14px;
}
.content-view-line.content-class-blog-post .metadata,
.content-view-line.content-class-article .metadata {
    margin-bottom: 28px;
}
.content-view-line.content-class-blog-post .metadata li,
.content-view-line.content-class-article .metadata li {
    font-size:13px;
}

/* event & webinar */

.content-class-webinar h1,
.content-class-event h1 {
    margin-top: 0;
}

aside.webinar-info,
aside.event-info{
    margin-top: 15px;
}

.content-view-full.content-class-event .metadata,
.content-view-full.content-class-webinar .metadata {
    font-size: 16px;
    line-height: 30px;
}

.content-view-full.content-class-event .metadata .location,
.content-view-full.content-class-webinar .metadata .location {
    margin-bottom: 20px;
}

.content-view-full.content-class-event .metadata i,
.content-view-full.content-class-webinar .metadata i {
    color: #f05a22;
    margin-right: 15px;
}

.content-view-full.content-class-event .metadata .event-date ul,
.content-view-full.content-class-webinar .metadata .event-date ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    vertical-align: top;
}

.content-view-full.content-class-event .calendar-download p,
.content-view-full.content-class-event .calendar-download img,
.content-view-full.content-class-webinar .calendar-download p,
.content-view-full.content-class-webinar .calendar-download img {
    float: left;
    line-height: 48px;
}

.content-view-full.content-class-event .calendar-download a.ical-calendar,
.content-view-full.content-class-webinar .calendar-download a.ical-calendar,
.content-view-full.content-class-event .calendar-download a.google-calendar,
.content-view-full.content-class-webinar .calendar-download a.google-calendar{
    display: block;
    float: left;
    height: 48px;
    margin-left:5px;
    text-indent: -9999px;
    width: 48px;
}

.content-view-full.content-class-event .calendar-download a.google-calendar,
.content-view-full.content-class-webinar .calendar-download a.google-calendar {
    background: url("../bundles/eznodesign/images/calendar/googleCalendar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.content-view-full.content-class-event .calendar-download a.ical-calendar,
.content-view-full.content-class-webinar .calendar-download a.ical-calendar {
    background: url("../bundles/eznodesign/images/calendar/ical.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.webinar-info,
.event-info {
    margin-bottom: 30px;
}

/* corporate home page */
.current-node-id-1749 .content-view-block .root-frontpage-banner .block-type-element.banner,
.current-node-id-22834.loc-fr .content-view-block .root-frontpage-banner .block-type-element.banner,
.current-node-id-22834.loc-de .content-view-block .root-frontpage-banner .block-type-element.banner,
.current-node-id-22834.loc-no .content-view-block .root-frontpage-banner .block-type-element.banner {
    background: #000;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .video-content video,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .video-content video {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .video-content video,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .video-content video {
    display: block;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .video-content,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .video-content {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .video-content:before,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .video-content:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .overlay-desc,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .overlay-desc {
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .overlay-desc h1,
.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .overlay-desc,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .overlay-desc h1,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .overlay-desc {
    color: #fff;
    text-align: center;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .overlay-desc .title h1,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .overlay-desc .title h1 {
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 55px;
}

.current-node-id-1749 .root-frontpage-banner .block-type-element.banner .overlay-desc .title p,
.current-node-id-22834 .root-frontpage-banner .block-type-element.banner .overlay-desc .title p {
    font-weight: 500;
    font-size: 23px;
}

.content-view-block .root-frontpage-banner .block-type-element.banner {
    background: #f58220;
    min-height: 450px;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .title,
.content-view-block .root-frontpage-banner .block-type-element.banner .banner {
    min-height: 450px;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .banner {
    margin-left: 30px;
    margin-right: -30px;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .title {
    background: initial;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .title h1,
.content-view-block .root-frontpage-banner .block-type-element.banner .title h2 {
    font-size: 45px;
    text-transform: initial;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .title h1 {
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .title h2 {
    font-weight: 600;
    line-height: normal;
}

.current-node-id-22834.loc-de .content-view-block .root-frontpage-banner .block-type-element.banner p {
    margin: 0 0 80px 0;
}

.content-view-block .root-frontpage-banner .block-type-element.banner p {
    margin: 0 0 30px 0;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .title p {
    font-weight: 500;
    font-size: 18px;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .btn-primary,
.content-view-block .root-frontpage-banner .block-type-element.banner .btns .btn-primary,
.content-view-block .root-frontpage-banner .block-type-element.banner .btn.btn-primary {
    background: none;
    color: #fff;
}

.content-view-block .root-frontpage-banner .block-type-element.banner .btn-primary:hover,
.content-view-block .root-frontpage-banner .block-type-element.banner .btns .btn-primary:hover,
.content-view-block .root-frontpage-banner .block-type-element.banner .btn.btn-primary:hover {
    background: #fff;
    color: #f15922;
}

@media screen and (max-width: 991px) {
    .content-view-block .root-frontpage-banner .block-type-element.banner .title,
    .content-view-block .root-frontpage-banner .block-type-element.block-view-standard.banner,
    .content-view-block .root-frontpage-banner .block-type-element.block-view-standard.banner .banner {
        min-height: 365px;
    }

    .content-view-block .root-frontpage-banner .block-type-element.block-view-standard.banner .title {
        padding-top: 50px;
    }

    .content-view-block .root-frontpage-banner .block-type-element.banner .title h1,
    .content-view-block .root-frontpage-banner .block-type-element.banner .title h2 {
        font-size: 30px;
    }

    .current-node-id-1749 .root-frontpage-banner .block-type-element.banner .overlay-desc .title h1,
    .current-node-id-22834 .root-frontpage-banner .block-type-element.banner .overlay-desc .title h1 {
        font-size: 40px;
    }

    .current-node-id-22834.loc-fr .content-view-block .root-frontpage-banner .block-type-element.banner .title h1,
    .current-node-id-22834.loc-de .content-view-block .root-frontpage-banner .block-type-element.banner .title h1,
    .current-node-id-22834.loc-no .content-view-block .root-frontpage-banner .block-type-element.banner .title h1 {
        font-size: 23px;
    }

    .content-view-block .root-frontpage-banner .block-type-element.banner .title p {
        font-size: 16px;
    }

    .content-view-block .root-frontpage-banner .block-type-element.banner p {
        margin: 0 0 20px 0;
    }

    .current-node-id-22834.loc-fr .content-view-block .root-frontpage-banner .block-type-element.banner p,
    .current-node-id-22834.loc-de .content-view-block .root-frontpage-banner .block-type-element.banner p,
    .current-node-id-22834.loc-no .content-view-block .root-frontpage-banner .block-type-element.banner p {
        margin: 0 0 20px 0;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .content-view-block .root-frontpage-banner .block-type-element.banner .title,
    .content-view-block .root-frontpage-banner .block-type-element.block-view-standard.banner,
    .content-view-block .root-frontpage-banner .block-type-element.block-view-standard.banner .banner {
        min-height: 500px;
    }

    .current-node-id-22834.loc-fr .content-view-block .root-frontpage-banner .block-type-element.banner .title h1,
    .current-node-id-22834.loc-fr .content-view-block .root-frontpage-banner .block-type-element.banner .title h1,
    .current-node-id-22834.loc-fr .content-view-block .root-frontpage-banner .block-type-element.banner .title h1 {
        font-size: 30px;
    }

    .content-view-block .root-frontpage-banner .block-type-element.banner p {
        margin: 0 0 53px 0;
    }
}

/* dropdown menu position for client & partner (top menu) */
#node_id_1824 .dropdown-arrow {
    right: 92px;
}

#node_id_1824 .dropdown-menu {
    margin-left: -22px;
}

/* success stories on home page */
#block-38f794abef9c8d415842249a322f4694 .block-type-3items {
    background: #fdb913;
}

#block-38f794abef9c8d415842249a322f4694 .block-type-3items .attribute-header-block {
    color: #fff;
}

#block-38f794abef9c8d415842249a322f4694 .btn:link,
#block-38f794abef9c8d415842249a322f4694 .btn:visited {
    border-color: #fff;
    background: #fdb913;
}

#block-38f794abef9c8d415842249a322f4694 .btn:hover {
    color: #ef5b2f;
    background: #fff;
    border: 2px solid transparent;
    white-space: normal;
}

#block-38f794abef9c8d415842249a322f4694 section {
    border: none;
}

/* gradient used as background for banner image on homepage */
.content-view-block .root-frontpage-banner {
    background: linear-gradient(to bottom, #f78e19 0%, #ed5353 100%);
}

.content-view-block .root-frontpage-banner .block-type-element.banner {
    background: url('/bundles/eznodesign/images/homepage-banner-background.png') bottom / cover no-repeat;
}

/* gradient used as a background for banner image on eZ Live viewer landing page */
#landing-page-banner-image15686 {
    background: linear-gradient(135deg, #007791 0%, #0098c8 100%);
}

/* gradient used as a background for banner image on eZ Personalization landing page */
#landing-page-banner-image29435 {
    background: linear-gradient(135deg, #068e75 0%, #0fa765 100%);
}

/* smaller fonts for headers in german version on mobile devices */
@media (max-width: 1200px) {
    .current-node-id-29849 .container h2,
    .current-node-id-29849 .container h3 {
        font-size: 25px;
    }

    .current-node-id-29849 .container h4 {
        font-size: 20px;
    }
}

/* background for listing page with cards (Resources/Videos) */
.page-wrapper.current-node-id-1800,
.page-wrapper.current-node-id-29573 {
    background: #f2f2f2;
}

/* CSS for eZ Marketing Automation Forms */

[class*="content-class-"] form.maForm div.maFormElement {
    min-height: 52px;
    overflow: auto;
}

.ezma-form form.maForm input.formText,
.ezma-form form.maForm textarea,
[class*="content-class-"] form.maForm input.formText,
[class*="content-class-"] form.maForm textarea {
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    margin-top: 7px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.ezma-form form.maForm textarea,
[class*="content-class-"] form.maForm textarea {
    height: auto;
    line-height: 24px;
    padding: 5px 11px;
    text-indent: 0;
    resize:vertical;
    max-height:300px;
    min-height:200px;
}

.ezma-form form.maForm select,
[class*="content-class-"] form.maForm select {
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    width: 284px;
}

.ezma-form .maFormComboHalf,
.ezma-form .formComboNameLabel,
[class*="content-class-"] .maFormComboHalf,
[class*="content-class-"] .formComboNameLabel {
    display: block;
}

.ezma-form form.maForm div.maFormComboHalf input.formText,
.ezma-form form.maForm input.formText,
[class*="content-class-"] form.maForm div.maFormComboHalf input.formText,
[class*="content-class-"] form.maForm input.formText {
    width: 284px;
}

.ezma-form form.maForm label,
[class*="content-class-"] form.maForm label {
    color: #2c3e50;
    line-height: 1.2em;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.ezma-form form.maForm label label,
[class*="content-class-"] form.maForm label label {
    font-weight:normal;
    color: #7f8c8d
}

.ezma-form label.formCheckboxLabel {
    width: 100%;
    text-align: right;
}

.maForm .ma-checkboxesLabel {
    text-align: right;
}

.maForm .ma-checkboxesLabel label.formCheckboxLabel {
    width: 240px;
    margin-left: 20px;
    text-align: left;
}

.ezma-form form.maForm label>label:first-of-type,
[class*="content-class-"] form.maForm label>label:first-of-type {
    margin-top:7px
}

.ezma-form form.maForm button,
[class*="content-class-"] form.maForm button {
    border: none;
}

.attribute-html-form h2 {
    font-weight: bold;
    margin-top: -10px;
    color: #ffae00;
}

.ezma-form form.maForm button,
[class*="content-class-"] form.maForm button {
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    color: #fff;
    background: #f05a22;
    -webkit-box-shadow: none;
    background-image: none;
    text-shadow: none
}

.ezma-form form.maForm button:hover,
.ezma-form form.maForm button.hover,
.ezma-form form.maForm button:focus,
.ezma-form form.maForm button:active,
.ezma-form form.maForm button.active,
[class*="content-class-"] form.maForm button:hover,
[class*="content-class-"] form.maForm button.hover,
[class*="content-class-"] form.maForm button:focus,
[class*="content-class-"] form.maForm button:active,
[class*="content-class-"] form.maForm button.active {
    outline: none;
    color: #fff;
    background: #f05a22;
    border-color: #f05a22;
}

.ezma-form h1.attribute-heading {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
    font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


[class*="content-class-"] .block-type-element div[id*='MAform-'] {
    border: none;
    background-color: transparent;
    padding-left: 0;
}

.content-view-full.content-class-landing-page-form.ezma-form,
.content-view-full.content-class-html-form.ezma-form {
    margin-bottom: 30px;
}

.content-view-full.content-class-landing-page-form div[id*='MAform-'],
[class*="content-class-"] div[id*='MAform-'],
.content-view-full.content-class-html-form div.attribute-html-form {
    margin: 0;
    padding: 20px;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #EBEBEB;
    overflow: auto;
}

.content-view-full.content-class-landing-page-form .attribute-html-form h2,
.content-view-full.content-class-extension .attribute-html-form h2 {
    color: #f39c12;
    -webkit-backface-visibility: hidden;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 400;
}

.content-view-full.content-class-landing-page-form .social-buttons,
.content-view-full.content-class-html-form .social-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscribe-form .input-append .btn {
    padding: 10px 12px 11px 10px;
}

.footer-contact form.maForm {
    margin-bottom: 20px;
}

.footer-contact .maFormElement label {
    display: table-cell;
    float: left
}

.footer-contact form.maForm input[type="text"] {
    width: 167px;
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    margin-top: 7px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.footer-contact form.maForm input[type="text"]:hover {
    border-color: #cacfd2;
}

.footer-contact form.maForm input[type="text"]:focus {
    border-color: #f05a22;
}

.footer-contact .maFormElement:last-of-type{
    width: auto;
    float: right;
}

.footer-contact .maFormElement button.formSubmit {
    float: right;
    font-family: FontAwesome;
    position: relative;
    line-height: 25px;
    border: 0;
    margin-top: 17px;
    color: #fff;
    margin-left: 0 !important;
    padding: 8px 15px;
    background: #bdc3c7;
}

.footer-contact .maFormElement button:before {
    content:"\f054";
}

#MAform-53b36c64-0b18-4962-baa8-ead5c01d2d3a label.formCheckboxLabel {
    text-align: left;
}

/* newsletter */

.subscribe-form {
    margin-bottom: 20px;
}
.input-append .form-control {
    -webkit-border-radius: 6px 0 0 6px;
       -moz-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
    height: auto;
    width: 80%;
}

.input-append .btn {
    -webkit-border-radius: 0 6px 6px 0;
       -moz-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
    padding: 9px 12px 9px 10px;
    margin: 0;
}

/* align dropdown box to the right on the "Business Users Guide to Content as a Service" page */

select[name=ma-form-element-yui_3_18_1_1_1466046389140_4447] {
    float: right;
}

.header-3 {
    padding: 0;
}

.website-switcher {
    background-color: #D9D9D9;
    color: #000;
}

.website-switcher .message {
    padding-top: 15px;
    padding-left: 33px;
}

.website-switcher .message p {
    padding: 0;
    line-height: 10px;
    font-size: 1em;
}

.website-switcher .action {
    margin-top: 5px;
    margin-bottom: 7px;
    height: 33px;
}

.website-switcher .action .btn {
    font-size: 0.9em;
    color: #000;
}

.website-switcher .action #switch-ok {
    color: #FFF;
}

.website-switcher .action #dont-show {
    margin-left: 10px;
    background-color: #EAEAEA;
    color: #f05a22;
}

.website-switcher .redirection-message {
    color: #f05a22;
}

.header-3 #hub {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    background: #f9fafa;
}

.header-3 #hub-light {
    margin-bottom: 64px;
}

.header-3 #hub-light .brand img {
    max-height: 40px;
}

.globe-icon {
    background: url('/bundles/eznodesign/images/globe.svg');
    width: 24px;
    height: 24px;
    top: 0;
    display: inline;
}

#hub #links{
    padding-top: 10px;
}

#links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#links ul li {
    float: left;
    padding: 0 13px;
}

#hub #links a {
    color: #63605d;
}

#hub #links a {
    font-size: 13px;
}

#hub #languages .btn {
    padding-top: 8px;
    font-size: 13px;
    text-transform: none;
    margin-right: 20px;
}

#hub #languages .dropdown {
    line-height: 20px;
    margin-top: 1px;
}

#hub #languages .dropdown-arrow {
    right: 72px;
}

#hub #languages .open > .dropdown-menu {
    margin-top: 7px !important;
}

#hub #languages ul.dropdown-menu {
    border: 2px solid #7f8c8d;
    border-radius: 8px;
    min-width: 130px;
}

#hub #languages span.dropdown-arrow {
    border-color: transparent transparent #7f8c8d transparent;
}

#hub #languages .dropdown-menu li > a,
a.btn.btn-transparent.dropdown-toggle {
    position: relative;
    width: auto;
    margin: 0;
}

#hub #languages .dropdown-menu li > a {
    padding: 5px 5px 5px 15px;
}

a.btn.btn-transparent.dropdown-toggle {
    padding: 5px 5px 5px 34px;
}

#hub #languages .dropdown-menu li.active > a:hover,
#hub #languages .dropdown-menu li.selected > a:hover,
#hub #languages .dropdown-menu li.active > a.highlighted:hover,
#hub #languages .dropdown-menu li.selected > a.highlighted:hover,
#hub #languages .dropdown-menu li.active > a:focus,
#hub #languages .dropdown-menu li.selected > a:focus,
#hub #languages .dropdown-menu li.active > a.highlighted:focus,
#hub #languages .dropdown-menu li.selected > a.highlighted:focus,
#hub #languages .dropdown-menu li.active > a,
#hub #languages .dropdown-menu li.selected > a,
#hub #languages .dropdown-menu li.active > a.highlighted,
#hub #languages .dropdown-menu li.selected > a.highlighted {
    background: #63605d;
    color: #fff;
}

i#current-language {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: 11px;
}

ul.subnav.languages li i {
    display: block;
    width: 24px;
    height: 24px;
}

#languages .dropdown-menu li i.eng,
ul.subnav.languages li i.eng,
.dropdown i.eng {
    background: url(../bundles/eznodesign/images/flags/United-Kingdom.png) no-repeat !important;
}

#hub #languages .dropdown-menu li i.fr,
ul.subnav.languages li i.fr,
.dropdown i.fr {
    background: url(../bundles/eznodesign/images/flags/France.png) no-repeat !important;
}

#languages .dropdown-menu li i.de,
ul.subnav.languages li i.de,
.dropdown i.de {
    background: url(../bundles/eznodesign/images/flags/Germany.png) no-repeat !important;
}

#languages .dropdown-menu li i.no,
ul.subnav.languages li i.no,
.dropdown i.no{
    background: url(../bundles/eznodesign/images/flags/Norway.png) no-repeat !important;
}

#languages .dropdown-menu li i.jp,
ul.subnav.languages li i.jp,
.dropdown i.jp {
    background: url(../bundles/eznodesign/images/flags/Japan.png) no-repeat !important;
}

#languages .dropdown-menu li i.pt,
ul.subnav.languages li i.pt,
.dropdown i.pt{
    background: url(../bundles/eznodesign/images/flags/Portugal.png) no-repeat !important;
}

#languages .dropdown-menu li i.es,
ul.subnav.languages li i.es,
.dropdown i.es {
    background: url(../bundles/eznodesign/images/flags/Spain.png) no-repeat !important;
}

#languages .dropdown-menu li i.fi,
ul.subnav.languages li i.fi,
.dropdown i.fi {
    background: url(../bundles/eznodesign/images/flags/Finland.png) no-repeat !important;
}

#languages .dropdown-menu li i.se,
ul.subnav.languages li i.se,
.dropdown i.se {
    background: url(../bundles/eznodesign/images/flags/Sweden.png) no-repeat !important;
}

#languages .open > .dropdown-arrow {
    margin-top: 0;
    opacity: 1;
}

/* navbar */

header .navbar .brand {
    display: block;
    margin: 0 0 0 35px;
    padding: 0;
}

header .navbar {
    background:#FFF;
    border:none;
    border-radius:0;
    margin-bottom: 0;
}

header .brand img:first-child,
header .brand object:first-child {
    float: left;
    margin: 15px 15px 0 0;
}

header .brand img {
    height: 50px;
}

body > .navbar-collapse {
    width: 50%;
    min-width: 195px;
}

#header-3 .navbar-right {
    float: none !important;
}

.nav-visible .page-wrapper,
.nav-visible .navbar.navbar-fixed-top,
.nav-visible .header-antiflicker,
.nav-visible body > header .header-background {
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
         -o-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
}

body > .navbar-collapse .languages {
    margin: 20px 20px 20px 25px;
}

body > .navbar-collapse .languages .pull-right {
    float: right !important;
}

body > .navbar-collapse .languages .pull-left {
    float: left !important;
}

body > .navbar-collapse .languages li a {
    padding: 7px 10px;
}

#hub .btn, #hub .btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-weight: normal;
}

.navbar .nav li.dropdown .dropdown-menu > li > a {
    white-space: normal;
    line-height: 1.2em;
}

.navbar .nav li.dropdown .dropdown-menu > li > a .fa {
    line-height: 1.2em;
}

/* search box */

.searchboxes .navbar-form .form-control {
    font-size: 13px;
}

.searchboxes .navbar-form .form-control,
.searchboxes .navbar-form .input-group-addon,
.searchboxes .navbar-form .btn {
    height: 32px;
}

.searchboxes form,
.searchboxes .input-group{
    margin:0;
}

.searchboxes .navbar-form,
#button-menu {
    padding-top: 3px;
}

.searchboxes .navbar-form .input-group .form-control {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    height: auto;
    width: 100%;
}

.searchboxes .form-group.focus .form-control,
.form-control:focus {
    border-color: #f05a22;
    outline: 0 none;
    box-shadow: none;
}

#header-3 .input-group .form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:#5B5E61;
    color:#222527;
    border:2px solid #24292D;
    border-right: none;
    padding:3px;
    margin: 0 5px 0 0;
}

.navbar-form .input-group .btn {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    padding: 7px 12px 9px 10px;
    margin: 0;
    background:#BDC3C7;
}

.form-group {
    position: relative;
}

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

.navbar-form .input-group-btn .btn {
    border: 2px solid #bdc3c7;
    color: #fff;
    line-height: 14px;
}

.input-group-btn:last-child > .btn {
    border-left-width: 0;
    margin-left: -2px;
}

/* button in top menu */
#button-menu {
    margin: 17px 0 0 0;
}

#button-menu .btn-orange {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 15px 8px;
    background: none;
    border: 2px solid #f05a22;
    color: #f05a22;
    border-radius: 4px;
}

#button-menu .btn-orange:hover {
    background: #f05a22;
    color: #fff;
}

#button-menu .fa {
    font-size: 23px;
    margin-right: 10px;
    vertical-align: bottom;
}

/* top menu */

#topmenu {
    margin-right: 20px;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #63605d;
}

#page #topmenu .navbar .nav li.dropdown.open > .dropdown-toggle,
#page .navbar .nav li.dropdown.active > .dropdown-toggle,
#page .navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
    background: none;
    color: #f15a22;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.dropdown-arrow {
    right: 52px;
}

.navbar .nav > .open > .dropdown-arrow {
    margin-top: -7px;
    opacity: 1;
    border-color: transparent transparent #645a50 transparent;
}

.navbar .nav > .open > .dropdown-menu {
    margin-top: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    color: #63605d;
}

li.li-second-level a {
    font-weight: 600;
}

.navbar .nav ul li.active > a,
.navbar .nav ul li.active > a:hover,
.navbar .nav ul li.active > a:focus {
    background: #645a50;
    color: #fff !important;
}

#topmenu .navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #63605d;
    background: none;
}

.nav li.dropdown .dropdown-menu > li > a {
    color: #63605d;
}

.navbar .nav li.dropdown .dropdown-menu {
    background: #eceef0;
}

.navbar .nav ul li {
    background: #eceef0;
}

.navbar .nav .dropdown-menu li:first-child a,
.navbar .nav .dropdown-menu li:last-child a {
    border-radius: 0;
}

.navbar .nav li.dropdown .dropdown-menu:after {
    border-bottom-color: #eceef0;
    left: 30px;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
    background: none;
    border-radius: 6px;
    color: #f05a22;
}

.dropdown-menu{
    display: block !important;
    opacity: 1 !important;
    z-index: 1000;
}

body > .navbar-collapse .nav > li.open > a {
    z-index:10;
}

.back,
.navbar-header,
header .navbar .brand,
#hub #header-social-connect,
form#button-menu,
.navbar .nav > li > a {
    -webkit-transition: all .4s ease-in;
       -moz-transition: all .4s ease-in;
         -o-transition: all .4s ease-in;
            transition: all .4s ease-in;
}

.navbar .nav > li > a {
    padding: 29px 20px 27px;
    color: #63605d;
    font-size: 14.994px;
    font-weight: 600;
    text-shadow: none;
}

.navbar .nav ul {
    left: 0;
    margin-left: -48px;
    width: 234px;
    border-top: solid 4px #645a50;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar .nav li.dropdown .dropdown-menu > li > span {
    color: #63605d;
    padding: 6px 15px 8px;
    text-decoration: none;
    display:block;
}

.navbar .nav li.dropdown .dropdown-menu > li > span > .fa {
    margin-top: 5px;
}

body > .navbar-collapse {
    background: none repeat scroll 0 0 #171b27;
}

body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
    color: #EFEFF1;
}

body > .navbar-collapse .nav > li > a {
    color: #EFEFF1;
}

body > .navbar-collapse .subnav li > a,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a:active,
body > .navbar-collapse .subnav li > a:hover {
    color: #efeff1;
}

/* breadcrumbs */

.breadcrumb-text p {
    font-size: 14px;
    font-weight: 300;
}

footer {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    z-index: 4;
}

footer a {
    font-weight: 300;
}

footer i.fa {
    font-size: 25px;
    padding: 8px 10px;
}

footer p {
    font-size: 15px;
    line-height: 1em;
}

footer ul {
    margin-bottom: 0;
    padding-left: 0;
}

footer h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

footer .attribute-image img {
    width: auto;
    margin-bottom: 20px;
}

footer .footer-content {
    background: #665e5b;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .logo {
    padding: 20px 0;
}

footer .footer-content a,
footer .footer-content a:hover,
footer .footer-content a:focus {
    color: #ffede4;
}

footer .footer-content .col-md-4:first-child {
    padding-left: 90px;
}

footer .footer-content ul li {
    list-style: none;
}

footer form.subscribe-form input,
footer form.subscribe-form .btn {
    height: 42px;
    font-size: 15px;
    padding-left: 12px;
}

footer form.subscribe-form input.formText {
    border: none;
    border-radius: 6px;
}

footer form.subscribe-form .btn {
    margin-top: 0;
    text-shadow: none;
    padding: 0 15px;
}

footer form.subscribe-form .form-control,
footer form.subscribe-form .input-group-btn .btn {
    border: none;
}

footer form.subscribe-form .input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

footer form.subscribe-form input:-moz-placeholder,
footer form.subscribe-form input:-ms-input-placeholder,
footer form.subscribe-form input::-moz-placeholder,
footer form.subscribe-form input::-webkit-input-placeholder {
    color: #60544e;
}

footer form.subscribe-form .input-group-btn .btn {
    color: #fff;
    background: #3b3430;
}

footer .footer-content ul.locations li {
    display: inline;
    list-style-type: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: #ffede4;
    line-height: 37px;
}

footer .footer-content ul.locations {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-social a:first-child,
footer .footer-content ul.locations li:last-child,
footer .footer-content ul.locations li:first-child,
footer .footer-content ul.locations li:first-child i {
    padding-left: 0;
}

footer .footer-content ul.locations li i {
    font-size: 20px;
}

footer .footer-content ul.locations li span {
    white-space: nowrap;
}

footer .footer-social a {
    padding-left: 10px;
}

footer .footer-social i.fa {
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 75px;
    border-width: 1px;
    border: none;
    background: #524d49;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 0;
}

footer .copyright-content {
    background: #4b443f;
    color: #d2c5bd;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
}

footer .copyright-content a,
footer .copyright-content a:hover,
footer .copyright-content a:focus {
    color: #d69776;
}

footer .copyright-content ul li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid;
}

footer .copyright-content ul li:last-child {
    border: none;
}

body:after {
    content: url(../bundles/eznodesign/images/lightbox/close.png) url(../bundles/eznodesign/images/lightbox/loading.gif) url(../bundles/eznodesign/images/lightbox/prev.png) url(../bundles/eznodesign/images/lightbox/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../bundles/eznodesign/images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../bundles/eznodesign/images/lightbox/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
       -moz-transition: opacity 0.6s;
         -o-transition: opacity 0.6s;
            transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../bundles/eznodesign/images/lightbox/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
       -moz-transition: opacity 0.6s;
         -o-transition: opacity 0.6s;
            transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../bundles/eznodesign/images/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-details p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

blockquote:before {
    background: none;
}

blockquote {
    position: relative;
    border-left: none;
    background: #f2f2f2;
    padding: 30px;
    color: #63605d;
    padding: 20px 20px 20px 70px;
}

.content-view-full blockquote p {
    font-size: 17px;
    line-height: 1.549829;
    font-weight: normal;
}

blockquote small {
    line-height: 1.722169;
    font-style: italic;
    color: #f05a22;
    font-size: 18px;
    padding-top: 10px;
}

p.quote em {
    color: #63605d;
    font-size: 19px;
    line-height: 1.3;
    font-weight: normal;
}

p.quote em:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    color: #f15a22;
    content: "\f10d";
    font-size: 40px;
    font-family: "FontAwesome";
    font-style: normal;
}

p.quote {
    margin-bottom: 0;
}

blockquote small {
    font-size: 18px;
    line-height: 1.722169;
    font-style: italic;
    color: #f05a22;
}

.factbox {
    border: none;
    padding: 18px;
    font-size: 16px;
    background: #f2f2f2;
    border-left: solid 3px #f05a22;
    margin-bottom: 30px;
}

.factbox .box-content h5 {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
}

.factbox.pull-right {
    margin-left: 30px;
}

.factbox.pull-left {
    margin-right: 30px;
}


.pricing-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricing-table ul {
    position: relative;
    list-style: outside none none;
    margin: 0;
    z-index: 1;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    border: 3px solid #EBEDEE;
    border-radius: 5px;
    text-align: center;
}

.pricing-table ul li {
    color: #BDC3C7;
    font-size: 16px;
    background-color: #FFF;
    padding: 10px;
    border-bottom: 1px solid #EBEDEE;
}

.pricing-table ul li.title {
    color: #2C3E50;
    font-size: 24px;
    font-weight: 700;
    padding: 18px 0px 18px;
}

.pricing-table ul:hover {
    border-color: #086CA2;
}

.pricing-table ul:hover li {
    color: #595C65;
}

.pricing-table ul:hover li.title {
    background-color: #086CA2;
    color: #FFF;
}

.pagination-orange ul {
    background-color: #f05a22;
}

.pagination-orange ul li.previous > a {
    border-right-color: #f05a22;
}

.pagination-orange ul li > a,
.pagination-orange ul li > span {
    border-left-color: #ff8a26;
    text-decoration: none;
    margin: 0;
}

.pagination-orange ul li > a:hover,
.pagination-orange ul li > span:hover,
.pagination-orange ul li > a:focus,
.pagination-orange ul li > span:focus {
    background-color: #ff8a26;
}

.pagination-orange ul li > a:active,
.pagination-orange ul li > span:active {
    background-color: #e64b00;
}

.pagination-orange ul li.active > a,
.pagination-orange ul li.active > span {
    background-color: #e64b00;
}

.pagination-orange > a.previous > i.fa {
    margin-right: 6px;
}

.pagination-orange > a.next > i.fa {
    margin-left: 6px;
}

.pagination-orange > .btn.btn-primary:first-child {
    border-bottom-color: #f05a22;
}

.pagination-orange > .btn + ul + .btn.btn-primary {
    border-bottom-color: #f05a22;
}

.pagination ul li.other > a {
    margin: 0;
    border-radius: 0;
}

.pagination ul li.other > a:hover {
    border-left: 2px solid #ff8a26;
}

.pagination ul li.active > a {
    margin: 0;
}

.pagination ul li.active > a:hover {
    background: inherit;
}

.yt-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #ECF0F1;
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.yt-wrapper .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    line-height: 180px;
    opacity: 1;
    cursor: pointer;
}

.yt-wrapper .overlay i {
    color: #f05a22;
    display: inline-block;
    font-size: 60px;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
}

.yt-wrapper .overlay:hover i {
    color: #FFF;
}

.yt-video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

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

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-view-full.page-404 h1 {
    margin-bottom: 50px;
}

.content-view-full.page-404 .block-type-call-to-action h4 {
    margin-top: 0;
}

.block-type-call-to-action .call-to-action {
    margin-bottom: 20px;
}

.content-view-full.content-error-page {
    background: #3e8d88;
    background: -moz-linear-gradient(top, #3e8d88 0%, #b1bc73 100%);
    background: -webkit-linear-gradient(top, #3e8d88 0%, #b1bc73 100%);
    background: linear-gradient(to bottom, #3e8d88 0%, #b1bc73 100%);
}

.content-view-full.content-error-page .content .attribute-summary {
    padding-top: 110px;
}

.content-view-full.content-error-page .content .attribute-summary h1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

.content-view-full.content-error-page .content .attribute-body {
    padding-top: 45px;
    padding-bottom: 45px;
}

.content-view-full.content-error-page .content .attribute-summary p,
.content-view-full.content-error-page .content .attribute-body p,
.content-view-full.content-error-page .content .attribute-body ul li a,
.content-view-full.content-error-page .content .attribute-body p a {
    color: #fff;
}

.content-view-full.content-error-page .content .attribute-body h4 {
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}

.content-view-full.content-error-page .banner {
    background: url('/bundles/eznodesign/images/pulley-404.png') bottom / contain no-repeat;
    min-height: 591px;
}

.social-sharing {
    padding: 15px 0 15px 0;
    overflow: hidden;
    margin: 40px 0 30px 0;
    border-top: 2px solid #ebedee;
    border-bottom: 2px solid #ebedee;
}

.social-sharing .attribute-date {
    margin-top: 5px;
}

#social-bottom {
    border: 0;
}

.content .tags ul {
    padding: 0;
}

.content-view-full .related-articles .text-info {
    color: #3498db;
    font-size: 15px;
    font-weight: bold;
}

.social-buttons {
    width: auto;
}

.IN-widget,
.social-share-btn {
    margin: 0 10px;
    float: left;
}
.IN-widget {
    width:100px !important;
}

.fb-like {
    width: 90px !important;
}

.social-share-btn {
    color: #fff;
    display: inline-block;
    height: 26px;
    margin: 0 10px 0 0;
    padding-left: 2px;
    text-align: left;
    width: 24px;
    position: relative;
}

.social-share-btn span {
    font-size: 25px;
}

.social-share-btn i {
    font-size: 26px;
    margin-top: 2px;
    vertical-align: baseline;
    transition: all 0.1s ease;
}

.social-share-btn .border:before {
    border: 2px solid #939393;
    border-radius: 12%;
    width: 40px;
    height: 40px;
    content: "";
    margin: 6px 0 0 9px;
    font-size: 2em;
    position: absolute;
}

.social-share-btn i.fa {
    padding: 12px 17px;
}

.social-share-btn:hover,
.social-share-btn:focus {
    color: #fff;
}

.twitter-share-btn {
    color: #939393;
}

.twitter-share-btn:hover i,
.twitter-share-btn:focus i {
    color: #5cacf2;
}

.twitter-share-btn:hover .border:before {
    border-color: #5cacf2;
}

.linkedin-share-btn {
    color: #939393;
}

.linkedin-share-btn:hover i,
.linkedin-share-btn:focus i {
    color: #0062a0;
}

.linkedin-share-btn:hover .border:before {
    border-color: #0062a0;
}

.facebook-share-btn {
    color: #939393;
}

.facebook-share-btn:hover i,
.facebook-share-btn:focus i {
    color: #3b5998;
}

.facebook-share-btn:hover .border:before {
    border-color: #3b5998;
}

.gplus-btn {
    color: #939393;
}

.gplus-btn:hover i,
.gplus-btn:focus i {
    color: #db342a;
}

.gplus-btn:hover .border:before {
    border-color: #db342a;
}

.xing-share-btn {
    color: #939393;
}

.xing-share-btn:hover i,
.xing-share-btn:focus i {
    color: #006567;
}

.xing-share-btn:hover .border:before {
    border-color: #006567;
}

#author {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 2px solid #EBEDEE;
    border-top: 2px solid #EBEDEE;
    margin: 40px 0 30px;
    overflow: hidden;
    padding: 20px 0;
}

#author img {
    border: 2px solid #EBEDEE !important;
    max-width: 140px;
}

#author h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

#author .social-btns {
    font-size: 18px;
    margin-top: 20px;
}

.social-btns a {
    color: #95A5A6;
    font-weight: 500;
}

#author .social-btns {
    white-space: nowrap;
}

#author .social-btns > * {
    color: #1ABC9C;
    display: inline-block;
    font-size: 30px;
    height: 38px;
    margin-left: 15px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}

#author .social-btns a:hover .fa-twitter-square {
    color: #4099FF !important;
}

#author .social-btns a:hover .fa-google-plus-square {
    color: #DD4B39 !important;
}

#author .social-btns a:hover .fa-linkedin-square {
    color: #03659A !important;
}

#author .social-btns > *:first-child {
    margin-left: 0;
}

#author .social-btns > * > * {
    display: block;
    position: relative;
    transition: top 0.25s ease 0s;
}

#author .social-btns > * > *:first-child {
    color: #95A5A6;
}

#author {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 2px solid #EBEDEE;
    border-top: 2px solid #EBEDEE;
    margin: 40px 0 30px;
    overflow: hidden;
    padding: 20px 0;
}

#author img {
    border: 2px solid #EBEDEE !important;
    max-width: 140px;
}

#author h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

#author .social-btns {
    font-size: 18px;
    margin-top: 20px;
}

.social-btns a {
    color: #95A5A6;
    font-weight: 500;
}

#author .social-btns {
    white-space: nowrap;
}

#author .social-btns > * {
    color: #1ABC9C;
    display: inline-block;
    font-size: 30px;
    height: 38px;
    margin-left: 15px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}

#author .social-btns a:hover .fa-twitter-square {
    color: #4099FF !important;
}

#author .social-btns a:hover .fa-google-plus-square {
    color: #DD4B39 !important;
}

#author .social-btns a:hover .fa-linkedin-square {
    color: #03659A !important;
}

#author .social-btns > *:first-child {
    margin-left: 0;
}

#author .social-btns > * > * {
    display: block;
    position: relative;
    transition: top 0.25s ease 0s;
}

#author .social-btns > * > *:first-child {
    color: #95A5A6;
}

#author {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 2px solid #EBEDEE;
    border-top: 2px solid #EBEDEE;
    margin: 40px 0 30px;
    overflow: hidden;
    padding: 20px 0;
}

#author img {
    border: 2px solid #EBEDEE !important;
    max-width: 140px;
}

#author h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

#author .social-btns {
    font-size: 18px;
    margin-top: 20px;
}

.social-btns a {
    color: #95A5A6;
    font-weight: 500;
}

#author .social-btns {
    white-space: nowrap;
}

#author .social-btns > * {
    color: #1ABC9C;
    display: inline-block;
    font-size: 30px;
    height: 38px;
    margin-left: 15px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}

#author .social-btns a:hover .fa-twitter-square {
    color: #4099FF !important;
}

#author .social-btns a:hover .fa-google-plus-square {
    color: #DD4B39 !important;
}

#author .social-btns a:hover .fa-linkedin-square {
    color: #03659A !important;
}

#author .social-btns > *:first-child {
    margin-left: 0;
}

#author .social-btns > * > * {
    display: block;
    position: relative;
    transition: top 0.25s ease 0s;
}

#author .social-btns > * > *:first-child {
    color: #95A5A6;
}

#author {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 2px solid #EBEDEE;
    border-top: 2px solid #EBEDEE;
    margin: 40px 0 30px;
    overflow: hidden;
    padding: 20px 0;
}

#author img {
    border: 2px solid #EBEDEE !important;
    max-width: 140px;
}

#author h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

#author .social-btns {
    font-size: 18px;
    margin-top: 20px;
}

.social-btns a {
    color: #95A5A6;
    font-weight: 500;
}

#author .social-btns {
    white-space: nowrap;
}

#author .social-btns > * {
    color: #1ABC9C;
    display: inline-block;
    font-size: 30px;
    height: 38px;
    margin-left: 15px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}

#author .social-btns a:hover .fa-twitter-square {
    color: #4099FF !important;
}

#author .social-btns a:hover .fa-google-plus-square {
    color: #DD4B39 !important;
}

#author .social-btns a:hover .fa-linkedin-square {
    color: #03659A !important;
}

#author .social-btns > *:first-child {
    margin-left: 0;
}

#author .social-btns > * > * {
    display: block;
    position: relative;
    transition: top 0.25s ease 0s;
}

#author .social-btns > * > *:first-child {
    color: #95A5A6;
}

.bs-callout {
    border-left: 5px solid #EEE;
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code, .bs-callout .highlight {
    background-color: #FFF;
}

.bs-callout-danger {
    background-color: #FCF2F2;
    border-color: #DFB5B4;
}

.bs-callout-warning {
    background-color: #FEFBED;
    border-color: #F1E7BC;
}

.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #5BC0DE;
}

.block-user .panel,
.block-partner-managers .panel {
    border-radius: 0;
    border-top: 1px solid #f05a22;
    box-shadow: 0 0 2px 0 #CEC8C8;
    padding: 0;
}

.block-user .panel.bg-none,
.block-partner-managers .panel.bg-none {
    border-radius: 0;
    border-top: 0 solid #f05a22;
    box-shadow: none;
}

.block-user .panel > .panel-heading,
.block-partner-managers .panel > .panel-heading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E9E9E9;
    font-weight: normal;
}

.block-user .panel > .panel-heading h3,
.block-partner-managers .panel > .panel-heading h3 {
    color: #B1B2B4;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}

.avatar.avatar-xs {
    width: 25px;
}

.avatar.avatar-sm {
    width: 50px;
}

.avatar.avatar-md {
    width: 75px;
}

.avatar.avatar-lg {
    width: 100px;
}

.avatar.avatar-left {
    float: left;
}

.profile-incomplete {
    height: 280px;
}

.profile-incomplete img {
    border-radius: 3px;
}

.welcome-user {
    min-height: 70px;
}

.content-view-embed .class-file {
    margin-top: 40px;
    margin-bottom: 10px;
}

.content-view-embed .class-file .btn {
    margin: 0;
    padding: 10px 15px;
}

.calendar {
    background: none repeat scroll 0 0 #FFF;
    border: 2px solid #2C3E50;
    border-radius: 26px;
    height: 200px;
    margin: 40px auto 20px;
    position: relative;
    width: 200px;
}

.header {
    background: none repeat scroll 0 0 #E74C3C;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    color: #FFF;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.num-day {
    color: #333;
    font-size: 111px;
    height: 150px;
    text-align: center;
    line-height: 1.3;
}

.calendar-download.col-md-12,
.calendar-download .col-lg-7,
.calendar-download .col-lg-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contacts-3 h3 {
    font-size: 30px;
    margin: 0 0 15px;
}

.contacts-3 h6,
.contacts-3 .h6 {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: none;
}

.contacts-3 label.h6 {
    margin-bottom: 20px;
}

.contacts-3 p {
    font-size: 16px;
    line-height: 1.6;
}

.contacts-3 a {
    color: #7F8C8D;
}

.contacts-3 a:hover,
.contacts-3 a:focus,
.contacts-3 a.active {
    color: #2C3E50;
}

.contacts-3 form {
    margin: 30px 0 0;
}

.contacts-3 form input,
.contacts-3 form textarea {
    -moz-box-sizing: border-box;
    border-color: #EBEDEE;
    color: #7F8C8D;
    margin-bottom: 29px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.contacts-3 form input:focus,
.contacts-3 form textarea:focus {
    border-color: #1ABC9C;
}

.contacts-3 form input {
    height: 45px;
}

.contacts-3 form label {
    margin-bottom: 18px;
}

.contacts-3 form .btn {
    margin-top: 7px;
    min-width: 150px;
}

.contacts-3 form .btn [class*="fui-"] {
    font-size: 24px;
}

.contacts-3 form .btn.btn-primary:hover,
.contacts-3 form .btn.btn-primary:focus {
    background-color: #E74C3C;
}

.contacts-3 form .btn.btn-primary:active,
.contacts-3 form .btn.btn-primary.active {
    background-color: #f05a22;
}

.contacts-3 .map {
    border-radius: 6px;
    min-height: 380px;
    margin: 35px 0 60px;
    overflow: hidden;
}

.contacts-3 .map iframe{
    min-height: 380px;
}

.contacts-3 .links {
    border-bottom: 2px solid #EBEDEE;
    margin: 20px 0 40px;
    padding-bottom: 40px;
}

.contacts-3 .links a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.contacts-3 .links [class*="fui-"] {
    font-size: 26px;
    margin: -3px 23px 0 0;
    vertical-align: middle;
}

.block-right-menu .links {
    margin-top: 8px;
    padding-bottom: 45px;
    position: relative;
}

.block-right-menu .links {
    color: #34495E;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.block-right-menu .links ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.block-right-menu .links li {
    display: block;
    line-height: 35px;
}

.block-right-menu .links a {
    color: #595c65;
    text-decoration: none;
}

.content-class-html5-video h3,
.content-view-line.type-folder_column h3 {
    font-size:25px;
    padding-left: 0;
    font-weight:bolder !important;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

.content-view-line.class-landing-page .no-overflow h2 {
    margin: 15px 0 20px;
}

.content-view-line.content-class-html5-video h3 a,
.content-view-line.type-folder_column h3 a {
    color: #2C3E50;
    font-size: 25px;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

.bs-doc-sidenav li a i{
    font-family: FontAwesome;
    font-style: inherit;
}

.bs-doc-sidenav li.active a {
    background: #eee;
}

/* Download FA Icon */
.block-2561 a i:before {
    content: "\f019";
}

/* Rocket FA Icon */
.block-2393 a i:before {
    content: "\f135";
}

/* Briefcase FA Icon */
.block-30724 a i:before {
    content: "\f0b1";
}

/* File O FA Icon */
.block-2394 a i:before {
    content: "\f016";
}

/* Trophy FA Icon */
.block-2396 a i:before {
    content: "\f091";
}

/* Calendar FA Icon */
.block-30726 a i:before {
    content: "\f133";
}

/* Globe FA Icon */
.block-5866 a i:before {
    content: "\f0ac";
}

.nav-pills > li {
    margin: 0 2px 10px 0 !important;
}

.nav-pills > li > a {
    background: none;
    border-left: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    outline: medium none;
    padding: 12px 21px 13px;
    border-radius: 5px;
    color: #f05a22;
    text-decoration: none;
}

.customers .row.categories li a {
    padding: 5px 10px;
}

.nav-pills > li:first-child > a {
    border-left: medium none;
    border-radius: 5px;
}

.nav-pills > li:last-child > a {
    border-radius: 5px;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    color: #fff;
    background-color: #FF8A26;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    background: #f05a22;
}

.content-view-full.class-folder .content-view-line.cards .row {
    background: #fff;
}

.content-view-line.content-class-html5-video.cards .row .image-card {
    padding-right: 0;
    padding-left: 0;
    background: #faa332;
}

.content-view-line.content-class-html5-video.cards .row .image-card img {
    margin-left: auto;
    margin-right: auto;
    max-width: 232px;
    margin-bottom: 20px;
}

.content-view-line.content-class-html5-video.cards .row .description {
    padding-right: 20px;
    padding-left: 30px;
}

.content-view-full.class-folder .content-view-line.cards h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.content-view-full.class-folder .content-view-line.cards h2 a {
    color: #f15a22;
}

.content-view-full.class-folder .content-view-children .content-view-line.cards .row {
    margin-top: 50px;
}

.content-view-full.class-folder .content-view-line.cards:last-of-type .row {
    margin-bottom: 50px;
}

.content-view-full .content-blog-post-list {
    padding-bottom: 20px;
}

.content-view-full.content-class-blog .rss-feed-icon {
    top: 5px;
    position: relative;
}

.content-class-blog .content-view-card_item.content-class-blog-post {
    border: 1px solid #e0e0e0;
    min-height: 400px;
    background: #fff;
}

.content-class-blog .content-view-card_item.content-class-blog-post .img {
    border-bottom: 1px solid #e0e0e0;
    background: #f1f1f1;
    height: 190px;
    position: relative;
}

.content-view-card_item.content-class-blog-post .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 253px;
    height: 190px;
    object-fit: cover;
    margin: auto;
    border-bottom: 1px solid #e0e0e0;
}

.content-class-blog .content-view-card_item.content-class-blog-post h2 {
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #f15a22;
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.content-class-blog .content-view-card_item.content-class-blog-post h2 a {
    color: #f15a22;
}

.content-class-blog .content-view-card_item.content-class-blog-post h2 a:hover {
    color: #da3c03;
}

.content-class-blog .content-view-card_item.content-class-blog-post span {
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
    display: block;
}

.content-class-blog .content-view-block_item.content-class-blog-post p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    margin: 20px;
}

.content-class-blog .trigger-load-more {
    margin-top: 20px;
    text-align: center;
}

.content-class-blog .loader:before {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    content: "";
    top: 3px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transform-origin: 46% 54%;
    -webkit-transform-origin: 46% 54%;
    -moz-transform-origin: 46% 54%;
    -ms-transform-origin: 46% 54%;
    -o-transform-origin: 46% 54%;
    -webkit-animation: loader_spin 1s linear infinite;
    -moz-animation: loader_spin 1s linear infinite;
    animation: loader_spin 1s linear infinite;
    background: url("../bundles/eznodesign/images/loading.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@-moz-keyframes loader_spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader_spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader_spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.content-class-blog .banner {
    height: 415px;
    background-color: #f05a22;
}

.content-class-blog .banner .attribute-description h1,
.content-class-blog .banner .attribute-description h2,
.content-class-blog .banner .attribute-description h3,
.content-class-blog .banner .attribute-description a,
.content-class-blog .banner .attribute-description p {
    color: #fff;
    text-align: center;
}

.content-class-blog .categories {
    text-align: center;
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
}

.content-class-blog .categories li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.content-class-blog .categories li:last-child a {
    border-right: 1px solid #ececec;
    padding: 17px 22px;
}

.content-class-blog .categories li a {
    border-left: 1px solid #ececec;
    padding: 17px 22px;
    margin: 0;
}

.content-class-blog .categories li a:link,
.content-class-blog .categories li a:visited {
    color: #5c564e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.content-class-blog .categories li.active a {
    color: #f15a22;
}

.content-class-blog .categories li a:hover {
    color: #f15a22;
}

.content-class-blog .row {
    width: 100%;
}

@media (min-width: 767px) {
    .content-view-children .row {
        margin-top: 50px;
    }
}

@media (max-width: 766px) {
    .content-class-blog .content-view-card_item.content-class-blog-post {
        margin-bottom: 20px;
    }

    .content-view-block_item.content-class-blog-post .img img {
        width: 100%;
    }
}

.content-view-full.content-class-blog-post .banner {
    min-height: 320px;
    background-color: #f15a22;
    margin-bottom: 15px;
}

.content-view-full.content-class-blog-post .banner h1,
.content-view-full.content-class-blog-post .banner h2,
.content-view-full.content-class-blog-post .banner h3,
.content-view-full.content-class-blog-post .banner a,
.content-view-full.content-class-blog-post .banner p {
    color: #fff;
    text-align: center;
 }

.content-view-full.content-class-blog-post .banner h1 {
    font-size: 45px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 260px;
}

.content-view-full.content-class-blog-post h2 {
    font-size: 26px;
    font-weight: 500;
}

.content-view-full.content-class-blog-post h3 {
    font-size: 22px;
    font-weight: 500;
}

.content-view-full.content-class-blog-post h4 {
    font-size: 18px;
    font-weight: 500;
}

.content-view-full.content-class-blog-post .attribute-author {
    padding: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.content-view-full.content-class-blog-post .attribute-author-related {
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin-top: 20px;
    min-height: 195px;
}

@media (min-width: 451px) {
    .content-view-full.content-class-blog-post .attribute-author-related .content-class-author {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

    .content-view-full.content-class-blog-post .attribute-author-related .author-info {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 100px;
        padding: 0 0 0 24px;
    }
}

@media (max-width: 450px) {
    .content-view-full.content-class-blog-post .attribute-author-related .picture {
        margin: 0 auto;
    }

    .content-view-full.content-class-blog-post .attribute-author-related .social-buttons,
    .content-view-full.content-class-blog-post .attribute-author-related .author-info h2,
    .content-view-full.content-class-blog-post .attribute-author-related .attribute-job_title,
    .content-view-full.content-class-blog-post .attribute-author-related .attribute-company {
        text-align: center;
    }
}

.content-view-full.content-class-blog-post .attribute-author-related h2 {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #f15a22;
    font-size: 18px;
}

.content-view-full.content-class-blog-post .attribute-author-related .attribute-job_title,
.content-view-full.content-class-blog-post .attribute-author-related .attribute-company {
    margin: 0;
    font-weight: 600;
    color: #63605d;
    font-size: 16px;
    display: block;
}

.content-view-full.content-class-blog-post .attribute-author-related .attribute-bio {
    margin: 0;
    padding-top: 5px;
    font-weight: 400;
    color: #63605d;
    font-size: 15px;
    display: block;
}

.content-view-full.content-class-blog-post .attribute-author-related .attribute-bio p {
    margin: 5px 0 0 0;
    padding-top: 0;
    font-size: 15px;
    line-height: 1.2em;
}

.content-view-full.content-class-blog-post .attribute-author-related .picture {
    width: 125px;
    min-height: 125px;
}

.content-view-full.content-class-blog-post .attribute-author-related .author-link {
    height: 17px;
    display: inline-block;
    font-size: 23px;
}

.content-view-full.content-class-blog-post .attribute-author-related .social-buttons {
    padding-top: 10px;
}

.content-view-full.content-class-blog-post .attribute-author-related .author-link.twitter {
    color: #5cacf2;
    padding-right: 5px;
    font-size: 23px;
}

.content-view-full.content-class-blog-post .attribute-author-related .author-link.linkedin {
    color: #0062a0;
    font-size: 23px;
}

.content-view-full.content-class-blog-post .co_authors {
    border: 1px solid #e2e2e2;
    border-top: 0;
    padding: 24px;
}

.content-view-full.content-class-blog-post .co_authors span {
    display: block;
    font-weight: 500;
    color: #63605d;
    font-size: 16px;
}

.content-view-full.content-class-blog-post .co_authors span i {
    font-style: normal;
    font-weight: 600;
}


.content-view-full.content-class-blog-post .attribute-intro {
    padding-top: 20px;
}

.content-view-full.content-class-blog-post .category ul {
    list-style-type: none;
    margin: 6px 0 0 0;
    padding: 0;
}

.content-view-full.content-class-blog-post .category ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
}

.content-view-full.content-class-blog-post .category a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    outline: medium none;
    padding: 3px 0 3px;
    color: #63605d;
    text-decoration: none;
}

.content-view-full.content-class-blog-post .category a:hover {
    color: #f15a22;
}

.content-view-full.content-class-blog-post .category a span:before {
    content: "";
    margin-right: 9px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #63605d;
}

.content-view-full.content-class-blog-post .category a:hover span:before {
    background-color: #f15a22;
}

.content-view-full.content-class-blog-post .category .category-list.fixed {
    position: fixed;
    margin-top: 8px;
}

.content-view-full.content-class-blog-post h1.content-name {
    font-size: 40px;
    color: #f15a22;
}

.content-view-full.content-class-blog-post .comments {
    margin-bottom: 50px;
    margin-top: 50px;
}

.content-view-full.content-class-blog-post .load-comments {
    border: 1px solid #d5d7d8;
    border-radius: 6px;
    background-color: #ebebec;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: #8c8c8c;
    padding: 4px;
    cursor: pointer;
}

.content-view-full.content-class-blog-post .load-comments:before {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    content: "";
    top: 3px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: url("../bundles/eznodesign/images/loading.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.content-class-blog-post .trigger-load-more {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
 }

.content-view-full.content-class-blog-post .blog-post-container {
    border-top: 1px solid #eeeeee;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-view-full.content-class-blog-post .blog-post-container.first {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 3;
}

.content-class-blog-post .loader:before {
     margin-right: 5px;
     width: 20px;
     height: 20px;
     content: "";
     top: 3px;
     position: relative;
     display: inline-block;
     overflow: hidden;
     transform-origin: 46% 54%;
     -webkit-transform-origin: 46% 54%;
     -moz-transform-origin: 46% 54%;
     -ms-transform-origin: 46% 54%;
     -o-transform-origin: 46% 54%;
     -webkit-animation: loader_spin 1s linear infinite;
     -moz-animation: loader_spin 1s linear infinite;
     animation: loader_spin 1s linear infinite;
     background: url("../bundles/eznodesign/images/loading.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@-moz-keyframes loader_spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader_spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader_spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.content-view-full.content-class-blog-post .social-buttons.fixed {
    margin-top: 0;
    margin-left: 123px;
    padding-top: 14px;
    position: fixed;
    top: 61px;
}

@media (max-width: 1200px) {
    .content-view-full.content-class-blog-post .social-buttons.fixed {
        margin-left: 91px;
    }
}

.content-view-full.content-class-blog-post .blog-post-container.first .social-buttons {
    top: initial;
}

.content-view-full.content-class-blog-post .social-buttons.fixed .share-buttons-provider {
    padding-bottom: 21px;
    float: right;
    clear: both;
}

@media (min-width: 770px) {
    .content-view-full.content-class-blog-post .social-sharing .attribute-date,
    .content-view-full.content-class-blog-post .social-sharing .category {
        float: left;
    }
}

@media (max-width: 991px) {
    .content-view-full.content-class-blog-post .content h1 {
        text-align: center;
    }

    .content-view-full.content-class-blog-post .social-sharing .attribute-date,
    .content-view-full.content-class-blog-post .social-sharing .category,
    .content-view-full.content-class-blog-post .social-sharing .social-buttons {
        text-align: center;
    }

    .content-view-full.content-class-blog-post .social-sharing .social-buttons {
        clear: both;
        float: left;
        margin-top: 9px;
        margin-left: 0;
        display: block;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .content-view-full.content-class-blog-post .social-sharing .social-buttons .share-buttons-provider {
        display: inline-block;
        padding-right: 10px;
        height: 36px;
        margin-top: -15px;
    }
}

.content-view-block_item.content-class-blog-post h2 {
    min-height: 81px;
}

.content-community .features.btns {
    margin-bottom: 40px;
}

.content-community .features .btn i {
    font-size: 30px;
    padding: 0 10px;
    vertical-align: middle;
}

.content-community,
.content-feed {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

.content-community h3,
.content-feed h3 {
    color: #2C3E50;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 40px;
    text-align: center;
}

.content-community .content-view-mainstory p {
    color: #7F8C8D;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 35px;
    text-align: center;
}

.content-community .player {
    background: none repeat scroll 0 0 rgba(52, 152, 219, 0.1);
    border-radius: 6px;
    height: 640px;
    margin: 40px auto;
    overflow: hidden;
    position: relative;
    width: 1140px;
}

.content-community .player .btn-play {
    -moz-box-sizing: border-box;
    border-radius: 3px;
    left: 50%;
    margin: -20px 0 0 -30px;
    padding-left: 16px;
    position: absolute;
    top: 50%;
    width: 60px;
}

.content-community .player > iframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}

.content-community .features > * {
    margin-top: 67px;
}

.content-community .features h6 {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 37px;
    text-transform: none;
}

.content-feed .col-sm-7 .quote {
    position: relative;
}

.content-feed h3 i.fa-twitter {
    color: #4099FF;
}

.content-feed h3 i.fa-rss-square {
    color: #FF6600;
}

.content-feed .col-sm-7 .quote:before {
    content: url("../bundles/common-files/icons/quote-up-mb.png");
    left: -60px;
    position: absolute;
    top: 0;
}

.content-feed .col-sm-7 .quote .quote-text,
.content-feed .col-sm-7 .quote .quote-text p {
    color: #2C3E50;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
}

.content-feed .col-sm-7 .quote .quote-author {
    color: #95A5A6;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 20px;
    text-transform: capitalize;
}

.content-feed .col-sm-7 .quote .quote-author > * {
    vertical-align: middle;
}

.content-feed .col-sm-7 .quote .quote-author-photo {
    background: none repeat scroll 0 0 #EBEDEE;
    border-radius: 2px;
    display: inline-block;
    height: 48px;
    margin-right: 20px;
    overflow: hidden;
    width: 48px;
}

.content-feed .col-sm-7 .quote .quote-author-name {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.19em;
}

.content-feed .col-sm-3 .quote {
    margin-top: 50px;
    position: relative;
}

.content-feed .col-sm-3 .quote:first-child {
    margin-top: 0;
}

.content-feed .col-sm-3 .quote .quote-text,
.content-feed .col-sm-3 .quote .quote-text p {
    color: #95A5A6;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.content-feed .col-sm-3 .quote .quote-author {
    color: #2C3E50;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.content-feed .col-sm-3 .quote .quote-author-photo {
    background: none repeat scroll 0 0 #EBEDEE;
    border-radius: 2px;
    height: 48px;
    margin-left: -70px;
    margin-top: 6px;
    overflow: hidden;
    position: absolute;
    width: 48px;
}

.content-feed .col-sm-3 .quote .quote-author-name {
    margin-bottom: 7px;
}

.content-feed .col-sm-3 .quote .quote-date,
.content-feed .quotes .quote-date {
    color: #95A5A6;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.19em;
}

.content-feed .quotes h6 a {
    color: #2C3E50;
}

.content-feed .quotes p {
    font-size: 16px;
    margin-bottom: 10px;
}

.content-company .content-related-item-story {
    position: relative;
    text-align: center;
}

.content-company .content-related-item-story img {
    width: 100%;
}

.object-center.quote-wrap {
    margin: 0;
}

.quote {
    background:none;
    padding: 0;
}

.content-class-landing-page .attribute-image iframe {
    max-height: 280px;
}
.content-view-block_item.class-story-item h1,
.content-view-block_item.class-story-item h2,
.content-view-mainstory.class-story-item h1 {
    margin-top: 0;
    font-size: 45px;
    font-weight: 300;
}

.content-view-mainstory.class-story-item h2 {
    margin-top: 0;
}

.content-view-block_item.class-story-item .attribute-image {
    margin-top: 10px;
}

.content-view-block_item.class-story-item .attribute-image img {
    margin-top: 0;
}

.content-class-landing-page .related-story h5 {
    text-transform: none;
    text-align: center;
    font-size: 19px;
}

.emphasized .col-md-12 .yt-video iframe,
.emphasized .col-md-12 .yt-video object,
.emphasized .col-md-12 .yt-video embed {
    max-height: 570px;
}

.content-class-landing-page .delimiter.line {
    margin: 0;
    padding: 35px 0;
}

.content-type-landing-page.banner,
.content-type-banner.banner {
    display: flex;
    line-height: 3em;
}

.content-type-landing-page.banner,
.content-type-banner.banner {
    display: flex;
    line-height: 3em;
}

.content-type-landing-page.banner .title,
.content-type-banner.banner .title {
    color: #fff;
    min-height: 450px;
    padding-right: 30px
}

.content-type-landing-page.banner .banner,
.content-type-banner.banner .banner {
    min-height: 450px;
    padding-left: 30px;
}

.content-type-landing-page.banner .title h1,
.content-type-banner.banner .title h1 {
    color: #fff;
    font-size: 27px;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
}

.content-type-landing-page.banner .title h2,
.content-type-banner.banner .title h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 6vw;
    font-size: 35px;
}

.content-type-landing-page.banner .title p,
.content-type-banner.banner .title p {
    font-size: 20px;
    font-weight: 300;
}

.content-type-landing-page.banner,
.content-type-banner.banner {
    background: linear-gradient(135deg, #f47920 0%, #f99d1c 100%);
}

.content-type-landing-page.banner .btn,
.content-type-banner.banner .btn {
    font-size: 17px;
    font-weight: 400;
}

.content-type-landing-page.banner .btn-primary,
.content-type-banner.banner .btn-primary {
    border: 2px solid #fff;
    background: transparent;
}

.content-type-landing-page.banner .btn-primary:hover,
.content-type-banner.banner .btn-primary:hover {
    background-color: #fff;
}

.ezplatform-menu {
    background: #f9fafa;
    border-bottom: 1px solid #ececec;
    text-align: center;
    padding: 5px 0;
}

.ezplatform-menu li {
    display: inline-block;
    padding: 3px 0;
}

.ezplatform-menu li:last-child a {
    border-right: 1px solid #ececec;
    padding-right: 10px;
}

.ezplatform-menu li a {
    border-left: 1px solid #ececec;
    padding: 5px 5px 5px 13px;
}

.ezplatform-menu li a:link,
.ezplatform-menu li a:visited {
    color: #63605d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.ezplatform-menu li a:hover {
    color: #f15a22;
}

.ezplatform-menu-icon {
    width: 25px;
    height: 25px;
    position: relative;
    top: 7px;
    right: 5px;
    display: inline-block;
    content: '';
}

.ezplatform-menu-icon-developers .st0,
.ezplatform-menu-icon-pricing .st0,
.ezplatform-menu-icon-discover-platform .st0,
.ezplatform-menu-icon-docs .st0,
.ezplatform-menu-icon-download .st0,
.ezplatform-menu-icon-github .st0,
.ezplatform-menu-icon-community .st0,
.ezplatform-menu-icon-brochure .st0,
.ezplatform-menu-icon-video .st0,
.ezplatform-menu-icon-enterprise .st0,
.ezplatform-menu-icon-demo .st1,
.ezplatform-menu-icon-discover .st1,
.ezplatform-menu-icon-demo .st0,
.ezplatform-menu-icon-demo .st3,
.ezplatform-menu-icon-demo .st4,
.ezplatform-menu-icon-discover-platform .st1,
.ezplatform-menu-icon-discover-studio .st0,
.ezplatform-menu-icon-discover-studio .st2 {
    fill: #63605d;
}

.ezplatform-menu li a:hover .ezplatform-menu-icon-developers .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-pricing .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-discover-platform .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-docs .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-download .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-discover .st1,
.ezplatform-menu li a:hover .ezplatform-menu-icon-github .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-community .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-brochure .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-video .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-enterprise .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-demo .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-demo .st1,
.ezplatform-menu li a:hover .ezplatform-menu-icon-demo .st2,
.ezplatform-menu li a:hover .ezplatform-menu-icon-demo .st3,
.ezplatform-menu li a:hover .ezplatform-menu-icon-demo .st4,
.ezplatform-menu li a:hover .ezplatform-menu-icon-discover-platform .st1,
.ezplatform-menu li a:hover .ezplatform-menu-icon-discover-studio .st0,
.ezplatform-menu li a:hover .ezplatform-menu-icon-discover-studio .st2 {
    fill: #f15a22;
}

.ezplatform-menu-icon-discover .st0,
.ezplatform-menu-icon-discover-studio .st1 {
    fill: #f9fafa;
}

.ezplatform-menu li a:hover .ezplatform-menu-icon-demo .st0 {
    stroke: #f15a22;
}

.ezplatform-menu-icon-demo .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke: #63605d;
    stroke-miterlimit: 10;
}

.ezplatform-menu-icon-demo .st2 {
    display: none;
}

.ezplatform-menu-icon-demo .st3 {
    display: inline;
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.ezplatform-menu-icon-demo .st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.content-type-landing-page.content-view-full h1 {
    font-size: 27px;
    font-weight: 400;
}

.content-type-landing-page.content-view-full h2 {
    font-size: 45px;
    font-weight: 300;
    padding-bottom: 20px;
}

.content-type-landing-page.content-view-full h3 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}

.content-type-landing-page.content-view-full h4 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 7px;
}

.content-type-landing-page .banner .btn-primary {
    color: #fff;
    background: transparent;
}

@media (max-width: 768px) {
    .content-type-landing-page.banner .title,
    .content-type-banner.banner .title {
        text-align: center;
    }

    .content-type-landing-page.banner .title p,
    .content-type-banner.banner .title p {
        font-size: 18px;
    }

    .content-type-landing-page.banner .text-left,
    .content-type-banner.banner .text-left {
        text-align: center;
    }

    .content-type-landing-page.banner .btn,
    .content-type-banner.banner .btn {
        font-size: 13px;
    }
}

.landing-page-form-header {
    height: 390px;
    background: #f15a22;
    margin-bottom: 50px;
}

.landing-page-form-header .call-to-action.btn {
    background: #ef5b2f;
    border: 2px solid #fff;
}

.landing-page-form-header .call-to-action.btn:hover {
    background-color: #fff;
}

.landing-page-form-header-logo {
    margin-top: 30px;
}

.landing-page-form-header-content {
    clear: both;
    height: 329px;
    display: flex;
    align-items: center;
}

.landing-page-form-header-content-description h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.landing-page-form-header-content-description .landing-page-form-header-content-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.landing-page-form-header-content-banner {
    display: table;
}

.landing-page-form-header-content-description,
.landing-page-form-header-content-banner {
    display: inline-block;
    vertical-align: middle;
}

.landing-page-form-header-content-banner-no-bottom-margin {
    align-self: flex-end;
}

.content-class-landing-page-form .lading-page-form-body-description h3 {
    font-size: 22px;
    font-weight: 400;
}

.content-class-landing-page-form .landing-page-form-thankyou-discover {
    color: #ee5a31;
    margin-bottom: 50px;
}

.content-class-landing-page-form .landing-page-form-thankyou-block {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-bottom: 40px;
}

.content-class-landing-page-form .landing-page-form-thankyou-block-image {
    width: 100%;
    height: 200px;
}

.content-class-landing-page-form .landing-page-form-thankyou-block-caption {
    padding: 10px 20px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content-class-landing-page-form .landing-page-form-thankyou-block-brochures {
    background: #f38231;
}

.content-class-landing-page-form .landing-page-form-thankyou-block-ebooks {
    background: #ef5b2f;
}

.content-class-landing-page-form .landing-page-form-thankyou-block-videos {
    background: #2c87af;
}

.content-class-landing-page-form .landing-page-form-thankyou-block a:link,
.content-class-landing-page-form .landing-page-form-thankyou-block a:visited {
    text-decoration: none;
}

.content-class-landing-page-form .landing-page-form-thankyou-small-block {
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.content-class-landing-page-form .landing-page-form-thankyou-small-block-image {
    height: 95px;
    border-right: 1px solid #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-class-landing-page-form .landing-page-form-thankyou-small-block-caption {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 95px;
}

.content-class-landing-page-form .landing-page-form-thankyou-small-block a:link,
.content-class-landing-page-form .landing-page-form-thankyou-small-block a:visited {
    color: #747473;
}

.content-class-landing-page-form .landing-page-form-thankyou-button {
    width: 100%;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    border: 2px solid #e0e0e1;
    margin: 20px 0 40px 0;
}

.content-class-landing-page-form .landing-page-form-thankyou-button:link,
.content-class-landing-page-form .landing-page-form-thankyou-button:visited {
    text-decoration: none;
    color: #7d7f7d;
}

.content-class-landing-page-form .landing-page-form-thankyou-button:hover {
    background: #7d7f7d;
    color: #fff;
    border-color: #7d7f7d;
}

/* form */

.content-class-landing-page-form .attribute-html-form div,
.content-class-landing-page-form .attribute-html-form div[id*="MAform-"] {
    background: #fff;
}

.content-class-landing-page-form .attribute-html-form {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.content-class-landing-page-form .attribute-html-form h3 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
    color: #f15a22;
}

.content-class-landing-page-form .attribute-html-form div[id*="MAform-"] {
    border: 0;
    padding: 0;
}

.content-view-full.content-class-article .attribute-body {
    padding-bottom: 20px;
}

.content-view-full.content-class-webinar .webinar-info .btns {
    margin-bottom: 30px;

}
.content-view-full.content-class-webinar .btn-wide {
    font-size: 35px;
    min-width: 250px;
}

.content-view-line.content-class-event h2 {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    color: #2C3E50;
    margin-bottom: 24px;
}

.content-view-line.content-class-event ul.metadata {
    color: #7F8C8D;
    font-size: 18px;
    padding: 0;
}

.content-view-line.content-class-event ul.metadata li {
    display: list-item;
    list-style-type: none;
    margin-bottom: 10px;
}

.content-view-line.content-class-event ul.metadata li i {
    padding-right: 10px;
}

.content-view-full.content-class-event .event-logo {
    margin-bottom: 30px;
}

.customers .customers {
    margin-bottom: 20px;
    padding-top: 20px;
}

.content-view-full.content-class-reference h1 {
    margin-bottom: 20px;
}

.content-view-full.content-class-reference h2 {
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 4px;
    font-size: 28.994000000000003px;
}

.content-view-full.class-reference .attribute-long {
    margin-top: 50px;
}

.content-view-full.content-class-reference hr.divider {
    border: 0;
    border-top: 2px solid #EBEDEE;
    margin: 20px 0;
    padding-top: 20px;
}

.content-view-full.content-class-reference .customer-wrapper .photo,
.customer-wrapper .logo-wrapper,
.customer-wrapper .info {
    margin-bottom: 25px;
}

.customer-wrapper .info a {
    font-size: 20px;
    word-wrap: break-word;
}

.customer-wrapper .info .website {
    margin-bottom: 30px;
}

.customers h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0;
    text-align: center;
}

.customers .row.categories {
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.customers .row.categories li{
    margin-bottom: 0;
}

.customers .customer-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    min-height:580px;
    height:auto;
}

.customers .customer-wrapper .photo-wrapper {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content-view-line.content-class-reference h2 a {
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0;
    text-align: center;
    color: #f05a22;
}

.overlay {
    color: #FFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.4s ease 0s;
    width: 100%;
}

.overlay a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.overlay i {
    color: #f05a22;
    display: inline-block;
    font-size: 60px;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
}

.customers .customer-wrapper .photo-wrapper:hover .photo {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    opacity: 0.3;
}

.customers .customer-wrapper .photo-wrapper:hover .overlay {
    opacity: 1;
}

.references-carousel .multimediacarousel {
    margin-top: 30px;
}

.content-class-partner.delimiter.line {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 18px;
    margin-bottom: 0;
}

.content-view-line.content-class-partner .level,
.content-view-line.content-class-partner .award {
    margin: 10px 0 20px 0;
    padding-bottom: 0;
    padding-top: 0;
}

.content-view-line.content-class-partner .award img {
    padding-left: 20px;
}

.content-class-partner .level img,
.content-class-partner .award img {
    height: 40px;
}

.content-view-line.content-class-partner h2 img,
.content-view-full.content-class-partner h4 img {
    vertical-align: top;
    margin-left: 10px;
}

.content-view-line.class-partner .btns {
    margin-top: 30px;
}

.content-view-full.content-class-partner .resp-view .award {
    border-bottom: 0;
    margin: 10px 0 20px;
    padding-bottom: 10px;
}

.content-view-full.content-class-partner .award {
    border-bottom: 2px solid #EBEDEE;
    margin: 20px 0 40px;
    padding-bottom: 40px;
}

.content-view-full.content-class-partner .resp-view .level,
.content-view-full.content-class-partner .resp-view .award {
    border-bottom: 0;
    margin: 0;
    padding: 10px 0 0;
}

.content-view-full.content-class-partner .resp-view .links p {
    margin: 0;
}

.content-view-full.content-class-partner h1 {
    margin: 10px 0;
}

.content-view-full.content-class-partner .references {
    border-top: 2px solid #EBEDEE;
    margin: 40px 0;
    padding-top: 40px;
}

.content-view-full.content-class-partner .references .reference img {
    margin-top: 0;
}

.content-view-full.content-class-partner .references .reference {
    margin-bottom: 25px;
}

.content-view-full.content-class-partner .location p {
    margin: 0;
}

.block-type-element.banner {
    display: flex;
    line-height: 3em;
}

.block-type-element.banner .title {
    color: #fff;
    padding-top: 50px;
    min-height: 415px;
}

.block-type-element.banner .banner {
    min-height: 415px;
}

.block-type-element.banner .title h1 {
    color: #fff;
    font-size: 27px;
    padding-bottom: 15px;
    font-weight: 400;
}

.block-type-element.banner .title h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 6vw;
    font-size: 35px;
}

.block-type-element.banner .title p {
    font-size: 20px;
    font-weight: 300;
}

.content-type-landing-page.banner,
.block-type-element.banner {
    background: linear-gradient(135deg, #f47920 0%, #f99d1c 100%);
}

.block-type-element.banner .btn-primary,
.content-error-page .btn.btn-primary {
    border: 2px solid #fff;
    background: transparent;
}

.block-type-element.banner .btn-primary:hover {
    background-color: #fff;
}

.block-type-element .header-sub {
    position: relative;
    z-index: 50;
    height: 550px;
    text-align: center;
}

.block-type-element .header-sub .background {
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

.block-type-element .header-sub .hero-unit h1,
.block-type-element .header-sub .hero-unit h2 {
    margin-top: 60px;
    margin-bottom: 60px;
    color: #63605d;
}

.block-type-element .header-sub .hero-unit h2 {
    font-size: 40px;
    font-weight: 700;
}

.block-type-element .header-sub .hero-unit p {
    margin-bottom: 10px !important;
    font-size: 21px;
    color: #63605d;
    line-height: 28px;
}

.block-type-element .header-sub .hero-unit.text-left .title,
.block-type-element .header-sub .hero-unit.text-left p {
    margin: 1em 0;
    text-align: left;
}

.block-type-element .header-sub .hero-unit.text-left p {
    padding-left: 1.5em;
}

.block-type-element .header-sub .hero-unit.text-left div.btn {
    margin-left: 1.5em;
}

.block-type-element .header-sub .hero-unit.text-right .title,
.block-type-element .header-sub .hero-unit.text-right p {
    margin: 1em 0;
    text-align: right;
    width: auto;
}

.block-type-element .header-sub .hero-unit.text-right p {
    padding-right: 1.5em;
}

.block-type-element .header-sub .hero-unit.text-right .btn {
    margin-right: 1.5em;
}

.block-type-element .header-sub .hero-unit.text-center .title {
    margin: 1em auto;
    text-align: center;
}

.block-type-element .banner-background-position-contain {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.block-type-element .banner-background-position-initial {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: initial;
}

.loc-en .block-type-element .header-sub .hero-unit .attribute-body {
    padding-top: 200px;
}

.loc-en .block-type-element .header-sub .hero-unit .attribute-body p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
}

.loc-en .block-type-element .hero-unit .attribute-body .call-to-action p {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.loc-en .block-type-element .header-sub .hero-unit h1,
.loc-en .block-type-element .header-sub .hero-unit h2,
.loc-en .block-type-element .header-sub .hero-unit h3,
.loc-en .block-type-element .header-sub .hero-unit h4 {
    margin-top: 0px;
    color: #fff;
}

.loc-en .block-type-element .header-sub .hero-unit h2 {
    margin-bottom: 20px;
}

.loc-en .block-type-element .header-sub .hero-unit h3 {
    margin-bottom: 15px;
}

form[name=ezno_marketing_demo] label {
    float: left;
    font-weight: bold;
}

form[name=ezno_marketing_demo] input[type=text],
form[name=ezno_marketing_demo] input[type=email] {
    color: #000;
}

form[name=ezno_marketing_demo] .form-control-checkbox-label {
    width: 300px;
    text-align: left;
    margin: 10px 0 0 20px;
}

form[name=ezno_marketing_demo] .form-control-checkbox {
    margin-top: 15px;
}

form[name=ezno_marketing_demo] button[type=submit] {
    margin-top: 30px;
}

form[name=ezno_marketing_demo] .g-recaptcha {
    margin: 40px 0 0 45px;
}

.marketing-demo-alert {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.marketing-demo-alert a:link,
.marketing-demo-alert a:visited {
    text-decoration: none;
}

.content-class-marketing-demo .form-group ul {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0;
    color: #ff0000;
}

.popup-video {
    display: inline-block;
    position: relative;
}

.popup-video img {
    display: block;
}

.popup-video i {
    z-index: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: inherit;
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .attribute-video .video-full-width {
        width: 60%;
    }

    .ezma-form label,
    [class*="content-class-"] div[id*='MAform-'] label {
        float: right !important;
    }

    .ezma-form form.maForm div.maFormComboHalf input.formText,
    .ezma-form form.maForm input.formText,
    .ezma-form form.maForm select,
    [class*="content-class-"] form.maForm div.maFormComboHalf input.formText,
    [class*="content-class-"] form.maForm input.formText,
    [class*="content-class-"] form.maForm select {
        width: 240px;
        display: inline;
        margin-left: 20px;
    }

    .ezma-form form.maForm button,
    [class*="content-class-"] form.maForm button {
        margin-left: 100px;
    }

    [class*="content-class-"] .block-type-element form.maForm button {
        margin-left: 0;
        float: right;
    }

    [class*="content-class-"] form.maForm textarea {
        min-width: 500px;
    }

    .content-class-landing-page-form form.maForm textarea {
        min-width: 390px;
    }

    .content-class-extension.ezma-form form.maForm label,
    [class*="content-class-"] .col-md-4 form.maForm label {
        max-width: 280px;
    }

    .footer-contact form.maForm input[type="text"] {
        width: 200px;
    }
}

@media (min-width: 991px) {
    .content-type-element.banner,
    .block-type-element.banner {
        min-height: 415px;
    }
}

@media (min-width: 991px) and (max-width: 1220px) {
    header .navbar .nav > li > a {
        padding: 29px 7px 27px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .ezma-form label,
    [class*="content-class-"] div[id*='MAform-'] label {
        float: right !important;
    }

    .ezma-form form.maForm div.maFormComboHalf input.formText,
    .ezma-form form.maForm input.formText,
    .ezma-form form.maForm select,
    [class*="content-class-"] form.maForm div.maFormComboHalf input.formText,
    [class*="content-class-"] form.maForm input.formText,
    [class*="content-class-"] form.maForm select {
        width: 185px;
        display: inline;
        margin-left: 20px;
    }

    .ezma-form form.maForm button,
    [class*="content-class-"] form.maForm button {
        margin-left: 20px;
    }

    [class*="content-class-"] .block-type-element form.maForm button {
        margin-left: 0;
        float: right;
    }

    .content-class-extension.ezma-form form.maForm label,
    [class*="content-class-"] .col-md-4 form.maForm label {
        max-width: 215px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact form.maForm input[type="text"] {
        width: 112px;
    }
}

@media (max-width: 1200px) {
    #footer .footer-content ul.locations li {
        border-top: none;
    }

    #footer .footer-content .container .col-md-4 {
        text-align: center;
        padding-left: 0;
    }

    .content-community .player {
        height: 530px;
        width: 100%;
    }

    .navbar .nav > li > a {
        padding: 29px 10px 27px;
    }

    #hub #header-social-connect {
        margin-right: 5px;
    }

    .nav li.dropdown .dropdown-menu > li.li-second-level-sub-items a {
        padding-left: 60px;
    }
}

@media (max-width: 900px) {
    .navbar .nav > li > a {
        font-size: 12px;
    }

    .nav li.dropdown .dropdown-menu > li.li-second-level-sub-items a {
        padding-left: 60px;
    }

    .navbar .btn-navbar {
        display: block;
        margin: 15px 15px 15px;
    }
}

@media screen and (max-width: 901px) {
    #hub {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .attribute-video .video-full-width {
        width: 100%;
    }

    .open .dropdown-menu {
        margin: 0 0 15px 0;
        padding: 0;
        position: absolute;
        border-radius: 0;
    }

    .open .dropdown-menu li:last-child a,
    .open .dropdown-menu li:first-child a {
        border-radius: 0;
    }

    body > .navbar-collapse .pull-left {
        float: left !important;
    }

    body > .navbar-collapse .nav > li.open > a {
        border-bottom: 2px solid #f05a22;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: none !important;
        color: #f05a22;
    }

    .open .dropdown-menu li span {
        display: block;
    }

    .open .dropdown-menu li span,
    .open .dropdown-menu li a {
        position: relative;
        padding: 10px 10px 10px 40px;
        background: none;
    }

    .open .dropdown-menu li a:hover {
        background: #DDD;
    }

    body > .navbar-collapse .navbar-right li:last-child #button-menu {
        text-align: center;
    }

    body > .navbar-collapse .navbar-right #button-menu .btn-orange {
        padding: 4px 26px 5px;
    }

    .dropdown-backdrop {
        display: none;
    }

    .open .dropdown-menu li.li-second-level.active a {
        background: #DDD;
    }

    .open .dropdown-menu li.li-second-level.active li a {
        background: none;
    }

    .open .dropdown-menu li.li-second-level.active li.active a {
        background: #DDD;
    }

    .open .dropdown-menu .menu_level_3 li a {
        padding: 10px 10px 10px 60px;
        display: block;
    }

    #header-3 .dropdown-menu {
        margin: 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
    }

    .open .dropdown-menu li.li-second-level-sub-items a {
        font-size: 12px;
        padding-left: 60px;
    }

    .dropdown-arrow {
        display: none;
    }

    .navbar-nav + .navbar-form.navbar-left,
    .navbar-form.navbar-right:last-child {
        width: 200px;
    }

    .navbar .btn-navbar {
        display: block;
        margin: 15px 15px 15px;
    }

    .block-type-element.block-view-standard.banner {
        min-height: 300px;
    }

    .block-type-element.block-view-standard.banner .title {
        padding-top: 0;
    }

    .block-type-element.block-view-standard.banner .title h1 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .website-switcher .action {
        margin-top: 5px;
        margin-bottom: 7px;
        margin-left: 16px;
    }
}

@media (max-width: 1000px) {
    .content-community .player {
        height: 406px;
    }
}

@media (max-width: 840px) {
    .content-community .player {
        height: 406px;
    }
}

@media (max-width: 568px) {
    .content-community .player {
        max-height: 280px;
    }
}

@media (max-width: 400px) {
    .content-community .player {
        max-height: 180px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px),
(min-width: 992px) and (max-width: 1080px),
(max-width: 870px) {
    .content-feed .col-sm-7 .quote:before {
        display: none;
    }
}

@media (width: 768px) {
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        margin-bottom: 5%;
    }
}

@media (min-width: 768px) {
    .content-3.v-center.row:before,
    .content-3 .v-center.row:before,
    .content-3.v-center.row:after,
    .content-3 .v-center.row:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .pagination-orange .pagination ul {
        display: inline-block;
        padding: 0;
    }

    .pagination-orange .pagination li.next {
        background: #f05a22;
        position: relative;
    }

    .footer-contact form.maForm input[type="text"] {
        width: 100%;
    }

    .navbar .btn-navbar {
        display: block;
        margin: 15px 15px 15px;
    }

    body > section,
    header,
    footer {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-12 .col-md-12,
    .col-md-12 .col-md-5,
    .col-md-12 .col-md-6 {
        padding: 0;
    }

    body > .navbar-collapse .languages li a {
        padding: 7px 5px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    body > .navbar-collapse .nav > li > a {
        padding-left: 15px;
    }

    body > .navbar-collapse .open .dropdown-menu li a {
        padding-left: 20px;
    }

    body > .navbar-collapse .open .dropdown-menu li.li-second-level-sub-items a {
        padding-left: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .content-view-full .attribute-header-block {
        font-size: 28px;
        padding-bottom: 20px !important;
    }

    .content-view-full ul li,
    .content-view-full p {
        font-size: 15px;
    }

    .content-class-frontpage .content-view-block_item.content-class-blog-post,
    .content-class-frontpage .content-view-block_item.content-class-article {
        min-height: initial;
        margin-bottom: 20px;
    }

    .block-call-to-action-toolbar > div[class^="col-md"] {
        padding-bottom: 40px;
    }

    .references-carousel div[class^="col-md"] {
        padding-bottom: 20px;
    }

    .content-community .features {
        margin-top: -52px;
    }

    .content-feed .col-sm-7 .quote {
        margin-bottom: 50px;
    }

    .block-type-elementblock .header-sub .hero-unit .title {
        font-size: 31px;
        line-height: 40px;
    }

    .block-type-elementblock .header-sub .hero-unit p {
        line-height: 20px;
    }

    .content-type-element.banner,
    .block-type-element.banner {
        min-height: 300px;
    }

    .container {
        width: auto;
    }

    .visible-xs.visible-sm {
        display: block !important;
    }

    .IN-widget,
    .social-share-button {
        margin: 10px;
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        width: 96%;
        margin: 0 2% 5%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 2%;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-fixed-top .navbar-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    header {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .content-3 p {
        margin-bottom: 34px;
    }

    .content-3.v-center,
    .content-3 .v-center {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .content-3.v-center.row,
    .content-3 .v-center.row {
        display: block;
        width: auto;
    }

    .content-3.v-center.row:before,
    .content-3 .v-center.row:before,
    .content-3.v-center.row:after,
    .content-3 .v-center.row:after {
        display: none;
    }

    .content-3.v-center.row > *,
    .content-3 .v-center.row > * {
        display: block;
        vertical-align: baseline;
    }

    .content-3 .img {
        text-align: center;
        margin-bottom: 30px;
    }

    .content-3 .delimiter {
        display: none;
    }

    .content-3 .features h6 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .footer-10 nav .span2 {
        float: left;
        width: 50%;
    }

    .footer-10 nav .span2 + .span2 + .span2 {
        clear: left;
        margin-top: 30px;
    }

    .footer-10 nav .span2 + .span2 + .span2 + .span2 {
        clear: none;
        margin-top: 30px;
    }

    .footer-10 .box {
        margin-top: 33px;
    }

    .footer-10 .subscribe-form .span4 {
        text-align: center;
    }

    .footer-10 .subscribe-form {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .landing-page-form-header-content-description {
        text-align: center;
    }

    .row.vcenter {
        display: block;
    }

    .content-view-full.class-folder .content-view-line.cards h2 {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .content-feed {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .content-feed .col-sm-7 .quote .quote-author {
        color: #7F8C8D;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 0;
    }

    .content-feed .col-sm-7 .quote .quote-author .quote-author-photo {
        margin-right: 10px;
    }

    .content-feed .col-sm-3 .quote .quote-author-photo {
        float: left;
        margin: 5px 10px 0 0;
        position: static;
    }

    .footer-10 .box {
        margin-top: 33px;
    }

    .footer-10 .box.box-first {
        margin-top: 0;
    }

    .footer-10 .brand {
        margin-bottom: 33px;
    }

    .footer-10 .subscribe-form input[type="text"],
    .footer-10 .subscribe-form .ani-placeholder {
        width: 100%;
        margin-bottom: 33px;
        line-height: 27px;
        font-size: 25px;
        font-weight: normal;
        color: inherit;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .content-community .player {
        max-height: 330px;
    }

    .background {
        -webkit-background-size: auto 200%;
           -moz-background-size: auto 200%;
             -o-background-size: auto 200%;
                background-size: auto 200%;
    }

    .content-3.v-center {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .content-3.v-center .img {
        margin-bottom: 10px;
    }

    .footer-10 {
        margin-top: 50px;
    }

    .loc-en .block-type-elementblock .header-sub .hero-unit .attribute-body p {
        font-size: 24px;
    }

    .content-view-line.cards .row {
        padding-bottom: 30px;
    }

    .content-view-full.content-class-blog-post .social-sharing .social-buttons {
        padding-bottom: 19px;
    }
}

@media screen and (max-width: 980px) {
    .block-right-menu .links .affix {
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .nav-pills > li{
        margin: 0 10px 10px 0 !important;
    }

    div.subnav ul.languages > li {
        float: left;
    }
}

@media (max-width: 1199px) {
    .block-type-element .banner-background-position-initial {
        background-size: contain;
    }
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
         -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
         -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
         -o-transition: -o-transform 0.3s ease;
            transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-video-player {
    overflow: auto;
    background: #fdfdf6;
    padding: 20px;
    max-width: 100%;
    border-radius: 6px;
}

.lity-hide {
    display: none;
}

#privacy-cookie-banner {
    background: #808080;
}

#privacy-cookie-banner .privacy-cookie-banner__btn {
    background: #ef5b2f;
    font-weight: normal;
    padding: 4px 15px 0 15px;
}

#privacy-cookie-banner .privacy-cookie-banner__btn:hover {
    background: #000;
    color: #fff;
}

#privacy-cookie-banner .privacy-cookie-banner__action {
    width: 240px;
}

#privacy-cookie-banner .privacy-cookie-banner__message p {
    font-size: 16px;
}

.privacy-cookie-banner {
    font-family: Tahoma;
    background: #006A8D;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    max-height: 0;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1024;
}

.privacy-cookie-banner--slide-down {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    max-height: 0;
}

.privacy-cookie-banner--slide-up {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 145px;
}

.privacy-cookie-banner__message {
    color: #fff;
    display: inline-block;
    padding: 15px 20px 0 20px;
    font-size: 16px;
}

.privacy-cookie-banner__btn {
    background: #FF6400;
    color: #fff;
    border: none;
    height: 30px;
    text-decoration: none;
}

.privacy-cookie-banner__btn:hover,
.privacy-cookie-banner__btn:focus {
    background: #FF7A00;
    color: #fff;
}

.privacy-cookie-banner__learn-more {
    margin-top: 14px;
    margin-left: 20px;
    margin-right: 50px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

.privacy-cookie-banner__learn-more:hover,
.privacy-cookie-banner__learn-more:focus {
    color: #FF6400;
    text-decoration: none;
}

.privacy-cookie-banner__close {
    color: #fff;
    margin-top: 21px;
    display: inline-block;
    opacity: 1;
    font-size: 10px;
    text-shadow: none;
    text-decoration: none;
}

.privacy-cookie-banner__close:hover,
.privacy-cookie-banner__close:focus {
    color: #FF6400;
    text-decoration: none;
}

.privacy-cookie-banner__action {
    height: 50px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    width: 220px;
}

.privacy-cookie-banner .btn {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 16px;
}

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

[class^="privacy-cookie-banner__icon-"],
[class*=" privacy-cookie-banner__icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.privacy-cookie-banner__icon-close:before {
    content: "\ea0f";
}
