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

body {
    margin: 0
}

article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
    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
}

dfn {
    font-style: italic
}

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

b,
strong {
    font-weight: bold
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -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'] {
    cursor: pointer;
    -webkit-appearance: button
}

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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -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: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.flex-container .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.flex-container .row.main-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-container .row.main-space-around {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.flex-container .row.main-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-container .row.main-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex-container .row.main-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-container .row.cross-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-container .row.cross-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-container .row.cross-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.flex-container .row.cross-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.flex-container .row.cross-baseline {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.flex-container *[class^="col-"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.flex-container *[class^="col-"].self-start {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}

.flex-container *[class^="col-"].self-end {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.flex-container *[class^="col-"].self-center {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.flex-container *[class^="col-"].self-baseline {
    -webkit-align-self: baseline;
    align-self: baseline;
    -ms-flex-item-align: baseline;
}

.flex-container *[class^="col-"].self-stretch {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
}

.flex-container *[class^="col-"].order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.flex-container *[class^="col-"].order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.flex-container *[class^="col-"].order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

.flex-container *[class^="col-"].order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4
}

.flex-container *[class^="col-"].order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5
}

.flex-container *[class^="col-"].order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6
}

.flex-container *[class^="col-"].order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -o-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7
}

.flex-container *[class^="col-"].order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -o-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8
}

.flex-container *[class^="col-"].order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -o-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9
}

.flex-container *[class^="col-"].order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -o-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10
}

.flex-container *[class^="col-"].order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -o-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11
}

.flex-container *[class^="col-"].order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -o-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12
}

.flex-container .show-in-x-sm {
    display: block !important;
}

@media screen and (min-width:321px) {
    .flex-container .show-in-x-sm {
        display: none !important
    }
}

.flex-container .hide-in-x-sm {
    display: none !important
}

@media screen and (min-width:320px) {
    .flex-container .col-x-sm-1 {
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .flex-container .col-x-sm-offset-1 {
        margin-left: 8.333%
    }
    .flex-container .col-x-sm-2 {
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .flex-container .col-x-sm-offset-2 {
        margin-left: 16.667%
    }
    .flex-container .col-x-sm-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .flex-container .col-x-sm-offset-3 {
        margin-left: 25%
    }
    .flex-container .col-x-sm-4 {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .flex-container .col-x-sm-offset-4 {
        margin-left: 33.333%
    }
    .flex-container .col-x-sm-5 {
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .flex-container .col-x-sm-offset-5 {
        margin-left: 41.667%
    }
    .flex-container .col-x-sm-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .flex-container .col-x-sm-offset-6 {
        margin-left: 50%
    }
    .flex-container .col-x-sm-7 {
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .flex-container .col-x-sm-offset-7 {
        margin-left: 58.333%
    }
    .flex-container .col-x-sm-8 {
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .flex-container .col-x-sm-offset-8 {
        margin-left: 66.667%
    }
    .flex-container .col-x-sm-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .flex-container .col-x-sm-offset-9 {
        margin-left: 75%
    }
    .flex-container .col-x-sm-10 {
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .flex-container .col-x-sm-offset-10 {
        margin-left: 83.333%
    }
    .flex-container .col-x-sm-11 {
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .flex-container .col-x-sm-offset-11 {
        margin-left: 91.667%
    }
    .flex-container .col-x-sm-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .flex-container .col-x-sm-offset-12 {
        margin-left: 100%
    }
}

.flex-container .show-in-sm {
    display: block !important;
}

@media screen and (min-width:461px) {
    .flex-container .show-in-sm {
        display: none !important
    }
}

.flex-container .hide-in-sm {
    display: none !important
}

@media screen and (min-width:460px) {
    .flex-container .col-sm-1 {
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .flex-container .col-sm-offset-1 {
        margin-left: 8.333%
    }
    .flex-container .col-sm-2 {
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .flex-container .col-sm-offset-2 {
        margin-left: 16.667%
    }
    .flex-container .col-sm-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .flex-container .col-sm-offset-3 {
        margin-left: 25%
    }
    .flex-container .col-sm-4 {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .flex-container .col-sm-offset-4 {
        margin-left: 33.333%
    }
    .flex-container .col-sm-5 {
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .flex-container .col-sm-offset-5 {
        margin-left: 41.667%
    }
    .flex-container .col-sm-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .flex-container .col-sm-offset-6 {
        margin-left: 50%
    }
    .flex-container .col-sm-7 {
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .flex-container .col-sm-offset-7 {
        margin-left: 58.333%
    }
    .flex-container .col-sm-8 {
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .flex-container .col-sm-offset-8 {
        margin-left: 66.667%
    }
    .flex-container .col-sm-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .flex-container .col-sm-offset-9 {
        margin-left: 75%
    }
    .flex-container .col-sm-10 {
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .flex-container .col-sm-offset-10 {
        margin-left: 83.333%
    }
    .flex-container .col-sm-11 {
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .flex-container .col-sm-offset-11 {
        margin-left: 91.667%
    }
    .flex-container .col-sm-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .flex-container .col-sm-offset-12 {
        margin-left: 100%
    }
}

.flex-container .show-in-md {
    display: block !important;
}

@media screen and (min-width:769px) {
    .flex-container .show-in-md {
        display: none !important
    }
}

.flex-container .hide-in-md {
    display: none !important
}

@media screen and (min-width:768px) {
    .flex-container .col-md-1 {
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .flex-container .col-md-offset-1 {
        margin-left: 8.333%
    }
    .flex-container .col-md-2 {
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .flex-container .col-md-offset-2 {
        margin-left: 16.667%
    }
    .flex-container .col-md-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .flex-container .col-md-offset-3 {
        margin-left: 25%
    }
    .flex-container .col-md-4 {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .flex-container .col-md-offset-4 {
        margin-left: 33.333%
    }
    .flex-container .col-md-5 {
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .flex-container .col-md-offset-5 {
        margin-left: 41.667%
    }
    .flex-container .col-md-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .flex-container .col-md-offset-6 {
        margin-left: 50%
    }
    .flex-container .col-md-7 {
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .flex-container .col-md-offset-7 {
        margin-left: 58.333%
    }
    .flex-container .col-md-8 {
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .flex-container .col-md-offset-8 {
        margin-left: 66.667%
    }
    .flex-container .col-md-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .flex-container .col-md-offset-9 {
        margin-left: 75%
    }
    .flex-container .col-md-10 {
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .flex-container .col-md-offset-10 {
        margin-left: 83.333%
    }
    .flex-container .col-md-11 {
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .flex-container .col-md-offset-11 {
        margin-left: 91.667%
    }
    .flex-container .col-md-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .flex-container .col-md-offset-12 {
        margin-left: 100%
    }
}

.flex-container .show-in-lg {
    display: block !important;
}

@media screen and (min-width:1025px) {
    .flex-container .show-in-lg {
        display: none !important
    }
}

.flex-container .hide-in-lg {
    display: none !important
}

@media screen and (min-width:1024px) {
    .flex-container .col-lg-1 {
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .flex-container .col-lg-offset-1 {
        margin-left: 8.333%
    }
    .flex-container .col-lg-2 {
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .flex-container .col-lg-offset-2 {
        margin-left: 16.667%
    }
    .flex-container .col-lg-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .flex-container .col-lg-offset-3 {
        margin-left: 25%
    }
    .flex-container .col-lg-4 {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .flex-container .col-lg-offset-4 {
        margin-left: 33.333%
    }
    .flex-container .col-lg-5 {
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .flex-container .col-lg-offset-5 {
        margin-left: 41.667%
    }
    .flex-container .col-lg-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .flex-container .col-lg-offset-6 {
        margin-left: 50%
    }
    .flex-container .col-lg-7 {
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .flex-container .col-lg-offset-7 {
        margin-left: 58.333%
    }
    .flex-container .col-lg-8 {
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .flex-container .col-lg-offset-8 {
        margin-left: 66.667%
    }
    .flex-container .col-lg-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .flex-container .col-lg-offset-9 {
        margin-left: 75%
    }
    .flex-container .col-lg-10 {
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .flex-container .col-lg-offset-10 {
        margin-left: 83.333%
    }
    .flex-container .col-lg-11 {
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .flex-container .col-lg-offset-11 {
        margin-left: 91.667%
    }
    .flex-container .col-lg-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .flex-container .col-lg-offset-12 {
        margin-left: 100%
    }
}

.flex-container .show-in-x-lg {
    display: block !important;
}

@media screen and (min-width:1201px) {
    .flex-container .show-in-x-lg {
        display: none !important
    }
}

.flex-container .hide-in-x-lg {
    display: none !important
}

@media screen and (min-width:1200px) {
    .flex-container .col-x-lg-1 {
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .flex-container .col-x-lg-offset-1 {
        margin-left: 8.333%
    }
    .flex-container .col-x-lg-2 {
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .flex-container .col-x-lg-offset-2 {
        margin-left: 16.667%
    }
    .flex-container .col-x-lg-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .flex-container .col-x-lg-offset-3 {
        margin-left: 25%
    }
    .flex-container .col-x-lg-4 {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .flex-container .col-x-lg-offset-4 {
        margin-left: 33.333%
    }
    .flex-container .col-x-lg-5 {
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .flex-container .col-x-lg-offset-5 {
        margin-left: 41.667%
    }
    .flex-container .col-x-lg-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .flex-container .col-x-lg-offset-6 {
        margin-left: 50%
    }
    .flex-container .col-x-lg-7 {
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .flex-container .col-x-lg-offset-7 {
        margin-left: 58.333%
    }
    .flex-container .col-x-lg-8 {
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .flex-container .col-x-lg-offset-8 {
        margin-left: 66.667%
    }
    .flex-container .col-x-lg-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .flex-container .col-x-lg-offset-9 {
        margin-left: 75%
    }
    .flex-container .col-x-lg-10 {
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .flex-container .col-x-lg-offset-10 {
        margin-left: 83.333%
    }
    .flex-container .col-x-lg-11 {
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .flex-container .col-x-lg-offset-11 {
        margin-left: 91.667%
    }
    .flex-container .col-x-lg-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .flex-container .col-x-lg-offset-12 {
        margin-left: 100%
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important
}

html {
    font-size: 100%;
    height: 100%;
    line-height: 1.2
}

body {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-family: sans-serif;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative
}

::selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

figure,
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

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

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1rem 0;
    padding: 0
}

mark {
    background: transparent;
    color: inherit;
    font-weight: 700
}

textarea {
    resize: vertical
}

.mh {
    font-size: 0;
}

.mh > * {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .mh > * {
        margin-left: -4px
    }
    ::i-block-chrome,
    .mh > *:first-child {
        margin-left: 0 !important
    }
}

.mr {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mr li a img {
    display: block
}

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

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

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

.u-hidden {
    display: none
}

.u-invisible {
    visibility: hidden
}

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

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

.u-right {
    float: right
}

.u-left {
    float: left
}

.u-textLeft {
    text-align: left
}

.u-textCenter {
    text-align: center
}

.u-textRight {
    text-align: right
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /*max-width: 1000px*/

    border:1px solid #ccc;
}

.error {
    background-color: #8b1820 !important;
    border-color: #76141b;
    color: #fff !important
}

.error::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.error::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.error:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.error:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: none !important
}

.gm-style-cc {
    display: none
}

/*body {
    background: #3c3837
}*/

.v2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
}

.v2 .wave-image {
    width: 40%;
    position: relative;
    display: inline-block;
}

.v2 .wave-image img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.v2 .waves-canvas {
    overflow: hidden
}

.v2 .waves {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    position: relative;
}

.v2 .waves .wave-selection {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wave-header.header-v2 {
    left: auto;
    right: 0;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.wave-header.header-v2 .description {
    margin-left: 0;
    margin-right: 10px;
    text-align: right
}

.wave-container {
    font-family: "Roboto", sans-serif;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.wave-container:before,
.wave-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    pointer-events: none
}

.wave-container:before {
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent)
}

.wave-container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent)
}

.wave-container.is-hidden {
    display: none
}

.wave-container .wave-player {
    position: relative
}

.wave-container .wave-selection {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    z-index: 100;
}

.wave-container .wave-selection:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #f00;
    position: absolute;
    top: 0;
    right: 0;
}

.wave-container .player-container {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.wave-container .wave-total {
    font-size: 12px;
    font-size: .75rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 7px;
    pointer-events: none;
    z-index: 200
}

.wave-container .wave-current-time {
    font-size: 12px;
    font-size: .75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 7px;
    pointer-events: none;
    z-index: 200
}

.wave-container .total-cursor {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 7px;
    font-size: 12px;
    font-size: .75rem;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 200;
}

.wave-container .total-cursor:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0, 0, 0, 0.7);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wave-container .total-cursor.no-arrow:after {
    display: none !important;
}

.wave-container .wave-button a {
    width: 50px;
    height: 50px;
    background: #ff4000;
    display: block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wave-container .wave-button a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wave-container .wave-button a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.wave-comments {
    height: 20px;
    /*font-size: 0;*/
    display: block;
    position: relative;
    margin-top: 10px;
}

.wave-comments.hovered a.inactive {
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important
}

.wave-comments.hovered a.hovered-inactive {
    opacity: .4 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
    filter: alpha(opacity=40) !important;
}

.wave-comments.hovered a.hovered-inactive .caption {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    filter: alpha(opacity=0) !important
}

.wave-comments a {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left:8px;
}

.wave-comments a.inactive,
.wave-comments a.hovered-inactive {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40)
}

.wave-comments a .caption {
    font-size: 10px;
    font-size: .625rem;
    color: #fff;
    position: absolute;
    /*top: 100%;*/
    bottom:4px;
    white-space: nowrap;
    padding-top: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: rgba(255,255,255,0.8);
}

.wave-comments a .caption strong {
    font-weight: 400
}

.wave-comments a .caption .comment {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block
}

/*.wave-comments a .caption:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(top, #ff4000, transparent);
    background: -moz-linear-gradient(top, #ff4000, transparent);
    background: -o-linear-gradient(top, #ff4000, transparent);
    background: -ms-linear-gradient(top, #ff4000, transparent);
    background: linear-gradient(to bottom, #ff4000, transparent)
}
*/
.wave-comments a:hover .caption,
.wave-comments a.active .caption {
    pointer-events: initial;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.wave-comments a.text-right .caption {
    padding-left: 6px;
    left: 15px;
}

.wave-comments a.text-right .caption:after {
    position: absolute;
    top: 0;
    left: 15px;
}

.wave-comments a.text-right .caption strong {
    margin-right: 5px
}

.wave-comments a.text-left .caption {
    padding-right: 6px;
    right: 20px;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.wave-comments a.text-left .caption:after {
    position: absolute;
    top: 0;
    right: 0;
}

.wave-comments a.text-left .caption strong {
    margin-left: 5px
}

.commentary-box {
    margin-top: 30px;
    background: #fff;
    color: #363232;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-size: .875rem;
}

.commentary-box .commentary-count {
    padding: 15px;
    border-bottom: 1px solid #dcdcdc
}

.commentary-box .commentary-list {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.commentary-box .commentary-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}

.commentary-box .commentary-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.commentary-box .commentary-list li .circle {
    width: 70px;
    height: 70px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.commentary-box .commentary-list li img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.commentary-box .commentary-list li .description {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-left: 10px;
}

.commentary-box .commentary-list li .description strong {
    display: block;
    margin-bottom: 5px;
    color: #3c3837
}

.commentary-box .commentary-list li .description p {
    margin: 0 0 5px;
    font-size: 13px;
    font-size: .8125rem
}

.commentary-box .commentary-form {
    padding: 15px;
}

.commentary-box .commentary-form .form,
.commentary-box .commentary-form .login {
    display: none;
}

.commentary-box .commentary-form .form.visible,
.commentary-box .commentary-form .login.visible {
    display: block
}

.commentary-box .commentary-form textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #3c3837;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    color: #3c3837;
}

.commentary-box .commentary-form textarea::-webkit-input-placeholder {
    color: #3c3837;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.commentary-box .commentary-form textarea::-moz-placeholder {
    color: #3c3837;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.commentary-box .commentary-form textarea:-moz-placeholder {
    color: #3c3837;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.commentary-box .commentary-form textarea:-ms-input-placeholder {
    color: #3c3837;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.commentary-box .commentary-form .button-container {
    margin-top: 15px;
}

.commentary-box .commentary-form .button-container button {
    background: #ff531a;
    color: #fff;
    border: 0;
    padding: 9px 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.commentary-box .commentary-form .button-container button:hover {
    background: #e63a00
}

.commentary-box .commentary-form .button-container button:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.commentary-box .commentary-form .login {
    text-align: center;
}

.commentary-box .commentary-form .login strong {
    font-size: 19px;
    font-size: 1.1875rem;
    display: block;
    color: #525252
}

.commentary-box .commentary-form .login ul {
    list-style: none;
    padding: 10px 0 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.commentary-box .commentary-form .login ul li {
    display: inline-block;
    vertical-align: middle
}

.btn-social {
    background: #000;
    color: #fff;
    padding: 9px 10px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    display: inline-block;
}

.btn-social:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.btn-social--facebook {
    background: -webkit-linear-gradient(top, #3b5998, #2f477a);
    background: -moz-linear-gradient(top, #3b5998, #2f477a);
    background: -o-linear-gradient(top, #3b5998, #2f477a);
    background: -ms-linear-gradient(top, #3b5998, #2f477a);
    background: linear-gradient(to bottom, #3b5998, #2f477a);
}

.btn-social--facebook:hover {
    background: -webkit-linear-gradient(top, #4366ae, #355089);
    background: -moz-linear-gradient(top, #4366ae, #355089);
    background: -o-linear-gradient(top, #4366ae, #355089);
    background: -ms-linear-gradient(top, #4366ae, #355089);
    background: linear-gradient(to bottom, #4366ae, #355089)
}

.btn-social--twitter {
    background: -webkit-linear-gradient(top, #55acee, #1a8fe8);
    background: -moz-linear-gradient(top, #55acee, #1a8fe8);
    background: -o-linear-gradient(top, #55acee, #1a8fe8);
    background: -ms-linear-gradient(top, #55acee, #1a8fe8);
    background: linear-gradient(to bottom, #55acee, #1a8fe8);
}

.btn-social--twitter:hover {
    background: -webkit-linear-gradient(top, #66b4f0, #389eeb);
    background: -moz-linear-gradient(top, #66b4f0, #389eeb);
    background: -o-linear-gradient(top, #66b4f0, #389eeb);
    background: -ms-linear-gradient(top, #66b4f0, #389eeb);
    background: linear-gradient(to bottom, #66b4f0, #389eeb)
}

.wave-header {
    color:#868585;
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);*/
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.wave-header .description {
    margin-left: 10px;
    padding-top: 5px
}

.wave-header small {
    display: block;
    font-size: 14px;
    font-size: .875rem
}

.wave-header h3 {
    margin: 3px 0 0;
    font-size: 22px;
    font-size: 1.375rem
}

.comments-v2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
}

.comments-v2 .socials {
    width: 40%;
}

.comments-v2 .socials #div-share-social,
.comments-v2 .socials #div-volume-config {
    width: calc(100% - 30px);
    margin-left: 5px;
}
.comments-v2 .socials #div-volume-config input { width: 100%;}
/*.comments-v2 .socials #div-control-btns {
    width: 30%
}*/


.comments-v2 .wave-comments {
    width: 60%;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin: 0
}

.comments-v2 .socials a {
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-v2 .socials a .fa {
    font-size: 15px;
    font-size: .9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comments-v2 .socials a:hover {
    background: #ff531a
}


@media screen and (max-width:768px) {
    /*.container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px !important
    }*/
/*    .wave-container {
        margin-top: 51px
    }*/
    /*.wave-header {
        top: auto;
        bottom: 100%;
        padding: 10px 10px 10px 0;
    }*/
    .wave-header small {
        font-size: 12px;
        font-size: .75rem
    }
    .wave-header h3 {
        font-size: 16px;
        font-size: 1rem
    }
    /*.wave-header.header-v2 {
        padding: 10px 0 10px 10px
    }*/
    .wave-container .wave-button a {
        width: 40px;
        height: 40px;
    }
    .wave-container .wave-button a .fa {
        font-size: 12px;
        font-size: .75rem
    }
    .wave-container .wave-total,
    .wave-container .wave-current-time {
        font-size: 10px;
        font-size: .625rem
    }
   /* .v2 .wave-image {
        width: 30%
    }
    .comments-v2 .socials {
        width: 30%;
    }*/
}


/*//NUEVO ESTILO*/
/*.wave-comments a span.fa{
    font-size: 8pt !important;
}*/
/*.v2 .wave-image .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    color: #fff;
}
*/

/* VERSION 3 */
.wave-container-v3:before {
    background: none;
}
.wave-container-v3 .wave-header{
    left: auto;
    right: 0;
    left:0;display:block;padding:0 10px 10px;width:100%;
    z-index: 1000;
}
.wave-container-v3 .wave-header .description{text-align: left;}

.wave-container .wave-image span{display: none;}
.wave-container .wave-image{background-position: center; background-repeat: no-repeat; background-size: 100%;}
.wave-container-v3 .wave-image span{
    display: block;
    position: absolute;
    color:#ffffff;
    opacity:0.6;
    top: calc(50% - 24px);
    left: calc(50% - 24px);

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.wave-container-v3 .wave-image:hover span{
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
@media screen and (max-width:768px){
.wave-container .wave-image{background-size: 100% 100%;}
}
.linea{left: 0; position: absolute; bottom: 10px; width: 1px;z-index:999;}
#scroll-box{height:62px;position:relative;overflow:hidden;}
.scroll-tags{height:62px;}
.scroll-tags ul{list-style: none;margin:0;padding: 0 5px;}
.scroll-tags ul li{margin-left:0;}
.scroll-tags ul li a{font-size:11px;}
.scroll-tags ul li a:hover{font-weight:bold;}

/* VOLUMEN */
/* Webkit */
input[type=range]{
    -webkit-appearance: none;
    width: 100%;
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
    margin-top:6px;
    display:block;
    font-family:FontAwesome;
    content:"\f111";
    font-size: 18px;
    color:#fff;
}
input[type='range']::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family:FontAwesome;
    content:"\f111";
    font-size: 18px;
    color:#fff;
}

/* Mozilla */
input[type=range]::-moz-range-track {
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
}
input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family:FontAwesome;
    content:"\f111";
    font-size: 18px;
    color:#fff;
}

/* Internet Explorer */
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: transparent;
}
input[type="range"]::-ms-track {
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
}
input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family:FontAwesome;
    content:"\f111";
    font-size: 18px;
    color:#fff;
}

.wave .wave-container {
    height: calc(100vh - 91px);
}

/*.linea { height: 100vh !important; }*/

#wave-img { position: absolute; top: 50%; left: 0; transform: -webkit-translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}

.scroll-tags { font-family: "Roboto", sans-serif; }
.scroll-tags ul li a { transition: all .3s ease-out; font-size: 13px; }
.scroll-tags ul li a small { font-size: 13px; }

.wave.no-tags #scroll-box{ display: none !important; }
.wave.no-tags .wave-container { height: calc(100vh - 29px); }
.container { border: 0; }


.v2 { overflow: hidden; flex-grow: 2; background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent); }
.wave-header { position: static !important; }

.wave-container { display: flex; flex-direction: column; }

.wave-container .wave-image { background-size: cover; background-position: center center; cursor: pointer; }
.play-btn { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.wave-modal{z-index:10000;font-family:"Roboto";position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:rgba(255,255,255,0.95);-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);pointer-events:none;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.wave-modal__container{max-width:500px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%;color:#868585;position:relative;z-index:100}.wave-modal__title{font-size:1.8rem;text-align:center;margin-bottom:7px}.wave-modal__form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.wave-modal__textarea{background-color:#f7f7f9;border:1px solid #868585;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-right:15px;width:100%;font-size:1.3rem;height:60px;white-space:pre;padding:0.5rem;outline:0;color:#868585;overflow-y:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wave-modal__textarea::selection{background-color:#26de9c;color:#fff}.wave-modal__textarea::-moz-selection{background-color:#26de9c;color:#fff}.wave-modal__button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#26de9c;border:0;line-height:60px;padding-left:25px;padding-right:25px;color:#fff;font-size:1.3rem;cursor:pointer;border-radius:5px;text-shadow:1px 1px 3px rgba(0,0,0,0.2), 1px 1px 1px rgba(0,0,0,0.2)}.wave-modal__close{position:absolute;top:0.4em;right:0.4rem;font-size:1.6rem;cursor:pointer;padding:7px;color:#868585}.wave-modal.is-visible{opacity:1;-ms-filter:none;filter:none;pointer-events:auto}

.wave-container-v3 .wave-image span { color: #666; }