/* ------------------------------------------------------------ *\
    I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Reset
\* ------------------------------------------------------------ */

*, *:before, *:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

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

html, body {
    height: 100%;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
}

img, iframe, video, audio, object {
    max-width: 100%;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b, strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

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

a, button, input[type="submit"], input[type="button"], input[type="reset"],
input[type="file"], input[type="image"], label[for] {
    cursor: pointer;
}

a[href^="tel"], button[disabled], input[disabled], textarea[disabled],
select[disabled] {
    cursor: default;
}

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

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
input[type="color"], textarea, a[href^="tel"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
    resize: none;
    -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

button, select {
    text-transform: none;
}

table {
    width: 100%!important;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul, nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    /* background: #fff; */
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #445054;
    padding-top: 175px;
}

a {
    text-decoration: none;
    color: #0db14b;
    transition: .2s;
}

a:active {
    text-decoration: none;
    color: inherit;
    outline: 0;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #0e9942;
}

a[href^="tel"] {
    text-decoration: none;
}

h1 {
    font-size: 44px;
    line-height: 1.09;
}

h2 {
    font-size: 26px;
    line-height: 1.54;
}

h3 {
    font-size: 15px;
    line-height: 1.67;
}

h4 {
    font-size: 13px;
    line-height: 1.69;
}

h5 {
    font-size: 18px;
    line-height: 1.44;
}

h6 {
    font-size: 15px;
    line-height: 1.73;
}

h1, h2, h3 {
    font-family: 'Bree Serif', serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.625em;
    font-weight: normal;
    margin-top: 0;
}

p, ul, ol, dl, table, blockquote {
    margin-bottom: 1.25em;
}

h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], h1:last-child,
h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

/*  Responsive  */

@media (max-width: 1199px) {
    body {
        padding-top: 160px;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 11px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 12px;
    }

    h4 {
        font-size: 10px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 12px;
    }
}

/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.logo-wrap:after, .header-actions .btn:after, .header-body-inner:after,
.header-content-inner:after, .header-bar-inner:after, .footer-nav:after,
.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

/*  Hidden  */

[hidden], .hidden {
    display: none;
}

/*  Alignleft  */

.alignleft {
    float: left;
}

/*  Alignright  */

.alignright {
    float: right;
}

/*  Disabled  */

[disabled], .disabled {
    cursor: default;
}

/*  Fullscreen  */

.fullscreen-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.fullscreen-img {/*display: none;*/
    display: inline-block;
    height: auto;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: -1;
}

/*  Animations  */

@-webkit-keyframes smoothAnime {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes smoothAnime {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

/* ------------------------------------------------------------ *\
    II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Wrapper
\* ------------------------------------------------------------ */

.wrapper {
}

/* ------------------------------------------------------------ *\
    Container
\* ------------------------------------------------------------ */

.container {
}

/* ------------------------------------------------------------ *\
    Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 1200px;
    margin: auto;
}

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */

.header {
    height: 175px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

/* ------------------------------------------------------------ *\
    Header Bar
\* ------------------------------------------------------------ */

.header-bar {
    background-color: #5e717c;
    padding: 3px 0;
}

.header-bar-content {
    float: right;
}

/* ------------------------------------------------------------ *\
    Header Content
\* ------------------------------------------------------------ */

.header-content {
    border-bottom: 1px solid #f6f6f6;
    background-color: #fff;
}

/* ------------------------------------------------------------ *\
    Header Body
\* ------------------------------------------------------------ */

.header-body {
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 10px 0;
}

.header-callout {
    float: left;
    font-size: 16px;
    line-height: 2;
}

.header-callout a {
    color: #0db14b;
}

.header-callout strong {
    font-size: 20px;
}

.header-actions {
    float: right;
    font-size: 0;
    line-height: 0;
}

.header-actions .btn.btn-primary:focus, .header-actions .btn.btn-primary {
    border-color: #0db14b;
    color: #0db14b;
    font-size: 14px;
    line-height: 1;
    padding: 4px 10px;
    margin-left: 10px;
    text-transform: none;
    min-width: auto;
    font-weight: normal;
    text-align: left;
}

.header-actions .btn.btn-primary span {
    overflow: hidden;
    display: block;
}

.header-actions .btn.btn-primary .ico {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    transition: .2s;
}

.header-actions .btn.btn-primary:hover {
}

.header-actions .btn.btn-primary:hover .ico-users-green {
    background-image: url(css/images/ico-users-white.png);
}

.header-actions .btn.btn-primary:hover .ico-star-green {
    background-image: url(css/images/ico-ccjobs.png);
}

.header-actions .btn.btn-primary:hover .ico-awards-green {
    background-image: url(css/images/ico-awards-white.png);
}
.header-actions .btn.btn-primary:hover .ico-ccjobs {
    background-image: url(css/images/ico-ccjobs.png);
}

/*  Responsive  */

@media (max-width: 1199px) {
    .header {
        height: 160px;
    }
}

@media (max-width: 992px) {
    .header-bar-content {
        float: none;
    }

    .header-callout {
        font-size: 14px;
    }

    .header-callout strong {
        font-size: 18px;
    }
}

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

    .header-bar {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
    Main
\* ------------------------------------------------------------ */

.main {
    padding-top: 30px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .main {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .main {
        padding-top: 10px;
    }
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer {
}

/* ------------------------------------------------------------ *\
    Footer Content
\* ------------------------------------------------------------ */

.footer-content {
    padding: 25px 0 35px 0;
    background-color: #3d505b;
}

.footer-entry {
}

.footer-entry .footer-entry-head {
    display: table;
    text-align: center;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

.footer-entry .footer-entry-head h5 {
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Bree Serif', serif;
}

.footer-entry .footer-entry-body {
}

/* ------------------------------------------------------------ *\
    Footer Bar
\* ------------------------------------------------------------ */

.footer-bar {
    padding: 15px 0;
    background-color: #33444e;
}

/* ------------------------------------------------------------ *\
    Footer Nav
\* ------------------------------------------------------------ */

.footer-nav {
    max-width: 590px;
    width: 100%;
    margin: auto;
}

.footer-nav ul {
    list-style-type: none;
}

.footer-nav li {
    float: right;
    padding: 0 23px;
    font-size: 14px;
    line-height: 1.64;
    color: #fff;
}

.footer-nav a {
    color: #fff;
}

.footer-nav a:hover {
    color: #0db14b;
}

.footer .copyright {
    color: #fff;
    font-size: 14px;
    line-height: 1.64;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .footer-content {
        padding: 20px 0 30px 0;
    }

    .footer-entry .footer-entry-head {
        height: 40px;
        margin-bottom: 10px;
    }

    .footer-entry .footer-entry-head h5 br {
        display: none;
    }

    .footer-bar {
        padding: 10px 0;
    }

    .footer-nav {
        max-width: 465px;
    }

    .footer-nav li {
        padding: 0 15px;
        font-size: 12px;
    }

    .footer .copyright {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .footer-content {
        padding: 20px 0;
    }

    .footer-entry {
        padding: 10px 0;
    }

    .footer-entry .footer-entry-head {
        height: auto;
    }

    .footer-nav li {
        padding: 5px 10px;
        float: none;
        text-align: center;
    }

    .footer .copyright {
        font-size: 12px;
    }
}

/* ------------------------------------------------------------ *\
    Content
\* ------------------------------------------------------------ */

.content {
}

/* ------------------------------------------------------------ *\
    Sidebar
\* ------------------------------------------------------------ */

.sidebar {
}

/* ------------------------------------------------------------ *\
    III. Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Bootstrap Select
\* ------------------------------------------------------------ */

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

.bootstrap-select>.dropdown-toggle {
    min-width: 100%;
    padding: 9px 35px 9px 20px;
    font-size: 18px;
    line-height: 1.54;
    border: 1px solid #bdcdd1;
    background-color: #f8f8f8;
    color: #445054;
    font-weight: normal;
    text-transform: none;
}

.bootstrap-select>.dropdown-toggle:focus {
    outline: 0!important;
}

.bootstrap-select.open .dropdown-toggle {
    box-shadow: 0 0 0 1px #bdcdd1;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    border: 0;
    color: #445054;
    width: auto;
    height: auto;
    font-size: 20px;
    margin-top: -10px;
    right: 20px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
}

.bootstrap-select.btn-group .dropdown-menu {
    box-shadow: none;
    background-color: #fff;
    border: 2px solid #bdcdd1;
}

.bootstrap-select.btn-group .dropdown-menu li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #445054;
    padding: 3px 10px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #eef2f3;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .bootstrap-select>.dropdown-toggle {
        font-size: 16px;
        padding: 10px 35px 10px 20px;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .bootstrap-select.btn-group .dropdown-menu li a {
        padding: 3px 5px;
    }
}

@media (max-width: 767px) {
    .bootstrap-select>.dropdown-toggle {
        font-size: 14px;
        padding: 6px 25px 6px 10px;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        font-size: 14px;
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 10px;
        font-size: 16px;
        margin-top: -8px;
    }
}

/* ------------------------------------------------------------ *\
    Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 17px 5px;
    min-width: 240px;
    border-radius: 7px;
    transition: .2s;
}

.btn:focus, .btn:hover {
    box-shadow: none;
    -webkit-animation: smoothAnime 1.5s infinite;
            animation: smoothAnime 1.5s infinite;
}

/*  Btn Default  */

.btn.btn-default, .btn.btn-default:focus {
    background-color: #0db14b;
    border: 2px solid #0db14b;
    color: #fff;
}

.btn.btn-default:hover {
    background-color: #0e9942;
    border-color: #0e9942;
}

/*  Btn Primary  */

.btn.btn-primary, .btn.btn-primary:focus {
    border: 2px solid #445054;
    background: transparent;
    color: #445054;
}

.btn.btn-primary:hover {
    background-color: #0e9942;
    border-color: #0e9942;
    color: #fff;
}

/*  Btn Primary Alpha  */

.btn.btn-primary-alpha, .btn.btn-primary-alpha:focus {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-primary-alpha:hover {
    background-color: #0e9942;
    border-color: #0e9942;
    color: #fff;
}

/*  Btn Primary   */

.btn.btn-primary-beta, .btn.btn-primary-beta:focus {
    border: 2px solid #f2f2f2;
    background-color: #fff;
    color: #445054;
}

.btn.btn-primary-beta:hover {
    background-color: #0e9942;
    border-color: #0e9942;
    color: #fff;
}

/*  Btn Disabled  */

.btn.btn-default.disabled {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn.disabled, .btn[disabled] {
    opacity: 1;
}

/*  Btn Small  */

.btn.btn-small {
    font-size: 13px;
    line-height: 1.54;
    padding: 9px 25px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .btn {
        font-size: 14px;
        padding: 13px 5px;
        min-width: 185px;
    }

    .btn.btn-small {
        font-size: 11px;
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 12px;
        padding: 10px 5px;
        min-width: 145px;
    }

    .btn.btn-small {
        padding: 10px;
    }
}

/* ------------------------------------------------------------ *\
    Carousel
\* ------------------------------------------------------------ */

.carousel {
    position: relative;
}

.carousel .carousel-inner {
}

.carousel .item {
}

.carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel .carousel-caption {
    max-width: 780px;
    margin: auto;
    padding: 135px 0 0 0;
    left: 0;
    right: 0;
    text-shadow: none;
    top: 0;
    bottom: 0;
}

.carousel .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
}

.carousel .carousel-indicators li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #fff;
    transition: .2s;
}

.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover {
    background-color: #0db14b;
}

/*  Responsive  */

@media (max-width: 1199px) {
    .carousel .carousel-caption {
        padding-top: 30px;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .carousel .item img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .carousel .carousel-caption {
        position: relative;
        padding: 30px 0;
    }

    .carousel .carousel-indicators {
        bottom: 10px;
    }
}

/* ------------------------------------------------------------ *\
    Filters
\* ------------------------------------------------------------ */

.filters {
}

.filters + .filters {
    padding-top: 20px;
}

.filters .list-checkboxes {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.filters .list-checkboxes li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 20px 10px;
}

.filters .bootstrap-select>.dropdown-toggle {
    font-weight: bold;
    font-size: 13px;
    padding: 9px 25px 9px 15px;
    text-transform: uppercase;
    background-color: #f2f3f4;
    border: 1px solid #eee;
}

.filters .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #0db14b;
    right: 10px;
}

.filters .bootstrap-select.btn-group .dropdown-menu.open {
    border: 2px solid #eee;
}

.filters .bootstrap-select.btn-group .dropdown-menu li {
    font-size: 13px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .filters .list-checkboxes li {
        margin: 10px;
        margin-top: 0;
    }

    .filters .bootstrap-select>.dropdown-toggle {
        font-size: 12px;
        padding: 9px 20px 9px 10px;
        margin-bottom: 10px;
    }

    .filters .bootstrap-select.btn-group .dropdown-toggle .caret {
        font-size: 16px;
        margin-top: -8px;
    }

    .filters .bootstrap-select.btn-group .dropdown-menu li {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .filters .list-checkboxes li {
        margin: 5px 1px;
        margin-top: 0;
    }

    .filters .bootstrap-select>.dropdown-toggle {
        font-size: 11px;
        padding: 5px 20px 5px 10px;
    }

    .filters .bootstrap-select.btn-group .dropdown-toggle .caret {
        font-size: 14px;
        margin-top: -7px;
    }

    .filters .bootstrap-select.btn-group .dropdown-menu li {
        font-size: 11px;
    }
}

/* ------------------------------------------------------------ *\
    Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form-row {
    padding-bottom: 25px;
}

.form-label {
    font-size: 18px;
    line-height: 1.44;
    color: #445054;
    font-weight: normal;
}

.form-label.error .form-asterisk {
    color: #c20000;
}

.form-asterisk {
    color: #0db14b;
}

.form-control {
    box-shadow: 0 0 0 0 #bdcdd1;
    border: 1px solid #bdcdd1;
    font-size: 18px;
    line-height: 1.54;
    padding: 9px 17px;
    height: auto;
    transition: .2s;
}

.form-control:focus {
    box-shadow: 0 0 0 1px #bdcdd1;
    border-color: #bdcdd1;
    -webkit-animation: smoothAnime 1.5s infinite;
            animation: smoothAnime 1.5s infinite;
}

.form-control.error {
    border-color: #c20000;
    box-shadow: 0 0 0 1px #c20000;
}

.form-alert.form-alert-error {
    color: #c20000;
    font-style: italic;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1;
}

/*  Checkbox  */

.checkbox {
    margin: 0;
}

.checkbox input {
    display: none;
}

.checkbox .checkbox-label {
    font-weight: bold;
    min-width: 100%;
}

.checkbox input:checked + .checkbox-label {
    background-color: #0e9942;
    border-color: #0e9942;
    color: #fff;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .form-row {
        padding-bottom: 20px;
    }

    .form-label {
        font-size: 16px;
    }

    .form-control {
        font-size: 16px;
        padding: 10px 15px;
    }

    .form-alert.form-alert-error {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .form-row {
        padding-bottom: 15px;
    }

    .form-label {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
        padding: 5px 10px;
    }

    .form-alert.form-alert-error {
        font-size: 11px;
    }
}

/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */

.form {
}

.form .form-row {
}

.form .form-controls {
}

/* ------------------------------------------------------------ *\
    Form Login
\* ------------------------------------------------------------ */

.form-login {
}

.form-login .form-actions {
    text-align: center;
}

/* ------------------------------------------------------------ *\
    Carousel
\* ------------------------------------------------------------ */

.ico {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.ico-arrow-down, .ico-arrow-down-gray {
    width: 42px;
    height: 23px;
}

.ico-arrow-down {
    background-image: url(css/images/ico-arrow-down.png);
}

.ico-arrow-down-gray {
    background-image: url(css/images/ico-arrow-down-gray.png);
}

.ico-arrow-left-gray-small, .ico-arrow-right-gray-small {
    width: 12px;
    height: 22px;
}

.ico-arrow-left-gray-small {
    background-image: url(css/images/ico-arrow-left-gray-small.png);
}

.ico-arrow-right-gray-small {
    background-image: url(css/images/ico-arrow-right-gray-small.png);
}

.ico-book {
    background-image: url(css/images/ico-book.png);
    width: 68px;
    height: 63px;
}

.ico-calendar {
    background-image: url(css/images/ico-calendar.png);
    width: 64px;
    height: 64px;
}

.ico-users {
    background-image: url(css/images/ico-users.png);
    width: 70px;
    height: 55px;
}

.ico-tie {
    background-image: url(css/images/ico-tie.png);
    width: 70px;
    height: 34px;
}

.ico-table {
    background-image: url(css/images/ico-table.png);
    width: 72px;
    height: 60px;
}

.ico-graduate {
    background-image: url(css/images/ico-graduate.png);
    width: 78px;
    height: 63px;
}

.ico-globe {
    background-image: url(css/images/ico-globe.png);
    width: 39px;
    height: 64px;
}

.ico-folder {
    background-image: url(css/images/ico-folder.png);
    width: 64px;
    height: 64px;
}

.ico-quote {
    background-image: url(css/images/ico-quote.png);
    width: 268px;
    height: 239px;
}

.ico-pen {
    background-image: url(css/images/ico-pen.png);
    width: 20px;
    height: 20px;
}

.ico-login {
    background-image: url(css/images/ico-login.png);
    width: 20px;
    height: 16px;
}

.ico-search {
    background-image: url(css/images/ico-search.png);
    width: 18px;
    height: 18px;
}

.ico-shopping-cart-lightgreen {
    background-image: url(css/images/ico-shopping-cart-lightgreen.png);
    width: 17px;
    height: 16px;
}

.ico-users-green {
    background-image: url(css/images/ico-users-green.png);
    width: 28px;
    height: 22px;
}

.ico-star-green, .ico-awards-green {
    width: 29px;
    height: 24px;
}

.ico-star-green {
    background-image: url(css/images/ico-ccjobs.png);
}

.ico-awards-green {
    background-image: url(css/images/ico-awards-green.png);
}
.ico-ccjobs {
    background-image: url(css/images/ico-ccjobs.png);
}

.ico-user, .ico-user-lightgreen {
    width: 22px;
    height: 22px;
}

.ico-user {
    background-image: url(css/images/ico-user.png);
}

.ico-user-lightgreen {
    background-image: url(css/images/ico-user-lightgreen.png);
}

.ico-calendar-mobile, .ico-training-mobile, .ico-awards-mobile, .ico-news-mobile,
.ico-x-mobile {
    height: 27px;
}

.ico-calendar-mobile {
    background-image: url(css/images/ico-calendar-mobile.png);
    width: 27px;
}

.ico-training-mobile {
    background-image: url(css/images/ico-training-mobile.png);
    width: 31px;
}

.ico-awards-mobile {
    background-image: url(css/images/ico-awards-mobile.png);
    width: 30px;
}

.ico-news-mobile {
    background-image: url(css/images/ico-news-mobile.png);
    width: 28px;
}

.ico-x-mobile {
    background-image: url(css/images/ico-x-mobile.png);
    width: 28px;
}

a.equal {
    display: block;
    height: 115px;
    position: relative;
}

a.equal i {
    top: 50%;
    transform: translateY(-75%);
    position: relative;
}

a.equal h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .ico-arrow-down, .ico-arrow-down-gray {
        width: 32px;
        height: 17px;
    }

    .ico-arrow-left-gray-small, .ico-arrow-right-gray-small {
        width: 9px;
        height: 16px;
    }

    .ico-book {
        width: 52px;
        height: 48px;
    }

    .ico-calendar {
        width: 49px;
        height: 49px;
    }

    .ico-users {
        width: 53px;
        height: 42px;
    }

    .ico-tie {
        width: 53px;
        height: 26px;
    }

    .ico-table {
        width: 55px;
        height: 46px;
    }

    .ico-graduate {
        width: 60px;
        height: 48px;
    }

    .ico-globe {
        width: 44px;
        height: 57px;
    }

    .ico-folder {
        width: 47px;
        height: 47px;
    }

    .ico-quote {
        width: 206px;
        height: 183px;
    }
}

@media (max-width: 767px) {
    .ico-arrow-down, .ico-arrow-down-gray {
        width: 24px;
        height: 13px;
    }

    .ico-arrow-left-gray-small, .ico-arrow-right-gray-small {
        width: 6px;
        height: 12px;
    }

    .ico-book {
        width: 40px;
        height: 36px;
    }

    .ico-calendar {
        width: 37px;
        height: 37px;
    }

    .ico-users {
        width: 40px;
        height: 32px;
    }

    .ico-tie {
        width: 40px;
        height: 20px;
    }

    .ico-table {
        width: 42px;
        height: 35px;
    }

    .ico-graduate {
        width: 46px;
        height: 36px;
    }

    .ico-globe {
        width: 33px;
        height: 43px;
    }

    .ico-folder {
        width: 36px;
        height: 36px;
    }

    .ico-quote {
        width: 158px;
        height: 140px;
    }

    #eventDetailsUpper > div > div > div > h2 {
        margin-top: 30px;
    }
}

/* ------------------------------------------------------------ *\
    Intro
\* ------------------------------------------------------------ */

.intro {
}

.intro .intro-inner {
    max-width: 780px;
    margin: auto;
    padding: 80px 0 75px 0;
}

.intro .intro-head {
    text-align: center;
    color: #fff;
}

.intro .intro-title {
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.intro .intro-meta {
}

.intro .intro-head .ico {
    display: block;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 25px;
}

.intro .intro-body {
    color: #fff;
}

.intro .intro-entry {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.44;
}

.intro .intro-actions {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.intro .intro-actions .btn {
    margin: 0 5px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .intro .intro-inner {
        padding: 60px 0 55px 0;
    }

    .intro .intro-title {
        padding-bottom: 15px;
    }

    .intro .intro-head .ico {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .intro .intro-entry {
        padding-bottom: 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .intro .intro-inner {
        padding: 30px 0 10px;
    }

    .intro .intro-title {
        padding-bottom: 10px;
    }

    .intro .intro-head .ico {
        margin: 15px auto;
    }

    .intro .intro-entry {
        padding-bottom: 20px;
        font-size: 14px;
        display: none;
    }

    .intro .intro-actions .btn {
        margin: 0 2px;
    }

    .owl-theme .owl-controls {
        display: none !important;
    }

    h2.gray {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    div.col-lg-3.col-md-3.col-sm-3.col-xs-12.col-centered p {
        padding-bottom: 20px;
    }
}

/* ------------------------------------------------------------ *\
    Label
\* ------------------------------------------------------------ */

.label {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.08;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 5px 0 5px;
    height: 38px;
    display: inline-block;
    width: 125px;
    white-space: normal;
    vertical-align: middle;
    padding: 12px 5px;
}

/*  Label Alpha  */

.label-alpha {
    padding: 5px;
}

/* ------------------------------------------------------------ *\
    Label Large
\* ------------------------------------------------------------ */

.label-large {
    font-size: 16px;
    line-height: 1.06;
    height: 58px;
    border-radius: 0 0 5px 5px;
    width: 240px;
    padding: 13px;
}

/*  Label Warning  */

.label-warning {
    background-color: #ff7200;
}

/*  Label Danger  */

.label-danger {
    background-color: #c20000;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .label {
        font-size: 12px;
        width: 95px;
    }

    .label-alpha {
        padding: 5px;
    }

    .label-large {
        font-size: 15px;
        height: 48px;
        width: 185px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .label {
        font-size: 10px;
        width: 95px;
        height: 34px;
    }

    .label-alpha {
        padding: 5px;
    }

    .label-large {
        font-size: 13px;
        height: 48px;
        width: 145px;
        padding: 10px;
    }
}

/* ------------------------------------------------------------ *\
    List
\* ------------------------------------------------------------ */

[class^="list-"] {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
    List Checkboxes
\* ------------------------------------------------------------ */

.list-checkboxes {
    list-style-type: none;
}

/* ------------------------------------------------------------ *\
    List Bullets
\* ------------------------------------------------------------ */

.list-bullets {
    list-style-type: none;
}

.list-bullets li {
    padding: 0 0 5px 15px;
    position: relative;
}

.list-bullets li:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #0db14b;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .list-bullets li {
        padding-left: 12px;
    }

    .list-bullets li:before {
        width: 6px;
        height: 6px;
        top: 7px;
    }
}

@media (max-width: 767px) {
    .list-bullets li {
        padding-left: 10px;
    }

    .list-bullets li:before {
        width: 4px;
        height: 4px;
        top: 5px;
    }
}

/* ------------------------------------------------------------ *\
    List Members
\* ------------------------------------------------------------ */

.list-members {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.list-members li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}

.list-members a:hover {
    -webkit-animation: smoothAnime 1.5s infinite;
            animation: smoothAnime 1.5s infinite;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .list-members li {
        display: block;
        margin: 0;
    }

    .list-members li + li {
        margin-top: 10px;
    }
}

/* ------------------------------------------------------------ *\
    Logo
\* ------------------------------------------------------------ */

.logo-wrap {
    float: left;
    margin-top: 15px;
}

.logo {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    display: block;
    background-image: url(css/images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 227px;
    height: 52px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .logo-wrap {
        float: none;
        margin-top: 15px;
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 15px;
    }

    .logo {
        float: left;
        background-image: url(css/images/logo-mobile.png);
        width: 96px;
        height: 30px;
    }
}

/* ------------------------------------------------------------ *\
    Label
\* ------------------------------------------------------------ */

.modal {
}

/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

.nav-wrapper {
    float: right;
    padding-top: 29px;
}

.nav.nav-pills {
}

.nav.nav-pills > li {
}

.nav.nav-pills > li > a {
    color: #445054;
    padding: 0 20px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.25;
}

.nav.nav-pills > li > a .ico {
    display: none;
}

.nav.nav-pills > li > a:focus, .nav.nav-pills > li > a:hover {
    background: none;
    color: #0db14b;
}

.nav.nav-pills > li > a .fa {
    display: block;
    text-align: center;
}

.nav.nav-pills > li:last-child a {
    margin-top: -5px;
    font-size: 12px;
}

.nav.nav-pills > li:last-child .fa {
    position: relative;
    top: 2px;
    font-size: 16px;
}

.nav.nav-pills .open > a, .nav.nav-pills .open > a:hover,
.nav.nav-pills .open > a:focus {
    color: #0db14b;
    background: none;
}

.nav.nav-pills .open > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #0db14b;
}

.nav.nav-pills .dropdown-menu {
    margin-top: 0;
    background-color: #fcfcfc;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #f6f6f6;
    border-top: 2px solid #0db14b;
    margin-top: 6px;
}

.nav.nav-pills .dropdown-menu > li {
}

.nav.nav-pills .dropdown-menu > li > a {
    padding: 0 40px;
    color: #445054;
    font-size: 16px;
    line-height: 2.5;
}

.nav.nav-pills .dropdown-menu > li > a:hover {
    color: #0db14b;
    background: none;
}

.nav.nav-pills .link-more.open > a:before {
    left: auto;
    right: 15px;
    bottom: 0;
    display: none;
}

.nav.nav-pills .link-more .dropdown-menu {
    display: none;
}

/*  Responsive  */

@media (max-width: 1199px) {
    .nav.nav-pills > li > a {
        padding: 0 10px;
        padding-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .nav.nav-pills > li.tablet-hidden {
        display: none;
    }

    .nav.nav-pills .dropdown-menu > li.tablet-hidden {
        display: none;
    }

    .nav.nav-pills .open > a:before {
        margin-left: -3px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #0db14b;
    }

    .nav.nav-pills .link-more.open .dropdown-menu {
        display: block;
        left: auto;
        right: 0;
        margin-top: 0;
    }

    .nav.nav-pills .link-more.open > a:before {
        display: block;
    }

    .nav.nav-pills .dropdown-menu > li > a {
        font-size: 14px;
        padding: 0 20px;
        line-height: 2;
    }
}

@media (max-width: 767px) {
    .nav-wrapper {
        float: none;
        padding-top: 15px;
        position: relative;
    }

    .nav.nav-pills > li > a .ico {
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    .nav.nav-pills .link-more > a .ico {
        display: none;
    }

    .nav.nav-pills .link-more.open > a .ico {
        display: block;
    }

    .nav.nav-pills .link-more.open > a .fa {
        display: none;
    }

    .nav.nav-pills > li > a {
        font-size: 12px;
    }

    .nav.nav-pills > li:last-child a {
        margin-top: 0;
    }

    .nav.nav-pills > li:last-child a .fa {
        font-size: 30px;
        color: #0db14b;
    }

    .nav.nav-pills {
        display: table;
        width: 100%;
    }

    .nav.nav-pills > li {
        display: table-cell;
        float: none;
        vertical-align: middle;
        text-align: center;
        position: static;
    }

    .nav.nav-pills > li > a {
        white-space: nowrap;
        padding: 0;
        padding-bottom: 15px;
    }

    .nav.nav-pills .open > a:before {
        bottom: 0;
    }

    .nav.nav-pills .dropdown-menu {
        margin-top: 0;
        left: 0;
        right: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .nav.nav-pills .dropdown-menu > li.tablet-hidden {
        display: block;
    }

    .nav.nav-pills .link-more.open > a:before {
        right: auto;
        left: 50%;
        margin-left: -3px;
    }

    .nav.nav-pills .link-more.open .dropdown-menu {
        left: 0;
    }
}

/* ------------------------------------------------------------ *\
    Nav Alpha
\* ------------------------------------------------------------ */

.nav-alpha {
    float: left;
}

.nav-alpha ul {
    list-style-type: none;
}

.nav-alpha li {
    float: left;
    font-size: 14px;
    line-height: 1.86;
}

.nav-alpha li + li {
    padding-left: 30px;
}

.nav-alpha a {
    color: #fff;
}

.nav-alpha a:hover {
    color: #caea2c;
}

.nav-alpha a.tel {
    color: #caea2c;
}

/*  Responsive  */

@media (max-width: 1199px) {
    .nav-alpha li + li {
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    .nav-alpha {
        display: none;
    }
}

@media (max-width: 767px) {
}

/* ------------------------------------------------------------ *\
    Nav Utilities
\* ------------------------------------------------------------ */

.nav-utilities {
    float: right;
    padding-left: 15px;
}

.nav-utilities.mobile-shown {
    display: none;
}

.nav-utilities ul {
    list-style-type: none;
}

.nav-utilities li {
    float: left;
    font-size: 14px;
    line-height: 1.86;
    padding-left: 30px;
}

.nav-utilities a {
    color: #fff;
}

.nav-utilities .ico {
    position: relative;
    top: -2px;
    margin-right: 5px;
    transition: .2s;
}

.nav-utilities a:hover {
    color: #caea2c;
}

.nav-utilities a span {
    color: #caea2c;
}

.nav-utilities a:hover .ico-pen {
    background-image: url(css/images/ico-pen-lightgreen.png);
}

.nav-utilities a:hover .ico-login {
    background-image: url(css/images/ico-login-lightgreen.png);
}

/*  Responsive  */

@media (max-width: 1199px) {
    .nav-utilities li {
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    .nav-utilities {
        float: left;
    }
}

@media (max-width: 767px) {
    .nav-utilities.mobile-shown {
        float: right;
        display: block;
    }

    .nav-utilities {
        padding-left: 0;
        padding-top: 5px;
    }

    .nav-utilities .ico {
        margin-right: 1px;
    }

    .nav-utilities li {
        font-size: 10px;
        padding-left: 10px;
    }

    .nav-utilities a {
        color: #445054;
    }

    .nav-utilities a .ico-login {
        background-image: url(css/images/ico-login-gray.png);
        width: 18px;
        height: 16px;
    }

    .nav-utilities a .ico-shopping-cart-lightgreen {
        background-image: url(css/images/ico-shopping-cart-gray.png);
        width: 22px;
        height: 21px;
    }

    .nav-utilities a .ico-user {
        background-image: url(css/images/ico-user-gray.png);
        width: 21px;
        height: 21px;
    }

    .nav-utilities a .ico-pen {
        background-image: url(css/images/ico-pen-gray.png);
        width: 14px;
        height: 16px;
    }

    .nav-utilities a .ico-logout {
        background-image: url(css/images/ico-logout-gray.png);
        width: 18px;
        height: 16px;
    }

    .nav-utilities a span {
        color: #445054;
    }
}

/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */

.pagination {
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: block;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 14px;
}

.pagination .btn {
    color: #445054;
    min-width: auto;
    font-size: 14px;
}

.pagination .active .btn {
    background-color: #0e9942;
    border-color: #0e9942;
}

.pagination .fa {
    color: #f2f2f2;
    font-size: 14px;
}

.pagination .pagination-previous, .pagination .pagination-next {
    color: #f2f2f2;
    font-size: 14px;
    text-transform: uppercase;
}

.pagination .pagination-previous .fa, .pagination .pagination-next .fa {
    color: #f2f2f2;
}

.pagination .pagination-previous a, .pagination .pagination-next a {
    color: #f2f2f2;
}

.pagination .pagination-previous .fa {
    margin-right: 5px;
}

.pagination .pagination-next .fa {
    margin-left: 5px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 7px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .pagination li {
        margin: 0 5px;
        font-size: 12px;
    }

    .pagination .btn {
        font-size: 12px;
    }

    .pagination .fa {
        font-size: 12px;
    }

    .pagination .pagination-previous, .pagination .pagination-next {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .pagination li {
        margin: 2px;
        font-size: 10px;
    }

    .pagination .btn {
        font-size: 10px;
    }

    .pagination .fa {
        font-size: 10px;
    }

    .pagination .pagination-previous, .pagination .pagination-next {
        font-size: 10px;
    }
}

/* ------------------------------------------------------------ *\
    Search
\* ------------------------------------------------------------ */

.search {
    float: left;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    position: relative;
    width: 160px;
}

.search .search-field {
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    padding: 3px 30px 3px 15px;
    border: 0;
    background: none;
    display: block;
    width: 100%;
}

.search .search-btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    border: 0;
    background: none;
}

.search .search-btn .ico {
    position: relative;
    top: -2px;
    transition: .2s;
}

.search .search-btn:hover .ico-search {
    background-image: url(css/images/ico-search-lightgreen.png);
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .search {
        float: right;
    }
}

@media (max-width: 767px) {
    .search {
        float: none;
        width: auto;
        margin: 0 20px;
        background: #f6f6f6;
    }

    .search .search-field {
        color: #445054;
        padding: 10px 25px 10px 15px;
    }

    .search .search-btn {
        top: 7px;
    }

    .search .search-btn .ico-search {
        background-image: url(css/images/ico-search-green.png);
        width: 26px;
        height: 26px;
        top: 0;
    }
}

/* ------------------------------------------------------------ *\
    Section UI / Used for styling UIStyleguide_glogal only
\* ------------------------------------------------------------ */

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

.section-ui > .section-head {
    background-color: #e6e6e6;
    padding: 30px 0;
    margin-bottom: 30px;
}

.section-ui > .section-head h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
}

.section-ui > .section-body {
}

.section-ui > .section-body h6 {
    padding-bottom: 30px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-ui > .section-body + .section-body {
    padding-top: 50px;
}

/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */

.section {
    margin-bottom: 50px;
}

.section .section-inner {
    max-width: 780px;
    margin: auto;
}

.section .section-head {
    padding-bottom: 60px;
    text-align: center;
}

.section .section-head .ico {
    display: block;
    margin: 15px auto 20px auto;
}

.section .section-title {
    color: #0db14b;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.section .section-body {
    color: #445054;
}

.section .section-entry {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
}

.section .section-actions {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding-top: 35px;
}

.section .section-actions .btn {
    margin: 0 5px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .section {
        margin-bottom: 35px;
    }

    .section .section-head {
        padding-bottom: 45px;
    }

    .section .section-head .ico {
        margin: 10px auto 15px auto;
    }

    .section .section-title {
        padding-bottom: 15px;
    }

    .section .section-entry {
        padding-bottom: 30px;
        font-size: 16px;
    }

    .section .section-actions {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 25px;
    }

    .section .section-head {
        padding-bottom: 25px;
    }

    .section .section-head .ico {
        margin: 5px auto 10px auto;
    }

    .section .section-title {
        padding-bottom: 10px;
    }

    .section .section-entry {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .section .section-actions {
        padding-top: 15px;
    }

    .section .section-actions .btn {
        margin: 2px;
    }
}

/* ------------------------------------------------------------ *\
    Section Callout
\* ------------------------------------------------------------ */

.section-callout {
    margin-bottom: 50px;
}

.section-callout .section-inner {
    max-width: 780px;
    margin: auto;
    padding: 80px 0;
}

.section-callout .section-head {
    text-align: center;
    color: #fff;
}

.section-callout .section-title {
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.section-callout .section-head .ico {
    display: block;
    margin: 15px auto 20px auto;
}

.section-callout .section-body {
    color: #fff;
}

.section-callout .section-entry {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
}

.section-callout .section-actions {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.section-callout .section-actions .btn {
    margin: 0 5px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .section-callout {
        margin-bottom: 35px;
    }

    .section-callout .section-inner {
        padding: 60px 0;
    }

    .section-callout .section-title {
        padding-bottom: 15px;
    }

    .section-callout .section-head .ico {
        margin: 10px auto 15px auto;
    }

    .section-callout .section-entry {
        padding-bottom: 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-callout {
        margin-bottom: 25px;
    }

    .section-callout .section-inner {
        padding: 40px 0;
    }

    .section-callout .section-title {
        padding-bottom: 10px;
    }

    .section-callout .section-head .ico {
        margin: 5px auto 10px auto;
    }

    .section-callout .section-entry {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .section-callout .section-actions .btn {
        margin: 2px;
    }
}

/* ------------------------------------------------------------ *\
    Section Events Alpha
\* ------------------------------------------------------------ */

.section-events-alpha {
    margin-bottom: 50px;
    overflow: hidden;
}

.section-events-alpha .section-inner {
    max-width: 780px;
    margin: auto;
    padding: 0 0 190px 0;
}

.section-events-alpha .section-head {
    text-align: center;
    color: #fff;
}

.section-events-alpha .section-title {
    color: #fff;
    padding: 125px 0 20px 0;
    letter-spacing: 1px;
}

.section-events-alpha .section-head .ico {
    display: block;
    margin: 15px auto 20px auto;
}

.section-events-alpha .section-label {
    text-align: center;
}

.section-events-alpha .section-body {
    color: #fff;
}

.section-events-alpha .section-entry {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
}

.section-events-alpha .section-actions {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.section-events-alpha .section-actions .btn {
    margin: 0 5px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .section-events-alpha {
        margin-bottom: 35px;
    }

    .section-events-alpha .section-inner {
        padding-bottom: 145px;
    }

    .section-events-alpha .section-title {
        padding-top: 90px;
    }

    .section-events-alpha .section-head .ico {
        margin: 10px auto 15px auto;
    }

    .section-events-alpha .section-entry {
        padding-bottom: 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-events-alpha {
        margin-bottom: 25px;
    }

    .section-events-alpha .section-inner {/* padding-bottom: 110px; */
        padding-bottom: 0 !important;
    }

    .section-events-alpha .section-title {
        padding-top: 70px;
    }

    .section-events-alpha .section-head .ico {
        margin: 5px auto 10px auto;
    }

    .section-events-alpha .section-entry {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .section-events-alpha .section-actions .btn {
        margin: 2px;
    }
}

/* ------------------------------------------------------------ *\
    Section Banner
\* ------------------------------------------------------------ */

.section-banner {
    background-color: #fafafa;
    margin-bottom: 50px;
}

.section-banner .section-inner {
    max-width: 780px;
    margin: auto;
    padding: 50px 0 60px 0;
}

.section-banner .section-head {
    text-align: center;
    color: #fff;
}

.section-banner .section-title {
    color: #0db14b;
    padding-bottom: 40px;
    letter-spacing: 1px;
}

.section-banner .section-body {
    color: #445054;
}

.section-banner .section-entry {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
}

.section-banner .section-actions {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.section-banner .section-actions .btn {
    margin: 0 5px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .section-banner {
        margin-bottom: 35px;
    }

    .section-banner .section-inner {
        padding: 35px 0 40px 0;
    }

    .section-banner .section-title {
        padding-bottom: 30px;
    }

    .section-banner .section-entry {
        padding-bottom: 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-banner {
        margin-bottom: 25px;
    }

    .section-banner .section-inner {
        padding: 25px 0 30px 0;
    }

    .section-banner .section-title {
        padding-bottom: 20px;
    }

    .section-banner .section-entry {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .section-banner .section-actions .btn {
        margin: 2px;
    }
}

/* ------------------------------------------------------------ *\
    Section Thumbnails
\* ------------------------------------------------------------ */

.section-thumbnails {
    margin-bottom: 50px;
}

.section-thumbnails .section-paging {
    padding-top: 80px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .section-thumbnails {
        margin-bottom: 35px;
    }

    .section-thumbnails .section-paging {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .section-thumbnails {
        margin-bottom: 25px;
    }

    .section-thumbnails .section-paging {
        padding-top: 45px;
    }
}

/* ------------------------------------------------------------ *\
    Section Testimonials
\* ------------------------------------------------------------ */

.section-testimonials {
    position: relative;
}

.section-testimonials .ico-quote {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .section-testimonials .ico-quote {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .section-testimonials .ico-quote {
        top: 15px;
    }
}

/* ------------------------------------------------------------ *\
    Slider Sponsors
\* ------------------------------------------------------------ */

.slider-sponsors {
    padding: 35px 0 20px 0;
    position: relative;
    background-color: #fbfbfb;
}

.slider-sponsors.organised {
    padding: 0 0 20px 0;
}

.slider-sponsors {
    padding: 35px 0 20px 0;
    position: relative;
    background-color: #fbfbfb;
}

.slider-sponsors .slides {
    opacity: 0;
}

.slider-sponsors .caroufredsel_wrapper .slides {
    opacity: 1;
}

.slider-sponsors .slider-clip {
    padding-bottom: 30px;
}

.slider-sponsors .slides {
    list-style-type: none;
}

.slider-sponsors .slide {
    float: left;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: #0db14b;
    font-family: 'Bree Serif', serif;
    margin-left: 20px;
}

.slider-sponsors .slide-image {
    border-left: 1px solid #e4e4e4;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slider-sponsors.organised .slide-image {
    height: 50px;
    width: auto;
}

.slider-sponsors.organised .slide-image img {
    height: 50px!important;
    width: auto!important;
}

.slider-sponsors .slide:first-child .slide-image {
    border-left: 0;
}

.slider-sponsors .slide-image img {
    display: block;
    margin: auto;
}

.slider-sponsors .slide a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.slider-sponsors .slide a:hover {
    -webkit-animation: smoothAnime 1.5s infinite;
            animation: smoothAnime 1.5s infinite;
}

.slider-sponsors .slider-actions {
}

.slider-sponsors .slider-actions a {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.slider-sponsors .slider-actions a.slider-prev {
    left: 30px;
}

.slider-sponsors .slider-actions a.slider-next {
    right: 30px;
}

.slider-sponsors .slider-paging {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slider-sponsors .slider-paging a {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #dcdcdc;
    border-radius: 50%;
}

.slider-sponsors .slider-paging a.selected,
.slider-sponsors .slider-paging a:hover {
    background-color: #0db14b;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .slider-sponsors .slide a {
        display: block;
        margin: 10px 30px;
    }
}

/*
@media (max-width: 768px) {
    .slider-sponsors .slider-actions a.slider-prev {
        left: 30px;
    }

    .slider-sponsors .slider-actions a.slider-next {
        right: 30px;
    }
}
*/

/* ------------------------------------------------------------ *\
    Form Elements
\* ------------------------------------------------------------ */

.socials {
}

.socials ul {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.socials a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
}

.socials a.link-facebook {
    background-image: url(css/images/ico-facebook.png);
}

.socials a.link-twitter {
    background-image: url(css/images/ico-twitter.png);
}

.socials a.link-googleplus {
    background-image: url(css/images/ico-googleplus.png);
}

.socials a.link-linkedin {
    background-image: url(css/images/ico-linkedin.png);
}

.socials a.link-youtube {
    background-image: url(css/images/ico-youtube.png);
}

.socials a.link-instagram {
    background-image: url(css/images/ico-insta.png);
}

.socials a.link-share {
    background-image: url(css/images/ico-share.png);
}

.socials a:hover {
    -webkit-animation: smoothAnime 1s infinite;
            animation: smoothAnime 1s infinite;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .socials a {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .socials a {
        width: 25px;
        height: 25px;
    }
}

/* ------------------------------------------------------------ *\
    Subscribe
\* ------------------------------------------------------------ */

.subscribe {
    max-width: 280px;
    margin: auto;
}

.subscribe .subscribe-control {
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    color: #4c585c;
    font-size: 15px;
    line-height: 23px;
    padding: 12px 5px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 0;
}

.subscribe .subscribe-btn {
    font-size: 16px;
    min-width: 100%;
    display: block;
    padding: 12px 5px;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .subscribe {
        padding-bottom: 45px;
        max-width: 350px;
    }

    .subscribe .subscribe-control {
        font-size: 13px;
        padding: 10px 5px;
    }

    .subscribe .subscribe-btn {
        font-size: 14px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .subscribe {
        padding-bottom: 0;
    }

    .subscribe .subscribe-control {
        font-size: 11px;
        padding: 5px;
    }

    .subscribe .subscribe-btn {
        font-size: 12px;
        padding: 5px;
    }
}

/* ------------------------------------------------------------ *\
    Table
\* ------------------------------------------------------------ */

.table {
}

/* ------------------------------------------------------------ *\
    Tabs
\* ------------------------------------------------------------ */

.tabs {
}

.tabs .nav-tabs {
    border-bottom: 2px solid #0db14b;
}

.tabs .nav-tabs li {
    margin-bottom: 0;
}

.tabs .nav-tabs li + li {
    border-left: 1px solid #ebebeb;
}

.tabs .nav-tabs li a {
    background-color: #fbfbfb;
    color: #445054;
    font-family: 'Bree Serif', serif;
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 10px 35px;
    margin: 0;
    transition: .2s;
}

.tabs .nav-tabs li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs .nav-tabs li:last-child a {
    border-radius: 0 5px 0 0;
}

.tabs .nav-tabs li.active a {
    background-color: #0db14b;
    color: #fff;
    border: 0;
}

.tabs .tab-content {
    padding-top: 35px;
}

.tabs .tab-pane {
    font-size: 18px;
    line-height: 1.44;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .tabs .nav-tabs li a {
        padding: 10px 15px;
    }

    .tabs .tab-content {
        padding-top: 15px;
    }

    .tabs .tab-pane {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tabs .nav-tabs {
        display: table;
        width: 100%;
    }

    .tabs .nav-tabs li {
        display: table-cell;
        float: none;
    }

    .tabs .nav-tabs li a {
        padding: 10px;
    }

    .tabs .nav-tabs li a br {
        display: none;
    }

    .tabs .tab-content {
        padding-top: 10px;
    }

    .tabs .tab-pane {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------ *\
    Testimonial
\* ------------------------------------------------------------ */

.testimonial {
    text-align: left;
}

.testimonial blockquote {
    border-left: 0;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.54;
    color: #5e717c;
    font-family: 'Bree Serif', serif;
}

.testimonial .testimonial-author {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.44;
    color: #5e717c;
    font-weight: bold;
}

.testimonial .testimonial-author-position {
    font-weight: normal;
    display: block;
}

/*  Responsive  */

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
    .testimonial blockquote {
        font-size: 22px;
    }

    .testimonial .testimonial-author {
        padding-top: 15px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .testimonial blockquote {
        font-size: 18px;
    }

    .testimonial .testimonial-author {
        padding-top: 10px;
        font-size: 14px;
    }
}

/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */

.thumbnail {
    padding: 5px;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    margin: 0 5px 50px 5px;
    min-height: 385px;
}

.thumbnail .thumbnail-image {
    position: relative;
    overflow: hidden;
}

.thumbnail .thumbnail-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    transition: .2s;
}

.thumbnail .thumbnail-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    opacity: 0;
    transition: .2s;
}

.thumbnail .thumbnail-actions {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.thumbnail .thumbnail-actions .btn {
    margin: 0 3px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 140px;
}

.thumbnail .thumbnail-content {
    text-align: center;
    padding: 15px 25px 15px 25px;
}

.thumbnail .thumbnail-title {
    color: #0db14b;
    line-height: 1.15;
}

.thumbnail .thumbnail-meta {
    color: #445054;
    padding-bottom: 5px;
    font-weight: bold;
}

.thumbnail .thumbnail-entry {
    padding-top: 10px;
}

.thumbnail:hover .thumbnail-image img, .thumbnail.hovered .thumbnail-image img {
    -webkit-filter: blur(4px);
            filter: blur(4px);
}

.thumbnail:hover .thumbnail-overlay, .thumbnail.hovered .thumbnail-overlay {
    opacity: 1;
}

/*  Responsive  */

@media (max-width: 1199px) {
    .thumbnail .thumbnail-actions .btn {
        min-width: 120px;
    }
}

@media (max-width: 992px) {
    .thumbnail {
        margin: auto;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .thumbnail {
        min-height: auto;
        margin: auto;
        margin-bottom: 25px;
    }
}

/* ------------------------------------------------------------ *\
    Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}
