@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic,latin-ext);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,700&family=Pacifico&display=swap');
body {
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
a{
color:#000;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a:active{
	color:green;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-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 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666666666666%
}
.col-xs-10 {
    width: 83.33333333333334%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666666666666%
}
.col-xs-7 {
    width: 58.333333333333336%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666666666667%
}
.col-xs-4 {
    width: 33.33333333333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.666666666666664%
}
.col-xs-1 {
    width: 8.333333333333332%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666666666666%
}
.col-xs-pull-10 {
    right: 83.33333333333334%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666666666666%
}
.col-xs-pull-7 {
    right: 58.333333333333336%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666666666667%
}
.col-xs-pull-4 {
    right: 33.33333333333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.666666666666664%
}
.col-xs-pull-1 {
    right: 8.333333333333332%
}
.col-xs-pull-0 {
    right: 0%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666666666666%
}
.col-xs-push-10 {
    left: 83.33333333333334%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666666666666%
}
.col-xs-push-7 {
    left: 58.333333333333336%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666666666667%
}
.col-xs-push-4 {
    left: 33.33333333333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.666666666666664%
}
.col-xs-push-1 {
    left: 8.333333333333332%
}
.col-xs-push-0 {
    left: 0%
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}
.col-xs-offset-0 {
    margin-left: 0%
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .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 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-0 {
        right: 0%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-0 {
        left: 0%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
    .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 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-0 {
        right: 0%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666666666666%
    }
    .col-md-push-10 {
        left: 83.33333333333334%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666666666666%
    }
    .col-md-push-7 {
        left: 58.333333333333336%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666666666667%
    }
    .col-md-push-4 {
        left: 33.33333333333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.666666666666664%
    }
    .col-md-push-1 {
        left: 8.333333333333332%
    }
    .col-md-push-0 {
        left: 0%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
    .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 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-0 {
        right: 0%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-0 {
        left: 0%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}
@-ms-viewport {
    width: device-width
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }
    tr.visible-xs.visible-sm {
        display: table-row !important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }
    tr.visible-xs.visible-md {
        display: table-row !important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }
    tr.visible-xs.visible-lg {
        display: table-row !important
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important
}
@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }
    tr.visible-sm.visible-xs {
        display: table-row !important
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }
    tr.visible-sm.visible-md {
        display: table-row !important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }
    tr.visible-sm.visible-lg {
        display: table-row !important
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important
}
@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }
    tr.visible-md.visible-xs {
        display: table-row !important
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }
    tr.visible-md.visible-sm {
        display: table-row !important
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }
    tr.visible-md.visible-lg {
        display: table-row !important
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important
}
@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }
    tr.visible-lg.visible-xs {
        display: table-row !important
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }
    tr.visible-lg.visible-sm {
        display: table-row !important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }
    tr.visible-lg.visible-md {
        display: table-row !important
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
tr.hidden-xs {
    display: table-row !important
}
th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}
@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}
tr.hidden-sm {
    display: table-row !important
}
th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}
@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}
tr.hidden-md {
    display: table-row !important
}
th.hidden-md,
td.hidden-md {
    display: table-cell !important
}
@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}
tr.hidden-lg {
    display: table-row !important
}
th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}
@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #cccccc
}
.mfp-preloader a:hover {
    color: white
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}
a:hover {
    text-decoration: none;
    color:green;
}
abbr {
    border-bottom: 1px dotted transparent
}
address {
    margin-bottom: 24px
}
blockquote {
    margin-bottom: 24px;
    padding-left: 20px;
    font-size: 1.875em;
    font-style: italic;
    border: 5px solid transparent;
    border-width: 0 0 0 5px
}
blockquote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 0.875em
}
button {
    background: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}
code {
    padding: 5px;
    font-family: monospace;
    border: 1px solid transparent
}
em {
    font-style: italic
}
img {
    max-width: 100%;
    height: auto
}
p {
    line-height: 1.5em;
    margin: 0 0 24px 0
}
pre {
    margin-bottom: 24px;
    padding: 10px;
    font-family: monospace;
    border: 1px solid transparent;
    overflow-x: scroll
}
q {
    font-style: italic
}
strong {
    font-weight: bold
}
sup {
    position: relative;
    top: -0.5em;
    font-size: 0.750em;
    vertical-align: top;
}
sub{
	position: relative;
    top: -0.5em;
    font-size: 0.750em;
    vertical-align: bottom;
}
sub {
    bottom: -0.5em
}
var {
    font-style: italic
}
h1 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 1.875em;
    font-weight: bold
}
h2 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 1.5em;
    font-weight: bold
}
h3 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 1.125em;
    font-weight: bold
}
h4 {
    line-height: 1.2em;
    font-size: 1.125em;
    font-weight: bold
}
h5 {
    /*margin-bottom: 24px;*/
    line-height: 1.2em;
    font-size: 1em
}
h6 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 0.875em
}
dl {
    margin: 0 0 24px 0
}
dl>dt {
    margin-top: 25px;
    font-weight: bold
}
dl>dt:first-child {
    margin-top: 0
}
ul {
    margin-bottom: -10px;
    list-style: none;
}
ul li {
    position: relative;
    margin-top: 10px;
    line-height: 1.5em
}

ul ol,
ul ul {
    margin: 10px 0 0 0
}
ol {
    margin-bottom: 24px
}
ol>li {
    position: relative;
    margin-top: 10px;
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 1.5em
}
ol>li:first-child {
    margin-top: 0
}
ol ul,
ol ol {
    margin: 10px 0 0 20px
}
table {
    margin-bottom: 24px;
    width: 100%;
    border-collapse: collapse
}
table th {
    padding: 15px 20px 13px 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    border: 0
}
table td {
    padding: 15px 20px 13px 20px;
    vertical-align: middle;
    border: 0
}
table p {
    margin-bottom: 12px
}
table p:last-child {
    margin: 0
}
label {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
    vertical-align: top
}
input,
textarea,
select {
    position: relative;
    padding: 11px 15px;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #F2F2F2 none repeat scroll 0% 0%;
    color: #000;
    font-weight: bold;
    opacity: 0.7;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

#searchbox input{
background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
opacity: 1;
}
textarea {
    max-width: 100%;
    height: 142px
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 2px 0 0;
    width: auto;
    vertical-align: top
}
input[type="submit"] {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    opacity:1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-appearance: none;
    border-radius: 0
}
input[type="submit"]:active {
    top: 2px
}
input[type="file"] {
    padding: 0
}
.aligncenter {
    margin-left: auto;
    margin-right: auto
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0
}
.alignright {
    float: right;
    margin: 0 0 15px 15px
}
.bypostauthor {
    font-style: italic
}
.clearfix:before,
.clearfix:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.embed-media {
    margin-bottom: 24px
}
.gallery-caption {
    padding: 4px
}
.hidden {
    display: none
}
.lead {
    line-height: 1.5em;
    font-size: 1.500em;
    font-weight: 400
}
.strikethrough {
    text-decoration: line-through
}
.valign-middle {
    vertical-align: middle
}
.valign-top {
    vertical-align: top
}
.valign-bottom {
    vertical-align: bottom
}
.wp-caption {
    padding: 4px;
    max-width: 100%
}
.wp-caption-text {
    font-size: 0.9em
}
p.wp-caption-text {
    margin-top: 5px
}
.accordion-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: -12px;
    margin-bottom: 12px
}
.accordion-items>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.accordion-items>li {
    position: relative;
    border-top: 1px solid transparent
}
.accordion-items>li:first-child {
    margin-top: 0;
    border: 0
}
.accordion-items .accordion-title {
    position: relative;
    margin: 0;
    padding: 12px 30px 12px 0;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out
}
.accordion-items .m-has-icon .accordion-title {
    padding-left: 30px
}
.accordion-items .accordion-title .ico {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px
}
.accordion-items .accordion-title:after {
    content: '\f107';
    display: block;
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 16px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.accordion-items>li.m-active .accordion-title:after {
    content: '\f106'
}
.accordion-items .accordion-content {
    display: none;
    padding-bottom: 12px;
    line-height: 1.4em
}
.accordion-items .accordion-content>* {
    margin: 12px 0 0 0
}
.accordion-items .accordion-content>*:first-child {
    margin: 0
}
.c-alert-message {
    position: relative;
    margin: 0 0 24px 0;
    padding: 22px 20px 20px 50px
}
.c-alert-message .ico {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 24px
}
.c-alert-message .alert-inner {
    line-height: 1.4em
}
.c-alert-message p {
    margin: 12px 0 0 0
}
.c-alert-message p:first-child {
    margin: 0
}
.c-alert-message .alert-close {
    position: absolute;
    top: 10px;
    right: 10px
}
.c-article-list {
    margin-bottom: 24px
}
.c-article-list .c-content-box {
    padding-left: 0;
    padding-right: 0
}
.c-article-list .article-list-inner {
    position: relative;
    
}
.c-article-list .ico-shadow {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 120px;
    opacity: 0.08;
    filter: alpha(opacity=8);
    z-index: 5
}
.c-article-list .article-list-title {
    font-weight: normal;
    text-transform: none;
    z-index: 10
}
.c-article-list.m-has-icon .article-list-title {
    position: relative;
    padding-left: 45px;
    z-index: 10
}
.c-article-list .article-list-title .ico {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 36px
}
.c-article-list .article-list-content {
    position: relative;
    margin: 0 -30px;
    z-index: 20
}
.c-article-list .article-image {
    margin-bottom: 24px
}
.c-article-list .article-image a {
    display: block;
    margin: 0 0 12px 0;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.c-article-list .article-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.c-article-list .article-title {
    margin: 0;
    font-size: 1.5em;
    max-height: 72px;
	overflow: hidden;
    min-height: 72px;
}
.c-article-list .article-date {
    margin-top: 3px;
    font-size: 0.875em
}
.c-article-list .article-date .ico {
    position: relative;
    top: 1px;
    margin-right: 5px
}
.c-article-list .article-excerpt {
    margin-top: 24px
}
.c-article-list .article-core {
    position: relative;
    
}
.c-article-list .brief-article {
    position: relative;
    margin: 7px 30px 0 30px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.c-article-list .brief-article:before,
.c-article-list .brief-article:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-article-list .brief-article:first-child {
    margin-top: 0;
    border-top: 0
}
.c-article-list.m-has-featured .brief-article:nth-child(2) {
    margin-top: 0;
    border-top: 0
}
.c-article-list .brief-article .article-title {
    margin: 0;
    padding-right: 80px;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: none
}
.c-article-list .brief-article .article-date {
    position: absolute;
    top: 4px;
    right: 0;
    margin: 0;
    font-size: 0.750em;
    text-align: right
}
.c-article-list .more-btn-holder {
    margin: 7px 30px 0 30px;
    padding-top: 8px;
    border-top: 1px solid transparent;
    font-size: 0.875em
}
.c-article-list .more-btn-holder a {
    position: relative;
    padding-right: 10px;
    font-weight: bold
}
.c-content-box .c-article-list .article-list-inner {
    padding: 0
}
.m-no-boxes .c-article-list .article-list-inner {
    padding: 0
}
.m-no-boxes .c-article-list .article-list-content {
    margin: 0
}
.m-no-boxes .c-article-list .article-core {
    padding: 0
}
.m-no-boxes .c-article-list .brief-article,
.m-no-boxes .c-article-list .more-btn-holder {
    margin-left: 0;
    margin-right: 0
}
.c-button {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.c-button.m-has-icon {
    padding-left: 42px
}
.c-button .ico {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px
}
.c-button:hover {
    text-decoration: none
}
.c-button:active {
    top: 2px
}
.c-container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1400px
}
.c-container:before,
.c-container:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-content-box {
    margin-bottom: 24px;
    padding: 24px 30px 1px 30px;
    line-height: 1.4em;
    overflow: hidden
}
.c-content-box.m-no-padding {
    padding: 0
}
.c-content-box .c-content-box,
.m-no-boxes .c-content-box {
    margin: 0;
    padding: 0;
    overflow: visible
}
.m-no-boxes .c-content-box.m-forced {
    margin-bottom: 24px;
    padding: 24px 30px 1px 30px
}
.c-counter {
    margin-bottom: 24px
}
.c-counter .counter-data {
    margin-bottom: 12px;
    line-height: 1em;
    font-size: 3em;
    font-weight: normal
}
.c-counter .counter-symbol {
    font-size: 0.625em
}
.c-counter .counter-label {
    font-weight: normal
}
.c-cta-message .cta-inner {
    margin-bottom: 24px
}
.c-cta-message .cta-title {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid transparent
}
.c-cta-message .cta-text {
    margin-bottom: 24px
}
.c-cta-message .cta-text>* {
    margin: 12px 0 0 0
}
.c-cta-message .cta-button {
    margin: 0
}
.c-definition-list dl {
    margin-bottom: 24px
}
.c-definition-list dl:before,
.c-definition-list dl:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-definition-list dl>dt {
    float: left;
    clear: both;
    margin: 7px 0 0 0;
    padding: 7px 0 0 0;
    width: 50%;
    border-top: 1px solid transparent
}
.c-definition-list dl>dd {
    float: right;
    margin: 7px 0 0 0;
    padding: 7px 0 0 0;
    width: 50%;
    text-align: right;
    border-top: 1px solid transparent
}
.c-definition-list dl>dt:first-of-type,
.c-definition-list dl>dd:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.c-directory ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.c-directory ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-directory .directory-inner {
    position: relative
}
.c-directory .ico-shadow {
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 120px;
    opacity: 0.08;
    filter: alpha(opacity=8);
    z-index: 5
}
.c-directory .directory-title {
    font-weight: normal;
    text-transform: none;
    z-index: 10
}
.c-directory.m-has-icon .directory-title {
    position: relative;
    padding-left: 45px
}
.c-directory .directory-title .ico {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 36px
}
.c-directory .directory-content {
    position: relative;
    z-index: 20
}
.c-directory .directory-menu:before,
.c-directory .directory-menu:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-directory .directory-menu>li {
    margin-bottom: 24px;
    padding-right: 10px
}
.c-directory .directory-menu>li>a {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase
}
.c-directory .directory-menu>li>ul>li {
    font-size: 0.875em
}
.c-directory .sub-menu>li {
    margin-top: 7px
}
.c-directory .sub-menu .sub-menu {
    margin-left: 20px
}
.c-directory.m-2-columns .directory-menu>li {
    float: left;
    width: 50%
}
.c-directory.m-2-columns .directory-menu>li:nth-child(2n+1) {
    clear: left
}
.c-directory.m-3-columns .directory-menu>li {
    float: left;
    width: 33%
}
.c-directory.m-3-columns .directory-menu>li:nth-child(3n+1) {
    clear: left
}
.c-directory.m-4-columns .directory-menu>li {
    float: left;
    width: 25%
}
.c-directory.m-4-columns .directory-menu>li:nth-child(4n+1) {
    clear: left
}
.c-feature .feature-inner {
    position: relative;
    margin-bottom: 24px;
    padding-left: 50px
}
.c-feature .feature-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px
}
.c-feature .feature-title {
    margin-bottom: 12px
}
.c-feature .feature-content>* {
    margin: 12px 0 0 0
}
.c-feature .feature-content>*:first-child {
    margin: 0
}
.c-gallery {
    margin-bottom: 24px
}
.c-gallery .gallery-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 -4px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100)
}
.c-gallery .gallery-images>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-gallery .gallery-images:before,
.c-gallery .gallery-images:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-gallery .gallery-images.m-loading {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.c-gallery .gallery-images>li {
    float: left;
    padding: 4px;
    width: 20%
}
.c-gallery .gallery-images>li a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.c-gallery .gallery-images>li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.c-gallery .gallery-images.m-2-columns>li {
    width: 50%
}
.c-gallery .gallery-images.m-2-columns>li:nth-child(2n+1) {
    clear: left
}
.c-gallery .gallery-images.m-3-columns>li {
    width: 33.3333%
}
.c-gallery .gallery-images.m-3-columns>li:nth-child(3n+1) {
    clear: left
}
.c-gallery .gallery-images.m-4-columns>li {
    width: 25%
}
.c-gallery .gallery-images.m-4-columns>li:nth-child(4n+1) {
    clear: left
}
.c-gallery .gallery-images.m-5-columns>li {
    width: 20%
}
.c-gallery .gallery-images.m-5-columns>li:nth-child(5n+1) {
    clear: left
}
.c-gallery .gallery-images img {
    display: block
}
.c-gmap {
    margin-bottom: 24px;
    width: 100%
}
.gmap-canvas {
    height: 400px
}
.gmap-canvas img {
    max-width: none
}
.c-pagination {
    margin-bottom: 24px;
    text-align: right
}
.c-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.c-pagination ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-pagination ul>li {
    display: inline-block
}
.c-pagination a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}
.c-pagination a:hover {
    text-decoration: none
}
.c-progress-bar {
    position: relative
}
.c-progress-bar .progress-bar-inner {
    margin-bottom: 24px
}
.c-progress-bar .progress-bar-title {
    margin: 0 0 12px 0;
    font-size: 1em
}
.c-progress-bar .bar-indicator-inner {
    display: block;
    width: 0;
    height: 10px;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}
.c-search-form {
    margin: 0 0 24px 0
}
.c-search-form .form-fields {
    position: relative;
    height: 45px;
    border: 1px solid transparent
}
.c-search-form input {
    padding: 14px 60px 0 15px;
    width: 100%;
    line-height: 16px;
    font-style: italic;
    vertical-align: top;
    border: 0;
    background: none
}
.c-search-form .submit-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border: 0
}
.c-search-form .submit-btn:active {
    top: 1px
}
.c-search-form .submit-btn>i {
    float: none;
    margin: 0;
    font-size: 16px
}
.c-separator {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid transparent
}
.c-separator:before,
.c-separator:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-separator.m-margin-top-none {
    margin-top: 0
}
.c-separator.m-margin-bottom-none {
    margin-bottom: 0
}
.c-separator.m-margin-top-small {
    margin-top: 12px
}
.c-separator.m-margin-bottom-small {
    margin-bottom: 12px
}
.c-separator.m-margin-top-medium {
    margin-top: 24px
}
.c-separator.m-margin-bottom-medium {
    margin-bottom: 24px
}
.c-separator.m-margin-top-large {
    margin-top: 48px
}
.c-separator.m-margin-bottom-large {
    margin-bottom: 48px
}
.c-separator.m-transparent {
    border: 0
}
.c-slider {
    position: relative;
    margin-bottom: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.c-slider .slide-list {
    position: relative;
    z-index: 10
}
.c-slider .slide {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.c-slider .slide:first-child {
    display: block
}
.c-slider .slide-inner {
    display: table;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat
}
.c-slider .slide-content {
    display: table-cell;
    padding: 40px 30px;
    height: 450px
}
.c-slider h1,
.c-slider h2 {
    font-size: 2.25em
}
.c-slider .owl-stage-outer {
    z-index: 10
}
.c-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20
}
.c-slider.m-has-indicator .owl-nav {
    bottom: 4px
}
.c-slider .owl-prev,
.c-slider .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center
}
.c-slider .owl-prev i,
.c-slider .owl-next i {
    position: relative;
    left: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}
.c-slider .owl-prev:active:not(.m-disabled) i {
    left: -2px
}
.c-slider .owl-next:active:not(.m-disabled) i {
    left: 2px
}
.c-slider .owl-carousel .owl-prev.m-disabled,
.c-slider .owl-carousel .owl-next.m-disabled {
    cursor: auto
}
.c-slider .slider-indicator {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: 20
}
.c-slider .slider-indicator>span {
    display: block;
    width: 0;
    height: 4px
}
.c-social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.c-social-icons>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-social-icons>li {
    display: inline-block;
    margin: 0 2px
}
.c-social-icons a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
}
.c-tabs .tabs-inner {
    margin-bottom: 24px
}
.c-tabs .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.c-tabs .tab-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-tabs .tab-list:before,
.c-tabs .tab-list:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.c-tabs .tab-list>li {
    display: inline-block;
    margin: 0 20px 12px 0;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer
}
.c-tabs .content-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.c-tabs .content-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-tabs .content-list>li>* {
    margin: 12px 0 0 0
}
.c-tabs .content-list>li>*:first-child {
    margin: 0
}
.c-team-member .team-member-inner {
    position: relative;
    margin-bottom: 24px
}
.c-team-member .member-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px
}
.c-team-member .member-name {
    margin: 0
}
.c-team-member .member-role {
    margin: 2px 0 0 0;
    font-size: 0.875em;
    font-style: italic
}
.c-team-member .member-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px
}
.c-team-member .member-social>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.c-team-member .member-social li {
    display: inline;
    margin-right: 5px;
    font-size: 16px
}
.c-team-member .member-description>* {
    margin: 12px 0 0 0
}
.c-team-member.m-has-portrait .team-member-inner {
    padding-left: 120px;
    min-height: 100px
}
#header {
    padding: 0;
    min-height: 100px;
    z-index: 10;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.m-header-map-active #header {
    min-height: 480px
}
#header .c-container {
    position: relative
}
.header-branding {
    padding: 40px 0;
    margin: 0;
    -webkit-transition: margin 300ms ease-in-out;
    -moz-transition: margin 300ms ease-in-out;
    -ms-transition: margin 300ms ease-in-out;
    -o-transition: margin 300ms ease-in-out;
    transition: margin 300ms ease-in-out
        
}

.header-branding span {
    display: block
}
.m-header-map-active .header-branding {
    margin-top: -400px
}
.header-tools {
    position: absolute;
    top: 30px;
    right: 30px
}
.header-lang-switcher {
    float: right;
    margin-left: 20px;
    font-size: 0.875em
}
.header-lang-switcher:before,
.header-lang-switcher:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.header-lang-switcher ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.header-lang-switcher ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.header-lang-switcher li {
    float: left;
    border: 1px solid transparent;
    border-width: 0 0 0 1px
}
.header-lang-switcher li:first-child {
    border-width: 0
}
.header-lang-switcher a,
.header-lang-switcher button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}
.header-lang-switcher a:hover,
.header-lang-switcher button:hover {
    text-decoration: none
}
.header-lang-switcher a.m-active {
    font-weight: bold
}
.header-lang-switcher i {
    font-size: 20px;
    line-height: 40px
}
.header-search {
    float: right;
    margin-left: 20px
}
.header-search .c-search-form {
    margin: 0
}
.header-search .form-fields {
    height: 40px;
    border: 0
}
.header-search input {
    padding-top: 11px;
    font-size: 14px;
    line-height: 20px;
    font-style: italic
}
.header-search .submit-btn {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px
}
.header-search .submit-btn>i {
    position: relative;
    top: 1px
}
.header-search .submit-btn:active {
    top: 0
}
.header-login {
    display: block;
    float: right;
    margin-left: 20px
}
.header-login a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}
.header-login a i {
    font-size: 20px;
    line-height: 40px;
    vertical-align: top
}
.header-login a span {
    display: none;
    margin-left: 5px;
    vertical-align: top
}
.header-login a.profile {
    padding: 0;
    width: 40px;
    vertical-align: top;
    overflow: hidden
}
.header-login a.profile img {
    vertical-align: top
}
.header-gmap-switcher {
    display: block;
    float: right;
    margin-left: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}
.header-gmap-switcher i {
    font-size: 20px;
    line-height: 40px;
    vertical-align: top
}
.header-gmap-switcher span {
    margin-left: 5px;
    vertical-align: top
}
.header-gmap-switcher .ico-close {
    display: none;
    font-size: 15px
}
.header-gmap-switcher.m-active .ico-open {
    display: none
}
.header-gmap-switcher.m-active .ico-close {
    display: inline
}
.header-toggle-holder {
    display: none;
    position: relative;
    margin-bottom: 12px
}
.m-has-gmap .header-toggle-holder {
    padding-right: 50px
}
.header-toggle {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase
}
.header-toggle i {
    font-size: 20px;
    line-height: 40px;
    vertical-align: top
}
.header-toggle span {
    vertical-align: top
}
.header-toggle .ico-close {
    display: none;
    font-size: 13px
}
.header-toggle.m-active .ico-open {
    display: none
}
.header-toggle.m-active .ico-close {
    display: inline
}
.header-toggle-holder .header-gmap-switcher {
    position: absolute;
    top: 0;
    right: 0
}
.header-menu {
    display: none;
    margin-bottom: 12px
}
.header-menu nav {
    padding: 5px 20px
}
.header-menu nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.header-menu nav ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.header-menu nav>ul>li {
    position: relative;
    border-top: 1px solid transparent
}
.header-menu nav>ul>li:first-child {
    border: 0
}
.header-menu nav>ul>li>a {
    position: relative;
    display: block;
    position: relative;
    left: 0;
    padding: 7px 0;
    text-transform: uppercase
}
.header-menu nav>ul>li.m-hover>a,
.header-menu nav>ul>li>a:hover {
    text-decoration: none
}
.header-menu nav>ul>li.m-active>a,
.header-menu nav .current-menu-ancestor>a,
.header-menu nav .current_page_ancestor>a,
.header-menu nav .current_page_parent>a,
.header-menu nav .current_page_item>a,
.header-menu nav .current-menu-item>a {
    font-weight: bold
}
.header-menu nav .m-has-submenu>a {
    padding-right: 40px
}
.header-menu nav .submenu-toggle {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 18px
}
.header-menu nav .submenu-toggle i:before {
    content: '\f107'
}
.header-menu nav .submenu-toggle.m-active i:before {
    content: '\f106'
}
.header-menu nav ul>li>ul {
    display: none;
    padding: 5px 20px 5px 20px
}
.header-menu nav ul>li>ul>li {
    position: relative
}
.header-menu nav ul>li>ul .submenu-toggle {
    height: 30px
}
.header-menu nav ul>li>ul>li:first-child {
    border: 0
}
.header-menu nav ul>li>ul>li>a {
    display: block;
    padding: 7px 0;
    line-height: 1.3em;
    border: 0
}
.header-menu nav>ul>li>ul {
    font-size: 0.875em;
    margin: 0 -20px
}
.header-menu nav>ul>li>ul>li {
    border-top: 1px solid transparent
}
.header-menu nav>ul>li>ul ul {
    margin-top: -5px;
    padding-bottom: 10px
}
.header-menu nav>ul>li>ul ul>li>a {
    padding: 4px 0
}
.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}
.header-image {
    position: relative;
    height: 500px;
    z-index: 10
}
.header-image:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    z-index: 20;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out
}
.header-image .image-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat
}
.header-image .image-layer:first-child {
    display: block
}
.header-image .image-layer.m-active {
    display: block;
    z-index: 20
}
.header-image .image-layer.m-next {
    display: block;
    z-index: 10
}
.header-gmap {
    position: absolute;
    top: -500px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.header-gmap .gmap-canvas {
    width: 100%;
    height: 500px
}
.m-header-map-active .header-gmap {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}
#core {
    position: relative;
    padding-bottom: 12px;
    /*z-index: 20*/
}
/*.m-has-header-bg #core {
    min-height: 460px
}*/
#page-header {
    position: relative;
    margin: 0 0 24px 0;
    padding: 0 30px;
    z-index: 1;
    background-color: #F7F7F7;
    color:#333;
    font-weight: bold;
}
.breadcrumbs a {
    color: #999;
    font-weight: bold;
}
.breadcrumbs{
	color: #999;
}
.breadcrumbs a:hover {
    color: green;
}
#page-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent
}
.page-title {
    position: relative;
    padding: 24px 0
}
.page-title h1 {
    margin: 0
}
.page-title h1 em {
    font-weight: normal
}
.m-has-breadcrumbs .page-title {
    padding-bottom: 12px;
    border-bottom: 1px solid transparent
}
.m-has-breadcrumbs .page-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30px;
    height: 3px;
    line-height: 0
}
.breadcrumbs {
    padding: 25px 0 30px 0;
    font-size: 0.875em
}
.breadcrumbs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.breadcrumbs>ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.breadcrumbs>ul:before,
.breadcrumbs>ul:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.breadcrumbs>ul>li {
    display: inline;
    margin-left: 5px;
    padding: 3px 0
}
.breadcrumbs>ul>li:first-child {
    margin: 0
}
.breadcrumbs>ul>li:before {
    content: '/';
    display: inline;
    margin-right: 7px;
    font-size: 12px
}
.breadcrumbs>ul>li:first-child:before {
    display: none
}
.article-page .article-image {
    text-align: center
}
.article-page .article-image-inner {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.article-page .article-core {
    padding: 24px 30px 1px 30px
}
/*.article-page .article-content {
    overflow: hidden
}*/
.article-page .article-content-inner {
    margin-bottom: 24px
}
.article-page .article-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 7px 0 24px 0;
    font-size: 0.875em;
    border-top: 1px solid #ddd;
}
.article-page .article-footer>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.article-page .article-footer .ico {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px
}
.article-page .article-date {
    position: relative;
    padding-left: 4px;
}
.article-page .article-date-holder {
    margin-right: 10px
}
.article-page .article-tags {
    position: relative;
    margin-top: 4px;
    padding-left: 20px
}
.article-archive-page .article-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.article-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 24px 0;
    line-height: 1.2em;
    font-size: 0.875em
}
.article-navigation>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.article-navigation:before,
.article-navigation:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.article-navigation .prev {
    float: left;
    width: 40%
}
.article-navigation .next {
    float: right;
    width: 40%;
    text-align: right
}
.article-navigation .m-has-thumb {
    min-height: 50px
}
.article-navigation .m-has-thumb .prev-inner {
    position: relative;
    padding-left: 60px
}
.article-navigation .m-has-thumb .next-inner {
    position: relative;
    padding-right: 60px
}
.article-navigation .nav-thumb {
    position: absolute;
    top: 0;
    width: 50px
}
.article-navigation .prev .nav-thumb {
    left: 0
}
.article-navigation .next .nav-thumb {
    right: 0
}
.article-navigation h5 {
    margin: 0;
    font-size: 0.875em;
    text-transform: uppercase
}
.article-comments .comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 24px 0
}
.article-comments .comment-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.article-comments .comment-list>li {
    margin-top: 24px
}
.article-comments .comment-list>li:first-child {
    margin: 0
}
.article-comments .comment-list .comment {
    position: relative
}
.article-comments .comment-list .comment-inner.has-portrait {
    padding-left: 80px
}
.article-comments .comment-list .comment-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px
}
.article-comments .comment-list .comment-author {
    margin-bottom: 12px;
    font-size: 0.875em;
    text-transform: uppercase
}
.article-comments .comment-list .comment-content {
    font-size: 0.875em
}
.article-comments .comment-list .comment-content>* {
    margin: 12px 0 0
}
.article-comments .comment-list .comment-content>*:first-child {
    margin: 0
}
.article-comments .comment-list .comment-info {
    margin-top: 12px;
    padding-top: 7px;
    font-size: 0.875em;
    border-top: 1px solid transparent
}
.article-comments .comment-list .comment-info:before,
.article-comments .comment-list .comment-info:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.article-comments .comment-list .comment-date {
    float: left
}
.article-comments .comment-list .comment-reply {
    float: right;
    border: 0
}
.article-comments .comment-list .comment-date:before,
.article-comments .comment-list .comment-reply:before {
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-size: 14px;
    display: inline-block;
    font-family: 'townpress';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.article-comments .comment-list .comment-date:before {
    content: '\e7e0'
}
.article-comments .comment-list .comment-reply:before {
    content: '\e675';
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}
.article-comments .comment-list .comment-list {
    margin: 24px 0 0 20px
}
.respond-form {
    margin-top: 48px
}
#respond {
    position: relative
}
.form-allowed-tags {
    font-size: 0.75em
}
.form-allowed-tags code {
    padding: 0;
    border: 0
}
#respond #cancel-comment-reply-link {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 0.875em;
    text-transform: uppercase;
    border: 0
}
#respond #cancel-comment-reply-link:before {
    content: '\f00d';
    position: relative;
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}
.cpt-archive-page .bottom-tools {
    margin: 24px 0;
    padding-top: 12px;
    font-size: 0.875em;
    border-top: 1px solid transparent
}
.cpt-archive-page .bottom-tools ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.cpt-archive-page .bottom-tools ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.notice-page .notice-image {
    text-align: center
}
.notice-page .notice-image-inner {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.notice-page .notice-core {
    padding: 24px 30px 1px 30px
}
.notice-page .notice-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 30px 0 30px;
    padding: 7px 0 24px 0;
    font-size: 0.875em;
    border-top: 1px solid transparent
}
.notice-page .notice-footer>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.notice-page .notice-footer .ico {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px
}
.notice-page .notice-date {
    position: relative;
    padding-left: 20px
}
.notice-archive-page .notice-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.document-page .document-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px
}
.document-page .document-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.document-page .document-list>li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid transparent
}
.document-page .document-list>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.document-page .document-title {
    position: relative;
    margin: 0;
    font-size: 1em;
    font-weight: normal
}
.document-page .document-title.m-has-icon {
    padding-left: 22px
}
.document-page .document-icon {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px
}
.document-page .document-title a {
    display: inline-block
}
.document-page .document-filesize {
    display: inline;
    font-size: 0.75em;
    white-space: nowrap
}
.document-page .document-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.75em
}
.document-page .document-info ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.document-page .document-info ul>li {
    display: inline-block;
    margin: 5px 0 0 10px
}
.document-page .document-info ul>li:first-child {
    margin-left: 0
}
.event-page .group-title {
    margin: 0 0 24px 0;
    padding: 10px 30px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase
}
.event-page .event-image {
    text-align: center
}
.event-page .event-image-inner {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.event-page .event-core {
    padding: 24px 30px 1px 30px
}
.event-page .event-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 24px;
    padding-top: 4px;
    font-size: 0.875em;
    border-top: 1px solid transparent
}
.event-page .event-info>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.event-page .event-info>li {
    display: inline-block;
    position: relative;
    margin: 8px 20px 0 0;
    padding-left: 25px
}
.event-page .event-info .ico {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 20px
}
.event-page .event-content {
    margin-top: -12px;
    padding-top: 24px;
    border-top: 1px solid transparent
}
.event-archive-page .event-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.event-single-page .event-info {
    margin-top: -8px;
    padding-top: 0;
    border: 0
}
.event-single-page .event-location .gmap-canvas {
    width: 100%;
    height: 400px
}
.event-single-page .meta-event-location {
    display: none
}
.gallery-page .gallery-image {
    text-align: center
}
.gallery-page .gallery-image-inner {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.gallery-page .gallery-core {
    padding: 24px 30px 1px 30px
}
.gallery-page .gallery-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 30px 0 30px;
    padding: 7px 0 24px 0;
    font-size: 0.875em;
    border-top: 1px solid transparent
}
.gallery-page .gallery-footer>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.gallery-page .gallery-footer:first-child {
    padding-top: 24px;
    border: 0
}
.gallery-page .gallery-footer .ico {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px
}
.gallery-page .gallery-date {
    position: relative;
    padding-left: 20px
}
.gallery-archive-page .gallery-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.gallery-archive-page.m-masonry-layout .gallery-title {
    margin: 0;
    padding: 8px 10px;
    font-size: 0.875em
}
.search-results-page .c-search-form {
    margin: 0
}
.widget p {
    margin: 12px 0 0 0
}
.widget p:first-child {
    margin-top: 0
}
.widget.lsvr-definition-list dl {
    margin: 0
}
.widget.lsvr-definition-list dl:before,
.widget.lsvr-definition-list dl:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
#widget-phone dl:before,
#widget-phone dl::after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.widget.lsvr-definition-list dl>dt {
    clear: both;
    float: left;
    margin: 7px 0 0 0;
    padding-top: 7px;
    width: 50%;
    border-top: 1px solid transparent
}
.widget.lsvr-definition-list dl>dd {
    float: right;
    width: 50%;
    margin-top: 7px;
    padding-top: 7px;
    text-align: right;
    border-top: 1px solid transparent
}
.widget.lsvr-definition-list dl>dt:first-of-type,
.widget.lsvr-definition-list dl>dd:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-locale-info .widget-inner {
    background-size: cover;
    background-repeat: no-repeat
}
.widget.lsvr-locale-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.lsvr-locale-info ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.lsvr-locale-info .widget-content>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.lsvr-locale-info .widget-content>ul>li:before,
.widget.lsvr-locale-info .widget-content>ul>li:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.widget.lsvr-locale-info .widget-content>ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-locale-info .row-title {
    float: left;
    width: 45%;
    text-align: left
}
.widget.lsvr-locale-info .row-title h4 {
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 1em;
    font-weight: bold
}
.widget.lsvr-locale-info small {
    display: block;
    font-size: 0.857em
}
.widget.lsvr-locale-info .row-value {
    position: relative;
    float: right;
    width: 45%;
    font-size: 1.286em;
    text-align: right
}
.widget.lsvr-locale-info .row-value small {
    font-size: 0.667em
}
.widget.lsvr-locale-info .local-icon {
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: 60px
}
.widget.lsvr-locale-info .local-temperature {
    font-weight: bold
}
.widget.lsvr-locale-info li.m-loading {
    text-align: center
}
.widget.lsvr-locale-info li.m-loading .row-title,
.widget.lsvr-locale-info li.m-loading .row-value {
    display: none
}
.widget.lsvr-locale-info .m-has-bg .widget-title {
    margin-bottom: 0
}
.widget.lsvr-notices ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.lsvr-notices ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.lsvr-notices ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.lsvr-notices ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-notices .notice-title {
    display: inline;
    margin: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal
}
.widget.lsvr-notices .notice-date {
    display: inline;
    font-size: 0.857em;
    white-space: nowrap
}
.widget.lsvr-notices .notice-excerpt p {
    margin: 5px 0 0 0
}
.widget.lsvr-notices .m-active a {
    font-weight: bold
}
.widget.lsvr-documents ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.lsvr-documents ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.lsvr-documents ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.lsvr-documents ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-documents .document-inner {
    position: relative
}
.widget.lsvr-documents .document-icon {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px
}
.widget.lsvr-documents .document-title {
    margin: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal
}
.widget.lsvr-documents .m-has-icons .document-title {
    padding-left: 20px
}
.widget.lsvr-documents .document-filesize {
    font-size: 0.857em;
    white-space: nowrap
}
.widget.lsvr-documents .m-active a {
    font-weight: bold
}
.widget.lsvr-events p {
    margin: 12px 0 0 0
}
.widget.lsvr-events p:first-child {
    margin: 0
}
.widget.lsvr-events ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.lsvr-events ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.lsvr-events ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.lsvr-events ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-events .event-inner {
    position: relative
}
.widget.lsvr-events .m-has-date .event-inner {
    padding-left: 50px;
    min-height: 40px
}
.widget.lsvr-events .event-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    font-size: 14px;
    text-align: center
}
.widget.lsvr-events .event-month {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 0.714em;
    font-weight: bold;
    text-transform: uppercase
}
.widget.lsvr-events .event-day {
    display: block;
    height: 24px;
    line-height: 22px;
    font-size: 1.143em
}
.widget.lsvr-events .event-title {
    margin: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal
}
.widget.lsvr-events .event-excerpt p {
    margin: 5px 0 0 0
}
.widget.lsvr-events .m-active a {
    font-weight: bold
}
.widget.lsvr-galleries ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.lsvr-galleries ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.lsvr-galleries ul>li {
    position: relative;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.lsvr-galleries ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-galleries .m-has-thumb .gallery-inner {
    padding-left: 60px;
    min-height: 50px
}
.widget.lsvr-galleries .gallery-image {
    position: absolute;
    top: 7px;
    left: 0;
    width: 50px
}
.widget.lsvr-galleries ul>li:first-child .gallery-image {
    top: 0
}
.widget.lsvr-galleries .gallery-image:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.widget.lsvr-galleries .gallery-title {
    display: block;
    margin: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal
}
.widget.lsvr-galleries .gallery-date {
    display: block;
    font-size: 0.857em;
    white-space: nowrap
}
.widget.lsvr-galleries .m-active a {
    font-weight: bold
}
.widget.lsvr-gallery-featured .widget-inner {
    padding: 20px 0 0 0
}
.widget.lsvr-gallery-featured .widget-title {
    margin-left: 0;
    margin-right: 0
}
.widget.lsvr-gallery-featured .gallery-image a {
    display: block;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100)
}
.widget.lsvr-gallery-featured .gallery-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.widget.lsvr-gallery-featured .gallery-image img {
    display: block
}
.widget.lsvr-gallery-featured .gallery-info {
    padding: 5px 20px 0 20px
}
.widget.lsvr-gallery-featured .gallery-title {
    display: block;
    margin: 0;
    font-size: 1.143em;
    line-height: 1.3em
}
.widget.lsvr-gallery-featured .gallery-date {
    display: block;
    margin-top: 2px;
    font-size: 0.857em;
    white-space: nowrap
}
.widget.lsvr-gallery-featured .show-all-btn {
    margin: 0 20px;
    padding: 10px 0;
    border: 0
}
.widget.lsvr-document-categories ul,
.widget.lsvr-event-categories ul,
.widget.lsvr-gallery-categories ul,
.widget.lsvr-notice-categories ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.lsvr-document-categories ul>li,
.widget.lsvr-event-categories ul>li,
.widget.lsvr-gallery-categories ul>li,
.widget.lsvr-notice-categories ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.lsvr-document-categories ul>li,
.widget.lsvr-event-categories ul>li,
.widget.lsvr-gallery-categories ul>li,
.widget.lsvr-notice-categories ul>li {
    margin-top: 7px
}
.widget.lsvr-document-categories .widget-content>ul>li,
.widget.lsvr-event-categories .widget-content>ul>li,
.widget.lsvr-gallery-categories .widget-content>ul>li,
.widget.lsvr-notice-categories .widget-content>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.lsvr-document-categories .widget-content>ul>li:first-child,
.widget.lsvr-event-categories .widget-content>ul>li:first-child,
.widget.lsvr-gallery-categories .widget-content>ul>li:first-child,
.widget.lsvr-notice-categories .widget-content>ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.lsvr-document-categories .children,
.widget.lsvr-event-categories .children,
.widget.lsvr-gallery-categories .children,
.widget.lsvr-notice-categories .children {
    padding: 0 0 2px 20px
}
.widget.lsvr-document-categories .current-cat>a,
.widget.lsvr-event-categories .current-cat>a,
.widget.lsvr-gallery-categories .current-cat>a,
.widget.lsvr-notice-categories .current-cat>a {
    font-weight: bold
}
.widget.lsvr-image a>img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.widget.lsvr-image a:hover>img {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.widget.lsvr-mailchimp-subscribe .form-fields {
    position: relative;
    margin-top: 12px
}
.widget.lsvr-mailchimp-subscribe input {
    max-width: 100%
}
.widget.lsvr-mailchimp-subscribe .submit-btn {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px
}
.widget.lsvr-mailchimp-subscribe .submit-btn .fa-spinner {
    display: none
}
.widget.lsvr-mailchimp-subscribe .m-loading .fa-spinner {
    display: block
}
.widget.lsvr-mailchimp-subscribe .m-loading .submit-btn i:first-child {
    display: none
}
.widget.lsvr-mailchimp-subscribe .submit-btn:active {
    right: 2px
}
.widget.widget_archive ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_archive ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_archive .widget-inner>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_archive .widget-inner>ul>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.widget_calendar table {
    width: 100%;
    max-width: 400px;
    border-collapse: collapse
}
.widget.widget_calendar caption {
    padding-bottom: 5px;
    font-weight: normal;
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}
.widget.widget_calendar thead th {
    font-weight: bold;
    border-bottom: 1px solid transparent;
    background: transparent
}
.widget.widget_calendar td a {
    display: block
}
.widget.widget_calendar td,
.widget.widget_calendar th {
    padding: 8px 0;
    text-align: center
}
.widget.widget_calendar tfoot td {
    padding: 5px 0 0 0;
    border-top: 1px solid transparent;
    text-transform: uppercase
}
.widget.widget_calendar tfoot #prev {
    text-align: left
}
.widget.widget_calendar tfoot #next {
    text-align: right
}
.widget.widget_categories ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_categories ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_categories .widget-inner>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_categories .widget-inner>ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_categories .current-cat {
    font-weight: bold
}
.widget.widget_categories ul.children {
    margin-left: 20px
}
.widget.widget_categories ul.children>li {
    margin-top: 5px
}
.widget.widget_nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_nav_menu ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_nav_menu ul>li {
    margin: 5px 0 0 0
}
.widget.widget_nav_menu .widget-inner>*>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_nav_menu .widget-inner>*>ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_nav_menu ul.sub-menu {
    margin-left: 20px
}
.widget.widget_nav_menu .current-menu-ancestor,
.widget.widget_nav_menu .current-menu-parent,
.widget.widget_nav_menu .current-menu-item,
.widget.widget_nav_menu .current_page_parent,
.widget.widget_nav_menu .current_page_item {
    font-weight: bold
}
.widget.widget_meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_meta ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_meta ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_meta ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_pages ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_pages ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_pages .widget-inner>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_pages .widget-inner>ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_pages ul.children {
    margin-left: 20px
}
.widget.widget_pages ul.children>li {
    margin-top: 5px
}
.widget.widget_recent_comments ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_recent_comments ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_recent_comments .widget-inner>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_recent_comments .widget-inner>ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_recent_entries ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_recent_entries ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_recent_entries .widget-inner>ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_recent_entries .widget-inner>ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_recent_entries .post-date {
    font-size: 0.857em
}
.widget.widget_rss ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_rss ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_rss ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_rss ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_rss .rssSummary {
    margin-top: 12px;
    font-size: 0.857em
}
.widget.widget_rss cite {
    display: block;
    margin-top: 12px;
    font-size: 0.857em
}
.widget.widget_rss .rss-date {
    display: block;
    margin-top: 7px;
    font-size: 0.857em
}
.widget.widget_search .c-search-form {
    margin: -10px -20px -15px -20px
}
.widget.widget_search .c-search-form button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.widget.widget_display_search form:before,
.widget.widget_display_search form:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
.widget.widget_display_search input.button {
    margin-top: 10px
}
.widget.widget_display_forums ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_display_forums ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_display_forums ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_display_forums ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.bbp_widget_login .bbp-username label,
.widget.bbp_widget_login .bbp-password label {
    display: block
}
.widget.bbp_widget_login input {
    max-width: 400px
}
.widget.bbp_widget_login .bbp-remember-me {
    margin: 10px 0 15px 0
}
.widget.bbp_widget_login .bbp-submit-wrapper .button {
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.widget.bbp_widget_login .bbp-submit-wrapper {
    margin: 0
}
.widget.bbp_widget_login .bbp-submit-wrapper .button:active {
    top: 2px
}
.widget.bbp_widget_login .bbp-login-links a {
    display: block;
    margin: 7px 0 0 0
}
.widget.bbp_widget_login .bbp-login-links a:first-child {
    margin: 0
}
.widget.widget_display_replies ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_display_replies ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_display_replies ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_display_replies ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_display_replies img.avatar {
    margin-top: 2px;
    vertical-align: top
}
.widget.widget_display_topics ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_display_topics ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_display_topics ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_display_topics ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
.widget.widget_display_stats dl {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_display_stats dl>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_display_stats dl>dt {
    clear: left;
    float: left;
    margin: 7px 0 0 0;
    padding-top: 7px;
    width: 60%;
    border-top: 1px solid transparent
}
.widget.widget_display_stats dl>dd {
    float: right;
    margin: 7px 0 0 0;
    padding-top: 7px;
    width: 40%;
    text-align: right;
    border-top: 1px solid transparent
}
.widget.widget_display_stats dl>dt:first-of-type,
.widget.widget_display_stats dl>dd:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0
}
.widget.widget_display_views ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget.widget_display_views ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.widget.widget_display_views ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.widget.widget_display_views ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.side-menu nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top:15px;
}
.side-menu nav ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.side-menu nav>ul>li {
position: relative;
border-top: 1px solid transparent;
display: inline-block;
text-align: left;
height: 39px;
    /*border-right: 1px solid #006e00;
    border-left: 1px solid #0c8e0c;*/
    height:100%;
    padding:12px 16px 14px;
}
.side-menu nav>ul>li:first-child {
    border-left: 0
}
.side-menu nav>ul>li:last-child {
    border-right: 0
}

.side-menu nav>ul>li>a {
    position: relative;
    display: inline;
    position: relative;
    left: 0;
    padding: 7px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 25px;
}
.side-menu nav .m-active>a,
.side-menu nav .current-menu-ancestor>a,
.side-menu nav .current_page_ancestor>a,
.side-menu nav .current_page_parent>a,
.side-menu nav .current_page_item>a,
.side-menu nav .current-menu-item>a {
    font-weight: bold
}
/*.side-menu nav .m-has-submenu>a {
    padding-right: 20px
}*/
.side-menu  nav .m-has-submenu > a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 8px;
    margin-left: 3px;
    /*right: 50%;*/
    font-size: 14px;
    font-weight: bold;
    content: "\f0d7";
    color:#999999;
}
.main-menu ul li ul li a:after {
    display:none;
}


.side-menu nav>ul>li>ul {
    font-size: 0.875em
}
.side-menu nav ul>li>ul {
    display: none;
    border-left:5px solid green;
    position: absolute;
    padding: 5px 2px;
    margin-top: 29px;
    width: 282px;
    z-index: 20
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45) !important;
   -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45) !important;
   -moz-box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.45) !important;
   -0-box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.45) !important;
   font-size: 14px;
   font-weight: bold;
    background: #777777 none repeat scroll 0% 0%;
}
.side-menu nav ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #777777;
}
.side-menu nav ul>li>ul>li:first-child {
    border-top: 0;
}
.side-menu nav ul>li>ul>li:last-child {
    border-bottom: 0;
}
.side-menu nav ul>li>ul>li.m-hover {
    z-index: 20
}
.side-menu nav ul>li>ul>li>a {
    display: block;
    padding: 7px 0;
    line-height: 1.3em;
    border: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: left;
	color: rgb(255, 255, 255);      
}
.side-menu.m-right-side nav ul>li>ul {
    left: auto;
    right: 100%
}
.side-menu.m-show-submenu nav .current-menu-ancestor>ul,
.side-menu.m-show-submenu nav .current_page_ancestor>ul,
.side-menu.m-show-submenu nav .current_page_parent>ul,
.side-menu.m-show-submenu nav .current_page_item>ul,
.side-menu.m-show-submenu nav .current-menu-item>ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-left: 20px;
    padding: 0 0 10px 0;
    z-index: 10
}
.side-menu.m-show-submenu nav .current-menu-ancestor:last-child>ul,
.side-menu.m-show-submenu nav .current_page_ancestor:last-child>ul,
.side-menu.m-show-submenu nav .current_page_parent:last-child>ul,
.side-menu.m-show-submenu nav .current_page_item:last-child>ul,
.side-menu.m-show-submenu nav .current-menu-item:last-child>ul {
    padding-bottom: 0
}
.side-menu.m-show-submenu nav>ul>.current-menu-ancestor>ul,
.side-menu.m-show-submenu nav>ul>.current_page_ancestor>ul,
.side-menu.m-show-submenu nav>ul>.current_page_parent>ul,
.side-menu.m-show-submenu nav>ul>.current_page_item>ul,
.side-menu.m-show-submenu nav>ul>.current-menu-item>ul {
    margin: 0 -20px;
    padding-left: 30px;
    padding-right: 20px
}
.side-menu.m-show-submenu nav .current-menu-ancestor ul>li>ul,
.side-menu.m-show-submenu nav .current_page_ancestor ul>li>ul,
.side-menu.m-show-submenu nav .current_page_parent ul>li>ul,
.side-menu.m-show-submenu nav .current_page_item ul>li>ul,
.side-menu.m-show-submenu nav .current-menu-item ul>li>ul {
    margin-top: -5px
}
.side-menu.m-show-submenu nav>ul>li>ul .current-menu-ancestor>ul>li,
.side-menu.m-show-submenu nav>ul>li>ul .current_page_ancestor>ul>li,
.side-menu.m-show-submenu nav>ul>li>ul .current_page_parent>ul>li,
.side-menu.m-show-submenu nav>ul>li>ul .current_page_item>ul>li,
.side-menu.m-show-submenu nav>ul>li>ul .current-menu-item>ul>li {
    border: 0
}
.side-menu.m-show-submenu nav>ul>li>ul .current-menu-ancestor ul>li>a,
.side-menu.m-show-submenu nav>ul>li>ul .current_page_ancestor ul>li>a,
.side-menu.m-show-submenu nav>ul>li>ul .current_page_parent ul>li>a,
.side-menu.m-show-submenu nav>ul>li>ul .current_page_item ul>li>a,
.side-menu.m-show-submenu nav>ul>li>ul .current-menu-item ul>li>a {
    padding: 4px 0
}
.sidebar .widget {
    margin-bottom: 24px;
    font-size: 0.875em
}
.sidebar .widget-inner {
    padding: 20px;
    overflow: hidden
}
.sidebar .widget-title {
    position: relative;
    margin: -20px -20px 0 -20px;
    padding: 20px 20px 15px 20px;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}
.sidebar .widget-title.m-has-ico {
    padding-left: 50px
}
.sidebar .widget-ico {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 20px
}
.sidebar .show-all-btn {
    margin: 7px 0 0 0;
    padding-top: 7px;
    border-top: 1px solid transparent
}
.sidebar .show-all-btn a {
    position: relative;
    padding-right: 10px;
    font-weight: bold
}
.sidebar .widget input[type="checkbox"],
.sidebar .widget input[type="radio"] {
    margin-top: 1px
}
.sidebar .c-alert-message {
    font-size: 1em
}
.sidebar .widget.lsvr-image .widget-inner,
.sidebar .widget.lsvr-custom-code .widget-inner {
    padding: 0
}
.sidebar .widget.lsvr-image .widget-title,
.sidebar .widget.lsvr-custom-code .widget-title {
    margin: 0 0 10px 0;
    padding: 0
}
.sidebar .widget.lsvr-image .widget-title.m-has-ico,
.sidebar .widget.lsvr-custom-code .widget-title.m-has-ico {
    padding-left: 30px
}
.sidebar .widget.lsvr-image .widget-ico,
.sidebar .widget.lsvr-custom-code .widget-ico {
    left: 2px;
    top: -1px
}
.sidebar .widget.lsvr-mailchimp-subscribe .submit-btn {
    top: 9px
}
#footer {
    position: relative;
    z-index: 1;
}
#footer.m-has-bg {

}
.footer-bg {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10
}
.footer-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px
}
.footer-inner {
    position: relative;
    z-index: 20
}
#footer.m-has-bg .footer-inner {
    padding-top: 30px
}
.footer-top {
    font-size: 0.875em
}
#bottom-panel {
    padding: 48px 0 24px 0
}
#bottom-panel p {
    line-height: 1.5em
}
#bottom-panel.m-2-columns .widget-col:nth-child(2n+1) {
    clear: left
}
#bottom-panel.m-3-columns .widget-col:nth-child(3n+1) {
    clear: left
}
#bottom-panel.m-4-columns .widget-col:nth-child(4n+1) {
    clear: left
}
#bottom-panel .widget-col:first-child .c-separator:first-child {
    display: none
}
#bottom-panel .widget {
    margin-bottom: 24px
}
#bottom-panel .widget-title {
    margin-bottom: 24px;
    font-size: 1.286em;
    text-transform: uppercase
    font-family: 'Ubuntu', sans-serif;
}
#bottom-panel .m-has-ico.widget-title {
    position: relative;
    padding-left: 30px
}
#bottom-panel .widget-ico {
    position: absolute;
    top: 0;
    left: -1px;
    font-size: 20px
}
#bottom-panel .show-all-btn {
    margin: 7px 0 0 0;
    padding-top: 7px;
    border-top: 1px solid transparent
}
#bottom-panel .show-all-btn a {
    position: relative;
    padding-right: 10px;
    font-weight: bold
}
#bottom-panel input {
    font-size: 14px
}
#bottom-panel .c-alert-message {
    padding: 15px 20px 15px 45px;
    font-size: 1em;
    border: 1px solid transparent
}
#bottom-panel .c-alert-message .ico {
    top: 13px;
    left: 15px;
    font-size: 20px
}
#bottom-panel .widget.lsvr-gallery-featured .widget-inner {
    padding: 0
}
#bottom-panel .widget.lsvr-gallery-featured .gallery-title {
    margin: 0
}
#bottom-panel .widget.lsvr-gallery-featured .gallery-date {
    margin: 0
}
#bottom-panel .widget.lsvr-gallery-featured .show-all-btn {
    margin-left: 0;
    margin-right: 0
}
#bottom-panel .widget.widget_search .c-search-form {
    margin: 0
}
.footer-bottom {
    position: relative
}
.footer-bottom:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}
.footer-bottom-inner {
    position: relative;
    padding: 24px 0 40px 0;
    z-index: 20
}
.footer-social {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    text-align: center
}
.footer-menu {
    float: right;
    max-width: 40%;
    font-size: 0.875em
}
.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.footer-menu ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.footer-menu ul>li {
    display: inline-block;
    margin: 0 0 3px 14px
}
.footer-text {
    float: left;
    max-width: 40%;
    font-size: 0.75em;
    line-height: 1.3em
}
.footer-text>p {
    margin: 12px 0 0 0
}
.footer-text>p:first-child {
    margin-top: 0
}
.bbp-login-form {
    margin-bottom: 24px
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password {
    margin: 0 0 24px 0
}
.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-email label,
.bbp-login-form .bbp-password label {
    display: block;
    margin: 0 0 5px 0
}
.bbp-login-form .bbp-username p {
    margin: 0
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
    padding: 12px 15px
}
.bbp-login-form .bbp-submit-wrapper {
    margin: 0
}
div.bbp-submit-wrapper {
    margin: 0
}
.bbp-submit-wrapper button {
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.bbp-submit-wrapper button:active {
    top: 2px
}
div.bbp-template-notice {
    position: relative;
    margin: 0 0 24px 0;
    padding: 18px 20px 18px 50px;
    border-radius: 0;
    border: 0
}
div.bbp-template-notice:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 20px
}
div.bbp-template-notice p {
    margin: 12px 0 0 0;
    padding: 0;
    font-size: 0.875em
}
div.bbp-template-notice p:first-child {
    margin-top: 0
}
div.bbp-template-notice img.avatar {
    margin: 3px 0 0 0;
    vertical-align: top
}
div.bbp-template-notice a:hover {
    text-decoration: underline
}
#bbpress-forums {
    padding-bottom: 1px;
    font-size: 1em
}
#bbpress-forums ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
#bbpress-forums ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    margin: 0;
    vertical-align: top
}
#bbpress-forums .mobile-label {
    display: none;
    font-weight: bold
}
#bbpress-forums .bbp-breadcrumb {
    display: none
}
#bbpress-forums .bbp-search-form {
    display: none
}
#bbpress-forums #subscription-toggle {
    display: block;
    margin: 0 0 12px 0;
    text-align: right
}
#bbpress-forums #subscription-toggle>span {
    display: inline-block;
    padding: 10px;
    font-size: 0.875em
}
#bbpress-forums .bbp-reply-content #subscription-toggle {
    display: inline;
    margin: 0
}
#bbpress-forums .bbp-reply-content #subscription-toggle>span {
    padding: 0;
    font-size: 1em
}
#bbpress-forums .bbp-topic-tags {
    margin: 0 0 12px 0;
    padding: 10px;
    font-size: 0.750em
}
#bbpress-forums .bbp-topic-tags p {
    margin: 10px 0 0 0
}
#bbpress-forums .bbp-topic-tags p:first-child {
    margin: 0
}
#bbpress-forums .bbp-pagination {
    float: none
}
#bbpress-forums .bbp-pagination:before,
#bbpress-forums .bbp-pagination:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}
#bbpress-forums .bbp-breadcrumb+.bbp-pagination,
#bbpress-forums .bbp-template-notice+.bbp-pagination {
    display: none
}
#bbpress-forums .bbp-pagination-count {
    font-size: 0.750em
}
#bbpress-forums .bbp-pagination-links .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    opacity: 1
}
#bbpress-forums .bbp-pagination-links .page-numbers:hover {
    text-decoration: none
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 5px 0 0 0;
    font-size: 0.875em
}
#bbpress-forums .bbp-reply-author br {
    display: none
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    font-size: 1em;
    border: 0
}
#bbpress-forums li.bbp-header {
    padding: 20px 30px;
    border: 0;
    border-bottom: 1px solid transparent
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 140px
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding: 20px 30px
}
#bbpress-forums li.bbp-body ul.forum:first-child,
#bbpress-forums li.bbp-body ul.topic:first-child {
    border: 0
}
#bbpress-forums .bbp-topic-freshness,
#bbpress-forums .bbp-forum-freshness {
    text-align: right
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 0.875em;
    font-style: italic
}
#bbpress-forums p.bbp-topic-meta {
    line-height: 1em
}
#bbpress-forums .bbp-forums-list li {
    font-size: 0.750em
}
#bbpress-forums .bbp-author-avatar img {
    vertical-align: top
}
#bbpress-forums div.bbp-reply-author {
    text-align: left
}
#bbpress-forums div.bbp-reply-author img.avatar {
    display: block;
    margin: 12px 0
}
#bbpress-forums .bbp-reply-header {
    padding: 12px 30px;
    font-size: 0.750em;
    border: 1px solid transparent;
    border-width: 1px 0
}
#bbpress-forums li.bbp-body div.hentry {
    padding: 10px 30px
}
#bbpress-forums .bbp-reply-form,
#bbpress-forums .bbp-topic-form {
    margin-top: 24px;
    padding: 20px 30px
}
#bbpress-forums fieldset.bbp-form {
    margin: 0;
    padding: 0;
    border: 0
}
#bbpress-forums form>fieldset.bbp-form>legend {
    margin-bottom: 24px;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.5em;
    font-weight: bold
}
#bbpress-forums fieldset.bbp-form fieldset.bbp-form>legend {
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: bold
}
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
    max-width: 400px
}
#bbpress-forums .quicktags-toolbar {
    border: 1px solid transparent
}
#bbpress-forums .quicktags-toolbar input {
    width: auto
}
#bbpress-forums fieldset.bbp-form p {
    margin: 0 0 24px 0
}
#bbpress-forums fieldset.bbp-form input[type=checkbox] {
    margin: 5px 2px 0 0
}
#bbpress-forums li.bbp-footer {
    display: none
}
#bbpress-forums #bbp-user-wrapper {
    padding: 20px 30px
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin: 0 0 24px 0;
    padding: 0
}
#bbpress-forums .bbp-user-section p {
    margin: 0 0 24px 0
}
#bbpress-forums #bbp-user-navigation {
    font-size: 0.875em
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    margin-top: 5px
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child {
    margin-top: 0
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    display: block;
    padding: 0
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
    text-decoration: underline
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    font-weight: bold;
    opacity: 1
}
#bbpress-forums #bbp-your-profile fieldset {
    padding: 0
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
    display: block;
    float: none;
    margin-bottom: 3px;
    padding: 0;
    width: auto;
    text-align: left
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    position: relative;
    padding: 12px 15px;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    outline: 0;
    border: 0;
    border-radius: 0
}
#bbpress-forums #bbp-your-profile fieldset input[type=file] {
    padding: 0
}
#bbpress-forums #bbp-your-profile fieldset span.description {
    border: 0;
    background: transparent
}
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit {
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer
}
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:active {
    top: 2px
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: auto
}
#bbpress-forums #bbp-your-profile .bbp-form.avatar input[type="checkbox"] {
    margin-top: 2px
}
#bbpress-forums .bbp-forum-status-closed .bbp-forum-title:before {
    display: inline-block;
    font-family: 'townpress';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e650';
    margin-right: 3px
}
#bbpress-forums #bbp_reply_edit_reason {
    margin-top: 3px
}
#bbpress-forums span.bbp-admin-links a:hover {
    text-decoration: underline
}
.wpcf7 .screen-reader-response {
    display: none
}
.wpcf7-not-valid-tip {
    font-size: 0.750em
}
.wpcf7-form .ajax-loader {
    margin-left: 10px
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: -22px
}
.wpcf7 {
    margin-bottom: 24px;
    padding: 24px 30px 1px 30px;
    line-height: 1.4em;
    overflow: hidden
}
.c-content-box .wpcf7,
.m-no-boxes .wpcf7 {
    margin: 0;
    padding: 0;
    overflow: visible
}
.animated {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.js-labels {
    display: none
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-title,
.mfp-counter {
    color: #FFF
}
.mfp-arrow {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.mfp-arrow,
.mfp-arrow:focus {
    opacity: 0.6;
    filter: alpha(opacity=60)
}
.mfp-arrow:active,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-removing .mfp-arrow {
    opacity: 0;
    filter: alpha(opacity=0)
}
.mfp-figure:after {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.mfp-arrow:active {
    margin-top: -55px
}
.mfp-arrow,
.mfp-arrow:after {
    border: 0
}
.mfp-arrow:before {
    font-size: 48px;
    color: #FFF;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0
}
.mfp-arrow-left:before {
    content: "\f104"
}
.mfp-arrow-right:before {
    content: "\f105"
}
.mfp-arrow-left {
    left: 10px
}
.mfp-arrow-left:active {
    left: 5px
}
.mfp-arrow-right {
    right: 10px
}
.mfp-arrow-right:active {
    right: 5px
}
#style-switcher {
    position: fixed;
    top: 200px;
    left: -210px;
    width: 210px;
    z-index: 50;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
#style-switcher.m-active {
    left: 0
}
.style-switcher-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #FFF;
    background-color: #0C0C0C;
    background-color: rgba(12, 12, 12, 0.8)
}
.style-switcher-toggle>.ico {
    position: relative;
    top: 1px;
    font-size: 24px
}
.style-switcher-toggle:focus {
    outline: 0
}
.style-switcher-content {
    padding: 20px 20px 15px 20px;
    color: #7f808a;
    background-color: #0C0C0C;
    background-color: rgba(12, 12, 12, 0.8)
}
.style-switcher-content .skin-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.style-switcher-content .skin-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.style-switcher-content .skin-list>li {
    display: inline-block;
    margin-right: 6px
}
.style-switcher-content .skin-list>li:last-child {
    margin-right: 0
}
.style-switcher-content .skin-list>li>button {
    display: block;
    width: 28px;
    height: 28px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.style-switcher-content .skin-list>li>button:focus {
    outline: 0
}
.style-switcher-content .skin-list>li>button.m-active {
    cursor: default;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9)
}
.style-switcher-content .skin-list>li>button {
    text-align: center;
    line-height: 28px
}
.style-switcher-content .skin-list>li>button.skin-1 {
    background-color: #EC5237
}
.style-switcher-content .skin-list>li>button.skin-2 {
    background-color: #2196F3
}
.style-switcher-content .skin-list>li>button.skin-3 {
    background-color: #4CAF50
}
.style-switcher-content .skin-list>li>button.skin-4 {
    background-color: #FB8C00
}
.style-switcher-content .skin-list>li>button.skin-5 {
    background-color: #607D8B
}
body .wpb_content_element,
body .wpb_row {
    margin-bottom: 0
}
.vc_row-full-width {
    display: none
}
.wpb_gallery_slides ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.wpb_gallery_slides ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em
}
.wpb_gallery_slides a {
    border: 0
}
body .wpb_column>.wpb_wrapper>*:last-child {
    margin-bottom: 24px
}
body .wpb_column>.wpb_wrapper>.c-separator:last-child {
    margin-bottom: 24px
}
body .wpb_column>.wpb_wrapper>.c-separator.m-size-small:last-child {
    margin: 12px 0
}
body .wpb_column>.wpb_wrapper>.c-separator.m-size-medium:last-child {
    margin: 48px 0
}
body .wpb_column>.wpb_wrapper>.c-separator.m-size-large:last-child {
    margin: 72px 0
}
body .wpb_text_column {
    margin-bottom: 24px
}
body .wpb_text_column *:last-child {
    margin-bottom: 0
}
body .wpb_text_column h1:last-child,
body .wpb_text_column h2:last-child {
    margin-bottom: 24px
}
body .wpb_text_column br:last-child {
    margin: 0
}
body .wpb_single_image .vc_single_image-wrapper {
    display: initial
}
#media-query-breakpoint {
    font-family: '1200'
}
@media (max-width: 1299px) {
    #media-query-breakpoint {
        font-family: '1299'
    }
    .c-directory.m-4-columns .directory-menu>li {
        width: 50%
    }
    .c-directory.m-4-columns .directory-menu>li:nth-child(4n+1) {
        clear: none
    }
    .c-directory.m-4-columns .directory-menu>li:nth-child(2n+1) {
        clear: left
    }
}
@media (max-width: 1199px) {
    html {
        -webkit-text-size-adjust: auto
    }
    .c-directory.m-3-columns .directory-menu>li {
        width: 50%
    }
    .c-directory.m-3-columns .directory-menu>li:nth-child(3n+1) {
        clear: none
    }
    .c-directory.m-3-columns .directory-menu>li:nth-child(2n+1) {
        clear: left
    }
    .widget.lsvr-locale-info .local-icon {
        right: 50px
    }
    #media-query-breakpoint {
        font-family: '1199'
    }
}
@media (max-width: 991px) {
    .c-container {
        padding-left: 20px;
        padding-right: 20px
    }
    .c-directory.m-3-columns .directory-menu>li {
        width: 33%
    }
    .c-directory.m-4-columns .directory-menu>li {
        width: 25%
    }
    .c-directory.m-3-columns .directory-menu>li:nth-child(2n+1),
    .c-directory.m-4-columns .directory-menu>li:nth-child(2n+1) {
        clear: none
    }
    .c-directory.m-3-columns .directory-menu>li:nth-child(3n+1),
    .c-directory.m-4-columns .directory-menu>li:nth-child(4n+1) {
        clear: left
    }
    .m-header-map-active #header {
        padding-top: 480px;
        min-height: 0
    }
    .header-content {
        padding-bottom: 12px
    }
    .header-branding {
        padding: 20px 0
    }
    .header-branding a {
        display: block;
        position: static
    }
    .header-branding span {
        margin: 0 auto
    }
    .m-header-map-active .header-branding {
        margin-top: 0
    }
    .header-toggle-holder {
        display: block
    }
    .header-tools {
        display: none;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 12px
    }
    .header-menu {
        display: block
    }
    .header-search {
        float: none;
        margin: 0 0 12px 0
    }
    .header-search input {
        max-width: 100%
    }
    .header-tools .header-gmap-switcher {
        display: none
    }
    .header-login,
    .header-lang-switcher {
        float: none;
        margin: 0 0 12px 0
    }
    .header-login a span {
        display: inline
    }
    .widget.lsvr-locale-info .local-icon {
        right: 60px
    }
    .bbp-login-form .bbp-submit-wrapper,
    .bbp-login-form .bbp-login-links {
        float: none;
        margin-top: 12px;
        text-align: left
    }
    .side-menu {
        
    }
    #media-query-breakpoint {
        font-family: '991'
    }
}
@media (max-width: 767px) {
    .c-directory.m-3-columns .directory-menu>li,
    .c-directory.m-4-columns .directory-menu>li {
        width: 50%
    }
    .c-directory.m-3-columns .directory-menu>li:nth-child(3n+1),
    .c-directory.m-4-columns .directory-menu>li:nth-child(4n+1) {
        clear: none
    }
    .c-directory.m-3-columns .directory-menu>li:nth-child(2n+1),
    .c-directory.m-4-columns .directory-menu>li:nth-child(2n+1) {
        clear: left
    }
    .footer-menu,
    .footer-text {
        float: none;
        max-width: 100%;
        text-align: center
    }
    .footer-menu {
        margin-bottom: 12px
    }
    .footer-menu:last-child {
        margin-bottom: 0
    }
    #bbpress-forums .bbp-header {
        display: none
    }
    #bbpress-forums .mobile-label {
        display: inline
    }
    #bbpress-forums li.bbp-forum-info,
    #bbpress-forums li.bbp-topic-title {
        float: none;
        clear: both;
        padding-bottom: 24px;
        width: auto
    }
    #bbpress-forums li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-topic-reply-count {
        width: 30%;
        text-align: left
    }
    #bbpress-forums li.bbp-body ul li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body ul li.bbp-topic-freshness {
        float: none;
        clear: both;
        width: auto;
        padding-top: 12px;
        text-align: left
    }
    #bbpress-forums li.bbp-body div.hentry {
        padding-top: 24px
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        top: 0
    }
    #bbpress-forums .bbp-body div div.bbp-topiceply-author,
    #bbpress-forums .bbp-body div div.bbp-reply-author {
        margin-bottom: 12px;
        min-height: 60px
    }
    #bbpress-forums .bbp-body div.bbp-topiceply-author,
    #bbpress-forums .bbp-body div.bbp-reply-author {
        margin: 0
    }
    #bbpress-forums div.bbp-topic-author img.avatar,
    #bbpress-forums div.bbp-reply-author img.avatar {
        margin: 0
    }
    #bbpress-forums .bbp-body div.bbp-reply-content {
        margin: 10px 0 0 0
    }
    #bbpress-forums .bbp-pagination-count,
    #bbpress-forums .bbp-pagination-links {
        float: none
    }
    #bbpress-forums .bbp-pagination-links {
        display: block;
        margin-top: 12px
    }
    #media-query-breakpoint {
        font-family: '767'
    }
}
@media (max-width: 480px) {
    .c-container {
        padding-left: 15px;
        padding-right: 15px
    }
    .c-content-box {
        padding-left: 20px;
        padding-right: 20px
    }
    .c-article-list .article-list-inner {
        padding: 0 20px 12px 20px
    }
    .c-article-list .article-list-content {
        margin-left: -20px;
        margin-right: -20px
    }
    .c-article-list .article-core {
        padding-left: 20px;
        padding-right: 20px
    }
    .c-article-list .brief-article .article-title {
        padding: 0
    }
    .c-article-list .brief-article .article-date {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 5px;
        text-align: left
    }
    .c-article-list .brief-article,
    .c-article-list .more-btn-holder {
        margin-left: 20px;
        margin-right: 20px
    }
    .c-definition-list dl>dt {
        float: none;
        clear: both;
        width: auto
    }
    .c-definition-list dl>dd {
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
        text-align: left;
        border-top: 0
    }
    .c-directory.m-2-columns .directory-menu>li,
    .c-directory.m-3-columns .directory-menu>li,
    .c-directory.m-4-columns .directory-menu>li {
        width: 100%;
        float: none
    }
    .c-gallery .gallery-images.m-3-columns>li,
    .c-gallery .gallery-images.m-4-columns>li,
    .c-gallery .gallery-images.m-5-columns>li {
        width: 50%
    }
    .c-gallery .gallery-images.m-3-columns>li:nth-child(3n+1),
    .c-gallery .gallery-images.m-4-columns>li:nth-child(4n+1),
    .c-gallery .gallery-images.m-5-columns>li:nth-child(5n+1) {
        clear: none
    }
    .c-gallery .gallery-images.m-3-columns>li:nth-child(2n+1),
    .c-gallery .gallery-images.m-4-columns>li:nth-child(2n+1),
    .c-gallery .gallery-images.m-5-columns>li:nth-child(2n+1) {
        clear: left
    }
    .gmap-canvas {
        height: 250px
    }
    .c-slider .slide-content {
        padding-left: 20px;
        padding-right: 20px
    }
    .c-team-member .member-portrait {
        position: relative
    }
    .c-team-member.m-has-portrait .team-member-inner {
        padding-left: 0;
        min-height: 0
    }
    .m-header-map-active #header {
        padding-top: 240px
    }
    .header-gmap .gmap-canvas {
        height: 250px
    }
    #page-header {
        padding-left: 20px;
        padding-right: 20px
    }
    .event-single-page .event-location .gmap-canvas {
        height: 250px
    }
    .widget.lsvr-locale-info .row-title {
        float: none;
        width: 100%;
        text-align: center
    }
    .widget.lsvr-locale-info .row-value {
        float: none;
        margin-top: 5px;
        width: 100%;
        text-align: center
    }
    .widget.lsvr-locale-info .local-icon {
        position: static;
        top: auto;
        right: auto
    }
    .widget.lsvr-definition-list dl>dt,
    .widget.lsvr-definition-list dl>dd {
        float: none;
        width: 100%;
        text-align: left
    }
    .widget.lsvr-definition-list dl>dd {
        margin: 0;
        border: 0
    }
    .wpcf7 {
        padding-left: 20px;
        padding-right: 20px
    }
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
        width: 30%
    }
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    #bbpress-forums li.bbp-body li.bbp-topic-freshness {
        width: 40%
    }
    #bbpress-forums #bbp-single-user-details {
        margin-bottom: 24px
    }
    #media-query-breakpoint {
        font-family: '480'
    }
}
@media print {
    body {
        background: white;
        color: black
    }
    .header-bg,
    .header-tools,
    .header-toggle-holder,
    .header-menu,
    .header-gmap {
        display: none
    }
    .article-navigation,
    .comment-respond {
        display: none
    }
    .left-column,
    .right-column {
        display: none
    }
    #footer {
        display: none
    }
}

/***********************
HEADER****************/
.header-branding{
z-index: 20;
display: inline-block;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}

.header-branding a {
    display: inline-block;
    float: left;
    margin-right: -54px;
}




/******************
 * 
 * TABLE
 * 
 *****************/
.contenttable
    {    
       width: 100%;
       border-spacing: 0;
       border: none;
       margin-top: 20px;
       margin-bottom: 20px;
       border-top: 1px solid #000;
    }
				
.tr-0 {


	border-right: none;
	background-color: #fff;
	text-align: left;
	padding: 10px 15px;
	color:  #000;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	border-width: medium medium 1px 1px;
}


.contenttable tr:nth-child(even) {
    background: #CEF5CE;  
     border-right: 1px solid #ddd;  
}

.contenttable td:last-child {
    border-right: 1px solid #000;
}

.contenttable .tr-0:last-child {
    border-right: 1px solid #000;
}

.contenttable td {
    padding: 10px 15px;
	border: #000 1px solid;
	border-top: none;
	/*border-right: none;*/
	border-width: medium medium 1px 1px;
	border-right: 1px solid #000;
}

.contenttable tr:hover {
	background: green; 
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color:#fff;
}   

.contenttable .tr-0:hover {
	background: #fff;
    color:#000;
}  


/************************
FOOTER*****************/

#developed{
    text-align: center;
}
.csc-textpic-imagewrap{
margin-top:25px;
}
.widget-list .head-holder img{
    width: 120px;
    margin-left: -7px;
    float: left;
    margin-right: 5px;
    border: 2px dashed green;
}

.head-holder{
background-color: #FFF;
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
padding: 10px;
margin-bottom: 24px;
}
.gsInformer .cols_1 #colsDays {
    padding-bottom: 7px;
}

.csc-uploads-element-txt span.csc-uploads-fileName::before {
font-family: FontAwesome;
content: "";
margin-right: 5px;
font-size: 35px;
margin-top: 11px;
float: left;
}
.csc-uploads-description{
padding-left: 35px;
}

.csc-bulletlist li{
list-style: none;
    color:#000;
}
.csc-bulletlist li:before{
font-family: FontAwesome;
content: "";
margin-right: 5px;
}

#page-header h1 {
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 5px;
  	border-bottom: 1px solid #ddd;
    padding: 10px 0 20px 0;
}

.article-archive-page .article-image{
	height: 380px;
	overflow: hidden
}

.c-article-list .article-image{
height: 170px;
overflow: hidden;
}
.article-archive-page .article-image img, .news-single-img img{
max-width: 100%;
height: auto;
width: 100%;

}
.c-article-list .article-image img{
width: 100%;
}

.news-single-img img{
margin-top: -31px;
}

.article-date .fa-calendar{
margin-right:5px;
}

article a,article h2, .article-title a, .c-content-box a{ 
color:green;
}

.news-single-img{
    float: left;
    width:38%;
    overflow:hidden;
    margin-right: 10px;
}
.news-single-img img{
	margin-bottom:15px !important;
    margin-top:0 !important;
    max-width: 350px;

}

.article-core1{
   
    
    
    text-align: justify; 
   
}

.c-article-list {
margin-bottom: 24px;
width: 450px;
float: left;
margin-right: 0px;
min-height: 380px;
margin-left: 30px;
}

.c-article-list  .c-content-box {
    margin-bottom: 0px;
    padding: 24px 30px 1px;
    line-height: 1.4em;
    overflow: hidden;
    height: 495px;
}

#c68 .wpb_wrapper{
display: inline-block;
}

.addthis_sharing_toolbox{
margin:10px 0;
}

.tx-felogin-pi1{
box-shadow: 0px 0px 5px 0px #323232;
border-radius: 10px;
padding: 10px;

}
#c47{
display: inline-block;
float:left
}

#c72{
float: right;
display: inline-block;
}
.contact-holder{
width:500px;
box-shadow: 0px 0px 5px 0px #323232;
border-radius: 10px;
padding: 10px;
float:right;
margin-right: 150px;
}

.holder-form{
width: 430px;
box-shadow: 0px 0px 5px 0px #323232;
border-radius: 10px;
padding: 10px;
margin-left: 150px;
margin-bottom: 10px;
}

.hide_initally{
display:none;
}

.red_star{
color:red;
}
.button{
display: inline-block;
position: relative;
top: 0px;
padding: 12px 20px;
width: auto;
line-height: 1em;
font-size: 0.875em;
font-weight: bold;
text-transform: uppercase;
border: 1px solid transparent;
cursor: pointer;
transition: all 200ms ease-in-out 0s;
border-radius: 0px;
color: #FFF;
border-color: #EC5237;
background-color: #EC5237;
}
.button:hover{
   border-color: rgba(236, 82, 55, 0.5);
    background-color: rgba(236, 82, 55, 0.8)
   }
   
/*.tx-ttnews{
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.5);
-0-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.5);
}*/

.map-holder{
overflow: hidden;
height: 480px;
margin-bottom:25px;
}

#areas{
display:none;
}
#sword_search{
	width: 250px;
    height: 44px;
}
.search .fa-search{
    cursor: pointer;
    font-size: 30px;
    color: rgb(255, 255, 255);
    background: green;
    padding: 6px;
    position: absolute;
    right: 1px;
    top: 1px;
   
}

.search-holder{
display: inline-block;
width: 291px;
position: relative;
margin-right: 15px;
float: right;
}

#news_menu, .news-amenu-container{
background-color: #FFF;
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow:  1px 1px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow:  1px 1px 0px rgba(0, 0, 0, 0.05);
-0-box-shadow:  1px 1px 0px rgba(0, 0, 0, 0.05);
padding: 10px;
margin-bottom: 24px;
}

.bodytext, .news-amenu-container ul li{
background: rgb(242, 242, 242) none repeat scroll 0% 0%;
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
margin: 0px 0px 24px;
}

.bodytext .fa-file-archive-o, .bodytext .fa-search , .bodytext .fa-rss-square, .news-amenu-container ul li .fa-folder-open-o,
.bodytext .fa-camera, .bodytext .fa-bullhorn, .bodytext .fa-newspaper-o{
font-size: 23px;
color: #FFF;
background: green none repeat scroll 0% 0%;
padding: 7px;
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:  1px 1px 0px rgba(0, 0, 0, 0.1);
-0-box-shadow:  1px 1px 0px rgba(0, 0, 0, 0.1);
}
.internal-link, .news-amenu-container ul li a{
padding: 9px 15px;
font-size: 16px;
color: #000;
margin-left: -3px;
text-transform: uppercase;
}

#news_menu h3{
color: green;
font-size: 1.5em;
margin-bottom: 10px;
}
.news-amenu-container h2{
color: green;
font-size: 2.0em;
margin-bottom: 10px;
text-align:center;
}

.news-amenu-container {
    padding: 0px;
    margin-left: 0px;
    width: 100%;
}
.widget-list .news-amenu-container{
 padding: 10px;
}

.holder-logo{
display: inline-block;
    margin-top: -21px;
	margin-bottom: -21px;
    float:left;
}

.side-menu{
height: 80px;
width: 100%;

color: #FFF;
z-index: 4;
}

.side-menu nav {
width: 100%;
padding: 0px 20px;
position: relative;
border: 2px solid green;
height: 100%;
z-index: 10;
border-top:1px solid #0C8E0C;
}
.show-button{
width: 50px;
height: 50px;
font-size: 25px;
border-radius: 50%;
border: 2px solid;
background: rgb(236, 82, 55) none repeat scroll 0% 0%;
position: absolute;
right: 0px;
top: 0px;
margin-top: 350px;
margin-right: -31px;
cursor: pointer;
transform: rotate(0deg);
-webkit-transition: transform 1s ease-out 0.5s;
-moz-transition: transform 1s ease-out 0.5s;
-o-transition: transform 1s ease-out 0.5s;
transition: transform 1s ease-out 0.5s;
    display:none;
}
.show-button .fa-share{
padding-top:10px;
}

.hide-button{
width: 50px;
height: 50px;
font-size: 25px;
border-radius: 50%;
border: 2px solid;
background: rgb(236, 82, 55) none repeat scroll 0% 0%;
position: absolute;
right: 0px;
top: 0px;
margin-top: 350px;
margin-right: -31px;
cursor: pointer;
transform: rotate(180deg);
-webkit-transition: transform 1s ease-out 0.5s;
-moz-transition: transform 1s ease-out 0.5s;
-o-transition: transform 1s ease-out 0.5s;
transition: transform 1s ease-out 0.5s;
}

.hide-button .fa-share{
padding-top:10px;
}

nav ul li a.action{
color:#000;
}

.vlada-holder{
padding: 10px;

}
.vlada-holder .csc-textpic{
margin-bottom: 10px;
width: 310px;
display: inline-block;
float: left;
margin-right: 15px;
background-color: #FFF;
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.vlada-holder img{
width:150px;
height:150px;
}

#c95 .csc-header h3{
color: red;
font-size: 25px;
text-transform: uppercase;
text-align: center;
}
.vlada-holder h5 {
margin-bottom: -10px;
margin-top:15px;
}
#email-color a{
color: green;
}

/*#widget-phone dl dt{
border-color: rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 9px;
}

#widget-phone .phone-number{
float: right;
}*/
.menu-footer li{
list-style:none;
}
.menu-footer li a{
color:green;
font-weight: bold;
font-size: 16px;
}
.menu-footer li a:before{
font-family: FontAwesome;
content: "";
color:#fff;
margin-right: 5px;
font-size: 15px;
}
#main-information p{
margin-bottom:15px;
}
.hello{
font-weight:bold;
}
#hello{
font-style:italic;
}

.logo-inner{
padding: 8px;
}
.vlada-holder div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image{
margin-bottom: 1px;
}

.content-main2{
display: inline-block;
width: 100%;
padding: 10px;
}
.csc-header h3, .contacts h3, .csc-textpicHeader h3{
font-size:25px;
color:green;
}

.content-main2 h3{
margin-bottom:5px;
}
h3,h5,h2{
padding:10px;
}

.button-minus{
font-family: FontAwesome;
content: "";
}

.holder-box .left-box, .holder-box .right-box{
width: 50%;
height: 150px;
background: rgb(236, 82, 55) none repeat scroll 0% 0%;
position: relative;
box-shadow: -8px 7px 8px rgba(0,0,0,0.5);
}
.holder-box .left-box{
float: left;
z-index: 2;
}
.holder-box .right-box{
float: right;
}
.holder-box img{
width: 75px;
position: absolute;
top: -20px;
}

.holder-box .left-box img{
right: 0px;
}
.holder-box .right-box img{
left: 0px;
}

.menu-holder{
height: 230px;
width: 230px;
text-align: center;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45) !important;
}
.menuo{
background-color: #EC5237;
height: 100%;
position: relative;
}
.menu-list{
}

.menu-list li{
list-style:none;
padding-top: 10px;
}
.menu-list li a{
color: rgb(255, 255, 255);
font-weight: bold;
font-size: 23px;
}
.showm{
display: inline-block;
position: absolute;
top: 6px;
right: 13px;
font-size: 30px;
cursor: pointer;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap,div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{
padding: 10px;
}

.holder-logo a span{
width:60%;
}

.container-clock, .search-holder{

}
body, #footer.m-has-bg .footer-inner, .footer-bottom-inner{
background: #fff;
}
.holder-form .shadow{
box-shadow:none;
}
.jumbotron__widgets {
    display: block;
}
.col-md-9 .content-main2{
display:none;
}
.para{
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-top: -24px;

}
.parahold {
	position:relative;
    overflow: hidden;
}
.parahold .fon{
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    opacity: 0.5;
}
.fakt{
	position: absolute;
    top: 0px;
    height: 250px;
}
.holder-fakt{
    font-family: "Marck Script",cursive;
    color: #FFF;
    padding: 30px 150px;
    margin-top: 29px;
    font-size: 32px;
    /*font-weight: bold;*/
}
.author{
    float: right;
    margin-top: 30px;
    
}

.fon{
opacity: 0.4;
height: 420px;
color: #000;
width: 100%;
background: rgb(0, 0, 0) none repeat scroll 0% 0%;
position: absolute;
top: 0px;
}


#weather {
color: #BBB;
width: 100%;
}

.weather{
width: 210px;
}
.widget-icon-box .fa-umbrella{
float: left;
font-size: 40px;
color: green;
    margin-right:15px;
    opacity:0;
}
#weather .weather_info {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: -2px;
    color: #000;
    margin-left: 24px;
    white-space: nowrap;
}

	
}

#weather .weather_detail{
    float: right;
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: bold;
    display:none;
    margin-left: 55px;
}
.header .icon-box__title, .jumbotron .icon-box__title{
margin-bottom: 8px;
font-weight: 400;
font-family: Ubuntu;
line-height: 18px;
}


.widget-icon-box{
position:relative;
}
.weather_info i {
    font-size: 25px;
    position: absolute;
    margin-top: -3px;
    top: 0;
    left: 0;
    color: green;
    font-style: normal;
}

.main-menu ul li ul li {
    width: 270px;
}
.main-menu ul li ul li .fa-caret-right{
    float: right;
    margin-top: -22px;
}
.main-menu ul li ul li ul{
    margin-left: 270px;
    margin-top: -37px;
}
/*.csc-textpic-intext-right{
    width: 50%;
    margin-left: 35%;
}*/
.kulture .csc-textpic-intext-right{
    width: 100%;
    margin-left: 0%;
}
.aparat .csc-textpic-intext-left{
	width: 50%;
	margin-left: 13%;
}
.aparat .csc-textpic-intext-right .csc-textpic-last img,.aparat .csc-textpic-intext-left .csc-textpic-last img{
    border-radius: 10%;
    border: 2px solid;
}

.top{
    background-color: #e8e8e8;
	border-bottom: 1px solid white;
	font-size: 0.72222rem;
	box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.06);
    height: 70px;
}
.top::before {
	background-color: #FCF6F3;
    bottom: -6px;
}

.top__container::before{
	background-color: #FCF6F3;
    bottom: -11px;
}
.top::after{
background-color: #FCF6F3;
    border-left:none;
    bottom: -26px;
}
.top__tagline{
	float: left;
	margin-left: 500px;
}
.top__container::before{
	width: 538px;
	left: -90px;
	height: 1.563rem;
}
.top__menu{
    padding-top: 9px;
	width: 500px;
    font-weight: bold;
}


.head-holder h3{
margin-bottom:0px;
}
.head-holder h3, .head-holder h5{
	padding:0;
}
.head-holder h5{
text-align: justify;
}
.head-holder a:hover{
text-decoration: none;
}
.komishold .tr-1, .komishold .tr-4,.komishold .tr-5, .komishold .tr-14,.komishold .tr-13,.komishold .tr-22,.komishold .tr-23,.komishold .tr-26, .komishold .tr-27{
	text-align: center;
    font-size:17px;
    font-weight:bold;
    color:#000;
}
.komishold .tr-0:hover{
	background: green none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}
.komishold .contenttable td{
width:50px;
}
.gosp{
    position: relative;
	width: 24%;
    height: 261px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 50px;

}
.gospimg img{
	height: 100%;
	vertical-align: baseline;
    width: 100%;
}
.postGosp{
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 55px;
    overflow: hidden;
}
.gosp a:hover{
	text-decoration:none;
    color:green;
    -webkit-transition: color 2s ease 0.5s;
     -moz-transition: color 2s ease 0.5s;
     -o-transition: color 2s ease 0.5s;
     transition: color 2s ease 0.5s;
}
.hospfon{
	position: absolute;
    width: 100%;
    height: 100%;
    background: green none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.gosp:hover .hospfon{
	opacity:0.4;
    -webkit-transition: opacity 2s ease 0.5s;
     -moz-transition: opacity 2s ease 0.5s;
     -o-transition: opacity 2s ease 0.5s;
     transition: opacity 2s ease 0.5s;
}
.gosp:hover img{
    transform: scale(1.2);
    -webkit-transition: all 2s ease 0.5s;
     -moz-transition: all 2s ease 0.5s;
     -o-transition: all 2s ease 0.5s;
     transition: all 2s ease 0.5s;
}
.gospimg{
	overflow: hidden;
    border: 2px solid;
    position: relative;
    height: 250px;
}
.hospicon{
    position: absolute;
    top: 43%;
    left: 42%;
    transform: rotate(-90deg);
    font-size: 30px;
    border: 2px solid;
    border-radius: 50%;
    padding: 6px;
    opacity:0;
    color: #fff;
    
}
.gosp a:hover .hospicon{
    opacity:1;
	color: #fff;
    transform: rotate(0deg);
      -webkit-transition: all 2s ease 0.5s;
     -moz-transition: all 2s ease 0.5s;
     -o-transition: all 2s ease 0.5s;
     transition: all 2s ease 0.5s;
}
.maingosp{
	width:32%;
}
.sub-menu{
	padding: 15px;
	font-size: 22px;
	font-weight: bold;
	color: green;
    
}
.sub-menu ul{
	list-style: none;
}
.sub-menu ul i{
	margin-right: 5px;
}
.sub-menu ul a:hover{
	color:green;
    text-decoration:none;
    font-size:26px;
}
.aparat .csc-bulletlist{
	margin-left:10%;
}
.aparat .csc-bulletlist li {
    color: rgb(0, 0, 0);
	font-size: 19px;
}

.csc-uploads-element-doc span.csc-uploads-fileName::before, .csc-uploads-element-xls span.csc-uploads-fileName::before,.csc-uploads-element-xlsx span.csc-uploads-fileName::before, .csc-uploads-element-docx span.csc-uploads-fileName::before{
    font-family: FontAwesome; 
    position: absolute;
    font-size: 45px;
    margin-top: 13px;
    color: green;
    margin-left: -42px;
}

.csc-uploads li{
	padding-left: 45px;
}
.csc-uploads a{
	font-size: 13px;
}

.csc-uploads .csc-uploads-description{
    font-size: 16px;
    color: green;
    padding-left: 0px;
    font-weight: bold;
}
#c209 .csc-textpic-imagerow{
	float:left;
    margin-right: 30px;
	margin-left: 30px;
}
.partners a{
    cursor: pointer;
    color: #bebebe;
    font-size: 16px;
    padding-right: 8px;
    line-height: 1.55;
}
.partners a:hover{
	color:green;
    text-decoration:none;
}
.partnersinfo .csc-textpic-intext-right{
	width: 100%;
	margin-left: 0;
}
.partnersinfo .csc-textpic-imagewrap{
	width:150px;
}
.col-md-3 .menu-footer{
	    padding-left: 0px;
}

.radio-text{
	font-size: 17px;
    text-align: center;
}
.radio-text span{
    text-transform:uppercase;
 
    font-weight: bold;
    
}
.radio a:hover{
	color:green;
}
.radio a img{
	border-radius: 12px;
	border: 3px solid green;
}
.radio a:visited {
    color: #000;
   }
.vide {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid green;
    height: 170px;
    margin-bottom: 3px;
}
.party{
    width:100%;
    height: 652px;
	background-image:url('../../../user_upload/images/grassparty.jpg');
    margin-bottom:-140px;
}
.hentry{
	margin-bottom: 0;
}
#core{
	padding-bottom: 0;
}
.golov{
	width:24%;
    float:right;
    
}
.holder-fakt{
	float:left;
    width: 75%;
    padding-right:5px;
}
.golov a img{
    margin-top: 4px;
    width: 195px;
}
.m-has-submenu > ul > li:hover > a{
	color:#000;
}


.holdbl .csc-uploads {
	padding: 10px !important;
	margin-bottom: -44px;
    border-left: 2px dashed green;
	border-right: 2px dashed green;
}
.holdbl .csc-header{
	border-bottom: 2px solid green;
    cursor:pointer;
    position:relative;
}
.holdbl .csc-header:before{
	content:"\f0d7";
    font: normal normal normal 16px/1 FontAwesome;
    position:absolute;
    color: green;
	top: 51px;
    left:0;
    
}
.hidebl{
	display:none;
}
#c203 .csc-header{
	border:none;
}
#c203 .csc-header:before{
	display:none;
}
.boxbord{
	height: 25px;
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: green;
    border-image: none;
    margin-top: 19px;
}
.aparta_test{

}
.aparta_test .csc-default{
    width: 23%;
    float: left;
    display: inline;
    margin-right: 25px;
    height: 455px;
}
.aparta_test .csc-default img{
	border: 2px solid green !important;
	border-radius: 10px;
    width: 298px;
	height: 201px;
}
.aparta_test h2{
	font-size: 19px;
	margin-bottom: -10px;
    text-align: center;
}
.aparta_test h5{
	text-align: center;
	font-style: italic;
    margin-bottom: -10px;
}
.latters img{
	float:right;
}
.latters{
margin-bottom:25px;
}
.textlat, .videohold .textlat{
	float:left;
}
.video{
    width: 550px;
    height: 500px;
    overflow:hidden;
    transform:rotate(-90deg);
    float: right;
}
.videohold{
margin-top:50px;
}
.holdnews h2{
	color: green;
    font-weight: bold;
    font-size: 45px;
}
.latterbtn {
    cursor:pointer;
    padding: 7px 15px;
    border: 2px solid rgb(0, 71, 0);
    display: inline-block;
    background: green none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border-radius: 5px;position: relative;
}
.latterbtn:after{
	content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left:5px;
}
.latershold{
margin-top:-25px;
}
.holdlt{
	display:none;
    width:57%;
}
/**************************
 * SETTINGS FOOTER********
 * ***********************/
.margin-top-50 {
    margin-top: 50px !important;
}
.about-foot {
    border-bottom: 1px solid rgba(0, 211, 0, 0.25);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about-foot img{
	width: 18%;
	margin-right: 35px;
}
footer h6 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    font-family: Ubuntu;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
footer h6::before {
    content: "";
    width: 45px;
    height: 1px;
    background: green;
    border: none;
    display: inline-block;
    top: 8px;
    position: absolute;
    right: 0px;
    left: 100%;
    margin-left: 20px;
}
.pull-left {
    float: left !important;
}
footer a{
	color:green
}
footer a:hover{
	color:#fff;
}


.links a{
	color: #fff;
    font-family: "Open Sans", san-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    display: block;
}

.links a:hover{
	color:green;
}
footer p {
    color: #000;
    text-align: justify;
    font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
    margin: 0 0 10px;
}
.phone-number{
	float:right;
}

footer .subcribe {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    border-top: 4px solid green;
    padding: 70px 30px;
    padding-top: 70px;
    position: relative;
    margin-top: -20px;
}
footer .subcribe label {
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}
footer .subcribe input {
    display: inline-block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    color: #000;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #000;
}


footer .subcribe .form-control {
    border-radius: 0px;
}
#searchbox input {
    background: none;
    width: 100%;
}
footer .subcribe button, #search-news button {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background:green;
    letter-spacing: 1.5px;
    border: 2px solid green;
}
.btn:hover{
 background:#009A00;
}
.links ul{
	list-style-type: none;
    padding: 0px;
}

.about-foot a{
display:inline-block;
}


footer .links li a {
    position: relative;
    padding-left: 20px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 31px;
}
footer .links li a:hover{
	color:green;
}
footer .links li a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    line-height: 30px;
}
footer .sociali {
    margin-top: 50px;
    text-align: center;
}
footer .sociali ul{
	list-style-type:none;
}
footer .sociali li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: auto !important;
}
footer .sociali li {
    height: 35px;
}
footer .sociali li a {
    font-size: 14px;
    color: #000;
    height: 42px;
    width: 42px;
    margin: 0 3px;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    background: none;
    border: 1px solid #000;
}
footer .sociali li a:hover{
	background:green;
}
.footer-bottom-inner{
background-color: #292929;
border-top: 1px solid #dbdbdb;
height: 80px;
}
/*********************
 * HEADER CONFIG******
 * ******************/

.header{
    font-family;'Open Sans', sans-serif;
}

}
.mh {min-height: 151px;}
.toptime, .hours{
list-style-type:none;
}
.toptime > li{
	display: inline-block;
    line-height: 0px;
    float:left;
    margin-right:5px;
}
.logo-main{
	font-size: 40px;
	font-weight: bold;
	text-align: right;
}
.logo-oficial{
	font-size: 28px;
	font-style: italic;
	text-align: right;
}
#Date{
    font-weight: 600;
    text-align: left;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    color: #333;
    border-left: 1px solid #333;
    padding-left: 9px;
    text-transform: uppercase;
}


.row .col-md-2{
	padding:0px !important;
}
.holdtime{
	display:inline-block;
    padding-right:5px;
}
.toptime{
	font-weight: bold;
}
.hours{
	margin-bottom:0px;
    padding-left: 15px;
}
.hours li{
	margin-top: 0;
font-weight: bold;
margin-bottom: 6px;
}
.padd_25{
	padding-top: 25px;
}

.contenttable tr{
	color:#000;
}
.bord,.padd_25,.mh {
    text-align: center;
}
.bord img {
    height: 190px;
}
.holdtime {
    background: #008500 none repeat scroll 0 0;
    border: 1px solid #007600;
    border-radius: 36px;
    padding: 20px;
    margin: 25px 0;
}
.bord {
    background: #008500 none repeat scroll 0 0;
    border: 1px solid #007600;
    padding: 5px 0;
}
.links{
	display:inline-block;
}
spna.links{
	display:block;
}
#top-link > img {
    height: 85px;
}
.radio > a:hover {
    color: green;
}

.contenttable td {
    text-align: center;
}
.manimg > img{
    position:absolute;
}
.manimg{
	
    overflow:hidden;
}
.manbox{
	border-bottom:1px solid green;
    display:inline-block;
    padding-bottom:15px;
    margin-top:10px;
    position:relative;
}
.holdmanimg{
	height: 238px;
    position:relative;
    width:276px;
    overflow:hidden;
}
.holdman{
	border-right:3px solid green;
    min-height:238px;
    position:relative;
}
.holdman:after{
	content:"";
    font-family:FontAwesome;
    position:absolute;
    color:green;
    top:40%;
    left:100%;
    font-size:45px;
}
.stamp{
    -moz-user-select: none;
    -webkit-user-select: none;
    -user-select: none;
	position:absolute;
    left:0;
    top:50px;
    cursor: default;
}
.stamphold {
    display: inline-block;
    height: 50px;
    margin-left: 25px;
    margin-top: 15px;
    position: relative;
    transform: rotate(-45deg);
    width: 220px;
}

.bordtopstamp {
    border-left:5px solid red;
    border-top:5px solid red;
    border-right:5px solid red;    
    border-radius: 5px 5px 0 0;
    height: 40px;
}
.stamptext {
    color: red;
    font-size: 35px;
    font-weight: bold;
    left: 10px;
    padding: 10px;
    position: absolute;
    top: 25px;
}
.bordbottomstamp {
    
    border-left: 5px solid red;
    border-bottom: 5px solid red;
    border-right: 5px solid red;
    border-radius: 0 0 5px 5px;
    height: 40px;
    margin-top: 41px;
}
.csc-textpic-image .csc-textpic-caption{
	text-align:center;
    color:green;
}
#c404 .contenttable td{
	text-align: left !important;
}

#c404 .contenttable .tr-0{
display:none;
}

.osbb{
	position:relative;
}
.osbb .csc-uploads{
	position:absolute;
    right:0;
    display:inline-block;
}
.lightbox > img{
	width: 100%;
    height: 100%;
}
.news-header-list li{
	list-style:none;
}
.news-header-list{
	padding:0px;
}
.header-list-media-body{
	text-align:center;
}
.widget-list h3{
	text-align:center;
}
.toptime{
	padding-top: 0px;
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #333;
}
.colorgreen{
	color:green;
    font-weight:bold;
}
.pos{
	display:inline-block;
    float:right; 
    padding-top:10px;
}

.kmr-save-to-file-icon{
	display:inlune-block;
    float:right;
    margin-right: 55px;
}
.kmr-save-to-file-icon i{
	padding:5px 0px 5px 10px;
    color:green;
}
.month h3{
	display:inline-block;
    position:relative;
}
.month h3:before{
	content: "";
    width: 45px;
    height: 2px;
    background: green;
    border: none;
    display: inline-block;
    top: 25px;
    position: absolute;
    right: 0px;
    left: 100%;
    margin-left: 0px;
}
.ecoday{
	position:relative;
}
.ecoday:hover .ecotext_hold{
 opacity:0.8;
    -webkit-transition: all 1s ease-out 0.5s;
     -moz-transition: all 1s ease-out 0.5s;
     -o-transition: all 1s ease-out 0.5s;
     transition: all 1s ease-out 0.5s;
}
.ecotext_hold{
	width:100%;
	height:315px;
    background: #000;
    opacity:0.5;
    position:absolute;
    bottom:0;
}
.ecotext h5 , .ecotext h3{
	color:#fff;
    font-size: 25px;
    margin-bottom:0px;
}

.holdmap{
	position:relative;
}
.adress{
 	position:absolute;
    top:115px;
    left:340px;
    background-color:green;
    display:inline-block;
    padding:15px;
    border-radius:6px;
    font-weight:bold;
    color:#fff;
    
}

.adress_hold{
	position: relative;
}

.adress_hold .fa-caret-right{
	position:absolute;
    color:green;
    top:25px;
    right:-27px;
    font-size:36px;
}
#c455 .contenttable .tr-0{
	display:none;
}
.daySelb{
	position:relative;
    overflow:hidden;
}
#top_pages_message {
    z-index: 200;
	position: fixed;
	top: 100%;
	margin-top: -100px;
	line-height: 10px;
	opacity: 0.7;
    display:block;
    background: rgb(0, 128, 0) none repeat scroll 0% 0%;
    padding: 5px;
    width: 200px;
    left:100%;
    margin-left: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
   
}

#top_pages_message .fa.fa-arrow-up{
	color:#fff;
    font-size:45px;
    padding:10px;
}
.form-pos{
	display: inline-block;
    position: fixed;
	top: 100%;
    margin-top: -515px;
	z-index: 99;
	right: -270px;
    margin-right: -75px;
}
.form-main-hold{
	display: inline-block;
    position:relative;

}

.massege-button {
    float:left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 10px;
    opacity: 0.7;
    display: inline-block;
    background: rgb(0, 128, 0) none repeat scroll 0% 0%;
    padding: 5px;
    position: absolute;
	bottom: 0;
    cursor:pointer;
    left:0;
}
.form-main-hold .massege-button .fa-envelope-o{
	color: #fff;
	font-size: 45px;
	padding: 10px;
}
.form-main{
    margin-left: 75px;
    float: right;
    width: 270px;
    padding: 10px;
    background: rgba(0, 128, 0,0.7) none repeat scroll 0% 0%;
    -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.form-main input,.form-main textarea,.form-main select {
    background: #282727 none repeat scroll 0% 0%;
    color:#fff;
    border: 1px solid;
}
.form-main input:focus,.form-main textarea:focus{
	border:2px solid;
} 
.form-main .button{
	background-color: #282727;
    border:none;
    width: 100%;
    margin-bottom: -16px;
    margin-top: 16px;
    color:#ccc;
    cursor:pointer;
}
.form-main .button:hover{
	color:#fff;
}
.set{
	display:none;
}
.jumbotron, #r1{
	z-index:1;
}

.form-main .blocks_border label{
	color:#fff;
}

/*********************
 *HEADER
 * *******************/
.top {
    font-size: 0.72222rem;
}
.top_left{
	float: left;
	margin-left: 165px;
	margin-top: 15px;
    width:330px;
}
.top_right{
	float: right;
	text-align: center;
}

.top .widget-icon-box {
    padding: 0.72222rem 0 0.61111rem;
}
.top__left .widget {
    display: inline-block;
    margin-right: 1.11111rem;
    border-bottom: 0;
}
.top .icon-box {
    display: block;
    color: #999999;
}
.top .icon-box .fa {
   vertical-align: middle;
    font-size: 19px;
    padding-bottom: 0px;
    margin-top: -3px;
    margin-right: 10px;
}
.top .icon-box__title {
    display: inline-block;
    color: #333;
    font-size: 0.72222rem;
    font-weight: normal;
    margin-bottom: 0;
}

.header__container{
	position: relative;
	background-color: #f7f7f7;
}

.header__logo {
    width: 145px;
    margin-top: -54px;
    margin-bottom: 15px;
    padding: 0.5rem 0.83333rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 14px;
    float: left;
    position: absolute;
}
.header__logo img{
display: inline-block;
}
.header__widgets{
	float: left;
width: 90%;
padding: 40px 20px 40px 20px;
text-align: right;
}


.header__widgets .widget {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    padding-left: 25px;
    height: 60px;
}
.header__widgets .widget:first-child {
	border-left:none;
}

.header .icon-box {
    position: relative;
    display: block;
}

.weather .icon-box .icon-box__title{
	 padding-left: 30px;
}
.weather_detail{
display:none;
}

.icon-box .fa {
    float: left;
    font-size: 20px;
    color: green;
    margin-right: 5px;
}


/*****************
 * FOOTER
 * **************/

.footer-top{
	background-color: #e8e8e8;
	border-top: 1px solid #dbdbdb;
	box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.06);
}

.about-foot p a {
	color:#000;
}

.copyright-text{
	display: inline-block;
    float: left;
    color: #fff;
    font-family: Ubuntu;
    font-weight: bold;
}

.c-content-box {
background-color: #F7F7F7;
-moz-box-shadow: 8px 9px 3px rgba(237, 237, 237, 0.58);
-webkit-box-shadow: 8px 9px 3px rgba(237, 237, 237, 0.58);
box-shadow: 8px 9px 3px rgba(237, 237, 237, 0.58);
}
.menu-fixed{
	position: fixed;
	top: 0;
	opacity: 0.8;
}

.title_1{
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}

.title_2{
    font-family: Ubuntu;
	text-transform:uppercase;
}

.header .icon-box__subtitle, .jumbotron .icon-box__subtitle {
    color: #000;
    margin-left: 24px;
}
footer .sociali li a:hover .fa{
	color:#fff;
}

/*******************************
 MENU
*******************************/
.side-menu nav {
    background-color: #292929;
    border-color: rgba(0, 0, 0, 0.1);
}
.side-menu nav > ul > li > a {
    color: #999999;
}
.side-menu nav > ul > li.m-hover > a, .side-menu nav > ul > li > a:hover{
    color: #fff;
     border-bottom: 5px solid green;
    
}
.side-menu nav .m-has-submenu:hover a::after {
	  color: #fff;
}
nav ul li a.action {
    color: #fff;
    border-bottom: 5px solid green;
}
.home{
    display: inline-block;
    position: absolute;
    left: 125px;
    top: 15px;
    font-size: 40px;
    padding: 4px 7px;
    border-color: #595959;
    background: linear-gradient(#4a4a4a, #595959);
    border-radius: 5px;
}
.home a i{
	color:#777777;
}
.action a i{
	color:green;
}

.home a:hover i{
	color:green
}

.m-has-submenu .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.zoomimg-container{
width: 100%;
display: table;
margin: 20px 10px;
float: left;
position: relative;
}

.zoomimg-container:nth-child(4n){
 float:right;   
}

#maps_on_page{
 text-align: center;   
}

/*****************
 * NEWS MAIN PAGE*
 * **************/
.news-latest-container {
    padding: 10px;
}
.news-latest-container .featured-image {
    height: 200px;
    overflow: hidden;
}
.blog-container-2 .post-type-date {
    position: absolute;
    top: 120px;
    left: 25px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #fff;
}
.blog-container-2 .post-type-date .icon {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 45px;
    padding-top: 25px;
}
.blog-container-2 .post-type-date .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: green;
    color: #fff;
    margin-left: 5px;
}
.blog-container-2 .post-type-date .date .num {
    position: absolute;
    right: -10px;
    bottom: -12px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
}
.blog-container-2 .post-type-date .date .month {
    position: absolute;
    width: 150px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    margin-left: -36px;
    font-size: 12px;
}

.blog-container-2 .blog-container-title {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 110px;
}
.blog-container-title {
    text-align: justify;
}
.blog-container-2 .blog-container-text {
    padding: 0 20px;
}
.blog-container-text p {
    font-size: 14px;
    text-align: justify;    
}
.news-list-morelink {
    padding-left: 5px;
}
.news-list-container .featured-image {
    height: 265px;
    overflow: hidden;
    float: left;
    width: 450px;
    padding-right: 10px;
}
.news-list-container {
    padding: 10px 0;
}
.news-list-container .news-list-item {
    min-height: 350px;
}

.news-list-container IMG {
    margin-left: 0px;
}
.news-list-container IMG {
    float: left;
    margin-right: 20px;
}

.blog-container-autor {
    margin: 5px 0px 20px;
    background-color: green;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 5px;
}
.news-list-container .blog-container-2 .blog-container-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.blog-container-title {
    text-align: justify;
}
.blog-container-title a {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}
.news-list-container .blog-container-2 .blog-container-text {
    padding: 0px;
    padding-left: 110px;
}

.list_top{
	top: 190px !important;;
}

.widget-list .csc-header {
    display: table;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0;
    margin-bottom: 20px;
    margin-left: auto;
    width: 100%;
    text-align: center;
}
.widget-list .csc-header h3 {
    color:#000;
    font-size: 22px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
}
.widget-list .csc-header h3 span {
    color: green;
}
.widget-list .csc-header .sep-element {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 40%;
    height: 3px;
    background-color: #ddd;
}

.widget-list .csc-header .sep-element::after {
    background-color: green;
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -80px;
    width: 160px;
    height: 3px;
    content: "";
}
.right-column{
	    margin-left: -10px;
}

.news-list-browse {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.blog-container-autor br{
	display:none;
}
.addthis_inline_share_toolbox{
	text-align:center;
}
.article-single-page hr{
	height: 2px;
	background: green;
}
ul.csc-uploads li{
	margin: 35px 0;
}

/****************
 * HELLO*********
 * *************/
.hello-holder{
	display: inline-block;
}

.golov-photo{
	width: 250px;
    padding:0px;
    z-index: 1;
	position: relative;
}
.figure-left{
	color: #000;
    position: absolute;
    right: -80px;
    width: 720px;
    font-size: 16px;
    border-width: 0px 0px 1000px 209px;
    border-style: dashed solid solid;
    border-color: transparent transparent green;
    padding: 0px 20px;
    margin-top: 0px;
}
.fon-green{
	background-color: green;	
}

.hello-gol{
    z-index:1;
	font-family: "Marck Script",cursive;
    margin-top: 29px;
    font-size: 32px;
    font-weight: bold;
    color:#fff;
}

.fon-sec{
	width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    opacity: 0.5;
}

.para{
	/*display:none;*/
}
.top_left img{
	width: 39px;
	margin-top: -8px;
    float:left;
}


.proekt li{
	padding: 0 47px;
    border-bottom:1px dashed green;
    padding-bottom:10px;
}
.parallax_img_001{
	overflow: hidden;
}

.blog-container{
	height: 440px;
    margin-bottom: 40px;
}
.month{
	cursor:pointer !important;
}
/*.hidden_tab{
	display:none;
}*/
.tab_sec{
	margin-left:15px;
}

/******************
 * ****************
 * ***************/
.head_grom_budget{
	font-size: 38px;
    text-align: center;
    padding-bottom:10px;
}

.head_grom a{
	font-weight: bold;
    font-size: 50px;
    color: green;
}

.logo_grom_budget_holder{
	text-align: center;
}
.logo_grom_budget_holder img{
	padding-bottom:10px;
}
.base1{
	font-size: 25px;
	font-weight: bold;
    margin-top:10px;
}
.coloring{
	color:green;
    font-size:30px;
    text-transform: uppercase;
}
.click{
	cursor:pointer;
}
.base1 .fa{
	font-size: 25px;
	font-weight: bold;
    color:green;
    padding-right: 7px;
}
.rada_hold{
    display:none;
    margin-left: 26px;
    border-left: 3px solid green;
    margin-top: -4px;
    padding-top:1px;
}

.rada_hold .base1{
	padding-left: 12px;
    position:relative;
}
.rada_hold .base1:before{
    content: "";
    width: 15px;
    height: 2px;
    background: green;
    border: none;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 17px;
}

.main_hold_box{
	margin-top:40px;
}

.logo_head{
    float:left;
	font-weight: bold;
    font-size: 38px;
    width: 840px;
    margin-bottom:15px;
}

.logo_head .coloring{
	font-size: 43px;
}

.box_logo{
	float: right;
    width: 255px;
    margin-bottom: 15px;
}


.hold_box{
	margin-top:15px;
    margin-bottom:15px;
    margin-left: 45px;
}

.box{
    width: 200px;
    height: 75px;
    float: left;
    margin-right: 25px;
    position: relative;
}
.box_level_1,.box_level_2{
	display: inline-block;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-left: 14px solid #fff;
    border-bottom: 39px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}
.triangle-right2{
	width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-left: 14px solid #ccc;
    border-bottom: 39px solid transparent;
    position: absolute;
    top: 0px;
    right: -14px;
}

.box-text_level_1{
	font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding: 5px;
    margin-top: 18px;
}
.box2{
	float: left;
    width: 200px;
    border-left: 2px dashed;
    margin-left: 25px;
    font-weight: bold;
    font-size: 24px;
    padding-left: 17px;
}

.box_1{
	background-color: #F58404;
}
.box_1 .triangle-right2{
	border-left: 14px solid #F58404;
}

.box_2{
	background-color: #89C848;
}
.box_2 .triangle-right2{
	border-left: 14px solid #89C848;
}
.box_vivsible{
	display:none;
    margin-left: 26px;
    margin-top: -4px;
	padding-top: 1px;
}
.tx-indexedsearch-info>dt{
	margin-top:0px;
}
.tx-indexedsearch-descr, .tx-indexedsearch-info{
	padding-left:5px;
}
.im1{

}


.csc-uploads-element-pdf span.csc-uploads-fileName::before {
    content: "\f1c1";
    font: normal normal normal 30px/1 FontAwesome;
    padding: 5px 5px 5px 5px;
	color: green;
}

#c1052 ul.csc-uploads li .csc-uploads a{
	font-size: 30px;
}

.header-list-media-body a{
	font-weight: bold;
}

.widget-list a:hover img{
	border: 1px solid #000;
    box-shadow: inset 1px 0px 7px 5px #000;
}

.hold_epetucia{
	position: relative;
}
.epetucia{
	position: absolute;
    right: 175px;
    top: 70px;
    color: #fff;
    font-size: 30px;
    border: 2px solid;
    padding: 15px;
    font-weight: bold;
    cursor: default;
}
.teplo{
color:#000 !important;
}
.teplo:hover{
	color:green !important;
}

/*.kode_welcome::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -58px;
    width: 100%;
    height: 100%;
    border: 9px solid #27282d;
    background-color: #fff;
    z-index: -1;
}*/

.kode_wel_demo_des {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-left: 30px;
}

.kode_wel_demo_des h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #fff;
}

.kode_wel_demo_des h4 {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    line-height: 24px;
    color: #fff;
}


.kode_wel_demo_des h4::before {

    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70px;
    height: 3px;
    background-color: #fff;
   

}

.kode_wel_demo_des p {
    line-height: 25px;
    /*word-break: break-all;*/
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.sign_word {
    /*text-align: justify;*/
    font-size: 18px;
    color: #fff; !important;
    font-weight: bold !important;
    font-style: italic !important;
}
.parallax_img_001 {
	min-height: 400px !importatnt;
}
#about{
   position: relative;
}
.kode_welcome figure img {
    position:absolute;
	top: 30px !important;
    border-radius: 40px;
}
/*Deputat */

.sectionD{
	 padding: 15px 0 ;  
}


.containerD{
	 width: 100%;
   	 max-width:1200px;
   	 margin:0 auto;
}

.section_header{
    
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
.section_suptitle{
    font-size: 24px;
    color: #333;
    font-family: 'Cormorant Infant', serif;
}

.section_title{
    font-family: 'Cormorant Infant', serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    position: relative;
}

.section_title::after{
    content: "";
    display: block;
    margin: 30px auto;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background-color: red;
    width: 60px;
    height: 3px;
}
.section_text{
    font-size: 15px;
    color: #999;
}

.about{
    margin: 20px;
    display: flex;
    justify-content: space-between;
}

.euhold,.golos_hold{
    position: relative;
}
.about_item{
    position: relative;
    width: 350px;
    background-color: green;
}

.about_item:hover .about_img{
    transform: translate3d(-10px, -10px, 0);
}
.about_item:hover .about_img img{
    opacity: .1;
}

.about_item:hover .about_text{
    opacity: 1
}

.about_img{
    background: linear-gradient(to bottom, #f38181, #fce38a);
    transition: transform .2s linear;
}
.about_img img{
    display: block;
    transition: opacity .1s linear;
    
}
.about_img img{
  width: auto;
    height: 490px;
}

.about_text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    transform: translate3d(0, -50%, 0);
    transition: opacity .2s linear;
}


/* */

.section__header {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 50px;

    text-align: center;
}

.section__suptitle {
    font-family: 'Cormorant Infant', serif;
    font-size: 24px;
    color: #333;
}



.section__title {
    font-family: 'Cormorant Infant', serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.section__title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 30px auto;

    background-color: #f38181;
}

.section__text {
    font-size: 15px;
    color: #999;
}

/*    */

.card {
    margin: 0px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.card__item {
    width: 33.33333%;
    padding: 15px 15px;
}

.card__inner {
    position: relative;
    background-color: #95e1d3;
}

.card__inner:hover .card__img {
    transform: translate3d(-10px, -10px, 0);
}

.card__inner:hover .card__img img {
    opacity: .1;
}

.card__inner:hover .card__text {
    opacity: 1;
}

.card__img {
    background: linear-gradient(to bottom, #f38181, #fce38a);

    transition: transform .2s linear;
}

.card__img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: opacity .1s linear;
}

.card__text {
    width: 100%;

    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    opacity: 0;

    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translate3d(0, -50%, 0);

    transition: opacity .2s linear;
}

.card__info {
    margin-top: 20px;

    text-align: center;
}

.card__name {
    margin-bottom: 5px;

    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.card__prof {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: #999;
}
.map_hold{
	 width:517px;
    height:350px;
    border-radius: 24px;
    overflow: hidden;
}

.golova_info h2,.golova_info h3{
	padding:0;
}
.golova_info a{
font-weight:bold;
}

.content-main2 h2{
	font-family: 'Cormorant Infant', serif;
	font-size: 24px;
}

.kode_hdg_1{
	float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 50px 0px 50px;
}

.podia_title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 1px;
    letter-spacing: 2.4px;
}
.podia_main_title{
    font-size: 30px;
	text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 6px;
    position: relative;
    line-height: 1.6;
}

.podia_main_title::before{
	content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 75px;
    height: 3px;
    background-color: #27282d;
}


.kode_camp_outr_wrap {
    float: left;
    width: 100%;
}
.kode_camp_outr_wrap > li {
    float: left;
    width: 100%;
}
.kode_camp_outr_wrap > li {
	list-style: none;
}
.kode_campagin_lst {
    float: left;
    width: 100%;
    position: relative;
}

.kode_camp_outr_wrap > li, .kode_lst1_des ul li{
    list-style: none;
}

.kode_campgn_lst1 {
    float: right;
    width: 50%;
    position: relative;
}

.kode_cam_date {
    float: left;
    position: absolute;
    left: -40px;
    top: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 12px;
    background-color: #fff;
    border-radius: 100%;
    border: 5px solid #757575;
    box-shadow: 0px 0px 0px 5px rgba(131,131,131,1), 0px 0px 0px 10px rgba(201,201,201,1);
}

.kode_lst1_des {
    float: none;
    padding: 0px 0px 0px 160px;
    width: auto;
    min-height: 170px;
}
.kode_cam_date::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 105px;
    height: 2px;
    width: 40px;
    background-color: #838383;
}

.kode_cam_date h4, .kode_cam_date h6 {
    font-weight: bold;
    color: #838383;
    text-transform: uppercase;
    line-height: 20px;
}
.kode_cam_date h4{
	font-size: 30px;
}

.kode_cam_date h6 {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.2em;
   
}

.kode_cam_date::after {
    content: "";
    position: absolute;
    top: 31px;
    left: 143px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #838383;
}

.kode_lst1_des h6 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #343434;
    margin: 0px;
    line-height: 20px;
    width: 100%;
}

.kode_lst1_des ul {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    padding:0;
}
.kode_lst1_des ul li:first-child {
    padding-left: 0px;
}
.kode_lst1_des > ul > li {
    color: #838383;
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-top: 0px;
}
.kode_lst1_des ul li i {
    margin-right: 5px;
}

.kode_lst1_des{
	display: flex;
    flex-wrap: wrap;
    max-width: 450px;
}

.kode_lst1_des p {
    
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #999999;
	font-size: 16px;
    width: 100%;
}

.kode_campgn_lst2 {
    float: left;
    position: relative;
    width: 50%;
}

.kode_campgn_lst2 .kode_lst1_des {
    float: none;
    padding: 0px 160px 0px 0px;
    text-align: right;
}

.kode_lst1_des a {
    color: #000;
    font-weight: bold;
}

.kode_campgn_lst2 .kode_cam_date {
    right: -40px;
    left: auto;
}

.kode_cam_date {
    text-align: center;
}

.kode_campgn_lst2 .kode_cam_date::before {
    right: 110px;
    left: auto;
}

.kode_campgn_lst2 .kode_cam_date::after {
    right: 150px;
    left: auto;
}

.line_bottom::after {
    content: "";
    position: absolute;
    top: 120px;
    right: 100%;
    bottom: 20px;
    width: 2px;
    background-color: #d8d8d8;
}
.kode_campgn_lst2::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 100%;
    bottom: 20px;
    width: 2px;
    background-color: #d8d8d8;
}

.kode_campgn_lst1:hover .kode_cam_date h4, .kode_campgn_lst1:hover .kode_cam_date h6, .kode_campgn_lst2:hover .kode_cam_date h4, .kode_campgn_lst2:hover .kode_cam_date h6{
	color:#fff;
}
.kode_campgn_lst1:hover .kode_cam_date, .kode_campgn_lst1:hover .kode_cam_date::before, .kode_campgn_lst1:hover .kode_cam_date::after, .kode_campgn_lst2:hover .kode_cam_date, .kode_campgn_lst2:hover .kode_cam_date::before, .kode_campgn_lst2:hover .kode_cam_date::after{
	background-color: #ef4a2b;
}
.kode_campgn_lst1:hover .kode_cam_date, .kode_campgn_lst2:hover .kode_cam_date{
	border: 5px solid #fff;
}
.kode_campgn_lst1:hover .kode_lst1_des h6, .kode_campgn_lst2:hover .kode_lst1_des h6{
	color: #ef4a2b;
}

.kode_cam_date,.kode_lst1_des {
	cursor:pointer;
}
.kode_lst1_des a:hover{
color: #ef4a2b;
}

.vc_column_container{
    border-left: 2px solid green;
}
.left-column{
	
    
}


.add_style{
	position:relative;
}
.fon--style{
	position:relative;
}
.fakt--style{
	position:absolute;
    display:flex;
    flex-wrap: wrap;
}
.fakt_item{
	width:33%;
}

.article-date i{
	line-height: 1.4em;
}



@media(max-width :767px){
    .kode_campgn_lst1, .kode_campgn_lst2{
    	width: 100%;
    }
	
    .kode_camp_outr_wrap{
    	padding-right: 40px;
    }
    
    
    .kode_campgn_lst2 .kode_lst1_des{
    	padding:0px ;
    }
    .kode_lst1_des p
    {
		width: 100%;
    }
    .kode_lst1_des{
    	float:right;
        padding:0;
    }
}
.hold_inf span {
    font-weight: bold;
}
.hold_inf span p{
    text-align: justify;
}
.viddil {
    float: left;
}
/** CNAP **/
.cnap_header {
    background: rgba(255,255,255,.8);
    position: relative;
    
    padding: 36px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.uk-text-center {
    text-align: center !important;
}
.uk-margin-medium {
    margin-bottom: 40px;
}
.uk-padding-small {
    padding: 15px;
}
.uk-text-bold {
    font-weight: 700;
}.uk-h2{
    font-size: 2rem;
}
.tm-text-blue {
    color: green !important;
}
.tm-btn-i {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: normal;
}

.tm-btn-i {
    background: rgba(255,255,255,.6);
    border: 1px solid green;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: normal;
}
.span_bold{
	font-weight: bold;
}
.cnap_service{
	display:flex;
    flex-wrap:wrap;
    cursor:pointer;
    
}
.cnap_service_element{
   
    width: 19%;
    text-align: center;
    margin: 5px;
    border: 1px solid green;
    padding: 5px;
    transition: all .2s linear;
    color: green;
}
.cnap_service_element:hover{
    color:#fff;
   
    transform: translate3d(-10px, -10px, 0);
	background: rgba(0, 128, 0, 0.7);
    -webkit-box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
}

.cnap_element_contacts{
	display: flex;
	justify-content: space-around;
    margin-top: 30px;
}
.cnap_element_contacts li{
    color:green;
    border: 2px solid green;
    padding: 20px 60px;
    font-size: 28px; 
    transition: all .2s linear;
}

.cnap_element_contacts_facebook i,.cnap_element_contacts_facebook a{
	color:#2E59C3;
}
.cnap_element_contacts:hover i{
	color:#fff;
}
.cnap_element_contacts_facebook:hover a{
color:#fff
}
.cnap_element_contacts li:hover{
    color:#fff !important;
   
    transform: translate3d(-10px, -10px, 0);
	background: rgba(0, 128, 0, 0.7);
    -webkit-box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
}

.bg{
    position:relative;
}
.cnap p{
background: none;
box-shadow: none;
margin: none;
}
.cnap h2{
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
}
.cnap_logo img{
	width: 150px;
   
}

.cnap_holder{
	display: flex;
    flex-direction: row;
  	justify-content: space-between;
  	flex-wrap: wrap;
}
.cnap_holder p{
	margin: 0 0 10px 0;
}

.cnap_col{
	border: 1px solid green;
    padding: 5px;
    transition: all .2s linear;
    font-weight: bold;
    margin-bottom: 15px;
    max-width: 25%;
}


.cnap_holder .fa{
    color: green;
	margin-right: 5px;
}


.cnap_col:hover{
    color:#fff !important;
   
    transform: translate3d(-10px, -10px, 0);
	background: rgba(0, 128, 0, 0.7);
    -webkit-box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 16px 12px 12px -2px rgba(0, 0, 0, 0.3);
    
}
.cnap_col:hover h2{
	color:#fff;
}

.cnap_key{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.cnap_key p{
    display: flex;
}
.ucfirst {
    display: inline-block;
}

.ucfirst::first-letter {
    text-transform: uppercase;
   
	font-size: 18px;
}
.cnap_team{
    display: flex;   
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.cnap_team .fa{
	color:green;
}

.teamd_holder{
	width:23%;
    height:auto;
    border-right: 5px solid green;
    border-bottom-right-radius: 30px;
    margin: 10px;
    text-align: center;
}

.teamd_holder img{
	margin-bottom: 10px;
}

.teamd_holder p{
	margin:0;
}
.teamd_holder .name{
	border-top:5px solid green;
    border-top-right-radius: 20px;
}


#c21 table thead th{
    background-color: green;
	border: 1px solid #000;
	text-align: center;
}

#c21 .contenttable{
max-width: 59%;
}
.hold_cnap_info .csc-uploads{
	display: flex;
	justify-content: space-around;;
}

.hold_cnap_info img{
	width: 200px;
}
.hold_block_cnap{
	display:flex;
    justify-content: space-between;
}
.hold_block_cnap>div{
	width:400px;
}
.church{
    display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    }

.cnap_answear .bodytext {background: none;
box-shadow: none;
    margin: 0px 0px 0px;}

#c2819 a,#c2817 a{
 color:green !important;
}

.facebook_cnap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.facebook_cnap a{
	font-size: 60px;
}

.facebook_cnap a:hover .fa-facebook-square{
	color:blue;
    transition: all 0.5s ease-out;
}

.cnap_a{
	display: flex;
	flex-direction: column;
	font-size: 25px;
	font-weight: bold;
    margin-left: 75px;
}
.cnap_a a{
	padding-bottom: 10px;
}

.pay_hold{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ccc;
}

.pay_hold span{
	font-weight: bold;
}
 
.pay_hold p{
	margin: 5px 30px 5px 20px;
	border-right: 1px solid;
	padding-right: 1%;
}
.pay_hold p:last-child{
border-right: none;
}










.instytut>h2{
	font-size: 55px;
}
.instytut_hold{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: justify;

}
.instytut_contatct{
    width:35%;
	margin-right: 50px;
    border-right: 1px solid;
    padding-right: 25px;
}
.instytut_contatct i{
    font-size: 25px;
    margin-right: 15px;
    color:green;
}

.instytut_general{
	width:65%;
}

.cnap_list {
  display: flex;
  align-items: center; /* Вирівнювання елементів по вертикалі */
  justify-content: center; /* Вирівнювання елементів по горизонталі */
  background: #fff;
  border: 1px solid #ccc;

}
.infocard_title {
  text-align: justify; /* Вирівнювання тексту justify */
  margin-right: 10px;
  cursor: default;
  width: 70%;
  font-weight: bold;
}

.infocard_files{
	display:flex;
    flex-direction:column;
    justify-content: center;
	text-align: center;
}
.infocard_files a{
	padding: 5px 65px;
	border: 1px solid #ccc;
	margin: 5px 0px;
	border-radius: 30px;
    text-align: center;
}

.infocard_files a:hover{
	background: green;
	color: #fff;
    transition: all 0.5s ease-in-out
}
.display_flex{
	display:flex;
}

.flex_directio_row{
	flex-direction: row;
}

/*hero*/

.hero .card__img{
	background: linear-gradient(to bottom, blue, blue);
}

.hero  .card__inner{
	background-color: yellow;
}

.hero .social{
max-width: 93%;
}
.link{
text-align: center; 
    display: flex;
    justify-content: center; 
    align-items: center;
    }

#c21 .contenttable{
	max-width: 100%;
}

.infocard_files i{
	padding-right: 5px;
}