:root {
--primary-color: #666666;
--primary-color-rgb: 102, 102, 102;
--background-color: #f5f5f5;
--background-color-rgb: 245, 245, 245;
--font-color: #bbb;
--font-color-rgb: 187, 187, 187;
--white-color: #fff;
--white-color-rgb: 255, 255, 255;
--black-color: #323234;
--black-color-rgb: 50, 50, 52;
--primary-font: "PT Sans", sans-serif;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #555458;
font-family: "PT Sans", sans-serif;
font-size: 18px;
line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0;
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: """";
}
hr {
background-color: #f5f5f6;
border: 0;
height: 3px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: top;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
inset 0 15px 17px rgba(255, 255, 255, 0.5),
inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
inset 0 15px 17px rgba(255, 255, 255, 0.8),
inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
outline: none;
}
textarea {
padding-left: 3px;
width: 100%;
}  a {
color: #01c6b8;
text-decoration: none;
}
a:visited {
color: #444447;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
float: right;
margin-top: 31px;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
margin-left: 40px;
}
.main-navigation li:first-child {
margin-left: 0;
}
.main-navigation a {
display: block;
font-size: 18px;
line-height: 22px;
font-weight: 400;
color: #55677c;
text-transform: uppercase;
text-decoration: none;
padding: 0 4px 24px;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px #f2f2f2;
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background: #fff;
border-top: 1px solid #01d0c1;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 250px;
padding-left: 25px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 15px;
}
.main-navigation ul ul li {
margin: 0;
float: none;
display: block;
}
.main-navigation li:hover>a,
.main-navigation li.focus>a {
color: #01c6b8;
}
.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.focus>a {
background: #01c6b8;
color: #fff;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
background: #01c6b8;
color: #fff;
}
.main-navigation ul li:hover>ul {
left: auto;
}
.main-navigation ul li:focus-within>ul {
left: auto;
}
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation ul ul li:hover>ul {
left: auto;
right: 100%;
}
.main-navigation ul ul li:focus-within>ul {
left: auto;
right: 100%;
}
.main-navigation ul ul li.focus>ul {
left: auto;
right: 100%;
}
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
color: #01c6b8;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.ab-top-menu {
float: left;
}
.ab-top-secondary.ab-top-menu {
float: right;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.container {
width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.container:after {
display: block;
clear: both;
content: "";
}
.row {
margin: 0 -15px;
}
.row:after {
display: block;
clear: both;
content: "";
}
ul:after {
content: "";
display: block;
clear: both;
}
body.custom-background div#page {
background: #fff;
margin: 20px;
} .site-branding {
float: left;
margin-top: 10px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
}
.site-branding .site-logo {
padding-right: 15px;
}
.site-branding .site-title {
display: block;
width: 100%;
margin-bottom: 0;
font-size: 32px;
line-height: 36px;
font-weight: 700;
letter-spacing: 1px;
font-family: "Bitter", serif;
}
.site-branding .site-title a {
color: #445263;
}
.site-branding .site-description {
display: block;
width: 100%;
font-size: 15px;
line-height: 18px;
color: #6d7987;
margin: 0;
}
.site-header ul li {
list-style: none;
}
.site-header ul {
margin: 0;
padding: 0;
}
.site-header .contact-lists {
float: right;
font-size: 15px;
line-height: 18px;
color: #646468;
margin-top: 20px;
}
.site-header .contact-lists li {
float: left;
margin-left: 24px;
}
.site-header .contact-lists li a {
color: #5d7289;
font-weight: 700;
}
.site-header .contact-lists li a:hover {
color: #646468;
}
.site-header .contact-lists li svg {
margin-right: 8px;
}
.header-top {
padding-top: 7px; padding-bottom: 10px;
background: #49596b;
}
.header-top .email,
.header-top .tel-link {
float: left;
font-size: 15px;
line-height: 18px;
color: #f4f4f4;
margin-top: 10px;
margin-right: 15px;
}
.header-top .email svg,
.header-top .tel-link svg {
margin-right: 10px;
}
.header-top .email:hover,
.header-top .email:focus,
.header-top .tel-link:hover,
.header-top .tel-link:focus {
text-decoration: none;
color: #fff;
}
.header-top .social-networks {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
.header-top .social-networks li {
float: left;
margin-left: 5px;
}
.header-top .social-networks li:first-child {
margin-left: 0;
}
.header-top .social-networks li a {
width: 34px;
height: 34px;
border-radius: 50%;
-webkit-border-radius: 100px;
background: #455566;
color: #edeeee;
text-align: center;
font-size: 12px;
line-height: 34px;
display: block;
}
.header-top .social-networks li a:hover,
.header-top .social-networks li a:focus {
text-decoration: none;
background: #01c6b8;
}
.header-bottom {
padding: 10px 0;
} .banner-section {
position: relative;
margin-bottom: 50px;
}
.banner-section img {
width: 100%;
}
.banner-section .banner-text {
position: absolute;
top: 25%;
width: 100%;
}
.banner-section .banner-text .text {
width: 50%;
float: right;
text-align: left;
color: #fff;
padding: 0 30px;
font-size: 22px;
line-height: 30px;
font-weight: 700;
}
.banner-section .banner-text h2 {
margin: 0 0 36px;
font-size: 48px;
line-height: 56px;
font-weight: 700;
text-transform: uppercase;
}
.banner-section .banner-text .learn-more {
color: #fff;
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
background: #01c6b8;
padding: 20px 46px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
display: inline-block;
}
.banner-section .banner-text .learn-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01a196;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.banner-section .banner-text .learn-more:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
} .information {
display: table;
width: 100%;
margin-bottom: 102px;
}
.information ul {
width: 100%;
margin: 0;
padding: 0;
display: table-row;
}
.information ul li {
display: table-cell;
width: 25%; list-style: none;
color: #f7f7f7;
height: 130px;
vertical-align: middle;
text-align: center;
padding: 10px;
text-transform: uppercase;
font-size: 28px;
line-height: 30px;
font-weight: 700;
}
.information ul li img {
margin-right: 6%;
}
.information ul li.box-1 {
background: #01c6b8;
}
.information ul li.box-2 {
background: #01d4c5;
}
.information ul li.box-3 {
background: #06c2b5;
}
.information ul li.box-4 {
background: #49596b;
} .popular-courses {
margin-bottom: 110px;
}
.col-3 {
width: 33.33%;
float: left;
padding: 0 15px;
}
.popular-courses .post {
background: #f5f5f7;
}
.section-title {
font-size: 46px;
line-height: 52px;
color: #323234;
font-weight: normal;
margin-bottom: 12px;
}
.post-thumbnail {
display: block;
}
.home .post-thumbnail {
overflow: hidden;
}
.home .post img {
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
.home .post img:hover {
transform: scale(1.25);
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
}
.popular-courses .post .entry-content,
.popular-courses .post .entry-header {
padding: 0 20px;
}
.popular-courses .post .entry-header {
padding-top: 26px;
}
.popular-courses .post .entry-title {
margin-bottom: 0;
position: relative;
}
.popular-courses .post .entry-title:after {
position: absolute;
top: 100%;
left: 0;
width: 30px;
height: 1px;
background: #c1c0c3;
content: "";
margin-top: 12px;
}
.popular-courses .post .entry-title a {
font-size: 18px;
line-height: 22px;
color: #3c3c3c;
font-weight: 700;
text-transform: uppercase;
}
.popular-courses .post .entry-title a:hover {
color: #555458;
} .welcome-section {
background: #ece8e7;
padding: 104px 0 114px;
margin-bottom: 106px;
}
.welcome-section.no-thumbnail .col-2 {
width: 100%;
}
.col-2 {
width: 50%;
padding: 0 15px;
float: left;
}
.welcome-section .col-2:first-child {
padding-right: 50px;
}
.welcome-section .watch-link {
color: #444447;
font-size: 18px;
line-height: 22px;
border: 2px solid #01c6b8;
padding: 15px 42px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.welcome-section .watch-link:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01c6b8;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.welcome-section .watch-link:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
} .services {
margin-bottom: 86px;
}
.services .section-title {
margin-bottom: 50px;
}
.services .col-3 {
margin-bottom: 30px;
position: relative;
}
.services .col-3 h5 {
font-size: 26px;
line-height: 30px;
color: #3c3c3c;
font-weight: normal;
margin-bottom: 34px;
position: relative;
}
.services .col-3 h5 a {
color: #3c3c3c;
}
.services .col-3 h5 a:hover,
.services .col-3 h5 a:focus {
text-decoration: none;
color: #01c6b8;
}
.services .col-3 h5:after {
content: "";
width: 30px;
height: 1px;
position: absolute;
left: 0;
top: 100%;
margin-top: 15px;
background: #c5c4c7;
}
.services .col-3 .image {
margin-bottom: 30px;
border-radius: 50%;
display: inline-block;
}
.services .image svg.fallback-svg {
width: 130px;
height: 130px;
vertical-align: top;
} .notice {
background: #49596b;
color: #fcfcfc;
padding: 96px 0 78px;
}
.notice .col-one {
width: 75%;
padding: 0 15px;
float: left;
}
.notice h2 {
font-size: 38px;
line-height: 42px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
position: relative;
margin-left: 14px;
margin-bottom: 64px;
}
.notice h2:after {
width: 100px;
height: 4px;
background: #c9ced3;
position: absolute;
content: "";
left: 0;
top: 100%;
margin-top: 28px;
}
.notice .col-two {
width: 25%;
padding: 0 15px;
float: left;
}
.notice .col-two .learn-more {
color: #444447;
font-weight: 700;
text-transform: uppercase;
background: #fff;
padding: 18px 60px;
display: inline-block;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.notice .col-two .learn-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #b3b3b3;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.notice .col-two .learn-more:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.notice .col-two .learn-more:focus {
outline: thin dotted #fff;
outline-offset: 2px;
} .latest-news {
padding: 98px 0;
}
.latest-news .post .entry-title {
font-size: 26px;
line-height: 36px;
}
.latest-news .post {
background: #f5f5f7;
color: #3c3c3c;
padding-bottom: 32px;
}
.latest-news .post .entry-meta a {
font-size: 16px;
line-height: 28px;
color: #6e6d72;
font-weight: 700;
text-transform: uppercase;
}
.latest-news .post .entry-header {
padding: 30px 30px 0;
}
.latest-news .post .entry-header .entry-title {
color: #3c3c3c;
font-size: 26px;
line-height: 36px;
margin: 0;
font-weight: 400;
}
.latest-news .post .entry-header .entry-title a {
color: #3c3c3c;
}
.latest-news .post .entry-header .entry-title a:hover,
.latest-news .post .entry-header .entry-title a:focus {
text-decoration: none;
color: #01c6b8;
}
.latest-news .post .entry-content {
margin-top: 10px;
}
.latest-news .post .entry-content,
.latest-news .post .entry-footer {
padding: 0 30px;
} .latest-news .post .entry-footer .name a {
font-size: 16px;
line-height: 28px;
color: #6e6d72;
text-transform: uppercase;
}
.latest-news .post .entry-header a:hover,
.latest-news .post .entry-footer a:hover {
opacity: 0.6;
} .publication {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/publication.jpg) no-repeat;
background-size: cover;
}
.publication .section-title {
color: #fff;
text-align: center;
margin-bottom: 50px;
}
.publication .publication-content {
background: rgba(0, 0, 0, 0.64);
padding: 86px 0 115px;
}
.publication .content-box {
background: #fff;
margin: 0 auto;
width: 82.89%;
padding: 44px 50px 64px;
}
.publication .content-box:after {
content: "";
display: block;
clear: both;
}
.publication .content-box .image-holder {
border: 2px solid #bebec0;
float: left;
width: 35%;
text-align: center;
padding: 26px 0;
margin-right: 8%;
}
.publication .content-box .text {
float: left;
width: 56%;
}
.publication .content-box .box-title {
font-size: 36px;
line-height: 40px;
color: #555458;
font-weight: 700;
}
.publication .content-box hr {
background: #c5c4c7;
margin: 20px 0;
}
.publication .content-box .name {
font-weight: 700;
font-size: 16px;
line-height: 28px;
color: #6e6d72;
display: block;
margin-top: -15px;
}
.publication .content-box .price {
font-size: 18px;
line-height: 20px;
color: #464548;
display: block;
font-weight: 700;
margin-bottom: 22px;
}
.publication .content-box .buy-now {
display: inline-block;
background: #01c6b8;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #ffffff;
padding: 10px 27px;
text-transform: uppercase;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.publication .content-box .buy-now:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01968b;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.publication .content-box .buy-now:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
} .testimonial {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/bg-testimonial.jpg) no-repeat;
background-size: cover;
padding: 120px 0;
position: relative;
background-attachment: fixed;
}
.testimonial:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.64);
content: "";
}
.testimonial .container {
position: relative;
}
.testimonial .section-title {
color: #fff;
margin-bottom: 50px;
}
.testimonial .testimonial-holder {
background: #f5f5f7;
padding: 0 0 50px;
}
.testimonial .testimonial-holder:after {
content: "";
display: block;
clear: both;
}
.testimonial .testimonial-holder .img-holder {
float: left;
width: 134px;
margin-right: 40px;
margin-top: 40px;
}
.testimonial .testimonial-holder .img-holder img {
vertical-align: top;
border-radius: 50%;
-webkit-border-radius: 200px;
}
.testimonial .testimonial-holder .text-holder {
overflow: hidden;
padding-top: 55px;
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/bg-quote.png) no-repeat;
font-size: 19px;
line-height: 30px;
font-weight: 700;
font-style: italic;
color: #555458;
}
.testimonial .testimonial-holder .text-holder cite {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #6e6d72;
font-style: normal;
}
.testimonial #lightSlider {
overflow: visible;
}
ul.owl-carousel {
list-style: none;
}
.testimonial .owl-dots {
text-align: center;
margin-top: 10px;
}
.testimonial .owl-dots .owl-dot {
display: inline-block;
}
.testimonial .owl-dots .owl-dot span {
width: 12px;
height: 12px;
border: 2px solid #b1b0b4;
background: none;
display: inline-block;
border-radius: 100%;
margin: 5px;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.testimonial .owl-dots>.owl-dot.active span {
background: #b1b0b4;
}
.testimonial .lSAction>a {
margin-top: 15px;
}
.testimonial .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
text-indent: 30px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50);
margin-top: 15px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.testimonial .owl-carousel .owl-nav .owl-prev {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/btn-prev.png) no-repeat;
width: 19px;
height: 36px;
left: 10px;
}
.testimonial .owl-carousel .owl-nav .owl-next {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/btn-next.png) no-repeat;
width: 19px;
height: 36px;
right: 10px;
}
.testimonial .owl-carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.testimonial .testimonial-holder .owl-carousel li {
padding: 50px 80px 0;
} .students-section .section-title {
margin-bottom: 40px; color: #fff;
}
.students-section ul {
margin: 0;
padding: 0;
}
.students-section .testimonial { }
.students-section .students-suggestion ul li {
margin-bottom: 30px;
border: 1px solid #e0e0e2;
list-style: none;
padding: 34px 25px;
}
.students-suggestion {
width: 55.5%;
float: left;
margin: 100px 0 42px;
margin-right: 46px;
}
.upcomming-events {
width: 40.18%;
float: left;
background: #f5f5f7;
padding: 87px 33px;
}
.upcomming-events h3 {
font-size: 28px;
line-height: 32px;
color: #323234;
font-weight: 400;
margin-bottom: 38px;
}
.upcomming-events ul li {
list-style: none;
padding-bottom: 30px;
border-bottom: 1px solid #d5d5d7;
padding-top: 30px;
}
.students-section ul li a:hover {
opacity: 0.6;
}
.upcomming-events ul li:last-child {
border-bottom: 0;
}
.upcomming-events ul li:first-child {
padding-top: 0;
}
.upcomming-events .date-box {
width: 70px;
float: left;
border-radius: 5px;
background: #01c6b8;
text-align: center;
padding: 10px 5px;
height: 70px;
margin-right: 20px;
}
.upcomming-events .date-box .day {
font-size: 24px;
line-height: 27px;
color: #fff;
display: block;
margin-bottom: 5px;
}
.upcomming-events .entry-header {
overflow: hidden;
}
.upcomming-events .entry-title {
margin-bottom: 10px;
}
.upcomming-events .entry-title a {
font-size: 21px;
line-height: 28px;
color: #3c3c3c;
font-weight: 700;
display: inline-block;
}
.upcomming-events .entry-meta span {
font-weight: 700;
font-size: 15px;
line-height: 28px;
color: #6e6d72;
display: block;
text-transform: uppercase;
}
.upcomming-events .entry-meta span a {
font-weight: 400;
color: #6e6d72;
}
.upcomming-events .date-box .month {
font-size: 13px;
line-height: 15px;
color: #fff;
display: block;
}
.students-suggestion img {
float: left;
border-radius: 50%;
margin-right: 25px;
}
.students-suggestion .text {
overflow: hidden;
font-size: 17px;
line-height: 28px;
color: #555458;
font-style: italic;
font-weight: 700;
}
.students-suggestion .text span {
font-style: normal;
}
.students-suggestion .text a {
font-size: 16px;
line-height: 28px;
color: #6e6d72;
font-weight: 400;
} .viewer-section {
background: #49596b;
color: #fff;
padding: 60px 0 32px;
}
.viewer-section .apply-title {
font-size: 26px;
line-height: 28px;
color: #fcfcfd;
text-transform: uppercase;
font-weight: 700;
margin: 0;
}
.viewer-section:after {
display: block;
content: "";
clear: both;
}
.viewer-section .text {
float: left;
margin-right: 15px;
}
.viewer-section .apply {
float: right;
color: #fff;
background: #01c6b8;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
font-size: 18px;
line-height: 22px;
padding: 20px 56px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.viewer-section .apply:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #018c82;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.viewer-section .apply:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
} .site-footer {
background: #f5f5f7;
padding: 84px 0 0;
}
.widget .widget-title {
font-weight: 400;
font-size: 22px;
line-height: 26px;
color: #323234;
position: relative;
margin-bottom: 36px;
}
.widget .widget-title:after {
content: "";
margin-top: 12px;
position: absolute;
top: 100%;
left: 0;
background: #c1c0c3;
width: 40px;
height: 1px;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
list-style: none;
margin-bottom: 14px;
}
.widget ul li .svg-holder svg.fallback-svg {
width: 85px;
height: 85px;
}
.widget ul li a {
font-size: 17px;
line-height: 20px;
color: #3c3c3c;
}
.widget ul li a:hover {
opacity: 0.6;
}
.site-footer .column {
width: 25%;
padding: 0 15px;
float: left;
}
.widget.widget_text span {
display: block;
color: #4b4a4e;
font-size: 16px;
line-height: 20px;
}
.widget.widget_text span a {
color: #4b4a4e;
display: block;
}
.widget.widget_text ul li svg {
margin-right: 16px;
}
.widget.widget_links ul li a {
float: none;
}
.widget.widget_academic_recent_posts ul li {
border-bottom: 1px solid #e4e3e6;
padding-bottom: 20px;
padding-top: 20px;
}
.widget.widget_academic_recent_posts ul li:first-child {
padding-top: 0;
}
.widget.widget_academic_recent_posts ul li:last-child {
border-bottom: 0;
}
.widget.widget_academic_recent_posts ul li .entry-header {
overflow: hidden;
}
.widget.widget_academic_recent_posts ul li .entry-title {
margin-bottom: 0;
}
.widget.widget_academic_recent_posts ul li .entry-title a {
color: #3c3c3c;
font-size: 17px;
line-height: 20px;
font-weight: normal;
display: inline-block;
}
.widget.widget_academic_recent_posts ul li .entry-meta a {
font-size: 13px;
line-height: 28px;
color: #6e6d72;
text-transform: uppercase;
}
.widget.widget_flickr ul {
margin: 0 -3px;
}
.widget.widget_flickr ul:after {
display: block;
clear: both;
content: "";
}
.widget.widget_flickr ul li {
padding: 0 3px;
float: left;
width: 33.33%;
}
.widget.widget_flickr ul li a:hover {
opacity: 1;
}
.site-info {
font-size: 17px;
line-height: 24px;
color: #555458;
border-top: 1px solid #e4e3e6;
padding: 20px 0 0;
margin-top: 10px;
text-align: center;
}
.site-info a {
color: #01b8ab;
}
.site-info a:hover {
color: #555458;
}
.site-info ul {
margin: 0;
padding: 0;
float: right;
}
.site-info {
display: block;
}
.site-info ul:before,
.site-info ul:after {
display: table;
content: "";
clear: both;
}
.site-info p {
display: inline-block;
float: left;
}
.site-info ul li {
list-style: none;
float: left;
}
.site-info ul li a {
font-size: 16px;
line-height: 24px;
color: #3c3c3c;
padding-left: 17px;
padding-right: 17px;
border-left: 1px solid #3c3c3c;
}
.site-info ul li:first-child a {
padding-left: 0;
border-left: 0;
}
.site-info ul li:last-child a {
padding-right: 0;
}
.site-footer .site-info a.privacy-policy-link {
display: inline-block;
margin-left: 5px;
}
.site-footer .site-title {
margin-bottom: 20px;
}
.site-footer .site-title a {
color: #323234;
}
.site-footer .site-branding {
float: none;
} #primary {
width: 66.66%;
float: left;
padding: 0 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.full-width #primary {
width: 100%;
}
#secondary {
width: 33.33%;
float: left;
padding: 0 15px 0 35px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body:not(.home) .site-header .main-navigation>a {
border-bottom: 1px solid #fff;
}
body:not(.home) .site-header .main-navigation a {
border-bottom: 1px solid #fff;
}
body:not(.home) .site-header .main-navigation .current-menu-item>a,
body:not(.home) .site-header .main-navigation a:hover {
border-bottom: 1px solid #01d0c1;
}
.page-header {
background: #f8f8f9;
padding: 32px 0;
}
#crumbs {
font-size: 14px;
line-height: 17px;
color: #55677c;
}
#crumbs a {
color: #01c6b8;
}
#crumbs .separator {
margin: 0 5px;
}
#crumbs span:last-child .separator {
display: none;
}
.site-content {
padding-top: 72px;
padding-bottom: 60px;
}
.site-content #primary .entry-title {
margin-bottom: 12px;
}
.site-content #primary .entry-title,
.site-content #primary .entry-title a {
font-size: 36px;
line-height: 40px;
color: #323234;
font-weight: 400;
display: inline-block;
}
.site-content #primary .post .post-thumbnail img {
width: 100%;
}
.site-content #primary .entry-title a:hover {
color: #01c6b8;
}
.site-content #primary .entry-meta {
font-size: 15px;
line-height: 28px;
}
.site-content #primary .entry-meta a {
color: #6e6d72;
text-transform: uppercase;
}
.site-content #primary .entry-meta a:hover {
color: #01c6b8;
}
.site-content #primary .entry-meta span {
position: relative;
padding-right: 10px;
margin-right: 10px;
display: inline-block;
}
.site-content #primary .entry-meta span:after {
position: absolute;
top: 13px;
right: 0;
width: 4px;
height: 4px;
background: #545454;
content: "";
}
.site-content #primary .entry-meta span.authors.vcard {
padding: 0;
margin: 0;
}
.site-content #primary .entry-meta span:last-child:after {
display: none;
}
.site-content #primary .entry-header {
margin-bottom: 32px;
}
.site-content #primary .post .post-thumbnail {
border: 1px solid #e7e7e8;
padding: 9px;
}
.site-content #primary .post .read-more {
background: #01c6b8;
color: #ffffff;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
display: inline-block;
padding: 16px 34px;
font-weight: 700;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.site-content #primary .post .read-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #018c82;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.site-content #primary .post .read-more:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.site-content #primary .post .read-more:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.site-content #primary .post {
border-bottom: 1px solid #f5f5f6;
padding-bottom: 68px;
margin-bottom: 60px;
}
.site-content #primary .post:first-child {
padding-top: 0;
}
.site-content #primary .entry-content blockquote {
font-style: italic;
font-size: 20px;
line-height: 30px;
color: #555458;
font-weight: 700;
margin: 0 0 30px;
}
.site-content #primary .entry-content blockquote p {
background: #fafafb;
padding: 30px 30px;
}
.site-content #primary .entry-content blockquote cite {
display: block; font-style: normal;
font-size: 18px;
}
.site-content #primary .post.format-image .entry-title,
.site-content #primary .post.format-aside .entry-title,
.site-content #primary .post.format-link .entry-title,
.site-content #primary .post.format-status .entry-title {
display: none;
}
.navigation.pagination .page-numbers {
color: #4b4b4b;
font-size: 15px;
line-height: 25px;
text-align: center;
background: #fffffe;
height: 40px;
text-decoration: none;
display: inline-block;
border: 1px solid #01c6b8;
padding: 6px 16px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
background: #01c6b8;
border: 1px solid #01c6b8;
} #secondary .widget {
margin-bottom: 40px;
background: #f7f7f8;
padding: 30px 20px;
}
.widget.widget_search {
padding: 0 !important;
}
.widget.widget_search .widget-title {
display: none;
}
.widget.widget_search form {
height: 58px;
border-radius: 0;
}
.widget.widget_search form input[type="search"],
.search #primary .page-header form input[type="search"],
.error404 .not-found form input[type="search"] {
width: 72%;
float: left;
border: 0;
background: none;
margin: 0;
font-size: 18px;
line-height: 28px;
color: #acacac;
padding: 0 20px;
height: 100%;
}
.widget.widget_search form input[type="submit"],
.search #primary .page-header form input[type="submit"],
.error404 .not-found form input[type="submit"] {
float: right;
height: 100%;
width: 10%;
position: relative;
text-indent: -9999px;
box-shadow: none;
border: 0;
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/search-icon.png) no-repeat center 20px;
}
.widget.widget_search {
margin-bottom: 36px;
}
.site-footer .widget.widget_search form {
background: #fff;
}
#secondary .widget ul li {
text-align: right;
}
.widget ul li {
padding-left: 20px;
position: relative;
font-size: 16px;
line-height: 22px;
color: #3c3c3c; }
.widget ul li:after {
display: block;
content: "";
clear: both;
}
.widget ul li:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 22px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
}
.widget.widget_text ul li,
.widget.widget_links ul li,
.widget.widget_rara_academic_recent_post ul li,
.widget.widget_flickr ul li,
.widget.widget_rara_academic_popular_post ul li {
padding-left: 0;
}
.widget.widget_text ul li:after,
.widget.widget_links ul li:after,
.widget.widget_rara_academic_recent_post ul li:after,
.widget.widget_flickr ul li:after,
.widget.widget_rara_academic_popular_post ul li:after {
display: none;
}
.widget ul li a {
float: left;
}
.widget ul li:last-child,
.widget.widget_rara_academic_popular_post ul li:last-child,
.widget.widget_rara_academic_recent_post ul li:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.widget.widget_text ul li a {
float: none;
}
#secondary .widget ul li:not(:last-child) {
margin-bottom: 20px;
}
#secondary .widget_text ul li {
text-align: left;
}
.widget ul li .post:after {
display: block;
content: "";
clear: both;
}
.widget ul li .post-thumbnail {
float: left;
margin-right: 16px;
}
.widget ul li .post-thumbnail:hover {
opacity: 1;
}
.widget ul li .entry-header {
overflow: hidden;
text-align: left;
}
.widget ul li .entry-title {
margin: 0;
display: inline-block;
}
.widget ul li .entry-title a {
font-weight: 400;
font-size: 16px;
display: inline-block; }
.widget ul li .entry-meta a {
font-size: 13px;
line-height: 15px;
color: #6e6d72;
font-weight: 700;
float: none;
text-transform: uppercase;
}
.widget.widget_rara_academic_popular_post ul li,
.widget.widget_rara_academic_recent_post ul li {
border-bottom: 1px solid #e5e5e7;
padding-bottom: 26px;
}
.widget.widget_rara_academic_recent_post ul li .post:after {
display: block;
content: "";
clear: both;
}
.widget.widget_rara_academic_recent_post ul li:last-child {
border-bottom: 0;
}
#secondary .widget.widget_flickr ul li a,
.site-footer .widget.widget_flickr ul li a {
float: none;
display: block;
}
.widget.widget_flickr ul li img {
width: 100%;
}
#secondary .widget.widget_flickr ul li,
.site-footer .widget.widget_flickr ul li {
margin-bottom: 5px;
}
.widget.widget_calendar table {
position: relative;
}
.widget.widget_calendar table th {
background: none;
font-family: "Lato", sans-serif;
font: 700 14px/24px "Lato", sans-serif;
padding-bottom: 15px;
color: #34495e;
}
.widget.widget_calendar table td {
font-size: 13px;
line-height: 24px;
color: #575757;
padding: 10px;
text-align: center;
border: 1px solid #e3e5e6;
}
.widget.widget_calendar table .pad {
border: 0;
}
.widget.widget_calendar table #prev,
.widget.widget_calendar table #next,
.widget.widget_calendar table tfoot pad {
border: 0;
}
.widget.widget_calendar .calendar_wrap {
position: relative;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev a,
.widget.widget_calendar table #prev a {
position: absolute;
left: 20px;
top: 13px;
height: 20px;
width: 20px;
font-size: 13px;
white-space: nowrap;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-next a,
.widget.widget_calendar table #next a {
position: absolute;
top: 13px;
right: 20px;
height: 20px;
width: 20px;
font-size: 13px;
white-space: nowrap;
}
.widget.widget_calendar table td.current {
padding: 0;
}
.widget.widget_calendar table td.current a {
color: #fff;
display: block;
padding: 10px;
background: #4f6174;
}
.widget.widget_calendar table caption {
padding: 15px 0;
font-weight: 700;
color: #434495;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
font-weight: 700;
}
.widget.widget_tag_cloud .tagcloud a {
font-size: 14px;
color: #717171;
padding: 4px 16px;
display: inline-block;
margin-right: 5px;
margin-bottom: 4px;
background: #fff;
}
.widget.widget_tag_cloud .tagcloud a:hover {
background: #01c6b8;
color: #fff;
}
#secondary .widget.widget_rara_academic_social_links ul li,
.site-footer .widget.widget_rara_academic_social_links ul li {
margin-right: 20px;
}
.widget.widget_rara_academic_social_links ul li {
float: left;
padding-left: 0;
}
.widget.widget_rara_academic_social_links ul li:after {
display: none;
}
#secondary .widget.widget_rara_academic_social_links ul li:first-child,
.site-footer .widget.widget_rara_academic_social_links ul li:first-child {
margin-left: 0;
}
.widget.widget_rara_academic_social_links ul li:after {
content: "";
}
.widget.widget_rara_academic_social_links ul li a {
float: none;
}
.widget.widget_pages li a,
.widget.widget_meta li a,
.widget.widget_rss li a,
.widget.widget_nav_menu li a,
.widget.widget_recent_entries li a {
float: none;
}
#secondary .widget.widget_pages li,
#secondary .widget.widget_meta li,
#secondary .widget.widget_rss li,
#secondary .widget.widget_nav_menu li,
#secondary .widget.widget_recent_entries li {
text-align: left;
}
.widget.widget_text strong {
margin: 8px 0 5px;
display: block;
}
.widget_media_gallery .gallery {
margin: 0 -2px;
display: flex;
flex-wrap: wrap;
}
.widget_media_gallery .gallery .gallery-item {
margin: 0 0 4px;
padding: 0 2px;
}
.widget_media_gallery .gallery .gallery-item figcaption {
font-size: 13px;
}
.site-footer .widget.widget_categories ul li a {
float: none;
}
.edit-link {
display: block;
margin: 8px 0;
} .search #primary .page-header {
background: none;
}
.search #primary .page-header form:after {
display: block;
content: "";
clear: both;
}
.search #primary .page-header form,
.error404 .not-found form {
background: #f7f7f8;
height: 55px;
width: 80%;
}
.search #primary .page-header form input[type="search"] {
width: 80%;
}
.search #primary .page-header form input[type="submit"] {
width: 10%;
}
.search #primary .page-header .page-title {
color: #323234;
font-size: 46px;
line-height: 52px;
font-weight: 400;
} .page.full-width #primary {
width: 100%;
} .error404 .not-found {
background: #fff;
padding: 82px 0;
margin-bottom: 60px;
}
.error404 .not-found .error-404 {
text-align: center;
margin-top: 40px;
width: 75%;
margin: 0 auto;
padding: 0 15px;
}
.error404 .not-found .error-404 span {
font-size: 128px;
line-height: 20px;
color: #c6c6c7;
font-weight: 700;
}
.error404 .not-found h1 {
font-size: 36px;
line-height: 40px;
color: #323234;
font-weight: 700;
}
.error404 .not-found form {
margin: 0 auto;
margin-bottom: 30px;
}
.error404 .not-found .home {
background: #01c6b8;
padding: 16px 40px;
font-weight: 700;
color: #fff;
display: inline-block;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.error404 .not-found .home:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #018c82;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: "";
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
z-index: -1;
position: absolute;
}
.error404 .not-found .home:hover:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
} .single-post .site-content #primary .post {
border-bottom: 0;
}
img.alignleft,
img.alignright {
border: 1px solid #e7e7e8;
padding: 9px;
}
.single-post .site-content .entry-content h1 {
color: #323234;
font-weight: 400;
font-size: 46px;
line-height: 50px;
}
.single-post .site-content .entry-content h2 {
color: #323234;
font-weight: 400;
font-size: 36px;
line-height: 40px;
}
.single-post .site-content .entry-content h3 {
color: #323234;
font-weight: 400;
font-size: 28px;
line-height: 32px;
}
.single-post .site-content .entry-content h4 {
color: #323234;
font-weight: 400;
font-size: 26px;
line-height: 30px;
}
.single-post .site-content .entry-content h5 {
color: #323234;
font-weight: 400;
font-size: 23px;
line-height: 26px;
}
.single-post .site-content .entry-content h6 {
color: #323234;
font-weight: 400;
font-size: 21px;
line-height: 25px;
}
.pull-right {
width: 30%;
padding: 16px 20px;
margin: 12px 0;
font-size: 16px;
line-height: 26px;
margin-left: 37px;
border-top: 3px solid #f5f5f6;
text-align: right;
}
.pull-left {
width: 30%;
padding: 16px 20px;
font-size: 16px;
line-height: 26px;
margin: 12px 0;
margin-right: 37px;
border-top: 3px solid #f5f5f6;
text-align: left;
}
.dropcap {
font-size: 88px;
line-height: 28px;
font-weight: 700;
color: #555458;
margin: 25px 22px 45px 0;
float: left;
}
.highlight {
background: #01c6b8;
}
.site-content .entry-content table th {
padding: 16px 30px;
font-weight: 700;
background: #e4e4e5;
font-size: 19px;
line-height: 22px;
color: #373739;
}
.site-content .entry-content table tr {
border-bottom: 1px solid #efefef;
}
.site-content .entry-content table td {
padding: 16px 30px;
text-align: center;
}
pre {
background: #f7f7f8;
color: #555458;
font-size: 16px;
line-height: 28px;
font-family: "Courier 10 Pitch", Courier, monospace;
}
.site-content .entry-content ol {
margin: 0 0 30px;
padding: 0 0 0 30px;
}
.site-content .entry-content ul li,
.site-content .entry-content ol li {
margin-bottom: 15px;
}
.site-content .entry-content ul li {
list-style: none;
padding-left: 20px;
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/list-icon.png) no-repeat 0 10px;
}
.site-content .entry-content ul {
padding-left: 12px;
margin: 0;
}
.single-post .site-content .entry-content .form-element {
display: block;
font-size: 16px;
line-height: 20px;
color: #555458;
font-weight: 700;
}
.single-post .site-content .entry-content form input[type="text"],
.single-post .site-content .entry-content form input[type="password"] {
height: 54px;
border: 0;
background: #f7f7f8;
padding: 10px;
width: 53%;
outline: none;
margin-bottom: 26px;
border-radius: 0;
}
.single-post .site-content .entry-content form textarea {
width: 75%;
resize: none;
border: 0;
height: 185px;
padding: 10px;
margin-bottom: 26px;
background: #f7f7f8;
border-radius: 0;
}
.single-post .site-content .entry-content form .radio-section {
padding: 0;
margin: 0 0 26px;
}
.single-post .site-content .entry-content form .radio-section:after {
content: "";
clear: both;
display: block;
}
.single-post .site-content .entry-content form .radio-section li {
float: left;
padding-left: 0;
background: none;
margin-right: 20px;
list-style: none;
}
.jcf-select {
height: 50px;
width: 31%;
font-size: 16px;
line-height: 20px;
color: #acacac;
padding: 10px 0 0;
margin-bottom: 26px;
background: #f7f7f8;
border: 0;
}
.jcf-reset-appearance {
font-size: 16px;
line-height: 20px;
color: #acacac;
}
.jcf-select .jcf-select-opener {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/select-opener.png) no-repeat 0 22px;
}
.jcf-checkbox {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/check-box-checked.png) no-repeat;
}
.form-element.password {
margin-top: 26px;
}
.jcf-file .jcf-upload-button {
border: 0;
border-radius: 4px;
background: #e3e3e3;
color: #515050;
float: left;
line-height: 18px;
font-size: 16px;
line-height: 20px;
padding: 7px 20px;
height: 36px;
font-weight: 700;
}
.jcf-file:after {
content: "";
display: block;
clear: both;
}
.jcf-file {
margin-bottom: 20px;
background: none;
}
.jcf-file .jcf-fake-input {
border: 0;
float: right;
padding-top: 4px;
font-size: 15px;
line-height: 26px;
color: #666666;
}
.jcf-radio.jcf-checked span {
background: #555458;
}
.jcf-radio {
border: 1px solid #555458;
}
.single-post .site-content .entry-content form input[type="submit"] {
box-shadow: none;
color: #fff;
padding: 10px 30px;
font-size: 17px;
line-height: 30px;
border-radius: 2px;
line-height: 24px;
background: #01c6b8;
text-transform: uppercase;
border: 0;
}
.single-post .site-content .entry-content form input[type="submit"]:hover {
background: #01948a;
}
.single-post .site-content .entry-content form {
margin-bottom: 26px;
}
.single-post .site-content .tags,
.cat-links,
.tags-links {
color: #4a5a6c;
font-size: 15px;
display: block;
line-height: 18px;
margin-bottom: 8px;
}
.cat-links svg,
.tags-links svg {
margin-right: 5px;
}
.author-section {
background: #fffffe;
padding: 40px 30px 10px;
margin-bottom: 60px;
}
.author-section .avatar {
float: left;
border-radius: 50%;
margin-right: 21px;
}
.author-section .text {
overflow: hidden;
}
.author-section .name {
font-size: 21px;
line-height: 25px;
color: #323234;
font-weight: 700;
}
.single-post .site-content #primary .post {
padding-bottom: 0;
margin-bottom: 0;
}
.comments-area ol {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.comments-area,
.comments-area.form {
margin-bottom: 60px;
background: #fffffe;
padding: 40px 30px;
}
.comments-area ol li {
border-top: 1px solid #f6f6f5;
padding: 26px 0 15px;
}
.comments-area ol li:first-child {
border-top: 0;
}
.comments-area ol ol li:first-child {
border-top: 1px solid #f6f6f5;
}
.comments-area ol ol li {
padding-left: 40px;
}
.comments-title,
.comment-reply-title {
font-size: 36px;
line-height: 40px;
color: #393939;
font-weight: 400;
margin: 0;
}
comments-area ol li:first-child .reply {
margin-bottom: 26px;
}
.avatar.photo {
float: left;
margin-right: 20px;
border-radius: 50%;
}
.comment-body:after {
content: "";
display: block;
clear: both;
}
.comment-body .fn a {
font-size: 18px;
line-height: 22px;
color: #323234;
font-weight: 700;
text-decoration: none;
}
.comment-body .fn a:hover {
opacity: 0.6;
}
.comment-content {
margin-top: 0;
margin-left: 105px;
}
.reply a {
text-decoration: none;
font-size: 13px;
line-height: 30px;
border-radius: 2px;
background: #01c6b8;
padding: 4px 26px;
display: inline-block;
color: #fff;
font-weight: 700;
text-transform: uppercase;
float: right;
}
.reply a:hover {
background: #018178;
}
.comment-metadata a {
font-size: 13px;
line-height: 28px;
color: #6e6d72;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
}
.comment-metadata a:hover {
opacity: 0.6;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
float: left;
height: 50px;
margin-bottom: 16px;
font-size: 15px;
line-height: 18px;
color: #5d5c60;
padding: 0 10px;
border-radius: 0;
border: 0;
background: #f7f7f8;
}
.comment-form form textarea {
height: 180px;
resize: none;
font-size: 16px;
line-height: 20px;
color: #5d5c60;
padding: 10px;
border: 0;
background: #f7f7f8;
}
.comment-form form input[type="submit"] {
box-shadow: none;
border-radius: 0;
border: 0;
text-transform: uppercase;
color: #fff;
font-size: 17px;
line-height: 30px;
font-weight: 700;
padding: 12px 60px;
background: #01c6b8;
}
.comment-form form input[type="submit"]:hover {
background: #01867d;
}
.comment-form form input[type="submit"]:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.comments-area.form .comment-reply-title {
margin-bottom: 20px;
}
.comment-list li {
position: relative;
}
.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
display: inline-block;
}
.reply {
position: absolute;
top: 30px;
right: 0;
}
.menu-opener {
display: none;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
opacity: 0;
visibility: hidden;
-webkit-transition: ease 0.35s;
-moz-transition: ease 0.35s;
transition: ease 0.35s;
}
body.menu-open .overlay {
opacity: 1;
visibility: visible;
}
.menu-opener {
padding: 0;
background-color: transparent;
border-radius: 0;
border: 0;
}
.mobile-menu-wrapper .close-main-nav-toggle {
position: absolute;
top: 25px;
right: 14px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
align-items: center;
box-shadow: none;
border: 0;
background-color: transparent;
color: #555458;
font-family: "PT Sans", sans-serif;
font-size: 18px;
line-height: 28px;
padding: 0;
}
.mobile-menu-wrapper .close-main-nav-toggle::after {
content: "";
right: -10px;
top: 20px;
display: inline-block;
width: 20px;
height: 25px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
background-color: transparent;
border: 0;
padding: 0;
box-shadow: none;
}
.main-navigation .angle-down {
border: 0;
border-radius: 0;
background-color: transparent;
padding: 0;
box-shadow: none;
}
.mobile-menu-wrapper .primary-menu-list {
display: none;
}
.mobile-menu-wrapper .primary-menu-list.toggled {
display: block;
}
html {
position: unset !important;
}
body {
padding: 0 !important;
}
body.admin-bar.menu-open {
padding-top: 46px !important;
}
@media only screen and (min-width: 782px) {
body.admin-bar.menu-open {
padding-top: 32px !important;
}
}
@media only screen and (min-width: 1025px) {
.main-navigation ul li.menu-item-has-children::before {
position: absolute;
top: 5px;
right: -18px;
content: "";
background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23171616' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
width: 10px;
height: 12px;
font-weight: 400;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before {
top: 20px;
right: 14px;
transform: rotate(-270deg);
-webkit-transform: rotate(-270deg);
}
}
@media only screen and (max-width: 1024px) {
body.admin-bar .mobile-menu-wrapper .close-main-nav-toggle {
top: 55px;
}
body.admin-bar .main-navigation {
padding-top: 100px;
}
body.menu-open {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
} .entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
color: #555458;
text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
color: #01c6b8;
text-decoration: underline;
} .widget_block h2 {
font-size: 22px;
line-height: 1.18;
color: var(--black-color);
font-weight: 400;
position: relative;
margin-bottom: 36px;
}
.widget_block {
background: var(--background-color);
}
.widget_block h2::after {
content: "";
margin-top: 12px;
position: absolute;
top: 100%;
left: 0;
background: #c1c0c3;
width: 40px;
height: 1px;
}
.widget_block h2 {
font-size: 22px;
line-height: 1.18;
color: var(--black-color);
font-weight: 400;
}
.widget_block ul li a {
font-size: 17px;
line-height: 1.17;
color: var(--black-color);
font-family: "PT Sans", sans-serif;
}
.widget_block ul {
text-transform: none;
}
.widget_block ul li a:hover {
color: var(--primary-color);
}
.widget_block ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #e5e5e7;
margin-bottom: 14px;
padding-bottom: 14px;
}
.widget ul li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #e5e5e7;
margin-bottom: 14px;
padding-bottom: 14px;
}
.widget .social-networks li {
width :auto;
}
.widget_block ul li:last-child {
border: none;
padding-bottom: 0 ;
margin-bottom: 0 ;
}
.widget_block ol li a {
font-size: 17px;
line-height: 1.17;
color: var(--black-color);
}
.widget_block ol {
padding: 0;
}
.widget_block ol li a:hover {
color: var(--primary-color);
text-decoration: none;
}
li.wp-block-social-link:before {
content: none !important;
}
.widget.widget_search {
margin: 0;
padding: 30px 20px !important;
}
#primary .wp-block-search {
background: var(--background-color);
padding: 30px 20px;
}
.widget_block.widget_search form {
height: unset;
}
.wp-block-search__inside-wrapper {
background: #fff;
padding: 10px 10px 10px 10px;
overflow: hidden;
margin-top: 45px;
}
.wp-block-search__inside-wrapper input {
background: none;
border: 0;
border-radius: 0;
float: left;
width: 100%;
padding: 0 !important;
margin: 0;
font-size: 14px;
outline: none;
}
.wp-block-search__inside-wrapper input:focus {
outline: none;
color: var(--black-color);
}
.wp-block-search__inside-wrapper button {
float: right;
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/search-icon.png) no-repeat;
width: 14px;
height: 15px;
margin: 5px 0 0;
padding: 0;
border: 0;
text-indent: -9999px;
box-shadow: none;
}
.post .wp-block-group {
background: var(--background-color);
padding: 30px 20px;
margin-bottom: 40px;
}
#secondary .widget {
background: none;
}
.widget_block {
background: var(--background-color) !important;
padding: 30px 20px !important;
}
.wp-block-search__inside-wrapper button:hover {
background: url(//loiv.torun.pl/wp-content/themes/rara-academic/images/search-icon.png) no-repeat;
}
.wp-block-search__label {
font-size: 22px;
line-height: 1.18;
color: var(--black-color);
font-weight: 400;
position: relative;
}
.wp-block-search__label::after {
content: "";
margin: 12px 0 0;
position: absolute;
top: 100%;
left: 0;
background: #c1c0c3;
width: 40px;
height: 1px;
}
.post .entry-content ul li {
position: relative;
background-image: none;
line-height: 22px;
margin-bottom: 14px;
padding-bottom: 14px;
border-bottom: 1px solid #e5e5e7;
display: inline-block;
width: 100%;
}
.post .entry-content  ol {
padding: 0;
}
.post .entry-content ol li a {
text-decoration: none;
}
.post .entry-content  ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.post .entry-content  ul li::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 22px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
}
.post .entry-content .wp-block-social-links li {
background-image: none;
padding: 0;
margin: 0;
}
#primary .post .entry-content h2 {
font-size: 22px;
line-height: 1.18;
color: var(--black-color);
font-weight: 400;
}
.site-footer .wp-block-group__inner-container h2 {
font-size: 22px;
line-height: 1.18;
color: var(--black-color);
font-weight: 400;
}
.post .entry-content .wp-block-group__inner-container ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer .wp-block-group__inner-container ul li {
border-bottom: 1px solid #e5e5e7;
margin-bottom: 14px;
padding-bottom: 14px;
}
.site-footer .wp-block-group__inner-container ul li:last-child {
border-bottom: none;
}
.wp-block-latest-posts__post-date {
font-size: 11px;
line-height: 1.36;
text-transform: uppercase;
}
.site-footer .widget.widget_search form {
background: none;
}
.wp-block-social-links li {
width: auto !important;
padding: 3px !important;
margin: 0 !important;
border: none !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a {
color: #3c3c3c;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
color: var(--primary-color)
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-left: 4em;
}
.post .wp-block-calendar caption {
background: var(--background-color);
color: var(--primary-color);
padding: 12px 0;
font-family: var(--primary-font);
text-transform: uppercase;
font-weight: 700;
line-height: 1.33;
}
.site-content .entry-content table th {
border: 1px solid #ddd !important;
background: none !important;
}
.site-content .entry-content table {
background: var(--background-color);
}
.wp-block-latest-comments__comment-excerpt p:last-child {
margin-bottom: 0;
;
}
ol.wp-block-latest-comments {
padding-left: 0;
}
.wp-block-tag-cloud {
margin-bottom: 0;
}
.wp-block-tag-cloud a {
display: inline-block;
font-size: 14px !important;
border: 1px solid var(--font-color);
padding: 4px 15px;
border-radius: 40px;
margin-right: 5px;
margin-bottom: 10px;
color: var(--font-color) !important;
vertical-align: middle;
font-family: var(--primary-font);
text-decoration: none;
}
.wp-block-tag-cloud a:hover {
background: var(--primary-color);
color: var(--white-color) !important;
text-decoration: none;
}
.wp-block-social-links {
flex-wrap: wrap !important;
}
.wp-block-social-links li:after{
content: none !important;
}
.wp-block-social-links li a:hover{
opacity: 1 !important;
}
.post .entry-content li a{
text-decoration: none !important;
}@media only screen and (max-width:1400px){.site-footer .column{width:33.33%}}@media only screen and (max-width:1199px){.container{width:970px}.banner-section .banner-text .text{width:65%;padding:0}.banner-section .banner-text h2{margin-bottom:15px}.banner-section .banner-text .learn-more{padding:10px 40px}.banner-section .banner-text{top:15%}.information ul li{font-size:22px;line-height:25px}.students-suggestion{margin:100px 40px 42px 0}.notice .col-two .learn-more{padding:18px 46px}.error404 .not-found form,.search #primary .page-header form{width:100%}}@media only screen and (max-width:1024px){.menu-opener{display:block;width:25px;height:18px;cursor:pointer}.menu-opener span{display:block;width:100%;height:2px;margin-bottom:5px;background:#000}.menu-opener span:last-child{margin-bottom:0}.main-navigation{position:fixed;top:0;right:0;max-width:320px;width:100%;background:#fff;height:100%;z-index:2;margin:0;padding-top:80px;overflow-y:auto;-webkit-transform:translateX(420px);-moz-transform:translateX(420px);transform:translateX(420px);-webkit-transition:ease .35s;-moz-transition:ease .35s;transition:ease .35s}body.menu-open .main-navigation{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.main-navigation .btn-close-menu{position:absolute;top:25px;right:25px;display:flex;align-items:center;cursor:pointer}.main-navigation .btn-close-menu:after{display:inline-block;width:20px;height:25px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;content:'';margin-left:15px}.main-navigation ul{display:flex;flex-direction:column}.main-navigation ul li{margin:0;float:none;display:block;position:relative}.main-navigation ul li .angle-down{position:absolute;top:0;right:0;width:43px;height:43px;background:0 0;-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.main-navigation ul li .angle-down.active{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.main-navigation ul li .angle-down:after{position:absolute;top:50%;left:50%;content:'';background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;width:15px;height:20px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.main-navigation ul li a{padding:10px 25px;border-top:1px solid rgba(0,0,0,.1);font-size:15px;letter-spacing:1px;border-bottom:0!important}.main-navigation ul .current-menu-item>a .main-navigation ul .current-menu-ancestor>a,.main-navigation ul .current_page_ancestor>a,.main-navigation ul .current_page_item>a,.main-navigation ul li a:focus,.main-navigation ul li a:hover,.main-navigation ul li:focus>a,.main-navigation ul li:hover>a{text-decoration:none;background:0 0!important;border-bottom:0!important;color:#01c6b8}.main-navigation ul ul{position:unset;width:100%;box-shadow:none;border-top:0;display:none}.main-navigation ul ul a{width:100%}.main-navigation ul ul li a:focus,.main-navigation ul ul li a:hover,.main-navigation ul ul li:focus>a,.main-navigation ul ul li:hover>a{background:0 0;color:#01c6b8}.site-header .header-bottom .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.site-header .header-bottom .container:after{display:none}.site-branding{margin:0;max-width:90%;width:100%}#site-navigation{display:none}}@media only screen and (min-width:1024px){.mobile-menu-wrapper{display:none}}@media only screen and (max-width:991px){.container{width:750px}.main-navigation li{margin-right:42px}.banner-section .banner-text h2{font-size:32px;line-height:36px}.banner-section .banner-text .text{font-size:15px;line-height:22px}.banner-section .banner-text .learn-more{font-size:14px;line-height:17px}.information ul li{font-size:18px;line-height:22px;padding:4px}.information ul li img{margin-right:2%}.services .col-3{width:50%}.notice .col-two .learn-more{padding:18px 26px}.students-suggestion{margin:100px 30px 42px 0}.viewer-section .apply{padding:20px 50px}.site-info{text-align:center}.site-info p{float:none}.site-info ul li{display:inline-block;float:none}.site-info ul{float:none}#primary{width:100%;float:none}#secondary{width:100%;float:none;padding-left:15px}.navigation.pagination{margin-bottom:40px}.site-footer .column{width:50%}.testimonial .testimonial-holder .img-holder{float:none;margin-bottom:15px}.testimonial .lSSlideOuter .lightSlider li{padding:29px 40px 0}}@media only screen and (max-width:767px){.container{width:100%}body{font-size:16px;line-height:28px}.site-header .contact-lists{float:none;text-align:center}.site-header .contact-lists li{margin-left:5px;margin-bottom:15px;float:none;display:inline-block}.header-top{padding-top:0}.site-branding{float:none;text-align:center}.banner-section .banner-text .text{width:100%}.banner-section .banner-text h2{font-size:18px;line-height:22px;margin-bottom:2px}.banner-section .banner-text .text{font-size:11px;line-height:14px}.banner-section .banner-text .learn-more{font-size:8px;line-height:11px;margin-top:-10px}.banner-section .banner-text{top:2px}.information ul li{height:82px;width:100%;display:block;padding-top:30px}.section-title{font-size:34px;line-height:38px}.information,.popular-courses,.services{margin-bottom:46px}.col-3{width:100%;margin-bottom:30px}.col-2{width:100%;padding:0 15px;float:none;margin-bottom:30px}.welcome-section .col-2:first-child{padding:0 15px}.notice,.welcome-section{padding:40px 0;margin-bottom:40px}.latest-news{padding:0 0 40px}.services .col-3{width:100%}.notice .col-one,.notice .col-two{float:none;width:100%}.publication .publication-content{padding:40px 0}.publication .content-box .image-holder{width:100%;float:none;margin-bottom:30px}.publication .content-box{padding:15px 15px}.publication .content-box .text{width:100%}.students-suggestion,.upcomming-events{width:100%;margin:0 0 30px}.students-section{padding:40px 0}.students-suggestion img{float:none;margin-bottom:30px}.viewer-section .text{width:100%;margin-right:0;margin-bottom:30px}.viewer-section .apply{float:none}.site-footer .widget{width:100%}.site-content #primary .entry-title,.site-content #primary .entry-title a{font-size:28px;line-height:32px}.site-content #primary .post .read-more{font-size:14px;line-height:17px}.site-content #primary .post{margin-bottom:40px;padding-bottom:40px}.error404 .not-found .error-404{width:100%}.error404 .not-found{padding:25px 0}.error404 .not-found .error-404 span{font-size:90px;line-height:28px}.error404 .not-found h1{font-size:28px;line-height:30px}.error404 .not-found form input[type=search],.search #primary .page-header form input[type=search],.widget.widget_search form input[type=search]{width:70%}.site-footer{padding:40px 0}.author-section .avatar{margin-bottom:30px;margin-right:0;float:none}.comment-content{margin-left:0;margin-top:20px}.reply a{margin-left:0;margin-top:0;float:none;margin-bottom:20px}.site-footer .column{width:100%}}@media only screen and (min-width:1025px){.main-navigation .angle-down{display:none}}@media only screen and (max-width:450px){.mobile-menu-wrapper .mobile-navigation{max-width:100%;width:100%}}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress td,.tablepress th{text-align:center}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//loiv.torun.pl/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}.vcv-content .entry-content>*,.vcv-content--blank .entry-content>*,.vcv-content--header-footer .entry-content>*{max-width:none!important;width:100%!important}.vcv-content .entry-content,.vcv-content--blank .entry-content,.vcv-content--header-footer .entry-content{margin:0!important;max-width:none!important;padding:0!important;width:100%!important}.vcv-layout-wrapper .vcv-content .entry-content>*{margin:0;padding:0}.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]){margin-left:auto;margin-right:auto}.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{margin-left:auto;margin-right:auto;width:100%}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{margin-left:auto;margin-right:auto}@media (min-width:576px){.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:540px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:540px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}@media (min-width:768px){.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:720px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:720px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}@media (min-width:992px){.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:960px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:960px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}@media (min-width:1200px){.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:1140px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:1140px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}body:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) url(data:image/gif;base64,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) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC);display:none}body.vce-lb-disable-scrolling{overflow:hidden}.vce-lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.vce-lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.vce-lightbox .vce-lb-image{display:block;height:auto;max-width:inherit;border-radius:3px;transition:none}.vce-lightbox a img{border:none}.vce-lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px}.vce-lb-outerContainer:after{content:"";display:table;clear:both}.vce-lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.vce-lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(data:image/gif;base64,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) no-repeat}.vce-lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.vce-lb-container>.nav{left:0}.vce-lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.vce-lb-next,.vce-lb-prev{height:100%;cursor:pointer;display:block}.vce-lb-nav a.vce-lb-prev{width:34%;left:0;float:left;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.vce-lb-nav a.vce-lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.vce-lb-nav a.vce-lb-next{width:64%;right:0;float:right;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.vce-lb-nav a.vce-lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.vce-lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.vce-lb-dataContainer:after{content:"";display:table;clear:both}.vce-lb-data{padding:0 4px;color:#ccc}.vce-lb-data .vce-lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.vce-lb-data .vce-lb-caption{font-size:13px;font-weight:700;line-height:1em}.vce-lb-data .vce-lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.vce-lb-data .vce-lb-close{display:block;float:right;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) 100% 0 no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.vce-lb-data .vce-lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}