/* --------------------------------------------------------------------------
 *  Conference Stylesheet - Table of Content

    1 - General
    1.1 - Google fonts
    1.2 - Preloader
    1.3 - Global properties (body, common classes, structure etc)
    1.4 - Page section block
    1.5 - Typography (section title, links, page dividers)
    1.6 - Buttons
    1.7 - Form / Input / Textarea

    2 - Header
    2.1 - Logo
    2.3 - Navigation
    2.4 - Fixed menu
    2.5 - Mobile menu

    3 - Content
    3.1 - Main slider / Owl carousel
    3.2 - Event description
    3.3 - Image carousel / Owl carousel
    3.4 - Partners carousel / Owl carousel
    3.5 - Breadcrumbs
    3.6 - Schedule
    3.7 - FAQ
    3.8 - Blog / Post
    3.9 - Comments
    3.10 - Pagination / Pager
    3.12 - Thumbnails / Features
    3.13 - Media / Testimonials

    4 - Footer

    5 - Widgets / Shortcodes / Components
    5.1 - prettyPhoto
    5.2 - Contact form / af-form
    5.3 - Social line
    5.4 - Price table
    5.5 - Google map
    5.6 - Back to top button

    6 - Helper Classes

 * -------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------
 * 1 - General
 * -------------------------------------------------------------------------- */

/* 1.1  - Google fonts
/* ========================================================================== */

/* font-family: 'Open Sans', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic');
/* font-family: 'Ubuntu', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Ubuntu:700,300,300italic,400,400italic,500,500italic,700italic');

/* 1.2 - Preloader
/* ========================================================================== */

#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#status {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    /*background-image: url(../img/preloader.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: -30px 0 0 -30px;
    text-align: center;
    font-size: 50px;
}
#status span {
    position: absolute;
    left: 0; top: 0; z-index: 0;
    height: 60px; width: 60px;
    border: 6px solid #eeeeee;
    border-radius: 50%;
}
#status .spinner {
    animation: 1s linear 0s normal none infinite spinner;
    border-color: transparent transparent transparent #333333;
    z-index: 1;
}
@keyframes spinner {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
@keyframes spinner {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}

/* 1.3  - Global properties (body, common classes, structure etc)
/* ========================================================================== */

body {
    position:relative;
    overflow-x: hidden;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    background: #fbfbfb;
    color: #777777;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: auto;
    /*-webkit-backface-visibility: hidden !important; *//* reset animate.css / if hidden parallax buggy */
    /*-webkit-transform: translateZ(0) !important;*/
}
body.boxed {
    background: #eeeeee;
}

/* overflow the content area
 * -------------------------------------------------------------------------- */

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; */
}

.page {}
.content {}
.sidebar {
    font-size: 14px;
    line-height: 1.3;
}
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}
.container {}
.wide .container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.boxed .container.full-width {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1390px) {
    .container {
        width: 1290px;
    }
}
@media (max-width: 1024px) {
    .container {
        width: 100%;
    }
}

/* 1.4 - Page section block
/* ========================================================================== */

.wide .page-section,
.boxed .page-section > .container {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden; /* small devices */
    background-color: #fbfbfb;
}
.boxed .page-section > .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.wide .page-section.dark,
.boxed .page-section.dark > .container {}
.wide .page-section.light,
.boxed .page-section.light > .container {
    background-color: #f5f5f5;
    color: #777777;
}
.wide .page-section.color,
.boxed .page-section.color > .container {
    background-color: #09d88c;
    color: #ffffff;
}
.wide .page-section.image,
.boxed .page-section.image > .container {
    background-color: transparent;
    background-image: url('../img/preview/background-img.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0 !important;
    background-size: cover !important;
    background-attachment: fixed;
    z-index: 1;
}

.wide .page-section.image:before,
.boxed .page-section.image > .container:before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background: transparent url("../img/overlay-3x.png") 50% 0 repeat;
}

.wide .page-section.image-contact,
.boxed .page-section.image-contact > .container {
    background-image: url('../img/preview/background-img-1.jpg');
}

.page-section.background-img-slider {position: relative;}
.wide .page-section.background-img-slider,
.boxed .page-section.background-img-slider > .container {
    background: transparent url("../img/preview/background-img-1.jpg") 50% 0 repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}



.wide .page-section.background-img-slider > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.boxed .page-section.background-img-slider > .container {
    padding: 0 !important;
}
.page-section.no-padding {padding: 0;}
.page-section.no-padding-top {padding-top: 0;}
.page-section.no-padding-bottom {padding-bottom: 0;}
.page-section.sub-page {}
.page-section.with-sidebar {}

.wide .page-section.overlay:before,
.boxed .page-section.overlay > .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(255, 114, 0, 0.30);
}

.block-title {}
.block-text {}
.block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 1.5 - Typography (section title, links, page dividers)
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333333;
}
h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa,
h1 .glyphicon, h2 .glyphicon, h3 .glyphicon,
h4 .glyphicon, h5 .glyphicon, h6 .glyphicon {
    color: #09d88c;
}

/* Section title
 * -------------------------------------------------------------------------- */

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.33;
    margin: 0 0 40px 0;
    color: #0d1d31;
    display: table;
    width: 100%;
}
.section-title small {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    color: #333333;
}

.image .section-title,
.image .section-title small,
.dark .section-title,
.dark .section-title small,
.color .section-title,
.color .section-title small {
    color: #ffffff;
}

.section-title .fa-stack {
    width: 50px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
}
.section-title .fa-stack .fa {color: #ffffff;}
.color .section-title .fa-stack .fa {color: #09d88c;}

/* Links, Link color
 * -------------------------------------------------------------------------- */

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a {color: #09d88c;}
a:hover,
a:active,
a:focus {color: #000000;}

.color a {color: #ffffff;}
.color a:hover,
.color a:active,
.color a:focus {color: #000000;}

p {
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    margin-bottom: 20px;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 49px;
    line-height: 48px;
    margin: 0 10px 0 0;
    color: #09d88c;
}
.text-lg {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    color: #333333;
}

/* Page header /* bs3
 * -------------------------------------------------------------------------- */

.page-header {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
}
.page-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
}
.page-header h1 small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #777777;
}

/* Page dividers
 * -------------------------------------------------------------------------- */

hr {}
hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
    border-color: #eeeeee;
}
hr.page-divider:after {
    content: '';
    display: block;
    margin-top: 1px;
    border-bottom: solid 1px #eeeeee;
}
hr.transparent,
hr.page-divider.transparent {
    border-color: transparent;
}
hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}
hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}
hr.page-divider.single {
    border-color: #777777;
}
hr.page-divider.single:after {
    display: none;
}
hr.page-divider.transparent:after,
hr.page-divider.half:after,
hr.page-divider.small:after {
    display: none;
}

/* 1.6 - Buttons
/* ========================================================================== */

.btn,
.btn:hover,
.btn:active,
.btn.active {
    box-shadow: none;
    border-radius: 0;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active {
    border-radius: 0;
}
.btn-theme {
    color: #ffffff;
    background-color: #09d88c;
    border-color: #09d88c;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    padding: 15px 35px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.color .btn-theme {
    color: #09d88c;
    background-color: #ffffff;
    border-color: #ffffff;
}
.color .btn-theme:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active{
    background-color: transparent;
    border-color: #09d88c;
    color: #09d88c;
}
.color .btn-theme-transparent,
.color .btn-theme-transparent:focus,
.color .btn-theme-transparent:active,
.image .btn-theme-transparent,
.image .btn-theme-transparent:focus,
.image .btn-theme-transparent:active{
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-theme-transparent:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-theme-transparent-grey,
.btn-theme-transparent-grey:focus,
.btn-theme-transparent-grey:active{
    background-color: transparent;
    border-color: #333333;
    color: #333333;
}
.btn-theme-transparent-grey:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-theme-transparent-white,
.btn-theme-transparent-white:focus,
.btn-theme-transparent-white:active{
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-theme-transparent-white:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-theme-grey {
    background-color: #f5f5f5;
    border-color: #eeeeee;
    color: #09d88c;
}
.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey:active {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-theme-xs {}
.btn-theme-sm {
    font-size: 14px;
    padding: 10px 25px;
}
.btn-theme-lg {
    font-size: 18px;
    padding: 20px 35px;
}
.btn-theme-xl {
    font-size: 24px;
    padding: 25px 35px;
}

p.btn-row {margin-top: -10px;}
p.btn-row .btn {margin-top: 10px; margin-right: 10px;}

/* 1.7 - Form / Input / Textarea / Select
/* ========================================================================== */

.form-control {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border: 1px solid #777777;
    font-size: 18px;
    color: #333333;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #09d88c;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea {
    resize: none;
}

.bootstrap-select {}
.bootstrap-select > .selectpicker {
    height: 60px;
    border: 1px solid #777777;
    border-radius: 0;
    font-size: 18px;
    color: #333333 !important;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff !important;
    box-shadow: none !important;
}
.bootstrap-select > .selectpicker:focus {border-color: #09d88c;}
.bootstrap-select-searchbox .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    padding-left: inherit;
    padding-right: inherit;
}
.bootstrap-select .dropdown-menu {
    border-radius: 0;
}

.image .form-control {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

/*.image .btn-group.bootstrap-select.input-price,*/
/*.image .btn.dropdown-toggle.selectpicker,*/
.image .bootstrap-select > .selectpicker {
    border-color: #ffffff !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

.image .bootstrap-select .dropdown-menu .form-control {
    border-color: #eeeeee;
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: #333333;
}

.registration-form {margin-top: -15px;}
.registration-form .form-group {margin-top: 15px; margin-bottom: 0;}
.registration-form .form-group.selectpicker-wrapper {z-index: 1; position: relative;}
.registration-form .bootstrap-select.btn-group:not(.input-group-btn),
.registration-form .bootstrap-select.btn-group[class*="span"] {margin-bottom: 0;}
.registration-form .tooltip {left: 15px !important;}
.registration-form .selectpicker-wrapper .tooltip {top: -47px !important;}
.registration-form .tooltip-inner {background-color: #09d88c; padding: 10px 20px;}
.registration-form .tooltip-arrow {border-top-color: #09d88c;}
.registration-form .tooltip.top .tooltip-arrow {border-top-color: #09d88c;}
.registration-form .form-alert {margin-bottom: 0;}

.registration-form.alt {margin-top: 0;}
.registration-form.alt .form-group {margin-top: 0; margin-bottom: 10px;}
.registration-form.alt .form-alert .alert {margin-bottom: 10px;}



/* --------------------------------------------------------------------------
 * 2 - Header
 * -------------------------------------------------------------------------- */

.wide .header,
.boxed .header > .container {
    background-color: transparent;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.boxed .header > .container {
    padding-left: 50px;
    padding-right: 50px;
}
.wide .header.shrink,
.boxed .header.shrink > .container {
    border-bottom: solid 1px rgba(255, 255, 255, 0.9);
}
.header.fixed {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 99999;
}
.header.shrink-off {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.9);
}
.wide .header.shrink,
.boxed .header.shrink > .container {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: transparent;
}
.header .header-wrapper {
    position: relative;
}
.header,
.header.fixed,
.header.shrink,
.header > .container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 2.1 - Logo
/* ========================================================================== */

.logo {
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    /*margin-top: -12px;*/
}
.logo a {color: #ffffff; display: inline-block; line-height: 1em;}
.logo a:hover {color: #09d88c;}
.logo .fa-stack {width: 50px; height: 50px; line-height: 50px;}

.shrink .logo {margin-top: 0;}
.shrink .logo a {line-height: 29px; color: #09d88c;}
.shrink .logo .fa-stack {width: 27px; height: 31px; line-height: 29px;}

.logo,
.logo .fa-stack,
.shrink .logo .fa-stack {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 2.3 - Navigation / superfish skin
/* ========================================================================== */

.navigation {float: right;}

/* SUPERFISH ESSENTIAL STYLES */

.sf-menu,
.sf-menu * {margin: 0; padding: 0;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left; border-radius: 0;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {display: block;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}
.sf-menu ul {min-width: 12em; /* submenu width */}

/* SUPERFISH THEME SKIN */

.sf-menu {margin-right: -1em; font-size: 14px; font-weight: 300; text-transform: uppercase;}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color: transparent;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: 10px 15px;}

.sf-menu a {color: #ffffff;}
.sf-menu a:hover {color: #ffffff;}
@media (min-width: 992px) {
    .shrink .sf-menu a {color: #000000;}
}
.sf-menu li:hover,
.sf-menu li.sfHover {}
.sf-menu li.active {background-color: rgba(51, 51, 51, 0.30);}
.shrink .sf-menu li.active {background-color: rgba(255, 114, 0, 0.8);}
.sf-menu li.active > a {color: #ffffff;}
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}
.sf-menu ul li {background: #fbfbfb;}

/* ARROW DOWN */

.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #333333;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #09d88c;
}

/* ARROW RIGHT */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #333333;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #09d88c;
}

/* 2.4 - Fixed menu
/* ========================================================================== */

.menu-toggle {
    display: none;
    position: fixed;
    padding: 0; margin: 0;
    right: 280px; top: 27px;
    font-size: 30px;
    line-height: 30px;
    border: none;
    color: #ffffff !important;
}
.shrink .menu-toggle {
    top: 7px;
    color: #09d88c !important;
}

@media (max-width: 991px) {
    .navigation {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 250px;
        background-color: rgba(51, 51, 51, 0.95);
    }
    .navigation.closed {right: -250px;}
    .navigation.opened {right: 0;}
    .sf-menu {margin-right: 0; padding: 15px 15px 0 15px;}
    .sf-menu > li {float: none;}
    .sf-menu ul {display: block !important; position: relative;}
    .sf-menu ul li {background-color: transparent;}
    .menu-toggle {display: block; z-index: 1;}
    .navigation.closed .menu-toggle {right: 15px;}
    .navigation.opened .menu-toggle {right: 15px; top: 7px;}
}

/* 2.5 - Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: absolute;
    top: 30px; right: 0;
    width: 200px;
    z-index: 0;
}
.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}
.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}
.mobile-menu-title .fa {
    font-size: 30px;
}
@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }
    .mobile-menu {
        display: block;
    }

}
.mobile-submenu {display: none;}
@media (max-width: 991px) {
    .mobile-submenu {
        display: block;
        opacity: .5;
        background-color: #09d88c;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 5px;
        right: 2px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .mobile-submenu-open ul {
        display: block!important;
        opacity: 1 !important;
    }
}



/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */



/* 3.1 - Slider / Owl sliders
/* ========================================================================== */

#main-slider .item {min-height: 660px;}
#main-slider .owl-wrapper {/*margin-top*/}
#main-slider.owl-theme .owl-item {position: relative;}

#main-slider.owl-theme .owl-controls {margin: 0;}
#main-slider.owl-theme .owl-controls .owl-page span,
#main-slider.owl-theme .owl-controls .owl-buttons div {background-color: transparent;}
#main-slider.owl-theme .owl-controls .owl-pagination {position: absolute; bottom: 20px; width: 100%;}

#main-slider.owl-theme .owl-controls .owl-buttons {position: absolute; top: 50%; margin-top: -40px; width: 100%;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    position: relative;
    border-radius: 0;
    font-size: 55px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    color: #ffffff;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {color: #09d88c;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev {float: left; margin-left: 90px;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {float: right; margin-right: 90px;}

#main-slider.owl-carousel .owl-item .item {
    overflow: hidden;
    /*max-height: 660px;*/
}
#main-slider.owl-carousel .owl-item .item img {/*max-width: 100%;*/}

/* Slider Caption
 * -------------------------------------------------------------------------- */

#main-slider .caption {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#main-slider .caption > .container {
    position: relative;
    min-height: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}
#main-slider .caption .div-table {
    width: 100%;
}
#main-slider .caption-title {
    font-size: 65px;
    line-height: 1.33;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    clear: both;
    margin: 0 0 0 0;
    display: block;
    position: relative;
}

#main-slider .caption-subtitle {
    font-size: 20px;
    line-height: 1.33;
    text-transform: uppercase;
    /*font-weight: 900;*/
    color: #ffffff;
    margin: 0;
}
#main-slider .caption-subtitle .fa {color: #ffffff;}
#main-slider .caption-text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 0 0;
}
#main-slider .caption-text .btn:first-child {margin-right: 30px;}
@media (max-width: 1024px) {
    #main-slider .caption-subtitle {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    #main-slider .caption-subtitle,
    #main-slider .caption-text {
        margin-top: 20px;
    }
    #main-slider .caption-title {font-size: 60px;}
    #main-slider .caption-subtitle {font-size: 22px;}
    #main-slider .caption-text {font-size: 12px;}
}
@media (max-width: 767px) {
    #main-slider .caption {
        right: 0;
        padding: 0 80px;
        max-width: 100%;
        background-color: transparent;
    }
    #main-slider .caption-title {font-size: 30px; line-height: 30px;}
    #main-slider .caption-subtitle {font-size: 20px;}
    #main-slider .caption-text {font-size: 12px;}

    #main-slider .caption-text .btn:first-child,
    #main-slider .caption-text .btn {
        display: block;
        width: 200px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 20px;
        font-size: 13px;
    }
    #main-slider .caption-text .btn:first-child {
        margin-top: 50px;
    }
}
@media (max-width: 479px) {
    #main-slider .caption {
        /*display: none;*/
        padding-left: 0;
        padding-right: 0;
    }
    #main-slider .caption-title {}
    #main-slider .caption-title span {padding: 0;}
    #main-slider .caption-subtitle {}
    #main-slider .caption-text .btn {
        display: block;
        margin-top: 10px;
    }
}

/* -------------------------------------------------------------------------- */

.countdown-wrapper {
    /*margin-top: 30px;*/
    margin: 0 auto 0 auto;
    max-width: 600px;
}
.defaultCountdown {
    background-color: transparent;
    border-color: transparent;
}
.countdown-amount {
    font-size: 65px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.countdown-period {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    clear: both;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .countdown-amount {font-size: 33px;}
    .countdown-period {font-size: 13px;}
}

.counter {text-align: center;}
.counter .stat {font-size: 100px; font-weight: 300; color: #09d88c;}
.counter .stat-info {font-size: 24px; font-weight: 300;}
@media (max-width: 768px) {
    .counter .stat {font-size: 70px; font-weight: bold}
    .counter .stat-info {font-size: 18px;}
}
.counter hr {
    border-color: #09d88c;
    width: 10px;
    margin: 10px auto;
}
.image .counter {color: #ffffff;}

/* -------------------------------------------------------------------------- */

.form-background {
    background-color: #0d1d31;
    padding: 10px;
}
.form-background .form-control {
    margin-bottom: 10px;
}
.form-header {
    background-color: #09d88c;
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
}
.form-header .section-title {
    margin-bottom: 20px;
}
.text-holder {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.text-holder:before,
.text-holder:after {
    content: ''; display: block;
    position: absolute;
    top: 0; left: 0;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.text-holder:after {
    top: auto; bottom: 0;
}

.btn-play {
    display: inline-block !important;
    padding: 0 !important;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    width: 170px !important;
    height: 170px !important;
    border-radius: 50% !important;
    text-align: center;
}
.btn-play .fa {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    font-size: 65px;
    line-height: 150px;
    margin-top: 12px;
    background-color: #ffffff;
    color: #09d88c;
}
.btn-play:hover {border-color: #09d88c;}
.btn-play:hover .fa {background-color: #09d88c;}
.btn-play:hover .fa {color: #ffffff;}

@media (max-height: 615px) {
    #main-slider .form-background {}
    #main-slider .bootstrap-select > .selectpicker,
    #main-slider .form-control {
        font-size: 13px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    #main-slider .form-background {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .btn-play {
        width: 90px !important;
        height: 90px !important;
    }
    .btn-play .fa {
        width: 80px;
        height: 80px;
        font-size: 50px;
        line-height: 80px;
        padding-left: 10px;
        margin-top: 4px;
    }
}

.item.overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(255, 114, 0, 0.30);
}

/* 3.3 - Image carousel / Owl carousel
/* ========================================================================== */

.img-carousel {}
.img-carousel .owl-controls {margin: 0 auto;}
.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    padding: 5px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    top: 50%;
    left: 10px;
    font-size: 20px;
    text-align: center;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}
.img-carousel .owl-prev .fa,
.img-carousel .owl-next .fa {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}
.img-carousel .owl-controls .owl-page span,
.img-carousel .owl-controls .owl-buttons div {background-color: #09d88c;}

.img-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #0d1d31;
    /*background-color: transparent;*/
    /*background-color: rgba(255, 114, 0, 0.50);*/
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {background-color: #09d88c;}

/* 3.4 - Partners
/* ========================================================================== */

.row.sponsors > div a {
    background-color: #eeeeee;
    display: block;
    margin: 15px 0;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.row.sponsors > div a img {
    max-width: 100%;
}

/* 3.5 - Breadcrumbs
/* ========================================================================== */

.wide .page-section.breadcrumbs,
.boxed .page-section.breadcrumbs > .container {
    padding-top: 110px;
    padding-bottom: 30px;

}
.breadcrumbs .breadcrumb {
    position: relative;
}
.breadcrumbs .breadcrumb {
    padding: 0; margin: 0;
    font-size: 14px;
    line-height: 30px;
    background-color: transparent;
}
.breadcrumbs .breadcrumb li {color: #eeeeee;}
.breadcrumbs .breadcrumb a {color: #ffffff;}
.breadcrumbs .breadcrumb a:hover {border-bottom: solid 1px #ffffff;}
.breadcrumbs .breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: '\f105  ';
}

/* 3.6 - Schedule
/* ========================================================================== */

.schedule-wrapper {
    margin-top: 30px;
    border: solid 1px #09d88c;
    border-top: none;
    overflow: hidden;
}
.schedule-tabs.lv1 {
    background-color: #09d88c;
    color: #ffffff;
}
.schedule-tabs.lv2 {
    border: solid 1px #09d88c;
    background-color: #ffffff;
    border-width: 1px 0 1px 0;
}
.tab-content.lv1 {}
.tab-content.lv2 {background-color: #ffffff;}
.tab-content.lv2 .tab-pane {padding: 30px 70px;}
@media (max-width: 1024px) {
    .tab-content.lv2 .tab-pane {padding: 30px 50px;}
}
@media (max-width: 992px) {
    .tab-content.lv2 .tab-pane {padding: 30px 30px;}
}
@media (max-width: 767px) {
    .tab-content.lv2 .tab-pane {padding: 15px 15px;}
}
.schedule-wrapper .nav > li > a {
    font-weight: 300;
}
.schedule-wrapper .nav > li > a:hover,
.schedule-wrapper .nav > li > a:focus {
    background-color: transparent;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li > a {
    min-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active:before {
    content: '';
    position: absolute; z-index: 1;
    top: 100%; right: 50%;
    width: 0; height: 0;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0f9664;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li > a {
    color: #293239;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active > a {}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active > a {
    color: #09d88c;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px; left: 0;
    background-color: #09d88c;
}

/* 3.7 - FAQ
/* ========================================================================== */

.faq .panel-group {}
.faq .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faq .panel-heading {padding: 0;}
.faq .panel-title {
    font-size: 24px;
    font-weight: 300;
}
.faq .panel-title a {
    display: block;
    padding: 15px;
}
.faq .panel-body {}

/* 3.8 - Blog / Post
/* ========================================================================== */

.content .post-wrap {position: relative;}
.content .post-wrap + .post-wrap {
    margin-top: 50px;
    position: relative;
    border-top: solid 1px #f5f5f5;
    padding-top: 50px;
}
.row.post-row {margin-top: -30px;}
.row.post-row .post-wrap {margin-top: 30px;}
.post {}
.post-date-block {margin-right: 10px;}
.post-date-block .day {
    display: block;
    background-color: #F6F6F6;
    color: #C0C0C0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.post-date-block .month {
    display: block;
    background-color: #C0C0C0;
    color: #F6F6F6;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
}
.post-date-block .year {
    display: block;
    background-color: #F6F6F6;
    color: #C0C0C0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
}
.post-header {
    margin-bottom: 20px;
    position: relative;
}
.post-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #333333;
}
.post-row .post-title {font-size: 18px;}
.post-title a {color: #333333; line-height: 1;}
.post-title a:hover {color: #09d88c;}
.post-header .post-tags {margin-right: 10px;}
.post-header .post-categories {margin-right: 10px;}
.post-header .post-comments {margin-right: 10px;}
.post-header .post-meta {color: #09d88c; line-height: 1; font-size: 14px;}
.post-header .post-meta a,
.post-header .post-meta .fa {color: #333333;}
.post-header .post-meta a:hover {color: #09d88c;}
.post-header .social-line {margin-top: -2px;}
.post-header .social-line li {padding-top: 2px; padding-right: 2px;}
.post-header .social-line a {height: 20px; width: 20px; line-height: 20px; font-size: 14px;}
.post-header .post-meta-author {display: block; margin-bottom: 20px;}

.post-footer {}
.post-readmore {display: block;}
.post-readmore .btn {
    padding: 12px 15px;
}
.post-readmore .btn:hover,
.post-readmore .btn:focus {
}

.post-excerpt {font-size: 14px;}

.post-meta-author,
.post-meta-category,
.post-meta-comment {}
.post-meta-author a {color: #777777; font-size: 14px;}
.post-meta-author a:hover {color: #000000;}
.post-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.post-media img {max-width: 100%; width: 100%;}
.post-type {
    position: absolute;
    top: 10px; right: 25px;
    width: 40px; height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 40px;
}
.post-type .fa {}
.content .post-type {right: 12px;}
.post-content {text-align: justify;}
footer.post-meta {margin-top: 40px;}
footer.post-meta .post-tags {display: block;}
footer.post-meta .post-categories {display: block;}
.post + .post {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}

.about-the-author {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}

.about-the-author .media-heading {
    color: #09d88c;
}

.timeline .post-header {margin-bottom: 15px;}
.timeline .media-body {padding: 0 25px 25px 25px;}
.timeline .post-media {
    border-radius: 50%;
}
.timeline .post-media.pull-left {margin-right: 60px;}
@media (max-width: 1024px) {
    .timeline .post-media.pull-left {margin-right: 30px;}
}
@media (max-width: 767px) {
    .timeline .post-media {
        float: none !important;
        width: 110px !important;
        margin-left: auto !important;
        margin-right: auto !important ;
    }
}
.timeline .post-wrap + .post-wrap {margin-top: 30px;}
.timeline .post-title {
    font-size: 30px;
    color: #09d88c;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.timeline .post-title a {color: #09d88c;}
.timeline .post-title a:hover {color: #000000;}
.timeline .post-meta {
    font-size: 24px;
    font-weight: 300;
    color: #293239;
    margin-bottom: 10px;
}
.timeline .post-meta a .fa {color: #09d88c;}
.timeline .post-meta a:hover .fa {color: #293239;}
.timeline .post-meta .fa-stack {line-height: 32px; height: 32px; width: 32px;}
.timeline .post-meta .fa-stack-2x {line-height: 32px; font-size: 32px;}
.timeline .post-meta .fa-stack-1x {line-height: 32px; font-size: 16px;}
.timeline .post-excerpt {
    line-height: 24px;
}
.timeline .post-readmore {
    color: #293239;
    text-align: left;
}
.timeline .post-readmore a {color: #293239;}
.timeline .post-readmore a:hover {color: #09d88c;}
.timeline .post-readmore .fa {
    /*width: 18px;*/
    /*text-align: center;*/
}

/* 3.9 - Comments
/* ========================================================================== */

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #eeeeee;
}
.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment {}
.comment-avatar img {width: 60px; height: auto;}
@media (max-width: 479px) {
    .comment-avatar img {width: 24px; height: auto;}
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #333333;}
.comment-text {margin-bottom: 20px;}
.comment-reply {font-size: 11px; line-height: 11px; margin-bottom: 20px; border-bottom: solid 1px #eeeeee; padding-bottom: 20px;}
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #eeeeee;
}
.comments-form .block-title {
    color: #09d88c !important;
}
.comments-form > .block-title {
    margin-top: 0;
    margin-bottom: 30px;
}

/* 3.10 - Pagination / Pager
/* ========================================================================== */

.pagination-wrapper {
    border-top: solid 1px #eeeeee;
    margin-top: 50px;
    padding-top: 50px;
}
.pagination {
    margin: 0;
}
.pagination > li > a {
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
    color: #333333;
    border-radius: 0;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #eeeeee;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
    /*border: none;*/
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #09d88c;
    border-color: #09d88c;
    color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #09d88c;
    border-color: #09d88c;
}
.pager {margin: 0;}
.pager li > a, .pager li > span {
    border-radius: 0;
}

.sidebar .form-control {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 12px;
}

/* Categories
/* ========================================================================== */

.widget.categories ul {}
.widget.categories li {
    line-height: 30px;
}
.widget.categories li + li {
    margin-top: 10px;
}
.widget.categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #f5f5f5;
    color: #333333;
}
.widget.categories li.active a,
.widget.categories li a:hover {
    background-color: #09d88c;
    color: #ffffff;
}
.widget.categories li a small {
    float: right;
}

/* flickr feed
/* ========================================================================== */

.widget.flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget.flickr-feed li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget.flickr-feed li a {
    display: block;
    border: solid 1px transparent;
    overflow: hidden;
}
.widget.flickr-feed li a:hover {
    border-color: #09d88c;
}

.widget.flickr-feed li a img {
    width: 78px;
    height: auto;
}
@media (max-width: 1199px) {
    .widget.flickr-feed li a img {
        width: 62px;
    }
}
@media (max-width: 991px) {
    .widget.flickr-feed li a img {
        width: 64px;
    }
}
@media (max-width: 767px) {
    .widget.flickr-feed li a img {
        width: 70px;
    }
}

/* Tag-cloud
/* ========================================================================== */

.tag-cloud {
    overflow: hidden;
}

.tag-cloud li {
    float: left;
    margin: 0 10px 10px 0;
}

.tag-cloud a {
    display: block;
    padding: 7px 12px;
    background-color: transparent;
    border: solid 1px #777777;
    color: #777777;
}

.tag-cloud a:hover {
    color: #ffffff;
    background-color: #09d88c;
    border-color: #09d88c;
}



/* 3.12 - Thumbnails / Features
/* ========================================================================== */

.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px #09d88c;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}

.row.thumbnails {margin-top: -30px;}
.row.thumbnails .thumbnail {margin-top: 30px;}

.row.thumbnails.no-padding {margin-top: 0; margin-left: 0; margin-right: 0;}
.row.thumbnails.no-padding [class*='col-'] {padding: 0;}
.row.thumbnails.no-padding .thumbnail {margin-top: 0;}

/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */

.thumbnail .media {
    overflow: hidden;
    position: relative;
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: url('../img/overlay-media.png') repeat 50% 50%;*/
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2) translateY(7%);
    -ms-transform: scale(1.2) translateY(7%);
    transform: scale(1.2) translateY(7%);

}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Thumbnail caption
 * -------------------------------------------------------------------------- */

.thumbnail {
    overflow: hidden;
}
.thumbnail .caption {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-size: 14px;
}
.thumbnail .caption + .caption {padding-top: 10px;}
.thumbnail .caption.no-padding-top {padding-top: 0;}
.thumbnail .caption.no-padding-bottom {padding-bottom: 0;}

.thumbnail .caption.before-media {}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*FF7200*/
    background-color: #09d88c33;
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

/* Caption elements
 * -------------------------------------------------------------------------- */

.caption-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 0 0;
    color: #333333;
}
.hovered .caption-title {color: #ffffff;}
.caption-buttons {margin-bottom: 0;}
.caption-buttons .btn {
    /*background-color: #09d88c;*/
    color: #ffffff;
    font-size: 30px;
}
.caption-buttons .btn:hover {
    /*background-color: #000000;*/
}
.caption-category {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 14px;
    color: #09d88c;
}
.caption-link {}
.caption-zoom {}
.caption-zoom.theone {}
.caption-social {}
.caption-redmore {
    font-size: 12px;
    color: #09d88c;
    text-decoration: underline;
}
.caption-redmore:hover {
    color: #000000;
}

/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */

.speakers .caption-inner {vertical-align: bottom !important;}

/* Thumbnail transition
 * -------------------------------------------------------------------------- */

.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 3.13 - Media / Testimonials
/* ========================================================================== */

.testimonial .media-object {text-align: center;}
.testimonial .testimonial-avatar {display: inline-block;}
.testimonial .media-body {text-align: center; max-width: 990px; margin: 0 auto;}
.testimonial .media-heading {color: #333333; margin-bottom: 0; line-height: 1.33;}
.testimonial .media-heading small {}
.testimonials.owl-carousel .owl-item img {width: auto;}
.testimonials.owl-theme .owl-dots .owl-dot span {
    height: 15px; width: 15px;
}
.color .testimonials.owl-theme .owl-dots .owl-dot span {
    background-color: #09d88c;
    border: solid 2px #ffffff;
}
.color .testimonials.owl-theme .owl-dots .owl-dot.active span,
.color .testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}

/* 4 - Footer
/* ========================================================================== */

.footer-widgets {}
.wide .footer-meta,
.boxed .footer-meta > .container {
    padding: 40px 0 60px 0;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 18px;
}

/* 5 - Widgets / Shortcodes
/* ========================================================================== */

.sidebar .widget {}
.sidebar .widget > *:last-child {
    margin-bottom: 0;
}
.widget-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.sidebar .widget-title {
    color: #09d88c;
}
.sidebar .widget-title .fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .widget-title {color: #ffffff;}
.widget-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: none;
}
.sidebar .widget-title small {color: #333333;}
.footer .widget-title small {color: #333333;}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: #09d88c;
}
.sidebar .widget-title:before {
    display: none;
}

/* 5.1 - prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,
div.dark_square .pp_right,div.dark_square .pp_content {
    background:transparent;
}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}

/* 5.2 - Contact form / af-form
/* ========================================================================== */

#af-form .form-control {
    height: 60px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
}
.image #af-form .form-control {
    background-color: transparent;
}
#af-form .form-control:focus {
    border-color: #09d88c;
}
#af-form .form-control,
#af-form .form-control:focus,
#af-form .form-control:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#af-form textarea.form-control {
    height: 180px;
}
#af-form .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 15px;
    border-color: #09d88c;
    background-color: #09d88c;
    color: #ffffff;
}
#af-form .tooltip {
    left: 15px !important;
}
#af-form .tooltip-inner {
    border-radius: 0;
    padding: 10px 20px;
    background-color: #000000;
}
#af-form .tooltip-arrow {
    border-top-color: #000000;
}
.form-button-reset {
    margin-left: 15px;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #eeeeee;
}
.form-button-reset:focus,
.form-button-reset:hover {
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
}
#af-form > div:last-child .form-group:last-child {
    margin-bottom: 0;
}
.color #af-form .form-control {
    border-color: #ffffff;
    background-color: transparent;
    background-color: rgba(2, 2, 2, .2);
}
.color #af-form .form-control:focus {
    background-color: rgba(2, 2, 2, .5);
}

/* 5.3 - Social line
/* ========================================================================= */

.social-line {
    margin: -15px 0 0 0;
    line-height: 33px;
}
.social-line li {
    padding: 20px 5px 15px 0;
}
.social-line a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #777777;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.social-line a.twitter {background-color: #2daae1;}
.social-line a.facebook {background-color: #3c5b9b;}
.social-line a.google,
.social-line a[title*='Google+'] {background-color: #f63f29;}
.social-line a.flickr {background-color: #216BD4;}
.social-line a.dribbble {background-color: #F46899;}
.social-line a.linkedin {background-color: #0085AE;}
.social-line a.forrst {background-color: #729A68;}
.social-line a.tumblr {background-color: #2C4762;}
.social-line a.instagram {background-color: #517fa4;}
.social-line a.pinterest {background-color: #cb2027;}
.social-line a.skype {background-color: #00aaf1;}
.social-line a.vimeo {background-color: #5BC8FF;}
.social-line a:hover {background-color: #09d88c;}
.social-line a,
.social-line a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* 5.4 - Price table
/* ========================================================================== */

.row.price-tables {
    margin-top: -30px;
    overflow: hidden;
}
.row.price-tables > div {}
.price-table {
    text-align: center;
    margin: 30px auto 1px auto;
    border: solid 1px #0d1d31;
}
@media (max-width: 767px) {
    .price-table {
        max-width: 480px;
    }
}
.price-table-header {}
.price-label {
    font-size: 24px;
    padding: 25px 15px;
    background-color: #f5f5f5;
    color: #777777;
}
.price-label-title {
    margin: 0;
    color: #777777;
    font-weight: 300;
    text-transform: uppercase;
}
.price-value {
    font-size: 90px;
    font-weight: 200;
    padding: 20px 15px;
    color: #777777;
}
.price-number {}
.price-unit {font-size: 60px;}
.price-per {}
.price-description {}
.price-table-row {
    color: #777777;
    font-size: 18px;
    padding: 25px 15px;
}
.price-table-row + .price-table-row {border-top: solid 1px #777777;}
.price-table-row.even {}
.price-table-row.odd {}
.price-table-row-bottom {
    border-top: solid 1px #777777;
    padding: 35px 0;
}
.price-table-rows {margin: 0 35px;}
.price-table.featured {
    border-color: #09d88c;
}
.price-table.featured .price-table-row-bottom {}
.price-table.featured .price-number {}
.price-table.featured .price-value {color: #09d88c;}
.price-table.featured .btn-theme {}
.price-table.featured .btn-theme:hover {}
.price-table.featured {
    overflow: hidden;
    position: relative;
}
.price-table.featured:before {
    content: '2018';
    position: absolute;
    top: 15px; right: -65px;
    display: block;
    width: 200px;
    padding: 10px;
    text-transform: uppercase;
    background-color: #09d88c;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
}

/* 5.5 - Google map
/* ========================================================================== */

.google-map,
#map-canvas{
    min-height: 390px;
    max-height: 390px;
}
@media (max-height: 600px) {
    .google-map,
    #map-canvas {
        min-height: 390px;
        max-height: 390px;
    }
}
@media (max-height: 400px) {
    .google-map,
    #map-canvas {
        min-height: 200px;
        max-height: 200px;
    }
}
.container.gmap-background {
    margin-top: 0;
    margin-bottom: 0;
}
.container.gmap-background .on-gmap {
    position: relative; z-index: 1;
    min-height: 200px;
    width: 350px;
}
@media (max-width: 767px) {
    .container.gmap-background .on-gmap {
        width: 290px;
    }
}
.container.gmap-background .on-gmap .section-title{
    margin-bottom: 20px;
}
.container.gmap-background .google-map,
.container.gmap-background #map-canvas {
    max-height: 100%;
    min-height: 100%;
}
.container.gmap-background .google-map {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
}
.container.gmap-background #map-canvas {
    width: 100%; height: 100%;
}

.container.gmap-background .on-gmap {
	margin-left: 70%;
	margin-right: -80%;
    padding: 25px 25px 25px 25px;
    line-height: 30px;
}
.container.gmap-background .on-gmap.color {
    background-color: #09d88c;
    color: #fefefe;
}



/* 5.6 - Back to top button
/* ========================================================================== */

.to-top {
    background-color: #333333;
    color: #777777;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.to-top:hover {
    background-color: #09d88c;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
 * 6 - Helper Classes
 * -------------------------------------------------------------------------- */

@media (min-width: 480px) and (max-width: 767px) {
    .col-xsp-4, .col-xsp-6, .col-xsp-8 {float: left;}
    .col-xsp-4 {width: 33.33333333%;}
    .col-xsp-6 {width: 50%;}
    .col-xsp-8 {width: 66.66666667%;}
    .col-xsp-offset-3 {margin-left: 25%;}
}
@media (min-width: 992px) {
    .text-left-md {text-align: left;}
    .text-right-md {text-align: right;}
    .text-center-md {text-align: center;}
}

.img-fluid {width: 100%;}
.text-uppercase {text-transform: uppercase;}
.margin-top {margin-top: 50px;}
.margin-bottom {margin-bottom: 50px;}

.clear {clear: both;}
/*.v-hidden {visibility: hidden;}*/
/*.v-visible {visibility: visible;}*/
.overflowed {
    overflow: hidden;
    position: relative;
}

/*.animation {opacity: 0;}*/
/*.animation.animated {opacity: 1;}*/
.animation {visibility: hidden;}
.animation.animated {visibility: visible;}

/*[data-animation],*/
/*.animation {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

@media (max-width: 991px) {
    .animation,
    .animation .animation,
    .animation .fa,
    .animation .animation .fa {
         /*Disable animation on small devices*/
        /*opacity: 1;*/
        visibility: visible;
        -webkit-animation-name: animation-off;
        animation-name: animation-off;
    }
}

.div-table,
.div-cell {
    height: 100% !important;
    display: table !important;
}
.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}
.row.div-table {margin: 0;}
@media (max-width: 767px) {
    .row.div-table .div-cell {display: block !important;}
}
.div-cell.dark {}
.div-cell.light {}
.div-cell.color {}
.div-cell.va-top {vertical-align: top !important;}
.div-cell.padding-top {padding-top: 15px;}
.div-cell.padding-bottom {padding-top: 15px;}
.inline-block {
    display: inline-block !important;
}

/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
 * -------------------------------------------------------------------------- */

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