/* ================================================================================================================== */
/* Global                                                                                                             */
/*                                                                                                                    */
/* ____Colours:                                                                                                       */
/*         #222222 - Dark gray                                                                                        */
/* ================================================================================================================== */

@font-face {
    font-family: 'Langdon';
    src: url('../../fonts/Langdon.otf');
    font-weight: normal; font-style:normal;
}

html,
body {
    height: 100%;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
img {
	max-width: 100%;
}

#global-wrapper {
    position: relative;
    min-height: 100%;
}

#discuss-wrapper,
#discuss-wrapper .discuss-content-item,
#discuss-wrapper .discuss-content-item p,
#discuss-wrapper .discuss-searchbar .btn-ask,
#discuss-wrapper .discuss-searchbar .input-searchbar,
#discuss-wrapper .discuss-filter .nav-tabs li > a,
#discuss-wrapper .discuss-post-title,
#discuss-wrapper .discuss-intro-text,
#discuss-wrapper .discuss-statistic .status a,
#discuss-wrapper .discuss-statistic .views a,
#discuss-wrapper .discuss-statistic .votes a,
#discuss-wrapper .dc-pagination ul > li > span,
#discuss-wrapper .dc-pagination ul > li > a,
#discuss-wrapper .discuss-form .tab-pane .dc-tag-form .write-taglist .discuss-tag-list .search-field input,
#discuss-wrapper input,
#discuss-wrapper button,
#discuss-wrapper option,
#discuss-wrapper textarea,
#eblog-wrapper .dc-pagination ul > li > span,
#eblog-wrapper .dc-pagination ul > li > a,
#discuss-wrapper input,
#discuss-wrapper a,
#discuss-wrapper .alert-success,
#discuss-wrapper .small,
#Kunena .kbutton,
#Kunena div,
#Kunena a:link,
#Kunena .kheader h2,
#Kunena span,
#Kunena div.kthead-title a,
body.search #Kunena fieldset legend,
#kforumsearch #advsearch .krow1 .kcol .fieldset label,
#kforumsearch #advsearch .krow1 .kcol .fieldset select,
#kforumsearch #advsearch .krow1 .kcol .fieldset input,
#community-wrap .cFilter .filters li a,
.joms-pagination .pagination > :first-child,
.joms-pagination .pagination strong,
.joms-pagination .pagination a,
body.search #Kunena tr.ksth,
.kpagination li,
.klatest-subject a,
.klatest-posttime,
.klatest-cat,
.klatest-author,
.alert-error,
.alert-info,
.btn.btn-medium.btn-primary.submitDiscussion,
body {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif !important;
}

#discuss-wrapper .discuss-statistic .views,
#discuss-wrapper .discuss-statistic .votes,
#discuss-wrapper .discuss-statistic .status {
    padding: 6px;
    height: auto;
}

aside > div:first-child {
    padding-top: 0px;
}

aside > div {
    padding-top: 16px;
}

aside section h2,
main section h2 {
    border-bottom: 1px #1188fe solid;
    text-transform: uppercase;
    padding-bottom: 10px;
}

body.homepage section h2,
body.homepage main section h2 {
    color: #ababac;
}

.first-word {
    color: #464545;
}

.h2, h2 {
    font-size: 24px;
    font-family: inherit;
    margin-bottom: 17px;
}

h2 svg {
    max-height: 20px;
}

h2 a:hover,
h2 a {
    color: #222222;
    text-decoration: none;
}

#Kunena div.kthead-title a,
#Kunena div.ktopic-title-cover a,
.klatest-subject,
.klatest-subject a,
.h3, h3,
.h4, h4 {
    font-family: inherit;
}

.read-more {
    font-weight: bold;
}

.breadcrumbs a:after {
    content: " > ";
    text-decoration: none;
}

.read-more:after {
    content: " »";
}

.fa-facebook-square {
    color: #3b5998
}
.fa-linkedin-square {
    color: #007bb6
}
.fa-twitter-square {
    color: #00aced
}
.fa-google-plus-square {
    color: #dd4b39
}

i.fa:hover {
    opacity: .7;
}

.addthis_toolbox_wrapper {
    font-size: 28px;
}

.articles-tutorials h2 a {
    color: #333333;
}

.registration-form .reg-row select.form-control,
.registration-form .reg-row input.form-control{
    width: 60%;
}

.registration-form .reg-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.registration-form .radio input[type="radio"] {
    margin-left: 0px;
}

.registration-form .radio label {
    padding-right: 10px;
}

.registration-form .form-buttons {
    /*text-align: right;*/
    padding-left: 30px;
}

.registration-form form {
    padding-bottom: 60px;
}

.registration-form .checkbox-wrapper input {
    margin-left: 15px;
    margin-top: 4px;
}

.registration-form .checkbox-wrapper label {
    width: 100%;
    margin-top: 4px;
}

.registration-form .g-recaptcha {
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 3px;
}

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

button.btn {
    padding: 8px 28px;
}

button.btn i {
    padding-left: 10px;
}

.btn.btn-medium.btn-primary.submitDiscussion,
.btn-blue,
.btn-green {
    border: 0px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #95c93f;
    padding: 8px 28px;
}

.btn-blue {
    background-color: rgba(67, 132, 181, 0.8);
}

.btn.btn-medium.btn-primary.submitDiscussion,
.btn-blue a,
.btn-green a {
    color: #ffffff;
    text-decoration: none;
}

.btn-blue:focus,
.btn-blue:hover {
    background-color: #337ab7;
}

.btn.btn-medium.btn-primary.submitDiscussion,
.btn-green:focus,
.btn-green:hover {
    background-color: #76a03f;
}

#section-author .float-li li {
    display: inline-block;
}

#section-author img.avatar {
    float: left;
    height: auto;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#section-author .auth_infor {
    padding-top: 15px;
}

.profile-connect {
    margin-top: 10px;
}

.profile-connect .connect-links {
    clear: both;
    padding-left: 0px;
}

.profile-connect .connect-links li {
    padding-right: 8px;
    margin-right: 8px;
}

.connect-links li:after {
    color: #337ab7;
    position: absolute;
    margin-left: 9px;
    content: " | ";
}

.connect-links li:last-child:after {
    content: "";
}

.syntaxhighlighter td.code .container {
    top: -12px !important;
}

.fa-user,
.fa-clock-o {
    padding-right: 5px;
    opacity: .7;
}

button.close {
    padding: 0px 5px;
}

.table > tbody > tr > td {
    border-top: 0px;
}

.break-words {
    word-wrap: break-word;
}

.pagination .Older {
    padding-left: 10px;
}

.list-of-tags h2 {
    border: 0px;
    margin-bottom: 0px;
}

.list-of-tags article {
    margin-bottom: 60px;
}

section#content header div.icon.print img {
    margin-top: 10px;
    margin-left: 10px;
}

section#content header div.icon.email img {
    float: left;
    margin-top: 10px;
}

body.articles-support section#content header h1,
body.technical-articles section#content header h1,
body.articles-database section#content header h1,
body.news section#content header h1,
body.blogs section#content header h1 {
    margin-top: 36px;
    color: #337ab7;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.joms-postbox-tab li:hover a {
    text-decoration: none;
}

.joms-postbox-tab li:hover,
.joms-list--message .joms-list--message__checkbox {
    background: rgba(67, 132, 181, 0.2);
}

.joms-postbox-tab svg.joms-icon,
.joms-list--message__remove svg.joms-icon {
    top: -2px;
}

span.events_no_image {
    display: none;
}

div.com_event_image {
    margin-top: 20px;
}

body.past-events .joms-list__item img,
body.all-events .joms-list__item img {
    width: auto !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .registration-link span,
    .login-link span {
        display: none;
    }
}

@media (min-width: 768px) {
    .aidanews2_mainC .aidanews2_text,
    .aidanews2_mainC .readon,
    .aidanews2_mainC .aidanews2_botL {
        /*margin-left: 147px;*/
    }
}

@media screen and (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }
}


/* ================================================================================================================== */
/* Login                                                                                                              */
/* ================================================================================================================== */
/*body.login {*/
    /*background: url("/templates/embarcadero/images/background_login_community.jpg") no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
/*}*/

body.login form fieldset div.login-credentials div {
    padding-bottom: 20px;
    font-size: 17px;
}

body.login form ul.login-reset-password a {
    color: #333333;
}

body.login form ul.login-reset-password {
    margin-top: 4px;
    list-style: none;
    padding: 0px;
}

body.login .navbar-default,
body.login footer {
    border: 0px;
}

body.login ul.login-list li {
    margin-bottom: 10px;
}

body.login ul.login-list li:last-child {
    margin-bottom: 20px;
}

body.login .button {
    width: auto;
    margin: 0 auto;
    clear: both;
}

body.login section#breadcrumbs {
    display: none;
}

body.login h2 {
    border: 0px;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

body.login .login-fields,
body.login .login-content {
    /*min-height: 410px;*/
    padding: 40px;
    color: #555555;
}

body.login .login-fields {
    padding-bottom: 20px;
    padding-top: 0px;
}

body.login .login-content {
    padding-top: 20px;
}

body.login .login-submit button {
    text-transform: uppercase;
}

body.login .login-session-remember {
    float: left;
}

body.login .login-reset-password {
    float: right;
}

body.login .form-control {
    color: #222222;
}

body.login input {
    background: rgba(255, 255, 255, 0.5);
}

body.login .login-list-mobile {
    display: none;
}

body.login .login-column h2 {
    color: #337ab7;
}

body.login label {
    font-weight: normal;
}

ul.login-list {
    list-style: none;
    padding-left: 0px;
}

.login-content {
    font-size: 17px;
}

#login-background {
    background: url("/templates/embarcadero/images/background_login_community.jpg") no-repeat right center;
    background-size: auto 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 52.6%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    margin-top: 45px;
}

.login-column {
    background: #ffffff;
}

body.login .main-content {
    padding-top: 50px;
    padding-bottom: 150px;
}

body.forgot-password fieldset div {
    clear: both;
}

body.forgot-password fieldset div label {
    margin-top: 15px;
}

body.forgot-password fieldset div input {
    margin-top: 10px;
}

body.forgot-password .reset-password-buttons {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .login-list-mobile {
        display: block !important;
    }

    .login-list-desktop {
        display: none;
    }
}

@media (max-width: 768px) {
    body.login .login-fields {
        margin-top: 20px;
    }
}

@media (max-width: 557px) {
    body.registration-form label {
        margin-bottom: 0px;
        clear: both;
    }
}

/* ================================================================================================================== */
/* Password Reset                                                                                                     */
/* ================================================================================================================== */
body.forgot-password p {
    font-size: 19px;
    margin-bottom: 40px;
}

body.forgot-password label {
    font-size: 16px;
    margin-top: 5px;
}

body.forgot-password button.btn {
    padding: 5px 28px;
}

body.forgot-password input {
    width: inherit;
}

/* ================================================================================================================== */
/* Navigation                                                                                                         */
/* ================================================================================================================== */

nav .item109 {
    display: none;
}

nav.navbar-embarcadero {
    box-shadow: 0px 3px 0px 0px rgba(214, 224, 230, 0.6);
}

.navbar-brand {
    padding: 15px 15px 13px;
}

.navbar-embarcadero {
    margin-bottom: 0;
}

.navbar-header #logo p {
    margin: 0px;
}

.navbar-embarcadero #logo img {
    max-width: 171px;
    max-height: 23px;
}

.navbar-embarcadero #embarcadero-main-menu {
	position: static
}

.navbar-embarcadero .navbar-nav > .active > a,
.navbar-embarcadero .navbar-nav > .active > a:hover,
.navbar-embarcadero .navbar-nav a:link,
.navbar-embarcadero .navbar-nav a:visited,
.navbar-embarcadero .navbar-nav a:hover,
.navbar-embarcadero {
    color: #ffffff;
}
.navbar-embarcadero .navbar-form {
    margin-top: 15px;
}

.navbar-embarcadero .navbar-form .form-control {
    font-size: inherit;
    border: 1px #ababac solid;
    border-radius: 0px;
    text-indent: 22px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-embarcadero .navbar-form .fa-search {
    position: relative;
    top: -1px;
    left: 20px;
    font-size: inherit;
    color: #7c7c7c;
}

.navbar-embarcadero ul.top_login {
    padding-left: 0px;
}

.navbar-embarcadero .mijosearch_bg_module {
    padding-right: 10px;
}

.navbar-embarcadero div.top_login,
.navbar-embarcadero .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-embarcadero .profile-information > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-embarcadero .nav > li.current-page {
    font-weight: bold;
}

.navbar-embarcadero .nav > li {
    position: relative;

}

.navbar-embarcadero .nav > li,
.navbar-embarcadero .nav > li > a {
    height: 50px;
}

.navbar-embarcadero .nav > li:after {
    position: absolute;
    right: 0px;
    top: 15px;
    content: "|";
    font-weight: normal;
    display: block;
}

.navbar-embarcadero .profile-information > li:after,
.navbar-embarcadero .nav > li:last-child:after {
    content: "";
}

.navbar-embarcadero .profile-information img {
    border: 1px #ffffff solid;
}

.navbar-embarcadero .profile-information > li:first-child > a {
    padding-top: 15px;
}

.navbar-embarcadero .navbar-nav > .open > a,
.navbar-embarcadero .navbar-nav > .open > a:focus,
.navbar-embarcadero .navbar-nav > .open > a:hover
.navbar-embarcadero .navbar-nav > .open > a:hover
.navbar-embarcadero .navbar-nav > li > a:focus,
.navbar-embarcadero .navbar-nav > li > a:hover {
    color: #ababac;
    background: #242323;
}

.navbar-embarcadero,
.navbar-embarcadero .navbar-nav > .active > a,
.navbar-embarcadero .navbar-nav > .active > a:hover,
/*.navbar-embarcadero .navbar-nav a:link,*/
/*.navbar-embarcadero .navbar-nav a:visited,*/
.navbar-embarcadero .navbar-nav a:hover,
.navbar-embarcadero .navbar-nav > .open > a,
.navbar-embarcadero .navbar-nav > .open > a:focus,
.navbar-embarcadero .navbar-nav > .open > a:hover,
.navbar-embarcadero .dropdown.open,
.navbar-embarcadero .navbar-form .form-control {
    background-color: #222222;
}

.navbar-embarcadero .nav-child a:hover,
.navbar-embarcadero .dropdown-menu a:hover,
.navbar-embarcadero .dropdown-menu a:focus {
    background-color: #454545 !important;
}

.navbar-embarcadero .dropdown-menu a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-embarcadero ul.dropdown-menu {
    margin-top: 0px;
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar-form .form-control {
    width: 120px;
}

/*.dropdown:hover .dropdown-menu {*/
    /*display: block;*/
/*}*/
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
    margin-top: 0;
    border: 0px;
}
.dropdown-menu ul {
    list-style: none;
    padding-left: 0px;
}

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

.navbar-embarcadero .nav-child a,
/*.navbar-embarcadero .nav-child a:visited,*/
.navbar-embarcadero .navbar-nav > .active > a,
.navbar-embarcadero .navbar-nav > .active > a:hover,
.navbar-embarcadero .navbar-nav > .active > a:link,
.navbar-embarcadero .navbar-nav > .active > a:visited,
.navbar-embarcadero .active,
.navbar-embarcadero .dropdown-menu,
.navbar-embarcadero .navbar-nav .dropdown-menu li
.navbar-embarcadero .navbar-nav .dropdown-menu a:link,
.navbar-embarcadero .navbar-nav .dropdown-menu a:visited {
    background-color: #242323;
}

.navbar-embarcadero .navbar-form {
    padding: 0px;
}

.navbar-embarcadero .shortcuts-area li:after {
    content: "";
}

.navbar-embarcadero li.shortcuts-profile > a:first-child {
    padding-right: 0px;
}

.navbar-toggle {
    float: left;
}

button.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #222222;
}

.profile-information img {
    max-width: 32px;
    max-height: 32px;
}

#jsHelloMenu #jsNotification li#jsGlobal a {
    background: none;
}

#jsHelloMenu #jsNotification li#jsFriend a {
    background: none;
}

#jsHelloMenu #jsNotification li#jsInbox a {
    background: none;
}

#jsHelloMenu #jsNotification li a {
    float: none;
    width: 27px;
    height: 26px;
    margin: 0;
    position: relative;
}


#jsNotification li {
    list-style: none;
    display: inline-block;
}

#jsHelloMenu {
    float: right;
}

#jsHelloMenu a {
    text-decoration: none;
}

#jsHelloMenu sup {
    background-color: #23527c;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    left: -7px;
}
#jsHelloMenu ul#jsNotification li a sup {
    left: 13px;
    line-height: normal;
    position: absolute;
    top: -3px;
}

#jsHelloMenu a:hover sup {
    background-color: #4374b5;
    color: #ffffff;
}

#jsHelloMenu ul {
    position: relative;
    top: 2px;
    padding-left: 10px;
}

#jsHelloMenu li {
    width: 30px;
}

#jsHelloMenu .notifcountempty {
    display: none;
}

.navbar-embarcadero .top_login a:last-child,
.navbar-embarcadero .top_login {
    padding-left: 20px;
}

.navbar-embarcadero .top_login {
    padding-right: 15px;
}

.navbar-embarcadero .top_login a {
    text-decoration: none;
}

.navbar-embarcadero .top_login a:hover {
    color: #ababac;
}

.navbar-embarcadero .mijosearch_loading,
.navbar-embarcadero .mijosearch_module_loading,
.navbar-embarcadero .mijosearch_input_module_simple {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #434343 !important;
    border: 1px solid #7c7c7c !important;
    width: 189px !important;
    border-radius: 3px;
}
.navbar-embarcadero .mijosearch_module_loading,
.navbar-embarcadero .mijosearch_input_module_simple {
    padding-left: 24px !important;
}

.navbar-embarcadero .dropdown-menu button {
    background: inherit;
    border: 0px;
    width: 100%;
    text-align: left;
    text-indent: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-embarcadero li a:hover,
.navbar-embarcadero li button:hover {
    background: #454545;
}

.navbar-embarcadero .navbar-header .top_login li a {
    padding-top: 0px;
}

.navbar-embarcadero .navbar-header .top_login .shortcuts-profile {
    display: none;
}

.navbar-embarcadero .navbar-header .top_login {
    font-size: 30px;
    padding-top: 8px;
    float: right;
}

button.navbar-toggle {
    margin-top: 14px;
    padding: 9px 15px;
}

.navbar-embarcadero .navbar-header a {
    color: #ffffff;
}

.navbar-embarcadero .navbar-header .top_login,
.navbar-embarcadero .navbar-header .top_login span {
    display: none;
}

.navbar .nav > li > a {
    text-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
}

.navbar-embarcadero a.dropdown-toggle i {
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    font-size: 24px;

    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.navbar-embarcadero .down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navbar-embarcadero .navbar-brand {
    height: auto;
}

.navbar-embarcadero .registration-link .fa-pencil-square-o {
    font-size: 13px;
}

.navbar-embarcadero .nav > li.active > a {
    border-bottom: 3px solid #4374b5;
    height: 53px;
}

#quick-search {
    display: none;
    padding-top: 15px;
}
#small-quick-search {
    display: none;
}
.quick-search-wrapper {
    display: none;
    /*background: red;*/
}

.quick-search-wrapper {
    display: none;
    background: #222222;
    border-top: 1px solid #888888;
    height: 70px;
    padding: 10px;
}

.quick-search-wrapper input {
    height: 50px;
    background-color: #555555 !important;
    border: none;
    display: inline-block;
    border-radius: 0;
    width: 93%;
    max-width: auto;
    padding-right: 70px;
    padding-left: 20px;
    color: #d8d7d7;
}

.quick-search-wrapper button.search-button {
    /*position: absolute;*/
    /*right: 0px;*/
    width: 50px;
    max-width: 50px;
    height: 50px;
    background-color: #555555;
    border: none;
    border-left: 2px solid #222222;
    /*vertical-align: top;*/
    font-size: 25px;
    float: right;
}

@media (max-width: 400px) {

    .navbar-embarcadero #logo p {
        margin: 0px;
    }

    .navbar-embarcadero #logo {
        max-width: 150px;
        margin-top: 13px;
        padding: 0px;
    }

    .navbar-embarcadero button.navbar-toggle {
        margin-right: 0px;
        padding: 7px 10px;
    }

    .navbar-embarcadero #logo img {
        margin-right: 0px;
        padding-right: 0px;
    }

    .navbar-embarcadero .navbar-header .menu-shortcuts .top_login {
        font-size: 18px;
        margin-top: 0px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    button.navbar-toggle {
        margin-top: 10px;
    }

    #small-quick-search {
        display: block;
    }

    .navbar-embarcadero .nav > li.active > a {
        height: auto;
        border: 0px;
    }

    button.navbar-toggle {
        margin-right: 0px;
    }

    #logo img {
        width: auto !important;
    }

    .navbar-embarcadero #small-quick-search {
        padding-top: 15px;
        padding-left: 5px;
        display: block;
        font-size: 14px;
        float: right;
        padding-right: 15px;
    }

    .quick-search-wrapper input {
        width: 91%;
    }

    .navbar-embarcadero #quick-search {
        display: none;
    }

    #search #search-results {
        display: none;
    }

    .navbar-embarcadero .mijosearch_bg_module {
        padding-right: 0px;
    }

    .navbar-embarcadero .mijosearch_module_loading,
    .navbar-embarcadero .mijosearch_input_module_simple {
        width: 100% !important;
        border: 0px !important;
        padding: 5px 10px !important;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }

    .navbar-embarcadero div.top_login {
        padding-bottom: 20px;
        text-align: center;
        font-size: 14px !important;
        padding-right: 10px;
    }

    .navbar-embarcadero .navbar-header .top_login .login-link {
        padding-right: 15px;
    }

    .navbar-embarcadero .navbar-header .top_login {
        padding-top: 15px;
    }

    .navbar-embarcadero ul.shortcuts-area div.top_login {
        text-align: left;
        padding-left: 15px !important;
    }

    .navbar-embarcadero .registration-link .fa-pencil-square-o {
        font-size: 13px;
    }

    .menu-shortcuts div.top_login {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .navbar-embarcadero div.top_login .login-link {
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }

    .navbar-embarcadero ul.shortcuts-area div.top_login .login-link {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 10px;
    }

    .navbar-embarcadero div.top_login .registration-link {
        width: 50%;
        float: right;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .navbar-embarcadero ul.shortcuts-area div.top_login .registration-link {
        width: 100%;
        float: none;
        display: block;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .menu-shortcuts div.top_login .registration-link {
        padding-left: 5px;
    }

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

    .navbar-embarcadero .dropdown-menu {
        width: 100%;
        padding-left: 10px;
        position: relative;
    }

    .navbar-embarcadero .navbar-form {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-embarcadero #search.navbar-form {
        border-top: 0px;
        border-bottom: 0px;
    }

    .navbar-embarcadero #search form {
        float: none !important;
    }

    #embarcadero-main-menu {
        overflow: hidden;
    }

    .navbar-embarcadero .navbar-header .top_login {
        display: block;
    }

    .navbar-embarcadero > .container {
        background: #222222;
    }

    .navbar-embarcadero .nav > li:after {
        content: '';
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }

    .navbar-embarcadero .nav > li,
    .navbar-embarcadero .nav > li > a {
        height: auto;
    }

    .navbar-embarcadero .navbar-form {
        margin-top: 20px;
    }

    .navbar-form {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .user-caret {
        display: none;
    }
}

@media (min-width: 768px) {
    a.dropdown-toggle i {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #search {
        display: none;
    }
    .navbar-embarcadero .top_login a:last-child, .navbar-embarcadero .top_login,
     .navbar-embarcadero .top_login {
         padding-left: 10px;
    }

    .nav > li > a {
        padding: 10px 10px;
    }

    .navbar-embarcadero div.top_login {
        padding-left 0px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navbar-embarcadero .mijosearch_loading,
    .navbar-embarcadero .mijosearch_module_loading,
    .navbar-embarcadero .mijosearch_input_module_simple {
        width: 134px !important;
    }
}

@media (max-width: 1199px) {
    #quick-search {
        display: block;
        float: left;
        width: 28px;
    }

    #search {
        float: left;
    }

    #jsHelloMenu ul {
        padding-left: 0px;
    }

    #search form {
        display: none;
    }
    .navbar-embarcadero .top_login > li:last-child {
        display: none;
    }

    .navbar-right .dropdown-menu {
        right: -25px;
    }

    .top_login {
        padding-left: 6px !important;
    }
}

@media (max-width: 991px) {
    #quick-search {
        display: block;
    }
    .navbar-embarcadero .nav > li:after {
        display: none;
    }

    #logo {
        padding-top: 14px;
    }

    #logo img {
        width: 145px;
    }

    .top_login {
        padding-left: 0px !important;
    }
}
/* ================================================================================================================== */
/* Content                                                                                                            */
/* ================================================================================================================== */
.main-content {
    padding-top: 53px;
    padding-bottom: 200px;
}

.main-content-inner {
	margin-top: 30px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* ================================================================================================================== */
/* Footer                                                                                                             */
/* ================================================================================================================== */
footer {
    background-color: #575757;
    border-top: 1px solid #e5e5e5;
    color: #c9c8c8;
    padding: 40px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 150px;
}

footer .container {
    padding-left: 0px;
    padding-right: 0px;
}

footer a {
    color: #c9c8c8;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

footer .copy {
    clear: both;
    text-align: right;
}

footer .quick-links {
    float: left;
    list-style: none;
    padding: 0px;
}

footer .quick-links li {
    display: inline;
    padding-right: 20px;
}

footer .social-media {
    float: right;
    font-size: 28px;
}

footer a:focus,
footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .quick-links {
    text-transform: lowercase;
    font-size: 16px;
}

footer .copy {
    font-size: 14px;
}

footer .social-media {
    list-style: none;
    font-size: 25px;
}

footer .social-media li {
    display: inline-block;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 692px) {
    ul.social-media {
        padding: 0px;
        width: 100%;
        font-size: 20px;
    }
    ul.quick-links {
        font-size: 13px;
        text-align: center;
        width: 100%;
    }
    div.copy {
        text-align: center;
        font-size: 11px;
    }

    footer {
        height: auto;
    }
}
/* ================================================================================================================== */
/* Sidebar                                                                                                            */
/* ================================================================================================================== */
.addthis_toolbox_wrapper h2 {
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #1188fe;
    margin-top: 0px;
}
aside section h2 {
    margin-bottom: 17px
}

#answer-latest-list .item-user {
    padding: 0 0 10px;
}

#answer-latest-list .item-user .item-avatar {
    padding-right: 5px;
}

#answer-latest-list .float-l {
    float: left;
}

#answer-latest-list .item-info span img {
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
}

#answer-latest-list .item-info span {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    margin-right: 5px;
    padding: 2px 0;
    cursor: default;
}

#answer-latest-list .small span {
    padding-right: 4px;
}

#answer-latest-list .item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

#answer-latest-list .item:first-child {
    border: 0px;
}

aside section ul.line,
aside section ul.menu {
    padding-left: 20px;
    list-style: none;
}

/* ================================================================================================================== */
/* Featured Articles                                                                                                  */
/* ================================================================================================================== */
.large-featured-image {
    padding-bottom: 10px;
}

p.ft-text {
    margin-top: 10px;
}

.featured-column-right > section {
    padding-bottom: 15px;
}

.ft_wrap h3 {
    padding-top: 0px;
    margin-top: 0px;
    /*font-weight: 600;*/
}

.small-featured-image {
    width: 85px;
    float: left;
    padding-right: 10px;
}

.ft-text {
    clear: both;
}

.ft_wrap h3 a {
    color: #020202;
}

/* ================================================================================================================== */
/* Articles                                                                                                           */
/* ================================================================================================================== */
body.articles-tutorials section#content header h1 {
    color: #337ab7;
}

 body.news main #content h2,
 body.technical-articles main #content h2,
 body.articles-support main #content h2,
 body.articles-database main #content h2,
 body.articles-tutorials main #content h2 {
     border: 0px;
 }
 
 body section#content .content img{
	 max-width: 100%;
	 height: auto;
 }

/* ================================================================================================================== */
/* Latest News                                                                                                        */
/* ================================================================================================================== */
body.homepage section.aidanews2_art {
    padding-left: 20px;
}

.column-left {
    float: left;
    padding: 0px;
}

.column-right {
    float: left;
}

.aidanews2_art {
    padding-bottom: 10px;
}

.aidanews2_img1 {
    width: 147px;
    float: left;
    padding-right: 10px;
}

.aidanews2_img1 {
    padding-left: 0px;
}

.aidanews2 .even {
    background-color: inherit;
}

.aidanews2 h3 a {
    color: #020202;
}

.aidanews2_readmore {
    display: block;
	margin: 10px 0;
}

.aidanews2_topL,
p.meta,
#ezblog-body .blog-brief,
.ezb-mod .mod-post-author {
    color: #999999;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 13px;
    text-transform: uppercase;
	padding: 15px 0;
}
.aidanews2_topL,
p.meta{
	padding-top: 0;
}
.ezb-mod .mod-post-author {
    padding: 10px 0 0;
	font-size: 90%;
}

body.homepage section.row:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1),
.aidanews2_head h3 {
    margin-top: 0px;
}

.aidanews2_art:last-child {
    padding-top: 10px;
}

body.homepage .aidanews2_head h3 {
    margin-top: 10px;
}
body.homepage p.aidanews2_text {
    margin-bottom: 0px;
}
/* ================================================================================================================== */
/* Activity Stream                                                                                                    */
/* ================================================================================================================== */
#activity-stream-container h3 {
    font-size: 20px;
    margin-bottom: 2px;
}

.activity_wrap p {
    margin-bottom: 2px;
}

.activity_li {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.activity_li h3 {
    margin-top: 0px;
}

.activity_li img {
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.activity_avatar {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    max-width: 74px;
}

.activity-stream-col-right {
    float: left;
}

.activity_date {
    padding-left: 16px;
    background: url(/modules/mod_recentdiscussions/images/clock.png) left no-repeat;
}

.activity_wrap h3 {
    margin-bottom: 0px
}
/* ================================================================================================================== */
/* Discussions                                                                                                        */
/* ================================================================================================================== */
#discuss-wrapper .discuss-searchbar .btn-ask {
    margin: 22px 150px 0 0 !important;
}

#discuss-wrapper h2 {
    color: #333333;
}
#discuss-wrapper .discuss-post-title {
    font-family: inherit;
}

#discuss-wrapper .nav-tabs > .active > a,
#discuss-wrapper .nav-tabs > .active > a:hover {
    color: #23527c;
}

#discuss-wrapper .discuss-filter ul {
    border-bottom: 1px solid #4374b5;
}

#discuss-wrapper .nav-tabs > li {
    margin-bottom: 0px;
}

.discuss-replies > ul.unstyled.discuss-list.clearfix.discussionReplies > li > div.discuss-item.discussReplyItem.mt-10 > div.discuss-item-right > div.discuss-story {
    background: rgba(67, 132, 181, 0.2) !important;
}

#discuss-wrapper .discuss-filter li.sortItem a,
#discuss-wrapper .discuss-filter li.sortItem a:hover,
#discuss-wrapper .discuss-filter li.filterItem a,
#discuss-wrapper .discuss-filter li.filterItem a:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#discuss-wrapper .discuss-filter li.sortItem.active a,
#discuss-wrapper .discuss-filter li.filterItem.active a {
    background-color: #4374b5;
    color: #ffffff;
    border: 0px none;
}

#discuss-wrapper .discuss-filter li.sortItem a,
#discuss-wrapper .discuss-filter li.filterItem a {
    background-color: #b7cae3;
    color: #ffffff;
    border: 0px none;
}

#discuss-wrapper .discuss-filter li.sortItem a:hover,
#discuss-wrapper .discuss-filter li.filterItem a:hover {
    color: #4374b5;
}

#discuss-wrapper .discuss-filter li.sortItem.active a:hover,
#discuss-wrapper .discuss-filter li.filterItem.active a:hover {
    color: #b7cae3;
}

#discuss-wrapper .discuss-filter li.filterItem.active .label-notification {
    background: #b7cae3;
    color: #4374b5;
}

#discuss-wrapper .discuss-filter li.filterItem .label-notification {
    background: #8babd2;
}

#discuss-wrapper .label {
    text-shadow: none;
}

#discuss-wrapper li.postItem {
    border-bottom-color: #b7cae3;
}

#discuss-wrapper .empty {
    border: 0px;
    background-color: #b7cae3;
}

.recent-discussions .item-title {
    font-family: inherit;
    color: #020202;
    font-size: 18px;
    font-weight: 500 !important;
}

.recent-discussions .item-user .avatar {
    padding: 3px;
}

#editor-xtd-buttons {
    display: none !important;
}

#discuss-wrapper .discuss-vote .vote-points {
    height: auto;
}

#discuss-wrapper .discuss-story .discuss-story-ft,
.discussQuestion .discuss-story {
    background: rgba(67, 132, 181, 0.2) !important;
}

#discuss-wrapper .discuss-story .discuss-story-ft,
.discuss-item .discuss-item-right .discuss-story {
    border: 0px;
}

#discuss-wrapper .discuss-filter .label-notification {
    top: auto;
}

#discuss-wrapper .label-notification {
    position: inherit;
}

#discuss-wrapper .discuss-item .discuss-content {
    margin-top: 10px !important;
}

#discuss-wrapper .discuss-item .discuss-item-left {
    width: auto;
}

#discuss-wrapper .discuss-item-right .discuss-story .discuss-story-hd {
    margin-left: 110px !important;
}

.discuss-item .btn-conversation .icon-ed-pm {
    margin-bottom: 4px;
}

.answers-new-control-buttons .btn-green {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.42857143 !important;
}

.discussReplyItem .discuss-item-left > a {
    float: none;
}

.discuss-users-action {
    margin-left: 10px;
    margin-bottom: 10px;
}

body.my-questions #discuss-wrapper .discuss-story .discuss-story-ft {
    margin: 15px 0 0;
}

body.my-questions #discuss-wrapper hr {
    display: none;
}

@media (max-width: 535px) {
    #discuss-wrapper .nav-tabs > li {
        margin-bottom: 2px;
    }
}

@media (max-width: 670px) {
    #discuss-wrapper .discuss-filter .nav-tabs-alt {
        position: relative;
    }

    #discuss-wrapper .discuss-filter ul {
        border: 0px;
    }

    #discuss-wrapper .discuss-filter li.sortItem a,
    #discuss-wrapper .discuss-filter li.sortItem a:hover,
    #discuss-wrapper .discuss-filter li.filterItem a,
    #discuss-wrapper .discuss-filter li.filterItem a:hover {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
}
/* ================================================================================================================== */
/* Events & Groups                                                                                                    */
/* ================================================================================================================== */
.cEvents .cPageAvatar {
	border: 0 none;
	margin-bottom: 0;
}
.com_eve_label,
.com_eve_tag{
	font-weight: bold;
}
.com_eve_label,
#com_eve_content,
.com_eve_content {
    margin-bottom: 15px !important;
}

a.event-title {
    color: #222222;
}

a.event-title:hover {
    text-decoration: none;
    color: #222222;
}

#Kunena div.ktopic-title-cover a,
#Kunena div.kthead-title a,
.klatest-subject a,
.joms-list--event h4 {
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px;
    /*font-weight: 600;*/
}

.joms-button--link:after {
    content: " »";
}

.joms-media__calendar .month {
    background-color: #1188fe;
    font-weight: bold;
}

.klatest-subject a,
.joms-list--event h4 {
    color: #020202;
}

.klatest-items li:last-child {
    border-bottom: 0px;
}

.social-filter ul,
.event-filter ul {
    border-bottom: 1px solid #4374b5 !important;
}

.social-filter li,
.event-filter li {
    margin-bottom: 0px !important;
}

.social-filter li.active a,
.event-filter li.active a {
    background-color: #4374b5 !important;
    color: #ffffff !important;
    border: 0px none !important;
}

.social-filter li.active a:hover,
.event-filter li.active a:hover {
    color: #ffffff !important;
}

.social-filter li a:hover,
.event-filter li a:hover {
    color: #4374b5 !important;
}

.social-filter li a,
.event-filter li a {
    border: 0px !important;
    color: #ffffff !important;
    background-color: #b7cae3 !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.list-of-tags-pagination .pagination > :first-child,
.joms-pagination .pagination > :first-child {
    border-radius: 0px !important;
}

.list-of-tags-pagination .pagination a,
.joms-pagination .pagination a {
    border: 0px !important;
    color: #4374b5 !important;
    background: #ffffff !important;
}

.list-of-tags-pagination .pagination a:hover,
.joms-pagination .pagination a:hover {
    color: #4374b5 !important;
}

.list-of-tags-pagination .pagination strong.noactiveStart,
.joms-pagination .pagination strong.noactiveStart,
.list-of-tags-pagination .pagination strong.noactivePrev,
.joms-pagination .pagination strong.noactivePrev,
.list-of-tags-pagination .pagination strong.noactive,
.joms-pagination .pagination strong.noactive {
    background-color: #4374b5 !important;
    color: #ffffff !important;
}

.list-of-tags-pagination .pagination a,
.list-of-tags-pagination .pagination strong {
    padding: 8.65248px 14px !important;
}

.list-of-tags-pagination .pagination strong {
    font-weight: normal;
}

.list-of-tags-pagination {
    text-align: right;
    font-size: 12px;
}

.search-event-date input {
    width: auto;
    float: left;
    margin-right: 10px;
}

.search-event-date button.btn {
    padding: 6px 28px;
}

.search-event-date button.btn i {
    padding-left: 0px;
}

.events-search-form li {
    clear: both !important;
    padding-bottom: 10px !important;
}

.distance-unit-selector input.radio {
    display: inline;
}

.unit-selector {
    margin-top: 10px;
}

/* ================================================================================================================== */
/* Blogs                                                                                                              */
/* ================================================================================================================== */
#ezblog-body .profile-head {
    padding-bottom: 20px;
}

.bloggers-pagination-row {
    height: 30px;
}

.bloggers-pagination-row form {
    float: right;
}

.bloggers-pagination-row span.about {
    margin-top: 8px;
}

.bloggers-pagination-row span {
    font-size: 14px !important;
}

#ezblog-bloggers {
    clear: both;
    padding-top: 10px;
}

.blogger-search-input {
    padding-left: 0px;
}

.bloggers-limit {
    width: 70px !important;
    display: inline;
}

#ezblog-body .blog-post .blog-title,
#ezblog-body .blog-post .blog-title a,
#ezblog-body .blog-post .blog-title a:hover {
    font-family: inherit;
}

#eblog-wrapper h1 {
    padding-bottom: 10px;
}

#ezblog-body .blog-comments a,
#ezblog-body .blog-readmore a {
    padding: 0 20px 0 0;
}

#ezblog-body .blog-comments a {
    background: url(/components/com_easyblog/assets/images/item-comments.png) right center no-repeat;
}
#ezblog-body .blog-taglist a span,
#ezblog-body .blog-comments a,
#ezblog-body .blog-readmore a,
#ezblog-body .blog-brief a {
    color: #337ab7 !important;
}

#ezblog-body .blog-taglist a span:hover,
#ezblog-body .blog-taglist a:hover,
#ezblog-body .blog-comments a:hover,
#ezblog-body .blog-readmore a:hover,
#ezblog-body .blog-brief a:hover {
    color: #23527c !important;
}

.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

#ezblog-body .cta-button .button-primary,
#ezblog-body .cta-button .button-default {
    background: rgba(67, 132, 181, 0.2);
    padding: 5px;
    border: 1px solid #23527c;
    border-radius: 4px;
}

#ezblog-body .cta-button .button-primary {
    background: #23527c;
    color: #ffffff;
}

#ezblog-body .cta-button .button-primary:hover {
    background: #222222;
    border-color: #222222;
}

#ezblog-body .cta-button .button-primary:hover,
#ezblog-body .cta-button .button-default:hover {
    text-decoration: none;
}

.ezb-mod .mod-post-title a,
.ezb-mod .mod-post-title {
    font-family: inherit;
    color: #020202;
    font-size: 18px;
    font-weight: 500;
	line-height: 1.2em;
	overflow: hidden;
}

#section-author .auth_user,
#eblog-wrapper #section-author .auth_user {
    padding-top: 10px;
}

#section-author,
#eblog-wrapper #section-author {
    border: 0px;
    background: rgba(67, 132, 181, 0.2);
    padding: 20px;
}

.blog-text h2,
.blog-content h2 {
    border: 0px;
    font-family: inherit;
    font-size: 22px;
    text-transform: none;
}

#ezblog-body .blog-comments a,
#ezblog-body .blog-readmore a {
    background: none;
}

.blog-content .tag-head:before,
#ezblog-body .blog-readmore a:after,
#ezblog-body .blog-comments a:after {
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

#ezblog-body .blog-readmore a:after {
    content: "\f138";
}

#ezblog-body .blog-comments a:after {
    content: "\f0e6";
}

.blog-content .tag-head:before {
    content: "\f02c";
}

.blog-brief {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

.related-elements-header {
    background: rgba(67, 132, 181, 0.2) !important;
}

.related-elements-header h2 {
    color: rgba(67, 132, 181, 0.8);
    padding-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.related-elements-wrapper {
    padding-bottom: 30px;
}

.entry-related-post li {
    clear: both !important;
    overflow: auto !important;
}

.related-elements-wrapper .tab_container {
    border: 1px solid rgba(67, 132, 181, 0.2) !important;
}

#ezblog-body .blog-post {
    padding: 30px 0;
    margin-bottom: 10px;
}

#ezblog-body .blog-content .blog-text {
    margin-bottom: 20px;
}

.blog-read .blog-head h1 {
    margin-top: 20px !important;
    color: #337ab7;
}

.comment-body #btnSubmit {
    text-transform: uppercase;
}

.blog-comments-subscription {
    width: auto;
    margin-top: 4px !important;
}

body #ezblog-dashboard .ui-button-group li + li .buttons {
    border-left: 1px solid #aaa;
}

body.my-blog-profile #breadcrumbs,
body.write-blog-post #breadcrumbs {
    margin-bottom: 40px;
}

body.manage-blog-posts .dc-pagination ul > li span,
body.manage-blog-posts .dc-pagination ul > li a {
    padding: 0 10px !important;
}

body.manage-blog-posts .dc-pagination ul > li  {
    background: #eee !important;
}

body.manage-blog-posts .dc-pagination ul > li.active  {
    background-color: inherit !important;
}

.latest-comments .mod-comment-head .avatar {
    padding: 3px;
}
/* ================================================================================================================== */
/* Forum                                                                                                              */
/* ================================================================================================================== */
#Kunena .klatest-post-info i,
#Kunena .forum_rpy i,
#Kunena .ktopic-keywords i,
#Kunena .ktopic-posted-time i,
#Kunena .ktopic-date i {
    color: #6d655a;
    opacity: .7;
}

#Kunena td.kprofile-left {
    border-right: 0px;
}

#Kunena table {
    border-bottom: 0px;
}

#Kunena code {
    white-space: nowrap !important;
}

#Kunena .poscount-header span {
    padding-left: 5px;
}

#Kunena .poscount-header {
    border-radius: 2px;
    padding: 10px;
}

.klatest-subject-by a.kwho-user {
    font-size: inherit !important;
}

#Kunena .klist-actions,
#Kunena .klist-actions-forum,
#Kunena div.kmessage-editmarkup-cover {
    border-color: rgba(67, 132, 181, 0.2) !important;
}

#Kunena .kpost-username a.kwho-user {
    font-weight: bold !important;
}

#Kunena .kheader h2,
#Kunena .kheader h2 span {
    margin-top: 20px;
    font-size: 28px !important;
    color: #464545 !important;
    font-family: inherit;
    border-bottom: 1px solid #1188f !important;
    text-transform: uppercase !important;
}

#Kunena div.ktopic-title-cover a,
#Kunena div.kthead-title a {
    color: #020202 !important;
}

#Kunena .kheader h2 a {
    font-size: 28px !important;
    color: #464545 !important;
    font-family: inherit !important;
    text-transform: uppercase !important;
}

#Kunena td.kcol-mid,
#Kunena td.kcol-first {
    border-bottom: 1px solid #b7cae3 !important;
}

#Kunena a:link, #Kunena a:visited, #Kunena a:active {
    color: #337ab7 !important;
}

.ktitle-desc {
    margin-top: 10px;
    border-radius: 2px;
}

#Kunena .kblock div.kheader {
    padding: 0px;
    border-bottom: 1px #1188fe solid;
}

#Kunena .kblocktable tr:last-child td.kcol-mid,
#Kunena .kblocktable tr:last-child td.kcol-first {
    border-bottom: 0px !important;
}

#Kunena .kpagination span {
    border: 0px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

#Kunena .forum_week_bg,
#Kunena td.kprofile-left {
    background: rgba(67, 132, 181, 0.2);
}

#Kunena div.kthead-desc {
    width: auto;
}

#Kunena .ktopic-details a {
    font-size: 1em;
}

#Kunena a.kwho-admin,
#Kunena a.kwho-user {
    font-size: .917em;
}

#Kunena .forum_lastpost {
    margin: 0px !important;
}

.krowmoderation input {
    margin-top: -2px !important;
    padding: 5px 28px 4px 28px !important;
}
.krowmoderation select {
    padding: 6px 12px !important;
    display: inline;
}

#Kunena .moderation-label {
    padding-top: 18px;
}

#Kunena #modtopicslist select,
#Kunena #modcategorieslist select {
    padding: 6px 12px !important;
}

#Kunena ul.forum-moderate-move {
    list-style: none;
}

#Kunena ul.forum-moderate-move li input {
    margin-right: 10px;
}

#Kunena form.kform-report #kreport-reason,
#Kunena form.kform-report #kreport-msg {
    width: 100%;
}

#Kunena form.kform-report {
    float: none !important;
}

#Kunena form.kform-report input {
    float: none;
}

#Kunena form.kform-report textarea {
    margin-bottom: 20px;
}

#Kunena .forum-moderation-buttons .kbutton-back {
    font-size: 16px !important;
    font-weight: 600 !important;
}

#Kunena .forum-moderation-buttons .btn-blue,
#Kunena form.kform-report .spam-report-buttons input.btn-blue {
    background-color: #337ab7 !important;
}

#Kunena form.kform-report .spam-report-buttons input.btn-green {
    background-color: #95c93f;
}

#Kunena form.kform-report .spam-report-buttons input {
    padding: 8px 28px;
    border: 0px;
}

#Kunena table.kblocktable .knewchar {
    font-family: inherit;
    font-size: 0.583em;
    font-weight: normal;
}

body.recent #Kunena .forum_lastpost {
    margin-top: 5px !important;
}

body.search #Kunena .kheader h2 {
    font-family: inherit !important;
    text-transform: none !important;
}

body.search #Kunena .kblock div.kheader {
    border: 0px solid;
}

body.search #Kunena fieldset legend {
    font-size: 15px;
    font-weight: normal;
    border: 0px;
}

body.search #kforumsearch select {
    height: 32px;
}

body.search #search-posts-sort select,
body.search #search-posts-date select {
    width: 100% !important;
    margin-bottom: 10px;
}

body.search #search-posts-start.fieldset input.ks {
    float: left !important;
    width: 147px !important;
    margin: 0 5px 10px 0 !important;
}

body.search #search-posts-start.fieldset select#limit {
    margin-left: 0px;
    float: left;
    width: 143px !important;
    padding: 3px 2px 2px 2px !important;
}

body.search .ksearchresult-desc.km {
    width: 100%;
}

body.search #ksearchresult table {
    margin-top: 3px;
}

body.search #Kunena tr.ksth {
    background: rgba(67, 132, 181, 0.2);
}

body.search .ksearchresult-desc span {
    color: #337ab7;
    font-weight: normal;
}

body.search .ksearchresult-desc {
    background: rgba(67, 132, 181, 0.4)
}

body.search .kpagination {
    margin-top: 20px;
}

#Kunena h1 {
    margin-bottom: 40px !important;
}
/* ================================================================================================================== */
/* Search                                                                                                             */
/* ================================================================================================================== */
.mijosearch_fieldset {
    border: 0px;
}

#search-results .result-element {
    background-color: #e4eaee;
}

#mijosearch-results h3 a {
    color: #337ab7 !important;
    font-family: inherit;
    font-size: 24px !important;
}

.mijosearch_pagination {
    background: rgba(67, 132, 181, 0.2);
}

.mijosearch_pagination div:first-child {
    padding-top: 3px !important;
}

.mijosearch_pagination .limitboxtext {
    margin-top: 3px !important;
}

.mijosearch_pagination .limitbox {
    margin-top: 0px !important;
}

.mijosearch_fieldset .search-selector #ext_chosen a span {
    margin-top: 4px;
}

.chosen-container-single .chosen-single div b {
    background: url('../../images/chosen-sprite.png') no-repeat 0px 2px;
}

.mijosearch_fieldset .chosen-container-single .chosen-single div b {
    background: url('../../images/chosen-sprite.png') no-repeat 0px 7px;
}

.mijosearch_fieldset .search-selector #ext_chosen a {
    height: 34px;
}

.mijosearch_fieldset .search-selector {
    float: left;
    margin-right: 10px;
}

.mijosearch_fieldset #mijosearch_bg2 .form-control {
    width: auto;
}

.mijosearch_fieldset #mijosearch_bg2 {
    float: left;
    width: auto;
    height: auto;
}

.mijosearch_fieldset .search_box_image {
    float: left;
    margin-right: 10px;
}

#mijosearch_pagination {
    font-size: 12px;
}

#mijosearch_pagination .pagination strong,
#mijosearch_pagination .pagination a {
    padding: 4px 12px;
}

#mijosearch_pagination .pagination strong {
    font-weight: normal;
    background-color: #4374b5 !important;
    color: #ffffff !important;
}

nav #search-results {
    border: 0px;
    background: #EDEDED;
}

nav #search-results .plugin-title .plugin-title-inner{
    text-shadow: none;
}

nav #search-results .result-element {
    background-color: #EDEDED;
}

nav #search-results .plugin-title {
    background: #D9D9D9;
    font-weight: normal;
    font-family: inherit;
}

nav #search-results .result-element span {
    font-weight: normal;
    font-family: inherit;
}

nav #search-results .page-container #more-result {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(67, 132, 181, 0.8);
    border: 0px;
}

nav #search-results .page-container #more-result:hover {
    background-color: #337ab7;
}

nav #search-results .page-container {
    background: inherit;
    padding: 0px 10px;
}

/* ================================================================================================================== */
/* Pagination                                                                                                         */
/* ================================================================================================================== */
#Kunena .kpagination li.active,
ul.kpagination li span.pagenav a,
.dc-pagination ul > li.active,
#discuss-wrapper .dc-pagination ul > li.active {
    background-color: #4374b5 !important;
    color: #ffffff !important;
    border: 0px;
}

ul.kpagination li.page,
ul.kpagination li,
.dc-pagination ul > li,
#discuss-wrapper .dc-pagination ul > li {
    border: 0px;
    background-color: #ffffff !important;
    color: #4374b5;
}

.dc-pagination ul > li.active span,
#discuss-wrapper .dc-pagination ul > li.active span {
    color: #ffffff;
}

.dc-pagination ul > li span,
#discuss-wrapper .dc-pagination ul > li span,
.dc-pagination ul > li a,
#discuss-wrapper .dc-pagination ul > li a {
    color: #4374b5;
}

.dc-pagination ul > li a:hover,
#discuss-wrapper .dc-pagination ul > li a:hover {
    color: #4374b5;
}

.dc-pagination ul > li:hover,
#discuss-wrapper .dc-pagination ul > li:hover {
    background-color: #b7cae3;
}

ul.kpagination li:last-child {
    border: 0px;
}

/* ================================================================================================================== */
/* JomSocial                                                                                                          */
/* ================================================================================================================== */
.jomsocial-rank {
    float: right;
    text-align: center;
}
.joms-list--friend .joms-list__item {
    border: 1px solid #4374b5;
    background: rgba(67, 132, 181, 0.2);
}

a.joms-button--liked span:before {
    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;
    padding-right: 2px;
    content:  "\f087";
}

.joms-postbox-tab,
.joms-comment__reply {
    background: rgba(67, 132, 181, 0.2);
}

.notifications-list-action {
    background: rgb(51, 122, 183) none repeat scroll 0% 0%;
    float: right;
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    margin-top: 18px;
    border: 1px solid rgb(255, 255, 255);
}

.notifications-list-action  a {
    color: #ffffff;
}

.jomsocial-wrapper > .joms-page,
.jomsocial-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.joms-stream__time a {
    color: #333333;
}

.joms-stream__time > a {
    display: block;
}

.joms-js--message-item {
    margin-top: 10px;
    border-top: 0px !important;
}

.joms-list--message__time {
    display: block !important;
    right: auto !important;
    bottom: auto !important;
}

.joms-list--message__time svg {
    float: left !important;
    top: 7px !important;
}

.joms-js--message-item > .joms-list--message__time {
    display: none !important;
}

.community-blue {
    color: #337ab7;
}

.joms-js--message-item  .joms-avatar--comment {
    width: 64px;
}

.joms-js--message-item  .joms-avatar--comment img {
    max-width: 64px;
}

.social-popup-clock {
    width: 10px;
    height: 0.9rem;
}

.strong-600 {
    font-weight: 600;
}

/* ================================================================================================================== */
/* Admin                                                                                                              */
/* ================================================================================================================== */
#images a.modal.btn:hover {
    background-color: #76a03f;
}
#images a.modal.btn {
    color: #ffffff;
    background-color: #95c93f;
    width: 100px;
    float: left;
}

aside section ul.menu li a:hover {
    background: none;
}
aside section ul.menu li a {
    padding: 5px 0px;
}

aside section ul.menu {
    padding-left: 25px;
}
aside section ul.menu li {
    float: none;
}

aside section ul.menu li.item210 a:before,
aside section ul.menu li.item211 a:before,
aside section ul.menu li.item212 a:before,
aside section ul.menu li.item213 a:before,

aside section ul.menu li.item205 a:before,
aside section ul.menu li.item206 a:before,
aside section ul.menu li.item207 a:before,
aside section ul.menu li.item259 a:before,
aside section ul.menu li.item258 a:before,
aside section ul.menu li.item260 a:before,

aside section ul.menu li.item208 a:before,
aside section ul.menu li.item209 a:before,

aside section ul.menu li.item199 a:before,
aside section ul.menu li.item200 a:before,
aside section ul.menu li.item262 a:before,

aside section ul.menu li.item174 a:before,
aside section ul.menu li.item169 a:before,
aside section ul.menu li.item170 a:before,
aside section ul.menu li.item168 a:before,
aside section ul.menu li.item171 a:before {
    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;
    padding-right: 10px;
    font-size: 19px;
}

/* User Menu */
aside section ul.menu li.item210 a:before {
    content: "\f007";
}

aside section ul.menu li.item211 a:before {
    content: "\f044";
}

aside section ul.menu li.item212 a:before {
    content: "\f234";
}

aside section ul.menu li.item213 a:before {
    content: "\f0c0";
}

/* Blog Menu */
aside section ul.menu li.item205 a:before {
    content: "\f040";
}

aside section ul.menu li.item206 a:before {
    content: "\f044";
}

aside section ul.menu li.item207 a:before {
    content: "\f007";
}

aside section ul.menu li.item259 a:before {
    content: "\f085";
}

aside section ul.menu li.item258 a:before {
    content: "\f249";
}

aside section ul.menu li.item260 a:before {
    content: "\f070";
}

/* Answers Menu */
aside section ul.menu li.item208 a:before {
    content: "\f0e5";
}

aside section ul.menu li.item209 a:before {
    content: "\f0e6";
}

/* Articles Menu */
aside section ul.menu li.item199 a:before {
    content: "\f040";
}

aside section ul.menu li.item200 a:before {
    content: "\f15c";
}

aside section ul.menu li.item262 a:before {
    content: "\f15c";
}

/* Forum Menu */
body.forum aside section ul.menu li.item174 a:before {
    content: "\f002";
}

body.forum aside section ul.menu li.item169 a:before {
    content: "\f040";
}

body.forum aside section ul.menu li.item170 a:before {
    content: "\f086";
}

body.forum aside section ul.menu li.item168 a:before {
    content: "\f017";
}

body.forum aside section ul.menu li.item171 a:before {
    content: "\f15c";
}

form#adminForm div.btn-toolbar {
    padding-bottom: 20px;
}

#adminForm ul.nav-tabs > li {
    margin-bottom: 0px;
}

#adminForm ul.nav-tabs > li > a {
    border: 0px;
}

#adminForm ul.nav-tabs {
    border-bottom: 1px solid #4374b5;
}

#adminForm ul.nav-tabs li a {
    background-color: #b7cae3;
    color: #ffffff;
    border: 0px none;
}

#adminForm ul.nav-tabs li a:hover {
    color: #4374b5;
}

#adminForm ul.nav-tabs li.active a {
    background-color: #4374b5;
    color: #ffffff;
    border: 0px none;
}

#adminForm .control-group {
    padding-top: 20px;
    padding-bottom: 20px;
}

#adminForm .control-group .modal {
    display: block;
    position: inherit;
}

#editor .toggle-editor {
    padding-top: 20px;
}

#editor .toggle-editor .btn-group {
    background-color: #eeeeee;
    /*border: 1px solid;*/
    border-radius: 2px;
}

#editor .toggle-editor .btn:hover {
    background-color: #dbdbdb;
}

#jform_translatenow_chosen,
.controls .chosen-container {
    width: 100% !important;
}

.tab-content .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    height: auto;
}

#jform_tags_chosen {
    display: none;
}

#jform_publish_up_img i,
#jform_publish_down_img i {
    padding: 0px;
}

#jform_publish_up_img,
#jform_publish_down_img {
    padding: 6px 12px;
}

#jform_publish_up,
#jform_publish_down {
    width: 170px;
    text-align: center;
    margin-right: 20px;
}

#jform_publish_up,
#jform_publish_down {
    float: left;
}

.control-group a.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

#sbox-content iframe {
    width: 100% !important;
    height: 100% !important;
}

#cWindowContent {
    padding: 0px;
}

#cWindow {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
}

#cWindow ul.cWindowStream {
    padding: 0px 0px;
    margin-top: 10px;
}

#cWindow ul.cWindowStream li {
    list-style: none;
    padding: 14px 23px;
    background: #f2f2f2;
    margin-bottom: 10px;
    overflow: hidden;
}

.cEmpty.cAlert {
    padding: 14px 23px;
}

.cStream-Message a {
    color: #454646;
    font-weight: 600;
}

.cStream-Avatar.cFloat-L {
     float: left;
     padding-right: 15px;
 }

.cStream-Headline {
    padding-top: 5px;
    font-weight: 500;
}

.cWindowNotification-Jumper {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.cWindowNotification-Jumper {
	overflow: visible;
}
.joms-media__calendar {
	height: auto;
}
.joms-media__calendar .date {
	padding: 7px 14px;
}
#ezblog-posts .blog-post .blog-image img {
    max-width: 150px;
}
.ezb-mod .mod-post-image img {
	max-width: 150px;
	width: auto;
}
aside .ezb-mod .mod-post-image img {
	max-width: 60px;
	width: auto;
}
@media (min-width: 992px) {
	.container.main-content .content-area.col-md-9 {
		width: 72%;
	}
	.container.main-content .sidebar.col-md-3 {
		width: 28%;
	}
}
.camera_wrap .cameraContent a:hover {
    color: #eeeeee;
}