html {
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
}

body {
    margin: 0 auto;
    padding: 0;
}

.wrapper {
    color: #221f1f;
    font-family: 'Poppins', Arial, Tahoma;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    position: relative;
}
a:focus {
    outline: 2px dotted #ff0000;
}

.wcag-placeholder {
    display: none;
}

a.skipLink {
    outline: none;
    height: 1px;
    overflow: hidden;
    display: block;
    top: 0;
    left: 42%;
    z-index: 1000;
    width: 16%;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-family: 'arial';
    font-weight: bold;
    position: fixed;
}

a.skipLink:not(.empty):focus,
a.skipLink:not(.empty):active {
    height: 40px;
    border: 2px solid #000;
    background: #fffe01;
}

a.skipLink:focus {
    outline: none;
}

.widgetWrapper .edcwidgetImage {
    width: 600px;
    height: auto;
}
.container {
    width: 1350px;
    margin: auto;
    position: relative
}

.row {
    width: 100%;
    overflow: hidden
}

.row#edicraContent {
    overflow: visible
}
.menuMobile {
    display: none
}

.row.grey {
    background: #f3f3f3;
    padding: 60px 0 15px;
}

.row.padding {
    padding: 70px 0 60px;
}

.row.paddingTop {
    padding: 80px 0 0;
}

a {
    color: #ef6c00;
    text-decoration: none;
    outline: 0px;
    cursor: pointer;
}

a:hover {
    color: #DA251C;
}

a.fadeLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover.fadeLink {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.zoomLink {
    transition: all 0.40s ease-in-out;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
}

.zoomLink:hover {
    transform: scale(1.06);
}

a.more {
    background: #846D2A;
    color: #fff !important;
    font-size: 22px;
    line-height: 1.1;
    padding: 9px 25px;
    font-family: 'Poppins';
    margin-top: 15px;
    float: left;
}

a.more:hover {
    background: #005332;
    color: #fff;
    text-decoration: none !important;
}

a.more.white {
    background: #fff;
    color: #221f1f;
}

a.more.white:hover {
    background: #221f1f;
    color: #fff;
}

.row.center {
    width: auto;
    text-align: center;
    margin: 20px 0 10px;
}

.row.center .more {
    float: none;
    margin: auto;
    line-height: 45px;
}

p {
    margin: 0 0 13px
}

p.big {
    color: #222222;
    font-size: 18px;
    line-height: 25px;
}

#title.row .container {
    width: auto;
}

h1 {
    color: #221f1f;
    font-family: 'Poppins', Arial;
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    margin: 0 0 22px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}
body.index h1 {
    display: none
}

h2 {
    color: #221f1f;
    font-family: 'Poppins', Arial;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

h2.border, h3.border, h4.border, h5.border {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

h3.noMargin, h4.noMargin, h5.noMargin {
    margin-top: 0 !important;
}

h2.margin-top, h3.margin-top, h4.margin-top, h4.margin-top, h5.margin-top, #edicraContent h5.margin-top {
    margin-top: 35px;
}

h3 {
    color: #005332;
    font-family: 'Poppins', Arial;
    font-size: 30px;
    font-weight: 800;
    line-height: 29px;
    margin: 0px 0px 20px 0px;
}

#edicraContent h3 {
    margin-top: 40px;
}

#calculatorForm h3 {
    margin-top: 0 !important;
    text-align: left !important;
}

h4 {
    color: #005332;
    font-family: 'Poppins', Arial;
    font-size: 25px;
    font-weight: 800;
    line-height: 29px;
    margin: 0px 0px 18px 0px;
}

h1.black, h2.black, h3.black, h4.black, h5.black {
    color:#221f1f;
}

.padding-s {
    padding: 10px
}

.padding-m {
    padding: 20px;
}

.padding-l {
    padding: 30px
}

.margin-s {
    margin: 10px
}

.margin-m {
    margin: 20px;
}

.margin-l {
    margin: 30px
}

.pull-center {
    text-align: center
}


/* HEADER */

header {
    width: 100%;
    height: 200px;
    z-index: 100;
    background: #fff;
    position: fixed;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border-bottom: 1px solid #fff;
}

body.subpage header {
    border-bottom: 1px solid #eee;
}

header #right-column {
    float: right;
    margin-top: 46px;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

header.smaller #right-column {
    margin-top: 17px;
}

header .greyRow {
    transition: all 0.3s ease 0s;
    background: #ececec;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.40s ease-in-out;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
}

header .greyRow .col {
    margin-bottom: 0;
}

header.smaller .greyRow {
    margin-top: -55px;
}

header #topLeftMenu {
    float: left;
    list-style: none;
}

header #topLeftMenu li {
    float: left;
    display: inline-block;
    margin-right: 17px;
    padding: 14px 0;
}

header #topLeftMenu li a {
    color: #17151a;
    font-size: 16px;
}

header #topLeftMenu li a:hover {
    color: #005332;
}

header .top {
    position: relative;
    padding: 0 45px;
}

header #topMenu {
    float: right;
}

header #topMenu ul {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 45px 0 0;
}

header #topMenu ul li {
    display: inline;
    margin: 0;
    list-style: none;
    padding: 0;
    float: left;
    border-right: 1px solid #dfe0e1
}

header #topMenu ul li:last-child {
    border-right: none
}

header #topMenu ul li a {
    font-family: "Poppins", Arial;
    font-size: 19px;
    font-weight: bold;
    color: #17151a;
    float: left;
    padding: 17px 20px 17px;
    line-height: 1;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

header .bpsLink {
    float: right;
    margin-top: 15px;
    margin-left: 20px;
    display: inline-block;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

header.smaller .bpsLink {
    margin-top: 9px;
}
header.smaller #topMenu ul li a {
    padding: 13px 18px;
}

header #topMenu ul li a:hover {
    background: #e8e8e8;
}

header #topMenu ul li a.active {
    color: #fff;
    background: #005332;
}

header #topMenu ul li a.active:hover {
    background: #00652e;
}

header #topTools {
    padding: 11px 0 0 0;
    position: absolute;
    top: 1px;
    left: 570px;
    transition: all 0.40s ease-in-out;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
}

header.smaller #topTools {
    top: -50px;
    
}

header #topTools .sitemapLink,
header #topTools .deklaracjaLink,
header #topTools .nieslyszacyLink,
header #topTools .textLink,
header #topTools .fontSeparation,
header #topTools .kontrastLink,
header #topTools .fontSizePlus {
    display: inline;
    float: left;
    color: #000;
    padding: 0 0 0 9px;
}

header #topTools .sitemapLink {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    padding-right: 15px;
}

header #topTools .deklaracjaLink {
    font-size: 27px;
}

header #topTools .fontSeparation {
    font-size: 22px;
    padding: 1px 5px 0;
    margin-left: 8px;
}

header #topTools .fontSeparation em {
    width: 28px;
}

body.separation-on header #topTools .fontSeparation {
    color: #fff;
    border-radius: 4px;
    background: #000;
}

header #topTools .textLink {
    font-size: 22px;
}

body.textversion-on header #topTools .textLink {
    color: #fff;
    border-radius: 4px;
    background: #000;
}


body.separationOn header #topTools .fontSeparation {
    background: #000;
    border-radius: 4px;
}

body.separationOn header #topTools .fontSeparation em {
    color: #fff;
}

header #topTools .nieslyszacyLink {
    font-size: 25px;
    color: #000;
}

header #topTools .kontrastLink {
    font-size: 28px;
    height: 29px;
    padding-left: 6px;
    line-height: 28px;
    width: 36px;
    color: #000;
}

header #topTools .kontrastLink em {
    margin-top: 2px;
}

body.disabled header #topTools .kontrastLink {
    background: #ff0;
    border-radius: 4px;
}

body.disabled header #topTools .kontrastLink em {
    color: #000 !important;
}

header #topTools .fontSizePlus {
    font-size: 22px;
    padding: 2px 5px 0;
    margin-left: 4px;
}

header #topTools .fontSizePlus sup {
    line-height: 0.5;
}

header #topTools a:focus {
    border: none;
    outline: 2px dotted #ff0000
}

body.fontSizePlus header #topTools .fontSizePlus {
    background: #000;
    border-radius: 4px;
}

body.fontSizePlus header #topTools .fontSizePlus em,
body.fontSizePlus header #topTools .fontSizePlus sup {
    color: #fff;
}

.tts-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  transition: color 0.3s ease;
  padding: 1px 5px 0;
  margin-left: 5px;
}

.tts-button:hover {
  color: #222;
}

.tts-button.active {
  color: #fff;
  background: #000;
  border-radius: 4px;
}

header #mainLink {
    position: absolute;
    text-indent: -1000px;
    top: 0;
    left: 15px;
    background-image: url('../img/mainLogo.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 390px;
    height: 202px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header #mainLink:hover {
    background-position: 0 -10px;
}

header.smaller {
    height: 75px;
    -moz-box-shadow: 0 0 15px #c7c7c4;
    -webkit-box-shadow: 0 0 15px#c7c7c4;
    box-shadow: 0 0 15px #c7c7c4;
}

header.smaller #mainLink {
    background-size: cover;
    height: 125px;
    top: 0;
    width: 240px;
}

.socialLink {
    margin-right: 20px;
    float: right;
    margin-top: 13px;
}

.socialLink i {
    font-size: 27px;
    color: #00652e;
}

.socialLink span {
    display: none;
}

.eBanking {
    color: #fff;
    background: #005332;
    border-bottom: 6px solid #c0a03c;
    padding: 12px 20px 10px;
    float: right;
}

.eBanking:hover {
    color: #fff;
    background: #c0a03c;
    border-bottom: 6px solid #c0a03c;
}

/* SLIDER */

#sliderWrapper {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    height: 610px;
}


/****** MAIN MENU *******/

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: #005332;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

    z-index: 1;
    /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
    /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}


.nav-flyout-navmask,
.nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

/* Menu Toggle */
.btn-navbar {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 32px;
    padding: 4px 0;
    display: block;
    background: #c0a03c;
    z-index: 1;
}

.btn-navbar-navtoggle {
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .btn-navbar-navtoggle {
    top: 0;
}

.btn-navbar .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #fff;
    margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

@media screen and (min-width: 768px) {
    .btn-navbar {
        display: none;
    }

}

/* Navbar Styles */
.navbar {
    margin: 0;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .navbar .nav-collapse {
        display: none;
    }

    .icon-cbmore {
        content: "";
        float: right;
        margin-top: 4.5px;
        padding: 4.5px;
        box-shadow: 1px -1px 0 0px #FFF inset;
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

}

@media screen and (min-width: 768px) {

    .menuWrapper {
        float: left;
        margin-top: 7px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    header.smaller .menuWrapper {
        margin-top: 3px;
    }

    .navbar {
        display: block;
        margin: 0;
        float: right;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }


    header.smaller .navbar {}

}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    height: 100%;
}

.the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
}


.the-nav ul.nav-flyout li a {
    color: #FFF;
    font-family: "Poppins";
    display: block;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 15px;
    margin-right: 0;
}

.the-nav ul.nav-flyout li ul li a {
    font-weight: 300;
    padding: 9px 0 9px 12px;
    font-size: 16px;
    text-transform: none;
}

.the-nav ul.nav-flyout li a:hover {
    background: #221f1f;
}

.the-nav ul.nav-flyout .dropdown {
    position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #595959;
    transition: width .2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 180px;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
}

.the-nav.is-inactive ul.nav-flyout > li > a {
    opacity: .2;
}

.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    background: #221f1f;
}

/* Large Screen Styles*/
@media screen and (min-width: 768px) {

    .the-nav {
        display: block;
    }

    .the-nav .nav {
        display: block;
    }

    .the-nav .nav-pill:after {
        content: "";
        display: table;
        clear: both;
    }

    .the-nav > .nav {
        margin: 0;
        line-height: normal;
    }

    .the-nav > .nav > li {
        display: inline-block;
        margin-bottom: 0;
        float: left;
        border-right: 1px solid #eee;
        position: relative;
    }
    
    .the-nav > .nav > li:last-child {
        border-right: none;
    }

    .the-nav > .nav > li a.menuTop {
        display: inline;
        float: left;
        padding: 12px 16px;
        font-weight: bold;
        line-height: 1.1;
        color: #221f1f;
        font-size: 20px;
        font-family: 'Poppins';
        cursor: pointer;
    }

    .the-nav > .nav > li:hover a {
        background: #005332;
        color: #fff;
    }

    header.smaller .the-nav > .nav > li a.menuTop {
        padding: 9px 18px 9px;
    }

    .the-nav > .nav > li:hover .caret {
        border-top-color: #303030;
        border-bottom-color: #303030;
    }


    /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 100%;
        left: -1px;
        z-index: 20;
        margin: 0;
        padding: 10px 0;
        width: 255px;
        background: #005332;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    
    .nav > li:nth-child(2) > .subnav {
        width: 278px;
    }

    .nav > li > .subnav > li {
        margin-bottom: 0;
    }

    .nav > li > .subnav > li.image-box {
        position: absolute
    }

    .nav > li > .subnav > li a {
        display: block;
        float: left;
        padding: 11px 0 10px 2px;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        background-image: none;
        height: auto;
        border-bottom: 1px solid RGB(255,255,255,0.2);
        width: 93%;
        margin-left: 12px;
        line-height: 16px;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    .nav > li > .subnav > li:last-child a {
        border-bottom: none;
    }

    .nav > li:last-child > .subnav > li a {

    }

    .nav > li > .subnav > li:hover a {
        color: #c0a03c;
    }
}

/* General Mobile First Styles */
.hidden-sm {
    display: none;
}

@media screen and (min-width: 768px) {

    .visible-sm {
        display: none;
    }

    .hidden-sm {
        display: block;
    }
}

/* Resets and clean ups and extras 
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    text-shadow: 0 1px 0 #325b56;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    margin-left: 3px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container:before,
.container:after {
    content: "";
    display: table;
    clear: both;
}

/****** END OF MAIN MENU *******/


/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

.col.right {
    float: right;
}

.col.align-right {
    text-align: right
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.group .first {
    margin-left: 0;
}

.group .last {
    margin-right: 0;
}

.group .right {
    float: right;
    text-align: right
}

.col img {
    max-width: 100%;
    height: auto;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

/****** END OF CONTENT GRID CSS *******/

/* CONTENT */

body.index #content {
    background: #eee url(../../img/parallax.jpg);
    background-attachment: fixed
}
#content {
    padding-top:245px;
    padding-bottom: 30px;
}

#bottomRow {
    background: #eee url(../../img/parallax.jpg);
    background-attachment: fixed
}

body.subpage #subtitle {
    padding: 218px 0 19px;
    background: #eee url(../../img/parallax.jpg);
}

body.subpage #subtitle h1 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    padding: 0;
    border: none;
    max-width: 88%;
    float: right;
    text-align: right;
}

body.subpage #content {
    padding-top: 50px;
    padding-bottom: 0px;
}

.titleBox {
    margin-bottom: 19px
}

.titleBox h2 {
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 15px;
    background: url(../img/titleBg.png) no-repeat 50% bottom;
    margin-bottom: 30px;
}


.titleBox h3 {
    font-size: 35px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 27px;
}

body.subpage .titleBox {
    margin-bottom: 15px;
}

.titleBox h4 {
    font-size: 27px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 0;
}


/* POLECAMY */

.promoBox {
    height: 265px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.promoBox:hover {
    -moz-box-shadow: 0 0 25px #c7c7c4;
    -webkit-box-shadow: 0 0 25px#c7c7c4;
    box-shadow: 0 0 25px #c7c7c4;
    background-size: auto 110%;
}

.promoBox .promoTitle {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    font-weight: 400;
    left: 0;
    padding: 10px 25px 10px 25px;
    background: #005332;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.promoBox:hover .promoTitle {
    background: #c0a03c;
}
.promoBox.subpage .promoTitle {
    bottom: 14px;
    padding: 7px 15px;
    line-height: 1.4;
    font-size: 18px;
}
.promoBox .promoDesc {
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    left: 35px;
    padding: 7px 20px;
    background: #221f1f;
    color: #fff;
}
.promoBox.subpage .promoDesc {
    display: none
}
.separator {
    width: 100%;
    float:left;
    height: 20px;
}
.gridBox img {
    width: 100%;
    height: auto;
}
/* CAROUSEL */

.carouselBox {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* NEWS */

.newsBox {
    max-width: 415px;
    display: block;
    margin: auto;
}

.newsBox:hover .newsTitle,
.gridBox:hover .newsTitle{
    color: #000;
}

.newsBox:hover .newsPic img,
.gridBox:hover .newsPic img {
    -moz-box-shadow: 0 0 15px #c7c7c4;
    -webkit-box-shadow: 0 0 15px#c7c7c4;
    box-shadow: 0 0 15px #c7c7c4;
}

.newsBox:hover .newsDesc,
.gridBox:hover .newsDesc{
    color: #000;
}

.newsPic img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
}

.newsContainer {
    width: 100%;
    float: left;
}

.newsTitle {
    color: #005332;
    font-weight: 500;
    font-size: 17px;
    margin: 12px 0 0;
}


.newsDate {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 23px;
    margin: 3px 0 0;
}

.newsDesc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 7px 0 0 0;
    color: #221f1f;
}

table.pricing {
    border-collapse: collapse;
    width: 100%;
}

table.pricing td,
table.pricing th {
    padding: 7px 0;
    margin: 0;
    text-align: left;
}

table.pricing tr.heading th {
    background: #005332;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding-left: 15px;
}

table.pricing tr.subtitle th {
    font-size: 16px;
    padding-top: 15px;
    padding-left: 15px;
    line-height: 25px;
    font-weight: bold;
}

table.pricing tr.subtitle.first th {
    padding-top: 7px;
}

table.pricing td {
    text-align: left;
    padding: 6px 15px;
    line-height: 23px;
    border-top: 1px solid #e0e0e0;
    font-size: 15px
}

table.pricing tr td.title {
    padding: 0 0 0 15px;
    text-align: left;
    width: 185px;
}

table.pricing tr th.title {
    width: 185px;
}

table.pricing td img {
    vertical-align: middle;
    margin-right: 5px;
}

body.subpage table.pricing tr th.title, table.pricing tr td.title {
    width: 80px;
}
#more-infos {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 10px
}

#more-infos a:hover {
    color: #221f1f
}

#archiveCurrencies {
    float: left;
    color: #005332;
    font-size: 15px;
}

#moreCurrencies {
    float: right;
    color: #005332;
    font-size: 15px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #8B8989;
    display: inline-block;
    padding: 0 40px 0 0;
    cursor: pointer;
    font-family: 'Poppins', Arial;
    font-size: 35px;
    font-weight: 300;
}

ul.tabs li.current {
    color: #221f1f;
    font-weight: 800;
}

.tab-content {
    display: none;
    margin-top: 35px;
}

.tab-content.current {
    display: inherit;
}




/* FOOTER */
#footer {
    float: left;
    width: 100%;
    background-color: #005332;
    padding: 55px 0 35px;
    border-top: 1px solid #fff;
}

#footer .col {
    margin-bottom: 0
}

#footer #contact {
    margin-bottom: 35px;
    font-size: 21px;
    font-family: "Poppins";
    color: #fff;
}

#footer #contact .row {
    margin-bottom: 12px;
    line-height: 30px;
}

#footer #contact .row i {
    width: 33px;
    font-size: 25px;
    line-height: 30px;
}

#footer #footerLogos {
    margin: 35px 0 20px;
}

#footer #footerLogos img {
    vertical-align: middle;
}

#footer .extraLinks {
    display: flex;
    justify-content: space-between;
}

#footer #copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    width: 100%;
    float: left;
}

.footer-menu {
    display: inline;
    float: left;
    margin-right: 60px;
}

.footer-menu:last-child {
    margin-left: 0;
}

.footer-menu h4 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px
}

.footer-menu li {
    font-size: 15px;
    margin-bottom: 3px;
}

#footer a:hover {
    text-decoration: underline
}

#footer p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    float: left;
}

#footer a {
    color: #fff;
}

#footer #socialBox {
    margin: 7px 0 17px;
    float: left;
}

#socialBox i {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    color: #737374;
    border-radius: 100%;
    font-size: 19px;
    background: #fff;
    margin-right: 15px;
}

#socialBox i:hover {
    background: #221f1f;
    color: #fff;
}

#footer #contact p {
    line-height: 28px
}

ul.submenu {
    padding:0 0 35px 0;
    margin:0;
    list-style: none;
}

ul.submenu li {
    padding: 0 0 8px;
    margin: 8px 0;
    border-bottom: 1px solid #dfdfdf;
    list-style: none;
    color:#009de0;
}
ul.submenu li:last-child {
    border-bottom: none;
}

ul.submenu li a {
    color:#353535;
    font-size: 17px;
}

ul.submenu li a:hover {
    color:#737373;
}

#app-info {
    margin-top:35px;
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 40px 0 0 50px;
}

#app-info i {
    font-size: 90px;
}

#app-info h5 {
    font-size: 27px;
    margin-bottom: 5px;
}

.owl-carousel .owl-wrapper-outer {
    padding-top: 10px
}

.contentForm legend {
    color: #005332;
    font-weight: bold;
    font-size: 20px;
}

.simpleTable {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 45px;
}

.simpleTable th {
    color: #fff;
    background: #eee;
    line-height: 1.5;
    color:#000;
    border: 1px solid #cacaca;
    padding: 12px 10px;
    text-align: left;
}

.simpleTable td {
    padding: 9px 10px;
    line-height: 1.5;
    border: 1px solid #cacaca;
}

.simpleTable p {
    margin-bottom: 0;
}

.greenTable {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 45px;
}

.greenTable th {
    color: #fff;
    background: #005332;
    padding: 10px 10px;
    text-align: left;
}

.greenTable td {
    padding: 7px 10px;
    border: 1px solid #eee;
}

.mapPopupContentContainer h4 {
    font-size: 19px;
    margin: 0 0 5px;
}

.buttonRow {
    width: 100%;
    margin-bottom: 25px;
}

a.special-button {
    background: #221f1f;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin-top: 7px;
    padding: 15px 30px;
    margin-right: 25px;
}

a.special-button:hover {
    background: #005332;
    color: #fff !important;
    text-decoration: none!important;
}

#edicraContent .faq {
    padding: 0;
    float: left;
    margin: -15px 0 0 20px;
}
#edicraContent .faq li {
    padding: 12px 0px;
    list-style: none;
    margin-bottom: 10px;
}
#edicraContent .faq li.q {
    list-style: square;
    background: #fff;
    font-size: 18px;
    font-family: Arial;
    line-height: 29px;
    margin: 0 !important;
    font-weight: bold;
    cursor: pointer;
}
#edicraContent .faq li.a {
    background: #f8f8f8;
    padding: 25px 30px 10px;
    display: none;
    margin-bottom: 7px;
    list-style: none !important;
}

.sitemap-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sitemap-list li,
.sitemap-simple-list li {
    margin: 5px 0;
}

.sitemap-list li a,
.sitemap-simple-list li a{
    color: #008563;
}