@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Montserrat:400,700|Raleway:300,400,500,600,700);

@charset "UTF-8";
/*!
 * bootswatch v3.3.6
 * Homepage: http://bootswatch.com
 * Copyright 2012-2015 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!  font-size: 20px;
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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: .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: .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
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -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: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #fff;
    padding-top: 138px
}

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

a {
    color: #1e6794;
    text-decoration: none
}

a:hover, a:focus {
    color: #1e6794;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #ecf0f1
}

.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: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    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: #b4bcc2
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

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: 10.5px;
    margin-bottom: 10.5px
}

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: 39px
}

h2, .h2 {
    font-size: 32px
}

h3, .h3 {
    font-size: 26px
}

h4, .h4 {
    font-size: 19px
}

h5, .h5 {
    font-size: 15px
}

h6, .h6 {
    font-size: 13px
}

p {
    margin: 0 0 10.5px
}

.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

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

small, .small {
    font-size: 86%
}

mark, .mark {
    background-color: #f39c12;
    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: #b4bcc2
}

.text-primary {
    color: #2c3e50
}

a.text-primary:hover, a.text-primary:focus {
    color: #1a242f
}

.text-success {
    color: #fff
}

a.text-success:hover, a.text-success:focus {
    color: #e6e6e6
}

.text-info {
    color: #fff
}

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

.text-warning {
    color: #fff
}

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

.text-danger {
    color: #fff
}

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

.bg-primary {
    color: #fff;
    background-color: #2c3e50
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #1a242f
}

.bg-success {
    background-color: #1e6794
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #128f76
}

.bg-info {
    background-color: #3498db
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #217dbb
}

.bg-warning {
    background-color: #f39c12
}

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

.bg-danger {
    background-color: #e74c3c
}

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

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid transparent
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px
}

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: 21px
}

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 #b4bcc2
}

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

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #ecf0f1
}

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: #b4bcc2
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '2014 0A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ecf0f1;
    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: '0A0 2014'
}

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

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #7b8a8b;
    background-color: #ecf0f1;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 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
}

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #b4bcc2;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ecf0f1
}

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

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ecf0f1
}

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

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

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

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ecf0f1
}

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

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

.table-hover > tbody > tr:hover {
    background-color: #ecf0f1
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #ecf0f1
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #dde4e6
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #1e6794
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #15a589
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #3498db
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #258cd1
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #f39c12
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #e08e0b
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #e74c3c
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #e43725
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ecf0f1
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #2c3e50;
    border: 0;
    border-bottom: 1px solid transparent
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

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

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px 9PX;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 11px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #2c3e50;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6)
}

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

.form-control:-ms-input-placeholder {
    color: #acb6c0
}

.form-control::-webkit-input-placeholder {
    color: #acb6c0
}

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

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

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 45px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 35px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 66px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px 9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

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

.radio-inline, .checkbox-inline label{
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

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

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 36px
}

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

.input-sm {
    height: 35px;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 35px;
    line-height: 35px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 35px;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 35px;
    line-height: 35px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 35px;
    min-height: 34px;
    padding: 7px 9px;
    font-size: 13px;
    line-height: 1.5
}

.input-lg {
    height: 66px;
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 66px;
    line-height: 66px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 66px;
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 66px;
    line-height: 66px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 66px;
    min-height: 40px;
    padding: 19px 27px;
    font-size: 19px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 56.25px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 66px;
    height: 66px;
    line-height: 66px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #1e6794
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #fff
}

.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f39c12
}

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

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #e74c3c
}

.has-error .form-control-feedback {
    color: #fff
}

.has-feedback label ~ .form-control-feedback {
    top: 26px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #597ea2
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 19px;
        font-size: 19px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px;
        font-size: 13px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-default {
    color: #fff;
    background-color: #95a5a6;
    border-color: #95a5a6
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #798d8f;
    border-color: #566566
}

.btn-default:hover {
    color: #fff;
    background-color: #798d8f;
    border-color: #74898a
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #798d8f;
    border-color: #74898a
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #687b7c;
    border-color: #566566
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #95a5a6;
    border-color: #95a5a6
}

.btn-default .badge {
    color: #95a5a6;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #1e6794;
    border-color: #1e6794
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #134e73;
    border-color: #134e73
}

.btn-primary:hover {
    color: #fff;
    background-color: #134e73;
    border-color: #134e73
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #134e73;
    border-color: #134e73
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #1e6794;
    border-color: #134e73
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #2c3e50;
    border-color: #2c3e50
}

.btn-primary .badge {
    color: #2c3e50;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #1e6794;
    border-color: #1e6794
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #128f76;
    border-color: #0a4b3e
}

.btn-success:hover {
    color: #fff;
    background-color: #128f76;
    border-color: #11866f
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #128f76;
    border-color: #11866f
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #0e6f5c;
    border-color: #0a4b3e
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #1e6794;
    border-color: #1e6794
}

.btn-success .badge {
    color: #1e6794;
    background-color: #fff
}

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

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #e8ab2d;
    border-color: #e8ab2d
}

.btn-info:hover {
    color: #fff;
    background-color: #e8ab2d;
    border-color: #e8ab2d
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #f1b53b;
    border-color: #e8ab2d
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #f1b53b;
    border-color: #e8ab2d
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #3498db;
    border-color: #3498db
}

.btn-info .badge {
    color: #3498db;
    background-color: #fff
}

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

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c87f0a;
    border-color: #7f5006
}

.btn-warning:hover {
    color: #fff;
    background-color: #c87f0a;
    border-color: #be780a
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c87f0a;
    border-color: #be780a
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #a66908;
    border-color: #7f5006
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f39c12;
    border-color: #f39c12
}

.btn-warning .badge {
    color: #f39c12;
    background-color: #fff
}

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

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d62c1a;
    border-color: #921e12
}

.btn-danger:hover {
    color: #fff;
    background-color: #d62c1a;
    border-color: #cd2a19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d62c1a;
    border-color: #cd2a19
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #b62516;
    border-color: #921e12
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #e74c3c;
    border-color: #e74c3c
}

.btn-danger .badge {
    color: #e74c3c;
    background-color: #fff
}

.btn-link {
    color: #1e6794;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #b4bcc2;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 18px 38px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 35px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

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

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #7b8a8b;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2c3e50
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2c3e50
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #b4bcc2
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #b4bcc2;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.how-we-are .separator {
    bottom: 15px;
}

.how-we-are .separator:before {
    padding-top: 24%;
}

.first-row {
    position: relative
}

.first-row::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    background: #f7f7f7;
    height: 220px
}

.about-container .first-row .col-md-8 {
    padding-top: 40px
}

.first-row img {
    width: 220px;
}

.about-container .row.first-row {
    background-color: #ffffff;
    padding-bottom: 60px;
}

.how-we-are .center-block.video-container {
    margin-top: 20px
}
.how-we-are .about-page .bg-white .padding {
    padding-left: 10%;
    padding-right: 10%;
}
.center-text {
    text-align: center
}

.advantages-bloc {
    position: relative;
    background-color: rgba(241, 188, 79, 0.60);
    width: 50%;
    margin: 25px auto 50px;
    padding: 15px 25px;
}

.about-container .bg-white.row {
    background-color: #ffffff
}

.bg-white.row.last-row {
    margin-top: 30px
}

.advantages-bloc:after {
    content: "";
    position: absolute;
    top: -13px;
    right: -11px;
    background: url(../img/plus.png) no-repeat;
    background-size: 100%;
    height: 30px;
    width: 25px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 66px;
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 66px;
    line-height: 66px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 35px;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 35px;
    line-height: 35px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #2c3e50;
    text-align: center;
    background-color: #ecf0f1;
    border: 1px solid #dce4ec;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 18px 27px;
    font-size: 19px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ecf0f1
}

.nav > li.disabled > a {
    color: #b4bcc2
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #b4bcc2;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ecf0f1;
    border-color: #1e6794
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

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

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

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #ecf0f1 #ecf0f1 #ecf0f1
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ecf0f1
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ecf0f1;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

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

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ecf0f1
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ecf0f1;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 21px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

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

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 19.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 60px;
	position: relative;
	z-index: 1;
}

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

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 9.75px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 19.5px;
        padding-bottom: 19.5px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

.navbar-btn.btn-sm {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

.navbar-btn.btn-xs {
    margin-top: 19px;
    margin-bottom: 19px
}

.navbar-text {
    margin-top: 19.5px;
    margin-bottom: 19.5px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #2c3e50;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #1e6794;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #fff
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #1e6794;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1a242f
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #1a242f
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1a242f
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #1a242f;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #1e6794;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #1a242f
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #fff
}

.navbar-default .navbar-link:hover {
    color: #1e6794
}

.navbar-default .btn-link {
    color: #fff
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #1e6794
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #1e6794;
    border-color: transparent
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #2c3e50;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #2c3e50;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #15a589
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #128f76
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #128f76
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #149c82
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #15a589;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #2c3e50;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #15a589
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #2c3e50
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #2c3e50
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #ccc
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #ecf0f1;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #95a5a6
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #1e6794;
    border: 1px solid transparent;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0f7864;
    border-color: transparent
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0f7864;
    border-color: transparent;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ecf0f1;
    background-color: #3be6c4;
    border-color: transparent;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #1e6794;
    border: 1px solid transparent;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #0f7864
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #fff;
    background-color: #1e6794;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #95a5a6
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #798d8f
}

.label-primary {
    background-color: #2c3e50
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1a242f
}

.label-success {
    background-color: #1e6794
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #128f76
}

.label-info {
    background-color: #1e6794
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #217dbb
}

.label-warning {
    background-color: #f39c12
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #c87f0a
}

.label-danger {
    background-color: #e74c3c
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d62c1a
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #2c3e50;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #2c3e50;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #ecf0f1
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #cfd9db
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 68px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #1e6794
}

.thumbnail .caption {
    padding: 9px;
    color: #2c3e50
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #1e6794;
    border-color: #1e6794;
    color: #fff
}

.alert-success hr {
    border-top-color: #15a589
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff
}

.alert-info hr {
    border-top-color: #258cd1
}

.alert-info .alert-link {
    color: #e6e6e6
}

.alert-warning {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff
}

.alert-warning hr {
    border-top-color: #e08e0b
}

.alert-warning .alert-link {
    color: #e6e6e6
}

.alert-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.alert-danger hr {
    border-top-color: #e43725
}

.alert-danger .alert-link {
    color: #e6e6e6
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #ecf0f1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #2c3e50;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #1e6794
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #3498db
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f39c12
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #e74c3c
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ecf0f1
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #ecf0f1
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #ecf0f1;
    color: #b4bcc2;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #b4bcc2
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #8aa4be
}

.list-group-item-success {
    color: #fff;
    background-color: #1e6794
}

a.list-group-item-success, button.list-group-item-success {
    color: #fff
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #fff;
    background-color: #15a589
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-info {
    color: #fff;
    background-color: #3498db
}

a.list-group-item-info, button.list-group-item-info {
    color: #fff
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #fff;
    background-color: #258cd1
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-warning {
    color: #fff;
    background-color: #f39c12
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #fff
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #fff;
    background-color: #e08e0b
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-danger {
    color: #fff;
    background-color: #e74c3c
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #fff
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #fff;
    background-color: #e43725
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ecf0f1;
    border-top: 1px solid #ecf0f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ecf0f1
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 21px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ecf0f1
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ecf0f1
}

.panel-default {
    border-color: #ecf0f1
}

.panel-default > .panel-heading {
    color: #2c3e50;
    background-color: #ecf0f1;
    border-color: #ecf0f1
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ecf0f1
}

.panel-default > .panel-heading .badge {
    color: #ecf0f1;
    background-color: #2c3e50
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ecf0f1
}

.panel-primary {
    border-color: #2c3e50
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2c3e50
}

.panel-primary > .panel-heading .badge {
    color: #2c3e50;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2c3e50
}

.panel-success {
    border-color: #1e6794
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #1e6794;
    border-color: #1e6794
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1e6794
}

.panel-success > .panel-heading .badge {
    color: #1e6794;
    background-color: #fff
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1e6794
}

.panel-info {
    border-color: #3498db
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3498db
}

.panel-info > .panel-heading .badge {
    color: #3498db;
    background-color: #fff
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3498db
}

.panel-warning {
    border-color: #f39c12
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f39c12
}

.panel-warning > .panel-heading .badge {
    color: #f39c12;
    background-color: #fff
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f39c12
}

.panel-danger {
    border-color: #e74c3c
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e74c3c
}

.panel-danger > .panel-heading .badge {
    color: #e74c3c;
    background-color: #fff
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e74c3c
}

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

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ecf0f1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

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

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

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

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

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

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

/* Crousel pluguin */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

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

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

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

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

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

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

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

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

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

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

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

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

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

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer: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
    }
}

@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
    }
}

.navbar {
    border-width: 0
}

.navbar-default .badge {
    background-color: #fff;
    color: #2c3e50
}

.navbar-inverse .badge {
    background-color: #fff;
    color: #1e6794
}

.navbar-brand {
    line-height: 1
}

.btn {
    border-width: 2px
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.text-primary, .text-primary:hover {
    color: #2c3e50
}

.text-success, .text-success:hover {
    color: #1e6794
}

.text-danger, .text-danger:hover {
    color: #e74c3c
}

.text-warning, .text-warning:hover {
    color: #f39c12
}

.text-info, .text-info:hover {
    color: #3498db
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: underline
}

table .dropdown-menu a, .table .dropdown-menu a {
    text-decoration: none
}

table .success, .table .success, table .warning, .table .warning, table .danger, .table .danger, table .info, .table .info {
    color: #fff
}

table .success > th > a, .table .success > th > a, table .warning > th > a, .table .warning > th > a, table .danger > th > a, .table .danger > th > a, table .info > th > a, .table .info > th > a, table .success > td > a, .table .success > td > a, table .warning > td > a, .table .warning > td > a, table .danger > td > a, .table .danger > td > a, table .info > td > a, .table .info > td > a, table .success > a, .table .success > a, table .warning > a, .table .warning > a, table .danger > a, .table .danger > a, table .info > a, .table .info > a {
    color: #fff
}

table > thead > tr > th, .table > thead > tr > th, table > tbody > tr > th, .table > tbody > tr > th, table > tfoot > tr > th, .table > tfoot > tr > th, table > thead > tr > td, .table > thead > tr > td, table > tbody > tr > td, .table > tbody > tr > td, table > tfoot > tr > td, .table > tfoot > tr > td {
    border: 0
}

table-bordered > thead > tr > th, .table-bordered > thead > tr > th, table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, .table-bordered > thead > tr > td, table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ecf0f1
}

.form-control, input {
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus, input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label, .has-warning .form-control-feedback {
    color: #f39c12
}

.has-warning .form-control, .has-warning .form-control:focus {
    border: 2px solid #f39c12
}

.has-warning .input-group-addon {
    border-color: #f39c12
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .form-control-feedback {
    color: #e74c3c
}

.has-error .form-control, .has-error .form-control:focus {
    border: 2px solid #e74c3c
}

.has-error .input-group-addon {
    border-color: #e74c3c
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label, .has-success .form-control-feedback {
    color: #1e6794
}

.has-success .form-control, .has-success .form-control:focus {
    border: 2px solid #1e6794
}

.has-success .input-group-addon {
    border-color: #1e6794
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: transparent
}

.pager a, .pager a:hover {
    color: #fff
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #3be6c4
}

.close {
    color: #fff;
    text-decoration: none;
    opacity: .4
}

.close:hover, .close:focus {
    color: #fff;
    opacity: 1
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline
}

.progress {
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress .progress-bar {
    font-size: 10px;
    line-height: 10px
}

#schedule-modal .progress {
    height: 15px;
    box-shadow: none;
    position: absolute;
    width: 96%;
    left: 0;
    top: -20px;
    margin: 2%;
}

#schedule-modal .loading_progress {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: #0000001a;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border-color: #ecf0f1
}

a.list-group-item-success.active {
    background-color: #1e6794
}

a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    background-color: #15a589
}

a.list-group-item-warning.active {
    background-color: #f39c12
}

a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    background-color: #e08e0b
}

a.list-group-item-danger.active {
    background-color: #e74c3c
}

a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    background-color: #e43725
}

.panel-default .close {
    color: #2c3e50
}

.modal .close {
    color: #2c3e50
}

.popover {
    color: #2c3e50
}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-viewport {
    width: device-width
}

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

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

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.container, header:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

body {
    padding-top: 110px
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

.popover {
    max-width: 284px
}

.open > .dropdown-menu {
    display: block !important
}

.bottom-15 {
    bottom: 15px
}

.text-left-not-lg, .text-left-not-md, .text-left-not-sm, .text-left-not-xs {
    text-align: left
}

.text-center-not-lg, .text-center-not-md, .text-center-not-sm, .text-center-not-xs {
    text-align: center
}

.text-right-not-lg, .text-right-not-md, .text-right-not-sm, .text-right-not-xs {
    text-align: right
}

.text-justify-not-lg, .text-justify-not-md, .text-justify-not-sm, .text-justify-not-xs {
    text-align: justify
}

@media (max-width: 767px) {
    .text-center-not-xs, .text-justify-not-xs, .text-left-not-xs, .text-right-not-xs {
        text-align: inherit
    }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
    .text-center-not-sm, .text-justify-not-sm, .text-left-not-sm, .text-right-not-sm {
        text-align: inherit
    }

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .text-center-not-md, .text-justify-not-md, .text-left-not-md, .text-right-not-md {
        text-align: inherit
    }

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

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

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

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

@media (min-width: 1200px) {
    .text-center-not-lg, .text-justify-not-lg, .text-left-not-lg, .text-right-not-lg {
        text-align: inherit
    }

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

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

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

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

.container {
    transition: all .5s ease-in-out
}

.sp-spinner-btn {
    background-color: #EEE !important;
    color: #BBB !important;
    text-shadow: none !important;
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -137px;
    letter-spacing: 0;
    text-transform: none;
    -webkit-backface-visibility: hidden;
    transition: all .17s ease-in-out;
    -moz-transition: all .17s ease-in-out;
    -webkit-transition: all .17s ease-in-out;
    -o-transition: all .17s ease-in-out
}

.cd-cart h2, .uppercase {
    text-transform: uppercase
}

.dark.sx-spinner-btn {
    background-color: rgba(255, 255, 255, .2) !important;
    color: #EEE !important;
    text-shadow: rgba(0, 0, 0, .1) !important
}

.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 9999999
}

.sp-preloader {
    text-align: center;
    width: 100px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -31px
}

.sp-preloader > img {
    position: absolute;
    top: -150%;
    left: -50%;
    width: 200px
}

.sp-preloader span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 31px auto;
    -webkit-border-radius: 63px;
    -moz-border-radius: 63px;
    border-radius: 63px;
    -webkit-animation-name: bubble-anim;
    -moz-animation-name: bubble-anim;
    -ms-animation-name: bubble-anim;
    -o-animation-name: bubble-anim;
    animation-name: bubble-anim;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate
}

.bubble-01 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.bubble-02 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.bubble-03 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

@-moz-keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #1e6794;
        -moz-transform: translateY(0)
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #f1b53b;
        -moz-transform: translateY(-26px)
    }
}

@-webkit-keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #1e6794;
        -webkit-transform: translateY(0)
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #f1b53b;
        -webkit-transform: translateY(-26px)
    }
}

@-ms-keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #1e6794;
        -ms-transform: translateY(0)
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #f1b53b;
        -ms-transform: translateY(-26px)
    }
}

@-o-keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #1e6794;
        -o-transform: translateY(0)
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #f1b53b;
        -o-transform: translateY(-26px)
    }
}

@keyframes bubble-anim {
    0% {
        width: 13px;
        height: 13px;
        background-color: #1e6794;
        transform: translateY(0)
    }
    100% {
        width: 30px;
        height: 30px;
        background-color: #f1b53b;
        transform: translateY(-26px)
    }
}

.white-bg {
    background-color: #fff
}

.grey-bg {
    background-color: #fbfbfb
}

.display-inline {
    display: inline-block !important
}

.padding-bottom-4 {
    padding-bottom: 4px
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-40 {
    padding-top: 40px
}

.margin-top-5 {
    margin-top: 5px
}

@media (min-width: 992px) {
    .padding-left-30-md {
        padding-left: 30px
    }

    /*.margin-top-150-md{margin-top:150px}*/
    .padding-left-70-md {
        padding-left: 70px
    }
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    border-radius: 0 35px 35px 0 !important;
    padding: 15px !important;
    width: 45px !important;
    height: 45px !important;
    margin: 0 0 0 -1px !important;
    vertical-align: middle !important;
    border: 2px solid #95a5a6 !important;
    background-color: #95a5a6 !important
}

input.gsc-search-button:focus, input.gsc-search-button:hover {
    border: 2px solid #74898a !important;
    background-color: #798d8f !important
}

.cse .gsc-control-cse, .gsc-control-cse, .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important
}

.gsc-input-box, .gsc-input-box-focus, .gsc-input-box-hover, input.gsc-input {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: 45px !important;
    box-shadow: none !important
}

.gsib_a {
    padding: 0 !important
}

.gsc-search-box-tools .gsc-search-box .gsc-input-box, .gsc-search-box-tools .gsc-search-box .gsc-input-box-hover {
    border: 2px solid #dce4ec !important;
    border-radius: 4px 0 0 4px !important;
    display: block !important;
    padding: 0 !important;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s !important;
    width: 100% !important
}

.gsc-search-box-tools .gsc-search-box .gsc-input-box-focus {
    border: 2px solid #2c3e50 !important
}

.gsc-search-box-tools .gsc-search-box .gsc-input-box input[type=text].gsc-input {
    height: 40px !important;
    line-height: 1.42857 !important;
    color: #2c3e50 !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
    border-radius: 4px !important
}

.fileinput.input-group {
    width: 100% !important
}

.padding-left-right-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #f1b53b;
    border-radius: 5px
}

form {
    color: #000101
}

.main-box h3, form h3 {
    margin-bottom: 30px;
    line-height: 30px;
    color: #000
}

.main-box.main-question h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    font-weight: 400
}

.form-group label {
    color: #1e6794
}

.yellow-label .form-group > label {
    color: #f1b53b
}

#contactModal .form-group label {
    font-size: 15px
}

.form-group label.error {
    color: #e74c3c;
    font-weight: 300
}

form input.form-control, select.form-control {
    border-radius: 35px
}

.block-quiz, .block-quiz-reponse {
    border: 1px solid #1e6794;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px
}

.block-quiz legend {
    font-size: 15px;
    width: auto !important;
    margin: 0;
    padding: 0 15px
}

.block-quiz .form-control {
    width: 88% !important;
    display: inline-block !important
}

.block-quiz .block-quiz-reponse .form-control {
    width: 80% !important;
    display: inline-block !important
}

.block-quiz .block-quiz-reponse .checkbox {
    width: 6%;
    display: inline-block;
    margin-left: 2%
}

.block-quiz .btn {
    width: 9%;
    margin-left: 1%;
    display: inline-block
}

.sp-select {
    position: relative
}

@supports (pointer-events:none) and ((-webkit-appearance:none) or(-moz-appearance:none

) or(appearance:none

)) {
    .sp-select select {
        -moz-appearance: none
    }

    .sp-select:after {
        border-radius: 35px;
        background-color: #fff !important;
        color: #2c3e50;
        content: "\f078";
        font: 12px/1 FontAwesome;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 36px;
        pointer-events: none;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -5px
    }
}

form input[type=submit] {
    margin-top: 50px
}

form .form-group input[type=submit] {
    margin-top: 5px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #f1b53b
}

header.affix {
    position: fixed;
    background: rgba(247, 243, 236, .9)
}

header.affix a.navbar-brand {
    width: 160px;
    margin: 5px 0
}

header.affix:after {
    opacity: 0;
    top: 90%
}

header.affix nav {
    margin-top: 6px
}

header.affix nav li a {
    padding: 5px 10px;
    font-size: 16px;
}
ul.slimmenu{
    margin-top: 16px;
}
ul.slimmenu>li {
    margin-bottom:5px;
}
.collapse-button{background-color: transparent; width:auto;}

header.affix nav .avatar {
    margin-top: -5px
}

header.affix nav li.dropdown.avatar {
    display: inline-block;
    padding: 13px 5px 5px
}

header.affix .dropdown.avatar img#header-user-avatar {
    width: 40px
}

header.affix .dropdown-menu.pull-right {
    right: -30px;
    left: auto;
    top: 71px
}

header {
    position: fixed;
    background: #FFF;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 0
}

/*header:after{content:'';position:absolute;width:100%;height:12px;left:0;top:100%;background-image:url(../img/menu-bg.png);background-repeat:repeat-x;background-position:left bottom;z-index:21;transition:all .5s ease-in-out}*/
header nav, header nav li a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

header nav {
    margin-top: 34px;
    transition: all .5s ease-in-out
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

header nav li {
    display: inline-block;
    padding: 10px 0
}

header nav li a {
    display: block;
    padding: 10px 12px;
    font-size: 17px;
    color: #1e6793;
    border: 2px solid transparent;
    border-radius: 40px;
    transition: all .5s ease-in-out
}

header nav .avatar, header nav img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

header nav li a:focus, header nav li a:hover {
    color: #1e6793;
    border-color: #1e6793;
    outline: 0;
    text-decoration: none
}

header nav ul.slimmenu li a.active {
    color: #fff;
    border-color: #1e6793;
    background-color: #1e6793;
    outline: 0;
    text-decoration: none
}

header nav ul.slimmenu li ul li a.active {
    background-color: #ffffff
}

header nav ul.slimmenu li ul li a.active {
    color: #1e6793
}

header nav ul.slimmenu li:hover ul li a.active, header nav ul.slimmenu li ul li:hover a.active, header nav ul.slimmenu li:hover ul li:hover a.active, header nav ul.slimmenu li ul li.active > a {
    text-decoration: none;
    border: none;
    color: #176596;
    border-radius: 0;
    border-bottom: 3px solid #f4bf45;
    background-color: #ffffff
}

header nav li a.demo-yellow {
    color: #fff;
    border-color: #f1bc4f;
    background-color: #f1bc4f;
    outline: 0;
    text-decoration: none
}

header nav li a.demo-yellow .fa.fa-play {
    margin-right: 5px;
    font-size: 14px
}

header nav .navbar-toggle {
    background: 0;
    border: 0;
    margin-top: 4px
}

header nav .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    background: #1d1d1d
}

header nav .avatar {
    margin-top: -15px;
    transition: all .5s ease-in-out
}

header nav .avatar > a.active, header nav .avatar > a:focus, header nav .avatar > a:hover {
    border-color: #fff
}

header nav .avatar > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "\f107";
    border-top: .3em solid;
    font-family: FontAwesome;
    color: #f1b53b
}

header nav img {
    width: 55px;
    transition: all .5s ease-in-out
}

header nav .dropdown-menu {
    min-width: 225px;
    background-color: #1e6794
}

header nav .dropdown-menu li {
    width: 100%
}

header nav .dropdown-menu li a {
    padding: 5px 10px;
    color: #fff
}

header nav .dropdown-menu:after {
    position: absolute;
    top: -18px;
    right: 40px;
    display: inline-block;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #1e6794;
    border-left: 18px solid transparent;
    content: ''
}

header nav .dropdown-menu > li > a.active {
    color: #f1b53b
}

#affix-teacher-details.affix, #affix-teacher-price.affix {
    top: 60px
}

.navbar-brand {
    height: auto !important;
    width: 24%;
    margin: 10px 15px;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#hero-slider h1 {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 2%;
    animation-delay: 1.4s;
    font-family: 'Dancing Script', cursive;
    color: #FFF;
    z-index: 20;
    font-size: 55px;
    text-align: center
}

#hero-slider .item {
    height: 100vh;
    width: 100%
}

#hero-slider .carousel .icon-container, #hero-slider .carousel-caption button, #hero-slider .carousel-caption h3 {
    background-color: #09c
}

#hero-slider .carousel-caption h3 {
    padding: .5em
}

#hero-slider .carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%
}

#hero-slider .carousel-caption {
    top: 160px;
    left: 0;
    right: 0;
    padding-bottom: 0;
    text-shadow: none
}

#hero-slider .carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em
}

.slider-fix {
    position: relative;
    margin-top: -300px;
    margin-bottom: 55px;
    z-index: 22
}

.slider-fix a.btn {
    margin: 0 10px
}

.search-bar {
    text-align: center;
    margin-top: 120px;
    display: table;
    width: 100%;
    table-layout: fixed;
    word-spacing: -3px
}

.search-bar label select {
    width: 270px;
    height: 55px;
    padding: 0 14px;
    background: rgba(255, 255, 255, .85);
    border: 0;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    font-size: 20px;
    font-weight: 300;
    color: #1e6794
}

.cd-cart select, .filter-box select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.search-bar label select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444
}

.search-bar label select::-ms-expand {
    display: none
}

.search-bar label:before {
    content: '';
    right: 5px;
    top: 0;
    width: 30px;
    height: 33px;
    position: absolute;
    pointer-events: none;
    display: block
}

.search-bar label {
    position: relative;
    margin-bottom: 10px
}

.search-bar label:after {
    content: '>';
    font: 16px Consolas, monospace;
    color: #444;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 2px;
    top: 8px;
    position: absolute;
    pointer-events: none;
    width: 35px;
    padding: 0 0 5px;
    text-indent: 14px
}

.about-box .top span, .home-steps h4 {
    font-family: 'Dancing Script', cursive
}

@media screen\0 {
    .search-bar label:after {
        width: 38px;
        text-indent: 15px;
        right: 0
    }
}

@media screen and (min--moz-device-pixel-ratio: 0) {
    .search-bar label select {
        padding-right: 40px
    }

    .search-bar label:before {
        right: 6px
    }

    .search-bar label:after {
        text-indent: 14px;
        right: 6px;
        top: 7px;
        width: 36px
    }
}

.search-bar button {
    width: 270px;
    height: 55px;
    padding: 0 14px;
    margin: 0;
    background: rgba(255, 255, 255, .85);
    text-align: left;
    position: relative;
    border: 0;
    font-size: 20px;
    color: #1e6794;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.search-bar button:after {
    position: absolute;
    content: " ";
    background: url(../img/sprite.png) #f1b53b;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    top: 0;
    right: -26px
}

.press .testimony:after, .press a.box-idea:before, .pricing-box .top:after, .pricing-box li:before {
    content: ''
}

.search-bar button:hover {
    background-color: #FFF
}

.search-bar button:hover:after {
    background-color: #e8ab2d
}

.home-icon {
    display: block;
    background-image: url(../img/sprite.png);
    width: 112px;
    height: 112px;
    margin: 0 auto
}

.home-steps {
    margin: 55px
}

.home-steps h4 {
    font-weight: 700;
    text-align: center;
    color: #1e6794;
    font-size: 28px;
    margin-top: 65px;
    margin-bottom: 20px
}

.home-steps p {
    text-align: center;
    color: #a1a6a8;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px
}

.home-steps .btn {
    min-width: 200px
}

.home-icon.icon-1 {
    background-position: 226px -343px
}

.home-icon.icon-2 {
    background-position: 110px -343px
}

.home-icon.icon-3 {
    background-position: 339px -343px
}

.home-icon.icon-4 {
    background-position: 451px -343px
}

.video-width-100 {
    width: 100% !important
}

.video-height-100 {
    height: 100% !important
}

.cours .video-js .vjs-big-play-button, .video-container .video-js .vjs-big-play-button {
    background-color: rgba(242, 189, 80, .7);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 100px;
    height: 100px;
    left: calc(50% - 50px);
    line-height: 100px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: calc(50% - 50px);
    transition: all .4s ease 0s;
    width: 100px
}

.cours .vjs-big-play-centered .vjs-big-play-button, .video-container .vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1.5em;
    top: 50%
}

.cours .video-js .vjs-big-play-button:focus, .cours .video-js:hover .vjs-big-play-button, .video-container .video-js .vjs-big-play-button:focus, .video-container .video-js:hover .vjs-big-play-button {
    background-color: rgba(115, 133, 159, .5);
    border-color: #fff;
    outline: 0;
    transition: all 0s ease 0s
}

.cours .vjs-controls-disabled .vjs-big-play-button, .cours .vjs-error .vjs-big-play-button, .cours .vjs-has-started .vjs-big-play-button, .cours .vjs-using-native-controls .vjs-big-play-button, .video-container .vjs-controls-disabled .vjs-big-play-button, .video-container .vjs-error .vjs-big-play-button, .video-container .vjs-has-started .vjs-big-play-button, .video-container .vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.video-js {
    margin: 0 auto 30px
}

.video-container .vjs-poster {
    background-color: rgba(30, 103, 148, .8)
}

.home-pricing {
    background-image: url(../img/school-bg.jpg);
    padding: 70px 0
}

.pricing-box {
    background: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
    padding-bottom: 30px
}

.pricing-box .top, .pricing-box li:before {
    background-image: url(../img/sprite.png)
}

.pricing-box .top {
    background-position: center -213px;
    color: #fff;
    padding: 20px 0
}

.pricing-box .top span {
    display: block;
    float: left;
    width: 50%;
    line-height: 40px;
    font-size: 28px
}

.pricing-box .top:after {
    display: block;
    clear: both
}

.pricing-box .top span small {
    display: block
}

.pricing-box .top span small i {
    font-size: 40px;
    font-style: normal
}

.pricing-box ul {
    margin: 20px 0;
    padding: 10px 20px
}

.pricing-box li {
    color: #969696;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    list-style: none;
    margin-bottom: 30px
}

.pricing-box li:before {
    display: inline-block;
    width: 23px;
    height: 15px;
    background-position: -51px 0;
    margin-right: 7px
}

.pricing-box .btn {
    margin: 5px
}

.home-about {
    background-image: url(../img/school-bg.jpg)
}

.home-about .body ul {
    list-style-position: inside
}

.about-box {
    padding: 100px 0 70px;
    background-color: #fff;
    color: #1e6794
}

.about-box .title {
    display: block;
    margin: 25px 10px;
    font-weight: 700
}

.about-box .top {
    margin-bottom: 115px
}

.about-box .top span {
    font-size: 60px;
    color: #f1b53b
}

.about-box .top img {
    margin-bottom: 27px
}

.about-box .top p {
    padding: 5px 15%;
    font-size: 20px
}

.about-box .media-heading {
    font-size: 17px;
    font-weight: 700
}

.about-box .media-body {
    padding-top: 10px
}

.about-box .media-body p {
    margin-left: 25px
}

.about-box .body .col-md-6, .about-box .body .col-sm-12 {
    min-height: 215px
}

.student .about-box {
    padding: 50px 0 70px
}

.blog, .join {
    padding: 70px 0;
    text-align: center
}

.student .about-box .top {
    margin-bottom: 70px
}

.blog h5, .join h5 {
    color: #1e6794;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Dancing Script', cursive
}

.student .services-box {
    margin-top: 100px
}

.join h5 {
    font-size: 50px
}

.blog h5 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 45px;
    margin-top: 0
}

.blog a span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin: 12px 0;
    color: #186898
}

ol {
    list-style: none;
    padding-left: 5px
}

.comments-list {
    padding: 0 0 0 70px
}

#comments h4, .post-share h4 {
    border-bottom: 3px solid #d73300;
    margin: 15px 0
}

.comment {
    clear: both;
    font-size: 12px;
    margin-top: 10px;
    padding: 0
}

.comment .avatar {
    float: left;
    height: 50px !important;
    position: relative;
    width: 50px !important;
    z-index: 1
}

.comment .respond {
    margin: 40px 0 50px
}

.comment .img-thumbnail {
    margin-left: -80px;
    position: absolute
}

.comment .comment-block {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    position: relative
}

.comment .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f4f4f4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 15px;
    width: 0
}

.comment .comment-entry {
    color: #636363
}

.comment .author {
    font-weight: 600;
    margin: 0
}

.comment .delete-c, .comment .delete-c i, .comment .reply, .comment .reply i {
    color: #959595
}

.comment .date {
    color: #959595;
    margin: 1px 0 8px
}

.comment .children .comment {
    position: relative
}

#comments-form {
    margin-top: 30px
}

.press {
    background-color: #1d6793;
    padding-bottom: 50px
}

.press a.box-idea span, .press h5 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: #FFF;
    margin: 40px 0
}

.press .testimony {
    background: #f1b53b;
    margin-bottom: 20px
}

.press .testimony:after {
    display: block;
    clear: both
}

.press .testimony .img-container {
    background: #e6ac38;
    padding: 22px
}

.press .testimony img {
    border-radius: 50%;
    height: 85px
}

.press .testimony .testimony-container {
    padding: 20px;
    color: #FFF
}

.press .testimony span {
    display: block;
    margin-bottom: 5px;
    font-size: 22px
}

.press a.box-idea:before {
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -336px 0;
    width: 170px;
    height: 210px;
    margin: 95px auto 0
}

.press a.box-idea {
    display: block;
    font-size: 23px;
    color: #FFF;
    text-align: center
}

.press a.box-idea:hover {
    text-decoration: none
}

.press a.box-idea span {
    display: block;
    margin: 7px auto
}

footer {
    background-color: #fff
}

.footer-top {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 80px 0 40px;
    font-size: 30px;
    color: #1e6794
}

.footer-top .footer-press {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    color: #0D6598;
    font-size: 25px;
    margin: 0
}

.footer-top input {
    height: 64px;
    margin-top: 30px;
    border-radius: 5px !important
}

ul.press-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

ul.press-logos li {
    display: inline-block;
    margin: 0;
    padding: 0
}

ul.press-logos li a {
    height: 60px;
    min-width: 299px;
    display: block;
    margin: 0;
    padding: 0;
    background-image: url(/assets/zeneduc/img/press-logos-bnw.png)
}

ul.press-logos li.press-logo-1 a {
    min-width: 210px
}

ul.press-logos li.press-logo-2 a {
    min-width: 220px;
    background-position: 0 -60px
}

ul.press-logos li.press-logo-3 a {
    min-width: 270px;
    background-position: 0 -120px
}

ul.press-logos li.press-logo-4 a {
    min-width: 160px;
    background-position: 0 -180px
}

ul.press-logos li.press-logo-5 a {
    min-width: 210px;
    background-position: 0 -240px
}

ul.press-logos li.press-logo-6 a {
    min-width: 150px
}

.footer-bottom {
    background: #1E6794;
    padding-top: 40px;
}

.footer-bottom .container {
    position: relative;
    min-height: 182px;
}

.footer-bottom .container > svg{
    position: absolute;
}

.footer-bottom .container svg.footer-bottom-right {
    bottom: 0;
    right: 0;
}

.footer-bottom .container svg.footer-logo {
    left: 0;
    bottom: 37px;
}

.footer-bottom a, .footer-bottom span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;

    color: #FFFFFF;
}

.footer-bottom .social ul {
    margin-bottom: 30px;
    padding-left: 3px;
    padding-right: 3px
}

.footer-bottom .copyright ul {
    margin-bottom: 55px;
    padding-left: 3px;
    padding-right: 3px
}

.icon-min-facebook, .icon-min-google-plus {
    padding: 10px 0 5px 40px;
    margin-right: 10px
}

.footer-bottom .copyright span {
    font-family: inherit;
    margin-right: 10px;
    color: #8a5d02;
    font-size: 16px
}

.social-icons {
    height: 26px;
    width: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0 7px;
}

.icon-facebook {
    background-image: url("../img/footer/facebook.png");
}

.icon-twitter {
    background-image: url("../img/footer/twitter.png");
}

.icon-instagram {
    background-image: url("../img/footer/insta.png");
}

.icon-youtube {
    background-image: url("../img/footer/youtube.png");
}

.icon-google-plus {
    background-position: -112px -166px
}

.icon-skype {
    background-position: -170px -166px
}

.icon-linkedin {
    background-position: -228px -166px
}

.icon-min-facebook {
    background: url(/assets/zeneduc/img/sprite.png) -710px -159px no-repeat
}

.icon-min-google-plus {
    background: url(/assets/zeneduc/img/sprite.png) -291px -167px no-repeat
}

.dashboard, .dashboard.zen, .sp-ico {
    background-repeat: no-repeat
}

.dashboard {
    padding-top: 15px;
    padding-bottom: 70px;
    background-image: url(../img/yellow.png);
    background-image: -webkit-linear-gradient(#f1bc4f, #f1bc4f);
    background-image: -o-linear-gradient(#f1bc4f, #f1bc4f);
    background-image: -moz-linear-gradient(#f1bc4f, #f1bc4f);
    background-image: linear-gradient(#f1bc4f, #f1bc4f);
    background-size: 100% 340px
}

.dashboard.zen {
    background-image: url(../img/blue.png);
    background-image: -webkit-linear-gradient(#1e6794, #1e6794);
    background-image: -o-linear-gradient(#1e6794, #1e6794);
    background-image: -moz-linear-gradient(#1e6794, #1e6794);
    background-image: linear-gradient(#1e6794, #1e6794);
    background-size: 100% 95px;
    padding-bottom: 0;
}

.text-danger.sp-error {
    padding: 1px 5px;
    display: none
}

.fileinput .form-control {
    float: none;
    width: inherit
}

.fileinput .form-control i.fa {
    display: none
}

.dashboard .progress {
    height: 12px;
    border: 1px solid #f1b53b;
    border-radius: 10px;
    background-color: #fff
}

.dashboard .progress-bar {
    border-radius: 10px;
    background-color: #f1b53b
}

.dashboard .banner-description {
    max-height: 204px;
    overflow: hidden
}

.dashboard .banner-description .col-md-6:first-child {
    margin-top: 60px
}

.dashboard .banner-description .col-md-4:first-child {
    border-right: 1px solid #fff
}

.dashboard .banner-description .qualification-text {
    font-size: 25px;
    color: #fff
}

.dashboard .banner-description .level-text {
    font-size: 22px;
    color: #1e6794
}

.dashboard .banner-description.col-md-6 {
    min-height: 254px
}

.dashboard .banner-description img {
    max-height: 254px;
    max-width: 290px
}

.dashboard .banner-description h3, .dashboard .banner-description h1.title-page {
    font-family: 'Dancing Script', cursive;
    font-size: 38px;
    color: #1e6794;
    font-weight: 700
}

.dashboard .banner-description a{
    font-family: Raleway, sans-serif;
    color: #fff;
}
.dashboard .banner-description a:not([href="#info_theme"]) + a:not([href="#info_theme"]):before {
    content: "\002d";
    padding: 0 10px;
}
.dashboard .banner-description a.active {
    font-family: Raleway, sans-serif;
    color: #f0b53a;
}

.dashboard.zen .banner-description {
    max-height: 80px
}

.dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
    font-family: Raleway, sans-serif;
    font-size: 1.5625em;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 35px 0;
}

.dashboard.zen .banner-description h3 span, .dashboard.zen .banner-description h1.title-page span {
    font-size: 30px
}

.dashboard .banner-content .main-box {
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 3px 5px 0 0 rgba(24, 24, 24, .05)
}

.dashboard .banner-content .main-box > h4 {
    margin-bottom: 30px;
    margin-top: 20px
}

.dashboard .banner-content .main-box .btn {
    padding: 10px 45px;
    margin: 5px 0;
    white-space: normal
}

.dashboard .banner-content .main-box .btn.btn-file, .dashboard .banner-content .main-box .btn.fileinput-exists {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    white-space: nowrap
}

.dashboard .banner-content .main-box .btn.btn-xs {
    padding: 0 5px;
    margin: 0 5px
}

.dashboard .banner-content .main-box.main-question .img-questionnaire {
    margin-top: 15px
}

.dashboard .banner-content .price-box {
    background-color: #fff;
    padding: 25px 0;
    margin-bottom: 25px;
    text-align: center;
    border: 20px solid #f7f7f7;
    color: #1e6794
}

.dashboard .banner-content .price-box .amount {
    font-size: 35px
}

.dashboard .banner-content .price-box .currency {
    font-size: 25px
}

.dashboard .banner-content .image-box {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f7f3ec
}

.dashboard .banner-content .image-box img {
    width: 155px;
    height: 155px
}

.dashboard .banner-content .image-box span {
    color: #000001;
    font-size: 25px;
    font-weight: 300;
    position: relative
}

.dashboard .action-files {
    margin: 20px 0
}

.dashboard .file-row {
    display: table-row
}

.dashboard .file-row > div {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    padding: 8px
}

.thematique-box {
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-right: 30px;
    margin-top: -30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 0 0 #ebebeb;
    box-shadow: 1px 1px 0 0 #ebebeb
}

.thematique-box h4 {
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    color: #f0b53a;
    font-weight: 400;
    padding: 20px 15px
}

.side-menu .navbar-nav {
    width: 100%;
    margin: 20px 0 0
}

.side-menu .navbar-nav li {
    display: block;
    width: 100%
}

.side-menu .navbar-nav li a {
    padding: 15px;
    border-top: 1px solid #ebebeb;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000
}

.side-menu .navbar-nav li a.active {
    color: #f0b53a
}

.side-menu .navbar-nav li li a {
    padding-left: 60px;
    border-top: 0
}

.side-menu .navbar-nav > li.active > a {
    border-left: 5px solid #1e6794;
    padding-left: 10px
}

.side-menu .navbar-nav > li.active li > a {
    border-left: none
}

.side-menu .fa {
    float: right;
    color: #1e6794;
    background-color: rgba(241, 181, 59, 0);
    border-radius: 50%;
    margin-top: -5px;
    padding: 7px 10px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.side-menu .fa:focus, .side-menu .fa:hover {
    background-color: rgba(241, 181, 59, .2)
}

.side-menu .navbar-nav .panel-body {
    padding: 0
}

.sp-ico {
    width: 32px;
    height: 32px;
    text-align: center;
    background-position: center;
    background-size: cover;
    float: left;
    margin-top: -5px;
    margin-right: 5px
}

.sp-ico.sp-setting {
    background-image: url(../img/sp-setting.png)
}

.sp-ico.sp-tour {
    background-image: url(../img/sp-tour.png)
}

.sp-ico.sp-win {
    background-image: url(../img/sp-win.png)
}

.ui-sortable-handle {
    cursor: move !important
}

.placeholder {
    border: 1px solid #f1b53b;
    background: #f8f4ee;
    color: #f0daac;
    border-radius: 3px;
    height: 44px;
    margin: 5px 0
}

body.formation {
    background-image: url(../img/school-bg.jpg);
    background-attachment: fixed
}

.zen-main-box {
    margin: 10px
}

.zen-main-box h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    color: #1e6794;
    font-weight: 400;
    margin: 30px 0
}

.zen-main-box.freq h3 {
    margin: 70px 0
}

.zen-main-box .formation-box {
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 1px 1px 0 0 #ebebeb;
    box-shadow: 1px 1px 0 0 #ebebeb;
    margin-bottom: 40px
}

.zen-main-box .formation-box .image-box {
    height: 85px;
    background-color: #1e6794;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.zen-main-box .formation-box .price-box, .zen-main-box .formation-box .rating-box, .zen-main-box .formation-box .teacher-box, .zen-main-box .formation-box .title-box {
    padding: 8px 10px;
    color: #1e6794;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 18px
}

.zen-main-box .formation-box .title-box {
    line-height: 23px;
    font-weight: 500;
    font-size: 18px
}

.zen-main-box .formation-box .price-box {
    text-align: right;
    margin: 0;
    background: 0;
    border: 0
}

.zen-main-box .formation-box .price-box i.fa {
    font-size: 26px;
    color: #e80b25;
    margin: 15px 0 0;
    float: left
}

.zen-main-box .formation-box .price-box span {
    font-weight: 700;
    font-size: 26px
}

.zen-main-box .formation-box .price-box strong {
    font-weight: 700;
    font-size: 22px
}

.sp-rating.sp-stars span:before, .sp-rating.sp-stars:before {
    font-family: FontAwesome;
    color: #f1b53b;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.5px
}

.zen-main-box .truncate {
    height: 66px;
    overflow: hidden
}

.zen-main-box .truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sp-rating.sp-stars {
    position: relative;
    white-space: nowrap;
    display: inline-block
}

.sp-rating.sp-stars:before {
    content: "\2009\f006\2009\2009\f006\2009\2009\f006\2009\2009\f006\2009\2009\f006\2009"
}

.sp-rating.sp-stars span {
    position: absolute;
    left: 0;
    overflow: hidden
}

.sp-rating.sp-stars span:before {
    content: "\2009\f005\2009\2009\f005\2009\2009\f005\2009\2009\f005\2009\2009\f005\2009"
}

i.sp-rating {
    background-image: url(../img/rating.png);
    display: inline-block;
    height: 18px;
    width: 90px;
    background-position: -90px 0;
    position: relative;
    top: 5px;
    margin-right: 5px
}

i.sp-rating-1 {
    background-position: -72px 0
}

i.sp-rating-2 {
    background-position: -54px 0
}

i.sp-rating-3 {
    background-position: -36px 0
}

i.sp-rating-4 {
    background-position: -18px 0
}

i.sp-rating-5 {
    background-position: 0 0
}

i.sp-rating-half {
    background-position: -90px -18px
}

i.sp-rating-1.sp-rating-half {
    background-position: -72px -18px
}

i.sp-rating-2.sp-rating-half {
    background-position: -54px -18px
}

i.sp-rating-3.sp-rating-half {
    background-position: -36px -18px
}

i.sp-rating-4.sp-rating-half {
    background-position: -18px -18px
}

i.sp-rating-5.sp-rating-half {
    background-position: 0 -18px
}

.sp-checkbox {
    display: none !important
}

.sp-checkbox + label {
    border: 2px solid transparent;
    padding: 5px 15px;
    margin: 10px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.sp-checkbox + label:active, .sp-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

.sp-checkbox:checked + label {
    border: 2px solid #f1b53b
}

.sp-checkbox:checked + label:after {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #99a1a7
}

.liste-souhaits > .fa-heart, .liste-souhaits > .fa-heart-o {
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out
}

fieldset.fsStyle {
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb
}

legend.legendStyle {
    margin: 0;
    padding: 0 15px;
    width: auto
}

.cour_title_1, .cour_title_2 {
    color: #1e6794;
    padding: 5px 0
}

.cour_title_1 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px
}

.cour_title_2 {
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px
}

.cour_price, .cour_title_3 {
    color: #1e6794;
    font-weight: 600;
    font-family: Raleway, sans-serif
}

.cour_title_3 {
    font-size: 28px;
    padding: 20px 0
}

.cour_price {
    font-size: 40px;
    padding: 5px 0;
    text-align: right
}

.cour_price span {
    font-size: 36px
}

.nav-pills .cour_price {
    color: #fff;
    line-height: 80px
}

.dashboard.cours .btn:not(.btn-sm.btn-tranche) {
    display: block;    
    margin-left: auto;
    margin-right: auto;
    font-family: Raleway, sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;    
}

.dashboard.cours .nav-pills .btn {
    font-size: 23px;
    padding: 10px 20px;
    margin-top: -8px
}

.dashboard.cours .nav-pills .btn.cart {
    background-image: url(../img/cart.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9000px;
    padding: 10px 26px;
    margin: -18px 10px 0
}

.dashboard.cours .btn.btn-default {
    background-color: #fff;
    border-color: #1e6794;
    color: #1e6794
}

.dashboard.cours .btn.btn-plus {
    background-color: #fff;
    color: #1e6794;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    padding: 0 5px;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dashboard.cours .btn.btn-plus i {
    color: #f1b53b;
    position: relative;
    left: -5px;
    top: 5px;
    font-size: 34px
}

.dashboard.cours .btn.btn-plus i.fa-heart {
    color: #e80b25;
    font-size: 28px;
    margin-right: 10px
}

.wishlist-radius {
    border-radius: 6px 6px 0 0
}

.red-close {
    font-size: 35px !important;
    color: red;
    cursor: pointer;
    margin-top: 9px
}

.dashboard.cours .btn.btn-plus i.fa-heart-o {
    color: #e80b25;
    font-size: 28px;
    margin-right: 10px
}

.modal-white {
    background-color: #fff
}

#plusModal ul {
    padding: 0 15px
}

.dashboard.cours .btn-videoconf {
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px
}

.dashboard.cours hr {
    color: #d2e1ea;
    margin: 12px 0 7px
}

.cour_info div {
    color: #1e6794;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    position: relative
}

.cour_info span {
    line-height: 22px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    right: 0
}

.dashboard.cours .nav-pills {
    background-color: #f1b53b;
    padding: 0 10px;
    margin-left: -25px;
    margin-right: -25px
}

.dashboard.cours .nav-pills > li > a {
    background-color: transparent;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 66px;
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 9px solid #f1b53b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dashboard.cours .nav-pills > li.active > a, .dashboard.cours .nav-pills > li.active > a:focus, .dashboard.cours .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #fff;
    border-bottom: 9px solid #1e6794
}

.dashboard.cours .tab-content h3, .dashboard.cours .tab-content h4 {
    color: #1e6794;
    font-weight: 500;
    font-family: Raleway, sans-serif
}

.dashboard.cours .tab-content h3 {
    font-size: 35px;
    padding: 10px 0
}

.dashboard.cours .tab-content h4 {
    font-size: 22px;
    padding: 15px 0
}

.dashboard.cours .tab-content .description-section {
    font-size: 20px
}

.dashboard.cours .tab-content h5 {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    color: #000101;
    font-weight: 300;
    padding: 30px 0 5px
}

.dashboard.cours .tab-content .description-txt {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #1e6794;
    font-weight: 300;
    padding: 0;
    text-align: justify
}

.dashboard.cours .tab-content .description-txt ul {
    color: #1e6794 !important;
    font-size: 20px ;
}

.dashboard.cours .tab-content section .description-txt {
    font-size: 15px;
    line-height: 24px;
    color: #acabab;
    font-weight: 300;
    padding: 0 0 10px;
    text-align: justify
}

.dashboard.cours .tab-content section .name {
    font-size: 20px;
    color: #000101;
    font-weight: 300;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px
}

.dashboard.cours .tab-content .box-image img {
    width: 100% !important
}

.dashboard.cours .tab-content .cour_list {
    margin: 0 0 20px;
    padding: 0
}

.dashboard.cours .tab-content .cour_list li {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #1e6794;
    font-weight: 300;
    padding: 15px 0;
    list-style: none;
    border-bottom: #d2e1ea solid 1px;
    clear: both
}

.dashboard.cours .tab-content .cour_list li:first-child {
    border-top: #d2e1ea solid 1px
}
.dashboard.cours .tab-content .cour_list div .description{
    font-size: 13px;
    margin-top: 5px;
}
.dashboard.cours .tab-content .cour_list div {
        display: table;
}

.dashboard.cours .tab-content .cour_list i.fa {
    float: left;
    color: #f2c15a;
    font-size: 30px;
    margin-left: 10px
}

.dashboard.cours .tab-content .cour_list span {
    float: left;
    margin: 0 30px;
    width: 85px
}

.dashboard.cours .tab-content .cour_list a.btn {
    float: right
}

.dashboard.cours .tab-content .cour_list .cour_time {
    float: right;
    font-size: 17px;
    font-weight: 600;
    margin: 0 10px 0 0;
    padding: 5px 0;
    width: 50px;
    text-align: right;
}

.dashboard.cours .btn.btn-sm:not(.btn-sm.btn-tranche) {
    font-size: 16px;
    padding: 3px 12px;
    margin: 0
}

.dashboard.cours .tab-content .tab-forma section {
    background-color: #FFFFFF;
    margin-bottom: 25px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 25px 0 rgba(0,0,0,0.15);
}

.dashboard.cours .tab-content .tab-forma section.is_owner {
    background-color: #f1efeb
}

.dashboard.cours .tab-content .tab-forma .box-image {
    background-color: #f7f3ec;
    padding: 25px
}

.dashboard.cours .tab-content .tab-avis section {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.dashboard.cours .tab-content .tab-avis .post-date {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #f1b53b;
    font-weight: 300;
    position: absolute;
    top: 15px;
    right: 20px
}

.dashboard.cours .tab-content .tab-avis h5 {
    font-size: 18px;
    color: #1e6794
}

.dashboard.cours .tab-content .tab-avis .description-text {
    font-size: 14px;
    color: #000
}

.dashboard.cours .tab-content .tab-avis .box-image {
    background-color: #f2f2f2
}

.dashboard.cours .tab-content .tab-avis .box-image img {
    padding: 20px
}

.dashboard.cours .tab-content .tab-videoconf h4 {
    color: #1e6794;
    font-weight: 500;
    padding: 5px 0
}

.dashboard.cours .tab-content .tab-videoconf h4 span {
    min-width: 105px;
    display: inline-block
}

video {
    height: 536px
}

.video-js {
    max-height: 560px !important
}

.dashboard.cours .tab-content .cour_list_video {
    padding: 0
}

.dashboard.cours .tab-content .cour_list_video li {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #1e6794;
    list-style: none;
    position: relative;
    margin-left: 80px;
    line-height: 36px
}

.dashboard.cours .tab-content .cour_list_video li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    width: 10px;
    height: 10px;
    background-color: #f2c15a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.dashboard.cours .tab-content .cour_list_video li li, .dashboard.cours .tab-content .cour_list_video li ul {
    margin-left: 10px;
    padding-left: 0
}

.dashboard.cours .tab-content .cour_list_video li li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -15px;
    width: 5px;
    height: 5px;
    background-color: #1e6794;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.dashboard.cours .tab-content .tab-videoconf i.fa {
    color: #f2c15a;
    font-size: 40px;
    position: relative;
    top: -5px;
    left: -10px
}

.dashboard.cours .tab-content .cour_list_video li span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.dashboard.cours .tab-content .cour_list_video li strong:first-child, .dashboard.cours .tab-content .tab-videoconf h4 strong:first-child {
    color: #f1b53b
}

.dashboard.cours .tab-content .cour_list_video li span, .dashboard.cours .tab-content .cour_list_video li span * {
    font-weight: 400
}

.modal button.close {
    width: 44px;
    height: 44px;
    top: 60px;
    text-indent: -9000px;
    background: url(../img/icon-close-black.svg)
}

.modal-header {
    border-bottom: 1px solid #e8f0f4
}

.modal .modal-title {
    font-family: Raleway, sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #1e6794
}

.modal .modal-body h5 {
    font-family: 'Dancing Script', cursive;
    font-size: 34px;
    color: #f1b53b;
    font-weight: 400;
    padding: 4px 0
}

.modal .modal-body {
    font-family: Raleway, sans-serif;
    font-size: 17px;
    color: #1e6794;
    font-weight: 400;
    text-align: justify
}
#quizApercuModal .modal-body {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #1e6794;
    font-weight: 400;
    text-align: justify
}
body #quizApercuModal .modal-body #form-quiz .control-label{
    display: inline-flex;
}
.about-page h3, .course-name, .filter-box h4, .text-zeneduc {
    font-family: 'Dancing Script', cursive
}

.modal .modal-body .help-block {
    margin: 3px 0;
    font-size: 13px
}

.credit-card-box .panel-title {
    display: inline;
    font-weight: 700
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6)
}

.credit-card-box .payment-errors, .credit-card-box label.error {
    font-weight: 700;
    color: red;
    padding: 2px 8px;
    margin-top: 2px
}

.credit-card-box label {
    display: block
}

.credit-card-box .display-table {
    display: table;
    width: 100%
}

.credit-card-box .display-tr {
    display: table-row
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.credit-card-box .panel-heading img {
    min-width: 96px
}

.btn.sp-effect-1:after {
    box-shadow: 3px 3px #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, -moz-transform .2s;
    transition: opacity .2s, transform .2s
}

.btn.sp-effect-1:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.btn.sp-effect-1:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s
}

.btn.sp-effect-1:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.btn-1 {
    background: #e02c26;
    font-weight: 100
}

.btn-1 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.btn-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px
}

.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.35s cubic-bezier(.19, 1, .22, 1)
}

.btn-2 {
    letter-spacing: 0
}

.btn-2:active, .btn-2:hover {
    letter-spacing: 5px
}

.btn-2:after, .btn-2:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0
}

.btn-2:hover:after, .btn-2:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #fff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 70%
}

.btn-2:hover:before {
    bottom: auto;
    top: 0;
    width: 70%
}

.btn-3 {
    background: #e3403a;
    border: 1px solid #da251f;
    box-shadow: 0 2px 0 #d6251f, 2px 4px 6px #e02a24;
    font-weight: 900;
    letter-spacing: 1px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear
}

.btn-3:hover {
    background: #e02c26;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 2px rgba(255, 255, 255, .2);
    color: #ec817d;
    text-decoration: none;
    text-shadow: -1px -1px 0 #c2211c;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

.btn-4 {
    overflow: hidden;
    position: relative
}

.btn-4 span {
    z-index: 20
}

.btn-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    width: 50px;
    z-index: 1
}

.btn-4:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1)
}

.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: solid 1px;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388
}

.filter-box, .profile-card, .search-result section {
    box-shadow: 3px 5px 0 0 rgba(24, 24, 24, .05)
}

.pre-nav-cour {
    min-height: 100px;
    position: relative;
    z-index: 10
}

.pre-nav-cour.nav-formations {
    min-height: 60px
}

#nav-cour.affix {
    top: 66px;
    width: inherit;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.article-list img {
    margin-top: 25px
}

.blog-content .cover-image {
    height: 250px;
    margin-top: 25px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.blog-content .post-picture {
    margin: 40px auto
}

.blog-content .main-box .post-content, .blog-content .main-box .post-content p {
    color: #000 !important;
    line-height: 30px;
    font-size: 15px
}

.blog-content .main-box .post-tag {
    color: #ccc !important;
    line-height: 20px;
    font-size: 14px;
    margin: 15px 0
}

.blog-content .main-box h1 {
    font-size: 30px
}

.icon-formation {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60px;
    text-indent: -9000px;
    overflow: hidden;
    min-height: 100px;
    text-align: center
}

.box-request-course {
    min-height: 100px;
    border-top: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.box-request-course:nth-child(even) {
    background: #f9f9f9
}

.box-request-course > [class*=col-] {
    padding-top: 25px
}

.box-request-course .btn {
    padding: 6px 9px !important
}

.box-request-course .btn.confirm {
    width: 100px;
    height: 35px
}

.box-request-course .box-image img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    object-fit: cover;
    text-align: center
}

.box-request-course .box-description i, .comment .user {
    margin-right: 10px
}

.box-request-course .box-image a, .box-request-course .box-image span {
    font-size: 15px;
    color: #1e6794
}

.box-request-course .box-description {
    overflow: hidden;
    font-size: 18px;
    border-left: 1px solid #f2f2f2;
    color: #000;
    min-height: 100px
}

.box-request-course .box-description .type > * {
    width: 200px;
    background: rgba(30, 103, 148, .83);
    position: absolute;
    top: 15px;
    right: -70px;
    text-align: center;
    line-height: 26px;
    color: #fff !important;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 9px;
    opacity: 1;
    letter-spacing: .05em;
    font-weight: 700
}

.box-request-course .box-button {
    border-left: 1px solid #f2f2f2
}

.box-request-course .countdown span {
    font-size: 17px
}

.box-request-course .box-description .type.pending > * {
    background: #f0ad4e
}

.box-request-course .box-description .type.accepted > * {
    background: #5cb85c
}

.box-request-course .box-description .type.declined > * {
    background: #d9534f
}

.profile-card {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    background-color: #fff
}

.profile-card .box-image, .search-result .box-image {
    padding: 20px 0 35px;
    background-color: rgba(241, 181, 59, .1)
}

.profile-card .box-body {
    padding: 15px 5px
}

.profile-card .box-stats {
    margin-top: 30px
}

.profile-card .box-image img, .search-result .box-image img {
    width: 115px;
    height: 115px
}

.profile-card .name, .search-result .name {
    color: #000001;
    font-size: 20px
}

.comment .time, .comment .user {
    font-size: 15px;
    margin-top: 0;
    display: inline
}

.profile-card .courses-stats {
    border-left: 1px solid #f1b53b
}

.comment .comment-heading {
    margin-bottom: 5px;
    padding: 5px 0
}

.comment .comment-body {
    margin-left: 60px
}

.comment .user {
    font-weight: 700
}

.comment .time {
    color: #aaa
}

.description-text, .search-result section h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-result section {
    background-color: #f7f7f7;
    margin-bottom: 20px
}
body  .fleche-section{
    background-color: transparent;
    position: fixed;
    display: flex;
    z-index: 99;
    width: 100%;
    text-align: center;
    box-shadow: unset;
}
body  .fleche-section .fleche{
    text-align: center;
    background-color: transparent;
    animation: down 1s infinite linear alternate;
    margin-left: auto;
    margin-right: auto;   
    height: 46px;
    width: 46px;
}
.search-result section h3 a {
    font-size: 20px;
    -webkit-line-clamp: 1
}

.search-result .list-group-item {
    padding: 20px 15px;
    border: 0
}

.search-result .span-price {
    font-size: 30px;
    font-weight: 700
}

.search-result .label-description {
    background-color: #303030;
    border-radius: 5px
}

.search-result .box-price {
    padding: 50px 20px;
    margin: 15px 0 0;
    background-color: #fff
}
.search .teacher-profile {
    width: 100%;
    padding: 20px;
    background-color: ghostwhite;
    margin: 10px 0;
    border-radius: 20px;
    border: 1px solid #ffd47b;
}
.requested_courses .search .teacher-profile {
    width: 90%;
    padding: 0px;
    background-color: ghostwhite;
    overflow: hidden;
    margin: 10px 26px;
}
.requested_courses .row-raison{
    padding: 0 15px;
}
.search .teacher-profile h3 {
    margin: 0 0 20px;
    text-align: center;
}
.search .teacher-profile >div {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid lightgray;
}
.search .teacher-profile .teacher-description {
    flex-basis: 10px;
    flex-grow: 1;
    display: flex;
}
.search .teacher-profile .teacher-description p {
    line-height: 26px;
    max-height: initial;
    -webkit-line-clamp: 10;
    color: #acabab;
    padding: 0 20px;
    margin: 0;
    flex-basis: 10px;
    flex-grow: 1;
}
.search .teacher-profile .teacher-description >div {
    width: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.search .teacher-profile .teacher-description >div img{
    width: 100%;
}
.search .teacher-profile .teacher-schedule {
    width: 500px;
    max-height: 262px;
    min-height: 262px;
    position: relative;
    padding: 60px 20px 0;
}
.search .teacher-profile .teacher-schedule svg{
    position: absolute;
    top: 10px;
    cursor: pointer;
    fill:#f1bc4f;
}
.search .teacher-profile .teacher-schedule svg:hover{
    fill:#1e6794;
}
.search .teacher-profile .teacher-schedule svg.left-arrow{
    left: 0;
}
.search .teacher-profile .teacher-schedule svg.right-arrow{
    right: 0;
}
.search .teacher-profile .teacher-schedule .see-more{
    width: 90%;
    text-align: center;
    border-top: 1px orange solid;
    padding: 10px 0;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: white;
    text-transform: uppercase;
    left: 0;
    margin: 0 5%;
    cursor: pointer;
    display: none;
}
.search .teacher-profile .teacher-schedule .days{
    position: absolute;
    width: 100%;
    padding: 0 20px;
    height: 60px;
    top: 0;
    left: 0;
    display: flex;
}
.search .teacher-profile .teacher-schedule .day {
    flex-basis: 1px;
    flex-grow: 1;
    overflow: hidden;
    margin: 0 3px;
}
.search .teacher-profile .teacher-schedule .day h4 {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.search .teacher-profile .teacher-schedule .day span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.search .teacher-profile .teacher-schedule .times {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background-color: white;
}
.search .teacher-profile .teacher-schedule .time {
    height: 100%;
    flex-basis: 1px;
    flex-grow: 1;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}
.teacher-schedule .time a, .teacher-schedule .time span {
    display: flex;
    width: 55px;
    height: 30px;
    margin: 10px 0;
    background-color: #f1bc4f66;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    color: #1e6794;
}
.teacher-schedule .time span {
    background: transparent;
}
.teacher-schedule .time a:hover {
    background-color: #1e6794;
    color: white;
}

.description-text {
    line-height: 26px;
    max-height: 100px;
    -webkit-line-clamp: 3;
    color: #acabab
}

.formation .description-text {
    max-height: none
}

.student .search-result .box-image {
    padding: 25px 0 15px
}

.student .search-result .box-image img {
    width: 85px;
    height: 85px
}

.student .search-result .box-price {
    padding: 25px 15px;
    margin: 20px 0 0
}

.student .search-result section h3 a {
    color: #000
}

.student .search-result .description-text {
    font-size: 12px;
    line-height: 23px
}

.filter-box {
    background-color: #fff
}

.filter-box h4 {
    font-size: 23px;
    color: #1e6794;
    font-weight: 700
}

.filter-box .title {
    color: #f1b53b;
    font-size: 20px
}

.filter-box select {
    border: 1px solid #1e6794;
    width: 215px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 300;
    outline: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer
}

.filter-box .checkbox {
    margin-bottom: 20px
}

.filter-box .label-select {
    position: relative;
    margin-top: 15px
}

.filter-box .label-select:after {
    content: "\f107";
    font: normal normal normal 24px/1 FontAwesome;
    color: #1e6794;
    right: 14px;
    margin-top: -10px;
    top: 50%;
    position: absolute;
    pointer-events: none
}

.filter-box .slider .tooltip.bottom {
    margin: 0 auto;
    padding: 0
}

.filter-box .slider .tooltip-inner {
    padding: 0 8px;
    font-size: 18px;
    color: #000;
    background-color: transparent
}

.filter-box .slider .tooltip-arrow {
    display: none
}

.files_list {
    margin: 15px auto
}

.files_list ul {
    list-style: none;
    margin: 5px 0 0;
    padding: 0
}

.files_list li {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top
}

.files_list li > :first-child {
    margin-bottom: 0;
    width: 150px;
    overflow: hidden
}

.files_list li > :first-child > :first-child {
    text-align: center;
    display: block;
    color: #d6d6d6
}

.files_list li > :first-child > :first-child > img {
    max-width: 120px
}

.files_list li > :first-child > :first-child > .fa {
    font-size: 69px
}

#teacher_availabilities {
    margin-top: 20px
}

#teacher_availabilities table {
    border: 0
}

#teacher_availabilities thead th:first-child {
    border-left: none
}

#teacher_availabilities tbody th {
    padding: 7px 5px 11px;
    border-left: none;
    font-size: 15px;
    line-height: 16px;
    text-align: center
}

#teacher_availabilities tbody th span {
    font-size: 13px
}

#teacher_availabilities tbody td {
    position: relative;
    padding: 0;
    cursor: pointer
}

#teacher_availabilities tbody td:nth-child(2n+1) {
    border-left-color: #fff
}

#teacher_availabilities tbody td:nth-child(2n) {
    border-right-color: #fff
}

#teacher_availabilities tbody td .availability-container {
    position: absolute;
    background-color: rgba(30, 103, 148, .83);
    cursor: pointer;
    z-index: 2
}

#teacher_availabilities tbody td .btn-remove-availability {
    position: absolute;
    padding: 2px 6px !important;
    top: -15px;
    right: -13px;
    border: 0;
    color: #fff;
    background-color: rgba(231, 76, 60, .86)
}

.calendar-container {
    background-color: #f2f2f2
}

.calendar-container .page-header .btn-group {
    width: 100%
}

.calendar-container .page-header .btn-group > .btn:not(:first-child):not(:last-child) {
    position: absolute;
    margin-left: -90px
}

.calendar-container .page-header .btn-group > .btn:last-child {
    float: right;
    margin-right: 20px
}

.calendar-container .page-header .btn-group > .btn:first-child {
    margin-left: 30px
}

.calendar-container .page-header button.btn.btn-primary {
    border: 0;
    font-size: 20px;
    background-color: inherit;
    color: #0f527b
}

.calendar-container .cal-month-box, .calendar-container .cal-month-box .cal-row-fluid, .calendar-container .cal-month-box [class*=cal-cell] {
    border: 0
}

.calendar-container .cal-day-today {
    background-color: inherit
}

.calendar-container .cal-day-today span[data-cal-date] {
    padding: 9px 18px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    background-color: #f1b53b;
    opacity: 1;
    font-size: 20px !important
}

.calendar-container .cal-month-day {
    padding: 35px 0;
    text-align: center;
    cursor: pointer
}

.calendar-container .cal-month-day.active > span {
    opacity: 1
}

.calendar-ical input.form-control {
    background: #FFF
}

.how-to img {
    max-width: 100%
}

.calendar-container span[data-cal-date] {
    float: none !important;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    opacity: .1
}

.calendar-container .cal-row-head [class*=cal-cell], .calendar-container .cal-row-head [class*=cal-cell]:first-child {
    color: #0f527b;
    font-weight: 400
}

.calendar-container #cal-slide-content, .calendar-container #cal-slide-content:hover {
    padding: 20px;
    background-color: #fff;
    border: 5px solid #e3e3e3
}

.calendar-container .cal-row-fluid:hover, .calendar-container .cal-year-box .row-fluid:hover {
    background-color: inherit
}

.calendar-container .active-day {
    background-color: #e3e3e3;
    color: #0f527b
}

.calendar-container .active-day > span {
    background-color: #e3e3e3;
    color: #1e6793
}

#modal-appointment .form-group {
    margin-bottom: 25px;
    margin-top: 25px
}

.availabily-list {
    font-size: 18px;
    color: #000
}

.availabily-list .table {
    margin-top: 15px;
    border: 0
}

.availabily-list .table td:first-child {
    padding: 20px 15px;
    border-left: none
}

.availabily-list .table td:last-child {
    padding: 20px 15px;
    border-right: 0
}

.availabily-list i {
    margin-right: 15px
}

.edit-image-bubble {
    margin-top: -70px;
    margin-left: -35px;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 30px;
    color: #fff !important;
    font-size: 20px !important
}

.edit-image-bubble input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.home-auth {
    background-image: url(../img/school-bg.jpg);
    background-attachment: fixed;
    padding: 70px 0
}
.home-auth .help-block.mb0{
    color:#fb1127;
}
.home-auth .logo {
    max-width: 435px;
    margin-bottom: 45px
}

.auth-box {
    background: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    padding: 25px 40px
}

#form-login {
    padding-top: 52px
}

.signin-box {
    border-right: 1px solid #dedfe0;
    padding-bottom: 10px
}

.signin-box-rs {
    padding-top: 80px
}

.auth-box .connexion-email {
    padding: 15px 20px 30px 0;
}

.auth-box .connexion-email.bordered {
    border-left: 1px solid #dedfe0
}

.auth-box .col-md-7.connexion-email {
    padding: 15px 25px 5px 40px
}

.auth-box .user-type-box {
    margin-bottom: 20px;
    font-size: 20px
}

.connexion-social-network {
    padding-top: 80px
}

.forget-password {
    margin-left: 20px
}

.auth-box .forget-password {
    margin-left: 0px
}

.auth-box .radio label, .auth-box .checkbox label {
    padding-left: 0px
}

.btn-facebook, .btn-google-plus {
    position: relative
}

.btn-facebook > i, .btn-google-plus > i {
    width: 42px;
    height: 42px;
    position: absolute;
    top: calc(50% - 18px);
    left: 10px
}

.btn-facebook, .btn-google-plus {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    font-size: 16px;
    background-color: #2a5185;
    border-color: #2a5185;
    color: #fff;
    font-weight: 300
}

.btn-google-plus {
    background-color: #e30613;
    border-color: #e30613
}

.courses-icons, .courses-icons-lg {
    display: inline-block;
    background: url(../img/sprite.png) no-repeat;
    vertical-align: middle
}

.courses-icons {
    width: 50px;
    height: 50px;
    padding-left: 55px
}

.courses-icons-lg {
    width: 101px;
    height: 101px;
    margin-right: 40px
}

.icon-math {
    background-position: -698px -103px
}

.icon-english {
    background-position: -698px -1px
}

.icon-french {
    background-position: -698px -53px
}

.icon-geography {
    background-position: 5px -558px
}

.icon-physics {
    background-position: -103px -558px
}

.icon-svt {
    background-position: -156px -558px
}

.icon-ses {
    background-position: -208px -558px
}

.icon-science {
    background-position: -262px -558px
}

.icon-history {
    background-position: -425px -558px
}

.icon-chemistry {
    background-position: -370px -558px
}

.icon-philosophy {
    background-position: -316px -558px
}

.icon-spanish {
    background-position: -48px -557px
}

.icon-math-lg {
    background-position: -316px -349px
}

.icon-english-lg {
    background-position: 1px -349px
}

.icon-french-lg {
    background-position: -103px -350px
}

.icon-geography-lg {
    background-position: -208px -349px
}

.icon-physics-lg {
    background-position: -424px -352px
}

.icon-svt-lg {
    background-position: -528px -352px
}

.icon-ses-lg {
    background-position: -629px -347px
}

.icon-science-lg {
    background-position: -425px -451px
}

.icon-history-lg {
    background-position: -317px -450px
}

.icon-chemistry-lg {
    background-position: -210px -452px
}

.icon-philosophy-lg {
    background-position: -106px -451px
}

.icon-spanish-lg {
    background-position: -1px -451px
}

.icon-arrow-left {
    background-position: -646px -38px;
    height: 40px
}

.icon-arrow-right {
    background-position: -645px -75px
}

.course-name {
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.courses-number {
    background-color: #f9f8f8;
    max-width: 155px;
    padding: 15px;
    color: #1e6794;
    font-size: 25px;
    line-height: 24px
}

.modal-class-access .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.modal-class-access .modal-content {
    min-height: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, .8);
    font-size: 30px;
    color: #fff
}

.modal-class-access .modal-header {
    border: 0
}

.modal-class-access button {
    height: 90px;
    width: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-radius: 50%;
    background-color: inherit;
    font-size: 30px;
    cursor: pointer
}

.modal-class-access .dropdown-toggle.btn-default {
    color: #fff;
    background-color: inherit !important
}

.modal-class-access button.active {
    color: #f9b214 !important;
    border: 1px solid #fff !important
}

.modal-class-access button.close {
    width: 44px;
    height: 44px;
    top: 60px;
    background: url(/assets/zeneduc/img/icon-close.svg) center center no-repeat
}

.modal-class-access .dropdown {
    margin-left: 35px;
    margin-right: 35px
}

.modal-class-access .dropdown-menu ul {
    padding-left: 0
}

.modal-class-access .dropdown-menu li, .modal-class-access .dropdown-menu li:hover {
    padding: 20px 0
}

.modal-class-access .dropdown-menu li a, .modal-class-access .dropdown-menu li a:hover {
    padding-left: 0;
    background-color: inherit;
    color: #fff
}

.modal-class-access .class-navigation a {
    right: 0;
    position: absolute;
    top: 30%;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf
}

.modal-class-access .class-navigation a.next {
    right: 0
}

.modal-class-access .class-navigation a.prev {
    left: 0
}

.modal-class-access .dropdown .dropdown-menu {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0
}

.modal-class-access .dropdown.open .dropdown-menu {
    margin-top: 20px;
    max-height: 700px;
    min-width: 700px;
    opacity: 1
}

.carousel-class-access {
    margin-bottom: 0;
    padding: 0 40px 30px;
    margin-top: 30px
}

.carousel-class-access .carousel-control {
    height: 55px;
    width: 60px;
    margin-top: 25px;
    background: 0
}

.carousel-class-access .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

.carousel-class-access .carousel-indicators li {
    background: silver
}

.carousel-class-access .carousel-indicators .active {
    background: #333
}

a, a:hover {
    text-decoration: none
}

.btn {
    border-radius: 35px
}

.btn, .btn:active, .btn:focus, .btn:hover, button, button:active, button:focus, button:hover {
    outline: 0 !important
}

.btn-with-margin {
    margin: 10px 10px 0 0
}

.btn-circle {
    padding: 10px 15px !important
}

.input-xs {
    width: 80px !important;
    text-align: center
}

.yellow-text {
    color: #f1b53b !important
}

.blue-text {
    color: #1e6794 !important
}

.text-bold {
    font-weight: 600 !important
}

.text-black {
    color: #000 !important
}

.label-warning {
    background-color: #f1b53b
}

.active.day {
    background-image: none !important;
    background-color: #f1b53b !important
}

.disabled-row, .disabled-row h4, .disabled-row span, .disabled-row > * {
    background-color: #f2f2f2;
    color: #b4bcc2 !important
}

.error {
    border-color: #dc8181
}

.sp-error {
    font-size: 11px
}

span.stars, span.stars > * {
    display: inline-block;
    background: url(https://i.imgur.com/YsyS5y8.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px
}

span.stars > * {
    max-width: 80px;
    background-position: 0 0
}

.affix-bottom {
    position: absolute
}

.about-page {
    background-color: #fff
}

.about-page span {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

.about-page h3 {
    font-size: 30px;
    font-weight: 600
}

.about-container {
    position: relative
}

.separator, .separator-white {
    position: absolute;
    display: block;
    width: 100%
}

.about-container .row {
    background: #f7f7f7;
    padding-bottom: 100px;
    border-bottom: 1px solid #fff
}

.about-container .col-md-8 {
    padding: 100px 35px
}

.about-container .col-md-4 {
    padding-top: 30px
}

.about-container.footer.footer .col-md-8 {
    padding: 0 0 30px 40px
}

.about-container.footer .row {
    padding-top: 211px;
    padding-bottom: 0;
    margin-left: 15px;
    background: #f7f7f7
}

.about-page .bg-white img {
    margin-top: -110px;
    margin-bottom: 30px
}

.about-container .bg-white .col-md-8 {
    padding: 30px 15px
}

.separator {
    background: url(/assets/zeneduc/img/about/border.svg.php?p=f7f7f7&q=fff) no-repeat;
    bottom: 0;
    background-size: cover
}

.separator-white {
    background: url(/assets/zeneduc/img/about/border.svg.php?p=fff&q=f7f7f7) no-repeat;
    top: 0;
    background-size: cover
}

.separator-white:before, .separator:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 18.3%
}

.success-inscription-box {
    color: #6c6c6c
}

.success-inscription-box p {
    font-size: 18px
}

.success-inscription-box svg {
    width: 370px;
    height: auto
}

.success-inscription-box .success {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%)
}

.success-inscription-box .letter {
    -webkit-transform: translateY(30px);
    -webkit-animation: open 1s normal forwards;
    -webkit-animation-delay: .5s
}

.success-inscription-box #stars g, .success-inscription-box .confetti {
    -webkit-transform-origin: center center;
    -webkit-animation-delay: .5s, 1s
}

.success-inscription-box .confetti {
    -webkit-transform: scale(.1, .1);
    -webkit-animation: pop 1s normal forwards, grow 1.5s infinite
}

.success-inscription-box #stars g {
    opacity: 0;
    -webkit-animation: fade 1s normal forwards, pulse 1s infinite
}

.success-inscription-box #stars g:nth-child(even) {
    -webkit-animation-delay: .5s, 1.5s
}

.contact-adress {
    padding-top: 80px
}

.contact-adress span {
    float: right
}

.cms-description {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #1e6794 !important
}

.cms-description.no-point ul {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 15px
}

.cms-description.no-point ul li {
    margin-top: 15px
}

.cms-content {
    padding: 20px;
    background-color: #fff
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(.1, .1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: .5
    }
}

@-webkit-keyframes open {
    0% {
        -webkit-transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes grow {
    0%, 100% {
        -webkit-transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1)
    }
}

@-webkit-keyframes pulse {
    0%, 100% {
        opacity: .5
    }
    50% {
        opacity: .25
    }
}

.stepwizard-step p {
    margin-top: 10px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-step button.disabled {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

#main-menu li, .stepwizard-step {
    position: relative
}

.stepwizard-step {
    display: table-cell;
    text-align: center
}

.true_response {
    color: #066217
}

.false_response {
    color: #af0000
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.description-section {
    color: #1e6794;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px
}

#main-menu a .notification-counter {
    background: #d71b1b;
    position: absolute;
    right: 0px;
    top: 5px;
    padding: 0 5px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 15px;
    font-size: 10px
}

#main-menu .dropdown-toggle .notification-counter {
    right: 15px;
    top: 15px
}

.modal-class-access .nav.nav-justified > li > a {
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff
}

.modal-class-access .nav.nav-justified > li > a:focus, .modal-class-access .nav.nav-justified > li > a:hover {
    background-color: transparent
}

.modal-class-access .nav.nav-justified > li > a > span {
    max-width: 100%;
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
    -webkit-transition: all .3s 0s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s 0s cubic-bezier(.175, .885, .32, 1.275)
}

.modal-class-access .nav.nav-justified > li.active > a > span, .modal-class-access .nav.nav-justified > li:focus > a > span, .modal-class-access .nav.nav-justified > li:hover > a > span {
    box-shadow: 0 0 0 2px #fff;
    padding: 25px;
    border-radius: 42px;
    color: #f9b214
}

.modal-class-access .tab-pane .tab-inner {
    padding: 30px 0 20px
}

.modal-class-access .tab-content a {
    border: 0;
    box-shadow: none;
    background-color: inherit;
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    color: #fff
}

.modal-class-access .tab-content ul {
    padding-left: 120px
}

.modal-class-access .tab-content li {
    padding: 20px 0
}

.modal-class-access .arrow {
    padding: 10px;
    position: absolute;
    color: #fff;
    z-index: 2
}

.modal-class-access #leftArr {
    left: 0
}

.modal-class-access #rightArr {
    right: 0
}

.modal-class-access ul a [class*=icon-] {
    display: inline-block;
    margin-right: 40px;
    background-size: cover;
    width: 130px;
    height: 130px;
    vertical-align: middle
}

.modal-class-access .icon-math {
    background: url(../img/courses/math.svg) no-repeat
}

.modal-class-access .icon-french {
    background: url(../img/courses/french.svg) no-repeat
}

.modal-class-access .icon-history {
    background: url(../img/courses/history.svg) no-repeat
}

.modal-class-access .icon-geography {
    background: url(../img/courses/geography.svg) no-repeat
}

.modal-class-access .icon-svt {
    background: url(../img/courses/svt.svg) no-repeat
}

.modal-class-access .icon-english {
    background: url(../img/courses/english.svg) no-repeat
}

.modal-class-access .icon-physics {
    background: url(../img/courses/physics.svg) no-repeat
}

.modal-class-access .icon-ses {
    background: url(../img/courses/ses.svg) no-repeat
}

.modal-class-access .icon-spanish {
    background: url(../img/courses/spanish.svg) no-repeat
}

.modal-class-access .icon-philosophy {
    background: url(../img/courses/philosophy.svg) no-repeat
}

.modal-class-access .icon-science {
    background: url(../img/courses/science.svg) no-repeat
}

.modal.fade.show .modal-dialog {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.fade.show {
    opacity: 1;
    z-index: 1220
}

.modal.fade.notshow, .modal.fade.notshow {
    display: none !important
}

.tour-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100
}

.cd-add-to-cart {
    -webkit-transition: all .2s;
    transition: all .2s
}

.cd-add-to-cart:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.cd-cart-container:before {
    content: '';
    position: fixed;
    z-index: 22;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.cd-cart-container.cart-open:before {
    opacity: 1;
    visibility: visible
}

.cd-cart .undo, .cd-cart-trigger .count li:last-of-type {
    visibility: hidden
}

.cd-cart, .cd-cart-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden
}

.empty .cd-cart, .empty .cd-cart-trigger {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px)
}

.cd-cart-trigger {
    z-index: 28;
    height: 72px;
    width: 72px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap
}

.cd-cart-trigger::after, .cd-cart-trigger::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/cd-icons-cart-close.svg) no-repeat;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.cd-cart-trigger::after {
    background-position: -72px 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.cart-open .cd-cart-trigger::before {
    opacity: 0
}

.cart-open .cd-cart-trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-cart-trigger .count {
    list-style: none;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 36px;
    width: 28px;
    background: #e94b35;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s
}

.cd-cart-trigger .count li {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-cart-trigger .count.update-count li:last-of-type {
    -webkit-animation: cd-qty-enter .15s;
    animation: cd-qty-enter .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards
}

.cd-cart-trigger .count.update-count li:first-of-type {
    -webkit-animation: cd-qty-leave .15s;
    animation: cd-qty-leave .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards
}

.cart-open .cd-cart-trigger .count {
    -webkit-transition: -webkit-transform .2s 0s;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.empty .cd-cart-trigger .count {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, .3)
}

.cart-open .cd-cart-trigger:hover + div .wrapper, .cd-cart .wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17)
}

.cd-cart {
    z-index: 24;
    width: 90%;
    max-width: 440px;
    height: 400px;
    max-height: 90%;
    pointer-events: none
}

.cd-cart .wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 24;
    overflow: hidden;
    height: 72px;
    width: 72px;
    border-radius: 6px;
    -webkit-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    -webkit-transition-timing-function: cubic-bezier(.67, .17, .32, .95);
    transition-timing-function: cubic-bezier(.67, .17, .32, .95);
    background: #fff;
    pointer-events: auto
}

.cd-cart footer, .cd-cart header {
    position: absolute;
    z-index: 24;
    left: 0;
    width: 100%
}

.cd-cart .body, .cd-cart header {
    opacity: 0
}

.cd-cart header {
    top: 0;
    border-radius: 6px 6px 0 0;
    padding: 0 1.4em;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    -webkit-transition: opacity .2s 0s;
    transition: opacity .2s 0s;
    border-bottom: 1px solid #e6e6e6
}

.cd-cart header::after {
    clear: both;
    content: "";
    display: block
}

.cd-cart footer {
    bottom: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .15);
    background: #fff
}

.cd-cart h2 {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1em
}

.cd-cart .undo {
    float: right;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    color: #808b97
}

.cd-cart .undo a {
    text-decoration: underline;
    color: #2b3e51
}

.cd-cart .undo a:hover {
    color: #2c97de
}

.cd-cart .undo.visible {
    opacity: 1;
    visibility: visible
}

.cd-cart .checkout {
    display: block;
    border-radius: 0;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: #2c97de;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    -webkit-transition: all .2s 0s;
    transition: all .2s 0s
}

.cd-cart .checkout:hover {
    background: #399ee0
}

.cd-cart .checkout em {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0s .2s;
    transition: -webkit-transform 0s .2s;
    transition: transform 0s .2s;
    transition: transform 0s .2s, -webkit-transform 0s .2s
}

.cd-cart .checkout em::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '';
    height: 24px;
    width: 24px;
    background: url(../img/cd-icon-arrow-next.svg) center center no-repeat;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.cd-cart .body {
    position: relative;
    z-index: 24;
    height: calc(100% - 40px);
    padding: 20px 0 10px;
    margin: 40px 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.cd-cart .body ul {
    overflow: hidden;
    padding: 0 1.4em 90px;
    position: relative;
    list-style: none
}

.cd-cart .body li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s
}

.cd-cart .body li::after {
    clear: both;
    content: "";
    display: block
}

.cd-cart .body li:not(:last-of-type) {
    margin-bottom: 20px
}

.cd-cart .body li.deleted {
    position: absolute;
    left: 1.4em;
    width: calc(100% - 2.8em);
    opacity: 0;
    -webkit-animation: cd-item-slide-out .3s forwards;
    animation: cd-item-slide-out .3s forwards
}

.cart-open .cd-cart .body, .cart-open .cd-cart .checkout:hover em::after, .cart-open .cd-cart header {
    opacity: 1
}

.cd-cart .body li.deleted.undo-deleted {
    -webkit-animation: cd-item-slide-in .3s forwards;
    animation: cd-item-slide-in .3s forwards
}

.cd-cart .body li.deleted + li {
    -webkit-animation: cd-item-move-up-mobile .3s;
    animation: cd-item-move-up-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.cd-cart .body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.cd-cart .product-image {
    display: inline-block;
    float: left;
    width: 50px
}

.cd-cart .product-image img {
    display: block;
    max-width: 100%
}

.cd-cart .product-details {
    position: relative;
    display: inline-block;
    float: right;
    width: calc(100% - 50px);
    padding: .3em 0 0 .5em
}

.cd-cart .actions::after, .cd-cart .product-details::after {
    clear: both;
    content: "";
    display: block
}

.cd-cart .price, .cd-cart h3 {
    font-weight: 700
}

.cd-cart h3 {
    width: 70%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0
}

.cd-cart h3 a {
    color: #2b3e51
}

.cd-cart h3 a:hover {
    color: #2c97de
}

.cd-cart .price {
    float: right;
    width: 30%;
    text-align: right
}

.cd-cart .actions {
    font-size: 1.4rem;
    height: 1.6em;
    line-height: 1.6em
}

.cd-cart .delete-item, .cd-cart .quantity {
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart .delete-item {
    margin-right: 1em
}

.cd-cart .delete-item:hover {
    color: #e94b35
}

.cd-cart .quantity label {
    display: inline-block;
    margin-right: .3em
}

.cd-cart .select {
    position: relative
}

.cd-cart .select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/cd-icon-select.svg) center center no-repeat;
    pointer-events: none
}

.cd-cart select {
    position: relative;
    padding: 0 1em 0 0;
    cursor: pointer;
    appearance: none;
    background: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.4rem;
    margin: 0;
    color: #808b97
}

.cd-cart select:focus {
    outline: 0;
    color: #2b3e51;
    box-shadow: 0 1px 0 currentColor
}

.cd-cart select::-ms-expand {
    display: none
}

.cart-open .cd-cart .wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.cart-open .cd-cart header {
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s
}

.cart-open .cd-cart .body {
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.cart-open .cd-cart .body li {
    -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.cart-open .cd-cart .body li:nth-of-type(2) {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.cart-open .cd-cart .body li:nth-of-type(3) {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

.cart-open .cd-cart .checkout {
    color: #fff;
    -webkit-transition: color .2s .3s;
    transition: color .2s .3s
}

.cart-open .cd-cart .checkout em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: transform .2s .3s, padding .2s 0s;
    transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s
}

.cart-open .cd-cart .checkout:hover em {
    padding-right: 30px
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px
    }
    100% {
        padding-top: 0
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px
    }
    100% {
        padding-top: 0
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 104px
    }
    100% {
        padding-top: 0
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 104px
    }
    100% {
        padding-top: 0
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 70px
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 70px
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 104px
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0
    }
    100% {
        padding-top: 104px
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@media (min-width: 1200px) {
    #affix-teacher-price {
        width: 195px
    }

    #affix-teacher-details {
        width: 265px
    }
}

@media (max-width: 1199px) {
    header a.navbar-brand {
        width: 200px
    }

    header nav {
        margin-top: 24px
    }

    header nav li a {
        padding: 10px 8px;
        font-size: 16px
    }

    header.affix {
        background: rgba(255, 255, 255, .9)
    }

    header.affix nav {
        margin-top: 6px
    }

    .dashboard .banner-content .fileinput .btn span.h {
        display: none
    }
}

@media only screen and (min-width: 1170px) {
    .cd-cart, .cd-cart-trigger {
        bottom: 40px
    }
}

@media (max-width: 1003px) {
    .no-padding-left, .padding-left-5 {
        padding-left: 15px !important
    }

    .no-padding-right, .padding-right-5 {
        padding-right: 15px !important
    }

    .dashboard .banner-content .fileinput .btn {
        padding: 10px 12px !important
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-nav, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        margin-top: 7.5px
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    header nav li {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 991px) {
    .auth-box .connexion-email .btn.btn-lg.btn-info {
        padding: 13px 15px;
        font-size: 17px;
    }

    .auth-box .connexion-email.bordered {
        border-left: none;
        border-top: 1px solid #dedfe0
    }

    .auth-box .connexion-email {
        padding: 15px 25px 20px 40px;
        margin-bottom: 15px
    }

    body {
        padding-top: 100px
    }

    .affix {
        position: static
    }

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

    .search-bar button, .search-bar label select {
        width: 185px;
        margin-left: 1px
    }

    .zen-main-box {
        margin: 0
    }

    .thematique-box {
        margin-right: 0
    }

    .signin-box {
        border-right: 0;
        border-bottom: 1px solid #dedfe0
    }

    .signin-box-rs {
        padding-top: 20px
    }
}

@media (min-width: 780px) {
    .row-height [class*=col-] {
        margin-bottom: -99999px !important;
        padding-bottom: 99999px !important
    }

    .row-height {
        overflow: hidden
    }

    .zen-main-box .formation-box .title-box {
        height: 75px
    }

    .zen-main-box .formation-box .teacher-box {
        height: 60px
    }
}

@media only screen and (min-width: 768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 14px
    }

    .cd-cart .body li.deleted + li {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s
    }

    .cd-cart .body li.undo-deleted + li {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s
    }

    .cd-cart .checkout {
        font-size: 2.4rem
    }

    .cd-cart .product-image {
        width: 90px
    }

    .cd-cart .product-details {
        padding: 1.4em 0 0 1em;
        width: calc(100% - 90px)
    }

    .cd-cart .price, .cd-cart h3 {
        font-size: 1.8rem
    }

    .home-steps .owl-carousel [class*=col-] {
        float: none;
        display: table-cell;
        padding-bottom: 50px
    }

    .home-steps .owl-carousel .btn {
        position: absolute;
        margin-left: -100px;
        bottom: 0;
        left: 50%
    }

    .home-steps .item {
        height: 500px
    }

    .price-box {
        margin-top: 15px
    }

    #rateYo {
        margin-top: 28px
    }

    .img-formation-left {
        float: left;
        margin: -15px 15px 15px 0;
        width: 60px
    }

    .img-formation-right {
        float: right;
        margin: 0 15px 15px 0;
        width: 60px
    }

    .img-survey {
        float: left;
        margin: 0 15px 15px 0;
        max-width: 300px;
        width: 100%
    }

    .img-survey img {
        width: 100% !important
    }

    .survey-content h3 {
        font-family: 'Dancing Script', cursive;
        font-size: 28px;
        color: #1e6794;
        margin-bottom: 10px
    }

    .survey-content strong {
        font-size: 16px;
        color: #f4c35f;
        font-weight: 700
    }

    .post-content a, .survey-content a {
        font-size: 16px;
        color: #3979a1;
        font-weight: 500
    }

    .survey-content img#badge {
        position: absolute;
        left: 0;
        margin-top: -25px
    }
}

@media (max-width: 768px) {
    .modal-class-access .tab-inner, .text-xs-center {
        text-align: center
    }

    body {
        padding-top: 90px
    }

    header a.navbar-brand {
        width: 160px
    }

    .dashboard.cours .nav-pills > li, .dashboard.cours .tab-content .cour_list span.cour_time {
        width: 100%
    }

    .dashboard.cours .nav-pills > li > a {
        line-height: 40px;
        padding: 10px 0;
        border-bottom: 5px solid #f1b53b
    }

    .dashboard.cours .nav-pills > li.active > a, .dashboard.cours .nav-pills > li.active > a:focus, .dashboard.cours .nav-pills > li.active > a:hover {
        border-bottom: 5px solid #1e6794
    }

    .dashboard.cours .nav-pills .btn {
        margin-top: 5px
    }

    .mejs-container {
        overflow: hidden
    }

    .mejs-poster {
        background-position: 0 0 !important
    }

    .dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
        line-height: 60px;
        padding: 15px 15px 30px
    }

    .cour_info div {
        font-size: 16px;
        line-height: 24px
    }

    .dashboard.cours .tab-content .cour_list div {
        clear: both !important
    }

    .dashboard.cours .tab-content .cour_list li {
        padding: 10px 0
    }

    .dashboard.cours .tab-content .tab-avis .post-date {
        top: 5px
    }

    .dashboard.cours .tab-content .cour_list_video li {
        margin-left: 20px
    }

    header.affix .dropdown-menu.pull-right {
        right: 0
    }

    header nav .dropdown-menu::after {
        right: 50%;
        margin-right: -15px
    }

    .affix {
        position: static
    }

    .about-container .col-md-8, .about-container.footer.footer .col-md-8 {
        padding: 40px 35px
    }

    .about-container.footer .row {
        padding-top: 120px
    }

    .about-page .bg-white img {
        margin-top: 0
    }

    .pricing-box .top span {
        font-size: 12px
    }

    .auth-box .connexion-email {
        padding-bottom: 40px;
        padding-right: 5px;
        border-right: 0;
    }

    .checkbox-inline {
        margin-left: 0 !important
    }

    .dashboard .banner-description .col-md-4:first-child {
        border: 0
    }

    .search-bar button, .search-bar label select {
        border-radius: 27px
    }

    .slider-fix {
        margin-top: -455px
    }

    .search-bar {
        margin-top: 50px
    }

    .search-bar button, .search-bar label select {
        width: 270px;
        margin-left: 1px
    }

    .search-bar button:after {
        right: 0;
        background-color: rgba(30, 103, 148, .91)
    }

    .slider-fix a.btn {
        margin: 10px;
        color: #fff;
        border: 2px solid #1e6794;
        background-color: #1e6794
    }

    .modal-class-access .nav > li {
        display: inline-block
    }

    .modal-class-access .tab-content ul {
        padding-left: 20px !important
    }

    .modal-class-access .nav-levels {
        padding: 0
    }

    .modal-class-access .nav.nav-justified > li > a {
        padding: 10px;
        font-size: 20px
    }

    .modal-class-access .nav.nav-justified > li.active > a > span, .modal-class-access .nav.nav-justified > li:focus > a > span, .modal-class-access .nav.nav-justified > li:hover > a > span {
        padding: 16px;
        border-radius: 30px
    }

    .modal-class-access ul a [class*=icon-] {
        display: block;
        width: 95px;
        height: 95px;
        margin-left: 40px
    }

    .zen-main-box .formation-box {
        margin-bottom: 15px
    }

    .zen-main-box .truncate {
        height: inherit
    }

    .zen-main-box.freq h3 {
        margin: 30px 0
    }

    .survey-content img#badge {
        position: absolute;
        margin: -25px
    }

    .footer-bottom .social ul.list-inline {
        display: flex;
        justify-content: center;
    }

    .footer-bottom .copyright ul.list-inline {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer-bottom .container svg.footer-bottom-right {
        display: none;
    }

    .footer-bottom .container svg.footer-logo {
        left: 50%;
        margin-left: -123px;
    }

    .footer-bottom .container {
        padding-bottom: 75px;
    }
}

@media (max-width: 640px) {
    .btn {
        white-space: normal;
        text-align: center !important
    }

    body {
        padding-top: 60px
    }

    .dashboard .banner-content .main-box {
        padding: 10px
    }

    .dashboard .banner-description h3 {
        font-size: 33px;
        padding: 0 4px
    }

    .dashboard .banner-description a {
        font-size: 25px
    }

    .dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
        font-size: 35px
    }

    .dashboard.zen .banner-description h3 span, .dashboard.zen .banner-description h1.title-page span {
        font-size: 25px
    }

    .navbar-brand {
        margin: 5px 0
    }

    header nav {
        margin-top: 6px
    }

    .blog {
        padding: 30px 0
    }

    .blog h5 {
        font-size: 28px;
        margin-bottom: 30px
    }

    .connexion-social-network {
        padding-top: 40px
    }

    .auth-box {
        padding: 25px 30px 60px
    }

    .home-auth {
        padding: 40px 0
    }

    .home-auth .logo {
        margin-bottom: 20px
    }

    .cour_title_1 {
        font-size: 27px
    }

    h1.cour_title_1 {
        margin: 6px 0 0
    }

    .cour_title_2 {
        font-size: 24px
    }

    .cour_title_3 {
        font-size: 30px;
        padding: 20px 0
    }

    .cour_price {
        color: #1e6794;
        font-size: 32px;
        text-align: center
    }

    .modal .modal-title {
        font-size: 19px
    }

    .modal .modal-body h5 {
        font-size: 26px
    }

    .modal .modal-body {
        font-family: Raleway, sans-serif;
        font-size: 14px;
        color: #1e6794;
        font-weight: 400;
        text-align: justify
    }

    .press a.box-idea:before {
        margin-top: 40px
    }
}

@media (max-width: 320px) {
    .dashboard .banner-content .main-box.main-question .img-questionnaire, .img-survey {
        width: 100%
    }
}

body .tour-backdrop {
    background: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .9) 100%) rgba(0, 0, 0, 0);
    box-sizing: content-box;
    transition: all .3s ease-out 0s
}

.back-tour-backdrop {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.reviews .sp-stars {
    position: absolute;
    right: 18px;
    top: 40px
}

.review-meeting label {
    text-align: left !important
}

.review-meeting .rateYo {
    margin: 5px 0
}

.duration {
    border: 2px solid #dce4ec !important;
    border-radius: 23px !important;
    margin: 0 5px !important
}

.admin-back {
    border-radius: 0
}

#PayResultModal .error {
    color: red;
    font-weight: 700
}

.admin-back, label.tranche-2 {
    color: #1e6794
}

table a.formation-wish, table a.formation-wish:focus, table a.formation-wish:hover {
    text-decoration: none
}

.dashboard .banner-content .btn.btn-md.btn-primary.btn-4.display-inline.suivre {
    padding: 7px 10px !important;
    font-size: 14px
}

table.liste-formations thead tr th, table.liste-formations-2 thead tr th {
    margin-bottom: 15px
}

table.liste-formations thead tr th.titre, table.liste-formations-2 thead tr th.titre {
    padding: 7px;
    color: #1e6794;
    font-weight: 400
}

table.liste-formations tr td {
    padding: 0 3px
}

table.liste-formations tr td.td-image {
    width: 90px
}

table.liste-formations tr td.td-lien {
    text-align: right
}

table.liste-formations tr td.td-date, table.liste-formations tr td.td-heure {
    font-size: 14px
}

table.liste-formations tr td.td-image .image-box, table.liste-formations-2 tr td.td-image .image-box {
    background-size: cover;
    padding: 30px 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-position: center
}

table.liste-formations tr td h4.titre-achete {
    font-size: 14px;
    font-weight: 500
}

table.liste-formations-2 tr td h4.titre-achete {
    font-weight: 700;
    font-size: 15px
}

table.liste-formations .btn.btn-md.btn-primary.btn-4.display-inline.formation-payment-modal, table.liste-formations tr td.td-lien .btn.btn-md.btn-primary.btn-4.display-inline.suivre, table.liste-formations-2 tr td.td-lien .btn.btn-md.btn-primary.btn-4.display-inline {
    font-size: 11px;
    padding: 7px 5px !important
}

table.liste-formations-2 tr td.td-lien .btn.btn-md.btn-primary.btn-4.display-inline {
    padding: 7px 12px !important
}

table.liste-formations-2 tr td {
    padding: 0 20px
}

.nav.nav-pills i.fa-heart-o, .nav.nav-pills i.fa-list, .nav.nav-pills i.fa-shopping-cart {
    margin-right: 8px
}

.admin-back {
    background-color: #eee;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    line-height: 21px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 245px;
    z-index: 109;
}

.admin-back a {
    display: block
}

.btn.btn-primary.bnt-child {
    width: 180px;
    white-space: inherit;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px
}

.tranche {
    font-weight: 700
}

.row.text-center.tranches {
    padding: 0 35px
}

.row.text-center.tranches .checkbox-inline {
    float: left;
    padding: 8px 0;
    width: 33%;
    margin-left: 0;
    text-align: left
}

.row.text-center.tranches .icheckbox_flat-yellow, .row.text-center.tranches .iradio_flat-yellow {
    float: left;
    margin-right: 8px
}

.row.tranches {
    margin: 5px auto 25px
}

.row.tranches .col-xs-12.control-label {
    margin-bottom: 15px
}

.row.tranches .btn.btn-primary.btn-sm.btn-tranche.notActive {
    border-radius: 50%;
    background-color: #6d9cb9 !important;
    border: 1px solid #6d9cb9
}

.row.tranches .btn.btn-primary.btn-sm.btn-tranche.active, .row.tranches .btn.btn-primary.btn-sm.btn-tranche:hover {
    background-color: #1e6794 !important;
    border: 1px solid #1e6794
}

.vjs_video_3-dimensions.vjs-fluid {
    padding-top: auto !important
}

#modal-appointment.modal.fade.in, #modal-succes-ajout-enfant.modal.fade.in {
    display: block;
    z-index: 1102
}

#modal-succes-ajout-enfant.modal.fade.in {
    text-align: center
}

#modal-succes-ajout-enfant.modal.fade.notin {
    display: none !important
}

.dashboard .banner-content .main-box .btn.btn-blue.link_course {
    background-color: #3498db;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    position: absolute;
    top: 6px;
    right: 8px
}

.notification {
    position: relative;
    padding: 15px 5px
}

.box-request-course .box-description .type.child > * {
    background: #f1bc4f
}

.bulle-info {
    display: none;
    padding: 15px 25px;
    position: absolute;
    top: -10px;
    right: 100%;
    color: #fff;
    background: rgba(30, 103, 148, .8);
    border-radius: 40%
}

li.open-item {
    position: relative
}

.bulle-info.open {
    display: block
}

.popover-title {
    text-align: center
}

.data-payment {
    display: none
}

.fa.fa-book {
    margin-right: 8px
}

table a.download-file {
    text-decoration: none;
    color: #1e6794 !important;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 0;
    line-height: 18px;
    display: block
}

.tab-pane.tab-documents {
    padding: 0 15px
}

.download-none {
    color: #1e6794 !important;
    font-weight: 700;
    font-size: 15px;
    min-height: 250px
}

thead.hidden {
    display: none
}

td.td-download {
    padding: 25px 0 95px
}

.fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened, .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened .vjs-tech {
    min-width: 700px;
    max-width: 90%
}

.fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened .fancybox-inner {
    width: 100% !important;
    height: auto
}

.input-video {
    overflow: hidden
}

.form-group.input-video .form-control {
    padding: 15px;
    height: 50px;
    line-height: 18px;
    padding: 8px 15px;
    overflow: hidden
}

#hour-dropdown {
    display: none
}

#header-fixed {
    position: fixed;
    top: 73px;
    display: none;
    background-color: #fff;
    z-index: 2
}

#tour-bank-account form, #tour-my-information form, #tour-change-password form {
    padding-left: 15px;
    padding-right: 15px
}

a.lien-bank {
    width: 110px;
    color: #fff;
    background-color: #1e6793;
    border-color: #1e6793;
    border-radius: 40px;
    margin: 20px auto;
    text-align: center;
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    font-weight: 500
}

.info-planning {
    color: #1e6793;
    padding: 10px 15px;
    font-weight: 700
}

#goup-data {
    display: none
}

#goup-data.shown {
    display: block
}

.nb-participant {
    margin: 0 5px 0 15px
}

#reduction, #reduction_three {
    width: 80px;
    display: inline-block
}

.pourcentage-reduction {
    margin-left: 15px
}

#goup-data .span-number {
    margin-bottom: 15px
}

.dashboard.cours .btn-medium {
    float: left;
    border-color: #f1b53b;
    color: #f1b53b;
    font-size: 16px;
    width: 44%;
    font-weight: 700
}

.dashboard.cours .btn-half {
    font-size: 16px;
    float: right;
    width: 44%;
    display: inline-block
}

.small {
    font-size: 14px
}

.col-md-12.info-grouped {
    width: 100%;
    display: block;
    border-top: 1px solid #e8f0f4;
    font-size: 17px;
    padding: 15px
}

.data-guests {
    display: block;
    font-size: 17px
}

#first-guest, #second-guest {
    display: none
}

.col-md-12.info-grouped p {
    margin: 0
}

ul.press-logos li.press-logo-6 a.frenchweb {
    background-position: center center;
    background-image: url(/assets/zeneduc/img/frenchweb.png);
    background-size: contain;
    background-repeat: no-repeat
}

ul.press-logos li a.lepoint {
    background-image: url(/assets/zeneduc/img/logo-le-point.png)
}
ul.press-logos li a.croix {
    background-image: url(/assets/zeneduc/img/logo-la-croix.png)
}

.pending {
    background-color: #f1bc4f;
    font-size: 11px;
    border-radius: 20px;
    padding: 7px 7px !important;
    color: #fff
}

.col-md-12.main-box .three_participants, .col-md-12.main-box .two_participants {
    display: none
}

.checkbox_participants {
    width: 55px;
    float: left
}

.form-group.number-option {
    display: inline-block
}

label.span-number.col-sm-3.control-label {
    width: 250px
}

.icheckbox_flat-yellow {
    margin-right: 5px !important
}

.alerte {
    color: #8c0709
}

.formation-box .price-box {
    height: 60px
}

ul.press-logos li.press-logo-6 a.lepetitjournal {
    background-position: center center;
    background-image: url(/assets/zeneduc/img/le_petit_journal.png);
    background-size: contain;
    background-repeat: no-repeat
}

#second-row-pdf.hidden-row {
    display: none
}

.open-row {
    display: block
}

.add-pdf {
    margin: 5px 0 15px;
    float: right
}

.dashboard.cours .btn.btn-sm.pdf-preview, .dashboard.cours .btn.btn-sm.btn-primary.fancy_video {
    background-image: url(../img/pdf_icon.png);
    background-position-x: 8px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-color: #fdbf5e;
    font-weight: 600;
    padding: 3px 15px 4px 40px;
    margin: 0
}

.dashboard.cours .btn.btn-sm.btn-primary.fancy_video {
    background-image: url(../img/play_icon.png);
    background-color: #1e6794;
    border-color: #fdbf5e
}

.dashboard.cours .btn.btn-sm.pdf-preview {
    margin-left: 30px
}

.chapter-title.two-supports, .chapter-title.pdf-supports, .chapter-title.video-supports {
    padding-left: 35px !important;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center
}

.chapter-title.video-supports {
    background-image: url(../img/icon_video_supports.png)
}

.chapter-title.two-supports {
    background-image: url(../img/icon_two_supports.png)
}

.chapter-title.pdf-supports {
    background-image: url(../img/icon_pdf_supports.png)
}

.dashboard.cours .btn.btn-sm.pdf-preview.two-supports {
    position: relative
}

.dashboard.cours .btn.btn-sm.pdf-preview.two-supports::before {
    height: 100%;
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    left: -17px;
    background-color: #fdbf5e;
    content: ''
}

ul.press-logos li.press-logo-6 a.tele-matin {
    background-position: center center;
    background-image: url(/assets/zeneduc/img/tele_matin.png);
    background-size: contain;
    background-repeat: no-repeat
}

.formation-box .img-formation-left {
    float: left;
    margin: -15px 15px 15px 0;
    width: 70px
}

ul.press-logos li.press-logo-6 a.la-tribune {
    background-position: center center;
    background-image: url(/assets/zeneduc/img/la-tribune.png);
    background-size: contain;
    background-repeat: no-repeat
}

.img-formation-right {
    width: 85px
}

span.bordred {
    padding: 8px 0 12px;
    border-bottom: 1px solid #e8e8e9;
    width: 100%;
    color: #1e6794
}

.info-payment {
    margin: 0 auto 10px;
    max-width: 97%;
    padding: 17px 0 10px;
    text-align: center;
    height: 200px;
    background-color: #fff;
    border: 1px solid #e8e8e9;
    -webkit-box-shadow: 0 0 2px 0 rgba(232, 232, 233, .8);
    -moz-box-shadow: 0 0 2px 0 rgba(232, 232, 233, .8);
    box-shadow: 0 0 2px 0 rgba(232, 232, 233, .8)
}

.one-option .info-payment {
    margin: 0 auto;
    width: 200px
}

.btn.btn-success.payer {
    margin: 15px auto 5px;
    padding: 5px 15px;
    display: block;
    width: initial
}

.icon-tranche, span.bordred, span.price, span.info-payment-text {
    width: 100%;
    display: inline-block
}

span.price {
    font-size: 14px;
    font-weight: 700;
    padding: 9px 0 0;
    color: #1d6089;
    font-family: 'Dancing Script', cursive
}

.info-payment.to_pay {
    -webkit-box-shadow: 0 0 2px 0 rgba(32, 105, 150, .8);
    -moz-box-shadow: 0 0 2px 0 rgba(32, 105, 150, .8);
    box-shadow: 0 0 2px 0 rgba(32, 105, 150, .8);
    border: 1px solid #206996
}

.two-option, .three-option {
    float: left;
    width: 50%;
    text-align: center
}

.three-option {
    width: 33.3333%
}

.icon-tranche {
    width: initial;
    height: 55px
}

.row.tranches .btn.btn-primary.btn-sm.btn-tranche.notActive, .btn-tranche.notActive {
    background-color: transparent !important
}

.btn-sm.btn-tranche {
    padding: 8px
}

.three-option:hover .btn.btn-primary.btn-sm.btn-tranche.notActive, .three-option:focus .btn.btn-primary.btn-sm.btn-tranche.notActive, .two-option:hover .btn.btn-primary.btn-sm.btn-tranche.notActive, .two-option:focus .btn.btn-primary.btn-sm.btn-tranche.notActive {
    cursor: pointer;
    background-color: #1e6794 !important
}

#block-info {
    display: none;
    text-align: left;
    font-size: 14px
}

.dashboard.cours .col-lg-4.col-md-4.formation-short-details .btn.btn-payment, .dashboard.cours .col-lg-4.col-md-4.formation-short-details .btn.btn-videoconf, .dashboard.cours .col-lg-4.col-md-4.formation-short-details .btn.play-video, .dashboard.cours .col-lg-4.col-md-4.formation-short-details .btn.btn-next {
    margin: 0 auto 10px;
    padding: 7px 10px;
    width: auto
}

.icon-container {
    float: right;
    width: 33.33%;
    text-align: center
}

.icon-container .img-formation-right {
    max-width: 75px;
    margin: 0 auto;
    float: initial;
    height: 58px;
    max-width: 80px;
    object-fit: contain
}

.row.tranches .input-group, .row.tranches .input-group .btn-group {
    width: 100%
}

.one-option {
    text-align: center
}

.modal-list .succes-details {
    font-size: 14px;
    line-height: 14px !important
}

.modal-list .succes {
    font-weight: 600
}

.info-payment-number {
    color: #f1b53b;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Dancing Script', cursive
}

.icon-multiple {
    color: #f1b53b;
    font-weight: 700;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.main-box.main-data form h3, .main-box.main-data h3 {
    padding-left: 10px
}

.border-right.icon-container {
    border-right: 1px solid #fdbf5e
}

.col-xs-12.pay-one-time .input-group {
    width: 100%
}

.col-xs-12.pay-one-time .input-group #radioBtn {
    width: 100%
}

.tab-avis .description-text {
    display: block
}

.grouped-participant {
    color: #f2ba50;
    font-size: 25px;
    line-height: 20px
}

.premium .info-payment {
    background-color: #f2ba50;
    color: #1e6794
}

.premium .info-premium {
    line-height: 22px;
    font-size: 20px;
    color: #fff
}

#groupedCourseModal .modal-body, #paymentModal .modal-body {
    padding: 5px 20px
}

#groupedCourseModal .modal-body span.info-payment-text, #groupedCourseModal .modal-body span.bordred {
    font-size: 16px;
    color: #1d5f88
}

#groupedCourseModal .modal-body .icon-tranche {
    margin-bottom: 8px
}

.img-note {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: -7px
}

#nav-cour-formation.nav > li > a {
    padding: 8px 5px
}

#nav-cour-formation.nav .fa {
    margin-right: 5px
}

.formations-groupe {
    padding: 5px 10px 15px
}

.formations-groupe section table {
    padding-bottom: 20px
}

.formations-groupe section table tr.participant {
    height: 28px
}

.formations-groupe section table tr.participant td.mail-participant {
    padding-right: 15px;
    padding-left: 25px;
    font-size: 14px
}

.formations-groupe section table tr.participant td span.pending, .formations-groupe section table tr.participant td span.label-info {
    border: 1px solid #f1bc4f;
    padding: 5px 7px !important;
    color: black;
    border-radius: 5px;
    font-size: 10px;
    background-color: transparent
}

.formations-groupe section table tr.participant td span.label-info {
    border: 1px solid #1e6794
}

table.liste-formations tr.tr-parent {
    border-top: 1px solid #1e6794
}

.formations-groupe section table tr.participant td {
    padding-bottom: 15px
}

table.liste-formations tr.tr-parent-head {
    background-color: #1e6794
}

table.liste-formations tr.tr-parent-head th {
    color: #fff
}

a.lien-bank:hover, a.lien-bank:focus {
    color: #fff !important
}

.payment-partiel .info-payment-number {
    font-size: 24px
}

ul.press-logos li.press-logo-6 a.zupdeco {
    background-image: url(../img/zupdeco.png)
}

ul.press-logos li.press-logo-6 a.myorientation {
    background-image: url(../img/myorientation.png)
}

ul.press-logos li.press-logo-6 a.fondation-ardian {
    background-image: url(../img/fondation-ardian.jpg)
}

ul.press-logos li.press-logo-6 a.libsco {
    background-image: url(../img/logo_libsco.jpg)
}

ul.press-logos li.press-logo-6 a.fondation-ardian, ul.press-logos li.press-logo-6 a.zupdeco {
    background-position: center center;
    background-repeat: no-repeat;
    height: 52px;
    min-width: 95px;
    background-size: contain
}

ul.press-logos li.press-logo-6 a.magic-maman {
    background-image: url(/assets/zeneduc/img/logo-magic-maman.png);
    background-size: contain;
    background-position: center center
}

ul.press-logos li.press-logo-6 a {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

#block-grouped-info {
    text-align: left;
    font-size: 16px;
    padding: 0 12px
}

.step {
    border: 1px solid #1e6794;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #1e6794;
    font-family: 'Dancing Script', cursive;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 600;
    margin: 5px 10px 5px 0;
    text-align: center;
    float: left
}

.row.step-content {
    margin: 5px 0 10px
}

.text-step.third {
    margin-top: 8px;
    display: inline-block
}

.close-step {
    margin-top: 35px
}

h3.step-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 12px
}

.last-step {
    margin: 10px 0 5px
}

h3.title-form {
    padding-left: 10px
}

.dashboard .banner-content .main-box .btn.validat-child {
    margin-right: 15px
}

.question-promo {
    color: #597ea2;
    font-size: 15px;
    font-family: Raleway, sans-serif
}

.question-promo a, .question-promo a:hover, .question-promo a:focus {
    text-decoration: underline;
    cursor: pointer
}

.data-promo {
    text-align: center;
    margin: 10px auto
}

.data-code {
    display: none;
    text-align: center;
    margin: 0 auto 15px
}

#code-promo {
    padding: 5px 8px;
    border: 1px solid #dce4ec;
    border-radius: 35px;
    width: 110px;
    height: 38px;
    display: inline-block;
    margin-right: 15px
}

#submit-promo {
    background-color: #f1b53b;
    color: #fff;
    border-radius: 35px;
    line-height: 35px;
    padding: 9px 15px;
    cursor: pointer
}

#submit-promo:hover, #submit-promo:focus {
    background-color: #e8ab2d
}

.data-response {
    display: none;
    font-size: 13px;
    color: #ee1b2e
}

.data-response p {
    margin: 15px auto 0
}

.barre {
    text-decoration: line-through
}

.price.promo {
    color: #e8ab2d;
    font-weight: 700
}

#data-promotion-tranche, .data-promotion {
    display: none
}

.box-newsletter-body .btn.btn-lg.btn-info {
    padding: 12px 30px
}

#new-sponsored {
    display: none;
    padding: 0 15px
}

.liste-filleul {
    padding: 15px 2%;
    width: 96%;
    margin: 15px auto
}

.liste-filleul thead {
    color: #1e6794
}

.plus-img {
    margin-right: 10px
}

.dashboard .banner-content .main-box .btn#btn-sponsor {
    padding: 7px 20px;
    margin: 15px 0
}

#new-sponsored, .row.row-sponsor {
    margin-left: 0;
    margin-right: 0
}

.row-sponsor #btn-sponsor {
    border-color: #1e6794;
    background-color: #1e6794
}

.col-md-4.btn-sent {
    margin-top: 25px
}

.dashboard .banner-content .main-box .col-md-4.btn-sent .btn {
    padding: 7px 30px 8px;
    margin: 1px auto 0
}

.row.info .error {
    color: #ba3124
}

.row.info .succes {
    color: #537327
}

.row.info .error, .row.info .succes {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

.number-reduction {
    font-weight: 700;
    color: #f1b53b
}

.press h5.title-sponsorship {
    color: #e8ab2d;
    font-size: 41px;
    margin: 40px auto 15px
}

.spnsorship-section {
    position: relative;
    background-image: url(../img/sponsor-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a6c154;
    padding: 25px;
    background-size: 100% auto
}

.caption-orange {
    line-height: 20px;
    text-align: center;
    background-image: url(../img/bg-caption.png);
    background-repeat: repeat;
    max-width: 195px;
    padding: 20px 12px;
    color: #fff;
    font-size: 18px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 30px
}

.percentage-blue {
    line-height: 60px;
    display: block;
    margin: 8px auto;
    color: #1e6794;
    font-size: 60px
}

.caption-small {
    margin-top: 10px;
    display: block;
    line-height: 12px;
    font-size: 12px
}

.spnsorship-text {
    max-width: 330px;
    color: #fff;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px
}

.bouton-sponsor {
    background-color: #1e6794;
    color: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    margin: 15px auto;
    display: inline-block;
    text-align: center
}

.bouton-sponsor:hover, .bouton-sponsor:focus {
    color: #fff
}

.small {
    font-size: 12px
}

.text-red {
    color: #a12f37;
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

#sponsorship-modal btn-infobtn-lg {
    padding: 8px 25px
}

.spnsorship-section.padding-bottom {
    padding-bottom: 70px
}

form h3 {
    margin: 21px 15px 30px
}

#add-child-parent .btn.btn-info.pull-right {
    margin-right: 15px
}

.box-request-course .box-image a, .box-request-course .box-image span {
    cursor: text
}

.btn.btn-primary.btn-sm.cancel {
    line-height: 1;
    font-size: 17px;
    width: 50px;
    height: 35px;
    background-color: #f1b53b;
    border-color: #f1b53b
}

.col-md-1.annulation-div {
    padding-right: 0;
    padding-left: 0
}

.notemodal {
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-top: 15px;
    color: #D9534F
}

.spnsorship-section.padding-bottom {
    padding-bottom: 70px
}

ul.press-logos li a.neuilly {
    background-image: url(/assets/zeneduc/img/neuilly_logo.png)
}

table.liste-formations thead tr th.titre {
    color: #fff
}

#loginModal .modal-footer .text-center a {
    font-size: 20px;
    font-weight: bold
}

span.cancel {
    font-size: 12px;
    text-align: left;
    display :block;
    line-height: 12px;
    font-weight: 700
}

ul.press-logos li a.ouest-france {
    background-image: url(/assets/zeneduc/img/ouest_france_logo.png)
}

ul.press-logos li a.biba {
    background-image: url(/assets/zeneduc/img/biba_log.png)
}

ul.press-logos li a.forbes {
    background-image: url(/assets/zeneduc/img/forbes_logo.png)
}
ul.press-logos li a.rmc {
    background-image: url(/assets/zeneduc/img/rmc.png)
}
ul.press-logos li a.lefigaro {
    background-image: url(/assets/zeneduc/img/lefigaro.png)
}
ul.press-logos li a.trajectoires {
    background-image: url(/assets/zeneduc/img/trajectoires.png)
}

.auth-box .col-md-6.connexion-email.bordered {
    padding: 0px 27px 30px 50px;
}

.auth-box .col-md-6.connexion-email h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
    color: #1e6794;
}

.auth-box .btn-lg {
    padding: 15px 30px
}

h2.h2-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
    color: #1e6794
}

h1.h1-forgot {
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 30px 0;
    text-align: center
}

.theme-description {
    background-color: #1e6794;
    color: #ffffff;
    text-align: justify;
    padding: 20px 25px 30px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 45px;
}

.dashboard .banner-description h1 a {
    display: inline-block;
    margin-left: 10px;
}

.dashboard .banner-description h1 a img {
    margin-top: -10px
}

.founder-word {
    margin-top: 20px;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    color: #ffffff;
    font-weight: 400;
}

.founder-word span {
    color: #efb448
}

.theme-description p {
    text-align: justify;
    margin: 20px auto;
    max-width: 700px;
    width: 80%;
}

.founder-word img {
    display: block;
    margin: 25px auto 0
}

.founder-name {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    display: block;
    margin: 0 0 15px 0;
    color: white;
}

.founder-word span.founder-name {
    color: #ffffff;
    margin-bottom: 15px;
}

.theme-description p a {
    color: #ffffff !important;
    text-decoration: underline
}

.auth-box .col-md-6.connexion-email {
    padding: 0px 50px 30px 30px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fa/fontawesome-webfont.eot?v=4.5.0);
    src: url('../fonts/fa/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url(../fonts/fa/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../fonts/fa/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../fonts/fa/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url('../fonts/fa/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url("font/VideoJS.eot?#iefix") format("eot")
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\f103"
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-0 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104"
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-1 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105"
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-volume-menu-button.vjs-vol-2 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106"
}

.vjs-icon-volume-high, .video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before {
    content: "\f107"
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\f108"
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\f10c"
}

.vjs-icon-captions, .video-js .vjs-captions-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\f10d"
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\f115"
}

.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\f11d"
}

.vjs-icon-audio, .video-js .vjs-audio-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\f11e"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js *, .video-js *:before, .video-js *:after {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25% !important
}

.video-js.vjs-4-3 {
    padding-top: 75% !important
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a, .vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
    display: none
}

.video-js button {
    background: 0;
    border: 0;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li:focus, .vjs-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu, .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline:hover .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden
    }
}

.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
        content: ""
    }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    outline: 0;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
    text-shadow: 0 0 1em white
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em
}

.vjs-live .vjs-progress-control {
    display: none
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after {
    font-family: Arial, Helvetica, sans-serif;
    visibility: visible;
    font-size: .6em
}

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar, .video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: .3em;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-mouse-display:before {
    display: none
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    position: absolute;
    top: -.333333333333333em;
    right: -.5em;
    font-size: .9em
}

.video-js .vjs-time-tooltip, .video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    right: -1.9em;
    font-size: .9em;
    color: #000;
    content: attr(data-current-time);
    padding: 6px 8px 8px 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

.video-js .vjs-time-tooltip, .video-js .vjs-play-progress:before, .video-js .vjs-play-progress:after {
    z-index: 1
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
    display: none
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: white;
    background: rgba(115, 133, 159, .75)
}

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-time-tooltip {
    display: inline-block;
    height: 2.4em;
    position: relative;
    float: right;
    right: -1.9em
}

.vjs-tooltip-progress-bar {
    visibility: hidden
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip, .video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em white;
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: .5em;
    height: 8em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
    height: 8em;
    width: 2.9em
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
    height: 2.9em;
    width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-controls-disabled .vjs-poster {
    display: none
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
    display: none
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: block
}

.vjs-loading-spinner:before, .vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
    display: none
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    margin: 0 auto;
    padding: .5em;
    height: 16em;
    font-size: 12px;
    width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 1em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
    float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-font:after, .vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px;
    border: 0
}

.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
    display: block;
    width: 100px;
    margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px;
    vertical-align: top;
    float: right
}

.vjs-caption-settings .vjs-tracksetting > div {
    margin-bottom: 5px;
    min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0
}

.vjs-caption-settings label > input {
    margin-right: 10px
}

.vjs-caption-settings fieldset {
    margin-top: 1em;
    margin-left: .5em
}

.vjs-caption-settings fieldset .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-caption-settings input[type="button"] {
    width: 40px;
    height: 40px
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

@media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.icheckbox_flat-yellow, .iradio_flat-yellow {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(icheck-flat/yellow.png) no-repeat;
    border: 0;
    cursor: pointer
}
.full-calendar .icheckbox_flat-yellow, .iradio_flat-yellow {
    background: url(icheck-flat/grey.png) no-repeat;
}
.icheckbox_flat-yellow {
    background-position: 0 0
}

.icheckbox_flat-yellow.checked {
    background-position: -22px 0
}

.icheckbox_flat-yellow.disabled {
    background-position: -44px 0;
    cursor: default
}

.icheckbox_flat-yellow.checked.disabled {
    background-position: -66px 0
}

.iradio_flat-yellow {
    background-position: -88px 0
}

.iradio_flat-yellow.checked {
    background-position: -110px 0
}

.iradio_flat-yellow.disabled {
    background-position: -132px 0;
    cursor: default
}

.iradio_flat-yellow.checked.disabled {
    background-position: -154px 0
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi),(min-resolution: 1.25dppx) {
    .icheckbox_flat-yellow, .iradio_flat-yellow {
        background-image: url(yellow@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px
    }
}

.footer-top .col-md-12 {
    margin-bottom: 60px
}

.footer-press.col-sm-3 {
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.owl-nav.disabled, .owl-dots.disabled {
    display: none
}
div.owl-carousel.related-posts.owl-loaded.owl-drag .owl-dots {
    display: block
}
div.owl-carousel.related-posts.owl-loaded.owl-drag .item{
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    margin-top: 10px;
    text-align: center;
}
.owl-theme {
    position: relative;
    line-height: 25px
}

.owl-theme::before {
    position: absolute;
    content: '';
    height: 100%;
    max-height: 55px;
    width: 1px;
    left: 0;
    background-color: #0D6598
}

ul.press-logos li.press-logo-6 a {
    height: 45px
}

.owl-theme .owl-nav.disabled + .owl-dots {
    display: none
}

.similar-theme {
    height: 99px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    margin-right: 30px;
    font-size: 26px
}

.similar-theme a {
    padding: 30px 10px 10px 105px;
    display: block
}

.similar-theme img {
    max-width: 80px
}

.yellow {
    background-color: #efb448;
    background-image: url(../img/bg_dev_perso.png);
    margin-bottom: 25px
}

.yellow a {
    color: #246892 !important
}

.blue {
    margin-bottom: 25px;
    background-color: #246892;
    background-image: url(../img/bg_dev_scolaire.png)
}
.blue.third-theme{
    margin-bottom: 25px;
    background-color: darkslategray;
    background-image: url(../img/professionnels.png)
}

.blue a {
    color: #efb448 !important
}
.blue.third-theme a{
    color: #ffff!important;
}

@media screen and (max-width: 1366px) {
    .similar-theme {
        font-size: 19px
    }

    .dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
        font-size: 1.5625em
    }

    .dashboard.zen .banner-description h3 span, .dashboard.zen .banner-description h1.title-page span {
        font-size: 26px
    }

    .zen-main-box h3 {
        font-size: 42px
    }

    ul.press-logos li.press-logo-6 a {
        min-width: 115px;
        height: 40px
    }

    ul.press-logos li.press-logo-6 a.fondation-ardian, ul.press-logos li.press-logo-6 a.zupdeco {
        height: 50px
    }

    .cour_title_3 {
        font-size: 24px;
        line-height: 29px
    }

    .cour_price {
        font-size: 36px
    }

    body.teacher header nav li a {
        padding: 10px 6px;
        font-size: 15px
    }
}

@media (max-width: 1200px) {
    .spnsorship-section {
        background-position: top center
    }

    .row.banner-content {
        overflow: hidden
    }
}

@media screen and (max-width: 1091px) {
    .similar-theme {
        font-size: 17px
    }

    .similar-theme a {
        padding-top: 27px
    }

    .footer-top .footer-press {
        font-size: 19px
    }

    .dashboard.cours .tab-content h3 {
        font-size: 32px;
        line-height: 33px
    }

    .zen-main-box h3 {
        font-size: 38px;
        margin: 40px auto !important
    }

    .icon-container {
        margin-bottom: 8px
    }

    .row.banner-description .col-md-6.col-sm-6.hidden-xs {
        display: none
    }

    .banner-content.calendar-banner {
        margin-top: 0 !important
    }

    .zen-main-box .formation-box .title-box {
        height: 105px
    }
}

@media screen and (max-width: 768px) {
    .founder-word img {
        margin: 20px auto 0;
    }

    .founder-word {
        font-size: 30px
    }

    .owl-theme::before {
        display: none
    }

    .dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
        font-size: 30px
    }

    .dashboard.zen .banner-description h3 span, .dashboard.zen .banner-description h1.title-page span {
        font-size: 23px
    }

    .formation-box {
        max-width: 275px;
        margin-left: auto;
        margin-right: auto
    }

    .footer-top {
        padding: 40px 15px 20px 15px;
    }

    .footer-top .col-md-12 {
        margin-bottom: 10px
    }

    ul.press-logos li.press-logo-6 a {
        min-width: 150px
    }

    .footer-bottom .social ul {
        margin-top: 20px;
        margin-bottom: 15px
    }

    .thematique-box h4 {
        font-size: 30px;
        padding: 2px 15px
    }

    .thematique-box h4 {
        padding: 2px 15px;
        margin-bottom: 0
    }

    .side-menu .navbar-nav li a {
        padding: 10px 15px 10px 50px
    }

    .sp-ico {
        margin-right: 10px;
        width: 29px;
        height: 29px
    }

    .side-menu .navbar-nav li li a {
        padding: 3px 15px 5px 80px
    }

    .zen-main-box .formation-box .title-box {
        line-height: 20px;
        font-size: 16px;
        height: 70px
    }

    .footer-bottom {
        padding-top: 25px
    }

    .zen-main-box {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px
    }

    .box-request-course {
        display: block
    }

    .box-request-course > [class*=col-] {
        padding-bottom: 25px
    }

    .banner-content.calendar-banner {
        margin-top: 15px !important
    }
}

@media screen and (max-width: 600px) {
    .row.row-height .col-sm-4.col-xs-6 {
        width: 100%
    }

    .zen-main-box h3 {
        font-size: 36px;
        text-align: center
    }

    .thematique-box {
        margin-top: 15px
    }

    .dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
        font-size: 26px;
        line-height: 30px
    }

    .zen-main-box {
        padding-left: 4px;
        padding-right: 4px
    }

    .text-right.copyright {
        text-align: left
    }

    .dashboard.cours .nav-pills > li > a {
        font-size: 24px;
        line-height: 26px
    }

    #event-modal .radio-inline + .radio-inline, #event-modal .checkbox-inline + .checkbox-inline, #event-modal .checkbox-inline {
        padding-left: 0
    }

    .to-time {
        padding: 8px 15px 10px
    }

    table.liste-formations, table.liste-formations-2 {
        width: 100%
    }

    table.liste-formations tr td.td-image, table.liste-formations tr, table.liste-formations-2 tr td.td-image, table.liste-formations-2 tr, table.liste-formations tr td.td-image, table.liste-formations td, table.liste-formations-2 tr td.td-image, table.liste-formations-2 td {
        display: block;
        width: 100%
    }

    table.liste-formations tr.tr-parent-head th {
        display: none
    }

    .formations-groupe section table tr.participant {
        height: auto
    }

    .formations-groupe section table tr.participant td.mail-participant {
        padding-right: 0;
        padding-left: 0
    }

    #add_reservation {
        right: 0
    }

    #time_range {
        width: 98% !important
    }
}

@media screen and (max-width: 480px) {
    #add_reservation {
        position: relative !important;
        bottom: inherit !important;
        right: inherit !important
    }
}

@media screen and (max-width: 320px) {
    header nav .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0
    }

    .dashboard.zen .banner-description h3, .dashboard.zen .banner-description h1.title-page {
        font-size: 24px
    }

    .dashboard.zen .banner-description h3 span, .dashboard.zen .banner-description h1.title-page span {
        font-size: 18px
    }

    .side-menu .navbar-nav li a {
        padding-left: 20px
    }

    .zen-main-box h3 {
        font-size: 26px;
        line-height: 28px
    }

    .dashboard.cours .tab-content .description-txt {
        word-break: break-word
    }
}

#tour-calendar, .modal-content.not-disponible {
    display: none
}

.rating-box-empty, .rating-box {
    height: 42px;
    display: block
}

@media screen and (max-width: 768px) {
    body section.CPF .modal-body .form-group.captcha {
        margin-left: 0%;
        margin-top: 0%;
    }
}

@media (max-width: 991px) {
    .auth-box .col-md-6.connexion-email.bordered {
        padding: 30px 25px
    }

    .auth-box .col-md-6.connexion-email {
        padding: 0 30px 30px
    }

    #form-login {
        padding-top: 0
    }

    .similar-theme {
        margin-right: 0;
        font-size: 24px;
    }

    .similar-theme a {
        padding-top: 33px
    }
}

@media screen and (max-width: 480px) {
    .similar-theme {
        font-size: 22px
    }

    .similar-theme a {
        padding-top: 25px
    }
}

#data-erreur {
    display: none
}

.error { /*color:#A70D0F*/
}

.course-affectation {
    border: none;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%
}

.form-group.choice {
    margin-bottom: 5px
}

.course-affectation a.btn.btn-primary.pull-right.btn-with-margin {
    margin-top: 5px;
    padding: 8px 12px;
    margin: 30px 3px 0 0;
    font-size: 14px
}

.col-md-12.info-grouped {
    padding: 15px 15px 5px 15px
}

.info-add.success {
    color: #3c763d;
    padding: 0px 15px 0px
}

.finished-formation {
    margin: 0 0 25px
}

.finished-formation h4 {
    color: #1e6794;
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    padding-left: 13px;
    font-weight: bold;
    margin: 0 0 10px
}

.diplomas {
    padding: 10px 15px 20px
}

.diplomas .col-sm-4 img {
    max-width: 99%
}

.border-class {
    margin: 0 auto;
    height: 2px;
    width: 75%;
    background-color: #acabab
}

.finished-formation .reviews .sp-stars {
    top: 0
}

.status-review {
    color: #acabab;
    position: absolute;
    right: 0;
    bottom: -9px;
    font-size: 12px
}

.finished-formation .description-text {
    position: relative
}

.finished-formation .blue-text {
    cursor: pointer
}

.add-comment {
    display: none
}

.finished-formation .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    width: 19px;
    height: 19px;
}

.rateYo.pull-right.jq-ry-container {
    margin-top: 10px;
    margin-bottom: 10px
}

.row.comment-add, .row.add-comment {
    padding-left: 15px;
    padding-right: 15px
}

.dashboard .banner-content .main-box .finished-formation .btn {
    padding: 7px 25px
}

@media only screen and (min-width: 768px) {
    .finished-formation #rateYo {
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .diplomas .col-sm-4 img {
        max-width: 280px;
        margin-bottom: 10px
    }
}

.social-likes {
    margin: 1px !important
}

.social-likes__icon {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important
}

#reservation_process.hidden, .child-adult, .save_reservation {
    display: none
}

#reservation_process.shown {
    display: block
}

.finished-formation .col-sm-12.col-md-12.reviews p.description-text {
    display: block;
    max-height: none
}

@media only screen and(max-width: 767px) {
    .auth-box .connexion-email .btn.btn-lg.btn-info {
        padding: 10px 15px;
        margin-top: 15px;
        font-size: 16px
    }

    .finished-formation .social-likes.social-likes_light {
        display: block
    }
}

.main-box h1.teacher-title {
    margin-bottom: 30px;
    line-height: 30px;
    color: #000;
    font-size: 26px
}

.row.hidden {
    display: none;
}

@media only screen and (max-width: 480px) {
    .credit-card-box .display-tr {
        display: block
    }

    .credit-card-box .display-td {
        display: block;
        width: 98%;
        padding: 0 1%
    }

    .credit-card-box .panel-heading img {
        max-width: 125px;
        margin: 10px 0 0;
    }

    .three-option {
        width: 100%;
        margin-bottom: 25px;
    }
}

/* hatem changes */
@media screen and (min-width: 992px) {
    .pd-left-5 {
        padding-left: 5px;
    }

    .pd-right-5 {
        padding-right: 5px;
    }
}
.row.breadcrumb-row{
    margin-bottom: 25px;
}
ul.custom-breadcrumb {
    margin-top: 15px;
    margin-bottom: auto;
}

.custom-breadcrumb > li {
    display: inline-block
}

.custom-breadcrumb > li + li:before {
    content: "\003e";
    padding: 0 5px;
    color: #5C94B6
}
.custom-breadcrumb > li > a{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 19px;
    color: #5C94B6
}
.custom-breadcrumb > li > a.active {
    font-family: 'Raleway', sans-serif;
    color: #1E6794;
    line-height: 19px;
    font-weight: 500;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.formation-short-details {
    box-shadow: 0 2px 25px 0 rgba(0,0,0,0.15);
    padding: 0 20px;
}
.video-details-info-payment-info{
    margin: 0 auto 5px;
    padding: 17px 0 5px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .video-details.border-left {
        border-left: 1px solid #e8e8e9;
    }
    .row.formation-short-details {
        min-height: 535px;
    }
}
img.video-details.no-video-img{
    object-fit: scale-down;
}
@media screen and (min-width: 992px) {
    img.video-details.no-video-img{
        height: 440px;
    }
}
.video-details-duration {
    background: #F4F4F4;
    margin-top: 15px;
    padding-left: 15px;
    margin-right: -5px;
    height: 85px;
    display: table;
    width: 100%;
}
.row.video-details-type>div,.video-details-level>div,.video-details-duration>div{
    height: 100%;
    vertical-align: middle;
    margin-top: auto;
    display: table-cell;
}
.video-details-level {
    margin-top: 15px;
    background: #F4F4F4;
    padding-left: 15px;
    height: 85px;
    display: table;
    width: 100%;
}
.row.video-details-type {
    background: #F4F4F4;
    margin: 11px 0px 25px 0px;
    height: 80px;
    display: table;
    width: 100%;
    padding-right: 5px;
}
.video-details-titles{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    color: #F1B53B;
    letter-spacing: 0;
}
.video-details-values{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #1E6794;
    letter-spacing: 0;
}
.video-details-icon-tranche{
    height: 32px;
}
.video-details-info-payment-text{
    opacity: 0.5;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #1E6794;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.video-details-price{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    color: #1E6794;
    letter-spacing: 0;
    text-align: center;
    /*font-size: 14px;
    font-weight: 700;
    padding: 9px 0 0;
    color: #1d6089;
    font-family: 'Dancing Script', cursive;*/
}
.video-details-actions{
    text-align: center;
}
.video-details-btn-videoconf{
    display: inline-block !important;
    padding: 7px 10px !important;
    margin: 10px !important;
    font-family: Raleway, sans-serif !important;
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 1.4375em !important;
    min-width: 260px;
}
.video-details-btn-payment{
    display: inline-block !important;
    padding: 7px 10px !important;
    margin: 10px !important;
    font-family: Raleway, sans-serif !important;
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 1.4375em !important;
    min-width: 260px;
}
.video-details-img-formation-right{
    width: 85px;
    float: right;
    text-align: center;
    margin: 0 15px 15px 0;
}
.dashboard.cours .btn.btn-plus i.fa-heart.icon-blue {
    color: #1E6794;
    font-size: 28px;
    margin-right: 10px
}
.dashboard.cours .btn.btn-plus i.fa-heart-o.icon-blue {
    color: #1E6794;
    font-size: 28px;
    margin-right: 10px;
}
.ratings-count{
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    color: #1E6794;
    letter-spacing: 0;
    text-align: center;
}

span.sp-rating.sp-stars.blue-stars span::before{
    color: #1E6794!important;
}
.sp-rating.sp-stars.blue-stars span:before, .sp-rating.sp-stars.blue-stars:before {
    font-family: FontAwesome;
    color: #1E6794;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.5px;
}
.row.details-video-bottom{
    margin-bottom: 23px;
}
a#share img{
    height:28px;
}
.row.video-details-info {
    margin-top: 15px;
}
.row.video-details-info ul
{
    list-style-type: none;
    padding-left: 0;
    width: 80%;
    margin: auto;
}
.details-video-bottom .col-md-8{
    text-align: center;
}
@media screen and (max-width: 992px) {
    .row.video-details-info ul{
        width: 100%;
    }
}
.row.video-details-info ul li
{
    margin: 5px;
}

.row.video-details-info ul li img
{
    height: 50px;
    vertical-align: middle;
    margin-right: 15px;
}
.row.video-details-info ul li p
{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    color: #1E6794;
    letter-spacing: 0;
    font-family: Raleway, sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .col-md-8 .video-details-description {
        margin-top: -75px;
        margin-bottom: 25px;
    }
}
.dashboard.cours .nav-pills.video-details{
    margin-left: 0;
    margin-right: 0;
    background-color: #EAF1F5 !important;
}
#nav-cour-video-details.affix {
    top: 66px;
    width: inherit;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.dashboard.cours .nav-pills.video-details li{
    position: relative;
    display: inline-block;
    float: none;
}
.dashboard.cours .nav-pills.video-details li a{
     background-color: transparent;
     color: #1E6794;
     border-bottom: medium none transparent;
     font-family: Raleway, sans-serif;
     font-weight: 500;
     font-size: 1.25em;
     margin: 0 15px;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     line-height: normal;
     padding: 20px 15px;
 }
.dashboard.cours .nav-pills.video-details li.active a,.dashboard.cours .nav-pills.video-details li.active a:hover{
    background-color: transparent;
    color: #1E6794;
    font-weight: bold;
    border-bottom: 9px solid #F1B53B;
}
.dashboard.cours .nav-pills.video-details a:hover{
    background-color: transparent;
    color: #1E6794;
    border-bottom: 9px solid #F1B53B;
}
.video-js.vjs-16-9.video-details {
    padding-top: 57.5% !important;
}
.video-details-description .pre-nav-cour
{
    min-height: 110px;
}
.video-details-description .tab-content h2{
    font-family: Raleway, sans-serif;
    font-weight: bold;
    color: #F1B53B;
    font-size: 1.5625em;
    border-bottom: 1px solid #F1B53B;
    margin-top: 0;
    padding-bottom: 15px;
}
.video-details-description .tab-content h3, .dashboard.cours .tab-content h4 {
    font-family: Raleway, sans-serif !important;
    font-weight: bold !important;
    font-size: 0.9375em !important;
    color: #1E6794 !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
}
.video-details-description .tab-content .description-txt {
    font-family: Raleway, sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.9375em !important;
    color: #1E6794 !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
}
.video-details-description .tab-content .description-txt ul{
    font-size: 0.9375em !important;
}
.zen-main-box.freq h3{
    font-family: Raleway, sans-serif !important;
    font-weight: bold !important;
    font-size: 1.5625em;
    color: #1E6794;
    letter-spacing: 0;
}
img.video-details.review-former.img-circle{
    width: 60px;
    float: left;
    margin-top: 20px;
}
img.video-details.former.img-circle{
    width: 60px;
    float: left;
    margin: 5px 20px 5px -10px;
    display: table-cell;
}

.row.former-section-header{
    padding: 5px;
    background: rgb(241,181,59,0.25);
    border-radius: 8px 8px 0 0;
    margin: auto 0;
}
span.disponibity{
    line-height: 60px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    color: #1E6794;
    letter-spacing: 0;
}
.row.former-section-header p{
    font-family: Raleway, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    color: #1E6794;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}
.former-section-body p.description-text{
    margin: 25px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #1E6794;
    letter-spacing: 0;
}
h5.video-details.review-name{
    font-family: Raleway, sans-serif !important;
    font-weight: bold !important;
    font-size: 1.125em !important;
    color: #1E6794 !important;
    letter-spacing: 0 !important;
    margin-left: 70px;
}
p.video-details.review-description-text{
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #1E6794;
    letter-spacing: 0 !important;
    margin-left: 70px;
}
div.former.header-description{
    display: table;
}
section.row-height.clearfix.lasted-reviews{
    display: none;
}
a#show-more-reviews{
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #1E6794;
    letter-spacing: 0;
    float: right;
    border-bottom: #1E6794 solid 1px;
}
@media screen and (min-width: 992px) {
    img.coming-soon-img {
        min-height: 450px;
    }

}
.dashboard.cours .tab-content .tab-avis .post-date.blue-posts {
    color: #1E6794;
}
span.post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 17px;
    padding: 10px 2px 0 2px;
    margin-top: 5px;
    border-top-style: double;
}
.modal-body.dashboard-finished-formation {
    height: 360px;
    overflow-y: auto;
}
/* end of hatem changes */

header nav li.contact-item a {
	margin-left: 5px;
	margin-right: 5px;
    color: #fff;
    background-color: #f1b53b;
    border: 2px solid transparent;
    outline: 0;
    text-decoration: none;
}
header nav li.contact-item:hover> a {
    color: #fff!important;
    background-color: #1e6793;
    outline: 0;
	border-radius: 40px!important;
    text-decoration: none;
	border: 2px solid #1e6793!important;
}
ul.dropdown-menu>li>a>.notification-counter{
    background-color: #2c3e50;
    position: absolute;
    border-radius: 20px;
    font-size: 12px;
    padding: 1px 5px;
    top: 0;
    margin: 6px 5px;
}
body div.password-container{
    position:relative;
}
body div.password-container .eye{
    background: url(../img/eye.png);
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}
body div.password-container input[type="text"] + .eye{
    background: url(../img/eye-hidden.png);
    top:4px;   
}
body.requested_courses #tab2.fade.active  {
    display:block;
  }

body.requested_courses #tab1.fade.active {
    display:block;
}
body.requested_courses #tab1.fade {
    display:none;
}
body.requested_courses #tab2.fade {
    display:none;
}
body.requested_courses #calendar.fc{
padding-top:11px;
}
body.requested_courses #calendar-expert.fc{
    padding-top:11px;
}
body.requested_courses #myTab > .presentation > a{
    font-size: x-large;
}
body.requested_courses #myTab > li > a {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    color: #1e6794;
    font-weight: 700;
}
body.requested_courses .full-calendar > div> .blue-text{
    font-weight: 500;
    font-size: 31px;
}
.modal .modal-body .report{
    margin-top: 15px;
    padding: 12px;
    border: 1px solid;
}
.modal .modal-body .quiz{
    margin-top: 15px;
    padding: 12px;
    border: 1px solid;
}
.modal .modal-body .report .row label{
    font-family: 'Dancing Script', cursive;
}
.modal .modal-body .quiz .row label{
    font-family: 'Dancing Script', cursive;
}
body .fini{
    background : #f1b53b;
    height:30px;
}
body .accepte{
    background : #1e6794;
    height:30px;
}

body .fc-event-title> .formateur{
    font-weight: normal;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 5px;
}
body .fc-event-title> .etudiant{
    padding-top:5px;
    padding-bottom:5px;
}
body .fc-event-title> .etudiant .fa-user {
    padding-right:4px;
}
body .fc-event-title> .etudiant .fa-graduation-cap {
    padding-right:4px;
}
body #valid-report{
    padding-top: 15px;
}
body .fc-event-title> .seance{
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
}

body .annule{
    background : rgb(0 0 0 / 25%);
    height:30px;
}
body .attente{
    background : rgb(190 231 241 / 70%);
    height:30px;
}
body .legende{
    display: inline-grid;
    padding-top:15px;
}
body.requested_courses .fa {
    margin-top: 3px;
    margin-right: 3px;
}
body.requested_courses #modal-calendar .modal-footer .btn  {
    font-size: 13px;
    margin-bottom: 10px;
}
body.requested_courses #modal-calendar .modal-footer  {
    text-align: center;
}
body.requested_courses #modal-calendar .modal-footer #acces  {
    color: #fff;
    border-color: #f1bc4f;
    background-color: #f1bc4f;
}
body.requested_courses #modal-calendar .modal-footer #envoi_quiz  {
    color: #fff;
    border-color: #f04124;
    background-color:#f04124;
}
body.requested_courses #modal-calendar .modal-footer #envoyer_message  {
    color: #fff;
    border-color: #f04124;
    background-color:#f04124;
}
body .phone_number{
    display:grid;
}
body .modal-body #message_erreur{
    display:none;
}
body .modal-body #title-form{
    background-color : #1e6794;
    color: white;
    width:100%;
    padding: 7px;
}
body .modal-body #cours , #finis{
    border: 1px solid;
}
body .modal-body #heure, #heure1{
    margin-bottom: 15px;
}
body .modal-body #formation-bouton{
    background-color: #f1bc4f;
    border-color: #f1bc4f;    
    margin-top:5px;
    margin-bottom:10px;
}
body .modal-body .form-group >.group-image >label {
    position: absolute;
    padding: 17px;
    padding-left: 70px;
    align-items: center;
    white-space: pre-wrap;
    text-align: left;
    height: auto;
    font-size:15px;
}
body .modal-body  .bar{
    margin-top:8px;
    margin-bottom:5px;
}
body .modal-body #formations-cours, #formations-finis{
    width: 100%;
    border: 1px solid;
    height: auto;
}
body .modal-body .form-group .group-prix {
    display:inline-grid;
    width: 100%;
    font-size:15px;
}
body .modal-body .group-formation{
    padding-bottom: 15px;
}
body #modal-reservation .modal-body .navbar-collapse .panel-collapse{
    height: 300px;
    max-height: 300px;
    overflow-y: auto; 
    overflow-x: hidden;
}
body #modal-reservation .modal-body .navbar-collapse .list-group{
    /* height: 250px;  */
    list-style:none;
}
body #modal-reservation .modal-body .navbar-collapse .list-group .navlink2{
    height:auto;
}
body #modal-reservation .modal-body .navbar-collapse .list-group .navlink2 > .form-group > .group-image{
    display:flex;
}
body #modal-reservation .image-box{
    width: 60px;
    height: 50px;
    margin-top: 5px;
    border-radius: 50px;
    object-fit: cover;
}
body #modal-reservation .modal-body .navbar-collapse #cours-form{
    background-color: #1e6794;
    color : white;
}
body #modal-reservation .modal-body .navbar-collapse #fini-form{
    background-color: #6e777c;
    color : white;
}
@media (max-width: 992px){
    body #modal-reservation .modal-body .navbar-collapse{
        display:block!important;
    }
}
@media (max-width: 768px){
    .search .teacher-profile >div {
        display:block;
    }
    .search .teacher-profile .teacher-schedule {
        width:auto;
    }
    .search .teacher-profile .teacher-schedule {
        overflow:hidden;
    }
    .teacher-schedule .time a, .teacher-schedule .time span {
        width: auto;
        font-size: 10px;
    }
    .search .teacher-profile .teacher-schedule .day span {
        font-size: 10px;
    }
}
@media (max-width: 425px){
    body .modal-body .form-group .group-prix {
        font-size:9px;
    }
    body #modal-reservation .modal-body #formation-bouton{
        font-size:9px;
    }
    body .modal-body .form-group >.group-image >label {
        font-size:9px;
    }
    header nav img {
        width: 30px;
    }
}
body #modal-reservation  #form-vide{
    text-align: center;
    padding: 95px;
    display: grid;
}
body #modal-reservation  .reserver{
    font-weight: bold;
}
body #modal-reservation  .dateachat{
    font-weight: unset;
}
body #modal-reservation  .group-prix label{
    font-weight: unset;
}
body #modal-reservation  .group-boutton{
    display: grid;
    justify-items: center;
    justify-content: center;
}
@keyframes down{
	0% {position:relative; top:0px; opacity: 0}
	50% {position:relative; top:15px; opacity: 0.5}
	100% {position:relative; top:30px; opacity: 1}

}
body input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
body .div-payement{
   padding: 15px 5px; 
   text-align: center;
   width: 100%;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
body .div-payement img{
    width:60px;
}
body .div-payement .text-payement{
    padding:5px 60px; 
}
body .div-payement .text-payement span{
    font-size:15px;
}
body #commentaire-modal .modal-header{
    background-color: #1e6793;
    color: #ffff;
}
body #commentaire-modal .modal-header .modal-title{
    color: #ffff;
}
body #commentaire-modal .modal-body{
    font-weight: 600;
}
body #commentaire-modal .modal-footer #fermermodal{
    background-color: #F5B700;
    font-weight: 500;
    color: #ffff;
    border-color: transparent;
}
/* caroussel */

body .themes.CPF .title-box{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    font-family: 'Raleway';
    margin-top: 10px;
    margin-bottom: 10px;
}
body .themes.CPF .heure{
    position: absolute;
    font-size: 18px;
    margin-left: 19px!important;
    margin-right: 28px!important;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Raleway';
    bottom: 111px;
    color: #1e6794;
}
body .themes.CPF .heure{
    position: absolute;
    font-size: 18px;
    margin-left: 19px!important;
    margin-right: 28px!important;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Raleway';
    bottom: 106px;
    color: #1e6794;
}

body .themes.CPF .container{
    position: relative;
    width:unset;
}
body .themes.CPF .container .title h2{
   color:#F1B53B;
   margin-bottom:51px;
   font-weight: normal;
   font-size: 45px;
   /* margin-top:86.6px; */
}
body .themes.CPF .container .formation-box{
   background: #FFFFFF;
   box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.15);
   height: 317px;
}
body .themes.CPF  .title-box{
   margin-left: 19px;
   margin-right: 28px;
}
body .themes.CPF  .rating-box{
   margin-left: 19px;
   margin-right: 28px;
   position: absolute;
   bottom: 60px;
}
body .themes.CPF  .price-box{
    display: flex;
    margin-left: 19px;
    margin-right: 28px;
    padding-right: 0;
    font-size: 21px;
    float: right;
    font-weight: bold;
    bottom: 0px;
    position: absolute;
    margin-top:0px;
}
.img-responsive{
   width:100%;
   height:auto;
}
body #quizApercuModal1 #form-quiz1 h3 p, body #quizApercuModal1 #form-quiz1 h3 {
    font-size:26px!important;
}
body .accueil .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #2c3e50;
    border-bottom: 2px solid #1E6794;
    border-bottom-color: #1E6794;
    cursor: default;
}
body .accueil>.div-parent{
    padding-left:0; 
    padding-right:0;
    position: relative; 
    width:100%;
    height: 1080px;
    text-align: center;
    background-image: url(../img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
}
body .accueil .div-parent .contenant::-webkit-scrollbar {
    display: none;
}
body .accueil .div-parent .contenant{
    position: relative;    
    overflow-x: auto;   
    width:100%;
    height: 1080px;
}
body .accueil .div-parent  .texte_centrer{
    bottom: 40%;
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:auto;
}
body .accueil .div-parent .texte_centrer .ligne1{
    margin-bottom: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;
    top: 203px;
    left: 805px;
    font-size: 55px;
    font-family: sans-serif;
}
body .accueil .div-parent .texte_centrer .ligne2{
    display: inline-flex;
    text-align: center; 
    letter-spacing: 0px; 
    color: #FFFFFF; 
    font-size: 141px;
    opacity: 1; 
    font-family: 'Raleway';

}
body .accueil .div-parent .texte_centrer .ligne2 div{
    font-size: 140px;
    font-weight: 700;
    font-family: 'Raleway';
}
body .accueil .div-parent .texte_centrer h3{
    font-size: 25px; 
    margin-top: 35px;
    color: #FFFF; 
    max-width: 598px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Raleway';
}
body .accueil .div-parent .contenant .block-page{
    display: inline-flex;
    justify-content: center;
}
body .accueil .div-parent .contenant .block-page .bloc1:hover{
       transform: translateY(-80px);
}
body .accueil .div-parent .contenant .block-page .bloc1{   
    position: relative;
    margin: 25px;
    top: 400px;
    margin-right: 60px; 
    width: 350px;
    height: 270px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding-bottom: 20px;
    transition: transform 0.3s;
}
body .accueil .div-parent .contenant .block-page .bloc1:before{   
    background-position: center;
    position: absolute;
    width: 125px;
    top: -60px;
    height: 120px;
    content: '';
    border-radius: 50%;
    left: calc(50% - 60px);
    background: #FFFF 0% 0% no-repeat padding-box;
  
    
}
body .accueil .div-parent .contenant .block-page .block-parent:before{  
    background-image: url(../img/parents.png);
    background-color: #FFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
body .accueil .div-parent .contenant .block-page .block-CPF:before{   
    background-image: url(../img/participants.png);
    background-color: #FFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
body .accueil .div-parent .contenant .block-page .block-entreprise:before{   
    background-image: url(../img/entreprises.png);
    background-color: #FFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

body .accueil .div-parent .contenant .block-page .bloc1 .titre{
    margin-top: 56px;    
    font-size: 22px;    
    margin-bottom: 9px;    
    font-weight: 700;    
    color: #1E6794;
}
body .accueil .div-parent .contenant .block-page .bloc1 p{
    padding: 10px;
    line-height: 20px;
}
body .accueil .div-parent .contenant .block-page .bloc1 a{
    align-items: center;
	position: absolute;
    bottom: 28px;
    left: calc(50% - 58px);
	padding: 10px 25px;
	white-space: nowrap;
	border-color: transparent;
	font-family: Raleway;
	font-style: normal;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #F5B700;
	box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
	border-radius: 35px;
}
body .accueil .div-parent .contenant .block-page .block-CPF .bloc1{
    z-index: 99;
    position: absolute;
    top: 573px;
    left: 536px;
    width: 350px;
    height: 270px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
}
body .accueil .div-parent .contenant .block-page .block-CPF .bloc1 p{
    padding: 10px;
}
body .accueil .div-parent .contenant .block-page .block-CPF .bloc1 button{
    align-items: center;
	margin-top: 20px;
	padding: 10px 25px;
	white-space: nowrap;
	border-color: transparent;
	font-family: Raleway;
	font-style: normal;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #F5B700;
	box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
	border-radius: 35px;
}
body .accueil .div-parent .contenant .block-page .block-entreprise .bloc1{
    z-index: 99;
    position: absolute;
    top: 573px;
    left: 957px;
    width: 350px;
    height: 270px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
}

body .accueil .div-parent .contenant .block-page .block-entreprise .bloc1 p{
    padding: 10px;
}
body .accueil .div-parent .contenant .block-page .block-entreprise .bloc1 button{
    align-items: center;
	margin-top: 20px;
	padding: 10px 25px;
	white-space: nowrap;
	border-color: transparent;
	font-family: Raleway;
	font-style: normal;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #F5B700;
	box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
	border-radius: 35px;
}
body .accueil .liste-formations{
    height:auto;
}
body .accueil .liste-formations .wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}

body .accueil .liste-formations .list {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 2px solid #DDD;
    -ms-overflow-style: none; /*// IE 10+*/
    overflow: -moz-scrollbars-none;/*// Firefox*/    
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-width: 0;
}
body .accueil .liste-formations .list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}
body .accueil .liste-formations .nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
body .accueil .liste-formations .nav-tabs>li.active>a::after,.nav-tabs>li:hover>a::after {
    transform: scale(1);
}
body .accueil .liste-formations .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
body .accueil .liste-formations  .tab-pane {
    padding: 15px 0;
}
body .accueil .liste-formations  .tab-content {
    padding: 20px
}

body .accueil .liste-formations  .nav-tabs::-webkit-scrollbar {
    display: show; /*Safari and Chrome*/
}
body .accueil .liste-formations .scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}
body .accueil .liste-formations .scroller-right{
  float:right;
}

body .accueil .liste-formations .scroller-left {
  float:left;
}

body .accueil .liste-formations>.bloc1{
    margin-left: auto;
    margin-right: auto;
    width: 16em;
    font-size:35px;
    text-align:center;
    display: flex;
    color: #1E6794;
    opacity: 1;
    margin-top: 134px;
}
body .accueil .liste-formations .bloc1 div{ 
    font-weight:bold;
    text-align:center;
    margin-left:15px;
}
body .accueil .liste-formations .bloc2{ 
    color:#737373;
    font-size: 15px;
    font-weight:300;
    text-align: center; 
    margin-top: 12px;
}
body .accueil .liste-formations .row{ 
    display: block;
    padding-top: 55px;
    padding-right: 5%;
    padding-left: 5%;
}
body .accueil .liste-formations .row>.wrapper>.nav-tabs{
    background: #F8F7F7 0% 0% no-repeat padding-box;
    border-radius: 15px;
}
body .accueil .liste-formations .row .nav-tabs li a{
    font-size: 12px;
    font-weight: bold;
    display: inline-flex;
    width: max-content;
}
body .accueil .liste-formations .row .nav-tabs li a img{
    margin-right:2px;
    width: 25px;
    height: 25px;
}
body .accueil .liste-formations .row .nav-tabs li a div{
    margin-top: 4px;
}
body .accueil .liste-formations .row .tab-content .tab-pane .col-md-3{
    min-width: 337px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a{
    margin: 0 16px 0 16px;
    background: #FFFBF5 0% 0% no-repeat padding-box;
	border-radius: 15px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box{
    background: #FFFBF5 0% 0% no-repeat padding-box;  
    min-height: 320px;
    max-height: 320px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .image-sup{
    top: 9px;
    width: 166px;
    height: 175px;
    transform: matrix(0.87, -0.5, 0.5, 0.87, 0, 0);
    background: var(--unnamed-color-1e6794) 0% 0% no-repeat padding-box;
    background: #1E6794 0% 0% no-repeat padding-box;
    opacity: 0.85;
    position: absolute;
    left: -33px;
    height: 29px;
    text-align: left;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .image-sup span{
    color: #FFFF;
    margin-left: 53px;
    top: 6px;
    font-weight: 600;
    position: relative;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .image-box{
    height: 140px; 
    position: relative;
    border-radius: 15px 15px 0px 0px;
    background-color: #1e6794;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .title-box{
    padding: 10px 18px 10px 18px;
	font-size: 14px;
    color: #242424;
    font-weight: bold;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc1{
    color: #737373;
    font-size:12px;
    padding: 10px 18px 10px 18px;
    line-height: 20px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc2{
    position: absolute;
    display: flex;
    padding-left: 15px;
    font-size: 13px;
    padding-bottom: 15px;
    bottom: 10px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc2 .img1{
    width: 15px;    
    height: 15px;
    margin-right: 2px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc2 div{
    font-size: 10px;
    margin-top: 2px;
    color: #737373;
    font-family: sans-serif;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc2 .img2{
    width: 15px;    
    height: 15px; 
    margin-left: 20px;
    margin-right: 2px;
}

body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc2 .img3{
    width: 15px;    
    height: 15px; 
    margin-left: 30px;
    margin-right: 2px;
}
body .accueil .video{
    padding-right: 5%;
    padding-left: 5%;
}
body .accueil .video .col1{
    background: black;
    border-radius: 15px;
    max-width: 555px;
    min-width: 300px;
}
body .accueil .video .div2{
    display: flex;
    flex-direction: column;
    padding-left: 117px;
}
body .accueil .video .div2.col3{
    padding: 15px;
    padding-left: 117px;
}
body .accueil .video .div2.col2 h4 .bloc1{
    font-size: 28px; 
    color: #1E6794;
    display: inline-flex;
    width: 21em;
}
body .accueil .video .div2.col2 h4 .bloc2{
    font-weight:500;
    font-size: 28px;
    color: #1E6794;
}
body .accueil .video .div2.col3 h5{
   padding-top: 24px;
   padding-bottom: 9px;
   color: #242424;
   font-weight: 600;
}
body .accueil .video .col2 div{
    color: #737373;
    font-size: 14px;

}
body .accueil .liste-formations .button{
    text-align: center;
}
body .accueil .liste-formations .button a{
    color: #FFFFFF;
}
body .accueil .liste-formations button{
    width: 200px;
    height: 40px;
    align-items: center;
    margin-top: 20px;
    padding: 10px 25px;
    white-space: nowrap;
    border-color: transparent;
    font-family: Raleway;
    font-style: normal;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;    
    background: #F5B700;
    box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
    border-radius: 35px;
}
body .accueil .video .div2.col3 button{
    width: 200px;
    height: 40px;
    align-items: center;
    margin-top: 20px;
    padding: 10px 25px;
    white-space: nowrap;
    border-color: transparent;
    font-family: Raleway;
    font-style: normal;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #F5B700;
    box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
    border-radius: 35px;
}
body .accueil .nos-ouvrages{
    height:auto;
    padding-top:75px;
    padding-bottom:75px;
    background: #FFFBF5 0% 0% no-repeat padding-box;
}
body .accueil .nos-ouvrages>.title1{
    margin-left: auto;
    margin-right: auto;
    width:7em;
    font-size:35px;
    text-align:center;
    display: flex;
    color: #1E6794;
    opacity: 1;
}
body .accueil .nos-ouvrages .title1>div{
    font-weight:bold;
    text-align:center;
    margin-left:15px;
}
body .accueil .nos-ouvrages .title2{
    color:#737373;
    font-size: 15px;
    font-weight:300;
    text-align: center; 
    margin-top: 12px;
}
body .accueil .nos-ouvrages .col-md-6 .livre2{
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/Ellipse.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    width: 275px;
    height: 275px;
    margin: 132px 0px 137px 10px;   
    padding:20px;
    z-index:9;
}

body .accueil .nos-ouvrages .col-md-6 .bloc1{    
    background-image: url(../img/Ellipse.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    width: 275px;
    height: 275px;
    margin: 132px 0px 137px 10px;   
    padding:20px;
    z-index:9;
}
body .accueil .nos-ouvrages .col-md-6 .bloc1:before{
    transition: transform 0.3s;
    position: absolute;
    background-position: center;
    content: '';
    background-size: contain;
    background-image: url(../img/Book-1.png);
    margin: 61px 0px 137px 70px;
    margin-left: 22px;
    width: 194px;
    height: 275px;
}
body .accueil .nos-ouvrages .col-md-6 .livre2:before{
    transition: transform 0.3s;
    position: absolute;
    background-position: center;
    content: '';
    background-size: contain;
    background-image: url(../img/Book-2.png);
    margin: 61px 0px 137px 70px;
    margin-left: 22px;
    width: 194px;
    height: 275px;
}
body .accueil .nos-ouvrages .col-md-6 .bloc1:hover::before{
     transform: translateY(-40px);   
}
body .accueil .nos-ouvrages .col-md-6 .livre2:hover::before{
    transform: translateY(-40px);   
}
body .accueil .nos-ouvrages .col-md-6 .bloc2{
    margin: 218px 0px 94px 304px;
    display:block;
    text-align: left;
}
body .accueil .nos-ouvrages .col-md-6 .bloc2 .title{    
    color: #1E6794;
    font-weight: 700; 
    color: #1E6794;
    margin-bottom: 15px;
    font-family: sans-serif;
}
body .accueil .nos-ouvrages .col-md-6 .bloc2 .texte{   
    color: #737373;
    font-size: 13px;
    font-family: sans-serif;
}
body .accueil .nos-ouvrages .col-md-6 .bloc2 .edition{
    margin-top:20px;
    margin-bottom:25px;
    font-family: sans-serif;
    font-size: 13px;
}
body .accueil .nos-ouvrages .col-md-6 .bloc2 a{
    align-items: center;
	margin-top: 20px;
	padding: 10px 25px;
	white-space: nowrap;
	border-color: transparent;
	font-family: Raleway;
	font-style: normal;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #F5B700;
	box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
	border-radius: 35px;
}
body .accueil .nos-ouvrages .col-md-6 .bloc3 button{
    align-items: center;
	margin-top: 20px;
	padding: 10px 25px;
	white-space: nowrap;
	border-color: transparent;
	font-family: Raleway;
	font-style: normal;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #F5B700;
	box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
	border-radius: 35px;
}
body .accueil .presse{
    height:auto;
    margin-top:75px;
}
body .accueil .presse .p1{
    height: auto;   
    text-align:center;
}
body .accueil .presse .p2{
    font-weight:600;
    margin-left:10px;
    margin-left: 15px;
}
body .accueil .presse>.bloc1{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left:15px;
    color: #1E6794;
    font-size: 35px;
    width:100%;
}
body .accueil .presse>.bloc1:before{
    content:'';
    background-image : url(../img/element-1.png);
    width: 23px;
    height: 20px;
    margin-right: 38px;
    margin-top: -30px;  
}
body .accueil .presse>.bloc1:after{
    content:'';
    background-image : url(../img/element-2.png);
    width: 23px;
    height: 20px;
    margin-left: 38px;
    margin-top: 33px;
}
body .accueil .presse>.bloc2{
    color:#737373;
    font-size: 15px;
    font-weight:300;
    text-align: center; 
    margin-top: 12px;
}
body .accueil .presse>.bloc3{
    padding: 91px 60px 60px 60px;
    text-align: left;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
body .accueil .presse>.bloc3 .div1{
    margin-bottom: 30px;
	font-weight: bold;
	font-size: 30px;
	margin-left: 6px;
}
body .accueil .presse>.bloc3 .div2{
    font-size: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #336790;
    border-radius: 15px;
    opacity: 1;
	padding: 21px 12px 28px;
    border-left: 6px solid #336790; 
    border-bottom: 6px solid #336790;
    min-width: 351px;
    min-height: 219px;
    max-height: 219px;
}
body .accueil .presse>.bloc3 .div2>.bloc1{
    margin-top:5px;
    font-size: 20px;
    margin-bottom: 12px;
    color: #1E6794;
    font-weight: 700;
}
body .accueil .presse>.bloc3 .div2>.bloc2{
    font-size:17px;
    color: #737373;
    line-height: 20px;
}
body .accueil .blog{
    height:auto;
    background: #FFFBF5 0% 0% no-repeat padding-box;
    display: flex;
}
body .accueil .blog .bloc0{
    display:block;
    margin-left:140px;
}
body .accueil .blog .bloc0 .titre{
    font-size:35px;
    text-align:left;
    color: #1E6794;
    opacity: 1;
    margin-top: 180px;
    font-size: 25px;
    font-weight: 600;
}
body .accueil .blog .bloc0 .texte{
    text-align: left;
    color: #737373;
    text-align:left;
    margin-top:15px;
    margin-bottom:21px;
    font-size: 15px;
    line-height:20px;
    padding-right: 90px;
}
body .accueil .blog .bloc3{
    display:none;
}
body .accueil .blog .bloc0 a{
   
    margin-top: 20px;    
    align-items: center;
    margin-top: 20px;
    padding: 15px 25px;
    white-space: nowrap;
    border-color: transparent;
    font-family: Raleway;
    font-style: normal;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #F5B700;
    box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
    border-radius: 35px;
    width: 200px;
    height: 45px;
    float: left;
}

body .accueil .blog .bloc1 .row{
    max-height: 150px;
    display: flex;
    padding-right:140px;
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding-right: 35px;
    border-radius: 15px;
    margin-bottom: 20px;
}
body .accueil .blog .bloc1 .row img{
    border-radius: 15px;
    width:150px;
    height:150px;
    object-fit: cover;
}
body .accueil .blog .bloc1 .row .div-parent{
    display:block;
    margin-left:19px;
    position: relative;
}
body .accueil .blog .bloc1 .row .div-parent a{
    color: #242424;
    font-size:13px;
    font-weight:bold;
    margin-left:19px;
}
body .accueil .blog .bloc1 .row .div-parent div{
    color: #737373;
    font-size:13px;
    margin-top:10px;
    margin-bottom:35px;
}
body .accueil .blog .bloc1 .row .div-parent time{
    position: absolute;
    bottom: 0;
}
body .accueil .blog .bloc1 .row .div-parent time img{
    width:13px;
    height:15px;
    margin-right:10px;
}
body .accueil .liste-formations{
    height:auto;
    margin-bottom: 80px;
}
body .accueil .liste-formations .div1{
    padding-left:109px;
    padding-right:171px;
    padding-top:125px;
}
body .accueil .liste-formations .div1 .div2{
    position: absolute;    
    top: 44%;    
    right: 0;    
    left: 0;
}
body .accueil .liste-formations .div1 .div2 .bloc1{
    color: #1E6794; 
    font-weight:700;
    margin-left: auto;
    margin-right: auto;
    font-size:35px;
    text-align:center;
}
body .accueil .liste-formations .div1 .div2 .bloc2{
    color:#242424;
    font-size: 13px;
    font-weight:300;
    text-align: center; 
    margin-top: 12px;
}
body .accueil .liste-formations .div1 .div2 .bloc3{
    display:flex;
}
body .accueil .liste-formations .div1 .div2 .bloc3 .form-control{
    text-align:left;
    width: 398px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    font-family:Arial, FontAwesome;
}
body .accueil .liste-formations .div1 .div2 .bloc3 button{
   margin-top: 55px;
    margin-left: 805px;
    position: absolute;
    width: 70px;
    text-align: center;
    height: 45px;
    background: #F1B53B 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
}
body .accueil .liste-formations .div1 .div2 .bloc3 button img{
    width: 21px;
    height: 15px;
}
body .accueil .liste-formations .div1 .img1{
    width: 100%;
    height: 335px;
}
body .accueil .liste-formations .div1 .img2{
    height: 375px;
    width: 74%;
    position: absolute;    
    top: 30%;    
    left: 12%;
}
body .accueil .newsletter {
    height: auto;
    background-image: url(../img/Illustration.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-origin: content-box;
    margin-bottom: 80px;
    padding: 109px;
}
body .accueil .newsletter .div1 {
    background-image: url(../img/newsletter.png);
    background-size: cover;
    background-position: center;
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 60px;
    width: 100%;
    max-height: 400px;
}
body .accueil .newsletter .div1 .div2 {    
    top: 44%;
    right: 0;
    left: 0;
}
body .accueil .newsletter .div1 .div2 .bloc1 {
    color: #1E6794;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    text-align: center;
}
body .accueil .newsletter .div1 .div2 .bloc2 {
    color: #242424;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
}

body .accueil .newsletter .div1 .div2 .bloc3 {
    text-align: left;
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 55px;
    height: 45px;
    opacity: 1;
    font-family: Arial, FontAwesome;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
body .accueil .newsletter .div1 .img1 {
    width: 100%;
    height: 335px;
}
body .accueil .newsletter .div1 .img2 {
    height: 375px;
    width: 74%;
    position: absolute;
    top: 30%;
    left: 12%;
}
body .accueil .newsletter .div1 .div2 .bloc3 .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
}
body .accueil .newsletter .div1 .div2 .bloc3 button {
    position: absolute;
    right: 0;
    width: 70px;
    text-align: center;
    height: 40px;
    background-image: url(../img/fleche.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #F1B53B;
    border-radius: 25px;
    opacity: 1;
}
body .accueil .blog .bloc1 .row .div-parent .text-muted span{
    margin-right: 7px;
}
body .accueil .blog .bloc1 .row .div-parent .text-muted span:before{
    content: "\f133";
}
body .accueil .newsletter .div1 .div2 .bloc3 button img {
    width: 21px;
    height: 15px;
}
@media (min-width: 992px ) {
   .carousel-inner .active.left {
       left: -25%;
   }
   .carousel-inner .next {
       left:  25%;
   }
   .carousel-inner .prev {
       left: -25%;
   }
}

@media (min-width: 768px) and (max-width: 991px ) {
   .carousel-inner .active.left {
       left: -33.3%;
   }
   .carousel-inner .next {
       left:  33.3%;
   }
   .carousel-inner .prev {
       left: -33.3%;
   }
   .active > div:first-child {
       display:block;
   }
   .active > div:first-child + div {
       display:block;
   }
   
}

@media (max-width: 991px) {
    body .accueil .blog .bloc1 .row img {
        border-radius: 15px;
        width: 75px;
        height: 75px;
    }
    body .accueil .blog .bloc1 .row {
        max-height: 75px;
        display: flex;
        padding-right: 140px;
        text-align: left;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding-right: 10px;
        border-radius: 15px;
        margin-bottom: 5px;
    }
    body .accueil .blog .bloc1 .row .div-parent div{
        font-size:10px;
        margin-bottom: 25px;
        margin-top: 5px;
    }
    body .accueil .blog .bloc1 .row .div-parent h3{
        margin-top:-8px;
    }
    body .accueil .blog .bloc1 .row .div-parent a {
        font-size:11px;
    }
    body .accueil .blog .bloc1 .row .div-parent .text-muted {
        font-size:10px;
        line-height: 13px;
        position:absolute;
        bottom:0;
    }
    body .accueil .newsletter .div1 .div2 .bloc1 {
        font-size:17px;
    }
    body .accueil .newsletter .div1 .div2 .bloc3 {
        margin-right: 15%;
        margin-left: 15%;
    }
    body .accueil .newsletter {
        padding:0;
        margin-top:45px;
        margin-right: 10px;
        margin-left: 10px;
    }
    body .accueil .newsletter .div1 {    
        padding-top: 50px;
        padding-bottom: 40px;
    }
    body .accueil .blog .bloc3{
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
    body .accueil .blog .bloc3 a{
        display:block;
        margin-top: 20px;
        padding: 15px 25px;
        border-color: transparent;
        font-family: Raleway;
        font-weight: bold;
        border-radius: 25px;
        font-size: 14px;
        color: #FFFFFF;
        background: #F5B700;
        box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
        border-radius: 35px;
        width: 200px;
        height: 45px;
        float: left;
    }
    body .accueil .blog .bloc0 .titre {
        text-align: center;
        margin-top:0;
    }
    body .accueil .blog{
        flex-direction: column;
    }    
    body .accueil .blog .bloc1{
        margin-right: 5%;
        margin-left: 5%;
    }
    body .accueil .blog .bloc0 a {
        display:none;
    }
    body .accueil .blog .bloc0 .texte {
        text-align: center;
        padding-right: 0;
    }
    body .accueil .blog .bloc0{
        margin-left: 5%;
        margin-right: 5%;
    }
    body .accueil .presse>.bloc3{
        padding: 50px 0 0 0;
    }
    body .accueil .video{
        margin-top: 53px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    body .accueil .video .col1{
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        max-width: none;
        margin-right: 5%;
        margin-left: 5%;
        flex: 1 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    body .accueil .video .div2.col2{
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 2 2 auto;
        -ms-flex: 2 2 auto;
        flex: 2 2 auto;
        color: #1E6794;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    body .accueil .video .div2.col3{
        padding: 16px 35px 16px 35px;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        text-align: center;
        padding-left: 0;
    }    
     body .accueil .video .div2.col2 h4{
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size:23px;
        width:auto;
        display:grid;
    }
    body .accueil .video .div2.col2 h4 .bloc1{    
         width: auto;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        text-align: center;
    }
    body .accueil .video .div2.col2 h4 .bloc2 {
        font-size: 23px;
        margin-right: auto;
        margin-left: auto;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 2 2 auto;
        -ms-flex: 2 2 auto;
        flex: 2 2 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    body .accueil .video .div2.col2 h4 {
        margin-bottom: 15px;
    }
    body .accueil .video .div2.col3 button{
        margin-left: auto;
        margin-right: auto;
    }
    body .accueil .nos-ouvrages .bloc{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    body .accueil .nos-ouvrages .bloc .bloc1{
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        margin-bottom: 103px;
    }
    body .accueil .nos-ouvrages .bloc .col-md-6{
        margin-left:auto;
        margin-right:auto;
    }
    body .accueil .nos-ouvrages .bloc .livre2{
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        margin-bottom: 103px;
    }
    body .accueil .nos-ouvrages .bloc .bloc2{
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 2 2 auto;
        -ms-flex: 2 2 auto;
        flex: 2 2 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        text-align: center;
    }
    
}
   .carousel-inner .active.left {
       left: -100%;
   }
   .carousel-inner .next {
       left:  100%;
   }
   .carousel-inner .prev {
       left: -100%;
   }
   body .themes.CPF .carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;
    /* height: 315px; */
}
   body .themes.CPF .carousel .carousel-inner .active > div {
       display:none; 
   }
   .tab-avis.active > div {
    display:block;
    }
   body .themes.CPF .carousel .carousel-inner .active > div:first-child {
       display:block;
   }
}
/* testimonials */
body .it-works .demo #testimonial-slider{ 
   background: #FFFFFF;
   /* box-shadow: 0px 15px 30px rgba(123, 176, 203, 0.4); */
   border-radius: 11px;
}
body .it-works #testimonial-slider{
   padding: 50px 20px 35px 20px;
   background: #fff;
   text-align: center;
   /* box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1); */
}
body .it-works .testimonial .description{
   font-family: Raleway;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 30px;
   text-align: center;
   letter-spacing: -0.1px;
   color: #4B4B4B;
   position: relative;
   margin-bottom:36px;
}
body .it-works .testimonial .title {
   font-size: 24px;
   font-weight: bold;
   margin: 0;
   font-family: Raleway;
   font-style: normal;
   font-weight: bold;
   font-size: 23px;
   line-height: 28px;
   text-align: center;
   letter-spacing: -0.1px;
   color: #F1B53B;
   position: inherit;
   margin-bottom: 44px;
   margin-top: 59px;
}
body .it-works .testimonial .post{
   display: block;
   font-size: 15px;
   color: #363636;
}
body .it-works .owl-nav {
    width: 110%;
    left: -32px;
    height: 40px;
    margin-top: -250px;
    position: absolute;
}

    body .it-works .owl-nav .owl-next {
        float: right;
        background: #e7eff5;
        width: 38px;
        height: 38px;
        border-radius: 20px;
        left: 0;
        transition: all 0.4s ease-in-out 0s;
        position: relative;
    }
body .it-works .owl-nav .owl-prev {
    background: #e7eff5;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    float: left;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
}
    body .it-works .owl-nav button span{
        display:none;
    }
    body .how-it-works .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
body .it-works .owl-nav .owl-prev:before,
body .it-works .owl-nav .owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 20px;
    opacity: 0.8;
    position: relative;
    font-size: 20px;
    color: #1E6794;
}
body .it-works .owl-nav .owl-next:before {
    content: "\f054";
    position: absolute;
    font-size: 20px;
    color: #1E6794;
    top: 10px;
    left: 14px;
}
body .it-works .owl-nav .owl-prev:hover:before,
body .it-works .owl-nav .owl-next:hover:before {
    opacity: 1;
}
body .how-it-works .owl-nav button {
    background: transparent;
}
body .it-works .owl-dots {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body .it-works  .owl-dots .owl-dot span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../img/sandrine1.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    opacity: 0.5;
}
body .it-works  .owl-dots .owl-dot:nth-child(2) span {
    background: url("../img/sandrine0.jpg") no-repeat;
    background-size: cover;
    position: absolute;
}
    body .it-works .owl-dots .owl-dot:nth-child(3) span {
        background: url("../img/fille.png") no-repeat;
        background-size: cover;
        position: absolute;
    }
    body .it-works .owl-dots .owl-dot:nth-child(4) span {
        background: url("../img/elena.png") no-repeat;
        background-size: cover;
        position: absolute;
    }
body .it-works .owl-dots .owl-dot:nth-child(5) span {
    background: url("../img/sandrine2.jpg") no-repeat;
    background-size: cover;
    position: absolute;
}
    body .it-works .owl-dots .owl-dot:nth-child(6) span {
        background: url("../img/sandrine3.jpg") no-repeat;
        background-size: cover;
        position: absolute;
    }
    body .it-works .owl-dots .owl-dot:nth-child(7) span {
        background: url("../img/sandrine4.jpg") no-repeat;
        background-size: cover;
        position: absolute;
    }
    body .it-works .owl-dots .owl-dot:nth-child(8) span {
        background: url("../img/sandrine5.jpg") no-repeat;
        background-size: cover;
        position: absolute;
    }
    body .it-works .owl-dots .owl-dot:nth-child(9) span {
        background: url("../img/sandrine6.jpg") no-repeat;
        background-size: cover;
        position: absolute;
    }
    body .it-works .owl-dots .owl-dot:nth-child(10) span {
        background: url("../img/sandrine7.jpg") no-repeat;
        background-size: cover;
        position: absolute;
    }

    body .it-works .owl-dots .owl-dot:hover span {
        opacity: 0.5;
    }
    body .it-works .owl-dots .owl-dot.active span,
    body .it-works .owl-dots .owl-dot.active:hover span {
        border-color: #F1B53B;
        opacity: 1;
        zoom: 1.2;
    }
body .it-works .owl-wrapper-outer{
   overflow: hidden;
   position: relative;
   width: 100%;
}
body .it-works .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 64px;
    height: 60px;
}
body .it-works .owl-dots .owl-dot {
    cursor: pointer;
}
@media only screen and (max-width: 479px){
    body .how-it-works .owl-dots .owl-dot {
        bottom: 30%;
    }
}
body .who-are-we .nav-tabs > li.active {
   border-bottom: 4px solid #F1B53B;
}
body input:checked ~ label .cross:before {
   transform: rotate(180deg);
}
body .who-are-we .cross:before,body .who-are-we .cross:after {
   content: '';
   border-top: 3.5px solid #1E6794!important;
   width: 11px;
   display: block;
   right: 11px;
   position: absolute;
   margin-top: -1px;
   transition: 0.3s;
}
body .who-are-we .cross:after {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
   margin-top: -1px;
}
body .who-are-we .cross{
   display:block;
   padding: 16px 6px 0 0;
}
body .who-are-we input[type=radio]{
   display:none;
}
body .who-are-we input:checked ~ .content {
   padding: 16px 0 16px 0px;
   max-height: max-content;
   transition: max-height, 1s;
}

body .who-are-we input:checked ~  label .cross:before {
   transform: rotate(180deg);
}

body .who-are-we input:checked ~  label .cross:after {
   transform: rotate(0deg);
}
body .who-are-we .content {
   box-sizing: border-box;
   max-height: 0;
   overflow: hidden;
   transition: max-height, .5s;
}
body .who-are-we label,.sp-checkbox + label {
   display: inline-flex;
   width: 100%;
   border-bottom: 1px solid #F1B53B;
   padding: 0 0 5px 0px;
   margin: 0px;
   font-weight: inherit;
   cursor: pointer; 
   border-radius: 0;
}
body .who-are-we .sp-checkbox:checked + label {
   border-bottom: 1px solid #C5CED5;
   border-top: transparent;
   border-left: transparent;
   border-right: transparent;
}
body .who-are-we .nav-tabs {
   border-bottom: unset;
}
body .who-are-we ul{
   /* justify-content: center; */
   display: inline-block;
   text-align: left;
}
body .who-are-we ul li h4{
   font-family: 'Raleway';
   color: #A6A6A6;
   font-weight: 600;
   font-size: 16px;
   padding: 10px 15px
}
body .who-are-we .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
   font-family: 'Raleway';
   color: #1E6794;
}
body .who-are-we .tab-content{
   margin-top: 66px;    
}
body .who-are-we .tab-content li span{
   font-size: 16px;
   color: #1E6794;
   font-weight: 600;
}
body .who-are-we .tab-content li h3.question p{
    font-size: 16px;
    color: #1E6794;
    font-weight: 600;
    margin-top: 0;
 }
 body .who-are-we .tab-content li h3.question{
    font-size: 16px;
    color: #1E6794;
    font-weight: 600;
    margin-top: 0;
 }
 body .who-are-we .tab-content li span.reponse p{
    margin-top: 0;
 }
 body .who-are-we .tab-content li span.reponse{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
 }
 body .who-are-we .tab-content li span.reponse ul{
     width:100%;
 }
body .who-are-we .tab-pane ul{
   width:60%;
}
body .who-are-we .tab-pane .content{
   width:100%;
}
body .who-are-we .tab-content li{
   justify-content: center;
   display: inline-block;
   width: 100%;
}
body .who-are-we .tab-content .content span{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
body .who-are-we .tab-content .content{
   text-align: left;
}
body .who-are-we .tab-content li label>div{
   margin-right: 15px;
   text-align:left;
}
body .who-are-we .title h2 {
   color: #F1B53B;
   margin-bottom: 49px;
   font-weight: normal;
   font-size: 45px;
}
body .it-works .title h2 {
   color: #F1B53B;
   margin-bottom: 49px;
   font-weight: normal;
   font-size: 45px;
   /* margin-top:89px; */
}
body .it-works .demo .container{
   width:750px;
}
body .it-works .demo {
   background-color: #FFFFFF;
   box-shadow: 0px 15px 30px rgb(123 176 203 / 38%);
   border-radius: 11px;
}
body .it-works .demo .container .owl-theme::before {
   position: absolute;
   content:unset;    
   height: 100%;
   max-height: 55px;
   width: 1px;
   left: 0;
   background-color: #0D6598;
}
body .modal-cpf{
   position: absolute;
   right: 115px;
   width: 460px;
   height: 279px;
   bottom: 50px;
   top: 165px;
}
body .modal-cpf .modal-content{
   border-radius: 20px;
}
body .modal-cpf .modal-body{
   position: relative;
   padding: 4px;
   /* height: 240px; */
}
body section.CPF{
   padding-bottom:0px;
}
body section.CPF .slogan {
   padding-right: 57%;

}
body section.CPF .modal-dialog {
   width: 450px;
   margin: unset;
}
body section.CPF h1{
   color: #F1B53B;font-size: 30px
}
body section.CPF h3{
   font-family: Raleway;
   font-style: normal;
   font-weight: normal;
   color:#FFF;
   font-size: 27px;
}
body section.CPF .modal-header span{
   font-family: Raleway;
   font-style: normal;
   font-weight: 600;
   font-size: 25px;
   line-height: 46px;
   text-align: center;
   color: #1E6794;
   margin:unset;
   margin-top: -54px;
}
body section.CPF form h3{
   font-family: Raleway;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 37px;
   text-align: center;
   color: #4B4B4B;
   margin:unset;
}
body section.CPF form h3 p{
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    color: #4B4B4B;
    margin:unset;
    margin-top:0;
 }
body section.CPF .modal-body .stepwizard{
   display:none;
}
body section.CPF .slogan>img{
    width:100%;
}
body section.CPF .modal-body .form-group{
   text-align:center; 
}
body section.CPF .modal-body .form-group .g-recaptcha>div{
    height:41px;
}
body section.CPF .modal-body button{
   width: 122px;
   height: 41px;
   background: #F5B700;
   box-shadow: 0px 5px 10px rgb(232 151 62 / 40%);
   border-radius: 80px;
   border-color: unset;
}
body section.CPF .modal-body button p{
    margin-top:0;
    font-family: inherit;
    font-size: 15px;
 }
body section.CPF .modal-cpf-shadow1{
   position: absolute;
   right: 110px;
   width: 460px;
   height: 281px;
   bottom: 50px;
   top: 147px;
}
body section.CPF.slogan-banner {
    min-height: unset;
}
body section.CPF .modal-cpf-shadow1 .modal-dialog {
   width: 437px;
}
body section.CPF .modal-cpf-shadow1 .modal-content{
   border-radius: 20px;
   opacity: 0.6;
}
body section.CPF .modal-cpf-shadow2{
   position: absolute;
   right: 105px;
   width: 460px;
   height: 281px;
   bottom: 50px;
   top: 132px;
}
body section.CPF .modal-cpf-shadow2 .modal-dialog {
   width: 426px;
}
body section.CPF .modal-cpf-shadow2 .modal-content{
   border-radius: 20px;
   opacity: 0.4;
}
body section.CPF .modal-cpf-shadow3{
   position: absolute;
   right: 98px;
   width: 460px;
   height: 281px;
   bottom: 50px;
   top: 117px;
}
body section.CPF .modal-cpf-shadow3 .modal-dialog {
   width: 407px;
}
body section.CPF .modal-cpf-shadow3 .modal-content{
   border-radius: 20px;
   opacity: 0.2;
}
body.CPF .who-are-we input:checked ~ .content {
   padding: 16px 0 16px 0px;
   max-height: 988px;
   transition: max-height, 1s;
}
body section.CPF .slogan .modal-header img {
    margin-left: 35px;
}
body .accueil .liste-formations .row .tab-content .tab-pane a .formation-box .bloc2 .sp-rating {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        margin-top: -4px;
        margin-left: 27px;
}
@media (max-width: 900px){
   body section.CPF .slogan > .modal-shadow  {
       position: relative;
       bottom: 0;
       right: -30px;
       top: -72px;
       width: 100%;
   }
   body section.CPF .slogan {
        padding-right: 0px;
        height:unset;
        
   }
   body section.CPF {
       min-height: 73vw;
   }
}
@media (min-width: 1023px){
    body section.CPF .slogan {
        height: 550px;
    }
    body section.entreprise .slogan h1 {
        font-family: Raleway;
        font-style: normal;
        font-weight: bold;
        font-size: 87%;
        margin-top: 65px;
        text-align: center;
    }
}
@media (max-width: 1024px){
    body section.entreprise .slogan h1 {
        font-family: Raleway;
        font-style: normal;
        font-weight: bold;
        font-size: 87%;
        margin-top: 15px;
        text-align: center;
    }
   body section.CPF .slogan > .modal-shadow  {
       position: absolute;
       top: -4px;
       left: 1057px;
   }
   body section.CPF .slogan> img{
       width: 100%;
       margin-top: 55px;
   }
   body .themes.CPF .container {
       width: unset;
   }
   body .themes.CPF .carousel .fa-chevron-left {        
       /* left: 38px; */
   }
  
}
@media (max-width: 1023px){
    body section.CPF .slogan {
        padding-right: 0px;
    }
   body section.CPF .slogan > .modal-shadow {
       position: relative;
       width: 100%;
       height: 600px;
       left:0;
   }
   body section.CPF .slogan .modal-header{
       display:grid;
   }
   body section.CPF .slogan .modal-header img{
       margin-left:0;
   }
   body section.CPF .modal-cpf-shadow3 {
       top: 51px;
   }
   body section.CPF .modal-cpf-shadow2 {
       top: 71px;
   }
   body section.CPF .modal-cpf-shadow1 {
       top: 91px;
   }
   body section.CPF .modal-cpf {
       top: 111px;
   }
   body .themes.CPF .carousel .carousel-control.left {
       background-image: none!important;
   }
    body .themes.CPF .carousel .carousel-control {
        opacity: 1;
        color: #1e6794;
        position: absolute;
        right: 0;
        top: 60%;
    }
   
}
@media (max-width: 768px){
    body section.CPF .slogan {
        height: unset;
    }
    body section.CPF .modal-cpf-shadow3 {
        right: 56px;
        width: 460px;
    }
    body section.CPF .modal-cpf-shadow3 .modal-dialog {
        width: 320px;
    }
    body section.CPF .modal-cpf-shadow2 {
        right: 62px;
        width: 460px;
    }
    body section.CPF .modal-cpf-shadow2 .modal-dialog {
        width: 334px;
    }
    body section.CPF .modal-cpf-shadow1 {
        right: 224px;
        width: 306px;
    }
    body section.CPF .modal-cpf-shadow1 .modal-dialog {
        width: 350px;
    }
   body .it-works .demo .container{
       width:auto;
   }
    body .themes.CPF .container {
        padding: 0 21px 74px 15px;
        width: 100%;
    }
   body .modal-cpf {
   width: 370px;
   height: 279px;
   bottom: 50px;
   left:108px;
   }
   body section.CPF .slogan> img{
       margin-left:0px;
   }
   body section.CPF .modal-dialog {
       width:100%;
   }
   body .themes.CPF .carousel .fa-chevron-right {
       right:0;
   }
   body .themes.CPF .carousel .fa-chevron-left {
       left:0;
   }
}
@media (max-width: 767px){
   body .modal-cpf {
       width: 370px;
       height: 279px;
       bottom: 50px;
       left: 5px;
   }
   body section.CPF .modal-cpf-shadow1 {
       right: 65px;
       width: 306px;
   }
   body section.CPF .modal-cpf-shadow2 {
       right: 95px;
       width: 268px;
   }
   body section.CPF .modal-cpf-shadow3 {
       right: 56px;
       width: 301px;
   }
}
@media (max-width: 425px){
    body .accueil .video .div2.col3 div{
        color: #737373;
        font-size: 12px;
    }
    body .accueil .div-parent .texte_centrer h3 {
        font-size: 17px;
        padding: 0 12px 0 12px;
    }
    body .accueil .presse .p1 {
        font-size: 17px;
    }
    body .accueil .presse .p2 {
        font-weight: 600;
        font-size: 17px;
        margin-left: 10px;
        margin-left: 5px;
    }
    body .accueil .presse>.bloc3 .div2>.bloc1 {
        margin-top: 5px;
        font-size: 14px;
        margin-bottom: 12px;
        color: #1E6794;
        font-weight: 700;
    }
    body .accueil .presse>.bloc3 .div2>.bloc2 {
        font-size: 12px;
        color: #737373;
    }
     body .accueil .div-parent .contenant .texte_centrer .ligne1 {
        font-size: 35px;
    }
    body .accueil .div-parent .contenant .texte_centrer .ligne2 {
        font-size: 75px;
    }
    body .accueil .div-parent .contenant .texte_centrer .ligne2 div{
        font-size: 75px;
    }
    body .accueil .div-parent .contenant .texte_centrer h3 {
        font-size: 17px;
    }
    body .accueil .liste-formations>.bloc1{
        font-size:17px;
        width: 15em;
    }    
    body .accueil .liste-formations .bloc1 div{
        margin-left: 5px;
    }
    body .accueil .video .div2.col2 h4{
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size:23px;
        width:auto;
        display:grid;
    }
    body .accueil .video .div2.col2 h4 .bloc1{        
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    body .accueil .video .div2.col2 h4 .bloc2 {
        font-size: 23px;
        margin-right: auto;
        margin-left: auto;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 2 2 auto;
        -ms-flex: 2 2 auto;
        flex: 2 2 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    body .accueil .nos-ouvrages>.title1{
        font-size:23px;
    }
    body .accueil .nos-ouvrages .title1>div {
        margin-left: 5px;
    }
    body .accueil .presse .p2 {
        margin-left: 5px;
    }
    body .accueil .presse>.bloc3 .div2>.bloc2 {
        font-size: 12px!important;
    }
    body .accueil .liste-formations{
        margin-bottom:0;
    }
    body .accueil .presse>.bloc3 .div2>.bloc1{
        font-size: 14px;
    }
    body .accueil .liste-formations .bloc2 {
        font-size: 12px;
    }
    body .accueil .presse>.bloc1{
        font-size: 17px;
    }
    body .accueil .blog .bloc1 .row .div-parent a {
        color: #242424;
        font-size: 9px;
    }
    body .accueil .blog .bloc1 .row .div-parent div {
        color: #737373;
        font-size: 8px;
    }
   body .modal-cpf {
       width: 100%;
       /* height: 279px; */
       bottom: 50px;
       left: 0px;
   }
   body .modal-cpf .modal-body {
     height: auto;
    }
   body section.CPF .modal-cpf-shadow1 {
       right: 0%;
       width: 100%;
   }
   body section.CPF .modal-cpf-shadow1 .modal-dialog {
       width: 100%;
   }
   body section.CPF .modal-cpf-shadow2 .modal-dialog {
       width: 100%;
   }
   body section.CPF .modal-cpf-shadow2 {
       right: 0%;
       width: 100%;
   }
   body section.CPF .modal-cpf-shadow3 {
       right: 0%;
       width: 100%;
   }
   body section.CPF .modal-cpf-shadow3 .modal-dialog {
       width: 100%;
   }
}
section.how-it-works.CPF-home .title {
   position: relative;
   width: 100%;
   top: 13px;
}
section.how-it-works.CPF-home > div p{
   font-style: normal;
   font-size: 20px;
   font-family: 'Raleway';
   font-weight: 600;
   line-height: 30px;
   color: #FFFF;
   padding: 40px;
}
body .video-details-info-payment-info p{
   font-family: 'Raleway', sans-serif;
   font-weight: bold;
   font-size: 1.125em;
   color: #1E6794;
   letter-spacing: 0;
}
body #choix-modal #particulier,body #choix-modal #entreprise{
   margin: 24px;
   font-family: 'Dancing Script', cursive;
   font-size: 22px;
   width: -webkit-fill-available;
   overflow: hidden;
   white-space: break-spaces;
}
body #choix-modal .modal-dialog{
   width: 60%;
}
body section.CPF .image-box{
    height: 85px;
    background-color: #1e6794;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body section.entreprise{
    padding: 0px;
    height: 38vw;
}
body section.entreprise .slogan{
    height: 100%;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
}
body section.entreprise .slogan .image-gauche{
    width: 33%;
    height: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
    padding-left:0;
}
body section.entreprise .slogan .image-droite{
    height: 100%;
    width: 33%;
    position: absolute;
    right: 0;
    bottom: 0;
}
body section.entreprise .slogan .image-droite img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
body section.entreprise .slogan .image-gauche img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
body section.entreprise .slogan .texte{
    width: 100%;
    /* height: 100%; */ 
    position: relative;
    /* left: 33%;
    bottom: 0;
    top:130px; */
}
body section.entreprise .slogan h3{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 50%;
    text-align:center;
    line-height: 118%;
    margin: 0px 0;
}
body section.entreprise .slogan h2{
    font-family: Raleway;
    font-style: italic;
    font-weight: normal;
    font-size: 60%;
    color: #FFFFFF;
    text-align:center;
    line-height: 182%;
    /* width: 127%; */
    position: relative;
    /* right: -70px; */
}
body section.entreprise .slogan h1{
    line-height: 160%;
    position: relative;
    /* width: 193%;
    top: 32%;
    left: -44%; */
}  
body section.entreprise .slogan .col-md-4{ 
    padding-left: 0px;
    padding-right: 0px;
}
body section.entreprise .slogan h1{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 87%;
    /* margin-top: 65px; */
    text-align: center;
}
body section.reviews-entreprise h2{
    font-family: Dancing Script;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #F1B53B;
    opacity: 0.9;
}
body section.reviews-entreprise{
    padding:50px 72px;
}
body section.reviews-entreprise .img-rev{
    position: absolute;
    top: 42px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    vertical-align: middle;
}
body section.reviews-entreprise img{
    text-align: center;
    margin: auto;
    position: relative;
    
}
body section.reviews-entreprise .col-md-12{
    display: table;
    border-spacing: 60px 1rem;
    width: 100%;
    height: auto;
    padding: 29px 0px;

}
body section.reviews-entreprise .col-md-6{
    margin-right: 32px;    
}
body section.reviews-entreprise .review{
    width: 46%;
    border-radius: 11px;
    background: #FFFF;
    box-shadow: 0px 15px 30px rgb(123 176 203 / 40%);
    display: table-cell;
    float: none;
    height: 100%;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #4B4B4B;
}
body section.reviews-entreprise .review>div{
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    vertical-align: bottom;
}
body section.reviews-entreprise .review .universite{
    position: absolute;
    bottom: 0;
}
body section.reviews-entreprise .review .pole{
    position: relative;
    bottom: 0;
}
body section.reviews-entreprise .review h4{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #1E6794;
    padding-top: 62px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 41px;
}
body section.reviews-entreprise .review p{
    padding:0px 16px 29px;
}
body #view-entreprise hr{
    width: 15%;
}
body section.it-works form{
    background: #FFFFFF;
    box-shadow: 0px 9px 30px rgba(123, 176, 203, 0.4);
    border-radius: 16px;
    text-align: center;
    height: 780px;
    padding-top: 30px;
    padding-right: 10%;
}
body section.it-works form div>label{
    padding-left: 100px;
    position: absolute;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 60px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1E6794;
}
body section.it-works form input::placeholder {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #548BA4;
}
body section.it-works form textarea::placeholder {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #548BA4;
}
body section.it-works form button{
    text-align: center;
}
body section.it-works form> div>input{
    background: #EBF3F5;
    border-radius: 80px;
    margin-left: 235px;
    margin-bottom: 28px;
}
body section.it-works form textarea{
    background: #EBF3F5;
    border-radius: 80px;
    margin-left: 235px;
    margin-bottom: 28px;
    height: 87px;
    border-radius: 20px;
}

body section.it-works form>div{
    display:flex;
}
body section.it-works form>div.captcha{
    display:block;
    text-align: -webkit-center;
}
body #faq-entreprise span.reponse {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
body #faq-entreprise .content {
    text-align: left;
}
body #faq-entreprise li {
    justify-content: center;
    display: inline-block;
    width: 100%;
}
body section.it-works form>div {
    padding-top: 14px;
    height:82px;
}
body section.it-works form #phone{
    background: #EBF3F5;
} 
body section.it-works form #tel{
    position: relative;
    margin-right: 31px;
}
body section.it-works form .iti__us{
    display: none;
}
body section.it-works form .iti__arrow{
    display: none;
}
body section.it-works form div #message_erreur{
    margin-top: 35px;
}
body section.it-works #captcha-form div.captcha {
    padding-top: 50px;
}
body section.it-works #captcha-form >div {
    padding-top: 14px;
    height: 82px;
}
body section.it-works #captcha-form >div.message{
    height:110px;
}
@media (min-width: 1460px){
    body section.entreprise {
        padding: 0px;
        height: 24vw;
    }
}
@media (min-width: 1024px){
    body section.reviews-entreprise .review {
        width: 46%;
    }
    body section.reviews-entreprise .img-rev {
        width: 15%;
    } 
    body section.reviews-entreprise .review .universite{
        position: absolute;
        bottom: 0;
    }
    body section.reviews-entreprise .review .pole {
        position: relative;
        margin-left: auto;
        margin-right: auto;
       
    }
    body section.reviews-entreprise img {
        text-align: center;
        margin: auto;
        width: 40%;
        position: relative;
    } 
}
@media (max-width: 1025px){
    body section.reviews-entreprise img {
        text-align: center;
        margin: auto;
        width: 70%;
        position: relative;
    } 
    body section.reviews-entreprise .review p{
        font-size: 21px;
    } 
    body section.reviews-entreprise .review h4 {
        font-size: 30px;
    }
}

@media (max-width: 992px){
    body section.it-works form>div {
        padding-top: 14px;
    }
    body section.entreprise .slogan .image-droite {
        right: 50%;
    }
    body section.entreprise .slogan .image-gauche {
        display:none;
    }
    body section.entreprise .slogan .texte {
        width: 100%;
        left:0;
    }
    body section.entreprise {
        padding: 0px;
        min-height: 74vw;
    }
    body section.entreprise .slogan{
        vertical-align: middle;
        padding-top: 120px;
    }
    body section.entreprise .slogan .col-xd-12{
        text-align: center;
    }
    body section.entreprise .slogan h1 {
        position: relative;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        font-size: 76%;
    }
    body section.entreprise .slogan .col-xd-12 .img1{
        display:none;
    }
}
@media (max-width: 766px){
    body section.it-works form{
        padding-right: 0%;
    }
    body section.it-works #captcha-form div.captcha button {
        margin-right: 34px;
    }
}
@media (max-width: 768px){
    body .accueil .div-parent .texte_centrer .ligne1 {
        font-size:35px;
    }
    body .accueil .div-parent .texte_centrer .ligne2 {
        font-size:75px;
    }
    body .accueil .div-parent .texte_centrer .ligne2 div{
        font-size:75px;
    }
    header .formation > ul > .entreprise a, header .formation > ul > .fonctionnaire a {
        display: inline-flex;
    }
    header .formation > ul > .entreprise span>span {
        margin-left: 15px;
    }
    header .formation > ul > .fonctionnaire span>span {
        margin-left: 15px;
    }
    body section.reviews-entreprise .col-md-12{
        display: table;
        border-spacing: 0px 1rem;
    }
    body section.reviews-entreprise .img-rev {
        width: 30%;
    }
    body section.reviews-entreprise .review div.image {
        position: relative;
        bottom: 0;
    }
    body section.reviews-entreprise .review {
        display: table-row;       
    }
    body section.reviews-entreprise .title{
        padding: 30px 0 30px;
    }
    body section.reviews-entreprise .review p {
        font-size: 16px;
    }
    body section.reviews-entreprise img {
        width: 50%;
    }
}
@media (max-width: 650px){
    body section.entreprise {
        padding: 0px;
        min-height: 85vw;
    }
    body section.reviews-entreprise {
        padding: 0 20px;
    }
    body section.entreprise {
        padding: 0px;
    }
    body section.entreprise .slogan h1 {
        font-size: 80%;
        margin-top:0;
    }
}
@media (max-width: 614px){
    body section.entreprise .slogan h1 {
        font-size: 70%;
        margin-top: 0;
    }
}
@media (max-width: 540px){
    body section.it-works form>div>.iti--allow-dropdown {
        width: 85%;
        margin-left: 25px;
    }
    body section.it-works form div #message_erreur{
        margin-top: 74px;
    }
    body section.it-works form #tel {
        position: relative;
        margin-right: 230px;
        margin-bottom: -50px;
    }
    body section.reviews-entreprise .review p {
        font-size: 17px;
    }
    body section.it-works form {
        height: 820px;
        padding-top: 15px;
    }
    body section.it-works form> div>label {
        padding-left: 42px;
        position: absolute;
        padding-top: 12px;
        padding-right: 28px;
        padding-bottom: 60px;
        font-family: Raleway;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #1E6794;
    }
    body section.it-works form> div>input{
        background: #EBF3F5;
        border-radius: 80px;
        width: 85%;
        margin-top: 36px;
        margin-left: 23px;
        margin-bottom: -14px;
        margin-right: 0px;
    }
    body section.it-works form textarea {
        background: #EBF3F5;
        border-radius: 80px;
        width: 85%;
        margin-top: 40px;
        margin-left: 25px;
        margin-bottom: 28px;
        height: 87px;
        border-radius: 20px;
        margin-right: 0px;
    }
    body section.it-works form>div {
        display: grid;
        padding-top: 14px;
    }
    body section.reviews-entreprise .review h4 {
        font-size: 20px;
    }
    body section.reviews-entreprise .col-md-12 {
        padding: 0;
    }
    body section.entreprise {
        padding: 0px;
        min-height: 85vw;
    }
    /* body section.entreprise .slogan .image-droite img {
        width: auto;
        left: -86px;
    } */
}
@media (max-width: 425px){
    body section.entreprise .slogan .image-droite img {
        width: 100%;
        height: 25%;
    }
    body section.reviews-entreprise .review p {
        font-size: 15px;
    }
    body section.reviews-entreprise .review {
        width: 100%;
        margin-bottom: 20px;
    }
    body section.it-works .captcha #g-recaptcha{
        text-align: -webkit-center;
        margin-bottom: 20px;
    }
    body section.entreprise .slogan h1 {
        font-size: 58%;
    }
    body section.entreprise {
        padding: 0px;
        min-height: 90vw;
    }
}
@media (max-width: 375px){
    body section.reviews-entreprise .review p {
        font-size: 13px;
    }
    body section.it-works form>div>.iti--allow-dropdown {
        width: 74%;
        margin-left: 25px;
    }
    body section.entreprise {
        min-height: 125vw;
    }
    /* body section.entreprise .slogan .image-droite img {
        width: auto;
        left: -178px;
    } */
}
@media (max-width: 320px){
    body section.reviews-entreprise .review p {
        font-size: 11px;
    }
    body section.it-works form>div>.iti--allow-dropdown {
        width: 63%;
        margin-left: 25px;
    }
}
body .media_zen #video_player {
    display: flow-root;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    background: #FFF;
}
body .media_zen #video_player video,
    #video_player figcaption {
        display: flex;
        vertical-align: top;
}
body .media_zen #video_player figcaption {
    width: 100%;
    background: #fff;
    overflow: hidden;
    overflow-x: scroll;
    height:124px;
}
body .media_zen #video_player figcaption a {
    display: block;
    opacity: .5;
    transition: 1s opacity;
    display:grid;
    height:118px;
}
body .media_zen #video_player figcaption a img,
    figure video {
        width: 100%;
        height: 60%;
}
body .media_zen #video_player figcaption a:hover {
    opacity: 1;
}
body .media_zen .title_video {
    color: #fff;
    font-size: 10px;color: #000;
    font-size: 10px;
    font-weight: bold;
    line-height: initial;
    margin-top:-24px;
}
/*page home-*/
body.index footer .footer-top .container {
    display: block;
}
body .home_new_page {
    display: flow-root;
}
body .home_new_page section.slogan-banner .slogan {
    padding-right: 55%;
    padding-top: 140px;
    font-size: 2.5vw;
    position: relative;
}
body .home_new_page .themes.CPF .carousel .carousel-control {
    opacity: 1;
    color: #1e6794;
    position: absolute;
    right: -7%;
    top: 60%;
}
body .home_new_page .themes.CPF .carousel .left {
    opacity: 1;
    color: #1e6794;
    position: absolute;
    left: -7%;
    top: 60%;
}
body .home_new_page .slogan-banner .slogan #vjs_video_3 {
    position: absolute;
    bottom: 0;
    right: 135px;
    top: 121px;
    overflow: hidden;
    width: 38%;
    height: 50%;
    padding-top: 22%!important;
}

body .home_new_page .home_new .carousel-indicators1 li {
    display: block;
    border: 1px solid #1E6794;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 25px;
    margin-left: auto;
    width: 164px;
    height: 111px;
}
body .home_new_page .nav-tabs > li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 13px;
    border: 1px solid transparent;
    padding-top: 60px;
}
body .home_new_page .nav-tabs > li #tab-parents {
    background: url(https://zeneduc.com/uploads/formations/parent2.png) no-repeat 66px 17px;
    color: #fff;
}
body .home_new_page .nav-tabs > li #tab-particuliers {
    background: url(https://zeneduc.com/uploads/formations/particulier2.png) no-repeat 66px 17px;
    color: #fff;
}
body .home_new_page .nav-tabs > li #tab-entreprises {
    background: url(https://zeneduc.com/uploads/formations/entreprise2.png) no-repeat 66px 17px;
    color: #fff;
}

    body .home_new_page .nav-tabs > li.active #tab-parents, body .home_new_page .nav-tabs > li #tab-parents:hover {
        background: url(https://zeneduc.com/uploads/formations/parent1.jpg) no-repeat 66px 17px #fff;
        color: #1E6794;
    }
    body .home_new_page .nav-tabs > li.active #tab-particuliers, body .home_new_page .nav-tabs > li #tab-particuliers:hover {
        background: url(https://zeneduc.com/uploads/formations/particulier1.jpg) no-repeat 66px 17px #fff;
        color: #1E6794;
    }

    body .home_new_page .nav-tabs > li.active #tab-entreprises, body .home_new_page .nav-tabs > li #tab-entreprises:hover {
        background: url(https://zeneduc.com/uploads/formations/entreprise1.jpg) no-repeat 66px 17px #fff;
        color: #1E6794;
    }
body .home_new_page .nav-tabs > li {
    background-color: #4a83a5;
}
body .home_new_page .nav-tabs > li:hover {
    background-color: #fff;
}

body .home_new_page .nav-tabs > li.active {
    background-color: #fff;
}

body .home_new_page .carousel-indicators1 [data-bs-target] {
    position: relative;
    width: 95px;
    height: 6px;
    border: none;
    border-radius: 24px;
}

body .home_new_page .carousel-indicators1 [data-bs-target] span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1E6794;
    opacity: 0.3;
    border-radius: 5px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

body .home_new_page section.slogan-banner {
    min-height: 48vw;
}
body .home_new_page strong {
    font-weight: bold;
}
body .home_new_page .tab-pane h3.title {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
    color: #1E6794;
    margin-left: 50px;
}

body .home_new_page .tab-pane p {
    font-family: Raleway;
    font-style: normal;
    font-weight: initial;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-left: 50px;
    margin-right: 50px;
}

body .home_new_page .tab-pane h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

body .home_new_page .tab-pane button {
    margin-top: 17px;
    background: #F5B700;
    border-radius: 50px;
    border-color: unset;
    margin-left: 50px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

body .home_new_page .slogan-banner .slogan h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #F1B53B;
}

body .home_new_page .slogan-banner .slogan h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 31px;
    color: #FFFFFF;
}

body .home_new_page .carousel-inner1 .item .col-md-3 {
    height: 370px;
}
body .home_new_page .carousel .price-box {
        display: flex;
        margin-left: 0px!important;
}
    body .home_new_page .carousel-indicators {
        position: relative;
        bottom: 0px;
        left: unset;
        z-index: 15;
        width: unset;
        margin-left: unset;
        padding-left: 0;
        list-style: none;
        text-align: center;
    }
body .home_new_page .themes.CPF .carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 50px 15px 50px;
}

body .home_new_page .themes.CPF .container .carousel-inner1 .formation-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 15%);
    height: 353px;
}

body .home_new_page .nav-tabs {
    border-bottom: unset;
}

body .home_new_page .themes.CPF .carousel .fa-chevron-left {
    background: #e7eff5;
    width: 38.5px;
    position: absolute;
    top: 10px;
    height: 38px;
    border: 0px solid #1E6794;
    border-radius: 20px;
    left: 49px;
}

body .home_new_page .themes.CPF .carousel .fa-chevron-left {
    background: #e7eff5;
    width: 38.5px;
    position: absolute;
    top: 10px;
    height: 38px;
    border: 0px solid #1E6794;
    border-radius: 20px;
    left: 28px;
}
body .home_new_page .blue-gradient {
    margin-top: 0px;
}
body .home_new_page .themes.CPF .carousel .fa-chevron-right {
    background: #e7eff5;
    width: 38.5px;
    position: absolute;
    top: 10px;
    height: 38px;
    border: 0px solid #1E6794;
    border-radius: 20px;
}

body .home_new_page #tab3 h3 {
    margin-top: 0px;
}
body .home_new_page .home_new {
    background-color: transparent;
    padding: 0 50px;
    z-index: 15;
    margin-top: -255px;
    padding-top: 0px;
    padding: 0 110px 0 110px;
}

body .home_new_page .it-works {
    padding: 0 225px 80px 225px;
}
body .home_new_page .blue-gradient {
    padding: 50px 225px 0 225px;
}
    body .home_new_page .blog {
        padding: 50px 225px 0 225px;
    }
body .home_new_page .home_new .carousel-indicators {
    margin-left: 68px;
}

body .home_new_page .home_new .carousel-indicators li img {
    margin-top:15px;
}
body .home_new_page .home_new .tab-content {
    padding-top: 25px;
    margin-top: 15px;
    background-color: #FFFF;
    border-radius: 19px;
    text-align: left;
}
body .home_new_page .home_new .tab-content #tab3 {
    background-color: #FFFF;
    border-radius: 19px 19px 0 0;
}
body .home_new_page .home_new .tab-content #tab3 ul {
    height: 500px;
}
    body .home_new_page .home_new .tab-content #tab3 .col-md-5 {
        margin-left: 50px;
        border-right: 1px solid #BDBDBD;
    }
    body .home_new_page .home_new .tab-content #tab3 form .col-md-12 {
        display: flex;
        padding: 15px
    }
    body .home_new_page .home_new .tab-content #tab3>.col-md-12 {
        background-color: #FFFF;
        border-radius: 19px 19px 0 0;
        text-align: left;
    }
    body .home_new_page .home_new .tab-content #tab3 .col-md-6 {
        margin-left: 21px;
       
    }
    body .home_new_page .home_new .image_tab {
        display: flex;
        margin-left: -37px;
        margin-top: 45px;
    }
body .home_new_page .home_new .tab-content .pole {
    width: 178px;
    height: 81px;
    margin-top: 30px;
}
body .home_new_page .home_new .universite {
    width: 207px;
    height: 69px;
    margin-top: 30px;
}
body .home_new_page .home_new .tab-content #tab3 button {
    margin-left: 0px;
    width: 152px;
    height: 52px;
}
body .home_new_page .home_new .tab-content #tab3 button a {
    color: #FFF;
}
body .home_new_page .home_new .tab-content #tab3 .col-md-5 .decouvrir {
    margin-left: 0px;
    margin-top: 73px;
    width: 152px;
    height: 52px;
}
body .home_new_page .home_new .tab-content #tab3 >ul>li> .col-md-12 {
    margin-bottom: 40px;
}
    body .home_new_page .home_new .tab-content #tab3 form {
        height: unset;
        box-shadow: 0px 10px 24px rgb(0 0 0 / 15%);
        border-radius: 20px;
        background: #FFFFFF;
    }
body .home_new_page .home_new .tab-content #tab3 form h3 {
    text-align: left;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    margin-left: 15px;
    line-height: 54px;
    color: #1E6794;
}
    body .home_new_page .home_new .tab-content #tab3 img {
        width: 178px;
        height: 81px;
        margin-top: 30px;
    }
    
    body .home_new_page .home_new .tab-content #tab3 .input-form {
        display: flex;
        padding: 15px
    }
body .home_new_page .home_new .tab-content #tab3 .entreprise_input {
    margin-right: 15px;
    border: 1px solid #1E6794;
    box-sizing: border-box;
    border-radius: 10px;
}
    body .home_new_page .home_new .tab-content #tab3 .email_input {
        border: 1px solid #1E6794;
        box-sizing: border-box;
        border-radius: 10px;
    }
body .home_new_page .home_new .tab-content #tab3 textarea {
    border: 1px solid #1E6794;
    box-sizing: border-box;
    border-radius: 10px;
}
body .home_new_page .home_new .tab-content #tab3 ul li .col-md-6 form button {
    width: auto;
    height: auto;
}
    body .home_new_page .it-works .img-fluid {
        max-width: 373px;
        height: 255px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    body .home_new_page .it-works {
        background: linear-gradient(180deg, rgba(30, 103, 148, -3.11) 0%, rgba(30, 103, 148, 0.63) 297.81%);
    }
body .home_new_page .it-works h2 {
    font-family: Raleway;
    font-style: normal;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
    color: #1E6794;
    margin-bottom: 5px;
}
body .home_new_page .it-works p {
    font-family: Raleway;
    font-style: normal;
    font-weight: initial;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 24px;
}

    body .home_new_page .it-works .col-md-12 .formation-box {
        margin-bottom: 20px;
        background: #FFFFFF;
        margin-right: 32px;
        margin-left: 32px;
        box-shadow: 0px 10px 24px rgb(0 0 0 / 15%);
        padding-left: 0px;
        padding-right: 0px;
    }
body .home_new_page .it-works .col-md-12 .formation-box .image-box {
    height: 100%;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body .home_new_page .it-works .col-md-12 .formation-box .title-box {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #1e6794;
    background: #fff;
    height: 67px;
    padding: 15px;
    text-align: center;
}
body .home_new_page .it-works .col-md-12 .formation-box .image-box .title-box {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    font-family: 'Raleway';
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
body .home_new_page .blue-gradient h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
}
    body .home_new_page .blue-gradient .col-md-12 .col-md-2 {
        width: 162px;
        background: #F6F6F6;
        margin-top: 28px;
        margin-right: 34px;
        display: grid;
        box-sizing: border-box;
        border-radius: 5px;
    }
body .home_new_page .blue-gradient .col-md-12 .col-md-2 a {
    margin-top: 15px;
    text-align: center;
}
    body .home_new_page .blue-gradient svg {
        width: 36px;
    }
    body .home_new_page .blue-gradient > a {
        margin-bottom: 50px;
    }
    body .home_new_page .blue-gradient .col-md-12 .col-md-2 span {
        text-align: center;
        font-family: Raleway;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        color: #1E6794;
        line-height: 21px;
        margin-top: 3px;
        margin-bottom: 15px;
    }
body .home_new_page .owl-wrapper {
    width: auto !important;
}
body .home_new_page .blog h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
}
body .home_new_page .blog .blog-posts {
    flex-wrap: unset;
    justify-content: unset;
}
body .home_new_page .blog .blog-posts .blog-post {
    margin-right: 38px;
}
body .home_new_page .blog .blog-posts .blog-post img{
    width: 100%;
    height: 100%;
}
body .home_new_page .recommendations div h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 40px
}
}

body .home_new_page section.themes {
    padding-top: 90px;
    text-align: center;
    margin-top: 0px;
} 
 
@media (max-width: 1440px) {
    body .home_new_page .home_new .universite {
        width: 207px;
        height: 69px;
        margin-left: -30px;
    }
    body .home_new_page .it-works .col-md-12 .formation-box {
        margin-right: 0px;
        display: inline-block;
    }
    body .home_new_page .home_new .tab-content .pole, body .home_new_page .home_new .tab-content .universite {
        width: 178px;
        height: 81px;
    }
    body .home_new_page .home_new {
        margin-top: -230px;
    }
}

        @media (max-width: 1024px) {
            body .home_new_page .home_new {
                margin-top: -110px;
            }
            body .home_new_page .home_new {
               
                padding-top: 0px;
                padding: 0 70px 0 70px;
            }
            body .home_new_page .themes.CPF .carousel .carousel-inner {
                position: relative;
                overflow: hidden;
                width: 100%;
                height: auto;
                padding: 0 0px 15px 0px;
            }
        }

        @media (max-width: 992px) {
            body .home_new_page .it-works .col-md-12 .formation-box {
                margin-left: 0px;
                margin-right: 15px;
            }
            body .home_new_page .blue-gradient {
                padding: 50px 0px 0 0px !important;
            }


            body .home_new_page .home_new .image_tab {
                display: flex;
                margin-left: -37px;
                margin-top: 0px;
            }
            body .home_new_page section.slogan-banner {
                min-height: 66vw;
            }
            body .home_new_page .home_new .tab-content {
                padding-top: 0px;
            }
            body .home_new_page section.slogan-banner {
                min-height: 66vw;
            }
            body .home_new_page .home_new .carousel-inner .active > div:not(.active) {
                display: none;
            }
            body .home_new_page .home_new .carousel-inner .active > div:first-child {
                display: block;
            }
            body .home_new_page .home_new .carousel-inner .active > div:nth-child(2) {
                display: block;
            }
            body .home_new_page .home_new .carousel-inner .active > div:nth-child(3) {
                display: block;
            }
            
           
            body .home_new_page section {
                 padding: 0 25px!important; 
                 margin-top:0px;
            }
            body .home_new_page #tab3 ul li .col-md-12 {
                margin-top: 0px;
                margin-bottom: 0px!important;
            }
            body .home_new_page .carousel-indicators1 {
                margin-left: 0px !important;
            }
            body .home_new_page #tab3 ul li textarea {
                margin-top: 10px;
                margin-bottom: 0px !important;
            }
            body .home_new_page .home_new .tab-content .pole, body .home_new_page .home_new .tab-content .universite {
                width: 178px;
                height: 81px;
                margin-top: 0px;
            }
            body .home_new_page .nav-tabs > li > a {
                margin-right: 0px !important;
            }
            body .home_new_page #tab3 .col-md-5 {
                margin-left: 0 !important;
                border-right: unset !important;
            }
           
            body .home_new_page #tab3 .col-md-6 {
                margin-left: 0 !important;
            }

            body .home_new_page .tab-pane h3.title {
                font-size: 23px !important;
                line-height: 27px !important;
            }

            body .home_new_page .tab-pane ul li {
                display: inline-grid;
            }
            body .home_new_page .slogan-banner .slogan #vjs_video_3 {
                position: relative;
                bottom: 0;
                right: 0;
                top: 0;
                overflow: hidden;
                width: unset;
                height: unset;
                padding-top: unset;
            }

            body .home_new_page section.slogan-banner .slogan {
                padding-right: 5% !important;
                padding-bottom: 15px;
            }

            body .home_new_page .tab-pane h3.title {
                margin-left: 0 !important;
            }

            body .home_new_page section.it-works {
                display: flow-root !important;
                height: unset !important;
            }

                body .home_new_page section.it-works .col-md-12 {
                    padding: 0 36px 0 36px !important;
                    margin-left: 0px !important;
                }

                body .home_new_page .themes.CPF .carousel .carousel-inner {
                    padding: 0 0 67px 0;
                }

            body .home_new_page section.CPF {
                min-height: 73vw;
                margin-top: 0 !important;
            }

            body .home_new_page .tab-pane h3.title {
                margin-left: 0px !important;
            }

            body .home_new_page .themes.CPF .carousel .carousel-inner {
                position: relative;
                overflow: hidden;
                width: 100%;
               
            }

            body .home_new_page .tab-pane p {
                margin-left: 0px !important;
            }
            body .home_new_page .home_new .tab-content #tab3 .col-md-5 .decouvrir {
                margin-left: 0px;
                margin-top: 40px;
            }

            body .home_new_page .carousel-indicators1 [data-bs-target] {
                position: relative;
                width: 43px;
            }

            body .home_new_page .nav-tabs > li > a {
                font-size: 13px !important;
            }
            body .home_new_page .home_new .tab-content #tab3 form .col-md-12 {
                display: flex;
                padding: 0px; 
            }
            body .home_new_page .tab-pane button {
                margin-left: 0px;
                margin-bottom: 20px ;
                height: 50px;
                width: 152px;
            }

            body .home_new_page section.blog .blog-posts {
                display: grid !important;
            }

            body .home_new_page section.blog .blog-post {
                width: auto !important;
                margin-right: 0 !important;
            }

            body .home_new_page section.recommendations table tbody, section.recommendations table tr {
                display: flow-root !important;
            }
            body .home_new_page body .themes.CPF .carousel .carousel-control {
                opacity: 1;
                color: #1e6794;
                position: absolute;
                right: 0%;
                top: 30%;
            }

            body .home_new_page .home_new {
                padding: 0 25px;
            }


            body .home_new_page .pole img {
                width: 152px;
                height: 50px;
                margin-top: 0px;
            }

            body .home_new_page .universite img {
                width: 184px;
                height: 50px;
                margin-top: 0px;
            }
        }
    @media (max-width: 768px) {
        body .home_new_page .home_new .image_tab {
            display: flex;
            margin-left: -37px;
            margin-top: 0px; 
        }
        body .home_new_page .home_new{
            padding:0px!important;
        }
        body .home_new_page .home_new .carousel-indicators1 li {
            display: block;
            border: 1px solid #1E6794;
            box-sizing: border-box;
            border-radius: 10px;
            margin-right: 0px;
            margin-left: 0px;
            width: 0px;
            height: 0px;
        }
        body .home_new_page .carousel-indicators1 [data-bs-target] {
            width:unset;
        }
            body .home_new_page .nav-tabs > li a {
            padding-top: 0px;
        }
        body .home_new_page .nav-tabs > li.active a, body .home_new_page .nav-tabs > li a {
            display: grid;
            background: unset!important;
            border: unset;
            margin-top:15px;
        }
            body .home_new_page .nav-tabs > li.active a button, body .home_new_page .nav-tabs > li a button {
                margin-top: 8px;
                text-align: center;
            }
        body .home_new_page .home_new .carousel-indicators1 li{
            width:auto;height:auto;
        }
        body .home_new_page .themes.CPF .carousel .carousel-control {
            opacity: 1;
            color: #1e6794;
            position: absolute;
            right: 0%;
            top: 35%;
        }
        
    }

    @media (max-width: 765px) {
        body .home_new_page .home_new .carousel-inner .active> div:not(.active) {
            display: none;
        }
        body .home_new_page .home_new .carousel-inner .active> div:first-child {
            display: block;
        }
        body .home_new_page .themes.CPF .carousel .carousel-inner {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: unset !important;
        }
    }
@media (max-width: 403px) {
    body .home_new_page .blue-gradient .col-md-12 .col-md-2 {
        margin-right: 0px;
        margin-top: 0px;
    }
}
    

