.tooltipster-fall,.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -moz-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -ms-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    to {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #1b1b1b;
    background: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before {
    content: " "
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.top {
    top: 0
}

.middle {
    top: 50%;
    transform: translateY(-50%)
}

.bottom {
    bottom: 0
}

.left {
    left: 0
}

.center {
    left: 50%;
    transform: translateX(-50%)
}

.right {
    right: 0
}

.top-left {
    top: 0;
    left: 0
}

.top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.top-right {
    top: 0;
    right: 0
}

.middle-left {
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.middle-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.middle-right {
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.bottom-left {
    bottom: 0;
    left: 0
}

.bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.bottom-right {
    bottom: 0;
    right: 0
}

.align-left {
    display: block;
    float: left
}

.align-right {
    display: block;
    float: right
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before {
    content: "";
    display: table
}

.clearfix:after,.container-fluid:after,.container:after,.row:after {
    clear: both
}

.layout-list {
    width: 100%;
    margin: 0 0 16px
}

.layout-four {
    width: 24.1%;
    margin-right: 1.2%
}

.layout-four,.layout-three {
    margin-bottom: 22px;
    float: left
}

.layout-three {
    width: 31.5%;
    margin-right: 2.75%
}

.layout-two {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 22px;
    float: left
}

.layout-four:nth-child(4n+0),.layout-three:nth-child(3n+0),.layout-two:nth-child(2n+0) {
    margin-right: 0
}

.layout-four:nth-child(4n+1),.layout-three:nth-child(3n+1),.layout-two:nth-child(odd) {
    clear: both
}

.layout-four:last-child,.layout-four:nth-last-child(2),.layout-four:nth-last-child(3),.layout-four:nth-last-child(4),.layout-three:last-child,.layout-three:nth-last-child(2),.layout-three:nth-last-child(3),.layout-two:last-child,.layout-two:nth-last-child(2) {
    margin-bottom: 0
}

@media (max-width: 767px) {
    #full-width .layout-four,#full-width .layout-four:nth-child(4n+0) {
        width:31.5%;
        margin-right: 2.75%;
        margin-bottom: 22px
    }

    #full-width .layout-three,#full-width .layout-three:nth-child(3n+0) {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 22px
    }

    #full-width .layout-four:nth-child(3n+0),#full-width .layout-three:nth-child(2n+0) {
        margin-right: 0
    }

    #full-width .layout-four:nth-child(4n+1),#full-width .layout-three:nth-child(3n+1) {
        clear: none
    }

    #full-width .layout-four:nth-child(3n+1),#full-width .layout-three:nth-child(odd) {
        clear: both
    }

    #full-width .layout-four:last-child,#full-width .layout-four:nth-last-child(2),#full-width .layout-four:nth-last-child(3),#full-width .layout-four:nth-last-child(4),#full-width .layout-three:last-child,#full-width .layout-three:nth-last-child(2),#full-width .layout-three:nth-last-child(3),#full-width .layout-two:last-child,#full-width .layout-two:nth-last-child(2) {
        margin-bottom: 22px
    }

    #full-width .layout-four:last-child,#full-width .layout-four:nth-last-child(2),#full-width .layout-four:nth-last-child(3),#full-width .layout-three:last-child,#full-width .layout-three:nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (max-width: 1023px) {
    #primary .layout-four,#primary .layout-four:nth-child(4n+0) {
        width:31.5%;
        margin-right: 2.75%;
        margin-bottom: 22px
    }

    #primary .layout-three,#primary .layout-three:nth-child(3n+0) {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 22px
    }

    #primary .layout-four:nth-child(3n+0),#primary .layout-three:nth-child(2n+0) {
        margin-right: 0
    }

    #primary .layout-four:nth-child(4n+1),#primary .layout-three:nth-child(3n+1) {
        clear: none
    }

    #primary .layout-four:nth-child(3n+1),#primary .layout-three:nth-child(odd) {
        clear: both
    }

    #primary .layout-four:last-child,#primary .layout-four:nth-last-child(2),#primary .layout-four:nth-last-child(3),#primary .layout-four:nth-last-child(4),#primary .layout-three:last-child,#primary .layout-three:nth-last-child(2),#primary .layout-three:nth-last-child(3),#primary .layout-two:last-child,#primary .layout-two:nth-last-child(2) {
        margin-bottom: 22px
    }

    #primary .layout-four:last-child,#primary .layout-four:nth-last-child(2),#primary .layout-four:nth-last-child(3),#primary .layout-three:last-child,#primary .layout-three:nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    #primary .layout-four,#primary .layout-four:nth-child(1n+0),#primary .layout-four:nth-child(2n+0),#primary .layout-four:nth-child(3n+0),#primary .layout-four:nth-child(4n+0),#primary .layout-three,#primary .layout-three:nth-child(1n+0),#primary .layout-three:nth-child(2n+0),#primary .layout-three:nth-child(3n+0),#primary .layout-two,#primary .layout-two:nth-child(1n+0),#primary .layout-two:nth-child(2n+0) {
        margin-bottom:16px;
        margin-right: 0;
        clear: both;
        width: 100%
    }

    #primary .layout-four:last-of-type,#primary .layout-three:last-of-type,#primary .layout-two:last-of-type {
        margin-bottom: 0
    }
}

@media (max-width: 590px) {
    #full-width .layout-four,#full-width .layout-four:nth-child(1n+0),#full-width .layout-four:nth-child(2n+0),#full-width .layout-four:nth-child(3n+0),#full-width .layout-four:nth-child(4n+0),#full-width .layout-three,#full-width .layout-three:nth-child(1n+0),#full-width .layout-three:nth-child(2n+0),#full-width .layout-three:nth-child(3n+0),#full-width .layout-two,#full-width .layout-two:nth-child(1n+0),#full-width .layout-two:nth-child(2n+0) {
        margin-bottom:16px;
        margin-right: 0;
        clear: both;
        width: 100%
    }

    #full-width .layout-four:last-of-type,#full-width .layout-three:last-of-type,#full-width .layout-two:last-of-type {
        margin-bottom: 0
    }
}

.jssorb01 {
    position: absolute;
    bottom: 20px
}

.jssorb01 .av,.jssorb01 div,.jssorb01 div:hover {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f7a81b
}

.jssorb01 div {
    background-color: transparent
}

.jssorb01 .av:hover,.jssorb01 div:hover {
    background-color: #d3d3d3
}

.jssorb01 .av {
    background-color: #f7a81b
}

.jssorb01 .dn,.jssorb01 .dn:hover {
    background-color: #555
}

.jssora21l,.jssora21r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(img/a21.png) 50% no-repeat;
    overflow: hidden
}

.jssora21l {
    background-position: -3px -33px
}

.jssora21r {
    background-position: -63px -33px
}

.jssora21l:hover {
    background-position: -123px -33px
}

.jssora21r:hover {
    background-position: -183px -33px
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px
}

html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important
}

h1,h2,h3,h4,p {
    margin: 0;
    padding: 0
}

a,a:active,a:hover,a:visited {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    position: absolute!important;
    height: 1px;
    width: 1px
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000
}

.action-button {
    padding: 12px 16px;
    font-size: 16px
}

.action-button,.action-button-small {
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400
}

.action-button-small {
    padding: 6px 8px;
    font-size: 14px
}

#page .orange-button {
    background-color: #f7a81b;
    color: #000
}

#page .orange-button:visited {
    color: #000
}

#page .blue-button {
    background-color: #005daa;
    color: #fff
}

#page .blue-button:visited {
    color: #fff
}

#page .white-button {
    background-color: #fff;
    border: 1px solid #005daa;
    color: #005daa
}

#page .white-button:visited {
    color: #005daa
}

#page .blue-button:hover,#page .orange-button:hover,#page .white-button:hover {
    background-color: #00b2e9;
    border-color: #00b2e9;
    color: #fff
}

body {
    color: #000;
    font-size: 16px;
    background-color: #fff;
    font-family: Lato,Verdana,Arial,sans-serif;
    line-height: 1.1;
    background-image: url(/img/rotary-logo-bg.png);
    background-position: right -10% top -380px;
    background-repeat: no-repeat
}

#page {
    max-width: 1200px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 10px
}

.home .site-title {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#page-head {
    position: relative;
    padding-bottom: 12px
}

#search-toggle {
    background-image: url(img/icon-search.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50px;
    right: 0
}

#searchform {
    width: 250px;
    display: block;
    text-align: right;
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

@media (max-width: 767px) {
    #searchform {
        display:none
    }
}

#searchform input[type=submit] {
    display: none
}

#searchform input[type=text] {
    width: 200px;
    box-sizing: border-box;
    font-size: 15px;
    color: #005daa;
    border: 1px solid #005daa;
    border-radius: 3px;
    padding: 10px 28px 10px 10px;
    margin: 0;
    background-image: url(img/icon-search.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    text-align: left;
    opacity: .4
}

#searchform input[type=text]:focus {
    color: #262626;
    background-color: #fff;
    opacity: 1
}

#searchform input[type=text]::-webkit-input-placeholder {
    color: #fff
}

#searchform input[type=text]:-moz-placeholder,#searchform input[type=text]::-moz-placeholder {
    color: #fff
}

#searchform input[type=text]:-ms-input-placeholder {
    color: #fff
}

#top-menu {
    position: absolute;
    color: #005daa;
    top: 0;
    right: 0;
    font-size: 16px
}

#top-menu .tm-item {
    float: left;
    margin-left: 30px
}

.icon-on-right {
    padding-left: 6px
}

.icon-on-left {
    padding-right: 6px
}

.lt-block {
    overflow: hidden;
    width: 100%
}

.sg-block {
    padding: 10px 0
}

.sg-block .block-title {
    font-size: 36px;
    font-weight: 400;
    color: #005daa;
    text-align: center;
    padding: 30px 0
}

.special-promo-block .link-flag {
    padding: 0 8px 5px
}

.special-promo-block .ps-message {
    width: 80%;
    margin: 20px auto 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center
}

.special-promo-block .ps-message .inlink {
    border: 1px solid #e09002;
    padding: 20px;
    display: block;
    color: #e09002
}

.special-promo-block .ps-message.block-no-frame .inlink {
    border: none;
    padding: 0
}

.special-promo-block .ps-message a {
    transition: border-color .5s,color .5s
}

.special-promo-block .ps-message a .fa {
    color: #005daa;
    transition: color .5s
}

.special-promo-block .ps-message a:hover {
    border-color: #005daa;
    color: #005daa
}

.special-promo-block .ps-message a:hover .fa {
    color: #e09002
}

.journal-detail-block,.news-detail-block {
    padding: 20px 0
}

.journal-detail-block .block-title,.news-detail-block .block-title {
    font-size: 24px;
    font-weight: 400;
    color: #005daa;
    text-align: left;
    padding: 20px 0 12px
}

.jssor-slider-container {
    position: relative;
    width: 1200px;
    height: 535px
}

.jssor-slides {
    overflow: hidden;
    position: absolute;
    width: 1200px;
    height: 535px;
    top: 0;
    left: 0
}

.slider-glass {
    background-color: #000;
    opacity: .6
}

.slider-cont-content,.slider-glass {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 210px
}

.slider-cont-content {
    color: #fff
}

.slider-cont-content .entry-summary,.slider-cont-content .entry-title {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 300
}

.slider-cont-content .entry-title {
    font-size: 48px;
    line-height: 48px;
    max-height: 48px;
    margin-top: 22px
}

.slider-cont-content .entry-title a {
    color: #fff
}

.slider-cont-content .entry-title a:hover {
    color: #f7a81b
}

.slider-cont-content .entry-summary {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    max-height: 48px
}

.main-navigation {
    margin-bottom: 8px;
    background-color: #005daa;
    overflow: hidden;
    width: 100%
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-navigation ul li {
    float: left;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #005daa;
    color: #fff
}

.main-navigation ul li.engage {
    float: right;
    background-color: #f7a81b;
    color: #000
}

.main-navigation ul li.engage a {
    color: #000
}

.main-navigation ul li.engage a:hover {
    background-color: #00b2e9
}

.main-navigation ul li a {
    display: block;
    color: #fff;
    padding: 17px 12px 20px
}

.main-navigation ul li a:hover {
    background-color: #00b2e9
}

.main-navigation ul li.item-first a {
    padding-left: 20px
}

.main-navigation ul li.flag-menu-item a {
    padding: 17px 12px 20px 42px;
    background-repeat: no-repeat;
    background-position: 12px;
    background-image: url(img/flags3/gb.png)
}

#event-navigation.main-navigation ul li a {
    padding-left: 20px;
    padding-right: 20px
}

#event-navigation.main-navigation ul li.current-menu-item a {
    background-color: #e09002
}

.derived-navigation {
    margin-bottom: 8px;
    background-color: transparent;
    overflow: hidden;
    width: 100%
}

.derived-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.derived-navigation ul li {
    margin-right: 20px;
    float: left;
    display: block;
    font-size: 16px;
    color: #005daa
}

.derived-navigation ul li.engage,.derived-navigation ul li.engage a {
    color: #f7a81b
}

.derived-navigation ul li.engage:hover {
    color: #005daa
}

.derived-navigation ul li a {
    display: block;
    color: #005daa
}

.derived-navigation ul li a:hover {
    color: #00b2e9
}

.derived-navigation ul li.item-first a {
    margin-top: -3px
}

.derived-navigation ul li.item-icon {
    font-size: 20px
}

.how-it-works-block {
    margin-top: 40px;
    margin-bottom: 60px
}

.how-it-works-block .grid-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.how-it-works-block .feature {
    width: 33%;
    padding: 20px;
    text-align: center
}

.how-it-works-block .feature .feature-icon {
    padding: 0;
    max-width: 150px;
    height: auto
}

.how-it-works-block .feature .entry-title {
    color: #005daa;
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0
}

.how-it-works-block .feature .entry-summary {
    font-size: 16px;
    color: #505050;
    padding: 0 6%
}

@media (max-width: 767px) {
    .sg-block.how-it-works-block .feature {
        width:50%
    }
}

@media (max-width: 1200px) {
    .news-detail-block.how-it-works-block .feature {
        width:50%
    }
}

.sg-block.how-it-works-block .feature .entry-title {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0
}

.sg-block.how-it-works-block .feature .entry-summary {
    font-size: 16px
}

.news-detail-block.how-it-works-block .feature .feature-icon {
    max-width: 60%
}

.news-detail-block.how-it-works-block .feature .entry-title {
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0
}

.news-detail-block.how-it-works-block .feature .entry-summary {
    font-size: 16px
}

.how-it-works-block a:hover .feature {
    background-color: #f8f8f8
}

.plain-block {
    text-align: center
}

.plain-block .block-title {
    margin-bottom: 20px
}

.plain-block.facts-block {
    max-width: 1000px;
    margin: 0 auto
}

.plain-block .item {
    border: 1px solid #e09002;
    color: #e09002;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0
}

.plain-block .item a.full {
    overflow: hidden;
    display: block;
    color: #e09002
}

.plain-block .item a.full:hover {
    color: #005daa;
    background-color: #f8f8f8
}

.plain-block .item .action-button {
    margin-bottom: 20px
}

.plain-block .item .entry-summary {
    padding: 20px
}

.sg-block.plain-block .block-title {
    margin-bottom: 20px
}

.sg-block.plain-block .item {
    font-size: 24px
}

.sg-block.plain-block .item a.full {
    overflow: hidden;
    display: block;
    color: #e09002
}

.sg-block.plain-block .item a.full:hover {
    color: #005daa;
    background-color: #f8f8f8
}

.sg-block.plain-block .item .action-button {
    margin-bottom: 20px
}

.sg-block.plain-block .item .entry-summary {
    padding: 20px
}

.news-detail-block.plain-block .block-title {
    margin-bottom: 10px
}

.news-detail-block.plain-block .item {
    font-size: 20px;
    font-weight: 400
}

.news-detail-block.plain-block .item a.full {
    overflow: hidden;
    display: block;
    color: #e09002
}

.news-detail-block.plain-block .item a.full:hover {
    color: #005daa;
    background-color: #f8f8f8
}

.news-detail-block.plain-block .item .action-button {
    margin-bottom: 20px
}

.news-detail-block.plain-block .item .entry-summary {
    padding: 20px
}

.v-block .v-item {
    overflow: hidden;
    margin-bottom: 40px
}

.v-block .v-item:last-of-type {
    margin-bottom: 0
}

.v-block .vcont-image {
    width: 31.5%;
    margin-right: 2.75%;
    text-align: right
}

.v-block .vcont-image img {
    max-width: 100%;
    max-height: 200px;
    height: auto
}

.v-block .v-item:last-child {
    margin-bottom: 0
}

.v-block .vcont-content {
    width: 65.75%
}

.v-block .vcont-content .entry-title {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 20px 20px 0;
    color: #000
}

.v-block .vcont-content .entry-title a {
    color: #000
}

.v-block .vcont-content .entry-title a:hover {
    color: #005daa
}

.v-block .vcont-content .entry-summary {
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px 20px 0;
    line-height: 24px
}

.sg-block.v-block .vcont-content .entry-title {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 20px 20px 0
}

.sg-block.v-block .vcont-content .entry-summary {
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px 20px 0;
    line-height: 24px
}

.news-detail-block.v-block .vcont-content .entry-title {
    font-size: 24px;
    font-weight: 400;
    padding: 0 20px 20px 0;
    color: #000
}

.news-detail-block.v-block .vcont-content .entry-summary {
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px 20px 0;
    line-height: 24px
}

.sg-block.end-polio-block,.sg-block.how-it-works-block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.sg-block .block-title {
    padding: 30px 0 20px
}

.v-block.end-polio-block .vcont-image img {
    max-height: none
}

.engage-block {
    background-color: #005daa
}

.engage-block .block-title {
    padding: 20px;
    color: #fff;
    font-weight: 400
}

.engage-block .block-subtitle {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px
}

.engage-block .grid-cont {
    padding: 40px 40px 0;
    overflow: hidden
}

.engage-block .grid-item {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center
}

.engage-block .grid-item .entry-image {
    max-width: 80%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px
}

.engage-block .grid-item .entry-title {
    font-size: 32px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff
}

.engage-block .grid-item .entry-title a {
    color: #fff
}

.engage-block .grid-item .entry-title a:hover {
    color: #f7a81b
}

.engage-block .grid-item .entry-summary {
    font-size: 18px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px
}

.engage-block .grid-item .action-button {
    margin-bottom: 20px
}

.engage-block .grid-item .more-text {
    color: #fff
}

.engage-block .grid-item .more-text:hover {
    color: #f7a81b
}

.action-manual-widget.engage-block,.actions-widget.engage-block {
    padding: 20px 24px
}

.widget.evp_rot_action_manual,.widget.evp_rot_actions {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    border-bottom: none;
    padding-bottom: 0
}

.widget.evp_rot_action_manual .widget-title,.widget.evp_rot_actions .widget-title {
    font-size: 32px;
    text-align: center;
    color: #f7a81b
}

.sg-block.news-block .entry-image {
    margin-bottom: 20px
}

.sg-block.news-block .entry-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #000
}

.sg-block.news-block .entry-title a {
    color: #000
}

.sg-block.news-block .entry-title a:hover {
    color: #005daa
}

.sg-block.news-block .entry-summary {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300
}

.archive-grid {
    overflow: hidden;
    margin-bottom: 30px
}

.archive-grid .entry-image,.detail-item .grid-sh-cont .entry-image,.detail-item .wide-sh-cont .entry-image,.news-detail-block.news-block .entry-image {
    margin-bottom: 10px
}

.archive-grid .entry-title,.detail-item .grid-sh-cont .entry-title,.detail-item .wide-sh-cont .entry-title,.news-detail-block.news-block .entry-title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 400;
    color: #000
}

.archive-grid .entry-title a,.detail-item .grid-sh-cont .entry-title a,.detail-item .wide-sh-cont .entry-title a,.news-detail-block.news-block .entry-title a {
    color: #000
}

.archive-grid .entry-title a:hover,.detail-item .grid-sh-cont .entry-title a:hover,.detail-item .wide-sh-cont .entry-title a:hover,.news-detail-block.news-block .entry-title a:hover {
    color: #005daa
}

.archive-grid .entry-summary,.detail-item .grid-sh-cont .entry-summary,.detail-item .wide-sh-cont .entry-summary,.news-detail-block.news-block .entry-summary {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300
}

.widget .evp_widget_form input,.widget .evp_widget_form select {
    width: 100%;
    height: 38px
}

.widget .evp_widget_form input.with-button {
    width: 100%;
    float: left
}

.widget .evp_widget_form a.go-button {
    margin-top: 4px;
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    display: block;
    height: 30px;
    width: 30px;
    background-color: #e09002;
    color: #000;
    margin-left: -34px
}

.widget.evp_rot_clubsearch .widget-title {
    background: url(img/icon-search-widget.png) no-repeat 0;
    min-height: 30px;
    padding-left: 40px
}

.widget.evp_rot_eventsearch .widget-title {
    background: url(img/icon-calendar-widget.png) no-repeat 0;
    min-height: 30px;
    padding-left: 40px
}

.news-widget .entry-image {
    margin-bottom: 12px
}

.news-widget .entry-title {
    font-size: 24px;
    font-weight: 300;
    color: #000
}

.news-widget .entry-title a {
    color: #000
}

.news-widget .entry-title a:hover {
    color: #005daa
}

.news-widget .entry-summary {
    margin-top: 12px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300
}

footer .site-info {
    width: 100%;
    float: left;
    background-color: #005daa;
    padding: 20px;
    color: #fff;
    font-size: 16px
}

footer .site-info .copyright {
    float: left
}

.footer-navigation {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: #005daa;
    overflow: hidden
}

.footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-navigation ul li {
    float: left;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #005daa;
    padding: 0 12px;
    color: #fff
}

.footer-navigation ul li a {
    color: #fff
}

.footer-navigation ul li a:hover {
    color: #f7a81b
}

.footer-navigation ul li:first-of-type {
    padding-left: 0
}

#page-footer {
    clear: both;
    overflow: hidden;
    margin-top: 40px
}

#primary {
    width: 65.75%;
    margin-right: 2.75%;
    float: left
}

#primary.full-width {
    width: 100%;
    margin-right: 0
}

#primary.center-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    overflow: hidden
}

#sidebar {
    width: 31.5%;
    background-color: #f8f8f8;
    float: left;
    padding: 24px
}

#main {
    overflow: hidden;
    margin-top: 50px
}

.detail-item .entry-image {
    margin-bottom: 30px
}

.detail-item .entry-title {
    font-size: 38px;
    margin-bottom: 30px
}

.detail-item .entry-summary,.detail-item .entry-tagline,.detail-item .item-connected {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 400
}

.detail-item .entry-tagline {
    font-weight: 700;
    color: #005daa
}

.detail-item .entry-content {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    color: #444
}

.detail-item .entry-content p {
    margin-top: 10px
}

.detail-item .entry-content h1,.detail-item .entry-content h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 24px 0 12px
}

.detail-item .entry-content h3,.detail-item .entry-content h4 {
    font-size: 24px;
    line-height: 1.2;
    margin: 16px 0 8px
}

.detail-item .entry-meta {
    color: #888;
    float: left;
    margin-right: 6px
}

.detail-item img {
    display: block;
    max-width: 100%;
    margin: 12px auto;
    height: auto
}

.detail-item img.aligncenter {
    clear: both
}

.detail-item img.alignleft {
    max-width: 50%;
    float: left;
    margin-right: 12px
}

.detail-item img.alignright {
    max-width: 50%;
    float: right;
    margin-left: 12px
}

.detail-item a:hover {
    color: #e09002
}

.detail-item dt {
    font-weight: 700
}

.detail-item dd {
    margin-bottom: 20px
}

.detail-item.tab-detail-item .entry-summary {
    margin-top: 0
}

.detail-item.akcja .image-cont {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.detail-item.akcja .entry-image {
    border-radius: 50%
}

.excerpt-item.akcja {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    float: none
}

.excerpt-item.akcja .vcont-image {
    margin: 0;
    padding: 0;
    width: 30%
}

.excerpt-item.akcja .vcont-image .entry-image {
    border-radius: 50%;
    width: 100%;
    max-height: none
}

.excerpt-item.akcja .vcont-content {
    margin: 0;
    padding: 0;
    width: 65%
}

@media (max-width: 440px) {
    .excerpt-item.akcja {
        flex-wrap:wrap;
        justify-content: space-around
    }

    .excerpt-item.akcja .vcont-image {
        width: 80%;
        margin-bottom: 20px
    }

    .excerpt-item.akcja .vcont-content {
        width: 100%
    }
}

.excerpt-item.category-aktualnosci {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    float: none
}

.excerpt-item.category-aktualnosci .vcont-image {
    margin: 0;
    padding: 0;
    width: 30%
}

.excerpt-item.category-aktualnosci .vcont-image .entry-image {
    width: 100%
}

.excerpt-item.category-aktualnosci .vcont-content {
    margin: 0;
    padding: 0;
    width: 65%
}

@media (max-width: 440px) {
    .excerpt-item.category-aktualnosci {
        flex-wrap:wrap;
        justify-content: space-around
    }

    .excerpt-item.category-aktualnosci .vcont-image {
        width: 100%;
        margin-bottom: 20px
    }

    .excerpt-item.category-aktualnosci .vcont-content {
        width: 100%
    }
}

#content .detail-item ul.evp_social_buttons li {
    margin-right: 20px
}

.widget {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.2
}

.widget:last-of-type {
    border-bottom: none;
    margin-bottom: 0
}

.widget .widget-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400
}

.widget div,.widget li,.widget p {
    font-weight: 300
}

.widget .grid-item,.widget .list-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dcdcdc
}

.widget .grid-item:last-of-type,.widget .list-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.widget .widget-more {
    width: 100%;
    margin-top: 24px;
    text-align: right;
    font-weight: 400
}

.excerpt-item.v-item {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.excerpt-item .v-item:last-child {
    margin-bottom: 0
}

.excerpt-item .vcont-image {
    width: 31.5%;
    margin-right: 2.75%;
    min-height: 1px;
    text-align: right
}

.excerpt-item .vcont-image img {
    max-width: 100%;
    max-height: 200px;
    height: auto
}

.excerpt-item .vcont-content {
    width: 65.75%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3
}

.excerpt-item .vcont-content .entry-title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 12px;
    color: #000
}

.excerpt-item .vcont-content .entry-title a {
    color: #000
}

.excerpt-item .vcont-content .entry-title a:hover {
    color: #005daa
}

.excerpt-item .vcont-content .entry-meta {
    float: left;
    color: #888;
    margin-right: 6px
}

.wide-sh-cont {
    width: 70%;
    margin: 20px auto;
    overflow: hidden
}

.wide-sh-cont .vcont-image {
    width: 48%;
    margin-right: 4%
}

.wide-sh-cont .vcont-content {
    width: 48%
}

.wide-sh-cont .excerpt-item {
    margin-bottom: 0
}

.wide-sh-cont .excerpt-item .entry-summary {
    margin: 10px 0
}

.wide-sh-cont .excerpt-item img {
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 0
}

.wide-sh-cont .excerpt-item .bio-flags {
    text-align: left;
    margin: 10px 0
}

.wide-sh-cont .excerpt-item .bio-flags img {
    width: 32px;
    height: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #dcdcdc
}

.wide-sh-cont.wide-sh-cont-smaller {
    width: 50%
}

.wide-sh-cont.wide-sh-cont-bigger {
    width: 85%
}

.big-excerpt-item {
    margin-bottom: 30px;
    position: relative
}

.big-excerpt-item .excerpt-glass {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 186px;
    background-color: #000;
    opacity: .6
}

.big-excerpt-item .cont-content {
    padding: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff
}

.big-excerpt-item .entry-title {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    max-height: 28px;
    padding: 0;
    font-weight: 400;
    color: #fff
}

.big-excerpt-item .entry-title a {
    color: #fff
}

.big-excerpt-item .entry-title a:hover {
    color: #f7a81b
}

.big-excerpt-item .entry-summary {
    font-size: 18px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    font-weight: 300
}

.page #content,.post-type-archive-klub #content,.post-type-archive-wydarzenie #content {
    min-height: 600px
}

.section-title {
    font-size: 38px;
    margin-bottom: 30px;
    color: #005daa
}

.widget.evp_rot_pagetree ul,.widget.widget_nav_menu ul {
    padding-left: 30px;
    list-style-type: none
}

.widget.evp_rot_pagetree ul.pages-root,.widget.widget_nav_menu ul.pages-root {
    padding: 0;
    margin: 0
}

.widget.evp_rot_pagetree ul li,.widget.widget_nav_menu ul li {
    font-weight: 400
}

.widget.evp_rot_pagetree ul li>a,.widget.widget_nav_menu ul li>a {
    padding: 5px 12px;
    display: inline-block
}

.widget.evp_rot_pagetree ul li>a:hover,.widget.widget_nav_menu ul li>a:hover {
    background-color: #005daa;
    color: #fff
}

.widget.evp_rot_pagetree ul li.current_page_item>a,.widget.widget_nav_menu ul li.current_page_item>a {
    color: #005daa;
    border-left: 2px solid #005daa;
    background-color: #e8e8e8
}

.widget.evp_rot_pagetree ul li.current_page_item>a:hover,.widget.widget_nav_menu ul li.current_page_item>a:hover {
    background-color: transparent;
    color: #aaa
}

::-webkit-input-placeholder {
    color: #ddd
}

:-moz-placeholder,::-moz-placeholder {
    color: #ddd
}

:-ms-input-placeholder {
    color: #ddd
}

form.evplist-filter-form {
    margin-bottom: 20px
}

form.evplist-filter-form label {
    display: none
}

form.evplist-filter-form .action-button {
    text-transform: none
}

form.evplist-filter-form input[type=text],form.evplist-filter-form select {
    margin-right: 20px
}

.info-frame {
    float: left;
    padding: 12px;
    max-width: 50%;
    margin: 0 20px 10px 0
}

.info-frame,.wpcf7-form {
    background-color: #f8f8f8
}

.wpcf7-form {
    padding: 20px;
    margin: 20px 0
}

.wpcf7-form label {
    font-size: 16px;
    color: #000
}

input[type=email],input[type=tel],input[type=text],select,textarea {
    font-size: 16px;
    line-height: 16px;
    padding: 4px 6px;
    border: 1px solid #aaa;
    margin-bottom: 10px
}

input[type=email],input[type=tel],input[type=text],textarea {
    padding: 5px 6px
}

select {
    padding: 4px 6px
}

textarea {
    width: 100%;
    min-height: 150px
}

#cf_hidden_part {
    display: none
}

.archive-list .icon-reminder {
    float: right
}

.archive-list .icon-reminder.fa-bell-o {
    color: #aaa
}

.archive-list .list-entry {
    padding: 10px 12px;
    overflow: hidden;
    cursor: pointer
}

.archive-list .list-entry:hover {
    background-color: #def
}

.archive-list .row-selected {
    background-color: #005daa;
    min-height: 30px
}

.archive-list .row-selected .icon-reminder {
    background: #fff;
    padding: 3px;
    border-radius: 2px
}

.archive-list .row-selected:hover {
    background-color: #005daa
}

.archive-list .row-selected .event-date,.archive-list .row-selected .event-location,.archive-list .row-selected .event-title {
    display: none
}

.archive-list .evplist-entry-panel {
    overflow: hidden;
    min-height: 300px;
    display: none;
    border: 2px solid #005daa;
    padding: 12px
}

.archive-list .event-date {
    color: #888
}

.archive-list .event-location {
    color: #888;
    font-size: 14px
}

.archive-list .event-title {
    color: #005daa;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

table.archive-table {
    width: 100%;
    line-height: 1;
    text-align: left
}

table.archive-table th {
    font-size: 20px;
    color: #005daa;
    padding: 20px 0 20px 16px
}

table.archive-table tbody tr:nth-child(odd) {
    background-color: #f6f6f6
}

table.archive-table tbody tr:nth-child(2n) {
    background-color: #fff
}

table.archive-table tbody tr.table-entry {
    cursor: pointer
}

table.archive-table tbody tr.table-entry:hover {
    background-color: #def
}

table.archive-table tbody tr.table-entry:hover .detail-link {
    display: inline-block
}

table.archive-table tbody tr.row-selected {
    cursor: pointer;
    background-color: #005daa
}

table.archive-table tbody tr.row-selected:hover {
    background-color: #005daa
}

table.archive-table tbody tr.row-selected .detail-link {
    color: #f7a81b;
    display: inline-block
}

table.archive-table tbody tr.row-selected td {
    color: #fff
}

table.archive-table tbody tr.evplist-entry-panel {
    min-height: 300px;
    display: none;
    border: 2px solid #005daa
}

table.archive-table tbody tr.evplist-entry-panel td {
    padding: 12px
}

table.archive-table td {
    font-size: 16px;
    padding: 12px 0 12px 12px;
    color: #000
}

table.archive-table td.klub,table.archive-table td.spotkania,table.archive-table td.termin {
    white-space: nowrap
}

table.archive-table td .detail-link {
    margin-left: 10px;
    display: none
}

table.archive-table td .entry-title {
    margin-bottom: 20px
}

.detail-item .club-data {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 30px
}

.panel-subtitle {
    line-height: 1.1;
    margin-top: 12px;
    font-weight: 700
}

.panel-entry {
    line-height: 1.1;
    margin-left: 20px
}

.load-button-cont {
    margin-top: 30px;
    width: 100%;
    text-align: center
}

.map-container.wide-map {
    width: 100%;
    margin: 20px 0
}

.map-container iframe {
    width: 100%
}

.rotarianin.detail-item img.entry-image {
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 20px
}

.prevnextnav-container,.wp-pagenavi-container {
    margin: 20px 0 40px;
    text-align: right;
    width: 100%;
    float: right;
    clear: both
}

.wp-pagenavi {
    display: inline-block;
    clear: both
}

.prevnextnav .nextlink:link,.prevnextnav .nextlink:visited,.prevnextnav .prevlink:link,.prevnextnav .prevlink:visited,.wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi span {
    text-decoration: none;
    background-color: #005daa;
    color: #fff;
    font-weight: 400;
    padding: 8px 12px;
    margin: 3px
}

.prevnextnav .nextlink:link {
    float: right
}

.prevnextnav .prevlink:link {
    float: left
}

.wp-pagenavi a:hover {
    background-color: #005daa;
    text-decoration: none
}

.wp-pagenavi span.current,.wp-pagenavi span.pages {
    background-color: transparent;
    color: #005daa;
    border: 1px solid #005daa
}

.wp-pagenavi span.current {
    font-weight: 700
}

.wp-pagenavi .extend {
    border: none;
    background-color: transparent;
    color: #005daa
}

.wp-pagenavi-container.with-header {
    width: auto;
    margin: 7px 0 0
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

blockquote,q {
    quotes: "" ""
}

.entry-content blockquote {
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
    line-height: 23px;
    color: #333;
    display: block;
    width: 50%;
    float: left;
    padding-left: 48px;
    margin: 20px 20px 20px 0;
    background-image: url(img/quote.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.entry-content .box {
    padding: 24px
}

.entry-content .box,.entry-content .small-text {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    font-weight: 400
}

.entry-content .small-text {
    font-size: 15px;
    line-height: 1.2;
    color: #888
}

.entry-content .box.left-box {
    width: 50%;
    float: left;
    margin-right: 20px
}

.entry-content .box.right-box {
    width: 50%;
    float: right;
    margin-left: 20px
}

.entry-content .orange-box {
    background: #f7a81b;
    color: #fff
}

.entry-content .gray-box {
    background: #eee;
    color: #000
}

.entry-content .black-box {
    background: #000;
    color: #fff
}

.entry-content .red-box {
    background: #db0d15;
    color: #fff
}

.entry-content .blue-box {
    background: #005daa;
    color: #fff
}

.detail-item .grid-sh-cont {
    text-align: center
}

.detail-item .grid-sh-cont .entry-image {
    margin-top: 0
}

.detail-item .grid-sh-cont .entry-meta {
    width: 100%;
    margin: 4px 0;
    font-size: 16px;
    line-height: 1;
    float: none
}

.detail-item .wide-sh-cont .entry-image {
    margin-top: 0
}

.detail-item .wide-sh-cont .entry-meta {
    width: 100%;
    margin: 4px 0;
    font-size: 16px;
    line-height: 1;
    float: none
}

.grid-sh-cont-1 {
    overflow: hidden;
    width: 31.5%;
    margin: 20px auto
}

.grid-sh-cont-1.grid-sh-cont-smaller {
    overflow: hidden;
    width: 25.2%;
    margin: 20px auto
}

.grid-sh-cont-1.grid-sh-cont-bigger {
    overflow: hidden;
    width: 44.1%;
    margin: 20px auto
}

.grid-sh-cont-2 {
    overflow: hidden;
    width: 65.75%;
    margin: 20px auto
}

.grid-sh-cont-2.grid-sh-cont-smaller {
    overflow: hidden;
    width: 52.6%;
    margin: 20px auto
}

.grid-sh-cont-2.grid-sh-cont-bigger {
    overflow: hidden;
    width: 92.05%;
    margin: 20px auto
}

.grid-sh-cont-3 {
    overflow: hidden;
    width: 100%;
    margin: 20px auto
}

.grid-sh-cont-3.grid-sh-cont-smaller {
    overflow: hidden;
    width: 80%;
    margin: 20px auto
}

.logo-container {
    margin: 20px 0;
    width: 100%;
    overflow: hidden
}

.logo-container img {
    float: left
}

.logo-container .event-title {
    float: left;
    font-size: 38px;
    font-weight: 700;
    color: #005daa;
    padding: 18px 0 0 16px
}

.head-pic {
    width: 100%;
    height: auto
}

.content-tab {
    display: none
}

.tabbed_content #main {
    margin-top: 20px
}

form.page-form {
    width: 100%;
    overflow: hidden
}

form.page-form.bilingual .field-cont label {
    width: 40%
}

form.page-form.bilingual .field-cont input,form.page-form.bilingual .field-cont select,form.page-form.bilingual .field-cont textarea {
    width: 55%
}

form.page-form .field-cont {
    width: 100%;
    overflow: hidden;
    margin: 6px 0
}

form.page-form .field-cont label {
    width: 30%;
    display: block;
    text-align: right;
    padding: 8px 20px 0 0;
    float: left
}

form.page-form .field-cont input,form.page-form .field-cont select,form.page-form .field-cont textarea {
    width: 50%;
    float: left
}

form.page-form .field-cont input.error-in-field,form.page-form .field-cont select.error-in-field,form.page-form .field-cont textarea.error-in-field {
    border: 1px solid red
}

form.page-form .field-cont .controls-group {
    width: 50%;
    float: left
}

form.page-form .field-cont .controls-group input,form.page-form .field-cont .controls-group select,form.page-form .field-cont .controls-group textarea {
    width: 100%
}

form.page-form .field-cont textarea {
    width: 70%
}

form.page-form .field-cont input[type=submit] {
    margin-left: 30%;
    width: auto;
    padding: 12px 24px;
    background-color: #e09002;
    color: #fff;
    border: none
}

form.page-form .field-cont input[type=submit]:hover {
    background-color: #005daa
}

form.page-form .field-cont input[type=submit]:disabled {
    background-color: #dcdcdc
}

.page-form #data-urodzenia-rok {
    max-width: 100px;
    width: auto;
    margin-right: 5px
}

.page-form #data-urodzenia-miesiac {
    width: auto;
    margin-right: 5px
}

.page-form #data-urodzenia-dzien {
    max-width: 80px;
    width: auto;
    margin-right: 5px
}

.form-message {
    display: none;
    width: 80%;
    margin: 30px auto;
    font-size: 24px;
    overflow: hidden
}

.form-message.error-message {
    color: #a00
}

.form-message.success-message {
    color: #0a0
}

.form-message i {
    float: left;
    margin-top: 2px
}

.form-message p.message {
    margin-left: 40px
}

.front-table {
    width: 100%;
    font-weight: 400;
    line-height: 1;
    text-align: left
}

.front-table th {
    font-size: 20px;
    color: #005daa;
    padding: 20px 0 20px 16px
}

.front-table tbody tr:nth-child(odd) {
    background-color: #f6f6f6
}

.front-table tbody tr:nth-child(2n) {
    background-color: #fff
}

.front-table td {
    font-size: 16px;
    padding: 12px 0 12px 12px;
    color: #000
}

.front-table td.klub,.front-table td.spotkania,.front-table td.termin {
    white-space: nowrap
}

.front-table td .entry-title {
    margin-bottom: 20px
}

.front-table .lp {
    text-align: right;
    padding-right: 12px
}

.menu-glowne-container,.menu-toggle {
    overflow: hidden
}

.menu-toggle {
    display: none;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    padding: 12px;
    color: #fff;
    text-align: center
}

.menu-toggle i {
    margin-left: -6px
}

@media (max-width: 1200px) {
    .main-navigation ul li a {
        padding-left:9px;
        padding-right: 9px
    }

    #primary.center-page {
        width: 90%
    }
}

@media (max-width: 1100px) {
    #primary.center-page {
        width:100%
    }

    .main-navigation {
        text-align: center
    }

    .main-navigation ul {
        display: inline-block;
        width: 90%
    }

    .main-navigation ul li {
        display: inline-block;
        float: none;
        padding: 5px
    }

    .main-navigation ul li a {
        padding: 10px 12px
    }

    .main-navigation ul li.item-first a {
        padding-left: inherit
    }

    .main-navigation ul li.engage {
        float: none;
        background-color: #005daa
    }

    .main-navigation ul li.engage a {
        background-color: #e09002;
        color: #000
    }

    .footer-navigation {
        float: left;
        margin-bottom: 10px
    }

    .footer-navigation ul li {
        padding-left: 0;
        padding-right: 20px
    }
}

@media (max-width: 1024px) {
    .post-type-archive-klub #primary {
        width:100%;
        margin-right: 0
    }

    .post-type-archive-klub #sidebar {
        display: none
    }

    #top-menu {
        float: right;
        margin-bottom: 20px;
        position: static
    }

    #top-branding {
        clear: both
    }

    .sg-block .block-title {
        font-size: 36px
    }

    .sg-block.plain-block .item,.special-promo-block .ps-message {
        font-size: 24px
    }

    .sg-block.v-block .vcont-content .entry-title {
        font-size: 24px;
        padding-top: 0
    }

    .sg-block.how-it-works-block .feature .entry-title {
        font-size: 24px
    }

    .engage-block .grid-item .entry-title {
        font-size: 28px
    }

    .sg-block.news-block .entry-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .how-it-works-block .feature .feature-icon {
        max-width: 60%
    }
}

@media (max-width: 767px) {
    #top-menu {
        float:left
    }

    #top-menu .tm-item {
        margin-left: 0;
        margin-right: 20px
    }

    .main-navigation ul {
        width: 100%
    }

    .main-navigation ul li {
        font-size: 15px
    }

    .main-navigation ul li a {
        padding-left: 6px;
        padding-right: 6px
    }

    .hide-2col,.slider-cont-content .entry-summary {
        display: none
    }

    .sg-block.news-block .entry-summary,.sg-block.v-block .vcont-content .entry-summary {
        line-height: 22px
    }

    #primary {
        width: 100%;
        margin-right: 0
    }

    #sidebar {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        float: none;
        overflow: hidden
    }

    #main {
        margin-top: 30px
    }

    .detail-item .entry-title {
        font-size: 32px
    }
}

@media (max-width: 639px) {
    .menu-toggle {
        display:block
    }

    .main-navigation ul {
        width: 100%;
        display: none
    }

    .main-navigation ul li {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 0
    }

    .main-navigation ul li a {
        padding: 12px 6px
    }

    .v-block .vcont-content,.v-block .vcont-image {
        width: 100%;
        margin-right: 0
    }

    .v-block .vcont-image {
        text-align: center;
        margin-bottom: 20px
    }

    .how-it-works-block .feature .feature-icon {
        max-width: 40%
    }

    .sg-block.how-it-works-block .feature .entry-summary {
        display: none
    }

    .how-it-works-block .feature {
        padding: 0
    }

    .detail-item .entry-title {
        font-size: 24px
    }

    table .miasto,table .region,table .spotkania {
        display: none
    }
}

.big-message {
    margin: 100px 0;
    font-size: 24px
}

.section-nav {
    margin-top: 11px;
    text-align: right;
    float: right
}

.link-button {
    display: inline-block;
    padding: 3px 4px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #888
}

a.link-button {
    color: #005daa
}

a.link-button:hover {
    text-decoration: underline
}

.icon-flag {
    padding: 0 5px 1px
}

img.jauthor-avatar {
    border-radius: 50%;
    height: auto;
    border: 1px solid #f2f2f2;
    margin: 0;
    padding: 0
}

img.jauthor-small-avatar {
    width: 60px
}

img.jauthor-big-avatar {
    width: 200px
}

.jauthor-block {
    font-weight: 400;
    overflow: hidden;
    margin: 10px 0
}

.jauthor-block .jauthor-avatar {
    float: left
}

.jauthor-block .jauthor-text {
    float: left;
    padding-left: 10px;
    width: calc(100% - 60px)
}

.jauthor-text .jauthor-date,.jauthor-text .jauthor-name {
    display: block;
    width: 100%;
    font-weight: 400
}

.detail-item .jauthor-block {
    margin-bottom: 30px
}

.excerpt-item.rye_journal .vcont-content .entry-title {
    padding-bottom: 8px
}

.excerpt-item.rye_journal .vcont-content .journal-date {
    color: #005daa;
    font-weight: 400;
    display: block;
    padding-bottom: 8px
}

.detail-item.rye_participant .vcont-image {
    width: 31.5%;
    margin-right: 2.75%;
    text-align: right
}

.detail-item.rye_participant .vcont-image img {
    max-width: 100%;
    height: auto
}

.detail-item.rye_participant .vcont-content {
    width: 65.75%;
    font-size: 20px;
    line-height: 1.3
}

.excerpt-item.rye_participant .vcont-image {
    width: 31.5%;
    margin-right: 2.75%;
    text-align: right
}

.excerpt-item.rye_participant .vcont-image img {
    max-width: 100%;
    height: auto
}

.excerpt-item.rye_participant .vcont-content {
    width: 65.75%;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400
}

.excerpt-item.rye_participant .vcont-content h2 {
    font-size: 28px
}

.jlabel {
    font-weight: 700;
    display: inline-block;
    margin-right: 10px
}

.jauthor-club .fa-info-circle {
    color: #005daa;
    margin-left: 10px
}

.evpf-form,.evpf-form .evpf-group {
    width: 100%;
    float: left;
    overflow: hidden
}

.evpf-form .evpf-group {
    position: relative;
    margin: 10px 0
}

.evpf-form .evpf-group.evpf-admin-area {
    background-color: #fee;
    padding: 20px
}

.evpf-form .evpf-group.evpf-group-hint {
    top: -15px
}

.evpf-form .evpf-section {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 30px
}

.evpf-form .evpf-section .evpf-section-info,.evpf-form .evpf-section .evpf-section-label {
    width: 100%;
    float: left;
    line-height: 1.2
}

.evpf-form .evpf-section .evpf-section-label {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    clear: both
}

.evpf-form textarea {
    min-height: 0
}

.evpf-form .evpf-control-label {
    margin-top: 11px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
    width: 49%;
    float: left;
    clear: both;
    margin-right: 2%
}

.evpf-form .evpf-control {
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
    width: auto;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #888
}

.evpf-form .evpf-control.evpf-hint {
    color: #888;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 49%;
    line-height: 1.2
}

.evpf-form .evpf-control.evpf-control-static {
    border-color: #dcdcdc
}

.evpf-form .evpf-form-message {
    color: #fff;
    background-color: #999;
    line-height: 1.3;
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 10px;
    margin: 10px 0;
    display: none;
    border: 1px solid #999;
    text-align: center
}

.evpf-form .evpf-form-message.evpf-error {
    background-color: #a00;
    border: 1px solid #a00
}

.evpf-form .evpf-form-message.evpf-success {
    background-color: #080;
    border: 1px solid #080
}

.evpf-form .evpf-attachment-error {
    color: #fff;
    background-color: #a00;
    border: 1px solid #a00;
    line-height: 1.3;
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 10px;
    margin: 10px 0;
    display: none;
    text-align: center
}

.evpf-form .evpf-set {
    position: relative;
    float: left;
    width: 49%;
    overflow: hidden
}

.evpf-form .evpf-spin {
    margin-left: 25px;
    margin-top: 15px;
    display: none
}

.evpf-form .evpf-set-horizontal .evpf-control {
    width: auto;
    max-width: none;
    margin-right: 10px;
    float: left
}

.evpf-form .evpf-set-vertical .evpf-control {
    max-width: 100%;
    width: auto;
    float: left;
    clear: both
}

.evpf-form .evpf-separator {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #cdcdcd;
    margin: 20px 0;
    float: left;
    clear: both
}

.evpf-form .evpf-space {
    width: 100%;
    height: 60px;
    float: left;
    clear: both
}

.evpf-form button.evpf-control {
    background: #f7a81b
}

.evpf-form button.evpf-control,.evpf-form button.evpf-control:hover {
    color: #000;
    padding: 20px 30px;
    border: none;
    font-weight: 700;
    font-size: 18px
}

.evpf-form button.evpf-control:hover {
    background: rgba(247,168,27,.9)
}

.evpf-form button.evpf-control:disabled,.evpf-form button.evpf-control[disabled] {
    opacity: .5!important;
    pointer-events: none!important
}

.evpf-form .evpf-image-preview {
    max-height: 250px;
    margin-top: 20px
}

.evpf-form .evpf-image-preview.empty {
    margin: 0;
    padding: 0
}

.evpf-form .evpf-header {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
    clear: both
}

.evpf-form .evpf-attachment-controls {
    margin-top: 10px;
    width: 100%;
    overflow: hidden
}

.evpf-form .evpf-attachment-button {
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
    font-size: 14px;
    border: 1px solid #888;
    color: #888;
    background-color: #fff;
    margin-right: 10px;
    text-decoration: none
}

.evpf-form .evpf-attachment-button:active,.evpf-form .evpf-attachment-button:hover {
    text-decoration: none;
    color: #005daa;
    border-color: #005daa
}

.field-error {
    border: 1px solid #a00!important
}

.evpf-nfi {
    border: 1px solid #888;
    background: #fff;
    display: block;
    width: 100%;
    box-shadow: 0 0 0 2px #fff
}

.evpf-nfi .NFI-button {
    height: 40px;
    line-height: 40px;
    background: #005daa;
    color: #fff;
    width: 30%
}

.evpf-nfi .NFI-button:hover {
    background: rgba(0,93,170,.85)
}

.evpf-nfi .NFI-filename {
    display: block;
    width: 70%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    color: #aaa
}

.evpf-nfi .NFI-filename:focus {
    border: none
}

#email_form,#login_form,#password_form {
    max-width: 600px;
    float: none;
    margin: 0 auto
}

#email_form .evpf-control-label,#login_form .evpf-control-label,#password_form .evpf-control-label {
    width: 220px;
    text-align: left;
    font-size: 18px;
    font-weight: 700
}

#email_form .evpf-control#email,#email_form .evpf-control#password,#login_form .evpf-control#email,#login_form .evpf-control#password,#password_form .evpf-control#email,#password_form .evpf-control#password {
    width: 49%
}

#page-message {
    font-size: 20px;
    width: 80%;
    margin: 40px auto
}

#page-message p {
    margin-bottom: 20px
}

#page-message.success {
    color: #080
}

#page-message.error {
    color: #a00
}

.button-container {
    width: 100%;
    overflow: hidden;
    float: left;
    clear: both;
    text-align: center;
    padding: 20px 0
}

.two-columns-one {
    width: 48%
}

.three-columns-one {
    width: 30.66%
}

.three-columns-two {
    width: 65.33%
}

.four-columns-one {
    width: 22%
}

.four-columns-two {
    width: 48%
}

.four-columns-three {
    width: 74%
}

.four-columns-one,.four-columns-three,.four-columns-two,.three-columns-one,.three-columns-two,.two-columns-one {
    float: left;
    margin-right: 4%;
    position: relative
}

.last {
    clear: right;
    margin-right: 0!important
}

@media (max-width: 767px) {
    .four-columns-one,.four-columns-three,.four-columns-two,.three-columns-one,.three-columns-two,.two-columns-one {
        width:100%;
        float: none;
        margin-right: 0
    }
}

.applicaation-forms-block {
    margin-top: 30px
}

.applicaation-forms-block .item {
    background-color: #005daa;
    border: none
}

.applicaation-forms-block .item .entry-summary {
    color: #fff;
    font-weight: 400
}

.applicaation-forms-block .item .entry-summary .link-flag {
    padding-left: 10px
}

.appforms-block {
    width: 100%;
    margin-top: 30px
}

.appforms-block .appforms-list {
    margin: 30px auto 0;
    max-width: 800px;
    border-collapse: collapse
}

.appforms-block .appforms-list-row {
    background-color: #005daa;
    border-bottom: 10px solid #fff;
    overflow: hidden;
    margin-bottom: 10px
}

.appforms-block .appforms-list-left {
    vertical-align: middle;
    text-align: right;
    padding: 20px;
    width: 70%;
    color: #fff;
    font-size: 20px
}

.appforms-block .appforms-list-right {
    vertical-align: middle;
    text-align: left;
    padding: 20px;
    width: 30%;
    color: #fff;
    font-size: 14px
}

@media (max-width: 480px) {
    .appforms-block .appforms-list {
        margin:30px auto 0;
        max-width: 800px
    }

    .appforms-block .appforms-list-row {
        display: block
    }

    .appforms-block .appforms-list-left {
        padding-bottom: 0
    }

    .appforms-block .appforms-list-left,.appforms-block .appforms-list-right {
        display: block;
        text-align: center;
        width: 100%;
        float: left
    }
}

.red-text {
    color: #005daa
}

.red-text.evpf-group input,.red-text.evpf-group select,.red-text.evpf-group textarea {
    border-color: #005daa
}

.form-list-label {
    color: #005daa;
    margin: 0 0 20px
}

.eval-forms-list {
    width: 100%;
    margin: 0 0 30px
}

.eval-forms-list tr {
    height: 50px
}

.eval-forms-list tr.phase-created td {
    color: #aaa
}

.eval-forms-list td {
    vertical-align: middle;
    padding-left: 20px
}

.eval-forms-list td.month {
    width: 100px
}

.eval-forms-list td.state .action-button-small {
    margin-left: 10px
}

.eval-forms-list tr:nth-child(2n) {
    background-color: #f8f8f8
}

.eval-user-panel {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #005daa
}

.eval-user-panel .left-image-cont {
    float: left;
    width: 25%;
    margin-right: 5%
}

.eval-user-panel .left-image-cont img {
    width: 100%;
    height: auto
}

.eval-user-panel .right-info-panel {
    float: left;
    width: 70%
}

.eval-user-panel .info-table {
    margin-top: 20px
}

.eval-user-panel .info-table td {
    padding: 10px 20px 10px 0
}

.eval-user-panel .info-table td.label {
    font-weight: 700
}

.eval-user-panel .info-table tr:nth-child(odd) {
    background-color: #f8f8f8
}

.post-password-form {
    font-size: 18px;
    max-width: 600px;
    margin: 80px auto
}

.post-password-form p {
    margin: 20px 0
}

.post-password-form p:first-child {
    font-weight: 700;
    font-size: 24px
}

.post-password-form input[type=password] {
    width: 200px;
    box-sizing: border-box;
    font-size: 15px;
    color: #005daa;
    border: 1px solid #005daa;
    border-radius: 3px;
    padding: 10px;
    margin: 0 10px;
    text-align: left;
    opacity: .4
}

.post-password-form input[type=password]:focus {
    color: #262626;
    background-color: #fff;
    opacity: 1
}

.post-password-form input[type=submit] {
    clear: both;
    display: inline-block;
    padding: 12px 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #e09002;
    border: none;
    color: #000
}

.post-password-form input[type=submit]:visited {
    color: #fff
}

.post-password-form input[type=submit]:hover {
    opacity: .8
}

.page #content .post-87 table {
    table-layout: fixed
}

.page #content .post-87 table,.page #content .post-87 tbody,.page #content .post-87 tr {
    max-width: 100%!important;
    width: 100%!important
}

.page #content .post-87 td {
    width: 50%!important
}

.page #content .post-87 td:nth-of-type(2) {
    padding-left: 20px
}

@media (max-width: 767px) {
    .page #content .post-87 td {
        font-size:15px;
        font-weight: 400
    }

    .page #content .post-87 td h1,.page #content .post-87 td h2,.page #content .post-87 td h3,.page #content .post-87 td h4 {
        font-size: 18px
    }
}

.kb-wrapper .kb-items-cont .kb-rootcat {
    display: none;
    margin-bottom: 40px
}

.kb-wrapper .kb-items-cont .kb-rootcat[data-id="0"] {
    display: block
}

.kb-wrapper .kb-items-cont .kb-rootcat .kb-rootcat-bar .kb-root-link {
    display: inline-block;
    margin-bottom: 10px
}

.kb-wrapper .kb-items-cont .kb-rootcat .kb-rootcat-bar .kb-rootcat-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.kb-wrapper .kb-items-cont .kb-rootcat .kb-rootcat-bar .kb-rootcat-description {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #888
}

.kb-wrapper .kb-items-cont .kb-cat {
    margin: 40px 0 20px
}

.kb-wrapper .kb-items-cont .kb-cat .kb-cat-bar .kb-cat-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2
}

.kb-wrapper .kb-items-cont .kb-cat .kb-cat-bar .kb-cat-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #888
}

.kb-wrapper .kb-items-cont .kb-item {
    margin: 20px 0
}

.kb-wrapper .kb-items-cont .kb-item .kb-item-bar .kb-item-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 36px;
    background-size: 24px;
    background-position: 0;
    background-repeat: no-repeat
}

.kb-wrapper .kb-items-cont .kb-item .kb-item-bar .kb-item-title.item-pdf {
    background-image: url(img/file-icons/pdf.png)
}

.kb-wrapper .kb-items-cont .kb-item .kb-item-bar .kb-item-title.item-doc {
    background-image: url(img/file-icons/doc.png)
}

.kb-wrapper .kb-items-cont .kb-item .kb-item-bar .kb-item-title.item-xls {
    background-image: url(img/file-icons/xls.png)
}

.kb-wrapper .kb-items-cont .kb-item .kb-item-bar .kb-item-title.item-www {
    background-image: url(img/file-icons/www.png)
}

.kb-wrapper .kb-items-cont .kb-item .kb-item-bar .kb-item-description {
    padding-left: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #888
}

.kb-wrapper .kb-rootcat-cont {
    display: grid;
    overflow: hidden;
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.kb-wrapper .kb-rootcat-cont,.kb-wrapper .kb-rootcat-cont.kb-rootcat-cont-2 {
    grid-template-columns: repeat(2,1fr)
}

.kb-wrapper .kb-rootcat-cont.kb-rootcat-tile-3 {
    grid-template-columns: repeat(3,1fr)
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile {
    padding: 40px 20px;
    cursor: pointer;
    border: 1px solid #e09002;
    color: #e09002;
    transition: background-color .3s,color .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile:hover {
    background-color: #e09002;
    color: #fff
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile.kb-rootcat-tile-2 {
    width: 48%
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile.kb-rootcat-tile-3 {
    width: 32%
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile .kb-rootcat-text-cont {
    text-align: center
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile .kb-rootcat-text-cont .kb-rootcat-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2
}

.kb-wrapper .kb-rootcat-cont .kb-rootcat-tile .kb-rootcat-text-cont .kb-rootcat-description {
    margin-top: 12px
}
