/*
Theme Name: Kaleido
*/

@import "style_common.css";

html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:600}
h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}
td,
th {
    padding: 0;
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {font-size: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    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;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 860px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
ol,ul {margin-top: 0;margin-bottom: 24px;}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 860px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {display: inline-block;max-width: 100%;margin-bottom: 2px;font-weight: 700;font-size: 14px;}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {display: block;border: 0;padding: 0;font-size: 14px;outline: none;box-shadow: none;}
input[type="file"]:focus, input[type="file"]:active {outline: none;}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}

.form-group {margin-bottom: 16px;position: relative;}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}


select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}


select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.btn.big {font-size: 20px;padding: 12px 36px;}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 860px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn .caret {
    margin-left: 0;
}


[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    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-right: 0;
    padding-left: 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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    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: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 860px) {
    .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:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 860px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        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:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 860px) {
    .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:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 860px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 860px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 860px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 860px) {
    .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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {font-weight: 600; margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit;}
.panel-title a {color: #444;}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    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-left-radius: 3px;
    border-top-right-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-left-radius: 0;
    border-top-right-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-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}


.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-open {
    overflow: hidden;
}


.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.hidden {
    display: none !important;
}
@-ms-viewport {
    width: device-width;
}


table{border-spacing:0;border-collapse:collapse;width:100%;}
table.invisible td {border:0;}

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?93210588');
  src: url('fonts/fontello.eot?93210588#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?93210588') format('woff2'),
       url('fonts/fontello.woff?93210588') format('woff'),
       url('fonts/fontello.ttf?93210588') format('truetype'),
       url('fonts/fontello.svg?93210588#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-left-dir:before { content: '\e800'; } /* '' */
.icon-right-dir:before { content: '\e801'; } /* '' */
.icon-down-dir:before { content: '\e802'; } /* '' */
.icon-down-dir-1:before { content: '\e803'; } /* '' */
.icon-down-dir-2:before { content: '\e804'; } /* '' */
.icon-mail:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e848'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-cancel:before { content: '󨀁'; } /* '\e8001' */

body {word-wrap: break-word;font-size: 18px;background-color: #fff;font-weight: 400;color: #444;
font-family: 'Fira Sans', sans-serif;}
h1,h2,h3,h4,h5,h6 {margin: 0;font-weight: 900;line-height: 1.4;}
h2.post_title {margin-bottom: 12px;font-size: 24px;line-height: 1.4}
h2.post_title a {color: #777;}
h2.post_title a:hover {color: #000;text-decoration: none;}
.post_meta {font-size: 14px;color: 999;}
.post_meta a {color: #777;}
.post_meta a:hover {text-decoration: none;}
.alignleft {display: inline;float: left;margin-right: 24px;margin-bottom: 24px;margin-top: 4px;}
.alignright {display: inline;float: right;margin-left: 24px;margin-bottom: 24px;border-radius: 4px;}
.aligncenter {clear: both;display: block;margin: 0 auto;margin-bottom: 24px;border-radius: 4px;}
.thumb {max-width: 260px;}
img {display: inline-block;height: auto;max-width: 100%;}
img[class*="wp-image-"] {margin-top: 10px;margin-bottom: 10px;}
embed,iframe,object {max-width: 100%;padding: 4px;background-color: #fff;border-radius: 4px;}
.g-recaptcha iframe {padding: 0;}
img.cont {border: 2px solid #eee;}
article h2 {margin-bottom: 24px;}
article.post li {margin-bottom: 24px;} 
.clearfix:after {content: " ";display: block; height: 0; clear: both;}
article h3 {font-size: 24px;}

div#tidio-chat iframe {background-color: transparent !important;padding: 0 !important;border-radius: 0 !important;}

/*ul.wpv-loop.js-wpv-loop {padding-left: 0 !important;}*/

.entry-content p, .entry-content ul  {text-align: justify;line-height: 1.5;margin-bottom: 24px;}
.entry-content ul li {margin-bottom: 8px;}
.entry-content h2 {margin-top: 36px;margin-bottom: 24px;font-size: 24px;font-weight: 600;}
.entry-content h3 {margin-bottom: 12px;font-size: 20px;}
.entry-content ul {padding-left: 36px;}
p:last-child {margin-bottom: 0 !important;}
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;}
.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 14px;font-weight: 600;
height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000; }
footer#colophon {background-color: #333;padding: 24px 0 72px;color: #aaa;font-size: 13px;}
footer#colophon .flex > :last-child{text-align: right;}
footer#colophon a {color: #ddd;}
footer#colophon p, footer#colophon .nav > li {margin-bottom: 8px !important;}
footer#colophon .nav > li:last-child {margin-bottom: 0;}
footer#colophon .nav > li > a {padding: 0;}
footer#colophon a:hover {color: #fff;text-decoration: underline;}

@media only screen and (max-width: 780px) {
  footer#colophon .flex {flex-wrap: wrap;flex-direction: column-reverse;}
  footer#colophon .flex > * {margin: 0 0 12px;text-align: center;width: 100%;flex: none;}
  footer#colophon .nav > li > a {text-align: center;padding: 0 8px;}
  .bottom_nav ul {display: flex;justify-content: center;}

}

@media only screen and (max-width: 600px) {
  h2.post_title {font-size: 22px;}
}

@media only screen and (max-width: 460px) {
  .alignright {display: block;float: none;margin: auto;margin-bottom: 24px;}
  .bottom_nav ul {flex-wrap: wrap;margin-bottom: 24px;}
}

h3.widget-title {margin-bottom: 24px; font-size: 18px;font-weight: 600;color: #555;padding-bottom: 4px;text-align: center;text-transform: uppercase;}

/* Navigation */
/*header#masthead {position: fixed;width: 100%;background-color: #fafafa;box-shadow: 0 0 4px 0 #ddd;z-index: 9;}*/
.navbar {margin-bottom: 0;border:0;}
.navbar a {color: #FFC107;}

.navbar-nav>li>a {color: #444;font-size: 14px;font-weight: 500;padding: 26px 0 4px 16px;text-transform: uppercase;font-weight: 600;}
.nav>li>a:focus, .nav>li>a:hover {background-color: transparent;}
.dropdown-menu>li>a {font-size: 16px;padding: 4px 16px;}
.navbar-nav>li>.dropdown-menu {border: 0;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: transparent;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {display: block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.navbar-toggle .icon-bar {background-color: #ddd;}
.navbar-toggle {margin-right: 0;padding-right: 0;border: 0;margin-top: 10px;}

.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
.widget_search .search-form input[type="submit"] { display: none; }
.widget select {max-width: 100%;}
 .comment .children { margin-left: 1.5em; }
 .comment-meta {font-size: 13px;}
nav form.tk-page-nav,nav .input-group,nav .input-group-btn,nav .form-control {display: inline;}
.tagline {font-size: 13px; padding-bottom: 4px;margin-top: -4px;}

.flags_page img {border: 2px solid #ddd;}
.flags_page li {text-align: center;padding: 8px 4px;width: calc(25% - 9px);flex: none !important;}
.flags_page li:nth-child(4n+1) {margin-left: 0;}
.flags_page li .lang_name {color: #777;font-size: 15px;}
.flags_page li p {text-align: center;margin: 4px 0;}
.flags_page li a {color: #777;font-weight: 600;}

input[type="submit"] {border: 0;border-radius: 3px;height: 44px;font-size: 18px;letter-spacing: 1px;}
input[type="submit"]:focus {outline: none;}
input#fld_876395_1 {margin-top: 12px;}

@media only screen and (max-width: 960px) {
  .navbar-nav>li>a {font-size: 13px;}
}

@media only screen and (max-width: 860px) {
  .navbar-nav>li>a {padding: 12px 0;}
}

@media only screen and (max-width: 800px) {
  .navbar-nav>li>a {font-size: 14px;}
}

@media only screen and (max-width: 600px) {
  .flags_page li {width: calc(33.33% - 8px);flex: none !important;}
  .flags_page li:nth-child(4n+1) {margin-left: 12px;}
  .flags_page li:nth-child(3n+1) {margin-left: 0;}
}

@media only screen and (max-width: 500px) {
  footer#colophon .flex {flex-wrap: wrap-reverse;}
  footer#colophon .flex > * {width: 100%;flex: none;text-align: center;margin: 0;}
  .flags_page li {width: calc(50% - 6px);}
  .flags_page li:nth-child(3n+1) {margin-left: 12px;}
  .flags_page li:nth-child(2n+1) {margin-left: 0;}

}

@media only screen and (max-width: 460px) {
  .thumb {max-width: 300px;}
}

/*--------------------------------------------------------
COMMONS
---------------------------------------------------------*/

a {transition: 0.3s;}
.flex {display: flex;}
.flex > * {margin-left: 12px;}
.flex.big > * {margin-left: 24px;}
.flex > :first-child, .flex.big > :first-child {margin-left: 0;}
.flex.even > * {flex: 1;}
.flex.wrap {flex-wrap: wrap;}
ul.flexn {list-style: none;padding-left: 0;margin-bottom: 0;}
.flexn {margin-left: -12px;margin-right: -12px;display: flex;}
.flexn > * {margin: 0 12px;}
.flexn.grid {flex-wrap: wrap;}

.flex_2 {flex-wrap: wrap;}
.flex_2>* {width: calc(50% - 6px);flex:none !important;}
.flex_2>:nth-child(2n+1) {margin-left: 0;}

.gridd {display: grid;column-gap: 24px;row-gap: 24px;}

.button {font-size: 20px;text-transform: uppercase;padding: 12px 24px;border-radius: 3px;display: inline-block;}
.button.big {font-size: 18px;font-weight: 400;padding: 12px 24px;}
.button.wide {width: 100%;}
a.button {color: #fff;}
a.button:hover {color: #fff;text-decoration: none;}
ul.flex {list-style: none;padding: 0;margin: 0;}
.more {margin-top: 36px;text-align: center;}
.more a:hover {text-decoration: none;}
.center {text-align: center;}
.post_img {width: 300px;border-radius: 3px;}
.btn {border: 0 !important;font-size: 14px;text-transform: uppercase;}
.btn.btn-default {width: 100%;}
ol li {margin-bottom: 12px;}
h2 {font-size: 26px;}
.video_post {margin-bottom: 16px;font-weight: 400;}

.btn-lg {font-size: 20px;min-width: 200px;}

.p_24 {padding: 24px;}

.mb_36 {margin-bottom: 36px;}
.mt_36 {margin-top: 36px;}
.mb_24 {margin-bottom: 24px;}
.mt_24 {margin-top: 24px;}
.mb_12 {margin-bottom: 12px;}
.mt_12 {margin-top: 12px;}

.success {padding: 24px;border-radius: 9px;text-align: center;}


td, th {padding: 4px 8px;border: 1px solid #eee;}
table {margin-bottom: 24px;}

.logo {font-size: 32px;font-weight: 700;color: #FFC107;}
a.logo img {height: 50px;padding-top: 3px;}
.logo:hover {text-decoration: none;}

.postid-9531 .in_post .flex p {text-align: center;}
.postid-9531 .in_post .img {margin-bottom: 0;}
.postid-9531 .in_post img {margin-top: 24px;margin-bottom: 0;}


@media only screen and (max-width: 740px) {
  .button.big {font-size: 16px;}
}

/*@media only screen and (max-width: 420px) {
  .tagline {margin-top: -8px;}
  .navbar-toggle {margin-top: 13px;}
  a.logo img {padding-top: 5px;padding-bottom: 5px;}

}


@media only screen and (max-width: 370px) {
  .tagline {display: none;}
  .navbar-toggle {margin-top: 11px;}
}

@media only screen and (max-width: 320px) {
  a.logo img {padding-top: 7px;padding-bottom: 7px;}
}*/

/*--------------------------------------------------------
COLORS
---------------------------------------------------------*/

.orange, .btn-primary, .btn.btn-default, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, input[type="submit"] {background-color: #FF9800 !important;color: #fff !important;}
.green, .success, .filters input[type="radio"]:checked+label, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus  {background-color: #68c16b;color: #fff;}
.btn.green:hover, .btn.green:active, .btn.green:focus, a.green:hover, a.green:active, a.green:focus {background: #4caf50;color: #fff;} 
.blue {background-color: #279AC9;color: #fff;}
.yellow {background-color: #F2C90B;color: #fff;}
.red {background-color: #DC292F;color: #fff;}
.gray {background-color: #c9c9c9;color: #fff;}
.teal {background-color: #4DA28D;color: #fff;}
.purple {background-color: #B770B4;color: #fff;}
.pink {background-color: #E87C79;color: #fff;}
.grayish {background-color: #7E8897;color: #fff;}
.yellowish {background-color: #ffc107;color: #fff;}

.btn.gray:hover, .btn.gray:active, .btn.gray:focus {color: #fff;background: #9e9e9e;}

.f_orange {color: #ffc107;}
.f_green {color: #4da28d;}
.f_blue {color: #279AC9;}
.f_yellow {color: #F2C90B;}
.f_red {color: #DC292F;}
.f_gray {color: #BFB7A4;}
.f_teal {color: #4DA28D;}
.f_purple {color: #B770B4;}
.f_pink {color: #E87C79;}
.f_grayish {color: #7E8897;}
.f_yellowish {color: #ffc107;}
.f_lilic {color: #dba0b4;}

.b_orange {border-color: #ffc107 !important;}
.b_green {border-color: #4da28d !important;}
.b_blue {border-color: #279AC9 !important;}
.b_yellow {border-color: #F2C90B !important;}
.b_red {border-color: #DC292F !important;}
.b_gray {border-color: #BFB7A4 !important;}
.b_teal {border-color: #4DA28D !important;}
.b_purple {border-color: #B770B4 !important;}
.b_pink {border-color: #E87C79 !important;}
.b_grayish {border-color: #7E8897 !important;}
.b_yellowish {border-color: #ffc107 !important;}
.b_lilic {border-color: #dba0b4 !important}

a.orange:hover, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .btn.orange:hover {background-color: #ffc107 !important;color: #fff;}

input[type="submit"] {height: 38px;padding: 4px 24px}

/*--------------------------------------------------------
INTRO
---------------------------------------------------------*/

#intro {background-image: url('img/bg.jpg');background-position: center;background-size: cover;color: #555;text-align: center;}
#intro .wrap {background-color: rgba(63, 68, 97, 0.69);height: 100%;}
#intro h1 {font-weight: 900;font-size: 60px;padding: 100px 0 48px;color: #fff;}
#intro h1.en {text-transform: uppercase;font-size: 60px;padding-bottom: 12px;}
#intro .subtitle {font-weight: 900;font-size: 40px;padding: 0px 0 48px;color: #fff;}
#intro .button {margin-bottom: 100px;}
#intro .image {align-self: flex-end;flex: 1.5;padding-top: 20px;}
#intro .text {font-size: 28px;font-weight: 700;margin-bottom: 48px;color: #fff;}
#list {background-image: url('img/flags2.jpg');}
#list .wrap {padding: 48px;background-color: #eee;}
#list h2 {margin-bottom: 36px;font-size: 36px;text-align: center;text-transform: uppercase;}

#why_lang h2::first-letter {text-transform: uppercase;}

.container {padding-left: 60px;padding-right: 60px;max-width: 1230px;}


ul.lang_home {list-style: none;padding: 0;font-size: 11px;text-align: center;}

@media only screen and (max-width: 1120px) {
  #intro h1 {font-size: 53px;}
}

@media only screen and (max-width: 1050px) {
  #intro h2 {font-size: 46px;}
  #intro h2 span {font-size: 32px;}
}

@media only screen and (max-width: 860px) {
  #intro h1 {font-size: 42px;}
  #intro .button {margin-bottom: 60px;}
}

@media only screen and (max-width: 800px) {
  .container {padding-left: 24px;padding-right: 24px;}
}


@media only screen and (max-width: 700px) {
  .lang_list > li {width: 25%;}
  #intro h2 {font-size: 34px;}
  #intro .image {display: none;}
  #intro .left p {font-size: 20px;padding-bottom: 0;}
  #intro {text-align: center;}

}

@media only screen and (max-width: 500px) {
  .lang_list > li {width: 33.33%;}
  #list .wrap {padding: 48px 0;}
  #intro .left p {font-size: 18px;}
  #intro h1 {font-size: 33px;line-height: 1.4;padding-top: 48px;}
  .container {padding-left: 16px;padding-right: 16px;}
}

@media only screen and (max-width: 321px) {
  .container {padding-left: 12px;padding-right: 12px;}
  .lang_list > li {width: 50%;}
}

/*--------------------------------------------------------
WHY US
---------------------------------------------------------*/

#why_us {/*background-image: url('img/flags2.jpg');*/background-color: #f5f5f5;}
#why_us .wrap {background-color: #f7f7f7; padding-bottom: 80px;padding-top: 80px;}
#why_us h2, #teachers h2, #courses h2, .slide h2 {padding-bottom: 36px; text-align: center;font-size: 40px;}
#why_us ul {flex-wrap: wrap; text-align: center;}
#why_us ul li {width: calc(25% - 12px);padding: 24px;border-radius: 0 0 3px 3px;margin: 6px;box-shadow: 0 0 4px 0 #ddd;background-color: #fff;text-align: left;border-top: 4px solid;}

#why_us .number {font-size: 18px;text-align: center;}
#why_us .caption {font-size: 22px;text-align: center;font-weight: 600;}

@media only screen and (max-width: 1030px) {
  #why_us .caption {font-size: 18px;margin: 16px 16px;}
}

@media only screen and (max-width: 860px) {
  #why_us ul li {width: calc(50% - 12px);}
  #why_us ul li:nth-child(2n+1) {margin-left: 0;}
  #why_us .number {margin-bottom: 0;}
}

@media only screen and (max-width: 660px) {
	#why_us h2, #teachers h2, #courses h2, .slide h2 {font-size: 34px;}
}

@media only screen and (max-width: 500px) {
  #why_us ul li {width: 100%;margin: 0 0 12px;}
  #why_us h2, #teachers h2, #courses h2, .slide h2 {font-size: 30px;}
}

@media only screen and (max-width: 321px) {
  #why_us .caption {font-size: 18px;}
}

/*--------------------------------------------------------
COURSES
---------------------------------------------------------*/

#courses {background-color: #f0f0f0;padding-top: 80px;padding-bottom: 80px;}
#courses .info {margin-top: 24px;text-align: center;font-size: 20px;font-style: italic;font-weight: 600;color: #696969;}
.courses_list {margin-bottom: 60px;flex-wrap: wrap;}
.courses_list li {padding: 12px;margin-bottom: 12px;width: calc(33.33% - 16px);flex:none !important;}
.courses_list li img {width: 100%;}
.courses_list li a:last-child {padding: 8px 0;font-size: 16px;color: #888;font-weight: 600;display: inline-block;text-align: center;}
.courses_list li a:hover {color: #EC7821;text-decoration: none;}

.courses_list.home {justify-content: center;}
.courses_list.home li {width: calc(25% - 18px);}
.courses_list.home li:nth-child(2n+1) {margin-left: 24px;}
.courses_list.home li:nth-child(4n+1) {margin-left: 0;}

.courses_list.teacher .thumb {width: 100%;height: 160px;border-radius: 3px;border: 3px solid #eee;background-size: cover;background-position: center;}
.courses_list.teacher li {padding: 0;}

.single_cfa_cont {text-align: center;margin-top: 36px;margin-bottom: 36px;}
.single_cfa_cont .btn {padding: 16px 24px;font-size: 20px;white-space: break-spaces;}

.courses_en_home {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 24px;padding-left: 0;}
.courses.courses_en_home li {width: 100% !important;margin: 0 !important;}

@media only screen and (max-width: 980px) {
  .courses_list.teacher .thumb {height: 200px;}
}

@media only screen and (max-width: 660px) {
  #courses h2 {font-size: 34px;}
  .courses_list.teacher .thumb {height: 160px;}
  .courses_en_home {grid-template-columns: repeat(2, 1fr);row-gap: 24px}
}

@media only screen and (max-width: 500px) {
  .single_cfa_cont .btn {font-size: 18px;}
}

@media only screen and (max-width: 420px) {
  .courses_en_home {grid-template-columns: 1fr;}
}

.archive_desc {margin-bottom: 36px;}

/*--------------------------------------------------------
TEACHERS
---------------------------------------------------------*/

#teachers {background-color: #e9e9e9;padding-top: 80px;padding-bottom: 80px;}
#teachers p {text-align: center;color: #696969;padding-bottom: 36px;}
.teachers {flex-wrap: wrap;margin-left: -12px;margin-right: -12px;}
.teachers li {width: calc(33.33% - 16px);flex: none;margin-bottom: 24px;background-color: #f9f9f9;border-radius: 4px;}
.teachers.all li {width: calc(50% - 12px);}
.teachers li:nth-child(3n+1) {margin-left: 0;}
.teachers.all li:nth-child(3n+1) {margin-left: 24px;}
.teachers.all li:nth-child(2n+1) {margin-left: 0;}
.teachers li:nth-child(3n+1) {margin-left: 0;}
.teachers .text {font-size: 14px;font-weight: 300;color: #696969;padding: 4px 0;}
.teachers .name {font-size: 17px; color: #6f6f6f; font-weight: 700;}
.teachers .lang {padding: 4px 0;font-size: 14px;color: #888; font-weight: 400;border-bottom: 4px solid #f0f0f0;margin-bottom: 12px;}
.teachers .lang::first-letter {text-transform: uppercase;}
.teachers img {border: 4px solid #f0f0f0;width: 90px;margin-bottom: 12px;}
.teachers .wrap {width: calc(100% - 106px);margin-left: 16px !important;}
#teachers .note {margin-top: 36px;font-size: 15px; font-style: italic;}
.teachers .text a.more {display: block;margin-top: 12px;color: #888;text-align: center;}
.filters {margin-bottom: 24px;}
.filters input[type="radio"] {display: none;}
.filters input[type="radio"]+label {display: inline-block;padding: 4px 8px;background-color: #f5f5f5;cursor: pointer;}
.teachers_archive {flex-wrap: wrap;}
.teachers_archive li {margin-bottom: 12px;width: calc(33% - 16px);}
.teachers_archive li:nth-child(3n+1) {margin-left: 0;}
.teacher {padding: 24px;}
.teacher .name {font-weight: 600;color: #777;}
.teacher .name a {color: #777;}
.teacher .text {font-size: 16px;text-align: justify;}
.teacher>.flex {align-items: flex-end;}

.more_btn_cont {text-align: center;}

.single-teacher .teacher {padding-left: 0;}

.single-course .teachers.all li {width: 100%;margin-left: 0 !important}
.single-course .teachers .text a.more {text-align: left;}

.single-teacher article img {max-width: 150px;}

.teacher_img {float: right;margin-bottom: 24px;margin-left: 36px;border-radius: 50%;border: 4px solid #ddd;width: 200px;}

@media only screen and (max-width: 980px) {  
  .teachers li:nth-child(3n+1) {margin-left: 24px;}
  .teachers li:nth-child(2n+1) {margin-left: 0;}
  .teachers li {width: calc(50% - 12px);}
}

@media only screen and (max-width: 800px) {
  #teachers h2 {font-size: 32px;}
}

@media only screen and (max-width: 660px) {
  #teachers h2 {font-size: 30px;}
}

@media only screen and (max-width: 500px) {
  .teachers li {width: 100%;margin: 0 0 24px !important;} 
  .teachers.all li {width: 100%;margin: 0 0 24px !important;}
    .teacher_img {display: block;float: none;margin: 0 auto 36px;}
}

@media only screen and (max-width: 320px) {
  #teachers h2 {font-size: 24px;}
}

/*--------------------------------------------------------
PRICES
---------------------------------------------------------*/

#prices {padding-bottom: 80px;padding-top: 80px;background-color: #f5f5f5;}
#prices h2 {font-size: 44px;margin-bottom: 30px;text-align: center;}

#prices_tables input[type=radio] {display: none;}
#prices_tables input[type=radio]+label {cursor: pointer; width: auto;display: inline-block;padding: 8px 12px;background-color: #fff;border: 2px solid #ddd;}

#prices_tables input[type=radio]:checked+label {background-color: #4DA28D;color: #fff;border-color: #4DA28D;}

#prices_tables br {display: none;}

.price_table {background-color: #fff;width: 100%;}
.price_table td {padding: 4px;}
.price_table td:nth-child(1) {padding: 8px 12px;text-align: left;word-break: break-word;}
.price_table td:nth-child(2), .price_table td:nth-child(3) {text-align: center;}
.price_table td:nth-child(2) {min-width: 58px;}
.price_table .value {font-size: 22px;font-weight: 500;}
#prices_tables ul.flex {margin-top: 24px;}
#prices_tables th {font-weight: normal;text-align: center;word-break: break-word;}
#prices_tables .save {display: block;color: #777;font-size: 0.9em;}
#prices_tables .save br {display: block !important;}

.price_title {font-weight: bold;font-size: 22px;}
.price_subtitle {font-weight: bold;font-size: 20px;}

#prices .more {text-align: center;}
.nav-pills > li {float:none;display:inline-block;zoom:1;}
.nav-pills > li a {color: #fff;background-color: #ccc;}
.nav-pills > li a:hover {background-color: #bbb}
.nav-pills {text-align:center;}

.entry-content .prices_tabs {padding-left: 0;display: flex;}
.prices_tabs li {font-size: 14px;flex: 1;margin-left: 8px;text-align: center;}
.prices_tabs li:first-child {margin-left: 0;}

.prices_tabs li span {font-size: 28px;font-weight: 500}

.prices_in_page .tab-pane .flex {display: block;}
.prices_in_page .tab-pane .flex > * {margin: 0 0 24px;}
.prices_in_page #prices_tables {padding: 0;}
.prices_in_page table {background-color: #f9f9f9;}

.tb_prices {width: 100%;}
.tb_prices td, .tb_prices th {padding: 8px;text-align: center;}
.tb_prices td {background-color: #f5f5f5;}

@media only screen and (max-width: 960px) {
	#prices_tables {padding: 0;}
}

@media only screen and (max-width: 820px) {
	#prices_tables {padding: 0;}
	#prices_tables ul.flex {flex-wrap: wrap;}
	#prices_tables ul.flex li {flex: none;width: 100%;margin: 0 0 24px;}
	#why_lang h2 {font-size: 32px;}
	#prices h2 {font-size: 36px;}
}

@media only screen and (max-width: 720px) {
	#why_lang h2 {font-size: 30px;}
}

@media only screen and (max-width: 500px) {
  .prices_in_page table {font-size: 15px;}
  .price_table .value {font-size: 18px;}
  .nav-pills li {margin-bottom: 8px;width: 100%; margin-left: 0 !important;}
  .entry-content .prices_tabs {display: block;}
}

@media only screen and (max-width: 420px) {
  #prices h2 {font-size: 32px;}
  .price_table {font-size: 0.9em;}
  #why_lang .text {margin-left: 0;}
}

/*--------------------------------------------------------
PAGES
---------------------------------------------------------*/

.flex.layout {margin-top: 48px;}
.flex.layout > :first-child {width: calc(100% - 440px);margin-bottom: 36px;}
.flex.layout > :last-child {width: 376px;margin-left: 60px;}
.flex.layout h1 {font-size: 32px;margin-bottom: 24px;}
article, .sidebar {}
aside {background-color: #f9f9f9;padding: 36px;margin-bottom: 36px;border: 1px solid #eee;}

.breadcont {background-image: url('img/bg2.jpg');background-position: 50% 50%;background-size: cover;color: #fff;text-align: center;}
.breadcont .wrap {padding: 60px 0;background-color: rgba(58, 74, 94, 0.65);}
.breadcont h1 {font-size: 48px;margin-bottom: 24px;}
.breadcont .breadcrumbs a {color: #eee;}
.breadcont .wrap .breadcrumbs {margin-bottom: 0;}

.breadcrumbs {font-size: 14px;font-weight: 300;margin-bottom: 24px;}
.breadcrumbs a {color: #aaa;}

.g-recaptcha div {margin-bottom: 24px;}

.single-teacher .breadcrumbs, .single-course .breadcrumbs {background-color: #f9f9f9; padding: 8px 12px; border: 1px solid #f0f0f0;}

hr {width: 100%;clear: both;}

@media only screen and (max-width: 1024px) {
  .flex.layout {display: block;}
  .flex.layout > * {margin: 0 0 24px;}
  .flex.layout > :first-child {width: 100%;}
  .flex.layout > :last-child {max-width: 400px;margin: auto;}
}

@media only screen and (max-width: 800px) {
  .breadcont h1 {font-size: 42px;}
}

@media only screen and (max-width: 600px) {
  .breadcont h1 {font-size: 36px;}
}

@media only screen and (max-width: 600px) {
  .breadcont h1 {font-size: 32px;}
}

@media only screen and (max-width: 500px) {
  .breadcont .wrap {padding: 32px 0;}
  
}

@media only screen and (max-width: 380px) {
  .flex.layout > :last-child {width: 100%;}
  aside {padding: 24px;}
  .breadcont h1 {font-size: 30px;}
  .flex.layout h1 {font-size: 28px;}
}

/*--------------------------------------------------------
TESTIMONIALS
---------------------------------------------------------*/

#testimonials {background-image: url('img/world.jpg');background-size: cover;background-position: center;background-attachment: fixed;}
#testimonials h2 {margin-bottom: 36px;font-size: 36px;}
.testimonial .left {width: 90px;flex: none;}
.testimonial .right {padding: 24px;font-size: 15px;margin-left: 24px;}
.testimonial .right a {color: #fff;text-decoration: underline;}
.testimonial .left .author {text-align: right;font-weight: 500;}
.testimonial .left .author span {font-style: italic; font-weight: 300; font-size: 15px;}
.testimonial .left img {border: 2px solid #fff;box-shadow: 0 0 4px 0  #ccc;margin-bottom: 12px;}
#testimonials .wrap {/*background-color: rgba(86, 86, 69, 0.68);*/padding-top: 80px;padding-bottom: 80px;}
.testimonial .body {font-size: 14px;}
#testimonials .icon {font-size: 36px;color: #999;}
#testimonials .more {color: #999;margin-top: 24px;display: block;text-align: right;font-size: 15px;}

@media only screen and (max-width: 601px) {
  #testimonials h2 {font-size: 30px;text-align: center;}
  .testimonial.flex {flex-wrap: wrap;}
  .testimonial .left {width: 100%;}
  .testimonial .right {width: 100%;margin: 12px 0 0 0;}
  .testimonial .left .image {width: 38px;display: inline-block;padding-right: 8px;}
  .testimonial .left img {margin-bottom: 0;}
  .testimonial .left .author {display: inline;}
  .testimonial .left .author br {display: none;}
  #testimonials .more {text-align: center;}
  #testimonials .container {width: 100% !important}
}

@media only screen and (max-width: 420px) {
  #testimonials h2 {font-size: 24px;}
  .testimonial .right {margin-left: -36px; margin-right: -36px;width: calc(100% + 72px);margin-top: 30px;}
  .testimonial .left {padding-top: 12px;}
}

/*--------------------------------------------------------
FAQ
---------------------------------------------------------*/

#faq {padding-top: 80px;padding-bottom: 80px;background-color: #fff;}
#faq h2 {font-size: 36px;margin-bottom: 36px;font-weight: 900;}
#faq .panel-body {font-size: 15px;}
.panel {border: 0;}
.panel-title a {text-decoration: none;display: inline-block;width: 100%}
.panel-default>.panel-heading+.panel-collapse>.panel-body {border: 0;}
.panel-body {padding: 24px;background-color: #f5f5f5;}
#faq .more {font-size: 15px;color: #888;text-align: center;display: block;margin-top: 12px;}
#faq .flex > div:first-child {width: calc(70% - 36px);flex: none;margin-right: 36px;}
#faq .flex > div:last-child {width: 30%;flex: none;}

@media only screen and (max-width: 600px) {
  #faq .flex > div:first-child {width: 100%;}
  #faq .flex > div:last-child {display: none;}
}

@media only screen and (max-width: 500px) {
  #faq h2 {font-size: 30px;text-align: center;}
}

/*--------------------------------------------------------
TESTIMONIALS
---------------------------------------------------------*/

.testim {list-style: none;padding: 0;}
.testim li {margin-bottom: 24px;}
.testim .header {background-color: #f9f9f9;border: 1px solid #eee;border-bottom: 0}
.testim .info {padding: 6px;}
.testim .body {padding: 24px;border: 1px solid #eee;}
.testim .image {border-right: 1px solid #eee;}

/*--------------------------------------------------------
TRIAL
---------------------------------------------------------*/

#trial {text-align: center;/*background-image: url('img/girl.jpg');background-attachment: fixed;background-size: cover;*/}
#trial h2 {font-size: 36px;margin-bottom: 24px;color: #fff;}
#trial .intro {margin-bottom: 24px;font-size: 18px;}
#trial .intro a {color: #fff;text-decoration: underline;}
#trial .intro a:hover {color: #eee;text-decoration: none;}
.apply_home {max-width: 900px;margin: auto;}
.apply_home label {display: none;}
a[name="apply"] {padding-top: 100px;margin-top: -100px;}
#trial .wrap {padding-top: 80px;padding-bottom: 80px;}

@media only screen and (max-width: 420px) {
	#trial h2 {font-size: 30px;}
  .apply_home .flex {display: block;}
  .apply_home .flex>* {margin-left: 0;}
}

/*--------------------------------------------------------
AWARDS
---------------------------------------------------------*/

.award {border: 1px solid #eee;margin: 8px 0;}

.video_cont {position: relative;padding-bottom: 56.25%;height: 0; overflow: hidden;margin-bottom: 36px;}
.video_cont iframe,.video_cont object,.video_cont embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border:0;padding: 0;outline: none;}

.video h2 {font-size: 19px;}

/*--------------------------------------------------------
BLOG HOME
---------------------------------------------------------*/

#blog {padding-top: 80px;padding-bottom: 80px;text-align: center;background-color: #f0f0f0;}
#blog h2 {margin-bottom: 24px;font-size: 32px;font-weight: 900;text-transform: uppercase;}
#blog .intro {margin-bottom: 36px;}
.blog_home {vertical-align: top;}
.blog_home li {background-color: #fff;}
.blog_home h3 {font-weight: 700;font-size: 18px;padding: 24px 12px 8px;}
.blog_home h3 a {color: #555;}
.blog_home h3 a:hover {color: #999;text-decoration: none;}
.blog_home .excerpt {padding: 12px 24px 24px;}
.blog_home .excerpt .button {margin-top: 24px;}
.blog_home a.read_more {color: #888;margin-top: 24px;display: block;}



@media only screen and (max-width: 860px) {
  .blog_home li {width: 100%;flex:none !important;margin: 0 0 24px !important;text-align: left;}
  .blog_home {flex-wrap: wrap;}
  .blog_home img {float: left;margin: 24px;max-width: 300px;}
  .blog_home .excerpt .button {margin-top: 12px;}
}

@media only screen and (max-width: 600px) {
  #blog h2 {font-size: 23px;}
  .blog_home img {width: 100%;float: none;max-width: 100%;margin: 0 0 24px;}
  .blog_home h3 {padding: 0 24px;}
}


/*--------------------------------------------------------
WHY LANGUAGE
---------------------------------------------------------*/

#why_lang {padding-top: 80px;padding-bottom: 80px;background-color: #f0f0f0;}
#why_lang h2 {font-size: 34px;margin-bottom: 36px;text-shadow: 1px 1px #fff;}
#why_lang .flag {width: 200px;flex: none;margin-right: 24px;}
#why_lang .flag img {border: 4px solid #fff;box-shadow: 0 0 5px #ddd;}

.teachers_by_language > * {width: 33.33%;margin-bottom: 24px;}

@media only screen and (max-width: 660px) {
	#why_lang .flex {display: block;}
	#why_lang .flag {float: left;}
	#why_lang h2 {font-size: 30px;text-align: center;}
}

@media only screen and (max-width: 420px) {
	#why_lang .flag {float: none;margin: 0 0 24px;width: 100%;}
	#why_lang .flag img {width: 100%;}
	#why_lang h2 {font-size: 28px;}
}

/*--------------------------------------------------------
CONNECT
---------------------------------------------------------*/

#connect {text-align: center;background-image: url('img/cool-social.jpg');background-attachment: fixed;background-size: cover;color: #fff;}
#connect .wrap {padding-top: 80px;padding-bottom: 80px;background-color: rgba(0,0,0,.5);}
#connect h2 {font-weight: 900;font-size: 36px;margin-bottom: 36px;color: #fff;}
.social_home {max-width: 800px;margin: auto;}
.social_home frame {border:0;box-shadow: none;}

@media only screen and (max-width: 500px) {
  .social_home.flex {flex-wrap: wrap;max-width: 250px;margin: auto;}
  .social_home.flex > * {width: 100%;margin: 0 0 24px;}  
}

/*--------------------------------------------------------
CALDERA
---------------------------------------------------------*/

.caldera-grid .form-control, .caldera-grid output {font-size: 16px  !important;}

/*--------------------------------------------------------
COMMENTS
---------------------------------------------------------*/

div#comments {margin-top: 36px;padding-top: 24px; border-top: 1px solid #eee;}
p.form-allowed-tags, .alert.alert-info {display: none;}
p.comment-form-url {display: none;}
input[type="text"], input[type="email"], input[type="tel"], textarea, input[type="number"], select, input[type="password"] {display: block;width: 100%;height: 46px;padding: 6px 12px;font-size: 1em;line-height: 36px;color: #555;background-color: #fff;background-image: none;border: 1px solid #ddd;border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -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;}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="number"]:focus, select:focus {outline: none;}

h2.comments-title {margin-bottom: 24px;}
ol.comment-list.media-list {list-style: none;padding-left: 0;}
p.form-submit {margin-top: 24px;}


/*--------------------------------------------------------
BLOG
---------------------------------------------------------*/

.blog_cont {overflow: hidden;}
.blog_cont article {margin-bottom: 48px;}
.blog_cont h2.post_title {font-size: 22px;}
img.attachment-custom.alignleft {border: 1px solid #eee;box-shadow: 0 0 4px 0 #eee;padding: 4px;}
.pagination ul {display: flex;padding: 0;margin: 0 -2px 0;list-style: none;flex-wrap: wrap;}
.pagination ul li {margin: 0 2px 4px;font-size: 14px;}
.pagination ul li a, .pagination ul li span {color: #888;padding: 8px 12px !important;display: inline-block;border: 0 !important;border-radius: 3px;background-color: #f0f0f0;margin: 0 !important;}
.pagination ul li span {background-color: #ddd;}
.pagination ul li a:hover {text-decoration: none;background-color: #ddd;}
.pagination{display:inline-block;padding-left:0!important;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}



.alert-info {font-size: 14px;}

.blog_posts_single_cont {margin-top: 36px;margin-bottom: 36px;}
.blog_posts_single {flex-wrap: wrap;}
.blog_posts_single li {width: calc(50% - 12px);flex: none !important;margin-bottom: 24px;}
.blog_posts_single li:nth-child(2n+1) {margin-left: 0;}
.blog_posts_single li .image {width: 80px;margin-right: 16px;border-radius: 3px;}
.blog_posts_single li a {color: #444;text-decoration: none;}
.blog_posts_single li a:hover {text-decoration: underline;}
.blog_posts_single li p {width: calc(100% - 96px);margin-left: 0 !important}
.blog_posts_single img {border-radius: 3px;}

.single_subtitle {margin-bottom: 24px;font-size: 24px;}
.single_category_header a {color: #fff;font-size: 26px;}
.single_category_header {margin-bottom: 24px;}

@media only screen and (max-width: 600px) {
  .blog_cont article img {width: 100%;margin-bottom: 24px;}
  .blog_cont .img_cont {width: 100%;float: none;}
}

@media only screen and (max-width: 480px) {
  .blog_posts_single li {width: 100%;margin-left: 0 !important;}
}

/*--------------------------------------------------------
TESTS
---------------------------------------------------------*/

div#mtq_quiztitle-1 {
    display: none;
}

/*--------------------------------------------------------
PRESENTATION
---------------------------------------------------------*/
/*#presentation {background-image: url('img/leaves.jpg');background-size: cover;background-attachment: fixed;}*/
#presentation .wrap {padding-top: 80px;padding-bottom: 80px;background-color: #4682b4}
#presentation .intro, #presentation .intro a {color: #fff;}
#presentation .intro h2 {font-size: 24px;margin-bottom: 24px;font-weight: 300px;}
.about_links {list-style: none;padding: 0;margin-top: 8px;}
#presentation .img {flex: 0.5;}

@media only screen and (max-width: 601px) {
  #presentation .flex {flex-wrap: wrap;}
  #presentation .intro {width: 100%;margin-bottom: 24px;flex: none;}
  #presentation .video {width: 100%;margin: 0;flex: none;}
  #presentation .img {margin-left: 0;text-align: center;flex: none;width: 100%;}
  #presentation .img img {max-width: 80%;margin: auto;}

  @media only screen and (max-width: 321px) {
    #presentation .intro {padding: 24px;}
  }
}

/*--------------------------------------------------------
COURSES ARCHIVE
---------------------------------------------------------*/

.courses_archive {flex-wrap: wrap;}
.courses_archive li {width: calc(25% - 18px);flex: none;border: 1px solid #eee;padding: 12px;margin-bottom: 24px;}
.courses_archive li:nth-child(4n+1) {margin-left: 0;}
.courses_archive li p {text-align: center;font-size: 17px;font-weight: 600;padding: 8px 0 0;}
.courses_archive li p a {color: #777;}
.courses_archive img {border-radius: 50%;border: 4px solid #fff;}

.course_img {float: right;margin-bottom: 24px;margin-left: 36px;border-radius: 50%;border: 4px solid #ddd;width: 200px;}

.courses_list li {width: calc(33.33% - 16px);text-align: center;}
.courses_list li:nth-child(3n+1) {margin-left: 0;}
.courses_list img {border-radius: 50%;border: 4px solid #ddd;}

.courses_list.home li {width: calc(25% - 18px);text-align: center;}
.courses_list.home li:nth-child(3n+1) {margin-left: 24px;}
.courses_list.home li:nth-child(4n+1) {margin-left: 0;}

@media only screen and (max-width: 1080px) {
  .courses_list li {width: calc(50% - 12px);}
  .courses_list li:nth-child(3n+1) {margin-left: 24px;}
  .courses_list li:nth-child(2n+1) {margin-left: 0;}
}

@media only screen and (max-width: 980px) {
  .courses_list.flex {flex-wrap: wrap;}
  .courses_list.home li {width: calc(33.33% - 16px);}
  .courses_list.home li:nth-child(4n+1) {margin-left: 24px;}
  .courses_list.home li:nth-child(3n+1) {margin-left: 0}

}

@media only screen and (max-width: 800px) {
  .courses_archive li {width: calc(33.33% - 16px)}
  .courses_archive li:nth-child(4n+1) {margin-left: 24px;}
  .courses_archive li:nth-child(3n+1) {margin-left: 0}
}


@media only screen and (max-width: 700px) {
  .courses_archive li p {font-size: 15px;}
  .courses_list.home li {width: calc(50% - 12px);}
  .courses_list.home li:nth-child(3n+1) {margin-left: 24px;}
  .courses_list.home li:nth-child(2n+1) {margin-left: 0}
}

@media only screen and (max-width: 660px) {
  #courses h2 {font-size: 30px;}
}

@media only screen and (max-width: 600px) {
 .courses_archive li {width: calc(50% - 12px);}
 .courses_archive li:nth-child(3n+1) {margin-left: 24px;}
 .courses_archive li:nth-child(2n+1) {margin-left: 0;}
}

@media only screen and (max-width: 500px) {
  .course_img {display: block;float: none;margin: 0 auto 36px;}
  .courses_list.home li {width: 100%;margin-left: 0}
}


@media only screen and (max-width: 380px) {
.courses_archive li {margin-left: 0 !important;width: 100%;}
.courses_archive li p {font-size: 18px;}
  .courses_list li {width: 100%;}
  .courses_list li {margin-left: 0 !important}
}

@media only screen and (max-width: 321px) {
  #courses h2 {font-size: 22px;}
  .courses_list li {width: 100%;margin: 0 0 12px !important;}
}

/*--------------------------------------------------------
SOCIAL
---------------------------------------------------------*/

#social {background-color: #444;padding: 36px 0;color: #fff;font-size: 20px;}
#social .flex {justify-content: center;align-items: center;}
#social img {width: 48px;border-radius: 9px}

@media only screen and (max-width: 480px) {
  #social .flex li:first-child {display: none;}
}

#cloudim_chat {background-color: transparent;padding:0}

/*--------------------------------------------------------
PARTNER
---------------------------------------------------------*/
.partner {margin-bottom: 48px;}
.partner.featured {background-color: rgba(175, 239, 175, 0.13);padding: 24px;}
.partner>a {display: block;flex:1;}
.partner .body {flex: 3;margin-left: 36px;}
.partner img {border: 1px solid #eee;}
.partner h2 {margin-top: 0 !important}

@media only screen and (max-width: 570px) {
  .partner>a {flex: none;width: 100%;text-align: center;margin-bottom: 24px;}
  .partner.flex {flex-wrap: wrap;}
  .partner .body {margin-left: 0;flex: none;width: 100%;}
  .partner.featured {padding: 12px; }
}

/*--------------------------------------------------------
BOOKS
---------------------------------------------------------*/

.book {margin-bottom: 48px;}
.book .img {width: 200px;flex:none;}
.book .button {margin-top: 12px;}    

@media only screen and (max-width: 1200px) {
    .book .flex > * {width: 100%;flex:none;}  
    .book .flex {flex-wrap: wrap;}
    .book .flex :last-child {margin-left: 0;}
}    


/*--------------------------------------------------------
APPS
---------------------------------------------------------*/

.app {margin-bottom: 48px;}

/*--------------------------------------------------------
PARTNERS FOOTER
---------------------------------------------------------*/

#partners {background: #f5f5f5;padding: 36px 0;}
#partners img {width: 100%;}
#partners h2 {text-align: center;margin-bottom: 24px;}
#partners ul {list-style: none;}

@media only screen and (max-width: 800px) {
  #partners h2 {font-size: 24px}
  #partners .flex {flex-wrap: wrap;}
  #partners .flex li {flex:none;width: calc(33.33% - 8px);margin-bottom: 12px;}
  #partners .flex li:nth-child(3n+1) {margin-left: 0;}
}

@media only screen and (max-width: 600px) {
  #partners h2 {font-size: 20px}
  #partners .flex li {width: calc(50% - 6px);}
  #partners .flex li:nth-child(3n+1) {margin-left: 12px;}
  #partners .flex li:nth-child(2n+1) {margin-left: 0;}
}

@media only screen and (max-width: 400px) {
  #partners .flex li {width: 100%;}
  #partners .flex li {margin-left: 0 !important;}
}

/*--------------------------------------------------------
SIDEBAR
---------------------------------------------------------*/

aside#text-41, aside#text-42, aside#text-43, aside#text-44, aside#text-45, aside#text-46 {padding: 0;}
aside#text-41 h3.widget-title,  aside#text-42 h3.widget-title, aside#text-43 h3.widget-title, aside#text-44 h3.widget-title, aside#text-45 h3.widget-title, aside#text-46 h3.widget-title {display: none;}

.textwidget .flex {display: block;}
.textwidget .flex>* {margin-left: 0;}
.textwidget input[type="submit"] {width: 100%;margin-top: 12px;}

.textwidget .success {padding: 24px;font-size: 16px;}
#cred_form_47_1 .success {    background: #f1f1f1;color: #4da28d;font-weight: 600;padding: 24px;border-radius: 4px;}

.widget.banner {padding: 0;}

/*--------------------------------------------------------
UPDATES
---------------------------------------------------------*/

.mc4wp-alert {padding: 24px;background: #eee;margin-top: 24px;text-align: center;font-size: 16px;border-radius: 3px;}
.mc4wp-alert.mc4wp-success {background: #4CAF50;color: #fff;}
.textwidget {text-align: center;font-size: 16px;}
.tips_archive {list-style: none;padding-left: 0 !important;}
.tips_archive h2 {margin-bottom: 12px;}
.tips_archive li {margin-bottom: 24px;}
.tip_meta {font-size: 14px;color: #777;margin-bottom: 12px;}
.tip_ad {font-size: 14px;border-top: 1px solid #eee;padding-top: 24px;margin-top: 36px;color: #555;}
.tip_ad p:first-child {margin-bottom: 8px;}

/*--------------------------------------------------------
TESTIMONIALS
---------------------------------------------------------*/

.testimonials {list-style: none;padding-left: 0 !important;}
.testimonials li {margin-bottom: 24px;border: 1px solid #eee;}
.testimonials .flex {align-items: flex-end;}
.testimonials .img {width: 60px;margin-left: 24px;margin-top: 24px;}
.testimonials .img img {border-radius: 50%;border: 2px solid #eee;width: 60px;height: 60px;}
.testimonials .name {padding: 0 12px;}
.testimonials .name p {margin-bottom: 0;font-weight: 600;border-bottom: 1px solid #eee;}
.testimonials .body {padding: 24px;}

/*--------------------------------------------------------
UPDATES
---------------------------------------------------------*/

.course_teachers {margin-top: 24px;margin-bottom: 24px;}
.course_teachers h2 {margin-bottom: 24px;}
.related {margin-top: 36px;}
.course_teachers li {margin-bottom: 24px !important;}
.course_teachers .flex.big p {display: none;} /*fix wpautop*/

.post_author {border: 1px solid #ddd;padding: 24px;border-radius: 3px;}
.post_author .image {flex: none; width: 100px;}
.post_author .image img {border: 3px;border: 1px solid #ddd;}
.post_author .text {flex: none; width: calc(100% - 124px);margin-left: 24px;}
.post_author .text p {margin-bottom: 12px;text-align: left !important;}

.attribution {font-size: 14px;color: #777;font-style: italic;}

@media only screen and (max-width: 480px) {
  .post_author .flex {display: block;}
  .post_author .image {width: 100%;}
  .post_author .image img {width: 150px;margin: 0 auto 24px;display: block;}
  .post_author .text {margin-left: 0;width: 100%;}
}

/*--------------------------------------------------------
UPDATES
---------------------------------------------------------*/

.domain_tagline {display: block;font-size: 20px;margin-top: 16px;}
.courses_listing {flex-wrap: wrap;justify-content: center;}
.courses_listing .image img {border-radius: 50%;border: 3px solid #eee;display: block;margin: auto;width: 260px;max-width: 100%;transition: all 0.3s} 
.courses_listing .image img:hover {border: 3px solid #4b7dbf8f;}
.courses_listing .title {text-align: center;font-weight: 600;padding: 16px 0 4px; }
.courses_listing .title a {color: #444;transition: all 0.3s}
.courses_listing .title a:hover {text-decoration: underline;}
.courses_listing .intro {text-align: justify;font-size: 0.9em;}
.courses_listing li {margin-bottom: 24px;flex: none !important;}
.courses_listing li {width: calc(33.33% - 24px);}
.courses_listing.flex_2 li {width: calc(50% - 24px);margin-left: 48px;}
.courses_listing.flex_2 li:nth-child(2n+1) {margin-left: 0 !important;}

.other_courses {margin-top: 24px;}
.other_courses h2 {font-size: 24px;margin-bottom: 24px;}

.all_courses_images h2 {margin-top: 0;}

.fw {width: 100%;}
.full_width_content {padding-top: 48px;}
.full_width_content .sidebar .sidebar-padder {display: flex;}
.full_width_content .sidebar aside:nth-child(n+1) {margin-left: 42px;}

.awards_list {padding-left: 24px !important;}
.awards_list li {margin-bottom: 36px !important;}
.awards_list img {border: 1px solid #ddd;}

#lbl_generic ul {margin-top: 12px;}

.course_note {    padding: 16px;border: 4px solid #9ecfa0;border-radius: 4px;text-align: center;background: #9ecfa026;margin-top: 36px;}

@media only screen and (max-width: 600px) {
  .courses_listing li {width: calc(50% - 24px)}
}

@media only screen and (max-width: 320px) {
  .courses_listing .title {font-size: 14px;}
}

/*--------------------------------------------------------
COOKIE CONSENT
---------------------------------------------------------*/

.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}
.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em;font-size: 0.85em;}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}
.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}
.cc-window.cc-bottom{bottom:0}
.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}
.cc-window.cc-floating{max-width:none}
.cc-window .cc-message{margin-bottom:1em}
.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/*--------------------------------------------------------
HOME 
---------------------------------------------------------*/

.home_videos {margin-top: 48px;}
.home_videos a {color: #444;font-weight: bold;}

@media only screen and (max-width: 600px) {
  .home_videos .flex {display: block;}
  .home_videos .video {margin-left: 0}
}

/*--------------------------------------------------------
404
---------------------------------------------------------*/

.error-404 {padding-top: 100px;padding-bottom: 100px;}
.search_text {margin-bottom: 48px;}
.search_title {margin-bottom: 24px;font-size: 32px;}
input.search-field {height: 36px;border: 1px solid #eee;border-radius: 3px;padding: 0 8px;font-size: 16px;font-weight: normal;line-height: 36px;}

@media only screen and (max-width: 600px) {
  .search_title {font-size: 28px;}
}

@media only screen and (max-width: 480px) {
    .error-404 {padding-top: 80px;padding-bottom: 80px;}
    .search_title {font-size: 24px;}
}

/*--------------------------------------------------------
PARTNERS
---------------------------------------------------------*/

.partners {list-style: none;padding-left: 0 !important;}
.partners li {margin-bottom: 24px;}
.partners h2 {margin-top: 0 !important;}

/*--------------------------------------------------------
FOOTER BANNERS
---------------------------------------------------------*/

#footer_banners {padding: 48px 0;background: #f9f9f9;}
#footer_banners img {width: 100%;}

@media only screen and (max-width: 980px) {
  #footer_banners .flexn {flex-wrap: wrap;justify-content: center;}
  #footer_banners .flexn > * {margin-bottom: 24px;width: calc(33.33% - 24px);}
}

@media only screen and (max-width: 800px) {
  #footer_banners .flexn > * {width: calc(50% - 24px);}
}

@media only screen and (max-width: 390px) {
  #footer_banners .flexn > * {width: calc(100% - 24px);}
}

/*--------------------------------------------------------
PRESS
---------------------------------------------------------*/

.press li {margin-bottom: 12px;}

blockquote {border-left: 3px solid #58c5d3;padding-left: 24px;margin-left: 0;font-style: italic;color: #696969;margin-bottom: 24px;}

/*--------------------------------------------------------
JOIN US FB
---------------------------------------------------------*/

.fb_join {background: #3b5998;text-align: center;color: #fff;font-weight: bold;text-transform: uppercase;}
.fb_join img {max-width: 100%;height: 40px; }
.fb_join a.wrap {display: flex;color: #fff;align-items: center;justify-content: center;padding: 38px 0 48px;}
.fb_join a.wrap:hover, .fb_join a.wrap:active, .fb_join a.wrap:focus {color: #fff;text-decoration: none;}
.fb_join a.wrap:hover img {filter: drop-shadow(4px 4px 4px #555);}
.fb_join a.wrap:hover .text {text-shadow: 4px 4px 4px #555}
.fb_join .image {max-width: 200px;flex: none;margin-left: 24px;text-align: left;}
.fb_join a.wrap .text {font-size: 37px;padding-top: 10px;font-weight: 600;}
.fb_join .msg {margin-top: -40px;margin-bottom: 40px !important;font-size: 25px;font-weight: normal;text-transform: lowercase;}

@media only screen and (max-width: 800px) {
  .fb_join a.wrap {display: block;padding: 36px 0;}
  .fb_join .image {text-align: center;margin-top: 24px;max-width: 100%;margin-left: 0;}
  .fb_join img {height: 50px; }
  .fb_join a.wrap .text {padding-top: 0;font-size: 34px;}
  .fb_join .msg {margin-top: 0;}
}

@media only screen and (max-width: 450px) {
  .fb_join a.wrap .text {font-size: 24px;}
  .fb_join .msg {font-size: 21px;}
}

@media only screen and (max-width: 390px) {
  .fb_join a.wrap .text {font-size: 20px;}
}

/*--------------------------------------------------------
FULL WIDTH
---------------------------------------------------------*/

.fullwidth {width: 100%;}
.content_area_full {margin-top: 48px;margin-bottom: 60px;}
.content_area_full.simple {margin-bottom: 60px;margin-top: 60px;}

/*--------------------------------------------------------
FIRA
---------------------------------------------------------*/

/* fira-sans-300 - latin_cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Fira Sans Light'), local('FiraSans-Light'),
       url('fonts/fira-sans-v10-latin_cyrillic-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/fira-sans-v10-latin_cyrillic-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-300italic - latin_cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Fira Sans Light Italic'), local('FiraSans-LightItalic'),
       url('fonts/fira-sans-v10-latin_cyrillic-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/fira-sans-v10-latin_cyrillic-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
       url('fonts/fira-sans-v10-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/fira-sans-v10-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-italic - latin_cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Fira Sans Italic'), local('FiraSans-Italic'),
       url('fonts/fira-sans-v10-latin_cyrillic-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/fira-sans-v10-latin_cyrillic-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-600 - latin_cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
       url('fonts/fira-sans-v10-latin_cyrillic-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/fira-sans-v10-latin_cyrillic-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-900 - latin_cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  src: local('Fira Sans Black'), local('FiraSans-Black'),
       url('fonts/fira-sans-v10-latin_cyrillic-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/fira-sans-v10-latin_cyrillic-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*--------------------------------------------------------
COURSE CATS VIEW
---------------------------------------------------------*/

.course_cats {list-style: none;}
.course_cats li {width: calc(25% - 24px);flex: none;border-radius: 4px;margin-bottom: 24px !important;border:1px solid #ddd;background-color: #fff;transition: all 0.3s;}
.course_cats li:hover {box-shadow: 0 0 8px 0 #ccc;}
.course_cats .wrap {padding: 8px;text-align: center;line-height: 1.4;border-top: 1px solid #ddd;}
.course_cats .title {text-align: center;margin-bottom: 8px;font-weight: 600;line-height: 1.4}
.course_cats a {color: #555;text-decoration: none;}
.course_cats .meta {font-size: 0.85em;text-align: center;margin-bottom: 0;color: #888;}
.course_cats img {border-radius: 4px 4px 0 0;}

@media only screen and (max-width: 1080px) {
  .course_cats li {width: calc(33.33% - 24px)}
}

@media only screen and (max-width: 700px) {
  .course_cats li {width: calc(50% - 24px)}
}

@media only screen and (max-width: 350px) {
  .course_cats li {width: calc(100% - 24px)}
}

/*--------------------------------------------------------
COURSE CATS VIEW
---------------------------------------------------------*/

.courses {list-style: none;}
.courses li {width: calc(25% - 24px);flex: none;border-radius: 4px;margin-bottom: 24px !important;border:1px solid #ddd;background-color: #fff;transition: all 0.3s;}
.courses li:hover {box-shadow: 0 0 8px 0 #ccc;}
.courses .wrap {padding: 8px 12px;text-align: center;line-height: 1.4;border-top: 1px solid #ddd;}
.courses .title {text-align: center;margin-bottom: 8px;font-weight: 600;line-height: 1.4}
.courses .domain {text-align: center;font-size: 0.8em; color: #777;}
.courses .wrap .intro {margin-top: 8px;text-align: justify;font-size: 0.9em;}
.courses.domain .wrap .title {min-height: 50px;padding: 4px 0;}
.courses a {color: #555;text-decoration: none;}
.courses .meta {font-size: 0.85em;text-align: center;margin-bottom: 0;color: #888;}
.courses img {border-radius: 4px 4px 0 0;width: 100%;}



@media only screen and (max-width: 1080px) {
  .courses li {width: calc(33.33% - 24px)}
}

@media only screen and (max-width: 800px) {
  .courses.domain li {width: calc(50% - 24px)}
  .courses.domain li img {width: 100%;}
}

@media only screen and (max-width: 700px) {
  .courses li {width: calc(50% - 24px)}
}

@media only screen and (max-width: 500px) {
  .courses.domain li {width: calc(100% - 24px)}
}

@media only screen and (max-width: 350px) {
  .courses li {width: calc(100% - 24px)}
}


/*--------------------------------------------------------
WIDGET
---------------------------------------------------------*/
.widget_categories ul {padding-left: 16px;}
.widget_categories ul li {margin-bottom: 8px;}

/*--------------------------------------------------------
INTERVIEW HOME
---------------------------------------------------------*/

#interview {padding-top: 80px;padding-bottom: 80px;background: #fff;}
#interview h2 {font-size: 30px;margin-bottom: 24px;}
#interview .video {margin-left: 36px;width: 550px;}
#interview .video .video_cont {margin-bottom: 0;}

@media only screen and (max-width: 1024px) {
  #interview .video {width: 410px;}
}

@media only screen and (max-width: 800px) {
  #interview .flexn {display: block;margin: 0;}
  #interview h2 {font-size: 36px;text-align: center;}
  #interview .text {margin: 0 0 24px;}
  #interview .video {width: 100%;margin-left: 0;}
}

@media only screen and (max-width: 500px) {
  #interview h2 {font-size: 30px;}
}

/*--------------------------------------------------------
CERTIFICATES HOME
---------------------------------------------------------*/

.cert {margin-top: 36px;text-align: center;font-size: 22px;font-weight: 600; background: #fff; padding: 24px;box-shadow: 0 0 4px 0 #ddd;border-top: 4px solid #FFC107; color:#406170 } 
.cert .more {margin-top: 16px;}

@media only screen and (max-width: 800px) {
  .cert {font-size: 18px;}
}

/*--------------------------------------------------------
PODCAST
---------------------------------------------------------*/

.podcast_author {font-size: 15px;color: #777;}

/*--------------------------------------------------------
SHOP
---------------------------------------------------------*/

.shop_wrap {padding-top: 36px;}
.wcmp-report-abouse-wrapper {display: none;}
.page_title {margin-bottom: 24px;}
li#tab-title-mvx_customer_qna {display: none;}
.single-product-vendor p:last-child {display: none;}
.single-product-vendor img {width: 100px !important;height: 100px !important;object-fit: cover !important;border-radius: 12px !important;}

/* SHOP */
.woocommerce ul.products li.product .button {margin-top: 0;width: 100%;font-weight: 600;text-align: center;}
h2.woocommerce-loop-product__title {margin-top: 0;color: #444;font-weight: 600;padding: 12px !important}
.woocommerce ul.products li.product .price {color: #68c16b;font-size: 1em;padding: 0 12px !important}
.woocommerce ul.products li.product a img {margin-bottom: 0;border-bottom: 1px solid #ddd;}
.woocommerce .products ul, .woocommerce ul.products {margin-bottom: 36px;display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 24px;row-gap: 24px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 100%;margin: 0;border: 1px solid #ddd;position: relative;padding-bottom: 50px;}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {display: none;}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_external {position: absolute;bottom: 12px;left: 12px;width: calc(100% - 24px) !important;}
h1.woocommerce-products-header__title.page-title {margin-bottom: 24px;}

.woocommerce-pagination {margin-bottom: 36px;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {padding: 8px 16px;}

/* SINGLE PRODUCT */
.woocommerce .quantity .qty {width: 66px;text-align: center;height: 40px;font-size: 18px;margin-right: 8px;}
h1.product_title {margin-bottom: 24px;}
.woocommerce div.product p.price, .woocommerce div.product span.price {color: #68c16b;font-size: 1.3em; margin-bottom: 12px;}
.woocommerce-product-gallery__image {border: 1px solid #ddd;}
section.related.products h2 {margin-bottom: 24px;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width: 36%;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width: 60%;}


/* HIDE TABS */
/*.woocommerce-tabs.wc-tabs-wrapper {display: none;}*/
.product-vendor a, li#tab-title-wcmp_customer_qna {display: none;}
.product-vendor a.visible {display: inline-block;}
/*.woocommerce div.product .woocommerce-tabs .panel {padding-bottom: 1px;}*/
.woocommerce div.product .woocommerce-tabs .panel p:last-child {padding-bottom: 24px !important;}

/* BUTTONS */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .coupon button, button[name="update_cart"], form.checkout_coupon button, .woocommerce ul.products li.product .button {background-color: #68c16b !important;text-transform: uppercase;color: #fff!important;font-weight: 500;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce ul.products li.product .button:hover {background-color: #68c16b !important;padding: 0 24px;line-height: 36px;}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.coupon button:hover, .coupon button:active, .coupon button:focus, button[name="update_cart"]:hover, button[name="update_cart"]:active, button[name="update_cart"]:focus, form.checkout_coupon button:hover, form.checkout_coupon button:active, form.checkout_coupon button:focus {background-color: #4caf50 !important;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {padding: 0 24px;line-height: 36px;font-weight: 600;}
a.button.wc-forward {font-weight: 600;}
.woocommerce div.product form.cart .button {line-height: 40px;}


/* MESSAGES */
.woocommerce-message {border-top-color: #68c16b;}
.woocommerce-message::before {color: #68c16b;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {margin-bottom: 36px;}
.woocommerce-info {border-top-color: #00acc1}
.woocommerce-info::before {color: #00acc1}


/* CART */
.woocommerce a.remove {font-size: 22px;height: 26px;width: 26px;text-align: center;line-height: 19px;border-radius: 50%;color: #ea584d !important;text-decoration: none;font-weight: 700;border: 3px solid #ea584d;}
.woocommerce a.remove:hover {background-color: #ea584d;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width: 100px;}
.woocommerce table.shop_table {border-collapse: collapse;border: 1px solid #ddd;border-radius: 3px;}
.woocommerce table.shop_table td {border: 1px solid #ddd;padding: 8px 12px;}
td.product-remove {width: 50px;padding: 12px !important;}
td.product-thumbnail {width: 124px;}
.woocommerce table.shop_table th {padding: 8px 12px;background-color: #f9f9f9;font-weight: 600;}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {padding: 12px;}
input#coupon_code {margin: 0;border-radius: 2px 0 0 2px !important;}
.woocommerce-cart-form input#coupon_code {width: 150px;}
.coupon button, button[name="update_cart"] {font-size: 0.9em !important;}
.coupon button {border-radius: 0 2px 2px 0 !important;}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {margin-bottom: 60px;}
table.shop_table {margin-bottom: 48px !important;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {float: none;width: 100%;}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {border-collapse: collapse;}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {padding: 0;}

/* CHECKOUT */
.woocommerce ul#shipping_method li {margin-bottom: 0;}
li.wc_payment_method img {display: none;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {border-radius: 2px;background-color: #f5f5f5;padding: 36px;}
div#payment {margin-bottom: 60px;}
input[type="radio"], input[type="checkbox"] {height: auto;} 
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {padding: 24px 0 0;}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {padding: 0 0 24px;}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {padding: 12px;margin: 12px 0;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {padding: 0 24px;border-width: 3px;line-height: 36px;border-width: 3px;}
form.checkout.woocommerce-checkout {display: flex;flex-wrap: wrap;}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {width: 100%;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {float: none;width: 100%;}
div#order_review {flex: 1;margin-left: 48px;}
div#customer_details {flex: 1;}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields label, .shipping_address label {line-height: 1 !important;font-size: 0.8em;margin-bottom: 4px;font-weight: 600;}
.woocommerce form .form-row {padding: 0;margin: 0 0 12px;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width: calc(50% - 12px);}
.select2-container .select2-selection--single {height: 36px;margin: 0;border: 1px solid #ddd;border-radius: 4px;}
.select2-container--default .select2-selection--single {border-radius: 4px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 34px;border-radius: 4px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 32px;}
h3#ship-to-different-address {margin-top: 24px;margin-bottom: 12px;}
input#ship-to-different-address-checkbox {margin-right: 8px;}
.woocommerce .col2-set, .woocommerce-page .col2-set {margin-bottom: 48px;}
form.checkout_coupon {display: flex;flex-wrap: wrap;}
form.checkout_coupon p.form-row.form-row-first {width: 200px;margin: 0 24px 0 0;}
form.checkout_coupon p.form-row.form-row-last {width: 200px;margin-bottom: 0;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border: 1px solid #ddd;border-radius: 2px;padding: 24px;margin: 12px 0 24px;}
form.checkout_coupon p:first-child {margin-bottom: 12px;width: 100%;}
input#coupon_code {width: 100%;}
.form-row.place-order {margin-bottom: 0 !important;}

/* HIDE ADDITIONAL FIELDS */
.woocommerce-additional-fields, h3#order_review_heading, a.about_paypal {display: none;}

@media only screen and (max-width: 1024px) {
  .woocommerce .products ul, .woocommerce ul.products {grid-template-columns: repeat(3, 1fr);}
}


/*LOGIN*/
button.woocommerce-button.button.woocommerce-form-login__submit {margin-top: 24px;background-color: orange;color: #fff;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {display: flex;gap: 12px;align-items: center;margin-top: 12px;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {line-height: 1;}
input#rememberme {width: 16px;height: 16px;margin: 0;}
.woocommerce form.login {width: 350px;max-width: 100%;margin: auto;}
p.woocommerce-LostPassword.lost_password {margin-top: 24px;}
.login_notice ~ h2 {text-align: center;}


@media only screen and (max-width: 860px) {
  form.checkout.woocommerce-checkout {display: block;}
  div#order_review {margin-left: 0;}
}

@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: 100%;margin: 0;}
}

@media only screen and (max-width: 700px) {
  .woocommerce .products ul, .woocommerce ul.products {grid-template-columns: repeat(2, 1fr);}
}

@media only screen and (max-width: 420px) {
  .woocommerce .products ul, .woocommerce ul.products {grid-template-columns: repeat(1, 1fr);}
}

/* MY ACCOUNT */
ul.wcmp-order-vendor {padding-left: 0;}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {font-weight: 600;}
a.woocommerce-MyAccount-downloads-file.button.alt {text-transform: inherit;line-height: 1.4;padding: 8px;text-align: center;}


/*--------------------------------------------------------
SHOP VIEW
---------------------------------------------------------*/

.slide {padding-top: 80px;padding-bottom: 80px;}

#shop {background: #f9f9f9;}
.shop_cont.post {margin-top: 36px;margin-bottom: 36px;}
.shop_preview {display: grid;list-style: none;padding-left: 0;}
.shop_preview.home {grid-template-columns: repeat(4, 1fr);column-gap: 24px;}
.shop_preview.post {grid-template-columns: repeat(3, 1fr);column-gap: 24px;}
.shop_preview li {background: #fff;border: 1px solid #ddd;transition: all 0.3s;}
.shop_preview li:hover {box-shadow: 0 0 8px 0 #ccc;}
.shop_preview li img {border-bottom: 1px solid #ddd;display: block;width: 100%;}
.shop_preview li .wrap {padding: 12px;}
.shop_preview li a {text-decoration: none;color: #444;}
.shop_preview li .title {font-weight: bold;}
.shop_preview li .price {color: #68c16b;}
.shop_preview li .more {color: #777;text-transform: uppercase;font-size: 0.85em;}
.shop_preview li .more:hover {text-decoration: underline;color: #555;}

@media only screen and (max-width: 768px) {
  .shop_preview.home, .shop_preview.post {grid-template-columns: repeat(2, 1fr);row-gap: 24px;}
  
}

@media only screen and (max-width: 420px) {
  .shop_preview.home, .shop_preview.post {grid-template-columns: repeat(1, 1fr);}
}

/*--------------------------------------------------------
COURSES WITH FILTERS
---------------------------------------------------------*/

.filters .gridd {grid-template-columns: 1fr 1fr auto;}
.filters .reset_cont {padding-top: 29px;}
.filters .reset_cont .btn {line-height: 34px;padding: 0 24px;}

@media only screen and (max-width: 600px) {
  .filters .gridd {grid-template-columns: 1fr;row-gap:0;}
  .filters .reset_cont {padding-top: 10px;}
}

/*--------------------------------------------------------
HOME UPDATES
---------------------------------------------------------*/

#en_info .flex .cell {padding: 36px 60px;font-size: 24px;line-height: 1.6;text-align: justify;color: #fff;flex:1;}
#en_info .flex .cell:first-child {padding-left: calc(50% - 540px);background: #18a8ba;}
#en_info .flex .cell:last-child {padding-right: calc(50% - 540px);margin-left: 0;background: #7fc553;}

.courses_list_by_cat h3 {font-size: 30px;margin-bottom: 24px}
.courses_list_by_cat ul {margin-bottom: 24px;}

@media only screen and (max-width: 1220px) {
    #en_info .flex .cell:first-child {padding-left: 60px;}
    #en_info .flex .cell:last-child {padding-right: 60px;}
}

@media only screen and (max-width: 960px) {
  #en_info .flex .cell {padding: 36px;}
}

@media only screen and (max-width: 800px) {
    #en_info .flex .cell:first-child {padding-left: 24px;}
    #en_info .flex .cell:last-child {padding-right: 24px;}
    #en_info .flex .cell {font-size: 21px;}
}

@media only screen and (max-width: 600px) {
    #en_info .flex {flex-direction: column;}
    #en_info .flex .cell {padding: 24px;}
}

/*--------------------------------------------------------
SUBSCRIBE FULL PAGE
---------------------------------------------------------*/

.sub_full_page {width: 600px;max-width: 100%;padding: 0 24px;margin: auto;}
.sub_full_page h1 {margin-bottom: 24px;text-align: center;}
.sub_full_page .text {text-align: justify;}

@media only screen and (max-width: 480px) {
    #cred_form_95832_1_1 .flex {flex-wrap: wrap;}
    #cred_form_95832_1_1 .flex > * {width: 100%;flex: none;margin-left: 0 !important;}
}

/*--------------------------------------------------------
PAGINATION
---------------------------------------------------------*/

.rs_pagi {display: flex;justify-content: center;font-size: 15px;}
.rs_pagi a, .rs_pagi span {display: inline-block;padding: 8px 12px;background-color: #f9f9f9;border: 1px solid #eee;border-right: 0;color: #444;}
.rs_pagi a:hover {background-color: #f0f0f0;text-decoration: none;}
.rs_pagi span {background-color: #fff;}
.rs_pagi :first-child {border-radius: 4px 0 0 4px;}
.rs_pagi :last-child {border-radius: 0 4px 4px 0;border-right: 1px solid #eee;}

/*--------------------------------------------------------
PUBLIC PROFILE
---------------------------------------------------------*/

.avatar_grid {display: grid;grid-template-columns: 170px 1fr;column-gap: 36px;}
.avatar_grid .requirements {font-size: 15px;color: #777;}
.avatar_grid .wpt-credfile-delete {display: inline-block;background: #f0f0f0;width: 100%;margin-top: 6px;border-radius: 4px;text-align: center;font-size: 12px;padding: 4px;text-transform: uppercase;}
.avatar_grid .wpt-credfile-delete:before {content: "Delete / Удалить";display: inline-block;}
.avatar_grid .howto {font-size: 16px;margin-bottom: 12px;}
.avatar_grid img {border: 1px solid #ddd;border-radius: 4px;}
.form_error {background-color: #f44336;color: #fff;padding: 16px;border-radius: 4px;font-size: 15px;}
.avatar_preview {border: 1px solid #ddd;border-radius: 4px;}
.flex_grid {display: flex;column-gap: 24px;row-gap: 24px;}
.flex_grid.wrap {flex-wrap: wrap;}
.flex_grid > * {flex: 1;}
.flex_grid.wrap > * {flex: none;width: auto;}

.profile .avatar_cont {border: 1px solid #ddd;border-radius: 4px;background-color: #fff;padding: 4px;}
.profile .avatar {width: 100%;height: 200px;background-size: cover;background-position: center;}
.profile {margin-bottom: 24px;display: grid;grid-template-columns: 200px 1fr;column-gap: 24px;row-gap: 24px;align-items: inherit;}
.profile .info {display: grid;grid-template-columns: 120px 1fr;border-bottom: 1px  solid #ddd;border-radius: 4px;}
.profile .field {font-weight: bold;padding: 4px 12px;border: 1px solid #ddd;border-right: 0;border-bottom: 0;background-color: #f5f5f5;}
.profile .value {padding: 4px 12px;border: 1px solid #ddd;border-bottom: 0;}
.profile .about {grid-column: 1 / span 2;border-bottom: 1px  solid #ddd;border-right: 1px solid #ddd;border-radius: 4px;}
.last_login {margin-bottom: 24px;font-size: 15px;color: #777;}
textarea#pp_message {resize: vertical;height: 100px;}

.autocomplete-items {border: 1px solid #ddd;position: absolute;left: 0;z-index: 999;max-height: 300px;overflow-y: auto;width: 100%;top: 60px;}
.autocomplete-items .item {border-bottom: 1px solid #ddd;padding: 8px 12px;background: #fbfbfb;cursor: pointer;}
.autocomplete-items .item:hover {background: #f0f0f0;}
.item.autocomplete-active {background: #e8e8e8;}

.autocomplete-items::-webkit-scrollbar {width: 10px;} 
.autocomplete-items::-webkit-scrollbar-track {background-color: #f0f0f0;}
.autocomplete-items::-webkit-scrollbar-thumb {background-color: #777;}

.frame {padding: 24px;border-radius: 4px;border: 2px solid #ddd;position: relative;margin: 36px 0;}
.frame h3 {position: absolute;top: -21px;left: 12px;background-color: #fff;padding: 8px;font-weight: bold;font-size: 16px;}
.frame.spoken {border-color: #63b6de;}
.frame.learned {border-color: #9dce65;}
.langs_choice label {font-weight: normal;}
.langs_choice .btn_cont {padding-top: 26px;}
.langs_choice .btn {width: 100%;height: 34px;color: #fff;}
.langs_choice.spoken .btn {background-color: #63b6de;}
.langs_choice.learned .btn {background-color: #9dce65;}
.langs_choice.spoken .btn:hover {background: #4aa0ca;}
.langs_choice.spoken .btn:hover:disabled {background: #63b6de;}
.langs_choice.learned .btn:hover {background: #8dc251;}
.langs_choice.learned .btn:hover:disabled {background: #9dce65;}
.langs_choice .btn:disabled {opacity: 0.5;}
.langs_choice .selected, .user_langs_list {display: flex;column-gap: 12px;flex-wrap: wrap;row-gap: 12px}
.langs_choice .selected .lang, .user_langs_list .lang {padding: 4px 12px;border-radius: 4px;font-size: 15px;}
.langs_choice.spoken .selected .lang, .user_langs_list.spoken .lang {background: #ddeef6;}
.langs_choice.spoken .selected .lang:hover {background: #b1dbef;cursor: crosshair;}
.langs_choice.learned .selected .lang, .user_langs_list.learned .lang {background: #dcedc8;}
.langs_choice.learned .selected .lang:hover {background: #cee7b2;cursor: crosshair;}
.langs_choice .field_btn_group .form-group:first-child {flex: 2;}
.langs_choice .selected_cont {display: none;}
.langs_choice .selected_cont.shown {display: block;}

.alert {padding: 24px;border-radius: 4px;margin-bottom: 24px;text-align: center;}
.alert p {text-align: center;}
.alert.alert-success {border: 2px solid #8bc34a;background: #dcedc8;}
.alert.attention {border: 2px solid #ffeb3b;background: #fff9c4;}

.messages {border: 1px solid #ddd;border-bottom: 0;}
.messages .message {display: grid;grid-template-columns: 150px 1fr;border-bottom: 1px solid #ddd;}
.messages .message .meta {padding: 12px;font-size: 15px;border-right: 1px solid #ddd;background-color: #f9f9f9;}
.messages .message .content {padding: 12px;}
.messages .message .sender {font-weight: bold;margin-bottom: 8px;}

.sending_status {margin-top: 24px;}

.chats {border: 1px solid #ddd;border-bottom: 0;}
.chats .penpal {border-bottom: 1px solid #ddd;display: grid;grid-template-columns: 150px 1fr;}
.chats .penpal .info {border-right: 1px solid #ddd;padding: 12px;font-size: 15px;}
.chats .penpal .name {font-weight: bold;margin-bottom: 8px;}
.chats .penpal .meta {font-size: 15px;background-color: #f9f9f9;padding: 4px 12px;}
.chats .penpal .content {padding: 12px;}
.chats a {text-decoration: none;color: #444;}


/*--------------------------------------------------------
CLUB HOME
---------------------------------------------------------*/

.club_intro {padding: 60px 0;background-color: #3c92bc;color: #fff;}
.club_intro h1 {font-size: 58px;}
.club_intro h1 span {display: block;}
.club_intro .desc {font-size: 34px;margin-top: 24px;font-weight: bold;}
.club_intro .cfa_cont {margin-top: 36px;}
.club_intro .btn {font-size: 25px;padding: 12px 24px;}
.club_intro_grid {display: grid;grid-template-columns: 1fr 450px;align-items: center;column-gap: 60px;}

.club h2 {font-size: 40px;margin-bottom: 24px;text-align: left;}

.club_about {padding: 120px 0;}
.club_about .text_wrap {text-align: justify;}
.club_about_grid {display: grid;grid-template-columns: 450px 1fr;column-gap: 60px;align-items: center;}

.club_howto {padding: 120px 0;}
.club_howto .text_wrap {text-align: justify;}
.club_howto_grid {display: grid;grid-template-columns: 1fr 450px;column-gap: 60px;align-items: center;}

.club_privacy {padding: 120px 0;}
.club_privacy .text_wrap {text-align: justify;}
.club_privacy_grid {display: grid;grid-template-columns: 450px 1fr;column-gap: 60px;align-items: center;}

.club_register {padding: 120px 0;}
.club_register .form_cont {padding: 60px;background-color: #f0f0f0;}

/*--------------------------------------------------------
PP LISTING
---------------------------------------------------------*/

.pp_listing {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 16px;row-gap: 16px;}
.pp_listing .pp {border: 1px solid #ddd;border-radius: 4px;text-align: center;position: relative;transition: all 0.5s;overflow: hidden;}
.pp_listing .pp .name {font-weight: bold;}
.pp_listing .pp .message {position: absolute;top: 0;left: -100%;width: 100%;height: 100%;padding: 16px;align-items: center;justify-content: center;background-color: #fff;display: none;transition: all 0.3s;display: flex;padding-bottom: 40px;}
/*.pp_listing .pp:hover .message {left: 0;}*/
.pp_listing .pp .location {color: #777;font-style: italic;}
.pp_listing .pp .image {background-size: cover;background-position: center;height: 200px;}
.pp_listing .message .btn_cont {position: absolute;bottom: 16px;left: 16px;width: calc(100% - 32px);}


/*--------------------------------------------------------
BIGNO
---------------------------------------------------------*/

.bingo_courses .list {display: grid;grid-template-columns: repeat(4, 1fr);gap: 24px;list-style: none;padding-left: 0;margin: 0;}
.bingo_courses .list li {background: #fff;padding: 12px;border: 1px solid #ddd;}
.bingo_courses .list li p {color: #777;text-align: center;font-weight: 600;padding: 8px 0 0;font-size: 17px;line-height: 1.3;}
.bingo_courses .list li img {aspect-ratio: 6/4;object-fit: cover;}

@media only screen and (max-width: 1120px) {
  .bingo_courses .list {grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (max-width: 800px) {
  .bingo_courses .list {grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (max-width: 540px) {
  .bingo_courses .list {grid-template-columns: repeat(2, 1fr);}
}

@media only screen and (max-width: 420px) {
  .bingo_courses .list {gap: 12px;}
}



/*--------------------------------------------------------
SHARING ICONS
---------------------------------------------------------*/

.sharing {position: fixed;left: 0;top:0;width: 50px;z-index: 9;font-size: 13px;-webkit-font-smoothing: antialiased;display: flex;align-items: center;justify-content: center;height: 100%;}
.sharing .wrap {width: 100%;}
.sharing .mob {display: none;}

.sharing-link {color: white;font-size: 25px;cursor: pointer;-moz-background-clip: padding;-webkit-background-clip: padding-box;display: flex;text-decoration: none;text-align: center;font-weight: 600;width: 100%;aspect-ratio: 1/1;justify-content: center;align-items: center;} 
.sharing-link:hover,.sharing-link:active, .sharing-link:visited, .sharing-link:focus {color: white;}
.sharing-link:last-child {margin-right: 0;}
.sharing-twitter {background: #00aced;}
.sharing-twitter:hover,.sharing-twitter:active,.sharing-twitter:focus {background: #0084b4;}
.sharing-facebook {background: #3B5997;}
.sharing-facebook:hover,.sharing-facebook:active,.sharing-facebook:focus {background: #2d4372;}
.sharing-googleplus {background: #D64937;}
.sharing-googleplus:hover,.sharing-googleplus:active {background: #b53525;}
.sharing-buffer {background: #444;}
.sharing-buffer:hover,.sharing-buffer:active {background: #222;}
.sharing-pinterest {background: #bd081c;}
.sharing-pinterest:hover,.sharing-pinterest:active {background: #bd081c;}
.sharing-linkedin {background: #0074A1;}
.sharing-linkedin:hover,.sharing-linkedin:active {background: #006288;}
.sharing-whatsapp {background: #43d854;}
.sharing-whatsapp:hover,.sharing-whatsapp:active {background: #009688;}
.sharing-email {background: #7fa5b7;}
.sharing-email:hover,.sharing-email:active {background: #648a9c;}

.sharing .mob .sharing-link {background: #8bc34a;border-radius: 6px;}
.sharing .mob .sharing-link:hover, .sharing.mob_open .mob .sharing-link {background-color: #689f38;}

@media only screen and (max-width: 960px) {
    .sharing {left: 12px;align-items: end;padding-bottom: 72px;}
    .sharing .mob {display: block;width: 50px;aspect-ratio: 1/1;position: fixed;bottom: 12px;left: 12px;}
    .sharing .wrap {display: none;border-radius: 6px;overflow: hidden;}
    .sharing.mob_open .wrap {display: block;}
}

/*--------------------------------------------------------
APPLY LABEL
---------------------------------------------------------*/

.applycont .whatsapp {position: fixed;right: 0;top: 63%;background-color: #25D366;color: #fff;border-radius: 4px 0 0 4px;width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;font-size: 28px;text-decoration: none;z-index: 9999;}
.applycont .whatsapp:hover {background-color: #1fac54;text-decoration: none;}
.applycont .telegram {position: fixed;right: 0;top: calc(63% + 50px);background-color: #3ba2d6;color: #fff;border-radius: 4px 0 0 4px;width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;font-size: 28px;text-decoration: none;z-index: 9999;}
.applycont .telegram:hover {background-color: #2d8fc4;text-decoration: none;}
.applycont .telegram .fa {font-size: 20px;line-height: 1;display: inline-block;font-family: 'FontAwesome' !important;}
.applycont .telegram .fa-paper-plane:before {content: "\f1d8";}

a.apply_label {transition: all 0.3s;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);position: fixed;  right: -80px;top: 47%;width: 200px;height: 50px;text-align: center;background: #ffc107;color: #fff;border-radius: 4px 4px 0 0;display: block;}
a.apply_label:hover, a.apply_label:focus, a.apply_label:active {text-decoration: none;background-color: #FF9800;}
a.apply_label .now {font-size: 22px;display: block;padding: 8px 12px;}

@media only screen and (max-width: 990px) {
    .applycont {position: fixed;bottom: 12px;right: 12px;display: flex;gap: 12px;}
    a.apply_label {-webkit-transform: rotate(0deg);-moz-transform: rotate(-0deg);-ms-transform: rotate(-0deg);-o-transform: rotate(-0deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);border-radius: 4px;position: relative;right: 0;display: flex;align-items: center;justify-content: center;width: auto;padding-left: 24px;padding-right: 24px;}
    .applycont .whatsapp {position: relative;width: 50px;aspect-ratio: 1.1;border-radius: 6px;height: auto;}
    .applycont .telegram {position: relative;width: 50px;aspect-ratio: 1.1;border-radius: 6px;height: auto;top: 0;}
    a.apply_label .now {font-size: 18px;padding: 6px;}
}


/*--------------------------------------------------------
FIX MENU LINK
---------------------------------------------------------*/

a.id130976 {display: none !important;}

@media only screen and (max-width: 1060px) {
  a.id130976 {display: inline-block !important;
        text-align: left !important;}
}

/*--------------------------------------------------------
EASYREACH & SEOLINKS
---------------------------------------------------------*/
.er-subscribe-form-wrapper .er-submit-cont {margin-top: 24px;}
.widget .er-subscribe-form-wrapper .er-submit-cont {margin-top: 12px;}
.er-submit-cont input[type="submit"] {height: auto;}

.ulinks-cont {margin-top: 36px;}
.ulinks-cont .other_links li {margin-bottom: 8px !important;}
.ulinks-cont h2 {margin-bottom: 24px;}