html {
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
.diary-species,
.countUpSection .counterInfo {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
}

.mainContent h2 {
    font-size: 1.5rem;
}

.mainContent h3 {
    font-size: 1.17rem;
}

.form-control {
    box-shadow: none;
}

.phone {
    display: none;
}

.mt-1-5 {
    margin-top: .75rem;
}

input[type=checkbox]:focus + label::before,
input[type=radio]:focus + label::before {
    -webkit-appearance: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    outline: 0 !important;
}

/*=== 1.COMMON ===*/

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
}

.main-wrapper {
    position: relative;
}

.form-control:focus {
    box-shadow: none;
}

.full-width {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

/*=== 2.1 BUTTON ===*/
.btn-primary,
.btn-primary.disabled,
.btn-primary.disabled_,
.btn-primary:disabled,
.pagerArea > .pager li a {
    border: none;
    font-weight: 600;
    height: 2.8125rem;
    line-height: 2.8125rem;
    transition: all .3s ease-in-out;
}


.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    border-radius: .375rem;
    padding: 0 1.25rem;
}


@media (min-width: 768px) {
    .btn-primary {
        padding: 0 .625rem;
    }
}

@media (min-width: 992px) {
    .btn-primary {
        padding: 0 1.25rem;
    }
}

.btn-primary > i {
    margin-right: .625rem;
    padding-left: .4375rem;
}

.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    border: none;
    outline: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    border: none;
    outline: 0;
}


.pb-5 {
    padding-bottom: 3.5rem !important;
}

/*=== 2.2 SECTION TITLE ===*/
@media (min-width: 320px) {
    .whiteSection, .mainContent, .lightSection, .colorSection {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .whiteSection, .mainContent, .lightSection, .colorSection {
        padding: 100px 0;
    }
}


.sectionTitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.25rem;
    width: 100%;
}

.sectionTitle span {
    padding: 0 .9375rem;
}

.sectionTitle span.shape {
    display: none;
}

.sectionTitle span.shape {
    border-radius: 50%;
    height: 1.125rem;
    padding: 0;
    position: relative;
    width: 1.125rem;
}

.sectionTitle span.shape:after,
.sectionTitle span.shape:before {
    border-radius: .125rem;
    content: "";
    display: inline-block;
    height: .125rem;
    position: absolute;
}

.sectionTitle span.shape:after {
    content: "";
    top: .375rem;
    width: 4.375rem;
}

.sectionTitle span.shape:before {
    content: "";
    top: .6875rem;
    width: 3.4375rem;
}

.sectionTitle span.shape-left:before,
.sectionTitle span.shape-left:after {
    right: .1875rem;
}

.sectionTitle span.shape-right:before,
.sectionTitle span.shape-right:after {
    left: .1875rem;
}

.sectionTitleSmall {
    margin-bottom: 2.5rem;
}

.sectionTitleSmall h2,
.sectionTitleSmall h1 {
    margin: 0 0 12px 0;
    text-align: center;
}

.sectionTitleSmall p {
    font-size: .9375rem;
    text-align: center;
}


.sectionTitle.secondary {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}


@media (min-width: 320px) {
    .sectionTitle {
        margin-bottom: 1rem;
    }

    .sectionTitle span {
        display: block;
        width: 100%;
    }

    .sectionTitle span.seen-amount {
        display: inline;
        width: auto;
    }
}

@media (min-width: 768px) {
    .sectionTitle {
        margin-bottom: 1.5rem;
    }

    .sectionTitle span {
        display: inline-block;
        width: auto;
    }

    .sectionTitle span.shape {
        display: inline-block;
    }
}


@media (max-width: 576px) {
    .media-body h4 {
        font-size: 1.25rem;
    }

    .sectionTitle {
        font-size: 1.75rem;
    }


}


h3.sectionTitle {
    position: relative;
}


.fi {
    display: inline-block;
    line-height: 1em;
    width: 1.33333333em;
}

.add-element svg,
#navbarSupportedContent li svg,
form button svg,
.add-item svg,
.dropdown-item svg,
.navbar-brand img,
.sectionTitle a svg {
    transition: transform .3s ease-in-out;
}

.add-element:hover svg,
a.nav-link i:hover svg,
a.nav-link i:hover img,
form button:hover svg,
.dropdown-item:hover svg,
.add-item:hover svg,
.navbar-brand:hover img,
.sectionTitle a:hover svg {
    transform: rotate(360deg);
}


.pageTitleSection {
    background-size: cover;
    padding: .5rem 0;
    width: 100%;
}

.pageTitleSection .pageTitleInfo {
    text-align: center;
}

.pageTitleSection .pageTitleInfo h2 {
    font-size: 2.5rem;
    line-height: 33px;
    margin: 0 0 8px 0;
}


.pageTitleSection .pageTitleInfo .breadcrumb li {
    font-size: .875rem;
    padding: 0.25rem 0 .25rem .625rem;
}

.pageTitleSection.sticky-top {
    z-index: 100;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5;
}


/*=== 2.3  Search FORM ===*/
.searchArea {
    border-radius: .4375rem;
    margin-top: -4px;
}

.searchArea > .input-group-addon {
    border: none;
    font-size: 1rem;
}

.searchArea .input-group-text {
    border: 0;
    padding-right: 0;
}

.searchArea .input-group-text .icon-search {
    margin-left: -.25rem
}

.searchArea input {
    border: 0;
    border-radius: 0;
}

.searchArea > .input-group-addon.button {
    border: 0;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    line-height: 1;
    transition: all .3s ease-in-out;
}

h2.resultInfo {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
}


.formField .form-control {
    border-radius: .625rem;
    box-shadow: none;
    height: 3.125rem;
    margin-bottom: .9375rem;
}

.formField .btn-primary {
    margin-bottom: .9375rem;
}

.formField .btn-primary:focus {
    outline: 0;
}

.formField .help-block {
    margin-bottom: 0;
    text-align: center;
}


.errorSpace .form-control {
    border-color: rgba(102, 102, 102, .2);
    margin-bottom: 2.5rem;
}


/*=== 2.6 TABS ===*/
.tabCommon .nav {
    border-bottom: none;
    text-align: center;
}


@media (min-width: 320px) {
    .tabCommon .nav li {
        padding: 6px .125rem;
    }
}

@media (min-width: 768px) {
    .tabCommon .nav li {
        padding: 0 .125rem;
    }
}

.tabCommon .nav li a {
    border-radius: .25rem;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    height: auto;
    line-height: 1.2;
    padding: 8px 1.5625rem;
}


.tabCommon .tab-content {
    padding-top: 3.125rem;
}

.tabCommon .tab-pane {
    border: none;
}

.tabCommon .media-body p {
    margin-bottom: .625rem;
}


/*=== 2.8 THUMBNAIL ===*/
.thumbnail {
    border: none;
    border-radius: .5625rem;
    padding: 0;
    position: relative;
}

.thumbnail > a img {
    border-radius: .5625rem .5625rem 0 0;
    width: 100%;
}

.thumbnail img {
    border-radius: .5625rem .5625rem 0 0;
    width: 100%;
}

/*=== 2.9 MODAL ===*/
.customModal .modal-content {
    border-radius: .5rem;
}

@media (min-width: 320px) {
    .customModal .modal-dialog {
        width: auto;
    }
}

@media (min-width: 768px) {
    .customModal .modal-dialog {
        width: 350px;
    }
}

.customModal .formPanel.panel {
    margin-bottom: 0 !important;
}

/*=== 2.14 PAGER ===*/
.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
}

.pagerArea > .pager {
    display: inline-block;
    margin: 1.25rem auto;
    text-align: left;
}

.pagerArea > .pager li {
    padding: 0 .3125rem;
}

.pagerArea > .pager li a {
    font-size: 1.2rem;
    padding: 0;
}

.pagerArea > .pager li a:hover {
    text-decoration: none;
}

.pagerArea > .pager li.prev a,
.pagerArea > .pager li.next a {
    border-radius: .375rem;
    font-size: 1rem;
    padding: 0 .625rem;
    width: 5rem;
}

.pagerArea > .pager li.prev {
    padding-left: 0;
}

.pagerArea > .pager li.next {
    padding-right: 0;
}


.pagerArea.prevnext > .pager li.prev a,
.pagerArea.prevnext > .pager li.next a {
    font-size: 1rem;
    text-transform: none;
    width: auto;
}


@media (max-width: 480px) {
    .pagerArea > .pager {
        display: block;
    }
}

@media (min-width: 992px) {
    .pagerArea > .pager {
        text-align: center;
    }

    .pagerArea > .pager li {
        padding: 0 .9375rem;
    }

    .pagerArea > .pager li.prev a,
    .pagerArea > .pager li.next a {
        padding: 0 1.25rem;
        width: 114px;
    }
}

@media (max-width: 1023px) {
    .pagerArea > .pager li.prev,
    .pagerArea > .pager li.next {
        display: block;
        padding: 10px 0;
    }

    .pagerArea > .pager li.prev a,
    .pagerArea > .pager li.next a,
    .pagerArea.prevnext > .pager li.prev a,
    .pagerArea.prevnext > .pager li.next a {
        text-align: center;
        width: 100%;
    }

    .pagerArea.prevnext > .pager li.prev {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1023px) {
    .pagerArea > .pager {
        text-align: center;
    }

    .pagerArea > .pager li {
        padding: 0 .625rem;
    }

    .pagerArea > .pager li.prev,
    .pagerArea > .pager li.next {
        padding: 0 .3125rem;
    }
}

/*=== 2.15 Extra ===*/
.errorMsg {
    text-align: center;
}


.errorInfo h3 {
    font-size: 3rem;
    margin-bottom: 1.5625rem;
}

.errorInfo p {
    font-size: 1.75rem;
    line-height: 34px;
    margin-bottom: 3.4375rem;
}

/*=== 3. HEADER ===*/
.bb-fixed-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

/*=== 3.1 TOP COLOR BAR ===*/
.color-bar {
    width: 100%;
}

.color-bar .col-sm-1 {
    height: .1875rem;
    text-indent: -99999px;
}

/*=== 3.2 TOP INFO BAR ===*/
.top-info-bar {
    display: block;
    height: 54px;
    padding: 15px 0 12px 0;
    position: relative;
    transition: height .15s ease;
    width: 100%;
    z-index: 1000;
}

/*=== 3.3 HEADER TRANSPARENT ===*/
.navbar-light {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 700;
}


.navbar-light.lightHeader {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    min-height: 4.9375rem;
    transition: all .3s ease-in-out;
}


.navbar-header .navbar-brand {
    padding: .625rem;
    width: 190px;
}

.navbar-header .navbar-brand > img {
    width: 3.125rem;
}

.navbar-light .domain {
    font-size: 1.375rem;
    line-height: 3.125rem;
}


.navbar-light .navbar-nav {
    margin-bottom: 0;
}


.navbar-light .navbar-nav > li > a {
    font-size: .9375rem;
    font-weight: 600;
}


.navbar-light .navbar-nav > li > a > i {
    border-radius: 100%;
    display: inline-block;
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 4px 0 0;
    text-align: center;
    width: 2rem;
}


.navbar-light .navbar-nav > li > a > span {
    display: inline-block;
    line-height: 1rem;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

.navbar-light .navbar-nav > li:last-child > a > span {
    width: auto;
}


.navbar-light .navbar-nav > li.active > a,
.navbar-light .navbar-nav > li.active > a:hover,
.navbar-light .navbar-nav > li.active > a:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
}


.navbar-light .navbar-nav > li.dropdown .dropdown-menu a {
    margin-bottom: 0;
    padding: 3px 1.25rem;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu {
    border-radius: .3125rem;
    margin-top: 0;
    min-width: 230px;
    padding: .3125rem;
}


.navbar-nav > li.dropdown.singleDrop .dropdown-menu a {
    font-size: .9375rem;
    padding: 6px 12px 6px 1.5rem;
    width: 100%;
}


.navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu {
    margin-left: .25rem;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu li a {
    padding: 6px 12px 6px 2.25rem;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu li a:hover {
    padding-left: 1.375rem;
}


.navbar-light .navbar-nav {
    margin-top: 0;
    transition: height .3s ease;
}


@media (min-width: 992px) {
    .navbar-light.lightHeader {
        height: 4.75rem;
    }

    .navbar-header .navbar-brand {
        padding: 1.875rem .9375rem;
        width: 180px;
    }

    .navbar-header .navbar-brand > img {
        width: 44px;
    }

    .navbar-light .navbar-nav > li > a {
        margin: 0;
        padding: 4px 0;
    }

    .navbar-light .navbar-nav > li > a > i {
        display: block;
        margin: 0 auto 2px auto;
    }

    .navbar-light .navbar-nav > li > a > span {
        display: block;
        padding: 0 .9375rem;
        width: auto;
    }

    .navbar-light .navbar-nav > li:last-child > a > span {
        padding-left: .9375rem;
    }

    .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
        min-width: 210px;
    }

    .navbar-nav > li.dropdown.singleDrop .dropdown-menu a {
        padding: 10px .75rem;
    }

    .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu li a {
        padding: 10px .75rem;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav > li > a > span {
        padding: 0;
        width: 110px;
    }
}

@media (min-width: 1024px) {
    .navbar-header .navbar-brand {
        padding: 1.875rem .9375rem;
        width: 240px;
    }

    .navbar-header .navbar-brand > img {
        width: 3.125rem;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
        min-width: 230px;
    }
}

.navbar-nav li a i {
    vertical-align: middle;
}

/*=== 4. FOOTER ===*/
footer {
    position: relative;
}

footer .color-bar {
    position: absolute;
    top: 0;
}

/*=== 4.1 FOOTER INFO ===*/
.footerInfoArea {
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 1.25rem 0;
    width: 100%;
}

.footerTitle {
    display: block;
    margin-bottom: 1.875rem;
}

.footerTitle a {
    display: block;
    height: 46px;
    width: 150px;
}

.footerTitle a img {
    width: 100%;
}

.footerTitle h4,
.footerTitle .h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.footerInfo p {
    margin-bottom: 1.875rem;
}

.footerInfo .input-group .form-control {
    border: 0;
    height: 2.5rem;
    width: 80%;
}

.footerInfo .input-group .input-group-addon {
    border: 0;
    border-radius: 0 .25rem 4px 0;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    width: 20%;
}

.footerInfo .input-group .input-group-addon:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
}

.subscriberForm input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}

.footerList > li > a svg {
    margin: 0 .25rem -.125rem 0;
}

.postLink li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
}

.footerList.postLink li {
    margin-bottom: .5rem;
}

.postLink li:last-child {
    border-bottom: none;
}

.postLink li .media-body .media-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: initial;
    text-transform: capitalize;
    white-space: normal;
}

.postLink li .media-body p {
    margin-bottom: 0;
}

.postLink li .media-left .img-rounded {
    border-radius: .75rem;
    border-style: solid;
    border-width: .125rem;
    height: 3.75rem;
    width: 3.75rem;
}

/*=== 4.2 COPY RIGHT ===*/
.copyRight {
    display: block;
    padding-bottom: .5rem;
    padding-top: 1.25rem;
}


/*================= 5. HOME ==================*/


/*=== 5.2 FEATURES SECTION ===*/
.featureSection {
    position: relative;
}

@media (min-width: 320px) {
    .featureSection {
        padding: 50px 0;
    }
}

@media (min-width: 768px) {
    .featureSection {
        padding: 60px 0;
    }
}

.linkIcon, .locateArrow {
    display: block;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    transition: all .3s ease-in-out;
}

.linkSection {
    margin-top: -2rem;
    width: 100%;
    z-index: 500;
}

@media (min-width: 320px) {
    .linkSection {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .linkSection {
        margin-top: -5.625rem;
    }
}

.sectionLink {
    border-radius: .8125rem;
    display: block;
    height: 190px;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 100%;
}

.sectionLink .linkIcon {
    border-radius: 100%;
    border-style: solid;
    border-width: .375rem;
    font-size: 1.875rem;
    height: 100px;
    line-height: 90px;
    top: -50px;
    width: 100px;
}

.sectionLink .linkText {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 190px;
}

@media (min-width: 1200px) {
    .sectionLink .linkText {
        font-size: 2rem;
    }
}


.sectionLink .locateArrow {
    bottom: 1.6875rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    font-size: 1.125rem;
    margin-left: -10px;
    -moz-opacity: 0;
    opacity: 0;
}

@media (min-width: 320px) {
    .sectionLink {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .sectionLink {
        margin-bottom: 0;
    }
}

a.sectionLink:hover {
    text-decoration: none;
}

.sectionLink:hover .locateArrow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
}

.media-body h3.media-heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featuresContent {
    margin-bottom: 2.5rem;
}

.featuresContent .media-left {
    border-radius: 100%;
    display: inline-block;
    height: 76px;
    padding: .375rem;
    width: 76px;
}

.featuresContent .media-left i {
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    font-size: 1.375rem;
    height: 62px;
    line-height: 62px;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 62px;
}

.featuresContent .media-left:hover i {
    transform: rotate(360deg);
}

/*=== 5.3 PROMOTION ===*/
.promotionWrapper {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 75px 0;
    width: 100%;
}

.webp .promotionWrapper {
    background-image: url("../img/home/promotion-1.1b0d0db41b67.webp");
}

.no-webp .promotionWrapper {
    background-image: url("../img/home/promotion-1.7fc51b91556d.jpg");
}


.promotionWrapper.user-area {
    background-attachment: scroll;
}

.webp .promotionWrapper.user-area {
    background-image: url("../img/home/signup.b4082ea79daf.webp");
}

.no-webp .promotionWrapper.user-area {
    background-image: url("../img/home/signup.d645fcca6451.jpg");
}


.promotionWrapper.user-area a.link-more {
    font-weight: 600;
    text-decoration: underline;
}

.promotionWrapper.user-area a.link-more:hover {
    text-decoration: none;
}

.promotionWrapper .promotionInfo {
    text-align: center;
}

.promotionWrapper .promotionInfo h2,
.promotionWrapper .promotionInfo .h2 {
    font-size: 2.25rem;
    margin: 0 0 23px 0;
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo h2,
    .promotionWrapper .promotionInfo .h2 {
        line-height: 2.25rem;
    }
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo h2,
    .promotionWrapper .promotionInfo .h2 {
        line-height: 33px;
    }
}

.promotionWrapper .promotionInfo p {
    margin: 0 0 1.875rem 0;
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo p {
        font-size: .9375rem;
        line-height: 1.375rem;
    }
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo p {
        font-size: 1.125rem;
        line-height: .9375rem;
    }
}


/*=== 5.6 COURSES SECTION ===*/
.block h3 {
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 320px) {
    .block h3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .block h3 {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .block h3 {
        font-size: 1.5rem;
    }
}

.block .list-unstyled, .block .list-inline {
    margin-bottom: 0;
}

.block .list-unstyled li, .block .list-inline li {
    line-height: 1.3125rem;
    margin-bottom: .3125rem;
}

.block .list-unstyled li i, .block .list-inline li i {
    margin-right: .375rem;
}

.block .list-inline .btn-primary {
    font-size: .875rem;
}

.block .list-inline .btn-link {
    font-size: .875rem;
    font-weight: 600;
    text-transform: capitalize;
}

.coursesSection {
    padding-bottom: 5rem;
}

.thumbnailContent {
    border-style: solid;
    border-width: 1px;
}

.thumbnailContent .caption {
    padding: .9375rem;
}

.sticker-round {
    border-radius: .8125rem;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    left: 1.25rem;
    line-height: 1.25rem;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 1.25rem;
    width: 4.375rem;
}


/*=== 5.9 COUNT UP SECTION ===*/
.countUpSection {
    background-attachment: fixed;
    background-position: center center !important;
    background-size: cover;
    padding: 2.5rem 0;
    width: 100%;
}

.webp .countUpSection {
    background-image: url("../img/home/countup.e98c50105013.webp");
}

.no-webp .countUpSection {
    background-image: url("../img/home/countup.77cff13c752a.jpg");
}

.countUpSection .counter-wrap {
    display: block;
    text-decoration: none;
}

.countUpSection .counter-wrap:hover {
    text-decoration: underline;
}

.countUpSection .counter {
    border: .25rem solid #ffffff;
    border-radius: 100%;
    display: inline-block;
    height: 145px;
    line-height: 145px;
    width: 145px;
}

@media (min-width: 320px) {
    .countUpSection .counter {
        display: block;
        font-size: 2rem;
        margin: 0 auto 25px auto;
    }
}

@media (min-width: 768px) {
    .countUpSection .counter {
        display: inline-block;
        font-size: 52px;
        margin: 0 0 25px 0;
    }
}

.countUpSection .counterInfo {
    border: none;
    border-radius: .375rem;
    display: inline-block;
    font-size: 1.1875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    width: 129px;
}


@media (min-width: 320px) {
    .countUpSection .text-center {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 768px) {
    .countUpSection .text-center {
        margin-bottom: 0;
    }
}

/*=== 5.11 COMMENT SECTION ===*/
.commentSection {
    background-image: url("../img/home/pattern-light.da99555472ad.png");
    background-repeat: repeat;
    height: auto;
    width: 100%;
}

@media (min-width: 320px) {
    .commentContent {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .commentContent {
        padding: 0 100px;
    }
}

.commentContent i {
    font-size: 130px;
    margin-bottom: 2.5rem;
}

.commentContent h2 {
    font-size: 1.375rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.25rem;
    margin: 0 0 40px 0;
}

.commentContent h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.commentContent p {
    margin-bottom: 0;
}

/*=== 5.13 HOME CONTACT SECTION ===*/
.newsSection .block .list-unstyled li,
.newsSection .block .list-inline li {
    display: inline-block;
}

.homeContactContent h2,
.homeContactContent .h2 {
    font-size: 2.25rem;
    line-height: 41px;
    margin: 0 0 20px 0;
}

.homeContactContent p {
    font-size: .9375rem;
    margin: 0 0 15px 0;
}

.homeContactContent .form-group {
    position: relative;
}

.homeContactContent .form-group .input-group-addon,
.homeContactContent .form-group i {
    border: none;
    height: 3.125rem;
    line-height: 3.125rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3.125rem;
    z-index: 100;
}

.homeContactContent .form-group .form-control {
    border-radius: .625rem;
    border-width: 1px;
    height: 3.125rem;
    padding-right: 3.125rem;
    position: relative;
}

.homeContactContent .form-group textarea.form-control {
    height: 147px;
    line-height: 1.875rem;
}

@media (min-width: 320px) {
    .homeContactContent form .btn-primary,
    .action-button .btn-primary {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .homeContactContent form .btn-primary,
    .action-button .btn-primary {
        width: auto;
    }
}

.eventSidebar .homeContactContent .form-group {
    display: block;
}

.eventSidebar .homeContactContent .form-group i {
    left: -5px;
}

.eventSidebar .homeContactContent .form-group .form-control {
    padding-left: 1.875rem;
}

.areaPadding {
    padding: 90px 0 100px 0;
}

.homeContactContent .formBtnArea {
    text-align: center;
}


/*================= 6. COURSE ==================*/
/*=== 6.2 COURSE LIST ===*/
.courseList {
    border-radius: .4375rem;
    border-style: solid;
    border-width: 1px;
    position: relative;
}

a.courseList {
    padding: .5rem;
    transition: none;
}

div.courseList span.spinner-border {
    height: 1.5rem;
    vertical-align: middle;
    width: 1.5rem;
}

/*=== 7. BLOG ===*/
.singleBlog p, .singleBlog .blogInfo {
    margin-bottom: 1.875rem !important;
}

.thumbnailContent > .caption.singleBlog h3 {
    display: block;
    line-height: 34px;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}

.blogComments {
    border-radius: .5625rem;
    margin-bottom: 1.25rem;
    padding: .9375rem;
}

.blogComments h3 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
}

.commentsList .media {
    border-bottom: 1px solid #dedede;
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.commentsList li:last-child {
    border: none;
}

.commentsList .media-left {
    padding-right: 1.5625rem;
}

.commentsList .media-left img {
    height: 3.125rem;
    margin-bottom: .9375rem;
    width: 3.125rem;
}

.commentsList .media-body {
    overflow: visible;
    padding: 0;
    position: relative;
}

.commentsList .media-body .media-heading {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .9375rem;
    text-transform: capitalize;
}

.commentsList .media-body p {
    font-size: .8125rem;
    margin-bottom: 1.25rem;
}

.commentsList cite {
    display: block;
    font-size: .875rem;
    font-style: normal;
    font-weight: normal;
    margin-top: .5625rem;
}

.commentsList cite:before {
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: .5625rem;
    vertical-align: middle;
    width: 1.25rem;
}


@media (min-width: 320px) {
    .countUpSection .counter {
        display: block;
        font-size: 2rem;
        margin: 0 auto 25px auto;
    }
}

@media (min-width: 768px) {
    .countUpSection .counter {
        font-size: 42px;
    }
}

@media (min-width: 320px) {
    .whiteSection, .mainContent, .lightSection, .colorSection {
        padding: 14px 0;
    }
}

@media (min-width: 768px) {
    .whiteSection, .mainContent, .lightSection, .colorSection {
        padding: 26px 0;
    }
}

.courseList a.territory {
    font-size: 5.6rem;
}

.media-body h3.media-heading {
    white-space: normal;
}

a.disabled {
    cursor: default;
    pointer-events: none;
}


.pager.top {
    margin-top: 2.5rem;
}

.pager.middle {
    margin-bottom: 3.125rem;
    margin-top: 1.25rem;
}


.counterInfo a {
    display: block;
}


ul.taxons-tree,
ul.my-country-navigation {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

ul.my-country-navigation {
    font-size: 1.2rem;
}

ul.my-country-navigation a:hover {
    text-decoration: none;
}

ul.taxons-tree li {
    position: relative;
}


li.avoid {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}


@media (min-width: 768px) {
    ul.split {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1.875rem;
        -webkit-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }

    ul.taxon-list i.fi {
        border: 1px solid #ccc;
        vertical-align: top;
    }
}


ul.taxons-tree.territory li {
    display: inline-block;
}


@media (max-width: 480px) {
    ul.taxons-tree.territory li {
        display: block;
    }
}

ul.taxons-tree li a,
li.species div.courseList {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

ul.taxons-tree .checklist li.species a {
    width: auto;
}

li.order {
    margin-bottom: 1.875rem;
}

ul.order {
    font-size: 1.25rem;
    margin-bottom: .625rem;
    margin-top: .3125rem;
}

ul.family,
ul.genus {
    font-size: 1rem;
    margin-bottom: .875rem;
}

li.genus {
    margin-bottom: .875rem;
}

li.order a {
    display: block;
    margin-bottom: .625rem;
}

li.genus,
ul.territory li {
    font-size: 1rem;
}

ul.genus li.species {
    list-style: none;
}

li.order a,
li.family a,
.territory a,
li.genus a,
li.species .courseList {
    padding: .25rem .5rem;
}

/*ul.taxons-tree li.genus a {*/
/*    margin-bottom : .5rem;*/
/*}*/

li.species a,
li.species div.courseList,
ul.territory li a {
    margin-top: .25rem;
    padding-left: .5rem;
}

.checklist li.species a {
    margin-top: 0;
}

ul.taxons-tree li a:hover {
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}


.partnersLogo {
    position: relative;
}

.partnersLogo a.auth {
    bottom: .25rem;
    left: .25rem;
    position: absolute;
}

.domain {
    font: 700 1.625rem/4.375rem 'Open Sans Condensed', sans-serif;
    padding-left: .625rem;
}

.domain small {
    font-size: 1rem;
    font-weight: 700;
}


.footerTitle a {
    position: relative;
    top: -14px;
    width: 200px;
}

.footerTitle a .domain {
    font-size: 1.25rem;
}

.footerTitle a img {
    width: 3.125rem;
}


.alert.home {
    border-radius: 0;
    margin-bottom: 0;
}

.share-btns {
    margin-bottom: -30px;
    margin-top: 1.875rem;
}

.share-btns p.header {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

.share-btns .icon {
    margin-bottom: -1px;
}

a.btn-social,
.btn-social {
    border-radius: 50%;
    display: inline-block;
    font-size: 1.75rem;
    height: 54px;
    line-height: 54px;
    margin: 8px .25rem;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    width: 54px;
}

a.btn-social.disabled_,
.btn.disabled_ {
    opacity: 0.5;
}

.btn-social:hover, .btn-social:focus {
    outline: none;
    text-decoration: none;
}

.btn-social.btn-xs {
    font-size: .5625rem;
    height: 1.5rem;
    line-height: .8125rem;
    margin: 6px .125rem;
    width: 1.5rem;
}

.btn-social.btn-sm {
    font-size: .8125rem;
    height: 2.25rem;
    line-height: 1.125rem;
    margin: 6px .125rem;
    width: 2.25rem;
}

.btn-social.btn-lg {
    font-size: 1.375rem;
    height: 4.5rem;
    line-height: 2.5rem;
    margin: 10px .375rem;
    width: 4.5rem;
}


.coursesSection .thumbnail,
.newsSection .thumbnail {
    height: 100%;
}

.ellipses {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width: 1200px) {
    .featuresContent .media-body h3.media-heading {
        font-size: 1.375rem;
    }
}

.species-status,
.species-iucn {
    margin-bottom: 1.25rem;
    text-align: center;
}

@media (max-width: 480px) {
    .species-status {
        text-align: left;
    }

    .species-status label.checkbox-inline {
        display: block;
        margin-left: 0;
    }
}

.species-status .valid {
    margin-right: 1.25rem;
}

.short-species {
    margin-bottom: 1.25rem;
}

.before-carousel {
    padding-bottom: .625rem;
}

.territory_compare .icon {
    font-size: 1.2rem;
}

table.territory_compare > tbody > tr > td,
table.territory_compare > thead > tr > th {
    vertical-align: middle;
}

table.territory_compare > tbody > tr > td a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

table.territory_compare > tbody > tr > td a:hover {
    text-decoration: underline;
}

table.territory_compare > thead {
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc;
}

table.territory_compare th,
table.territory_compare td {
    padding-left: .5rem;
    padding-right: .5rem;
}

.compare-wrap .btn {
    text-transform: none;
}

.compare-wrap .btn.dropdown-toggle,
[data-id="id_country"].btn.dropdown-toggle {
    border-radius: .625rem;
    border-style: solid;
    border-width: 1px;
    font-size: 1rem;
    padding: 12px .625rem;
}

.compare-wrap a.compare-countries {
    height: 2.1875rem;
    line-height: 2.1875rem;
    width: 100%;
}

@media (max-width: 767px) {
    .featuresContent {
        text-align: center;
    }
}

a.edit-admin {
    position: absolute;
    right: .625rem;
    top: .625rem;
}

a.edit-admin.white {
    -moz-border-radius: .625rem;
    -webkit-border-radius: .625rem;
    border-radius: .625rem;
    padding: .875rem 1.125rem;
}

.taxons-tree a.edit-admin {
    right: 0;
    top: 0;
}


a.edit-admin.carousel {
    font-size: 1.375rem;
    left: 1rem;
    top: -2.2rem;
}

section.carousel .action {
    display: inline;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 3rem;
    opacity: .5;
}

section.carousel .owl-item .action.rating_up {
    bottom: .375rem;
    left: auto;
    right: .375rem;
    top: auto;
}

section.carousel .owl-item .action.rating_down {
    bottom: .375rem;
    left: .375rem;
    right: auto;
    top: auto;
}

section.carousel .owl-item .action.mark_bad {
    bottom: auto;
    left: auto;
    right: .375rem;
    top: -2.5rem;
}

section.carousel .owl-item .action.is_best {
    top: -2.5rem;
    opacity: 1;
}

section.carousel .owl-item span.action.muted {
    opacity: 0;
}


.courseList:hover a.edit-admin.carousel {
    display: inline-block;
}

.owl-item a.action:hover {
    opacity: 1;
}


.badge.status-iucn {
    font-family: "Open Sans Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
}

/*.courseList .badge.status-iucn {*/
/*    margin-right : .25rem;*/
/*}*/

.territory_compare .badge.status-iucn {
    margin-right: .5rem;
}


.species-displayed-wrap {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: .875rem;
}

.species-displayed.badge {
    font-size: 1.25rem;
}

.courseList a.edit-admin.carousel,
.owl-item .action {
    border-radius: 1.875rem;
    border-style: solid;
    border-width: 2px;
    font-size: 1.5rem;
    transition: none;
}

.courseList a.edit-admin.carousel {
    bottom: .625rem;
    display: none;
    left: .625rem;
    padding: .5rem;
    right: auto;
    top: auto;
    z-index: 10;
}

.owl-item .action {
    display: none;
    padding: .5rem;
    position: absolute;
}

.owl-item:hover .action {
    display: inline-block;
}

.owl-item .action.is_best {
    display: inline-block;
    left: .375rem;
    top: .375rem;
}

.owl-item .action.mark_bad {
    bottom: .375rem;
    left: .375rem;
}

.owl-item .action.rating_up {
    right: .375rem;
    top: .375rem;
}

.owl-item .action.rating_down {
    bottom: .375rem;
    right: .375rem;
}

.owl-theme .owl-dots {
    margin-top: 1rem;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}

@media (min-width: 768px) {
    .owl-theme .owl-dots {
        margin-bottom: -1rem;
    }
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 12px;
    transition: opacity 200ms ease;
    width: 10px;
}


/* Customize the label (the container) */
.container_switch {
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.375rem;
    margin-bottom: 1.625rem;
    padding-right: 2.1875rem;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_switch input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.checkmark {
    height: 1.5625rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5625rem;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

/* Show the checkmark when checked */
.container_switch input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_switch .checkmark:after {
    border: solid #222;
    border-width: 0 3px 3px 0;
    height: .625rem;
    left: .5625rem;
    top: .3125rem;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .3125rem;
}

.langswitcher .btn {
    padding: 0 .375rem;
    text-transform: capitalize;
}

.langswitcher .fi {
    margin-right: .375rem;
}

.langswitcher .dropdown-item {
    padding: .25rem 1rem
}

@media (max-width: 480px) {
    .langswitcher .btn .fi {
        margin-right: .125rem;
    }
}

.customModal .close {
    line-height: 1.5rem;
    opacity: 1;
    text-shadow: none;
}

.customModal .close:focus {
    outline: none;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: .9375rem;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        border: 0;
    }
}


table.table-bordered {
    border-width: 0;
}

table.table-bordered tbody {
    border-style: solid;
    border-width: 1px 0 0 1px;
}

table.table-bordered td {
    border-width: 0 1px 1px 0;
}


.media a.taxon img,
.media a.news img {
    height: 5.6rem;
    width: 5.6rem;
}

@media (min-width: 768px) {
    .media a.taxon img,
    .media a.news img {
        height: 9.375rem;
        width: 9.375rem;
    }
}


/*bootstrap4-carousel*/
.carousel-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.1;
}

.carousel-caption h1,
.carousel-caption h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .8;
}

@media (min-width: 567px) {
    .carousel-caption h1,
    .carousel-caption h5 {
        font-size: 1.875rem;
    }
}


@media (min-width: 768px) {
    .carousel-caption h1,
    .carousel-caption h5 {
        font-size: 2.125rem;
        line-height: .8;
    }

    .carousel-caption p {
        font-size: 1.3rem;
    }
}


@media (min-width: 1200px) {
    .carousel-caption h1,
    .carousel-caption h5 {
        font-size: 3.125rem;
    }

    .carousel-caption p {
        font-size: 1.5625rem;
        line-height: 1.2;

    }
}

.carousel-caption p {
    font-weight: 400;
}

.carousel-caption h1,
.carousel-caption h5 {
    font-weight: 600;
}

.carousel-caption p a {
    text-decoration: underline;
}


.diary .sectionTitle.secondary {
    font-size: 1.625rem;
}


.justified-gallery .action,
.avatar-edit .action {
    border-radius: 1.875rem;
    display: inline-block;
    font-size: 1.5rem;
    transition: none;
}


.justified-gallery .action.is_best,
.justified-gallery .action.is_first,
.justified-gallery.diary .action {
    display: inline-block;
    font-size: 1rem;
    left: .375rem;
    padding: 0 .25rem;
    position: absolute;
    top: .375rem;
}

.justified-gallery .action.is_first {
    left: auto;
    right: .375rem;
}

.justified-gallery.diary .action {
    font-size: .875rem;
    font-weight: bold;
}

.justified-gallery .action.time {
    left: auto;
    right: .375rem;
}


.avatar-edit .action.edit {
    bottom: .375rem;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 .25rem;
    position: absolute;
    right: .375rem;
}

/*.avatar-edit img {*/
/*    height : 8.1875rem;*/
/*}*/

.avatar-small {
    margin-top: -4px;
}


.thumb-link .action {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    left: -.375rem;
    position: absolute;
    top: -.375rem;
}

.homeContactContent form .media-body .btn {
    padding: .375rem .75rem;
}


.diary .pager {
    margin-bottom: 0;
    margin-top: 1rem;
}


@media (min-width: 320px) {
    .teamStyle {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .teamStyle {
        margin-bottom: 3rem;
    }
}

.teamStyle .diary-a img {
    width: 7.5rem;
}

.teamStyle .media-body h4 {
    font-size: 16px;
}

.teamStyle .media-body h5 {
    font-size: 15px;
}

.teamStyle .media-body .list-inline {
    text-align: left;
}

@media (min-width: 320px) {
    .teamStyle .media-body .list-inline {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .teamStyle .media-body .list-inline {
        margin: 0;
    }
}

.teamStyle .media-body .list-inline li a,
.teamStyle .media-body .list-inline li span {
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

@media (min-width: 320px) {
    .teamStyle .media-body .list-inline li a,
    .teamStyle .media-body .list-inline li span {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

@media (min-width: 768px) {
    .teamStyle .media-body .list-inline li a,
    .teamStyle .media-body .list-inline li span {
        font-size: 10px;
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
}

@media (min-width: 992px) {
    .teamStyle .media-body .list-inline li a,
    .teamStyle .media-body .list-inline li span {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        width: 28px;
    }
}

.diary-a {
    position: relative;
}

.diary-a .action {
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    left: .375rem;
    position: absolute;
    top: .375rem;
}

a[data-toggle="popover"] {
    cursor: pointer;
}

.diary .fi {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.mainContent .invalid-feedback {
    display: block;
    font-size: 100%;
}

.testimonialContent .fi {
    background-color: #fff;
}

/*================= 10 TESTIMONIAL ==================*/
.testimonial-grid {
    margin-top: 3rem;
}

.testimonialContent {
    border-radius: .5rem;
    border-style: solid;
    border-width: 1px;
    display: block;
    margin-bottom: 2.75rem;
    padding: 2.375rem 1rem 1rem;
    width: 100%;
}

.diary .testimonialContent {
    padding-top: 2rem;
}

.testimonialContent span.userSign {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 3.125rem;
    left: 50%;
    line-height: 3.125rem;
    margin-left: -2.25rem;
    position: absolute;
    top: -1.5625rem;
}


.diary .testimonialContent span.userSign,
.place .testimonialContent span.userSign,
.observation .testimonialContent span.userSign,
.personal-area .testimonialContent span.userSign,
.all-countries .testimonialContent span.userSign {
    border-radius: 2rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    margin-left: -82px;
    text-align: center;
    top: -1.1rem;
    width: 160px;
}

.personal-area .testimonialContent span.userSign {
    font-size: .875rem;
}

.all-countries .testimonialContent span.userSign {
    margin-left: -122px;
    width: 240px;
}

.diary .testimonialContent span.userSign.species-caption,
.place .testimonialContent span.userSign.place-caption,
.observation .testimonialContent span.userSign.species-caption {
    font-size: .875rem;
    height: 2rem;
    top: -1rem;
    line-height: 1.1rem;
    margin-left: -102px;
    vertical-align: middle;
    width: 200px;
}

.diary-species .additional-actions {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.diary-species-time {
    font-weight: 300;
}


.testimonialContent p {
    margin-bottom: .25rem;
}

.testimonialContent h3,
.testimonialContent h2 {
    font-size: 1rem;
    margin: 0;
}

.testimonialContent h3 small {
    font-size: .875rem;
    font-weight: 700;
    margin: 0;
}

.testimonialContent .dropdown-item {
    padding: .25rem .8rem;
}

.native-star {
    left: 1.75rem;
    position: absolute;
    top: .875rem;
}

.additional-actions {
    position: absolute;
    right: 1.375rem;
    top: .625rem;
}

.additional-actions .three-dots {
    font-size: 1rem;
}

.additional-actions .dropdown-toggle {
    padding: .5rem;
}

.additional-actions .dropdown-toggle:after {
    content: none;
}

.additional-top-left {
    position: absolute;
    left: 1.375rem;
    top: .75rem;
}


.custom-control-label::before,
.custom-control-label::after {
    height: 1.75rem;
    top: -.125rem;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    width: 1.75rem;
}


.custom-control-label.compare::before,
.custom-control-label.compare::after {
    height: 1.25rem;
    top: 0;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    width: 1.25rem;
}


.custom-social .custom-control-label::before,
.custom-social .custom-control-label::after {
    height: 1rem;
    top: .25rem;
    width: 1rem;
}


.custom-control-label::after {
    cursor: pointer;
}


.fz0 {
    font-size: 0
}


.form-control-lg.is-filtered {
    padding-right: 3rem;
}

span.species-filter-reset {
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
    top: .375rem;
    z-index: 10;
}

.seen-list input.form-control {
    font-size: .875rem;
    width: 10rem;
}

.btn-primary.edit-date-submit {
    height: 2.375rem;
    line-height: 2.375rem;
}

a.add-formset {
    font-size: 1rem;
    font-weight: 600;
}

.time-icon {
    font-size: 1rem;
    line-height: 1rem;
    position: absolute;
    right: .75rem;
    top: .75rem;
}


/*=== MAP ===*/
.map-osm {
    height: 400px;
    width: 100%;
}

.modal-body .map-osm {
    height: 200px;
}

.map-osm:-moz-full-screen {
    height: 100%;
    margin: 0;
}

.map-osm:-webkit-full-screen {
    height: 100%;
    margin: 0;
}

.map-osm:-ms-fullscreen {
    height: 100%;
}

.map-osm:fullscreen {
    height: 100%;
}

.gps-marker {
    left: .5em;
    top:  65px;
}

.ol-touch .gps-marker {
    top:  70px;
}

.delete-marker {
    right: 2.4em;
    top: 7px;
}

.ol-touch .delete-marker {
    right: 5.1em;
}

.gps-marker button.get-location {
    background-image: url("../img/gps.b897f81a9688.svg");
}

.delete-marker button.clear-features {
    background-image: url("../img/bin2.4156797a7e71.svg");
    border: 3px solid #fff
}

.clear-features {
    font-size: 1rem;
}

.ol-rotate {
    left: 2.4rem;
    right: auto;
    top: 7px;
}

.ol-touch .ol-rotate {
    left: 2.8em;
}


.add-big {
    font-size: 4rem;
}

.w-small {
    width: 768px;
}

.modal-body .dropdown-menu.show {
    min-width: 100% !important;
    width: 100% !important;
}


.testimonialContent .caption-wrap,
.rating_page .caption-wrap {
    display: inline-block;
    position: relative;
}

.testimonialContent .caption,
.testimonialContent .caption-top,
.rating_page .caption {
    bottom: 0;
    font-size: .75rem;
    left: 0;
    margin: 0;
    padding: .3125rem;
    position: absolute;
    right: 0;
    transition: opacity 500ms ease-in;
}

.testimonialContent .caption-top {
    top: 0;
    bottom: auto;
}

.font-smaller {
    font-size: .875rem;
}

.font-bigger {
    font-size: 120%;
}


.login-or {
    overflow: hidden;
    position: relative;
}

.login-or:after, .login-or:before {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 2% 0 -50%;
    vertical-align: top;
    width: 50%;
}

.login-or:after {
    margin: 0 -50% 0 2%;
}


select.country-dropdown {
    /*min-height: 47px;*/
    height: 35px;
    margin-bottom: .8rem;
}


.compare-wrap .select2-container {
    margin-bottom: .8rem;
}


.select2-container .select2-selection--single .select2-selection__clear {
    line-height: calc(1.5em + 0.75rem);
    margin-top: 0;
}


.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    stroke: currentColor;
    stroke-width: 0;
    vertical-align: baseline;
    width: 1em;
}

.icon-home {
    margin-bottom: -1px;
}

.icon-flag {
    line-height: 1em;
    vertical-align: middle;
    width: 1.33333333em;
}


.taxons-tree.f16 .flag {
    bottom: -.25rem;
    position: relative;
}

.select2-container.f16 .flag,
.territory_compare .f16 .flag,
.seen-list .f16 .flag,
.rating-page .f16 .flag,
.dropdown-menu.f16 .flag,
.translations.f16 .flag {
    bottom: -.125rem;
    position: relative;
}

.select2-results__options {
    scroll-behavior: auto !important;
}

.countries-menu a {
    font-size: .875rem;
    margin-bottom: .25rem;
}

.compare-tabs {
    margin-bottom: -1px;
}

.compare-tabs a.active,
.place-tabs .nav-tabs a.nav-link.active {
    font-weight: 700;
}

.o-q .icon {
    vertical-align: bottom;
}

.badge-light {
    font-weight: normal;
}

.va-tb {
    vertical-align: text-bottom;
}

/*.my-countries {*/
/*    font-size: 4rem;*/
/*}*/

/*.my-countries a {*/
/*    opacity: .4;*/
/*}*/

/*.my-countries a i {*/
/*    border:1px solid #ccc;*/
/*}*/

/*.my-countries a.selected {*/
/*    opacity: 1;*/
/*}*/

/*.my-years {*/
/*    font-size: 2rem;*/
/*}*/

section.personal-area .badge {
    font-size: .75rem;
}

section.personal-area .badge.big {
    font-size: 1rem;
}

#id_phone {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

p.middle-flag i {
    font-size: 2rem;
    border: 1px solid #ccc;
}

body.approved .main-wrapper {background-color: #b5d56a;}

div.country-my {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

div.country-actual {
    border: 1px solid #f0c24b;
    border-radius: 1rem;
}

div.country-all {
    border: 1px solid #f0c24b;
    border-radius: 1rem;
}


nav.navbar.menu-bottom-fixed {
    border-top: 1px solid #ccc;
    line-height: .875rem;
    font-size: .75rem;
}

nav.navbar.menu-bottom-fixed a.nav-link {
    padding: .5rem;
    text-align: center;
    font-weight: 700;
}

nav.navbar.menu-bottom-fixed a.nav-link i {
    font-size: 1.25rem;
    line-height: 1.15;
}

nav.navbar.menu-bottom-fixed a.nav-link i .icon {
    vertical-align: middle;
}

nav.navbar.menu-bottom-fixed .dropdown-menu a.nav-link {
    text-align: left;
    font-weight: 400;
    font-size: .875rem;
}

@media (max-width: 768px) {
    nav.navbar.menu-bottom-fixed{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    nav.navbar.menu-bottom-fixed a.nav-link i .icon {
        vertical-align: baseline;
    }
}

@media (min-width: 768px) {
    nav.navbar.menu-bottom-fixed a.nav-link i {
        margin-right: .5rem;
    }
}

.datetimepicker-input {
    font-size: .875rem;
}

.filter-remove {
    word-break: break-word;
}

.fullScreenEl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh!important;
    background-color: white;
    z-index: 9999;
    box-sizing:border-box;
}

.help-page {
    text-align: center;
}

.help-page p {
    vertical-align: top;
    display: inline-block;
}

.help-page p a[data-fancybox] {
    display: block;
    margin: 0 1rem;
}

.help-page p img {
    width: 11.25rem;
}

@supports (-webkit-touch-callout: none) {
    .promotionWrapper, 
    .countUpSection, 
    .footerInfoArea {
        background-attachment: scroll;
    }
}



.justified-gallery > a > .jg-caption.jg-caption-inverted,
.justified-gallery > div > .jg-caption.jg-caption-inverted,
.justified-gallery > figure > .jg-caption.jg-caption-inverted {
    display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;



}
.justified-gallery > a > .jg-caption.jg-caption-inverted.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-inverted.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-inverted.jg-caption-visible {
    display: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}