.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 .hidden-fields-container {
display: none;
}
.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 [inert] {
opacity: 0.5;
}
.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;
}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}.otfm-sp__wrapper{border:1px solid #e5e5e5;margin:5px 0}.otfm-sp__f5f5f5{border-color:#e5e5e5}.otfm-sp__e5e5e5{border-color:#d5d5d5}.otfm-sp__ffeead{border-color:#ebda99}.otfm-sp__e8d98a{border-color:#cfc071}.otfm-sp__feb236{border-color:#e09418}.otfm-sp__f9ccac{border-color:#e0b393}.otfm-sp__f2ae72{border-color:#d49054}.otfm-sp__ffcfcf{border-color:#e5b5b5}.otfm-sp__eca1a6{border-color:#ce8388}.otfm-sp__e3eaa7{border-color:#cad18e}.otfm-sp__b5e7a0{border-color:#97c982}.otfm-sp__bdcebe{border-color:#9fb0a0}.otfm-sp__d6cbd3{border-color:#b8adb5}.otfm-sp__e6e2d3{border-color:#cdc9ba}.otfm-sp__dac292{border-color:#c1a979}.otfm-sp__d5e1df{border-color:#bcc8c6}.otfm-sp__b7d7e8{border-color:#99b9ca}.otfm-sp__9fd5f0{border-color:#81b7d2}.otfm-sp__title{cursor:pointer;min-height:20px;padding:5px 10px 5px 30px;position:relative}.otfm-sp__title:hover{filter:brightness(.97)}.otfm-sp__f5f5f5 .otfm-sp__title{background-color:#f5f5f5}.otfm-sp__e5e5e5 .otfm-sp__title{background-color:#e5e5e5}.otfm-sp__ffeead .otfm-sp__title{background-color:#ffeead}.otfm-sp__e8d98a .otfm-sp__title{background-color:#e8d98a}.otfm-sp__feb236 .otfm-sp__title{background-color:#feb236}.otfm-sp__f9ccac .otfm-sp__title{background-color:#f9ccac}.otfm-sp__f2ae72 .otfm-sp__title{background-color:#f2ae72}.otfm-sp__ffcfcf .otfm-sp__title{background-color:#ffcfcf}.otfm-sp__eca1a6 .otfm-sp__title{background-color:#eca1a6}.otfm-sp__e3eaa7 .otfm-sp__title{background-color:#e3eaa7}.otfm-sp__b5e7a0 .otfm-sp__title{background-color:#b5e7a0}.otfm-sp__bdcebe .otfm-sp__title{background-color:#bdcebe}.otfm-sp__d6cbd3 .otfm-sp__title{background-color:#d6cbd3}.otfm-sp__e6e2d3 .otfm-sp__title{background-color:#e6e2d3}.otfm-sp__dac292 .otfm-sp__title{background-color:#dac292}.otfm-sp__d5e1df .otfm-sp__title{background-color:#d5e1df}.otfm-sp__b7d7e8 .otfm-sp__title{background-color:#b7d7e8}.otfm-sp__9fd5f0 .otfm-sp__title{background-color:#9fd5f0}.otfm-sp__content{opacity:0;overflow:hidden;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.js-otfm-sp__opened .otfm-sp__content{box-sizing:content-box;height:auto!important;opacity:1!important;padding:5px 10px;visibility:visible!important}.otfm-sp__content>:last-child{margin-bottom:0;padding-bottom:0}.js-otfm-sp__opened .otfm-sp__title::after{opacity:0;-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.otfm-sp__title::after{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.otfm-sp__title::after,.otfm-sp__title::before{background-color:#777;content:" ";display:block;height:2px;left:16px;opacity:1;position:absolute;top:50%;-webkit-transition:all .2s cubic-bezier(.42,0,.58,1);transition:all .2s cubic-bezier(.42,0,.58,1);width:14px}.js-otfm-sp__opened .otfm-sp__title::before{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.otfm-sp__title::before{-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg)}.otfm-sp__title:hover::after,.otfm-sp__title:hover::before{background-color:#000}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}.wpgpxmaps img,
.entry-content .wpgpxmaps img,
#content .wpgpxmaps img {
width: none;
max-width: none;
margin: 0;
padding: 0;
border: none;
background: none;
}
.wpgpxmaps {
clear: both;
}
.wpgpxmaps .ngimages {
display: none;
}
.wpgpxmaps .myngimages {
position: absolute;
z-index :1;
margin:0;
border: 1px solid #fff;
cursor: pointer;
}
.wpgpxmaps_summary .summarylabel {
font-weight: 400;
}
.wpgpxmaps_summary .summaryvalue {
font-weight: 600;
}
.wpgpxmaps .report {
line-height :120;
}
.wpgpxmaps .wpgpxmaps_osm_footer {
position: absolute;
z-index: 999;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 13px;
margin: 0;
background: #fff;
font-size: 12px;
}
.wpgpxmaps .wpgpxmaps_osm_footer span {
position: absolute;
bottom: 0;
padding: 0 6px 6px 6px;
background: #fff;
vertical-align: baseline;
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//na-bannoe.ru/wp-content/plugins/wp-gpx-maps/ThirdParties/Leaflet_1.5.1/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//na-bannoe.ru/wp-content/plugins/wp-gpx-maps/ThirdParties/Leaflet_1.5.1/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//na-bannoe.ru/wp-content/plugins/wp-gpx-maps/ThirdParties/Leaflet_1.5.1/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}.leaflet-marker-photo { 
border: 2px solid #fff; 
box-shadow: 3px 3px 10px #888; 
}	
.leaflet-marker-photo div { 
width: 100%;  
height: 100%;
background-size: cover;    
background-position: center center;
background-repeat: no-repeat;
}	
.leaflet-marker-photo b {
position: absolute;
top: -7px;
right: -11px;
color: #555;
background-color: #fff;
border-radius: 8px;
height: 12px;
min-width: 12px;
line-height: 12px;
text-align: center;
padding: 3px;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}.fullscreen-icon { background-image: url(//na-bannoe.ru/wp-content/plugins/wp-gpx-maps/ThirdParties/leaflet.fullscreen-1.4.5/icon-fullscreen.png); }
.leaflet-retina .fullscreen-icon { background-image: url(//na-bannoe.ru/wp-content/plugins/wp-gpx-maps/ThirdParties/leaflet.fullscreen-1.4.5/icon-fullscreen-2x.png); background-size: 26px 26px; } .leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }@font-face{font-family:'FontAwesome';src:url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/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"}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/MaterialIcons-Regular.woff2) format('woff2'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/MaterialIcons-Regular.woff) format('woff'),url(//na-bannoe.ru/wp-content/themes/travelop_lite/assets/fonts/MaterialIcons-Regular.ttf) format('truetype')}
.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;display:inline-block;width:1em;height:1em;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none!important}
.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#CCC}
.mfp-preloader a:hover{color:#FFF}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}
button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}
.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}
.mfp-arrow-right{right:0}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}
.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}
.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}
@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent;
text-decoration: none; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0px; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } html {
font-size: 16px;
font-size: 1rem; }
h1, h2, h3, h4, h5, h6 {
margin: 17px 0; }
.page h4 {
margin-bottom: 12px; }
.page h5 {
text-transform: uppercase; }
p {
margin: 0 0 20px; }
dfn, cite, em, i {
font-style: italic; }
blockquote, .post-format-quote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Roboto, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 14px;
font-size: 0.875rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; } .container {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
@media (min-width: 544px) {
.container {
max-width: 576px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 940px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -0.9375rem;
margin-right: -0.9375rem; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 544px) {
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 768px) {
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-xl-pull-0 {
right: auto; }
.col-xl-pull-1 {
right: 8.33333%; }
.col-xl-pull-2 {
right: 16.66667%; }
.col-xl-pull-3 {
right: 25%; }
.col-xl-pull-4 {
right: 33.33333%; }
.col-xl-pull-5 {
right: 41.66667%; }
.col-xl-pull-6 {
right: 50%; }
.col-xl-pull-7 {
right: 58.33333%; }
.col-xl-pull-8 {
right: 66.66667%; }
.col-xl-pull-9 {
right: 75%; }
.col-xl-pull-10 {
right: 83.33333%; }
.col-xl-pull-11 {
right: 91.66667%; }
.col-xl-pull-12 {
right: 100%; }
.col-xl-push-0 {
left: auto; }
.col-xl-push-1 {
left: 8.33333%; }
.col-xl-push-2 {
left: 16.66667%; }
.col-xl-push-3 {
left: 25%; }
.col-xl-push-4 {
left: 33.33333%; }
.col-xl-push-5 {
left: 41.66667%; }
.col-xl-push-6 {
left: 50%; }
.col-xl-push-7 {
left: 58.33333%; }
.col-xl-push-8 {
left: 66.66667%; }
.col-xl-push-9 {
left: 75%; }
.col-xl-push-10 {
left: 83.33333%; }
.col-xl-push-11 {
left: 91.66667%; }
.col-xl-push-12 {
left: 100%; }
.col-xl-offset-0 {
margin-left: 0%; }
.col-xl-offset-1 {
margin-left: 8.33333%; }
.col-xl-offset-2 {
margin-left: 16.66667%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.33333%; }
.col-xl-offset-5 {
margin-left: 41.66667%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.33333%; }
.col-xl-offset-8 {
margin-left: 66.66667%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.33333%; }
.col-xl-offset-11 {
margin-left: 91.66667%; }
.col-xl-offset-12 {
margin-left: 100%; } }
.col-xs-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-xs-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
@media (min-width: 544px) {
.col-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-sm-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 768px) {
.col-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-md-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 992px) {
.col-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-lg-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 1200px) {
.col-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.col-xl-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
.row-xs-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-xs-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-xs-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
@media (min-width: 544px) {
.row-sm-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-sm-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-sm-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 768px) {
.row-md-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-md-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-md-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 992px) {
.row-lg-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-lg-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-lg-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 1200px) {
.row-xl-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.row-xl-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.row-xl-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; } }
.col-xs-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-xs-center {
-ms-flex-item-align: center;
align-self: center; }
.col-xs-bottom {
-ms-flex-item-align: end;
align-self: flex-end; }
@media (min-width: 544px) {
.col-sm-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-sm-center {
-ms-flex-item-align: center;
align-self: center; }
.col-sm-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 768px) {
.col-md-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-md-center {
-ms-flex-item-align: center;
align-self: center; }
.col-md-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 992px) {
.col-lg-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-lg-center {
-ms-flex-item-align: center;
align-self: center; }
.col-lg-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 1200px) {
.col-xl-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.col-xl-center {
-ms-flex-item-align: center;
align-self: center; }
.col-xl-bottom {
-ms-flex-item-align: end;
align-self: flex-end; } } html {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit; }
body {
background: #f3f3f3; }
blockquote, .post-format-quote, q {
quotes: "" ""; }
blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after, q:before, q:after {
content: ""; }
.widget blockquote, .widget .post-format-quote {
text-align: center; }
.widget blockquote:before, .widget .post-format-quote:before {
display: none; }
.widget.widget_text blockquote, .widget.widget_text .post-format-quote {
margin: -12px -10px;
padding: 24px 10px; }
@media (min-width: 544px) {
.widget.widget_text blockquote, .widget.widget_text .post-format-quote {
margin: -10px -10px;
padding: 24px 40px 35px; } }
@media (min-width: 768px) {
.widget.widget_text blockquote, .widget.widget_text .post-format-quote {
margin: -12px -10px;
padding: 24px 10px; } }
@media (min-width: 992px) {
.widget.widget_text blockquote, .widget.widget_text .post-format-quote {
margin: -20px -40px -35px;
padding: 30px 40px 40px; } }
.widget.widget_text .textwidget blockquote, .widget.widget_text .textwidget .post-format-quote,
.widget.widget_text .textwidget blockquote cite,
.widget.widget_text .textwidget .post-format-quote cite {
color: #fff; }
.widget.widget_text .textwidget blockquote cite, .widget.widget_text .textwidget .post-format-quote cite {
font-size: 14px;
font-size: 0.875rem; }
blockquote, .post-format-quote, .single-format-quote .post .entry-content blockquote, .single-format-quote .post .entry-content .post-format-quote {
position: relative;
margin: 0;
text-align: center;
font-style: italic;
line-height: 1.25;
font-size: 16px;
font-size: 1rem;
text-align: center;
padding: 0px 20px 19px; }
@media (min-width: 544px) {
blockquote, .post-format-quote, .single-format-quote .post .entry-content blockquote, .single-format-quote .post .entry-content .post-format-quote {
font-size: 28px;
font-size: 1.75rem;
padding: 0px 40px 19px; } }
blockquote:before, .post-format-quote:before, .single-format-quote .post .entry-content blockquote:before, .single-format-quote .post .entry-content .post-format-quote:before {
display: none; }
blockquote p, .post-format-quote p, .single-format-quote .post .entry-content blockquote p, .single-format-quote .post .entry-content .post-format-quote p {
margin-left: 0; }
.posts-list--grid-2-cols blockquote, .posts-list--grid-2-cols .post-format-quote,
.posts-list--masonry-2-cols blockquote,
.posts-list--masonry-2-cols .post-format-quote, .posts-list--grid-2-cols .single-format-quote .post .entry-content blockquote, .posts-list--grid-2-cols .single-format-quote .post .entry-content .post-format-quote,
.posts-list--masonry-2-cols .single-format-quote .post .entry-content blockquote,
.posts-list--masonry-2-cols .single-format-quote .post .entry-content .post-format-quote {
font-size: 16px;
font-size: 1rem;
padding: 55px 30px 65px; }
blockquote cite, .post-format-quote cite, .single-format-quote .post .entry-content blockquote cite, .single-format-quote .post .entry-content .post-format-quote cite {
display: block;
margin-top: 17px;
font-size: 14px;
font-size: 0.875rem; }
@media (min-width: 544px) {
blockquote cite, .post-format-quote cite, .single-format-quote .post .entry-content blockquote cite, .single-format-quote .post .entry-content .post-format-quote cite {
font-size: 18px;
font-size: 1.125rem; } }
blockquote cite:before, .post-format-quote cite:before, .single-format-quote .post .entry-content blockquote cite:before, .single-format-quote .post .entry-content .post-format-quote cite:before {
content: ""; }
@media (min-width: 992px) {
blockquote, .post-format-quote, .single-format-quote .post .entry-content blockquote, .single-format-quote .post .entry-content .post-format-quote {
text-align: left; }
blockquote p, .post-format-quote p, .single-format-quote .post .entry-content blockquote p, .single-format-quote .post .entry-content .post-format-quote p {
margin-left: 53px; }
blockquote:before, .post-format-quote:before, .single-format-quote .post .entry-content blockquote:before, .single-format-quote .post .entry-content .post-format-quote:before {
display: block;
font-style: normal;
content: "\275d";
margin: -5px 0 0 0;
font-size: 80px;
line-height: 1;
position: absolute; } }
@media (min-width: 992px) and (min-width: 992px) {
blockquote:before, .post-format-quote:before, .single-format-quote .post .entry-content blockquote:before, .single-format-quote .post .entry-content .post-format-quote:before {
font-size: 90px;
height: 71px; } }
blockquote.post-format-quote, .post-format-quote,
.single-format-quote blockquote,
.single-format-quote .post-format-quote {
padding: 50px 30px;
font-size: 24px;
font-size: 1.5rem;
text-align: center;
color: #fff; }
@media (min-width: 992px) {
blockquote.post-format-quote, .post-format-quote,
.single-format-quote blockquote,
.single-format-quote .post-format-quote {
padding: 100px 60px 119px 60px;
font-size: 34px;
font-size: 2.125rem; } }
blockquote.post-format-quote:before, .post-format-quote:before,
.single-format-quote blockquote:before,
.single-format-quote .post-format-quote:before {
content: "\275d";
position: relative;
text-align: center;
margin-bottom: 10px;
font-size: 65px;
height: 55px; }
@media (min-width: 992px) {
blockquote.post-format-quote:before, .post-format-quote:before,
.single-format-quote blockquote:before,
.single-format-quote .post-format-quote:before {
font-size: 80px;
height: auto; } }
blockquote.post-format-quote cite, .post-format-quote cite,
.single-format-quote blockquote cite,
.single-format-quote .post-format-quote cite {
margin-top: 24px; }
.single-format-quote blockquote p, .single-format-quote .post-format-quote p {
margin-left: 0; }
.posts-list--grid-2-cols .entry-content blockquote, .posts-list--grid-2-cols .entry-content .post-format-quote,
.posts-list--masonry-2-cols .entry-content blockquote,
.posts-list--masonry-2-cols .entry-content .post-format-quote,
.posts-list--grid-3-cols .entry-content blockquote,
.posts-list--grid-3-cols .entry-content .post-format-quote,
.posts-list--masonry-3-cols .entry-content blockquote,
.posts-list--masonry-3-cols .entry-content .post-format-quote {
padding: 20px 15px 10px 50px;
font-size: 16px;
font-size: 1rem; }
@media (min-width: 768px) and (max-width: 991px) {
.posts-list--grid-2-cols .entry-content blockquote, .posts-list--grid-2-cols .entry-content .post-format-quote,
.posts-list--masonry-2-cols .entry-content blockquote,
.posts-list--masonry-2-cols .entry-content .post-format-quote,
.posts-list--grid-3-cols .entry-content blockquote,
.posts-list--grid-3-cols .entry-content .post-format-quote,
.posts-list--masonry-3-cols .entry-content blockquote,
.posts-list--masonry-3-cols .entry-content .post-format-quote {
padding-left: 15px; } }
.posts-list--grid-2-cols .entry-content blockquote p, .posts-list--grid-2-cols .entry-content .post-format-quote p,
.posts-list--masonry-2-cols .entry-content blockquote p,
.posts-list--masonry-2-cols .entry-content .post-format-quote p,
.posts-list--grid-3-cols .entry-content blockquote p,
.posts-list--grid-3-cols .entry-content .post-format-quote p,
.posts-list--masonry-3-cols .entry-content blockquote p,
.posts-list--masonry-3-cols .entry-content .post-format-quote p {
margin-left: 0; }
.posts-list--grid-2-cols .entry-content blockquote:before, .posts-list--grid-2-cols .entry-content .post-format-quote:before,
.posts-list--masonry-2-cols .entry-content blockquote:before,
.posts-list--masonry-2-cols .entry-content .post-format-quote:before,
.posts-list--grid-3-cols .entry-content blockquote:before,
.posts-list--grid-3-cols .entry-content .post-format-quote:before,
.posts-list--masonry-3-cols .entry-content blockquote:before,
.posts-list--masonry-3-cols .entry-content .post-format-quote:before {
font-size: 52px;
left: 10px; }
hr {
background-color: #e0e0e8;
border: 0;
height: 1px;
margin: 35px -10px 35px;
clear: both; }
@media (min-width: 992px) {
hr {
margin-right: 0;
margin-left: 0; } }
code {
padding: 2px 5px; }
ul, ol {
margin: 0 0 1.5em 1.1em;
padding-left: 0; }
.page .entry-content ul, .page .entry-content ol {
font-size: 1em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; } .inline-list {
padding: 0;
margin: 0;
list-style: none; }
.inline-list li {
display: inline-block; }
.entry-content {
margin: 0px 0px;
padding: 0 0; }
.entry-content ul, .entry-content ol {
margin-left: 0; }
.entry-content ul li, .entry-content ol li {
list-style: none;
margin: 4px 0 0 14px;
position: relative;
padding: 10px 2px 10px 17px;
margin: 0;
border-bottom: 1px solid #eee; }
.entry-content ul li > ul, .entry-content ol li > ul {
margin-bottom: 0;
margin-left: 0em; }
.entry-content ul li::before, .entry-content ol li::before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
content: "fiber_manual_record";
position: absolute;
font-size: 7px;
top: 16px;
left: 0px; }
.entry-content ul li a, .entry-content ol li a {
font-size: 0.875rem;
padding-left: 9px; }
.entry-content ul li:last-child, .entry-content ol li:last-child {
border-bottom: none; }
.entry-content ol {
margin-left: 0;
counter-reset: pancakes; }
.entry-content ol li {
list-style: decimal;
list-style-type: none;
padding-left: 20px;
border: none; }
.entry-content ol li:before {
content: counter(pancakes) ". ";
counter-increment: pancakes;
font-family: inherit;
font-size: inherit;
font-style: italic;
font-weight: 500;
position: absolute;
left: 0;
margin-top: -3px; }
.entry-content ol li:after {
content: '';
border-bottom: 1px solid #eee;
position: absolute;
bottom: 0;
display: block;
width: 100%;
left: 0; }
.entry-content ol li:last-child:after {
border: none; }
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%; }
.entry-content table {
margin: 0 0 1.5em;
max-width: 100%;
border: 1px solid #e0e0e8; }
.entry-content table th,
.entry-content table td {
padding: 5px;
vertical-align: top;
border: 1px solid #e0e0e8; }
.entry-content table thead th {
vertical-align: bottom;
border-bottom: 1px solid #e0e0e8; }
.entry-content table tbody + tbody {
border-top: 1px solid #e0e0e8; }
.page-preloader-cover {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999;
background-color: #fff;
display: block; }
.tm-folding-cube {
width: 60px;
height: 60px;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
position: relative; }
.loader:before,
.loader:after,
.loader {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out; }
.loader {
color: #000;
font-size: 10px;
margin: 80px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s; }
.loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.loader:after {
left: 3.5em; }
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0; }
@-webkit-keyframes load7 {
0%,
80%,
100% {
-webkit-box-shadow: 0 2.5em 0 -1.3em;
box-shadow: 0 2.5em 0 -1.3em; }
40% {
-webkit-box-shadow: 0 2.5em 0 0;
box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
0%,
80%,
100% {
-webkit-box-shadow: 0 2.5em 0 -1.3em;
box-shadow: 0 2.5em 0 -1.3em; }
40% {
-webkit-box-shadow: 0 2.5em 0 0;
box-shadow: 0 2.5em 0 0; } }
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
left: -100px;
overflow: hidden;
width: 60px;
height: 60px;
border: none;
text-indent: 0%;
background-color: #fff;
z-index: 999;
border-radius: 50px;
text-align: center; }
#toTop:before {
font-family: FontAwesome;
top: 0;
left: 0;
position: relative;
display: block;
font-size: 43px;
content: "\f106";
color: #fff; }
@media (min-width: 544px) {
#toTop {
left: auto;
right: 20px; } }
@media (min-width: 768px) {
#toTop {
bottom: 80px;
width: 78px;
height: 78px; }
#toTop:before {
font-size: 52px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; } }
#toTop span {
display: none; }
#toTop:active, #toTop:focus {
outline: none; } button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.submit {
font-size: 12px;
font-size: 0.75rem;
line-height: 20px;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
padding: 14px 19px;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn {
font-size: 12px;
font-size: 0.75rem;
line-height: 20px;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
padding: 14px 19px;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn__text, .btn__icon {
display: inline-block;
vertical-align: top; }
.btn__icon {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
font-size: 2.5em;
line-height: inherit; }
.btn__icon:before {
content: '\E315'; }
.btn.btn-fullwidth {
width: 100%;
text-align: center; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
padding: 16px 20px 15px;
border: 1px solid #e0e0e8;
background-color: #f8f8f8; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
-webkit-box-shadow: 0 0 8px #e0e0e8;
box-shadow: 0 0 8px #e0e0e8;
outline: none; }
.invert input[type="text"]:focus, .invert
input[type="email"]:focus, .invert
input[type="url"]:focus, .invert
input[type="password"]:focus, .invert
input[type="search"]:focus, .invert
input[type="number"]:focus, .invert
input[type="tel"]:focus, .invert
input[type="range"]:focus, .invert
input[type="date"]:focus, .invert
input[type="month"]:focus, .invert
input[type="week"]:focus, .invert
input[type="time"]:focus, .invert
input[type="datetime"]:focus, .invert
input[type="datetime-local"]:focus, .invert
input[type="color"]:focus, .invert
select:focus, .invert
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none; }
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
outline: none; }
select {
border: 1px solid #e0e0e8; }
textarea {
width: 100%;
min-height: 150px;
resize: vertical;
overflow: auto; }
::-moz-placeholder {
opacity: 1; }
:-moz-placeholder {
opacity: 1; }
.search-form {
margin: 0;
padding: 10px 0; }
@media (max-width: 599px) {
.search-form {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.search-form label {
min-width: calc(100% - 50px);
-webkit-order: 0;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto; }
.search-form .search-form__field {
width: 100%; }
.search-form .search-form__submit {
-webkit-order: 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto; } }
.top-panel .search-form {
padding: 0; }
.search-form:after {
clear: both;
content: "";
width: 100%;
display: block; }
.search-form__field[type="search"] {
float: left;
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 50%;
border-radius: 0;
width: calc(100% - 50px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.top-panel .search-form__field[type="search"] {
background: none;
border: none;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
width: 150px;
font-weight: 500;
font-style: italic; }
@media (max-width: 599px) {
.top-panel .search-form__field[type="search"] {
width: 100%; } }
.search-form__submit {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
vertical-align: top;
float: left;
min-width: 50px;
padding-left: 0;
padding-right: 0; }
@media (max-width: 599px) {
.search-form__submit {
float: right; } }
.search-form__submit i.material-icons {
margin: 0 auto;
display: block;
font-size: 22px;
font-size: 1.375rem;
line-height: 20px;
height: 20px; }
@media (min-width: 768px) {
.top-panel .search-form__submit i.material-icons {
margin: 0 auto; } }
.top-panel .search-form__submit {
padding: 4px 0;
background: none; }
.top-panel .search-form__submit:hover {
background: none; }
.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
-webkit-box-shadow: none;
box-shadow: none; }
@media (max-width: 599px) {
.error404 .search-form__field[type="search"], .widget .search-form__field[type="search"] {
width: 100%; }
.error404 .search-form__submit, .widget .search-form__submit {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none; } }
.comment-respond {
margin: 0 -10px;
padding: 2px 10px 0; }
@media (min-width: 992px) {
.comment-respond {
margin-right: -30px;
margin-left: -30px;
padding-right: 30px;
padding-left: 30px; } }
.comment-reply-title {
margin-top: 14px;
font-size: 16px;
font-size: 1rem;
font-style: normal;
text-transform: uppercase; }
@media (min-width: 992px) {
.comment-reply-title {
line-height: 1.4;
margin-bottom: 15px; } }
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
margin: 10px 0 0 0; }
.comment-form .form-submit {
margin: 20px 0 0 0; }
.comment-list .comment-form .form-submit {
padding-bottom: 30px; }
.comment-form__field {
width: 100%;
vertical-align: top; }
.comment-list .comment-form__field {
background-color: #fff; }
.comment-form .logged-in-as,
.comment-form .comment-notes {
margin: 15px 0 25px; }
@media (min-width: 992px) {
.comment-form .submit {
padding: 19px 31px;
font-size: 14px;
font-size: 0.875rem; } }
#cancel-comment-reply-link {
font-size: 12px;
font-size: 0.75rem; }
@media (min-width: 992px) {
input.wpcf7-submit {
padding: 19px 31px;
font-size: 14px;
font-size: 0.875rem; } }
.post-password-form label {
display: inline-block;
vertical-align: top; }
form[id*='give-form'] {
margin: 0;
padding: 8px 0; }
form[id*='give-form'] .form-row input.give-input {
border-radius: 0px; }
form[id*='give-form'] .form-row input.give-input:focus {
-webkit-box-shadow: none;
box-shadow: none; }
form[id*='give-form'] #give-final-total-wrap .give-donation-total-label,
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
height: 48px;
line-height: 48px;
background-color: #fff; }
form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
width: 60%;
font-size: 14px;
border-radius: 0px 0 0 0px; }
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
width: 40%;
font-size: 14px;
border-radius: 0 0px 0px 0; }
.give-display-modal form[id*='give-form'] {
overflow: hidden; }
form[id*='give-form'] .give-donation-amount .give-currency-symbol {
padding: 0;
height: 50px;
font-size: 14px;
line-height: 50px;
border: 1px solid #e0e0e8;
background-color: #fff;
border-radius: 0px 0 0 0px; }
form[id*='give-form'] .give-donation-amount #give-amount {
padding: 0 5px 0 10px;
height: 50px;
width: calc( 100% - 47px);
font-size: 14px;
line-height: 50px;
color: #7e7e90;
border: 1px solid #e0e0e8;
border-right: none;
background-color: #fff;
border-radius: 0 0px 0px 0; }
form[id*='give-form'] .give-donation-amount #give-amount:focus {
-webkit-box-shadow: none;
box-shadow: none; }
@media (min-width: 992px) {
.give-display-modal form[id*='give-form'] .give-donation-amount #give-amount {
border-radius: 0; } }
.give-display-modal form[id*='give-form'] .give-donation-amount {
margin: 0; }
form[id*='give-form'] .give-btn.give-btn-modal {
margin: 0; }
@media (min-width: 992px) {
form[id*='give-form'] .give-btn.give-btn-modal {
width: 50%;
float: right;
border-radius: 0 0px 0px 0; } }
@media (min-width: 992px) {
.give-display-modal .give-total-wrap {
width: 50%;
float: left; } }
.give-currency-symbol {
width: 47px;
text-align: center; }
.give-btn {
font-size: 12px;
font-size: 0.75rem;
line-height: 20px;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
padding: 14px 19px;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
padding: 15px 5px;
margin: 0; }  a {
color: royalblue; }
a:hover, a:focus, a:active {
color: midnightblue; }
a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
text-decoration: none; }
.page .entry-content a {
text-decoration: underline; } nav.main-navigation ul.menu > li > a,
nav.footer-menu ul > li > a {
margin: 0;
margin-bottom: 23px; }
@media (max-width: 599px) {
nav.main-navigation ul.menu > li > a,
nav.footer-menu ul > li > a {
margin-bottom: 0; } }
@media (min-width: 600px) and (max-width: 767px) {
nav.main-navigation ul.menu > li > a,
nav.footer-menu ul > li > a {
margin-right: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header.minimal nav.main-navigation ul.menu > li > a, .site-header.minimal
nav.footer-menu ul > li > a {
margin-right: 0; }
.site-header.minimal nav.main-navigation ul.menu > li > a:after, .site-header.minimal
nav.footer-menu ul > li > a:after {
content: ''; } }
nav.main-navigation ul.menu > li:last-child > a,
nav.footer-menu ul > li:last-child > a {
margin-right: 0; }
nav.footer-menu ul li:after {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
content: "fiber_manual_record";
font-size: 0.45rem;
position: absolute;
right: -25px;
margin-top: 0.4rem; }
@media (max-width: 767px) {
nav.footer-menu ul li {
margin-right: 0; }
nav.footer-menu ul li:after {
display: none; } }
nav.footer-menu ul li:last-child::after {
content: ''; }
nav.footer-menu ul li a {
position: relative; }
.main-navigation {
clear: both;
display: block;
width: 100%; }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation ul.menu > li:last-child {
margin-right: 0; }
.main-navigation ul.menu > li:last-child:after {
content: ''; }
.main-navigation ul ul.sub-menu {
position: absolute;
top: 120%;
visibility: hidden;
opacity: 0;
z-index: 99999;
-webkit-transition: 200ms linear;
-o-transition: 200ms linear;
transition: 200ms linear;
-webkit-transition-property: top, opacity, visibility;
-o-transition-property: top, opacity, visibility;
transition-property: top, opacity, visibility;
margin: 0;
left: -9999px;
border-radius: 0 0 0px 0px; }
@media (max-width: 600px) {
.main-navigation ul ul.sub-menu {
position: static;
opacity: 1;
visibility: visible;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
margin: 0; }
.main-navigation ul ul.sub-menu li:before {
content: "-";
display: inline-block; } }
.main-navigation ul ul.sub-menu li > ul {
top: 20%;
background: #fff;
margin-left: 1px; }
.main-navigation ul ul.sub-menu li > ul a {
text-indent: 40px; }
@media screen and (min-width: 37.5em) {
.main-navigation ul ul.sub-menu li > ul a {
text-indent: 0px; } }
.main-navigation ul ul.sub-menu li > ul ul a {
text-indent: 80px; }
.main-navigation ul ul.sub-menu li > ul ul ul a {
text-indent: 120px; }
.main-navigation ul ul.sub-menu li > ul ul ul ul a {
text-indent: 160px; }
.main-navigation ul ul.sub-menu li:hover > ul,
.main-navigation ul ul.sub-menu li.focus > ul,
.main-navigation ul ul.sub-menu li.menu-hover > ul {
top: 0;
left: 100%; }
@media screen and (min-width: 37.5em) {
.main-navigation ul ul.sub-menu li:last-child > a {
border-bottom: none; } }
.main-navigation ul ul.sub-menu li > ul.in-transition {
left: 100%; }
.main-navigation ul ul.sub-menu li.menu-item-has-children:after {
content: "\f105";
font-family: FontAwesome;
position: absolute;
top: 16px;
right: 18px;
font-size: 19.2px;
font-size: 1.2rem;
line-height: 0.8em; }
@media screen and (min-width: 37.5em) {
.main-navigation ul ul.sub-menu li.menu-item-has-children:after {
display: inline-block; } }
.main-navigation ul ul.sub-menu a {
width: 100%;
text-align: left;
padding: 16px 20px;
position: relative;
font-size: 17.008px;
font-size: 1.063rem;
font-style: italic;
text-indent: 20px;
text-transform: capitalize; }
@media screen and (min-width: 37.5em) {
.main-navigation ul ul.sub-menu a {
padding: 17px 15px;
width: 240px;
text-indent: 0;
font-size: 13.008px;
font-size: 0.813rem;
font-style: normal;
text-transform: uppercase; } }
.main-navigation ul ul.sub-menu li:hover > a:before,
.main-navigation ul ul.sub-menu li.focus > a:before,
.main-navigation ul ul.sub-menu li.menu-hover > a:before,
.main-navigation ul ul.sub-menu li.current_page_item > a:before,
.main-navigation ul ul.sub-menu li.current-menu-item > a:before,
.main-navigation ul ul.sub-menu li.current_page_ancestor > a:before {
top: 0;
bottom: 0;
opacity: 1; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.menu-hover > ul {
top: 100%;
left: 0;
visibility: visible;
opacity: 1; }
.main-navigation ul li > ul.in-transition {
left: 0; }
.main-navigation ul.menu {
font-size: 0;
line-height: 0;
margin: 0 -10px 0 -10px; }
@media screen and (min-width: 37.5em) {
.main-navigation ul.menu {
margin: 0; } }
.main-navigation ul.menu > li {
display: block;
margin: 0; }
.layout-fullwidth .site-header.default .main-navigation ul.menu > li:first-child,
.layout-fullwidth .site-header.minimal .main-navigation ul.menu > li:first-child {
margin-left: 0; }
.main-navigation ul.menu > li:after {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
content: "fiber_manual_record";
font-size: 0.45rem;
position: absolute;
right: -25px;
top: 0.25rem; }
@media (max-width: 767px) {
.main-navigation ul.menu > li:after {
display: none; } }
@media screen and (min-width: 37.5em) {
.main-navigation ul.menu > li {
display: inline-block;
margin: 0 30px 0 0; } }
@media (min-width: 600px) and (max-width: 767px) {
.main-navigation ul.menu > li {
margin-right: 25px; } }
@media (min-width: 768px) {
.main-navigation ul.menu > li {
margin: 0 24px 0 19px; } }
.boxed-wrap .main-navigation ul.menu > li {
margin: 0 10px; }
.main-navigation ul.menu > li > a {
display: block;
padding: 17px 20px;
position: relative;
text-transform: uppercase;
font-weight: bold;
font-size: 0.9375rem;
border-bottom: 1px solid #e0e0e8; }
@media screen and (min-width: 37.5em) {
.main-navigation ul.menu > li > a {
padding: 0;
border-bottom: none; } }
.main-navigation ul.menu > li > a:before {
left: 50%;
right: 50%;
content: "";
height: 5px;
position: absolute;
bottom: 0;
-webkit-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
opacity: 0; }
@media (max-width: 600px) {
.main-navigation ul.menu > li > a:before {
top: 50%;
bottom: 50%;
width: 5px;
left: 0;
height: auto; } }
.main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
left: 0;
right: 0;
width: auto;
opacity: 1; }
@media (max-width: 600px) {
.main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
top: 0;
bottom: 0;
width: 5px;
left: 0;
right: auto; } }
.main-navigation li {
position: relative;
text-align: left; }
.main-navigation a {
display: block;
text-decoration: none;
font-size: 16px;
font-size: 1rem;
line-height: 1;
position: relative; }
.main-navigation .menu-item_description {
font-size: 10.4px;
font-size: 0.65rem;
position: absolute;
padding: 3px 0 0 0; }
.sub-menu .main-navigation .menu-item_description {
position: static; }
.set-menu {
padding: 10px 0 20px; }
.footer-menu {
margin: 2px 0 2px; }
.footer-menu__items li {
margin: 8px 20px 8px 19px;
position: relative; }
.footer-menu__items li:first-child {
border-left: none;
padding-left: 0; }
.site-footer.default .footer-copyright .footer-menu__items li:first-child,
.site-footer.minimal .footer-copyright .footer-menu__items li:first-child {
margin-left: 25px; }
.footer-menu__items li a {
font-size: 0.9375rem;
font-weight: bold;
text-transform: uppercase;
color: #fff; } .menu-toggle {
display: inline-block;
line-height: 12px;
padding: 5px;
margin-bottom: 10px; }
@media (min-width: 600px) {
.menu-toggle {
display: none; } }
.main-navigation.toggled ul {
display: block; }
.main-navigation ul {
display: none; }
@media (min-width: 600px) {
.main-navigation ul {
display: block; } } .main-navigation ul.menu > li a.sublinklink {
display: none; }
@media (max-width: 599px) {
.main-navigation {
position: relative !important; }
.main-navigation.isStuck {
-webkit-box-shadow: none;
box-shadow: none; }
.main-navigation ul.menu > li:first-child {
border: none; }
.main-navigation ul.menu > li a {
display: inline-block;
width: auto;
padding-right: 50px; }
.main-navigation ul.menu > li a:before {
display: none; }
.main-navigation ul.menu > li > a {
border: none; }
.main-navigation ul.menu li {
border-top: 1px solid #e0e0e8; }
.main-navigation ul.menu > .menu-item-has-children > a {
display: inline-block;
width: auto;
border: none; }
.main-navigation ul.menu > .menu-item-has-children a.sublinklink {
width: auto;
padding: 0;
margin: 0;
text-align: center;
border: none;
position: absolute;
right: 23px;
top: 13px;
z-index: 9999;
text-indent: 0; }
.main-navigation ul.menu > .menu-item-has-children a.sublinklink + .sub-menu {
display: none; }
.main-navigation ul.menu > .menu-item-has-children a.sublinklink + .sub-menu.active {
display: block; }
.main-navigation ul.menu > .menu-item-has-children > a.sublinklink {
display: inline-block; }
.main-navigation ul.menu > .menu-item-has-children .menu-item-has-children > .sublinklink {
display: inline-block; }
.main-navigation .sub-menu li.menu-item-has-children:after {
display: none; } } .site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
display: inline-block;
vertical-align: top; }
.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
font-size: 20px;
content: '\E408';
vertical-align: top; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
display: inline-block;
vertical-align: top; }
.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
font-size: 20px;
content: '\E409';
vertical-align: top; }
.pagination {
padding: 0 0 25px; }
.pagination .page-numbers {
display: inline-block;
min-width: 50px;
height: 50px;
padding: 5px;
margin: 0 5px 5px 0;
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
background-color: #fff;
font-size: 16px;
font-size: 1rem;
line-height: 38px;
text-align: center; }
.pagination .page-numbers.dots {
border: none;
min-width: 30px; }
.pagination .page-numbers.next, .pagination .page-numbers.prev {
border: none;
line-height: 40px;
background-color: #fff; }
.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
vertical-align: middle; }
.pagination a.page-numbers:hover,
.pagination span.page-numbers.current {
color: #fff; }
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
color: #fff; }
nav.post-navigation {
display: none; } .social-list .social-list__items li {
margin: 0; }
.social-list .social-list__items li::before {
display: none; }
.social-list__items li > a {
display: block;
text-decoration: none;
text-align: center;
color: #cfcfcf;
margin-right: 30px; }
@media (min-width: 768px) {
.social-list__items li > a {
margin-right: 25px; } }
@media (min-width: 992px) {
.social-list__items li > a {
margin-right: 28px; } }
.social-list__items li > a:hover {
text-decoration: none; }
.social-list__items li > a[href*="codepen.io"]::before {
content: '\f1cb'; }
.social-list__items li > a[href*="digg.com"]::before {
content: '\f1a6'; }
.social-list__items li > a[href*="dribbble.com"]::before {
content: '\f17d'; }
.social-list__items li > a[href*="dropbox.com"]::before {
content: '\f16b'; }
.social-list__items li > a[href*="facebook.com"]::before {
content: '\f09a'; }
.social-list__items li > a[href*="flickr.com"]::before {
content: '\f16e'; }
.social-list__items li > a[href*="plus.google.com"]::before {
content: '\f0d5'; }
.social-list__items li > a[href*="github.com"]::before {
content: '\f09b'; }
.social-list__items li > a[href*="instagram.com"]::before {
content: '\f16d'; }
.social-list__items li > a[href*="linkedin.com"]::before {
content: '\f0e1'; }
.social-list__items li > a[href*="pinterest.com"]::before {
content: '\f0d2'; }
.social-list__items li > a[href*="getpocket.com"]::before {
content: '\f265'; }
.social-list__items li > a[href*="reddit.com"]::before {
content: '\f1a1'; }
.social-list__items li > a[href*="skype.com"]::before, .social-list__items li > a[href*="skype:"]::before {
content: '\f17e'; }
.social-list__items li > a[href*="stumbleupon.com"]::before {
content: '\f1a4'; }
.social-list__items li > a[href*="tumblr.com"]::before {
content: '\f173'; }
.social-list__items li > a[href*="twitter.com"]::before {
content: '\f099'; }
.social-list__items li > a[href*="vimeo.com"]::before {
content: '\f27d'; }
.social-list__items li > a[href*="wordpress.org"]::before, .social-list__items li > a[href*="wordpress.com"]::before {
content: '\f19a'; }
.social-list__items li > a[href*="youtube.com"]::before {
content: '\f167'; }
.social-list__items li > a[href*="amazon.com"]::before {
content: '\f270'; }
.social-list__items li > a[href*="tripadvisor"]::before {
content: '\f262'; }
.social-list__items li > a[href*="ycombinator.com"]::before {
content: '\f23b'; }
.social-list__items li > a[href*="xing.com"]::before {
content: '\f168'; }
.social-list__items li > a[href*="yahoo."]::before {
content: '\f19e'; }
.social-list__items li > a[href*="vine.co"]::before {
content: '\f1ca'; }
.social-list__items li > a[href*="weibo.com"]::before {
content: '\f18a'; }
.social-list__items li > a[href*="trello.com"]::before {
content: '\f181'; }
.social-list__items li > a[href*="steampowered.com"]::before {
content: '\f1b6'; }
.social-list__items li > a[href*="soundcloud.com"]::before {
content: '\f1be'; }
.social-list__items li > a[href*="spotify.com"]::before {
content: '\f1bc'; }
.social-list__items li > a[href*="stackexchange.com"]::before {
content: '\f18d'; }
.social-list__items li > a[href*="stackoverflow.com"]::before {
content: '\f16c'; }
.social-list__items li > a[href*="slideshare.net"]::before {
content: '\f1e7'; }
.social-list__items li > a[href*="slack.com"]::before {
content: '\f198'; }
.social-list__items li > a[href*="skyatlas.com"]::before {
content: '\f216'; }
.social-list__items li > a[href*="last.fm"]::before {
content: '\f202'; }
.social-list__items li > a[href*="jsfiddle.net"]::before {
content: '\f1cc'; }
.social-list__items li > a[href*="behance.net"]::before {
content: '\f1b4'; }
.social-list__items li > a[href*="bitbucket.org"]::before {
content: '\f171'; }
.social-list__items li > a[href*="codepen.io"]::before {
content: '\f1cb'; }
.social-list__items li > a[href*="codiepie.com"]::before {
content: '\f284'; }
.social-list__items li > a[href*="connectdevelop.com"]::before {
content: '\f20e'; }
.social-list__items li > a[href*="dashcube.com"]::before {
content: '\f210'; }
.social-list__items li > a[href*="contao.org"]::before {
content: '\f26d'; }
.social-list__items li > a[href*="delicious.com"]::before {
content: '\f1a5'; }
.social-list__items li > a[href*="deviantart.com"]::before {
content: '\f1bd'; }
.social-list__items li > a::before {
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;
font-size: 16px;
font-size: 1rem;
display: block;
width: auto;
height: auto;
line-height: 1;
margin: auto;
border-radius: 50%; }
.social-list--text .social-list__items li > a::before {
display: none; }
.sidebar-primary .social-list--widget a:hover,
.sidebar-secondary .social-list--widget a:hover,
.before-loop-area .social-list--widget a:hover,
.after-loop-area .social-list--widget a:hover,
.before-content-area .social-list--widget a:hover,
.after-content-area .social-list--widget a:hover {
opacity: 1; }
.social-list--footer li a {
color: #fff; }
.breadcrumbs {
position: relative;
margin: 0 0 10px; }
.home .widget-area + .container .breadcrumbs {
margin-top: -17px; }
.breadcrumbs__title {
margin-right: 30px;
padding-right: 30px;
margin-left: -0.9375rem; }
@media (max-width: 767px) {
.breadcrumbs__title {
margin-left: 0; } }
@media (min-width: 768px) {
.breadcrumbs__title {
float: left; } }
.breadcrumbs__title .page-title {
margin: 0;
font-size: 1rem;
text-transform: uppercase; }
.breadcrumbs__items {
float: right;
margin-right: -0.9375rem; }
@media (max-width: 767px) {
.breadcrumbs__items {
float: left;
margin-top: 5px;
margin-right: 0; } }
.breadcrumbs__browse {
float: left;
margin-right: 10px; }
.breadcrumbs__wrap {
float: left;
margin: 0; }
@media (min-width: 992px) {
.breadcrumbs__wrap {
margin: 1px 0; } }
.breadcrumbs__item {
float: left; }
.breadcrumbs__item-sep {
margin: 0 10px; }  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0; } .alignleft {
float: left;
margin-right: 30px;
margin-bottom: 15px; }
.alignright {
float: right;
margin-left: 30px;
margin-bottom: 15px; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px; } .clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
.hidden {
display: none; } .comments-area {
position: relative;
margin: 0 -10px;
padding: 12px 10px 0; }
@media (min-width: 992px) {
.comments-area {
margin-right: -30px;
margin-left: -30px;
padding-right: 30px;
padding-left: 30px; } }
.comments-title {
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
padding-top: 35px;
padding-left: 10px; }
@media (min-width: 992px) {
.comments-title {
line-height: 1.4;
margin-bottom: 15px;
padding-left: 40px; } }
.comment-list {
list-style: none;
padding: 0 0 0px;
margin: 0;
background-color: #f8f8f8; }
.comment-list .children {
list-style: none;
padding-left: 30px;
margin-left: 0; }
@media (min-width: 992px) {
.comment-list .children {
padding-left: 60px; } }
.comment-list > .comment {
margin-bottom: 10px;
padding-right: 10px;
padding-left: 10px; }
@media (min-width: 992px) {
.comment-list > .comment {
padding-right: 40px;
padding-left: 40px; } }
.comment-list .comment-metadata {
font-size: 12px; }
.comment-body {
padding-top: 10px;
padding-bottom: 10px; }
@media (min-width: 992px) {
.comment-body {
padding-top: 27px;
padding-bottom: 14px; } }
.comment-body__holder {
position: relative;
padding-right: 18px; }
.comment-body .avatar {
float: left;
margin: 0 15px 10px 0;
border-radius: 50%;
width: 40px; }
@media (min-width: 992px) {
.comment-body .avatar {
width: 75px;
margin: 0 30px 15px 0; } }
.comment-body .comment-meta {
margin-bottom: 20px; }
.comment-body .fn {
font-weight: normal; }
.comment-body .reply {
position: absolute;
top: 0;
right: 0;
z-index: 9;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease; }
.comment-body .reply:hover {
opacity: 1; }
.comment-reply-link {
font-size: 17px; }
.comment-reply-link .material-icons {
font-size: inherit; }
.comment-date {
display: inline-block; }
.comment-date:before {
opacity: .2;
font-size: 17px;
vertical-align: top;
margin-right: 4px; }
@media (min-width: 992px) {
.comment-date:before {
margin-right: 8px; } }
.comment-date__time {
display: inline-block;
vertical-align: top; }
.comment-metadata .fn::after {
font-family: fontawesome;
content: "\f111";
font-size: 0.3em;
position: relative;
bottom: 0.7em;
margin: 0 11px; }
.comment-list > .comment .comment-body {
border-bottom: 1px solid #e9e9e9; }
.comment-list .children .comment:not(.parent):last-child .comment-body {
border: none; }
.comment-list > .comment:nth-child(2) > .comment-body {
border-bottom: 1px solid #e9e9e9;
padding-top: 7px; } .post-author-bio {
margin: 0 -10px;
padding: 10px; }
@media (min-width: 992px) {
.post-author-bio {
margin-right: -30px;
margin-left: -30px;
padding: 25px 30px 0; } }
.post-author__holder {
padding: 10px; }
@media (min-width: 992px) {
.post-author__holder {
padding: 30px 30px 20px; } }
.post-author__avatar {
float: left;
margin: 0 15px 10px 0;
margin-top: 10px; }
@media (min-width: 992px) {
.post-author__avatar {
margin: 0 30px 10px 0; } }
.post-author__avatar .avatar {
width: 70px;
vertical-align: top;
border-radius: 50%; }
@media (min-width: 992px) {
.post-author__avatar .avatar {
width: auto; } }
.post-author__title {
font-style: normal;
font-size: 16px;
font-size: 1rem; }
@media (min-width: 992px) {
.post-author__title {
font-size: 20px;
line-height: 1.4;
margin: 20px 0; } } .posts-list .share-btns__list {
float: left;
margin-top: 19px; }
@media (min-width: 992px) {
.posts-list .share-btns__list {
margin-top: 35px;
float: right; } }
.posts-list .share-btns__list:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
content: '';
height: 1px;
background-color: transparent;
pointer-events: none; }
.single-post .share-btns__list {
margin-top: 6px;
margin-bottom: 16px; }
@media (min-width: 544px) {
.single-post .share-btns__list {
float: left; } }
@media (min-width: 992px) {
.single-post .share-btns__list {
margin-bottom: 0; } }
.share-btns__item {
display: inline-block;
vertical-align: top; }
@media (min-width: 992px) {
.share-btns__item:last-child a {
margin-right: 0; } }
.share-btns__link {
display: block;
margin-right: 30px;
width: auto;
height: auto;
font-size: 16px;
font-size: 1rem;
line-height: 1;
text-decoration: none;
text-align: center;
border-radius: 50%;
color: #cfcfcf; }
@media only screen and (min-width: 320px) and (max-width: 350px) {
.share-btns__link {
margin-right: 25px; }
.posts-list--grid-3-cols .posts-list__item .share-btns__link,
.posts-list--masonry-3-cols .posts-list__item .share-btns__link {
margin-right: 21px; } }
.share-btns__link:hover {
opacity: 1; }
.post__tags + .share-btns__list {
float: right;
margin-top: 15px; }
@media (max-width: 479px) {
.post__tags + .share-btns__list {
float: none; } }
.share-btns__item:last-child a,
.social-list__items li:last-child > a {
margin-right: 0 !important; } .card {
display: block;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word; }
@media (min-width: 768px) and (max-width: 992px) {
.card .share-btns__item {
margin-right: -2px; } }
@media (min-width: 768px) {
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -0.9375rem;
margin-left: -0.9375rem; }
.card-deck .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
margin-right: 0.9375rem;
margin-left: 0.9375rem; }
.posts-list--grid-2-cols .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(100%/2 - 1.875rem);
flex: 1 0 calc(100%/2 - 1.875rem);
max-width: calc(100%/2 - 1.875rem); }
.posts-list--grid-3-cols .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(100%/3 - 1.875rem);
flex: 1 0 calc(100%/3 - 1.875rem);
max-width: calc(100%/3 - 1.875rem); }
.home .posts-list--grid-2-cols .sticky, .home .posts-list--grid-3-cols .sticky {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: calc(100% - 1.875rem); }
.two-sidebars .card {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: calc(100% - 1.875rem); } }
@media (min-width: 768px) and (max-width: 991px) {
.posts-list--grid-2-cols .posts-list__item .post__cats,
.posts-list--grid-3-cols .posts-list__item .post__cats,
.posts-list--masonry-2-cols .posts-list__item .post__cats,
.posts-list--masonry-3-cols .posts-list__item .post__cats {
display: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
.posts-list--grid-3-cols .posts-list__item .post__cats,
.posts-list--masonry-3-cols .posts-list__item .post__cats {
display: none; } }
@media (min-width: 768px) {
.posts-list--grid-3-cols .posts-list__item .post__date,
.posts-list--masonry-3-cols .posts-list__item .post__date, .posts-list--grid-3-cols .posts-list__item
.post__comments,
.posts-list--masonry-3-cols .posts-list__item
.post__comments, .posts-list--grid-3-cols .posts-list__item
.post__tags,
.posts-list--masonry-3-cols .posts-list__item
.post__tags, .posts-list--grid-3-cols .posts-list__item
.post-author,
.posts-list--masonry-3-cols .posts-list__item
.post-author {
display: block; }
.posts-list--grid-3-cols .posts-list__item .post__date:after,
.posts-list--masonry-3-cols .posts-list__item .post__date:after, .posts-list--grid-3-cols .posts-list__item
.post__comments:after,
.posts-list--masonry-3-cols .posts-list__item
.post__comments:after, .posts-list--grid-3-cols .posts-list__item
.post__tags:after,
.posts-list--masonry-3-cols .posts-list__item
.post__tags:after, .posts-list--grid-3-cols .posts-list__item
.post-author:after,
.posts-list--masonry-3-cols .posts-list__item
.post-author:after {
display: none; } }
@media (min-width: 768px) {
.posts-list--grid-3-cols .posts-list__item .post-format-link,
.posts-list--masonry-3-cols .posts-list__item .post-format-link {
font-size: 12px;
font-size: 0.75rem; } }
@media (min-width: 768px) and (max-width: 1199px) {
.posts-list--grid-3-cols .posts-list__item .post-format-link,
.posts-list--masonry-3-cols .posts-list__item .post-format-link {
padding: 13px 10px 12px 10px; } }
@media (min-width: 768px) and (max-width: 1199px) {
.posts-list--grid-3-cols .posts-list__item .post-format-quote,
.posts-list--masonry-3-cols .posts-list__item .post-format-quote {
font-size: 12px;
font-size: 0.75rem;
padding: 25px 10px; } }
@media (min-width: 1200px) {
.posts-list--grid-3-cols .posts-list__item .post-format-quote,
.posts-list--masonry-3-cols .posts-list__item .post-format-quote {
font-size: 16px;
font-size: 1rem;
padding: 45px 10px 25px; } }
.posts-list--grid-3-cols .posts-list__item .post-format-quote:before,
.posts-list--masonry-3-cols .posts-list__item .post-format-quote:before {
font-size: 58px; }
@media (min-width: 768px) {
.posts-list--grid-3-cols .posts-list__item .share-btns__link,
.posts-list--masonry-3-cols .posts-list__item .share-btns__link {
margin-right: 10px; } }
@media (min-width: 992px) {
.posts-list--grid-3-cols .posts-list__item .share-btns__link,
.posts-list--masonry-3-cols .posts-list__item .share-btns__link {
margin-right: 20px; } } .widget {
margin: 0 0 10px; }
@media (min-width: 992px) {
.widget {
margin-bottom: 30px; } }
.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.after-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget {
-webkit-box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
background: #fff;
border-radius: 0px;
padding: 10px; }
@media (min-width: 992px) {
.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.after-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget {
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17); } }
@media (min-width: 992px) {
.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.after-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget {
padding: 20px 40px 35px; }
.sidebar-primary .widget.widget_search,
.sidebar-secondary .widget.widget_search,
.before-content-area .widget.widget_search,
.after-content-area .widget.widget_search,
.before-loop-area .widget.widget_search,
.after-loop-area .widget.widget_search {
padding-bottom: 20px; } }
.widget select {
max-width: 100%; }
.full-width-header-area {
margin: -15px 0 0 0; }
.widget-about-author {
text-align: center; }
.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author,
.before-content-area .widget-about-author,
.before-loop-area .widget-about-author,
.after-content-area .widget-about-author,
.after-loop-area .widget-about-author {
text-align: left; }
.position-two-sidebars .before-loop-area .widget-about-author,
.position-two-sidebars .after-loop-area .widget-about-author {
text-align: center; }
.about-author:after {
clear: both;
content: "";
width: 100%;
display: block; }
.about-author_avatar {
text-align: center;
margin-top: 19px; }
.about-author_avatar img {
border-radius: 100%; }
.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
margin: 0 0 10px; }
@media (min-width: 544px) {
.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
margin: 0 20px 0 0;
float: left; } }
.position-two-sidebars .before-loop-area .about-author_avatar,
.position-two-sidebars .after-loop-area .about-author_avatar {
float: none;
margin: 0; }
.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
overflow: hidden; }
.position-two-sidebars .before-loop-area .about-author_content,
.position-two-sidebars .after-loop-area .about-author_content {
overflow: visible; }
.about-author_name {
margin: 0;
padding: 20px 0;
font-size: 1.143em;
text-transform: uppercase; }
.about-author_btn_box {
padding: 15px 0 5px; }
@media (min-width: 992px) {
.about-author_btn_box {
padding: 30px 0 6px; } }
.footer-area .about-author_btn_box {
border-top: 1px solid rgba(255, 255, 255, 0.2); }
.sidebar-primary .about-author_btn_box,
.sidebar-secondary .about-author_btn_box,
.position-two-sidebars .before-loop-area .about-author_btn_box,
.position-two-sidebars .after-loop-area .about-author_btn_box {
margin: 0 -10px;
padding-left: 10px;
padding-right: 10px; }
@media (min-width: 992px) {
.sidebar-primary .about-author_btn_box,
.sidebar-secondary .about-author_btn_box,
.position-two-sidebars .before-loop-area .about-author_btn_box,
.position-two-sidebars .after-loop-area .about-author_btn_box {
margin: 0 -30px;
padding-left: 30px;
padding-right: 30px; } }
.widget-banner__link {
display: block; }
.widget-banner__img {
width: 100%;
vertical-align: top; }
.sidebar-primary .widget.widget-banner,
.sidebar-secondary .widget.widget-banner,
.before-content-area .widget.widget-banner,
.after-content-area .widget.widget-banner,
.before-loop-area .widget.widget-banner,
.after-loop-area .widget.widget-banner {
padding: 0; }
.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-primary .swiper-carousel-container .swiper-button-prev, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev {
width: 59px;
height: 59px;
top: 34%; }
.sidebar-primary .swiper-carousel-container .swiper-button-next i, .sidebar-primary .swiper-carousel-container .swiper-button-prev i, .sidebar-secondary .swiper-carousel-container .swiper-button-next i, .sidebar-secondary .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev i {
margin: 3px; }
.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next {
right: -1px; }
.layout-fullwidth .before-content-area .travelop_lite-carousel,
.layout-fullwidth .after-content-area .travelop_lite-carousel,
.layout-fullwidth .before-loop-area .travelop_lite-carousel,
.layout-fullwidth .after-loop-area .travelop_lite-carousel {
padding-right: 10px;
padding-left: 10px;
margin-right: -10px;
margin-left: -10px; }
.layout-boxed .full-width-header-area .travelop_lite-carousel,
.layout-boxed .after-content-full-width-area .travelop_lite-carousel,
.layout-boxed .before-content-area .travelop_lite-carousel,
.layout-boxed .after-content-area .travelop_lite-carousel,
.layout-boxed .before-loop-area .travelop_lite-carousel,
.layout-boxed .after-loop-area .travelop_lite-carousel {
padding-right: 10px;
padding-left: 10px;
margin-right: -10px;
margin-left: -10px; }
.widget_carousel .swiper-container {
margin-top: -10px;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.widget_carousel .swiper-container {
padding-left: 0;
padding-right: 0; } }
@media (min-width: 992px) {
.widget_carousel .swiper-container {
margin-top: -30px;
padding-top: 30px; } }
.swiper-carousel-container {
position: relative;
margin-bottom: -10px; }
@media (min-width: 992px) {
.swiper-carousel-container {
margin-bottom: -21px; } }
.swiper-carousel-container .swiper-pagination {
position: static; }
.widget_carousel .swiper-wrapper .swiper-slide {
display: block;
height: auto;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-bottom: 24px; }
.swiper-button-next, .swiper-button-prev {
top: 34%;
margin: 0 6%;
width: 59px;
height: 59px;
background-image: none;
background-color: #2b8ffb;
text-align: center;
display: none;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease; }
@media (min-width: 768px) {
.swiper-button-next, .swiper-button-prev {
margin: 0 1.7%; } }
.swiper-button-next i, .swiper-button-prev i {
margin: 13px; }
.swiper-button-next.button-prev, .swiper-button-prev.button-prev {
left: 0;
border-radius: 50%; }
.swiper-button-next.button-next, .swiper-button-prev.button-next {
right: 0;
border-radius: 50%; }
.swiper-button-next:before, .swiper-button-prev:before {
font-family: fontawesome;
font-size: 38px; }
.swiper-button-next:before {
content: "\f105";
margin-left: 5px;
position: relative;
top: 2px; }
.swiper-button-prev:before {
content: "\f104";
margin-right: 5px;
position: relative;
top: 2px; }
.swiper-wrapper .single-post .post__cats {
position: absolute; }
.swiper-wrapper .post {
padding: 0; }
.swiper-wrapper .post:hover {
-webkit-box-shadow: none;
box-shadow: none; }
.swiper-wrapper .post .inner {
width: 100%;
background-color: #fff;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-item-align: stretch;
align-self: stretch; }
.swiper-wrapper .post .inner:hover {
background-color: #fff; }
.swiper-wrapper .post .entry-header {
padding-top: 0; }
.swiper-wrapper .post .entry-content {
margin: 0; }
.full-width-header-area .swiper-wrapper .post .entry-content {
padding: 0 25px; }
.swiper-wrapper .post .entry-footer {
margin: 0;
border: 0; }
.full-width-header-area .swiper-wrapper .post .entry-footer {
padding: 0 25px 20px; }
.swiper-wrapper .post h4 {
margin: 10px 0; }
.swiper-wrapper .post .post-thumbnail__link {
overflow: hidden;
margin-bottom: 12px;
display: block; }
.swiper-wrapper .post .post-thumbnail__link img {
width: 100%;
display: block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.swiper-wrapper .post .post-thumbnail__link:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.swiper-wrapper .post .material-icons {
font-size: 16px;
margin-right: 10px; }
.swiper-wrapper .post__cats {
position: absolute;
top: 15px;
left: 15px; }
.swiper-wrapper .post__cats a {
font-size: 14px;
color: #fff;
padding: 3px 6px;
margin-right: 5px; }
.swiper-wrapper .post__cats a:last-child {
margin-right: 0; }
.swiper-wrapper .post__date {
font-size: 12px; }
.swiper-wrapper .post__comments {
font-size: 12px; }
.swiper-wrapper .post__author {
font-size: 12px; }
.wpcf7 .wpcf7-form-control-wrap input {
width: 100%; }
.wpcf7 .wpcf7-not-valid {
border-color: #fe5c7a;
background: rgba(254, 92, 122, 0.1); }
.wpcf7 .wpcf7-not-valid-tip {
color: #fe5c7a; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
margin: 1.5em 0;
padding: 1em 2em;
color: #fff;
border: none; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
background: #fe5c7a; }
.wpcf7 .wpcf7-mail-sent-ok {
background: #398f14; }
.widget h4 {
margin: 0 0 15px 0; }
.widget ul {
margin: 0px 0px;
padding: 0 0; }
.widget ul li {
list-style: none;
font-size: 16px;
font-size: 1rem;
margin: 4px 0 0 14px;
position: relative; }
.widget ul li > ul {
margin-bottom: 0;
margin-left: 0em; }
.widget ul li::before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
content: "fiber_manual_record";
position: absolute;
font-size: 6px;
top: 9px;
left: -15px; }
.widget-title {
margin-bottom: 24px;
text-transform: uppercase; }
.before-content-area .widget_archive > ul::after,
.before-content-area .widget_meta > ul::after,
.before-content-area .widget_rss > ul::after,
.before-content-area .widget_recent_comments > ul::after,
.before-content-area .widget_recent_entries > ul::after,
.before-content-area .widget_categories > ul::after,
.before-content-area .widget_pages > ul::after,
.before-content-area .widget_nav_menu > div > ul::after,
.after-content-area .widget_archive > ul::after,
.after-content-area .widget_meta > ul::after,
.after-content-area .widget_rss > ul::after,
.after-content-area .widget_recent_comments > ul::after,
.after-content-area .widget_recent_entries > ul::after,
.after-content-area .widget_categories > ul::after,
.after-content-area .widget_pages > ul::after,
.after-content-area .widget_nav_menu > div > ul::after,
.before-loop-area .widget_archive > ul::after,
.before-loop-area .widget_meta > ul::after,
.before-loop-area .widget_rss > ul::after,
.before-loop-area .widget_recent_comments > ul::after,
.before-loop-area .widget_recent_entries > ul::after,
.before-loop-area .widget_categories > ul::after,
.before-loop-area .widget_pages > ul::after,
.before-loop-area .widget_nav_menu > div > ul::after,
.after-loop-area .widget_archive > ul::after,
.after-loop-area .widget_meta > ul::after,
.after-loop-area .widget_rss > ul::after,
.after-loop-area .widget_recent_comments > ul::after,
.after-loop-area .widget_recent_entries > ul::after,
.after-loop-area .widget_categories > ul::after,
.after-loop-area .widget_pages > ul::after,
.after-loop-area .widget_nav_menu > div > ul::after,
.full-width-header-area .widget_archive > ul::after,
.full-width-header-area .widget_meta > ul::after,
.full-width-header-area .widget_rss > ul::after,
.full-width-header-area .widget_recent_comments > ul::after,
.full-width-header-area .widget_recent_entries > ul::after,
.full-width-header-area .widget_categories > ul::after,
.full-width-header-area .widget_pages > ul::after,
.full-width-header-area .widget_nav_menu > div > ul::after {
content: '';
display: block;
clear: both; }
@media (min-width: 544px) {
.before-content-area .widget_archive > ul > li,
.before-content-area .widget_meta > ul > li,
.before-content-area .widget_rss > ul > li,
.before-content-area .widget_recent_comments > ul > li,
.before-content-area .widget_recent_entries > ul > li,
.before-content-area .widget_categories > ul > li,
.before-content-area .widget_pages > ul > li,
.before-content-area .widget_nav_menu > div > ul > li,
.after-content-area .widget_archive > ul > li,
.after-content-area .widget_meta > ul > li,
.after-content-area .widget_rss > ul > li,
.after-content-area .widget_recent_comments > ul > li,
.after-content-area .widget_recent_entries > ul > li,
.after-content-area .widget_categories > ul > li,
.after-content-area .widget_pages > ul > li,
.after-content-area .widget_nav_menu > div > ul > li,
.before-loop-area .widget_archive > ul > li,
.before-loop-area .widget_meta > ul > li,
.before-loop-area .widget_rss > ul > li,
.before-loop-area .widget_recent_comments > ul > li,
.before-loop-area .widget_recent_entries > ul > li,
.before-loop-area .widget_categories > ul > li,
.before-loop-area .widget_pages > ul > li,
.before-loop-area .widget_nav_menu > div > ul > li,
.after-loop-area .widget_archive > ul > li,
.after-loop-area .widget_meta > ul > li,
.after-loop-area .widget_rss > ul > li,
.after-loop-area .widget_recent_comments > ul > li,
.after-loop-area .widget_recent_entries > ul > li,
.after-loop-area .widget_categories > ul > li,
.after-loop-area .widget_pages > ul > li,
.after-loop-area .widget_nav_menu > div > ul > li,
.full-width-header-area .widget_archive > ul > li,
.full-width-header-area .widget_meta > ul > li,
.full-width-header-area .widget_rss > ul > li,
.full-width-header-area .widget_recent_comments > ul > li,
.full-width-header-area .widget_recent_entries > ul > li,
.full-width-header-area .widget_categories > ul > li,
.full-width-header-area .widget_pages > ul > li,
.full-width-header-area .widget_nav_menu > div > ul > li {
width: 48%;
margin-left: 2%;
float: left; } }
@media (min-width: 768px) {
.before-content-area .widget_archive > ul > li,
.before-content-area .widget_meta > ul > li,
.before-content-area .widget_rss > ul > li,
.before-content-area .widget_recent_comments > ul > li,
.before-content-area .widget_recent_entries > ul > li,
.before-content-area .widget_categories > ul > li,
.before-content-area .widget_pages > ul > li,
.before-content-area .widget_nav_menu > div > ul > li,
.after-content-area .widget_archive > ul > li,
.after-content-area .widget_meta > ul > li,
.after-content-area .widget_rss > ul > li,
.after-content-area .widget_recent_comments > ul > li,
.after-content-area .widget_recent_entries > ul > li,
.after-content-area .widget_categories > ul > li,
.after-content-area .widget_pages > ul > li,
.after-content-area .widget_nav_menu > div > ul > li,
.before-loop-area .widget_archive > ul > li,
.before-loop-area .widget_meta > ul > li,
.before-loop-area .widget_rss > ul > li,
.before-loop-area .widget_recent_comments > ul > li,
.before-loop-area .widget_recent_entries > ul > li,
.before-loop-area .widget_categories > ul > li,
.before-loop-area .widget_pages > ul > li,
.before-loop-area .widget_nav_menu > div > ul > li,
.after-loop-area .widget_archive > ul > li,
.after-loop-area .widget_meta > ul > li,
.after-loop-area .widget_rss > ul > li,
.after-loop-area .widget_recent_comments > ul > li,
.after-loop-area .widget_recent_entries > ul > li,
.after-loop-area .widget_categories > ul > li,
.after-loop-area .widget_pages > ul > li,
.after-loop-area .widget_nav_menu > div > ul > li,
.full-width-header-area .widget_archive > ul > li,
.full-width-header-area .widget_meta > ul > li,
.full-width-header-area .widget_rss > ul > li,
.full-width-header-area .widget_recent_comments > ul > li,
.full-width-header-area .widget_recent_entries > ul > li,
.full-width-header-area .widget_categories > ul > li,
.full-width-header-area .widget_pages > ul > li,
.full-width-header-area .widget_nav_menu > div > ul > li {
width: 23%;
margin-left: 2%;
float: left; } }
.before-content-area .widget_rss ul,
.before-content-area .widget_recent_comments ul,
.before-content-area .widget_recent_entries ul,
.after-content-area .widget_rss ul,
.after-content-area .widget_recent_comments ul,
.after-content-area .widget_recent_entries ul,
.before-loop-area .widget_rss ul,
.before-loop-area .widget_recent_comments ul,
.before-loop-area .widget_recent_entries ul,
.after-loop-area .widget_rss ul,
.after-loop-area .widget_recent_comments ul,
.after-loop-area .widget_recent_entries ul,
.full-width-header-area .widget_rss ul,
.full-width-header-area .widget_recent_comments ul,
.full-width-header-area .widget_recent_entries ul {
margin-left: -2%; }
.before-content-area .widget_rss ul > li,
.before-content-area .widget_recent_comments ul > li,
.before-content-area .widget_recent_entries ul > li,
.after-content-area .widget_rss ul > li,
.after-content-area .widget_recent_comments ul > li,
.after-content-area .widget_recent_entries ul > li,
.before-loop-area .widget_rss ul > li,
.before-loop-area .widget_recent_comments ul > li,
.before-loop-area .widget_recent_entries ul > li,
.after-loop-area .widget_rss ul > li,
.after-loop-area .widget_recent_comments ul > li,
.after-loop-area .widget_recent_entries ul > li,
.full-width-header-area .widget_rss ul > li,
.full-width-header-area .widget_recent_comments ul > li,
.full-width-header-area .widget_recent_entries ul > li {
margin-left: 2%; }
.before-content-area .widget_rss ul > li:first-child,
.before-content-area .widget_recent_comments ul > li:first-child,
.before-content-area .widget_recent_entries ul > li:first-child,
.after-content-area .widget_rss ul > li:first-child,
.after-content-area .widget_recent_comments ul > li:first-child,
.after-content-area .widget_recent_entries ul > li:first-child,
.before-loop-area .widget_rss ul > li:first-child,
.before-loop-area .widget_recent_comments ul > li:first-child,
.before-loop-area .widget_recent_entries ul > li:first-child,
.after-loop-area .widget_rss ul > li:first-child,
.after-loop-area .widget_recent_comments ul > li:first-child,
.after-loop-area .widget_recent_entries ul > li:first-child,
.full-width-header-area .widget_rss ul > li:first-child,
.full-width-header-area .widget_recent_comments ul > li:first-child,
.full-width-header-area .widget_recent_entries ul > li:first-child {
border-top: 1px #e0e0e8 solid;
padding-top: 21px;
margin-left: 2%; }
.before-content-area .widget_rss ul > li:nth-child(1), .before-content-area .widget_rss ul > li:nth-child(2), .before-content-area .widget_rss ul > li:nth-child(3),
.before-content-area .widget_recent_comments ul > li:nth-child(1),
.before-content-area .widget_recent_comments ul > li:nth-child(2),
.before-content-area .widget_recent_comments ul > li:nth-child(3),
.before-content-area .widget_recent_entries ul > li:nth-child(1),
.before-content-area .widget_recent_entries ul > li:nth-child(2),
.before-content-area .widget_recent_entries ul > li:nth-child(3),
.after-content-area .widget_rss ul > li:nth-child(1),
.after-content-area .widget_rss ul > li:nth-child(2),
.after-content-area .widget_rss ul > li:nth-child(3),
.after-content-area .widget_recent_comments ul > li:nth-child(1),
.after-content-area .widget_recent_comments ul > li:nth-child(2),
.after-content-area .widget_recent_comments ul > li:nth-child(3),
.after-content-area .widget_recent_entries ul > li:nth-child(1),
.after-content-area .widget_recent_entries ul > li:nth-child(2),
.after-content-area .widget_recent_entries ul > li:nth-child(3),
.before-loop-area .widget_rss ul > li:nth-child(1),
.before-loop-area .widget_rss ul > li:nth-child(2),
.before-loop-area .widget_rss ul > li:nth-child(3),
.before-loop-area .widget_recent_comments ul > li:nth-child(1),
.before-loop-area .widget_recent_comments ul > li:nth-child(2),
.before-loop-area .widget_recent_comments ul > li:nth-child(3),
.before-loop-area .widget_recent_entries ul > li:nth-child(1),
.before-loop-area .widget_recent_entries ul > li:nth-child(2),
.before-loop-area .widget_recent_entries ul > li:nth-child(3),
.after-loop-area .widget_rss ul > li:nth-child(1),
.after-loop-area .widget_rss ul > li:nth-child(2),
.after-loop-area .widget_rss ul > li:nth-child(3),
.after-loop-area .widget_recent_comments ul > li:nth-child(1),
.after-loop-area .widget_recent_comments ul > li:nth-child(2),
.after-loop-area .widget_recent_comments ul > li:nth-child(3),
.after-loop-area .widget_recent_entries ul > li:nth-child(1),
.after-loop-area .widget_recent_entries ul > li:nth-child(2),
.after-loop-area .widget_recent_entries ul > li:nth-child(3),
.full-width-header-area .widget_rss ul > li:nth-child(1),
.full-width-header-area .widget_rss ul > li:nth-child(2),
.full-width-header-area .widget_rss ul > li:nth-child(3),
.full-width-header-area .widget_recent_comments ul > li:nth-child(1),
.full-width-header-area .widget_recent_comments ul > li:nth-child(2),
.full-width-header-area .widget_recent_comments ul > li:nth-child(3),
.full-width-header-area .widget_recent_entries ul > li:nth-child(1),
.full-width-header-area .widget_recent_entries ul > li:nth-child(2),
.full-width-header-area .widget_recent_entries ul > li:nth-child(3) {
border-top: none;
padding-top: 0; }
@media (min-width: 544px) {
.before-content-area .widget_rss ul > li,
.before-content-area .widget_recent_comments ul > li,
.before-content-area .widget_recent_entries ul > li,
.after-content-area .widget_rss ul > li,
.after-content-area .widget_recent_comments ul > li,
.after-content-area .widget_recent_entries ul > li,
.before-loop-area .widget_rss ul > li,
.before-loop-area .widget_recent_comments ul > li,
.before-loop-area .widget_recent_entries ul > li,
.after-loop-area .widget_rss ul > li,
.after-loop-area .widget_recent_comments ul > li,
.after-loop-area .widget_recent_entries ul > li,
.full-width-header-area .widget_rss ul > li,
.full-width-header-area .widget_recent_comments ul > li,
.full-width-header-area .widget_recent_entries ul > li {
width: 48%;
margin-left: 2%;
float: left; } }
@media (min-width: 768px) {
.before-content-area .widget_rss ul > li,
.before-content-area .widget_recent_comments ul > li,
.before-content-area .widget_recent_entries ul > li,
.after-content-area .widget_rss ul > li,
.after-content-area .widget_recent_comments ul > li,
.after-content-area .widget_recent_entries ul > li,
.before-loop-area .widget_rss ul > li,
.before-loop-area .widget_recent_comments ul > li,
.before-loop-area .widget_recent_entries ul > li,
.after-loop-area .widget_rss ul > li,
.after-loop-area .widget_recent_comments ul > li,
.after-loop-area .widget_recent_entries ul > li,
.full-width-header-area .widget_rss ul > li,
.full-width-header-area .widget_recent_comments ul > li,
.full-width-header-area .widget_recent_entries ul > li {
width: 31%;
margin-left: 2%;
float: left; } }
.before-content-area .widget_recent_comments ul > li,
.after-content-area .widget_recent_comments ul > li,
.before-loop-area .widget_recent_comments ul > li,
.after-loop-area .widget_recent_comments ul > li,
.full-width-header-area .widget_recent_comments ul > li {
margin-left: 2%; } .widget_calendar h4 {
margin: 0 0 24px 0; }
.widget_calendar .calendar_wrap table {
margin: 0px 0 0 -2px; }
.widget_calendar .calendar_wrap caption {
font-size: 17.008px;
font-size: 1.063rem;
font-style: italic;
padding: 11px 10px;
margin-bottom: 5px; }
.widget_calendar .calendar_wrap th {
font-size: 14px;
font-size: 0.875rem;
padding: 8px 0 8px 0;
text-align: center;
position: relative; }
.widget_calendar .calendar_wrap thead th {
font-size: 17.008px;
font-size: 1.063rem;
font-style: italic;
background-color: #e9e9e9; }
.widget_calendar .calendar_wrap tbody td {
padding: 9px 0 9px 0;
width: 14%;
text-align: center;
position: relative; }
.widget_calendar .calendar_wrap tbody td a {
position: relative;
display: inline-block;
width: 20px;
z-index: 1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget_calendar .calendar_wrap tbody td a:hover::before {
opacity: 1;
-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1); }
.widget_calendar .calendar_wrap tbody td a::before {
content: '';
position: absolute;
width: 38px;
height: 37px;
top: -50%;
left: -50%;
z-index: -1;
border-radius: 50%;
display: block;
opacity: 0;
margin-left: 0px;
-webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
-o-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1); }
.widget_calendar .calendar_wrap tbody tr {
border-bottom: 1px solid #e9e9e9; }
.invert .widget_calendar .calendar_wrap tbody tr {
border-color: #4c535c; }
.widget_calendar .calendar_wrap tbody tr:first-child > td {
padding: 14px 0 9px 0; }
.widget_calendar .calendar_wrap tbody tr:last-child {
border: none; }
.widget_calendar .calendar_wrap #prev, .widget_calendar .calendar_wrap #next {
font-size: 17.008px;
font-size: 1.063rem;
font-style: italic;
padding: 10px 0 0 0; }
.widget_calendar .calendar_wrap #next {
text-align: right; }
@media (max-width: 992px) {
.widget_calendar h4 {
margin: 0 0 15px 0; }
.widget_calendar .calendar_wrap table {
margin: 0; } }
.footer-area .widget_calendar .calendar_wrap tbody td, .footer-area .widget_calendar .calendar_wrap th {
left: 0px; }
.footer-area .widget_calendar .calendar_wrap td a::before {
width: 20px;
height: 20px;
top: -2%;
left: -5%; } .widget_search .search-form__field,
.widget_search .search-form__submit {
height: 50px; } .widget_tag_cloud .tagcloud {
margin-left: -5px; }
.widget_tag_cloud .tagcloud a {
font-size: 12px !important;
font-size: 0.750rem !important;
padding: 3px 6px;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
margin: 5px; }
@media (min-width: 768px) and (max-width: 992px) {
.widget_tag_cloud .tagcloud {
margin: 19px -2px; }
.widget_tag_cloud .tagcloud a {
font-size: 12px !important;
font-size: 0.8rem !important;
padding: 6px 10px;
margin: 2px 1px; } }  .widget_recent_entries ul li {
margin: 0 0 24px 0; }
.widget_recent_entries ul li a {
display: inline-block;
margin-bottom: 6px; }
.widget_recent_entries ul li .post-date {
font-size: 12px;
font-weight: 400;
position: relative;
display: block;
margin: 10px 0 0 0; }  .widget_carousel .entry-meta a:last-child::after {
content: ''; }
.widget_carousel .entry-meta a:first-child::before {
content: "\2014\a0\a0"; }
.widget_carousel .entry-meta .post__date i {
display: none; } .widget_recent_comments ul li {
margin: 21px 0 0 0;
font-size: 14px; }
.widget_recent_comments ul li > a {
font-size: 17.008px;
font-size: 1.063rem;
font-style: italic;
display: block !important; }
.widget_recent_comments .comment-author-link::before,
.widget-custom-postson .post-date::before,
.widget_recent_entries ul li .post-date::before {
content: "\2014\a0\a0"; }
.widget-custom-postson .post-author + .post-date::before {
display: none; } .widget_recent_comments h4,
.widget_recent_entries h4 {
margin-bottom: 18px; }
.widget_recent_comments ul li,
.widget_recent_entries ul li {
border-bottom: 1px #eee solid;
padding-bottom: 21px; }
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child {
border-top: none;
padding-top: 0; }
.sidebar-primary .widget_recent_comments ul li:last-child,
.sidebar-secondary .widget_recent_comments ul li:last-child,
.footer-area .widget_recent_comments ul li:last-child, .sidebar-primary
.widget_recent_entries ul li:last-child,
.sidebar-secondary
.widget_recent_entries ul li:last-child,
.footer-area
.widget_recent_entries ul li:last-child {
border: none; }
.widget_recent_comments ul li::before,
.widget_recent_entries ul li::before {
display: none; }
.widget_recent_comments ul li a,
.widget_recent_entries ul li a {
font-style: italic; }
.widget_archive .widget-title, .widget_categories .widget-title, .widget_pages .widget-title, .widget_nav_menu .widget-title, .widget_meta .widget-title {
margin-bottom: 12px; }
.widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_nav_menu ul li, .widget_meta ul li {
padding: 7px 2px 9px;
margin: 0;
border-bottom-width: 1px;
border-bottom-style: solid; }
.widget_archive ul li:before, .widget_categories ul li:before, .widget_pages ul li:before, .widget_nav_menu ul li:before, .widget_meta ul li:before {
left: 0;
top: -1px;
position: relative; }
.invert .widget_archive ul li, .invert .widget_categories ul li, .invert .widget_pages ul li, .invert .widget_nav_menu ul li, .invert .widget_meta ul li {
border-color: #4c535c; }
.widget_archive ul li a, .widget_categories ul li a, .widget_pages ul li a, .widget_nav_menu ul li a, .widget_meta ul li a {
font-size: 0.875rem;
padding-left: 9px; }
.sidebar-primary .widget_archive ul li:last-child,
.sidebar-secondary .widget_archive ul li:last-child,
.footer-area .widget_archive ul li:last-child, .sidebar-primary .widget_categories ul li:last-child,
.sidebar-secondary .widget_categories ul li:last-child,
.footer-area .widget_categories ul li:last-child, .sidebar-primary .widget_pages ul li:last-child,
.sidebar-secondary .widget_pages ul li:last-child,
.footer-area .widget_pages ul li:last-child, .sidebar-primary .widget_nav_menu ul li:last-child,
.sidebar-secondary .widget_nav_menu ul li:last-child,
.footer-area .widget_nav_menu ul li:last-child, .sidebar-primary .widget_meta ul li:last-child,
.sidebar-secondary .widget_meta ul li:last-child,
.footer-area .widget_meta ul li:last-child {
border-bottom: none; }
.widget_nav_menu ul li.menu-item-has-children {
padding-bottom: 0px; }
.widget_nav_menu ul li.menu-item-has-children .sub-menu {
padding-left: 16px; }
.widget_nav_menu ul li.menu-item-has-children .sub-menu li:last-child {
border: none; }
.widget_nav_menu ul li.menu-item-has-children li:first-child {
border-top-width: 1px;
border-top-style: solid; }
.invert .widget_nav_menu ul li.menu-item-has-children li:first-child {
border-color: #4c535c; }
.widget_nav_menu ul li.menu-item-has-children > a {
display: inline-block;
margin-bottom: 7px; }
.widget_text blockquote, .widget_text .post-format-quote {
padding: 8px 6px 5px 6px;
font-size: 24px;
font-size: 1.5rem; }
.post-comments-count .material-icons {
font-size: 14px;
margin-right: 5px;
vertical-align: middle; }
.widget-custom-postson .widget-title {
margin-bottom: 0; }
.widget-custom-postson .post .post-content {
border-bottom: 1px #eee solid; }
.widget-custom-postson .post:last-child .post-content {
border: none; }
.widget-custom-postson .post-date .material-icons {
font-size: 14px;
margin-right: 5px;
vertical-align: middle; }
.widget-custom-postson .post-date:after {
font-family: fontawesome;
content: "\f111";
font-size: 0.3em;
position: relative;
bottom: 0.7em;
margin: 0 11px; }
.widget-custom-postson .post-content {
padding-bottom: 20px; }
.widget-custom-postson .post-content h6 {
font-size: 16px;
font-size: 1rem;
margin-bottom: 6px;
line-height: 1.4; }
.widget-custom-postson .post-content p {
margin-bottom: 10px; }
.widget-custom-postson .post-content .post-date,
.widget-custom-postson .post-content .post-author,
.widget-custom-postson .post-content .post-comments-count,
.widget-custom-postson .post-content .post-terms {
font-size: 12px;
font-size: 0.75rem; }
.widget-custom-postson .post-content .post-date:last-child:after,
.widget-custom-postson .post-content .post-author:last-child:after,
.widget-custom-postson .post-content .post-comments-count:last-child:after,
.widget-custom-postson .post-content .post-terms:last-child:after {
content: ''; }
.widget-custom-postson .btn {
margin: 20px 0 25px; }
.widget-area:not(.sidebar-primary) .widget-custom-postson .post-content {
border: none; }
.widget.widget-image-grid.widget {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
border-radius: 15px; }
.widget-image-grid .row {
margin: 0;
line-height: 0; }
.widget-image-grid__holder {
padding: 0;
line-height: normal; }
@media (min-width: 768px) {
.widget-image-grid__holder:first-child .widget-image-grid__inner, .widget-image-grid__holder:first-child .widget-image-grid__inner .widget-image-grid__content:before {
border-radius: 0px 0 0 0px; } }
@media (min-width: 768px) {
.widget-image-grid__holder:last-child .widget-image-grid__inner, .widget-image-grid__holder:last-child .widget-image-grid__inner .widget-image-grid__content:before {
border-radius: 0 0px 0px 0; } }
.widget-image-grid__inner {
position: relative;
display: block;
overflow: visible; }
.widget-image-grid__inner img {
display: block;
width: 100%;
height: auto; }
.widget-image-grid__content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
padding: 0 30px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
opacity: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-image-grid__content:hover {
opacity: 1; }
.widget-image-grid__content::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.8;
z-index: -1; }
.widget-image-grid__title a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-image-grid__title a:hover {
color: inherit; }
@media (min-width: 768px) {
.widget-image-grid__title {
font-size: 14px; } }
.widget-image-grid__link {
font-size: 14px;
-webkit-transition: inherit;
-o-transition: inherit;
transition: inherit; }
.widget-image-grid__link i {
font-size: 16px;
margin: 0px 7px 0px 7px;
position: relative;
top: 4px;
-webkit-transition: inherit;
-o-transition: inherit;
transition: inherit; }
.position-two-sidebars .columns-number-3 .widget-image-grid__content {
padding: 0 10px; }
.position-two-sidebars .columns-number-3 .widget-image-grid__title {
font-size: 13px; }
.position-two-sidebars .columns-number-3 .widget-image-grid__link {
display: none; }
.instagram__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap; }
.instagram__item {
position: relative;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
min-height: 1px;
padding: 5px 10px;
max-width: 33%; }
.widget-area.sidebar-primary .instagram__item:first-child,
.widget-area.sidebar-secondary .instagram__item:first-child,
.site-footer .instagram__item:first-child {
padding-left: 0; }
.widget-area.sidebar-primary .instagram__item:last-child,
.widget-area.sidebar-secondary .instagram__item:last-child,
.site-footer .instagram__item:last-child {
padding-right: 0; }
.sidebar-primary .instagram__item,
.sidebar-secondary .instagram__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.instagram__link {
position: relative;
overflow: hidden;
display: block; }
.instagram__link:hover .instagram__cover {
opacity: 1; }
.instagram__img {
display: inline-block;
vertical-align: top;
width: 100%; }
.instagram__cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
opacity: 0;
text-align: center;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out; }
.instagram__cover:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
font-family: fontAwesome;
display: block;
position: absolute;
top: 50%;
left: 50%;
content: '\f16d';
font-size: 2em;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 10; }
.instagram__cover:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
z-index: 5; }
.site-footer .col-xs-12.footer-area--centered.widget-instagram .widget-title {
text-align: center; }
@media (min-width: 992px) {
.widget-area .widget-instagram .instagram__items {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap; } }
.site-footer .widget-instagram.footer-area--centered .instagram__items {
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap; }
.widget-area.sidebar-primary .widget-instagram .instagram__items,
.widget-area.sidebar-secondary .widget-instagram .instagram__items,
.site-footer .widget-instagram .instagram__items {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap; }
.widget-area.sidebar-primary .widget-instagram .instagram__items .instagram__item,
.widget-area.sidebar-secondary .widget-instagram .instagram__items .instagram__item,
.site-footer .widget-instagram .instagram__items .instagram__item {
padding: 5px; }
.widget-area.sidebar-primary .widget-instagram .instagram__items .instagram__item:first-child, .widget-area.sidebar-primary .widget-instagram .instagram__items .instagram__item:last-child,
.widget-area.sidebar-secondary .widget-instagram .instagram__items .instagram__item:first-child,
.widget-area.sidebar-secondary .widget-instagram .instagram__items .instagram__item:last-child,
.site-footer .widget-instagram .instagram__items .instagram__item:first-child,
.site-footer .widget-instagram .instagram__items .instagram__item:last-child {
padding: 5px; }
.widget_fbw_id .loader {
margin: 30px auto;
font-size: 5px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgba(0, 0, 0, 0.2);
border-right: 1.1em solid rgba(0, 0, 0, 0.2);
border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
border-left: 1.1em solid #000000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear; }
.widget_fbw_id .loader img {
display: none; }
.widget_fbw_id .loader,
.widget_fbw_id .loader:after {
border-radius: 50%;
width: 10em;
height: 10em; }
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
width: 50%;
float: left; }
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
border-radius: 0; }
@media (min-width: 768px) and (max-width: 992px) {
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
width: 100%; }
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; } }
.widget_give_forms_widget form[id*='give-form'] .give-btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
width: 50%;
float: right;
font-size: .8rem; }
@media (min-width: 768px) and (max-width: 992px) {
.widget_give_forms_widget form[id*='give-form'] .give-btn {
width: auto;
border-radius: 0px;
padding-left: 15px;
padding-right: 15px;
margin-top: 5px; } }
@media (min-width: 1200px) {
.widget_give_forms_widget form[id*='give-form'] .give-btn {
font-size: 1rem; } }
.sidebar-primary .travelop_lite-smartslider h2.sp-title, .sidebar-secondary .travelop_lite-smartslider h2.sp-title {
font-size: 30px;
line-height: 30px;
text-align: center; }
.travelop_lite-smartslider {
position: relative;
overflow: hidden;
width: 100%; }
.travelop_lite-smartslider__instance .sp-full-screen-button {
color: #fff;
right: 15px; }
.travelop_lite-smartslider__instance .sp-thumbnail-container {
margin-left: 5px;
margin-right: 5px; }
.travelop_lite-smartslider__instance .sp-thumbnail-container .sp-selected-thumbnail {
-webkit-box-shadow: inset 2px 2px 0 0 white;
box-shadow: inset 2px 2px 0 0 white; }
.travelop_lite-smartslider__instance .sp-arrows .sp-arrow {
width: 59px;
height: 59px;
background-image: none;
background-color: #2b8ffb;
margin: 0 2%;
text-align: center; }
.travelop_lite-smartslider__instance .sp-arrows .sp-arrow:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: transparent;
position: relative;
right: 0;
top: 0;
left: 0;
bottom: 0;
font-size: 38px;
line-height: 59px;
width: 100%;
height: 100%;
margin: 2px;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease; }
.travelop_lite-smartslider__instance .sp-arrows .sp-arrow:after {
display: none; }
.travelop_lite-smartslider__instance .sp-arrows .sp-arrow.sp-previous-arrow {
border-radius: 50%; }
.travelop_lite-smartslider__instance .sp-arrows .sp-arrow.sp-next-arrow {
border-radius: 50%; }
.travelop_lite-smartslider__instance.sp-horizontal .sp-previous-arrow {
left: 0; }
.travelop_lite-smartslider__instance.sp-horizontal .sp-previous-arrow:before {
content: "keyboard_arrow_left"; }
.travelop_lite-smartslider__instance.sp-horizontal .sp-next-arrow {
right: 0; }
.travelop_lite-smartslider__instance.sp-horizontal .sp-next-arrow:before {
content: "keyboard_arrow_right"; }
.travelop_lite-smartslider__instance.sp-vertical .sp-arrows {
margin-left: -25px; }
.travelop_lite-smartslider__instance.sp-vertical .sp-previous-arrow {
top: 0; }
.travelop_lite-smartslider__instance.sp-vertical .sp-previous-arrow:before {
content: "keyboard_arrow_left"; }
.travelop_lite-smartslider__instance.sp-vertical .sp-next-arrow {
bottom: 0; }
.travelop_lite-smartslider__instance.sp-vertical .sp-next-arrow:before {
content: "keyboard_arrow_right"; }
.travelop_lite-smartslider__instance .sp-buttons {
position: absolute;
bottom: 9%;
display: none; }
.travelop_lite-smartslider__instance .sp-buttons .sp-button:first-child {
margin-left: 0; }
@media (min-width: 544px) {
.travelop_lite-smartslider__instance .sp-buttons {
display: block;
padding: 0 40px;
text-align: left; } }
@media (min-width: 768px) {
.travelop_lite-smartslider__instance .sp-buttons {
padding: 0 70px; } }
@media (min-width: 1200px) {
.travelop_lite-smartslider__instance .sp-buttons {
left: 50%;
width: 970px;
margin-left: 0;
padding: 0;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); } }
.travelop_lite-smartslider__instance .sp-buttons .sp-button {
width: 14px;
height: 14px;
border-color: #fff;
margin: 4px 15px 4px 16px; }
.travelop_lite-smartslider__instance .sp-buttons .sp-button.sp-selected-button {
background-color: #fff; }
.travelop_lite-smartslider__instance h2.sp-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
font-style: normal;
overflow: hidden;
text-align: center;
margin: 0 0 29px; }
.travelop_lite-smartslider__instance h2.sp-title a {
color: #fff;
white-space: normal; }
@media (min-width: 544px) {
.travelop_lite-smartslider__instance h2.sp-title {
font-size: 30px;
text-align: left; } }
@media (min-width: 768px) {
.travelop_lite-smartslider__instance h2.sp-title {
font-size: 40px;
margin-left: 0; } }
@media (min-width: 992px) {
.travelop_lite-smartslider__instance h2.sp-title {
font-size: 60px;
text-align: left; } }
@media (min-width: 1200px) {
.travelop_lite-smartslider__instance h2.sp-title {
font-size: 70px;
line-height: 1;
text-align: left;
margin: 0 0 28px;
margin-top: 16%; } }
.travelop_lite-smartslider__instance p.sp-content {
font-size: 16px;
font-size: 1rem;
line-height: 1.35;
text-align: center;
color: #fff; }
@media (min-width: 544px) {
.travelop_lite-smartslider__instance p.sp-content {
text-align: left; } }
@media (min-width: 768px) {
.travelop_lite-smartslider__instance p.sp-content {
font-size: 16px;
font-size: 1rem; } }
@media (min-width: 992px) {
.travelop_lite-smartslider__instance p.sp-content {
font-size: 18px;
font-size: 1.125rem;
max-width: 56%;
-webkit-transform: translateY(-3px) !important;
-moz-transform: translateY(-3px) !important;
-o-transform: translateY(-3px) !important;
-ms-transform: translateY(-3px) !important;
transform: translateY(-3px) !important; } }
.travelop_lite-smartslider__instance div.sp-more {
margin: 32px 0 0;
text-align: center; }
@media (min-width: 544px) {
.travelop_lite-smartslider__instance div.sp-more {
text-align: left; } }
@media (min-width: 992px) {
.travelop_lite-smartslider__instance div.sp-more {
-webkit-transform: translateY(10px) !important;
-moz-transform: translateY(10px) !important;
-o-transform: translateY(10px) !important;
-ms-transform: translateY(10px) !important;
transform: translateY(10px) !important; } }
.travelop_lite-smartslider__instance div.sp-more a {
font-size: 14px;
font-size: 0.875rem;
padding: 22px 40px;
border: none;
color: #fff; }
.travelop_lite-smartslider__instance div.sp-more a:hover {
background-color: #fff; }
.travelop_lite-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 14px;
line-height: 18px; }
@media (min-width: 544px) {
.travelop_lite-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 18px;
line-height: 20px; } }
@media (min-width: 768px) {
.travelop_lite-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 22px;
line-height: 22px; } }
@media (min-width: 992px) {
.travelop_lite-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 30px;
line-height: 30px; } }
@media (min-width: 1200px) {
.travelop_lite-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 40px;
line-height: 40px; } }
.layout-boxed .travelop_lite-smartslider__instance h2.sp-title, .layout-boxed .travelop_lite-smartslider__instance div.sp-more, .layout-boxed .travelop_lite-smartslider__instance p.sp-content, .layout-boxed .travelop_lite-smartslider__instance .sp-buttons {
text-align: center;
margin-left: auto;
margin-right: auto; }
.travelop_lite-smartslider[data-thumbnails="true"] .sp-buttons {
bottom: 25%; }
@media (min-width: 1200px) {
.travelop_lite-smartslider[data-thumbnails="true"] .sp-buttons {
bottom: 20%; } }
.travelop_lite-smartslider .caption {
position: absolute;
top: 0;
height: 100%;
padding: 60px 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%; }
@media (min-width: 544px) {
.travelop_lite-smartslider .caption {
padding: 0 40px;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center; } }
@media (min-width: 768px) {
.travelop_lite-smartslider .caption {
padding: 0 70px; } }
@media (min-width: 1200px) {
.travelop_lite-smartslider .caption {
left: 50%;
width: 970px;
margin-left: 0;
padding: 0;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); } }
.travelop_lite-smartslider .caption .sp-layer {
position: relative; }
@media (min-width: 1200px) {
.widget-area.full-width-header-area .caption,
.widget-area.full-width-footer-area .caption {
width: 1170px; } }
@media (min-width: 1200px) {
.widget-area.full-width-header-area .sp-buttons,
.widget-area.full-width-footer-area .sp-buttons {
width: 1170px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
text-align: left; } }
.layout-boxed .travelop_lite-smartslider__instance .sp-buttons {
text-align: center;
padding: 0; }
.follow-block {
padding: 0 0 20px; }
.sidebar-primary .follow-block,
.sidebar-secondary .follow-block,
.footer-area .follow-block {
text-align: left; }
.subscribe-block {
padding: 0 0 20px; }
.sidebar-primary .subscribe-block,
.sidebar-secondary .subscribe-block,
.sidebar-minor .subscribe-block,
.footer-area .subscribe-block {
text-align: left; }
.follow-block + .subscribe-block {
border-top: 1px solid #e0e0e8;
padding: 10px 0; }
@media (min-width: 992px) {
.follow-block + .subscribe-block {
padding: 5px 0; } }
.sidebar-primary .follow-block + .subscribe-block,
.sidebar-secondary .follow-block + .subscribe-block {
margin: 0 -10px 0;
padding-left: 10px;
padding-right: 10px; }
@media (min-width: 992px) {
.sidebar-primary .follow-block + .subscribe-block,
.sidebar-secondary .follow-block + .subscribe-block {
margin: 0px -10px 0;
padding-left: 10px;
padding-right: 10px; } }
.footer-area .follow-block + .subscribe-block {
border-top: 1px solid rgba(255, 255, 255, 0.2); }
.subscribe-block__input-group {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.sidebar-primary .subscribe-block__input-group,
.sidebar-secondary .subscribe-block__input-group,
.sidebar-minor .subscribe-block__input-group,
.footer-area .subscribe-block__input-group {
-ms-flex-pack: center;
-webkit-justify-content: center;
-webkit-box-pack: center;
justify-content: center; }
@media (min-width: 992px) {
.footer-area .subscribe-block__input-group {
margin-left: auto;
margin-right: auto; } }
.subscribe-block__input[type="email"] {
max-width: calc(100% - 50px);
height: 50px;
-webkit-order: 0;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
border-right: none; }
.footer-area .subscribe-block__input[type="email"]:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: #fff; }
@media (min-width: 1200px) {
.subscribe-block__input[type="email"] {
max-width: 58%;
max-width: calc(100% - 113px); } }
.sidebar-1-4 .subscribe-block__input[type="email"] {
max-width: calc(100% - 50px); }
.subscribe-block__submit {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-order: 0;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
max-width: 42%;
height: 50px;
padding-left: 20px;
padding-right: 20px;
font-size: 0; }
.subscribe-block__submit:before {
content: "arrow_forward";
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
font-size: 16px;
font-size: 1rem;
display: inline-block;
vertical-align: middle; }
@media (min-width: 1200px) {
.subscribe-block__submit {
font-size: 12px;
font-size: 0.75rem; }
.subscribe-block__submit:before {
display: none; } }
.sidebar-1-4 .subscribe-block__submit {
font-size: 0; }
.sidebar-1-4 .subscribe-block__submit:before {
display: inline-block; }
.subscribe-block__message {
padding: 0 0 15px; }
.footer-area .subscribe-block__message {
padding-bottom: 20px; }
.widget-taxonomy-tiles.widget {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
background: transparent; }
.widget-taxonomy-tiles {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0; }
.widget-taxonomy-tiles__holder {
padding: 0;
float: left;
line-height: normal;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.widget-taxonomy-tiles__inner {
position: relative;
overflow: hidden;
border-radius: 0px;
-webkit-box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17); }
@media (min-width: 992px) {
.widget-taxonomy-tiles__inner {
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17); } }
.tiles-columns .widget-taxonomy-tiles__inner {
position: absolute;
width: 100%;
height: 100%; }
.widget-taxonomy-tiles__inner .term-img {
display: block;
width: 100%;
height: auto; }
.widget-taxonomy-tiles .tiles-columns .term-img {
position: absolute;
height: 100%;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.widget-taxonomy-tiles__content {
position: absolute;
width: 100%;
height: auto;
bottom: 0;
left: 0;
padding: 23px 28px;
z-index: 0; }
.widget-taxonomy-tiles__content:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.9;
z-index: -1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-taxonomy-tiles__content i.material-icons {
position: absolute;
top: 50%;
right: 26px;
right: 4px;
margin-top: -11px; }
.widget-taxonomy-tiles__title {
margin: 0 0 0 0; }
.widget-taxonomy-tiles a {
text-decoration: none;
color: inherit; }
.widget-taxonomy-tiles .post-count {
margin: 16px 0 0 1px;
display: inline-block; }
.widget-taxonomy-tiles .tile_item {
float: left;
margin-bottom: -1px; }
.widget-taxonomy-tiles .post-desc {
margin: 16px 0 0 0; }
.widget-taxonomy-tiles .tiles-columns {
padding-top: 2px;
margin: 0 -3px 0 0;
display: block;
line-height: 0; }
.widget-taxonomy-tiles .tiles-columns:after {
content: '';
display: block;
clear: both; }
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%; } }
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%; } }
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%; } }
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%; } }
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; } }
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 62px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 80.5px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 97.5px; } }
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 124px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 161px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 195px; } }
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 186px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 241.5px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 292.5px; } }
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 248px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 322px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 390px; } }
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 372px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 483px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 585px; } }
.sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; }
@media (min-width: 768px) {
.sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .sidebar-minor .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-minor .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
display: none; }
.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
padding: 15px; }
.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title {
font-size: 14px;
font-size: 0.875rem; }
.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i {
display: none; } } .site {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; }
.single-post .site-main,
.page .site-main,
.single .site-main {
padding: 10px;
-webkit-box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
background: #fff;
border-radius: 0px;
margin: 0 0 10px; }
@media (min-width: 992px) {
.single-post .site-main,
.page .site-main,
.single .site-main {
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17); } }
@media (min-width: 992px) {
.single-post .site-main,
.page .site-main,
.single .site-main {
padding: 35px 40px 40px;
margin: 0 0 30px; } }
.container.site-header > .container, .container.site-content > .container, .container.site-footer > .container {
max-width: inherit;
padding-left: 0;
padding-right: 0; }
.layout-fullwidth .site-header.container,
.layout-fullwidth .site-footer.container {
max-width: 100%;
padding: 0; }
.layout-boxed .top-panel .container {
padding: 0; } .site-header {
margin-bottom: 15px; }
.header-container {
padding: 24px 0.9375rem 0 0.9375rem; }
.isStuck.header-container {
padding-top: 0; }
.isStuck {
position: fixed;
width: 100%;
left: 0;
z-index: 9999;
-webkit-box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
background: #fff;
border-radius: 0px; }
@media (min-width: 992px) {
.isStuck {
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17); } }
@media (min-width: 600px) {
header.site-header.centered .main-navigation.isStuck, header.site-header.default .main-navigation.isStuck, header.site-header.minimal .main-navigation.isStuck {
padding: 0;
width: 100%;
text-align: center; } }
header.site-header.centered .main-navigation.isStuck ul.menu, header.site-header.default .main-navigation.isStuck ul.menu, header.site-header.minimal .main-navigation.isStuck ul.menu {
margin-top: 20px; }
@media (min-width: 600px) {
header.site-header.default .main-navigation.isStuck {
padding-left: 0.9375rem;
text-align: left; } }
@media (max-width: 37.5em) {
header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: stretch;
-webkit-align-content: stretch;
align-content: stretch;
-ms-flex-align: start;
-webkit-align-items: flex-start;
-webkit-box-align: start;
align-items: flex-start; } }
@media screen and (max-width: 37.5em) and (min-width: 37.5em) {
header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
-ms-flex-wrap: no-wrap;
flex-wrap: no-wrap; } }
@media (max-width: 37.5em) {
header.site-header.centered .header-container_wrap .social-list, header.site-header.centered .header-container_wrap .site-description, header.site-header.default .header-container_wrap .social-list, header.site-header.default .header-container_wrap .site-description {
text-align: center; }
header.site-header .top-panel__message {
display: none; }
header.site-header .header-container {
padding: 20px 10px 0; }
header.site-header .header-container .site-branding {
-webkit-flex: 0 1 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-order: 2;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-right: 0;
padding: 0 0 15px;
text-align: left; }
header.site-header .header-container .social-list {
-webkit-flex: 0 1 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-order: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
text-align: left;
padding: 0 0 10px; }
header.site-header .header-container .main-navigation {
-webkit-order: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 0; }
.menu-toggle {
position: absolute;
top: 5px;
left: 35px;
background: none; }
.admin-bar .menu-toggle {
top: 51px; } }
@media (max-width: 599px) {
header.site-header.centered .main-navigation, header.site-header.default .main-navigation, header.site-header.minimal .main-navigation {
-webkit-order: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
header.site-header.centered .social-list, header.site-header.default .social-list, header.site-header.minimal .social-list {
margin-bottom: 5px;
-webkit-order: 3;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; } }
.site-header.centered .site-branding {
text-align: center;
padding-bottom: 19px; }
@media (min-width: 600px) {
.site-header.centered .site-branding {
border-bottom: 1px solid #e9e9e9; } }
.site-header.centered .social-list {
text-align: center;
padding: 15px 0 0 0; }
.site-header.centered .main-navigation {
text-align: center;
padding: 22px 0 0 0; }
.top-panel__wrap:after {
clear: both;
content: "";
width: 100%;
display: block; }
@media (max-width: 599px) {
.top-panel__wrap {
margin: 0 10px; } }
.top-panel__message {
float: left; }
.top-panel__message .info-block {
margin: 5px 35px 10px 0; }
.top-panel__message .info-block:last-child {
margin-bottom: 5px; }
@media (min-width: 992px) {
.top-panel__message .info-block {
float: left;
margin-bottom: 0; } }
.top-panel__message .material-icons {
background: #fff;
width: 29px;
height: 29px;
border-radius: 15px;
line-height: 29px;
text-align: center;
font-size: 16px;
font-size: 1rem;
margin: 0 10px 0 0;
vertical-align: middle; }
.top-panel__message .material-icons.indent-left {
margin-left: 35px; }
.top-panel__search {
float: right;
border-width: 1px;
border-style: solid;
border-top: none;
border-bottom: none; }
@media (max-width: 599px) {
.top-panel__search {
margin-left: 60px;
float: none;
border-right: none; } }
@media (min-width: 600px) and (max-width: 767px) {
.top-panel__search {
float: left;
border: none; }
.top-panel__search .search-form__field[type="search"] {
padding-left: 0; } }
.top-panel__search, .top-panel__message {
padding: 9px 0; }
.top-panel__menu {
float: right;
margin: 4px 0 0;
padding: 9px 10px; }
.top-panel__menu-list {
list-style: none;
margin: 0;
padding: 0; }
.top-panel__menu-list li {
display: inline-block;
padding: 0 5px; }
.top-panel__menu-list li a {
text-decoration: none; }
.top-panel__menu-list li.current-menu-item, .top-panel__menu-list li.current_page_item,
.top-panel__menu-list li a:hover {
text-decoration: none; }
.layout-fullwidth .site-header.default .top-panel .container,
.layout-fullwidth .site-header.minimal .top-panel .container {
margin: 0;
max-width: 100%;
padding-right: 0; }
.site-logo {
padding: 0;
margin: 0; }
.site-logo__link {
text-decoration: none; } .sticky {
display: block; }
.sticky__label {
display: inline-block;
line-height: 22px;
padding: 0 10px;
float: right;
text-align: center;
border-radius: 20px; }
.sticky__label > i {
display: block;
width: auto;
height: 2em;
width: calc(2em - 20px);
font-size: 21px;
line-height: 2; }
.posts-list .sticky__label > i {
color: inherit;
font-size: 21px;
margin-right: 0; }
.has-post-thumbnail .sticky__label {
float: none;
position: absolute;
top: 10px;
right: 0;
z-index: 99; }
@media (min-width: 992px) {
.has-post-thumbnail .sticky__label {
top: 30px; } }
@media (min-width: 992px) {
.posts-list--default .sticky.posts-list__item .btn,
.posts-list--grid-2-cols .sticky.posts-list__item .btn,
.posts-list--grid-3-cols .sticky.posts-list__item .btn {
width: auto;
height: auto;
padding: 14px 19px; } }
@media (min-width: 992px) {
.sticky.posts-list__item .btn__text {
display: inline-block; }
.posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
.posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
display: none; } }
.position-two-sidebars .sticky.posts-list__item .btn__text {
display: none; }
@media (min-width: 992px) {
.sticky.posts-list__item .btn__icon {
display: none; }
.posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
.posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon {
display: inline-block; } }
.position-two-sidebars .sticky.posts-list__item .btn__icon {
display: inline-block; }
.position-two-sidebars .sticky.posts-list__item .btn {
padding: 0;
width: 50px;
height: 50px; }
@media (min-width: 992px) {
.posts-list--grid-2-cols .sticky .entry-title,
.posts-list--grid-3-cols .sticky .entry-title {
font-size: 30px; } }
.posts-list--masonry-2-cols .posts-list__item,
.posts-list--masonry-3-cols .posts-list__item {
margin-top: 1.5em; }
.posts-list--masonry-2-cols .posts-list__item .post-gallery,
.posts-list--masonry-3-cols .posts-list__item .post-gallery {
display: none; }
.posts-list--grid-2-cols .posts-list__item,
.posts-list--grid-3-cols .posts-list__item {
-webkit-display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.posts-list__item .entry-title {
letter-spacing: 1px; }
.posts-list__item a {
text-decoration: none; }
.posts-list__item .btn {
width: 50px;
height: 50px;
padding: 0;
text-align: center; }
.posts-list__item .btn__text {
display: none; }
.posts-list__item .btn__icon {
line-height: 50px; }
@media (min-width: 992px) {
.posts-list--default .posts-list__item .btn, .posts-list.sticky .posts-list__item .btn {
width: auto;
height: auto;
padding: 14px 19px; } }
@media (min-width: 992px) {
.posts-list--default .posts-list__item .btn__text, .posts-list.sticky .posts-list__item .btn__text {
display: inline-block; } }
@media (min-width: 992px) {
.posts-list--default .posts-list__item .btn__icon, .posts-list.sticky .posts-list__item .btn__icon {
display: none; } }
.hentry {
position: relative;
margin: 0 0 10px;
padding: 20px;
-webkit-box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
background: #fff; }
@media (min-width: 992px) {
.hentry {
margin: 0 0 30px;
padding: 40px; } }
.single-post .hentry,
.page .hentry {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
padding: 0; }
.entry-title {
font-size: 17px;
line-height: 1.353;
margin-top: 15px;
margin-bottom: 0; }
@media (min-width: 992px) {
.entry-title {
font-size: 30px; } }
@media (min-width: 992px) {
.posts-list--grid-2-cols .entry-title,
.posts-list--grid-3-cols .entry-title,
.posts-list--masonry-2-cols .entry-title,
.posts-list--masonry-3-cols .entry-title {
font-size: 20px; } }
.entry-summary + .entry-meta,
.entry-content + .entry-meta {
margin-top: 15px; }
.single .entry-meta span {
margin: 0; }
.posts-list .entry-summary, .posts-list .entry-content {
display: none; }
@media (min-width: 768px) {
.posts-list .entry-summary, .posts-list .entry-content {
display: block; } }
.entry-footer {
position: relative; }
.posts-list .entry-footer {
margin: 5px 0 0; }
@media (min-width: 992px) {
.posts-list .entry-footer {
margin-right: 0px;
margin-left: 0px; } }
.entry-footer .btn {
margin-top: 0px;
float: right; }
@media (min-width: 992px) {
.entry-footer .btn {
margin-top: 19px;
float: left; } }
.posts-list .entry-footer .btn:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
content: '';
height: 1px;
background-color: transparent;
pointer-events: none; }
.post-thumbnail__link.post-thumbnail--small {
display: block;
margin-bottom: 15px;
text-align: center; }
@media (min-width: 992px) {
.post-thumbnail__link.post-thumbnail--small {
float: left;
margin-right: 30px;
text-align: left; } }
.post-thumbnail__img {
display: inline-block;
vertical-align: top; }
.posts-list .post-thumbnail__img {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important; }
.entry-header + .post-thumbnail > .post-thumbnail__img {
margin-top: 25px; }
.post-thumbnail--fullwidth .post-thumbnail__img {
width: 100%; }
.posts-list .post-thumbnail--fullwidth {
display: block;
margin: 0px 0px 25px; }
@media (min-width: 992px) {
.posts-list .post-thumbnail--fullwidth {
margin: 0px 0px 25px; } }
.posts-list .post__cats,
.single-post .post__cats {
position: static; }
.post__cats a {
font-size: 12px !important;
font-size: 0.750rem !important;
padding: 3px 6px;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
margin: 5px; }
.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
position: absolute;
top: 15px;
left: 15px;
z-index: 99; }
@media (min-width: 992px) {
.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
top: 15px;
left: 15px; } }
.post-format-wrap .post__cats {
position: absolute;
top: 10px;
left: 10px;
z-index: 99; }
@media (min-width: 992px) {
.post-format-wrap .post__cats {
top: 30px;
left: 30px; } }
@media (min-width: 992px) {
.post__comments i {
display: none; } }
@media (max-width: 991px) {
.post__comments {
margin-right: 0px; }
.post__comments a {
width: 1em;
overflow: hidden;
display: inline-block;
height: 1.1em;
position: relative;
top: 1px; } }
@media (min-width: 768px) {
.posts-list--grid-2-cols .posts-list__item .post__date,
.posts-list--masonry-2-cols .posts-list__item .post__date, .posts-list--grid-2-cols .posts-list__item .post__comments,
.posts-list--masonry-2-cols .posts-list__item .post__comments {
display: block; } }
@media (min-width: 992px) {
.posts-list--grid-2-cols .posts-list__item .post__date,
.posts-list--masonry-2-cols .posts-list__item .post__date, .posts-list--grid-2-cols .posts-list__item .post__comments,
.posts-list--masonry-2-cols .posts-list__item .post__comments {
display: inline; } }
.post__date .material-icons, .post__comments .material-icons, .post__tags .material-icons,
.post .post-author .material-icons {
font-size: 14px;
margin-right: 5px;
vertical-align: middle; }
.post__date:after, .post__comments:after, .post__tags:after,
.post .post-author:after {
font-family: fontawesome;
content: "\f111";
font-size: 0.3em;
position: relative;
bottom: 0.7em;
margin: 0 11px; }
.post__date:after {
margin-right: 10px; }
.posts-list .post__tags {
display: inline; }
.single-post .post__tags {
margin-top: 15px;
float: left;
font-size: 12px;
font-size: 0.75rem;
font-weight: 500;
text-transform: uppercase; }
@media (max-width: 479px) {
.single-post .post__tags {
float: none; } }
.post__tags::after {
display: none; }
.post span:last-child:after {
content: ""; }
.post.no-thumb .post__cats {
margin: 0; }
.post.no-thumb .post__cats a, .single-post .post__cats a {
margin-left: 0;
margin-top: 0; }
.single-post .entry-title {
margin-bottom: 18px; }
.single-post .no-thumb .entry-meta {
margin-bottom: 18px; }
.single-post .hentry {
margin-bottom: 0; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
margin: 18px 0 0; }
.post.no-thumb .entry-content p:first-of-type {
margin-top: 20px; }
div:not(.posts-list) .post.no-thumb .entry-content p:first-of-type,
.single div:not(.posts-list) .post.no-thumb .entry-content blockquote + p:first-of-type,
.single div:not(.posts-list) .post.no-thumb .entry-content .post-format-quote + p:first-of-type {
margin-top: 0px; }
.single .post.format-quote.no-thumb .entry-content p:first-of-type {
margin-top: 20px; }
.posts-list .post.no-thumb .entry-meta {
margin: 20px 0 10px; }
.entry-meta {
font-size: 12px;
font-size: 0.75rem;
font-weight: normal; }
.page-links {
clear: both;
margin: 0 0 15px; }
.position-two-sidebars #sidebar-secondary {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.position-two-sidebars #primary {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.position-two-sidebars #sidebar-primary {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
@media (min-width: 768px) {
.position-two-sidebars #sidebar-secondary {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.position-two-sidebars #primary {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.position-two-sidebars #sidebar-primary {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
.invert .btn:not([type="submit"]),
.invert .btn:hover:not([type="submit"]),
.invert .btn:focus:not([type="submit"]),
.invert input[type="submit"].submit,
.invert input.wpcf7-submit {
border-color: transparent; }
a, button, input {
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease; } .post {    }
.post-gallery {
margin: 0px 0px 20px; }
@media (min-width: 992px) {
.post-gallery {
margin: 0px 0px 20px; } }
.entry-content .post-gallery {
margin-top: 10px; }
.post-gallery img {
display: block;
width: 100%; }
.entry-content .post-gallery img {
border-radius: 0; }
.post-gallery .swiper-button-next, .post-gallery .swiper-button-prev {
margin-top: -25px;
top: 50%;
border-radius: 50%; }
.post-gallery .swiper-button-prev {
left: 0; }
.post-gallery .swiper-button-next {
right: 0; }
.post-gallery .material-icons {
font-size: 24px; }
.post-gallery__caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15px;
background: rgba(0, 0, 0, 0.5);
color: #fff; }
.post-gallery__link {
display: block; }
.post-format-link {
display: inline-block;
border-radius: 0px;
margin: 10px 0;
padding: 13px 30px 12px 30px;
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
font-weight: bold;
letter-spacing: 1px; }
.post .post-format-link {
text-decoration: underline; }
.post-format-link:before {
content: ""; }
.posts-list--grid-2-cols .post-format-link,
.posts-list--masonry-2-cols .post-format-link {
font-size: 12px;
font-size: 0.75rem; }
.has-thumb .post-thumbnail {
position: relative; }
.has-thumb .post-thumbnail__format-link {
position: absolute;
top: 50%;
bottom: 50%;
left: 0;
right: 0;
text-align: center; }
.has-thumb .post-thumbnail__format-link .post-format-link {
margin: -20px 0 0 0; }
.post.format-link.no-thumb .post-format-link {
color: #fff; }
@media (max-width: 991px) {
.post-format-quote {
padding: 26px 30px 50px; } }
.post-format-quote:before {
top: 10px; }
.post-featured-content {
margin: 0px 0px 20px; }
@media (min-width: 992px) {
.post-featured-content {
margin: 0px 0px 20px; } }
.format-video .post-featured-content {
background: none; }
.post-featured-content .post__cats {
margin: 10px 0 0 10px; }
@media (min-width: 992px) {
.post-featured-content .post__cats {
margin: 30px 0 0 30px; } }
.format-video .post-featured-content .post__cats {
position: absolute;
left: 0;
top: 0;
margin: 10px;
display: none; }
@media (min-width: 992px) {
.format-video .post-featured-content .post__cats {
margin: 54px; } }
.format-video .post-featured-content .post__cats:first-child {
position: static; }
.post.format-status .post__cats {
padding: 0 0 10px; }
.mejs-container {
margin-top: 21px;
margin-bottom: 10px; }
.single .format-audio.no-thumb .mejs-container {
margin-top: 10px; }
.single .format-audio .mejs-container {
margin-bottom: 20px; }
.posts-list .format-quote .post__cats {
position: absolute;
top: 35px;
left: 35px;
z-index: 99; }
@media (min-width: 992px) {
.posts-list .format-quote .post__cats {
top: 60px;
left: 60px; } }
.posts-list .format-gallery .post__cats {
position: absolute;
top: 20px;
left: 20px;
z-index: 99; }
.format-gallery .post__cats {
margin-top: 0;
margin-left: 0; }
.format-gallery.posts-list__item .post-list__item-content {
position: relative; }
.search-results .post.format-quote .post__cats {
display: none; }
.embed-wrapper .twitter-tweet {
margin: 10px auto !important;
max-width: 90% !important; }
.fb_iframe_widget {
max-width: 100%; }
.fb_iframe_widget > span {
max-width: 100%; } .footer-area {
padding-top: 18px;
padding-bottom: 3px; }
.footer-container {
padding: 25px 30px; }
.block-footer {
border-bottom: 1px solid #4c535c; }
.site-info .footer-logo {
margin: 0 0 11px; }
.site-info .social-list {
margin: 12px 0 18px; }
.site-info__flex {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: stretch;
-webkit-align-content: stretch;
align-content: stretch;
-ms-flex-align: start;
-webkit-align-items: flex-start;
-webkit-box-align: start;
align-items: flex-start; }
@media (min-width: 768px) {
.site-info__flex {
-webkit-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
.site-info__flex .footer-logo {
-webkit-order: 0;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.site-info__flex .social-list {
-webkit-order: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
white-space: nowrap; }
@media (min-width: 768px) {
.site-info__flex .social-list {
-webkit-order: 2;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
.site-info__flex .site-info__mid-box {
-webkit-order: 2;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-flex: 0 1 auto;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-align: center; }
@media (min-width: 768px) {
.site-info__flex .site-info__mid-box {
-webkit-order: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
.site-footer.default .footer-copyright {
display: block;
vertical-align: middle; }
@media (min-width: 992px) {
.site-footer.default .footer-copyright {
display: inline-block; } }
.site-footer.default .footer-menu {
display: block;
vertical-align: middle; }
@media (min-width: 1200px) {
.site-footer.default .footer-menu__items {
margin-left: 0; } }
@media (min-width: 1200px) {
.site-footer.default .footer-menu {
display: inline-block; } }
.site-footer.default .centered .site-info__mid-box {
margin: 0 auto; } .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none; } .comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
.not-found {
-webkit-box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
box-shadow: 0 3px 15px rgba(103, 122, 141, 0.17);
background: #fff;
border-radius: 0px;
padding: 10px;
text-align: center;
margin: 0 0 10px; }
@media (min-width: 992px) {
.not-found {
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17); } }
.not-found .page-title {
margin: 33px 0 22px; }
.not-found h4 {
margin-bottom: 20px; }
.not-found .btn {
margin-bottom: 11px; }
@media (min-width: 992px) {
.not-found {
padding: 30px;
margin: 0 0 30px; } }  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; }
.img-pull-left {
width: 50%;
float: left;
margin: 0 4% 1% 0; }
.img-pull-right {
width: 50%;
float: right;
margin: 0 0 1% 4%; }
.alignleft {
margin: 15px 30px 15px 0; }
.alignright {
margin: 15px 0 15px 30px; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; } .gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; } .embed-responsive {
position: relative;
display: block;
padding: 0; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0; }
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 62.33%; }
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%; }   .sub_cat{margin:35px 0;}
.sub_cat li{display:inline-block;width:24%;vertical-align:top;margin-bottom:5px;}
.sub_cat a{display:block;font-size:18px;background:#111;color:#fff;padding:5px;text-align:center;}
.sub_cat a:hover{background:#009b00;color:#fff;}