/*RESET INPUT*/
input {
  all: unset;
}
/**/




/** Sponsors, Homepage and Sponsors list article */
.com_empty .body, .itemid-369 .body {
    padding-top: 0;
}

.itemid-197 .blog-items .blog-item {
    display: block;
}

/* Hosting Sponsors 2018 */
.bloghsponsors .featured {
    border: 2px solid #1b63a2;
    background: #fff;
    border-radius: 0;
}
.bloghsponsors .badge {
    font-size: 1em;
    padding: 12px;
}
.bloghsponsors span.label {
    display: block;
}
.bloghsponsors span.label-success {
    background: #1b63a2;
    padding: 12px;
    font-size: 12px;
    margin-bottom: 16px;
}
.bloghsponsors .item .page-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.bloghsponsors .pull-left.item-image img {
    max-width: 250px;
}
.bloghsponsors .featured img {
    margin:0 auto 24px auto;
    display: block;
}
.hsponsor-title {
    padding: 0 0 24px 0;
}
.hsponsor-title,
.bloghsponsors .item a {
    font-size: 1.2em;
    line-height: 1.2;
}
.bloghsponsors .item a {
    font-weight: 700;
    display: block;
    text-align: right;
}
.bloghsponsors .items-row {
    padding: 8px 0;
}

/*Homepage 2018*/
.who .col-md-6:last-child {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}
.oursponsors img:hover {
    filter: none;
}
.oursponsors img {
    width: 80%;
    max-width: 100%;
}
.numbers-box a {
    color: #fff;
}
.numbers-box a:hover {
    color: #eee;
    text-decoration: none;
}

/*Partners page - anchors 2018*/
.anchors:target {
    margin-top: -85px;
    padding-top: 85px;
}

/* Homepage Redesign (first few items also cover the main sponsors page) */
.itemid-122 #content, .itemid-366 #content {
    display: none;
}
.itemid-122 .footer, .itemid-366 .footer {
    margin-top: 0;
}

/*error page display*/
.error.itemid-122 #content, .error.itemid-366 #content {
    display: inherit;
}

.event img,
.announcements img,
.effects img {
    box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 1);
    max-width: 100%;
    height: auto;
}

/*btn*/
.features .btn,
.whyjoomla .btn,
.feedshp .btn,
.showcase .btn,
.who .btn,
.oursponsors .btn {
    margin: 20px 0;
    --bs-btn-border-radius: 3.125rem;
    border-radius: var(--bs-btn-border-radius);
}
.showcase .btn {
    margin: 0;
}

/*hero*/
.moduletable.topbanner {
    background-image: var(--bg-url-main-banner);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover;
    background-color: #25304f;
}
.topbanner .container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.hero-heading {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    color: #fff;
    margin: 0 auto 30px;
    max-width: 800px;
    text-shadow: 1px 1px 1px #192136;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.38462;
}
.hero-heading h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 53px;
    font-weight: normal;
    line-height: 1.13208;
}
.hero-teaser article {
    background: var(--bs-body-bg);
    border-radius: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    padding-top: 30px;
}
.hero-teaser .hero-teaser-title {
    margin: 1.75rem 0;
}
.hero-teaser .hero-teaser-body {
    min-height: 80px;
    padding: 0 25px 0;
    font-size: 14px;
}
.hero-teaser footer {
    font-size: 20px;
}
.hero-teaser footer a {
    background: #5091cd;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #000;
    display: block;
    padding: 20px 30px;
    text-decoration: none;
}
.hero-teaser > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s ease;
}
.hero-teaser > div:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform .3s ease;
}
.hero-teaser > div:hover article {
    box-shadow: 0 0 30px #0d111c;
}
.hero-teaser > div:first-child footer a {
    /*background: #89c764;*/
}
.hero-teaser > div:last-child footer a {
   /* background: #f27042; */
}
.hero-teaser > div:first-child .icon-circled,
.icon-circled-additional-secondary-olive {
    background: #89c764;
    color: #fff;
}
.hero-teaser .icon-circled,
.icon-circled-primary {
    background: #5091cd none repeat scroll 0 0;
    color: #fff;
}
.hero-teaser > div:last-child .icon-circled,
.icon-circled-secondary-orange {
    background: #f27042;
    color: #fff;
}
.fadeInUp,
.hero-heading {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
.icon-circled-sm {
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.topbanner .icon-circled-sm .svg-icon {
    height: 24px;
    margin: -2px 1px 0 0;
    width: 24px;
    line-height: 24px;
}
.icon-circled .svg-icon {
    height: 50px;
    margin: -8px 2px 0 0;
    width: 50px;
    line-height: 50px;
}
.svg-icon {
    display: inline-block;
    fill: currentcolor;
    vertical-align: middle;
    text-shadow: none;
}

/*Announcements*/
.moduletable.announcements {
    padding: 30px 0;
    background: #1b63a2;
    color: #fff;
}
.moduletable.announcements h3 a {
    color: #eee;
}
.announcements img {
    padding-top: 15px;
}
.newsflash-item:not(:last-child) {
    margin-bottom: 10px;
}
.newsflash-item .readmore {
    margin-top: 10px;
}

/*Why Joomla*/
.moduletable.whyjoomla {
    padding: 30px 0;
}
.whyjoomla .col-md-6:first-child {
    position: relative;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
}

/*Features*/
.features h2,
.why h2 {
    margin-bottom: 50px;
    font-size: 30px;
}
.features h2 {
    color: #fff;
}
.feature {
    padding: 15px 0;
    text-shadow: 1px 1px 1px #0d111c;
}
.feature .icon-circled {
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.feature .icon-circled img:hover {
    box-shadow: 0 0 30px #0d111c;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.feature .icon-circled:hover {
    box-shadow: 0 0 30px #0d111c;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.moduletable.features {
    
   
    background-image: radial-gradient(circle, var(--bg-head-panel1), var(--bg-head-panel1-1));
    padding: 30px 0;
}
.icon-circled-lg {
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}
.icon-circled {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.features .feature {
    padding: 15px 0;
    text-shadow: 1px 1px 1px #0d111c;
    color: #fff;
    font-size: 14px;
}
.icon-circled-secondary-yellow {
    background: #fec34d;
}
.icon-circled-additional-secondary-green {
    background: #50af8c;
}
.icon-circled-additional-secondary-scarlet {
    background: #ee5256;
}
.icon-circled-secondary-blue {
    background: #75bee9;
}
.icon-circled-additional-secondary-red {
    background: #e97575;
}
.icon-circled-additional-secondary-purple {
    background: #8564c7;
}
.icon-circled-additional-secondary-orange {
    background: #f27042;
}
.svg-icon {
    display: inline-block;
    fill: currentcolor;
    vertical-align: middle;
}

/*News - events*/
.moduletable.feedshp {
    background: #ececec;
    --bs-heading-color: #333;
    color: #333;
    /* Old browsers */

    background: -moz-linear-gradient(left, #ececec 0%, #ececec 50%, #ffffff 51%, #ffffff 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #ececec 0%, #ececec 50%, #ffffff 51%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #ececec 0%, #ececec 50%, #ffffff 51%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}
.moduletable.feedshp .events {
    background: #fff;
}
.moduletable.feedshp .event {
    margin-left: 20px;
    padding: 0 20px 20px 20px;
}
.feedshp .news,
.feedshp .events {
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.moduletable.feedshp .contribute {
    border-top: 1px dotted #ddd;
    margin-left: 20px;
    padding: 20px 20px 0 20px;
}
.feedshp .news h3 {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 5px;
}
.feedshp .news h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}
.feedshp .news .moduletable:not(:last-child) {
    margin-bottom: 10px;
}
.feedshp .news .feed-item:not(:last-child) {
    margin-bottom: 10px;
}

/*Numbers*/
.numbers .numbers-box {
    background: #5091cd;
    color: #fff;
    height: 265px;
    position: relative;
}
.numbers .numbers-img,
.numbers .numbers-overlay {
    height: 100%;
    width: 100%;
}
.info .announcements .announcement-title a,
.info .events a,
.info h2,
.who-is-using h2 {
    color: #433e42;
}
.numbers .numbers-text {
    bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    left: 20px;
    line-height: 24px;
    position: absolute;
    text-transform: uppercase;
}
.numbers .number {
    font-size: 4rem;
    display: block;
}
.numbers .number sup {
    font-size: 1.75rem;
    left: -0.3em;
    top: -0.8em;
}
.numbers .numbers-img {
    background-size: cover;
}
.numbers .extensions .numbers-text,
.numbers .installations .numbers-text,
.numbers .support .numbers-text {
    right: 20px;
    left: auto;
}
/*.numbers .extensions .number,
.numbers .support .number {
    margin-right: -25px;
}*/
.numbers .installations {
    background: #f27042;
}
.numbers .installations .numbers-overlay {
    background-color: rgba(242, 112, 66, 0.55);
}
.numbers .installations .numbers-img {
    background: url("../images/installations-bg.jpg") no-repeat scroll center center;
}
.numbers .extensions {
    background: #5091cd;
}
.numbers .extensions .numbers-overlay {
    background-color: rgba(80, 145, 205, 0.55);
}
.numbers .extensions .numbers-img {
    background: url("../images/extensions-bg.jpg") no-repeat scroll center center;
}
.numbers .support {
    background: #50af8c;
}
.numbers .support .numbers-overlay {
    background-color: rgba(80, 175, 140, 0.55);
}
.numbers .support .numbers-img {
    background: url("../images/support-bg.jpg") no-repeat scroll center center;
}
.numbers .volunteers {
    background: #13294a;
}
.numbers .volunteers .numbers-overlay {
    background-color: rgba(137, 199, 100, 0.55);
}
.numbers .volunteers .numbers-img {
    background: url("../images/volunteers-bg.jpg") no-repeat scroll center center;
}
.numbers .development {
    background: #8564c7;
}
.numbers .development .numbers-overlay {
    background-color: rgba(133, 100, 199, 0.55);
}
.numbers .development .numbers-img {
    background: url("../images/development-bg.jpg") no-repeat scroll center center;
}
.numbers .languages {
    background: #e97575;
}
.numbers .languages .numbers-overlay {
    background-color: rgba(233, 117, 117, 0.55);
}
.numbers .languages .numbers-img {
    background: url("../images/languages-bg.jpg") no-repeat scroll center center;
}

/*Showcase*/
.moduletable.showcase {
    background: #1b63a2;
    padding: 1.25rem 0;
    color: #fff;
}
.moduletable.who,
.moduletable.oursponsors {
    padding-top: 50px;
    padding-bottom: 30px;
}
.effects figure {
    margin: 40px;
}

/*Newsletter HP*/
.newsletter {
    margin-top: 15px;
}
.newsletter input#user_name,
.newsletter input#user_email {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dotted #aaa;
    box-shadow: none;
    margin-right: 40px;
    border-radius: 0;
    padding-top: 20px;
}

/*Acymailing*/
.acyreceive input {
    float: left;
    margin-right: 5px;
}
.acy input {
    width: 90%;
}
.acyconsent input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

/*Well*/
.well {
    border-radius: 0;
    box-shadow: none;
}

/*Benefits Features 2018*/
.itemid-195 .accordion-group {
    border-radius: 0;
}
.itemid-195 .accordion-group h4 {
    margin: 0;
    padding: 12px 0;
}
.itemid-195 .accordion-group h4:hover {
    background: #eee;
}
.itemid-195 .accordion-group h4 a:hover,
.itemid-195 .accordion-group h4 a:focus {
    text-decoration: none;
}

/* Custom CSS */

/* Testing - active menu item fixes */
ul.nav.menu.nav-stacked.nav-tabs .current a {
    font-weight: bold;
}
aside .nav .nav-child {
    border-left: 1px solid #ddd;
    padding: 5px 0 5px 30px;
    border-right: 1px solid #ddd;
    font-size: 13px;
}

/* ===[ Video embedding ]=== */
.video-container {
    position: relative;
    padding-bottom: 1%;
    overflow: hidden;
    margin-top: 15px;
}

.video-container iframe {
    max-width: 100%;
}

/* padding the video to center it vertically */
.moduletable.announcements .col-md-6.video-container {
    padding: 0 15px;
    text-align: center;
}

/*Sandra*/

/*main menu*/
img.member {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*img*/
img.pull-right {
    margin: 2px 0 5px 5px;
}
img.pull-left {
    margin: 2px 5px 5px 0;
}

/*news*/
.blog .img_caption {
    width: auto!important;
}
dt.article-info-term {
    display: none;
}
dd.category-name,
dd.create,
dd.modified {
    margin-left: 0;
}
.blog img {
    margin-bottom: 10px;
}
.contact {
    padding-top: 1em;
}

/*media contact*/
.contact h3 {
    display: none;
}
.contact h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/*breadcrumb*/
.breadcrumb {
    background-color: transparent;
    padding: 8px 15px 8px 0;
}
.breadcrumb > li > .divider {
    padding: 0 5px 0 0;
}

/***SPONSOR***/
.itemid-366 .features {
    margin: 40px -20px;
}
.itemid-366 .why h2,
.itemid-366 .where h2,
.itemid-366 .pack h2 {
    font-size: 26px;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 10px;
    text-align: center;
}
.itemid-514 .rsform-checkbox {
    margin-right: 1rem;
}
.topbanner.sponsor-home {
    background-image: url("../../../../../images/sponsor/sponsorbackground.jpg");
    background-repeat: no-repeat;
    background-position: 70% 100%;
    background-size: cover;
    text-align: center;
    height: 386px;
    margin: -10px -20px 0;
}
.sponsor-home .intro {
    padding: 80px 0 0 0;
    text-align: center;
}
.sponsor-home .intro h1 {
    color: #ffffff;
    font-size: 4em;
    line-height: 0.9em;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
    text-transform: uppercase;
}
.sponsor-home .intro h2 {
    color: white;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 20px;
    text-shadow: 0 2px 4px #000000;
    padding: 0;
}
.heart {
    margin-bottom: -3em;
    margin-top: -5em;
}

/*buttons*/
.btnbluesponsor,
.btntranssponsor,
.btngreensponsor {
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    margin: 10px;
    padding: 15px 50px;
    text-decoration: none;
    display: inline-block;
}
.btnbluesponsor {
    background: #1b63a2;
}
.btntranssponsor {
    border: 1px solid #5091cd;
}
.btngreensponsor {
    background: #198754;
}
.btnbluesponsor:hover,
.btntranssponsor:hover {
    background: #0b5ed7;
    text-decoration: none;
}
.btngreensponsor:hover {
    background-color: #157347;
}
.where ul li {
    list-style-type: none;
    font-size: 1rem;
    line-height: 30px;
}
.where .icon-checkmark {
    padding-right: 10px;
}
.why,
.where {
    margin-bottom: 50px;
}
.where {
    background: #242f4e;
    color: #fff;
    padding: 40px 0;
}
.where .left {
    padding-left: 16.6667%
}

/*package*/
.pack h4 {
    border-radius: calc(var(--pack-border-radius) - var(--pack-border-width));
    color: #fff;
    font-size: 1.75em;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}
.pack .platinum h4 {
    background: #686868;
}
.pack .gold h4 {
    background: #b78840;
}
.pack .silver h4 {
    background: #a4a4a4;
    color: #000;
}
.pack .bronze h4 {
    background: #996633;
}
.pack .community h4 {
    border-bottom: 1px solid var(--bs-secondary);
    color: inherit;
}
.pack .col-md-4 .pack-item,
.pack .col-md-3 .pack-item {
    --pack-border-width: 1px;
    --pack-border-radius: 5px;
    border: var(--pack-border-width) solid var(--bs-secondary);
    border-radius: var(--pack-border-radius);
    padding-bottom: 20px;
    height: 100%;
}
.pack .col-md-3 {
    margin-bottom: 10px;
}
.pack h3 {
    font-size: 1.75em;
    font-weight: 300;
    margin: 50px 0 30px;
    text-transform: uppercase;
    text-align: center;
}
.pack p {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}

/*disclaimer*/
.disclaimer {
    border-top: 1px solid #5091cd;
    font-size: 0.75rem;
    font-style: italic;
    margin: 75px 0 0;
    padding: 40px 10%;
}

/*start application*/
.help {
    background-image: url("../../../../../images/sponsor/sponsorbackground.jpg");
    background-repeat: no-repeat;
    background-position: 70% 100%;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin: 0 -20px;
}
.help .sponsor-text,
.help-article .sponsor-text {
    padding: 100px 0 120px;
}
.help h3,
.help-article h3 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*sponsor application*/
.sponsor-process h3 {
    background: url("../../../../../images/sponsor/hex.png") no-repeat center center;
    padding: 55px 50px;
    margin: 30px 0;
    font-size: 2.35em;
}
.sponsor-process p {
    max-width: 85%;
    margin: 0 auto 10px;
}
.sponsor-process .col-md-3 h3:after {
    content: '>';
    display: inline-block;
    position: absolute;
    padding-left: 10%;
}
.sponsor-process .col-md-3:last-child h3:after {
    content: '';
}

/*currentsponsor page*/
h2.global {
    background: url("../../../../../images/sponsor/global.png") no-repeat center center;
}
h2.community {
    background: url("../../../../../images/sponsor/community.png") no-repeat center center;
    margin-bottom: 60px;
}
h2.community,
h2.global {
    padding-top: 100px;
    text-align: center;
}
.global-sponsor {
    border: 1px solid #5091cd;
    margin: 3.75rem 0;
    padding: 1.25rem;
    font-size: 1.1rem;
}
.global-sponsor ul li {
    font-size: 1rem;
    line-height: 30px;
}
.global-sponsor .btn {
    margin-left: 1.25rem;
}

/*sponsor submenu*/
.submenu {
    background-color: #1b63a2;
    margin: 0 -20px 40px;
}
.submenu ul {
    margin-left: 2.5rem;
}
.submenu ul li {
    line-height: 3rem;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.submenu ul li a {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-padding-x: 0.625rem;
    --bs-nav-link-padding-y: 0;
}
.submenu ul li a:focus,
.submenu ul li a:hover,
.submenu ul li.active {
    background-color: #5091cd;
}
.submenu ul li a:focus,
.submenu ul li a:hover,
.submenu ul li.active a {
    color: #000;
}

/*end of anchor menu*/

/*sponsor rsform*/
.sponsor-application .rsform-block {
    margin: 15px 0;
}
.sponsor-application h2 {
    border-bottom: 1px solid #5091cd;
    margin: 2rem auto;
    padding: 1rem 0;
    text-transform: uppercase;
}
.sponsor-application {
    width: 60%;
    margin: 0 auto;
}
.form2LinesLayout .formField label {
    float: left;
    text-align: left;
    width: 30%;
}
.com_rsform .formError, .com_rsform .formRed {
    color: var(--bs-danger);
}
.com_rsform .rsform-block-hcaptcha .formBody {
    float: none;
}
.sponsor-application input[type="text"],
.sponsor-application select {
    width: 60%;
}
.form2LinesLayout .rsform-block-message label {
    width: auto;
}
.sponsor-application .rsform-block.rsform-block-package {
    margin-bottom: 1.5rem;
}
/*consent - ensures the label width is good but error is wrapped onto a new line */
.form2LinesLayout .formField.rsform-block-requestconsent label {
    width:auto;
}
.form2LinesLayout .formField.rsform-block-requestconsent .form-check-inline {
    width: 100%;
}
/***END OF SPONSOR***/

/*RESPONSIVE*/

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    /*sponsor*/
    .pack .col-md-4 {
        min-height: 290px;
    }
    /*HP 2018*/
    .who .col-md-6:last-child {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
}

/* Tablets */
@media only screen and (max-width: 979px) {
    .sitelock {
        text-align: center;
    }
    .sitelock .pull-right {
        float: none;
        margin: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    /*sponsor*/
    .submenu ul li {
        text-transform: none;
    }
    .sponsor-application {
        width: 80%;
    }
    .pack .col-md-4 {
        min-height: 320px;
    }
    .where .left {
        padding-left: 0;
    }
    /*homepage 2017*/
    .hero-teaser footer a {
        padding: 20px 10px;
    }
    .hero-teaser .hero-teaser-title {
        font-size: 22px;
    }
    .hero-teaser .hero-teaser-body {
        min-height: 95px;
    }
    .whyjoomla .col-md-6:first-child {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    .numbers .numbers-text {
        font-size: 14px;
        line-height: 20px;
    }
    .numbers .number {
        font-size: 40px;
    }
    .numbers .numbers-box {
        height: 180px;
    }
    .numbers .extensions .numbers-text,
    .numbers .installations .numbers-text,
    .numbers .support .numbers-text {
        right: 15px;
    }
    .numbers .numbers-text {
        left: 15px;
    }
    /*HP 2018*/
    .who .col-md-6:last-child {
        -webkit-transform: translateY(7%);
        transform: translateY(7%);
    }
}

@media only screen and (max-width: 767px) {
    /*sponsor*/
    .btnbluesponsor,
    .btntranssponsor,
    .btngreensponsor {
        padding: 15px;
    }
    .pack .col-md-4 {
        margin: 10px 0;
        min-height: auto;
    }
    .where {
        padding: 10px 0;
    }
    .where .left {
        padding-left: 0;
    }
    .where ul li {
        font-size: 0.75rem;
        line-height: auto;
    }
    .where ul {
        margin: 0;
    }
    .sponsor-process .col-md-3 h3::after {
        display: none;
    }
    /*Homepage 2017*/
    .hero-heading h2 {
        font-size: 43px;
    }
    .hero-teaser .hero-teaser-body {
        min-height: auto;
    }
    .hero-teaser .hero-teaser-title {
        margin: 18px 0;
    }
    .whyjoomla .col-md-6:first-child {
        -webkit-transform: none;
        transform: none;
    }
    .video-container {
        text-align: center;
    }
    .moduletable.feedshp {
        background: #fff;
    }
    .moduletable.feedshp .contribute,
    .moduletable.feedshp .event {
        margin: 0;
        padding: 10px 0;
    }
    .feedshp .events {
        padding-top: 20px;
    }
    .hero-teaser article {
        padding-top: 0;
    }
    .numbers .extensions .numbers-text,
    .numbers .installations .numbers-text,
    .numbers .support .numbers-text {
        right: 0;
        left: 20px;
    }
    .numbers .numbers-box {
        height: 220px;
    }
    .showcase .text-right {
        text-align: center;
        margin-top: 10px;
    }
    .moduletable.showcase {
        text-align: center;
    }
    .newsletter input#user_name,
    .newsletter input#user_email {
        margin-right: 20px;
    }
    .pack .col-md-3 {
        min-height: 200px;
    }
    /*HP 2018*/
    .who .col-md-6:last-child {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .oursponsors img {
        max-width: 200px;
    }
}

/* Smartphones to Tablets */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .btn-toolbar.pull-right {
        float: none;
    }
    /*sponsor*/
    .sponsor-application {
        width: 100%;
    }
    .form2LinesLayout .formField label {
        font-size: 100%;
        width: 25%;
    }
    .form2LinesLayout .rsform-block-message label {
        width: auto;
    }
    .sponsor-application textarea {
        width: 90%;
    }
    .sponsor-home .intro {
        padding: 55px 0 0 0;
    }
    .heart {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    /*sponsor*/
    .topbanner.sponsor-home {
        display: none;
    }
    .submenu {
        margin: 0 calc(-1 * var(--bs-gutter-x)) 40px;
    }
    .submenu ul {
        margin: 0 var(--bs-gutter-x);
    }
    .submenu ul li {
        line-height: 2.25rem;
        text-transform: none;
    }
    .sponsor-application input[type="text"],
    .sponsor-application select,
    #package,
    .sponsor-application textarea {
        width: 90%;
        margin: 0;
    }
    .sponsor-application {
        width: 100%;
    }
    .form2LinesLayout .formField label {
        float: none;
        width: 100%;
    }
    .sponsor-application .btngreensponsor {
        font-size: 14px;
        font-weight: bold;
        padding: 15px 7px;
    }
    /*homepage2017*/
    .hero-heading p {
        display: none;
    }
    .hero-heading h2 {
        font-size: 33px;
    }
    .topbanner .container {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .hero-heading {
        margin-bottom: 40px
    }
    .hero-teaser footer a {
        padding: 20px 10px;
    }
    .hero-heading h2 {
        font-size: 28px;
    }
    .who p {
        width: auto;
    }
    /** Hide download and launch buttons on homepage */
    .itemid-122 .header .col-md-5 {
        display: none;
    }
}

/* Smartphones pm */
@media only screen and (max-width: 320px) {
    img.pull-right,
    img.pull-left {
        float: none;
        margin: 5px;
    }
    .feedshp img.pull-left {
        float: left;
    }
    .table th,
    .table td {
        padding: 4px;
    }
    /*Homepage 2017*/
    .numbers .number {
        font-size: 45px;
    }
    .numbers .numbers-text {
        font-size: 15px;
    }
}

.dropdown-menu a{
 color: gray;
}

.dropdown-menu a:hover{
    color: #00c3ff;
   }

.nav-item:hover .dropdown-menu{
display: block;
}

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

.subnav-wrapper .subnav {
    /*background-color: #171B22;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 #343a40 inset, 0 -1px 0 #343a40 inset;
    */
    background-color: var(--bg-head-panel2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 var(--border-style-color) inset, 0 -1px 0 var(--border-style-color1) inset;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .03), rgba(255, 255, 255, .05));
    
}

.navigation {
    background-color: var(--bg-head-panel0);
}
.navigation #mega-menu .navbar-nav>li {
    border-right: 1px solid var(--bg-head-panel0);
    box-shadow: 1px 0 0  var(--bg-head-panel0) inset, -1px 0 0 rgba(0, 0, 0, .4) inset;
}

.header {
    padding: 10px 0px;
    /*background-color: #171B22;*/
    background-color: var(--bg-head-panel1);
    
    background-image: radial-gradient(circle, var(--bg-head-panel1), var(--bg-head-panel1-1));
    background-repeat: no-repeat;
    
}

.subnav-wrapper .subnav .nav.nav-pills>li.active>a, .subnav-wrapper .subnav .nav.nav-pills>li.focus>a, .subnav-wrapper .subnav .nav.nav-pills>li:focus>a, .subnav-wrapper .subnav .nav.nav-pills>li:hover>a {
    background-color: rgba(15, 20, 28, .5);
    box-shadow: inset 3px 0 2px -2px rgba(0, 0, 0, .15), inset -3px 0 2px -2px rgba(0, 0, 0, .15);
}


.btn-primary{
    background-color: #00c3ff;
}



h1 {
    
    font-family: "DM Sans", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--1, #FFF);
}

.search-all-instant .search-home-box {
    display: flex !important;
    white-space: nowrap;
    height: 52px;
   /* border: #343a40 solid 1px;*/
}
.search-home-box {
    width: 100%;
}

.search-all-instant .search-home-query-container {
    flex-grow: 1 !important;
	overflow: hidden
}
.search-all-instant .search-home-box {
    display: flex !important;
    white-space: nowrap;
}

.search-all-instant .algolia-autocomplete {
    display: block !important;
}
.search-all-instant .search-home-box {
    display: flex !important;
    white-space: nowrap;
}



input.search-query {
    display: block;
    width: 100%;
    padding: 0 10px ;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
   
    height: 50px;
}



.search-all-instant .search-home-icon {
    flex-grow: 0 !important;
    height: 50px;
    padding: 10px 0 2px 10px;
   
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-right: 0;
}

.search-all-instant a.btn {
    flex: none !important;
    padding: 10px 20px 2px;
    height: 36px;
    
}
.search-all button.btn, .search-all-instant a.btn {
    font-size: 1.2em;
    border-radius: 0;
    text-transform: uppercase;
}
.body .btn-primary, .modal .btn-primary {
    background-color: #ff8100;
    border-color: #ff8100;
}

.instant-search-btn{
    height: 50px;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border: 0;
    border-left: #343a40 solid 1px;
    padding: 0 20px;
}

.navigation #mega-menu #nav-joomla {
  
    margin: 0 auto;
}


.navigation #mega-menu #nav-top-menu {
  
    margin: 0 auto;
}



.hero-overlay {
    
    background-color: rgba(37, 48, 79, 0.5);
    
    background-image: -webkit-linear-gradient(bottom, #0d111c 28%, transparent 42%), -webkit-radial-gradient(center top circle, transparent 68%, #0d111c 83%);
    background-image: linear-gradient(to top, #0d111c 28%, transparent 42%), radial-gradient(circle at center top, transparent 68%, #0d111c 83%);
    
    background-repeat: no-repeat;
    margin-bottom: -24px;
    
}

a {
    color: var(--a-link);
    text-decoration: none;
}
.small-post td p{
    padding: 0 0 0 10px;
    line-height: 1em;
    margin: 0;
}
.header .small-post a, .header .small-post em{
    font-size: 12px;
  
}
.small-post a:hover{
    color:  var(--a-link-hover);
}
.small-post em{
    color: var(--em-small-post);
    font-size: 10px;
}


.small-post img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.small-post td{
   /* vertical-align: top;*/
}


.main-head{
    padding: 30PX 0;
}

.main-head article{
   
    padding: 0;
    transition: all ease-in-out 0.5s;
    border-radius: 0 26px;
   overflow: hidden;
}
.main-head .hero-teaser-body{
    padding: 0 15px;
 }

 .main-head article img{
    width: 100%;
   
 }
 .medium-post{
    margin: 10px 0;
 }
 .medium-post td img{
    border-radius: 0 26px;
    width: 100px;
   
 }

 .medium-post p{
    text-align: left;
    padding-left: 10px;
   
 }



a.nav-link-menu .btn {
color: white
}

a.nav-link-menu .btn:active{
color: #00c3ff
}

.fa, .fab, .fad, .fal, .far, .fas, .icon-joomla, [class*=" icon-"], [class^=icon-] {
    margin-right: 2px;
}
.col-md-9{
overflow: hidden;
padding: 10px 20px;
}

.post-card{
padding: 10px 10px 20px 10px;
overflow: hidden;
margin: 10px;
border-radius: 8px;
border: var(--bg-title-content-post) solid 1px
}
.post-card img{
width: 100%;
border-radius: 0px 10px 0px 10px;
 transition: transform .2s;
}
.post-card:hover img{
	transform: scale(1.05);
	
}

.pagination{
	margin: 20px 10px
}
.pagination li{
	align-items: center;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 30px;
	margin-right: 5px;
	cursor: pointer;
	border-color: var(--a-link);
	color: var(--a-link);
}

.pagination li.active{
	background-color: var(--a-link);
	color: white
}
.pagination i{
	font-size: 10px
}


/* -----------------------------
		 Preloader 
--------------------------------- */

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F9F9FF;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading .circle {
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00c3ff;
  -webkit-animation: load 0.9s infinite linear;
          animation: load 0.9s infinite linear;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes load {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}



/* style image loading*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1565c0;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cef;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #cef;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


/**/


.row {
    --bs-gutter-y: 0;
	 --bs-gutter-x: 0;
}






.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
.post-card h5{
	font-size: 100%
}


.categorie {
	background-color: #00c3ff;
	color: #ffffff;
	
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: Tahoma, Verdana, sans-serif;
	padding: 6px 12px 6px 12px;
	font-weight: normal;
	font-size: 12px;
	border-radius: 4px;
	text-transform: capitalize;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	
}

.categorie:hover {
  background-color: #2b2b2b;
  color: #ffffff !important;
}

.categorie-section {
  margin-top: 100px;
  margin-bottom: 40px;
}

.categorie-title small a:hover {
  color: #00c3ff;
}

.categorie-title small i {
  margin: 0 5px;
}

.categorie-title h3 {
  margin-bottom: 10px;
}

.categorie-title h3 span {
  color: #00c3ff;
}

.categorie-title h2 {
  margin-bottom: 10px;
}

.categorie-title h2 span {
  color: #00c3ff;
}

.categorie-title p {
  margin-bottom: 0px;
}

.post-card-image{
margin-bottom: 10px
}

.entry-title {
  padding: 20px 0px 3px 0px;
  margin: 10px 0 10px 0;
}

.entry-title a {
  color: var(--a-link-title);
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  overflow: visible !important;
  
}


.module-sidebar .caption-item .entry-title, .module-sidebar .caption-item {
    padding: 0;
    margin: 0
}
.module-sidebar .post-card  .entry-title a {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
  }
.module-sidebar .post-card {
    padding: 5px 10px;
}


.post-card:hover .entry-title a, .video-item-sidebar:hover .entry-title a {
  color: var(--a-link);
  text-decoration: none;
  background-size: 100% 1px;
 
}



.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.entry-meta li {
  text-transform: capitalize;
 
  color: var( --sub-small-post);
  font-size: 13px;
  font-family: Tahoma, Verdana, sans-serif;
}

.entry-meta li img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}

.entry-meta li i {
  margin-right: 2px;
  font-size: 14px;
}

.entry-meta .post-author a {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entry-meta .post-author a:hover {
  color: #00c3ff !important;
}

.entry-meta .post-date .dot,
.entry-meta .post-comment .dot,
.entry-meta .post-timeread .dot,
.entry-meta .post-view .dot {
  margin: 2px 10px !important;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #00c3ff;
  border-radius: 50%;
}
.list-inline li{
	 display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-end;
    flex-direction: row-reverse;
	margin-right: 5px;
	font-size: 12px
}

.dot {
  width: 4px;
  height: 4px;
  background-color: #00c3ff;
  border-radius: 50%;
  display: inline-block;
  margin: 2px 6px !important;
}


.subnav-wrapper{
	
	padding-bottom: 1px;
	background-color: var(--border-style-color);
	
}



.sidebar{
	margin-top: 10px;
	padding: 10px
}

.module-sidebar{
    /*border: var(--border-stacks-content) solid 1px; */
	border-radius: 12px;
	margin: 0;
	overflow: hidden
}
.sidebar-head {
    border-bottom: var(--border-stacks-content) solid 1px; 
	padding: 12px;
	font-size: 20px;
	font-weight: bold
}

.sidebar-content{
	padding: 5px 10px
}

.main-content{
	padding: 0 10px
}
.main-posts{
	
}

.post-single-body{
	margin-top: 15px
}
#comments{
	margin: 30px auto;
	/*border: var(--border-stacks-content) solid 1px; */
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	background-color: var(--bg-main-content-post);
	
}



#comments .widget-comments .comment-item{
	padding: 0 15px
}

#comments .content{
    padding: 0 10px;
}
#comments ul{
list-style: none;

}
.emoji img{
	width: 20px!important
}

#comments a{
	cursor: pointer
}

.comment-item img{
	max-height: 200px;
	margin: 10px 0;
	border-radius: 8px!important
}
.area-reply{
	margin-left: 20px
}
#comments h5{
	font-weight: bold
}

#comments  .form-group {
	margin: 10px 0
}

.username-comment i.fa-comment{
	color: var(--a-link);
}
hr{
	border-top: var(--border-stacks-content) solid 1px; 
}
#comments input{
	width: 90%
}

#commentform{
	width: 100%;
	overflow: hideen;
	padding: 15px
}
.emoji{
	height: 45px
}
.btn-custom{
	background-color: #00c3ff;
	max-width: 150px;
	padding: 5px 10px;
	text-align: center;
	color: white
}
.back{
	border: #00c3ff solid 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: fixed;
	 right: 2px;
	 bottom: 2px;
	 padding: 2px;
	 text-align: center
}
.main-post-content, .video-stacks{
	margin: 10px auto;
	/*border: var(--border-stacks-content) solid 1px; */
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	background-color: var(--bg-main-content-post);
}


#comments .title{
	border-bottom: var(--border-stacks-content) solid 1px; 
	padding: 12px 0 0 12px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: var(--bg-title-content-post-effect);
    
}
/*
#comments .title:hover{
	background-color: var(--bg-title-content-post);
	
}
*/
.main-post-content .page-header, .module-sidebar .page-header, .video-stacks .page-header{
	border-bottom: var(--border-stacks-content) solid 1px; 
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	min-height: 40px;
	/*background-image: var(--bg-title-content-post-effect);*/
	
}

.module-sidebar .page-header{
   /*background-image: var(--bg-title-content-post-effect);*/
    
}

/*
.main-post-content .page-header:hover, .module-sidebar .page-header:hover{
	background-color: var(--bg-title-content-post);
}
*/
.main-post-content .page-header h5, .module-sidebar .page-header h5{
	margin: 0;
	padding: 0
}
.post-single-content{margin-top: 5px;}
.main-post-content .main-content{
	padding: 10px 30px
}

.main-post-content  .main-posts{
	
	margin: 15px auto;
}

body{
	background-color: var(--bg-title-content-post);
	
}
.main-post-content .post-card-info a, .main-post-content .post-card-info i{
	font-size: 10px
}
.main-post-content .entry-meta li i {
  margin-right: 2px;
  font-size: 12px;
}
.videoplayer .main-video-content{
	margin: 0px;
	padding: 0px
}

.videoplayer .col-md-9, .videoplayer .col-md-3{
	margin: 0;
	padding: 0 ;
}

.videoplayer .search-stacks{
	padding: 10px 5px;
	
}


.page-header .col-md-9{
	
}

.video-stacks{
	margin: 20px auto
}

.video-stacks .page-header {
    background-color: var(--bg-title-content-post);
    margin: 0 auto;
	overflow: hidden
   
}

.video-stacks .page-header h5 {
	font-size: 16px;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden
}

.video-stacks .page-header h5 b{
	text-overflow: ellipsis;
}

.video-item-sidebar .col-md-5, .video-item-sidebar .col-md-7{
	margin: 0;
	padding: 0
}
.video-item-sidebar{
	padding: 10px 5px;
	border-bottom: var(--bg-title-content-post) solid 1px;
}
.thumbnail-video-item{
	overflow: hidden;
	position: relative
}
.thumbnail-video-item img{
	width: 100%;
	border-radius: 8px;
	
}

.video-length{
	position: absolute;
	bottom: 15px;
	right: 5px;
	padding: 0px 5px;
	color: white;
	background-color: rgba(0,0,0,0.6);
	border-radius: 4px
}






.cate-video-item{
	padding: 0 5px
}
.cate-video-item .categorie{
padding: 4px 8px 4px 8px!important
}

.video-item-info .entry-meta i, .video-item-info .entry-meta li, .video-item-info .entry-meta li a{
	font-size: 12px!important
}
.video-card-info{
	padding: 0 5px
}

.video-item-sidebar .entry-title a, .entry-title a{
	line-height: 1.2em;
	font-weight: 600
}


.video-item-sidebar .entry-title{
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 1.2em;
}
.main-video-content .search-form{
 /*border: var(--border-stacks-content) solid 1px; 
 box-shadow: none;
 */
 
}
.main-video-content .search-stacks
{
	margin-top: -55px
}
.video-stacks .page-header{
	max-height: 50px
}
.video-stacks h5{
	margin-top: 4px
}
.banner-head{
	margin: 0 10px
}
.banner-head img{
	width: 100%;
	border-radius: 10px
}
.header{
	/*background-image: var(--bg-url-head-nav);*/
	padding: 25px 0px;
	background-position: center center;
	background-size: cover;
}
.postcate-stacks, .post-stacks
{
	padding: 10px 10px;
}

.main-post-content, .comments-area .widget {
	padding: 0
}
.comments-area .widget {
    padding: 0px
}



.comments-area
{
	/*color: rgb(83, 100, 113);*/
}
.pagination{
	text-align: center
}
.pagination .list-inline{
	margin: auto
}
#nav-child-menu{
	text-align: center;
    width: auto;
    margin: auto;
    display: flex;
    align-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.footer{
	background-color: var(--bg-head-panel0);
	background-image: none;
}

p iframe{
	margin: 10px 0
}




.box-content {
    border: 1px solid var(--border-stacks-content);
    border-radius: 8px;
    margin: 0 auto 1em auto;
	width:auto; 
	padding:0; 
	background-color: var(--bg-title-content-post);
	
}



.title-header-box{
	float:left; 
	margin-top: -.95em; 
	margin-left:.9em;
	padding: .1em .3em; 
	font-size: 135%; 
	background-color: var(--bg-title-content-post);
	
}

.hide-title-box{
	--bs-gutter-x: 0;
	--bs-gutter-y: 0
}

.title-box-content-slider{
	
}
.show-title-box .slick-next {
    right: -40px;
}
.show-title-box .slick-prev {
    left: -40px;
}

.hide-title-box .box-content{
	border: none
}
.hide-title-box .title-header-box{
	display: none
}


.shopify-section{
	padding: 0 100px
}

.hp {
    border-bottom: 1px solid #aaa;
    font-size: 26px;
    padding-bottom: 10px;
    margin-top: 40px;
	text-align: center;
	
}

.panel.radius {
    box-shadow: none;
    border-radius: 0;
}
.panel.ambox-tip {
    background-color: #bad0e3;
    border-color: #bad0e3;
}
.panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.panel {
    padding: .5em;
    overflow: hidden;
    margin-bottom: .5em;
}
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2;
}
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2;
}
.panel > :first-child {
    margin-top: 0;
}
.subheader-ambox {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.8;
    overflow: hidden;
    margin-bottom: .3em;
    border-bottom: none;
}
.subheader-ambox {
    font-size: 1.3em;
    line-height: 1.8;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    margin-bottom: .3em;
}

.main-post-content img{
	/*width: 100%*/
	border-radius: 8px;
}

.footer .navbar-nav{
	margin-bottom: 0px;
	
}

.footer .navbar-nav a{ font-size: 14px}
p.copyright{
	padding-bottom: 30px;
	font-size: 12px
}


.module-sidebar{
	background-color: var(--bg-main-content-post);
}
    
.module-sidebar ul{
	list-style: none
}

.module-sidebar li {
    display: flex;
    margin: 10px 0;
}

.widget-latest-posts .last-post img {
    width: 90px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
   border: var(--border-stacks-content) solid 1px;
}

.float-left li {
    display: inline-flex!important;
}

.float-left li  a, .float-left li  i {
    font-size: 12px;

}
.float-left li  a, .float-left li {
    font-weight: normal;
    color: var(--text-normal-color);
}
.no-results{
    width: 100%; 
    text-align: center;
    padding: 30px 0
}
.body{
    min-height: 500px;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
}

.post-single iframe.player{
    padding: 0;
   
    margin: 10px 0;
   overflow: hidden!important;
   height: 350px;
}

.post-single iframe.player{

    border: var(--border-stacks-content) solid 20px!important;
    border-radius: 10px;
}

.post-single iframe.code{
    border: var(--border-stacks-content) solid 4px!important;
    border-radius: 8px;
    
}


.post-single video{
    border: var(--border-stacks-content) solid 20px!important;
       border-radius: 10px;
   }
