.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [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;
}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
-moz-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;
-moz-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;
-moz-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;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
@media (max-width: 768px) { }
@media (max-width: 450px) { }
@media (max-width: 350px) {
.archive #page-main-content .col-xs-12 {
width: 100%;
}
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.pager:before,
.pager:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.pager:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font-size:15px;
line-height:170%;
font-family: 'Work Sans', sans-serif;
font-weight: 400;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
font-weight: 400;
margin: 0 0 15px 0;
}
h6 {
font-size: 20px;
}
h5 {
font-size: 22px;
}
h4 {
font-size: 24px;
}
em {
font-style: italic;
font-size: 17px;
font-weight: 400;
margin: 0 0 30px 0;
display: block;
line-height: 150%;
}
#main-container {
width:940px;
margin: 0px auto;
}
a {
color:#000000;
text-decoration:none;
}
.clear{
clear:both;
}
p, #page-main-content ul, #page-main-content table {
margin: 0 0 10px 0;
}
#page-main-content .entry-item {
margin-bottom: 30px;
}
#page-main-content .entry-item:last-child {
margin-bottom: 0;
}
#page-main-content .entry-image img {
max-width: 100%;
height: auto;
}
#page-main-content .entry-desc {
font-size: 14px;
line-height: 22px;
}
.left {
float:left;
}
.right {
float:right;
}
a:hover{
text-decoration:none;
}
#menu-container ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#menu-container ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
#menu-container ul li {
float: left;
}
#menu-container li a {
font-size: 14px;
color: #666666;
margin-right: 20px;
text-transform: uppercase;
-webkit-transition: color_change .4s ease-in-out; -moz-transition: color_change .4s ease-in-out; -o-transition: color_change .4s ease-in-out; transition: color_change .4s ease-in-out; }
#menu-container li a:hover {
color: #000000;
}
#menu-container li.menu-item-has-children ul.sub-menu {
background: #ffffff;
padding: 10px 0;
}
#menu-container li.menu-item-has-children:hover ul.sub-menu {
left: 18%;
top: 100%;
}
#menu-container li.menu-item-has-children ul.sub-menu li {
display: block;
width: 250px;
text-align: left;
padding: 0 15px;
float: none;
}
#header {
background: #fff none repeat scroll 0 0;
font-size: 12px;
height: 123px;
padding-top: 30px; z-index: 99;
}
#header-sticky-holder {
width:100%;
float:left;
height:153px;
display:none;
}
#header-sticky-holder.sticky {
display:block;
}
ul.list li {
clear: both;
}
.list span.mark {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
float: left;
line-height: 150%;
width: 8%;
}
.list span.desc {
float: left;
line-height: 150%;
width: 90%;
}
#banner-slider-container {
padding: 0;
} #search-container {
line-height: 94px;
padding-left:0;
display:none;
}
input, textarea {
font-family: 'Work Sans', sans-serif;
}
#search-container input {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #000;
border-image: none;
border-style: none none solid;
border-width: medium medium 1px;
height: 20px;
width:100%;
}
#home-left-section {
left: 0;
position: absolute;
padding-top:15px;
background:#f9f9f9;
height:100%;
}
#home-left-section h5 {
color: #000;
font-size: 17px;
margin:0;
line-height:130%;
font-weight: 400;
text-transform:uppercase;
}
#home-left-section h5 span {
font-weight: 400;
text-transform:none;
font-size: 13px;
display: block;
margin-top: 10px;
line-height: 150%;
}
.home .one-third-section p {
margin: 0 0 5px 0;
}
.one-third-section {
padding-top:20px;
padding-bottom:20px;
font-size: 13px;
}
a.read-more {
font-size: 11px;
text-transform: uppercase;
}
a.read-more:focus {
outline: none;
text-decoration: none;
}
.home .one-third-section a, a.read-more, #page-main-content a {
border-bottom:#000000 1px solid;
}
.home .one-third-section a:hover, a.read-more:hover, #page-main-content a:hover,
.home .one-third-section a:focus, a.read-more:focus, #page-main-content a:focus {
opacity: 0.3;
color: #000000;
text-decoration: none;
} #page-main-content strong {
font-size: 16px;
font-weight: 400;
}
#page-main-content #portfolio-image-slider a{
border-bottom:none;
}
#portfolio-image-slider .item.main-image {
background: #fff;
}
#page-main-content .image-container a, #page-main-content #post-share-buttons a {
border:none;
}
#footer {
border-top: 1px solid #e7e7e7;
padding: 15px 0;
margin: 20px 0 0 0;
}
#footer ul{
margin:0;
padding:0;
list-style-type:none;
}
#footer-left ul li {
float: left;
}
#footer-left ul li{
margin-right:10px;
}
#footer-left ul li a:after{
content : '|';
padding-left:10px;
}
#footer-left ul li:last-child a:after{
content:none;
}
#footer-left ul li a{
color:#000;
}
#footer-right ul{
text-align:right;
}
#footer-right ul li{
margin-right:10px;
display:inline-block;
}
#footer-right ul li:last-child{
margin:0;
}
#footer-right ul li a{
color:#999999;
font-size:14px;
}
#banner-slider .owl-controls {
bottom: 18px;
height: 20px;
left: -50%;
position: absolute;
width: 100%;
z-index: 9999;
}
#banner-slider .owl-controls .owl-pagination div.owl-page {
background: #d4d4d4;
cursor: pointer;
float: left;
height: 8px;
margin: 4px;
width: 8px;
}
#banner-slider .owl-controls .owl-pagination div.owl-page.active{
background:#000;
}
#banner-slider .owl-controls .owl-pagination div.owl-page:first-child {
margin-left: 15px;
}
.slider-item-container div {
float: left;
height: 100%;
padding: 0;
}
.slider-item-container > img {
height: auto;
width: 100%;
}
h1.page-title {
font-size: 22px;
font-weight: 400;
margin: 0 0 15px;
text-transform:uppercase;
}
h2.page-title {
font-size: 18px;
font-weight: 400;
margin: 0 0 15px;
text-transform:uppercase;
}
h2.blog-title{
font-size: 20px;
font-weight: 400;
margin: 0 0 5px;
line-height: 25px;
text-transform: uppercase;
}
h4.content-title {
font-size: 16px;
text-transform: uppercase;
margin: 20px 0 7px;
}
.blog-desc {
padding: 0 0 10px;
}
a.btn-more {
display: inline-block;
margin-bottom: 35px;
line-height: 100%;
}
.morecontent span {
display: none;
}
a.morelink {
font-size: 12px;
text-transform: uppercase;
border: none;
}
a.morelink:hover,
a.morelink:focus {
text-decoration: none;
outline: none;
}
.blog-file .btn-file {
background: #f0f0f0;
display: inline-block;
line-height: 20px;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
border: none!important;
}
#page-main-content > ul {
padding: 0 7px;
}
#years-selection-box {
background: #f9f9f9;
box-sizing: border-box;
height: 46px;
margin: 0 0 20px;
padding: 12px 15px 0;
}
#years-selection-box ul{
list-style-type:none;
margin:0;
padding:0;
}
#years-selection-box ul li {
float: left;
}
#years-selection-box ul span.spacing {
padding: 0 8px;
}
#years-selection-box ul li:last-child span.spacing {
display: none;
}
#years-selection-box ul li a{
color:#666666;
text-transform:uppercase;
font-size:14px;
}
#years-selection-box ul li a.active {
color:#000000;
font-weight:500;
}
#years-selection-box .breadcrumb ul li a {
font-size:12px;
}
#years-selection-box ul li.active a {
color:#000000;
font-weight:500;
}
.mobile-category-selection.mobile {
background: #f9f9f9;
box-sizing: border-box;
font-size: 14px;
padding: 10px 15px;
margin: 0 0 25px;
color:#666666;
text-transform:uppercase;
}
#mobile-category-list ul li a{
color:#666666;
font-size:13px;
}
.mobile-category-selection.mobile #select-category {
text-transform: uppercase;
}
#mobile-category-list{
display:none;
}
#mobile-category-list ul{
padding-left:20px;
margin:10px 0 0;
}
#select-category{
cursor:pointer;
font-size:16px;
}
.mobile-category-selection ul li {
float: left;
width: 25%;
margin: 0 0 5px 0;
} #years-selection-box ul li:last-child a::after{
content: '';
}
#content {
padding: 0;
}
.category-blocks {
overflow:hidden;
}
.category-blocks .image-container {
border: 1px solid #f9f9f9;
border-bottom:none;
line-height: 100%;
float:left;
width:100%;
min-height:150px;
background:#f9f9f9;
}
.owl-theme .owl-controls {
border-top: 1px solid #e7e7e7;
padding-top: 6px;
}
#home-banner-container .owl-theme .owl-controls {
border:none;
}
.category-blocks .detail-container {
float:left;
width:100%;
height:100%;
min-height:75px;
padding-top:15px;
border:#f9f9f9 1px solid;
border-top:none;
background:#f9f9f9 ;
}
.category-blocks.first{
margin-left:0;
}
.category-blocks.last{
margin-right:0;
margin-left:0;
}
.category-blocks a {
display: block;
color: #000;
font-size: 18px;
margin:0;
padding-left: 10px;
font-weight: 400;
line-height: 20px;
text-decoration: none;
border-bottom: none !important;
}
.category-blocks a.image-link {
padding-left: 0;
}
#banner-slider-container.col-lg-8 {
width:627px;
height: 430px;
} .category-blocks {
width:100%;
}
.category-blocks-container {
margin-bottom:15px;
}
.category-blocks img {
width:100%;
height:auto;
}
.portfolio-thumbnails {
background: #000 none repeat scroll 0 0;
height: 80px;
margin: 10px 5px;
padding: 0;
width: 80px;
float:left;
cursor:pointer;
}
.video-container {
margin: 30px 0;
min-height: 175px;
}
#header #menu-container {
margin-top:34px;
padding-right:0;
padding-left:0;
}
#home-banner-container {
background: #ffffff;
height: 436px;
line-height: 100%;
overflow: auto;
position: relative;
border:#f9f9f9 1px solid;
overflow:hidden;
}
#logo-container {
padding-right: 0;
padding-left: 0;
position: relative;
}
#logo-container a {
display: inline-block;
}
.mobile, .blog-mobile {
display:none;
}
.desktop {
display:block;
}
#portfolio-image-slider > img {
max-width: 100%;
}
#portfolio-image-slider .owl-controls.clickable {
height: 100px;
width: 100%;
display:none!important;
}
#portfolio-image-slider .owl-controls.clickable .owl-page {
float: left;
height: 80px;
margin: 10px 8px;
width: 80px;
}
.owl-page a {
display: block;
height: 100%;
width: 100%;
}
h2.portfolio-title {
color: #000;
font-size: 18px;
font-weight:500;
text-transform: uppercase;
margin:0 0 15px;
}
span.media {
text-transform: uppercase;
}
.video-container iframe {
width: 100%;
}
#menu-container ul li.current-menu-item a, #menu-container ul li.current-item-ancestor a {
color: #000;
font-weight:500;
}
#search-button {
margin-top:33px;
}
#header.sticky #search-button {
margin-top:5px;
}
#search-box-container {
margin-bottom:20px;
display:none;
}
#search-box-container:focus {
border:#000000 1px solid;
}
#search-box-container .search-box {
border:none;
color:#333333;
border:#e7e7e7 1px solid;
padding: 5px;
width:100%;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
-ms-animation-delay: 0.3s;
}
#search-box-container .search-box:focus {
border:#000000 1px solid;
color:#000000;
}
.load-more {
background: url(//bibiana-art.com/wp-content/themes/bibiana/images/load-more.png) no-repeat scroll left top;
display: block;
height: 13px;
line-height: 100%;
margin: 20px auto;
padding-left: 19px;
text-transform: uppercase;
width: 250px;
cursor:pointer;
}
span.info-title {
display: block;
font-size: 13px;
display: block;
}
.load-more:hover {
background-position:bottom left;
color:#000000;
}
.breadcrumb {
list-style: outside none none;
margin: 0;
padding: 0 10px;
position: absolute;
right: 0;
top: 14px;
background:none;
font-size:12px;
text-transform:uppercase;
}
h3.post-date {
clear: both;
font-size: 12px;
margin: 0 0 10px;
}
.breadcrumb a{
color:#666666;
}
.breadcrumb span{
color:#000;
}
.post-block {
margin: 0 0 25px;
}
.post-excerpt{
padding-left:0;
}
.post-featured-image{
min-height:200px;
border:2px solid #ddd;
padding:0;
}
.share-btn {
background: #f0f0f0;
display: inline-block;
height: 25px;
line-height: 25px;
margin-right: 5px;
text-align: center;
width: 70px;
text-transform:uppercase;
font-size:10px;
cursor:pointer;
}
.share-btn i {
color:#666;
margin-right:3px;
}
#post-share-buttons {
margin: 20px 0;
}
#search-result-details {
margin: 0 0 40px 0;
}
#page-main-content ul.nopadding{
padding:0;
}
#mobile-page-main-content {
margin: 0 0 20px 0;
}
strong{
font-weight:bold;
}
.single-post-repeater-container {
margin-bottom:30px;
clear:both;
width:100%;
}
.attachment-post-thumbnail img {
max-width:100%;
}
.single-post-thumbnail img {
display: block;
margin: 0 auto;
width: unset;
max-width:100%;
}
#page-right-sidebar img {
height: auto;
max-width: 100%;
margin: 0 auto 10px;
display:block;
}
#banner-slider.owl-theme .owl-controls .owl-page span{
display:none !Important;
}
.animated {
visibility:hidden;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
-ms-animation-delay: 0.3s;
}
.owl-item img.customize-1 {
width:100%;
height:auto;
}
.owl-carousel .owl-item img.customize-2
{
height:400px;
width: auto;
margin: 0px auto;
}
.owl-item.animated {
visibility: visible;
}
.wpcf7-form div {
padding-left: 0;
}
.wpcf7-form div:last-child{
clear:both;
}
.form-group .input-text {
border: 1px solid #e7e7e7;
padding: 5px 10px;
width: 100%;
}
.form-group .form-submit {
background: #000 none repeat scroll 0 0;
border:#333 1px solid;
color: #fff;
font-size: 14px;
padding: 5px 15px;
text-transform: uppercase;
}
#page-main-content {
margin: 0;
}
div.wpcf7-validation-errors{
margin-left:0;
padding-left:10px;
}
#header.sticky .row, #header.sticky .row {
margin: 0 auto;
max-width: 940px;
}
#header.sticky {
border-bottom: 1px solid #e7e7e7;
height: 55px;
padding: 15px 0;
position:fixed;
top:0px;
left:0px;
z-index:999;
}
#header.sticky #logo-container img {
height: 25px;
}
#header.sticky #menu-container li {
line-height: 28px;
}
#header.sticky #menu-container {
margin:0;
}
.single-post #page-right-sidebar p {
margin-bottom:20px;
}
#page-main-content ul {
list-style:outside none;
margin: 0 0 15px 0;
}
#exhibitions-list .spacing {
padding: 0 5px;
}
#exhibitions-list td.spacing {
padding-bottom:5px;
}
#exhibitions-list {
width: 100%;
}
#video-container {
width:100%;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin-bottom: 15px;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
position:absolute;
top:0;
bottom: 0;
left:0;
right: 0;
width: 100%;
height: 100%;
}
.clear-both-4 {
clear:both;
}
.gallery-thumbnail .image-thumbnail {
display: block;
float: left;
height: 80px;
width: 80px;
margin: 0 10px 10px 0;
cursor:pointer;
}
.gallery-thumbnail .image-thumbnail img {
-webkit-transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; opacity:1;
filter:Alpha(opacity=1); }
.gallery-thumbnail .image-thumbnail.active img, .gallery-thumbnail .image-thumbnail:hover img {
opacity:0.8;
filter:Alpha(opacity=0.8); }
.gallery-thumbnail .image-thumbnail img {
max-width:100%;
}
.gallery-thumbnail {
margin-top: 20px;
border-top: 1px solid #e7e7e7;
padding-top:20px;
float:left;
width:100%;
}
#page-main-content .wp-pagenavi a {
border-bottom: none;
}
#news-popup-detail {
position: relative;
}
#news-popup-detail .popup-inner {
padding: 30px 0;
}
#news-popup-detail .popup-inner img {
max-width: 100%;
height: auto;
}
#news-popup-detail .mfp-close {
position: absolute;
top: 15px;
right: 10px;
font-family: 'Work Sans', sans-serif;
font-size: 75px;
font-weight: 100;
color: #fff;
opacity: 1;
} h2.exhibition-title{
font-size:20px;
font-weight: 300px;
}
.block-exhibition .header {
width: 30%;
margin: 25px 0;
padding: 0 0 0 20px;
}
.block-exhibition .body {
width: 70%;
}
.single-exhibition .header .title h3,
.block-exhibition .header .title h3 {
font-size: 22px;
font-weight: 400;
margin-bottom: 5px;
line-height: 26px;
}
.block-exhibition .header .title a, .block-exhibition .header .title a:hover, .block-exhibition .header .title a:active {
text-decoration: none;
}
.block-exhibition .header .title a:hover h3,
.block-exhibition .header .title a:active h3,
.block-exhibition .header .title a:focus {
opacity: 0.3;
color: #000000;
outline: none;
}
.block-exhibition .header .title-subtitle {
font-size: 14px;
font-style: italic;
line-height: 150%;
margin: 0 0 8px;
}
.single-exhibition .header .subtitle,
.block-exhibition .header .subtitle {
font-weight: 400;
font-size: 16px;
}
.block-exhibition .body .img {
margin:25px 0px;
}
.single-exhibition .body .img{
margin:25px 0px 15px;
}
.single-exhibition .body .img img,
.block-exhibition .body .img img{
width: 100%;
object-fit: cover;
object-position: center;
height: 430px;
}
.block-exhibition .badge-exhibition {
display: inline-block;
background: #000000;
font-size: 12px;
color: #FFFFFF;
padding: 0 12px;
margin: 12px 0;
}
.page-main-content .block-exhibition:nth-child(2) .body .img img,
.page-main-content .block-exhibition:nth-child(6) .body .img img {
height: auto;
} 
.single-exhibition .owl-carousel .item-video {
height: 516px;
}
.single-block-exhibition .header {
margin: 0 0 30px 0;
}
.single-block-exhibition .body .description {
margin-top: 15px;
}
.single-block-exhibition .body .description.spacer {
margin-top: 80px;
}
.single-block-exhibition .body .item-title {
font-size: 25px;
text-align: center;
margin: 15px 0;
}
.single-block-exhibition .item-image {
margin-bottom: 50px;
}
.single-block-exhibition .item-image img {
display: block;
width: 100%;
max-width: 100%;
margin: 0 auto;
}
.pagination, .wp-pagenavi {
display: block;
text-align: center;
position: relative;
margin: 24px 0;
clear: both;
}
.pagination .pages,
.wp-pagenavi .pages {
position: absolute;
top: 0;
left: 0;
border: none;
}
.pagination .current {
font-weight: 600;
margin: 0 10px;
}
.pagination .inactive {
margin: 0 10px;
outline: none;
}
.pagination .inactive:hover {
opacity: 0.3;
text-decoration: none;
}
.pagination .inactive:focus {
text-decoration: none;
}
.wp-pagenavi .current {
font-weight: 600;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
color: #000;
font-weight: 600;
text-decoration: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
margin: 0 10px;
}
.wp-pagenavi a.nextpostslink {
margin: 0;
margin-left: 10px;
}
.wp-pagenavi a.previouspostslink {
margin: 0;
margin-right: 10px;
} #exhibition-single-slider.owl-carousel .owl-item img {
width: 100%;
height: auto;
}
.exhbition-nav {
width: 100%;
min-height: 30px;
}
.exhbition-nav a {
border-bottom: 1px solid #000;
}
.exhbition-nav a:focus {
text-decoration: none;
}
.article-popup-outer {
position: relative;
}
.article-popup-outer .popup-inner {
padding: 30px 0;
text-align: center;
}
.article-popup-outer .popup-inner img {
max-width: 100%;
height: auto;
}
body.page-template-page-ar .mfp-bg,
body.page-template-page-ar .mfp-wrap {
max-width: 350px;
height: 350px;
margin: auto;
right: 0;
top: 50%;
transform: translateY(-50%);
overflow: hidden !important;
}
body.page-template-page-ar .mfp-bg {
opacity: .75;
}
body.page-template-page-ar .mfp-close-btn-in .mfp-close {
font-size: 18px;
}
.ar-popup-outer {
height: 100%;
display: flex;
align-items: center;
}
.ar-popup-outer .popup-inner {
padding: 32px 0;
text-align: center;
}
.mfp-inline-holder .mfp-content {
height: 100%;
}
.mfp-close-btn-in .mfp-close {
position: absolute;
top: 15px;
right: 0;
font-size: 45px;
color: #eaeaea !important;
}
.mfp-close-btn-in .mfp-close:active {
top: 15px;
} .single-block-exhibition a.read-more, input.read-more {
display: inline-block;
font-size: 14px;
line-height: 100%;
margin-bottom: 30px;
background: none;
border: none;
padding:0;
}
.single-block-exhibition a.read-more:hover, input.read-more:hover {
opacity: 0.3;
text-decoration: none;
}
.single-block-exhibition .description a, input.read-more {
border-bottom: 1px solid #000;
}
.single-block-exhibition .footer {
border-top: 1px solid #eaeaea;
padding: 30px 0 0;
margin: 30px 0 0;
}
.single-block-exhibition .footer .footer-header {
margin-bottom: 25px;
}
.single-block-exhibition .footer .footer-header .footer-title {
font-size: 16px;
font-weight: 400;
line-height: 100%;
margin: 0;
}
.list-article img {
max-width: 100%;
height: auto;
}
.list-article .item { padding: 10px 0;
}
.list-article .item-title {
font-size: 20px;
font-weight: 400;
margin: 0 0 15px;
line-height: 24px;
text-transform: uppercase;
}
.list-article .item-date {
font-size: 12px;
margin: 0 0 10px;
}
.list-article .item-desc {
font-size: 15px;
}
.list-article .item-info {
margin-top: 30px;
}
.list-article .item-info li {
display: inline-block;
font-size: 13px;
margin-right: 30px;
}
.list-article .item-info span {
display: block;
font-size: 15px;
font-weight: 400;
line-height: 100%;
}
.list-article a.btn-read {
border-bottom: 1px solid #000;
}
.list-article a.btn-read:hover,
.list-article a.btn-read:focus {
opacity: 0.3;
color: #000000;
text-decoration: none;
outline: none;
}
#article-slider .owl-item img {
width: unset;
margin: 0 auto;
}
#article-slider .img-wrap {
height: 250px;
overflow: hidden;
}
.page-item {
margin-bottom: 24px;
}
.page-item:last-child {
margin-bottom: 0;
}
.entry-list-ar table {
width: 100%;
border: 1px solid #bdbdbd;
border-collapse: collapse;
}
.entry-list-ar table tr td {
border: 1px solid #bdbdbd;
padding: 16px;
text-align: center;
vertical-align: middle;
}
.entry-list-ar table .col-table-first {
width: 40%;
font-size: 17px;
font-weight: 600;
}
.entry-list-ar table .col-table-second,
.entry-list-ar table .col-table-third {
width: 20%;
}
.entry-list-ar table span {
display: block;
}
.entry-list-ar table a {
font-size: 14px;
font-weight: 600;
text-decoration: underline;
}
.entry-list-ar table .ar-btn-download {
margin-right: 8px;
} @media screen and (max-width: 991px) {
#header #menu-container , #header #search-container, #search-button {
display:none;
}
#logo-container {
padding-left: 15px;
}
#banner-slider-container.col-lg-8 {
width:66.6667%;
height:auto;
}
#banner-slider-container.col-lg-8 img {
width:100%;
height:auto;
}
#home-banner-container {
height:auto;
}
#main-container {
width:100%;
}
#page-right-sidebar img {
max-width:100%;
height:auto;
}
#header.sticky #mobile-menu-navigation {
padding: 0 15px;
}
#mobile-menu-navigation {
display: inline-block;
float: right;
padding: 0 15px;
}
#mobile-menu-navigation a {
display: inline-block;
padding: 5px 0;
}
#mobile-menu-navigation a span {
display: block;
background-color: #000000;
width: 25px;
height: 3px;
margin-bottom: 5px;
}
#mobile-menu-navigation a span:last-child {
margin-bottom: 0;
}
.single-post-thumbnail.mobile {
width:100%;
float:left;
}
.single-post-thumbnail img {
margin-bottom:15px;
float:left;
}
#exhibition-single-slider-1 .owl-dots .owl-dot span {
width: 7px;
height: 7px;
}
#mobile-menu-popup {
background: #f9f9f9;
padding: 0;
position: absolute;
top: 60px;
left: 0;
z-index: 9999999;
}
#header.sticky #mobile-menu-popup {
top: 40px;
}
#mobile-menu-popup.mobile{
display:none;
}
#mobile-menu-popup > ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
#mobile-menu-popup ul.mobile-menu > li {
border-bottom: 1px solid #dadada;
}
#mobile-menu-popup a {
color: #666666;
display: block;
font-size: 14px;
padding: 10px;
text-transform: uppercase;
}
#mobile-menu-popup li:last-child a {
border: medium none;
}
#mobile-menu-popup ul.sub-menu li {
padding-left: 30px;
}
#mobile-menu-popup ul.sub-menu li a {
padding: 0 0 15px;
line-height: 100%;
}
h6 {
font-size: 16px;
}
em {
font-size: 14px;
}
.single-exhibition .header .title h3, .block-exhibition .header .title h3 { line-height: 24px;
}
.single-exhibition .header .subtitle, .block-exhibition .header .subtitle {
font-size: 14px;
line-height: 100%;
}
.single-exhibition .description {
font-size: 16px;
}
.page-main-content {
padding: 0 15px;  
}
#footer {
padding: 15px;
} #header {
overflow:visible;
}
.archive #page-main-content{
padding: 0 15px;
}
.archive #page-main-content .single-post-repeater, .archive #page-main-content .single-post-thumbnail {
padding-left: 0;
}
.wp-pagenavi {
padding: 0 15px;
}
}
@media only screen and (max-width: 768px){
#portfolio-image-slider .owl-item img {
width:100%;
height:auto;
}
.desktop {
display:none;
}
.mobile {
display:block;
}
}
@media (max-width: 767px){
#page-right-sidebar {
margin-top:20px;
}
.tax-item_categories .col-xs-6 {
width: 33%;
}
.category #page-main-content .col-xs-12, .blog #page-main-content .col-xs-12 {
width: 50%;
}
.single-post-thumbnail img {
width:100% !important;
height:auto;
}
.clear-both-4 {
clear:none;
}
.clear-both-3 {
clear:both;
}
#portfolio-image-slider .owl-controls.clickable .owl-page {
float: left;
height: 40px;
margin: 10px 4px;
width: 40px;
}
.block-exhibition .header {
float: none;
width: 100%;
margin: 0;
padding: 0;
}
.block-exhibition .body {
float: none;
width: 100%;
}
.list-article .item-title {
font-size: 16px;
}
.list-article .item-info li {
margin-bottom: 10px;
}
.exhbition-nav span.left {
display: block;
float: none;
text-align: center;
line-height: 100%;
margin-bottom: 15px;
}
.exhbition-nav span.right {
display: block;
float: none;
text-align: center;
line-height: 100%;
}
.exhbition-nav span a {
font-size: 14px;
}
#news-popup-detail .popup-inner {
padding: 60px 0 30px;
}
#news-popup-detail .mfp-close {
top: 5px;
right: 0; 
font-size: 50px;
}
}
@media only screen and (min-width:519px) and (max-width:768px){
.single-item #mobile-page-main-content, #page-left-sidebar.mobile{
display:none;
}
}
@media only screen and (max-width:600px){
#logo-container img {
height: 35px;
}
.col-xs-12.no-padding {
padding-left:0 !important;
padding-right:0 !important;
}
.category-blocks {
height:auto;
}
.category-blocks h2 {
margin-bottom:15px;
}
#header{
height:100px; }
#home-banner-container, #home-left-section{
height:auto;
position:static;
}
#home-banner-container {
float:left;
width:100%;
}
#home-left-section {
padding:20px;
text-align: center;
}
#banner-slider-container {
min-height: 10px;
margin:0;
}
#banner-slider .owl-controls {
bottom: 26px;
height: 20px;
position: absolute;
text-align: center;
width: 100%;
z-index: 99;
left:0;
}
#banner-slider .owl-controls .owl-pagination div.owl-page {
float:none;
display: inline-block;
margin: 0 4px!important;
}
#home-left-section h1{
margin-top:0;
line-height:unset;
}
#logo-container{
padding: 0 20px;
}
.one-third-section {
padding-bottom: 10px;
padding-top:10px;
}
#footer-left ul{
text-align:center;
}
#footer-left ul li{
float:none;
margin:0;
}
#footer-left ul li a::after{
content: '';
padding:0;
}
#footer-right ul{
text-align:center;
margin:10px 0 0;
}
#banner-slider .owl-controls .owl-pagination div.owl-page{
background:#cacbcd;
}
.mobile-hide{
display:none;
}
h1.page-title{
margin:10px 0 20px;
}
.category-blocks{
margin-bottom:20px;
}
#page-left-sidebar {
padding: 0 15px;
}
#portfolio-slider-thumbnails {
height: 100px;
margin: 10px 0;
width: 100%;
}
.portfolio-thumbnails{
margin:10px 8px;
}
.portfolio-content .mobile h2.portfolio-title {
margin-top: 0;
}
.portfolio-content .mobile {
margin-bottom: 15px;
}
#page-left-sidebar.mobile {
margin: 15px 0 0;
}
.single-exhibition .header .subtitle, 
.block-exhibition .header .subtitle {
margin-bottom: 5px;
}
.single-exhibition .header .subtitle:last-child, 
.block-exhibition .header .subtitle:last-child {
margin-bottom: 0;
}
.single-exhibition .body .img img, 
.block-exhibition .body .img img {
max-width: 100%;
object-fit: unset;
object-position: unset;
width: unset;
height: unset;
}
.entry-list-ar table {
border: none;
}
.entry-list-ar table .row-table {
display: flex;
flex-direction: column;
margin-bottom: 24px;
}
.entry-list-ar table .col-table-first,
.entry-list-ar table .col-table-second, 
.entry-list-ar table .col-table-third {
width: 100%;
}
.entry-list-ar table tr td {
border-bottom: none;
}
.entry-list-ar table .col-table-third {
border-bottom: 1px solid #bdbdbd;
}
}
@media only screen and (max-width:520px){
.single-item .share-btn{
margin: 0 0 10px;
}
.tax-item_categories .col-xs-6 {
width: 50%;
}
.category #page-main-content .col-xs-12, .blog #page-main-content .col-xs-12 {
width:100%;
}
.blog-desktop {
display:none;
}
.blog-mobile {
display:block;
}
.clear-both-4, .clear-both-3 {
clear:none;
}
.clear-both-2 {
clear:both;
}
}
@media only screen and (min-width:520px) and (max-width:768px){
.single-item .share-btn{
display:block;
margin:0 0 10px;
}
}
@media only screen and (max-width:519px){
.single-item #page-left-sidebar{
display:none;
}
.single-item #page-left-sidebar.mobile,.single-item #mobile-page-main-content{
display:block;
}
.single-item #page-main-content {
width:100%;
}
}
@media only screen and (max-width:455px){
#banner-slider-container.col-lg-8 {
width:100%;
}
#years-selection-box ul li a{
font-size:12px;
}
.mobile-category-selection ul li{
width:30%;
}
.mobile-category-selection .category ul li{
width:50%;
}
#mobile-category-selection.category ul li{
width:50%;
}
}
@media only screen and (max-width:320px){
.mobile-category-selection ul li{
width:35%;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #000;
opacity: 0.9; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-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: 0.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:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.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: 65%; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #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, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }