.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} body {
background: #fff;
font-size: 16px;
line-height: 1.5em;
color: #444;
font-weight: 300;
overflow-x:hidden;
}
#header .rec-hed{
width: 50%!important;
float: left;
margin-left: 5%;
}
@media only screen and (min-width: 1300px){
#header .rec-hed{
width: 56%!important;
float: left;
margin-left: 5%;
}
}
@media only screen and (max-width: 960px) and (min-width: 480px){
#header .rec-hed{
width: 100%!important;
float: none;
margin: 0;
}
}
@media only screen and (max-width: 480px) {
#header .rec-hed{
width: 100%!important;
float: none;
margin: 0;
}
}
::selection {
background: #26abd3;
color: #fff;
}
::-moz-selection {
background: #26abd3;
color: #fff;
}
a {
color: #26abd3;
text-decoration: none;
outline: 0;
}
a:hover {
color: #333;
}
img {
max-width: 100%;
height: auto;
}
a,
a:before,
a:after {
-webkit-transition-property: background color;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-property: background color;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: ease;
-o-transition-property: background color;
-o-transition-duration: 0.2s;
-o-transition-timing-function: ease;
transition-property: background color;
transition-duration: 0.2s;
transition-timing-function: ease;
}
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
address, cite, em {
font-style: italic;
}
strong {
font-weight: 600;
}
.left, .alignleft {
float: left;
}
.right, .alignright {
float: right;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
} .clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
} .fa {
width: 1em;
text-align: center;
} body {
font-family: 'Fira Sans', sans-serif;
}
@font-face {
font-family: 'Fira Sans', sans-serif; font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Fira Sans', sans-serif; font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Fira Sans', sans-serif; font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Fira Sans', sans-serif; font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Fira Sans', sans-serif; font-weight: 600;
font-style: normal;
} input, textarea, button, select, label {
font-family: inherit;
}
.themeform input,
.themeform select,
.themeform textarea,
.themeform button,
.themeform label {
font-size: 14px;
}
.themeform input::-moz-focus-inner,
.themeform button::-moz-focus-inner {
border: 0;
padding: 0;
}
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform input[type="submit"],
.themeform select,
.themeform button,
.themeform textarea {
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
border-radius: 0;
}
.themeform input,
.themeform select,
.themeform textarea,
.themeform button {
-moz-appearance: none;
-webkit-appearance: none;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.themeform select {
appearance: normal;
-moz-appearance: menulist;
-webkit-appearance: menulist;
}
.themeform input[type="checkbox"] {
-moz-appearance: checkbox;
-webkit-appearance: checkbox;
}
.themeform input[type="radio"] {
-moz-appearance: radio;
-webkit-appearance: radio;
}
.themeform label {
font-weight: 600;
color: #333;
}
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform select,
.themeform textarea {
background: #fff;
border: 2px solid #ddd;
color: #777;
display: block;
max-width: 100%;
outline: none;
padding: 7px 8px;
}
.themeform input[type="text"]:focus,
.themeform input[type="password"]:focus,
.themeform input[type="email"]:focus,
.themeform input[type="url"]:focus,
.themeform input[type="tel"]:focus,
.themeform input[type="number"]:focus,
.themeform select:focus,
.themeform textarea:focus {
border-color: #ccc;
color: #333;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.themeform label .required {
color: #26abd3;
}
.themeform input[type="submit"],
.themeform button[type="submit"] {
background: #26abd3;
color: #fff;
padding: 8px 14px;
font-weight: 600;
display: inline-block;
border: none;
cursor: pointer;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover {
background: #333;
}
.themeform.searchform div {
position: relative;
}
.themeform.searchform div input {
padding-left: 26px;
line-height: 20px;
}
.themeform.searchform div:after {
color: #ccc;
line-height: 24px;
font-size: 14px;
content: "\f002";
position: absolute;
left: 10px;
top: 6px;
font-family: FontAwesome;
} .entry {
font-size: 18px;
line-height: 1.6em;
}
.entry p,
.entry dd {
margin-bottom: 1em;
}
.entry dt {
color: #333;
}
.entry ol,
.entry ul {
margin: 0 0 15px 30px;
}
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol {
margin-bottom: 0;
}
.entry li {
margin: 0;
}
.entry ul li,
.entry ol ul li {
list-style: square;
}
.entry ol li,
.entry ol ul ol li {
list-style: decimal;
}
.entry dt {
font-weight: 600;
}
.entry address {
margin-bottom: 1em;
}
.entry blockquote {
position: relative;
color: #777;
font-style: italic;
margin: 0 0 20px 0;
padding-left: 50px;
}
.entry blockquote p {
margin-bottom: 0.75em;
}
.entry blockquote:before {
content: "\f10d";
color: #ccc;
font-size: 32px;
font-style: normal;
font-family: FontAwesome;
text-align: center;
position: absolute;
left: 0;
top: 0;
}
.entry blockquote.twitter-tweet:before {
content: "\f099";
}
.entry code, .entry pre {
font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
font-size: 11px;
}
.entry pre {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/pre.png) repeat top;
padding: 18px 20px;
margin: 30px 0;
border: 1px solid #ddd;
line-height: 19px;
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;
overflow-y: hidden;
}
.entry code {
background: #eee;
padding: 0 3px;
}
.entry ins {
background: #fff486;
}
.entry sub,
.entry sup {
font-size: 62.5%;
}
.entry sub {
vertical-align: sub;
}
.entry sup {
vertical-align: super;
} .entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img {
max-width: 100%;
height: auto;
}
.entry img.alignleft {
margin: 18px 20px 18px 0;
}
.entry img.alignright {
margin: 18px 0 18px 20px;
}
.entry img.aligncenter {
margin: 18px auto;
clear: both;
display: block;
}
.entry img .size-full {
width: 100% !important;
}
.entry .gallery img, .entry img.wp-smiley {
margin: 0;
}
.entry .wp-caption {
background: #f1f1f1;
max-width: 100%;
margin-bottom: 14px;
padding-top: 5px;
text-align: center;
}
.entry .wp-caption-text {
font-style: italic;
line-height: 1.3em;
}
.entry .wp-caption a {
border-bottom: none;
}
.entry .wp-caption img {
margin: 0;
max-width: 100%;
height: auto;
}
.entry .wp-caption.alignleft {
margin-right: 20px;
}
.entry .wp-caption.alignright {
margin-left: 20px;
}
.entry .wp-caption.alignnone {
width: 100% !important;
overflow: hidden;
}
.entry .wp-caption.alignnone img {
margin: 0 auto;
max-width: 100% !important;
}
.entry .wp-caption-text {
color: #999;
font-size: 13px;
padding: 0 0 8px 0;
margin: 0;
} .entry table {
font-size: 14px;
margin-bottom: 1.5em;
width: 100%;
text-align: center;
}
.entry table tr.alt {
background: #f1f1f1;
}
.entry table td {
border-bottom: 1px solid #f1f1f1;
text-align: center;
padding: 5px;
vertical-align: middle;
}
.entry table th {
font-weight: 600;
text-align: center;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
padding: 10px 5px;
} .entry .gallery {
clear: both;
overflow: hidden;
width: 100%;
margin: 15px 0 !important;
}
.entry .gallery img {
display: block;
width: 100%;
height: auto;
border-width: 1px 2px !important;
border-color: transparent !important;
}
.entry .gallery .gallery-item {
position: relative;
overflow: hidden;
border-color: transparent;
margin-top: 0 !important;
}
.entry .gallery .gallery-caption {
background: rgba(255, 255, 255, 0.8);
color: #333;
font-size: 13px;
line-height: 1.4em;
padding: 10px 0;
text-align: left;
text-indent: 10px;
font-style: normal;
margin: 0;
bottom: -44px;
left: 2px;
right: 2px;
overflow: hidden;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
}
.entry .gallery .gallery-item:hover .gallery-caption {
bottom: 0;
}
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption {
display: none !important;
} h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: 600;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span {
color: #bbb;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin-bottom: 14px;
font-weight: 400;
line-height: 1.3em;
}
.entry h1 {
font-size: 38px;
letter-spacing: -1px;
}
.entry h2 {
font-size: 34px;
letter-spacing: -0.7px;
}
.entry h3 {
font-size: 28px;
letter-spacing: -0.5px;
}
.entry h4 {
font-size: 24px;
letter-spacing: -0.3px;
}
.entry h5 {
font-size: 20px;
font-weight: 600;
}
.entry h6 {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}
.heading,
#reply-title {
font-weight: normal;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 1em;
}
.heading i {
font-size: 22px;
margin-right: 6px;
}  #wrapper {
min-width: 1024px;
height: 100%;
}
.container {
padding: 0;
}
.container-inner {
max-width: 1380px;
min-width: 1380px;
width: 100%;
margin: 0 auto;
}
.main {
position: relative;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.main-inner {
position: relative;
min-height: 600px; }
.content {
width: 100%;
position: relative;
border-top: 1px solid #ddd;
}
.pad {
padding: 30px 30px 20px;
} .boxed #wrapper {
background: #fff;
max-width: 1380px;
margin: 0 auto;
-webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.04), -6px 0 0 rgba(0, 0, 0, 0.04);
box-shadow: 6px 0 0 rgba(0, 0, 0, 0.04), -6px 0 0 rgba(0, 0, 0, 0.04);
}
.boxed .container {
padding: 0;
}
.boxed .main {
border: 0;
}  .col-2cl .main-inner {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-right-s1.png) repeat-y right 0;
padding-right: 340px;
}
.col-2cl .s1 {
float: right;
margin-right: -340px;
}
.col-2cl .content {
float: left;
} .col-2cr .main-inner {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-left.png) repeat-y left 0;
padding-left: 340px;
}
.col-2cr .s1 {
float: left;
margin-left: -340px;
}
.col-2cr .content {
float: right;
} .col-3cm .main { }
.col-3cm .main-inner { padding-left: 340px;
padding-right: 260px;
}
.col-3cm .s1 {
float: left;
margin-left: -340px;
}
.col-3cm .s2 {
float: right;
margin-right: -260px; position: relative;
right: -100%;
}
.col-3cm .content {
float: right;
} .col-3cl .main {
background-image: none;
}
.col-3cl .main-inner {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-right-dual-full-expand.png) repeat-y right 0;
padding-right: 600px;
}
.col-3cl .s1 {
float: right;
margin-right: -600px;
}
.col-3cl .s2 {
float: right;
margin-right: -260px;
}
.col-3cl .content {
float: left;
} .col-3cr .main {
background-image: none;
}
.col-3cr .main-inner {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-left-dual-full-expand.png) repeat-y left 0;
padding-left: 600px;
}
.col-3cr .s1 {
float: left;
margin-left: -600px;
}
.col-3cr .s2 {
float: left;
margin-left: -260px;
}
.col-3cr .content {
float: right;
} .sidebar {
padding-bottom: 20px;
position: relative;
z-index: 2;
}
.sidebar .pad {
padding-left: 20px;
padding-right: 20px;
}
.sidebar-toggle {
background: #26abd3;
display: none;
text-align: center;
cursor: pointer;
width: 100%;
height: 60px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.sidebar-toggle i {
font-size: 38px;
color: #fff;
padding: 10px 0;
}
.s1-expand .s1,
.s2-expand .s2 {
-moz-transition: width .2s ease;
-webkit-transition: width .2s ease;
transition: width .2s ease;
} .icon-sidebar-toggle:before {
font-family: FontAwesome;
}
.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before {
content: "\f100";
}
.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before {
content: "\f101";
}
.col-3cm.s2-expand .s2,
.col-3cl.s2-expand .s2 {
border-left: 1px solid #ddd;
}
.col-3cr.s2-expand .s2 {
border-right: 1px solid #ddd;
} .s1 {
width: 340px;
z-index: 2;
} .s2 {
width: 260px;
z-index: 1;
} .grid {
margin-right: 3.2%;
float: left;
display: inline;
position: relative;
}
.last {
clear: right;
margin-right: 0 !important;
}
.one-full {
margin-right: 0;
width: 100%;
overflow: hidden;
}
.one-half { }
.one-third {
width: 31.2%;
}
.two-third {
width: 65.6%;
}
.one-fourth {
width: 22.6%;
}
.three-fourth {
width: 74.2%;
}
.one-fifth {
width: 17.4%;
}
.two-fifth {
width: 38.1%;
}
.three-fifth {
width: 58.7%;
}
.four-fifth {
width: 79.4%;
}  embed, object, iframe {
max-width: 100%;
}
.video-container {
height: auto !important;
max-width: 100% !important;
text-align: center;
}
.video-container iframe {
margin: 0 auto;
}
.video-container > div {
margin: 0 auto;
} .image-container {
position: relative;
}
.image-container img {
display: block;
width: 100%;
height: auto;
}
.image-caption {
background: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 13px;
line-height: 1.3em;
font-style: italic;
padding: 8px 10px;
position: absolute;
bottom: 8px;
left: 8px;
margin-right: 8px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03);
} .social-links {
float: right;
position: relative;
padding-top: 2px;
}
.social-links li {
display: inline-block;
margin-left: 8px;
line-height: 16px;
font-size: 0;
}
.social-links li a {
display: block !important;
position: relative;
text-align: center;
}
.social-links .social-tooltip {
color: #fff;
color: #222;
font-size: 24px;
display: inline;
position: relative;
z-index: 98;
}
.social-links .social-tooltip:hover {
color: #999;
text-decoration: none;
}
.social-links .social-tooltip:hover:after {
top: -36px;
background: #eee;
font-size: 14px;
color: #666;
content: attr(title);
display: block;
right: 0;
padding: 5px 15px;
position: absolute;
white-space: nowrap;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.social-links .social-tooltip:hover:before {
top: -10px;
right: 8px;
border: solid;
border-color: #eee transparent;
border-width: 5px 5px 0 5px;
content: "";
display: block;
position: absolute;
z-index: 1;
} .page-title {
position: relative;
padding-top: 18px;
padding-bottom: 0;
margin-bottom: -10px;
color: #222;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
line-height: 24px;
}
.page-title a {
color: #aaa;
}
.page-title a:hover {
color: #333;
}
.page-title span {
color: #aaa;
}
.page-title i {
margin-right: 8px;
}
.page-title h1,
.page-title h2,
.page-title h4 {
color: #222;
}
.page-title .meta-single li {
float: left;
margin-right: 14px;
}
.page-title .meta-single li.comments {
float: right;
margin-right: 0;
} .notebox {
background: #f2f2f2;
position: relative;
padding: 12px 15px;
color: #888;
margin-bottom: 30px;
}
.notebox:before {
content: '';
display: inline-block;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f2f2f2;
position: absolute;
top: -8px;
left: 13px;
}
.notebox:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #f2f2f2;
position: absolute;
top: -5px;
left: 15px;
}
.notebox span {
font-weight: 600;
}
.notebox .search-again {
margin-top: 10px;
}
.notebox input[type="text"] {
width: 100%;
} .page-image {
overflow: hidden;
position: relative;
margin: 0 0 30px 0;
}
.page-image-text {
position: absolute;
top: 50%;
margin-top: -35px;
width: 100%;
text-align: center;
}
.page-image-text .caption {
color: #fff;
font-size: 44px;
line-height: 70px;
text-transform: uppercase;
font-weight: 600;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.page-image-text .description {
display: block;
color: #fff;
font-size: 15px;
line-height: 36px;
font-weight: 300;
}
.page-image-text .description i {
background: rgba(0, 0, 0, 0.7);
opacity: 0.9;
font-style: normal;
padding: 6px 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
} .pagination {
margin-bottom: 15px;
}
.pagination a {
font-size: 18px;
font-weight: 600;
} .thumb-icon {
background: rgba(0, 0, 0, 0.7);
color: #fff;
text-align: center;
display: block;
width: 32px;
height: 32px;
position: absolute;
bottom: 20px;
left: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}
.thumb-icon i {
font-size: 18px;
padding: 7px 0;
}
.thumb-icon .fa-play {
margin: 0 0 0 2px;
}
.thumb-icon.small {
width: 24px;
height: 24px;
position: absolute;
bottom: 14px;
left: 14px;
-webkit-border-radius: 16px;
border-radius: 16px;
}
.thumb-icon.small .fa {
font-size: 12px;
line-height: 16px;
padding: 4px 0;
}
.thumb-icon.small .f-play {
margin: -1px 0 0 2px;
} .nav-container {
background: #888;
z-index: 99;
position: relative;
}
.nav-toggle {
display: none;
background: #777;
cursor: pointer;
float: right;
height: 42px;
width: 60px;
color: #fff;
text-align: center;
}
.nav-toggle i {
font-size: 24px;
padding: 9px 0;
}
.nav-text {
display: none;
float: right;
font-size: 16px;
line-height: 24px;
padding: 13px 20px;
}
.nav li > a:after,
.nav > li > a:after {
font-family: FontAwesome;
display: inline-block;
}
@media only screen and (min-width: 720px) {
.nav-wrap {
height: auto !important;
} .nav {
font-size: 0;
position: relative;
}
.nav li a {
color: #ccc;
display: block;
line-height: 20px;
} .nav li > a:after {
content: "\f0da";
float: right;
opacity: 0.5;
}
.nav > li > a:after {
content: "\f0d7";
float: none;
margin-left: 6px;
font-size: 14px;
line-height: 1.2em;
}
.nav li > a:only-child:after {
content: "";
margin: 0;
}
#footer .nav li > a:after {
content: "\f0da";
}
#footer .nav > li > a:after {
content: "\f0d8";
}
#footer .nav li > a:only-child:after {
content: "";
} .nav > li {
font-size: 16px;
border-right: 1px solid #999;
display: inline-block;
position: relative;
}
.nav > li > a {
padding: 10px;
}
.nav > li > a:hover,
.nav > li:hover > a {
background: #777;
}
.nav li > a:hover,
.nav li:hover > a,
.nav li.current_page_item > a,
.nav li.current-menu-item > a,
.nav li.current-menu-ancestor > a,
.nav li.current-post-parent > a {
color: #fff;
} .nav li:hover > ul {
display: block;
}
.nav ul {
display: none;
background: #777;
position: absolute;
left: 0;
top: 48px;
width: 180px;
padding: 10px 0;
z-index: 2;
-webkit-transform: translateZ(0);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.nav ul li {
font-size: 14px;
position: relative;
display: block;
padding: 0;
}
.nav ul li a {
padding: 10px 20px;
}
.nav ul li:last-child {
border-bottom: 0 !important;
} .nav ul ul {
position: absolute;
top: -10px;
left: 180px;
}
}
@media only screen and (max-width: 719px) {
.nav {
font-weight: 600;
}
.nav-container {
text-transform: none;
}
.nav-toggle,
.nav-text {
display: block;
}
.nav-wrap {
position: relative;
float: left;
width: 100%;
height: 0;
overflow: hidden;
}
.nav-wrap.transition {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.expand .nav-wrap {
height: auto;
} .safari .nav-wrap.transition {
-webkit-transition: none;
transition: none;
} .nav {
float: left;
width: 100%;
}
.nav li a {
line-height: 20px;
display: block;
padding: 8px 20px;
}
.nav li li a {
padding-left: 15px;
padding-right: 15px;
} .nav li > a:after {
content: '\f0d7';
opacity: 0.5;
margin-left: 6px;
}
.nav > li > a:after {
content: '\f0d7';
font-size: 14px;
}
.nav li > a:only-child:after {
content: '';
} .nav > li {
font-size: 15px;
}
.nav li > a:hover,
.nav li.current_page_item > a,
.nav li.current-menu-item > a,
.nav li.current-post-parent > a {
color: #fff;
} .nav ul {
display: block !important;
margin-left: 40px;
}
.nav ul li {
font-weight: 300;
}
.nav ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
} #header .group .pad{
border-color: #4d4d4d!important;
}
#header {
padding-bottom: 15px;
position: relative;
}
#header .container-inner {
position: relative;
}
#header .nav-wrap .container-inner a:hover{
color: #000!important;
}
#header .nav-wrap .container-inner .current_page_item a {
color: #000!important;
}
#header .container-inner > .pad {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 14px solid #000;
margin-bottom: 4px;
}
#header-ads {
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #eee;
}
#header #header-ads .widget {
padding-bottom: 0;
font-size: 0;
line-height: 0;
}
.widget_media_image img {
width:100%;
height:auto;
}
.widget_alx_tabs{
background-color: #cb1e22!important;
}
.widget_alx_tabs a {
color: #ccc;
}
.widget_alx_tabs .tab-item-title a {
color: #e6e6e6 !important;
}
.widget_alx_tabs .tab-item-title a:hover {
color: #fff!important;
}
#header-ads h3 {
display: none;
}
.site-title {
font-size: 42px;
font-weight: 600;
letter-spacing: -0.5px;
float: left;
line-height: 60px;
padding: 10px 0;
}
.site-title a {
display: block;
color: #222;
max-width: 100%;
}
.site-title a img {
display: block;
max-width: 100%;
max-height: 120px;
height: auto;
padding: 0;
margin: 0 auto;
-webkit-border-radius: 0;
border-radius: 0;
}
.site-description {
font-size: 16px;
font-style: italic;
color: #000;
color: rgba(0, 0, 0, 0.5);
float: left;
margin-left: 20px;
line-height: 60px;
padding: 10px 0;
}
.site-image {
display: block;
margin: 0 auto;
max-height: 400px;
}
#header .social-links {
padding-top: 26px;
} .toggle-search {
color: #555;
font-size: 18px;
line-height: 24px;
cursor: pointer;
padding: 9px 20px;
display: block;
position: absolute;
right: 0;
top: -42px;
}
.toggle-search:hover,
.toggle-search.active {
color: #26abd3;
}
.search-expand {
display: none;
background: #fff;
position: absolute;
top: 0;
right: 0;
width: 340px;
}
.search-expand-inner {
padding: 0 10px 10px;
border: 1px solid #e5e5e5;
border-top: 0;
}
.search-expand .themeform input {
background: #f2f2f2;
width: 100%;
border: 1px solid #eee;
border-radius: 0;
}
.search-expand .themeform input:focus {
border-color: #ddd;
} #nav-topbar.nav-container {
background: #fff;
border-bottom: 1px solid #e5e5e5;
}
#nav-topbar .nav-toggle {
background: transparent;
color: #555;
}
#nav-topbar .nav-text {
color: #555;
}
@media only screen and (min-width: 1025px) { .full-width.topbar-enabled #header {
padding-top: 42px;
}
.full-width #nav-topbar.nav-container {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 999;
}
.full-width.admin-bar #nav-topbar.nav-container {
top: 32px;
}
}
@media only screen and (min-width: 720px) { #nav-topbar .nav {
font-weight: 300;
}
#nav-topbar .nav li a {
font-size: 15px;
color: #555;
border-bottom: 2px solid transparent;
} #nav-topbar .nav > li {
border-left: 1px solid #f9f9f9;
border-right: none;
}
#nav-topbar .nav > li > a {
padding: 11px 14px 9px;
}
#nav-topbar .nav > li > a:hover,
#nav-topbar .nav > li:hover > a {
background: transparent;
border-bottom-color: #26abd3;
}
#nav-topbar .nav li > a:hover,
#nav-topbar .nav li:hover > a,
#nav-topbar .nav li.current_page_item > a,
#nav-topbar .nav li.current-menu-item > a,
#nav-topbar .nav li.current-menu-ancestor > a,
#nav-topbar .nav li.current-post-parent > a {
color: #fff;
}
#nav-topbar .nav li.current_page_item > a,
#nav-topbar .nav li.current-menu-item > a,
#nav-topbar .nav li.current-menu-ancestor > a,
#nav-topbar .nav li.current-post-parent > a {
border-bottom-color: #e5e5e5;
}
#nav-topbar .nav li.current_page_item:hover > a,
#nav-topbar .nav li.current-menu-item:hover > a,
#nav-topbar .nav li.current-menu-ancestor:hover > a,
#nav-topbar .nav li.current-post-parent:hover > a {
border-bottom-color: #26abd3;
} #nav-topbar .nav > li > ul {
top: 42px;
}
#nav-topbar .nav ul {
background: #fff;
}
#nav-topbar .nav ul li {
border-bottom: 1px solid #f9f9f9;
}
#nav-topbar .nav ul li:last-child {
border-bottom: none;
}
#nav-topbar .nav ul li a {
font-size: 14px;
border: none;
}
}
@media only screen and (max-width: 719px) { #nav-topbar .nav {
padding-bottom: 20px;
}
#nav-topbar .nav li a {
color: #555;
border-bottom: 1px solid #f9f9f9;
} #nav-topbar .nav li > a:hover,
#nav-topbar .nav li.current_page_item > a,
#nav-topbar .nav li.current-menu-item > a,
#nav-topbar .nav li.current-post-parent > a {
background: #f9f9f9;
color: #fff!important;
}
} #nav-header.nav-container {
background: #cb1e22;
z-index: 97;
}
#nav-header .container {
}
#nav-header .nav-toggle {
background: transparent;
color: #eee;
}
#nav-header .nav-text {
color: #eee;
}
@media only screen and (min-width: 720px) { #nav-header .nav {
font-weight: 600;
text-transform: uppercase;
}
#nav-header .nav li a {
font-size: 15px;
color: #fff;
} .home_btn, #nav-header .nav > li {
border-right: 1px solid #333;
}
#nav-header .nav > li > a:hover,
#nav-header .nav > li:hover > a {
background: transparent;
}
#nav-header .nav li > a:hover,
#nav-header .nav li:hover > a,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-menu-ancestor > a,
#nav-header .nav li.current-post-parent > a {
color: #f3cf8c!important;
} #nav-header .nav ul {
background: #000;
border-top: 0;
}
#nav-header .nav ul li {
border-bottom: 1px solid #333;
}
#nav-header .nav ul li:last-child {
border-bottom: none;
}
#nav-header .nav ul li a {
font-size: 13px;
}
}
@media only screen and (max-width: 719px) { #nav-header .nav {
padding-bottom: 20px;
}
.home_btn, #nav-header .nav li a {
color: #fff;
border-bottom: 1px solid #333;
}
.home_btn{
width: 100%;} #nav-header .nav li > a:hover,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-post-parent > a {
background: #333;
color: #fff!important;
}
} #nav-subheader.nav-container {
background: #f2f2f2;
border-bottom: 1px solid #e1e1e1;
z-index: 96;
}
#nav-subheader .nav-toggle {
background: transparent;
color: #555;
}
#nav-subheader .nav-text {
color: #555;
}
@media only screen and (min-width: 720px) { #nav-subheader .nav {
font-weight: 300;
text-transform: uppercase;
}
#nav-subheader .nav li a {
font-size: 14px;
color: #555;
border-bottom: 2px solid transparent;
} #nav-subheader .nav > li {
border-right: 1px solid #e8e8e8;
}
#nav-subheader .nav > li > a {
padding: 11px 14px 9px;
}
#nav-subheader .nav > li > a:hover,
#nav-subheader .nav > li:hover > a {
background: transparent;
border-bottom-color: #000;
}
#nav-subheader .nav li > a:hover,
#nav-subheader .nav li:hover > a,
#nav-subheader .nav li.current_page_item > a,
#nav-subheader .nav li.current-menu-item > a,
#nav-subheader .nav li.current-menu-ancestor > a,
#nav-subheader .nav li.current-post-parent > a {
color: #000;
}
#nav-subheader .nav li.current_page_item > a,
#nav-subheader .nav li.current-menu-item > a,
#nav-subheader .nav li.current-menu-ancestor > a,
#nav-subheader .nav li.current-post-parent > a {
border-bottom-color: #e1e1e1;
}
#nav-subheader .nav li.current_page_item:hover > a,
#nav-subheader .nav li.current-menu-item:hover > a,
#nav-subheader .nav li.current-menu-ancestor:hover > a,
#nav-subheader .nav li.current-post-parent:hover > a {
border-bottom-color: #000;
} #nav-subheader .nav > li > ul {
top: 42px;
}
#nav-subheader .nav ul {
background: #f2f2f2;
}
#nav-subheader .nav ul li {
border-bottom: 1px solid #e8e8e8;
}
#nav-subheader .nav ul li:last-child {
border-bottom: none;
}
#nav-subheader .nav ul li a {
border: none;
}
}
@media only screen and (max-width: 719px) { #nav-subheader .nav {
padding-bottom: 20px;
}
#nav-subheader .nav li a {
color: #555;
border-bottom: 1px solid #e8e8e8;
} #nav-subheader .nav li > a:hover,
#nav-subheader .nav li.current_page_item > a,
#nav-subheader .nav li.current-menu-item > a,
#nav-subheader .nav li.current-post-parent > a {
background: #e8e8e8;
color: #000;
}
} #page {
}
#page .container-inner {
background: #fff;
} #footer {
background: #000;
color: #777;
width: 100%;
}
#footer a {
color: #ccc;
}
#footer a:hover {
color:#fff;
}
#footer .pad {
padding-bottom: 30px;
}
#footer-ads {
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #333;
}
#footer #footer-ads .widget {
padding-bottom: 0;
font-size: 0;
line-height: 0;
}
#footer-ads h3 {
display: none;
}
#footer-logo {
display: block;
margin: 0 auto;
padding-top: 40px;
max-height: 60px;
-webkit-border-radius: 0;
border-radius: 0;
}
#footer-widgets {
background: #000;
padding-top: 20px;
border-bottom: 1px solid #333;
}
#footer-widgets .pad {
padding-bottom: 10px;
}
#footer-bottom {
background: #000;
}
#footer-bottom .pad {
padding-top: 30px;
}
#footer-bottom a {
color: #fff;
color: rgba(255, 255, 255, 0.7);
}
#footer-bottom a:hover {
color: #fff;
}
#footer-bottom #copyright,
#footer-bottom #credit {
color: #fff;
color: rgba(255, 255, 255, 0.5);
font-size: 15px;
line-height: 1.5em;
}
#footer-bottom #back-to-top {
background: #333;
color: #fff;
color: rgba(255, 255, 255, 0.5);
overflow: hidden;
text-align: center;
width: 60px;
height: 30px;
display: block;
margin: 0 auto;
margin: 0 auto -30px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
#footer-bottom #back-to-top i {
font-size: 38px;
position: relative;
top: -7px;
}
#footer-bottom #back-to-top:hover {
color: #fff;
}
#footer-bottom .social-links {
padding-top: 10px;
}
#footer-bottom .social-links a {
color: rgba(255, 255, 255, 0.6);
}
#footer-bottom .social-links a:hover {
color: #fff;
}
#footer-bottom .social-links .social-tooltip {
font-size: 28px;
} #nav-footer.nav-container {
background: #333;
z-index: 97;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
#nav-footer .container {
padding: 0 15px;
}
#nav-footer .nav-toggle {
background: transparent;
color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(0, 0, 0, 0.2);
}
#nav-footer .nav-text {
color: #fff;
color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 720px) { #nav-footer .nav {
text-transform: uppercase;
font-weight: 400;
text-align: center;
}
#nav-footer .nav li a {
font-size: 14px;
color: #fff;
color: rgba(255, 255, 255, 0.7);
} #nav-footer .nav > li {
border-right: none;
}
#nav-footer .nav > li > a:hover,
#nav-footer .nav > li:hover > a {
background: rgba(0, 0, 0, 0.1);
}
#nav-footer .nav li > a:hover,
#nav-footer .nav li:hover > a,
#nav-footer .nav li.current_page_item > a,
#nav-footer .nav li.current-menu-item > a,
#nav-footer .nav li.current-menu-ancestor > a,
#nav-footer .nav li.current-post-parent > a {
color: #fff;
} #nav-footer .nav ul {
background: #333 url(//golos.te.ua/wp-content/themes/kontrast-master/img/opacity-10.png) repeat;
bottom: 47px;
top: auto;
text-align: left;
-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
}
#nav-footer .nav ul li {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
#nav-footer .nav ul li:last-child {
box-shadow: none;
-webkit-box-shadow: none;
} #nav-footer .nav ul ul {
position: absolute;
top: auto;
bottom: -10px;
}
}
@media only screen and (max-width: 719px) { #nav-footer.nav-container {
border-left: 0;
border-right: 0;
}
#nav-footer .container {
padding: 0;
}
#nav-footer .nav {
padding-bottom: 20px;
}
#nav-footer .nav li a {
color: #fff;
color: rgba(255, 255, 255, 0.8);
border-top: 1px solid rgba(255, 255, 255, 0.06);
} #nav-footer .nav li > a:hover {
background: rgba(0, 0, 0, 0.15);
color: #fff;
}
#nav-footer .nav li.current_page_item > a,
#nav-footer .nav li.current-menu-item > a,
#nav-footer .nav li.current-post-parent > a {
background: rgba(0, 0, 0, 0.15);
color: #fff;
}
} .content .post,
.content .page {
position: relative;
overflow: hidden;
}
.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page {
margin-bottom: 40px;
}
.sticky {
} .search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta {
display: none;
} #flexslider-featured .flex-direction-nav a {
color: #fff;
}
#flexslider-featured .flex-control-nav {
position: absolute;
top: 3px;
left: 2px;
bottom: auto;
}
#flexslider-featured .flex-control-nav li {
margin: 0;
padding: 0;
margin-right: 2px;
float: left;
}
#flexslider-featured .flex-control-nav li a {
background: #fff;
width: 16px;
height: 3px;
text-indent: -999px;
overflow: hidden;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
#flexslider-featured .flex-control-nav li a:hover {
}
#flexslider-featured .flex-control-nav li a.flex-active {
background: #26abd3;
}
.featured,
.featured.flexslider {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #eee;
}
.featured .post {
margin-bottom: 0;
}
.featured .post-title {
font-size: 34px;
letter-spacing: -0.7px;
line-height: 1.4em;
} .post-list {
margin-right: -30px;
}
.post-list .post-row {
margin-left: -30px;
padding-left: 30px;
float: left;
width: 100%;
border-bottom: 1px solid #eee;
margin-bottom: 30px;
position: relative;
}
.post-list .post-row:last-child {
border: none;
margin-bottom: 0;
}
.post-list .post,
.post-list .page {
width: 50%;
float: left;
}
.post-list .post-inner {
margin-right: 30px;
}
.post-hover:hover .post-thumbnail {
opacity: 0.75;
}
.post-hover:hover .post-title a {
color: #26abd3;
}
.post-hover:hover .thumb-icon {
background: #fff;
color: #000;
}
.post-thumbnail {
width: 100%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.post-thumbnail {
position: relative;
margin-bottom: 1em;
}
.post-thumbnail img {
display: block;
width: 100%;
height: auto;
}
.post-comments {
background: #cb1e22;
font-size: 12px;
line-height: 20px;
color: #fff;
display: block;
position: absolute;
bottom: 0;
right: 0;
}
.post-comments > span {
display: block;
position: relative;
padding: 2px 7px;
}
.post-comments > span:before {
content: '';
display: inline-block;
border-left: 4px solid transparent;
border-right: 4px solid #cb1e22;
border-top: 4px solid #cb1e22;
border-bottom: 4px solid transparent;
position: absolute;
top: 24px;
left: 10px;
}
.post-comments i {
margin-right: 3px;
}
.post-comments:hover {
color: #fff !important;
padding-right: 4px;
}
.post-meta {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
color: #bbb;
margin-bottom: 0.3em;
}
.post-meta .post-category {
float: left;
margin-right: 6px;
}
.post-meta .post-date {
float: left;
}
.post-title {
color: #000;
font-weight: normal;
margin-bottom: 10px;
font-size: 22px;
font-weight: 900;
line-height: 1.5em;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-title strong {
font-weight: 600;
}
.post-title i {
font-style: italic;
}
.post-title a {
color: #333;
}
.post-title a:hover {
color: #26abd3;
}
.entry.excerpt {
font-size: 16px;
color: #000;
}
.entry.excerpt p {
margin-bottom: 0;
} .blog .post-standard,
.single .post-standard,
.archive .post-standard,
.search .post-standard {
margin-bottom: 20px;
}
.page.post-standard .post-inner {
padding-left: 0;
}
.page.post-standard .post-thumbnail {
display: none;
}
.post-standard .post-inner {
padding-left: 230px;
padding-bottom: 20px;
float: left;
border-bottom: 1px solid #eee;
}
.post-standard .post-thumbnail {
margin-left: -230px;
max-width: 200px;
margin-bottom: 0;
float: left;
}
.post-standard .post-content {
float: left;
} .single .post-title {
font-size: 38px; line-height: 1.3em;
}
.single .post-inner .post-thumbnail {
margin-bottom: 2em;
}
.post-byline {
font-size: 14px;
font-weight: 400;
color: #aaa; margin-bottom: 1em;
}
.entry.share {
padding-right: 100px;
min-height: 354px; position: relative;
color: #000;
}
.entry.share .entry-inner {
float: left;
width: 100%;
} .sharrre-container {
float: right;
width: 50px;
padding: 0 10px;
margin-right: -100px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.sharrre-container span {
color: #aaa;
display: block;
text-align: center;
text-transform: uppercase;
font-size: 11px;
}
.sharrre {
padding: 10px 0 0;
}
.sharrre .box {
width: 50px;
display: block;
}
.sharrre .count {
background: #eee;
color: #333;
display: block;
font-size: 15px;
font-weight: 600;
line-height: 30px;
position: relative;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.sharrre .count:after {
content: '';
display: block;
position: absolute;
left: 49%;
width: 0;
height: 0;
border: solid 6px transparent;
border-top-color: #eee;
margin-left: -6px;
bottom: -12px;
}
.sharrre .share {
display: block;
font-size: 28px;
font-weight: 600;
line-height: 32px;
margin-top: 12px;
padding: 0;
text-align: center;
text-decoration: none;
}
.sharrre .box .share,
.sharrre .box .count {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.sharrre .box:hover .share,
.sharrre .box:hover .count {
color: #333 !important;
}
.sharrre#twitter .share,
.sharrre#twitter .box .count {
color: #00acee;
}
.sharrre#facebook .share,
.sharrre#facebook .box .count {
color: #3b5999;
}
.sharrre#googleplus .share,
.sharrre#googleplus .box .count {
color: #cd483c;
}
.sharrre#pinterest .share,
.sharrre#pinterest .box .count {
color: #ca2128;
} .post-pages {
font-weight: 600;
margin-bottom: 20px;
} .post-tags {
margin-bottom: 40px;
}
.post-tags span {
font-size: 14px;
color: #999;
display: inline-block;
margin: 0 7px 0 0;
}
.post-tags a {
background: #f2f2f2;
display: inline-block;
line-height: 16px;
white-space: nowrap;
font-size: 12px;
color: #999;
padding: 3px 7px;
margin: 0 5px 2px 0;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.post-tags a:hover {
background-color: #26abd3;
color: #fff;
} .author-bio {
border: 2px solid #eee;
position: relative;
padding: 15px 15px 10px 95px;
color: #888;
margin-bottom: 40px;
}
.author-bio:before {
content: '';
display: inline-block;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #eee;
position: absolute;
top: -8px;
left: 13px;
}
.author-bio:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
position: absolute;
top: -5px;
left: 15px;
}
.author-bio .bio-avatar {
float: left;
margin: 0 0 8px -80px;
width: 64px;
height: auto;
position: relative;
}
.author-bio .bio-avatar:after {
background: #26abd3;
position: absolute;
right: 0;
bottom: 0;
padding: 4px 4px;
content: "\f040";
color: #fff;
font-size: 12px;
line-height: 12px;
width: 12px;
font-style: normal;
font-family: FontAwesome;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.author-bio .bio-avatar img {
display: block;
width: 100%;
height: auto;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.author-bio p {
margin-bottom: 8px;
}
.author-bio .bio-name {
color: #333;
font-weight: 600;
margin-bottom: 4px;
}
.author-bio .bio-desc {
color: #888;
font-size: 15px;
line-height: 1.5em;
} .related-posts {
border-bottom: 2px solid #eee;
margin-bottom: 40px;
}
.related-posts li {
width: 33.3%;
float: left;
display: inline;
}
.related-posts .post {
border-right: 1px solid transparent;
margin-bottom: 0;
padding-bottom: 10px;
}
.related-posts li:nth-child(4) article {
display: none;
}
.related-posts li:nth-child(3) article {
border-right-color: transparent;
}
.related-posts .related-inner {
padding: 0 20px 0 0;
}
.single .related-posts .post-title {
margin-bottom: 10px;
font-size: 17px;
font-weight: 300;
line-height: 1.5em;
letter-spacing: 0;
display: block;
} .post-nav li {
width: 100%;
display: inline;
float: left;
text-align: center;
}
.post-nav li a {
position: relative;
min-height: 73px;
display: block;
padding: 16px 40px 24px;
}
.post-nav li i {
color: #ccc;
font-size: 18px;
position: absolute;
top: 50%;
margin-top: -10px;
}
.post-nav li a strong {
display: block;
font-size: 12px;
color: #aaa;
letter-spacing: 0.5px;
font-weight: normal;
text-transform: uppercase;
}
.post-nav li a span {
font-size: 15px;
font-weight: 400;
color: #000;
}
.post-nav li a:hover i,
.post-nav li a:hover span {
color: #26abd3;
}
.post-nav li.previous i {
left: 10px;
}
.post-nav li.next i {
right: 10px;
}
.post-nav li a span,
.post-nav li a i {
-webkit-transition-property: background color;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-moz-transition-property: background color;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: ease-out;
-o-transition-property: background color;
-o-transition-duration: 0.2s;
-o-transition-timing-function: ease-out;
transition-property: background color;
transition-duration: 0.2s;
transition-timing-function: ease-out;
} .sidebar .post-nav li a {
border-bottom: 1px solid #ddd;
}
.sidebar .post-nav li.previous a,
.sidebar .post-nav li.next a {
border-bottom: 1px solid #ddd;
}
.sidebar.dark{
background-color: #fff!important;
}
.sidebar.dark .post-nav li a {
border-bottom: 1px solid #333;
}
.sidebar.dark .post-nav li a strong {
color: #777;
}
.sidebar.dark .post-nav li a span {
color: #ccc;
}
.sidebar.dark .post-nav li a:hover i,
.sidebar.dark .post-nav li a:hover span {
color: #26abd3;
}
.sidebar.dark .post-nav li.previous a,
.sidebar.dark .post-nav li.next a {
border-bottom: 1px solid #333;
} .content .post-nav {
border-top: 2px solid #eee;
border-bottom: 2px solid #eee;
margin-bottom: 40px;
}
.content .post-nav li {
width: 50%;
}
.content .post-nav li.next {
float: right;
-webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee;
box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee;
}
.content .post-nav li.next a {
padding-left: 24px;
}
.content .post-nav li.previous {
float: left;
-webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee;
box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee;
}
.content .post-nav li.previous a {
padding-right: 24px;
}
.content .post-nav li a:hover i {
color: #26abd3;
} .post-format {
position: relative;
margin-bottom: 20px;
}
.post-format img {
display: block;
width: 100%;
height: auto;
}  .format-gallery .post-format .flexslider {
overflow: visible;
padding-bottom: 30px;
margin-bottom: -20px;
}
.format-gallery .post-format .flexslider .slides {
background: #262626;
overflow: hidden;
position: relative;
}
.format-gallery .post-format .flexslider .slides img {
max-height: 405px;
width: auto;
max-width: 100%;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.format-gallery .post-format .flexslider .flex-control-nav {
bottom: 1px;
}
.format-gallery .post-format .flex-direction-nav a:before {
color: #fff;
}  .format-audio .post-format iframe {
height: 166px;
width: 100%;
} .widget {
color: #777;
font-size: 15px;
overflow: hidden;
}
.widget a {
color: #000;
}
.widget a:hover {
color: #26abd3;
}
.widget > h3 {
border-bottom: 2px solid #cb1e22;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 6px;
}
.widget > h3 > span {
background: #cb1e22;
display: block;
padding: 2px 10px 0;
float: left;
}
.widget > h3 a,
.widget > h3 a:hover {
color: #fff;
}
.widget select {
border: 1px solid #ddd;
color: #777;
font-size: 15px;
padding: 7px;
width: 100%;
max-width: 100%;
}
.sidebar .widget {
padding: 30px 30px 20px;
} .widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before {
font-family: FontAwesome;
font-size: 12px;
margin-right: 6px;
color: #ccc;
display: inline-block !important;
width: 1em;
text-align: center;
}
.widget > ul li a:hover:before {
color: #000;
}
#footer .dark .widget > ul li:before, #footer .dark .widget > ul li a:before, #footer .dark .widget > div > ul li a:before {
color: #cb1e22!important;
}
.widget_archive > ul > li a:before {
content: "\f073";
}
.widget_categories > ul > li a:before {
content: "\f07c";
}
.widget_links > ul > li a:before {
content: "\f08e";
}
.widget_meta > ul > li a:before {
content: "\f0da";
}
.widget_recent_comments > ul > li:before {
content: "\f075";
}
.widget_recent_entries > ul > li a:before {
content: "\f017";
}
.widget_calendar caption:before {
content: "\f073";
}
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
content: "\f068";
} .widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 {
margin-bottom: 1em;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.alx-tab li,
.alx-posts li {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li {
color: #bbb;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li {
color: #999;
}
.widget_recent_entries .post-date {
display: block;
} .widget_pages ul li a,
.widget_nav_menu ul li a {
display: block;
}
.widget_pages li li a,
.widget_nav_menu li li a {
padding-left: 15px;
}
.widget_pages li li li a,
.widget_nav_menu li li li a {
padding-left: 30px;
}
.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul {
border: 0;
} .widget_rss ul li a {
color: #26abd3;
display: block;
}
.widget_rss ul li span.rss-date {
color: #333;
font-weight: 600;
display: block;
text-transform: uppercase;
font-size: 12px;
}
.widget_rss ul li cite {
color: #999;
} .widget_search input.search {
color: #999;
padding-left: 26px;
width: 100%;
}
.widget_search .screen-reader-text,
.widget_search #searchsubmit {
display: none;
} .widget_text .textwidget p {
margin-bottom: 1em;
} .widget_calendar a {
color: #26abd3;
font-weight: 600;
}
.widget_calendar a:hover {
color: #333 !important;
}
.widget_calendar #wp-calendar {
width: 100%;
}
.widget_calendar caption {
background: #26abd3;
color: #fff;
padding: 5px 10px;
}
.widget_calendar caption:before {
color: #fff;
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
}
.widget_calendar thead {
background: #e2e2e2;
-webkit-box-shadow: 0 1px 0 #eee;
box-shadow: inset 0 -1px 0 #eee;
}
.widget_calendar th {
font-weight: 600;
}
.widget_calendar th,
.widget_calendar td {
padding: 3px 0;
text-align: center;
border: 1px solid #e2e2e2;
}
.widget_calendar .pad {
padding: 0 !important;
} .alx-tabs-nav {
border-bottom: 3px solid #000;
border-top: 1px solid #eee;
margin-bottom: 10px;
text-align: center;
}
.alx-tabs-nav.tab-count-1 li {
width: 100%;
}
.alx-tabs-nav.tab-count-2 li {
width: 50%;
}
.alx-tabs-nav.tab-count-3 li {
width: 33.333%;
}
.alx-tabs-nav.tab-count-4 li {
width: 25%;
}
.alx-tabs-nav li {
display: block;
float: left;
}
.alx-tabs-nav li a {
font-size: 18px;
display: block;
padding: 8px 0;
margin-bottom: -3px;
border-bottom: 3px solid transparent;
}
.alx-tabs-nav li a:hover {
}
.alx-tabs-nav li.active a {
color: #26abd3;
border-bottom-color: #26abd3;
}
.alx-tabs-nav li.active a, .dark .alx-tabs-nav li.active a{
border-bottom-color:#fff!important;
}
.alx-tabs-nav li a span {
display: none;
}
.alx-tab li,
.alx-posts li {
font-weight: 400;
line-height: 1.4em;
overflow: hidden;
}
.alx-tab a,
.alx-posts a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.alx-tab img,
.alx-posts img {
display: block;
width: 100%;
height: auto;
}
.alx-tab.thumbs-enabled li {
padding-left: 94px;
}
.alx-tab .tab-item-thumbnail {
width: 80px;
margin-left: -94px;
float: left;
}
.alx-tab .tab-item-thumbnail,
.alx-posts .post-item-thumbnail {
position: relative;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.alx-tab.avatars-enabled li {
padding-left: 62px;
}
.alx-tab .tab-item-avatar {
margin-left: -62px;
width: 48px;
float: left;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.alx-tab .tab-item-category,
.alx-posts .post-item-category {
color: #aaa;
text-transform: uppercase;
font-size: 13px;
}
.alx-tab .tab-item-title a,
.alx-posts .post-item-title a {
color: #000;
}
.tab-item-comment a
{
color: #fff!important;
}
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover {
color: #333 !important;
}
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title {
margin: 2px 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date {
text-transform: uppercase;
color: #aaa;
font-size: 13px;
}
.alx-tab .thumb-icon.small {
bottom: 8px;
left: 8px;
}
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail {
opacity: 0.75;
}
.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon {
background: #fff;
color: #000;
}
.alx-tab .tab-item-category a,
.alx-posts .post-item-category a,
.alx-tab li:hover .tab-item-title a,
.alx-tab li:hover .tab-item-comment a,
.alx-posts li:hover .post-item-title a {
color: #26abd3;
}
.alx-posts .post-item-thumbnail {
margin-bottom: 10px;
}
.alx-posts .post-item-title {
font-size: 16px;
line-height: 1.5em;
}
.s1 .alx-posts .post-item-title {
font-size: 18px;
line-height: 1.4em;
font-weight: 300;
}
.s1 .alx-posts .post-item-category,
.s1 .alx-posts .post-item-date {
font-size: 14px;
} .widget_alx_video h3 {
margin-bottom: 14px;
} .dark .widget {
color: #ccc;
padding-bottom: 30px;
}
.dark .widget a {
color: #000;
}
.dark .widget a:hover {
color: #26abd3;
}
.dark .widget > h3 { }
.dark .widget > h3 > span {
background: #cb1e22;
}
.dark .widget > h3,
.dark .widget > h3 a,
.dark .widget > h3 a:hover { }
.dark .widget select {
background: transparent;
border-color: #333;
color: #999;
} .dark .widget > ul li:before,
.dark .widget > ul li a:before,
.dark .widget > div > ul li a:before {
color: #000;
}
.dark .widget_calendar caption:before,
.dark .widget > ul li a:hover:before {
color: #000;
} .dark .widget_archive ul li,
.dark .widget_categories ul li,
.dark .widget_links ul li,
.dark .widget_meta ul li,
.dark .widget_recent_comments ul li,
.dark .widget_recent_entries ul li,
.dark .widget_rss ul li,
.dark .widget_pages ul li a,
.dark .widget_nav_menu ul li a,
.dark .alx-tab li,
.dark .alx-posts li,
.dark .widget_calendar th,
.dark .widget_calendar td {
border-color: #333;
}  .dark .widget_rss ul li a {
color: #26abd3;
}
.dark .widget_rss ul li span.rss-date {
color: #ccc;
} .dark .widget_search input.search {
background: transparent;
border: 1px solid #333;
}
.dark .widget_search input.search:focus {
color: #ccc;
} .dark .widget_calendar a:hover {
color: #ccc !important;
}
.dark .widget_calendar a {
color: #26abd3;
}
.dark .widget_calendar thead {
background: #333;
color: #ccc;
-webkit-box-shadow: 0 1px 0 #333;
box-shadow: inset 0 -1px 0 #333;
}
.dark .widget_calendar caption {
background: #26abd3;
} .dark .alx-tabs-nav {
border-bottom-color: #333;
border-top-color: #333;
}
.dark .alx-tabs-nav li a:hover {
color: #fff;
border-bottom-color: #444;
}
.dark .alx-tabs-nav li.active a {
color: #fff;
border-bottom-color: #26abd3;
}
.dark .alx-tab .tab-item-category a,
.dark .alx-posts .post-item-category a,
.dark .alx-tab li:hover .tab-item-title a,
.dark .alx-tab li:hover .tab-item-comment a,
.dark .alx-posts li:hover .post-item-title a {
color: #fff!important;
}
.dark .alx-tab .tab-item-category a:hover,
.dark .alx-posts .post-item-category a:hover
{
color: #ccc !important;
}
#tab-comments, #tab-tags a
{
color: #e6e6e6!important;
}
.dark .alx-tab .tab-item-date,
.dark .alx-tab .tab-item-name,
.dark .alx-posts .post-item-date {
color: #ccc;
font-size: 75%;
}
.dark .alx-posts .post-item-title {
font-size: 18px;
line-height: 1.4em;
font-weight: 300;
}
.dark .alx-posts .post-item-category,
.dark .alx-posts .post-item-date {
font-size: 14px;
} #comments {
margin-top: 20px;
}
#pinglist-container {
display: none;
}
.comment-tabs {
border-bottom: 2px solid #eee;
margin-bottom: 20px;
}
.comment-tabs li {
float: left;
margin-bottom: -2px;
}
.comment-tabs li a {
font-weight: 600;
padding: 0 10px 10px;
display: block;
color: #aaa;
border-bottom: 2px solid #eee;
}
.comment-tabs li a:hover {
color: #333;
border-color: #ccc;
}
.comment-tabs li span {
background-color: #eee;
padding: 0 6px;
margin-left: 8px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.comment-tabs li i {
margin-right: 6px;
}
.comment-tabs li.active a {
color: #26abd3;
border-bottom-color: #26abd3;
}
.commentlist, .pinglist {
margin-bottom: 20px;
}
.commentlist li, .pinglist li {
padding-left: 60px;
font-size: 14px;
line-height: 22px;
font-weight: 400;
}
.commentlist .comment-body, .pinglist li {
clear: both;
position: relative;
padding-bottom: 15px;
}
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
font-size: 13px;
display: block;
float: left;
line-height: 20px;
}
.commentlist .comment-author {
margin-right: 6px;
}
.commentlist .fn, .pinglist .ping-link {
color: #333;
font-size: 13px;
font-style: normal;
font-weight: 600;
}
.commentlist .says {
display: none;
}
.commentlist .avatar {
position: absolute;
left: -60px;
top: 0;
width: 48px;
height: 48px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.commentlist .comment-meta:before, .pinglist .ping-meta:before {
color: #ccc;
content: "\f017";
font-family: FontAwesome;
font-size: 10px;
margin-right: 3px;
vertical-align: 4%;
}
.commentlist .comment-meta a, .pinglist .ping-meta {
color: #aaa;
}
.commentlist .reply {
font-size: 13px;
line-height: 16px;
}
.commentlist .reply a {
color: #aaa;
}
.commentlist .reply a:hover {
color: #333;
}
.comment-awaiting-moderation {
color: #26abd3;
font-style: normal;
} .pinglist li {
padding-left: 0;
} .commentlist .comment-body p {
margin-bottom: 8px;
color: #777;
clear: both;
}
.commentlist .comment-body strong {
font-weight: bold;
}
.commentlist .comment-body em {
font-style: italic;
}
.commentlist .comment-body ol li {
list-style: decimal;
margin-left: 2em;
padding: 0;
}
.commentlist .comment-body ul li {
list-style: square;
margin-left: 2em;
padding: 0;
} .commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
background: #26abd3;
display: block;
position: absolute;
content: "\f040";
color: #fff;
line-height: 12px;
width: 12px;
font-style: normal;
font-family: FontAwesome;
text-align: center;
}
.commentlist li.comment-author-admin > .comment-body:after {
content: "\f005"; }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
top: 32px;
left: -28px;
font-size: 10px;
padding: 2px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after {
top: 22px;
left: -26px;
font-size: 8px;
padding: 1px;
-webkit-border-radius: 2px;
border-radius: 2px;
} .commentlist li ul {
}
.commentlist li li {
padding-left: 48px;
margin: 0;
}
.commentlist li li .avatar {
width: 36px;
height: 36px;
left: -48px;
top: 0;
}
.commentlist li li .comment-meta {
left: 70px;
} .comments-nav {
margin-bottom: 20px;
}
.comments-nav a {
font-weight: 600;
}
.comments-nav .nav-previous {
float: left;
}
.comments-nav .nav-next {
float: right;
} .logged-in-as,
.comment-notes,
.form-allowed-tags {
display: none;
}
#respond {
position: relative;
}
#reply-title {
margin-bottom: 20px;
}
li #reply-title {
font-size: 0;
margin: 0 !important;
padding: 0;
height: 0;
border-top: 0;
}
#cancel-comment-reply-link {
color: #999;
display: block;
position: absolute;
bottom: 26px;
right: 20px;
font-size: 12px;
}
#cancel-comment-reply-link:hover {
color: #777;
}
#commentform {
background: #f1f1f1;
padding: 10px 20px 20px;
margin-bottom: 15px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#commentform p.comment-form-author {
width: 48%;
float: left;
}
#commentform p.comment-form-email {
width: 48%;
float: right;
}
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
clear: both;
}
#commentform label {
padding: 6px 0;
font-weight: 600;
display: block;
}
#commentform input[type="text"],
#commentform textarea {
max-width: 100%;
width: 100%;
}
#commentform textarea {
height: 100px;
}
#commentform p.form-submit {
margin-top: 10px;
}
.logged-in #reply-title {
margin-bottom: 20px;
}
.logged-in #commentform p.comment-form-comment {
margin-top: 10px;
}
.logged-in #commentform p.comment-form-comment label {
display: none;
} .child-menu {
zoom: 1;
position: relative;
padding: 0 30px;
}
.child-menu a {
color: #ccc;
font-weight: 600;
display: block;
padding: 0 44px;
}
.child-menu a:hover {
color: #26abd3;
}
.child-menu .current_page_item > a {
color: #26abd3;
} .child-menu > li {
display: none;
}
.child-menu > li.current_page_item,
.child-menu > li.current_page_parent,
.child-menu > li.current_page_ancestor {
display: block;
}
.child-menu > li.current_page_item > ul ul,
.child-menu > li.current_page_parent > ul ul,
.child-menu > li.current_page_ancestor > ul ul {
display: none;
}
.child-menu > li ul li.current_page_item ul,
.child-menu > li ul li.current_page_parent ul,
.child-menu > li ul li.current_page_ancestor ul {
display: block;
} .child-menu > li > a {
font-size: 20px;
display: block;
padding: 15px 20px;
margin-top: 30px;
border: 1px solid #333;
border-bottom: 0;
} .child-menu > li > ul {
border-top: 1px solid #333;
border-bottom: 1px solid #333;
}
.child-menu > li > ul > li > a {
font-size: 15px;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
padding: 11px 20px;
}
.child-menu > li > ul > li > a:before {
font-family: FontAwesome;
content: "\f055";
font-weight: normal;
font-size: 18px;
margin-right: 8px;
} .child-menu > li ul ul {
padding: 6px 0;
border-left: 10px solid #333;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
}
.child-menu > li ul ul a {
font-size: 15px;
font-weight: 300;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 1px;
}
.child-menu > li ul ul a:hover,
.child-menu > li ul ul li.current_page_item > a {
background: #333;
}  .wp-pagenavi {
text-align: right;
font-weight: 600;
line-height: 20px;
float: none;
margin-right: -2px;
text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
color: #aaa;
font-size: 16px;
padding: 7px 8px;
display: inline;
margin: 0 2px;
}
.wp-pagenavi span.pages {
font-size: 17px;
font-weight: 300;
display: block;
margin-bottom: 1em !important;
border: none !important;
}
.wp-pagenavi span.pages:before {
content: "\f15c";
font-family: FontAwesome;
margin-right: 6px;
}
.wp-pagenavi span.extend {
border: none !important;
border-bottom: 3px solid transparent;
border-top: 1px solid transparent;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
color: #333;
}
.wp-pagenavi a {
color: #26abd3;
border: none;
border-bottom: 3px solid #eee;
border-top: 1px solid #eee;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
background: none;
border: none;
border-bottom: 3px solid #26abd3;
border-top: 1px solid #eee;
} .wpcf7 p {
font-weight: 600;
margin-bottom: 10px;
}
.wpcf7 span {
display: block;
margin-top: 10px;
}
.wpcf7 textarea {
width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
background: #f2f2f2;
}  .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
} .flexslider .slides img {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html {
-webkit-font-smoothing: antialiased; }
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
position: relative;
zoom: 1;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides > li {
position: relative;
}
.carousel li {
margin-right: 5px;
} .flex-direction-nav {
*height: 0;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.flex-direction-nav li {
float: left;
margin-left: 4px;
}
.flex-direction-nav li:first-child {
float: left;
}
.flex-direction-nav li:last-child {
float: right;
}
.flex-direction-nav a {
background: rgba(0, 0, 0, 0.7);
opacity: 0.6;
position: relative;
width: 40px;
height: 40px;
margin: 0 0 0;
display: block;
cursor: pointer;
text-indent: -999px;
overflow: hidden;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-border-radius: 3px;
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: .3 !important;
filter: alpha(opacity=30);
cursor: default;
} .flex-direction-nav a:before {
font-family: FontAwesome;
font-size: 20px;
line-height: 24px;
position: absolute;
text-align: center;
left: 0;
right: 0;
top: 9px;
text-indent: 0;
}
.flex-direction-nav .flex-next:before {
content: "\f054";
}
.flex-direction-nav .flex-prev:before {
content: "\f053";
} .flex-control-nav {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
}
.flex-control-nav li {
margin: 0 3px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-nav li a {
background: rgba(0, 0, 0, 0.15);
width: 10px;
height: 10px;
display: block;
cursor: pointer;
text-indent: -999px;
overflow: hidden;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.flex-control-nav li a:hover {
background: rgba(0, 0, 0, 0.15);
}
.flex-control-nav li a.flex-active {
background: rgba(0, 0, 0, 0.25);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: .7;
right: 0;
}
.flex-direction-nav .flex-next {
opacity: .7;
right: 0;
}
}  .dropcap {
color: #333;
display: block;
float: left;
font-size: 94px;
line-height: 0.9em;
font-weight: 600;
margin: 0 10px 0 0;
} .pullquote-left {
color: #333;
border-left: 6px solid #eee;
float: left;
margin: 0.78em 1em 0.78em 0;
padding: 0 0 0 20px;
font-weight: 600;
width: 40%;
}
.pullquote-right {
color: #333;
border-right: 6px solid #eee;
float: right;
margin: 0.78em 0 0.78em 1em;
padding: 0 20px 0 0;
font-weight: 600;
width: 40%;
} .highlight {
color: #333;
border-bottom: 1px dotted #333;
} hr, .hr {
border: 0;
background: #eee;
border-bottom: 2px solid #eee;
height: 1px;
margin: 30px 0;
} body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .alx-posts .post-item-title,
.ie8 #footer .alx-posts .post-item-title {
font-weight: 400;
}
.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after {
display: none;
}
.ie8 .nav li > a:after {
content: "" !important;
}
.ie8 .nav > li > a:after {
content: "" !important;
}
.ie8 #nav-footer .nav > li > a:hover,
.ie8 #nav-footer .nav > li:hover > a {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/opacity-10.png);
}
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i,
.ie8 .flex-direction-nav a {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/ie/opacity-70.png);
}
.ie8 .entry .gallery .gallery-caption {
background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/ie/opacity-80-light.png);
} body { font-family: 'Fira Sans', sans-serif; }
.sidebar .widget { padding-left: 20px; padding-right: 20px; padding-top: 20px; }
::selection { background-color: #cb1e22; }
::-moz-selection { background-color: #cb1e22; }
a,
.themeform label .required,
.toggle-search:hover,
.toggle-search.active,
#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover,
.post-hover:hover .post-title a,
.post-title a:hover,
.post-nav li a:hover span,
.post-nav li a:hover i,
.sidebar.dark .post-nav li a:hover i,
.sidebar.dark .post-nav li a:hover span,
.content .post-nav li a:hover i,
.post-related a:hover,
.widget a:hover,
.widget_rss ul li a,
.widget_calendar a,
.alx-tabs-nav li.active a,
.alx-tab .tab-item-category a,
.alx-posts .post-item-category a,
.alx-tab li:hover .tab-item-title a,
.alx-tab li:hover .tab-item-comment a,
.alx-posts li:hover .post-item-title a,
.dark .widget a:hover,
.dark .widget_rss ul li a,
.dark .widget_calendar a,
.dark .alx-tab .tab-item-category a,
.dark .alx-posts .post-item-category a,
.dark .alx-tab li:hover .tab-item-title a,
.dark .alx-tab li:hover .tab-item-comment a,
.dark .alx-posts li:hover .post-item-title a,
.comment-tabs li.active a,
.comment-awaiting-moderation,
.child-menu a:hover,
.child-menu .current_page_item > a,
.wp-pagenavi a { color: #cb1e22; }
.themeform input[type="submit"],
.themeform button[type="submit"],
.sidebar-toggle,
#flexslider-featured .flex-control-nav li a.flex-active,
.post-tags a:hover,
.widget_calendar caption,
.dark .widget_calendar caption,
.author-bio .bio-avatar:after,
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after,
.jp-play-bar,
.jp-volume-bar-value { background-color: #cb1e22; }
#header .container-inner > .pad,
.post-format .format-container { border-color: #cb1e22; }
@media only screen and (min-width: 720px) {
#nav-header .nav li > a:hover,
#nav-header .nav li:hover > a,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-menu-ancestor > a,
#nav-header .nav li.current-post-parent > a { color: #cb1e22; }
}
@media only screen and (max-width: 719px) {
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-post-parent > a { color: #cb1e22; }
}
#nav-topbar .nav > li > a:hover,
#nav-topbar .nav > li:hover > a,
#nav-topbar .nav li.current_page_item:hover > a,
#nav-topbar .nav li.current-menu-item:hover > a,
#nav-topbar .nav li.current-menu-ancestor:hover > a,
#nav-topbar .nav li.current-post-parent:hover > a,
.alx-tabs-nav li.active a,
.dark .alx-tabs-nav li.active a,
.comment-tabs li.active a,
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {border-bottom-color: #cb1e22;}
#nav-footer.nav-container,
#footer-bottom #back-to-top { background-color: #cb1e22; }
@media only screen and (min-width: 720px) {
#nav-footer .nav ul { background-color: #cb1e22; }
}
.content .widget{
padding: 15px;
} a.home_btn{
padding: 8px;
color: #fff!important;
font-size: 20px!important;
float: left!important;
position: relative;
z-index: 9;
}
.nav-wrap a:hover {
color: #f3cf8c!important;
} .red {
color: #cb1e22!important;
font-weight: 600!important;
}
.grecaptcha-badge {
display: none!important;
}
.widget_recent_entries_width_selection > ul > li a:before {
content: "\f017";
}
.widget_recent_entries_width_selection ul li {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.widget_recent_entries_width_selection ul li {
color: #999;
}
.widget_recent_entries_width_selection .post-date {
display: block;
}
.dark .widget_recent_entries_width_selection ul li {
border-color: #333;
}#wrapper,
.container-inner { min-width: 320px; }
@media only screen and (max-width: 1025px) {
.main { border: 0; }
} @media only screen and (min-width: 480px) and (max-width: 1200px) {
.container { padding: 0; } .s2 { width: 50px; }
.s2 .sidebar-content { display: none; float: left; width: 100%; }
.s2 .sidebar-toggle { display: block; } .s2-expand .s2 { background: #fff; position: absolute; top: 0; bottom: 0; width: 260px; margin: 0!important; z-index: 9; overflow: auto;
-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
.s2-expand .s2 .sidebar-content { display: block; min-width: 260px; }
.s2-collapse .s2 .sidebar-content { display: none; } .col-3cm.s2-expand .s2 .icon-sidebar-toggle:before,
.col-3cl.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f101"; }
.col-3cr.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f100"; } .col-3cm .main { }
.col-3cm .main-inner { padding-right: 50px; }
.col-3cm .s2 { margin-right: -50px; }
.col-3cm.s2-expand .s2 { right: 0; } .safari .s2 { min-width: 50px; max-width: 50px; width: auto; }
.safari.s2-expand .s2 { min-width: 260px; max-width: 260px; width: auto; }
}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
.s2 .sidebar-toggle { height: 60px; }
.s2 .sidebar-toggle i { padding: 10px 0; } .col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-right-dual-half-collapse.png) repeat-y right; padding-right: 390px; }
.col-3cl .s1 { margin-right: -390px; }
.col-3cl .s2 { margin-right: -50px; }
.col-3cl.s2-expand .s2 { right: 340px; } .col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-left-dual-half-collapse.png) repeat-y left; padding-left: 390px; }
.col-3cr .s1 { margin-left: -390px; }
.col-3cr .s2 { margin-left: -50px; }
.col-3cr.s2-expand .s2 { left: 340px; }
} @media only screen and (min-width: 480px) and (max-width: 960px) { .s1 { width: 50px; }
.s1 .sidebar-content { display: none; float: left; width: 100%; }
.s1 .sidebar-toggle { display: block; } .s1-expand .s1 { background: #222; position: absolute; top: 0; bottom: 0; width: 340px; margin: 0!important; z-index: 9; overflow: auto;
-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
.s1-expand .s1 .sidebar-content,
.s1-expand .s1 .post-nav { display: block; min-width: 340px; }
.s1-collapse .s1 .sidebar-content,
.s1-collapse .s1 .sidebar .post-nav { display: none; } .col-2cl.s1-expand .s1 .icon-sidebar-toggle:before,
.col-3cl.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f101"; }
.col-2cr.s1-expand .s1 .icon-sidebar-toggle:before,
.col-3cm.s1-expand .s1 .icon-sidebar-toggle:before,
.col-3cr.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f100"; } .col-2cr .main-inner { background-image: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-left-collapse-s1.png); padding-left: 50px; }
.col-2cr .s1 { margin-left: -50px; }
.col-2cr.s1-expand .s1 { left: 0; } .col-2cl .main-inner { background-image: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-right-collapse-s1.png); padding-right: 50px; }
.col-2cl .s1 { margin-right: -50px; }
.col-2cl.s1-expand .s1 { right: 0; }
.col-2cl.s1-expand .sidebar-toggle { float: right; } .col-3cm .main-inner { padding-left: 50px; }
.col-3cm .s1 { margin-left: -50px; }	
.col-3cm .s2 { margin-right: -50px; }
.col-3cm.s1-expand .s1 { left: 0; }
.col-3cm.s2-expand .s2 { right: 0; } .col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-right-dual-full-collapse.png) repeat-y right; padding-right: 100px; }
.col-3cl .s1 { margin-right: -100px; }
.col-3cl .s2 { margin-right: -50px; }
.col-3cl.s1-expand .s1 { right: 0; }	
.col-3cl.s2-expand .s2 { right: 50px; } .col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(//golos.te.ua/wp-content/themes/kontrast-master/img/sidebar/s-left-dual-full-collapse.png) repeat-y left; padding-left: 100px; }
.col-3cr .s1 { margin-left: -100px; }
.col-3cr .s2 { margin-left: -50px; }
.col-3cr.s1-expand .s1 { left: 0; }
.col-3cr.s2-expand .s2 { left: 50px; } .safari .s1 { min-width: 50px; max-width: 50px; width: auto; }
.safari.s1-expand .s1 { min-width: 340px; max-width: 340px; width: auto; }
} @media only screen and (max-width: 719px) { .container { padding: 0; }
.grid { width: 100%; margin: 0 0 10px; } .page-title.pad { padding-top: 12px; padding-bottom: 4px; }
.sidebar-toggle { height: 50px; }
.sidebar-toggle i { padding: 5px 0; } .site-description,
.image-caption { display: none; } .pad { padding: 20px 20px 10px; }
.notebox { margin-bottom: 20px; }	
.entry { font-size: 15px; } .entry h1 { font-size: 30px; letter-spacing: -0.7px; }
.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
.entry h5 { font-size: 18px; }
.entry h6 { font-size: 16px; text-transform: uppercase; } .topbar-enabled #header { padding-top: 0; }
#header .pad { padding-top: 0; padding-bottom: 0; }
.site-title { padding: 10px 0 20px; width: 100%; float: none; line-height: 50px; }
.site-title a { text-align: center; }
#header .social-links { float: none; text-align: center; border-top: 1px solid #eee; padding: 15px 0 0; }
#header .social-links li { margin: 0 4px; }
.toggle-search { right: auto; left: 0; top: 0; }
.search-expand { left: 0; right: auto; top: 42px; width: 100%; }
.search-expand-inner { border-left: 0; border-right: 0; } #footer-bottom .pad { padding-top: 50px; padding-bottom: 40px; }
#footer-bottom .one-half.last { margin-bottom: 0; }
#footer-bottom { text-align: center; }
#footer-bottom #footer-logo { margin-left: auto; margin-right: auto; }
#footer-bottom .social-links { float: none; }
#footer-bottom .social-links li { margin-left: 4px; margin-right: 4px; } .comment-tabs { font-size: 14px; }
.commentlist li { font-size: 13px; }
.commentlist li ul li { padding-left: 10px; } #page { margin-top: 0; }
.pagination { margin-bottom: 30px; }
.page-title { font-size: 14px; }
.page-image-text { margin-top: -15px; }
.page-image-text .caption { font-size: 26px; line-height: 30px;  }
.page-image-text .description { font-size: 13px; } .post-list { margin-left: 0; margin-right: 0;  }
.post-list .post,
.post-list .page	{ width: 100%; }
.post-list .post-row { margin-left: 0; padding-left: 0; margin-bottom: 0; border-bottom: 0; }
.post-list .post-inner { margin-right: 0; }
.post-standard .post-inner { padding-left: 120px; }
.post-standard .post-thumbnail { margin-left: -120px; max-width: 100px; }
.featured .post-title,
.single .post-title { font-size: 22px; line-height: 1.5em; letter-spacing: 0; }
.post-byline { font-size: 13px; }
.post-format { margin-bottom: 20px; }
.format-gallery .post-format .flexslider .slides img { max-height: 240px; }
.entry.share { padding-right: 0; }
.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
.sharrre-container span { text-align: left; }
.sharrre-container > div { float: left; margin-right: 10px; }
.author-bio .bio-desc { font-size: 13px; }
.content .post-nav li { width: 100%; -webkit-box-shadow: none!important; box-shadow: none!important; }
.content .post-nav li a { min-height: 0; }
.single .related-posts .post-title { font-size: 15px; }
.related-posts li { width: 50%; }
.related-posts li:nth-child(2) article { border-right-color: transparent; } 
.related-posts li:nth-child(3),
.related-posts li:nth-child(4) { display: none; } .dropcap { font-size: 80px; }
} @media only screen and (max-width: 479px) { .content,
.sidebar { width: 100%; float: none; margin-right: 0!important; margin-left: 0!important; }
.sidebar { background: #fff; border-top: 1px solid #eee; width: 100%; display: block; float: none; }
.sidebar.s1 { background: #222; }
.main,
.main-inner { background-image: none!important; padding: 0!important;  }
.s2 { right: 0!important; left: 0!important; } .mobile-sidebar-hide-s1 .s1,
.mobile-sidebar-hide-s2 .s2,
.mobile-sidebar-hide .sidebar { display: none; } .pad { padding: 15px 15px 5px; }
.sidebar .widget { padding-left: 15px!important; padding-right: 15px!important; }
.notebox { margin-bottom: 15px; }
.gallery-caption { display: none; } .site-title { font-size: 32px; } .post-standard .post-inner { padding-left: 82px; }
.post-standard .post-thumbnail { margin-left: -82px; max-width: 72px; } .child-menu { padding: 0 15px; }
}@font-face{font-family:'FontAwesome';src:url(//golos.te.ua/wp-content/themes/kontrast-master/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//golos.te.ua/wp-content/themes/kontrast-master/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//golos.te.ua/wp-content/themes/kontrast-master/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//golos.te.ua/wp-content/themes/kontrast-master/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//golos.te.ua/wp-content/themes/kontrast-master/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//golos.te.ua/wp-content/themes/kontrast-master/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @keyframes remodal-opening-keyframes {
from {
transform: scale(1.05);
opacity: 0;
}
to {
transform: none;
opacity: 1;
filter: blur(0);
}
}
@keyframes remodal-closing-keyframes {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(0.95);
opacity: 0;
filter: blur(0);
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}html.remodal-is-locked {
overflow: hidden;
touch-action: none;
} .remodal,
[data-remodal-id] {
display: none;
} .remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
}.remodal-close {
color: white;
font-weight: 600;
border-radius: 8px;
transition: ease-out 0.2s;
}
.remodal-close:hover {
color: white;
font-weight: 600;
background-color: darkred;
transition: ease-out 0.2s;
}
@media only screen and (min-width: 641px) {
.remodal {
max-width: 550px;
}
}
.remodal { background: transparent;
color: #fff!important;
padding: 0px;
transition: ease-out 1s;
}
.remodal p {
color: #fff!important;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.insta-telegram {
margin: 15px 0 15px 0;
width: 100%;
float: left;
cursor: pointer!important;
}
@media only screen and (max-width: 360px) {
.insta-telegram {
display: block;
width: 100%;
}
.insta-telegram img {
width: 150px;
}
}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}