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


/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5078c68513129feaeeb67d216ac631ef)
 * Config saved to config.json and https://gist.github.com/5078c68513129feaeeb67d216ac631ef
 */


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


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

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    -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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 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: #777777;
}

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 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

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

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

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

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

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

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

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;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.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';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -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-left: 15px;
    padding-right: 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.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .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.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .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.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

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

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

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    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;
}

.icon-3d_rotation:before {
    content: "\e84d";
}

.icon-ac_unit:before {
    content: "\eb3b";
}

.icon-alarm:before {
    content: "\e855";
}

.icon-access_alarms:before {
    content: "\e191";
}

.icon-schedule:before {
    content: "\e8b5";
}

.icon-accessibility:before {
    content: "\e84e";
}

.icon-accessible:before {
    content: "\e93c";
}

.icon-account_balance:before {
    content: "\e84f";
}

.icon-account_balance_wallet:before {
    content: "\e850";
}

.icon-account_box:before {
    content: "\e851";
}

.icon-account_circle:before {
    content: "\e853";
}

.icon-adb:before {
    content: "\e60e";
}

.icon-add:before {
    content: "\e145";
}

.icon-add_a_photo:before {
    content: "\e439";
}

.icon-alarm_add:before {
    content: "\e856";
}

.icon-add_alert:before {
    content: "\e003";
}

.icon-add_box:before {
    content: "\e146";
}

.icon-add_circle:before {
    content: "\e147";
}

.icon-control_point:before {
    content: "\e3ba";
}

.icon-add_location:before {
    content: "\e567";
}

.icon-add_shopping_cart:before {
    content: "\e854";
}

.icon-queue:before {
    content: "\e03c";
}

.icon-add_to_queue:before {
    content: "\e05c";
}

.icon-adjust:before {
    content: "\e39e";
}

.icon-airline_seat_flat:before {
    content: "\e630";
}

.icon-airline_seat_flat_angled:before {
    content: "\e631";
}

.icon-airline_seat_individual_suite:before {
    content: "\e632";
}

.icon-airline_seat_legroom_extra:before {
    content: "\e633";
}

.icon-airline_seat_legroom_normal:before {
    content: "\e634";
}

.icon-airline_seat_legroom_reduced:before {
    content: "\e635";
}

.icon-airline_seat_recline_extra:before {
    content: "\e636";
}

.icon-airline_seat_recline_normal:before {
    content: "\e637";
}

.icon-flight:before {
    content: "\e539";
}

.icon-airplanemode_inactive:before {
    content: "\e194";
}

.icon-airplay:before {
    content: "\e055";
}

.icon-airport_shuttle:before {
    content: "\eb3c";
}

.icon-alarm_off:before {
    content: "\e857";
}

.icon-alarm_on:before {
    content: "\e858";
}

.icon-album:before {
    content: "\e019";
}

.icon-all_inclusive:before {
    content: "\eb3d";
}

.icon-all_out:before {
    content: "\e93d";
}

.icon-android:before {
    content: "\e859";
}

.icon-announcement:before {
    content: "\e85a";
}

.icon-apps:before {
    content: "\e5c3";
}

.icon-archive:before {
    content: "\e149";
}

.icon-arrow_back:before {
    content: "\e5c4";
}

.icon-arrow_downward:before {
    content: "\e5db";
}

.icon-arrow_drop_down:before {
    content: "\e5c5";
}

.icon-arrow_drop_down_circle:before {
    content: "\e5c6";
}

.icon-arrow_drop_up:before {
    content: "\e5c7";
}

.icon-arrow_forward:before {
    content: "\e5c8";
}

.icon-arrow_upward:before {
    content: "\e5d8";
}

.icon-art_track:before {
    content: "\e060";
}

.icon-aspect_ratio:before {
    content: "\e85b";
}

.icon-poll:before {
    content: "\e801";
}

.icon-assignment:before {
    content: "\e85d";
}

.icon-assignment_ind:before {
    content: "\e85e";
}

.icon-assignment_late:before {
    content: "\e85f";
}

.icon-assignment_return:before {
    content: "\e860";
}

.icon-assignment_returned:before {
    content: "\e861";
}

.icon-assignment_turned_in:before {
    content: "\e862";
}

.icon-assistant:before {
    content: "\e39f";
}

.icon-flag2:before {
    content: "\e153";
}

.icon-attach_file:before {
    content: "\e226";
}

.icon-attach_money:before {
    content: "\e227";
}

.icon-attachment:before {
    content: "\e2bc";
}

.icon-audiotrack:before {
    content: "\e3a1";
}

.icon-autorenew:before {
    content: "\e863";
}

.icon-av_timer:before {
    content: "\e01b";
}

.icon-backspace:before {
    content: "\e14a";
}

.icon-cloud_upload:before {
    content: "\e2c3";
}

.icon-battery_alert:before {
    content: "\e19c";
}

.icon-battery_charging_full:before {
    content: "\e1a3";
}

.icon-battery_std:before {
    content: "\e1a5";
}

.icon-battery_unknown:before {
    content: "\e1a6";
}

.icon-beach_access:before {
    content: "\eb3e";
}

.icon-beenhere:before {
    content: "\e52d";
}

.icon-block:before {
    content: "\e14b";
}

.icon-bluetooth:before {
    content: "\e1a7";
}

.icon-bluetooth_searching:before {
    content: "\e1aa";
}

.icon-bluetooth_connected:before {
    content: "\e1a8";
}

.icon-bluetooth_disabled:before {
    content: "\e1a9";
}

.icon-blur_circular:before {
    content: "\e3a2";
}

.icon-blur_linear:before {
    content: "\e3a3";
}

.icon-blur_off:before {
    content: "\e3a4";
}

.icon-blur_on:before {
    content: "\e3a5";
}

.icon-class:before {
    content: "\e86e";
}

.icon-turned_in:before {
    content: "\e8e6";
}

.icon-turned_in_not:before {
    content: "\e8e7";
}

.icon-border_all:before {
    content: "\e228";
}

.icon-border_bottom:before {
    content: "\e229";
}

.icon-border_clear:before {
    content: "\e22a";
}

.icon-border_color:before {
    content: "\e22b";
}

.icon-border_horizontal:before {
    content: "\e22c";
}

.icon-border_inner:before {
    content: "\e22d";
}

.icon-border_left:before {
    content: "\e22e";
}

.icon-border_outer:before {
    content: "\e22f";
}

.icon-border_right:before {
    content: "\e230";
}

.icon-border_style:before {
    content: "\e231";
}

.icon-border_top:before {
    content: "\e232";
}

.icon-border_vertical:before {
    content: "\e233";
}

.icon-branding_watermark:before {
    content: "\e06b";
}

.icon-brightness_1:before {
    content: "\e3a6";
}

.icon-brightness_2:before {
    content: "\e3a7";
}

.icon-brightness_3:before {
    content: "\e3a8";
}

.icon-brightness_4:before {
    content: "\e3a9";
}

.icon-brightness_low:before {
    content: "\e1ad";
}

.icon-brightness_medium:before {
    content: "\e1ae";
}

.icon-brightness_high:before {
    content: "\e1ac";
}

.icon-brightness_auto:before {
    content: "\e1ab";
}

.icon-broken_image:before {
    content: "\e3ad";
}

.icon-brush:before {
    content: "\e3ae";
}

.icon-bubble_chart:before {
    content: "\e6dd";
}

.icon-bug_report:before {
    content: "\e868";
}

.icon-build:before {
    content: "\e869";
}

.icon-burst_mode:before {
    content: "\e43c";
}

.icon-domain:before {
    content: "\e7ee";
}

.icon-business_center:before {
    content: "\eb3f";
}

.icon-cached:before {
    content: "\e86a";
}

.icon-cake:before {
    content: "\e7e9";
}

.icon-phone:before {
    content: "\e0cd";
}

.icon-call_end:before {
    content: "\e0b1";
}

.icon-call_made:before {
    content: "\e0b2";
}

.icon-merge_type:before {
    content: "\e252";
}

.icon-call_missed:before {
    content: "\e0b4";
}

.icon-call_missed_outgoing:before {
    content: "\e0e4";
}

.icon-call_received:before {
    content: "\e0b5";
}

.icon-call_split:before {
    content: "\e0b6";
}

.icon-call_to_action:before {
    content: "\e06c";
}

.icon-camera2:before {
    content: "\e3af";
}

.icon-photo_camera:before {
    content: "\e412";
}

.icon-camera_enhance:before {
    content: "\e8fc";
}

.icon-camera_front:before {
    content: "\e3b1";
}

.icon-camera_rear:before {
    content: "\e3b2";
}

.icon-camera_roll:before {
    content: "\e3b3";
}

.icon-cancel2:before {
    content: "\e5c9";
}

.icon-redeem:before {
    content: "\e8b1";
}

.icon-card_membership:before {
    content: "\e8f7";
}

.icon-card_travel:before {
    content: "\e8f8";
}

.icon-casino:before {
    content: "\eb40";
}

.icon-cast:before {
    content: "\e307";
}

.icon-cast_connected:before {
    content: "\e308";
}

.icon-center_focus_strong:before {
    content: "\e3b4";
}

.icon-center_focus_weak:before {
    content: "\e3b5";
}

.icon-change_history:before {
    content: "\e86b";
}

.icon-chat:before {
    content: "\e0b7";
}

.icon-chat_bubble:before {
    content: "\e0ca";
}

.icon-chat_bubble_outline:before {
    content: "\e0cb";
}

.icon-check:before {
    content: "\e5ca";
}

.icon-check_box:before {
    content: "\e834";
}

.icon-check_box_outline_blank:before {
    content: "\e835";
}

.icon-check_circle:before {
    content: "\e86c";
}

.icon-navigate_before:before {
    content: "\e408";
}

.icon-navigate_next:before {
    content: "\e409";
}

.icon-child_care:before {
    content: "\eb41";
}

.icon-child_friendly:before {
    content: "\eb42";
}

.icon-chrome_reader_mode:before {
    content: "\e86d";
}

.icon-close:before {
    content: "\e5cd";
}

.icon-clear_all:before {
    content: "\e0b8";
}

.icon-closed_caption:before {
    content: "\e01c";
}

.icon-wb_cloudy:before {
    content: "\e42d";
}

.icon-cloud_circle:before {
    content: "\e2be";
}

.icon-cloud_done:before {
    content: "\e2bf";
}

.icon-cloud_download:before {
    content: "\e2c0";
}

.icon-cloud_off:before {
    content: "\e2c1";
}

.icon-cloud_queue:before {
    content: "\e2c2";
}

.icon-code:before {
    content: "\e86f";
}

.icon-photo_library:before {
    content: "\e413";
}

.icon-collections_bookmark:before {
    content: "\e431";
}

.icon-palette:before {
    content: "\e40a";
}

.icon-colorize:before {
    content: "\e3b8";
}

.icon-comment:before {
    content: "\e0b9";
}

.icon-compare:before {
    content: "\e3b9";
}

.icon-compare_arrows:before {
    content: "\e93e";
}

.icon-laptop:before {
    content: "\e31e";
}

.icon-confirmation_number:before {
    content: "\e638";
}

.icon-contact_mail:before {
    content: "\e0d0";
}

.icon-contact_phone:before {
    content: "\e0cf";
}

.icon-contacts:before {
    content: "\e0ba";
}

.icon-content_copy:before {
    content: "\e14d";
}

.icon-content_cut:before {
    content: "\e14e";
}

.icon-content_paste:before {
    content: "\e14f";
}

.icon-control_point_duplicate:before {
    content: "\e3bb";
}

.icon-copyright:before {
    content: "\e93f";
}

.icon-mode_edit:before {
    content: "\e254";
}

.icon-create_new_folder:before {
    content: "\e2cc";
}

.icon-payment:before {
    content: "\e8a1";
}

.icon-crop:before {
    content: "\e3be";
}

.icon-crop_16_9:before {
    content: "\e3bc";
}

.icon-crop_3_2:before {
    content: "\e3bd";
}

.icon-crop_landscape:before {
    content: "\e3c3";
}

.icon-crop_7_5:before {
    content: "\e3c0";
}

.icon-crop_din:before {
    content: "\e3c1";
}

.icon-crop_free:before {
    content: "\e3c2";
}

.icon-crop_original:before {
    content: "\e3c4";
}

.icon-crop_portrait:before {
    content: "\e3c5";
}

.icon-crop_rotate:before {
    content: "\e437";
}

.icon-crop_square:before {
    content: "\e3c6";
}

.icon-dashboard2:before {
    content: "\e871";
}

.icon-data_usage:before {
    content: "\e1af";
}

.icon-date_range:before {
    content: "\e940";
}

.icon-dehaze:before {
    content: "\e3c7";
}

.icon-delete:before {
    content: "\e872";
}

.icon-delete_forever:before {
    content: "\e941";
}

.icon-delete_sweep:before {
    content: "\e16c";
}

.icon-description:before {
    content: "\e873";
}

.icon-desktop_mac:before {
    content: "\e30b";
}

.icon-desktop_windows:before {
    content: "\e30c";
}

.icon-details:before {
    content: "\e3c8";
}

.icon-developer_board:before {
    content: "\e30d";
}

.icon-developer_mode:before {
    content: "\e1b0";
}

.icon-device_hub:before {
    content: "\e335";
}

.icon-phonelink:before {
    content: "\e326";
}

.icon-devices_other:before {
    content: "\e337";
}

.icon-dialer_sip:before {
    content: "\e0bb";
}

.icon-dialpad:before {
    content: "\e0bc";
}

.icon-directions:before {
    content: "\e52e";
}

.icon-directions_bike:before {
    content: "\e52f";
}

.icon-directions_boat:before {
    content: "\e532";
}

.icon-directions_bus:before {
    content: "\e530";
}

.icon-directions_car:before {
    content: "\e531";
}

.icon-directions_railway:before {
    content: "\e534";
}

.icon-directions_run:before {
    content: "\e566";
}

.icon-directions_transit:before {
    content: "\e535";
}

.icon-directions_walk:before {
    content: "\e536";
}

.icon-disc_full:before {
    content: "\e610";
}

.icon-dns:before {
    content: "\e875";
}

.icon-not_interested:before {
    content: "\e033";
}

.icon-do_not_disturb_alt:before {
    content: "\e611";
}

.icon-do_not_disturb_off:before {
    content: "\e643";
}

.icon-remove_circle:before {
    content: "\e15c";
}

.icon-dock:before {
    content: "\e30e";
}

.icon-done:before {
    content: "\e876";
}

.icon-done_all:before {
    content: "\e877";
}

.icon-donut_large:before {
    content: "\e942";
}

.icon-donut_small:before {
    content: "\e943";
}

.icon-drafts:before {
    content: "\e151";
}

.icon-drag_handle:before {
    content: "\e25d";
}

.icon-time_to_leave:before {
    content: "\e62c";
}

.icon-dvr:before {
    content: "\e1b2";
}

.icon-edit_location:before {
    content: "\e568";
}

.icon-eject:before {
    content: "\e8fb";
}

.icon-markunread:before {
    content: "\e159";
}

.icon-enhanced_encryption:before {
    content: "\e63f";
}

.icon-equalizer:before {
    content: "\e01d";
}

.icon-error:before {
    content: "\e000";
}

.icon-error_outline:before {
    content: "\e001";
}

.icon-euro_symbol:before {
    content: "\e944";
}

.icon-ev_station:before {
    content: "\e56d";
}

.icon-insert_invitation:before {
    content: "\e24f";
}

.icon-event_available:before {
    content: "\e614";
}

.icon-event_busy:before {
    content: "\e615";
}

.icon-event_note:before {
    content: "\e616";
}

.icon-event_seat:before {
    content: "\e945";
}

.icon-exit_to_app:before {
    content: "\e879";
}

.icon-expand_less:before {
    content: "\e5ce";
}

.icon-expand_more:before {
    content: "\e5cf";
}

.icon-explicit:before {
    content: "\e01e";
}

.icon-explore:before {
    content: "\e87a";
}

.icon-exposure:before {
    content: "\e3ca";
}

.icon-exposure_neg_1:before {
    content: "\e3cb";
}

.icon-exposure_neg_2:before {
    content: "\e3cc";
}

.icon-exposure_plus_1:before {
    content: "\e3cd";
}

.icon-exposure_plus_2:before {
    content: "\e3ce";
}

.icon-exposure_zero:before {
    content: "\e3cf";
}

.icon-extension:before {
    content: "\e87b";
}

.icon-face:before {
    content: "\e87c";
}

.icon-fast_forward:before {
    content: "\e01f";
}

.icon-fast_rewind:before {
    content: "\e020";
}

.icon-favorite:before {
    content: "\e87d";
}

.icon-favorite_border:before {
    content: "\e87e";
}

.icon-featured_play_list:before {
    content: "\e06d";
}

.icon-featured_video:before {
    content: "\e06e";
}

.icon-sms_failed:before {
    content: "\e626";
}

.icon-fiber_dvr:before {
    content: "\e05d";
}

.icon-fiber_manual_record:before {
    content: "\e061";
}

.icon-fiber_new:before {
    content: "\e05e";
}

.icon-fiber_pin:before {
    content: "\e06a";
}

.icon-fiber_smart_record:before {
    content: "\e062";
}

.icon-get_app:before {
    content: "\e884";
}

.icon-file_upload:before {
    content: "\e2c6";
}

.icon-filter:before {
    content: "\e3d3";
}

.icon-filter_1:before {
    content: "\e3d0";
}

.icon-filter_2:before {
    content: "\e3d1";
}

.icon-filter_3:before {
    content: "\e3d2";
}

.icon-filter_4:before {
    content: "\e3d4";
}

.icon-filter_5:before {
    content: "\e3d5";
}

.icon-filter_6:before {
    content: "\e3d6";
}

.icon-filter_7:before {
    content: "\e3d7";
}

.icon-filter_8:before {
    content: "\e3d8";
}

.icon-filter_9:before {
    content: "\e3d9";
}

.icon-filter_9_plus:before {
    content: "\e3da";
}

.icon-filter_b_and_w:before {
    content: "\e3db";
}

.icon-filter_center_focus:before {
    content: "\e3dc";
}

.icon-filter_drama:before {
    content: "\e3dd";
}

.icon-filter_frames:before {
    content: "\e3de";
}

.icon-terrain:before {
    content: "\e564";
}

.icon-filter_list:before {
    content: "\e152";
}

.icon-filter_none:before {
    content: "\e3e0";
}

.icon-filter_tilt_shift:before {
    content: "\e3e2";
}

.icon-filter_vintage:before {
    content: "\e3e3";
}

.icon-find_in_page:before {
    content: "\e880";
}

.icon-find_replace:before {
    content: "\e881";
}

.icon-fingerprint:before {
    content: "\e946";
}

.icon-first_page:before {
    content: "\e5dc";
}

.icon-fitness_center:before {
    content: "\eb43";
}

.icon-flare:before {
    content: "\e3e4";
}

.icon-flash_auto:before {
    content: "\e3e5";
}

.icon-flash_off:before {
    content: "\e3e6";
}

.icon-flash_on:before {
    content: "\e3e7";
}

.icon-flight_land:before {
    content: "\e947";
}

.icon-flight_takeoff:before {
    content: "\e948";
}

.icon-flip:before {
    content: "\e3e8";
}

.icon-flip_to_back:before {
    content: "\e882";
}

.icon-flip_to_front:before {
    content: "\e883";
}

.icon-folder2:before {
    content: "\e2c7";
}

.icon-folder_open:before {
    content: "\e2c8";
}

.icon-folder_shared:before {
    content: "\e2c9";
}

.icon-folder_special:before {
    content: "\e617";
}

.icon-font_download:before {
    content: "\e167";
}

.icon-format_align_center:before {
    content: "\e234";
}

.icon-format_align_justify:before {
    content: "\e235";
}

.icon-format_align_left:before {
    content: "\e236";
}

.icon-format_align_right:before {
    content: "\e237";
}

.icon-format_bold:before {
    content: "\e238";
}

.icon-format_clear:before {
    content: "\e239";
}

.icon-format_color_fill:before {
    content: "\e23a";
}

.icon-format_color_reset:before {
    content: "\e23b";
}

.icon-format_color_text:before {
    content: "\e23c";
}

.icon-format_indent_decrease:before {
    content: "\e23d";
}

.icon-format_indent_increase:before {
    content: "\e23e";
}

.icon-format_italic:before {
    content: "\e23f";
}

.icon-format_line_spacing:before {
    content: "\e240";
}

.icon-format_list_bulleted:before {
    content: "\e241";
}

.icon-format_list_numbered:before {
    content: "\e242";
}

.icon-format_paint:before {
    content: "\e243";
}

.icon-format_quote:before {
    content: "\e244";
}

.icon-format_shapes:before {
    content: "\e25e";
}

.icon-format_size:before {
    content: "\e245";
}

.icon-format_strikethrough:before {
    content: "\e246";
}

.icon-format_textdirection_l_to_r:before {
    content: "\e247";
}

.icon-format_textdirection_r_to_l:before {
    content: "\e248";
}

.icon-format_underlined:before {
    content: "\e249";
}

.icon-question_answer:before {
    content: "\e8af";
}

.icon-forward2:before {
    content: "\e154";
}

.icon-forward_10:before {
    content: "\e056";
}

.icon-forward_30:before {
    content: "\e057";
}

.icon-forward_5:before {
    content: "\e058";
}

.icon-free_breakfast:before {
    content: "\eb44";
}

.icon-fullscreen:before {
    content: "\e5d0";
}

.icon-fullscreen_exit:before {
    content: "\e5d1";
}

.icon-functions:before {
    content: "\e24a";
}

.icon-g_translate:before {
    content: "\e949";
}

.icon-games:before {
    content: "\e021";
}

.icon-gavel:before {
    content: "\e94a";
}

.icon-gesture:before {
    content: "\e155";
}

.icon-gif:before {
    content: "\e94b";
}

.icon-goat:before {
    content: "\e94c";
}

.icon-golf_course:before {
    content: "\eb45";
}

.icon-my_location:before {
    content: "\e55c";
}

.icon-location_searching:before {
    content: "\e1b7";
}

.icon-location_disabled:before {
    content: "\e1b6";
}

.icon-star:before {
    content: "\e838";
}

.icon-gradient:before {
    content: "\e3e9";
}

.icon-grain:before {
    content: "\e3ea";
}

.icon-graphic_eq:before {
    content: "\e1b8";
}

.icon-grid_off:before {
    content: "\e3eb";
}

.icon-grid_on:before {
    content: "\e3ec";
}

.icon-people:before {
    content: "\e7fb";
}

.icon-group_add:before {
    content: "\e7f0";
}

.icon-group_work:before {
    content: "\e886";
}

.icon-hd:before {
    content: "\e052";
}

.icon-hdr_off:before {
    content: "\e3ed";
}

.icon-hdr_on:before {
    content: "\e3ee";
}

.icon-hdr_strong:before {
    content: "\e3f1";
}

.icon-hdr_weak:before {
    content: "\e3f2";
}

.icon-headset:before {
    content: "\e310";
}

.icon-headset_mic:before {
    content: "\e311";
}

.icon-healing:before {
    content: "\e3f3";
}

.icon-hearing:before {
    content: "\e023";
}

.icon-help:before {
    content: "\e887";
}

.icon-help_outline:before {
    content: "\e8fd";
}

.icon-high_quality:before {
    content: "\e024";
}

.icon-highlight:before {
    content: "\e25f";
}

.icon-highlight_off:before {
    content: "\e888";
}

.icon-restore:before {
    content: "\e8b3";
}

.icon-home2:before {
    content: "\e88a";
}

.icon-hot_tub:before {
    content: "\eb46";
}

.icon-local_hotel:before {
    content: "\e549";
}

.icon-hourglass_empty:before {
    content: "\e88b";
}

.icon-hourglass_full:before {
    content: "\e88c";
}

.icon-http:before {
    content: "\e94d";
}

.icon-lock:before {
    content: "\e897";
}

.icon-photo:before {
    content: "\e410";
}

.icon-image_aspect_ratio:before {
    content: "\e3f5";
}

.icon-import_contacts:before {
    content: "\e0e0";
}

.icon-import_export:before {
    content: "\e0c3";
}

.icon-important_devices:before {
    content: "\e94e";
}

.icon-inbox:before {
    content: "\e156";
}

.icon-indeterminate_check_box:before {
    content: "\e94f";
}

.icon-info:before {
    content: "\e88e";
}

.icon-info_outline:before {
    content: "\e88f";
}

.icon-input:before {
    content: "\e890";
}

.icon-insert_comment:before {
    content: "\e24c";
}

.icon-insert_drive_file:before {
    content: "\e24d";
}

.icon-tag_faces:before {
    content: "\e420";
}

.icon-link:before {
    content: "\e157";
}

.icon-invert_colors:before {
    content: "\e891";
}

.icon-invert_colors_off:before {
    content: "\e0c4";
}

.icon-iso:before {
    content: "\e3f6";
}

.icon-keyboard:before {
    content: "\e312";
}

.icon-keyboard_arrow_down:before {
    content: "\e313";
}

.icon-keyboard_arrow_left:before {
    content: "\e314";
}

.icon-keyboard_arrow_right:before {
    content: "\e315";
}

.icon-keyboard_arrow_up:before {
    content: "\e316";
}

.icon-keyboard_backspace:before {
    content: "\e317";
}

.icon-keyboard_capslock:before {
    content: "\e318";
}

.icon-keyboard_hide:before {
    content: "\e31a";
}

.icon-keyboard_return:before {
    content: "\e31b";
}

.icon-keyboard_tab:before {
    content: "\e31c";
}

.icon-keyboard_voice:before {
    content: "\e31d";
}

.icon-kitchen:before {
    content: "\eb47";
}

.icon-label:before {
    content: "\e892";
}

.icon-label_outline:before {
    content: "\e893";
}

.icon-language:before {
    content: "\e894";
}

.icon-laptop_chromebook:before {
    content: "\e31f";
}

.icon-laptop_mac:before {
    content: "\e320";
}

.icon-laptop_windows:before {
    content: "\e321";
}

.icon-last_page:before {
    content: "\e5dd";
}

.icon-open_in_new:before {
    content: "\e89e";
}

.icon-layers:before {
    content: "\e53b";
}

.icon-layers_clear:before {
    content: "\e53c";
}

.icon-leak_add:before {
    content: "\e3f8";
}

.icon-leak_remove:before {
    content: "\e3f9";
}

.icon-lens:before {
    content: "\e3fa";
}

.icon-library_books:before {
    content: "\e02f";
}

.icon-library_music:before {
    content: "\e030";
}

.icon-lightbulb_outline:before {
    content: "\e950";
}

.icon-line_style:before {
    content: "\e951";
}

.icon-line_weight:before {
    content: "\e952";
}

.icon-linear_scale:before {
    content: "\e260";
}

.icon-linked_camera:before {
    content: "\e438";
}

.icon-list:before {
    content: "\e896";
}

.icon-live_help:before {
    content: "\e0c6";
}

.icon-live_tv:before {
    content: "\e639";
}

.icon-local_play:before {
    content: "\e553";
}

.icon-local_airport:before {
    content: "\e53d";
}

.icon-local_atm:before {
    content: "\e53e";
}

.icon-local_bar:before {
    content: "\e540";
}

.icon-local_cafe:before {
    content: "\e541";
}

.icon-local_car_wash:before {
    content: "\e542";
}

.icon-local_convenience_store:before {
    content: "\e543";
}

.icon-restaurant_menu:before {
    content: "\e561";
}

.icon-local_drink:before {
    content: "\e544";
}

.icon-local_florist:before {
    content: "\e545";
}

.icon-local_gas_station:before {
    content: "\e546";
}

.icon-shopping_cart:before {
    content: "\e8cc";
}

.icon-local_hospital:before {
    content: "\e548";
}

.icon-local_laundry_service:before {
    content: "\e54a";
}

.icon-local_library:before {
    content: "\e54b";
}

.icon-local_mall:before {
    content: "\e54c";
}

.icon-theaters:before {
    content: "\e8da";
}

.icon-local_offer:before {
    content: "\e54e";
}

.icon-local_parking:before {
    content: "\e54f";
}

.icon-local_pharmacy:before {
    content: "\e550";
}

.icon-local_pizza:before {
    content: "\e552";
}

.icon-print:before {
    content: "\e8ad";
}

.icon-local_shipping:before {
    content: "\e558";
}

.icon-local_taxi:before {
    content: "\e559";
}

.icon-location_city:before {
    content: "\e7f1";
}

.icon-location_off:before {
    content: "\e0c7";
}

.icon-room:before {
    content: "\e8b4";
}

.icon-lock_open:before {
    content: "\e898";
}

.icon-lock_outline:before {
    content: "\e899";
}

.icon-looks:before {
    content: "\e3fc";
}

.icon-looks_3:before {
    content: "\e3fb";
}

.icon-looks_4:before {
    content: "\e3fd";
}

.icon-looks_5:before {
    content: "\e3fe";
}

.icon-looks_6:before {
    content: "\e3ff";
}

.icon-looks_one:before {
    content: "\e400";
}

.icon-looks_two:before {
    content: "\e401";
}

.icon-sync:before {
    content: "\e627";
}

.icon-loupe:before {
    content: "\e402";
}

.icon-low_priority:before {
    content: "\e16d";
}

.icon-loyalty:before {
    content: "\e89a";
}

.icon-mail_outline:before {
    content: "\e0e1";
}

.icon-map:before {
    content: "\e55b";
}

.icon-markunread_mailbox:before {
    content: "\e89b";
}

.icon-memory:before {
    content: "\e322";
}

.icon-menu:before {
    content: "\e5d2";
}

.icon-message:before {
    content: "\e0c9";
}

.icon-mic:before {
    content: "\e029";
}

.icon-mic_none:before {
    content: "\e02a";
}

.icon-mic_off:before {
    content: "\e02b";
}

.icon-mms:before {
    content: "\e618";
}

.icon-mode_comment:before {
    content: "\e253";
}

.icon-monetization_on:before {
    content: "\e263";
}

.icon-money_off:before {
    content: "\e25c";
}

.icon-monochrome_photos:before {
    content: "\e403";
}

.icon-mood_bad:before {
    content: "\e7f3";
}

.icon-more:before {
    content: "\e619";
}

.icon-more_horiz:before {
    content: "\e5d3";
}

.icon-more_vert:before {
    content: "\e5d4";
}

.icon-motorcycle:before {
    content: "\e953";
}

.icon-mouse:before {
    content: "\e323";
}

.icon-move_to_inbox:before {
    content: "\e168";
}

.icon-movie_creation:before {
    content: "\e404";
}

.icon-movie_filter:before {
    content: "\e43a";
}

.icon-multiline_chart:before {
    content: "\e6df";
}

.icon-music_note:before {
    content: "\e405";
}

.icon-music_video:before {
    content: "\e063";
}

.icon-nature:before {
    content: "\e406";
}

.icon-nature_people:before {
    content: "\e407";
}

.icon-navigation:before {
    content: "\e55d";
}

.icon-near_me:before {
    content: "\e569";
}

.icon-network_cell:before {
    content: "\e1b9";
}

.icon-network_check:before {
    content: "\e640";
}

.icon-network_locked:before {
    content: "\e61a";
}

.icon-network_wifi:before {
    content: "\e1ba";
}

.icon-new_releases:before {
    content: "\e031";
}

.icon-next_week:before {
    content: "\e16a";
}

.icon-nfc:before {
    content: "\e1bb";
}

.icon-no_encryption:before {
    content: "\e641";
}

.icon-signal_cellular_no_sim:before {
    content: "\e1ce";
}

.icon-note:before {
    content: "\e06f";
}

.icon-note_add:before {
    content: "\e89c";
}

.icon-notifications:before {
    content: "\e7f4";
}

.icon-notifications_active:before {
    content: "\e7f7";
}

.icon-notifications_none:before {
    content: "\e7f5";
}

.icon-notifications_off:before {
    content: "\e7f6";
}

.icon-notifications_paused:before {
    content: "\e7f8";
}

.icon-offline_pin:before {
    content: "\e954";
}

.icon-ondemand_video:before {
    content: "\e63a";
}

.icon-opacity:before {
    content: "\e955";
}

.icon-open_in_browser:before {
    content: "\e89d";
}

.icon-open_with:before {
    content: "\e89f";
}

.icon-pages:before {
    content: "\e7f9";
}

.icon-pageview:before {
    content: "\e8a0";
}

.icon-pan_tool:before {
    content: "\e956";
}

.icon-panorama:before {
    content: "\e40b";
}

.icon-radio_button_unchecked:before {
    content: "\e836";
}

.icon-panorama_horizontal:before {
    content: "\e40d";
}

.icon-panorama_vertical:before {
    content: "\e40e";
}

.icon-panorama_wide_angle:before {
    content: "\e40f";
}

.icon-party_mode:before {
    content: "\e7fa";
}

.icon-pause:before {
    content: "\e034";
}

.icon-pause_circle_filled:before {
    content: "\e035";
}

.icon-pause_circle_outline:before {
    content: "\e036";
}

.icon-people_outline:before {
    content: "\e7fc";
}

.icon-perm_camera_mic:before {
    content: "\e8a2";
}

.icon-perm_contact_calendar:before {
    content: "\e8a3";
}

.icon-perm_data_setting:before {
    content: "\e8a4";
}

.icon-perm_device_information:before {
    content: "\e8a5";
}

.icon-person_outline:before {
    content: "\e7ff";
}

.icon-perm_media:before {
    content: "\e8a7";
}

.icon-perm_phone_msg:before {
    content: "\e8a8";
}

.icon-perm_scan_wifi:before {
    content: "\e8a9";
}

.icon-person:before {
    content: "\e7fd";
}

.icon-person_add:before {
    content: "\e7fe";
}

.icon-person_pin:before {
    content: "\e55a";
}

.icon-person_pin_circle:before {
    content: "\e56a";
}

.icon-personal_video:before {
    content: "\e63b";
}

.icon-pets:before {
    content: "\e957";
}

.icon-phone_android:before {
    content: "\e324";
}

.icon-phone_bluetooth_speaker:before {
    content: "\e61b";
}

.icon-phone_forwarded:before {
    content: "\e61c";
}

.icon-phone_in_talk:before {
    content: "\e61d";
}

.icon-phone_iphone:before {
    content: "\e325";
}

.icon-phone_locked:before {
    content: "\e61e";
}

.icon-phone_missed:before {
    content: "\e61f";
}

.icon-phone_paused:before {
    content: "\e620";
}

.icon-phonelink_erase:before {
    content: "\e0db";
}

.icon-phonelink_lock:before {
    content: "\e0dc";
}

.icon-phonelink_off:before {
    content: "\e327";
}

.icon-phonelink_ring:before {
    content: "\e0dd";
}

.icon-phonelink_setup:before {
    content: "\e0de";
}

.icon-photo_album:before {
    content: "\e411";
}

.icon-photo_filter:before {
    content: "\e43b";
}

.icon-photo_size_select_actual:before {
    content: "\e432";
}

.icon-photo_size_select_large:before {
    content: "\e433";
}

.icon-photo_size_select_small:before {
    content: "\e434";
}

.icon-picture_as_pdf:before {
    content: "\e415";
}

.icon-picture_in_picture:before {
    content: "\e8aa";
}

.icon-picture_in_picture_alt:before {
    content: "\e958";
}

.icon-pie_chart:before {
    content: "\e6c4";
}

.icon-pie_chart_outlined:before {
    content: "\e6c5";
}

.icon-pin_drop:before {
    content: "\e55e";
}

.icon-play_arrow:before {
    content: "\e037";
}

.icon-play_circle_filled:before {
    content: "\e038";
}

.icon-play_circle_outline:before {
    content: "\e039";
}

.icon-play_for_work:before {
    content: "\e959";
}

.icon-playlist_add:before {
    content: "\e03b";
}

.icon-playlist_add_check:before {
    content: "\e065";
}

.icon-playlist_play:before {
    content: "\e05f";
}

.icon-plus_one:before {
    content: "\e800";
}

.icon-polymer:before {
    content: "\e8ab";
}

.icon-pool:before {
    content: "\eb48";
}

.icon-portable_wifi_off:before {
    content: "\e0ce";
}

.icon-portrait:before {
    content: "\e416";
}

.icon-power:before {
    content: "\e63c";
}

.icon-power_input:before {
    content: "\e336";
}

.icon-power_settings_new:before {
    content: "\e8ac";
}

.icon-pregnant_woman:before {
    content: "\e95a";
}

.icon-present_to_all:before {
    content: "\e0df";
}

.icon-priority_high:before {
    content: "\e645";
}

.icon-public:before {
    content: "\e80b";
}

.icon-publish:before {
    content: "\e255";
}

.icon-queue_music:before {
    content: "\e03d";
}

.icon-queue_play_next:before {
    content: "\e066";
}

.icon-radio:before {
    content: "\e03e";
}

.icon-radio_button_checked:before {
    content: "\e837";
}

.icon-rate_review:before {
    content: "\e560";
}

.icon-receipt:before {
    content: "\e8b0";
}

.icon-recent_actors:before {
    content: "\e03f";
}

.icon-record_voice_over:before {
    content: "\e95b";
}

.icon-redo:before {
    content: "\e15a";
}

.icon-refresh2:before {
    content: "\e5d5";
}

.icon-remove:before {
    content: "\e15b";
}

.icon-remove_circle_outline:before {
    content: "\e15d";
}

.icon-remove_from_queue:before {
    content: "\e067";
}

.icon-visibility:before {
    content: "\e8f4";
}

.icon-remove_shopping_cart:before {
    content: "\e95c";
}

.icon-reorder:before {
    content: "\e8fe";
}

.icon-repeat:before {
    content: "\e040";
}

.icon-repeat_one:before {
    content: "\e041";
}

.icon-replay:before {
    content: "\e042";
}

.icon-replay_10:before {
    content: "\e059";
}

.icon-replay_30:before {
    content: "\e05a";
}

.icon-replay_5:before {
    content: "\e05b";
}

.icon-reply2:before {
    content: "\e15e";
}

.icon-reply_all:before {
    content: "\e15f";
}

.icon-report:before {
    content: "\e160";
}

.icon-warning:before {
    content: "\e002";
}

.icon-restaurant:before {
    content: "\e56c";
}

.icon-restore_page:before {
    content: "\e95d";
}

.icon-ring_volume:before {
    content: "\e0d1";
}

.icon-room_service:before {
    content: "\eb49";
}

.icon-rotate_90_degrees_ccw:before {
    content: "\e418";
}

.icon-rotate_left:before {
    content: "\e419";
}

.icon-rotate_right:before {
    content: "\e41a";
}

.icon-rounded_corner:before {
    content: "\e95e";
}

.icon-router:before {
    content: "\e328";
}

.icon-rowing:before {
    content: "\e95f";
}

.icon-rss_feed:before {
    content: "\e0e5";
}

.icon-rv_hookup:before {
    content: "\e642";
}

.icon-satellite:before {
    content: "\e562";
}

.icon-save:before {
    content: "\e161";
}

.icon-scanner:before {
    content: "\e329";
}

.icon-school:before {
    content: "\e80c";
}

.icon-screen_lock_landscape:before {
    content: "\e1be";
}

.icon-screen_lock_portrait:before {
    content: "\e1bf";
}

.icon-screen_lock_rotation:before {
    content: "\e1c0";
}

.icon-screen_rotation:before {
    content: "\e1c1";
}

.icon-screen_share:before {
    content: "\e0e2";
}

.icon-sd_storage:before {
    content: "\e1c2";
}

.icon-search2:before {
    content: "\e8b6";
}

.icon-security:before {
    content: "\e32a";
}

.icon-select_all:before {
    content: "\e162";
}

.icon-send:before {
    content: "\e163";
}

.icon-sentiment_dissatisfied:before {
    content: "\e811";
}

.icon-sentiment_neutral:before {
    content: "\e812";
}

.icon-sentiment_satisfied:before {
    content: "\e813";
}

.icon-sentiment_very_dissatisfied:before {
    content: "\e814";
}

.icon-sentiment_very_satisfied:before {
    content: "\e815";
}

.icon-settings:before {
    content: "\e8b8";
}

.icon-settings_applications:before {
    content: "\e8b9";
}

.icon-settings_backup_restore:before {
    content: "\e8ba";
}

.icon-settings_bluetooth:before {
    content: "\e8bb";
}

.icon-settings_brightness:before {
    content: "\e8bd";
}

.icon-settings_cell:before {
    content: "\e8bc";
}

.icon-settings_ethernet:before {
    content: "\e8be";
}

.icon-settings_input_antenna:before {
    content: "\e8bf";
}

.icon-settings_input_composite:before {
    content: "\e8c1";
}

.icon-settings_input_hdmi:before {
    content: "\e8c2";
}

.icon-settings_input_svideo:before {
    content: "\e8c3";
}

.icon-settings_overscan:before {
    content: "\e8c4";
}

.icon-settings_phone:before {
    content: "\e8c5";
}

.icon-settings_power:before {
    content: "\e8c6";
}

.icon-settings_remote:before {
    content: "\e8c7";
}

.icon-settings_system_daydream:before {
    content: "\e1c3";
}

.icon-settings_voice:before {
    content: "\e8c8";
}

.icon-share:before {
    content: "\e80d";
}

.icon-shop:before {
    content: "\e8c9";
}

.icon-shop_two:before {
    content: "\e8ca";
}

.icon-shopping_basket:before {
    content: "\e8cb";
}

.icon-short_text:before {
    content: "\e261";
}

.icon-show_chart:before {
    content: "\e6e1";
}

.icon-shuffle:before {
    content: "\e043";
}

.icon-signal_cellular_4_bar:before {
    content: "\e1c8";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd";
}

.icon-signal_cellular_null:before {
    content: "\e1cf";
}

.icon-signal_cellular_off:before {
    content: "\e1d0";
}

.icon-signal_wifi_4_bar:before {
    content: "\e1d8";
}

.icon-signal_wifi_4_bar_lock:before {
    content: "\e1d9";
}

.icon-signal_wifi_off:before {
    content: "\e1da";
}

.icon-sim_card:before {
    content: "\e32b";
}

.icon-sim_card_alert:before {
    content: "\e624";
}

.icon-skip_next:before {
    content: "\e044";
}

.icon-skip_previous:before {
    content: "\e045";
}

.icon-slideshow:before {
    content: "\e41b";
}

.icon-slow_motion_video:before {
    content: "\e068";
}

.icon-stay_primary_portrait:before {
    content: "\e0d6";
}

.icon-smoke_free:before {
    content: "\eb4a";
}

.icon-smoking_rooms:before {
    content: "\eb4b";
}

.icon-textsms:before {
    content: "\e0d8";
}

.icon-snooze:before {
    content: "\e046";
}

.icon-sort:before {
    content: "\e164";
}

.icon-sort_by_alpha:before {
    content: "\e053";
}

.icon-spa:before {
    content: "\eb4c";
}

.icon-space_bar:before {
    content: "\e256";
}

.icon-speaker:before {
    content: "\e32d";
}

.icon-speaker_group:before {
    content: "\e32e";
}

.icon-speaker_notes:before {
    content: "\e8cd";
}

.icon-speaker_notes_off:before {
    content: "\e960";
}

.icon-speaker_phone:before {
    content: "\e0d2";
}

.icon-spellcheck:before {
    content: "\e8ce";
}

.icon-star_border:before {
    content: "\e83a";
}

.icon-star_half:before {
    content: "\e839";
}

.icon-stars:before {
    content: "\e8d0";
}

.icon-stay_primary_landscape:before {
    content: "\e0d5";
}

.icon-stop:before {
    content: "\e047";
}

.icon-stop_screen_share:before {
    content: "\e0e3";
}

.icon-storage:before {
    content: "\e1db";
}

.icon-store_mall_directory:before {
    content: "\e563";
}

.icon-straighten:before {
    content: "\e41c";
}

.icon-streetview:before {
    content: "\e56e";
}

.icon-strikethrough_s:before {
    content: "\e257";
}

.icon-style:before {
    content: "\e41d";
}

.icon-subdirectory_arrow_left:before {
    content: "\e5d9";
}

.icon-subdirectory_arrow_right:before {
    content: "\e5da";
}

.icon-subject:before {
    content: "\e8d2";
}

.icon-subscriptions:before {
    content: "\e064";
}

.icon-subtitles:before {
    content: "\e048";
}

.icon-subway:before {
    content: "\e56f";
}

.icon-supervisor_account:before {
    content: "\e8d3";
}

.icon-surround_sound:before {
    content: "\e049";
}

.icon-swap_calls:before {
    content: "\e0d7";
}

.icon-swap_horiz:before {
    content: "\e8d4";
}

.icon-swap_vert:before {
    content: "\e8d5";
}

.icon-swap_vertical_circle:before {
    content: "\e8d6";
}

.icon-switch_camera:before {
    content: "\e41e";
}

.icon-switch_video:before {
    content: "\e41f";
}

.icon-sync_disabled:before {
    content: "\e628";
}

.icon-sync_problem:before {
    content: "\e629";
}

.icon-system_update:before {
    content: "\e62a";
}

.icon-system_update_alt:before {
    content: "\e8d7";
}

.icon-tab:before {
    content: "\e8d8";
}

.icon-tab_unselected:before {
    content: "\e8d9";
}

.icon-tablet:before {
    content: "\e32f";
}

.icon-tablet_android:before {
    content: "\e330";
}

.icon-tablet_mac:before {
    content: "\e331";
}

.icon-tap_and_play:before {
    content: "\e62b";
}

.icon-text_fields:before {
    content: "\e262";
}

.icon-text_format:before {
    content: "\e165";
}

.icon-texture:before {
    content: "\e421";
}

.icon-thumb_down:before {
    content: "\e8db";
}

.icon-thumb_up:before {
    content: "\e8dc";
}

.icon-thumbs_up_down:before {
    content: "\e8dd";
}

.icon-timelapse:before {
    content: "\e422";
}

.icon-timeline:before {
    content: "\e961";
}

.icon-timer:before {
    content: "\e425";
}

.icon-timer_10:before {
    content: "\e423";
}

.icon-timer_3:before {
    content: "\e424";
}

.icon-timer_off:before {
    content: "\e426";
}

.icon-title:before {
    content: "\e264";
}

.icon-toc:before {
    content: "\e8de";
}

.icon-today:before {
    content: "\e8df";
}

.icon-toll:before {
    content: "\e8e0";
}

.icon-tonality:before {
    content: "\e427";
}

.icon-touch_app:before {
    content: "\e962";
}

.icon-toys:before {
    content: "\e332";
}

.icon-track_changes:before {
    content: "\e8e1";
}

.icon-traffic:before {
    content: "\e565";
}

.icon-train:before {
    content: "\e570";
}

.icon-tram:before {
    content: "\e571";
}

.icon-transfer_within_a_station:before {
    content: "\e572";
}

.icon-transform:before {
    content: "\e428";
}

.icon-translate:before {
    content: "\e8e2";
}

.icon-trending_down:before {
    content: "\e8e3";
}

.icon-trending_flat:before {
    content: "\e8e4";
}

.icon-trending_up:before {
    content: "\e8e5";
}

.icon-tune:before {
    content: "\e429";
}

.icon-tv:before {
    content: "\e333";
}

.icon-unarchive:before {
    content: "\e169";
}

.icon-undo:before {
    content: "\e166";
}

.icon-unfold_less:before {
    content: "\e5d6";
}

.icon-unfold_more:before {
    content: "\e5d7";
}

.icon-update:before {
    content: "\e963";
}

.icon-usb:before {
    content: "\e1e0";
}

.icon-verified_user:before {
    content: "\e8e8";
}

.icon-vertical_align_bottom:before {
    content: "\e258";
}

.icon-vertical_align_center:before {
    content: "\e259";
}

.icon-vertical_align_top:before {
    content: "\e25a";
}

.icon-vibration:before {
    content: "\e62d";
}

.icon-video_call:before {
    content: "\e070";
}

.icon-video_label:before {
    content: "\e071";
}

.icon-video_library:before {
    content: "\e04a";
}

.icon-videocam:before {
    content: "\e04b";
}

.icon-videocam_off:before {
    content: "\e04c";
}

.icon-videogame_asset:before {
    content: "\e338";
}

.icon-view_agenda:before {
    content: "\e8e9";
}

.icon-view_array:before {
    content: "\e8ea";
}

.icon-view_carousel:before {
    content: "\e8eb";
}

.icon-view_column:before {
    content: "\e8ec";
}

.icon-view_comfy:before {
    content: "\e42a";
}

.icon-view_compact:before {
    content: "\e42b";
}

.icon-view_day:before {
    content: "\e8ed";
}

.icon-view_headline:before {
    content: "\e8ee";
}

.icon-view_list:before {
    content: "\e8ef";
}

.icon-view_module:before {
    content: "\e8f0";
}

.icon-view_quilt:before {
    content: "\e8f1";
}

.icon-view_stream:before {
    content: "\e8f2";
}

.icon-view_week:before {
    content: "\e8f3";
}

.icon-vignette:before {
    content: "\e435";
}

.icon-visibility_off:before {
    content: "\e8f5";
}

.icon-voice_chat:before {
    content: "\e62e";
}

.icon-voicemail:before {
    content: "\e0d9";
}

.icon-volume_down:before {
    content: "\e04d";
}

.icon-volume_mute:before {
    content: "\e04e";
}

.icon-volume_off:before {
    content: "\e04f";
}

.icon-volume_up:before {
    content: "\e050";
}

.icon-vpn_key:before {
    content: "\e0da";
}

.icon-vpn_lock:before {
    content: "\e62f";
}

.icon-wallpaper:before {
    content: "\e1bc";
}

.icon-watch:before {
    content: "\e334";
}

.icon-watch_later:before {
    content: "\e964";
}

.icon-wb_auto:before {
    content: "\e42c";
}

.icon-wb_incandescent:before {
    content: "\e42e";
}

.icon-wb_iridescent:before {
    content: "\e436";
}

.icon-wb_sunny:before {
    content: "\e430";
}

.icon-wc:before {
    content: "\e63d";
}

.icon-web:before {
    content: "\e051";
}

.icon-web_asset:before {
    content: "\e069";
}

.icon-weekend:before {
    content: "\e16b";
}

.icon-whatshot:before {
    content: "\e80e";
}

.icon-widgets:before {
    content: "\e1bd";
}

.icon-wifi:before {
    content: "\e63e";
}

.icon-wifi_lock:before {
    content: "\e1e1";
}

.icon-wifi_tethering:before {
    content: "\e1e2";
}

.icon-work:before {
    content: "\e8f9";
}

.icon-wrap_text:before {
    content: "\e25b";
}

.icon-youtube_searched_for:before {
    content: "\e8fa";
}

.icon-zoom_in:before {
    content: "\e8ff";
}

.icon-zoom_out:before {
    content: "\e965";
}

.icon-zoom_out_map:before {
    content: "\e56b";
}


/*# sourceMappingURL=vendor.css.map */


/*@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";*/

nav a:hover,
nav a:focus {
    outline: none;
}

h1,
.h1 {
    font-weight: bold;
    margin-bottom: 25px;
}

.padding {
    padding: 25px;
}

.bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.no-bg {
    padding: 0px 0;
}

.destacada {
    margin-bottom: 50px;
}

.margin {
    margin: 50px auto;
}

a,
a:hover,
a:focus {
    color: #d6d6d6;
}

.link {
    border-bottom: 1px dotted #d6d6d6;
}

.link:hover {
    border-bottom: none;
    text-decoration: none;
}

.buttons {
    margin: 40px;
    display: block;
    padding: 1em;
}

.btn {
    padding: 1em;
    border: 1px solid;
    color: #000;
    transition: all .3s;
}

.btn-navs {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

#contacto {
    background: #fff;
    margin-bottom: 0;
    color: #777;
    margin-top: 40px;
}

#contacto a {
    color: #777;
}

#contacto a:hover {
    color: #f9b916;
}

#contacto h2 {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #777;
}

#contenido-curso h2,
#contenido-curso h3,
#contenido-curso h4 {
    font-weight: bold;
}

#profesor h3 {
    text-align: center;
    color: #000;
}

#profesor p {
    text-align: center;
}

#contacto .lead {
    font-size: 17px;
    margin-bottom: 30px;
}

#contacto .lead i {
    display: block;
    font-size: 34px;
}

#temario ul {
    padding: 0 !important;
}

#temario ul li strong {
    text-transform: uppercase;
    margin-bottom: 15px !important;
    display: block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}

#sidebar {
    margin-top: 30px;
}

#sidebar .hero-box {
    margin-bottom: 30px;
}

.list-destacada {
    padding: 0;
    list-style: none;
    border: 1px solid #ffffef;
    border-bottom: 0;
    max-width: 768px;
    margin: 0 auto;
}

.list-destacada li {
    padding: 1em;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}

.list-proceso {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-proceso li h3 span {
    border: 2px solid;
    border-radius: 100%;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin: 40px auto 15px;
}

.btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.btn-navs:hover {
    background: #fff;
    color: #000;
}

body {
    background: #000;
    color: #d6d6d6;
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    /* HEADER */
    /* hero */
}

body header {
    padding: 2em 1em;
    /* LOGO */
    /* MENU */
}

body header #logo {
    text-decoration: none;
    float: left;
}

body header #logo #title {
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

body header #logo img {
    display: inline-block;
    max-width: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

body header #logo:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

body header #menu {
    float: right;
    padding-top: 5px;
}

body header #menu a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: .8em;
}

body header #menu a:hover {
    color: #f9b916;
}

body .cabecera h1 {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 1em 0;
    margin-bottom: 1em;
    margin-top: 0;
}

body #hero {
    background: url("/images/fotografia-zaragoza.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px;
}

body section {
    margin-bottom: 15px;
}

body #plotter {
    background-image: url("/images/plotter.jpg");
}

body #bodas {
    background-image: url("/images/bodas-zaragoza.jpg");
}

body #panoramica {
    background-image: url("/images/panoramica-fiestas.jpg");
    height: 433px !important;
}

body #video {
    background-image: url("/images/bodas.jpg");
}

body #tarifas-plotter {
    padding: 50px 0;
    text-align: center;
}

body .hero-box .extra a {
    display: block;
    background: #000;
    padding: .5em;
    text-align: center;
}

body .hero-box>div {
    padding: 1em;
    background: rgba(255, 255, 255, 0.9);
    display: table;
    width: 100%;
    vertical-align: middle;
}

body .hero-box>div .title {
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    background: #000;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

body .hero-box>div p {
    padding: 1em;
    color: #000;
}

body .hero-box>div .destacado {
    padding: 1em;
    background: rgba(0, 0, 0, 0.2);
}

body .hero-box>div .destacado h4:first-of-type {
    border-top: 0;
}

body .hero-box>div .destacado h4 {
    margin: 0 !important;
    padding: 0 14px;
    color: #fff;
    border-top: 1px solid;
    padding-top: 25px;
}

body .hero-box>div .destacado p strong {
    display: block;
}

body .hero-box>div ul {
    list-style: none;
    padding: 1em;
}

body .hero-box>div ul li {
    padding: 10px 10px;
    display: block;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

body .hero-box>div ul li a {
    color: #000;
    text-decoration: underline;
}

body .hero-box>div ul li a:hover {
    text-decoration: none;
}

body .box-left .hero-box {
    max-width: 500px;
}

body .hero-box.full {
    max-width: 100%;
    text-align: center;
}

body .hero-box.full>div {
    min-height: auto;
}

body .advice {
    padding: 1em;
    max-width: 750px;
    margin: 15px auto;
    font-size: 18px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

body .price.big {
    font-size: 30px;
    padding: 0 15px;
    font-weight: bold;
    color: #777;
}

body #toTop {
    opacity: 0;
    position: fixed;
    bottom: 15px;
    width: 35px;
    right: 15px;
    padding-top: 5px;
    background: #fff;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s;
}

body #toTop div {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    margin: 0 auto;
    font-weight: bold;
}

body #toTop.visible {
    opacity: 1;
}

body #toTop.visible.fade-out {
    opacity: .5;
}

body #copy {
    text-align: center;
    font-size: 12px;
    padding: 2em 1em 0em;
}


/* BODY */

#enlaces h2 {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-weight: bold
}

#enlaces ul {
    padding: 0;
    padding-left: 30px;
    margin: 0;
    //list-style: none;
    margin-bottom: 30px;
}

#enlaces ul li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#enlaces ul li a {
    font-weight: normal;
}

.evento-header {
    padding: .5em;
    background: #fff;
    color: #000;
    display: inline-block;
}

.evento {
    margin: 50px auto;
    border: 1px solid;
    padding: 1em;
}

.evento h3 {
    font-weight: bold;
}

.evento a {
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: .5em;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
}

.evento a:hover {
    background: #fff;
    color: #000;
}

#cursos-list {
    margin: 0 auto;
    text-align: center;
}

#cursos-list .item {
    display: inline-block;
    width: 30%;
    margin: 10px;
    text-align: center;
    min-height: 300px;
    vertical-align: middle;
    text-decoration: none;
}

#cursos-list .item img {
    position: relative;
    top: 0;
    transition: top .3s;
}

#cursos-list .item:hover img {
    top: -10px;
}

@media (max-width: 1919px) {
    body #hero {
        padding: 100px 0;
    }
}

@media (max-width: 1599px) {
    body #hero {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    body header #logo {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    body header #menu {
        float: none;
        padding-top: 10px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .li-lugar {
        clear: both;
    }
    .bg {
        padding-bottom: 20px;
    }
    body .cabecera h1 {
        border-top: 0;
    }
    #cursos-list-wrapper {
        margin-bottom: 0px;
    }
    #cursos-list .item {
        width: 100%;
        margin: 0 0 40px;
    }
    #cursos-list .item:last-of-type {
        margin: 0;
    }
    #topbar {
        text-align: center;
        padding: .5em 1em 0;
        border-bottom: 1px dotted #777;
        vertical-align: middle;
    }
    body #hero,
    .bg {
        background-image: none !important;
        background: none;
    }
    body header #menu a {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        padding: .5em;
        line-height: 2.5;
    }
    body .box-left .hero-box {
        max-width: 100%;
    }
    body header #menu {
        float: none;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 88px;
        height: 0;
        z-index: 999;
        background: #000;
        padding: 0;
        overflow: hidden;
        border-top: 1px solid;
        border-bottom: 1px solid;
        transition: all .5s;
    }
    body header #menu a {
        display: block;
    }
    body header #menu a:hover {
        color: #f9b916;
    }
    body header #menu.open {
        height: auto;
        padding: 20px;
    }
    #phone {
        text-decoration: none;
        float: right;
        font-size: 16px;
        padding: 0;
        border: 1px solid #fff;
        width: 30px;
        border-radius: 100%;
        background: #fff;
        height: 30px;
        color: #000;
        display: inline-block;
        margin-right: 20px;
        text-align: center;
        vertical-align: top;
        transition: all .3s;
    }
    #phone i {
        position: relative;
        top: 6px;
        left: 1px;
    }
    #phone:hover {
        background: #000;
        color: #fff;
    }
    #hamburguer {
        width: 50px;
        height: 50px;
        float: right;
        cursor: pointer;
    }
    #hamburguer span,
    #hamburguer span:after,
    #hamburguer span:before {
        transition: all .3s;
        display: block;
        height: 3px;
        background: #fff;
        width: 30px;
        border-radius: 2px;
        position: relative;
        margin: 0 auto;
    }
    #hamburguer span:after,
    #hamburguer span:before {
        content: "";
    }
    #hamburguer span {
        top: 13px;
    }
    #hamburguer span:after {
        bottom: -8px;
    }
    #hamburguer span:before {
        bottom: 10px;
    }
    #hamburguer.clicked span {
        transform: rotate(90deg);
    }
    body header #logo {
        float: left;
    }
    body header #logo #title {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .btn-navs {
        width: 100%;
    }
    body header #menu {
        top: 180px;
    }
    body header #logo {
        float: none;
    }
    #hamburguer {
        float: none;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }
    #phone {
        float: none;
        display: inline-block;
        margin-left: 20px;
    }
    #responsive-controls {
        text-align: center;
    }
}


/* NAV EFFECTS */

@media (min-width: 768px) {
    body .hero-box>div ul li:nth-child(1),
    body .hero-box>div ul li:nth-child(2) {
        display: inline-block;
    }
    #responsive-controls,
    #topbar {
        display: none;
    }
}


/*CURSOS*/

#contenido-curso h3 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 29px;
}

#contenido-curso h4 {
    margin-top: 30px;
}

#contenido-curso img {
    margin: 20px auto;
    max-width: 100%;
    height: auto !important;
}

#contenido-curso ul {
    padding: 10px 0 0 20px;
    margin: 0;
}

#contenido-curso ul li {
    padding-bottom: 10px;
}

#contenido-curso a {
    border-bottom: 1px dotted;
}

#contenido-curso a:hover {
    border-bottom: none;
    text-decoration: none;
}

#enlaces a {
    border-bottom: 1px dotted;
    text-decoration: none;
}

#enlaces a:hover {
    border-bottom: 0;
    text-decoration: none;
}

.contacto #contacto {
    display: none;
}

.apuntate,
.fondo-blanco {
    background: #f9b916;
    margin: 1em;
    border-bottom: 0px !important;
}

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

#my-video {
    width: 100%;
    max-height: 720px;
    max-width: 1280px;
}

#video-player~.no-bg {
    padding: 50px 0;
}

.fondo-blanco {
    border: 0px !important;
}

.apuntate:hover,
.fondo-blanco:hover {
    background: #f98916;
    color: #fff;
    text-decoration: none;
    border: 0px !important;
}

.apuntate,
.fondo-blanco {
    background: #f9b916;
    margin: 0 1em;
    padding: 15px;
    display: inline-block;
    width: 94%;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}


/* cookies */

#cookie-law {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: auto;
    height: auto;
    background-color: #fff;
    z-index: 99999999;
    color: #333;
    padding: 15px;
    display: inline-block;
    max-width: 310px;
    display: none;
}

#cookie-law a {
    color: #777;
}

a.close-cookie-banner:hover {
    color: #F9B916 !important;
}

a.close-cookie-banner {
    display: block;
    margin: 10px 0;
    color: #333 !important;
    font-weight: bold;
}

.scrolled {
    display: none !important;
}

.img-fuegos {
    width: 100%;
}

.img_nepal {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.margen_cero {
    margin-bottom: 0px !important;
}

.linea_h3 {
    padding-bottom: 7px;
    border-bottom: 1px solid gray;
}

.titulo-cursos {
    margin-bottom: 10px;
    font-family: inherit;
    line-height: 1.1;
    box-sizing: border-box;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.padding_ul {
    padding: 10px 0 0 20px !important;
}

.apuntate_padding_top {
    margin-top: 40px;
}

.envio-ok {
    width: 100%;
    background-color: #43CD80;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #fff;
}

.li-proxima-fecha {
    float: left;
    margin-right: 10px;
}

.li-horario {
    float: left;
    margin-right: 10px;
}

.li-duracion,
.li-plazas {
    float: left;
}

.input-formulario {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 1000px) {
    .separar-form-rigth {
        padding-right: 30px;
    }
    .separar-form-left {
        padding-left: 30px;
    }
}

@media (max-width: 1000px) {
    .li-proxima-fecha,
    .li-horario,
    .li-duracion,
    .li-lugar {
        width: 100% !important;
        clear: both;
        display: block !important;
        padding-right: 0px !important;
    }
}

#enlaces h2 {
    padding-top: 30px;
}

.linea_h3 {
    font-size: 21px;
}

#enlaces ul li {
    font-weight: initial;
}

span.title {
    display: block;
}

#contacto .contacto-footer-h2 {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7773;
    text-align: center;
    font-size: 30px;
    display: block;
    font-weight: 500;
}

.titulo-centro {
    font-size: 30px;
    font-weight: 500;
    display: block;
}

#centros-impresion i {
    font-size: 30px;
}

.fila-icono {
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin: 0px !important;
}

.fila-icono i {
    padding-right: 7px;
}

#info select {
    -moz-appearance: none !important;
}

#contacto i {
    padding-bottom: 8px;
}

.imagen-movil {
    display: none;
}

@media (max-width: 767px) {
    .imagen-movil {
        display: block;
    }
    .imagen-movil img {
        width: 100%;
        height: auto;
    }
}

.contenedor-centro {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

@media(max-width: 767px) {
    .quitar-top {
        margin-top: 0px !important;
    }
}

#topbar {
    display: none !important;
}

@media (max-width: 500px) {
    body header #menu {
        top: 97px !important;
    }
    #hamburguer {
        float: right;
        color: #f9b916;
    }
    #hamburguer span,
    #hamburguer span::after,
    #hamburguer span::before {
        background: #f9b916 !important;
    }
    body header {
        padding-bottom: 15px;
    }
}

@media (min-width: 1400px) {
    body .box-left #bodas-box.hero-box {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (min-width: 767px) {
    body .box-left #bodas-box.hero-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .quitar-top {
        padding-top: 0px !important;
    }
    #servicios-box {
        margin-top: 50px;
    }
    .quitar-bottom {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    body .hero-box>div ul {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    h1,
    .h1 {
        font-size: 26px;
    }
    .quitar-casi-bottom {
        margin-bottom: 20px !important;
    }
}

body .hero-box .extra a {
    background: none !important;
    color: #000;
    border: 1px solid #000;
}

.ver-opiniones.movil {
    display: none !important;
}

@media (max-width: 1000px) {
    .formulario-curso {
        max-width: 450px;
        margin: auto;
    }
}

.envio-ok.mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .texto-inscripcion {
        padding-top: 0px !important;
    }
    .envio-ok {
        display: none !important;
    }
    .envio-ok.mobile {
        display: block !important;
    }
    .ver-opiniones.movil {
        display: block !important;
    }
    .ver-opiniones.pc {
        display: none !important;
    }
    #cursos-box,
    #servicios-box {}
    .bodas-2 {
        margin-top: 0px;
    }
    #bodas,
    #panoramica {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    ul {
        margin-bottom: 21px;
    }
    .linea-contacto {
        padding-bottom: 19px;
    }
    .texto-inscripcion {
        font-size: 19px !important;
        margin-top: 10px;
    }
    .quieres-regalarlo {
        margin-top: 45px;
    }
    .formulario-curso {
        max-width: 350px;
        margin: auto;
    }
}

#programa h4 {
    color: #000 !important;
}

@media (max-width: 350px) {
    .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 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

#programa h4 {
    margin-left: 13px;
}

#descripcion a:hover,
#informacion a:hover,
#faq a:hover,
#contenido a:hover {
    text-decoration: none !important;
    text-underline: none !important;
    color: #f9b916 !important;
    border-color: #f9b916;
    border-bottom: 1px dotted;
    transition: 0.2s;
}

.ver-opiniones:hover {
    border-bottom: 0px !important;
}

@media (max-width: 500px) {
    .linea-contacto {
        max-width: 370px;
        margin: auto;
    }
}

body {
    letter-spacing: 0 !important;
    font-size: 16px;
}

h1 {
    font-weight: 500 !important;
}

li {
    font-size: 16px;
}

.title {
    font-weight: 500;
    font-size: 20px;
}

.flecha-top {
    display: none !important;
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px !important;
    }
    #cursos-list-wrapper {
        padding-top: 12px;
    }
    #cursos-list .item {
        width: 100%;
        margin: 0 0 0px;
    }
    body .cabecera h1 {
        padding-bottom: 1.2em;
    }
    .vjs-big-play-centered .vjs-big-play-button {
        top: 50% !important;
        left: 55% !important;
        margin-top: -0.75em;
        margin-left: -1.5em;
        width: 2em !important;
    }
    .flecha-top {
        display: block !important;
    }
}

#programa p {
    padding-top: 2px;
    padding-bottom: 2px;
}

.flecha-top i {
    position: fixed;
    bottom: 25px;
    right: 12px;
    background-color: #f9b916;
    border-radius: 50%;
    padding: 5px;
    font-size: 26px;
    color: #3f3f3f;
}

#programa h4 {
    margin-left: 15px !important;
    border-bottom: 1px dotted #000;
    max-width: 248px;
    padding-bottom: 5px;
}

body .hero-box .extra a:hover {
    transition: 0.4s;
}

body .hero-box .extra a:hover {
    background-color: #000 !important;
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
}

form .btn.fondo-blanco {
    margin: auto;
}

.envio-ok {
    padding: 18px;
}

#responsive-controls #phone {
    display: none !important;
}

@media (max-width: 500px) {
    body header #logo {
        float: left;
    }
}

.flecha-top {
    opacity: 0;
}

body #toTop {
    bottom: 25px;
    right: 12px;
}

@media (max-width: 767px) {
    .imagen-movil {
        margin-bottom: 0px !important;
    }
    header .container {
        padding-right: 0px;
    }
}

.let-peq {
    font-size: 13px;
    color: #c1c1c1 !important;
    line-height: 20px;
}

.enlace-form {
    font-size: 13px;
    color: #c1c1c1 !important;
    text-decoration: underline !important;
}

.enlace-form:hover {
    font-size: 13px;
    color: #006eab !important;
}

.contenedor-flex {
    display: flex;
    width: 100%;
    max-width: 1110px;
    margin: auto;
    margin-top: 40px;
    align-items: center;
}

.contenedor-flex>div {
    flex: 0 0 50%;
}

.contenedor-flex .columna.texto {
    padding-right: 50px;
}

.imagen-contacto {
    margin: auto;
    width: 100%;
    max-width: 1110px;
    display: block;
    margin-top: 80px;
    margin-bottom: 40px;
}

.columna.texto div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.columna.texto div i {
    font-size: 50px;
    margin-top: 20px;
}

@media (max-width: 900px) {
    .contenedor-flex {
        flex-direction: column;
    }
    .contenedor-flex .columna.texto {
        margin-bottom: 50px;
        padding-right: 0px !important;
    }
    .contenedor-flex .columna-mapa {
        flex: 0 0 100%;
        width: 100%;
    }
    .contenedor-flex .columna-mapa iframe {
        height: 400px !important;
    }
}

.enlace-preguntas {
    display: block;
    max-width: 189px;
    margin-top: 29px;
    margin-bottom: -21px;
}

.enlace-opacidad {
    transition: 0.4s;
}

.enlace-opacidad:hover {
    opacity: 0.4;
    transition: 0.4s;
}

.imagen-brillo {
    transition: 0.4s;
}

.imagen-brillo:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.enlace-overflow {
    overflow: hidden;
}

.cabecera-img {
    background-size: contain;
}

@media(max-width: 1500px) {
    .cabecera-img {
        background-size: cover;
    }
}

.grecaptcha-badge {
    display: none;
}


/*# sourceMappingURL=app.css.map */
