/* ==========================================================================
   General Styles
   ========================================================================== */

body {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

body.grey {
    background-color: #eee;
}

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.main-content p {
    margin-bottom: 24px;
}

.lead {
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
    font-family: 'Open Sans', sans-serif;
}

b,
strong {
    font-weight: 700;
}

blockquote {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    padding-left: 24px;
    margin-bottom: 24px;
    border-left: 3px solid #002b5e;
    margin-left: 50px;
}

a.index-demo {
    text-decoration: none;
    color: inherit;
}

.yellow-text {
    color: #ffdd00 !important;
}

.blue-text {
    color: #002b5e !important;
}

hr.line {
    border-top: 2px solid #002b5e;
    width: 154px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blue hr.line {
    border-color: #fff;
}

hr.small-line {
    border-top: 1px solid #222;
    width: 82px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 27px;
    height: 27px;
}


/* Links
   ========================================================================== */

a {
    color: #002b5e;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    text-decoration: underline;
}

a:hover {
    opacity: .75;
    color: #002b5e;
}

a:focus {}

a img {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

a:hover img {
    opacity: .75;
}


/* Highlight
   ========================================================================== */

.highlight.yellow {
    background: #ffdd00;
    color: #222;
    padding: 0 4px;
}

.highlight.blue {
    background: #002b5e;
    color: #fff;
    padding: 0 4px;
}


/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.transparent h1,
.transparent h2,
.transparent h3,
.transparent h4,
.transparent h5,
.transparent h6,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
    color: #fff;
}

.transparent.yellow h1,
.transparent.yellow h2,
.transparent.yellow h3,
.transparent.yellow h4,
.transparent.yellow h5,
.transparent.yellow h6 {
    color: #222;
}

h1 {
    font-size: 30px;
    line-height: 30px;
}

h2 {
    font-size: 28px;
    line-height: 28px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.heading {
    margin-bottom: 54px;
}

.heading.blog {
    margin-bottom: 14px;
}

.heading h3 {
    margin-bottom: 0;
}

.heading span {
    font-size: 18px;
}

.main-heading h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 27px;
    font-weight: 700;
}


/* Dropcap
   ========================================================================== */

.dropcap {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    font-weight: 700;
    float: left;
    margin-right: 16px;
}

.dropcap.solid.yellow {
    border: 2px solid #ffdd00;
    background: #ffdd00;
    color: #222;
}

.dropcap.solid.blue {
    border: 2px solid #002b5e;
    background: #002b5e;
    color: #fff;
}

.dropcap.border.yellow {
    border: 2px solid #ffdd00;
    background: none;
    color: #222;
}

.dropcap.border.blue {
    border: 2px solid #002b5e;
    background: none;
    color: #222;
}


/* Images
   ========================================================================== */

img.pull-left {
    margin-right: 12px;
}

img.pull-right {
    margin-left: 12px;
}


/* ==========================================================================
   Forms
   ========================================================================== */

input:not([type=submit]):not([type=file]),
select,
textarea {
    background: none;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 100%;
    outline: none !important;
    padding: 6px 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

input:not([type=submit]):not([type=file]),
select {
    height: 38px;
}

input:not([type=submit]):not([type=file]):focus,
select:focus,
textarea:focus {
    border: 1px solid #b1b1b1;
}

.header-search-form {
    position: relative;
    width: 350px;
    margin-top: 17px;
}

.header-search-form input[type=search] {
    border-radius: 5px;
}

.header-search-form button {
    width: 44px;
    height: 38px;
    border-radius: 0 5px 5px 0;
    background: #ffdd00;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.header-search-form button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-bottom: 38px solid #ffdd00;
    border-left: 20px solid transparent;
}

.search-form input[type=search] {
    border-radius: 38px;
    width: 75%;
    float: left;
}

.search-form button {
    height: 38px;
    line-height: 38px;
    padding: 0;
    border-radius: 38px;
    width: 20%;
    float: right;
}

::-webkit-input-placeholder {
    color: #a2a2a2;
}

:-moz-placeholder {
    color: #a2a2a2;
}

::-moz-placeholder {
    color: #a2a2a2;
}

:-ms-input-placeholder {
    color: #a2a2a2;
}

label {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

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

/* Checkboxes */

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background: #ffde00;
}

.radio .cr {
    border-radius: 50%;
}

.multi-select .checkbox label {
    padding-bottom: 10px;
    padding-left: 20px;
}


.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.multi-select .checkbox {
    display: inline;
}

.multi-select {
    padding-top: 15px;
    padding-bottom: 30px;
}

/* Checkboxes */

/*checkbox2*/

label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 30px;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    right: 9000px;
}

/*Check box*/

input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;

}

input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #ffdf00;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.multi-select .form-check {
    display: inline;
    padding-right: 10px;
    padding-left: 20px;
}

/*checkbox2*/

.form-icon {
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    height: 27px;
    width: 38px;
    line-height: 27px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #cccccc;
}

label + .form-icon {
    top: 30px;
}

.form-with-icon {
    padding-left: 50px !important;
}

.newsletter-form input:not([type=submit]):not([type=file]) {
    width: 360px;
    padding: 7px 18px;
    border-radius: 40px;
    border: 1px solid #222;
    margin-right: 20px;
}

.newsletter-form::-webkit-input-placeholder {
    color: #333;
}

.newsletter-form:-moz-placeholder {
    color: #333;
}

.newsletter-form::-moz-placeholder {
    color: #333;
}

.newsletter-form:-ms-input-placeholder {
    color: #333;
}


/* ==========================================================================
   Buttons
   ========================================================================== */

.button,
button,
input[type=submit] {
    display: inline-block;
    padding: 5px 36px;
    border-radius: 0;
    background: #ffdd00;
    border: 1px solid #ffdd00;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
}

.button:hover,
button:hover,
input[type=submit]:hover {
    background: #ffdd00;
    color: #222;
    text-decoration: none;
    opacity: .75;
}

.button.blue,
.button.blue:hover {
    background: #002b5e;
    border: 1px solid #002b5e;
    color: #fff;
}

.button.dark {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    text-decoration: none;
}

.button.round.green-btn {
    background: #3fb574;
}

.button.round.red-btn {
    background: #e63333;
}

.button.round.red-btn:hover {
    color: #e63333;
}

.button.round.green-btn:hover {
    color: #3fb574;
}

.button.dark:hover {
    background: #f8f8f8;
    border: 1px solid #222;
    color: #222;
    opacity: 1;
}

.button.white,
.button.white:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #222;
}

.button.border {
    background: none;
    border: 1px solid #c9c9c9;
    color: #6c6c6c;
}

.button.border:hover {
    background: #ffdd00;
    color: #222;
    border: 1px solid #ffdd00;
    opacity: 1;
}

.button.border.blue {
    color: #002b5e;
    border: 1px solid #002b5e;
}

.button.border.blue:hover {
    background: #002b5e;
    color: #fff;
    opacity: 1;
}

.button.border.yellow {
    color: #ffdd00;
    border: 1px solid #ffdd00;
}

.button.border.yellow:hover {
    background: #ffdd00;
    color: #fff;
    opacity: 1;
}

.button.border.dark {
    color: #222;
    border: 1px solid #222;
}

.button.border.dark:hover {
    background: #222;
    color: #fff;
    opacity: 1;
}

.button.border.white {
    color: #fff;
    border: 1px solid #fff;
}

.button.border.white:hover {
    background: #fff;
    color: #222;
    opacity: 1;
}

.button.small {
    font-size: 14px;
    padding: 0 36px;
}

.button.large {
    font-size: 15px;
    padding: 10px 36px;
}

.button-list .button {
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.button-list .button:last-of-type {
    margin-right: 0;
}

.newsletter-form .button {
    padding: 4px 36px;
    border-radius: 40px;
}


/* ==========================================================================
   Header
   ========================================================================== */

.header {
    background: #fff;
    color: #222;
}

.header .top {
    background: #ffdd00;
}

.top-nav {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.top-nav ul {
    margin: 0;
    padding: 0;
}

.top-nav li:last-of-type {
    margin-right: 0;
}

.top-nav li:after {
    content: '|';
    padding-left: 20px;
}

.top-nav .dropdown li:after {
    content: none;
    padding-left: 20px;
}

.top-nav li:last-of-type:after {
    content: '';
    padding-left: 0;
}

.top-nav li a {
    line-height: 30px;
    color: #222;
    text-decoration: none;
}

.dropdown {
    margin: 9px 0px 0px -30px;
}

.dropdown-menu {
    border: none;
    border-radius: 0px;
    min-width: inherit;
    margin-top: 0px;
}

.dropdown-menu > li > a {
    white-space: inherit;
}

button.dropdown-toggle:focus,
button.dropdown-toggle:active {
    box-shadow: none;
}

.dtn:hover .dropdown-menu {
    display: block;
}

.header .login {
    float: right;
}

.header .login .button {
    border-radius: 40px;
    margin: 5px;
}

.header .logo {
    float: left;
    /*height: 120px;
    padding: 34px 0;*/
}

.header .logo {
    height: 80px;
    padding: 12px 0;
}

.header .logo img {
    height: 100%;
    max-width: 100%;
}

.logo h1 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
}

h1.school {
    text-transform: inherit;
    padding-top: 13px;
}

.logo a {
    text-decoration: none;
}

.logo {
    margin-left: -20px;
}

.logo h1 {
    display: inline-block;
    padding-right: 10px;
}

.logo img.img-responsive {
    display: inline-block;
    margin-bottom: 13px;
}


/* iPhone 5, SE */
@media (device-height : 568px)
and (device-width : 320px)
and (-webkit-min-device-pixel-ratio: 2) {
    .logo img.img-responsive {
        display: inline-block;
        margin-top: 13px;
        float: right;
        height: 50%;
    }
}

.header-contacts {
    float: right;
}

.header-contact {
    display: inline-block;
    line-height: 120px;
    margin-left: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.header-contacts a {
    text-decoration: none;
}

.main-header {
    background: #f8f8f8;
}

.main-nav {
    float: left;
    margin-left: -20px;
    font-weight: 400;
}

.main-nav a:hover {
    background: #ffdd00;
}

.main-nav a {
    margin-right: -4px;
}

span.caret {
    margin-left: 6px;
}

.main-nav ul {
    margin: 0;
    padding: 0;
}

.main-nav ul > li {
    display: inline-block;
    position: relative;
}

.main-nav ul > li a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 20px;
    color: #222;
    text-decoration: none;
}

.main-nav ul > li.active a {
    background: #ffdd00;
    color: #222;
}

.main-nav ul > li.active a:hover {
    opacity: 1;
}

.main-nav ul > li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #f8f8f8;
    position: absolute;
    top: 72px;
    height: auto;
    padding: 0;
    z-index: 999;
}

.main-nav ul > li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
}

.main-nav ul > li ul li a {
    background: none;
    height: 48px;
    width: 100%;
    line-height: 48px;
    padding: 0 20px;
}

.main-nav ul > li.active ul li a {
    background: none;
}

.main-nav ul > li.active ul li a:hover {
    opacity: .75;
}

.main-nav ul > li ul li.active a,
.main-nav ul > li ul li.active a:hover {
    background: #ffdd00;
    color: #222;
    opacity: 1;
}

.main-nav ul > li ul li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    position: absolute;
    left: 100%;
    top: 0;
}

.main-nav ul > li:hover > ul {
    opacity: 10;
    filter: alpha(opacity=100);
    visibility: visible;
}

.header .header-search-form {
    float: right;
}

.page-title {
    position: relative;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title .inner {
    background: #002b5e;
    padding: 88px 12px;
}

.page-title.transparent .inner {
    background: rgba(0, 43, 94, 0.65);
}

.page-title h3 {
    margin: 0;
    font-weight: 700;
}

.breadcrumbs {
    position: relative;
    background: transparent;
    text-transform: uppercase;
}

.breadcrumbs-page-title {
    font-weight: 700;
    line-height: 40px;
}

.breadcrumbs-nav {
    float: left;
    font-weight: 400;
}

.breadcrumbs-nav ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs-nav li {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumbs-nav li:last-of-type {
    margin-right: 0;
}

.breadcrumbs-nav li:after {
    font-family: FontAwesome;
    content: '\F105';
    padding-left: 10px;
}

.breadcrumbs-nav li:last-of-type:after {
    content: '';
    padding-left: 0;
}

.breadcrumbs-nav li a {
    display: inline-block;
    line-height: 40px;
    color: #222;
    text-decoration: none;
}

.responsive-menu-open {
    display: none;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    line-height: 120px;
    text-decoration: none;
}

.responsive-menu-open:hover {
    color: #222;
    opacity: .75;
    text-decoration: none;
}

a.responsive-menu-open {
    font-size: 20px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 999;
    padding: 24px;
    overflow-y: scroll;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.responsive-menu.open {
    left: 0;
}

.responsive-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
}

.responsive-menu-close:hover {
    color: #222;
    opacity: .75;
    text-decoration: none;
}

.responsive-nav ul > li a {
    color: #222;
    font-weight: 400;
    text-decoration: none;
    font-size: 25px;
    line-height: 45px;
    text-transform: inherit;
}

.responsive-nav ul > li.active a {
    color: #ffdd00;
}

.responsive-nav ul > li.active ul li a {
    color: #222;
}

.responsive-nav ul > li ul li.active a {
    color: #ffdd00;
}

.responsive-menu .header-search-form {
    width: 100%;
    margin-top: 24px;
}

.responsive-menu .logo {
    margin-bottom: 24px;
}

.no-scroll {
    overflow: hidden;
}

@media all and (max-width: 991px) {
    .logo h1 {
        font-size: 25px;
    }
    .dropdown {
        margin: 13px 0px 0px 0px;
    }
    .header .social-icons {
        float: none;
        text-align: center;
    }
    .header-contacts {
        display: none;
    }
    .responsive-menu-open {
        display: inline-block;
    }
    .logo {
        margin-left: 0px;
    }
    .dual-btn-wrp {
        padding-top: 31px !important;
    }
}

@media all and (max-width: 768px) {
    /*.dropdown {
        margin: 7px 0px 0px 0px;
    }*/
    ul.dropdown-menu {
        margin-top: 5px;
    }
    h1.school {
        padding-top: 10px;
    }
    .dual-btn-wrp {
        padding: 0;
    }
    .multi-select .checkbox {
        display: block;
    }
    .multi-select .checkbox label {
        padding-left: 0px !important;
    }
    .multi-select .form-check {
        display: block;
        padding-left: 0px;
    }

}


/* ==========================================================================
   Icons
   ========================================================================== */

.small-round-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    border: 2px solid #002b5e;
    color: #002b5e;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

div:hover > .small-round-icon {
    background: #002b5e;
    color: #fff;
}

.shape-icon-box {
    margin-top: 24px;
    color: #222;
    font-size: 36px;
}

.shape-icon-box .circle {
    width: 120px;
    height: 120px;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    position: relative;
}

.shape-icon-box .circle .triangle {
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    border-bottom: 118px solid #ffdd00;
    width: 136px;
    height: 118px;
    margin-left: -8px;
    margin-top: -12px;
    transition: .3s all;
}

.shape-icon-box:hover .triangle {
    border-bottom: 118px solid #222;
    transition: .3s all;
}

.shape-icon-box:hover .fa {
    color: #ffdd00;
    transition: .3s all;
}

.shape-icon-box .circle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
}


/* ==========================================================================
   Sections
   ========================================================================== */

.section {
    position: relative;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.section > .inner {
    padding: 72px 0;
}

.section.large > .inner {
    padding: 55px 0px 5px 0px;
}

.section.small > .inner {
    padding: 48px 0;
    font-size: 14px;
}

.section.no-padding-bottom > .inner {
    padding-bottom: 0;
}

.section.blue > .inner {
    background: #002b5e;
    color: #fff;
}

.section.yellow > .inner {
    background: #ffdd00;
    color: #222;
}

.section.light > .inner {
    background: #fbfbfb;
}

.section.transparent.blue > .inner {
    background: rgba(0, 43, 94, 0.9);
    color: #fff;
}

.section.transparent.lighter.blue > .inner {
    background: rgba(0, 43, 94, 0.75);
}

.section.transparent.clear.blue > .inner {
    background: rgba(0, 43, 94, 0.35);
}

.section.transparent.yellow > .inner {
    background: rgba(255, 221, 0, 0.9);
    color: #222;
}

.section.transparent.lighter.yellow > .inner {
    background: rgba(255, 221, 0, 0.75);
}

.section.transparent.clear.yellow > .inner {
    background: rgba(255, 221, 0, 0.35);
}

@media all and (max-width: 768px) {
    .section > .inner {
        padding: 48px 0;
    }
    .section.large > .inner {
        padding: 72px 0;
    }
    .section.small > .inner {
        padding: 24px 0;
    }
}


/* ==========================================================================
   Call To Action
   ========================================================================== */

.call-to-action {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.call-to-action span {
    font-size: 20px;
}

.call-to-action .button {
    margin-left: 54px;
}

@media all and (max-width: 1024px) {
    .call-to-action span {
        display: block;
    }
    .call-to-action .button {
        margin-top: 24px;
        margin-left: 0;
    }
}


/* ==========================================================================
   Services
   ========================================================================== */

.services {
    margin-bottom: 24px;
}

.services .icon {
    border: 2px solid #ffdd00;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    padding: 3px;
    font-size: 24px;
    color: #222;
    margin-top: 33px;
    margin-left: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services .inner {
    background: #ffdd00;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.services .inner i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.services .content {
    border: 2px solid #ffdd00;
    padding: 26px 16px;
    /*padding-left: 49px;*/
    margin-left: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}

.services .content h5 {
    font-family: 'Montserrat', sans-serif;
}

.services .content p:last-of-type {
    margin-bottom: 0;
}

.services .content a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.services .content img {
    max-width: 100%;
}

.services {
    background: transparent;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.services:hover .content {
    background: rgb(247, 247, 247);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}


/* ==========================================================================
   Links
   ========================================================================== */

.link {
    background: #002b5e;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.link .content {
    width: 85%;
    float: left;
    padding: 18px 0;
    position: relative;
}

.link .content i {
    display: block;
    font-size: 48px;
    margin-bottom: 8px;
}

.link .content span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.link .arrow {
    width: 15%;
    background: #ffdd00;
    color: #222;
    float: left;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
}

.link .arrow a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
   Modal
   ========================================================================== */

/****** LOGIN MODAL ******/

.custommodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.custommodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Open Sans', sans-serif;
}

#wallet-modal .custommodal-container h1 {
    font-size: 1.6em;
}

.custommodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.custommodal-container input {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.custommodal-container input[type=submit] {
    border: none;
    border-top: none;
}

.modal-dialog .custommodal-container.modal-large {
    max-width: inherit;
}

.custommodal-container input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.custommodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.custommodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.custommodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
}

.custommodal-submit a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.custommodal-submit a:hover {
    color: #000;
}

.login-help {
    font-size: 12px;
}

.modal:not("#session-timeout-dialog") button {
    background: transparent;
}

.login-help a {
    text-decoration: none;
}

.input-symbol-euro {
    position: relative;
}

.input-symbol-euro input {
    padding-left: 18px;
}

.input-symbol-euro:before {
    position: absolute;
    top: -3px;
    content: "€";
    right: 5px;
    font-family: 'Open Sans', sans-serif;
}

div.modal.large .custommodal-container {
    max-width: inherit;
}

div#test-list {
    padding: 0;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    background: #002b5e;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 30px;
}

.newsletter {
    background: #ffdd00;
    color: #222;
    padding: 0 32px;
    position: relative;
    margin-bottom: 48px;
}

.newsletter-icon {
    float: left;
    font-size: 20px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #222;
    text-align: center;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 20px;
    margin-right: 28px;
}

.newsletter-icon i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.newsletter h3 {
    float: left;
    margin: 0;
    line-height: 86px;
    color: #222;
}

.newsletter-form {
    float: right;
    margin-top: 23px;
}

#newsletter-success,
#newsletter-error,
#newsletter-loading,
#newsletter-info {
    float: none;
    position: absolute;
    top: -66px;
    min-width: 50%;
    right: 0;
}

.footer h5 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 32px;
}

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

.footer img.european-logo {
    max-width: 105px;
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffdd00;
    font-size: 13px;
}

.footer li {
    padding-bottom: 5px;
}

#help-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
}

#help-btn a {
    color: #333;
}

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 50px;
}

#back-to-top-btn a {
    color: #333;
}

@media all and (max-width: 768px) {
    .newsletter-icon {
        float: none;
    }
    .newsletter h3 {
        float: none;
        line-height: 24px;
        margin-top: 24px;
    }
    .newsletter-form {
        float: none;
        margin-top: 36px;
        margin-bottom: 24px;
    }
    .newsletter-form input:not([type=submit]):not([type=file]) {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media all and (max-width: 992px) {
    button.button.dark {
        font-size: 10px;
        padding: 7px 13px;
        line-height: 15px;
    }
    .progressbars div.progressbar-text {
        font-size: 4rem;
    }
}


/* ==========================================================================
   Blogi
   ========================================================================== */

.blog-post {
    border: 1px solid #c9c9c9;
    padding: 9px;
    margin-bottom: 56px;
}

.blog-post:last-of-type {
    margin-bottom: 0;
}

.blog-post.small-post {
    margin-bottom: 54px;
}

.blog-post-image img {
    width: 100%;
}

.blog-post-date-wrapper {
    position: relative;
    margin-bottom: 68px;
}

.blog-post-date {
    width: 60px;
    height: 60px;
    border: 2px solid #ffdd00;
    background: #fff;
    padding: 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #222;
    margin: 0 auto;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}

.blog-post-date > .inner {
    background: #ffdd00;
    width: 100%;
    height: 100%;
}

.blog-post-date > .inner > .text {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-transform: uppercase;
    height: 100%;
    padding-top: 6px;
}

.blog-post-date > .inner > .text span {
    display: block;
}

.small-post a {
    text-decoration: none;
}

.blog-post-title {
    margin-top: 26px;
}

.blog-post-title a {
    color: #222;
    text-decoration: none;
}

.blog-post-title:after {
    content: '';
    display: block;
    height: 5px;
    width: 108px;
    border-top: 1px solid #827c7c;
    margin: 18px auto
}


/*.blog-post-excerpt {
    padding: 24px;
}*/

.blog-post.small-post .blog-post-excerpt {
    padding-top: 0;
}

.blog-post-excerpt p:last-of-type,
.blog-post-content p:last-of-type {
    margin-bottom: 0;
}

.blog-post-content {
    padding: 24px;
    padding-top: 0;
    text-align: left;
}

.blog-post-content.extra-content {
    padding-top: 24px;
}

.continue-reading {
    color: #666;
    text-decoration: none;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    padding: 8px 18px;
    display: inline-block;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.continue-reading:hover {
    border-color: #222;
    color: #222;
    text-decoration: none;
}

.blog-post-share {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 32px;
    margin: 48px 24px;
}

.blog-post-share h5 {
    float: left;
    margin-bottom: 0;
    line-height: 58px;
}

.blog-post-share .social-icons {
    float: right;
}

.blog-post-author {
    margin: 0 24px;
    margin-bottom: 36px;
}

.blog-post-author > h5 {
    margin-bottom: 36px;
}

.blog-post-author .image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 5px solid #ffdd00;
    margin: 24px;
    float: left;
}

.blog-post-author .image img {
    -ms-transform: rotate(-45deg) scale(1.5);
    -webkit-transform: rotate(-45deg) scale(1.5);
    transform: rotate(-45deg) scale(1.5);
}

.blog-post-author .content {
    margin-left: 192px;
    margin-top: 48px;
}

.blog-post-author .content p {
    margin-bottom: 12px;
}

.blog-post-author .content h5 {
    text-transform: none;
}

.blog-post-comments {
    border: 1px solid #c9c9c9;
    padding: 24px;
}

.comment {
    margin-bottom: 36px;
}

.comment:last-of-type {
    margin-bottom: 0;
}

.comment:first-of-type {
    margin-top: 24px;
}

.comment .comment {
    margin-top: 36px;
    margin-bottom: 0;
    margin-left: 96px;
}

.comment .avatar {
    width: 72px;
    height: 72px;
    border: 1px solid #eae9ee;
    padding: 3px;
    float: left;
    background: #fff;
    margin: 14px;
    margin-top: 36px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment .avatar .inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.comment .avatar .inner img {
    -ms-transform: rotate(-45deg) scale(1.5);
    -webkit-transform: rotate(-45deg) scale(1.5);
    transform: rotate(-45deg) scale(1.5);
}

.comment .body {
    border: 1px solid #ececf0;
    margin-left: 49.5px;
    padding: 32px;
    padding-left: 81px;
    line-height: 26px;
}

.comment .body h6 {
    margin-bottom: 8px;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block;
}

.comment-meta i {
    margin-right: 6px;
}

.comment .body p:last-of-type {
    margin-bottom: 0;
}

.comment .reply {
    float: right;
    padding: 0 18px;
    border-radius: 4px;
}

.blog-post-post-comment {
    border: 1px solid #c9c9c9;
    padding: 24px;
    margin-top: 36px;
}

.blog-post-post-comment h5 {
    margin-bottom: 24px;
}

@media all and (max-width: 768px) {
    .blog-post-share h5,
    .blog-post-share .social-icons {
        float: none;
    }
    .blog-post-share {
        text-align: center;
    }
    .blog-post-author .image {
        float: none;
    }
    .blog-post-author .content {
        margin-left: 0;
    }
    .comment .comment {
        margin-left: 48px;
    }
    .comment .avatar {
        width: 48px;
        height: 48px;
        margin: 10px;
        margin-top: 24px;
    }
    .comment .body {
        margin-left: 33px;
        padding: 24px;
        padding-left: 57px;
    }
}


/* ==========================================================================
   25. Widgets
   ========================================================================== */

.widget {
    margin-bottom: 36px;
}

.widget.bordered {
    border: 1px solid #e9eaee;
    padding: 18px;
}

.widget.bordered h5 {
    border-bottom: 1px solid #eff0f3;
    padding-bottom: 18px;
    margin-bottom: 24px;
    font-weight: 400;
}

.widget li {
    margin-bottom: 6px;
}

.latest-post {
    margin-bottom: 24px;
}

.widget.bordered .latest-post {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eff0f3;
}

.widget.bordered .latest-post:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.latest-post img {
    float: left;
}

.latest-post div {
    margin-left: 96px;
    padding-top: 6px;
}

.latest-post h6 {
    margin-bottom: 8px;
}

.latest-post a {
    color: #222;
    text-decoration: none;
}

.latest-post span {
    text-transform: uppercase;
}

.flickr img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
    margin-right: 6px;
    float: left;
}

.categories-widget li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eff0f3;
}

.categories-widget li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-widget a {
    color: #777;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
}

.categories-widget span {
    float: right;
    color: #a1a1a1;
    background: #eaeaea;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.categories-widget a:hover span {
    color: #222;
    background: #ffdd00;
}

.tag-cloud .button {
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-right: 6px;
}

@media all and (max-width: 768px) {
    .widget {
        margin-bottom: 0;
        margin-top: 36px;
    }
}


/* ==========================================================================
   Other pages
   ========================================================================== */

section .user-info p {
    margin: 0;
}

section h1 {
    margin-bottom: 10px;
}

section.booking p {
    margin-bottom: 5px;
}

section.contact ul {
    padding: 0;
    list-style: none;
}

section a.button {
    text-transform: inherit;
}

.table-hover > tbody > tr:hover > td:not(.details),
.table-hover > tbody > tr:hover > th {
    background-color: rgba(255, 221, 0, 0.27);
}

td.hiddenRow {
    padding: 0px !important;
    border-top: none !important;
}

table.table.table-inner {
    margin-bottom: 0px;
}

.table-extra-info tr {
    cursor: pointer;
}

/*Radio btn*/

label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    right: 9000px;
}


input[type="radio"] + .label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #e6c800;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

/*radio btn*/

.lead-feed {
    margin-bottom: 5px;
    font-size: 19px;
    padding-top: 15px;
}

button.round,
a.round {
    border-radius: 40px;
}

a.round.small {
    text-transform: uppercase;
}

table .button.small {
    padding: 0 13px;
}

body .section > .inner {
    padding: 32px 0;
}

body.contact .section > .inner {
    padding: 0px;
}

body.contact .submit-wrap {
    padding-bottom: 20px;
}

section div.row {
    padding: 30px 0px;
}

section #main-list {
    padding-top: 0;
}

body.contact #main-list h1 {
    padding-bottom: 20px;
}

section div.book {
    padding: 10px 0px;
}

section.results {
    padding: 10px 0px;
}

section.results div.row {
    padding: 10px 0px;
}

section input[type=submit],
section.booking a.button.dark {
    margin-top: 20px;
}

section.study .study-options img,
section.contact-page img {
    padding-bottom: 10px;
}

section.study .study-options a,
section.contact-page a {
    text-decoration: none;
}

section.contact-page p {
    margin: 0;
}

.daterangepicker .daterangepicker_input i {
    display: none;
}

button.btn.dropdown-toggle {
    border-radius: 0;
}

.dropdown-user {
    right: 0;
    left: inherit;
}

.dropdown-user li a {
    text-decoration: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

button.btn.dropdown-toggle.btn-default {
    padding-bottom: 10px;
}

.booking button.btn.dropdown-toggle.btn-default {
    font-family: 'Open Sans', sans-serif;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #333;
    background-color: #ffdd00;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #f7d600;
}

.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: #333;
    cursor: default;
    background-color: #ffdd00;
    border-color: #ffdd00;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover {
    color: #333;
}

section .office {
    padding-bottom: 50px;
}

a#popover {
    cursor: pointer;
}
a.pop-custom{
    cursor: pointer;
}

.fuzzy-search-wrap {
    padding-bottom: 20px;
}

.btn-group.bootstrap-select {
    margin-bottom: 40px;
}

.request .btn-group.bootstrap-select {
    margin-top: 15px;
}

img.img-intro {
    float: right;
    max-width: 40%;
    padding: 0px 20px 20px 20px;
}

.main-content {
    padding: 20px 0px 5px 0px;
}

body.grey .breadcrumbs {
    background-color: #eeeeee;
}

section .study-progress {
    text-align: right;
}

ul.test-questions {
    list-style: none;
}

ul.test-questions li {
    display: inline-block;
    margin-bottom: 15px;
}

ul.test-questions li a {
    text-decoration: none;
    padding: 5px;
    color: #222;
}

ul.test-questions li a.disabled {
    cursor: not-allowed !important;
}

ul.test-questions li a.test-current {
    border: 1px solid #222;
}

ul.test-questions li a.test-done {
    background: #ffdd00;
}

ul.test-questions li a.test-danger {
    background: #ff0000;
    color: #fff;
}

ul.test-questions {
    padding: 0;
    padding-top: 10px;
}

.progress-bar {
    background-color: #3F51B5;
}

.progress {
    margin-bottom: 0;
}

body.grey section div.row {
    padding: 0px 0px;
}

hr {
    border-color: #c5c5c5;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #3f51b5;
    border-color: #3f51b5;
}
.list-group-item.correct,.list-group-item.wrong{
    color: #fff;
}

body.study-mode header .responsive-menu-open {
    float: right;
    padding-top: 28px;
}

.checked-list-box .correct {
    background-color: #51b53f;
    border-color: #51b53f;
}

.checked-list-box .wrong {
    background-color: #b53f3f;
    border-color: #b53f3f;
}

button.button.dark.round.small.selected-btn {
    background-color: #f8f8f8 !important;
    color: #222;
}

.modal a.button {
    width: 100%;
    text-align: center;
}

body .section > .inner.active-course {
    padding-bottom: 0;
}

.active-course > .container {
    height: 1px;
}

.btn-group.bootstrap-select.booking-course {
    margin-bottom: 30px;
}

section.booking h1 {
    margin-bottom: 25px;
}

.user-info h1 {
    font-size: 24px;
}

div.progressbar-text {
    font-size: 7rem;
}

.cd-schedule a {
    text-decoration: none;
}

@media all and (max-width: 768px) {
    section .user-info {
        padding: 0;
    }
    section.contact p,
    section ul li a,
    section a {
        font-size: 17px;
        margin-bottom: 4px;
    }
    a.button.dark {
        width: 100%;
        text-align: center;
    }
    .multi-select a.button.dark {
        width: inherit;
    }
    img.img-intro {
        max-width: 100%;
        padding: 0px 20px 20px 0px;
    }
    section .study-progress {
        text-align: inherit;
    }
    h2.progress-text {
        padding-top: 40px;
        padding-bottom: 20px;
    }

}

.bank .btn-group.bootstrap-select {
    padding: 0px;
}

.dropdown-menu.open {
    padding-bottom: 10px;
}

section.bank .btn-group.bootstrap-select {
    width: 300px !important;
    margin-top: 10px;
}


/* ==========================================================================
   v5
   ========================================================================== */

.extra-icons .icon-link {
    margin-right: 20px;
}

.notification-counter {
    position: absolute;
    top: 17px;
    color: #fff;
    border-radius: 28px;
    padding: 0px 3px;
    font-size: 17px;
}

.notification-counter.icon-1 {
    background-color: #ffdd00;
    color: #000;
}

.notification-counter.icon-2 {
    background-color: #d4130d;
    color: #fff;
}

.notification-counter.icon-3 {
    background-color: #ffdd00;
    color: #000;
}

button.swal2-cancel.btn.btn-danger {
    margin-right: 15px;
}

.notify-wrp {
    border: 3px solid #3fb574;
    border-radius: 5px;
    padding: 5px;
}

.notify-wrp h5 {
    text-transform: inherit;
    margin-bottom: 0px;
    text-decoration: none;
}

a .notify-wrp:hover {
    background-color: #3fb574;
}

a .notify-wrp.alert:hover {
    background-color: #d9534f;
}

.notify-wrp.alert {
    border: 3px solid #d9534f;
}

section.latest-info a {
    text-decoration: none;
}

a .notify-wrp:hover h5 {
    color: aliceblue;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #222;
    cursor: default;
    background-color: #ffde01;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs a {
    text-decoration: none !important;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px;
    color: #222;
}

.nav-tabs > li > a:hover {
    border-color: none;
    background-color: #ffde01;
}

.leader-board {
    padding: 14px;
    text-align: center;
    position: relative;
    margin-top: 96px;
}

.leader-board.blue {
    background: #002b5e;
    color: #fff;
    margin-top: 60px;
}

.leader-board.yellow {
    background: #ffdd00;
    color: #222;
    margin-top: 20px;
}

.leader-board.dark {
    background: #161616;
    color: #fff;
}

.leader-board > .inner {
    border: 1px solid #ebebeb;
}

.leader-board-price {
    font-size: 28px;
    padding: 4px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
}

.leader-board.blue .leader-board-price {
    background: #002b5e;
    color: #fff;
}

.leader-board.yellow .leader-board-price {
    background: #ffdd00;
    color: #222;
}

.leader-board.dark .leader-board-price {
    background: #161616;
    color: #fff;
}

.leader-board.dark h1 {
    color: #fff;
}

.leader-board-price .inner {
    border: 6px solid #fff;
}

.leader-board-price .inner span {
    line-height: 100px;
    display: inline-block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.leader-board-heading {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 112px;
}

.leader-board-heading small {
    display: block;
    font-size: 14px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 18px;
}

.leader-board-heading:after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 18px auto
}

.leader-board.yellow .leader-board-heading:after {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.leader-board-features ul {
    margin-bottom: 0;
}

.leader-board-features li {
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.leader-board-button {
    padding: 24px 0;
}

section .user-info .leader-board-price div {
    padding-bottom: 0px;
}

.leader-board-price .inner {
    font-size: 40px;
}

.table-responsive.leaderboard td button {
    text-align: right;
}

.fa.checked {
    color: #ffdd00;
}

a.accordion-toggle {
    text-decoration: none;
}

.panel.panel-default {
    border-radius: inherit;
}


/*stars*/

div.stars {
    width: 100%;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}


/*stars end*/

/*Radio buttons*/

label.btn span {
    font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #ffdd00;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #ffdd00;
}

div[data-toggle="buttons"] label.active {
    color: #222222;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #222222;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #222222;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*radio buttons end*/

span.title {
    font-weight: bold;
}

li.card__feature-item span {
    font-size: 15px;
    color: #345770;
}

li.card__feature-item {
    color: #ffea00;
}

ul.card__feature {
    padding-left: 16px;
}

.card__fig {
    font-size: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border: 4px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(172, 196, 214, .5);
}

.card-wrp {
    background-color: #f3f7fa;
    border-radius: 10px;
}


/*responsive*/

@media only screen and (min-width: 767px) {
    .card__feature {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 33px;
        column-gap: 33px;
    }
}

@media all and (max-width: 991px) {
    .header .login .button {
        margin-top: 10px;
    }
    .responsive-menu-open {
        line-height: 0px;
        padding-right: 17px;
    }
    .button {
        font-size: 14px;
    }
    .main-header {
        display: none;
    }
    .dual-btn-wrp .button.dark {
        padding: 2px 14px;
    }
}

@media (max-width:1199px) and (min-width:991px) {
    .header-search-form {
        width: 170px;
    }
}

@media all and (min-width:991px) {
    .study-mode .top.clearfix {
        display: none;
    }
}


/*responsive end*/

/* v7 */

.header .logo-mobile .logo {
    float: none;
}

.header .logo-mobile {
    text-align: center;
}

.header .extra-icons {
    float: right;
    position: relative;
    padding: 25px;

}

.header-europe .btn {
    padding: 0px 12px;
}

.responsive-menu-open {
    float: none;
    padding-bottom: 20px;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.user-info .fa {
    padding-right: 5px;
}

.lightgreen {
    background-color: #90ee90;
}

.lightred {
    background-color: #ee9090;
    color: #fff;
}

.lightyellow {
    background-color: #eeeb90;
}


@media all and (max-width: 991px) {
    .header .extra-icons {
        padding-right: 10px;
        margin-top: -9px;
        padding: inherit;
    }
    .header-europe .extra-icons {
        padding-top: 0px !important;
    }
    .header-europe .login .button {
        margin-top: inherit;
    }
}

@media only screen and (max-width: 320px) {
    .extra-icons .fa-2x {
        font-size: 1.5em;
    }
    .notification-counter {
        top: 8px;
        font-size: 14px;
    }
    .header .button {
        font-size: 11px;
        margin: 0 !important;
        margin-top: 7px !important;
    }
    .header-europe .button {
        margin-top: 2px !important;
    }
}

@media only screen and (max-width: 428px) {
    .header-europe .button {
        font-size: 12px;
    }
    .header-europe .top-nav .european-logo {
        display: none !important;
    }
    .header-europe .btn {
        padding: 10px 12px;
    }
    .header-europe a.responsive-menu-open {
        font-size: 16px;
    }
    .header-europe .login .button {
        padding-right: 0px;
    }
    .main-heading h1 {
        font-size: 23px;
        line-height: 25px;

    }
    .main-heading h2 {
        font-size: 17px;
        line-height: 25px;
    }
    .header-index .dropdown {
        margin: 6px 0px 0px 0px;
    }
    .header-index .login .button {
        margin-bottom: 7px !important;
    }
    label.btn span {
        font-size: 1.2em;
    }
    section.contact p,
    section ul li a,
    section a {
        font-size: 14px;
    }

}


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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}


.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.chat-body .content{
    white-space: pre-wrap;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.panel-heading {
    border-radius: 0px;
}

.panel-body {
    overflow-y: scroll;
    height: 350px;
}

.panel {
    border-radius: 0px;
}

.panel-primary {
    border-color: #ccc;
}

.chat-img-2 p {
    float: right;
    padding-top: 14px;
    padding-right: 6px;
}

.panel-primary > .panel-heading {
    color: #333;
    background-color: #ffde00;
    border-color: #ffdf00;
}

.contact-chat:first-child {

    border-top: 1px solid #ccc;
}

.contact-chat {
    padding: 20px 0px;
    transition: .5s all;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.contact-chat a {
    text-decoration: none;
    padding: 10px;
}

.chat-wrp-2 {
    padding: 0px;
}

.contact-chat:hover {
    background-color: #ffde00;
    cursor: pointer;
    transition: .5s all;
}

.chat-wrp {
    padding-left: 0px;
}

.chat-wrp input#btn-input {
    background-color: #ffffff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

button#btn-chat {
    padding: 9px;
}

/* v7 end */

body.messages .btn-group.bootstrap-select {
    margin: 0;
}

.large-select .btn-group.bootstrap-select {
    margin-bottom: 0;
    padding-top: 30px;
}

.large-select {
    padding: 0 !important;
}

.dual-btn-wrp {
    padding-top: 26px;
}

/*v8-3*/

@-moz-document url-prefix() {
    .blog-post-date:not(.year){
        top: -98px;
    }
}

.well {
    border-radius: 0px;
    margin-top: 20px;
}

.collapse-info .lead {
    margin-bottom: 5px;
}

.collapse-info .row {
    padding: 0px;
}