/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Shop
  12. Sidebar
  13. Footer
-------------------------------------*/


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

  1. Reset default browser styles

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

@viewport {
    user-zoom: fixed;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

iframe {
    width: 100%;
}

b, strong {
    font-weight: bold !important;
}

ul,
ol {
    list-style: none;
}

q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
}

embed {
    vertical-align: top;
}

input,
button {
    -webkit-appearance: none;
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    height: 100%;
}

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

  2. Global

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

body {
    font: 16px/28px 'Open Sans', sans-serif;
    color: #333;
    position: relative;
    zoom: 0.9;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.wrapper-container {
    position: relative;
}


img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.clearfix:after,
.row:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #666;
    -webkit-transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px;
    color: #666;
    opacity: 1;
    -webkit-transition: text-indent .5s ease, color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder {
    text-indent: 10em;
    color: transparent;
}

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

  3. General classes

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

.full-width-block {
    width: 100%;
}

.wrapper {
    overflow: hidden;
}

.relative {
    position: relative;
}

.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

img[class*="align"] {
    margin-bottom: 5px;
    max-width: 50%;
}

img.alignleft {
    float: left;
    margin-right: 30px;
}

img.alignright {
    float: right;
    margin-left: 30px;
}

img.full:not(:last-child) {
    margin-bottom: 15px;
}

.page-content-wrap {
    padding: 100px 0;
}

.page-content-wrap2 {
    padding: 0 0 110px;
}

[class*="page-section"] {
    padding: 100px 0;
}

[class*="page-section"].no-space {
    padding: 0;
}

[class*="page-section"].no-top-space {
    padding-top: 0;
}

[class*="page-section"].no-btn-space {
    padding-bottom: 0;
}

[class*="page-section"].type2 {
    padding: 130px 0;
}

[class*="page-section"].type3 {
    padding: 220px 0 90px;
}

[class*="page-section"].type4 {
    padding: 110px 0 205px;
}

[class*="page-section"].type5 {
    padding: 110px 0 160px;
}

.push-top {
    padding-top: 20px;
}

.page-section-bg {
    background: #f6f6f6;
}

.page-section-bg2 {
    background: var(--mainColor);
}

.page-section-bg3 {
    background: #e7ecf3;
}

.page-section-bg4 {
    background: var(--secondColor);
}

.page-section-bg4 .section-title,
.page-section-bg4 .event-info .event-info-item,
.page-section-bg4 .event-info .event-info-item i {
    color: #fff;
}

.page-section-bg4 .mad-flex-col p {
    color: #d2d2d2;
}

[class*="page-section-bg"] .section-sub-title {
    color: #c70de3;
}

.page-section-bg .section-sub-title {
    color: #4b044a;
}

.page-section-bg p {
    color: #666;
}

.page-section-bg2,
.page-section-bg2 .section-sub-title {
    color: #b7bcc5;
}

.page-section-bg2 h2,
.page-section-bg2 .info-btn {
    color: #fff;
}

.page-section-bg2 .icons-box .icons-wrap .icons-item > .item-box .icons-box-title span {
    color: #fff;
}

[class*="page-section"].with-btm-space {
    padding-bottom: 520px;
}

.title-color-change {
    color: #fff;
}

.content-element:not(:last-child) {
    margin-bottom: 80px;
}

.content-element2:not(:last-child) {
    margin-bottom: 50px;
}

.content-element3:not(:last-child) {
    margin-bottom: 30px;
}

.content-element4:not(:last-child) {
    margin-bottom: 40px;
}

.content-element5:not(:last-child) {
    margin-bottom: 20px;
}

.content-element7:not(:last-child) {
    margin-bottom: 60px;
}

.extra {
    width: 100%;
}

[class*="flex-row"] {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

[class*="flex-row"]:after {
    display: none;
}

[class*="flex-row"] > * {
    float: none;
}

[class*="flex-row"].flex-justify {
    justify-content: space-between;
}

[class*="flex-row"].flex-center {
    align-items: center;
}

.mad-row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mad-row-flex > *:last-child .mad-flex-col {
    padding-left: 30px;
}

.mad-img > img {
    width: 100%;
}

.mad-row-reverse > * {
    float: none;
}

.responsive-iframe {
    position: relative;
    z-index: 1;
    height: 0px;
    padding-bottom: 56.2%;
}

.responsive-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.responsive-iframe.fix-size > iframe {
    top: -45%;
    height: 180% !important;
}

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

  4. Typography

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 1.33em;
    font-weight: normal;
}

h1 {
    font-size: 60px;
    letter-spacing: -0.1px;
}

h2 {
    font-size: 48px;
    letter-spacing: -0.1px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

h1:not(:last-child) {
    margin-bottom: 20px;
}

h2:not(:last-child) {
    margin-bottom: 20px;
}

h3:not(:last-child) {
    margin-bottom: 25px;
}

h4:not(:last-child) {
    margin-bottom: 25px;
}

h5:not(:last-child) {
    margin-bottom: 25px;
}

h6:not(:last-child) {
    margin-bottom: 20px;
}

p {
    padding: 0;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

.fw-medium {
    font-weight: 600;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: none;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline;
}

a, a > * {
    text-decoration: none;
    outline: none !important;
}

a {
    color: #333;
}

a.link-text2 {
    color: var(--mainColor);
}

a.link-text2:hover {
    text-decoration: underline;
}

a,
button {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

a.link-text {
    color: var(--secondColor);
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

a.link-text:before,
a.info-btn:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
}

a.info-btn:before {
    bottom: 5px;
}

a.link-text:hover:before,
a.info-btn:hover:before {
    width: 100%;
}

.info-btn.prev-btn,
.info-btn.exp-btn {
    margin-left: 10px;
}

.info-btn.prev-btn:after,
.info-btn.exp-btn:after,
.info-btn.next-btn:after {
    position: absolute;
    left: -10px;
    top: 0;
    font-family: 'Lato', sans-serif;
}

.info-btn.prev-btn:after {
    content: '«';
}

.info-btn.exp-btn:after {
    content: '+';
}

.info-btn.next-btn {
    margin-left: 0;
    margin-right: 10px;
}

.info-btn.next-btn:after {
    left: auto;
    right: -10px;
    content: '»';
}

[class^="icon-"]:before,
[class*="icon-"]:before {
    width: auto;
    margin: 0;
    padding: 0;
}

.selected-type-1 {
    background: #333;
    color: #fff;
}

.tt-up {
    text-transform: uppercase;
}

.title-holder {
    color: #666;
}

.title-holder:not(:last-child) {
    margin-bottom: 45px;
}

.title-holder .section-title:not(:last-child) {
    margin-bottom: 15px;
}

.section-title:not(:last-child) {
    margin-bottom: 40px;
}

.section-sub-title {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.section-sub-title:not(:last-child) {
    margin-bottom: 10px;
}

.text-size-small {
    font-size: 16px;
    line-height: 26px;
}

.text-size-medium {
    font-size: 18px;
    line-height: 30px;
}

.text-size-big {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.1px;
}

.text-size-big:not(:last-child) {
    margin-bottom: 30px;
}

.text-color2 {
    color: #666;
}

.text-color3 {
    color: #333;
}

.row.type-2 {
    margin: 0 -30px;
}

.row.type-2 > * {
    padding: 0 30px;
}

/* Tooltips */

.tooltips a {
    position: relative;
    color: #666;
}

.tooltips a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
    -moz-text-decoration-style: dashed;
}

.tooltip {
    position: absolute;
    display: block;
    background: #fff;
    padding: 6px 10px;
    color: #333;
    font-size: 13px;
    line-height: 14px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    z-index: 5;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

a.top-tooltip .tooltip {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, -15px);
    -moz-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);

    -webkit-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.45);
    -moz-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.45);
    box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.45);
}

a.left-tooltip .tooltip {
    top: 50%;
    right: 100%;
    margin-right: 5px;
    -webkit-transform: translate(-15px, -50%);
    -moz-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);

    -webkit-box-shadow: 8px 0px 15px 0px rgba(187, 187, 187, 0.45);
    -moz-box-shadow: 8px 0px 15px 0px rgba(187, 187, 187, 0.45);
    box-shadow: 8px 0px 15px 0px rgba(187, 187, 187, 0.45);
}

a.right-tooltip .tooltip {
    top: 50%;
    left: 100%;
    margin-left: 9px;
    -webkit-transform: translate(15px, -50%);
    -moz-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    transform: translate(15px, -50%);

    -webkit-box-shadow: -8px 0px 15px 0px rgba(187, 187, 187, 0.45);
    -moz-box-shadow: -8px 0px 15px 0px rgba(187, 187, 187, 0.45);
    box-shadow: -8px 0px 15px 0px rgba(187, 187, 187, 0.45);
}

a.bottom-tooltip .tooltip {
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translate(-50%, 15px);
    -moz-transform: translate(-50%, 15px);
    -o-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);

    -webkit-box-shadow: 0px -8px 15px 0px rgba(187, 187, 187, 0.45);
    -moz-box-shadow: 0px -8px 15px 0px rgba(187, 187, 187, 0.45);
    box-shadow: 0px -8px 15px 0px rgba(187, 187, 187, 0.45);
}

a.top-tooltip:hover .tooltip {
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

a.left-tooltip:hover .tooltip {
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

a.right-tooltip:hover .tooltip {
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

a.bottom-tooltip:hover .tooltip {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tooltips a .tooltip:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

a.top-tooltip .tooltip:after {
    border-left: 7px solid transparent;
    border-top: 5px solid #fff;
    border-right: 7px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -7px;
}

a:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltips a.left-tooltip .tooltip:after {
    border-top: 7px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 7px solid transparent;
    top: calc(50% - 7px);
    left: 100%;
}

.tooltips a.right-tooltip .tooltip:after {
    border-top: 7px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 7px solid transparent;
    right: 100%;
    top: calc(50% - 7px);
}

.tooltips a.bottom-tooltip .tooltip:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #fff;
    border-top: none;
    bottom: 100%;
    left: calc(50% - 7px);
}

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

  5. Header

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

#header.sticky-header.clone-fixed {
    position: fixed;
    z-index: 99;
    transition: 0.5s top cubic-bezier(.3, .73, .3, .74);
}

#header {
    position: relative;
    z-index: 9;
    width: 100%;
    background: #fff;
}

#header.fixed-header {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
}

#header.fixed-header.sticky-header.clone-fixed {
    background: #0d2f5d;
}

#header:not([class*="header-"]) .top-bar {
    background: #f2f3f6;
    position: relative;
}

#header:not([class*="header-"]) .top-bar:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-image: -webkit-linear-gradient(left, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
    background-image: -moz-linear-gradient(left, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
    background-image: -o-linear-gradient(left, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
    background-image: linear-gradient(to right, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%), linear-gradient(to right, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
}

#header .top-header {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-item .btn:last-child {
    margin-left: 10px;
}

/* Lang button */

.lang-button {
    position: relative;
}

.lang-button > a:after {
    content: "\e93a";
    font-size: 8px;
    font-weight: bold;
    font-family: 'Linearicons';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.lang-button .dropdown-list {
    padding-top: 6px;
}

.lang-button .dropdown-list > li > a {
    display: block;
    padding: 5px 20px;
    background: #f2f3f6;
    text-align: left;
}

.lang-button .dropdown-list > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.lang-button .dropdown-list > li:hover > a {
    background: #fff;
}

.lang-button:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
}

.dropdown-list,
.dropdown-window {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0;
    min-width: 100px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow: hidden;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.dropdown-window {
    -webkit-transform: scale3d(.85, .85, .85);
    -ms-transform: scale3d(.85, .85, .85);
    transform: scale3d(.85, .85, .85);
}

.dropdown-window.opened {
    opacity: 1;
    visibility: visible;

    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.top-header .page-options {
    text-align: right;
    margin: 0 -15px;
    margin-bottom: 40px;
}

.top-header .page-options > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.top-header .page-options > .search-holder {
    width: 28px;
}

#header.style-2 .top-header {
    background-color: #0d2f5d;
}

#header.style-2 .top-header .main-navigation > ul > li > a {
    color: #fff;
}

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

#header.header-2.fixed-header {
    z-index: 99;
}

#header.header-2:not(.fixed-header):not(.clone-fixed) {
    position: unset;
}

#header.header-2:not(.fixed-header) {
    background: #e7ecf3;
}

#header.header-2 .top-header {
    padding: 30px 50px;
}

#header.header-2.fixed-header.sticky-header.clone-fixed {
    background: #fff;
}

/*----------- Header style-3 --------------*/

#header.header-3 .top-header {
    padding: 40px 0 0;
    position: relative;
    display: block;
}

#header.header-3 .top-header .logo-wrap {
    padding-top: 15px;
}

#header.header-3 .top-header .logo img {
    max-width: inherit;
}

#header.header-3 .top-header .join-us {
    display: inline-block;
}

#header .top-header .join-us .join-form .btn {
    padding: 10px 20px;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

#header.header-3 .top-header > .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: none;
    padding: 23px 30px;
    border-radius: 0;
}

#header.header-3.sticky-header.clone-fixed .top-header {
    padding: 0;
}

#header.header-3.sticky-header.clone-fixed .top-header .col-lg-3,
#header.header-3.sticky-header.clone-fixed .top-header .page-options {
    display: none;
}

#header.header-3.sticky-header.clone-fixed .top-header .col-lg-9 {
    width: 100%;
}

#header.header-3.sticky-header.clone-fixed .top-header .menu-holder {
    text-align: left;
}

#header.header-3.sticky-header.clone-fixed .top-header .main-navigation:after {
    left: -500px;
}

#header.header-3 .top-header .join-us .search-holder {
    display: none;
}

#header .top-header .join-us.style-3 .join-form .input-holder {
    padding: 5px 0;
}

#header .top-header .join-us.style-3 .join-form .input-holder input {
    height: 30px;
    font-size: 14px;
}

#header .top-header .join-us.style-3 .join-form .input-holder input::-webkit-input-placeholder,
#header .top-header .join-us.style-3 .join-form .input-holder textarea::-webkit-input-placeholder {
    font-size: 14px;
}

#header .top-header .join-us.style-3 .join-form .input-holder input::-moz-placeholder,
#header .top-header .join-us.style-3 .join-form .input-holder textarea::-moz-placeholder {
    font-size: 14px;
}

/*----------- Header style-4 --------------*/

#header.header-4 .top-header {
    background: var(--mainBackground);
    display: block;
}

#header.header-4 .top-header .logo-wrap {
    text-align: center;
}

#header.header-4 .top-header .join-us h6 {
    line-height: auto;
    display: block;
    color: #fff;
}

#header.header-4 .top-header .join-us h6:not(:last-child) {
    margin-bottom: 15px;
}

#header.header-4 .top-header .join-form:not(:first-child) .input-holder {
    margin-left: 0;
}

#header.header-4 .top-header .join-form .input-holder {
    max-width: 260px;
}

#header.header-4 .top-header .lang-section > a,
#header.header-4 .top-header button.search-button {
    color: #fff;
}

#header.header-4 .top-header .page-options {
    margin-bottom: 10px;
}

#header.header-4 .top-header .social-icons {
    text-align: right;
}

#header.header-4.sticky-header.clone-fixed .top-header {
    display: none;
}

#header.header-4 .nav-item {
    position: relative;
}

#header.header-4 .nav-item > .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: none;
    padding: 23px 30px;
    border-radius: 0;
}

/*----------- Header style-5 --------------*/

#header.header-5.sticky-header.clone-fixed .pre-header {
    display: none;
}

.header-5 .nav-item {
    display: flex;
    align-items: center;
}

.header-5 .nav-item .search-holder {
    padding: 0 35px;
}

.pre-header {
    font-size: 0.8125rem;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    color: #666;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pre-header > .mad-col {
    display: flex;
    align-items: center;
}

.pre-header > .mad-col > *:not(:last-child) {
    margin-right: 20px;
}

/*----------- Header style-6 --------------*/

#header.header-6 .top-header {
    padding: 0;
}

#header.header-6 .top-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    background: var(--mainBackground);
    border-radius: 5px;
}

#header.fixed-header.sticky-header.clone-fixed.header-6 {
    background: transparent;
    box-shadow: none;
}

#header.header-6 .top-header .menu-holder .nav-item {
    display: flex;
    justify-content: space-between;
}

#header.header-6 .top-header .menu-holder .nav-item .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    align-items: center;
}

#header.header-6 .top-header .menu-holder .main-navigation {
    margin-left: 30px;
}

#header.header-6 .main-navigation > ul > li > a:before {
    background: #fff;
}

#header.clone-fixed.slideDown.header-5 .logo img {
    max-width: 70%;
}

/* Main Navigation */

#wrapper {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.main-navigation {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.main-navigation > ul {
    font-size: 0;
}

.main-navigation > ul > li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
}

.main-navigation > ul > li {
    padding: 0 20px;
}

.main-navigation > ul > li > a {
    color: #333;
    line-height: 24px;
    display: block;
    position: relative;
    padding: 10px 0;
    letter-spacing: 0.3px;
}

.searchform-wrap.opened,
.main-navigation > li:hover > .sub-menu-wrap {
    width: 355px;
    opacity: 1;
    visibility: visible;
}

.sub-menu-wrap ul li {
    position: relative;
}

.main-navigation > ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--secondColor);
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.main-navigation > ul > li.current > a:before,
.main-navigation > ul > li:hover > a:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.main-navigation > ul > li.dropdown.current > a:before,
.main-navigation > ul > li.dropdown:hover > a:before {
    width: calc(100% - 17px);
}

.main-navigation > ul > li.current > a:before,
.main-navigation > ul > li:hover > a:before {
    width: 100%;
}

.main-navigation > ul > li.dropdown > a:after,
.navbar-menu ul > li.dropdown > a:after {
    font-family: 'fontello';
    content: '\f107';
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.main-navigation .sub-menu-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 210px;
    background: #fff;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    margin-top: -3px;

    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);

    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -webkit-transform: translate3d(-15px, 15px, 0);
    -moz-transform: translate3d(-15px, 15px, 0);
    -o-transform: translate3d(-15px, 15px, 0);
    -ms-transform: translate3d(-15px, 15px, 0);
    transform: translate3d(-15px, 15px, 0);
}

.main-navigation .sub-menu-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 3px;
    background-color: var(--secondColor);
}

.main-navigation .sub-menu-wrap .sub-menu-wrap.sub-menu-inner {
    left: 100%;
    background: #fff;
    top: 0;
    margin-left: -7px;
    margin-top: -5px;
}

.main-navigation > ul > li:hover > .sub-menu-wrap:not(.sub-menu-inner),
.sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.main-navigation .sub-menu-wrap ul li a {
    display: block;
    white-space: pre;
    position: relative;
    line-height: 1em;
    padding: 12px 35px 12px 20px;
    color: #333;
}

.main-navigation .sub-menu-wrap ul li.sub > a:after {
    font-family: 'fontello';
    content: '\f105';
    position: absolute;
    right: 20px;
}

.sub-menu-wrap ul li.current > a,
.sub-menu-wrap ul li:hover > a {
    background: var(--mainColor);
    color: #fff;
}

.responsive-nav-button {
    display: none;
    text-align: center;
    color: #333;
    font-size: 58px;
    z-index: 2;
    border-radius: 0;
    background: transparent;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#header.fixed-header .responsive-nav-button,
#header.style-2 .responsive-nav-button:not(:hover),
#header.with-bg-img .responsive-nav-button:not(:hover) {
    color: #fff;
}

.responsive-nav-button:hover {
    color: var(--secondColor);
}

.responsive-nav-button:before {
    font-family: 'linea-arrows-10';
    content: "\e032";
}

#wrapper #advanced-menu-hide {
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-button-wrap {
    text-align: right;
    padding: 10px 0;
}

.mobile-advanced {
    display: none;
}

#header.fixed-header .main-navigation > ul > li > a,
#header.with-bg-img .main-navigation > ul > li > a {
    color: #fff;
}

#header.with-bg-img {
    background-position: center center;
}

#header.header-2 .menu-wrap {
    z-index: 99;
}

#header.header-2 .menu-wrap {
    margin: 0 -15px -15px;
    font-size: 0;
}

#header.header-2 .menu-wrap > * {
    margin: 0 15px 15px;
    display: inline-block;
    vertical-align: middle;
}

#header.header-3 .nav-item {
    position: relative;
    display: inline-block;
}

#header.header-3 .nav-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    right: 0;
    z-index: -1;
    background-color: var(--mainColor);
}

#header.header-3 .main-navigation > ul > li,
#header.header-4 .main-navigation > ul > li {
    padding: 0 !important;
}

#header.sticky-header.clone-fixed .nav-item:after {
    left: -500px;
}

#header.header-3 .main-navigation > ul > li > a {
    color: #fff;
    padding: 23px 20px;
}

#header.header-3 .main-navigation > ul > li.current > a,
#header.header-3 .main-navigation > ul > li:hover > a {
    background: #0d2f5d;
}

#header.header-3 .menu-holder {
    text-align: right;
}

#header.header-3 .main-navigation > ul > li > a:before {
    display: none;
}

#header.header-3 .main-navigation .sub-menu-wrap {
    margin-top: -13px;
}

#header.header-4 .menu-holder {
    background: var(--mainColor);
}

#header.header-4 .main-navigation > ul > li > a:before {
    display: none;
}

#header.header-4 .main-navigation > ul > li > a {
    color: #fff;
    padding: 23px 10px;
}

#header.header-4 .main-navigation > ul > li.current > a,
#header.header-4 .main-navigation > ul > li:hover > a {
    background: #0d2f5d;
}

#header.header-4 .main-navigation .sub-menu-wrap {
    margin-top: -13px;
}

#header.header-4 .main-navigation > ul > li > .sub-menu-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 3px;
    background-color: var(--secondColor);
}

.navbar-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    padding: 150px 0;
    z-index: 98;
    text-align: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-box-shadow: -12px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -12px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -12px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.navbar-menu.open-navbar {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.navbar-menu > ul > li > a {
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-menu ul > li > a {
    padding: 16px 130px 16px 20px;
    display: block;
    font-family: 'Lato', sans-serif;
}

.navbar-menu ul > li.dropdown > a:after {
    font-size: 18px;
    margin-left: 20px;
    letter-spacing: 0.3px;
}

.navbar-menu > ul > li.current > a,
.navbar-menu > ul > li:hover > a {
    background-color: #f6f6f6;
    color: #325794;
}

.navbar-menu .nav-menu li.dropdown > .sub-menu-wrap {
    display: none;
    position: relative;
    background-color: #f6f6f6;
}

.navbar-menu .sub-menu-wrap > ul > li > a {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-menu .sub-menu-wrap ul > li:not(.dropdown) > a {
    padding-right: 160px;
}

.navbar-menu .sub-menu-wrap > ul > li:hover > a,
.navbar-menu .sub-menu-wrap > ul > li:current > a {
    background: var(--mainColor);
    color: #fff;
    text-decoration: underline;
}

.navbar-toggle {
    font-size: 58px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

.nav-bttn:before {
    font-family: 'linea-arrows-10';
    content: "\e032";
}

.navbar-toggle.active:before {
    content: '\e04a';
}

.lang-section {
    margin: 0 -5px;
    font-size: 0;
}

.lang-section > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.3px;
    position: relative;
    border-bottom: 1px solid transparent;
}

.lang-section > a:hover {
    color: inherit;
    border-bottom-color: inherit;
}

.lang-section > a:not(:last-child):after {
    content: '';
    position: absolute;
    right: -10px;
    top: calc(50% - 6.5px);
    background: #ccc;
    height: 13px;
    width: 1px;
}

/* Search and Shopping cart buttons */

button.search-button,
.shop-cart .sc-cart-btn {
    font-family: "linea-basic-10";
    font-size: 24px;
    color: #494949;
    background: none;
    display: inline-block;
    vertical-align: middle;
}

button.search-button {
    transition: none;
}

button.search-button:before {
    content: "#";
}

button.search-button.active {
    font-size: 42px;
}

button.search-button.active:before {
    content: '\e04a';
    font-family: 'linea-arrows-10';
}

button.search-button:hover,
.shop-cart .sc-cart-btn:hover,
.shop-cart .sc-cart-btn.opened {
    color: var(--secondColor);
}

.searchform-wrap h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

.searchform-wrap input {
    border: none;
    padding-left: 0;
    padding-right: 30px;
    color: #fff;
}

.searchform-wrap input::-webkit-input-placeholder {
    color: #636363;
}

.searchform-wrap input::-moz-placeholder {
    color: #636363;
}

.close-search-form {
    background-color: transparent;
    position: absolute;
    font-family: 'linea-arrows-10';
    font-size: 48px;
    color: #333;
    z-index: 99;
    font-weight: normal;
    display: inline-block;
    top: 25px;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.close-search-form:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.close-search-form:before {
    content: '\e04a';
}

.searchform-wrap {
    border-bottom: none;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    text-align: center;
    z-index: 201;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
}

.searchform-wrap.opened {
    width: 100%;
    position: relative;
    height: 55px;
    padding: 6px 0;

    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.searchform-wrap .vc-child {
    width: 460px;
    display: inline-block;
}

.searchform-wrap input {
    border: none !important;
    background-color: transparent !important;
    font-size: 16px;
    color: #666 !important;
    padding-right: 60px !important;
}

.searchform-wrap form {
    position: relative;
}

.searchform-wrap button.close-search-form {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

.searchform-wrap form input::-webkit-input-placeholder,
.searchform-wrap form textarea::-webkit-input-placeholder {
    color: #666;
}

.searchform-wrap form input::-moz-placeholder,
.searchform-wrap form textarea::-moz-placeholder {
    color: #666;
}

.searchform-wrap form input:not([type="submit"]):focus,
.searchform-wrap form textarea:focus {
    border-color: transparent;
    box-shadow: none;
}

#header.header-3 .top-header .join-us.open-search .newslatter {
    display: none;
}

#header.header-3 .top-header .join-us.open-search .search-holder {
    display: block;
}

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

    6. Content Elements

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

#content {
    position: relative;
}

/* coming soon */

.coming-soon h1 {
    font-size: 100px;
    color: #fff;
    letter-spacing: 0.3px;
    line-height: 120px;
    font-weight: bold;
    font-style: italic;
}

.coming-soon h1:not(:last-child) {
    margin-bottom: 40px;
}

.coming-soon .container > p {
    color: #fff;
    font-size: 18px;
}

.coming-soon p:not(:last-child) {
    margin-bottom: 20px;
}

/* mobile-elert */

.get-mobile-section {
    padding: 0;
    position: relative;
    margin-top: -110px;
    padding: 0 15px;
}

.get-mobile {
    background: var(--mainColor);
    border-radius: 3px;
    padding: 53px 25px;
    width: 925px;
    display: inline-block;
    text-align: left;
    color: #d2d2d2;

    webkit-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
}

.get-mobile .container {
    width: 100%;
}

.get-mobile h3 {
    color: #fff;
    text-transform: uppercase;
}

.get-mobile p {
    line-height: 24px;
}

.get-mobile .terms {
    font-size: 13px;
    color: #7f8696;
}

.get-mobile .terms span {
    color: #fff;
}

.get-mobile .search-holder:not(:last-child) {
    margin-bottom: 15px;
}

/* issues */

.issues-container .flex-row {
    margin-bottom: -30px;
}

.issues-container .flex-row [class*="col-"] {
    padding-bottom: 30px;
}

.issue-item figure:not(:last-child) {
    margin-bottom: 25px;
}

.issue-item figure img {
    width: 100%;
}

.issue-item h5 {
    font-weight: bold;
}

.issue-item h5 a {
    border-bottom: 1px solid transparent;
}

.issue-item h5 a:hover {
    border-bottom-color: inherit;
}

.issue-item h5:not(:last-child) {
    margin-bottom: 15px;
}

/* Backgrounds */

.parallax-section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.media-holder {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.media-holder.full-src {
    min-height: 700px;
}

.media-inner {
    position: absolute;
    top: 50%;
    left: 190px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-inner:not([class*="align-"]) {
    text-align: center;
}

.media-inner h1 {
    font-weight: normal;
    color: #fff;
    font-style: italic;
}

.media-inner span {
    font-size: 72px;
    line-height: 82px;
    font-weight: 900;
}

.media-inner p {
    font-size: 18px;
}

.media-inner p:not(:last-child) {
    margin-bottom: 25px;
}

.media-holder .social-icons {
    position: absolute;
    right: 50px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mad-sub-title {
    font-size: 15px;
    margin-top: 10px;
}

.media-holder .responsive-iframe {
    max-width: 300px;
    height: 170px;
    padding-bottom: 0;
    margin-top: 50px;
}

.media-holder.style-2 {
    border-bottom: 4px solid var(--secondColor);
}

.media-holder.style-2 .media-inner {
    right: 330px;
    left: auto;
}

.media-holder.style-2 .media-inner h1 {
    color: #0d2f5d;
    font-style: normal;
    font-size: 52px;
    line-height: 68px;
    letter-spacing: 0;
}

.media-holder.style-2 .media-inner h1 span {
    font-size: 72px;
    font-weight: 900;
    color: var(--secondColor);
}

.media-holder.style-2 .media-inner .join-us {
    background: #fff;
    padding: 35px 40px 45px;
    border-radius: 3px 3px 0 0;
    border-bottom: 4px solid var(--mainColor);

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.media-holder.style-2 .media-inner .join-us p {
    color: #333;
}

.media-holder.style-2 .media-inner .join-us .join-form:not(:only-child) .input-holder {
    margin-left: 0;
}

.page-section.with-bg-img {
    padding: 110px 0 200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.page-section.with-bg-img.size-2 {
    padding-bottom: 110px;
}

.media-holder.style-3 {
    height: 550px;
}

.media-holder.style-3 .breadcrumbs-wrap,
.media-holder.style-4 .breadcrumbs-wrap {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.media-holder.style-4 {
    height: 350px;
}

.media-holder.style-4 .breadcrumbs-wrap .page-title,
.media-holder.style-4 .breadcrumbs-wrap .breadcrumbs {
    color: #fff;
}

.media-holder.type-2 .media-inner {
    width: 100%;
    padding-top: 280px;
    padding-bottom: 400px;
    position: initial;
    transform: none;
}

.media-holder .action-widget.style-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Half column section */

.half-bg-col {
    position: relative;
}

.col-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

[class*="img-col"] {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.img-col-left {
    left: 0;
}

.img-col-right {
    right: 0;
}

.half-bg-col .row {
    margin: 0 -35px;
}

.half-bg-col .row [class*="col-"] {
    padding: 0 45px;
}

.img-full-col > .half-col-img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

.half-bg-col .event-info .event-info-item,
.half-bg-col .event-info .event-info-item i {
    font-size: 20px;
    color: #fff;
}

.mad-half-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.mad-half-section .mad-half {
    color: #d2d2d2;
    width: 50%;
    position: relative;
    padding: 60px 30px;
    z-index: 1;
}

.mad-half-section .mad-half .mad-title {
    color: #fff;
    text-transform: uppercase;
}

.mad-half-section .mad-half:after {
    content: '';
    background: var(--secondColor);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -2;
}

.mad-half-section .mad-half .mad-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mad-half-section .mad-half .mad-icon {
    position: absolute;
    font-size: 300px;
    color: #fff;
    bottom: 30%;
    right: 77%;
    opacity: 0.06;
    z-index: -1;
    transform: rotate(15deg);
}

.mad-half-section .mad-half:last-child .mad-icon {
    right: auto;
    left: 80%;
    -webkit-transform: rotateY(180deg) rotateZ(15deg) translateY(0px);
    -moz-transform: rotateY(180deg) rotateZ(15deg) translateY(0px);
    -ms-transform: rotateY(180deg) rotateZ(15deg) translateY(0px);
    -o-transform: rotateY(180deg) rotateZ(15deg) translateY(0px);
    transform: rotateY(180deg) rotateZ(15deg) translateY(0px);
}

.mad-half-section .mad-half .action-inner {
    z-index: 2;
    position: relative;
}

.mad-half-section .mad-half:first-child:after {
    left: -2000px;
}

.mad-half-section .mad-half:last-child:after {
    right: -2000px;
    background: var(--mainColor);
}

.mad-half-section .chose-donate {
    display: flex;
}

.mad-half-section .chose-donate .chose-item {
    flex: auto;
}

.mad-half-section .join-form .input-holder {
    max-width: 100%;
}

/* Breadcrumbs */

.breadcrumbs-wrap {
    padding: 60px 20px;
    background-size: cover;
}

.breadcrumbs-wrap .page-title:not(:last-child) {
    margin-bottom: 5px;
}

.breadcrumbs-wrap .page-title {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    line-height: 44px;
}

.breadcrumbs-wrap .breadcrumbs {
    color: #e9f4e2;
}

.breadcrumbs-wrap .breadcrumbs > li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.breadcrumbs-wrap .breadcrumbs > li > a {
    color: #999999;
}

.breadcrumbs-wrap .breadcrumbs > li > a:hover {
    text-decoration: underline;
}

.breadcrumbs > li:not(:first-child):before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 5px;
}

.breadcrumbs-wrap.with-bg {
    background-color: #f6f6f6;
}

.breadcrumbs-wrap.with-bg .page-title {
    color: rgb(20, 70, 140);
    text-align: center;
}

.breadcrumbs-wrap.with-bg .breadcrumbs {
    color: #333;
}

.breadcrumbs-wrap.with-bg2 {
    background-color: #0d2f5d;
}

.breadcrumbs-wrap.with-bg2 .page-title,
.breadcrumbs-wrap.with-bg2 .breadcrumbs {
    color: #fff;
}

.breadcrumbs-wrap.type-2 {
    padding: 10px 0;
}

/* Cookies */

.cookies {
    background: rgba(42, 44, 50, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 25px 0;
    color: #fff;
}

.cookies span:before {
    content: '\e955';
    font-family: 'Linearicons';
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
}

.cookies .btn {
    margin: 0 2px;
}

/* Revolution slider */

.rev-wrapper {
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}

.tparrows {
    background: none;
    width: auto;
    height: auto;
}

.tparrows:before {
    font-family: "linea-arrows-10";
    font-size: 92px !important;
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
}

.tparrows:hover {
    background: none;
}

.tparrows:hover:before {
    opacity: 1;
    background: none;
}

.tparrows.tp-leftarrow:before {
    content: "\e03f";
}

.tparrows.tp-rightarrow:before {
    content: "\e04b";
}

.tp-bullet,
.tp-bullet.selected,
.tp-bullet:hover {
    background: none;
    height: auto;
    width: auto;
}

.circle-bullet,
.owl-dots .owl-dot {
    display: block;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;

    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.circle-bullet,
.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
}

.tp-bullet.selected .circle-bullet,
.owl-dots .owl-dot.active {
    background: transparent;
    border: 2px solid var(--mainColor);
}

.tp-bullet.selected .circle-bullet,
.owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
}

[class*="scaption"] {
    font-size: 18px;
    line-height: 24px;
}

[class*="scaption-white"] {
    color: #fff;
}

[class*="scaption"][class*="-large"],
[class*="scaption"][class*="-medium"] {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    letter-spacing: 0.3px;
}

[class*="scaption"][class*="-large2"] {
    font-size: 92px;
    font-weight: 900;
    line-height: 105px;
    letter-spacing: 0.3px;
}

[class*="scaption"][class*="-medium2"] {
    font-size: 76px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 105px;
    letter-spacing: 0;
}

.tp-banner-container [class*="scaption"][class*="-large2"] {
    font-size: 82px;
}

.tp-banner-container [class*="scaption"][class*="-medium2"] {
    font-size: 66px;
}

[class*="scaption"][class*="-large"] {
    font-weight: 900;
    line-height: 68px;
    letter-spacing: 0.3px;
}

[class*="scaption"][class*="-medium"],
[class*="scaption"][class*="-large"] span {
    font-weight: 300 !important;
}

[class*="scaption"][class*="-small"] {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px !important;
    text-transform: uppercase;
}

.tp-caption .btn {
    font-weight: 900 !important;
    letter-spacing: 0.8px !important;
    transition: all .45s ease !important;
}

.rev-wrapper .flex-row {
    margin: -1px -1px;
}

.rev-wrapper .flex-row > [class*="col-"] {
    padding: 1px 1px;
}

.rev-wrapper .tp-banner-container .tparrows:before {
    font-size: 72px;
}

.text-with-stars {
    position: relative;
}

.text-with-stars:before,
.text-with-stars:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 93px;
    height: 18px;
    margin-top: -9px;
}

.text-with-stars:before {
    left: -130px;
    background-image: url(../images/left-arrow.png);
}

.text-with-stars:after {
    right: -130px;
    background-image: url(../images/right-arrow.png);
}

/* Page 404 */

.page-404-section {
    position: relative;
    min-height: 300px;
}

.page-404-section .inner-404 {
    padding: 140px 0;
    text-align: center;
}

.page-404-section .inner-404 h1 {
    font-size: 400px;
    font-weight: 900;
    color: var(--secondColor);
    line-height: 310px;
}

.page-404-section .inner-404 h1:not(:last-child) {
    margin-bottom: 50px;
}

.page-404-section .inner-404 p.text-size-big {
    font-size: 24px;
    line-height: 43px;
    letter-spacing: -0.1px;
}

.page-404-section .inner-404 .text-size-big:not(:last-child) {
    margin-bottom: 10px;
}

.page-404-section .inner-404 p.text-size-small {
    font-size: 14px;
}

.page-404-section .inner-404 p.text-size-small:not(:last-child) {
    margin-bottom: 20px;
}

.page-404-section .inner-404 p a {
    color: var(--mainColor);
}

.page-404-section .inner-404 p a:hover {
    text-decoration: underline;
}

.page-404-section .inner-404 form input {
    min-width: 360px;
}

/* Landing */

.landing .media-holder {
    height: 1250px;
    padding: 30px 30px 250px;
}

.landing .landing-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.landing .landing-container .landing-info {
    display: inline-block;
}

.landing-info .land-title {
    color: #fff;
    font-size: 52px;
    font-weight: normal;
}

.landing-info .land-title span {
    font-size: 72px;
    color: var(--secondColor);
    font-weight: 900;
}

.landing-info .land-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    height: 100%;
    padding: 35px 40px 45px;
    background: #fff;
    border-radius: 3px 3px 0 0;
    border-bottom: 4px solid var(--secondColor);
}

.landing-info .land-item i {
    font-size: 321px;
    position: absolute;
    z-index: -1;
    right: -50px;
    top: -55px;
    opacity: 0.1;
    height: 0;

    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.landing-info .info-btn {
    text-transform: uppercase;
    color: #fff;
}

.landing-info .info-btn:before {
    bottom: 0;
}

.landing-info .land-item i.icon-basic-mail {
    color: var(--mainColor);
}

.landing-info .land-item i.icon-ecommerce-banknotes {
    color: #bf0d3d;
}

.landing-info .chose-donate.style-2 .btn {
    box-shadow: none;
}

.land-item .land-item-title {
    font-family: 'Open sans', sans-serif;
}

.landing .media-holder footer.footer {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    text-align: left;
}

.media-holder footer.footer .social-icons {
    position: relative;
    transform: none;
    top: 0;
    right: 0;
}

.landing .footer .btn {
    text-transform: uppercase;
}

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

  7. UI Elements

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

/*----------- Buttons --------------*/

.button-holder {
    margin: 0 -3px -10px;
}

.button-holder > .btn {
    margin: 0 3px 10px;
}

.btn {
    padding: 10px 30px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #eee;
    color: #333;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.8px;

    webkit-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
}

.btn.no-shadow {
    box-shadow: none;
}

.btn:hover {
    background: #fff;
    color: inherit;
}

.btn-small {
    padding: 5px 30px;
    font-size: 13px;
}

.btn-big {
    padding: 13px 30px;
    font-size: 16px;
    letter-spacing: 1.2px;
}

[class*="btn"] i {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -4px;
    height: 0;
}

.btn-small i {
    font-size: 16px;
}

.btn-big i {
    font-size: 20px;
}

[class*="btn"].btn-style-2 {
    background: #fff;
    color: var(--mainColor);
}

[class*="btn"].btn-style-2:hover {
    background: var(--mainColor);
    color: #fff;

    webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

[class*="btn"].btn-style-3 {
    background: var(--mainColor);
    color: #fff;

    webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

[class*="btn"].btn-style-3:hover {
    background: var(--secondColor);

    webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
}

[class*="btn"].btn-style-4 {
    background: #0d2f5d;
    color: #fff;

    webkit-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
}

[class*="btn"].btn-style-4:hover {
    background: var(--secondColor);

    webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
}

[class*="btn"].btn-style-4.type-2:hover {
    background: #fff;
    color: #333;
}

[class*="btn"].btn-style-5 {
    background: var(--mainBackground);
    color: #fff;

    webkit-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
}

[class*="btn"].btn-style-5:hover {
    background: var(--secondColor);

    webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
}

[class*="btn"].btn-style-6 {
    background: var(--secondColor);
    color: #fff;

    webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
}

[class*="btn"].btn-style-6:hover {
    background: #ac0c38;

    webkit-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
}

.go-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    position: fixed;
    z-index: 103;
    right: -20px;
    bottom: 30%;
    background: #eee;
    color: #333;
    opacity: 0;
    visibility: hidden;
    font-family: 'Fontello';
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.45);
}

.go-to-top.go-top-visible {
    right: 20px;
    opacity: 1;
    visibility: visible;
    display: block;
}

.go-to-top:before {
    content: '\e902';
}

.go-to-top:hover {
    color: #fff;
    background: #333;
}

.btns-set:not(:last-child) {
    margin-bottom: 50px;
}

.btns-set .flex-row {
    margin: 0 -20px -20px;
}

.btns-set .flex-row > .btn-col {
    padding: 0 20px 20px;
}

.btns-set .btn-col ul > li:not(:last-child) {
    margin-bottom: 20px;
}

.data-grad-bg .btns-set {
    padding: 30px 0;
}

.btn-section .data-grad-bg {
    margin-top: 30px;
}

.info-btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: var(--mainColor);
    line-height: 28px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    text-transform: none;
}

/*----------- Forms --------------*/

form .row,
form .row > [class*="col-"] {
    margin-top: 0px !important;
}

form {
    text-align: left;
}

form.with-icon input {
    padding: 10px 60px 10px 20px;
}

form.with-icon input + button {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 40px;
    font-size: 20px;
    color: #80c644;
    background: transparent;
}

form.with-icon input + button:hover {
    color: #2a2c32;
}

/* Inputs & Textarea */

input:not([type="submit"]),
textarea,
.custom-select .select-title {
    width: 100%;
    color: #7b8285;
    height: 44px;
    padding: 0 20px;
    border: 2px solid #eee;
    background-color: transparent;
    text-align: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}

.custom-select .select-title {
    height: 50px;
    padding: 10px 20px;
}

textarea {
    padding: 10px 20px;
    height: initial;
    resize: none;
}

input:not([type="submit"]):focus,
textarea:focus {
    -moz-appearance: none;
    outline: 0px none transparent;
}

/* Label & Legend */

label,
legend {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

legend {
    color: inherit;
    padding: 0 7px;
    margin-bottom: 0px;
}

label[for] {
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.required:after {
    content: "*";
    color: var(--secondColor);
    display: inline-block;
    margin-left: 2px;
    font-size: 14px;
}

/* Checkbox & Radio */

.input-wrapper:not(:last-child) {
    margin-bottom: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: none !important;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-transform: none;
    width: initial;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    margin-bottom: 0px;
    display: inline-block;

    position: relative;
    padding-left: 50px !important;

    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="checkbox"] + label {
    padding-left: 50px;
}

input[type="radio"] + label:not(:last-child),
input[type="checkbox"] + label:not(:last-child) {
    margin-right: 25px;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
    content: "";
    display: block;
    position: absolute;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
    background: transparent;
    border: 2px solid #f3f3f3;
    left: 0;
    top: 3px;
}

input[type="radio"] + label::before {
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

input[type="checkbox"] + label::before {
    top: 2px;
    border-radius: 3px;
    width: 34px;
    height: 34px;
}

input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
    opacity: 0;
    visibility: hidden;
}

input[type="radio"] + label::after {
    left: 9px;
    top: 12px;
    border-radius: 50%;
    background-color: #333;
    width: 16px;
    height: 16px;
}

input[type="checkbox"] + label::after {
    font-family: 'fontello';
    content: "\E813";
    color: #333;
    font-size: 16px;
    left: 9px;
    text-align: center;
    top: 6px;
}

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
    opacity: 1;
    visibility: visible;
}

.form-style1 input:not(:last-child) {
    margin-bottom: 6px;
}

/*----------- Custom Select --------------*/

.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.custom-select .select-title {
    cursor: pointer;
    position: relative;
    padding: 8px 20px;
    overflow: hidden;
    color: #666;
    border-radius: 3px;
}

.custom-select .select-title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: #fff;
}

.custom-select .select-list {
    position: absolute;
    left: 0;
    top: 100%;
    cursor: pointer;
    background: #fff;
    z-index: 1;
    border: 2px solid #f2f3f6;
    display: none;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
}

.custom-select .select-list li {
    padding: 10px 20px;
    color: #666;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-select .select-list li:before,
.custom-select .select-title:before {
    content: '';
    display: inline-block;
    color: #666;
}

.custom-select .select-list li:hover {
    background: #eee;
    color: #333;
}

.custom-select .select-title:before {
    content: '\f107';
    font-family: 'fontello';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 46px;
    color: #666;
    font-size: 18px;
}

.custom-select .select-title.active:before {
    content: '\f106';
}

/* Fieldset */

fieldset {
    border-radius: 8px;
    padding: 20px;
    border-color: #f1f1f1;
}

fieldset:not(:last-child) {
    margin-bottom: 15px;
}

/* Price Scale */

.price-scale {
    padding: 0;
}

.price-scale:not(.distance) .range-values:not(:last-child) {
    margin-bottom: 10px;
}

.ui-slider {
    height: 13px;
    position: relative;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #eee;
}

.ui-slider-handle {
    width: 15px;
    height: 22px;
    top: 50%;
    border-radius: 3px;
    display: inline-block;
    margin-top: -12px;
    position: absolute;
    z-index: 1;
    background: #fff;
    margin-left: -3px;

    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.ui-slider-range {
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--secondColor);
    border-radius: 3px;
    margin: 2px 0;
}

.ui-slider-handle:last-child {
    margin-right: -2px;
}

.range-values input[type="text"] {
    padding: 0;
    height: auto;
    border: none;
    background: transparent;
    font-size: 14px;
    width: 35px;
}

.price-scale:not(:last-child) {
    margin-bottom: 25px;
}

.price-scale input[type="text"] {
    width: auto;
    background: none;
}

.price-scale input[type="text"].last-limit {
    text-align: right;
}

.price-scale .ui-slider {
    margin-bottom: 0;
}

.price-scale .ui-slider-handle {
    background: var(--mainColor);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: -4px;
}

.price-scale .ui-slider-handle:last-child {
    margin-left: -20px;
}

.price-scale .ui-slider-handle:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.range-values span,
.range-values input[type="text"] {
    color: #333;
}

.range-values input:focus {
    border: none;
    box-shadow: none;
}

.range-values input[type="text"] {
    padding: 0;
    width: 50%;
    height: auto;
    border: none;
}

.parallax-section .range-values span,
.parallax-section .range-values input[type="text"] {
    color: #d6dde0;
}

.parallax-section .ui-slider {
    border-color: transparent;
}

/* switch UI */

.switch-holder span {
    color: #7b8285;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 24px;
    margin-bottom: 0;
}

.switch .switch input {
    display: none;
}

.switch .slider {
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid #f2f3f6;
    border-radius: 24px;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background-color: #838383;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #fff;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px);
}

.parallax-section .swith-holder span {
    color: #d6dde0;
}

.parallax-section .switch .slider {
    background-color: #fff;
    border-color: transparent;
}

/* Form variations */

.join-form .input-holder {
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    max-width: 390px;
    padding: 10px 0;
    overflow: hidden;
}

.tribe-events-bar .join-form .input-holder {
    overflow: visible;
}

.shop-header .join-form .input-holder {
    max-width: 330px;
}

.join-form .input-holder.input-cols {
    margin: 0 -5px -10px;
    max-width: inherit;
    padding: 0;
}

.join-form .input-holder.input-cols .input-col {
    display: inline-block;
    padding: 0 5px 10px;
    vertical-align: bottom;
}

.join-form input {
    display: inline-block;
    width: auto;
    border: none;
    height: 30px;
}

.join-form input:first-child {
    width: 59%;
}

.join-form input:last-child {
    width: 38%;
    position: relative;
    border-left: 1px solid #ccc;
}

.join-form input:only-child {
    border-left: none;
    width: 100%;
}

.join-form .btn {
    border-radius: 0 3px 3px 0;
}

.join-us:not(.style-4) .join-form .btn {
    box-shadow: none;
}

.join-us.style-2 .join-form .input-holder {
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 0;
}

.join-us.style-2 .join-form .btn {
    border-radius: 3px;
}

.join-us.style-3 .join-form .input-holder {
    border: 2px solid #eee;
    border-right: none;
    padding: 8px 0;
}

.join-us.style-4 .join-form {
    display: block;
}

.join-us.style-4 .join-form input {
    border: 2px solid #eee;
    border-radius: 3px;
    width: 100% !important;
    padding: 10px 20px;
    height: 50px;
    background: #fff;
}

.join-us.style-4 .join-form input:not(:last-child) {
    margin-bottom: 20px;
}

.join-us.style-4 .join-form .btn {
    border-radius: 3px;
    margin-top: 10px;
}

.join-us.style-4 p:not(:last-child) {
    margin-bottom: 30px;
}

.join-us.style-4 .join-form .row:not(:last-child) {
    margin-bottom: 20px;
}

.join-form .btn-search {
    padding: 0 !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.join-form .btn-search:before {
    content: "#";
    font-family: "linea-basic-10";
    font-size: 24px;
    font-weight: normal;
}

/*----------- Tables --------------*/

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

[class*="table-type"] {
    border: 2px solid #d8d8d8;
    overflow: hidden;
}

[class*="table-type"] table tr > td,
[class*="table-type"] table tr > th {
    padding: 14px 30px;
    text-align: left;
}

[class*="table-type"] table tr > th,
[class*="table-type"] table tr.bg-cell > td {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

[class*="table-type"] table tr.bg-cell > td,
[class*="table-type"] table tr.bg-cell > th {
    font-weight: bold;
}

[class*="table-type"] table tr:not(:last-child) > td,
[class*="table-type"] table tr.total-cell2 > th {
    border-bottom: 2px solid #d8d8d8;
}

.table-type-1 table tr.bg-cell > td {
    border: none;
    background: #80c644;
}

.table-type-2 table tr.bg-cell td,
.table-type-2 table tr.bg-cell th {
    border: none;
    background: #80c644;
}

.table-type-1 tr:first-child > th,
.table-type-2 tr > th {
    background: #eee;
}

.table-type-2 tr > th {
    width: 35%;
}

[class*="table-type"] table tr.total-cell > td,
[class*="table-type"] table tr.total-cell > th,
[class*="table-type"] table tr.total-cell2 > td,
[class*="table-type"] table tr.total-cell2 > th {
    font-weight: bold;
    text-transform: uppercase;
}

[class*="table-type"] table tr.total-cell2 > td,
[class*="table-type"] table tr.total-cell2 > th {
    color: var(--secondColor);
}

[class*="table-type"].style-2 {
    border-color: #d0dae8;
}

.table-type-1.style-2 tr:first-child > th,
.table-type-2.style-2 tr > th {
    background: #e7ecf3;
}

[class*="table-type"] table .btn,
[class*="table-type"] table .btn:hover {
    box-shadow: none;
}

/*----------- Lists --------------*/

.custom-list:not(:last-child) {
    margin-bottom: 20px;
}

.custom-list.push-left {
    margin-left: 20px;
}

.custom-list > li {
    position: relative;
}

.custom-list > li a {
    border-bottom: 1px solid transparent;
}

.custom-list > li a:hover {
    border-bottom-color: inherit;
}

.custom-list > li span {
    overflow: hidden;
    display: block;
}

.custom-list > li > ul > li,
.custom-list > li > ol > li {
    margin-left: 20px;
}


.custom-list.type2:not(:last-child) {
    margin-bottom: 20px;
}

.custom-list.type2 > li:not(:last-child) {
    margin-bottom: 0;
}

.custom-list > li:not(:last-child),
.custom-list > li > ul > li:not(:last-child),
.custom-list > li > ol > li:not(:last-child) {
    margin-bottom: 12px;
}

.custom-list > li > ul,
.custom-list > li > ol {
    margin-top: 10px;
}

.custom-list > li h6 {
    font-family: 'Heebo', sans-serif;
    line-height: 26px;
    color: #4b4e50;
}

.widget .custom-list > li h6 {
    font-family: 'Lato', sans-serif;
}

.custom-list > li h6:not(:last-child) {
    margin-bottom: 5px;
}

.custom-list[class*="type-"] li::before {
    content: "";
    float: left;
    vertical-align: middle;
    margin-right: 15px;
    font-family: 'fontello';
    color: var(--mainColor);
    font-size: 12px;
}

.custom-list.type-1 li::before {
    content: "\e85d";
    font-size: 16px;
}

.custom-list.type-2 li::before {
    content: "\e98e";
}

.custom-list.type-3 li::before {
    content: "\e996";
}

.custom-list.type-4 li::before {
    content: "\e806";
}

.custom-list.type-5 li::before {
    background-color: var(--mainColor);
    margin-top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.custom-list.type-6,
.custom-list.type-6 > li > ol {
    counter-reset: item;
}

.custom-list.type-6 li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    font-size: 14px;
    font-weight: bold;
}

.custom-list > li:not(:last-child) {
    margin-bottom: 12px;
}

.info-links > li:not(:last-child) {
    margin-bottom: 8px;
}

.info-links > li > a {
    color: var(--secondColor);
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.info-links > li > a:hover {
    border-bottom-color: inherit;
}

.info-links.comment-type > li {
    color: #999;
}

.info-links.comment-type > li > a {
    color: var(--mainColor);
}

.info-links.comment-type > li > a:last-child {
    color: #333;
}

.social-icons {
    margin: 0 -5px -10px;
    font-size: 0;
}

.social-icons > li {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 10px;
}

.social-icons > li > a {
    text-align: center;
    line-height: 46px !important;
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid #888f9f;
    border-radius: 50px;
    color: #fff;
}

.social-icons > li > a > i::before {
    line-height: 46px !important;
}


.social-icons > li > a:hover {
    border-color: #fff;
}

.social-icons.style-2 > li > a {
    border-color: #ccc;
    color: #333;
}

.social-icons.style-2 > li > a:hover {
    border-color: #333;
}

.social-icons.size-2 {
    margin: 0 -2.5px -5px;
}

.social-icons.size-2 > li {
    padding: 0 2.5px 5px;
}

.social-icons.size-2 > li > a {
    line-height: 24px;
    width: 26px;
    height: 26px;
    border: 1px solid #888f9f;
    border-radius: 50px;
    font-size: 9px;
}

.social-icons.v-type {
    margin: -5px 0;
}

.social-icons.v-type > li {
    display: block;
    padding: 5px 0;
}

.slash-list > * {
    position: relative;
}

.slash-list > *:not(:last-child) {
    padding-right: 12px;
    margin-right: 10px;
}

.slash-list > *:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 6.5px);
    width: 1px;
    height: 13px;
    background: #8c9097;
}

.share-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    display: block;
    letter-spacing: -0.1px;
}

.share-title:not(:last-child) {
    margin-bottom: 10px;
}

.share span.title {
    display: inline-block;
    vertical-align: -8px;
    margin-right: 10px;
    text-transform: uppercase;
}

.share > ul {
    display: inline-block;
}

.share-wrap.style-2 {
    margin: 0 -10px;
}

.share-wrap.style-2 .share-title,
.share-wrap.style-2 .social-icons.share {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
}

.social-icons.share > li > a > i {
    font-size: 16px;
}

.social-icons.share > li > a > i {
    margin-right: 10px;
}

.social-icons.share > li > a.sh-facebook {
    background: #3b5998;
}

.social-icons.share > li > a.sh-twitter {
    background: #1da1f2;
}

.social-icons.share > li > a.sh-google {
    background: #d73d32;
}

.social-icons.share > li > a.sh-pinterest {
    background: #bd081c;
}

.social-icons.share > li > a.sh-mail {
    background: #7b8285;
}

.social-icons.share {
    font-size: 0;
    margin: -4px -2px 0;
}

.social-icons.share > li {
    font-size: 15px;
    display: inline-block;
    padding: 4px 2px 0;
    cursor: pointer;
}

.social-icons.share:not(.type2) > li > a {
    width: auto;
    height: auto;
    padding: 7px 20px;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
}

.social-icons.share.type3 > li > a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
}

.social-icons.share.type3 > li > a i {
    margin-right: 0;
}

/*----------- Blockquotes --------------*/

.blockquote-holder:not(:last-child) {
    margin-bottom: 30px;
}

blockquote {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    padding: 45px 55px;
    font-weight: 600;
}

blockquote .author {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 24px;
}

blockquote .author-status {
    font-size: 16px;
    color: #d2d2d2;
    line-height: 24px;
    font-weight: normal;
}

.blockquote-holder.style-2 blockquote .author-status {
    color: #666;
}

.blockquote-holder {
    position: relative;
    overflow: hidden;
}

.blockquote-holder:after {
    content: ' “ ';
    position: absolute;
    font-size: 414px;
    line-height: 250px;
    top: 20px;
    left: -10px;
    font-weight: 900;
    color: #fff;
    opacity: 0.1;
    font-family: 'Lato', sans-serif;
}

.blockquote-holder {
    background: var(--mainColor);
}

.blockquote-holder.style-2 {
    background: transparent;
    border: 3px solid var(--secondColor);
}

.blockquote-holder.style-2 blockquote {
    padding: 42px 55px;
    color: #333;
}

.blockquote-holder.style-2:after {
    color: var(--secondColor);
}

/*----------- Dividers --------------*/

hr {
    border-style: solid;
    border-color: #d8d8d8;
    margin: 15px 0;
}

hr.item-divider {
    border-width: 1px 0 0 0;
}

hr.item-divider-2 {
    border-width: 2px 0 0 0;
}

hr.item-divider-3 {
    border-width: 3px 0 0 0;
    width: 70px;
}

hr.style-2 {
    border-color: #333;
}

hr.style-3 {
    border-color: var(--secondColor);
}

hr.style-4 {
    border-color: var(--mainColor);
}

/* Quantity */

.quantity {
    text-align: center;
    position: relative;
    display: inline-block;
}

.quantity button {
    position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    bottom: auto;
    line-height: 50px;
    width: 50px;
    background: transparent;
    color: #666;
}

.quantity .qty-minus {
    left: 0;
}

.quantity .qty-plus {
    right: 0;
}

.quantity input[type="text"] {
    width: 130px;
    text-align: center;
    padding: 0 45px;
    height: 50px;
}

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

  8. Widgets & Shortcodes

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

.widget-holder:not(.style-3) .row {
    margin: 0;
}

.container.with-push-top {
    margin-top: -424px;
}

.widget-holder:not(.style-3) .row [class*="col-"] {
    padding: 0;
    margin: 0;
}

.widget-holder .entry {
    position: relative;
    height: 100%;
}

.widget-holder .entry,
.widget-holder .entry .entry-attachment,
.widget-holder .entry .entry-attachment figure {
    height: 100%;
}

.widget-holder .entry .entry-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 30px 25px;
    padding-bottom: 60px;
    color: #fff;
}

.widget-holder .entry .entry-title a,
.widget-holder .entry h6 {
    color: #fff;
}

.widget-holder .entry .entry-title a {
    border-bottom: 1px solid transparent;
}

.widget-holder .entry .entry-title a:hover {
    border-bottom-color: inherit;
}

.widget-holder .entry .thumbnail-attachment img {
    width: 100%;
    height: 100%;
}

.widget-holder .entry h6 {
    font-size: 16px;
    text-transform: uppercase;
}

.widget-holder .entry h6:not(:last-child) {
    margin-bottom: 15px;
}

.widget-holder .entry .entry-title:not(:last-child) {
    margin-bottom: 5px;
}

.widget-holder .entry-date {
    color: #909397;
    font-size: 14px;
}

.widget-holder:not(.style-3) .info-btn {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
}

.widget-holder [class*="widget-"]:not(:last-child) {
    margin-bottom: 40px;
}

.widget-holder [class*="widget-"]:not(.tabs) {
    padding: 30px;
    padding-bottom: 70px;
    height: 100%;
    position: relative;
}

.widget-holder.carousel-twitter [class*="widget-"] {
    padding: 0;
    padding-bottom: 50px;
}

.widget-holder [class*="widget-"] header:not(:last-child) {
    margin-bottom: 25px;
}

.widget-holder [class*="widget-"] header:before {
    font-family: 'fontello';
    display: block;
    font-size: 24px;
    color: #fff;

    transition: all .4s ease;
}

.widget-holder [class*="widget-"] p {
    letter-spacing: -0.1px;
}

.widget-holder.style-2 [class*="widget-"] {
    background: transparent;
    border: 3px solid #d0dae8;
    color: #333;
    padding: 100px 30px 70px;
    overflow: hidden;
}

.widget-holder.style-2 [class*="widget-"] header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #e7ecf3;
    padding: 15px 30px;
}

.widget-holder.style-2 [class*="widget-"] header:before {
    color: #6e85af;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

.widget-holder.style-2 [class*="widget-"] header > * {
    display: inline-block;
    text-transform: uppercase;
    color: var(--mainColor);
}

.widget-holder.style-2 [class*="widget-"] .entry-meta,
.widget-holder.style-3 .widget-item .entry-meta {
    float: left;
    margin-bottom: 0 !important;
}

.widget-holder.style-2 .entry-date {
    color: #999;
}

.widget-holder.style-2 .slash-list > a {
    color: #333;
}

.widget-holder.style-2 .twitter .tweet_list > li a {
    color: #345995;
}

.widget-holder.style-2 [class*="widget-"] .slash-list,
.widget-holder.style-3 .widget-item .slash-list {
    float: right;
}

.widget-holder.style-2 .info-btn {
    color: var(--mainColor);
}

.widget-holder .tabs .tabs-nav {
    width: auto;
}

.widget-holder .tabs .tabs-content {
    padding: 0;
}

.widget-holder .tabs h2:not(:last-child) {
    margin-bottom: 0;
}

.widget-holder .tabs [class*="widget-"] {
    padding: 0;
}

.widget-holder .tabs [class*="widget-"]:not(:last-child) {
    margin-bottom: 0;
}

.widget-holder.style-3 .entry .entry-body,
.widget-holder.style-3 .entry.hr-type,
.widget-holder.style-3 .widget-item {
    background: #f5f7fa;
    width: 100%;
    transition: all .4s ease;
}

.widget-holder.style-3 .entry.hr-type:hover,
.widget-holder.style-3 .entry:hover .entry-body,
.widget-holder.style-3 .widget-item:hover {
    background: #fff;
}

.widget-holder.style-3 .widget-item {
    padding: 20px 30px;
}

.widget-holder.style-3 .widget-item .entry-meta:not(:last-child) {
    margin-bottom: 0;
}

.widget-holder .entry:hover .entry-body,
.widget-holder.style-3 .widget-item:hover {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.widget-holder.style-3 .entry .entry-body,
.widget-holder.style-3 .widget-item {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    display: block;
    color: #333;
}

.widget-holder.style-3 .entry:not(.entry-small) .entry-body {
    padding-bottom: 30px;
}

.widget-holder.style-3 .entry .entry-meta:not(:last-child) {
    margin-bottom: 10px;
}

.widget-holder.style-3 .entry .entry-title a,
.widget-holder.style-3 .entry h6 {
    color: #333;
}

.widget-holder.style-3 .widget-item {
    display: inline-block;
}

.widget-holder.style-3 .widget-item header:not(:last-child) {
    margin-bottom: 15px;
}

.widget-holder.style-3 .widget-item header:before {
    opacity: 0.7;
}

.widget-holder.style-3 .widget-item:hover header:before {
    opacity: 1;
}

.widget-holder.style-3 .widget-item .slash-list > a {
    color: var(--mainColor);
}

.widget-holder.style-3 .widget-twitter header:before {
    color: var(--mainColor);
}

.widget-holder.style-3 .widget-fb header:before {
    color: #0d2f5d;
}

.widget-holder .wrapper .entry-meta:not(:last-child) {
    margin-bottom: 0;
}

.widget-holder .wrapper {
    margin-top: 15px;
}

.widget-holder .wrapper .entry-meta {
    float: left;
}

.widget-holder .wrapper .slash-list {
    float: right;
}

.widget-holder p + .wrapper:not(:last-child) {
    margin-bottom: 30px;
}

.widget-holder.type-3 .entry .entry-body {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.widget-holder.type-3 .entry .entry-body p {
    flex: 1;
}

.widget-holder.type-3 .entry .entry-meta {
    display: flex;
}

.widget-holder.type-3 .row {
    display: flex;
    flex-wrap: wrap;
}

.widget-holder.type-3 .entry .entry-attachment {
    height: auto;
}

.widget-holder.style-3.type-3 .entry {
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
}

.widget-holder.style-3.type-3 .entry .entry-body {
    background: transparent !important;
    box-shadow: none;
}

.widget-holder.style-3.type-3 .entry:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.widget-holder.style-3.type-3 .entry {
    background: #f5f7fa;
}

.widget-holder.type-3 .row > * {
    float: none;
}

.widget-holder.type-3 .entry .thumbnail-attachment img {
    height: auto;
}

.widget-holder.type-3 .entry .entry-meta .entry-date {
    font-family: 'Lato', sans-serif;
    min-width: 68px;
    height: 68px;
    text-align: center;
    background: var(--secondColor);
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
}

.widget-holder.type-3 .entry .entry-meta .entry-date span:first-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.widget-holder.type-3 .entry .entry-meta .entry-title-holder span,
.entry-footer span {
    font-size: 14px;
    color: #999;
}

.widget-holder.type-3 .entry .entry-meta .entry-title-holder span i,
.entry-footer span i {
    color: #333;
    margin-right: 10px;
}

.entry-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px -5px 0;
}

.entry-footer > * {
    margin: 5px 5px 0;
}

.entry-footer span.entry-price {
    font-size: 16px;
    font-weight: bold;
    color: var(--secondColor);
}

/*----------- Twitter Feed --------------*/

.widget-holder .widget-twitter {
    background: var(--mainColor);
    color: #c9cbce;
}

.widget-twitter header:before {
    content: '\f309';
}

.widget-twitter.one-tweet .tweet_list > li:not(:last-child) {
    display: none;
}

.widget-twitter.two-tweet .tweet_list > li:first-child {
    display: none;
}

.twitter .tw-user {
    display: inline-block;
    font-weight: 700;
}

.twitter .tweet_time {
    display: none;
}

.twitter .tweet_list > li {
    line-height: 28px;
    letter-spacing: -0.1px;
}

.twitter .tweet_list > li:empty {
    display: none;
}

.twitter .tweet_list > li:not(:last-child) {
    margin-bottom: 30px;
}

.twitter .tweet_list > li a:hover {
    text-decoration: underline;
}

.twitter .tweet_list > li a {
    color: #fff;
}

.widget-twitter .slash-list > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.widget-twitter .slash-list > a:hover {
    text-decoration: underline;
}

.widget-twitter .entry-meta:not(:last-child) {
    margin-bottom: 10px;
}

.carousel-twitter.widget-holder .widget-twitter {
    background: none;
}

.carousel-twitter.widget-holder [class*="widget-"]:not(:last-child) {
    margin-bottom: 0;
}

.carousel-twitter.widget-holder [class*="widget-"] header:not(:last-child):before {
    margin-bottom: 35px;
}

.widget-twitter.carousel-twitter {
    background: transparent;
    padding: 0;
}

.widget-holder.carousel-twitter:before {
    color: var(--mainColor);
}

.widget-holder.carousel-twitter .tweets li {
    color: #333;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 15px;
}

.widget-holder.carousel-twitter .tweets li a {
    color: var(--mainColor);
}

.widget-holder.carousel-twitter .tweets:not(:last-child) {
    margin-bottom: 50px;
}

.widget-holder.carousel-twitter .tweets li .tweet_time a {
    top: 100%;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #666;
    position: absolute;
}

.widget-holder.carousel-twitter [class*="widget-"] header:before {
    font-size: 36px;
    color: var(--mainColor);
}

.twitter-list .tw-list:not(:last-child) {
    margin-bottom: 20px;
}

.twitter-list .tw-list ul > li {
    display: none;
}

.twitter-list .tweet_list > li a {
    color: var(--mainColor);
}

.twitter-list > .row > [class*="col-"]:nth-child(1) .tw-list ul > li:nth-child(1) {
    display: block;
}

.twitter-list > .row > [class*="col-"]:nth-child(2) .tw-list ul > li:nth-child(2) {
    display: block;
}

.twitter-list > .row > [class*="col-"]:nth-child(3) .tw-list ul > li:nth-child(3) {
    display: block;
}

.twitter-list > .row > [class*="col-"]:nth-child(4) .tw-list ul > li:nth-child(4) {
    display: block;
}

.twitter-list > .row > [class*="col-"]:nth-child(5) .tw-list ul > li:nth-child(5) {
    display: block;
}

.twitter-list > .row > [class*="col-"]:nth-child(6) .tw-list ul > li:nth-child(6) {
    display: block;
}

/*----------- Facebook --------------*/

.widget-holder .widget-fb {
    background: #0d2f5d;
    color: #d2d2d2;
}

.widget-holder:not(.style-2):not(.style-3) .widget-fb p {
    color: #d2d2d2;
}

.widget-fb header:before {
    content: '\f30c';
}

.widget-fb .slash-list > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.widget-holder:not(.style-2):not(.style-3) .widget-fb p:not(:last-child) {
    margin-bottom: 0;
}

.widget-fb .slash-list > a:hover {
    text-decoration: underline;
}

.widget-fb .entry-meta:not(:last-child) {
    margin-bottom: 10px;
}

/*----------- Instagram Feed --------------*/

.widget-holder .widget-instagram {
    background: var(--mainBackground);
}

.widget-instagram header:before {
    content: '\f16d';
}

.widget-instagram .instagram-feed {
    overflow: hidden;
    list-style: none;
}

.widget-instagram .instagram-carousel .nv-instafeed-item {
    width: 100%;
    height: 210px;
}

.instagram-feed {
    margin: 0 -5px -10px;
    font-size: 0;
}

.instagram-feed .nv-instafeed-item {
    width: 33.3333%;
    padding: 0 5px 10px;
    display: inline-block;
}

.instagram-feed.two-cols .nv-instafeed-item {
    width: 50%;
    padding: 0 5px 10px;
}

.insta-gallery .instagram-feed {
    margin: 0 -15px -30px;
}

.insta-gallery .instagram-feed .nv-instafeed-item {
    padding: 0 15px 30px;

}

.instagram-feed .nv-instafeed-item > a {
    cursor: url(../images/icon_zoomin.png) 24 24, auto;
}

.nv-instafeed-item a {
    position: relative;
    display: block;
}

.nv-instafeed-item a:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(14, 40, 64, 0.5);

    transition: all .4s ease;
}

.nv-instafeed-item:hover a:after {
    opacity: 1;
    visibility: visible;
}

.mad-instagram {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.mad-instagram > .mad-col {
    width: calc((100% / 3) - 10px);
}

.mad-instagram > .mad-col a img {
    width: 100%;
}

.mad-instagram:not(:last-child) {
    margin-bottom: 30px;
}

/*----------- Events --------------*/

.widget-holder .widget-events {
    background: #fff;
}

.widget-holder .widget-events > .info-btn {
    color: #345995;
}

.event-title {
    color: var(--secondColor);
    text-transform: uppercase;
}

h6.event-title {
    font-size: 16px;
}

.event-item {
    overflow: hidden;
}

.event-item:not(:last-child) {
    margin-bottom: 30px;
}

.event-item .event-img {
    display: block;
}

.event-item .event-img:not(:last-child) {
    margin-bottom: 25px;
}

.event-item .event-date {
    width: 68px;
    height: 68px;
    background: var(--secondColor);
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    float: left;
    margin-right: 20px;
    font-family: 'Lato', sans-serif;
}

.event-date .event-month {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.event-date .event-day {
    font-weight: 900;
    font-size: 30px;
}

.event-item .event-info {
    overflow: hidden;
}

.event-info h6.event-link {
    line-height: 24px;
}

.event-info h6.event-link:not(:last-child) {
    margin-bottom: 5px;
}

.event-info .event-link a {
    border-bottom: 1px solid transparent;
}

.event-info .event-link a:hover {
    border-bottom-color: inherit;
}

.event-info .event-info-item {
    color: #999;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
}

.event-info .entry-date {
    font-size: 14px;
    color: #a7a7a7;
    line-height: 20px;
}

.event-info .event-info-item i {
    display: inline-block;
    width: 20px;
    padding: 0 2px;
    color: #333;
}

.event-info .event-link .label {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    vertical-align: 6px;
}

.event-info .event-link > .label + a {
    overflow: hidden;
}

.event-info .entry-meta {
    color: #999;
    font-size: 14px;
}

.event-info .entry-meta a {
    color: var(--mainColor);
}

.event-info .entry-meta a:hover {
    text-decoration: underline;
}

.event-info header h4.event-link {
    line-height: 36px;
}

.event-info .entry-meta > *:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #999;
}

.event-info header:not(:last-child) {
    margin-bottom: 10px;
}

.event-item .event-info .event-link + .entry-meta {
    margin-top: -10px;
}

.event-info .entry-meta:not(:last-child) {
    margin-bottom: 10px;
}

.link-attachment {
    border: 3px solid var(--mainColor);
    padding: 45px 60px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--mainColor);
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.link-attachment:hover {
    background: var(--mainColor);
    color: #fff;
}

.link-attachment:before {
    font-family: "linea-basic-10";
    content: "8";
    position: absolute;
    font-size: 180px;
    left: 15px;
    top: 0;
    color: #eff1f5;
    font-weight: normal;
    z-index: -1;
}

.link-attachment:hover:before {
    color: #fff;
    opacity: 0.1;
}

.audio-frame {
    margin-bottom: -10px;
}

.events-holder:not(:last-child) {
    margin-bottom: 50px;
}

.events-holder .event-item:not(:last-child) {
    margin-bottom: 50px;
}

.events-holder > .flex-row {
    margin-bottom: -50px;
}

.events-holder .flex-row > [class*="col-"] {
    padding-bottom: 50px;
    margin-bottom: 0 !important;
}

.events-holder .event-info .event-link:not(:last-child) {
    margin-bottom: 15px;
}

.events-holder .event-item .event-info .event-link a {
    font-weight: normal;
}

.events-holder .event-item .event-date {
    margin-right: 30px;
    background: #0d2f5d;
    position: relative;
    margin-top: 68px;
}

.events-holder .event-item .event-date.type-2 {
    background: none;
    margin-top: 0;
    margin-right: 20px;
}

.events-holder .event-item .event-date:before {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: "linea-basic-10";
    content: "\e011";
    width: 68px;
    height: 68px;
    background: var(--mainColor);
    color: #b3c2d6;
    font-size: 42px;
    line-height: 68px;
    text-align: center;
}

.events-holder .event-item .event-date.type-2:before {
    bottom: 0;
}

.event-carousel .event-item .event-body {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 290px;
    bottom: 0;
    background: rgba(191, 13, 62, 0.8);
    padding: 25px 30px 70px;
    color: #fff;
}

.event-carousel .event-item .event-body .event-link a {
    color: #fff;
    border-bottom: 1px solid transparent;
    font-weight: bold;
}

.event-carousel .event-item .event-body .event-link a:hover {
    border-bottom-color: inherit;
}

.event-carousel .event-item .event-body .event-info-item i {
    width: 25px;
    display: inline-block;
}

.event-carousel .event-item .event-body .info-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}

.events-holder .event-header:not(:last-child) {
    margin-bottom: 15px;
}

.events-holder .event-header .event-link:not(:last-child) {
    margin-bottom: 0;
}

.event-header .event-price {
    color: var(--secondColor);
}

.event-desc:not(:last-child) {
    margin-bottom: 15px;
}

.event-desc {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.event-desc a {
    color: var(--mainColor);
}

.event-desc a:hover {
    text-decoration: underline;
}

.event-desc time {
    color: #333;
    font-weight: bold;
}

.single-event .event-desc {
    font-size: 16px;
    line-height: 28px;
}

.single-event .event-header .event-price {
    padding-top: 10px;
}

.single-event .event-info:not(:last-child) {
    margin-bottom: 30px;
}

.event-nav {
    color: #dadada;
}

.event-nav:not(:last-child) {
    margin-bottom: 20px;
}

.event-detail-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.event-detail-list:not(:last-child) {
    margin-bottom: 25px;
}

.event-detail-list > li {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
    letter-spacing: -0.1px;
}

.event-detail-list > li:first-child {
    padding-top: 0;
}

.event-detail-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.event-detail-list .detail-col {
    width: 50%;
}

.event-detail-list .detail-col:only-child {
    width: 100%;
}

.event-detail-list .detail-col a {
    color: var(--mainColor);
}

.event-detail-list .detail-col a:hover {
    text-decoration: underline;
}

.event-detail-list .detail-col:first-child {
    width: 35%;
    font-weight: bold;
}

.event-detail-list .detail-col:last-child {
    width: 65%;
}

.events-holder.type-2 .event-item {
    overflow: visible;
}

.events-holder.type-2 .event-item:not(:last-child) {
    margin-bottom: 30px;
}

.events-holder.type-2 .event-item:hover .event-info {
    background-color: #fff;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.events-holder.type-2 .event-info {
    padding: 30px;
    background-color: #f5f7fa;

    transition: all .4s ease;
}

.events-holder.type-2 .event-info .entry-date {
    display: inline-block;
}

.events-holder.type-2 .event-info header {
    margin: -30px;
    margin-bottom: 10px;
}

.events-holder.type-2 .event-info header + .entry-meta {
    margin-bottom: -15px;
}

.mad-events.owl-carousel {
    max-width: 70%;
    margin: 0 auto;
}

.mad-events .mad-event-item {
    color: #fff
}

.mad-event-item .section-title:not(:last-child) {
    margin-bottom: 20px;
}

.mad-event-item .mad-event-adress:not(:last-child) {
    margin-bottom: 40px;
}

.mad-event-item .mad-event-adress i {
    margin-right: 10px;
}

.events-holder.with-img .event-item .event-info {
    display: flex;
}

.events-holder.with-img .event-item .event-info .event-info-desc {
    margin-top: -5px;
}

.events-holder.with-img .event-item .event-info .event-img {
    min-width: 289px;
    margin-right: 30px;
    margin-bottom: 0;
}

/* wp-calendar-event */

.tribe-events-bar:not(:last-child) {
    margin-bottom: 20px;
}

.tribe-events-bar .join-form .input-col:first-child {
    max-width: 175px;
}

.tribe-events-bar .custom-select .select-title,
.tribe-events-bar .custom-select .select-list li {
    padding-left: 50px;
}

.tribe-events-bar .custom-select .select-list li {
    position: relative;
}

.tribe-events-bar .custom-select .select-title:after,
.tribe-events-bar .custom-select .select-list li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 16px;
    left: 20px;
    top: 15px;
    background: url(../images/15x16_icon1.jpg) no-repeat;
}

.tribe-events-bar .custom-select .select-list li:nth-child(1):before {
    background: url(../images/15x16_icon2.jpg);
}

.tribe-events-bar .custom-select .select-list li:nth-child(2):before {
    background: url(../images/15x16_icon3.jpg);
}

.tribe-events-bar .custom-select .select-list li:nth-child(3):before {
    background: url(../images/15x16_icon4.jpg);
}

.tribe-events-bar .custom-select .select-list li:nth-child(4):before {
    background: url(../images/15x16_icon5.jpg);
    width: 12px;
}

.tribe-events-bar .custom-select .select-list li:nth-child(5):before {
    background: url(../images/15x16_icon6.jpg);
}

.tribe-events-filters-content {
    display: none;
}

.tribe-events-filters-content .flex-row:not(:last-child) {
    margin-bottom: 10px;
}

.tribe-events-filters-content .flex-row label {
    margin-bottom: 0;
}

.tribe-events-filters-content label {
    text-transform: uppercase;
}

.tribe-events-filters.show-filter #tribe_events_filters_toggle {
    display: none;
}

.tribe-events-filters.show-filter .tribe-events-filters-content {
    display: block;
}

.tribe-filter-control {
    margin: 0 -15px;
}

.tribe-filter-control > * {
    margin: 0 15px;
    position: relative;
}

.tribe-filter-control > *:not(:last-child):after {
    content: '';
    height: 13px;
    width: 1px;
    background: #dadada;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -6px;
}

.tribe-events-filters-content > form {
    margin: 0 -20px -10px;
    font-size: 0;
}

.tribe_events_filter_item {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0 20px 10px;
}

.tribe-events-filter-checkboxes {
    top: 100%;
    left: 50%;
    margin-left: -102.5px;
    margin-top: 10px;
    min-width: 185px;
    background: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    z-index: 2;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tribe-events-filter-checkboxes:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: none;
    bottom: 100%;
    left: calc(50% - 7px);
}

.tribe_events_filter_item.active .tribe-events-filter-checkboxes {
    display: block;
}

.tribe-events-filter-checkboxes .custom-select .select-title {
    height: 34px;
    padding: 0 20px;
    line-height: 32px;
}

.tribe-events-filter-checkboxes .custom-select .select-title:before {
    line-height: 32px;
}

.tribe-events-filter-checkboxes .custom-select .select-list li {
    padding: 0 20px;
    line-height: 34px;
}

.tribe_events_filter_item .tribe-events-filters-group-heading {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.6px;
    padding-right: 17px;
}

.tribe_events_filter_item .tribe-events-filters-group-heading:not(:last-child) {
    margin-bottom: 0;
}

.tribe_events_filter_item .tribe-events-filters-group-heading:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '\e85d';
    font-family: 'Fontello';
}

.tribe_events_filter_item.active .tribe-events-filters-group-heading:after {
    content: '\e85a';
}

.tribe-events-calendar thead tr th {
    font-family: 'Open sans', sans-serif;
    font-weight: bold;
    background-color: var(--mainColor);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    text-align: left;
}

.tribe-events-calendar thead tr th:first-child {
    border-left: 3px solid var(--mainColor);
}

.tribe-events-calendar thead tr th:last-child {
    border-right: 3px solid var(--mainColor);
}

.tribe-events-calendar tr td .tribe-events-daynum {
    padding: 5px 30px;
    background: #e7ecf3;
    line-height: 22px;
    border-bottom: 2px solid #d0dae8;
}

.tribe-events-calendar tr td .tribe-events-daynum.next-month a {
    color: #aaacad;
}

.tribe-events-calendar thead tr th:not(:last-child),
.tribe-events-calendar tr td:not(:last-child) {
    border-right: 2px solid #d0dae8;
}

.tribe-events-calendar tr td {
    border-bottom: 2px solid #d0dae8;
}

.tribe-events-calendar tr td:first-child {
    border-left: 3px solid #d0dae8;
}

.tribe-events-calendar tr td:last-child {
    border-right: 3px solid #d0dae8;
}

.tribe-events-calendar tr:last-child td {
    border-bottom: 3px solid #d0dae8;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events {
    padding: 10px 30px;
    line-height: 22px;
    position: relative;

    transition: all .4s ease;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover {
    background: var(--mainColor);
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover > a {
    color: #fff;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events a {
    position: relative;
}

.tribe-events-category-tech-events .tribe-events-tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: -2px;
    padding: 10px;
    background: #fff;
    width: 420px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;

    transition: all .4s ease;

    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}

.tribe-events-category-tech-events .tribe-events-tooltip:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-top: 10px solid #fff;
    border-right: 9px solid transparent;
    top: 100%;
    left: 30px;
    margin-left: -7px;
}

.tribe-events-category-tech-events:hover .tribe-events-tooltip {
    opacity: 1;
    visibility: visible;
}

.tribe-events-category-tech-events .tribe-events-tooltip header:not(:last-child) {
    margin-bottom: 10px;
}

.tribe-events-category-tech-events .tribe-events-tooltip h6 {
    font-size: 16px;
    font-weight: bold;
}

.tribe-events-category-tech-events .tribe-events-tooltip h6:not(:last-child) {
    margin-bottom: 0;
}

.tribe-events-category-tech-events .tribe-events-tooltip time {
    color: #333;
    font-size: 12px;
}

.tribe-events-category-tech-events .tribe-events-tooltip {
    font-size: 13px;
    line-height: 20px;
}

.tribe-events-category-tech-events .tribe-events-tooltip img.alignleft {
    margin-right: 15px;
    margin-bottom: 0;
}

/*----------- You-tube --------------*/

.widget-holder .widget-youtube {
    background: var(--secondColor);
}

.widget-holder .widget-youtube header:before {
    content: '\f16a';
}

.widget-holder .widget-youtube h6 {
    color: #fff;
    font-weight: bold;
}

.widget-holder .widget-youtube h6:not(:last-child) {
    margin-bottom: 0;
}

.widget-holder:not(.widget) .widget-youtube .responsive-iframe:not(:last-child) {
    margin-bottom: 15px;
}

/*----------- LightBox --------------*/

/*----------- Accordions & Toggles --------------*/

.accordion {
    text-align: left;
    background-color: #fff;
    border-radius: 3px;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.accordion .accordion-item:not(:last-child) {
    border-bottom: 2px solid #e5e5e5;
}

.accordion .a-title {
    font-family: 'Lato', sans-serif;
    position: relative;
    cursor: pointer;
    color: var(--mainColor);
    padding: 10px 70px 10px 30px;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all .4s ease;
}

.accordion .accordion-item:first-child .a-title {
    border-radius: 3px 3px 0 0;
}

.accordion .accordion-item:last-child .a-title:not(.active) {
    border-radius: 0 0 3px 3px;
}

.accordion .a-title span {
    color: #7b8285;
}

.accordion .a-content {
    padding: 40px 30px;
}

.accordion .a-content .custom-list:not(:last-child) {
    margin-bottom: 20px;
}

.accordion .a-title.active {
    background-color: var(--mainColor);
    color: #fff;

    -webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.accordion.style-2 {
    box-shadow: none;
}

.accordion.style-2 .a-title {
    font-weight: normal;
    background-color: #eee;
    color: #333;
    box-shadow: none;
    line-height: 42px;
    border-bottom: 2px solid transparent;
}

.accordion.style-2 .a-title.active {
    color: var(--secondColor);
    border-bottom-color: var(--secondColor);
}

.accordion.style-2 .accordion-item:not(:last-child) {
    border-bottom: 2px solid #fff;
}

/*----------- Alert boxes --------------*/

[class*="alert"] {
    padding: 10px 70px 10px 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    color: #333;
}

[class*="alert"]:before {
    font-family: 'linea-arrows-10';
    font-size: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

[class*="alert"].alert-warning,
.warning,
.warning p {
    background: #fceadb;
    color: #f0994d !important;
}

[class*="alert"].alert-warning:before {
    content: "\e034";
    color: #f0994d !important;
}

[class*="alert"].alert-success,
.success,
.success p {
    background: #dff1da;
    color: #2ba206 !important;
}

[class*="alert"].alert-success:before {
    content: "\e007";
    color: #2ba206 !important;
}

[class*="alert"].alert-info,
.info,
.info p {
    background: #dae4f1;
    color: #0648a2 !important;
}

[class*="alert"].alert-info:before {
    content: "\e00b";
    color: #0648a2 !important;
}

[class*="alert"].alert-error,
.error,
.error p {
    background: #fde6e6;
    color: #eb0b0b !important;
}

[class*="alert"].alert-error:before {
    content: "\e00e";
    color: #eb0b0b !important;
}

[class*="alert"] .close {
    font-family: 'linea-arrows-10';
    position: absolute;
    right: 30px;
    top: calc(50% - 13px);
    background: none;
    font-weight: bold;
    color: #353535;
    font-size: 22px;
}

[class*="alert"] .close:hover {
    color: #2a2c32;
}

[class*="alert"] .close:after {
    content: '\e04a';
}

.message-container-subscribe {
    color: #333;
    display: none;
    font-size: 14px;
    margin-top: 5px;
    z-index: 99;
}

[class*="message-container"] {
    display: inline-block;
    margin-top: 10px;
    top: 100%;
    left: 0;
    position: absolute;
    border-radius: 3px;
}

.alert-box i {
    float: left;
    position: relative;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
}

.alert-box p {
    white-space: nowrap;
}

/*----------- Callouts --------------*/

.call-out {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
}

.call-out h1,
.call-out h2,
.call-out h3,
.call-out h4,
.call-out h5,
.call-out h6 {
    color: #fff;
}

.call-out h1:not(:last-child) {
    margin-bottom: 0;
}

.call-out h2:not(:last-child) {
    margin-bottom: 0;
}

.call-out h5:not(:last-child),
.join-us h6:not(:last-child) {
    margin-bottom: 0;
}

.call-out.join-us [class*="bg-col"] {
    padding-top: 40px;
    padding-bottom: 40px;
}

.call-out.join-us [class*="bg-col"]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.call-out.join-us .bg-col-1:after {
    background-color: var(--mainColor);
    left: -2000px;
}

.call-out.join-us .bg-col-2:after {
    background-color: var(--secondColor);
    right: -2000px;
}

.call-out.join-us:not(.type2) .row > [class*="col-"]:first-child h5,
.join-us .join-form,
.join-us h6 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.call-out a.col-md-4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.header-3 .top-header .join-us h6 {
    line-height: 44px;
}

.call-out.join-us .row {
    height: 100%;
}

.call-out.join-us .row > [class*="col-"] h5 {
    line-height: 50px;
}

.join-us .join-form:not(:only-child) .input-holder {
    margin-left: 15px;
}

.call-out.join-us .row > a:hover {
    background: #ac0c38;
}

.call-out.join-us.type2 [class*="bg-col"] {
    padding: 50px 15px;
}

.call-out.join-us.type2 .bg-col-3:first-child:after {
    background-color: #0d2f5d;
    left: -2000px;
}

.call-out.join-us.type2 .bg-col-4:after {
    background-color: var(--mainColor);
    right: -2000px;
}

.call-out.join-us.type2 .bg-col-5:after {
    background-color: var(--mainBackground);
    right: -2000px;
}

.call-out.join-us.type2 h5 {
    line-height: 28px;
    font-weight: normal;
}

.call-out.join-us.type2 h5:not(:last-child) {
    margin-bottom: 20px;
}

.call-out.join-us.type2 .event-item {
    text-align: left;
}

.call-out.join-us.type2 .event-info .event-link a,
.call-out.join-us.type2 .event-info .event-info-item i,
.call-out.join-us.type2 .widget-events > .info-btn {
    color: #fff;
    font-weight: normal;
}

.call-out.join-us.type2 .widget-events > .info-btn {
    font-weight: bold;
}

.call-out.join-us.type2 .event-info .event-link {
    text-transform: none;
}

.call-out.join-us.type2 .join-form:not(:only-child) .input-holder {
    margin-left: 0;
}

.call-out.join-us.type2 .join-form {
    margin-top: 5px;
}

.call-out.join-us.type2 p {
    font-size: 16px;
    line-height: 28px;
    text-transform: none;
    color: #c9cbce;
}

.call-out.join-us.type2 .bg-col-5 > h5 {
    line-height: 24px;
}

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

.pagination {
    text-align: center;
    margin: -3px -3px 0;
    position: relative;
    display: inline-block;
    font-size: 0;
}

.pagination > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}

.pagination > li > a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #333;
    font-weight: bold;
    background: transparent;
    border-radius: 3px;
    font-size: 16px;
}

.pagination > li.active > a,
.pagination > li:hover > a {
    color: #fff;
    background: var(--mainColor);

    webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.prev-page::before,
.next-page::before {
    font-family: 'fontello';
    font-size: 18px;
}

.prev-page::before {
    content: '\f104';
}

.next-page::before {
    content: '\f105';
}

/*----------- Dropcaps --------------*/

.dropcap::first-letter {
    display: block;
    float: left;
    margin: 15px 10px 0 0;
}

.dropcap::first-letter {
    font-size: 60px;
    font-weight: 900;
}

.dropcap.type-1::first-letter {
    color: #333;
}

.dropcap.type-2::first-letter {
    color: var(--secondColor);
}

/*----------- Icon Boxes --------------*/

.icons-box:not(:last-child) {
    margin-bottom: 60px;
}

.icons-box > .flex-row {
    margin-bottom: -30px;
}

.icons-box [class*="col-"] {
    padding-bottom: 30px;
}

.icons-box .icons-wrap .icons-item > img {
    width: 100%;
}

.icons-box .icons-wrap .icons-item.type-2 {
    display: block;
    height: auto;
    background: none;
    border: none;
}

.icons-box:not(.type-2) .icons-wrap .icons-item {
    text-align: center;
}

.icons-box:not(.type-2) .icons-wrap .icons-item > .item-box {
    position: relative;
    text-align: center;
    display: inline-block;
}

.icons-box:not(.type-2) .icons-wrap .icons-item > .item-box:hover > i {
    background: #e7ecf3;
    color: var(--mainColor);
}

.icons-box .icons-wrap .icons-item > .item-box .icons-box-title span {
    position: relative;
    border-bottom: 2px solid transparent;
    display: inline;
    font-weight: bold;

    transition: all .4s ease;
}

.icons-box .icons-wrap .icons-item > .item-box:hover .icons-box-title span {
    border-color: inherit;
}

.icons-box .icons-wrap .icons-item > .item-box .icons-box-title:not(:last-child) {
    margin-bottom: 13px;
}

.icons-box .icons-wrap .icons-item > .item-box > p {
    font-size: 16px;
    color: #202732;
}

.icons-box:not(.type-2) .icons-wrap .icons-item > .item-box > * {
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

.icons-box:not(.type-2) .icons-wrap .icons-item > .item-box i {
    font-size: 56px;
    width: 120px;
    height: 120px;
    color: #cdd2de;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 130px;
    text-align: center;
    background-color: #123f7e;

    transition: all .45s ease;
}

.icons-box .icons-wrap .icons-item > .item-box i {
    transition: all .4s ease;
}

.icons-box.type-2 .icons-wrap .icons-item > .item-box {
    position: relative;
    padding-left: 100px;
}

.icons-box.type-2 .icons-wrap .icons-item > .item-box .icons-box-title {
    padding-top: 10px;
}

.icons-box.type-2:not(.style-2) .icons-wrap .icons-item > .item-box i {
    font-size: 32px;
    width: 70px;
    height: 70px;
    color: #edccd2;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    background-color: var(--secondColor);
}

.icons-box.type-2:not(.style-2) .icons-wrap .icons-item:hover > .item-box i {
    background-color: #eee;
    color: var(--secondColor);
}

.icons-box.type-2 .icons-wrap .icons-item > .item-box i {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}

.icons-box.type-2.style-2 .icons-wrap .icons-item > .item-box {
    padding-left: 30px;
    margin-top: 40px;
    background: #fff;
}

.icons-box.type-2.style-2 .icons-wrap .icons-item > .item-box .icons-box-title {
    padding-top: 0;
}

.icons-box.type-2.style-2 .icons-wrap .icons-item > .item-box i {
    margin-top: -15px;
    font-family: 'Lato', sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 10px;
    color: rgba(191, 13, 62, 0.3);
    font-style: normal;
    display: block;
    z-index: -1;
}

.icons-box.hr-type .icons-wrap .icons-item > .item-box {
    display: flex;
    text-align: left;
    padding-right: 20px;
}

.icons-box.hr-type .item-box > i {
    margin-right: 30px;
    min-width: 120px;
    margin-bottom: 0 !important;
}

.icons-box.hr-type .item-box .icons-box-title {
    font-weight: bold;
}

.icons-box.hr-type > .flex-row {
    margin-bottom: -40px;
}

.icons-box.hr-type [class*="col-"] {
    padding-bottom: 40px;
}

.icons-box.hr-type.style-2 .item-box {
    align-items: center;
}

.icons-box.hr-type.style-2 .item-box .icons-box-title a {
    color: #123f7e;
}

.icons-box.hr-type.style-2 .item-box .icons-box-title a:hover {
    text-decoration: underline;
}

.icons-box.hr-type.style-2:not(.type-2) .icons-wrap .icons-item > .item-box i {
    background: #e7ecf3;
    color: #123f7e;
}

.icons-box.hr-type.style-2:not(.type-2) .icons-wrap .icons-item > .item-box:hover i {
    background: #123f7e;
    color: #e7ecf3;
}

/* actions */

.action-widget {
    text-align: center;
    position: relative;
}

.action-widget[class*="action-col-"] {
    font-size: 0;
    margin: 0 -2px -4px;
}

.action-widget.pull-top {
    margin-top: -115px;
}

.action-widget.pull-bottom {
    margin-bottom: -140px;
}

.action-widget .action-col {
    display: inline-block;
    padding: 0 2px 4px;
    vertical-align: top;
}

.action-widget.action-col-4 .action-col {
    width: 25%;
}

.action-widget.action-col-3 .action-col {
    width: 33.3333%;
}

.action-widget .action-item {
    cursor: pointer;
    display: table;
    width: 100%;
    padding: 50px 10px 70px;
    color: #d2d2d2;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;

    transition: all .45s ease;
}

.action-widget .action-item .action-inner {
    display: table-cell;
    vertical-align: middle;
}

.action-widget .action-item.register {
    background-color: var(--mainColor);
    -webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.action-widget .action-item.register:hover {
    background-color: #123f7e;
    -webkit-box-shadow: 0px 12px 25px 0px rgba(18, 63, 126, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(18, 63, 126, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(18, 63, 126, 0.43);
}

.action-widget .action-item.event {
    background-color: #0d2f5d;
    -webkit-box-shadow: 0px 12px 25px 0px rgba(13, 43, 93, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(13, 43, 93, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(13, 43, 93, 0.43);
}

.action-widget .action-item.event:hover {
    background-color: #0c2a54;
    -webkit-box-shadow: 0px 12px 25px 0px rgba(12, 42, 84, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(12, 42, 84, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(12, 42, 84, 0.43);
}

.action-widget .action-item.get-involved {
    background-color: var(--mainBackground);
    -webkit-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
}

.action-widget .action-item.get-involved:hover {
    background-color: #0d1b39;
    -webkit-box-shadow: 0px 12px 25px 0px rgba(13, 27, 57, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(13, 27, 57, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(13, 27, 57, 0.43);
}

.action-widget .action-item.donate {
    background-color: var(--secondColor);
    -webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
}

.action-widget .action-item.donate:hover {
    background-color: #ac0c38;
    -webkit-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
    -moz-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
    box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
}

.action-widget .action-item i {
    font-size: 25px;
    display: block;
    opacity: 0.7;

    transition: all .45s ease;
}

.action-widget:not(.style-2) .action-item i {
    color: #fff;
}

.action-widget .action-item i:not(:last-child) {
    margin-bottom: 30px;
}

.action-widget .action-item .action-title:not(:last-child) {
    margin-bottom: 15px;
}

.action-widget .action-item .action-title.size-2:not(:last-child) {
    margin-bottom: 40px;
}

.action-widget .action-item .action-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px !important;
    transition: color .4s ease;
}

.action-widget .action-item .btn:hover {
    background: #fff;
    color: #333;
}

.chose-donate {
    font-size: 0;
    margin: 0 -5px -10px;
}

.chose-donate > * {
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: top;
}

.chose-donate .chose-item {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 9px 5px;
    width: 90px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: transparent;
}

.chose-donate .chose-item:hover,
.chose-donate .chose-item.active {
    background: #fff;
    color: #333;
}

.chose-donate.style-2 .chose-item {
    background: #fff;
    border: 2px solid #eee;
    font-size: 16px;
    color: #333;
    width: 80px;
    margin: 0 2.5px 5px;
}

.chose-donate.style-2 .chose-item:hover,
.chose-donate.style-2 .chose-item.active {
    border-color: var(--secondColor);
    color: var(--secondColor);
}

.action-widget .action-item.type-2.donate {
    text-align: center;
    padding: 25px 0;
    border-radius: 0;
    z-index: 2;
    position: relative;
    margin-top: -1px;
}

.action-widget .action-item.type-2 .action-inner {
    display: inline-block;
}

.action-widget .action-item.type-2 .action-title:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
}

.action-widget .action-item.type-2 .action-title {
    font-weight: 900;
}

.action-widget .action-item.type-2 .action-title,
.action-widget .action-item.type-2 .chose-donate,
.action-widget .action-item.type-2 .action-title i {
    display: inline-block;
    vertical-align: middle;
}

.action-widget .action-item.type-2 .action-title i {
    display: inline-block;
    margin-right: 20px;
    font-size: 60px;
    line-height: 30px;
}

.action-widget.style-2 {
    background-color: #e7ecf3;
}

.action-widget.style-2 > .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.action-widget.style-2[class*="action-col-"] {
    margin: 0;
}

.action-widget.style-2[class*="action-col-"] .action-col {
    padding: 0;
}

.action-widget.style-2 .action-item {
    display: block;
    box-shadow: none;
    border-radius: 0;
    color: #5377ab;
    padding: 55px 10px;
}

.action-widget.style-2 .action-item i {
    color: var(--mainColor);
}

.action-widget.style-2 .action-item:hover i {
    color: #fff;
}

.action-widget.style-2 .action-item:not(.donate) {
    background: none;
}

.action-widget.style-2 .action-col:not(:last-child) .action-item {
    border-right: 2px solid #fff;
}

.action-widget.style-2 .action-item:not(.donate):hover {
    background: #0d2f5d;
    box-shadow: none;
    color: #b7c1cf;
    min-height: 125px;
}

.action-widget.style-2 .action-item:not(.donate) .action-title {
    color: var(--mainColor);
    font-weight: normal;
}

.action-widget.style-2 .action-item:hover .action-title {
    color: #fff;
}

.action-widget.style-2 .action-item:not(.donate) .action-title:not(:last-child),
.action-widget.style-2 .action-col .action-item .action-title:not(:last-child),
.action-widget.type-vr .action-item:not(.donate) .action-title:not(:last-child),
.action-widget.type-vr .action-col .action-item .action-title:not(:last-child) {
    margin-bottom: 5px;
}

.action-widget.type-vr.style-2 .action-item p {
    color: #666;

    transition: color .45s ease;
}

.action-widget.style-2 .action-item:hover p {
    color: #d2d2d2;
}

.action-widget.type-vr.style-2 {
    background: none;
}

.action-widget.type-vr .action-item:not(:last-child) {
    margin-bottom: 30px;
}

.action-widget.type-vr.style-2 .action-item:not(:last-child) {
    margin-bottom: 0;
}

.action-widget.type-vr .action-item {
    overflow: hidden;
    padding: 30px;
    text-align: left;
    min-height: 109.5px;
}

.action-widget.type-vr.style-2 .action-col:not(:last-child) .action-item {
    border: none;
}

.action-widget.type-vr .action-item .action-title {
    padding-top: 5px;
}

.action-widget.type-vr.style-2 .action-item:not(:hover):not(.donate),
.action-widget.type-vr.style-2 .action-col .action-item:not(:hover) {
    background: rgba(255, 255, 255, 0.8);
    min-height: 125px;
}

.action-widget.type-vr.style-2 .action-item.donate:hover {
    box-shadow: none;
}

.action-widget.type-vr.style-2 .action-col .action-item.donate:not(:hover) .action-title,
.action-widget.type-vr.style-2 .action-col .action-item.donate i {
    color: var(--secondColor);
}

.action-widget.type-vr.style-2 .action-col .action-item.donate:hover i {
    color: #ecb7c5;
}

.action-widget.type-vr .action-item i {
    float: left;
}

.action-widget.type-vr .action-item i:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
}

.action-widget.type-vr .chose-donate .chose-item {
    font-size: 18px;
    width: auto;
    padding: 6px 11px;
}

.action-widget.type-vr .chose-donate .btn {
    padding-left: 25px;
    padding-right: 25px;
}

.action-widget.type-vr.style-2 {
    margin: 0 -1px;
}

.action-widget.type-vr.style-2 .action-col {
    padding: 0 1px 2px;
}

.action-widget.style-3 {
    position: relative;
}

.action-widget.style-3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.action-widget.style-3 .action-item {
    background: transparent;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 0;
    position: relative;
    box-shadow: none !important;
}

.action-widget.style-3[class*="action-col-"] {
    margin: 0;
}

.action-widget.style-3 .action-col {
    padding: 0;
    margin-left: -1px;
}

.action-widget.style-3 .action-item:hover {
    box-shadow: none;
    background: var(--mainColor);
}

.action-widget.style-3 .action-item:hover {
    border-color: var(--mainColor);
    z-index: 1;
}

/*----------- Testimonials --------------*/

.testimonial:not(:last-child) {
    margin-bottom: 40px;
}

.testimonial blockquote {
    color: #333;
    font-size: 20px;
    padding: 0;
}

.testimonial h6 {
    color: #4b4e50;
    font-weight: 600;
    line-height: 20px;
}

.testimonial h6:not(:last-child) {
    margin-bottom: 20px;
}

.testimonial .author-box {
    overflow: hidden;
    line-height: 22px;
    display: table;
}

.testimonial .author-box > * {
    display: table-cell;
    vertical-align: middle;
}

.testimonial:not(.type-2):not(.testimonial-single) .avatar {
    padding-right: 20px;
}

.testimonial .avatar img {
    border-radius: 50%;
}

.testimonial .author-name {
    font-size: 18px;
    display: block;
    color: #666;
}

.testimonial .author-position,
.testimonial .author-about,
.testimonial .author-company {
    display: block;
    font-size: 16px;
    color: #666;
}

.testimonial .author-name:not(:last-child) {
    margin-bottom: 2px;
}

.testimonial .author-position:not(:last-child) {
    margin-bottom: 2px;
}

.testimonial .testimonial-holder {
    margin-bottom: 20px;
}

.testimonial.testimonial-single {
    overflow: hidden;

    -webkit-box-shadow: -12px 10px 34px -1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -12px 10px 34px -1px rgba(0, 0, 0, 0.28);
    box-shadow: -12px 10px 34px -1px rgba(0, 0, 0, 0.28);
}

.testimonial.testimonial-single .author-box {
    float: left;
    width: 30%;
    margin-right: 30px;
    max-width: 263px;
}

.testimonial.testimonial-single .testimonial-holder {
    float: left;
    width: 67%;
    padding: 10px;
}

.testimonial.testimonial-single blockquote:not(:last-child) {
    margin-bottom: 20px;
}

.testimonial.testimonial-single blockquote {
    position: relative;
}

.testimonial.testimonial-single blockquote:before {
    content: '“';
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 72px;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    right: 100%;
    margin-right: 30px;
    margin-top: -15px;
    top: 0;
    width: 68px;
    height: 68px;
    line-height: 100px;
    background: #fff;
    color: var(--mainColor);
    z-index: 9;
}

.testimonial.testimonial-single.type-2 .testimonial-holder {
    width: 100%;
    float: none;
    padding-left: 120px;
    overflow: visible;
}

.testimonial.testimonial-single.type-2 blockquote:before {
    background: none;
    width: auto;
    height: auto;
    font-size: 272px;
    line-height: 223px;
    margin-right: 16px;
}

/*----------- Carousel Sliders --------------*/

.carousel-type-2 .owl-carousel .owl-dot,
.carousel-type-1 .owl-carousel .owl-nav {
    display: none !important;
}

.carousel-type-1 .owl-carousel {
    padding-right: 40px;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
}

.owl-dots .owl-dot {
    display: block;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;

    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.owl-dots .owl-dot.active {
    background-color: var(--mainColor);
}

[class*="carousel-type"] .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

[class*="carousel-type"] .owl-dots .owl-dot {
    display: block;
}

[class*="carousel-type"] .owl-dots .owl-dot:not(:last-child) {
    margin-bottom: 10px;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-prev,
.owl-next {
    color: #aab3b6;
    position: absolute;
    top: 50%;
    font-size: 62px;
    margin-top: -15px;
    cursor: pointer;
    font-weight: normal;

    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.owl-prev {
    left: -60px;
}

.owl-next {
    right: -60px;
}

.owl-prev::before,
.owl-next::before {
    font-family: "linea-arrows-10";
}

.owl-prev::before {
    content: "\e03f";
}

.owl-next::before {
    content: "\e04b";
}

.owl-nav > [class*="owl-"] {
    color: #ccc;
}

.owl-nav > [class*="owl-"]:hover {
    color: #333;
}

.carousel-type-2.type-2 .owl-prev {
    left: 15px;
}

.carousel-type-2.type-2 .owl-next {
    right: 15px;
}

.carousel-type-2.type-2 .owl-prev,
.carousel-type-2.type-2 .owl-next {
    font-size: 82px;
    margin-top: -20px;
}

.carousel-type-2.type-2 .instagram-carousel .owl-prev {
    left: 0;
}

.carousel-type-2.type-2 .instagram-carousel .owl-next {
    right: 0;
}

.carousel-type-2.type-2 .instagram-carousel .owl-prev,
.carousel-type-2.type-2 .instagram-carousel .owl-next {
    font-size: 62px;
    margin-top: -15px;
}

.event-carousel .owl-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 2px -1px 0;
    padding: 0 45px;
}

.event-carousel .owl-dots .owl-dot,
.event-carousel .owl-nav > * {
    display: block;
    background: #fff;
    padding: 8px 0;
    text-align: center;
    color: var(--secondColor);
    opacity: 1;
    border-radius: 0;
    height: auto;
    border: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin: 0 1px;
    letter-spacing: 0.8px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;

    webkit-box-shadow: 0px 10px 25px -5px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 10px 25px -5px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 10px 25px -5px rgba(187, 187, 187, 0.43);
}

.event-carousel .owl-dots .owl-dot.active,
.event-carousel .owl-carousel .owl-nav > *:hover {
    background: var(--secondColor);
    color: #fff;

    webkit-box-shadow: 0px 10px 25px -5px rgba(191, 13, 62, 0.43);
    -moz-box-shadow: 0px 10px 25px -5px rgba(191, 13, 62, 0.43);
    box-shadow: 0px 10px 25px -5px rgba(191, 13, 62, 0.43);
}

.event-carousel .owl-carousel .owl-nav > * {
    top: auto;
    bottom: 0;
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 44px;
    padding: 0;
    margin: 0;
}

.event-carousel .owl-carousel .owl-nav > .owl-prev {
    left: 0;
    border-radius: 0 0 0 3px;
}

.event-carousel .owl-carousel .owl-nav > .owl-next {
    right: 0;
    border-radius: 0 0 3px 0;
}

/*----------- Progress Bars --------------*/

.pbar-wrap {
    position: relative;
}

.pbar {
    position: relative;
    height: 5px;
    background-color: transparent;
    background: #e7ecf3;
}

.pbar-wrap:not(:last-child) {
    margin-bottom: 37px;
}

.pbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--mainColor);

    -webkit-box-shadow: 0px 5px 13px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 5px 13px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 5px 13px 0px rgba(20, 70, 140, 0.43);
}

.pbar-wrap .pbar-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
}

.pbar-wrap .pbar-title > span {
    float: right;
}

.pbar-wrap.style-2 .pbar {
    background: #ac0c38;
}

.pbar-wrap.style-2 .pbar-inner {
    background: #fff;
}

.pbar-wrap.style-2 .pbar-title {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

.pbar-wrap.style-2 .pbar-title span {
    font-size: 16px;
    float: none;
    color: #d2d2d2;
}

/*----------- Pricing Tables --------------*/

.pricing-tables-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: space-around;
    justify-content: space-around;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pricing-tables-holder.cols-2 .pricing-table {
    width: 50%;
}

.pricing-tables-holder.cols-3 .pricing-table {
    width: 33.33333%;
}

.pricing-tables-holder.cols-4 .pricing-table {
    width: 25%;
}

.pricing-table {
    border: 2px solid #d8d8d8;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f6f6f6;
}

.pricing-table.selected {
    border-color: var(--secondColor);
    z-index: 2;
    background: #fff;
}

.pricing-table.selected .pt-header {
    padding-top: 70px;
}

.pricing-table:nth-child(n+2) {
    margin-left: -7px;
}

.pt-header {
    font-family: 'Lato', sans-serif;
    color: var(--secondColor);
    padding: 45px 30px 20px;
    word-break: break-all;
}

.pt-type {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.pt-price {
    font-size: 42px;
    font-weight: 900;
    color: var(--secondColor);
}

.pt-type,
.pt-price {
    line-height: 1.2em;
}

.pt-type:not(:last-child) {
    margin-bottom: 5px;
}

.pt-period {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 19px;
}

.pt-lifetime {
    vertical-align: baseline;
}

.pt-features-list {
    padding: 10px 30px 10px;
    color: #7b8285;
}

.pt-features-list > li:not(:last-child) {
    margin-bottom: 10px;
}

.pt-footer {
    padding: 15px 30px 60px;
}

.pt-header,
.pt-footer,
.pt-features-list {
    position: relative;
    z-index: 1;
}

.pt-footer .btn {
    letter-spacing: 1px;
}

.label {
    font-size: 11px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    padding: 10px 30px;
    position: absolute;
    background-color: var(--secondColor);
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
}

.label.sale {
    background-color: #ce2929;
}

.label.sold {
    background-color: #f1a91f;
}

.csstransforms .pricing-tables-holder .label {
    top: 1px;
    left: 55px;
    padding-right: 15px;
    padding-left: 13px;

    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pricing-tables-holder .pt-header {
    -webkit-transition: color .5s ease-in, background-color .5s ease-in;
    transition: color .5s ease-in, background-color .5s ease-in;
}

.pricing-tables-holder .pricing-table:hover .pt-header,
.pricing-tables-holder .pricing-table.active .pt-header {
    -webkit-transition: color .1s ease-in, background-color .1s ease-in;
    transition: color .1s ease-in, background-color .1s ease-in;
}

/*----------- Counters --------------*/

.counters-section .counters-holder-bg {
    margin-top: 50px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 0;
}

.counters-section .counters-holder-bg .section-title {
    color: #fff;
    font-weight: normal;
}

.counter {
    color: #666;
}

.counters-holder-bg .counter {
    color: #d2d2d2;
}

.count-number {
    color: var(--secondColor);
    font-size: 72px;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

.counter .count-number:not(:last-child) {
    margin-bottom: 15px;
}

.counter > span {
    color: #fff;
    float: left;
    font-size: 60px;
    margin-right: 20px;
}

/*----------- Tabs & Tour Sections --------------*/

.tabs-conrainer {
    position: relative;
}

.tabs .tabs-nav li {
    float: left;
}

.tabs:not(.vertical) .tabs-nav li a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs.horisontal .tabs-nav li:last-child a {
    margin-right: 0;
}

.tabs .tabs-content {
    display: block;
    padding: 40px 30px;
    border-radius: 5px;
    background: #fff;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tabs .tabs-nav {
    width: 100%;
}

.tabs.horisontal.style2 .a-content {
    padding-bottom: 40px;
}

.tabs.horisontal.style2 .a-content p:not(:last-child) {
    margin-bottom: 20px;
}

.tabs:not(.vertical) .tabs-nav > li:not(:last-child) {
    margin-right: 2px;
}

.tabs .tabs-nav > li > a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 30px;
    letter-spacing: 0.8px;
    color: var(--mainColor);
    position: relative;
    background: #fff;
}

.tabs .tabs-nav > li > a:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tabs .tabs-nav > li.ui-tabs-active > a:after {
    z-index: 2;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
}

.tabs.vertical .tabs-nav > li > a:after {
    webkit-box-shadow: -5px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: -5px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: -5px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tabs .tabs-nav > li.ui-tabs-active a {
    background-color: var(--mainColor);
    color: #fff;
}

.tabs.vertical .tabs-nav > li.ui-tabs-active a:after {
    webkit-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
    z-index: 2;
}

.tabs.style-2 .tabs-nav > li > a {
    padding: 7px 30px;
    color: #333;
    background-color: #eee;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.tabs.style-2 .tabs-nav > li > a:after,
.tabs.style-2 .tabs-nav > li.ui-tabs-active > a:after {
    display: none;
}

.tabs.style-2 .tabs-nav > li.ui-tabs-active > a {
    color: var(--secondColor);
    border-bottom-color: var(--secondColor);
    background-color: #eee;
}

.tabs.style-2 .tabs-content {
    box-shadow: none;
}

.tabs.vertical {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.tabs.vertical .tabs-nav {
    width: 30%;
    max-width: 30%;
    margin-bottom: 0;
}

.tabs.vertical .tabs-content {
    width: 70%;
    max-width: 70%;
}

.tabs.vertical.type-2 .tabs-nav {
    width: 23%;
}

.tabs.vertical.type-2 .tabs-content {
    width: 77%;
    max-width: 77%;
    padding: 0;
    background: none;
    box-shadow: none;
    padding-left: 50px;
}

.tabs.vertical .tabs-nav li {
    float: none;
}

.tabs.vertical .tabs-nav li:not(:last-child) {
    margin-bottom: 2px;
}

.tabs.vertical .tabs-nav li a {
    border-radius: 3px 0 0 3px;
}

.tabs.vertical.type-2 .tabs-nav li:first-child a {
    border-radius: 3px 3px 0 0;
}

.tabs.vertical.type-2 .tabs-nav li:last-child a {
    border-radius: 0 0 3px 3px;
}

.tabs.vertical.style-2 .tabs-nav li a {
    padding: 8px 30px;
    border-bottom: none;
    border-right: 2px solid transparent;
}

.tabs.vertical.style-2 .tabs-nav li.ui-tabs-active a {
    border-right-color: var(--secondColor);
}

/*----------- Isotope --------------*/

.portfolio-holder {
    margin: -30px -15px 0;
}

.portfolio-holder.flickr-gallery:not(.isotope) {
    margin: -2.5px -10px;
    position: relative;
}

.portfolio-holder.flickr-gallery:not(:last-child) {
    margin-bottom: 60px;
}

.portfolio-holder.two-collumn .item {
    width: 50%;
}

.portfolio-holder.three-collumn .item {
    width: 33.3333%;
}

.portfolio-holder.fourth-collumn .item {
    width: 25%;
}

.portfolio-holder .item {
    padding: 30px 15px 0;
}

.portfolio-holder.flickr-gallery .item {
    padding: 2.5px;
    position: relative;
}

#options {
    z-index: 9;
    position: relative;
}

#options:not(:last-child) {
    margin-bottom: 40px;
}

.isotope-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.isotope-nav > button {
    font-family: 'Lato', sans-serif;
    margin: 0 1px 2px;
    text-transform: uppercase;
    color: var(--secondColor);
    background-color: #eee;
    padding: 7px 30px;
    letter-spacing: 0.5px;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.isotope-nav > button.is-checked {
    color: var(--secondColor);
    border-bottom-color: var(--secondColor);
}

.portfolio-holder:not(.isotope).size-small {
    margin: -10px -5px 0;
}

.portfolio-holder:not(.isotope).size-small .item {
    padding: 10px 5px 0;
}

.fancybox-video {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
}

/*----------- Team Members --------------*/

.team-holder .flex-row {
    margin-bottom: -50px;
}

.team-holder .flex-row [class*="col-"] {
    padding-bottom: 50px;
}

.team-holder .team-item .team-member .member-name {
    font-weight: 600;
    font-size: 17px !important;
}

.team-holder .team-item .team-member .member-name a {
    position: relative;
    display: inline-block;
}

.team-holder .team-item .team-member .member-name a:hover {
    color: inherit;
}

.team-holder .team-item .team-member .member-name a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
}

.team-holder .team-item .team-member .member-name a:hover:before {
    width: 100%;
}

.team-holder .team-item .team-member .member-name:not(:last-child) {
    margin-bottom: 5px;
}

.team-member {
    position: relative;
    z-index: 1;
}

.team-member .member-info:not(:last-child) {
    margin-bottom: 25px;
}

.team-member .member-photo {
    display: block;
}

.team-member .member-photo:not(:last-child) {
    margin-bottom: 20px;
}

.member-about {
    color: #999;
}

.member-position {
    color: #999;
    font-size: 16px;
    font-family: 'Open sans', sans-serif;
}

.member-position:not(:last-child) {
    margin-bottom: 15px;
}

.team-member .custom-list li span {
    width: 78px;
    display: inline-block;
}

.team-member .custom-list li {
    color: #2a2c32;
}

.team-member .social-icons > li > a {
    border-color: #ccc;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
}

.team-member .social-icons > li:hover > a {
    border-color: #333;
}

.team-holder.type-2 .team-item {
    text-align: left;
    padding: 30px 30px 40px;
    background-color: #f6f6f6;
}

.team-holder.type-2 .team-item p {
    color: #666;
}

.team-holder.type-2 .team-item .member-photo {
    float: left;
    margin-right: 20px;
}

.team-holder.type-2 .team-member .member-photo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

/*----------- Google Map --------------*/

.map-section .map-container:not(:last-child) {
    margin-bottom: 30px;
}

.map-section p:not(:last-child) {
    margin-bottom: 0;
}

.map-section p a:hover {
    text-decoration: underline;
}

#googleMap,
#googleMap2 {
    width: 100%;
    padding-bottom: 74%;
    min-height: 350px;
    z-index: 1;
    overflow: hidden;
}

iframe::-webkit-scrollbar {
    display: none !important;
}

iframe::scrollbar {
    display: none !important;
}

.map-section.big-map #googleMap2 {
    padding-bottom: 26%;
    min-height: 300px;
}

.map-section.style-2 #googleMap3 {
    padding-bottom: 32%;
    min-height: 400px;
}

.map-section.style-2 {
    border-bottom: 4px solid var(--secondColor);
}

.gm-style .mad-info-box {
    padding-bottom: 0 !important;
}

.gm-style .gm-style-iw-t::after,
.gm-ui-hover-effect,
.gm-style-iw-t::before {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0;
    overflow: visible;
    height: 100% !important;
    transform: translate(-120%, -35%);
}

.mad-info-img:not(:last-child) {
    margin-bottom: 25px;
}

.gm-style-iw {
    font-weight: normal !important;
    font-size: 1rem !important;
    top: 0 !important;
    left: 25px !important;
    right: 0 !important;
    width: 380px !important;
}

.gm-style-iw-d {
    padding: 30px !important;
    background: #fff;
    box-shadow: 0 12px 25px rgba(187, 187, 187, 0.43) !important;
    overflow: hidden !important;
    max-height: 480px !important;
    transform: translateY(-35%);
}

.mad-info-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.mad-info-item a {
    color: var(--mainColor);
}

.mad-info-item a:hover {
    text-decoration: underline;
}

.mad-info-item:not(:last-child) {
    margin-bottom: 15px;
}

.mad-info-title {
    font-weight: bold;
}

/*----------- Services --------------*/

/*----------- Countdown --------------*/

.countdown {
    color: #fff;
}

.countdown .countdown_section {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    width: 110px;
    background: #ac0c38;
    margin: 0 1px 2px;
    text-align: left;
    padding: 20px;
}

.countdown .countdown_section:first-child {
    border-radius: 3px 0 0 3px;
}

.countdown .countdown_section:last-child {
    border-radius: 0 3px 3px 0;
}

.countdown .countdown_amount {
    font-size: 36px;
    display: block;
    font-weight: 900;
}

/*----------- Audio Player --------------*/

.audio-poster {
    position: relative;
}

.audio-poster img {
    width: 100%;
}

.audio-poster .audioplayer1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}

.audioplayer {
    background: #e1e7e9;
    color: #222;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left-color: #222;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
    border-left-color: #80c644;
}

.audioplayer-volume {
    border: none;
}

.audioplayer-volume-button a {
    background: #222;
}

.audioplayer-volume-button:hover a {
    background: #80c644;
}

.audioplayer-volume-button a:before {
    border-right-color: #222;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    border-color: #222;
}

.audioplayer-volume-button:hover a:before {
    border-right-color: #80c644;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
    border-color: #80c644;
}

.audioplayer-bar-played {
    background: #80c644;
}

/*----------- Widget calendar --------------*/

#sidebar .widget-calendar {
    background-color: #f6f6f6;
    padding: 30px;
}

.widget-calendar .owl-carousel .owl-dots {
    display: none;
}

.widget-calendar .owl-carousel .owl-prev,
.widget-calendar .owl-carousel .owl-next {
    top: 10px;
    margin-top: 0;
    font-size: 18px;
    color: #fff;
}

.widget-calendar .owl-carousel .owl-prev {
    left: 15px;
}

.widget-calendar .owl-carousel .owl-next {
    right: 15px;
}

.calendar-wrap {
    overflow: hidden;
    border-bottom: none;
}

.widget-calendar table {
    width: 100%;
    background: #fff;
}

.widget-calendar table tr.days td {
    border-top: 0;
    background: #e7ecf3;
}

.widget-calendar table tr.days td {
    color: #333;
}

.widget-calendar table tr:not(:first-child) td:first-child {
    border-left: 4px solid #c9d3e1;
}

.widget-calendar table tr:not(:first-child) td:last-child {
    border-right: 4px solid #c9d3e1;
}

.widget-calendar table tr td {
    text-align: center;
    padding: 13px 5px;
    border: 2px solid #c9d3e1;
    font-size: 14px;
    line-height: 15px;
    color: #666;

    transition: all .4s ease;
}

.widget-calendar table tr.month td {
    color: #2a2c32;
}

.widget-calendar table tr:first-child td,
.widget-calendar table tr th,
.calendar-month {
    color: #222;
    font-size: 12px;
}

.widget-calendar table tr:first-child {
    background: var(--mainColor);
}

.widget-calendar table tr th {
    padding: 12px 10px 11px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.widget-calendar table tr td.link.current a,
.widget-calendar table tr td.link:hover a {
    color: #fff;
}

.widget-calendar table tr td.link.current,
.widget-calendar table tr td.link:hover {
    color: #fff;
    background: var(--secondColor);
}

.calendar-month {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    text-transform: none;
    color: var(--mainColor);
}

.calendar-month:hover {
    text-decoration: underline;
}

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

  9. Blog

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

.entry-box .flex-row {
    margin-bottom: -30px;
}

.entry-box .flex-row > [class*="col-"] {
    padding-bottom: 30px;
}

.entry-box .entry:not(:last-child) {
    margin-bottom: 30px;
}

/*----------- Entries --------------*/

.entry.hr-type {
    display: flex;
    width: 100%;
}

.entry.hr-type .entry-body {
    padding: 20px 30px;
}

.entry.entry-small .entry-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.entry.hr-type.entry-small .entry-attachment {
    min-width: 260px;
}

.entry.entry-small .entry-title:not(:last-child) {
    margin-bottom: 0;
}

.entry.entry-small .entry-body {
    padding: 20px 30px;
}

.events-holder:not(.type-2) .event-item .entry-attachment:not(:last-child),
.event-item.single-event .entry-attachment:not(:last-child) {
    margin-bottom: 25px;
}

.event-item.single-event:not(:last-child) {
    margin-bottom: 50px;
}

.event-item.single-event .event-info:not(:last-child) {
    margin-bottom: 30px;
}

.events-holder.type-2.small-events .event-info {
    padding: 20px;
}

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

      Comments

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

.comments-list {
    overflow: hidden;
    margin: -20px 0;
}

.comments-list:not(:last-child) {
    margin-bottom: 30px;
}

.comments-list .children .comment {
    padding-left: 40px;
}

.comment > article {
    position: relative;
    padding: 20px 0 20px;
    overflow: hidden;
}

.gravatar {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.comment-body {
    overflow: hidden;
}

.comment-meta {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}

.comment-meta:not(:last-child) {
    margin-bottom: 10px;
}

.comment-meta .comment-info {
    float: right;
}

.comment-meta .comment-info > * {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
}

.comment-meta .comment-info > a {
    color: var(--mainColor);
}

.comment-meta .comment-info > *:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #999;
}

.comment-author {
    float: left;
    font-weight: 600;
    text-transform: none;
}

.comment-author a:hover {
    color: #bf0d3d;
}

.comment-author:not(:last-child) {
    margin-bottom: 5px;
}

.comment-reply-link {
    color: inherit;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

.tabs-content .comment-meta > .comment-author {
    display: block;
    float: none;
}

.tabs-content .comment-meta {
    font-size: 14px;
}

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

  10. Portfolio

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

.portfolio-holder:not(.isotope) {
    margin: -30px -15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.portfolio-holder:not(:last-child) {
    margin-bottom: 60px;
}

.project,
.project-image {
    position: relative;
    z-index: 1;
}

.project-image {
    overflow: hidden;
}

.portfolio-holder .project-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: url(../images/icon_zoomin.png) 24 24, auto;
}

.portfolio-holder .project:hover .project-link {
    background: rgba(14, 40, 64, 0.5);
}

.portfolio-holder .project:hover > .project-description {
    background: #fff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.project-description {
    background: #f5f7fa;
    padding: 30px;

    transition: all .45s ease;
}

.project-description .project-cats:not(:last-child) {
    margin-bottom: 13px;
}

.project-description .project-cats li {
    display: inline-block;
}

.project-description .project-cats li a {
    color: var(--mainColor);
    font-size: 16px;
}

.project-description .project-cats li a:hover {
    text-decoration: underline;
}

.project-description .project-title a {
    font-weight: bold;
    letter-spacing: 0;
    border-bottom: 1px solid transparent;
}

.project-description .project-title a:hover {
    border-bottom-color: inherit;
}

.project-description .project-title:not(:last-child) {
    margin-bottom: 0;
}

.project .project-image img {
    width: 100%;
}

.project .project-image .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 6px 30px 8px;
    background: rgba(14, 30, 64, 0.4);
    opacity: 0;
    visibility: hidden;

    transition: all .5s ease;
}

.project:hover .project-image .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.project .project-image .overlay .share-title {
    text-transform: none;
    color: #d2d2d2;
}

.portfolio-holder.three-collumn .project-description {
    padding: 20px 30px;
}

.portfolio-holder.three-collumn .project-description .project-title {
    font-size: 20px;
    line-height: 28px;
}

.portfolio-holder.three-collumn .project-image .share-wrap.style-2 {
    margin: 0 -5px;
}

.portfolio-holder.three-collumn .project-image .share-wrap.style-2 .share-title,
.portfolio-holder.three-collumn .project-image .share-wrap.style-2 .social-icons.share {
    margin: 0 5px;
}

.portfolio-holder.three-collumn .project-image .overlay .share-wrap .share-title {
    font-size: 14px;
}

.portfolio-holder.three-collumn .project-image .social-icons.share:not(.type2) > li > a {
    padding: 7px 14px;
}

.project .project-image .project-description {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    background: none;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    padding-bottom: 0;
}

.project:hover .project-image .project-description {
    opacity: 1;
    visibility: visible;
}

.project .project-image .project-title a,
.project .project-image .project-cats li a {
    color: #fff;
}

.portfolio-holder.fourth-collumn:not(.isotope) .project .project-image .overlay {
    padding: 10px 20px;
}

.portfolio-holder.fourth-collumn:not(.isotope) .project .project-image .overlay .share-title,
.portfolio-holder.fourth-collumn:not(.isotope) .social-icons.share:not(.type2) > li > a {
    font-size: 13px;
}

.portfolio-holder.fourth-collumn:not(.isotope) .share-wrap .share-title {
    margin: 0;
}

.portfolio-holder.fourth-collumn:not(.isotope) .social-icons.share:not(.type2) > li > a {
    padding: 3px 10px;
}

.add-item {
    display: none;
}

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

  11. Shop

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

.settings-view-products {
    padding-bottom: 10px;
}

.settings-view-products:not(:last-child) {
    margin-bottom: 30px;
}

.settings-view-products > span {
    float: left;
    color: #7b8285;
    line-height: 40px;
}

.settings-view-products::after {
    content: "";
    display: block;
    clear: both;
}

.settings-view-products .sort-criteria {
    float: right;
    margin: 0 -10px;
}

.settings-view-products .view-type .active {
    color: #28abe3;
}

.sort-criteria .custom-select,
.sort-criteria .view-type {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 0;
}

.sort-criteria .custom-select {
    width: 215px;
    font-size: 14px;
}

.settings-view-products .sort-item > * {
    display: inline-block;
    vertical-align: middle;
}

.settings-view-products .sort-item .title {
    margin-right: 8px;
}

.view-type {
    font-size: 0;
}

.view-type > * {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
    color: #2a2c32;
}

.view-type > *:first-child {
    font-size: 18px;
    line-height: 15px;
}

.hidden-section:not(:last-child) {
    margin-bottom: 20px;
}

.hidden-section .account-action {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.hidden-section .account-action > a {
    color: var(--mainColor);
    border-bottom: 1px solid transparent;
}

.hidden-section .account-action > a:hover {
    border-bottom-color: inherit;
}

.hidden-section .content {
    padding: 20px 0 15px;
}

.hidden-section .content input:not([type="submit"]):not(:last-child) {
    margin-bottom: 15px;
}

.hidden-section .content .join-form {
    display: block;
}

.forgot-password {
    color: #038ed3;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-form-footer {
    margin-top: 10px;
}

.checkbox-title input[type="checkbox"] + label {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #2a2c32;
}

.checkbox-title input[type="radio"] + label::before,
.checkbox-title input[type="checkbox"] + label::before {
    left: 0;
    right: auto;
    top: 50%;
    margin-top: -17px;
}

.checkbox-title input[type="checkbox"] + label::after {
    right: auto;
    left: 9px;
    top: 50%;
    margin-top: -12px;
}

.checkbox-title input[type="checkbox"] + label {
    padding-left: 0;
    padding-right: 50px;
}

.checkbox-title:not(:last-child) {
    margin-bottom: 20px;
}

.payment-option li:not(:last-child) {
    margin-bottom: 15px;
}

.payment-option input[type="radio"] + label {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

.payment-option p {
    color: #7b8285;
}

.payment-option .input-wrapper:not(:last-child) {
    margin-bottom: 0;
}

.payment-option .input-wrapper a {
    color: var(--mainColor);
    font-size: 14px;
}

.payment-option .paypal-link {
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    color: #038ed3;
    margin-left: -20px;
}

.payment-option .paypal-link:hover {
    text-decoration: underline;
}

.payment-option > li:last-child [class*="btn"]:only-child {
    margin-top: 15px;
}

.product-sort-section:not(:last-child) {
    margin-bottom: 30px;
}

.product-sort-section .custom-select {
    width: auto;
    min-width: 230px;
}

.product-sort-section > span {
    color: #666;
}

/* ------------------ Product Box ---------------- */

.products-holder {
    margin: -30px -15px 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-holder > [class*="col-"] {
    padding: 30px 15px 0;
}

.products-holder:not(:last-child) {
    margin-bottom: 50px;
}

.product {
    position: relative;
}

.product-description {
    position: relative;
}

.product .product-image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product .overlay {
    opacity: 0;
    visibility: hidden;
    background: rgba(14, 30, 64, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;

    transition: all .45s ease;
}

.product:hover .product-image .overlay {
    opacity: 1;
    visibility: visible;
}

.overlay-inner {
    position: absolute;
    top: 50%;
    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product .product-description .product-name a:hover {
    border-color: inherit;
}

.product::after {
    content: "";
    display: block;
    clear: both;
}

.product-image {
    display: block;
    position: relative;
}

.product-image:not(:last-child) {
    margin-bottom: 20px;
}

.product-name {
    line-height: 28px;
    letter-spacing: 0;
    font-weight: bold;
}

.product-name a {
    border-bottom: 1px solid transparent;
}

.product-name:not(:last-child) {
    margin-bottom: 5px;
}

.product-price {
    font-size: 18px;
    color: var(--mainColor);
}

.product-info {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Assistant', sans-serif;
    overflow: hidden;
}

.product-info .product-review {
    color: #7b8285;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Heebo', sans-serif;
}

.product-info .product-review:last-child {
    margin-left: 10px;
}

.product-info .product-review > a {
    color: #038ed3;
}

.product-info .product-review > a:hover {
    text-decoration: underline;
}

.product-excerpt:not(:last-child) {
    margin-bottom: 10px;
}

.products-holder .product .product-name {
    font-size: 20px;
    line-height: 24px;
}

.products-holder .product .product-price {
    font-size: 16px;
}

.amount::after {
    content: 'x';
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

.rating {
    z-index: 1;
    font-size: 0;
}

.rating > li {
    display: inline-block;
    font-size: 16px;
    color: #face00;
}

.rating-list .rating {
    line-height: 10px;
}

.rating-list > li {
    display: inline-block;
    position: relative;
    line-height: 15px;
    font-size: 0;
}

.rating-list > li:not(:last-child) {
    padding-right: 19px;
    margin-right: 15px;
}

.rating-list > li:not(:last-child):after {
    content: '';
    height: 16px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: #ccc;
}

.rating-list .rating > li {
    font-size: 24px;
}

/* ------------------ List View ---------------- */

.products-holder.view-list[class*="fx-cols-"] .product-col {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
}

.products-holder.view-list .product-image {
    float: left;
    max-width: 230px;
    width: 32%;
    margin: 0 30px 0 0;
}

.products-holder.view-list .product-description {
    padding-top: 25px;
}

.products-holder.view-list .product-price {
    display: block;
}

.product-size {
    display: block;
    color: #666;
}

.products-holder.view-list .product-info:not(:last-child) {
    margin-bottom: 0px;
}

.products-holder.view-list .product-price:not(:last-child) {
    margin-bottom: 8px;
}

.products-holder.view-list .product-name:not(:last-child) {
    margin-bottom: 8px;
}

/* ------------------ Shopping cart ---------------- */

.shop-cart {
    position: relative;
}

.shop-cart .sc-cart-btn {
    background: transparent;
    font-size: 24px;
    position: relative;
}

.sc-invoker:hover,
.sc-invoker.opened {
    color: #28abe3 !important;
}

.sc-cart-btn > span:not(.price) {
    position: relative;
}

.sc-cart-btn > span:not(.price)::after {
    content: attr(data-amount);
    position: absolute;
    font-size: 10px;
    font-family: 'Open sans', sans-serif;
    color: #fff;
    background: var(--secondColor);
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 18px;
    top: 0;
    right: 0;
    margin-right: -5px;
}

.shopping-cart {
    background: #fff;
    padding: 30px;
    width: 360px;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
    box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.shopping-cart:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: var(--secondColor);
}

.shopping-cart .product-image:not(:last-child),
.shop-cart-form .product .product-image:not(:last-child) {
    margin-bottom: 0;
}

.shopping-cart .product-name:not(:last-child),
.shop-cart-form .product .product-name:not(:last-child) {
    margin-bottom: 0;
}

.shopping-cart .products-holder .product .product-name {
    font-size: 16px;
}

.shopping-cart .product-color,
.shop-cart-form .product .product-color {
    font-size: 13px;
    color: #7b8285;
}

.shopping-cart .products-holder {
    margin: 0;
}

.shopping-cart .products-holder .col {
    padding: 0;
}

.shopping-cart .products-holder .product-image,
.shop-cart-form .product .product-image {
    float: left;
    margin-right: 20px;
    max-width: 80px;
    overflow: hidden;
}

.shopping-cart .products-holder .product-description {
    overflow: hidden;
    padding: 0;
    padding-right: 30px;
}

.shopping-cart .product-name,
.shop-cart-form .product .product-name {
    display: block;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
}

.shopping-cart .product-name:hover,
.shop-cart-form .product .product-name:hover {
    color: #28abe3 !important;
}

.shopping-cart .product-price,
.shop-cart-form .product-price {
    color: var(--mainColor);
    font-size: 14px;
}

.shopping-cart .product .item-close,
.shop-cart-form .item-close {
    color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    font-family: "linea-arrows-10";
    background: none;
    font-size: 18px;
    z-index: 2;
}

.shopping-cart .product .item-close:before,
.shop-cart-form .item-close:before {
    content: "\e00e";
}

.shopping-cart .product .item-close:hover,
.shop-cart-form .item-close:hover {
    color: #ed1c24;
}

.shopping-cart .products-holder {
    margin: 0;
}

.shopping-cart .products-holder .product {
    box-shadow: none;
    background: transparent;
    width: 100%;
}

.shopping-cart .products-holder .product:not(:last-child) {
    margin-bottom: 20px;
}

.sc-footer .subtotal {
    padding: 20px 0 0;
}

.sc-footer .subtotal .total-price {
    padding-left: 35px;
}

.shopping-cart .subtotal:not(:last-child) {
    margin-bottom: 25px;
}

.sc-footer .subtotal {
    font-family: 'Lato', sans-serif;
    min-width: 100px;
    color: var(--secondColor);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.shopping-cart-form:not(:last-child) {
    margin-bottom: 40px;
}

.shop-cart-form tr td {
    vertical-align: top;
}

.shop-cart-form tr td .item-close {
    position: absolute;
    margin-top: 0;
    top: 50%;
    left: 0;
    margin-top: -14px;
}

.shop-cart-form tr th.close-product {
    width: 490px;
}

.shop-cart-form .product,
.shop-cart-form .item-close {
    display: inline-block;
}

.shop-cart-form .product-image,
.shop-cart-form .product-description,
.shop-cart-form .item-close {
    display: inline-block;
    vertical-align: top;
}

.shop-cart-form:not(.order-type) .product {
    padding-left: 70px;
    position: relative;
}

.shop-cart-form .item-close {
    display: inline-block;
}

.shop-cart-form.order-type tr td.order-total {
    background: #eee;
    font-size: 16px;
    position: relative;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.shop-cart-form .product .product-description {
    overflow: hidden;
}

.recent-order tr td a.info-btn {
    color: var(--mainColor);
}

.recent-order tr td a:not(.btn):hover {
    text-decoration: underline;
}

.payment-desc {
    padding-left: 50px;
}

.product.single {
    box-shadow: none;
    background: transparent;
}

.product.single .product-description {
    padding: 0;
    color: #5f6366;
}

.product.single .product-name {
    line-height: 48px;
    font-weight: normal;
}

.product.single .product-name:not(:last-child) {
    margin-bottom: 5px;
}

.product.single .product-price {
    font-size: 24px;
    font-weight: bold;
}

.product.single .product-price:not(:last-child) {
    margin-bottom: 15px;
}

.product.single .pricing-area:not(:last-child) {
    margin-bottom: 10px;
}

.product.single .pricing-area .rating {
    display: inline-block;
}

.product.single .pricing-area .rating li i {
    font-size: 18px;
}

.product.single .pricing-area span > a {
    color: var(--mainColor);
    font-size: 14px;
}

.product.single .pricing-area span > a:hover {
    text-decoration: underline;
}

.image-preview:not(:last-child) {
    margin-bottom: 30px;
}

.product.single .product-excerpt {
    color: #333;
}

.product.single .product-info:not(:last-child) {
    margin-bottom: 15px;
}

.product.single .add-to-cart-form > *:not(:last-child) {
    margin-bottom: 20px;
}

.product.single .add-to-cart-form .custom-select {
    width: auto;
    min-width: 190px;
}

.product.single .product-actions .quantity + .btn {
    margin-left: 15px;
}

.product.single .product-characteristics {
    margin: -10px -7px 0;
}

.product.single .product-characteristics:not(:last-child) {
    margin-bottom: 30px;
}

.product.single .product-characteristics > li > * {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 7px 0;
}

.product.single .product-characteristics > li:not(:last-child) {
    margin-bottom: 8px;
}

.product-characteristics .selected-option {
    min-width: 200px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.product-characteristics .selected-option::after {
    border-top-color: #c5c5c5;
}

.product.single .product-characteristics .name {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #2c3035;
    text-transform: uppercase;
    min-width: 60px;
}

.product.single .add-to-cart-form:not(:last-child),
.product.single .product-actions:not(:last-child) {
    margin-bottom: 20px;
}

.product.single .product-meta {
    color: #333;
}

.product.single .product-meta > li > span {
    color: #494949;
}

.product.single .product-meta:not(:last-child) {
    margin-bottom: 25px;
}

.product.single .product-meta a {
    color: var(--mainColor);
}

.product.single .product-meta a:hover {
    text-decoration: underline;
}

.product.single .product-meta > li:not(:last-child) {
    margin-bottom: 10px;
}

.product.single .product-actions {
    margin: -10px -5px 0;
}

.product.single .product-actions > * {
    margin: 10px 5px 0;
}

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

.image-preview .label {
    top: 40px;
    z-index: 5;
}

.open-modal {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    font-size: 20px;
    color: #2a2c32;
}

.zoomContainer {
    z-index: 4 !important;
}

.product-thumbs.owl-carousel .owl-item img {
    opacity: 0.5;
    width: auto;
}

.product-thumbs .active:not(.owl-item) img {
    opacity: 1;
}

.product-thumbs .owl-nav,
.product-thumbs .owl-dots {
    display: none;
}

.product-thumbs .owl-nav > * {
    font-size: 20px;
}

.product-thumbs .owl-nav .owl-prev {
    left: -15px;
}

.product-thumbs .owl-nav .owl-next {
    right: -15px;
}

.share .title {
    color: #7b8285;
    margin-right: 10px;
}

.share ul {
    display: inline-block;
}

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

  12. Sidebar

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

#sidebar .widget:not(:last-child) {
    margin-bottom: 40px;
}

#sidebar [class*="widget-bg"] {
    padding: 40px 30px;
    overflow: hidden;
}

#sidebar .widget-bg {
    background: #f6f6f6;
}

#sidebar .widget-bg2 {
    background: var(--mainColor);
}

.widget:not(:last-child) {
    margin-bottom: 30px;
}

#sidebar .widget .wt-title {
    text-transform: uppercase;
}

#sidebar .widget-bg2 .wt-title {
    color: #fff;
}

#sidebar .widget-bg2 p {
    color: #d2d2d2;
}

#sidebar .widget .entry-attachment .entry-body .entry-title {
    font-size: 16px;
    font-weight: normal;
}

#sidebar .widget .action-widget .action-item.donate .btn {
    padding-left: 10px;
    padding-right: 10px;
}

#sidebar .widget-holder:not(.style-2):not(.widget-bg) .wt-title {
    color: #fff;
}

#sidebar .widget.widget-bg .join-form {
    display: block;
}

/* ----------------- Newslatter Widget ---------------- */

#sidebar .widget .join-us.style-4 .join-form input:not(:last-child) {
    margin-bottom: 10px;
}

#sidebar .widget .join-us.style-4 p:not(:last-child) {
    margin-bottom: 20px;
}

/* ----------------- Search Widget ---------------- */

.widget.widget-searchform {
    padding: 0;
    background: transparent;
}

/* ----------------- Tags Widget ---------------- */

.tagcloud {
    overflow: hidden;
    margin: -5px -2.5px 0;
}

.tagcloud a {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 16px;
    padding: 9px 10px 8px;
    display: block;
    float: left;
    background-color: #e7ecf3;
    border-radius: 3px;
    margin: 5px 2.5px 0;
}

.tagcloud a:hover {
    color: #fff;
    background-color: var(--mainColor);
}

.tagcloud span {
    float: left;
    display: block;
    padding: 6px 0 5px;
    margin: 4px 20px 0 3px;
    color: #666;
    text-transform: uppercase;
}

.tagcloud:not(:last-child) {
    margin-bottom: 15px;
}

/* ----------------- About Me Widget ---------------- */

.widget-about-me {
    text-align: center;
    padding-bottom: 25px;
}

.widget-about-me .avatar {
    display: inline-block;
    border-radius: 50%;
    max-width: 130px;
}

.widget-about-me .avatar:not(:last-child) {
    margin-bottom: 18px;
}

.widget-about-me .author-name {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.widget-about-me .author-position {
    color: #2c3035;
    font-size: 16px;
}

.widget-about-me .author-position:not(:last-child) {
    margin-bottom: 10px;
}

.widget-about-me .social-icons a {
    color: #908d8d;
}

.widget-about-me .social-icons {
    margin: -5px -5px 0;
}

.widget-about-me .social-icons > li {
    margin: 5px;
}

.widget-about-me .social-icons a:hover {
    color: #28abe3;
}

/* ----------------- Entry Widget ---------------- */

.widget .entry-attachment .entry-body .entry-title {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
}

.widget.entry.small-thumb .entry-attachment .entry-body {
    padding-top: 5px;
}

.entry:not(.type2) .entry-attachment .entry-body .entry-meta:not(:last-child) {
    margin-bottom: 8px;
}

.widget.entry.small-thumb .entry-attachment:not(:last-child) {
    margin-bottom: 25px;
}

[class*="footer"] .widget .entry-attachment .entry-body .entry-meta a,
[class*="footer"] .widget .entry-attachment .entry-body .entry-title > a {
    color: #fff;
}

[class*="footer"] .widget .entry-attachment .entry-body {
    padding-top: 5px;
}

.entry-attachment img {
    width: 100%;
}

#sidebar .widget.widget-holder .widget-events {
    padding: 0 0 20px 0;
    background: none;
}

#sidebar .widget.widget-holder .widget-events > .info-btn {
    left: 0;
    bottom: 0;
}

#sidebar .widget .events-holder .event-item:not(:last-child) {
    margin-bottom: 30px;
}

#sidebar .widget .events-holder:not(:last-child) {
    margin-bottom: 20px;
}

#sidebar .widget-events .event-item .event-link {
    font-weight: bold;
}

#sidebar .widget .events-holder .event-info .event-link:not(:last-child) {
    margin-bottom: 0;
}

/* ----------------- Product Widget ---------------- */

.widget .products-holder {
    margin: 0;
    display: block;
}

.widget .products-holder .product {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.widget .products-holder .product:not(:last-child) {
    margin-bottom: 30px;
}

.widget .products-holder .product-description {
    overflow: hidden;
    padding: 5px 0 0;
}

.widget .products-holder .product-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.widget .products-holder .product-name:not(:last-child) {
    margin-bottom: 0;
}

.widget .products-holder .product-image {
    float: left;
    max-width: 100px;
    margin: 0 20px 0 0;
}

.widget .products-holder .product-info {
    margin: -5px -2px 0;
    line-height: 22px;
}

.widget .products-holder .product-info > * {
    display: inline-block;
    vertical-align: baseline;
    margin: 5px 2px 0;
}

.widget .products-holder .product-price {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 28px;
    float: none;
}

.widget .rating .empty-state {
    width: 70px;
    height: 14px;
    background-image: url("../images/icon_star_empty_small.png");
}

.widget .rating .fill-state {
    background-image: url("../images/icon_star_small.png");
}

/*----------- Comment --------------*/

.widget .comment-item {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    color: #7b8285;
}

.widget .comment-item .author,
.widget .comment-item .author:hover {
    color: #038ed3;
}

.widget .comment-item a:hover {
    text-decoration: underline;
    color: #2a2c32;
}

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

  13. Footer

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

.footer .main-footer {
    padding: 70px 0;
    color: #d2d2d2;
    background: url(../images/1920x456_bg1.jpg) center no-repeat;
    background-size: cover;
}

[class*="footer"] .widget {
    padding: 0;
    background: transparent;
}

[class*="footer"] .widget:not(:last-child) {
    margin-bottom: 60px;
}

[class*="footer"] .widget .widget-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

[class*="footer"] .widget .logo {
    display: block;
}

[class*="footer"] .widget .logo:not(:last-child) {
    margin-bottom: 30px;
}

[class*="footer"] .copyright .widget:not(:last-child) {
    margin-bottom: 25px;
}

[class*="footer"] .widget span,
[class*="footer"] .widget p a.link-text {
    color: #fff;
}

.copyright {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.copyright .paid-by {
    border: 1px solid #999;
    padding: 7px 20px;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
}

.widget p > a {
    text-transform: none;
    font-size: 16px;
}

.copyright .paid-by:not(:last-child) {
    margin-bottom: 25px;
}

/* footer 2 */

.footer-2 .main-footer {
    padding: 70px 0;
    background-color: var(--mainBackground);
}

.footer-2 .top-footer {
    text-align: center;
    background-color: #0c1a36;
    padding: 23px 0;
    border-top: 4px solid var(--secondColor);
}

.top-footer-menu {
    margin: 0 -20px;
    font-size: 0;
    display: inline-block;
}

.top-footer-menu > li {
    padding: 0 18px;
    display: inline-block;
}

.top-footer-menu > li > a {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: var(--secondColor);
}

.top-footer-menu > li > a:hover {
    color: #fff;
}

.footer-2 .copyright {
    padding-top: 60px;
    text-align: center;
}

.footer-2 .social-icons:not(:last-child),
.footer .social-icons:not(:last-child),
.footer-3 .social-icons:not(:last-child) {
    margin-bottom: 10px;
}

.footer-2 .copyright .widget p {
    font-size: 16px;
    color: #c9c9ca;
}

/* footer 3 */

.footer-3 .main-footer {
    position: relative;
    z-index: 2;
    padding: 70px 0;
    background-color: #f6f6f6;
    color: #737373;
}

.footer-3 .main-footer .widget .widget-title {
    color: #333;
}

.footer-3 .main-footer .widget p a.link-text {
    color: #333;
}

.footer-3 .main-footer .widget p span {
    color: #737373;
}

.footer-3 .main-footer .copyright {
    color: #b5b5b5;
}

.footer-3 .main-footer .copyright .paid-by {
    color: #666;
}

/* footer 4 */

.footer-4 .main-footer {
    padding: 60px 0 80px;
    background-color: var(--mainBackground);
}

.footer-4 .main-footer .copyright {
    text-align: center;
    margin-top: 70px;
}

.footer-4 .main-footer .copyright p.info-block {
    color: #d2d2d2;
}

/* footer 5 */

.footer-5 .copyright {
    text-align: center;
    padding-top: 65px;
}

/* footer 6 */

.footer-3.type-2 .main-footer {
    background: #fff;
}

.footer-3.type-2 .main-footer .copyright {
    color: #999;
}

.footer-3.type-2 .main-footer .copyright .paid-by {
    color: #666;
    background: #f6f6f6;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
}

section {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}


#main.page-content img {
    max-width: 100%;
    height: auto;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 12px;
}

select {
    background: white;
    border: 1px solid #333;
    padding: 10px;
}


.photogallery img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px;
}


.widget-holder .widget-twitter h6 strong, .widget-holder .widget-twitter h6 {
    color: #FFF;
}

.container {
    max-width: 1200px !important;
}

.accordion.dark .accordion-button {
    background-color: var(--mainColor) !important;
    color: #FFF;
}

.accordion.dark .accordion-button::after {
    background-color: #FFF !important;
}

.accordion.dark .accordion-button:not(.collapsed) {
    color: #FFF !important;
}


.accordion.light .accordion-button {
    background-color: #FFF !important;
    color: var(--mainColor);
    font-weight: bold;
}

.accordion.light .accordion-button::after {
    background-color: #FFF !important;
}

.accordion.light .accordion-button:has(.collapsed) {
    color: var(--mainColor) !important;
}


.accordion.light .accordion-button:not(.collapsed) {
    color: #FFF !important;
    background-color: var(--mainColor) !important;
}

.sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid var(--mainBackground);
    min-height: 100%;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.12);
    -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.12);
    box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.12);
    text-align: center;
    flex-direction: column;
    position: relative;
    min-height: 200px;
}
