@charset "UTF-8";
.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;
}.ays-quiz-container {
box-sizing: border-box;
}
.ays-quiz-container p{
padding: 0 10px;
margin: 1em 0;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container,
.ays-quiz-container section.ays_quiz_timer_container {
padding-top: 5px; width:100%;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container hr,
.ays-quiz-container section.ays_quiz_timer_container hr{
padding: 0px;
margin: 0px;
border-bottom-color: #ccc;
}
.ays-quiz-container form span {
margin-top: 0;
margin: 0;
}
.ays-field {
text-align: left;
opacity: 1;
}
[id^="ays-quiz-container-"] .ays-field input[type='checkbox'],
[id^="ays-quiz-container-"] .ays-field input[type='radio']{
display: none!important;
}
.ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
font-weight: 600;
color: #484848;
margin-bottom: 0;
width: 100%;
height: unset;
transition: all .3s;
cursor: pointer;
display: block !important;
padding: 5px !important;
padding-left: 10px !important;
padding-right: 10px !important;
word-wrap: break-word !important;
white-space: initial !important;
line-height: 33px;
text-transform: initial;
letter-spacing: unset;
}
.ays-quiz-answers .ays-field input[type="checkbox"]+label[for^="ays-answer-"] {
margin-left: 0;
}
.ays-field input+label:before {
content: "";
display: inline-block;
background: #ddd;
background-clip: content-box;
width: 20px;
height: 20px;
border: 3px solid #ccc;
padding: 3px 3px 3px 3px;
box-sizing: border-box;
transition: all .4s linear;
vertical-align: middle;
margin-right: 10px;
}
.ays-field input[type="radio"]+label:before {
border-radius: 50%;
}
.ays-field input+label:hover:before {
background: #ddd;
color: #ddd;
background-clip: content-box;
}
.ays-field .select2-container {
display: block;
width: 100%!important;
}
.ays-field .select2-container .select2-selection--single,
.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 40px;
line-height: 40px;
font-size: 17px !important;
width: 100%;
color: white;
display: inline-block;
}
.ays-field .select2-container--default,
.ays-field .select2-container--default .selection,
.ays-field .select2-container--default .select2-selection {
display: inline-block;
width: 100%;
background-color: #444;
height: 40px;
padding: 0 !important;
}
.ays-field .select2-container--default .select2-selection--single {
background: transparent;
border: none;
border-radius: unset;
}
.ays-field .select2-container--default .select2-selection--single:focus {
outline: none;
box-shadow: none;
}
.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
border: none;
}
.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 0;
right: 10px;
color: #fff;
transform: translate(0) !important;
transform: translateX(0) !important;
transform: translateY(0) !important;
}
[id^="ays-quiz-container-"] * {
box-sizing: border-box;
word-wrap: break-word;
}
[id^="ays-quiz-container-"] p{
margin: 5px !important;
}
[id^="ays-quiz-container-"] p:empty{
display: none;
}
div.ays-quiz-container[id^="ays-quiz-container-"] {
width: 96%;
min-width: 200px;
max-width: 96%;
margin: 20px auto;
text-align: center;
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
box-sizing: border-box;
position: relative;
padding-bottom: 60px;
transition: .5s ease;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
[id^="ays_finish_quiz_"] {
border: 0 none;
padding: 0;
margin: 0;
}
form[id^="ays_finish_quiz_"] {
background-color: initial !important;
}
[id^="ays_finish_quiz_"] div.step {
display: flex;
justify-content:  center;
align-items:  center;
border: 0 none;
width: 100%;
position: relative;
padding-top: 45px;
}
[id^="ays_finish_quiz_"] > div.step:first-of-type {
background-color: transparent !important;
border: none !important;
}
[id^="ays_finish_quiz_"] div.step div.ays-image-question-img{
margin-bottom: 15px;
}
[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
width: 90%;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs {
padding-top: 0px !important;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs .ays-abs-fs.ays-end-page {
margin-top: 0px !important;
} [id^="ays_finish_quiz_"] div.step:not(:first-of-type) {
display: none;
} [id^="ays_finish_quiz_"] input[type=search],
[id^="ays_finish_quiz_"] input[type=tel],
[id^="ays_finish_quiz_"] input[type=time],
[id^="ays_finish_quiz_"] input[type=url],
[id^="ays_finish_quiz_"] input[type=password],
[id^="ays_finish_quiz_"] input[type=date],
[id^="ays_finish_quiz_"] input[type=datetime],
[id^="ays_finish_quiz_"] input[type=datetime-local],
[id^="ays_finish_quiz_"] input[type=email],
[id^="ays_finish_quiz_"] input[type=number], 
[id^="ays_finish_quiz_"] input[type="text"],
[id^="ays_finish_quiz_"] textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px!important;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 13px;
height: auto;
background-color: #fff;
}
[id^="ays_finish_quiz_"] textarea {
background-color: rgba(255, 255, 255, 0.7);
}
[id^="ays_finish_quiz_"] input[type=search]:focus,
[id^="ays_finish_quiz_"] input[type=tel]:focus,
[id^="ays_finish_quiz_"] input[type=time]:focus,
[id^="ays_finish_quiz_"] input[type=url]:focus,
[id^="ays_finish_quiz_"] input[type=password]:focus,
[id^="ays_finish_quiz_"] input[type=date]:focus,
[id^="ays_finish_quiz_"] input[type=datetime]:focus,
[id^="ays_finish_quiz_"] input[type=datetime-local]:focus,
[id^="ays_finish_quiz_"] input[type=email]:focus,
[id^="ays_finish_quiz_"] input[type=number]:focus, 
[id^="ays_finish_quiz_"] input[type="text"]:focus,
[id^="ays_finish_quiz_"] textarea:focus {
border-color: unset;
}
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=button]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=search]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=tel]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=time]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=url]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=password]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=date]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime-local]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=email]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=number]:hover, 
div.ays-quiz-container[id^="ays-quiz-container-"] input[type="text"]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] textarea:hover {
transform: unset; 
-o-transform: unset;
-moz-transform: unset;
-webkit-transform: unset; 
}
div.ays-quiz-container[id^="ays-quiz-container-"] .information_form label[for^="ays_form_field"] {
text-align: left;
display: block;
cursor: pointer;
} [id^="ays_finish_quiz_"] .action-button {
display: inline-block;
width: auto; font-weight: bold;
font-size: 17px; border: 0 none; cursor: pointer; margin: 10px 5px;
line-height: 1;
text-transform: initial;
max-width: 100%;
box-shadow: unset;
}
[id^="ays_finish_quiz_"] .action-button.start_button {
padding: 10px 20px;
margin: 10px auto;
display: block;
}
[id^="ays_finish_quiz_"] div.information_form .action-button {
padding: 10px 10px;
display: block;
}
[id^="ays_finish_quiz_"] .action-button.ays_finish {
margin: 10px 5px;
}
[id^="ays_finish_quiz_"] .action-button:disabled:hover,
[id^="ays_finish_quiz_"] .action-button:disabled:focus,
[id^="ays_finish_quiz_"] .action-button:disabled {
outline: none !important;
background-color: #aaa !important;
box-shadow: none !important;
text-decoration: none !important;
cursor: default !important;
} [id^="ays_finish_quiz_"] .ays-fs-title {
font-size: 21px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
text-align: center;
}
[id^="ays_finish_quiz_"] .ays-fs-subtitle {
font-weight: normal;
font-size: 17px;
color: #666;
margin-bottom: 20px;
}
.ays-quiz-container .select2-container .select2-dropdown {
margin: 0;
max-width: unset;
}
.ays-quiz-container .select2-dropdown input.select2-search__field {
border-radius: 0px!important;
}
.ays-quiz-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
color: #fff !important;
}
.ays-quiz-container .select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #aaa;
}
.ays-quiz-container .select2-container--default .select2-results>.select2-results__options {
max-height: calc( 100vh / 3 );
margin: 0!important;
padding: 0!important;
}
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::after
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::before {
content: none !important;
}
.ays-quiz-container .select2-container--default .select2-results__option {
list-style-type: none !important;
text-align: left;
color: #000 !important;
margin: 0!important;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open {
z-index: 99999;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open .select2-dropdown--below{
animation: fadeInUp;
animation-duration: .3s !important;
max-width: unset;
}
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow{
display: inline-block;
height: 26px;
}
[id^="ays_finish_quiz_"] p.ays_message{
font-size: 20px;
}
[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent{
font-size: 18px;
}
[id^="ays_finish_quiz_"] p.ays_score {
text-align: center;
} .ays-progress {
position: relative;
overflow: hidden;
}
.ays-progress-bar {
overflow: hidden;
width: 0%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
}
.ays-progress-value {
color: #333;
display: block;
font-size: 12px;
line-height: 15px;
white-space: nowrap;
background-color: transparent;
}
.ays-progress-bg {
position: relative;
height: 8px;
border-radius: 5px;
overflow: hidden;
}
.ays-progress-bar:after {
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
position: absolute;
content: '' !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@keyframes ays_progress_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
} .ays-progress.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.first::after {
content: none !important;
}
.ays-progress-value.first {
position:absolute;
z-index:1;
width:0;
height:100%;
text-align: center;
}
.ays-progress-bg.first {
height:15px;
background: transparent;
} .ays-progress.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.second::after {
content: none !important;
}
.ays-progress-value.second {
position:absolute;
z-index:1;
width:0;
height:100%;
font-size: 12px;
line-height: 15px !important;
white-space: nowrap;
background-color: transparent;
text-align: center;
}
.ays-progress-bg.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
height:15px;
background: transparent;
} .ays-progress.third {
border-radius: 5px;
border: none;
}
.ays-progress-value.third {    
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.third {
} .ays-progress.fourth {    
border-radius: 5px;
border: none;
}
.ays-progress-bar.fourth {    
border-radius: 0px;
}
.ays-progress-value.fourth {
position:absolute;
z-index:1;
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.fourth {
height:15px;
}
.ays-progress-bar.fourth:after {
animation: ays_progress_bar linear infinite;
animation-duration: 0.8s !important;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-social-shares{
margin: 15px 0;
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-share-btn-icon {
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.ays-share-btn-linkedin .ays-quiz-share-btn-icon:before {
content: "\f08c";
}
.ays-share-btn-facebook .ays-quiz-share-btn-icon:before {
content: "\f082";
}
.ays-share-btn-twitter .ays-quiz-share-btn-icon:before {
content: "\f081";
}
.ays-share-btn-email .ays-quiz-share-btn-icon:before {
content: "\e945";
}
.ays-share-btn-more .ays-quiz-share-btn-icon:before {
content: "\ea82";
}
.ays-share-btn-googleplus .ays-quiz-share-btn-icon:before {
content: "\ea88";
}
.ays-share-btn-github .ays-quiz-share-btn-icon:before {
content: "\eab4";
}
.ays-share-btn-tumblr .ays-quiz-share-btn-icon:before {
content: "\eabb";
}
.ays-share-btn-reddit .ays-quiz-share-btn-icon:before {
content: "\eac7";
}
.ays-share-btn-delicious .ays-quiz-share-btn-icon:before {
content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon:before {
content: "\eace";
}
.ays-share-btn-pinterest .ays-quiz-share-btn-icon:before {
content: "\ead0";
}
.ays-share-btn-vkontakte .ays-quiz-share-btn-icon:before {
content: "\f189";
}
.ays-share-btn-instagram .ays-quiz-share-btn-icon:before {
content:"\f16d";
}
.ays-share-btn-youtube .ays-quiz-share-btn-icon:before {
content:"\f16a";
}
.ays-share-btn-behance .ays-quiz-share-btn-icon:before {
content:"\f1b4";
}
.ays-share-btn,
.ays-share-btn * {
box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
box-sizing: border-box;
}
.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn {
position: relative;
display: inline-block;
height: 24px;
margin: 0;
margin-bottom: 5px;
padding: 2px 8px;
line-height: 1.53;
letter-spacing: .04em;
vertical-align: top;
font-size: 12px;
font-weight: bold;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #111;
background: #e0e0e0;
border: 1px solid #c7c7c7;
border-radius: 2px;
text-decoration: none;
transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
background: #d3d3d3;
border-color: #bababa;
text-decoration: none;
color: #111;
}
.ays-share-btn:active {
background: #c7c7c7;
border-color: #adadad;
text-decoration: none;
color: #111;
}
.ays-share-btn-rounded { border-radius: 8px;
height: auto;
}
.ays-share-btn.ays-share-btn-sm {
height: 20px;
font-size: 10px;
padding: 0 8px;
line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
height: 28px;
font-size: 16px;
line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ays-share-btn.ays-share-btn-branded {
color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
background: #55acee;
border-color: #3ea1ec;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
background: #3ea1ec;
border-color: #2795e9;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
background: #2795e9;
border-color: #1689e0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
background: #3b5998;
border-color: #344e86;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
background: #344e86;
border-color: #2d4373;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
background: #2d4373;
border-color: #263961;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte {
background: #486c91 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:focus {
background: #2a6098 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:active {
background: #4b719a !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
border: 0;
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:focus {
background: radial-gradient(circle at 30% 107%, #fff37b 0%, #f5e96a 5%, #f83926 45%,#d61299 60%,#0e48f0 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:active {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon {
line-height: 24px;
padding: 0;
margin: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube {
background: #fff !important;
border-color: #fff !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:focus {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:active {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube .ays-quiz-share-btn-icon {
color: #FF0000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance {
background: #000B1D !important;
border-color: #000B1D !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:focus {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:active {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
background: #dd4b39;
color: #fff;
border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
background: #d73925;
border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
background: #c23321;
border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
background: #35465c;
color: #fff;
border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
background: #2c3a4c;
border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
background: #222d3c;
border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
background: #ff4500;
color: #fff;
border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
background: #e63e00;
border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
background: #cc3700;
border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
background: #0976b4;
color: #fff;
border-color: #08669c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
background: #08669c;
border-color: #075683;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
background: #075683;
border-color: #05466b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
background: #3399ff;
color: #fff;
border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
background: #198cff;
border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
background: #007fff;
border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
background: #eb4924;
color: #fff;
border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
background: #e13b15;
border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
background: #ca3412;
border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
background: #cc2127;
color: #fff;
border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
background: #b61d23;
border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
background: #a01a1f;
border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
color: #eeeeee;
background: #1f1f1f;
border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
background: #121212;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
background: #050505;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
position: relative;
top: 1px;
}
@-moz-document url-prefix() {
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
top: 0;
}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-quiz-share-btn-icon {
top: 2px;
}
.ays-share-btn .ays-share-btn-text {
padding-left: 2px;
}
.ays-question-counter{
position: absolute;
right: 8px;
top: 0px;
color: rgba(0,0,0,.6);
margin: 1em 0;
}
.ays-answer-image:hover{
cursor: pointer;
}
.ays_answer_select_image,
.ays-answer-image {
width: 100px;
height: auto;
min-width: 150px;
object-fit: contain;
object-position: center center;
}
.ays-quiz-container .select2-results__options .select2-results__option span {
display: flex;
align-items: center;
word-wrap: break-word;
}
.ays-quiz-container .select2-results__options .select2-results__option .ays_answer_select_image {
width: 150px;
height: 100px;
display: inline-block;
margin-right: 15px;
}
.ays_feedback_button_div,
.ays_buttons_div{
display: flex;
justify-content: center;
margin-top: 15px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.ays_buttons_div input{ }
.ays-quiz-container .ays_display_none {
display: none !important;
}
.active-step{
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;
}
.ays_red_border{
border-color:red !important;
}
.ays_green_border{
border-color:green !important;
}
.ays_arrow{
background: none !important;
font-size: 40px !important;
}
.ays_arrow:hover{
box-shadow:none !important;
transform: scale(1.1);
}
@keyframes bar-fill {
0% {
width: 0;
}
}
@-webkit-keyframes bar-fill {
0% {
width: 0;
}
}
@-moz-keyframes bar-fill {
0% {
width: 0;
}
}
@-o-keyframes bar-fill {
0% {
width: 0;
}
}
.ays-field input+label.answered:after{
content: '';
display: inline-block;
width: 30px;
height: 30px;
vertical-align: middle;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-left: 5px;
}
.ays-field input+label.answered.correct:after{
content: url(//tvshows.com.ua/wp-content/plugins/quiz-maker/public/images/correct.png);
}
.ays-field input+label.answered.wrong:after{
content: url(//tvshows.com.ua/wp-content/plugins/quiz-maker/public/images/wrong.png);
}
.ays-field input:checked+label.answered.wrong:before {
border-color: #cc3700!important;
background: #cc3700!important;
background-clip: content-box!important;
}
.ays-field input:checked+label.answered.correct:before{
background-color: #1cbf8b;
}
.ays_question_result{
pointer-events: none;
opacity: 1 !important;
display: flex !important;
position:static !important;
min-height: 0 !important;
transform: scale(1) !important;
}
.ays-quiz-container .ays-loader{
display: none;
}
.ays-quiz-container div[data-role="loader"] {
display: block !important;
margin: 0 auto;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 infinite;
animation-duration: 0.6s !important;
}
.ays_grid_view_container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.ays_grid_view_item{
width: calc(50% - 5px);
}
.ays_grid_view_item:nth-child(odd) {
margin-right: 5px;
}
.ays-quiz-redirection-timer,
.ays-quiz-timer {
margin: 0 !important;
}
.ays-quiz-after-timer {
display: none;
margin: 0 !important;
}
.ays-quiz-question-waiting-time-box{
position: absolute;
margin-left: auto;
margin-right: auto;
top: 10px;
left: 0;
right: 0;
text-align: center;
}
.ays_question_hint_container {
position: absolute;
top: 10px;
left: 10px;
}
.ays_question_hint_container .ays_question_hint {
font-size: 20px;
cursor: pointer;
}
.ays_question_hint_container .ays_question_hint_text {
visibility: hidden;
max-width: 270px;
width: max-content; text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 999;
top: 0;
left: unset;
margin-left: 15px;
opacity: 0;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
transition: opacity 0.5s;
}
.ays_question_hint_container .ays_question_hint_text.show_hint {
visibility: visible;
opacity: 1;
z-index: 1000;
} .ays_question_result .ays_question_hint{
display: none;
}
.ays_average{
display: none;
text-align: center;
}
.ays_quiz_form_input{
display: block !important;
}
.ays-quiz-container *:after{
content: none;
}
.ays-quiz-container .ays-image-question-img img{
width:100%;
margin: 0 auto;
max-width:100%;
}
.ays-quiz-container .ays-field label:last-child {
overflow: hidden;
}
.ays-quiz-container .ays-field label:empty{
display: none;
}
.ays-quiz-container{
max-width: 100%;
}
.ays_empty_before_content:before{
content: none !important;
}
.ays_score_display_none{
display:none;
}
.ays-quiz-container .disable_social_buttons{
display: none;
}
.ays-quiz-container	.ays_quiz_image{
max-width: 100%;
margin: auto;
}
.ays-form-title{
margin-bottom: 20px;
font-size: 20px;
}
.ays-quiz-container .ays-field.ays-select-field {
padding: 0;
width: 100% !important;
position: relative;
}
.ays-quiz-container .ays-field.ays-text-field {
padding: 5px;
width: 100% !important;
display: flex;
flex-wrap: nowrap;
margin-bottom: 20px;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input{
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
height: 100px;
resize: none;
color: #000 !important;
background-color: #fff;
min-height: 100px;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"],
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] {
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-color: #fff;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input ~ button.ays_check_answer {
margin-right: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input{
padding: 10px;  margin-bottom: 0;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-image: unset;
max-width: 100%;
margin-top: 0;
margin: 0;
}
.ays-quiz-container .ays-quiz-answers div.ays-text-right-answer {
display: none;
width: 100%;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
color: #ddd;
background: rgba(39,174,96,0.5);
}
.ays_quiz_question {
word-wrap: break-word;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"] ~ button.ays_check_answer,
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field button.ays_check_answer{
margin: 0 !important;
margin-right: 5px !important;
margin-left: 5px !important;
width: auto !important;
}
.ays-live-bar-wrap {
box-sizing: border-box;
position: absolute;
height: 15px;
top: -15px;
border: none;
width: 100%;
background-color: transparent;
display: none;
}
.ays-live-bar-fill{
height: 100%;
border-bottom: 2px solid rgb(0, 0, 0);
}
.ays-live-bar-fill>span {
line-height: 15px !important;
white-space: nowrap;
}
.ays-live-bar-fill span {
text-align: right;
display: block;
height: 100%;
color: inherit;
font-size: 11px;
} div.ays-live-second-wrap{
background-color: black;
}
div.ays-live-second{
border-bottom: unset !important;
}
div.ays-live-third-wrap{
background-color: black;
}
div.ays-live-third{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-third::after {
content: "";
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@keyframes ays_progress_live_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
}
div.ays-live-fourth-wrap{
background-color: black;
}
div.ays-live-fourth{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-fourth::before {
content: "";
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
animation: ays_progress_live_bar linear infinite;
animation-duration: 0.8s;
} .ays_quiz_reports {
display: flex;
position: absolute;
bottom: 0;
justify-content: space-between;
align-items: stretch;
left: 0;
width: 100%;
}
.ays_quiz_reports .ays_quiz_rete_avg {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: 80%;
position: relative;
bottom: unset;
left: unset;
padding: 5px 8px;
border-radius: 0px; 
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
.ays_quiz_reports .ays_quiz_rete_avg span {
display: inline-block;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak i {
margin-right: 4px;
font-style: initial !important;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak {
display: flex;
justify-content: flex-end;
align-items: center;
position: relative; 
bottom: unset; 
right: unset; 
padding: 5px 20px; 
border-radius: 0px; 
font-weight: bold;
font-size: 14px;
width: 20%;
text-align: right;
padding: 5px 8px;
}
.ays_quizn_ancnoxneri_qanak i {
font-style: initial !important;
}
.ays_quizn_ancnoxneri_qanak {
display: block;
position: absolute;
bottom: 0;
right: 0;
padding: 5px 20px;
border-radius: 4px 0px 0px 0px;
font-weight: bold
}
.ays_quiz_rete_avg i.icon {
font-size: 12px;
}
.ays_quiz_rete_avg {
display: block;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: fit-content;
position: absolute;
bottom: 0;
left: 0;
padding: 5px 8px;
border-radius: 0px 4px 0px 0px;
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete {
display: none;
margin-bottom: 10px;
padding: 0px;
padding-top: 15px;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.ays_quiz_results_page .ays_quiz_rete .for_quiz_rate.ui.huge.rating{
font-size: 23px;
}
.ays_quiz_rete p {
text-align: center;
}
.ays_quiz_rete .for_quiz_rate {
margin-bottom: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason {
display: none;
margin-bottom: 20px;
}
.ays_quiz_rete .for_quiz_rate_reason textarea.quiz_rate_reason {
width: 100%;
height: 150px;
resize: vertical;
background-color: #fff;
padding: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div {
justify-content: flex-end;
margin: 0;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div .action-button{
max-width: fit-content;
height: 40px;
margin: 0;
}
.ays_quiz_rete .quiz_rate_more_review,
.ays_quiz_rete .quiz_rate_reasons_container {
display: none;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons {
margin-bottom: 15px;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons blockquote {
text-align: left;
}
.ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link {
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete .ays-quiz-rate-link-box {
text-align: center;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
} .ays_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;
font-family: FontAwesome !important;
}
.ays_fa_flag_checkered::before {
content: "\f11e";
font-weight: 900;
}
.ays_fa_arrow_left::before {
content: "\f060";
font-weight: 900;
}
.ays_fa_arrow_right::before {
content: "\f061";
font-weight: 900;
}
.ays_fa_info_circle::before {
content: "\f05a";
font-weight: 900;
}
.ays_fa_chevron_up::before {
content: "\f077";
font-weight: 900;
}
.ays_fa_chevron_down::before {
content: "\f078";
font-weight: 900;
}
.ays_fa_eye::before {
content: '\f06e';
font-weight: 400;
}
.ays_fa_users::before {
content: '\f0c0';
font-weight: 400;
}
.ays_fa_square_o::before {
content: "\f096";
font-weight: 900;
}
.ays_fa_check_square_o::before {
content: "\f046";
font-weight: 900;
}
.ays_fa_star::before {
content: "\f005";
font-weight: 400;
}
.ays_fa_star_o::before {
content: "\f006";
font-weight: 400;
}
.ays_fa_user::before {
content: "\f007";
font-weight: 400;
}
.ays_fa_clock_o::before {
content: "\f017";
font-weight: 400;
}
.ays_fa_undo::before {
content: "\f0e2";
font-weight: 400;
}
.ays_fa_volume_up::before {
content: "\f028";
font-weight: 400;
}
.ays_fa_volume_off::before {
content: "\f026";
font-weight: 400;
}
.ays_fa_sign_out::before {
content: "\f08b";
font-weight: 400;
}
.ays_fa_eraser::before {
content: "\f12d";
font-weight: 400;
}
.ays_fa_music::before {
content: "\f001";
font-weight: 400;
}
.ays_fa_linkedin_square::before {
content: "\f08c";
font-weight: 400;
}
.ays_fa_twitter_square::before {
content: "\f081";
font-weight: 400;
}
.ays_fa_facebook_square::before {
content: "\f082";
font-weight: 400;
}
.ays_fa_long_arrow_left::before {
content: "\f177";
font-weight: 400;
}
.ays_fa_long_arrow_right::before {
content: "\f178";
font-weight: 400;
}
.ays_fa_arrow_circle_o_left::before {
content: "\f190";
font-weight: 400;
}
.ays_fa_arrow_circle_o_right::before {
content: "\f18e";
font-weight: 400;
}
.ays_fa_arrow_circle_left::before {
content: "\f0a8";
font-weight: 400;
}
.ays_fa_arrow_circle_right::before {
content: "\f0a9";
font-weight: 400;
}
.ays_fa_check::before {
content: "\f00c";
}
.ays_fa_times::before {
content: "\f00d";
}
.logged_in_message{
padding: 15px;
}
.ays_quiz_results {
display: none;
}
.ays-quiz-container .rate_comment_row * {
box-sizing: border-box;
}
.ays-quiz-container .rate_comment_row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.ays-quiz-container .rate_comment_row.row_reverse {
flex-direction: row-reverse;
}
.ays-quiz-container .rate_comment_row .rate_comment_user {
width: 25%;
}
.ays-quiz-container .rate_comment_row .rate_comment {
width: fit-content;
max-width: 75%;
}
.ays-quiz-container .rate_comment_row .rate_comment_user,
.ays-quiz-container .rate_comment_row .rate_comment {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ays-quiz-container .rate_comment_row .thumbnail {
padding: 4px;
display: block;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ays-quiz-container .rate_comment_row .img-responsive,
.ays-quiz-container .rate_comment_row .thumbnail>img,
.ays-quiz-container .rate_comment_row .thumbnail a>img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.ays-quiz-container .rate_comment_row .panel {
position:relative;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
text-align: left !important;
}
.ays-quiz-container .rate_comment_row .panel-default {
border-color: #ddd;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
position:absolute;
top:11px;left:-16px;
right:100%;
width:0;
height:0;
display:block;
content:" ";
border-color:transparent;
border-style:solid solid outset;
pointer-events:none;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
right:-16px;
left:100%;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after{
border-width:7px;
border-right-color:#f7f7f7;
margin-top:1px;
margin-left:2px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
border-right-color:#ddd;
border-width:8px;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after{
border-width: 7px;
border-left-color: #f7f7f7;
margin-top: 1px;
margin-left: 0;
margin-right: 2px;
border-right: none
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
border-left-color: #ddd;
border-width: 8px;
border-right: none;
}
.ays-quiz-container .rate_comment_row .panel>.panel-body {
padding: 15px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
border-width:8px;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.lds-spinner2-none,
.lds-spinner-none {
display: none;
}
.lds-spinner2,
.lds-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
transform: scale(0.5);
}
.lds-spinner2 div,
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner linear infinite;
animation-duration: 1.2s !important;
}
.lds-spinner2 div:after,
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
}
.lds-spinner2 div:nth-child(1),
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner2 div:nth-child(2),
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner2 div:nth-child(3),
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner2 div:nth-child(4),
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner2 div:nth-child(5),
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner2 div:nth-child(6),
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner2 div:nth-child(7),
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner2 div:nth-child(8),
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner2 div:nth-child(9),
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner2 div:nth-child(10),
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner2 div:nth-child(11),
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner2 div:nth-child(12),
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ays_paypal_div {
padding: 100px 0;
}
.ays_paypal_div > div {
margin: auto;
width: 200px;
}
.ays_restart_button_p {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
flex-wrap: wrap;
text-align: center;
margin: 0 !important;
}
.action-button.ays_restart_button { max-width: 100%;
padding: 10px 20px;
}
a.action-button.ays_restart_button {
margin: 0 5px;
}
.action-button.ays_restart_button span {
margin-left: 7px;
}
div.ays_quiz_results_page {
display: none;
}
div.ays_quiz_results_page img {
margin: 0;
}
.ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
}
.ays_questtion_explanation,
.wrong_answer_text,
.right_answer_text {
text-align: initial;
}
.ays_animated_x5ms {
-webkit-animation-duration: .5s !important;
animation-duration: .5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ays_animated_x1s {
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} .ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
} .ays_music_sound {
display: block;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
left: 0;
margin: auto;
z-index: 998;
width: 35px;
margin: auto !important;
padding: 5px;
}
.ays_music_sound.z_index_0 {
z-index: 0;
}
.ays_music_sound > i {
font-size: 20px;
vertical-align: middle;
}
.ays_music_sound.ays_sound_with_timer{    
margin-top: 35px !important;
} fieldset.ays_fieldset {
border: 1px solid #e3939394;
padding: 5px;
background-color: transparent !important;
word-break: break-all;
}
fieldset.ays_fieldset legend {
font-size: 12px;
padding: 0 7px;
color: #f00;
margin: 0 auto;
display: block;
text-align: center;
border-top: 1px solid #e3939394;
border-bottom: 1px solid #e3939394;
margin-bottom: 10px;
background-color: transparent !important;
}
fieldset.ays_fieldset .ays_quiz_question .wp-video {
width: 100%;
max-height: 100%;
}
[id^="ays-quiz-container-"] fieldset.ays_fieldset .wp-video {
width: 100% !important;
max-width: 100% !important;
} .ays_cb_and_a {
position: relative;
top: -40px;
width: 100%;
text-align: center;
font-size: 12px;
}
.ays_cb_and_a span,
.ays_cb_and_a strong {
margin-right: 7px;
}
.ays_cb_and_a img {
display: inline-block !important;
width: 15px !important;
height: 15px !important;
object-fit: cover;
object-position: center center;
border-radius: 50%;
border: 1px solid #aaa;
margin-right: 3px;
margin-left: 5px;
vertical-align: text-top;
} [id^="ays-quiz-container-"] .ays_quiz_login_form input#ays-submit {
display: inline-block;
width:auto; font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 5px 10px;
margin: 10px 5px;
line-height: 1;
white-space: break-spaces;
}
.ays_quiz_login_form label {
display: block;
}
.wrong_shortcode_text::first-letter {
color: red !important;
background-color: transparent !important;
font-size: inherit !important;
font-weight: inherit !important;
float: none !important;
line-height: inherit !important;
margin: 0 !important;
padding: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-webkit-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-ms-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::placeholder {
color: #ccc !important;  
}
.ays-quiz-container .mejs-container {
width: 100% !important;
} .ays-quiz-container .mejs-container.mejs-video {
min-height: 220px !important;
}
.ays-quiz-container .mejs-container.mejs-audio {
min-height: 40px !important;
}
[id^="ays-quiz-container-"] .mejs-container .mejs-inner .mejs-controls .mejs-time {
height: 22px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
margin: 0;
} .ays_quiz_display_none_important{
display: none !important;
}
.ays-has-error {
border-width: 1px !important;
border-style: solid !important;
border-color: #d93025 !important;
}
.ays-quiz-question-validation-error {
font-family: Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: .3px;
line-height: 16px;
color: #d93025;
padding-bottom: 10px;
display: none;
}
.ays-has-error .ays-quiz-question-validation-error {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ays-has-error .ays-quiz-question-validation-error img {
margin-right: 12px;
}
img.ays-loader-custom-gif-content{ margin: auto;
}
.ays_quiz_question_text_message{
text-align: left;
font-size: 12px;
}
.ays_quiz_question_text_error_message {
color: #ff0000;
} .ays-quiz-container .ays-quiz-start-button-preloader{
position: relative;
}
.ays-quiz-container .ays_quiz_start_button_loader{
position: absolute;
margin-left: auto;
margin-right: auto;
width: 30px;
top: 4px;
left: 0;
right: 0;
text-align: center;
cursor: wait;
}
.ays-quiz-container .ays_next.start_button.ays_quiz_enable_loader{
color: #a0a5aa!important;
background: grey!important;
border-color: #ddd!important;
box-shadow: none!important;
text-shadow: none!important;
padding: 10px 20px !important;
border: none;
opacity: 0.5;
cursor: wait;
} div.ays_quiz_maker_block_select select.components-select-control__input {
width: 100%;
max-width: 100%;
padding: 0;
}
.ays-individual-quiz-all-results-container,
.ays-quiz-all-results-container {
overflow: auto;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter{
padding-right: 10px;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter input,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter input {
margin: 0;
}
.ays-quiz-display-questions-container .ays-quiz-display-question-box {
border-bottom: 0.5px solid #848688;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-check {
color: green;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-times {
color: brown;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_check {
color: green;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_times {
color: brown;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-score-column-check-box {
display: flex;
} .ays-quiz-container input[type=number]::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
.ays-quiz-container input[type=number] {
-moz-appearance:textfield;
}
.ays-quiz-container input[type=number]:hover{
-moz-appearance: auto;
}
.ays-quiz-container input[type=number]:hover::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]:hover::-webkit-inner-spin-button{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
.ays-quiz-container input[type=number]:hover:disabled {
-moz-appearance:textfield;
} div.ays-quiz-category-container-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-lds-spinner-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page {
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box * {
font-style: italic;
text-align: left;
font-size: 14px;
} .ays-quiz-full-screen-wrap {
display: flex;
justify-content: flex-end;
padding: 13px 10px;
}
.ays-quiz-full-screen-container {
cursor: pointer;
}
.ays-quiz-full-screen-container > svg.ays-quiz-close-full-screen {
display: none;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
position: relative;
margin: 0 auto;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page > input[id^='ays_quiz_password_val_'],
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
max-width: 100%;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays_quiz_password {
padding-right: 40px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays-quiz-password-toggle {
position: absolute;
right: 10px;
top: 25%;
width: 20px;
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-number-error-message {
color: #ff0000;
text-align: left;
font-size: 14px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
margin-top: 0;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-category-description-box {
margin-bottom: 20px;
}
.ays-quiz-container label.ays_switch_toggle {
cursor: pointer;
text-indent: -9999px;
width: 35px;
height: 14px;
background: grey;
display: block;
border-radius: 50px;
position: relative;
transition: .3s ease;
}
.ays-quiz-container label.ays_switch_toggle:after {
content: '';
position: absolute;
top: -3px;
left: -3px;
width: 20px;
height: 20px;
background: #0085ba;
border-radius: 30px;
transition: 0.3s;
}
.ays-quiz-container input:checked + label.ays_switch_toggle {
background: #b7ccea;
}
.ays-quiz-container input:checked + label.ays_switch_toggle:after {
left: calc(100% - -5px);
transform: translateX(-100%);
}
.ays-quiz-container label.ays_switch_toggle:active:after {
}
.ays-quiz-container label.ays_switch_toggle:hover:after {
box-shadow: 0 0 10px #31618c;
}
.ays-quiz-container div.ays-quiz-results-toggle-block {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 15px;
}
.ays-quiz-container input.ays_toggle[type=checkbox]{
display: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:after {
left: calc(100% - 13px);
top: 2px;
background-color: #aaa;
width: 10px;
height: 10px;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;
border: 1px solid #aaa;
}
.ays-quiz-container div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show{
color: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:hover:after {
box-shadow: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;    
border: 1px solid #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after {
top: 2px;
left: 13px;
width: 10px;
height: 10px;
background: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block > label.ays_switch_toggle {
margin: 0 10px;
}
.ays-quiz-container .ays-quiz-question-image-zoom {
cursor: zoom-in;
transition: 0.3s;
}
.ays-quiz-container .ays-quiz-question-image-zoom:hover {
opacity: 0.9;
}
@keyframes aysAnimationLightboxImages {
from{
transform: scale(0);
}
to{
transform: scale(1);
}   
}
.ays-quiz-question-image-lightbox-container {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0 ,0 ,0 ,0.8);
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
font-size: 40px;
font-weight: bold;
position: absolute;
top: 10px;
right: 20px;
color: #fff;
cursor: pointer;
transition: 0.3s;
z-index: 99999;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:hover,
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:focus {
color: #b5b5b5;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-img {
margin: auto;
display: block;
width: 100%;
max-width: 1200px;
height: auto;
text-align: center;
animation-name: aysAnimationLightboxImages;
animation-duration: 0.7s;
position: relative;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader {
opacity: 0.7;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 101;
position: absolute;
left: 0;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader img {
width: 100px;
}
@media screen and (max-width: 768px) {
div.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
top: 40px;
}
}
.ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment {
margin: 10px 0;
} .ays-modal {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 1000000 !important;
width: 100%;
height: 100%;
animation-duration: .5s;
transition: .5s ease-in-out;
outline: 0;
}
.ays-modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-open {
overflow: hidden;
position: relative;
height: 100%;
}
.ays-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999 !important;
background-color: rgba(0, 0, 0, 0.5);
} .ays-modal-content {
background-color: #fefefe;
margin: auto; margin-bottom: 30px;
margin-top: 40px;
border: 1px solid #888;
width: 85%; z-index: 100000000;
position: relative;
padding-left: 0 !important;
animation-duration: .3s;
transition: .5s ease-in-out;
border-radius: 4px;
}
#ays-results-modal .ays-modal-content {
min-height: 500px;
margin: auto !important; margin-bottom: 30px !important;
margin-top: 40px !important;
} .ays-close {
color: #aaa;
float: right;
line-height: 1.3;
font-size: 28px;
font-weight: bold;
}
.ays-close:hover,
.ays-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.ays-modal-header {
padding: 4px 16px;
}
.ays-modal .ays-modal-header h2 {
line-height: 1.3;
font-size: 1.8rem;
margin: 0;
padding: 0;
clear: none;
font-weight: 500;
} .ays-modal-body {
padding: 2px 16px 20px;
overflow-x: auto;
width: 100%;
box-sizing: border-box;
} .ays-modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
}
#ays-results-modal .ays-modal-header {
padding: 4px 16px !important;
}
#ays-results-modal .ays-modal-body {
padding: 2px 16px 20px !important;
}
#ays-results-modal .ays-modal-footer {
padding: 1rem !important;
}
table#ays-results-table {
border: 1px solid #ccc;
}
table#ays-results-table .ays-quiz-report-table-header {
display: flex;
justify-content: space-between;
align-items: center;
}
table#ays-results-table .ays-quiz-report-table-header::after,
table#ays-results-table .ays-quiz-report-table-header::before {
content: none !important;
}
table#ays-results-table svg {
width: 30px;
vertical-align: middle;
}
table#ays-results-table .wp-video {
width: max-content !important;
}
table#ays-results-table video {
max-width: 300px;
height: auto !important;
vertical-align: middle;
}
table#ays-results-table audio {
max-width: 300px;
vertical-align: middle;
}
table#ays-results-table {
margin: 0;
width: 100%;
}
table#ays-results-table h1::before {
content: none !important;
}
table#ays-results-table h1 {
margin: 0;
font-size: 25px;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
tr.ays_result_element {
border-bottom: 1px solid #ccc;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
.ays-modal-body * {
word-break: initial !important;
word-wrap: break-word;
vertical-align: middle;
}
.ays-modal-body tr td {
padding: 10px;
font-size: 15px;
border: none;
}
table#ays-results-table p.success img,
table#ays-results-table p.error img {
max-width: 150px !important;
}
table#ays-results-table p.success {
color: #73AF55;
}
table#ays-results-table p {
display: inline-block;
margin: 0;
font-size: 1.25em;
vertical-align: middle;
word-wrap: break-word;
}
table#ays-results-table p.error {
color: #D06079;
}
table#ays-results-table tr td {
word-wrap: break-word;
}
table#ays-results-table tr td:first-child,
table#ays-results-table tr td:first-child *{
color: #000 !important;
}
table#ays-results-table tr td:first-child{
font-weight: bold;
width: 40%;
}
table#ays-results-table tr td.ays-report-correct-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-user-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-status-icon {
width: 10%;
}
table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points {
width: 40%
}
table#ays-results-table tr td.ays-report-answer-point {
width: 20%;
}
div.ays-quiz-preloader{
display: none;
position: absolute;
background: rgba(255, 255, 255, 0.8);
width: 100%;
justify-content: center;
height: 100%;
align-items: center;
z-index: 1;
}.bootstrap-yop{   }.bootstrap-yop article,.bootstrap-yop aside,.bootstrap-yop details,.bootstrap-yop figcaption,.bootstrap-yop figure,.bootstrap-yop footer,.bootstrap-yop header,.bootstrap-yop hgroup,.bootstrap-yop main,.bootstrap-yop nav,.bootstrap-yop section,.bootstrap-yop summary{display:block}.bootstrap-yop audio,.bootstrap-yop canvas,.bootstrap-yop video{display:inline-block}.bootstrap-yop audio:not([controls]){display:none;height:0}.bootstrap-yop [hidden],.bootstrap-yop template{display:none}.bootstrap-yop html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;margin:0}.bootstrap-yop a{background:0 0}.bootstrap-yop a:focus{outline:thin dotted}.bootstrap-yop a:active,.bootstrap-yop a:hover{outline:0}.bootstrap-yop h1{margin:.67em 0;font-size:2em}.bootstrap-yop abbr[title]{border-bottom:1px dotted}.bootstrap-yop b,.bootstrap-yop strong{font-weight:700}.bootstrap-yop dfn{font-style:italic}.bootstrap-yop hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}.bootstrap-yop mark{color:#000;background:#ff0}.bootstrap-yop code,.bootstrap-yop kbd,.bootstrap-yop pre,.bootstrap-yop samp{font-family:monospace,serif;font-size:1em}.bootstrap-yop pre{white-space:pre-wrap}.bootstrap-yop q{quotes:"\201C" "\201D" "\2018" "\2019"}.bootstrap-yop small{font-size:80%}.bootstrap-yop sub,.bootstrap-yop sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap-yop sup{top:-.5em}.bootstrap-yop sub{bottom:-.25em}.bootstrap-yop img{border:0}.bootstrap-yop svg:not(:root){overflow:hidden}.bootstrap-yop figure{margin:0}.bootstrap-yop fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}.bootstrap-yop legend{padding:0;border:0}.bootstrap-yop button,.bootstrap-yop input,.bootstrap-yop select,.bootstrap-yop textarea{margin:0;font-size:100%}.bootstrap-yop button,.bootstrap-yop input{line-height:normal}.bootstrap-yop button,.bootstrap-yop select{text-transform:none}.bootstrap-yop button,.bootstrap-yop html input[type=button],.bootstrap-yop input[type=reset],.bootstrap-yop input[type=submit]{cursor:pointer;-webkit-appearance:button}.bootstrap-yop button[disabled],.bootstrap-yop html input[disabled]{cursor:default}.bootstrap-yop input[type=checkbox],.bootstrap-yop input[type=radio]{padding:0;box-sizing:border-box}.bootstrap-yop input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}.bootstrap-yop input[type=search]::-webkit-search-cancel-button,.bootstrap-yop input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-yop button::-moz-focus-inner,.bootstrap-yop input::-moz-focus-inner{padding:0;border:0}.bootstrap-yop textarea{overflow:auto;vertical-align:top}.bootstrap-yop table{border-collapse:collapse;border-spacing:0}@media print{.bootstrap-yop *{color:#000!important;text-shadow:none!important;background:0 0!important;box-shadow:none!important}.bootstrap-yop a,.bootstrap-yop a:visited{text-decoration:underline}.bootstrap-yop a[href]:after{content:" (" attr(href) ")"}.bootstrap-yop abbr[title]:after{content:" (" attr(title) ")"}.bootstrap-yop a[href^="#"]:after,.bootstrap-yop a[href^="javascript:"]:after{content:""}.bootstrap-yop blockquote,.bootstrap-yop pre{border:1px solid #999;page-break-inside:avoid}.bootstrap-yop thead{display:table-header-group}.bootstrap-yop img,.bootstrap-yop tr{page-break-inside:avoid}.bootstrap-yop img{max-width:100%!important}@page{margin:2cm .5cm}.bootstrap-yop h2,.bootstrap-yop h3,.bootstrap-yop p{orphans:3;widows:3}.bootstrap-yop h2,.bootstrap-yop h3{page-break-after:avoid}.bootstrap-yop select{background:#fff!important}.bootstrap-yop .navbar{display:none}.bootstrap-yop .table td,.bootstrap-yop .table th{background-color:#fff!important}.bootstrap-yop .btn>.caret,.bootstrap-yop .dropup>.btn>.caret{border-top-color:#000!important}.bootstrap-yop .label{border:1px solid #000}.bootstrap-yop .table{border-collapse:collapse!important}.bootstrap-yop .table-bordered td,.bootstrap-yop .table-bordered th{border:1px solid #ddd!important}}.bootstrap-yop *,.bootstrap-yop :after,.bootstrap-yop :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-yop html{font-size:62.5%;-webkit-tap-highlight-color:transparent}.bootstrap-yop body{font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}.bootstrap-yop a{color:#428bca;text-decoration:none}.bootstrap-yop a:focus,.bootstrap-yop a:hover{color:#2a6496;text-decoration:underline}.bootstrap-yop a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-yop img{vertical-align:middle}.bootstrap-yop .img-responsive{display:block;height:auto;max-width:100%}.bootstrap-yop .img-rounded{border-radius:6px}.bootstrap-yop .img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bootstrap-yop .img-circle{border-radius:50%}.bootstrap-yop hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.bootstrap-yop .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-yop .h1,.bootstrap-yop .h2,.bootstrap-yop .h3,.bootstrap-yop .h4,.bootstrap-yop .h5,.bootstrap-yop .h6,.bootstrap-yop h1,.bootstrap-yop h2,.bootstrap-yop h3,.bootstrap-yop h4,.bootstrap-yop h5,.bootstrap-yop h6{font-weight:500;line-height:1.1;color:inherit}.bootstrap-yop .h1 .small,.bootstrap-yop .h1 small,.bootstrap-yop .h2 .small,.bootstrap-yop .h2 small,.bootstrap-yop .h3 .small,.bootstrap-yop .h3 small,.bootstrap-yop .h4 .small,.bootstrap-yop .h4 small,.bootstrap-yop .h5 .small,.bootstrap-yop .h5 small,.bootstrap-yop .h6 .small,.bootstrap-yop .h6 small,.bootstrap-yop h1 .small,.bootstrap-yop h1 small,.bootstrap-yop h2 .small,.bootstrap-yop h2 small,.bootstrap-yop h3 .small,.bootstrap-yop h3 small,.bootstrap-yop h4 .small,.bootstrap-yop h4 small,.bootstrap-yop h5 .small,.bootstrap-yop h5 small,.bootstrap-yop h6 .small,.bootstrap-yop h6 small{font-weight:400;line-height:1;color:#999}.bootstrap-yop h1,.bootstrap-yop h2,.bootstrap-yop h3{margin-top:20px;margin-bottom:10px}.bootstrap-yop h1 .small,.bootstrap-yop h1 small,.bootstrap-yop h2 .small,.bootstrap-yop h2 small,.bootstrap-yop h3 .small,.bootstrap-yop h3 small{font-size:65%}.bootstrap-yop h4,.bootstrap-yop h5,.bootstrap-yop h6{margin-top:10px;margin-bottom:10px}.bootstrap-yop h4 .small,.bootstrap-yop h4 small,.bootstrap-yop h5 .small,.bootstrap-yop h5 small,.bootstrap-yop h6 .small,.bootstrap-yop h6 small{font-size:75%}.bootstrap-yop .h1,.bootstrap-yop h1{font-size:36px}.bootstrap-yop .h2,.bootstrap-yop h2{font-size:30px}.bootstrap-yop .h3,.bootstrap-yop h3{font-size:24px}.bootstrap-yop .h4,.bootstrap-yop h4{font-size:18px}.bootstrap-yop .h5,.bootstrap-yop h5{font-size:14px}.bootstrap-yop .h6,.bootstrap-yop h6{font-size:12px}.bootstrap-yop p{margin:0 0 10px}.bootstrap-yop .lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.bootstrap-yop .lead{font-size:21px}}.bootstrap-yop .small,.bootstrap-yop small{font-size:85%}.bootstrap-yop cite{font-style:normal}.bootstrap-yop .text-muted{color:#999}.bootstrap-yop .text-primary{color:#428bca}.bootstrap-yop .text-primary:hover{color:#3071a9}.bootstrap-yop .text-warning{color:#8a6d3b}.bootstrap-yop .text-warning:hover{color:#66512c}.bootstrap-yop .text-danger{color:#a94442}.bootstrap-yop .text-danger:hover{color:#843534}.bootstrap-yop .text-success{color:#3c763d}.bootstrap-yop .text-success:hover{color:#2b542c}.bootstrap-yop .text-info{color:#31708f}.bootstrap-yop .text-info:hover{color:#245269}.bootstrap-yop .text-left{text-align:left}.bootstrap-yop .text-right{text-align:right}.bootstrap-yop .text-center{text-align:center}.bootstrap-yop .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.bootstrap-yop ol,.bootstrap-yop ul{margin-top:0;margin-bottom:10px}.bootstrap-yop ol ol,.bootstrap-yop ol ul,.bootstrap-yop ul ol,.bootstrap-yop ul ul{margin-bottom:0}.bootstrap-yop .list-unstyled{padding-left:0;list-style:none}.bootstrap-yop .list-inline{padding-left:0;list-style:none}.bootstrap-yop .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.bootstrap-yop .list-inline>li:first-child{padding-left:0}.bootstrap-yop dl{margin-top:0;margin-bottom:20px}.bootstrap-yop dd,.bootstrap-yop dt{line-height:1.428571429}.bootstrap-yop dt{font-weight:700}.bootstrap-yop dd{margin-left:0}@media (min-width:768px){.bootstrap-yop .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bootstrap-yop .dl-horizontal dd{margin-left:180px}.bootstrap-yop .dl-horizontal dd:after,.bootstrap-yop .dl-horizontal dd:before{display:table;content:" "}.bootstrap-yop .dl-horizontal dd:after{clear:both}.bootstrap-yop .dl-horizontal dd:after,.bootstrap-yop .dl-horizontal dd:before{display:table;content:" "}.bootstrap-yop .dl-horizontal dd:after{clear:both}}.bootstrap-yop abbr[data-original-title],.bootstrap-yop abbr[title]{cursor:help;border-bottom:1px dotted #999}.bootstrap-yop .initialism{font-size:90%;text-transform:uppercase}.bootstrap-yop blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}.bootstrap-yop blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}.bootstrap-yop blockquote p:last-child{margin-bottom:0}.bootstrap-yop blockquote .small,.bootstrap-yop blockquote small{display:block;line-height:1.428571429;color:#999}.bootstrap-yop blockquote .small:before,.bootstrap-yop blockquote small:before{content:'\2014 \00A0'}.bootstrap-yop blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}.bootstrap-yop blockquote.pull-right .small,.bootstrap-yop blockquote.pull-right p,.bootstrap-yop blockquote.pull-right small{text-align:right}.bootstrap-yop blockquote.pull-right .small:before,.bootstrap-yop blockquote.pull-right small:before{content:''}.bootstrap-yop blockquote.pull-right .small:after,.bootstrap-yop blockquote.pull-right small:after{content:'\00A0 \2014'}.bootstrap-yop blockquote:after,.bootstrap-yop blockquote:before{content:""}.bootstrap-yop address{margin-bottom:20px;font-style:normal;line-height:1.428571429}.bootstrap-yop code,.bootstrap-yop kbd,.bootstrap-yop pre,.bootstrap-yop samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.bootstrap-yop code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}.bootstrap-yop pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.bootstrap-yop pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap-yop .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-yop .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bootstrap-yop .container:after,.bootstrap-yop .container:before{display:table;content:" "}.bootstrap-yop .container:after{clear:both}.bootstrap-yop .container:after,.bootstrap-yop .container:before{display:table;content:" "}.bootstrap-yop .container:after{clear:both}@media (min-width:768px){.bootstrap-yop .container{width:750px}}@media (min-width:992px){.bootstrap-yop .container{width:970px}}@media (min-width:1200px){.bootstrap-yop .container{width:1170px}}.bootstrap-yop .row{margin-right:-15px;margin-left:-15px}.bootstrap-yop .row:after,.bootstrap-yop .row:before{display:table;content:" "}.bootstrap-yop .row:after{clear:both}.bootstrap-yop .row:after,.bootstrap-yop .row:before{display:table;content:" "}.bootstrap-yop .row:after{clear:both}.bootstrap-yop .col-lg-1,.bootstrap-yop .col-lg-10,.bootstrap-yop .col-lg-11,.bootstrap-yop .col-lg-12,.bootstrap-yop .col-lg-2,.bootstrap-yop .col-lg-3,.bootstrap-yop .col-lg-4,.bootstrap-yop .col-lg-5,.bootstrap-yop .col-lg-6,.bootstrap-yop .col-lg-7,.bootstrap-yop .col-lg-8,.bootstrap-yop .col-lg-9,.bootstrap-yop .col-md-1,.bootstrap-yop .col-md-10,.bootstrap-yop .col-md-11,.bootstrap-yop .col-md-12,.bootstrap-yop .col-md-2,.bootstrap-yop .col-md-3,.bootstrap-yop .col-md-4,.bootstrap-yop .col-md-5,.bootstrap-yop .col-md-6,.bootstrap-yop .col-md-7,.bootstrap-yop .col-md-8,.bootstrap-yop .col-md-9,.bootstrap-yop .col-sm-1,.bootstrap-yop .col-sm-10,.bootstrap-yop .col-sm-11,.bootstrap-yop .col-sm-12,.bootstrap-yop .col-sm-2,.bootstrap-yop .col-sm-3,.bootstrap-yop .col-sm-4,.bootstrap-yop .col-sm-5,.bootstrap-yop .col-sm-6,.bootstrap-yop .col-sm-7,.bootstrap-yop .col-sm-8,.bootstrap-yop .col-sm-9,.bootstrap-yop .col-xs-1,.bootstrap-yop .col-xs-10,.bootstrap-yop .col-xs-11,.bootstrap-yop .col-xs-12,.bootstrap-yop .col-xs-2,.bootstrap-yop .col-xs-3,.bootstrap-yop .col-xs-4,.bootstrap-yop .col-xs-5,.bootstrap-yop .col-xs-6,.bootstrap-yop .col-xs-7,.bootstrap-yop .col-xs-8,.bootstrap-yop .col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.bootstrap-yop .col-xs-1,.bootstrap-yop .col-xs-10,.bootstrap-yop .col-xs-11,.bootstrap-yop .col-xs-12,.bootstrap-yop .col-xs-2,.bootstrap-yop .col-xs-3,.bootstrap-yop .col-xs-4,.bootstrap-yop .col-xs-5,.bootstrap-yop .col-xs-6,.bootstrap-yop .col-xs-7,.bootstrap-yop .col-xs-8,.bootstrap-yop .col-xs-9{float:left}.bootstrap-yop .col-xs-12{width:100%}.bootstrap-yop .col-xs-11{width:91.66666666666666%}.bootstrap-yop .col-xs-10{width:83.33333333333334%}.bootstrap-yop .col-xs-9{width:75%}.bootstrap-yop .col-xs-8{width:66.66666666666666%}.bootstrap-yop .col-xs-7{width:58.333333333333336%}.bootstrap-yop .col-xs-6{width:50%}.bootstrap-yop .col-xs-5{width:41.66666666666667%}.bootstrap-yop .col-xs-4{width:33.33333333333333%}.bootstrap-yop .col-xs-3{width:25%}.bootstrap-yop .col-xs-2{width:16.666666666666664%}.bootstrap-yop .col-xs-1{width:8.333333333333332%}.bootstrap-yop .col-xs-pull-12{right:100%}.bootstrap-yop .col-xs-pull-11{right:91.66666666666666%}.bootstrap-yop .col-xs-pull-10{right:83.33333333333334%}.bootstrap-yop .col-xs-pull-9{right:75%}.bootstrap-yop .col-xs-pull-8{right:66.66666666666666%}.bootstrap-yop .col-xs-pull-7{right:58.333333333333336%}.bootstrap-yop .col-xs-pull-6{right:50%}.bootstrap-yop .col-xs-pull-5{right:41.66666666666667%}.bootstrap-yop .col-xs-pull-4{right:33.33333333333333%}.bootstrap-yop .col-xs-pull-3{right:25%}.bootstrap-yop .col-xs-pull-2{right:16.666666666666664%}.bootstrap-yop .col-xs-pull-1{right:8.333333333333332%}.bootstrap-yop .col-xs-pull-0{right:0}.bootstrap-yop .col-xs-push-12{left:100%}.bootstrap-yop .col-xs-push-11{left:91.66666666666666%}.bootstrap-yop .col-xs-push-10{left:83.33333333333334%}.bootstrap-yop .col-xs-push-9{left:75%}.bootstrap-yop .col-xs-push-8{left:66.66666666666666%}.bootstrap-yop .col-xs-push-7{left:58.333333333333336%}.bootstrap-yop .col-xs-push-6{left:50%}.bootstrap-yop .col-xs-push-5{left:41.66666666666667%}.bootstrap-yop .col-xs-push-4{left:33.33333333333333%}.bootstrap-yop .col-xs-push-3{left:25%}.bootstrap-yop .col-xs-push-2{left:16.666666666666664%}.bootstrap-yop .col-xs-push-1{left:8.333333333333332%}.bootstrap-yop .col-xs-push-0{left:0}.bootstrap-yop .col-xs-offset-12{margin-left:100%}.bootstrap-yop .col-xs-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-xs-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-xs-offset-9{margin-left:75%}.bootstrap-yop .col-xs-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-xs-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-xs-offset-6{margin-left:50%}.bootstrap-yop .col-xs-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-xs-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-xs-offset-3{margin-left:25%}.bootstrap-yop .col-xs-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-xs-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-xs-offset-0{margin-left:0}@media (min-width:768px){.bootstrap-yop .col-sm-1,.bootstrap-yop .col-sm-10,.bootstrap-yop .col-sm-11,.bootstrap-yop .col-sm-12,.bootstrap-yop .col-sm-2,.bootstrap-yop .col-sm-3,.bootstrap-yop .col-sm-4,.bootstrap-yop .col-sm-5,.bootstrap-yop .col-sm-6,.bootstrap-yop .col-sm-7,.bootstrap-yop .col-sm-8,.bootstrap-yop .col-sm-9{float:left}.bootstrap-yop .col-sm-12{width:100%}.bootstrap-yop .col-sm-11{width:91.66666666666666%}.bootstrap-yop .col-sm-10{width:83.33333333333334%}.bootstrap-yop .col-sm-9{width:75%}.bootstrap-yop .col-sm-8{width:66.66666666666666%}.bootstrap-yop .col-sm-7{width:58.333333333333336%}.bootstrap-yop .col-sm-6{width:50%}.bootstrap-yop .col-sm-5{width:41.66666666666667%}.bootstrap-yop .col-sm-4{width:33.33333333333333%}.bootstrap-yop .col-sm-3{width:25%}.bootstrap-yop .col-sm-2{width:16.666666666666664%}.bootstrap-yop .col-sm-1{width:8.333333333333332%}.bootstrap-yop .col-sm-pull-12{right:100%}.bootstrap-yop .col-sm-pull-11{right:91.66666666666666%}.bootstrap-yop .col-sm-pull-10{right:83.33333333333334%}.bootstrap-yop .col-sm-pull-9{right:75%}.bootstrap-yop .col-sm-pull-8{right:66.66666666666666%}.bootstrap-yop .col-sm-pull-7{right:58.333333333333336%}.bootstrap-yop .col-sm-pull-6{right:50%}.bootstrap-yop .col-sm-pull-5{right:41.66666666666667%}.bootstrap-yop .col-sm-pull-4{right:33.33333333333333%}.bootstrap-yop .col-sm-pull-3{right:25%}.bootstrap-yop .col-sm-pull-2{right:16.666666666666664%}.bootstrap-yop .col-sm-pull-1{right:8.333333333333332%}.bootstrap-yop .col-sm-pull-0{right:0}.bootstrap-yop .col-sm-push-12{left:100%}.bootstrap-yop .col-sm-push-11{left:91.66666666666666%}.bootstrap-yop .col-sm-push-10{left:83.33333333333334%}.bootstrap-yop .col-sm-push-9{left:75%}.bootstrap-yop .col-sm-push-8{left:66.66666666666666%}.bootstrap-yop .col-sm-push-7{left:58.333333333333336%}.bootstrap-yop .col-sm-push-6{left:50%}.bootstrap-yop .col-sm-push-5{left:41.66666666666667%}.bootstrap-yop .col-sm-push-4{left:33.33333333333333%}.bootstrap-yop .col-sm-push-3{left:25%}.bootstrap-yop .col-sm-push-2{left:16.666666666666664%}.bootstrap-yop .col-sm-push-1{left:8.333333333333332%}.bootstrap-yop .col-sm-push-0{left:0}.bootstrap-yop .col-sm-offset-12{margin-left:100%}.bootstrap-yop .col-sm-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-sm-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-sm-offset-9{margin-left:75%}.bootstrap-yop .col-sm-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-sm-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-sm-offset-6{margin-left:50%}.bootstrap-yop .col-sm-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-sm-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-sm-offset-3{margin-left:25%}.bootstrap-yop .col-sm-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-sm-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.bootstrap-yop .col-md-1,.bootstrap-yop .col-md-10,.bootstrap-yop .col-md-11,.bootstrap-yop .col-md-12,.bootstrap-yop .col-md-2,.bootstrap-yop .col-md-3,.bootstrap-yop .col-md-4,.bootstrap-yop .col-md-5,.bootstrap-yop .col-md-6,.bootstrap-yop .col-md-7,.bootstrap-yop .col-md-8,.bootstrap-yop .col-md-9{float:left}.bootstrap-yop .col-md-12{width:100%}.bootstrap-yop .col-md-11{width:91.66666666666666%}.bootstrap-yop .col-md-10{width:83.33333333333334%}.bootstrap-yop .col-md-9{width:75%}.bootstrap-yop .col-md-8{width:66.66666666666666%}.bootstrap-yop .col-md-7{width:58.333333333333336%}.bootstrap-yop .col-md-6{width:50%}.bootstrap-yop .col-md-5{width:41.66666666666667%}.bootstrap-yop .col-md-4{width:33.33333333333333%}.bootstrap-yop .col-md-3{width:25%}.bootstrap-yop .col-md-2{width:16.666666666666664%}.bootstrap-yop .col-md-1{width:8.333333333333332%}.bootstrap-yop .col-md-pull-12{right:100%}.bootstrap-yop .col-md-pull-11{right:91.66666666666666%}.bootstrap-yop .col-md-pull-10{right:83.33333333333334%}.bootstrap-yop .col-md-pull-9{right:75%}.bootstrap-yop .col-md-pull-8{right:66.66666666666666%}.bootstrap-yop .col-md-pull-7{right:58.333333333333336%}.bootstrap-yop .col-md-pull-6{right:50%}.bootstrap-yop .col-md-pull-5{right:41.66666666666667%}.bootstrap-yop .col-md-pull-4{right:33.33333333333333%}.bootstrap-yop .col-md-pull-3{right:25%}.bootstrap-yop .col-md-pull-2{right:16.666666666666664%}.bootstrap-yop .col-md-pull-1{right:8.333333333333332%}.bootstrap-yop .col-md-pull-0{right:0}.bootstrap-yop .col-md-push-12{left:100%}.bootstrap-yop .col-md-push-11{left:91.66666666666666%}.bootstrap-yop .col-md-push-10{left:83.33333333333334%}.bootstrap-yop .col-md-push-9{left:75%}.bootstrap-yop .col-md-push-8{left:66.66666666666666%}.bootstrap-yop .col-md-push-7{left:58.333333333333336%}.bootstrap-yop .col-md-push-6{left:50%}.bootstrap-yop .col-md-push-5{left:41.66666666666667%}.bootstrap-yop .col-md-push-4{left:33.33333333333333%}.bootstrap-yop .col-md-push-3{left:25%}.bootstrap-yop .col-md-push-2{left:16.666666666666664%}.bootstrap-yop .col-md-push-1{left:8.333333333333332%}.bootstrap-yop .col-md-push-0{left:0}.bootstrap-yop .col-md-offset-12{margin-left:100%}.bootstrap-yop .col-md-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-md-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-md-offset-9{margin-left:75%}.bootstrap-yop .col-md-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-md-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-md-offset-6{margin-left:50%}.bootstrap-yop .col-md-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-md-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-md-offset-3{margin-left:25%}.bootstrap-yop .col-md-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-md-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.bootstrap-yop .col-lg-1,.bootstrap-yop .col-lg-10,.bootstrap-yop .col-lg-11,.bootstrap-yop .col-lg-12,.bootstrap-yop .col-lg-2,.bootstrap-yop .col-lg-3,.bootstrap-yop .col-lg-4,.bootstrap-yop .col-lg-5,.bootstrap-yop .col-lg-6,.bootstrap-yop .col-lg-7,.bootstrap-yop .col-lg-8,.bootstrap-yop .col-lg-9{float:left}.bootstrap-yop .col-lg-12{width:100%}.bootstrap-yop .col-lg-11{width:91.66666666666666%}.bootstrap-yop .col-lg-10{width:83.33333333333334%}.bootstrap-yop .col-lg-9{width:75%}.bootstrap-yop .col-lg-8{width:66.66666666666666%}.bootstrap-yop .col-lg-7{width:58.333333333333336%}.bootstrap-yop .col-lg-6{width:50%}.bootstrap-yop .col-lg-5{width:41.66666666666667%}.bootstrap-yop .col-lg-4{width:33.33333333333333%}.bootstrap-yop .col-lg-3{width:25%}.bootstrap-yop .col-lg-2{width:16.666666666666664%}.bootstrap-yop .col-lg-1{width:8.333333333333332%}.bootstrap-yop .col-lg-pull-12{right:100%}.bootstrap-yop .col-lg-pull-11{right:91.66666666666666%}.bootstrap-yop .col-lg-pull-10{right:83.33333333333334%}.bootstrap-yop .col-lg-pull-9{right:75%}.bootstrap-yop .col-lg-pull-8{right:66.66666666666666%}.bootstrap-yop .col-lg-pull-7{right:58.333333333333336%}.bootstrap-yop .col-lg-pull-6{right:50%}.bootstrap-yop .col-lg-pull-5{right:41.66666666666667%}.bootstrap-yop .col-lg-pull-4{right:33.33333333333333%}.bootstrap-yop .col-lg-pull-3{right:25%}.bootstrap-yop .col-lg-pull-2{right:16.666666666666664%}.bootstrap-yop .col-lg-pull-1{right:8.333333333333332%}.bootstrap-yop .col-lg-pull-0{right:0}.bootstrap-yop .col-lg-push-12{left:100%}.bootstrap-yop .col-lg-push-11{left:91.66666666666666%}.bootstrap-yop .col-lg-push-10{left:83.33333333333334%}.bootstrap-yop .col-lg-push-9{left:75%}.bootstrap-yop .col-lg-push-8{left:66.66666666666666%}.bootstrap-yop .col-lg-push-7{left:58.333333333333336%}.bootstrap-yop .col-lg-push-6{left:50%}.bootstrap-yop .col-lg-push-5{left:41.66666666666667%}.bootstrap-yop .col-lg-push-4{left:33.33333333333333%}.bootstrap-yop .col-lg-push-3{left:25%}.bootstrap-yop .col-lg-push-2{left:16.666666666666664%}.bootstrap-yop .col-lg-push-1{left:8.333333333333332%}.bootstrap-yop .col-lg-push-0{left:0}.bootstrap-yop .col-lg-offset-12{margin-left:100%}.bootstrap-yop .col-lg-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-lg-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-lg-offset-9{margin-left:75%}.bootstrap-yop .col-lg-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-lg-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-lg-offset-6{margin-left:50%}.bootstrap-yop .col-lg-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-lg-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-lg-offset-3{margin-left:25%}.bootstrap-yop .col-lg-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-lg-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-lg-offset-0{margin-left:0}}.bootstrap-yop table{max-width:100%;background-color:transparent}.bootstrap-yop th{text-align:left}.bootstrap-yop .table{width:100%;margin-bottom:20px}.bootstrap-yop .table>tbody>tr>td,.bootstrap-yop .table>tbody>tr>th,.bootstrap-yop .table>tfoot>tr>td,.bootstrap-yop .table>tfoot>tr>th,.bootstrap-yop .table>thead>tr>td,.bootstrap-yop .table>thead>tr>th{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.bootstrap-yop .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.bootstrap-yop .table>caption+thead>tr:first-child>td,.bootstrap-yop .table>caption+thead>tr:first-child>th,.bootstrap-yop .table>colgroup+thead>tr:first-child>td,.bootstrap-yop .table>colgroup+thead>tr:first-child>th,.bootstrap-yop .table>thead:first-child>tr:first-child>td,.bootstrap-yop .table>thead:first-child>tr:first-child>th{border-top:0}.bootstrap-yop .table>tbody+tbody{border-top:2px solid #ddd}.bootstrap-yop .table .table{background-color:#fff}.bootstrap-yop .table-condensed>tbody>tr>td,.bootstrap-yop .table-condensed>tbody>tr>th,.bootstrap-yop .table-condensed>tfoot>tr>td,.bootstrap-yop .table-condensed>tfoot>tr>th,.bootstrap-yop .table-condensed>thead>tr>td,.bootstrap-yop .table-condensed>thead>tr>th{padding:5px}.bootstrap-yop .table-bordered{border:1px solid #ddd}.bootstrap-yop .table-bordered>tbody>tr>td,.bootstrap-yop .table-bordered>tbody>tr>th,.bootstrap-yop .table-bordered>tfoot>tr>td,.bootstrap-yop .table-bordered>tfoot>tr>th,.bootstrap-yop .table-bordered>thead>tr>td,.bootstrap-yop .table-bordered>thead>tr>th{border:1px solid #ddd}.bootstrap-yop .table-bordered>thead>tr>td,.bootstrap-yop .table-bordered>thead>tr>th{border-bottom-width:2px}.bootstrap-yop .table-striped>tbody>tr:nth-child(odd)>td,.bootstrap-yop .table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.bootstrap-yop .table-hover>tbody>tr:hover>td,.bootstrap-yop .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}.bootstrap-yop table col[class*=col-]{position:static;display:table-column;float:none}.bootstrap-yop table td[class*=col-],.bootstrap-yop table th[class*=col-]{display:table-cell;float:none}.bootstrap-yop .table>tbody>.active>td,.bootstrap-yop .table>tbody>.active>th,.bootstrap-yop .table>tbody>tr>.active,.bootstrap-yop .table>tfoot>.active>td,.bootstrap-yop .table>tfoot>.active>th,.bootstrap-yop .table>tfoot>tr>.active,.bootstrap-yop .table>thead>.active>td,.bootstrap-yop .table>thead>.active>th,.bootstrap-yop .table>thead>tr>.active{background-color:#f5f5f5}.bootstrap-yop .table-hover>tbody>.active:hover>td,.bootstrap-yop .table-hover>tbody>.active:hover>th,.bootstrap-yop .table-hover>tbody>tr>.active:hover{background-color:#e8e8e8}.bootstrap-yop .table>tbody>.success>td,.bootstrap-yop .table>tbody>.success>th,.bootstrap-yop .table>tbody>tr>.success,.bootstrap-yop .table>tfoot>.success>td,.bootstrap-yop .table>tfoot>.success>th,.bootstrap-yop .table>tfoot>tr>.success,.bootstrap-yop .table>thead>.success>td,.bootstrap-yop .table>thead>.success>th,.bootstrap-yop .table>thead>tr>.success{background-color:#dff0d8}.bootstrap-yop .table-hover>tbody>.success:hover>td,.bootstrap-yop .table-hover>tbody>.success:hover>th,.bootstrap-yop .table-hover>tbody>tr>.success:hover{background-color:#d0e9c6}.bootstrap-yop .table>tbody>.danger>td,.bootstrap-yop .table>tbody>.danger>th,.bootstrap-yop .table>tbody>tr>.danger,.bootstrap-yop .table>tfoot>.danger>td,.bootstrap-yop .table>tfoot>.danger>th,.bootstrap-yop .table>tfoot>tr>.danger,.bootstrap-yop .table>thead>.danger>td,.bootstrap-yop .table>thead>.danger>th,.bootstrap-yop .table>thead>tr>.danger{background-color:#f2dede}.bootstrap-yop .table-hover>tbody>.danger:hover>td,.bootstrap-yop .table-hover>tbody>.danger:hover>th,.bootstrap-yop .table-hover>tbody>tr>.danger:hover{background-color:#ebcccc}.bootstrap-yop .table>tbody>.warning>td,.bootstrap-yop .table>tbody>.warning>th,.bootstrap-yop .table>tbody>tr>.warning,.bootstrap-yop .table>tfoot>.warning>td,.bootstrap-yop .table>tfoot>.warning>th,.bootstrap-yop .table>tfoot>tr>.warning,.bootstrap-yop .table>thead>.warning>td,.bootstrap-yop .table>thead>.warning>th,.bootstrap-yop .table>thead>tr>.warning{background-color:#fcf8e3}.bootstrap-yop .table-hover>tbody>.warning:hover>td,.bootstrap-yop .table-hover>tbody>.warning:hover>th,.bootstrap-yop .table-hover>tbody>tr>.warning:hover{background-color:#faf2cc}@media (max-width:767px){.bootstrap-yop .table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.bootstrap-yop .table-responsive>.table{margin-bottom:0}.bootstrap-yop .table-responsive>.table>tbody>tr>td,.bootstrap-yop .table-responsive>.table>tbody>tr>th,.bootstrap-yop .table-responsive>.table>tfoot>tr>td,.bootstrap-yop .table-responsive>.table>tfoot>tr>th,.bootstrap-yop .table-responsive>.table>thead>tr>td,.bootstrap-yop .table-responsive>.table>thead>tr>th{white-space:nowrap}.bootstrap-yop .table-responsive>.table-bordered{border:0}.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-yop .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-yop .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bootstrap-yop fieldset{padding:0;margin:0;border:0}.bootstrap-yop legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap-yop label{display:inline-block;margin-bottom:5px;font-weight:700}.bootstrap-yop input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-yop input[type=checkbox],.bootstrap-yop input[type=radio]{margin:4px 0 0;line-height:normal}.bootstrap-yop input[type=file]{display:block}.bootstrap-yop select[multiple],.bootstrap-yop select[size]{height:auto}.bootstrap-yop select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}.bootstrap-yop input[type=checkbox]:focus,.bootstrap-yop input[type=file]:focus,.bootstrap-yop input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-yop input[type=number]::-webkit-inner-spin-button,.bootstrap-yop input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-yop output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.bootstrap-yop .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-yop .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-yop .form-control:-moz-placeholder{color:#999}.bootstrap-yop .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap-yop .form-control:-ms-input-placeholder{color:#999}.bootstrap-yop .form-control::-webkit-input-placeholder{color:#999}.bootstrap-yop .form-control[disabled],.bootstrap-yop .form-control[readonly],.bootstrap-yop fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}.bootstrap-yop textarea.form-control{height:auto}.bootstrap-yop .form-group{margin-bottom:15px}.bootstrap-yop .checkbox,.bootstrap-yop .radio{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.bootstrap-yop .checkbox label,.bootstrap-yop .radio label{display:inline;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-yop .checkbox input[type=checkbox],.bootstrap-yop .checkbox-inline input[type=checkbox],.bootstrap-yop .radio input[type=radio],.bootstrap-yop .radio-inline input[type=radio]{float:left;margin-left:-20px}.bootstrap-yop .checkbox+.checkbox,.bootstrap-yop .radio+.radio{margin-top:-5px}.bootstrap-yop .checkbox-inline,.bootstrap-yop .radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.bootstrap-yop .checkbox-inline+.checkbox-inline,.bootstrap-yop .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.bootstrap-yop .checkbox-inline[disabled],.bootstrap-yop .checkbox[disabled],.bootstrap-yop .radio-inline[disabled],.bootstrap-yop .radio[disabled],.bootstrap-yop fieldset[disabled] .checkbox,.bootstrap-yop fieldset[disabled] .checkbox-inline,.bootstrap-yop fieldset[disabled] .radio,.bootstrap-yop fieldset[disabled] .radio-inline,.bootstrap-yop fieldset[disabled] input[type=checkbox],.bootstrap-yop fieldset[disabled] input[type=radio],.bootstrap-yop input[type=checkbox][disabled],.bootstrap-yop input[type=radio][disabled]{cursor:not-allowed}.bootstrap-yop .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop select.input-sm{height:30px;line-height:30px}.bootstrap-yop textarea.input-sm{height:auto}.bootstrap-yop .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop select.input-lg{height:46px;line-height:46px}.bootstrap-yop textarea.input-lg{height:auto}.bootstrap-yop .has-warning .checkbox,.bootstrap-yop .has-warning .checkbox-inline,.bootstrap-yop .has-warning .control-label,.bootstrap-yop .has-warning .help-block,.bootstrap-yop .has-warning .radio,.bootstrap-yop .has-warning .radio-inline{color:#8a6d3b}.bootstrap-yop .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bootstrap-yop .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.bootstrap-yop .has-error .checkbox,.bootstrap-yop .has-error .checkbox-inline,.bootstrap-yop .has-error .control-label,.bootstrap-yop .has-error .help-block,.bootstrap-yop .has-error .radio,.bootstrap-yop .has-error .radio-inline{color:#a94442}.bootstrap-yop .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bootstrap-yop .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.bootstrap-yop .has-success .checkbox,.bootstrap-yop .has-success .checkbox-inline,.bootstrap-yop .has-success .control-label,.bootstrap-yop .has-success .help-block,.bootstrap-yop .has-success .radio,.bootstrap-yop .has-success .radio-inline{color:#3c763d}.bootstrap-yop .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bootstrap-yop .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.bootstrap-yop .form-control-static{margin-bottom:0}.bootstrap-yop .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.bootstrap-yop .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-yop .form-inline .form-control{display:inline-block}.bootstrap-yop .form-inline select.form-control{width:auto}.bootstrap-yop .form-inline .checkbox,.bootstrap-yop .form-inline .radio{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.bootstrap-yop .form-inline .checkbox input[type=checkbox],.bootstrap-yop .form-inline .radio input[type=radio]{float:none;margin-left:0}}.bootstrap-yop .form-horizontal .checkbox,.bootstrap-yop .form-horizontal .checkbox-inline,.bootstrap-yop .form-horizontal .control-label,.bootstrap-yop .form-horizontal .radio,.bootstrap-yop .form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.bootstrap-yop .form-horizontal .checkbox,.bootstrap-yop .form-horizontal .radio{min-height:27px}.bootstrap-yop .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.bootstrap-yop .form-horizontal .form-group:after,.bootstrap-yop .form-horizontal .form-group:before{display:table;content:" "}.bootstrap-yop .form-horizontal .form-group:after{clear:both}.bootstrap-yop .form-horizontal .form-group:after,.bootstrap-yop .form-horizontal .form-group:before{display:table;content:" "}.bootstrap-yop .form-horizontal .form-group:after{clear:both}.bootstrap-yop .form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.bootstrap-yop .form-horizontal .control-label{text-align:right}}.bootstrap-yop .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.bootstrap-yop .btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-yop .btn:focus,.bootstrap-yop .btn:hover{color:#333;text-decoration:none}.bootstrap-yop .btn.active,.bootstrap-yop .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-yop .btn.disabled,.bootstrap-yop .btn[disabled],.bootstrap-yop fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active,.bootstrap-yop .btn-default:focus,.bootstrap-yop .btn-default:hover,.bootstrap-yop .open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active,.bootstrap-yop .open .dropdown-toggle.btn-default{background-image:none}.bootstrap-yop .btn-default.disabled,.bootstrap-yop .btn-default.disabled.active,.bootstrap-yop .btn-default.disabled:active,.bootstrap-yop .btn-default.disabled:focus,.bootstrap-yop .btn-default.disabled:hover,.bootstrap-yop .btn-default[disabled],.bootstrap-yop .btn-default[disabled].active,.bootstrap-yop .btn-default[disabled]:active,.bootstrap-yop .btn-default[disabled]:focus,.bootstrap-yop .btn-default[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-default,.bootstrap-yop fieldset[disabled] .btn-default.active,.bootstrap-yop fieldset[disabled] .btn-default:active,.bootstrap-yop fieldset[disabled] .btn-default:focus,.bootstrap-yop fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.bootstrap-yop .btn-default .badge{color:#fff;background-color:#fff}.bootstrap-yop .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active,.bootstrap-yop .btn-primary:focus,.bootstrap-yop .btn-primary:hover,.bootstrap-yop .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active,.bootstrap-yop .open .dropdown-toggle.btn-primary{background-image:none}.bootstrap-yop .btn-primary.disabled,.bootstrap-yop .btn-primary.disabled.active,.bootstrap-yop .btn-primary.disabled:active,.bootstrap-yop .btn-primary.disabled:focus,.bootstrap-yop .btn-primary.disabled:hover,.bootstrap-yop .btn-primary[disabled],.bootstrap-yop .btn-primary[disabled].active,.bootstrap-yop .btn-primary[disabled]:active,.bootstrap-yop .btn-primary[disabled]:focus,.bootstrap-yop .btn-primary[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-primary,.bootstrap-yop fieldset[disabled] .btn-primary.active,.bootstrap-yop fieldset[disabled] .btn-primary:active,.bootstrap-yop fieldset[disabled] .btn-primary:focus,.bootstrap-yop fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.bootstrap-yop .btn-primary .badge{color:#428bca;background-color:#fff}.bootstrap-yop .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active,.bootstrap-yop .btn-warning:focus,.bootstrap-yop .btn-warning:hover,.bootstrap-yop .open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active,.bootstrap-yop .open .dropdown-toggle.btn-warning{background-image:none}.bootstrap-yop .btn-warning.disabled,.bootstrap-yop .btn-warning.disabled.active,.bootstrap-yop .btn-warning.disabled:active,.bootstrap-yop .btn-warning.disabled:focus,.bootstrap-yop .btn-warning.disabled:hover,.bootstrap-yop .btn-warning[disabled],.bootstrap-yop .btn-warning[disabled].active,.bootstrap-yop .btn-warning[disabled]:active,.bootstrap-yop .btn-warning[disabled]:focus,.bootstrap-yop .btn-warning[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-warning,.bootstrap-yop fieldset[disabled] .btn-warning.active,.bootstrap-yop fieldset[disabled] .btn-warning:active,.bootstrap-yop fieldset[disabled] .btn-warning:focus,.bootstrap-yop fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.bootstrap-yop .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap-yop .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active,.bootstrap-yop .btn-danger:focus,.bootstrap-yop .btn-danger:hover,.bootstrap-yop .open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active,.bootstrap-yop .open .dropdown-toggle.btn-danger{background-image:none}.bootstrap-yop .btn-danger.disabled,.bootstrap-yop .btn-danger.disabled.active,.bootstrap-yop .btn-danger.disabled:active,.bootstrap-yop .btn-danger.disabled:focus,.bootstrap-yop .btn-danger.disabled:hover,.bootstrap-yop .btn-danger[disabled],.bootstrap-yop .btn-danger[disabled].active,.bootstrap-yop .btn-danger[disabled]:active,.bootstrap-yop .btn-danger[disabled]:focus,.bootstrap-yop .btn-danger[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-danger,.bootstrap-yop fieldset[disabled] .btn-danger.active,.bootstrap-yop fieldset[disabled] .btn-danger:active,.bootstrap-yop fieldset[disabled] .btn-danger:focus,.bootstrap-yop fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.bootstrap-yop .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap-yop .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active,.bootstrap-yop .btn-success:focus,.bootstrap-yop .btn-success:hover,.bootstrap-yop .open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active,.bootstrap-yop .open .dropdown-toggle.btn-success{background-image:none}.bootstrap-yop .btn-success.disabled,.bootstrap-yop .btn-success.disabled.active,.bootstrap-yop .btn-success.disabled:active,.bootstrap-yop .btn-success.disabled:focus,.bootstrap-yop .btn-success.disabled:hover,.bootstrap-yop .btn-success[disabled],.bootstrap-yop .btn-success[disabled].active,.bootstrap-yop .btn-success[disabled]:active,.bootstrap-yop .btn-success[disabled]:focus,.bootstrap-yop .btn-success[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-success,.bootstrap-yop fieldset[disabled] .btn-success.active,.bootstrap-yop fieldset[disabled] .btn-success:active,.bootstrap-yop fieldset[disabled] .btn-success:focus,.bootstrap-yop fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-yop .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap-yop .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active,.bootstrap-yop .btn-info:focus,.bootstrap-yop .btn-info:hover,.bootstrap-yop .open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active,.bootstrap-yop .open .dropdown-toggle.btn-info{background-image:none}.bootstrap-yop .btn-info.disabled,.bootstrap-yop .btn-info.disabled.active,.bootstrap-yop .btn-info.disabled:active,.bootstrap-yop .btn-info.disabled:focus,.bootstrap-yop .btn-info.disabled:hover,.bootstrap-yop .btn-info[disabled],.bootstrap-yop .btn-info[disabled].active,.bootstrap-yop .btn-info[disabled]:active,.bootstrap-yop .btn-info[disabled]:focus,.bootstrap-yop .btn-info[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-info,.bootstrap-yop fieldset[disabled] .btn-info.active,.bootstrap-yop fieldset[disabled] .btn-info:active,.bootstrap-yop fieldset[disabled] .btn-info:focus,.bootstrap-yop fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.bootstrap-yop .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap-yop .btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.bootstrap-yop .btn-link,.bootstrap-yop .btn-link:active,.bootstrap-yop .btn-link[disabled],.bootstrap-yop fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .btn-link,.bootstrap-yop .btn-link:active,.bootstrap-yop .btn-link:focus,.bootstrap-yop .btn-link:hover{border-color:transparent}.bootstrap-yop .btn-link:focus,.bootstrap-yop .btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.bootstrap-yop .btn-link[disabled]:focus,.bootstrap-yop .btn-link[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-link:focus,.bootstrap-yop fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.bootstrap-yop .btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-block{display:block;width:100%;padding-right:0;padding-left:0}.bootstrap-yop .btn-block+.btn-block{margin-top:5px}.bootstrap-yop input[type=button].btn-block,.bootstrap-yop input[type=reset].btn-block,.bootstrap-yop input[type=submit].btn-block{width:100%}.bootstrap-yop .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.bootstrap-yop .fade.in{opacity:1}.bootstrap-yop .collapse{display:none}.bootstrap-yop .collapse.in{display:block}.bootstrap-yop .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(//tvshows.com.ua/wp-content/plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.eot);src:url(//tvshows.com.ua/wp-content/plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//tvshows.com.ua/wp-content/plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//tvshows.com.ua/wp-content/plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//tvshows.com.ua/wp-content/plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')}.bootstrap-yop .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.bootstrap-yop .glyphicon:empty{width:1em}.bootstrap-yop .glyphicon-asterisk:before{content:"\2a"}.bootstrap-yop .glyphicon-plus:before{content:"\2b"}.bootstrap-yop .glyphicon-euro:before{content:"\20ac"}.bootstrap-yop .glyphicon-minus:before{content:"\2212"}.bootstrap-yop .glyphicon-cloud:before{content:"\2601"}.bootstrap-yop .glyphicon-envelope:before{content:"\2709"}.bootstrap-yop .glyphicon-pencil:before{content:"\270f"}.bootstrap-yop .glyphicon-glass:before{content:"\e001"}.bootstrap-yop .glyphicon-music:before{content:"\e002"}.bootstrap-yop .glyphicon-search:before{content:"\e003"}.bootstrap-yop .glyphicon-heart:before{content:"\e005"}.bootstrap-yop .glyphicon-star:before{content:"\e006"}.bootstrap-yop .glyphicon-star-empty:before{content:"\e007"}.bootstrap-yop .glyphicon-user:before{content:"\e008"}.bootstrap-yop .glyphicon-film:before{content:"\e009"}.bootstrap-yop .glyphicon-th-large:before{content:"\e010"}.bootstrap-yop .glyphicon-th:before{content:"\e011"}.bootstrap-yop .glyphicon-th-list:before{content:"\e012"}.bootstrap-yop .glyphicon-ok:before{content:"\e013"}.bootstrap-yop .glyphicon-remove:before{content:"\e014"}.bootstrap-yop .glyphicon-zoom-in:before{content:"\e015"}.bootstrap-yop .glyphicon-zoom-out:before{content:"\e016"}.bootstrap-yop .glyphicon-off:before{content:"\e017"}.bootstrap-yop .glyphicon-signal:before{content:"\e018"}.bootstrap-yop .glyphicon-cog:before{content:"\e019"}.bootstrap-yop .glyphicon-trash:before{content:"\e020"}.bootstrap-yop .glyphicon-home:before{content:"\e021"}.bootstrap-yop .glyphicon-file:before{content:"\e022"}.bootstrap-yop .glyphicon-time:before{content:"\e023"}.bootstrap-yop .glyphicon-road:before{content:"\e024"}.bootstrap-yop .glyphicon-download-alt:before{content:"\e025"}.bootstrap-yop .glyphicon-download:before{content:"\e026"}.bootstrap-yop .glyphicon-upload:before{content:"\e027"}.bootstrap-yop .glyphicon-inbox:before{content:"\e028"}.bootstrap-yop .glyphicon-play-circle:before{content:"\e029"}.bootstrap-yop .glyphicon-repeat:before{content:"\e030"}.bootstrap-yop .glyphicon-refresh:before{content:"\e031"}.bootstrap-yop .glyphicon-list-alt:before{content:"\e032"}.bootstrap-yop .glyphicon-lock:before{content:"\e033"}.bootstrap-yop .glyphicon-flag:before{content:"\e034"}.bootstrap-yop .glyphicon-headphones:before{content:"\e035"}.bootstrap-yop .glyphicon-volume-off:before{content:"\e036"}.bootstrap-yop .glyphicon-volume-down:before{content:"\e037"}.bootstrap-yop .glyphicon-volume-up:before{content:"\e038"}.bootstrap-yop .glyphicon-qrcode:before{content:"\e039"}.bootstrap-yop .glyphicon-barcode:before{content:"\e040"}.bootstrap-yop .glyphicon-tag:before{content:"\e041"}.bootstrap-yop .glyphicon-tags:before{content:"\e042"}.bootstrap-yop .glyphicon-book:before{content:"\e043"}.bootstrap-yop .glyphicon-bookmark:before{content:"\e044"}.bootstrap-yop .glyphicon-print:before{content:"\e045"}.bootstrap-yop .glyphicon-camera:before{content:"\e046"}.bootstrap-yop .glyphicon-font:before{content:"\e047"}.bootstrap-yop .glyphicon-bold:before{content:"\e048"}.bootstrap-yop .glyphicon-italic:before{content:"\e049"}.bootstrap-yop .glyphicon-text-height:before{content:"\e050"}.bootstrap-yop .glyphicon-text-width:before{content:"\e051"}.bootstrap-yop .glyphicon-align-left:before{content:"\e052"}.bootstrap-yop .glyphicon-align-center:before{content:"\e053"}.bootstrap-yop .glyphicon-align-right:before{content:"\e054"}.bootstrap-yop .glyphicon-align-justify:before{content:"\e055"}.bootstrap-yop .glyphicon-list:before{content:"\e056"}.bootstrap-yop .glyphicon-indent-left:before{content:"\e057"}.bootstrap-yop .glyphicon-indent-right:before{content:"\e058"}.bootstrap-yop .glyphicon-facetime-video:before{content:"\e059"}.bootstrap-yop .glyphicon-picture:before{content:"\e060"}.bootstrap-yop .glyphicon-map-marker:before{content:"\e062"}.bootstrap-yop .glyphicon-adjust:before{content:"\e063"}.bootstrap-yop .glyphicon-tint:before{content:"\e064"}.bootstrap-yop .glyphicon-edit:before{content:"\e065"}.bootstrap-yop .glyphicon-share:before{content:"\e066"}.bootstrap-yop .glyphicon-check:before{content:"\e067"}.bootstrap-yop .glyphicon-move:before{content:"\e068"}.bootstrap-yop .glyphicon-step-backward:before{content:"\e069"}.bootstrap-yop .glyphicon-fast-backward:before{content:"\e070"}.bootstrap-yop .glyphicon-backward:before{content:"\e071"}.bootstrap-yop .glyphicon-play:before{content:"\e072"}.bootstrap-yop .glyphicon-pause:before{content:"\e073"}.bootstrap-yop .glyphicon-stop:before{content:"\e074"}.bootstrap-yop .glyphicon-forward:before{content:"\e075"}.bootstrap-yop .glyphicon-fast-forward:before{content:"\e076"}.bootstrap-yop .glyphicon-step-forward:before{content:"\e077"}.bootstrap-yop .glyphicon-eject:before{content:"\e078"}.bootstrap-yop .glyphicon-chevron-left:before{content:"\e079"}.bootstrap-yop .glyphicon-chevron-right:before{content:"\e080"}.bootstrap-yop .glyphicon-plus-sign:before{content:"\e081"}.bootstrap-yop .glyphicon-minus-sign:before{content:"\e082"}.bootstrap-yop .glyphicon-remove-sign:before{content:"\e083"}.bootstrap-yop .glyphicon-ok-sign:before{content:"\e084"}.bootstrap-yop .glyphicon-question-sign:before{content:"\e085"}.bootstrap-yop .glyphicon-info-sign:before{content:"\e086"}.bootstrap-yop .glyphicon-screenshot:before{content:"\e087"}.bootstrap-yop .glyphicon-remove-circle:before{content:"\e088"}.bootstrap-yop .glyphicon-ok-circle:before{content:"\e089"}.bootstrap-yop .glyphicon-ban-circle:before{content:"\e090"}.bootstrap-yop .glyphicon-arrow-left:before{content:"\e091"}.bootstrap-yop .glyphicon-arrow-right:before{content:"\e092"}.bootstrap-yop .glyphicon-arrow-up:before{content:"\e093"}.bootstrap-yop .glyphicon-arrow-down:before{content:"\e094"}.bootstrap-yop .glyphicon-share-alt:before{content:"\e095"}.bootstrap-yop .glyphicon-resize-full:before{content:"\e096"}.bootstrap-yop .glyphicon-resize-small:before{content:"\e097"}.bootstrap-yop .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap-yop .glyphicon-gift:before{content:"\e102"}.bootstrap-yop .glyphicon-leaf:before{content:"\e103"}.bootstrap-yop .glyphicon-fire:before{content:"\e104"}.bootstrap-yop .glyphicon-eye-open:before{content:"\e105"}.bootstrap-yop .glyphicon-eye-close:before{content:"\e106"}.bootstrap-yop .glyphicon-warning-sign:before{content:"\e107"}.bootstrap-yop .glyphicon-plane:before{content:"\e108"}.bootstrap-yop .glyphicon-calendar:before{content:"\e109"}.bootstrap-yop .glyphicon-random:before{content:"\e110"}.bootstrap-yop .glyphicon-comment:before{content:"\e111"}.bootstrap-yop .glyphicon-magnet:before{content:"\e112"}.bootstrap-yop .glyphicon-chevron-up:before{content:"\e113"}.bootstrap-yop .glyphicon-chevron-down:before{content:"\e114"}.bootstrap-yop .glyphicon-retweet:before{content:"\e115"}.bootstrap-yop .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap-yop .glyphicon-folder-close:before{content:"\e117"}.bootstrap-yop .glyphicon-folder-open:before{content:"\e118"}.bootstrap-yop .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap-yop .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap-yop .glyphicon-hdd:before{content:"\e121"}.bootstrap-yop .glyphicon-bullhorn:before{content:"\e122"}.bootstrap-yop .glyphicon-bell:before{content:"\e123"}.bootstrap-yop .glyphicon-certificate:before{content:"\e124"}.bootstrap-yop .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap-yop .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap-yop .glyphicon-hand-right:before{content:"\e127"}.bootstrap-yop .glyphicon-hand-left:before{content:"\e128"}.bootstrap-yop .glyphicon-hand-up:before{content:"\e129"}.bootstrap-yop .glyphicon-hand-down:before{content:"\e130"}.bootstrap-yop .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap-yop .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap-yop .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap-yop .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap-yop .glyphicon-globe:before{content:"\e135"}.bootstrap-yop .glyphicon-wrench:before{content:"\e136"}.bootstrap-yop .glyphicon-tasks:before{content:"\e137"}.bootstrap-yop .glyphicon-filter:before{content:"\e138"}.bootstrap-yop .glyphicon-briefcase:before{content:"\e139"}.bootstrap-yop .glyphicon-fullscreen:before{content:"\e140"}.bootstrap-yop .glyphicon-dashboard:before{content:"\e141"}.bootstrap-yop .glyphicon-paperclip:before{content:"\e142"}.bootstrap-yop .glyphicon-heart-empty:before{content:"\e143"}.bootstrap-yop .glyphicon-link:before{content:"\e144"}.bootstrap-yop .glyphicon-phone:before{content:"\e145"}.bootstrap-yop .glyphicon-pushpin:before{content:"\e146"}.bootstrap-yop .glyphicon-usd:before{content:"\e148"}.bootstrap-yop .glyphicon-gbp:before{content:"\e149"}.bootstrap-yop .glyphicon-sort:before{content:"\e150"}.bootstrap-yop .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap-yop .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap-yop .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap-yop .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap-yop .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap-yop .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap-yop .glyphicon-unchecked:before{content:"\e157"}.bootstrap-yop .glyphicon-expand:before{content:"\e158"}.bootstrap-yop .glyphicon-collapse-down:before{content:"\e159"}.bootstrap-yop .glyphicon-collapse-up:before{content:"\e160"}.bootstrap-yop .glyphicon-log-in:before{content:"\e161"}.bootstrap-yop .glyphicon-flash:before{content:"\e162"}.bootstrap-yop .glyphicon-log-out:before{content:"\e163"}.bootstrap-yop .glyphicon-new-window:before{content:"\e164"}.bootstrap-yop .glyphicon-record:before{content:"\e165"}.bootstrap-yop .glyphicon-save:before{content:"\e166"}.bootstrap-yop .glyphicon-open:before{content:"\e167"}.bootstrap-yop .glyphicon-saved:before{content:"\e168"}.bootstrap-yop .glyphicon-import:before{content:"\e169"}.bootstrap-yop .glyphicon-export:before{content:"\e170"}.bootstrap-yop .glyphicon-send:before{content:"\e171"}.bootstrap-yop .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap-yop .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap-yop .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap-yop .glyphicon-floppy-save:before{content:"\e175"}.bootstrap-yop .glyphicon-floppy-open:before{content:"\e176"}.bootstrap-yop .glyphicon-credit-card:before{content:"\e177"}.bootstrap-yop .glyphicon-transfer:before{content:"\e178"}.bootstrap-yop .glyphicon-cutlery:before{content:"\e179"}.bootstrap-yop .glyphicon-header:before{content:"\e180"}.bootstrap-yop .glyphicon-compressed:before{content:"\e181"}.bootstrap-yop .glyphicon-earphone:before{content:"\e182"}.bootstrap-yop .glyphicon-phone-alt:before{content:"\e183"}.bootstrap-yop .glyphicon-tower:before{content:"\e184"}.bootstrap-yop .glyphicon-stats:before{content:"\e185"}.bootstrap-yop .glyphicon-sd-video:before{content:"\e186"}.bootstrap-yop .glyphicon-hd-video:before{content:"\e187"}.bootstrap-yop .glyphicon-subtitles:before{content:"\e188"}.bootstrap-yop .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap-yop .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap-yop .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap-yop .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap-yop .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap-yop .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap-yop .glyphicon-registration-mark:before{content:"\e195"}.bootstrap-yop .glyphicon-cloud-download:before{content:"\e197"}.bootstrap-yop .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap-yop .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap-yop .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap-yop .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-yop .dropdown{position:relative}.bootstrap-yop .dropdown-toggle:focus{outline:0}.bootstrap-yop .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.bootstrap-yop .dropdown-menu.pull-right{right:0;left:auto}.bootstrap-yop .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-yop .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.bootstrap-yop .dropdown-menu>li>a:focus,.bootstrap-yop .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.bootstrap-yop .dropdown-menu>.active>a,.bootstrap-yop .dropdown-menu>.active>a:focus,.bootstrap-yop .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.bootstrap-yop .dropdown-menu>.disabled>a,.bootstrap-yop .dropdown-menu>.disabled>a:focus,.bootstrap-yop .dropdown-menu>.disabled>a:hover{color:#999}.bootstrap-yop .dropdown-menu>.disabled>a:focus,.bootstrap-yop .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.bootstrap-yop .open>.dropdown-menu{display:block}.bootstrap-yop .open>a{outline:0}.bootstrap-yop .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.bootstrap-yop .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bootstrap-yop .pull-right>.dropdown-menu{right:0;left:auto}.bootstrap-yop .dropup .caret,.bootstrap-yop .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.bootstrap-yop .dropup .dropdown-menu,.bootstrap-yop .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.bootstrap-yop .navbar-right .dropdown-menu{right:0;left:auto}}.bootstrap-yop .btn-group,.bootstrap-yop .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap-yop .btn-group-vertical>.btn,.bootstrap-yop .btn-group>.btn{position:relative;float:left}.bootstrap-yop .btn-group-vertical>.btn.active,.bootstrap-yop .btn-group-vertical>.btn:active,.bootstrap-yop .btn-group-vertical>.btn:focus,.bootstrap-yop .btn-group-vertical>.btn:hover,.bootstrap-yop .btn-group>.btn.active,.bootstrap-yop .btn-group>.btn:active,.bootstrap-yop .btn-group>.btn:focus,.bootstrap-yop .btn-group>.btn:hover{z-index:2}.bootstrap-yop .btn-group-vertical>.btn:focus,.bootstrap-yop .btn-group>.btn:focus{outline:0}.bootstrap-yop .btn-group .btn+.btn,.bootstrap-yop .btn-group .btn+.btn-group,.bootstrap-yop .btn-group .btn-group+.btn,.bootstrap-yop .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap-yop .btn-toolbar:after,.bootstrap-yop .btn-toolbar:before{display:table;content:" "}.bootstrap-yop .btn-toolbar:after{clear:both}.bootstrap-yop .btn-toolbar:after,.bootstrap-yop .btn-toolbar:before{display:table;content:" "}.bootstrap-yop .btn-toolbar:after{clear:both}.bootstrap-yop .btn-toolbar .btn-group{float:left}.bootstrap-yop .btn-toolbar>.btn+.btn,.bootstrap-yop .btn-toolbar>.btn+.btn-group,.bootstrap-yop .btn-toolbar>.btn-group+.btn,.bootstrap-yop .btn-toolbar>.btn-group+.btn-group{margin-left:5px}.bootstrap-yop .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap-yop .btn-group>.btn:first-child{margin-left:0}.bootstrap-yop .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-yop .btn-group>.btn:last-child:not(:first-child),.bootstrap-yop .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-yop .btn-group>.btn-group{float:left}.bootstrap-yop .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-yop .btn-group>.btn-group:first-child>.btn:last-child,.bootstrap-yop .btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-yop .btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-yop .btn-group .dropdown-toggle:active,.bootstrap-yop .btn-group.open .dropdown-toggle{outline:0}.bootstrap-yop .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.bootstrap-yop .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.bootstrap-yop .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-yop .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .btn .caret{margin-left:0}.bootstrap-yop .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap-yop .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap-yop .btn-group-vertical>.btn,.bootstrap-yop .btn-group-vertical>.btn-group,.bootstrap-yop .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap-yop .btn-group-vertical>.btn-group:after,.bootstrap-yop .btn-group-vertical>.btn-group:before{display:table;content:" "}.bootstrap-yop .btn-group-vertical>.btn-group:after{clear:both}.bootstrap-yop .btn-group-vertical>.btn-group:after,.bootstrap-yop .btn-group-vertical>.btn-group:before{display:table;content:" "}.bootstrap-yop .btn-group-vertical>.btn-group:after{clear:both}.bootstrap-yop .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap-yop .btn-group-vertical>.btn+.btn,.bootstrap-yop .btn-group-vertical>.btn+.btn-group,.bootstrap-yop .btn-group-vertical>.btn-group+.btn,.bootstrap-yop .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-yop .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-yop .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-yop .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.bootstrap-yop .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-yop .btn-group-vertical>.btn-group:first-child>.btn:last-child,.bootstrap-yop .btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-yop .btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.bootstrap-yop .btn-group-justified>.btn,.bootstrap-yop .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.bootstrap-yop .btn-group-justified>.btn-group .btn{width:100%}.bootstrap-yop [data-toggle=buttons]>.btn>input[type=checkbox],.bootstrap-yop [data-toggle=buttons]>.btn>input[type=radio]{display:none}.bootstrap-yop .input-group{position:relative;display:table;border-collapse:separate}.bootstrap-yop .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.bootstrap-yop .input-group .form-control{width:100%;margin-bottom:0}.bootstrap-yop .input-group-lg>.form-control,.bootstrap-yop .input-group-lg>.input-group-addon,.bootstrap-yop .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop select.input-group-lg>.form-control,.bootstrap-yop select.input-group-lg>.input-group-addon,.bootstrap-yop select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.bootstrap-yop textarea.input-group-lg>.form-control,.bootstrap-yop textarea.input-group-lg>.input-group-addon,.bootstrap-yop textarea.input-group-lg>.input-group-btn>.btn{height:auto}.bootstrap-yop .input-group-sm>.form-control,.bootstrap-yop .input-group-sm>.input-group-addon,.bootstrap-yop .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop select.input-group-sm>.form-control,.bootstrap-yop select.input-group-sm>.input-group-addon,.bootstrap-yop select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.bootstrap-yop textarea.input-group-sm>.form-control,.bootstrap-yop textarea.input-group-sm>.input-group-addon,.bootstrap-yop textarea.input-group-sm>.input-group-btn>.btn{height:auto}.bootstrap-yop .input-group .form-control,.bootstrap-yop .input-group-addon,.bootstrap-yop .input-group-btn{display:table-cell}.bootstrap-yop .input-group .form-control:not(:first-child):not(:last-child),.bootstrap-yop .input-group-addon:not(:first-child):not(:last-child),.bootstrap-yop .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-yop .input-group-addon,.bootstrap-yop .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-yop .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bootstrap-yop .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap-yop .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap-yop .input-group-addon input[type=checkbox],.bootstrap-yop .input-group-addon input[type=radio]{margin-top:0}.bootstrap-yop .input-group .form-control:first-child,.bootstrap-yop .input-group-addon:first-child,.bootstrap-yop .input-group-btn:first-child>.btn,.bootstrap-yop .input-group-btn:first-child>.dropdown-toggle,.bootstrap-yop .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-yop .input-group-addon:first-child{border-right:0}.bootstrap-yop .input-group .form-control:last-child,.bootstrap-yop .input-group-addon:last-child,.bootstrap-yop .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-yop .input-group-btn:last-child>.btn,.bootstrap-yop .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-yop .input-group-addon:last-child{border-left:0}.bootstrap-yop .input-group-btn{position:relative;white-space:nowrap}.bootstrap-yop .input-group-btn:first-child>.btn{margin-right:-1px}.bootstrap-yop .input-group-btn:last-child>.btn{margin-left:-1px}.bootstrap-yop .input-group-btn>.btn{position:relative}.bootstrap-yop .input-group-btn>.btn+.btn{margin-left:-4px}.bootstrap-yop .input-group-btn>.btn:active,.bootstrap-yop .input-group-btn>.btn:hover{z-index:2}.bootstrap-yop .nav{padding-left:0;margin-bottom:0;list-style:none}.bootstrap-yop .nav:after,.bootstrap-yop .nav:before{display:table;content:" "}.bootstrap-yop .nav:after{clear:both}.bootstrap-yop .nav:after,.bootstrap-yop .nav:before{display:table;content:" "}.bootstrap-yop .nav:after{clear:both}.bootstrap-yop .nav>li{position:relative;display:block}.bootstrap-yop .nav>li>a{position:relative;display:block;padding:10px 15px}.bootstrap-yop .nav>li>a:focus,.bootstrap-yop .nav>li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-yop .nav>li.disabled>a{color:#999}.bootstrap-yop .nav>li.disabled>a:focus,.bootstrap-yop .nav>li.disabled>a:hover{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.bootstrap-yop .nav .open>a,.bootstrap-yop .nav .open>a:focus,.bootstrap-yop .nav .open>a:hover{background-color:#eee;border-color:#428bca}.bootstrap-yop .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-yop .nav>li>a>img{max-width:none}.bootstrap-yop .nav-tabs{border-bottom:1px solid #ddd}.bootstrap-yop .nav-tabs>li{float:left;margin-bottom:-1px}.bootstrap-yop .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap-yop .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.bootstrap-yop .nav-tabs>li.active>a,.bootstrap-yop .nav-tabs>li.active>a:focus,.bootstrap-yop .nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.bootstrap-yop .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap-yop .nav-tabs.nav-justified>li{float:none}.bootstrap-yop .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.bootstrap-yop .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bootstrap-yop .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bootstrap-yop .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-yop .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-yop .nav-tabs.nav-justified>.active>a,.bootstrap-yop .nav-tabs.nav-justified>.active>a:focus,.bootstrap-yop .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-yop .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-yop .nav-tabs.nav-justified>.active>a,.bootstrap-yop .nav-tabs.nav-justified>.active>a:focus,.bootstrap-yop .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-yop .nav-pills>li{float:left}.bootstrap-yop .nav-pills>li>a{border-radius:4px}.bootstrap-yop .nav-pills>li+li{margin-left:2px}.bootstrap-yop .nav-pills>li.active>a,.bootstrap-yop .nav-pills>li.active>a:focus,.bootstrap-yop .nav-pills>li.active>a:hover{color:#fff;background-color:#428bca}.bootstrap-yop .nav-stacked>li{float:none}.bootstrap-yop .nav-stacked>li+li{margin-top:2px;margin-left:0}.bootstrap-yop .nav-justified{width:100%}.bootstrap-yop .nav-justified>li{float:none}.bootstrap-yop .nav-justified>li>a{margin-bottom:5px;text-align:center}.bootstrap-yop .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bootstrap-yop .nav-justified>li{display:table-cell;width:1%}.bootstrap-yop .nav-justified>li>a{margin-bottom:0}}.bootstrap-yop .nav-tabs-justified{border-bottom:0}.bootstrap-yop .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-yop .nav-tabs-justified>.active>a,.bootstrap-yop .nav-tabs-justified>.active>a:focus,.bootstrap-yop .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-yop .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-yop .nav-tabs-justified>.active>a,.bootstrap-yop .nav-tabs-justified>.active>a:focus,.bootstrap-yop .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-yop .tab-content>.tab-pane{display:none}.bootstrap-yop .tab-content>.active{display:block}.bootstrap-yop .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.bootstrap-yop .navbar:after,.bootstrap-yop .navbar:before{display:table;content:" "}.bootstrap-yop .navbar:after{clear:both}.bootstrap-yop .navbar:after,.bootstrap-yop .navbar:before{display:table;content:" "}.bootstrap-yop .navbar:after{clear:both}@media (min-width:768px){.bootstrap-yop .navbar{border-radius:4px}}.bootstrap-yop .navbar-header:after,.bootstrap-yop .navbar-header:before{display:table;content:" "}.bootstrap-yop .navbar-header:after{clear:both}.bootstrap-yop .navbar-header:after,.bootstrap-yop .navbar-header:before{display:table;content:" "}.bootstrap-yop .navbar-header:after{clear:both}@media (min-width:768px){.bootstrap-yop .navbar-header{float:left}}.bootstrap-yop .navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.bootstrap-yop .navbar-collapse:after,.bootstrap-yop .navbar-collapse:before{display:table;content:" "}.bootstrap-yop .navbar-collapse:after{clear:both}.bootstrap-yop .navbar-collapse:after,.bootstrap-yop .navbar-collapse:before{display:table;content:" "}.bootstrap-yop .navbar-collapse:after{clear:both}.bootstrap-yop .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.bootstrap-yop .navbar-collapse{width:auto;border-top:0;box-shadow:none}.bootstrap-yop .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-yop .navbar-collapse.in{overflow-y:visible}.bootstrap-yop .navbar-fixed-bottom .navbar-collapse,.bootstrap-yop .navbar-fixed-top .navbar-collapse,.bootstrap-yop .navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.bootstrap-yop .container>.navbar-collapse,.bootstrap-yop .container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-yop .container>.navbar-collapse,.bootstrap-yop .container>.navbar-header{margin-right:0;margin-left:0}}.bootstrap-yop .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.bootstrap-yop .navbar-static-top{border-radius:0}}.bootstrap-yop .navbar-fixed-bottom,.bootstrap-yop .navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.bootstrap-yop .navbar-fixed-bottom,.bootstrap-yop .navbar-fixed-top{border-radius:0}}.bootstrap-yop .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap-yop .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-yop .navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.bootstrap-yop .navbar-brand:focus,.bootstrap-yop .navbar-brand:hover{text-decoration:none}@media (min-width:768px){.bootstrap-yop .navbar>.container .navbar-brand{margin-left:-15px}}.bootstrap-yop .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-yop .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-yop .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.bootstrap-yop .navbar-toggle{display:none}}.bootstrap-yop .navbar-nav{margin:7.5px -15px}.bootstrap-yop .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.bootstrap-yop .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.bootstrap-yop .navbar-nav .open .dropdown-menu .dropdown-header,.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.bootstrap-yop .navbar-nav{float:left;margin:0}.bootstrap-yop .navbar-nav>li{float:left}.bootstrap-yop .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.bootstrap-yop .navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.bootstrap-yop .navbar-left{float:left!important}.bootstrap-yop .navbar-right{float:right!important}}.bootstrap-yop .navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.bootstrap-yop .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-yop .navbar-form .form-control{display:inline-block}.bootstrap-yop .navbar-form select.form-control{width:auto}.bootstrap-yop .navbar-form .checkbox,.bootstrap-yop .navbar-form .radio{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.bootstrap-yop .navbar-form .checkbox input[type=checkbox],.bootstrap-yop .navbar-form .radio input[type=radio]{float:none;margin-left:0}}@media (max-width:767px){.bootstrap-yop .navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.bootstrap-yop .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .navbar-form.navbar-right:last-child{margin-right:-15px}}.bootstrap-yop .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-yop .navbar-nav.pull-right>li>.dropdown-menu,.bootstrap-yop .navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.bootstrap-yop .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap-yop .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap-yop .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap-yop .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.bootstrap-yop .navbar-text{float:left;margin-right:15px;margin-left:15px}.bootstrap-yop .navbar-text.navbar-right:last-child{margin-right:0}}.bootstrap-yop .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-brand{color:#777}.bootstrap-yop .navbar-default .navbar-brand:focus,.bootstrap-yop .navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.bootstrap-yop .navbar-default .navbar-text{color:#777}.bootstrap-yop .navbar-default .navbar-nav>li>a{color:#777}.bootstrap-yop .navbar-default .navbar-nav>li>a:focus,.bootstrap-yop .navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.bootstrap-yop .navbar-default .navbar-nav>.active>a,.bootstrap-yop .navbar-default .navbar-nav>.active>a:focus,.bootstrap-yop .navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-nav>.disabled>a,.bootstrap-yop .navbar-default .navbar-nav>.disabled>a:focus,.bootstrap-yop .navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.bootstrap-yop .navbar-default .navbar-toggle{border-color:#ddd}.bootstrap-yop .navbar-default .navbar-toggle:focus,.bootstrap-yop .navbar-default .navbar-toggle:hover{background-color:#ddd}.bootstrap-yop .navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.bootstrap-yop .navbar-default .navbar-collapse,.bootstrap-yop .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-nav>.open>a,.bootstrap-yop .navbar-default .navbar-nav>.open>a:focus,.bootstrap-yop .navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.bootstrap-yop .navbar-default .navbar-link{color:#777}.bootstrap-yop .navbar-default .navbar-link:hover{color:#333}.bootstrap-yop .navbar-inverse{background-color:#222;border-color:#080808}.bootstrap-yop .navbar-inverse .navbar-brand{color:#999}.bootstrap-yop .navbar-inverse .navbar-brand:focus,.bootstrap-yop .navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-text{color:#999}.bootstrap-yop .navbar-inverse .navbar-nav>li>a{color:#999}.bootstrap-yop .navbar-inverse .navbar-nav>li>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-nav>.active>a,.bootstrap-yop .navbar-inverse .navbar-nav>.active>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-yop .navbar-inverse .navbar-nav>.disabled>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-toggle{border-color:#333}.bootstrap-yop .navbar-inverse .navbar-toggle:focus,.bootstrap-yop .navbar-inverse .navbar-toggle:hover{background-color:#333}.bootstrap-yop .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bootstrap-yop .navbar-inverse .navbar-collapse,.bootstrap-yop .navbar-inverse .navbar-form{border-color:#101010}.bootstrap-yop .navbar-inverse .navbar-nav>.open>a,.bootstrap-yop .navbar-inverse .navbar-nav>.open>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.bootstrap-yop .navbar-inverse .navbar-link{color:#999}.bootstrap-yop .navbar-inverse .navbar-link:hover{color:#fff}.bootstrap-yop .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap-yop .breadcrumb>li{display:inline-block}.bootstrap-yop .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.bootstrap-yop .breadcrumb>.active{color:#999}.bootstrap-yop .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap-yop .pagination>li{display:inline}.bootstrap-yop .pagination>li>a,.bootstrap-yop .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.bootstrap-yop .pagination>li:first-child>a,.bootstrap-yop .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.bootstrap-yop .pagination>li:last-child>a,.bootstrap-yop .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.bootstrap-yop .pagination>li>a:focus,.bootstrap-yop .pagination>li>a:hover,.bootstrap-yop .pagination>li>span:focus,.bootstrap-yop .pagination>li>span:hover{background-color:#eee}.bootstrap-yop .pagination>.active>a,.bootstrap-yop .pagination>.active>a:focus,.bootstrap-yop .pagination>.active>a:hover,.bootstrap-yop .pagination>.active>span,.bootstrap-yop .pagination>.active>span:focus,.bootstrap-yop .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.bootstrap-yop .pagination>.disabled>a,.bootstrap-yop .pagination>.disabled>a:focus,.bootstrap-yop .pagination>.disabled>a:hover,.bootstrap-yop .pagination>.disabled>span,.bootstrap-yop .pagination>.disabled>span:focus,.bootstrap-yop .pagination>.disabled>span:hover{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bootstrap-yop .pagination-lg>li>a,.bootstrap-yop .pagination-lg>li>span{padding:10px 16px;font-size:18px}.bootstrap-yop .pagination-lg>li:first-child>a,.bootstrap-yop .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.bootstrap-yop .pagination-lg>li:last-child>a,.bootstrap-yop .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.bootstrap-yop .pagination-sm>li>a,.bootstrap-yop .pagination-sm>li>span{padding:5px 10px;font-size:12px}.bootstrap-yop .pagination-sm>li:first-child>a,.bootstrap-yop .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-yop .pagination-sm>li:last-child>a,.bootstrap-yop .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.bootstrap-yop .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.bootstrap-yop .pager:after,.bootstrap-yop .pager:before{display:table;content:" "}.bootstrap-yop .pager:after{clear:both}.bootstrap-yop .pager:after,.bootstrap-yop .pager:before{display:table;content:" "}.bootstrap-yop .pager:after{clear:both}.bootstrap-yop .pager li{display:inline}.bootstrap-yop .pager li>a,.bootstrap-yop .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.bootstrap-yop .pager li>a:focus,.bootstrap-yop .pager li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-yop .pager .next>a,.bootstrap-yop .pager .next>span{float:right}.bootstrap-yop .pager .previous>a,.bootstrap-yop .pager .previous>span{float:left}.bootstrap-yop .pager .disabled>a,.bootstrap-yop .pager .disabled>a:focus,.bootstrap-yop .pager .disabled>a:hover,.bootstrap-yop .pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.bootstrap-yop .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap-yop .label[href]:focus,.bootstrap-yop .label[href]:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-yop .label:empty{display:none}.bootstrap-yop .btn .label{position:relative;top:-1px}.bootstrap-yop .label-default{background-color:#999}.bootstrap-yop .label-default[href]:focus,.bootstrap-yop .label-default[href]:hover{background-color:grey}.bootstrap-yop .label-primary{background-color:#428bca}.bootstrap-yop .label-primary[href]:focus,.bootstrap-yop .label-primary[href]:hover{background-color:#3071a9}.bootstrap-yop .label-success{background-color:#5cb85c}.bootstrap-yop .label-success[href]:focus,.bootstrap-yop .label-success[href]:hover{background-color:#449d44}.bootstrap-yop .label-info{background-color:#5bc0de}.bootstrap-yop .label-info[href]:focus,.bootstrap-yop .label-info[href]:hover{background-color:#31b0d5}.bootstrap-yop .label-warning{background-color:#f0ad4e}.bootstrap-yop .label-warning[href]:focus,.bootstrap-yop .label-warning[href]:hover{background-color:#ec971f}.bootstrap-yop .label-danger{background-color:#d9534f}.bootstrap-yop .label-danger[href]:focus,.bootstrap-yop .label-danger[href]:hover{background-color:#c9302c}.bootstrap-yop .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.bootstrap-yop .badge:empty{display:none}.bootstrap-yop .btn .badge{position:relative;top:-1px}.bootstrap-yop a.badge:focus,.bootstrap-yop a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-yop .nav-pills>.active>a>.badge,.bootstrap-yop a.list-group-item.active>.badge{color:#428bca;background-color:#fff}.bootstrap-yop .nav-pills>li>a>.badge{margin-left:3px}.bootstrap-yop .jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.bootstrap-yop .jumbotron .h1,.bootstrap-yop .jumbotron h1{line-height:1;color:inherit}.bootstrap-yop .jumbotron p{line-height:1.4}.bootstrap-yop .container .jumbotron{border-radius:6px}.bootstrap-yop .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.bootstrap-yop .jumbotron{padding-top:48px;padding-bottom:48px}.bootstrap-yop .container .jumbotron{padding-right:60px;padding-left:60px}.bootstrap-yop .jumbotron .h1,.bootstrap-yop .jumbotron h1{font-size:63px}}.bootstrap-yop .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bootstrap-yop .thumbnail a>img,.bootstrap-yop .thumbnail>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}.bootstrap-yop a.thumbnail.active,.bootstrap-yop a.thumbnail:focus,.bootstrap-yop a.thumbnail:hover{border-color:#428bca}.bootstrap-yop .thumbnail .caption{padding:9px;color:#333}.bootstrap-yop .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap-yop .alert h4{margin-top:0;color:inherit}.bootstrap-yop .alert .alert-link{font-weight:700}.bootstrap-yop .alert>p,.bootstrap-yop .alert>ul{margin-bottom:0}.bootstrap-yop .alert>p+p{margin-top:5px}.bootstrap-yop .alert-dismissable{padding-right:35px}.bootstrap-yop .alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap-yop .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-yop .alert-success hr{border-top-color:#c9e2b3}.bootstrap-yop .alert-success .alert-link{color:#2b542c}.bootstrap-yop .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-yop .alert-info hr{border-top-color:#a6e1ec}.bootstrap-yop .alert-info .alert-link{color:#245269}.bootstrap-yop .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-yop .alert-warning hr{border-top-color:#f7e1b5}.bootstrap-yop .alert-warning .alert-link{color:#66512c}.bootstrap-yop .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-yop .alert-danger hr{border-top-color:#e4b9c0}.bootstrap-yop .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.bootstrap-yop .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bootstrap-yop .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bootstrap-yop .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.bootstrap-yop .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap-yop .progress-bar-success{background-color:#5cb85c}.bootstrap-yop .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .progress-bar-info{background-color:#5bc0de}.bootstrap-yop .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .progress-bar-warning{background-color:#f0ad4e}.bootstrap-yop .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .progress-bar-danger{background-color:#d9534f}.bootstrap-yop .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .media,.bootstrap-yop .media-body{overflow:hidden;zoom:1}.bootstrap-yop .media,.bootstrap-yop .media .media{margin-top:15px}.bootstrap-yop .media:first-child{margin-top:0}.bootstrap-yop .media-object{display:block}.bootstrap-yop .media-heading{margin:0 0 5px}.bootstrap-yop .media>.pull-left{margin-right:10px}.bootstrap-yop .media>.pull-right{margin-left:10px}.bootstrap-yop .media-list{padding-left:0;list-style:none}.bootstrap-yop .list-group{padding-left:0;margin-bottom:20px}.bootstrap-yop .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.bootstrap-yop .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.bootstrap-yop .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-yop .list-group-item>.badge{float:right}.bootstrap-yop .list-group-item>.badge+.badge{margin-right:5px}.bootstrap-yop a.list-group-item{color:#555}.bootstrap-yop a.list-group-item .list-group-item-heading{color:#333}.bootstrap-yop a.list-group-item:focus,.bootstrap-yop a.list-group-item:hover{text-decoration:none;background-color:#f5f5f5}.bootstrap-yop a.list-group-item.active,.bootstrap-yop a.list-group-item.active:focus,.bootstrap-yop a.list-group-item.active:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.bootstrap-yop a.list-group-item.active .list-group-item-heading,.bootstrap-yop a.list-group-item.active:focus .list-group-item-heading,.bootstrap-yop a.list-group-item.active:hover .list-group-item-heading{color:inherit}.bootstrap-yop a.list-group-item.active .list-group-item-text,.bootstrap-yop a.list-group-item.active:focus .list-group-item-text,.bootstrap-yop a.list-group-item.active:hover .list-group-item-text{color:#e1edf7}.bootstrap-yop .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap-yop .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap-yop .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.bootstrap-yop .panel-body{padding:15px}.bootstrap-yop .panel-body:after,.bootstrap-yop .panel-body:before{display:table;content:" "}.bootstrap-yop .panel-body:after{clear:both}.bootstrap-yop .panel-body:after,.bootstrap-yop .panel-body:before{display:table;content:" "}.bootstrap-yop .panel-body:after{clear:both}.bootstrap-yop .panel>.list-group{margin-bottom:0}.bootstrap-yop .panel>.list-group .list-group-item{border-width:1px 0}.bootstrap-yop .panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .panel>.list-group .list-group-item:last-child{border-bottom:0}.bootstrap-yop .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bootstrap-yop .panel>.table,.bootstrap-yop .panel>.table-responsive>.table{margin-bottom:0}.bootstrap-yop .panel>.panel-body+.table,.bootstrap-yop .panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.bootstrap-yop .panel>.table>tbody:first-child td,.bootstrap-yop .panel>.table>tbody:first-child th{border-top:0}.bootstrap-yop .panel>.table-bordered,.bootstrap-yop .panel>.table-responsive>.table-bordered{border:0}.bootstrap-yop .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-yop .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-yop .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-yop .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-yop .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-yop .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-yop .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-yop .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-yop .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-yop .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-yop .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-yop .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-yop .panel>.table-bordered>thead>tr:last-child>td,.bootstrap-yop .panel>.table-bordered>thead>tr:last-child>th,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr:last-child>th{border-bottom:0}.bootstrap-yop .panel>.table-responsive{margin-bottom:0;border:0}.bootstrap-yop .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-yop .panel-heading>.dropdown .dropdown-toggle{color:inherit}.bootstrap-yop .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap-yop .panel-title>a{color:inherit}.bootstrap-yop .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-yop .panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.bootstrap-yop .panel-group .panel+.panel{margin-top:5px}.bootstrap-yop .panel-group .panel-heading{border-bottom:0}.bootstrap-yop .panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.bootstrap-yop .panel-group .panel-footer{border-top:0}.bootstrap-yop .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.bootstrap-yop .panel-default{border-color:#ddd}.bootstrap-yop .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-yop .panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.bootstrap-yop .panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.bootstrap-yop .panel-primary{border-color:#428bca}.bootstrap-yop .panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.bootstrap-yop .panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.bootstrap-yop .panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.bootstrap-yop .panel-success{border-color:#d6e9c6}.bootstrap-yop .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-yop .panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.bootstrap-yop .panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.bootstrap-yop .panel-warning{border-color:#faebcc}.bootstrap-yop .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-yop .panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.bootstrap-yop .panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.bootstrap-yop .panel-danger{border-color:#ebccd1}.bootstrap-yop .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-yop .panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.bootstrap-yop .panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.bootstrap-yop .panel-info{border-color:#bce8f1}.bootstrap-yop .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-yop .panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.bootstrap-yop .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.bootstrap-yop .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.bootstrap-yop .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.bootstrap-yop .well-lg{padding:24px;border-radius:6px}.bootstrap-yop .well-sm{padding:9px;border-radius:3px}.bootstrap-yop .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.bootstrap-yop .close:focus,.bootstrap-yop .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}.bootstrap-yop button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.bootstrap-yop .modal-open{overflow:hidden}.bootstrap-yop .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.bootstrap-yop .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.bootstrap-yop .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.bootstrap-yop .modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.bootstrap-yop .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box}.bootstrap-yop .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.bootstrap-yop .modal-backdrop.fade{opacity:0}.bootstrap-yop .modal-backdrop.in{opacity:.5}.bootstrap-yop .modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap-yop .modal-header .close{margin-top:-2px}.bootstrap-yop .modal-title{margin:0;line-height:1.428571429}.bootstrap-yop .modal-body{position:relative;padding:20px}.bootstrap-yop .modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-yop .modal-footer:after,.bootstrap-yop .modal-footer:before{display:table;content:" "}.bootstrap-yop .modal-footer:after{clear:both}.bootstrap-yop .modal-footer:after,.bootstrap-yop .modal-footer:before{display:table;content:" "}.bootstrap-yop .modal-footer:after{clear:both}.bootstrap-yop .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.bootstrap-yop .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bootstrap-yop .modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.bootstrap-yop .modal-dialog{width:600px;margin:30px auto}.bootstrap-yop .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.bootstrap-yop .tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;visibility:visible}.bootstrap-yop .tooltip.in{opacity:.9}.bootstrap-yop .tooltip.top{padding:5px 0;margin-top:-3px}.bootstrap-yop .tooltip.right{padding:0 5px;margin-left:3px}.bootstrap-yop .tooltip.bottom{padding:5px 0;margin-top:3px}.bootstrap-yop .tooltip.left{padding:0 5px;margin-left:-3px}.bootstrap-yop .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.bootstrap-yop .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-yop .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.bootstrap-yop .tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.bootstrap-yop .tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.bootstrap-yop .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.bootstrap-yop .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.bootstrap-yop .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.bootstrap-yop .tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.bootstrap-yop .tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.bootstrap-yop .popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box}.bootstrap-yop .popover.top{margin-top:-10px}.bootstrap-yop .popover.right{margin-left:10px}.bootstrap-yop .popover.bottom{margin-top:10px}.bootstrap-yop .popover.left{margin-left:-10px}.bootstrap-yop .popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap-yop .popover-content{padding:9px 14px}.bootstrap-yop .popover .arrow,.bootstrap-yop .popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-yop .popover .arrow{border-width:11px}.bootstrap-yop .popover .arrow:after{border-width:10px;content:""}.bootstrap-yop .popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.bootstrap-yop .popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.bootstrap-yop .popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.bootstrap-yop .popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.bootstrap-yop .popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.bootstrap-yop .popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.bootstrap-yop .popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,.25);border-right-width:0}.bootstrap-yop .popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.bootstrap-yop .carousel{position:relative}.bootstrap-yop .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-yop .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.bootstrap-yop .carousel-inner>.item>a>img,.bootstrap-yop .carousel-inner>.item>img{display:block;height:auto;max-width:100%;line-height:1}.bootstrap-yop .carousel-inner>.active,.bootstrap-yop .carousel-inner>.next,.bootstrap-yop .carousel-inner>.prev{display:block}.bootstrap-yop .carousel-inner>.active{left:0}.bootstrap-yop .carousel-inner>.next,.bootstrap-yop .carousel-inner>.prev{position:absolute;top:0;width:100%}.bootstrap-yop .carousel-inner>.next{left:100%}.bootstrap-yop .carousel-inner>.prev{left:-100%}.bootstrap-yop .carousel-inner>.next.left,.bootstrap-yop .carousel-inner>.prev.right{left:0}.bootstrap-yop .carousel-inner>.active.left{left:-100%}.bootstrap-yop .carousel-inner>.active.right{left:100%}.bootstrap-yop .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5}.bootstrap-yop .carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x}.bootstrap-yop .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x}.bootstrap-yop .carousel-control:focus,.bootstrap-yop .carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap-yop .carousel-control .glyphicon-chevron-left,.bootstrap-yop .carousel-control .glyphicon-chevron-right,.bootstrap-yop .carousel-control .icon-next,.bootstrap-yop .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.bootstrap-yop .carousel-control .glyphicon-chevron-left,.bootstrap-yop .carousel-control .icon-prev{left:50%}.bootstrap-yop .carousel-control .glyphicon-chevron-right,.bootstrap-yop .carousel-control .icon-next{right:50%}.bootstrap-yop .carousel-control .icon-next,.bootstrap-yop .carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.bootstrap-yop .carousel-control .icon-prev:before{content:'\2039'}.bootstrap-yop .carousel-control .icon-next:before{content:'\203a'}.bootstrap-yop .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.bootstrap-yop .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.bootstrap-yop .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.bootstrap-yop .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-yop .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.bootstrap-yop .carousel-control .glyphicons-chevron-left,.bootstrap-yop .carousel-control .glyphicons-chevron-right,.bootstrap-yop .carousel-control .icon-next,.bootstrap-yop .carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.bootstrap-yop .carousel-caption{right:20%;left:20%;padding-bottom:30px}.bootstrap-yop .carousel-indicators{bottom:20px}}.bootstrap-yop .clearfix:after,.bootstrap-yop .clearfix:before{display:table;content:" "}.bootstrap-yop .clearfix:after{clear:both}.bootstrap-yop .center-block{display:block;margin-right:auto;margin-left:auto}.bootstrap-yop .pull-right{float:right!important}.bootstrap-yop .pull-left{float:left!important}.bootstrap-yop .hide{display:none!important}.bootstrap-yop .show{display:block!important}.bootstrap-yop .invisible{visibility:hidden}.bootstrap-yop .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-yop .hidden{display:none!important;visibility:hidden!important}.bootstrap-yop .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap-yop .visible-xs,.bootstrap-yop td.visible-xs,.bootstrap-yop th.visible-xs,.bootstrap-yop tr.visible-xs{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-xs{display:block!important}.bootstrap-yop table.visible-xs{display:table}.bootstrap-yop tr.visible-xs{display:table-row!important}.bootstrap-yop td.visible-xs,.bootstrap-yop th.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-xs.visible-sm{display:block!important}.bootstrap-yop table.visible-xs.visible-sm{display:table}.bootstrap-yop tr.visible-xs.visible-sm{display:table-row!important}.bootstrap-yop td.visible-xs.visible-sm,.bootstrap-yop th.visible-xs.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-xs.visible-md{display:block!important}.bootstrap-yop table.visible-xs.visible-md{display:table}.bootstrap-yop tr.visible-xs.visible-md{display:table-row!important}.bootstrap-yop td.visible-xs.visible-md,.bootstrap-yop th.visible-xs.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-xs.visible-lg{display:block!important}.bootstrap-yop table.visible-xs.visible-lg{display:table}.bootstrap-yop tr.visible-xs.visible-lg{display:table-row!important}.bootstrap-yop td.visible-xs.visible-lg,.bootstrap-yop th.visible-xs.visible-lg{display:table-cell!important}}.bootstrap-yop .visible-sm,.bootstrap-yop td.visible-sm,.bootstrap-yop th.visible-sm,.bootstrap-yop tr.visible-sm{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-sm.visible-xs{display:block!important}.bootstrap-yop table.visible-sm.visible-xs{display:table}.bootstrap-yop tr.visible-sm.visible-xs{display:table-row!important}.bootstrap-yop td.visible-sm.visible-xs,.bootstrap-yop th.visible-sm.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-sm{display:block!important}.bootstrap-yop table.visible-sm{display:table}.bootstrap-yop tr.visible-sm{display:table-row!important}.bootstrap-yop td.visible-sm,.bootstrap-yop th.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-sm.visible-md{display:block!important}.bootstrap-yop table.visible-sm.visible-md{display:table}.bootstrap-yop tr.visible-sm.visible-md{display:table-row!important}.bootstrap-yop td.visible-sm.visible-md,.bootstrap-yop th.visible-sm.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-sm.visible-lg{display:block!important}.bootstrap-yop table.visible-sm.visible-lg{display:table}.bootstrap-yop tr.visible-sm.visible-lg{display:table-row!important}.bootstrap-yop td.visible-sm.visible-lg,.bootstrap-yop th.visible-sm.visible-lg{display:table-cell!important}}.bootstrap-yop .visible-md,.bootstrap-yop td.visible-md,.bootstrap-yop th.visible-md,.bootstrap-yop tr.visible-md{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-md.visible-xs{display:block!important}.bootstrap-yop table.visible-md.visible-xs{display:table}.bootstrap-yop tr.visible-md.visible-xs{display:table-row!important}.bootstrap-yop td.visible-md.visible-xs,.bootstrap-yop th.visible-md.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-md.visible-sm{display:block!important}.bootstrap-yop table.visible-md.visible-sm{display:table}.bootstrap-yop tr.visible-md.visible-sm{display:table-row!important}.bootstrap-yop td.visible-md.visible-sm,.bootstrap-yop th.visible-md.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-md{display:block!important}.bootstrap-yop table.visible-md{display:table}.bootstrap-yop tr.visible-md{display:table-row!important}.bootstrap-yop td.visible-md,.bootstrap-yop th.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-md.visible-lg{display:block!important}.bootstrap-yop table.visible-md.visible-lg{display:table}.bootstrap-yop tr.visible-md.visible-lg{display:table-row!important}.bootstrap-yop td.visible-md.visible-lg,.bootstrap-yop th.visible-md.visible-lg{display:table-cell!important}}.bootstrap-yop .visible-lg,.bootstrap-yop td.visible-lg,.bootstrap-yop th.visible-lg,.bootstrap-yop tr.visible-lg{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-lg.visible-xs{display:block!important}.bootstrap-yop table.visible-lg.visible-xs{display:table}.bootstrap-yop tr.visible-lg.visible-xs{display:table-row!important}.bootstrap-yop td.visible-lg.visible-xs,.bootstrap-yop th.visible-lg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-lg.visible-sm{display:block!important}.bootstrap-yop table.visible-lg.visible-sm{display:table}.bootstrap-yop tr.visible-lg.visible-sm{display:table-row!important}.bootstrap-yop td.visible-lg.visible-sm,.bootstrap-yop th.visible-lg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-lg.visible-md{display:block!important}.bootstrap-yop table.visible-lg.visible-md{display:table}.bootstrap-yop tr.visible-lg.visible-md{display:table-row!important}.bootstrap-yop td.visible-lg.visible-md,.bootstrap-yop th.visible-lg.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-lg{display:block!important}.bootstrap-yop table.visible-lg{display:table}.bootstrap-yop tr.visible-lg{display:table-row!important}.bootstrap-yop td.visible-lg,.bootstrap-yop th.visible-lg{display:table-cell!important}}.bootstrap-yop .hidden-xs{display:block!important}.bootstrap-yop table.hidden-xs{display:table}.bootstrap-yop tr.hidden-xs{display:table-row!important}.bootstrap-yop td.hidden-xs,.bootstrap-yop th.hidden-xs{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-xs,.bootstrap-yop td.hidden-xs,.bootstrap-yop th.hidden-xs,.bootstrap-yop tr.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-xs.hidden-sm,.bootstrap-yop td.hidden-xs.hidden-sm,.bootstrap-yop th.hidden-xs.hidden-sm,.bootstrap-yop tr.hidden-xs.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-xs.hidden-md,.bootstrap-yop td.hidden-xs.hidden-md,.bootstrap-yop th.hidden-xs.hidden-md,.bootstrap-yop tr.hidden-xs.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-xs.hidden-lg,.bootstrap-yop td.hidden-xs.hidden-lg,.bootstrap-yop th.hidden-xs.hidden-lg,.bootstrap-yop tr.hidden-xs.hidden-lg{display:none!important}}.bootstrap-yop .hidden-sm{display:block!important}.bootstrap-yop table.hidden-sm{display:table}.bootstrap-yop tr.hidden-sm{display:table-row!important}.bootstrap-yop td.hidden-sm,.bootstrap-yop th.hidden-sm{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-sm.hidden-xs,.bootstrap-yop td.hidden-sm.hidden-xs,.bootstrap-yop th.hidden-sm.hidden-xs,.bootstrap-yop tr.hidden-sm.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-sm,.bootstrap-yop td.hidden-sm,.bootstrap-yop th.hidden-sm,.bootstrap-yop tr.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-sm.hidden-md,.bootstrap-yop td.hidden-sm.hidden-md,.bootstrap-yop th.hidden-sm.hidden-md,.bootstrap-yop tr.hidden-sm.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-sm.hidden-lg,.bootstrap-yop td.hidden-sm.hidden-lg,.bootstrap-yop th.hidden-sm.hidden-lg,.bootstrap-yop tr.hidden-sm.hidden-lg{display:none!important}}.bootstrap-yop .hidden-md{display:block!important}.bootstrap-yop table.hidden-md{display:table}.bootstrap-yop tr.hidden-md{display:table-row!important}.bootstrap-yop td.hidden-md,.bootstrap-yop th.hidden-md{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-md.hidden-xs,.bootstrap-yop td.hidden-md.hidden-xs,.bootstrap-yop th.hidden-md.hidden-xs,.bootstrap-yop tr.hidden-md.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-md.hidden-sm,.bootstrap-yop td.hidden-md.hidden-sm,.bootstrap-yop th.hidden-md.hidden-sm,.bootstrap-yop tr.hidden-md.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-md,.bootstrap-yop td.hidden-md,.bootstrap-yop th.hidden-md,.bootstrap-yop tr.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-md.hidden-lg,.bootstrap-yop td.hidden-md.hidden-lg,.bootstrap-yop th.hidden-md.hidden-lg,.bootstrap-yop tr.hidden-md.hidden-lg{display:none!important}}.bootstrap-yop .hidden-lg{display:block!important}.bootstrap-yop table.hidden-lg{display:table}.bootstrap-yop tr.hidden-lg{display:table-row!important}.bootstrap-yop td.hidden-lg,.bootstrap-yop th.hidden-lg{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-lg.hidden-xs,.bootstrap-yop td.hidden-lg.hidden-xs,.bootstrap-yop th.hidden-lg.hidden-xs,.bootstrap-yop tr.hidden-lg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-lg.hidden-sm,.bootstrap-yop td.hidden-lg.hidden-sm,.bootstrap-yop th.hidden-lg.hidden-sm,.bootstrap-yop tr.hidden-lg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-lg.hidden-md,.bootstrap-yop td.hidden-lg.hidden-md,.bootstrap-yop th.hidden-lg.hidden-md,.bootstrap-yop tr.hidden-lg.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-lg,.bootstrap-yop td.hidden-lg,.bootstrap-yop th.hidden-lg,.bootstrap-yop tr.hidden-lg{display:none!important}}.bootstrap-yop .visible-print,.bootstrap-yop td.visible-print,.bootstrap-yop th.visible-print,.bootstrap-yop tr.visible-print{display:none!important}@media print{.bootstrap-yop .visible-print{display:block!important}.bootstrap-yop table.visible-print{display:table}.bootstrap-yop tr.visible-print{display:table-row!important}.bootstrap-yop td.visible-print,.bootstrap-yop th.visible-print{display:table-cell!important}.bootstrap-yop .hidden-print,.bootstrap-yop td.hidden-print,.bootstrap-yop th.hidden-print,.bootstrap-yop tr.hidden-print{display:none!important}}.bootstrap-yop .btn-danger,.bootstrap-yop .btn-default,.bootstrap-yop .btn-info,.bootstrap-yop .btn-primary,.bootstrap-yop .btn-success,.bootstrap-yop .btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active,.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active,.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active,.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active,.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active,.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-yop .btn.active,.bootstrap-yop .btn:active{background-image:none}.bootstrap-yop .btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.bootstrap-yop .btn-default:focus,.bootstrap-yop .btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap-yop .btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a}.bootstrap-yop .btn-primary:focus,.bootstrap-yop .btn-primary:hover{background-color:#2d6ca2;background-position:0 -15px}.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active{background-color:#2d6ca2;border-color:#2b669a}.bootstrap-yop .btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap-yop .btn-success:focus,.bootstrap-yop .btn-success:hover{background-color:#419641;background-position:0 -15px}.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active{background-color:#419641;border-color:#3e8f3e}.bootstrap-yop .btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13}.bootstrap-yop .btn-warning:focus,.bootstrap-yop .btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active{background-color:#eb9316;border-color:#e38d13}.bootstrap-yop .btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28}.bootstrap-yop .btn-danger:focus,.bootstrap-yop .btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.bootstrap-yop .btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap-yop .btn-info:focus,.bootstrap-yop .btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap-yop .img-thumbnail,.bootstrap-yop .thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.bootstrap-yop .dropdown-menu>li>a:focus,.bootstrap-yop .dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x}.bootstrap-yop .dropdown-menu>.active>a,.bootstrap-yop .dropdown-menu>.active>a:focus,.bootstrap-yop .dropdown-menu>.active>a:hover{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x}.bootstrap-yop .navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.bootstrap-yop .navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.bootstrap-yop .navbar-brand,.bootstrap-yop .navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.bootstrap-yop .navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x}.bootstrap-yop .navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.bootstrap-yop .navbar-inverse .navbar-brand,.bootstrap-yop .navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-yop .navbar-fixed-bottom,.bootstrap-yop .navbar-fixed-top,.bootstrap-yop .navbar-static-top{border-radius:0}.bootstrap-yop .alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.bootstrap-yop .alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1}.bootstrap-yop .alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea}.bootstrap-yop .alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e}.bootstrap-yop .alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7}.bootstrap-yop .progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x}.bootstrap-yop .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.bootstrap-yop .list-group-item.active,.bootstrap-yop .list-group-item.active:focus,.bootstrap-yop .list-group-item.active:hover{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3}.bootstrap-yop .panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.bootstrap-yop .panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x}.bootstrap-yop .panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x}.bootstrap-yop .panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x}.bootstrap-yop .panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x}.bootstrap-yop .panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x}.bootstrap-yop .panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x}.bootstrap-yop .well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}.bootstrap-yop .btn-light{color:#111;background-color:#fff;border-color:#ccc}.bootstrap-yop .btn-light:hover{color:#111;background-color:#e2e6ea;border-color:#dae0e5}.bootstrap-yop .btn-light:focus,.btn-light.focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.bootstrap-yop .btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-yop .btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active,.show>.btn-light.dropdown-toggle{background-color:#e2e6ea;background-image:none;border-color:#dae0e5} .basic-yop-poll-container .visualCaptcha{margin-bottom:20px;min-height:120px}@media only screen and (min-width:750px){.basic-yop-poll-container .visualCaptcha{margin-bottom:20px}}.basic-yop-poll-container .visualCaptcha *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.basic-yop-poll-container .visualCaptcha .audioField{font-size:15px;color:#495e62;font-weight:100;padding:5px;border:1px solid #3bb6e4;height:40px;width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}@media only screen and (max-width:360px){.basic-yop-poll-container .visualCaptcha .audioField{margin-bottom:15px}}@media only screen and (min-width:360px){.basic-yop-poll-container .visualCaptcha .audioField{width:240px;float:left}}.basic-yop-poll-container .accessibility-description,.basic-yop-poll-container .status.valid,.basic-yop-poll-container .visualCaptcha-explanation{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#c1f7e8;padding:10px;text-align:center;font-family:Oxygen,sans-serif;font-size:18px;color:#219589;font-weight:100;margin:20px 0 24px}@media only screen and (max-width:360px){.basic-yop-poll-container .accessibility-description,.basic-yop-poll-container .status.valid,.basic-yop-poll-container .visualCaptcha-explanation{font-size:16px}}.basic-yop-poll-container .visualCaptcha-accessibility-button,.basic-yop-poll-container .visualCaptcha-button-group,.basic-yop-poll-container .visualCaptcha-possibilities,.basic-yop-poll-container .visualCaptcha-refresh-button{display:inline-block}.basic-yop-poll-container .visualCaptcha-possibilities{vertical-align:middle}@media only screen and (min-width:750px){.basic-yop-poll-container .visualCaptcha-possibilities{margin-right:15px}}.basic-yop-poll-container .visualCaptcha-possibilities .img{padding:4px;border:1px solid #fff;display:inline-block}@media only screen and (min-width:750px){.basic-yop-poll-container .visualCaptcha-possibilities .img{padding:10px;border:3px solid #fff}}.basic-yop-poll-container .visualCaptcha-possibilities img{display:inline;width:32px;height:32px;z-index:5;transition:all .2s;-webkit-transition:all .2s}.basic-yop-poll-container .visualCaptcha-possibilities img:hover{cursor:pointer}@media only screen and (max-width:360px){.basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-button-group{text-align:center;margin-top:15px}}@media only screen and (min-width:750px){.basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-button-group{float:right}}.basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-selected{background-color:#c1f7e8;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:4px;border:1px dashed #099a9f}@media only screen and (min-width:750px){.basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-selected{padding:10px;border:3px dashed #099a9f}}.basic-yop-poll-container .visualCaptcha-accessibility-button,.basic-yop-poll-container .visualCaptcha-refresh-button{width:55px;height:55px;line-height:55px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;text-align:center}.basic-yop-poll-container .visualCaptcha-refresh-button{margin-right:10px}.basic-yop-poll-container .visualCaptcha-refresh-button img{width:16px;height:16px}.basic-yop-poll-container .visualCaptcha-refresh-button:hover{cursor:pointer}.basic-yop-poll-container .visualCaptcha-accessibility-button img{width:16px;height:16px}.basic-yop-poll-container .visualCaptcha-accessibility-button:hover{cursor:pointer}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.basic-yop-poll-container div.visualCaptcha .visualCaptcha-show{-webkit-animation:fadeIn .3s;animation:fadeIn .3s}.basic-yop-poll-container div.visualCaptcha .visualCaptcha-hide{display:none!important;-webkit-animation:fadeOut .3s;animation:fadeOut .3s}.basic-yop-poll-container .accessibility-description,.basic-yop-poll-container .status.valid,.basic-yop-poll-container .visualCaptcha-explanation{background-color:#eee;color:grey}.basic-yop-poll-container .entry-content .visualCaptcha-possibilities a{color:transparent}.basic-yop-poll-container .entry-content .visualCaptcha-possibilities a img{display:inline}.basic-yop-poll-container .visualCaptcha-button-group{padding:0;vertical-align:middle}.basic-yop-poll-container .visualCaptcha-accessibility-button,.basic-yop-poll-container .visualCaptcha-refresh-button{background-color:transparent;border:2px solid #d3d3d3}.basic-yop-poll-container .visualCaptcha-possibilities .img{margin:.1em}.basic-yop-poll-container .visualCaptcha-possibilities .img a{background-color:transparent;border:2px solid transparent;border-radius:2px;padding:.35em}.basic-yop-poll-container .visualCaptcha-possibilities .img a.visualCaptcha-selected{background-color:#eee;border:2px solid #000}.basic-yop-poll-container .basic-captcha.visualCaptcha a:focus{text-decoration:none!important}.basic-yop-poll-container .basic-captcha.visualCaptcha a:focus img{outline:0!important}.basic-yop-poll-container .basic-captcha .visualCaptcha-button-group,.basic-yop-poll-container .basic-captcha .visualCaptcha-possibilities{width:100%;text-align:center}.basic-yop-poll-container .basic-captcha .visualCaptcha-button-group{margin-top:10px}.basic-windows8{position:absolute;width:78px;height:78px;margin:0 auto;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.basic-windows8 .basic-wBall{position:absolute;width:74px;height:74px;opacity:0;transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);animation:orbit 6.96s infinite;-o-animation:orbit 6.96s infinite;-ms-animation:orbit 6.96s infinite;-webkit-animation:orbit 6.96s infinite;-moz-animation:orbit 6.96s infinite}.basic-windows8 .basic-wBall .basic-wInnerBall{position:absolute;width:10px;height:10px;background:#dedede;left:0;top:0;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}.basic-windows8 .basic-wBall_1{animation-delay:1.52s;-o-animation-delay:1.52s;-ms-animation-delay:1.52s;-webkit-animation-delay:1.52s;-moz-animation-delay:1.52s}.basic-windows8 .basic-wBall_2{animation-delay:.3s;-o-animation-delay:.3s;-ms-animation-delay:.3s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s}.basic-windows8 .basic-wBall_3{animation-delay:.61s;-o-animation-delay:.61s;-ms-animation-delay:.61s;-webkit-animation-delay:.61s;-moz-animation-delay:.61s}.basic-windows8 .basic-wBall_4{animation-delay:.91s;-o-animation-delay:.91s;-ms-animation-delay:.91s;-webkit-animation-delay:.91s;-moz-animation-delay:.91s}.basic-windows8 .basic-wBall_5{animation-delay:1.22s;-o-animation-delay:1.22s;-ms-animation-delay:1.22s;-webkit-animation-delay:1.22s;-moz-animation-delay:1.22s}@keyframes orbit{0%{opacity:1;z-index:99;transform:rotate(180deg);animation-timing-function:ease-out}7%{opacity:1;transform:rotate(300deg);animation-timing-function:linear}30%{opacity:1;transform:rotate(410deg);animation-timing-function:ease-in-out}39%{opacity:1;transform:rotate(645deg);animation-timing-function:linear}70%{opacity:1;transform:rotate(770deg);animation-timing-function:ease-out}75%{opacity:1;transform:rotate(900deg);animation-timing-function:ease-out}100%,76%{opacity:0;transform:rotate(900deg)}}@-o-keyframes orbit{0%{opacity:1;z-index:99;-o-transform:rotate(180deg);-o-animation-timing-function:ease-out}7%{opacity:1;-o-transform:rotate(300deg);-o-animation-timing-function:linear}30%{opacity:1;-o-transform:rotate(410deg);-o-animation-timing-function:ease-in-out}39%{opacity:1;-o-transform:rotate(645deg);-o-animation-timing-function:linear}70%{opacity:1;-o-transform:rotate(770deg);-o-animation-timing-function:ease-out}75%{opacity:1;-o-transform:rotate(900deg);-o-animation-timing-function:ease-out}100%,76%{opacity:0;-o-transform:rotate(900deg)}}@-ms-keyframes orbit{39%,7%{-ms-animation-timing-function:linear}0%,70%,75%{opacity:1;-ms-animation-timing-function:ease-out}100%,75%,76%{-ms-transform:rotate(900deg)}0%{z-index:99;-ms-transform:rotate(180deg)}7%{opacity:1;-ms-transform:rotate(300deg)}30%{opacity:1;-ms-transform:rotate(410deg);-ms-animation-timing-function:ease-in-out}39%{opacity:1;-ms-transform:rotate(645deg)}70%{-ms-transform:rotate(770deg)}100%,76%{opacity:0}}@-webkit-keyframes orbit{0%{opacity:1;z-index:99;-webkit-transform:rotate(180deg);-webkit-animation-timing-function:ease-out}7%{opacity:1;-webkit-transform:rotate(300deg);-webkit-animation-timing-function:linear}30%{opacity:1;-webkit-transform:rotate(410deg);-webkit-animation-timing-function:ease-in-out}39%{opacity:1;-webkit-transform:rotate(645deg);-webkit-animation-timing-function:linear}70%{opacity:1;-webkit-transform:rotate(770deg);-webkit-animation-timing-function:ease-out}75%{opacity:1;-webkit-transform:rotate(900deg);-webkit-animation-timing-function:ease-out}100%,76%{opacity:0;-webkit-transform:rotate(900deg)}}@-moz-keyframes orbit{0%{opacity:1;z-index:99;-moz-transform:rotate(180deg);-moz-animation-timing-function:ease-out}7%{opacity:1;-moz-transform:rotate(300deg);-moz-animation-timing-function:linear}30%{opacity:1;-moz-transform:rotate(410deg);-moz-animation-timing-function:ease-in-out}39%{opacity:1;-moz-transform:rotate(645deg);-moz-animation-timing-function:linear}70%{opacity:1;-moz-transform:rotate(770deg);-moz-animation-timing-function:ease-out}75%{opacity:1;-moz-transform:rotate(900deg);-moz-animation-timing-function:ease-out}100%,76%{opacity:0;-moz-transform:rotate(900deg)}}.basic-yop-poll-container{background-color:#fff;border:thin solid #000;margin-bottom:15px}.basic-yop-poll-container .basic-inner{padding:10px 10px}.basic-yop-poll-container .basic-message{font-size:12px;padding:10px;background-color:rgba(255,255,255,.75);border-left:10px solid red;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basic-yop-poll-container .basic-message p{margin:0 0 0}.basic-gdpr{margin-top:15px;margin-bottom:25px;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basic-gdpr label{font-weight:400;margin-bottom:0}.basic-yop-poll-container .basic-chart-container{margin-top:15px}.basic-yop-poll-container .basic-overlay{background:rgba(0,0,0,.5);width:calc(100% - 30px);height:100%;position:absolute;top:0;left:15px;z-index:100000}.basic-yop-poll-container .basic-vote-options .btn{margin:10px 0;background-image:none;color:#fff;border:thin solid transparent;text-shadow:none;box-shadow:none;-webkit-box-shadow:none;width:200px;padding-right:15px;padding-left:15px}.basic-yop-poll-container .basic-vote-options i,.basic-yop-poll-container .basic-vote-options svg{margin-right:5px}.basic-yop-poll-container .basic-wordpress button.btn{background-color:#333}.basic-yop-poll-container .basic-facebook button.btn{background-color:#3b5998}.basic-yop-poll-container .basic-google button.btn{background-color:#db4437}.basic-yop-poll-container .basic-anonymous button.btn{background-color:#777}.basic-yop-poll-container .basic-vote-options .btn:focus,.basic-yop-poll-container .basic-vote-options .btn:hover{background-color:#e0e0e0;color:#555}.basic-yop-poll-container .basic-vote-options{display:block;width:100%;margin:0 auto;text-align:center;padding:2em;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:relative}.basic-yop-poll-container .basic-custom-field,.basic-yop-poll-container .basic-question{margin-top:15px}.basic-yop-poll-container .basic-question-title{margin-bottom:0;margin-top:0;font-size:16px}.basic-yop-poll-container ul.basic-answers{padding-left:0;margin-left:0}.basic-yop-poll-container ul.basic-answers li.basic-answer{line-height:1.4;margin-left:0}.basic-yop-poll-container ul.basic-answers,.basic-yop-poll-container ul.basic-answers li,.basic-yop-poll-container ul.basic-answers-results,.basic-yop-poll-container ul.basic-answers-results li{list-style:none}.basic-yop-poll-container .basic-h-answers li,.basic-yop-poll-container .basic-h-results-answers li{float:left}.basic-yop-poll-container .basic-answer{margin-top:15px;margin-bottom:15px}.basic-yop-poll-container .basic-answer input{margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-answer .basic-answer-content,.basic-yop-poll-container .basic-answer .progress{margin-right:10px}.basic-yop-poll-container .basic-answer:last-child .basic-answer-content,.basic-yop-poll-container .basic-answer:last-child .progress{margin-right:0}.basic-yop-poll-container .basic-answer label.basic-text{font-weight:400;margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-answer .progress{margin-top:5px;margin-bottom:0;background-image:none;background-color:transparent;box-shadow:none}.basic-yop-poll-container .basic-answer .progress-bar{border-radius:4px}.basic-yop-poll-container .basic-answer .basic-vertical-image{display:inline-block}.basic-yop-poll-container .basic-answer .basic-answer-results-details,.basic-yop-poll-container .basic-answer .basic-answer-total-votes,.basic-yop-poll-container .basic-answer .basic-text{font-size:14px;color:#333;margin-bottom:0;font-weight:400}.basic-yop-poll-container .basic-answer .basic-answer-results-details{margin-left:10px;margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-answer .basic-answer-total-votes{margin-left:5px;margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-text-horizontal,.basic-yop-poll-container .basic-text-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.basic-yop-poll-container .basic-answer .basic-input-text{margin-left:-15px;margin-bottom:10px}.basic-yop-poll-container .basic-custom-field input.basic-input-text{margin-bottom:10px;margin-left:-15px}.basic-yop-poll-container .basic-custom-field-title{padding-bottom:5px}.basic-yop-poll-container .basic-custom-field-title label{font-weight:400;font-size:16px}.basic-yop-poll-container .basic-text-block{margin-top:15px}.basic-yop-poll-container .basic-vote{display:block;margin-right:-15px;margin-bottom:15px}.basic-yop-poll-container .basic-vote a{display:inline-block;margin-right:15px;height:auto;line-height:normal}.basic-yop-poll-container .basic-vote a{box-shadow:none}.basic-yop-poll-container .basic-stats{margin:15px auto 25px}.basic-yop-poll-container a.basic-back-to-vote-button,.basic-yop-poll-container a.basic-results-button,.basic-yop-poll-container a.basic-vote-button{padding:8px 20px;background:#ee7600;color:#fff;font-size:20px}.basic-yop-poll-container a.basic-back-to-vote-button,.basic-yop-poll-container a.basic-results-button{color:#ee7600;font-weight:400;background:0 0}.basic-yop-poll-container a.basic-back-to-vote-button:active,.basic-yop-poll-container a.basic-back-to-vote-button:focus,.basic-yop-poll-container a.basic-back-to-vote-button:hover,.basic-yop-poll-container a.basic-results-button:active,.basic-yop-poll-container a.basic-results-button:focus,.basic-yop-poll-container a.basic-results-button:hover,.basic-yop-poll-container a.basic-vote-button:active,.basic-yop-poll-container a.basic-vote-button:focus,.basic-yop-poll-container a.basic-vote-button:hover{outline:0;text-decoration:none!important}.basic-yop-poll-container .basic-answers-results .basic-answer-content{color:#333}.basic-yop-poll-container .basic-answers-results .progress{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;margin-top:10px;margin-bottom:15px;height:20px}.basic-yop-poll-container .basic-answers-results .progress .progress-bar{border-radius:4px}.basic-yop-poll-container input[type=checkbox],.basic-yop-poll-container input[type=radio]{margin-right:10px}.basic-yop-poll-container .basic-media-list{margin-left:-5px;margin-right:-5px}.basic-yop-poll-container .basic-media-list .basic-answer{margin-bottom:0}.basic-vertical-video{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.basic-yop-poll-container .media-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.basic-yop-poll-container .media-description p{margin-bottom:0}.basic-yop-poll-container .basic-answer-results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basic-yop-poll-container .basic-horizontal-image .results-details,.basic-yop-poll-container .basic-horizontal-video .results-details,.basic-yop-poll-container .basic-vertical-image .results-details,.basic-yop-poll-container .basic-vertical-video .results-details{margin-left:0}.basic-yop-poll-container .basic-embed-responsive,.basic-yop-poll-container .basic-media img{margin-bottom:15px}.basic-yop-poll-container .basic-media-list .basic-horizontal-image{display:inline-block;margin-right:0;padding:0 5px}.basic-yop-poll-container .basic-horizontal-video{display:block}.basic-yop-poll-container .basic-media-list .basic-columns-image{padding:0 5px;margin-right:0}.basic-yop-poll-container li.basic-answer[class^=col-]{padding-left:0;padding-right:0}.basic-yop-poll-container li.basic-answer[class^=cols-]{position:relative;min-height:1px;float:left}@media (min-width:992px){.basic-yop-poll-container li.cols-5{width:calc(100% / 5)}.basic-yop-poll-container li.cols-7{width:calc(100% / 7)}.basic-yop-poll-container li.cols-8{width:calc(100% / 8)}.basic-yop-poll-container li.cols-9{width:calc(100% / 9)}.basic-yop-poll-container li.cols-10{width:calc(100% / 10)}.basic-yop-poll-container li.cols-11{width:calc(100% / 11)}}@media (max-width:575.98px){.basic-yop-poll-container li.col-xs-6{width:100%}}.basic-yop-poll-container div[class^=iradio_]{margin-right:10px}.basic-yop-poll-container div[class^=icheckbox_]{margin-right:10px}.bootstrap-yop .visualCaptcha-button-group img{display:inline;vertical-align:initial}.basic-yop-poll-container{position:relative!important;padding:0!important}.basic-yop-poll-container .basic-vote-options{display:block!important;width:100%!important;margin:0 auto!important;text-align:center!important;padding:0!important;top:unset!important;bottom:15px!important;-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important;position:absolute!important}.basic-yop-poll-container .yop-poll-modal{display:none;position:fixed;z-index:100001;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.basic-yop-poll-container .yop-poll-modal.active{display:block}.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-content{background-color:#fefefe;margin:auto;border:1px solid #888;width:320px;padding-top:5px}.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-content.shake{animation:shake .2s cubic-bezier(.19,.49,.38,.79) both;animation-iteration-count:1;animation-iteration-count:3;transform:translateX(0)}@keyframes shake{25%{transform:translateX(-20px)}75%{transform:translateX(20px)}100%{transform:translateX(0)}}.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-header{color:#aaa;float:right;font-size:18px;font-weight:700;margin-right:5px;line-height:1}.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-header:focus,.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-header:hover{color:#000;text-decoration:none;cursor:pointer}.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-body{padding-top:20px;padding-bottom:10px;padding-left:20px;padding-right:20px}.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group{text-align:left;padding-bottom:15px}.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group.submit{text-align:right;padding-bottom:0}.basic-yop-poll-container .yop-poll-modal label{font-size:14px;line-height:1.5;display:inline-block;margin-bottom:3px;font-weight:400}.basic-yop-poll-container .yop-poll-modal label.has-error{color:#db4437}.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group input[type=password],.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group input[type=text]{width:100%;min-height:40px;margin:0!important}.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group button{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none;font-size:13px;margin:0;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;padding-left:15px;padding-right:15px;padding-top:5px;padding-bottom:5px}.basic-yop-poll-container .yop-poll-section-login-options{text-align:right!important;margin-top:15px;font-size:14px;padding-bottom:0!important}.basic-yop-poll-container .yop-poll-section-login-options p{margin-bottom:5px}@font-face {
font-family: 'Gilda Display';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/gilda-display/t5tmIRoYMoaYG0WEOh7HwMeR3TDPr6OH.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Gilda Display';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/gilda-display/t5tmIRoYMoaYG0WEOh7HwMeR3T7Prw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tvshows.com.ua/wp-content/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.sidr {
background-color: #f5f5f5;
display: block;
position: fixed;
top: 0;
height: 100%;
z-index: 9999;
width: 320px;
overflow-x: hidden;
overflow-y: auto;
}
.sidr.right {
left: auto;
right: -320px;
}
.sidr.left {
left: -320px;
right: auto;
}
@media (min-width: 576px) {
.sidr {
width: 380px;
}
.sidr.right {
right: -380px;
}
.sidr.left {
left: -380px;
}
}
.sidr {
padding: 20px;
}
.admin-bar .sidr {
padding-top: 40px;
}
.icon-sidr {
position: relative;
margin-right: 2rem;
}
.rtl .icon-sidr {
margin-left: 2rem;
margin-right: 0;
} #widgets-nav #hamburger-one {
background: none;
border: none;
margin:0;
padding: 0;
}
#hamburger-one .hamburger-wrapper{
width: 30px;
height: 30px;
display: inline-block;
position: relative;
vertical-align: middle;
}
#hamburger-one .hamburger-inner,
#hamburger-one .hamburger-inner:after,
#hamburger-one .hamburger-inner:before {
background-color: #fff;
width: 28px;
height: 1.5px;
border-radius: 0;
position: absolute;
left: 0;
transition-property: transform;
transition-duration: .15s;
transition-timing-function: ease;
}
#hamburger-one .hamburger-inner {
display: block;
top: 50%;
transition-duration: 75ms;
transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
#hamburger-one .hamburger-inner:after,
#hamburger-one .hamburger-inner:before {
content: "";
display: block;
}
#hamburger-one .hamburger-inner:before {
top: -7px;
transition: top 75ms ease .12s, opacity 75ms ease;
}
#hamburger-one .hamburger-inner:after {
bottom: -7px;
transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
#hamburger-one.active .hamburger-inner {
transform: rotate(45deg);
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
#hamburger-one.active .hamburger-inner:before {
top: 0;
opacity: 0;
transition: top 75ms ease, opacity 75ms ease .12s;
}
#hamburger-one.active .hamburger-inner:after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
}
.sidr-offcanvas-close {
display: block;
margin-bottom: 15px;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide:hover,.slick-slide:focus{outline: none;}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
   :root { --theme-grid-width: 144rem; --grid-gutter-base: 1.6rem;
--grid-gutter-medium: 0.8rem;
--grid-gutter-small: 0.4rem; --grid-column-1: 8.333333%;
--grid-column-2: 16.666667%;
--grid-column-3: 25%;
--grid-column-4: 33.333333%;
--grid-column-5: 41.666667%;
--grid-column-6: 50%;
--grid-column-7: 58.333333%;
--grid-column-8: 66.666667%;
--grid-column-9: 75%;
--grid-column-10: 83.333333%;
--grid-column-11: 91.666667%;
--grid-column-12: 100%; --font-size-global: 1.6rem;
--font-size-xlarge: clamp(25px, 5vw, 67px);
--font-size-large: 3.2rem;
--font-size-big: 2.5rem;
--font-size-medium: 2rem;
--font-size-small: 1.8rem;
--font-size-xxsmall: 1.4rem; --font-weight-thin: 100;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
--font-weight-semiBold: 600;
--font-weight-bold: 700;
--font-weight-extraBold: 800;
--font-weight-black: 900; --line-height-global: calc(var(--font-size-global) * 1.5);
--line-height-xlarge: calc(var(--font-size-xlarge) * 1.2);
--line-height-large: calc(var(--font-size-large) * 1.2);
--line-height-big: calc(var(--font-size-big) * 1.2);
--line-height-medium: calc(var(--font-size-medium) * 1.2);
--line-height-small: calc(var(--font-size-small) * 1.2);
--line-height-xxsmall: calc(var(--font-size-xxsmall) * 1.2); --font-family-primary: "Gilda Display", serif;
--font-family-secondary: "Inter", sans-serif; --image-size-xlarge: 56rem;
--image-size-large: 47rem;
--image-size-big: 36rem;
--image-size-medium: 26rem;
--image-size-small: 19.4rem;
--image-size-xsmall: 12rem;
--image-size-thumbnail: 8.9rem; --theme-plain-black: #000;
--theme-plain-white: #fff;
--theme-border-color: #adadad;
--primary-dark-color: linear-gradient(to bottom, #102039 0, #102039 50%, #fff 50%, #fff 100%);
--theme-primary-hover-color: #203ea1;
--theme-secondary-color: #3061ff;
--secondary-hover-color: #203ea1;
--theme-accent-color: #1235a8;
}
@media (max-width: 1600px) {
:root {
--theme-grid-width: 128rem;
}
}
@media (max-width: 1399px) {
:root {
--theme-grid-width: 114rem;
}
}
@media (max-width: 1199px) {
:root {
--theme-grid-width: 96rem; --grid-column-lg-1: 8.333333%;
--grid-column-lg-2: 16.666667%;
--grid-column-lg-3: 25%;
--grid-column-lg-4: 33.333333%;
--grid-column-lg-5: 41.666667%;
--grid-column-lg-6: 50%;
--grid-column-lg-7: 58.333333%;
--grid-column-lg-8: 66.666667%;
--grid-column-lg-9: 75%;
--grid-column-lg-10: 83.333333%;
--grid-column-lg-11: 91.666667%;
--grid-column-lg-12: 100%;
}
}
@media (max-width: 1024px) {
:root { --grid-column-md-1: 8.333333%;
--grid-column-md-2: 16.666667%;
--grid-column-md-3: 25%;
--grid-column-md-4: 33.333333%;
--grid-column-md-5: 41.666667%;
--grid-column-md-6: 50%;
--grid-column-md-7: 58.333333%;
--grid-column-md-8: 66.666667%;
--grid-column-md-9: 75%;
--grid-column-md-10: 83.333333%;
--grid-column-md-11: 91.666667%;
--grid-column-md-12: 100%;
}
}
@media (max-width: 991px) {
:root {
--theme-grid-width: calc(100% - 4rem); --grid-column-sm-1: 8.333333%;
--grid-column-sm-2: 16.666667%;
--grid-column-sm-3: 25%;
--grid-column-sm-4: 33.333333%;
--grid-column-sm-5: 41.666667%;
--grid-column-sm-6: 50%;
--grid-column-sm-7: 58.333333%;
--grid-column-sm-8: 66.666667%;
--grid-column-sm-9: 75%;
--grid-column-sm-10: 83.333333%;
--grid-column-sm-11: 91.666667%;
--grid-column-sm-12: 100%; --image-size-xlarge: var(--image-size-large);
}
}
@media (max-width: 767px) {
:root { --grid-column-xs-1: 8.333333%;
--grid-column-xs-2: 16.666667%;
--grid-column-xs-3: 25%;
--grid-column-xs-4: 33.333333%;
--grid-column-xs-5: 41.666667%;
--grid-column-xs-6: 50%;
--grid-column-xs-7: 58.333333%;
--grid-column-xs-8: 66.666667%;
--grid-column-xs-9: 75%;
--grid-column-xs-10: 83.333333%;
--grid-column-xs-11: 91.666667%;
--grid-column-xs-12: 100%;
}
}
@media (max-width: 575px) {
:root {
--theme-grid-width: 100%; --grid-column-xxs-1: 8.333333%;
--grid-column-xxs-2: 16.666667%;
--grid-column-xxs-3: 25%;
--grid-column-xxs-4: 33.333333%;
--grid-column-xxs-5: 41.666667%;
--grid-column-xxs-6: 50%;
--grid-column-xxs-7: 58.333333%;
--grid-column-xxs-8: 66.666667%;
--grid-column-xxs-9: 75%;
--grid-column-xxs-10: 83.333333%;
--grid-column-xxs-11: 91.666667%;
--grid-column-xxs-12: 100%; --image-size-xlarge: var(--image-size-big);
}
}
html {
line-height: 1.15;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
border: none;
margin: 0;
padding: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 85%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0; white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
} html {
font-size: 62.5%;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: var(--font-family-secondary);
font-size: 1.6rem;
line-height: var(--line-height-global);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-family-primary);
font-weight: 600;
}
.header-titles .custom-logo-name {
font-family: var(--font-family-primary);
}
h1,
h2 {
margin: 0 0 1.5rem;
}
h3,
h4,
h5,
h6 {
margin: 0 0 1rem;
}
.theme-alt-font {
font-family: var(--font-family-secondary);
}
.category-title {
font-size: 18px;
position: relative;
}
.category-title span {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
background-color: var(--theme-secondary-color);
color: var(--theme-plain-white);
padding: 6px 30px;
font-size: 14px;
}
.category-title span:after {
content: "";
height: 1px;
background-color: var(--theme-secondary-color);
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 50%;
z-index: -1;
}
.text-white {
color: var(--theme-plain-white);
}
.post-content-share .twp-plugin-title.twp-share-title h2,
.entry-title-primary {
font-family: var(--font-family-secondary);
}
.entry-title-xlarge {
font-size: var(--font-size-xlarge);
line-height: var(--line-height-xlarge);
}
.entry-title-large {
font-size: var(--font-size-large);
line-height: var(--line-height-large);
}
.entry-title-big {
font-size: var(--font-size-big);
line-height: var(--line-height-big);
}
.entry-title-medium {
font-size: var(--font-size-medium);
line-height: var(--line-height-medium);
}
.entry-title-small {
font-size: var(--font-size-small);
line-height: var(--line-height-small);
}
.entry-title-xsmall {
font-size: var(--font-size-global);
line-height: calc(var(--font-size-global) * 1.2);
}
.entry-title-xxsmall {
font-size: var(--font-size-xxsmall);
line-height: var(--line-height-xxsmall);
}
.entry-title-primary.entry-title-small {
font-size: 1.6rem;
}
.entry-title a {
background-image: linear-gradient(180deg, transparent 90%, #000 0);
background-size: 0% 100%;
background-repeat: no-repeat;
-webkit-transition: background-size 0.4s ease;
-moz-transition: background-size 0.4s ease;
transition: background-size 0.4s ease;
}
.entry-title a:where(:hover, :focus) {
text-decoration: none;
background-size: 100% 100%;
color: var(--theme-plain-black);
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #e5e5e5;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: #fff;
}
.body-scroll-locked {
overflow: hidden;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin-top: 0;
margin-bottom: 1rem;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
vertical-align: top;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
.data-bg {
background-color: #f1f1f1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: block;
position: relative;
}
.data-bg-fixed {
background-attachment: fixed;
}
.data-bg-xlarge {
height: var(--image-size-xlarge);
}
.data-bg-large {
height: var(--image-size-large);
}
.data-bg-big {
height: var(--image-size-big);
}
.data-bg-medium {
height: var(--image-size-medium);
}
.data-bg-small {
height: var(--image-size-small);
}
.data-bg-xsmall {
height: var(--image-size-xsmall);
}
.data-bg-thumbnail {
height: var(--image-size-thumbnail);
}
@media (max-width: 991px) {
.data-bg-large {
height: 400px;
}
}
@media (max-width: 767px) {
.data-bg-large {
height: 360px;
}
} fieldset {
border: 0.2rem solid #e1e1e3;
margin-bottom: 3rem;
margin-top: 3rem;
padding: 2rem;
}
fieldset > *:first-child {
margin-top: 0;
}
fieldset > *:last-child {
margin-bottom: 0;
}
form {
margin-bottom: 3rem;
margin-top: 3rem;
}
form > *:first-child {
margin-top: 0;
}
form > *:last-child {
margin-bottom: 0;
}
legend {
font-size: 0.85em;
font-weight: 700;
padding: 0 1rem;
}
label {
display: block;
font-size: 1.5rem;
font-weight: 600;
margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 0.5rem;
}
input,
textarea,
button,
.select {
font-family: inherit;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
box-shadow: none;
color: inherit;
display: block;
margin: 0;
max-width: 100%;
outline: none;
padding: 1.5rem 1.8rem;
width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.wp-block-search__input,
.select {
border-color: rgba(0,0,0,0.1);
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
border-color: #0027ff;
}
textarea {
height: 12rem;
line-height: 1.5;
width: 100%;
}
select {
font-family: inherit;
font-size: inherit;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: normal;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
border: 0.2rem solid;
border-color: var(--theme-secondary-color);
background-color: var(--theme-secondary-color);
color: var(--theme-plain-white);
border-radius: 0;
cursor: pointer;
display: inline-block;
margin: 0;
font-weight: 600;
padding: 1.5rem;
text-align: center;
text-decoration: none;
transition: opacity 0.15s linear;
}
button:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
text-decoration: none;
border-color: var(--secondary-hover-color);
background-color: var(--secondary-hover-color);
}
button:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: none;
}
.post-password-form {
padding: 40px;
background: #f8f9fa;
}
.post-password-form label {
margin-bottom: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.post-password-form input[type="password"] {
min-height: 40px;
}
.post-password-form input[type="submit"] {
padding: 0 2rem;
min-height: 40px;
height: 100%;
border-radius: 0;
}
.post-password-form > p:first-child {
font-size: 1.25rem;
margin-bottom: 2rem;
}
.post-password-form > p:last-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 0;
}
.search-form {
-webkit-transition: 0.2s ease box-shadow;
transition: 0.2s ease box-shadow;
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
} .twp-single-layout-2 .theme-header {
margin-bottom: 0;
}
.header-titles .custom-logo-name {
display: block;
font-size: 5rem;
font-weight: 700;
line-height: 1;
margin: 0 auto;
white-space: nowrap;
text-transform: uppercase;
}
.header-titles .site-description {
font-size: 2rem;
}
@media (max-width: 1199px) {
.site .header-titles .custom-logo-name {
font-size: 4.2rem;
white-space: normal;
}
}
@media (max-width: 991px) {
.site .header-titles .custom-logo-name {
font-size: 3.8rem;
}
}
@media (max-width: 575px) {
.site .header-titles .custom-logo-name {
font-size: 3.4rem;
}
.header-titles .site-description {
font-size: 1.6rem;
}
}
.header-mainbar {
position: relative;
transition: none;
}
@media (max-width: 991px) {
.header-mainbar {
display: none;
}
}
.header-mainbar .header-mainbar-bottom .wrapper.header-wrapper {
padding-bottom: 2rem;
padding-top: 2rem;
}
.header-mainbar.header-bg-2 .header-mainbar-bottom .wrapper.header-wrapper {
padding-bottom: 4rem;
padding-top: 4rem;
}
.header-mainbar.header-bg-3 .header-mainbar-bottom .wrapper.header-wrapper {
padding-bottom: 8rem;
padding-top: 8rem;
}
.header-news-ticker {
width: 48rem;
}
@media (max-width: 1024px) {
.header-news-ticker {
width: 40rem;
}
}
.header-mainbar .header-wrapper > .header-item-right .header-item-left {
width: 80%;
overflow: hidden;
}
.header-mainbar .header-wrapper > .header-item-right .header-item-right {
width: 20%;
}
.header-bg-1 {
min-height: 200px;
}
.header-bg-2 {
min-height: 300px;
}
.header-bg-3 {
min-height: 400px;
}
.header-wrapper {
align-items: center;
display: flex;
justify-content: space-between;
}
.header-wrapper .header-item-left {
align-items: center;
display: flex;
justify-content: flex-start;
}
.header-wrapper .header-item-center {
justify-content: space-around;
width: auto;
}
.header-mainbar .header-wrapper .header-item-center {
margin-left: auto;
margin-right: auto;
}
.header-wrapper .header-item-right {
align-items: center;
display: flex;
justify-content: flex-end;
}
.navbar-controls {
display: flex;
flex-shrink: 0;
justify-content: flex-end;
}
.navbar-control {
background: none;
border: 0;
color: inherit;
align-items: center;
display: flex;
justify-content: flex-end;
margin: 0 0 0 1.5rem;
padding: 0;
position: relative;
text-decoration: none;
}
.navbar-control:hover,
.navbar-control:focus {
background: none;
}
.navbar-control-info {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.navbar-control-info .navbar-control-label {
font-size: 1.2rem;
margin-right: 0.6rem;
}
.navbar-control-trending-news .navbar-control-trigger {
font-weight: 700;
color: inherit;
}
.navbar-control-search .svg-icon {
width: 2rem;
height: 2rem; }
.navbar-control:not(.navbar-control-trending-news):hover,
.navbar-control:not(.navbar-control-trending-news):focus,
.navbar-control:not(.navbar-control-trending-news):active {
outline: none;
border-color: transparent;
}
@media (min-width: 992px) {
.header-navbar .header-titles {
display: none;
}
}
@media (max-width: 767px) {
.header-navbar .navbar-control-trending-news {
display: none;
opacity: 0;
visibility: hidden;
}
}
.navbar-control-trigger:focus,
.btn__content:focus {
outline: none;
}
.navbar-control:focus-visible > .navbar-control-trigger,
.theme-aria-button:focus-visible > .btn__content {
outline: 2px solid #0027ff;
}
@media (min-width: 992px) {
.navbar-control-offcanvas {
display: none;
opacity: 0;
visibility: hidden;
}
.show-hamburger-menu .navbar-control-offcanvas {
display: block;
opacity: 1;
visibility: visible;
}
}
.trending-news-main-wrap {
background-color: #f5f5f5;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
color: var(--theme-plain-black);
position: absolute;
left: 0;
right: 0;
width: 100%;
z-index: 8;
padding: 4rem 0;
display: none;
}
.trending-news-main-wrap a {
color: inherit;
}
.trending-news-main-wrap #trending-collapse {
float: right;
margin: 0 0 2rem;
padding: 1rem 2rem;
}
.site-branding {
font-size: 4.2rem;
font-weight: 700;
}
.wp-custom-logo .site-logo {
margin: 0;
}
.custom-logo-link {
display: inline-block;
}
.custom-logo-name {
display: block;
}
.wp-custom-logo .header-titles .site-description {
margin-bottom: 10px;
margin-top: 10px;
}
.header-searchbar {
background-color: rgba(0, 0, 0, 0.65);
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 999;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.header-searchbar.header-searchbar-active {
transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
}
.admin-bar .header-searchbar.header-searchbar-active {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .header-searchbar.header-searchbar-active {
top: 46px;
}
}
.header-searchbar-inner {
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.header-searchbar-active .header-searchbar-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
transform: translateY(0);
transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
.header-searchbar-inner .header-searchbar-panel {
position: relative;
}
.header-searchbar-area {
display: flex;
padding-bottom: 50px;
padding-top: 100px;
justify-content: space-between;
align-items: center;
}
.header-searchbar form {
margin: 0;
position: relative;
width: 100%;
}
.header-searchbar #search-closer {
position: absolute;
top: 20px;
right: 0;
}
.header-searchbar .search-form .exit-search {
padding: 1.4rem 1.8rem;
}
.search-content-area {
overflow-x: hidden;
scrollbar-width: thin;
max-height: calc(100vh - 300px);
}
.search-content-area::-webkit-scrollbar {
width: 11px;
}
.search-content-area .recent-list-group {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
flex: 1;
counter-reset: list-numbers;
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.search-content-area .recent-list-group:before {
content: "";
position: absolute;
left: 0;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 2px;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
}
.search-content-area .recent-list-group .theme-list-article {
padding-left: 30px;
position: relative;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
.header-searchbar #search-closer {
right: 15px;
}
.header-searchbar-inner .header-searchbar-panel {
padding-left: 10px;
padding-right: 10px;
}
.search-content-area .recent-list-group .theme-list-article {
margin-bottom: 1rem;
padding-bottom: 1rem;
}
}
.search-content-area .recent-list-group .theme-list-article:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.search-content-area .recent-list-group .theme-list-article:before {
counter-increment: list-numbers;
content: counter(list-numbers);
background-color: #000;
color: var(--theme-plain-white);
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.theme-categories-section {
background-color: #f9e3d2;
}
.theme-categories-section .theme-section-heading,
.theme-categories-section .theme-category-article {
text-align: center;
}
.theme-categories-section .entry-thumbnail {
border-radius: 100%;
margin: 0 auto 15px;
overflow: hidden;
position: relative;
width: 180px;
}
.theme-header-ads {
margin-bottom: 2rem;
margin-top: 2rem;
text-align: center;
} .header-navbar {
position: relative;
border-bottom: 1px solid;
box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
margin-bottom: 2rem;
background-image: var(--primary-dark-color);
background-size: 100% 200%;
color: var(--theme-plain-white);
z-index: 99;
}
@media screen and (max-width: 991px) {
.header-navbar {
padding-top: 2rem;
padding-bottom: 2rem;
}
}
.header-navbar .header-wrapper :where(a, svg) {
color: inherit;
}
.header-item-left .site-title {
margin-bottom: 0;
}
@media (max-width: 575px) {
.header-navbar .header-item-left {
align-items: flex-start;
flex-direction: column;
}
.header-navbar .header-item-left #widgets-nav {
margin-right: 0;
margin-bottom: .8rem;
}
} a {
color: #000;
text-decoration: none;
}
a:hover,
a:focus {
color: var(--theme-primary-hover-color);
}
.entry-title a:where(:hover, :focus) {
color: inherit;
}
a:hover,
a:focus,
a:active {
outline: none;
}
a:focus-visible {
outline: 2px solid var(--theme-primary-hover-color);
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button) {
text-decoration: underline;
} .site-navigation .primary-menu {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 auto;
padding: 0;
}
.theme-menu,
.theme-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-navigation .primary-menu .icon {
pointer-events: none;
margin-left: 5px;
}
.site-navigation .primary-menu .icon .svg-icon {
height: 1rem;
width: 1rem;
}
.site-navigation .primary-menu > li > a {
font-size: 1.4rem;
line-height: calc(1.4rem * 1.2);
font-weight: 700;
padding: 2rem 1rem;
position: relative;
}
.site-navigation .primary-menu > li:first-child > a {
padding-left: 0;
}
.site-navigation .primary-menu > li:not(.megamenu-has-children),
.site-navigation .primary-menu > li:not(.megamenu-has-children) .dropdown-menu li {
position: relative;
}
.site-navigation .primary-menu > li:not(.megamenu-has-children) .dropdown-menu li:hover > a,
.site-navigation .primary-menu > li:not(.megamenu-has-children) .dropdown-menu li:focus > a {
background: rgba(255, 255, 255, 0.2);
}
.site-navigation .primary-menu a {
display: block;
text-decoration: none;
word-break: normal;
word-wrap: normal;
} .site-navigation .primary-menu ul {
background: #000;
color: var(--theme-plain-white);
font-size: 1.7rem;
opacity: 0;
margin: 0 auto;
position: absolute;
left: -99999rem;
top: 100%;
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 30rem;
z-index: 9;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list {
padding: 2rem 0;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list {
color: var(--theme-plain-white);
}
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a {
color: #000;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:hover,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:focus,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a:hover,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a:focus {
color: var(--theme-primary-hover-color);
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a {
display: flex;
justify-content: space-between;
}
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:hover,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:focus {
background: rgba(0, 0, 0, 0.25);
}
.megamenu-recent-article {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.megamenu-recent-article:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.theme-megamenu-content .megamenu-recent-article a {
padding: 0 !important;
}
.megamenu-recent-article .megamenu-article-image {
-ms-flex: 0 0 80px;
flex: 0 0 80px;
max-width: 80px;
}
.megamenu-recent-article .megamenu-article-body {
padding-left: 2rem;
padding-right: 2rem;
}
.megamenu-recent-article .megamenu-article-body .megamenu-article-date {
font-size: 80%;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.site-navigation .primary-menu li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu li.page_item_has_children:hover > ul,
.site-navigation .primary-menu li.page_item_has_children:focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu li.page_item_has_children:focus-within > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu ul::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
}
.site-navigation .primary-menu ul::before {
height: 2rem;
left: 0;
right: 0;
}
.site-navigation .primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: 1.5rem;
transition: background-color 0.15s linear;
width: 100%;
}
.site-navigation .primary-menu ul li.menu-item-has-children > a {
padding-right: 3rem;
}
.site-navigation .primary-menu ul li.menu-item-has-children .icon {
position: absolute;
right: 1.5rem;
top: calc(50% - 1.5rem);
} .site-navigation .primary-menu ul ul {
top: 0;
}
.site-navigation .primary-menu ul li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus > ul {
left: calc(100% + 1.5rem);
}
.site-navigation .primary-menu ul li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within > ul {
left: calc(100% + 1.5rem);
}
.site-navigation .primary-menu ul ul::before {
bottom: 0;
height: auto;
right: auto;
left: -2rem;
top: 0;
width: 2rem;
}
.site-navigation .primary-menu ul ul::after {
border: 0.8rem solid transparent;
border-bottom-color: transparent;
border-right-color: #000;
bottom: auto;
left: -1.6rem;
top: 2rem;
} @media (any-pointer: coarse) {
.site-navigation .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
.site-navigation .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
} body.touch-enabled .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
@media screen and (max-width: 991px) {
.site-navigation {
display: none;
opacity: 0;
visibility: hidden;
}
}
.site-navigation .primary-menu ul.theme-megamenu-content {
background-color: #f5f5f5;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding-bottom: 4rem;
padding-top: 4rem;
}
.menu-description {
color: var(--theme-plain-white);
font-size: 10px;
position: absolute;
top: 0;
left: calc(100% - 20px);
padding: 4px 5px;
line-height: 12px;
white-space: nowrap;
z-index: 1;
}
.menu-description:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
left: 3px;
bottom: -4px;
}
#offcanvas-menu {
background: rgba(0, 0, 0, 0.42);
position: fixed;
top: 0;
height: 100%;
right: -100%;
width: 100%;
z-index: 1000;
justify-content: flex-end;
-webkit-transition: right 0.5s;
-moz-transition: right 0.5s;
-ms-transition: right 0.5s;
-o-transition: right 0.5s;
transition: right 0.5s;
}
#offcanvas-menu .offcanvas-wraper {
height: 100%;
padding: 20px 100px;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
width: 0;
height: 0;
}
@media screen and (max-width: 991px) {
#offcanvas-menu .offcanvas-wraper {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
padding: 20px;
}
}
@media screen and (max-width: 767px) {
#offcanvas-menu .offcanvas-wraper {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
#offcanvas-menu .close-offcanvas-menu {
text-align: right;
cursor: pointer;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
font-size: 14px;
font-weight: 700;
margin: 10px auto;
align-items: center;
display: flex;
justify-content: space-between;
}
.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
margin-top: 40px;
}
.offcanvas-wraper > * {
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
opacity: 0;
transition: transform 0.4s ease-out, opacity 0.4s ease-out;
will-change: transform, opacity;
}
.offcanvas-menu-active .offcanvas-wraper > * {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
transition-delay: 0.3s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
transition-delay: 0.6s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
transition-delay: 0.9s;
}
#offcanvas-menu.offcanvas-menu-active {
display: -ms-flexbox;
display: flex;
right: 0;
}
.offcanvas-main-navigation {
width: 100%;
}
.offcanvas-item {
margin-bottom: 15px;
}
.offcanvas-main-navigation li {
border-bottom: 1px solid;
position: relative;
}
.offcanvas-main-navigation li:last-child {
border-bottom: none;
}
.offcanvas-main-navigation a {
display: block;
font-size: 18px;
padding: 20px 0;
text-decoration: none;
position: relative;
width: 100%;
}
.offcanvas-main-navigation .sub-menu {
border-top: 1px solid;
display: none;
list-style: none;
margin: 0 auto;
padding: 0;
}
.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
display: block;
}
.offcanvas-main-navigation .submenu-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
background: none;
border-style: solid;
border-width: 0 0 0 1px;
color: #000;
padding-left: 3rem;
padding-right: 3rem;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
height: 0.9rem;
transition: transform 0.15s linear;
width: 1.8rem;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle.button-toggle-active .svg-icon {
transform: rotate(180deg);
}
.coprint-social-menu ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.coprint-social-menu li {
float: left;
}
.coprint-social-menu li a {
display: block;
width: 2.4rem;
height: 2.4rem;
line-height: 2rem;
text-align: center;
margin: 0 0.25rem;
color: var(--theme-secondary-color);
}
.coprint-social-menu li:hover a,
.coprint-social-menu li:focus a {
color: var(--secondary-hover-color);
}
.coprint-social-menu li a .svg-icon {
height: 2rem;
width: 2rem;
display: inline-block;
vertical-align: middle;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
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;
}
.skip-link {
font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0s !important;
transition-duration: 0s !important;
}
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 2rem;
width: 100%;
}
.widget-area .widget {
margin-bottom: 4rem;
}
.widget .wp-block-group,
.widget_search form {
margin-bottom: 0;
margin-top: 0;
}
.widget .wp-block-group:before,
.widget .wp-block-group:after,
.widget_search form:before,
.widget_search form:after {
content: "";
clear: both;
display: table;
}
.widget select {
max-width: 100%;
}
.widget ul,
.widget ol {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
.widget .button {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.theme-widget-area {
margin-bottom: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
position: relative;
} .widget_nav_menu a {
display: block;
padding: 1rem 0;
}
.widget_nav_menu .menu > .menu-item:not(:first-child) {
border-top: 1px #e9ecef solid;
}
.widget_nav_menu .menu-item-has-children {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.widget_nav_menu .menu-item-has-children > a {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.widget_nav_menu .menu-item-has-children > span {
cursor: pointer;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.widget_nav_menu .menu-item-has-children > ul {
width: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.widget_nav_menu .menu > .menu-item > .sub-menu {
padding-bottom: 1rem;
}
.widget_nav_menu .sub-menu {
display: none;
}
.widget_nav_menu .sub-menu a {
padding: 0.5rem 0;
line-height: 1;
}
.widget_nav_menu .sub-menu .sub-menu {
padding: 0.5rem 0;
}
.widget_nav_menu .sub-menu .sub-menu a {
padding-left: 1rem;
}
.widget_nav_menu .submenu-visible {
display: block;
}
.search-form label {
display: block;
margin: 0 auto;
padding-right: 4px;
width: 70%;
float: left;
}
.search-form .search-submit {
float: left;
width: 30%;
}
@media (max-width: 575px) {
.header-searchbar .search-form label,
.header-searchbar .search-form .search-submit {
width: 100%;
margin: 10px auto;
}
}
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-latest-comments li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0 0 1.5rem;
margin-bottom: 1.5rem;
}
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-latest-comments li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_entries ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
padding-bottom: 0;
}
.widget_categories ul li:first-child:last-child > .children,
.widget_pages ul li:first-child:last-child > .children,
.widget_archive ul li:first-child:last-child > .children {
padding-bottom: 0;
}
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
padding-right: 0.6666666667rem;
margin-right: auto;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
border-top: 1px #e9ecef solid;
margin-top: 1rem;
margin-left: 0;
padding-left: 1.5em;
}
.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li {
padding: 1rem 0 1rem 1rem;
}
.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li {
margin-left: 1rem;
padding-left: 0;
}
.theme-widget-list li .article-list {
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
margin-bottom: 2.5rem;
padding-bottom: 2.5rem;
}
.theme-widget-list li:last-child .article-list {
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.theme-widget-list .entry-thumbnail {
margin: 0 auto;
position: relative;
}
.entry-thumbnail .trend-item {
position: absolute;
left: 1.5rem;
bottom: 1.5rem;
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 9;
}
.entry-thumbnail .trend-item,
.category-widget-header .post-count {
background-color: var(--theme-secondary-color);
color: var(--theme-plain-white);
height: 35px;
line-height: 35px;
width: 35px;
}
.category-widget-header .category-title,
.category-widget-header .post-count {
display: inline-block;
vertical-align: middle;
}
.category-widget-header .category-title {
font-weight: 700;
}
.category-widget-header .post-count {
display: inline-block;
float: right;
font-size: 16px;
font-weight: 700;
padding: 0 10px;
text-align: center;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.category-widget-description,
.category-latest-article .entry-title {
margin-top: 15px;
margin-bottom: 0;
}
#wp-calendar {
width: 100%;
margin: 0;
}
#wp-calendar caption {
text-align: right;
margin-bottom: 15px;
}
#wp-calendar thead th {
text-align: center;
}
#wp-calendar tbody td {
border: 1px solid #e8e8e8;
text-align: center;
padding: 8px;
}
#wp-calendar tbody td:hover {
background: rgba(255, 255, 255, 0.15);
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot td.pad {
display: none;
}
.widget_recent_entries li {
position: relative;
padding-bottom: 1rem;
}
.widget_recent_entries li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_block .wp-block-latest-posts li:last-child,
.widget_block .wp-block-categories li:last-child,
.widget_block .wp-block-archives li:last-child,
.widget_block .wp-block-latest-comments li:last-child,
.widget_block .wp-block-categories li:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_recent_entries li .post-date {
font-weight: 700;
margin-top: 1rem;
}
.widget_rss .rss-widget-icon {
display: none;
}
.widget_rss ul li {
border-bottom: 1px #e9ecef solid;
position: relative;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.widget_rss ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_rss ul li .rsswidget {
color: #000000;
-webkit-transition: color 0.25s;
transition: color 0.25s;
}
.widget_rss ul li .rss-date {
display: block;
margin-top: 0.25rem;
}
.widget_rss ul li .rssSummary {
margin-top: 0.25rem;
color: #000000;
}
.widget_rss ul li cite {
display: block;
margin-top: 0.25rem;
font-style: normal;
text-align: right;
font-size: 0.8125rem;
}
.widget_tag_cloud {
overflow: hidden;
}
.widget_tag_cloud .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
background: rgba(0, 0, 0, 0.04);
color: inherit;
padding: 0.5rem 1rem;
margin-top: 0.5rem;
margin-right: 0.5rem;
text-decoration: none;
text-transform: uppercase;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
background: rgba(0, 0, 0, 0.25);
}
.widget_tag_cloud .tagcloud a:last-child {
margin-right: 0;
}
.widget_tag_cloud .tagcloud a:first-letter {
text-transform: uppercase;
}
.widget_media_video .mejs-container {
max-width: 100%;
overflow: hidden;
}
.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
max-width: 100%;
overflow: hidden;
}
.widget_media_gallery {
overflow: hidden;
}
.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -1rem -0.5rem 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
position: relative;
margin-top: 1rem;
margin-bottom: 0;
padding: 0 0.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
display: block;
border-radius: 0;
-webkit-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
opacity: 0.6;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
padding: 1rem 1rem 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
position: relative;
width: 100%;
overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.2857142857%;
flex: 0 0 14.2857142857%;
max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 11.1111111111%;
flex: 0 0 11.1111111111%;
max-width: 11.1111111111%;
} .widget_text {
word-wrap: break-word;
}
.widget_text ul {
list-style: disc;
margin: 0 0 1rem 1rem;
}
.widget_text ol {
list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
padding-bottom: 0;
}
.widget_text ul li ul {
margin: 0 0 0 1rem;
}
.widget_text ul li li {
padding-left: 0;
padding-right: 0;
}
.widget_text ol li {
list-style-position: inside;
}
.widget_text ol li + li {
margin-top: -1px;
} .theme-widgetarea-categories .post-thumb-categories {
margin-bottom: 2rem;
}
.theme-widgetarea-categories .post-thumb-categories .data-bg {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
}
.author-widget-details .profile-data-bg {
border-radius: 100%;
border: 5px solid #fff;
height: 160px;
margin: 0 auto;
width: 160px;
}
.data-bg-enable.author-widget-details .profile-data-bg {
margin-top: -80px;
}
.author-widget-details .author-content {
text-align: center;
}
.author-content .entry-title {
margin-top: 10px;
}
.author-widget-details .author-social-profiles {
margin-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.author-widget-details .author-social-profiles > a {
display: inline-block;
margin: 0 5px;
}
.author-widget-details .author-social-profiles .svg-icon {
color: var(--theme-plain-white);
height: 30px;
line-height: 30px;
width: 30px;
outline: 2px solid;
padding: 8px;
outline-offset: 3px;
}
.author-widget-details .author-social-profiles a:hover .svg-icon,
.author-widget-details .author-social-profiles a:focus .svg-icon {
background: #000;
color: var(--theme-plain-white);
}
.theme-social-widget .social-widget-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2px;
margin-left: -2px;
}
.theme-social-widget ul li {
position: relative;
padding-right: 2px;
padding-left: 2px;
margin: 2px 0;
width: 100%;
max-width: var(--grid-column-6);
}
@media (max-width: 575px) {
.theme-social-widget ul li {
max-width: var(--grid-column-12);
}
}
.theme-social-widget ul li a {
display: flex;
align-items: center;
justify-content: center;
background: #000;
color: var(--theme-plain-white);
text-align: center;
padding: 20px;
}
.theme-social-widget ul li a:hover,
.theme-social-widget ul li a:focus {
filter: alpha(opacity=90);
opacity: 0.9;
color: var(--theme-plain-white);
}
.theme-social-widget ul li .theme-social-icons {
margin-right: .8rem;
}
.theme-social-widget ul li .theme-social-icons,
.theme-social-widget ul li .theme-social-label {
display: block;
font-size: 1.2rem;
line-height: calc(1.2rem * 1.2);
font-weight: 700;
text-transform: uppercase;
}
.theme-social-widget ul li .theme-social-icons .svg-icon {
width: 24px;
height: 24px;
} .breadcrumbs {
font-size: 90%;
margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
.breadcrumbs {
display: none;
}
}
.breadcrumbs a {
color: inherit;
}
.breadcrumbs ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.breadcrumbs ul li {
display: inline-block;
margin: .4rem;
}
.breadcrumbs ul .trail-item span {
position: relative;
margin: 0 0.5rem 0.4rem 0;
background: rgba(0, 0, 0, 0.045);
padding: 0.3rem 0.6rem 0.4rem 0.4rem;
border-radius: 2px;
line-height: 1;
max-width: 18em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.single-featured-banner .breadcrumbs ul .trail-item span {
background: rgba(255, 255, 255, 0.4);
color: var(--theme-plain-white);
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus {
background: rgba(255, 255, 255, 0.6);
}
.breadcrumbs ul .trail-item.trail-begin span {
margin-left: 0;
}
.breadcrumbs ul .trail-item span:before {
content: "";
background: #000;
display: inline-block;
margin-left: 0.45rem;
margin-right: 0.65rem;
width: 4px;
height: 4px;
border-radius: 4px;
vertical-align: middle;
margin-top: -2px;
}
.single-featured-banner .breadcrumbs ul .trail-item span:before {
background: #fff;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.post-content-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: calc(var(--grid-gutter-medium) * -1);
margin-left: calc(var(--grid-gutter-medium) * -1);
}
@media (min-width: 768px) {
.left-sidebar .post-content-wrap {
flex-direction: row-reverse;
}
}
@media (max-width: 767px) {
.post-content-wrap {
flex-direction: column-reverse;
}
}
.post-content-wrap .post-content-share,
.post-content-wrap .post-content {
padding-right: var(--grid-gutter-medium);
padding-left: var(--grid-gutter-medium);
width: 100%;
}
.post-content-wrap .post-content-share {
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
}
.post-content-wrap .post-content {
-ms-flex: 0 0 calc(100% - 90px);
flex: 0 0 calc(100% - 90px);
max-width: calc(100% - 90px);
}
@media (max-width: 767px) {
.post-content-wrap .post-content-share,
.post-content-wrap .post-content {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.single-layout .post-thumbnail {
margin-bottom: 20px;
}
.single-layout .post-content-wrap .post-content ul li,
.single-layout .post-content-wrap .post-content ol li {
margin-bottom: 10px;
}
.entry-title a {
display: inline;
margin: 0;
padding: 0;
text-transform: inherit;
word-break: break-word;
letter-spacing: inherit;
font-weight: inherit;
font-family: inherit;
line-height: inherit;
-webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
-moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
-ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
-o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
text-decoration-line: underline;
text-decoration-color: transparent;
-webkit-text-decoration-color: transparent;
-moz-text-decoration-color: transparent;
}
.post-thumbnail img {
object-fit: cover;
width: 100%;
height: 100%;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.wrapper {
width: var(--theme-grid-width);
margin-right: auto;
margin-left: auto;
padding-left: var(--grid-gutter-base);
padding-right: var(--grid-gutter-base);
}
.column-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: calc(var(--grid-gutter-base) * -1);
margin-left: calc(var(--grid-gutter-base) * -1);
}
.column-row-medium {
margin-right: calc(var(--grid-gutter-medium) * -1);
margin-left: calc(var(--grid-gutter-medium) * -1);
}
.column-row-small {
margin-right: calc(var(--grid-gutter-small) * -1);
margin-left: calc(var(--grid-gutter-small) * -1);
}
.column-row-collapse {
margin-right: 0;
margin-left: 0;
}
.row-justify-center {
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 992px) {
.theme-top-sticky,
.theme-bottom-sticky {
position: -webkit-sticky;
position: sticky;
}
.theme-top-sticky {
top: 0;
-ms-flex-item-align: start;
align-self: flex-start;
}
.theme-bottom-sticky {
bottom: 0;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
.column {
position: relative;
padding-right: var(--grid-gutter-base);
padding-left: var(--grid-gutter-base);
}
.column-row-medium > .column {
padding-right: var(--grid-gutter-medium);
padding-left: var(--grid-gutter-medium);
}
.column-row-small > .column {
padding-right: var(--grid-gutter-small);
padding-left: var(--grid-gutter-small);
}
.column-row-collapse > .column {
padding-right: 0;
padding-left: 0;
}
.mt-10 {
margin-top: 1rem;
}
.mt-15 {
margin-top: 1.5rem;
}
.mt-20 {
margin-top: 2rem;
}
.mt-30 {
margin-top: 3rem;
}
.mb-6 {
margin-bottom: .6rem;
}
.mb-10 {
margin-bottom: 1rem;
}
.mb-15 {
margin-bottom: 1.5rem;
}
.mb-16 {
margin-bottom: 1.6rem;
}
.mb-20 {
margin-bottom: 2rem;
}
.mb-30 {
margin-bottom: 3rem;
}
.column-1 {
-ms-flex: 0 0 var(--grid-column-1);
flex: 0 0 var(--grid-column-1);
max-width: var(--grid-column-1);
}
.column-2 {
-ms-flex: 0 0 var(--grid-column-2);
flex: 0 0 var(--grid-column-2);
max-width: var(--grid-column-2);
}
.column-3 {
-ms-flex: 0 0 var(--grid-column-3);
flex: 0 0 var(--grid-column-3);
max-width: var(--grid-column-3);
}
.column-4 {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
.column-5 {
-ms-flex: 0 0 var(--grid-column-5);
flex: 0 0 var(--grid-column-5);
max-width: var(--grid-column-5);
}
.column-6 {
-ms-flex: 0 0 var(--grid-column-6);
flex: 0 0 var(--grid-column-6);
max-width: var(--grid-column-6);
}
.column-7 {
-ms-flex: 0 0 var(--grid-column-7);
flex: 0 0 var(--grid-column-7);
max-width: var(--grid-column-7);
}
.column-8 {
-ms-flex: 0 0 var(--grid-column-8);
flex: 0 0 var(--grid-column-8);
max-width: var(--grid-column-8);
}
.column-9 {
-ms-flex: 0 0 var(--grid-column-9);
flex: 0 0 var(--grid-column-9);
max-width: var(--grid-column-9);
}
.column-10 {
-ms-flex: 0 0 var(--grid-column-10);
flex: 0 0 var(--grid-column-10);
max-width: var(--grid-column-10);
}
.column-11 {
-ms-flex: 0 0 var(--grid-column-11);
flex: 0 0 var(--grid-column-11);
max-width: var(--grid-column-11);
}
.column-12 {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
@media (min-width: 1201px) {
.column-order-1 {
-ms-flex-order: 1;
order: 1;
}
.column-order-2 {
-ms-flex-order: 2;
order: 2;
}
.column-order-3 {
-ms-flex-order: 3;
order: 3;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.column-md-12 {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
.column-md-8 {
-ms-flex: 0 0 var(--grid-column-8);
flex: 0 0 var(--grid-column-8);
max-width: var(--grid-column-8);
}
.column-md-7 {
-ms-flex: 0 0 var(--grid-column-7);
flex: 0 0 var(--grid-column-7);
max-width: var(--grid-column-7);
}
.column-md-6 {
-ms-flex: 0 0 var(--grid-column-6);
flex: 0 0 var(--grid-column-6);
max-width: var(--grid-column-6);
}
.column-md-5 {
-ms-flex: 0 0 var(--grid-column-5);
flex: 0 0 var(--grid-column-5);
max-width: var(--grid-column-5);
}
.column-md-4 {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
}
@media (max-width: 1200px) {
.mt-md-10 {
margin-top: 1rem;
}
.mt-md-15 {
margin-top: 1.5rem;
}
.mt-md-20 {
margin-top: 2rem;
}
.mt-md-30 {
margin-top: 3rem;
}
.mb-md-10 {
margin-bottom: 1rem;
}
.mb-md-15 {
margin-bottom: 1.5rem;
}
.mb-md-20 {
margin-bottom: 2rem;
}
.mb-md-30 {
margin-bottom: 3rem;
}
}
@media (max-width: 991px) {
.column-sm-12 {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
.column-sm-8 {
-ms-flex: 0 0 var(--grid-column-8);
flex: 0 0 var(--grid-column-8);
max-width: var(--grid-column-8);
}
.column-sm-6 {
-ms-flex: 0 0 var(--grid-column-6);
flex: 0 0 var(--grid-column-6);
max-width: var(--grid-column-6);
}
.column-sm-4 {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
.column-sm-3 {
-ms-flex: 0 0 var(--grid-column-3);
flex: 0 0 var(--grid-column-3);
max-width: var(--grid-column-3);
}
.site .hidden-sm-element {
display: none;
opacity: 0;
visibility: hidden;
}
}
@media (max-width: 991px) {
.mt-sm-10 {
margin-top: 1rem;
}
.mt-sm-15 {
margin-top: 1.5rem;
}
.mt-sm-20 {
margin-top: 2rem;
}
.mt-sm-30 {
margin-top: 3rem;
}
.mb-sm-10 {
margin-bottom: 1rem;
}
.mb-sm-15 {
margin-bottom: 1.5rem;
}
.mb-sm-20 {
margin-bottom: 2rem;
}
.mb-sm-30 {
margin-bottom: 3rem;
}
}
@media (max-width: 767px) {
.column-xs-12 {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
.column-xs-8 {
-ms-flex: 0 0 var(--grid-column-8);
flex: 0 0 var(--grid-column-8);
max-width: var(--grid-column-8);
}
.column-xs-6 {
-ms-flex: 0 0 var(--grid-column-6);
flex: 0 0 var(--grid-column-6);
max-width: var(--grid-column-6);
}
.column-xs-4 {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
.column-xs-3 {
-ms-flex: 0 0 var(--grid-column-3);
flex: 0 0 var(--grid-column-3);
max-width: var(--grid-column-3);
}
.site .hidden-xs-element {
display: none;
opacity: 0;
visibility: hidden;
}
}
@media (max-width: 575px) {
.column-xxs-12 {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
.column-xxs-6 {
-ms-flex: 0 0 var(--grid-column-6);
flex: 0 0 var(--grid-column-6);
max-width: var(--grid-column-6);
}
.column-xxs-4 {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
.column-xxs-3 {
-ms-flex: 0 0 var(--grid-column-3);
flex: 0 0 var(--grid-column-3);
max-width: var(--grid-column-3);
}
}
.content-area,
.widget-area {
padding-right: var(--grid-gutter-base);
padding-left: var(--grid-gutter-base);
width: 100%;
}
.content-area {
-ms-flex: 0 0 var(--grid-column-8);
flex: 0 0 var(--grid-column-8);
max-width: var(--grid-column-8);
}
.no-sidebar .content-area {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
.widget-area {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
@media screen and (min-width: 992px) {
.left-sidebar .content-area {
-ms-flex-order: 2;
order: 2;
}
.left-sidebar .widget-area {
-ms-flex-order: 1;
order: 1;
}
}
@media screen and (max-width: 991px) {
.content-area,
.widget-area {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
.content-area {
margin-bottom: 2rem;
}
}
.site-content {
position: relative;
}
.alignnone,
.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
.alignwide,
.alignfull {
margin-bottom: 6rem;
margin-top: 6rem;
}
.alignleft {
margin: 0.5rem 2.5rem 2.5rem 0;
}
.alignright {
margin: 0.5rem 0 2.5rem 2.5rem;
}
.entry-content > .alignfull {
margin-left: -4rem;
}
.entry-content > .alignwide {
max-width: calc(100vw - 8rem);
width: calc(100vw - 8rem);
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 8rem);
}
.entry-meta {
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
line-height: calc(1.2rem * 1.5);
font-weight: 500;
text-transform: capitalize;
align-items: center;
}
.entry-meta a:not(:hover):not(:focus) {
color: inherit;
}
.entry-meta .entry-meta-item {
align-items: center;
display: flex;
flex-wrap: nowrap;
}
.entry-meta-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.entry-meta-inline .entry-meta-separator {
position: relative;
width: 1.5rem;
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.entry-meta-inline .entry-meta-separator:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
left: 0;
width: 1.5rem;
border-style: solid;
border-width: 0 0 2px;
border-color: #999999;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-15 {
margin-bottom: 15px;
}
@media (max-width: 991px) {
.mb-sm-20 {
margin-bottom: 20px;
}
.mb-sm-15 {
margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.mb-xs-20 {
margin-bottom: 20px;
}
.mb-xs-15 {
margin-bottom: 15px;
}
}
.entry-meta-item .entry-meta-icon {
margin-right: 0.8rem;
}
.entry-meta-item .entry-meta-icon .svg-icon {
height: 1.5rem;
width: 1.5rem;
vertical-align: middle;
display: inline-block;
}
.entry-meta-label {
margin-right: 5px;
}
.entry-meta .cat-links > a {
display: inline-block;
position: relative;
}
.entry-meta .cat-links > a:not(:first-child) {
margin: 0 0 4px 16px;
}
.entry-meta .cat-links > a:not(:first-child)::before {
position: absolute;
content: "";
inset: 50% auto auto -1.3rem;
translate: 0 -50%;
height: 0.2rem;
width: 0.8rem;
background-color: var(--theme-border-color);
}
.entry-content {
position: relative;
margin-top: 0.5rem;
padding-top: 0.5rem;
}
.entry-content-muted {
filter: alpha(opacity=74);
opacity: 0.74;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.entry-content-small {
font-size: 1.4rem;
}
.news-article .entry-footer {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}
.single-featured-banner {
position: relative;
margin-bottom: 4rem;
}
.single-featured-banner .featured-banner-content {
position: absolute;
left: 0;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: auto;
width: 100%;
color: var(--theme-plain-black);
z-index: 10;
}
@media (max-width: 767px) {
.single-featured-banner .featured-banner-content {
color: var(--theme-plain-white);
}
.single-featured-banner .featured-banner-content a:not(:hover):not(:focus) {
color: inherit;
}
}
.single-featured-banner .featured-banner-content a:not(:hover):not(:focus) {
color: inherit;
}
.single-featured-banner .featured-banner-media {
position: relative;
width: 70%;
height: var(--image-size-xlarge);
margin-left: auto;
background-color: #e9e9e9;
}
@media (max-width: 767px) {
.single-featured-banner .featured-banner-media {
width: 100%;
}
.single-featured-banner .featured-banner-media::before {
position: absolute;
content: '';
inset: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, .6);
z-index: 9;
}
}
.single-featured-banner .featured-banner-media .data-bg {
height: 100%;
width: 100%;
}
.single-featured-banner .featured-banner-content :where(.entry-breadcrumb .breadcrumbs, .entry-meta, .entry-title) {
margin-bottom: 1.6rem;
}
@media (max-width: 575px) {
.single-featured-banner .featured-banner-content :where(.entry-breadcrumb .breadcrumbs, .entry-meta, .entry-title) {
margin-bottom: .8rem;
}
}
@media (min-width: 768px) {
.single-featured-banner .featured-banner-content :where(.entry-breadcrumb .breadcrumbs, .entry-meta, .entry-title) {
color: var(--theme-plain-white);
background-color: rgba(0, 0, 0, .6);
padding: .4rem;
}
.single-featured-banner .featured-banner-content :where(.entry-breadcrumb .breadcrumbs, .entry-meta) {
display: inline-flex;
}
.single-featured-banner .featured-banner-content .entry-title {
display: block;
}
.single-featured-banner .featured-banner-content :where(.entry-breadcrumb .breadcrumbs, .entry-meta, .entry-title) a:not(:hover):not(:focus) {
color: inherit;
}
}
.banner-has-image {
margin-bottom: 50px;
}
.posts-navigation,
.post-navigation {
font-size: 1.8rem;
margin: 3rem auto;
padding: 3rem 1rem;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.posts-navigation .nav-links .svg-icon {
margin-left: 10px;
margin-right: 10px;
}
.posts-navigation a,
.post-navigation a {
display: flex;
align-items: center;
text-decoration: none;
} .post-navigation .nav-links > div {
max-width: calc(50% - 2rem);
}
.post-navigation .nav-links > div + div {
margin: 0 0 0 4rem;
}
.post-navigation .arrow {
margin: 0 2rem 0 0;
}
.post-navigation .nav-next:only-child {
margin-left: auto;
}
.post-navigation .nav-next a {
flex-direction: row-reverse;
text-align: right;
}
.post-navigation .nav-next .arrow {
margin: 0 0 0 2rem;
}
@media (max-width: 575px) {
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: block;
}
.post-navigation .nav-links > div {
max-width: 100%;
margin-top: 2rem;
margin-bottom: 2rem;
}
} .archive-layout .theme-article-area {
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.archive-layout-default .theme-article-area .news-article,
.archive-layout-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.archive-layout-grid {
margin-right: calc(var(--grid-gutter-base) * -1);
margin-left: calc(var(--grid-gutter-base) * -1);
}
.archive-layout-grid .theme-article-area {
padding-left: 15px;
padding-right: 15px;
}
.theme-article-area .post-thumbnail,
.theme-article-area .post-content {
position: relative;
}
.theme-article-area .post-content {
padding: 1.5rem 0;
}
.archive-layout-default .theme-article-area .post-thumbnail,
.archive-layout-default .theme-article-area .post-content,
.archive-layout-grid .theme-article-area {
width: 100%;
}
.archive-layout-default .theme-article-area .news-article.has-post-thumbnail .post-thumbnail,
.archive-layout-default .theme-article-area .news-article.has-post-thumbnail .entry-content-media {
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.archive-layout-default .theme-article-area .news-article.has-post-thumbnail .post-content {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
@media (min-width: 768px) {
.twp-archive-alternative .archive-layout-default .theme-article-area .news-article.has-post-thumbnail .post-thumbnail {
-ms-flex-order: 2;
order: 2;
}
.twp-archive-alternative .archive-layout-default .theme-article-area .news-article.has-post-thumbnail .post-content {
-ms-flex-order: 1;
order: 1;
}
}
.left-sidebar .archive-layout-grid .theme-article-area,
.right-sidebar .archive-layout-grid .theme-article-area {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.no-sidebar .archive-layout-grid .theme-article-area {
-webkit-box-flex: 0;
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
@media (max-width: 767px) {
.archive-layout-default .theme-article-area .news-article.has-post-thumbnail .post-thumbnail,
.archive-layout-default .theme-article-area .news-article.has-post-thumbnail .post-content,
.left-sidebar .archive-layout-grid .theme-article-area,
.right-sidebar .archive-layout-grid .theme-article-area,
.no-sidebar .archive-layout-grid .theme-article-area {
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
}
}
.pagination {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
text-align: center;
}
.pagination a {
color: inherit;
}
.pagination .page-numbers {
display: inline-block;
margin-right: 1.25em;
filter: alpha(opacity=45);
opacity: 0.45;
}
.pagination .page-numbers.current {
filter: alpha(opacity=100);
opacity: 1;
}
.pagination .page-numbers:last-child {
margin-right: 0;
}
@media only screen and (min-width: 600px) {
.pagination .prev:after,
.pagination .next:before {
position: relative;
display: inline-block;
width: 2.25rem;
height: 1px;
content: "";
vertical-align: middle;
background-color: #000;
filter: alpha(opacity=45);
opacity: 0.45;
}
.pagination .prev:after {
margin-left: 1.25em;
}
.pagination .next:before {
margin-right: 1.25em;
}
}
.slide-prev-icon:hover,
.slide-prev-icon:focus,
.slide-next-icon:hover,
.slide-next-icon:focus {
outline: none !important;
}
.slide-prev-icon {
left: 10px;
}
.slide-next-icon {
right: 10px;
}
.slick-dots {
display: block;
width: 100%;
padding: 0;
margin: 15px auto;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.slick-dots li button {
background: var(--theme-secondary-color);
border: 0;
border-radius: 100%;
width: 10px;
height: 10px;
padding: 0;
margin: 5px;
font-size: 1px;
line-height: 1px;
color: #000;
opacity: 0.45;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-ms-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
opacity: 1;
}
.slick-dots li.slick-active button {
width: 20px;
border-radius: 6px;
}
.theme-carousel-space .slick-list {
margin-left: calc(var(--grid-gutter-base) * -1);
margin-right: calc(var(--grid-gutter-base) * -1);
}
.theme-carousel-space .slick-slide {
padding-left: var(--grid-gutter-base);
padding-right: var(--grid-gutter-base);
}
@media screen and (max-width: 1399px) {
.theme-carousel-space .slick-list {
margin-left: calc(var(--grid-gutter-small) * -1);
margin-right: calc(var(--grid-gutter-small) * -1);
}
.theme-carousel-space .slick-slide {
padding-left: var(--grid-gutter-small);
padding-right: var(--grid-gutter-small);
}
}
@media (min-width: 576px) {
.theme-slider-block .theme-slider-item {
padding: 0 .8rem;
}
}
.slider-navigator {
margin-top: 10px;
}
.slide-btn {
border: 0;
color: inherit;
text-align: center;
padding: 0;
margin: 0;
}
.slide-btn-small {
width: 35px;
height: 35px;
min-height: 35px;
line-height: 35px;
padding-left: 6px;
padding-right: 6px;
}
.slide-btn-bg {
background: #0088ff;
color: var(--theme-plain-white);
border-radius: 0;
width: 35px;
height: 35px;
font-size: 24px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
cursor: pointer;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.slick-slider:hover .slide-btn-bg,
.slick-slider:focus .slide-btn-bg {
opacity: 1;
visibility: visible;
}
.slide-btn-bg.slide-prev-icon {
left: 0;
}
.slide-btn-bg.slide-next-icon {
right: 0;
} .comments-wrapper {
margin-top: 30px;
}
.bypostauthor {
display: block;
}
#comments .block-title-wrapper .block-title small {
line-height: 1;
}
#comments .comment-list {
list-style: none;
margin: 40px auto;
padding: 0;
}
#comments .comment-list li {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 40px;
}
#comments .comment-list li article {
padding: 0;
margin-bottom: 20px;
}
#comments .comment-list .children {
list-style: none;
margin: 0;
padding-left: 30px;
position: relative;
}
#comments .comment-list .children li {
margin: 0;
border: none;
}
#comments .comment-list .comment-content li {
margin-bottom: 10px;
border: none;
}
#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
margin-bottom: 30px;
margin-top: 30px;
}
#comments .comment-body {
min-height: 60px;
display: block;
position: relative;
clear: both;
}
#comments .comment-body p:last-child {
margin-bottom: 0;
}
#comments .comment-body footer {
margin-bottom: 20px;
}
#comments .comment-body footer a {
color: inherit;
}
#comments .comment-body .comment-content {
font-size: 90%;
}
#comments .comment-author img {
float: left;
margin-right: 20px;
}
#comments .comment-author .fn {
font-weight: 700;
font-style: normal;
line-height: normal;
display: inline-block;
padding-top: 5px;
}
#comments .comment-author .says {
display: none;
}
#comments .comment-meta .comment-metadata {
font-size: 85%;
margin-top: 5px;
filter: alpha(opacity=70);
opacity: 0.7;
}
#comments .comment-meta .comment-metadata .edit-link {
margin-left: 10px;
}
#comments .reply {
margin-top: 20px;
}
#comments .comment-reply-link {
font-weight: 600;
font-size: 14px;
text-decoration: none;
}
#comments .comment-reply-link:hover {
filter: alpha(opacity=85);
opacity: 0.85;
}
#comments .comment-form {
margin-top: 15px;
}
#comments .comment-form p {
margin-bottom: 10px;
}
#comments .comment-form p:last-child {
margin-bottom: 0;
}
#comments .comment-list #respond {
margin: -20px 0 40px 0;
}
#comments .comment-form-info-fields {
margin-bottom: 25px;
}
#comments p.form-submit {
clear: both;
}
#comments span.required {
color: #ff7979;
}
#comments .comment-awaiting-moderation {
color: #db6a23;
font-size: 85%;
}
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
margin-bottom: 30px;
font-size: 90%;
}
#comments p.form-allowed-tags {
margin-bottom: 25px;
font-size: 14px;
}
#comments h3.comment-reply-title {
font-size: 18px;
padding-bottom: 15px;
clear: both;
}
#comments ol li h3.comment-reply-title {
margin-top: 60px;
}
#comments h3.comment-reply-title #cancel-comment-reply-link {
display: inline-block;
margin-left: 10px;
text-transform: none;
font-size: 14px;
font-weight: 600;
filter: alpha(opacity=60);
opacity: 0.6;
}
#comments .comment-form p.form-submit {
margin-bottom: 0;
margin-top: 30px;
}
#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
font-size: 14px;
margin-top: 20px;
}
#comments .comment-form .comment-subscription-form:last-child {
margin-top: 0;
}
@media (min-width: 600px) {
.comments-area .comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.comments-area .comment-form-comment {
margin-bottom: 1.5rem;
}
.comments-area .comment-notes,
.comments-area .comment-form-comment,
.comments-area .logged-in-as {
-webkit-box-flex: 0;
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 1.5rem;
}
.comments-area .comment-form-author,
.comments-area .comment-form-ratings,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
-webkit-box-flex: 0;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 1.5rem;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
-ms-flex: 0 0 var(--grid-column-4);
flex: 0 0 var(--grid-column-4);
max-width: var(--grid-column-4);
}
.comments-area .comment-form-ratings {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.comments-area .comment-form-cookies-consent,
.comments-area .comment-subscription-form {
-webkit-box-flex: 0;
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
}
.form-submit {
margin: 0;
}
@media (min-width: 600px) {
.form-submit {
-webkit-box-flex: 0;
-ms-flex: 0 0 var(--grid-column-12);
flex: 0 0 var(--grid-column-12);
max-width: var(--grid-column-12);
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
} .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
}
.infinity-end.neverending .site-footer {
display: block;
} .theme-social-widget ul li.theme-social-bitbucket a {
background-color: #205081;
}
.theme-social-widget ul li.theme-social-dribbble a {
background-color: #ea4c89;
}
.theme-social-widget ul li.theme-social-facebook a {
background-color: #3b5998;
}
.theme-social-widget ul li.theme-social-skype a {
background-color: #00aff0;
}
.theme-social-widget ul li.theme-social-foursquare a {
background-color: #f94877;
}
.theme-social-widget ul li.theme-social-github a {
background-color: #2ea44f;
background-image: linear-gradient(-180deg, #34b859, #2ea44f);
}
.theme-social-widget ul li.theme-social-instagram a {
background: #f09433;
background: -moz-linear-gradient(45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%);
background: -webkit-linear-gradient(45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%);
background: linear-gradient(45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.theme-social-widget ul li.theme-social-linkedin a {
background-color: #0077b5;
}
.theme-social-widget ul li.theme-social-pinterest a {
background-color: #e60023;
}
.theme-social-widget ul li.theme-social-reddit a {
background-color: #ff4500;
}
.theme-social-widget ul li.theme-social-slack a {
background-color: #e01563;
}
.theme-social-widget ul li.theme-social-snapchat a {
background-color: #fffc00;
color: #000 !important;
}
.theme-social-widget ul li.theme-social-tumblr a {
background-color: #35465c;
}
.theme-social-widget ul li.theme-social-twitch a {
background-color: #9146ff;
}
.theme-social-widget ul li.theme-social-twitter a {
background-color: #1da1f2;
}
.theme-social-widget ul li.theme-social-vimeo a {
background-color: #1ab7ea;
}
.theme-social-widget ul li.theme-social-vk a {
background-color: #45668e;
}
.theme-social-widget ul li.theme-social-whatsapp a {
background-color: #075e54;
}
.theme-social-widget ul li.theme-social-wordpress a {
background-color: #0087be;
}
.theme-social-widget ul li.theme-social-yelp a {
background-color: #c41200;
}
.theme-social-widget ul li.theme-social-youtube a {
background-color: #ff0000;
}
.coprint-social-menu ul li a[href*="mailto"] {
background-color: #0088ff;
} .wp-block-archives,
.wp-block-button,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
margin-bottom: 4rem;
margin-top: 4rem;
}
.wp-block-cover.alignwide + .wp-block-cover.alignwide,
.wp-block-cover.alignfull + .wp-block-cover.alignfull,
.wp-block-group.has-background.alignwide + .wp-block-group.has-background.alignwide,
.wp-block-group.has-background.alignfull + .wp-block-group.has-background.alignfull {
margin-top: -6rem;
}
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
margin-bottom: 2rem;
}
.wp-block-columns + .wp-block-columns {
margin-top: 0;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -2rem;
}
.wp-block-column {
font-size: 1.6rem;
margin-bottom: 4rem;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 8rem);
}
.wp-block-embed {
margin-bottom: 6rem;
margin-top: 6rem;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
margin-top: 0.5rem;
}
.wp-block-embed figcaption {
margin-top: 1.8rem;
}
.wp-block-file {
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.wp-block-file.aligncenter {
justify-content: center;
}
.wp-block-file.alignright {
justify-content: flex-end;
align-items: center;
}
.wp-block-file * + .wp-block-file__button {
margin-left: 1rem;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-top: 0.5rem;
}
.wp-block-image.alignleft,
.wp-block-image .alignleft {
margin-right: 2.5rem;
}
.wp-block-image.alignright,
.wp-block-image .alignright {
margin-left: 2.5rem;
}
.wp-block-image figcaption {
margin-bottom: 0;
margin-top: 1.8rem;
}
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
margin-bottom: 4.4rem;
}
.wp-block-group.has-background {
padding: 4rem 3rem;
}
.wp-block-latest-posts.is-grid li {
margin: 0 4rem 4rem 0;
padding-top: 1.6rem;
width: calc(50% - 4rem);
}
.wp-block-latest-posts.is-grid li > a {
font-size: 1.33em;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 8%;
}
p.has-background {
padding: 3rem;
}
.wp-block-pullquote.alignwide p,
.wp-block-pullquote.alignfull p,
.wp-block-pullquote.is-style-solid-color.alignfull blockquote p,
.wp-block-pullquote.is-style-solid-color.alignwide blockquote p {
font-size: 2.5em;
}
.wp-block-pullquote.is-style-solid-color {
padding: 4rem 3rem;
}
.wp-block-separator.is-style-wide {
width: calc(100vw - 8rem);
}
@media (min-width: 768px) {
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
margin-bottom: 6rem;
}
.wp-block-column {
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.wp-block-cover.alignwide + .wp-block-cover.alignwide,
.wp-block-cover.alignfull + .wp-block-cover.alignfull,
.wp-block-group.has-background.alignwide + .wp-block-group.has-background.alignwide,
.wp-block-group.has-background.alignfull + .wp-block-group.has-background.alignfull {
margin-top: -8rem;
}
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
margin-bottom: 8rem;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4rem;
}
.wp-block-column {
font-size: 1.8rem;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 10rem);
}
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
margin-bottom: 6.4rem;
}
.wp-block-latest-posts.is-grid li {
margin: 0 4rem 6rem 0;
padding-top: 2.4rem;
}
.wp-block-separator.is-style-wide {
width: calc(100vw - 10rem);
}
}
@media (min-width: 1220px) {
.wp-block-cover.alignfull + .wp-block-cover.alignfull,
.wp-block-group.has-background.alignfull + .wp-block-group.has-background.alignfull {
margin-top: -10rem;
}
.wp-block-columns.alignfull {
margin-bottom: 10rem;
}
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
}
.wp-block-gallery.alignfull {
margin-bottom: 8.4rem;
}
}
.wp-block-quote {
margin: 30px 0 30px 0 !important;
padding: 50px !important;
text-align: left;
quotes: none;
box-sizing: border-box;
font-weight: 400;
position: relative;
border-left: 0 !important;
background: rgba(0, 0, 0, 0.024);
}
.wp-block-quote:before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23030104;' points='0,4 0,28 12,16 12,4'/%3E%3Cpolygon style='fill:%23030104;' points='20,4 20,28 32,16 32,4'/%3E%3C/g%3E%3C/svg%3E%0A");
width: 40px;
height: 41px;
position: absolute;
top: 10px;
left: 40px;
padding: 0;
background-color: transparent;
margin: 0 auto;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin: 1em 0 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.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignleft {
margin-right: 20px;
}
.wp-caption.alignright {
margin-left: 20px;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
div[class^="gallery-columns-"],
div[class*=" gallery-columns-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
div[class^="gallery-columns-1"],
div[class*=" gallery-columns-1"] {
margin-left: 0;
margin-right: 0;
}
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
@media (min-width: 600px) {
.gallery-columns-2 .gallery-item {
max-width: 50%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-4 .gallery-item {
max-width: 25%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-5 .gallery-item {
max-width: 20%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 600px) {
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
position: relative;
width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
.gallery-caption {
display: block;
} #site-footer {
position: relative;
}
.footer-widgetarea {
padding-top: 4rem;
}
.site-info {
padding-bottom: 6rem;
}
.footer-copyright {
font-size: 1.4rem;
}
@media (max-width: 991px) {
.footer-copyright {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
}
.site-info .column-row {
align-items: center;
}
@media (min-width: 992px) {
.footer-social-navigation {
display: flex;
align-items: center;
}
} .scroll-up {
position: fixed;
z-index: 1000;
bottom: 60px;
right: 5rem;
display: none;
width: 5rem;
height: 5rem;
padding: 0;
line-height: 5rem;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 575px) {
.scroll-up {
bottom: 2rem;
right: 2rem;
}
} .wp-block-gallery.columns-1 {
display: block;
}
ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
list-style: none;
padding: 0;
margin: 0 auto;
}
.slick-slide-wrapper {
display: block;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
display: none;
} .site-content .entry-meta .entry-meta-like-dislike {
margin: 10px auto 20px;
padding-bottom: 10px;
}
.site-content .booster-ratings-block {
display: block;
margin-top: 20px;
margin-bottom: 20px;
padding: 30px 30px 0;
border: 1px solid #e5e5e5;
}
.post-content-share .twp-social-share .twp-share-container {
display: block;
}
@media (max-width: 767px) {
.post-content-share .twp-social-share .twp-share-container {
display: flex;
}
.post-content-share .twp-social-share .twp-share-container .twp-social-icons:not(:last-child) {
margin-right: 1.6rem;
}
}
.post-content-share .twp-social-share .twp-social-icons .twp-icon-holder {
border: 0;
}
.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-icon-holder .twp-share-media,
.post-content-share .share-media-nocount {
display: block;
width: 50px;
}
.post-content-share .twp-icon-holder .twp-social-count,
.site-content .post-content-share .share-media-nocount,
.post-content-share .share-media-nocount {
background: #eee;
}
.post-content-share .share-media-nocount:after,
.post-content-share .twp-icon-holder .twp-social-count:after {
border: solid 6px transparent;
border-top-color: #eee;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: -12px;
}
.post-content-share .twp-social-facebook .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-facebook .twp-icon-holder:focus .twp-social-count:after {
border-left-color: transparent;
border-top-color: #3b5998;
}
.post-content-share .twp-social-twitter .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-twitter .twp-icon-holder:focus .twp-social-count:after {
border-left-color: transparent;
border-top-color: #24a5db;
}
.post-content-share .twp-social-pinterest .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-pinterest .twp-icon-holder:focus .twp-social-count:after {
border-left-color: transparent;
border-top-color: #ca2128;
}
.post-content-share .twp-social-facebook .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-facebook .twp-icon-holder:focus .twp-social-count:after {
border-left-color: transparent;
border-top-color: #3b5998;
}
.post-content-share .twp-social-linkedin .twp-icon-holder:hover .share-media-nocount:after,
.post-content-share .twp-social-linkedin .twp-icon-holder:focus .share-media-nocount:after {
border-left-color: transparent;
border-top-color: #0077b5;
}
.post-content-share .twp-social-email .twp-icon-holder:hover .share-media-nocount:after,
.post-content-share .twp-social-email .twp-icon-holder:focus .share-media-nocount:after {
border-left-color: transparent;
border-top-color: #f75454;
}
.post-content-share .twp-social-vk .twp-icon-holder:hover .share-media-nocount:after,
.post-content-share .twp-social-vk .twp-icon-holder:focus .share-media-nocount:after {
border-left-color: transparent;
border-top-color: #1a4b78;
}
.post-content-share .twp-icon-holder .twp-share-media {
margin-top: 10px;
}
.post-content-share .twp-social-linkedin .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-email .twp-icon-holder .twp-share-media {
margin-top: 0;
}
.post-content-share .twp-share-media .twp-label-title {
display: none;
visibility: hidden;
opacity: 0;
}
.post-content-share .twp-plugin-title.twp-share-title h2 {
font-size: 18px;
margin-top: 3rem;
}
.archive-like-share {
margin-top: 30px;
}
.archive-like-share,
.archive-like-share a {
color: #737373;
}
.twp-toggle-share span {
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
line-height: 1px;
}
.post-wrapper .post-thumbnail .twp-like-dislike-button {
position: absolute;
left: 20px;
bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.post-wrapper .post-thumbnail .twp-like-dislike-button,
.post-wrapper .post-thumbnail .twp-like-dislike-button a {
color: var(--theme-plain-white);
}
.site .twp-like-dislike-button .twp-like-count,
.site .twp-like-dislike-button .twp-dislike-count {
background: #ffeb3b;
color: #000000;
}
.floating-post-navigation {
position: fixed;
top: 50%;
z-index: 999;
width: 340px;
height: 200px;
overflow: hidden;
background: #000;
color: var(--theme-plain-white);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
-o-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
-moz-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
-o-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
}
@media (max-width: 767px) {
.floating-post-navigation {
display: none;
opacity: 0;
visibility: hidden;
}
}
.floating-post-navigation img {
filter: alpha(opacity=65);
opacity: 0.65;
}
.floating-navigation-prev {
right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
right: calc(100% - 339px);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-navigation-next {
left: calc(100% - 50px);
}
.floating-navigation-next:hover {
left: calc(100% - 339px);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-post-navigation img {
object-fit: cover;
position: absolute;
top: 0;
height: 100% !important;
}
.floating-navigation-prev img {
right: 50px;
}
.floating-navigation-next img {
left: 50px;
}
.floating-post-navigation a {
color: inherit;
}
.floating-post-navigation a:hover,
.floating-post-navigation a:focus {
color: inherit !important;
}
.floating-post-navigation .floating-navigation-label {
position: absolute;
top: 0;
writing-mode: vertical-rl;
right: 0;
height: 100%;
text-align: center;
width: 50px;
line-height: 50px;
text-transform: uppercase;
font-size: 12px;
z-index: 2;
letter-spacing: 3px;
}
.floating-navigation-next .floating-navigation-label {
right: auto;
left: 0;
}
.floating-post-navigation .floating-navigation-title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
width: 100%;
padding: 20px 60px 20px 20px;
z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
padding: 20px 20px 20px 60px;
}
.theme-block-spacer {
background: rgba(0, 0, 0, 0.1);
display: block;
height: 1px;
width: 100%;
margin-bottom: 2rem;
margin-top: 2rem;
}
.theme-spacer-dark {
background: #000;
}
.theme-block {
position: relative;
}
.theme-block-ava {
text-align: center;
}
.news-article {
position: relative;
}
.news-article-panel {
margin-bottom: 2rem;
}
.article-content-inline .entry-meta,
.article-content-inline .entry-title {
display: inline-block;
verticle-align: middle;
}
.img-link {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.img-link:focus {
border: 2px solid #0027ff;
}
.block-title-wrapper {
align-items: center;
display: flex;
justify-content: space-between;
position: relative;
margin-bottom: 2rem;
}
.widget-title,
#theme-banner-navs,
.block-title-wrapper .block-title {
position: relative;
width: 100%;
margin: 0 auto;
align-items: baseline;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.widget-title,
.block-title-wrapper .block-title {
color: #000;
font-size: 2.4rem;
font-weight: 900;
}
.widget-title::before,
.block-title-wrapper .block-title::before,
.widget-title::after,
.block-title-wrapper .block-title::after {
position: absolute;
content: "";
height: 0.3rem;
width: 1.6rem;
background-color: var(--theme-accent-color);
}
.widget-title::before,
.block-title-wrapper .block-title::before {
inset: auto 0 -0.4rem 0;
}
.widget-title::after,
.block-title-wrapper .block-title::after {
inset: auto 0 -0.4rem 2.4rem;
width: 5.6rem;
}
.widget-title {
margin-bottom: 2rem;
}
#theme-banner-navs ul {
position: relative;
padding-right: 10px;
display: inline-block;
}
.block-title-wrapper .theme-heading-controls {
color: var(--theme-plain-white);
font-size: 18px;
padding: 0;
font-weight: 700;
line-height: calc(18px * 1.5);
display: flex;
align-items: center;
justify-content: flex-end;
}
.block-title-wrapper .svg-icon {
fill: currentColor;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: middle;
}
.theme-heading-controls .view-all-link {
color: var(--theme-plain-white);
display: flex;
font-size: 12px;
text-transform: uppercase;
word-spacing: 1px;
letter-spacing: 1px;
}
.theme-heading-controls .view-all-link .view-all-icon {
padding-left: 6px;
padding-right: 6px;
}
.theme-heading-controls .view-all-link .view-all-label {
background: #0088ff;
padding-left: 12px;
padding-right: 12px;
min-width: 100px;
}
.theme-topbar-area {
padding-top: 2rem;
position: relative;
}
@media screen and (max-width: 991px) {
.theme-topbar-area {
display: none;
opacity: 0;
visibility: hidden;
}
}
.theme-topbar-area .theme-topbar-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 2rem;
}
.theme-topbar-item .theme-topbar-area-icon {
display: inline-block;
vertical-align: middle;
margin-top: 2px;
margin-right: 5px;
color: var(--theme-secondary-color);
}
.theme-topbar-area .theme-topbar-social {
float: right;
margin: 0;
}
.theme-ticker-area {
position: relative;
width: 100%;
}
.theme-ticker-area .theme-ticker-left {
float: left;
}
.theme-ticker-area .theme-ticker-right {
overflow: hidden;
}
.header-news-ticker .ticker-slides:not(.slick-initialized) {
opacity: 0;
visibility: hidden;
max-height: 9rem;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.header-news-ticker .ticker-slides {
visibility: visible;
opacity: 1;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.ticker-slides .ticker-slides-item {
border: 0;
overflow: hidden;
display: flex;
align-items: center;
min-height: 9rem;
}
@media screen and (min-width: 992px) {
.ticker-slides .ticker-slides-item {
text-overflow: ellipsis;
}
}
@media screen and (max-width: 991px) {
.ticker-slides .ticker-slides-item {
font-size: 1.2rem;
}
}
.ticker-slides-item,
.ticker-slides-item .ticker-data-bg {
display: inline-block;
vertical-align: middle;
}
.ticker-slides-item .ticker-data-bg {
height: 88px;
width: 96px;
}
.ticker-slides-item .ticker-title {
font-size: var(--font-size-global);
line-height: calc(var(--font-size-global) * 1.2);
font-weight: 600;
padding-left: var(--grid-gutter-base);
padding-right: var(--grid-gutter-base);
width: calc(100% - 96px);
}
.header-news-ticker .ticker-controls {
align-items: center;
display: flex;
justify-content: space-between;
}
.header-news-ticker .ticker-controls .ticker-control {
display: none;
}
.header-news-ticker .ticker-controls .ticker-control.pp-button-active {
display: inline-block;
}
.header-news-ticker .ticker-controls .slide-btn {
color: var(--theme-plain-white);
margin: 0 2px 0 0;
height: 2.2rem;
width: 2.2rem;
}
.header-news-ticker .ticker-controls .slide-btn .svg-icon {
color: currentColor;
display: block;
width: 1.2rem;
height: 1.2rem;
margin: 0 auto;
}
.theme-dropdown {
display: inline-block;
float: right;
position: relative;
}
.theme-dropdown .tab-posts-toggle {
border: 0;
color: var(--theme-plain-white);
display: inline-block;
padding: 6px 10px;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.theme-dropdown .tab-posts-toggle .svg-icon {
width: 12px;
height: 12px;
}
.theme-dropdown .tab-posts {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: var(--theme-plain-white);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
.theme-dropdown .tab-posts li a {
display: block;
padding: 5px 10px;
}
.theme-dropdown.theme-dropdown-active .tab-posts {
display: block;
clear: left;
}
.error-block-heading {
padding-top: 100px;
padding-bottom: 0;
}
.error-block-middle {
background-color: rgba(0, 0, 0, 0.052);
}
.theme-ajax-loader {
width: 20px;
height: 20px;
position: relative;
animation: loader08 1s ease infinite;
top: 50%;
margin: -46px auto 0 auto;
}
@keyframes loader08 {
0%,
100% {
box-shadow: -13px 20px 0 #0027ff, 13px 20px 0 rgba(0, 82, 236, 0.2),
13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
}
25% {
box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #0027ff,
13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
}
50% {
box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2),
13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #0027ff,
-13px 46px 0 rgba(0, 82, 236, 0.2);
}
75% {
box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2),
13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2),
-13px 46px 0 #0027ff;
}
}
.loadmore-area {
text-align: center;
margin-bottom: 30px;
}
.loadmore-area .btn-loadmore {
min-width: 200px;
} .tab-contents {
display: none;
}
.tab-contents.content-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tab-contents.content-active {
display: block;
}
@media (max-width: 767px) {
.tab-contents .column-row {
width: 100%;
margin: 0 auto;
}
.tab-contents .column-row .column {
padding-right: 0;
padding-left: 0;
}
} .js .show-js {
display: block !important;
}
.js .hide-js {
display: none !important;
}
.no-js .show-no-js {
display: block !important;
}
.no-js .hide-no-js {
display: none !important;
}
.theme-header.header-overlay-enabled .header-mainbar,
.theme-header.header-overlay-enabled .header-mainbar a:not(:hover):not(:focus) {
color: var(--theme-plain-white);
}
.theme-header.header-overlay-enabled .header-mainbar:after {
background: -webkit-linear-gradient(top, transparent, #000);
background: -moz-linear-gradient(top, transparent, #000);
background: -o-linear-gradient(top, transparent, #000);
background: linear-gradient(top, transparent, #000);
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.theme-header.header-overlay-enabled .header-mainbar .wrapper {
position: relative;
z-index: 1;
}
.no-title-tab .column-7 .block-title-wrapper {
border: 0;
padding: 0;
margin: 0;
}
.no-title-tab .column-7 .block-title-wrapper:before {
content: none;
display: none;
}
.no-title-slide.no-title-tab .theme-slider-block {
margin-top: 35px;
}
.theme-slider-wrapper {
display: block;
width: 100%;
position: relative;
}
.theme-slider-wrapper .theme-heading-controls {
position: absolute;
top: 1.5rem;
right: 1.5rem;
z-index: 1;
}
.theme-slider-wrapper .theme-heading-controls .slide-btn-small {
color: var(--theme-plain-white);
width: 2rem;
height: 2rem;
min-height: 2rem;
line-height: 2rem;
padding: 2px 0;
}
.theme-slider {
overflow: hidden;
}
.header-searchbar-inner,
.offcanvas-wraper,
.booster-block .be-author-details .be-author-wrapper {
background-color: var(--theme-plain-white);
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
.floating-nav-arrow,
.be-author-content,
.be-author-content .be-author-wrapper,
.site-content .booster-reactions-block,
.twp-icon-holder .twp-social-count {
background-color: #f8f9fa;
}
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
border-color: #e8e8e8;
}
.menu-description,
.trending-news-main-wrap #trending-collapse,
.author-widget-details .author-social-profiles .svg-icon,
.post-thumb-categories:hover .category-title span,
.post-thumb-categories:focus .category-title span,
.theme-heading-controls .view-all-link:hover .view-all-label,
.theme-heading-controls .view-all-link:focus .view-all-label {
background: var(--secondary-hover-color);
}
.menu-description:after {
border-top-color: var(--secondary-hover-color);
} .search-form {
margin: 0 auto;
}
.search-form label {
display: block;
margin: 0 auto;
width: 70%;
float: left;
}
.search-form label .search-field {
-webkit-border-radius: 0;
border-radius: 0;
width: 100%;
-webkit-appearance: none;
}
.search-form .search-submit {
float: left;
padding-left: 20px;
padding-right: 20px;
-webkit-border-radius: 0;
border-radius: 0;
width: 30%;
-webkit-appearance: none;
}
.entry-title .booster-favourite-post {
width: 40px;
height: 40px;
display: inline-block;
line-height: 40px;
text-align: center;
border-radius: 100%;
color: var(--theme-plain-white);
background-color: var(--theme-secondary-color);
}
.entry-title .booster-favourite-post:hover,
.entry-title .booster-favourite-post:focus,
.entry-title .booster-favourite-post.booster-favourite-selected {
background-color: var(--secondary-hover-color);
color: var(--theme-plain-white);
}
.entry-title .booster-favourite-post .booster-svg {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
}
.twp-single-header-overlay .featured-banner-media:after {
content: "";
background: linear-gradient(rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 75%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.theme-block.error-block {
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.news-article-list {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.related-posts-area .related-posts-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--grid-gutter-base);
}
.no-sidebar .related-posts-area .related-posts-wrapper {
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
.no-sidebar .related-posts-area .related-posts-wrapper,
.related-posts-area .related-posts-wrapper {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 991px) {
.no-sidebar .related-posts-area .related-posts-wrapper,
.related-posts-area .related-posts-wrapper {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.no-sidebar .related-posts-area .related-posts-wrapper,
.related-posts-area .related-posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}
.related-posts-area .related-posts-wrapper .news-article-list {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.related-posts-area .related-posts-wrapper .article-content {
padding: 0;
}
.news-article-list:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.news-article-list .article-content {
padding: 0 1.5rem;
}
@media (min-width: 576px) {
.theme-block-widgetarea .news-article-list {
display: -ms-flexbox;
display: flex;
}
.theme-block-widgetarea .news-article-list .data-bg {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-item-align: start;
align-self: flex-start;
}
.theme-block-widgetarea .news-article-list .article-content {
-ms-flex-positive: 1;
flex-grow: 1;
}
.theme-block-widgetarea .news-article-list .data-bg {
width: 22rem;
height: 16rem;
}
}
#theme-banner-navs {
margin-bottom: 1.5rem;
}
#theme-banner-navs ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
#theme-banner-navs ul li {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
#theme-banner-navs ul li a {
padding: .4rem .8rem;
color: var(--theme-plain-black);
background: #e5e5e5;
display: block;
font-weight: 700;
text-transform: uppercase;
font-size: 1.2rem;
line-height: calc(1.2rem * 1.2);
}
.main-banner-right .twp-banner-tab:not(:first-child) {
display: none;
}
#theme-banner-navs ul li.active a,
#theme-banner-navs ul li:focus a,
#theme-banner-navs ul li:hover a {
color: var(--theme-plain-white);
background-color: var(--theme-secondary-color);
}
.theme-svg-seperator {
color: rgba(0, 0, 0, 0.1);
display: none;
height: 100%;
}
.theme-block-navtabs .theme-svg-seperator,
.theme-block-widgetarea .theme-svg-seperator {
display: flex;
}
.theme-widget-content {
padding-bottom: 2rem;
margin-bottom: 2rem;
}
.widget-story-list:not(:last-child) {
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-story-list .news-article-list .article-content {
padding: 0;
}
.theme-widget-footer {
border-bottom: 1px solid #000;
margin-bottom: 3rem;
padding-bottom: 3rem;
}
.widget-footer-panel {
position: relative;
}
.widget-footer-panel > hr {
border: 0;
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
margin-top: 6rem;
margin-bottom: 4rem;
}
.widget-footer-panel > .theme-viewmore-link {
color: #000;
display: block;
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #ffd500;
padding: 10px 15px;
border-radius: 0;
}
.theme-block-widgetarea .theme-widget-title {
margin-left: auto;
margin-right: auto;
width: calc(var(--theme-grid-width) - calc(var(--grid-gutter-base) * 2));
}
@media (max-width: 991px) {
.theme-block-widgetarea .theme-widget-title {
width: var(--theme-grid-width);
}
}
.theme-block-widgetarea .theme-widget-content,
.theme-block-widgetarea .theme-widget-footer {
display: grid;
width: calc(var(--theme-grid-width) - calc(var(--grid-gutter-base) * 2));
margin-left: auto;
margin-right: auto;
grid-template-columns: repeat(12, 1fr);
grid-column-gap: 30px;
}
.theme-block-widgetarea .widget .theme-widgetarea-categories{
width: calc(var(--theme-grid-width) - calc(var(--grid-gutter-base) * 2));
}
@media screen and (min-width: 992px) {
.theme-block-widgetarea .widget-layout-1 .theme-widget-content .theme-widget-panel.widget-panel-1 {
grid-column: 3 / span 5;
}
.theme-block-widgetarea .widget-layout-1 .theme-widget-content .theme-widget-panel.widget-panel-2 {
grid-column: 8 / span 5;
}
.theme-block-widgetarea .widget-layout-1 .theme-widget-content .theme-widget-panel .widget-story,
.theme-block-widgetarea .widget-layout-2 .theme-widget-content .theme-widget-panel .widget-story {
width: 100%;
}
.theme-block-widgetarea .widget-layout-2 .theme-widget-content .theme-widget-panel.widget-panel-1 {
grid-column: 1 / span 7;
grid-row: 2 / span 1;
}
.theme-block-widgetarea .widget-layout-2 .theme-widget-content .theme-svg-seperator {
grid-column: 7 / span 1;
grid-row: 1 / span 3;
height: 97%;
}
.theme-block-widgetarea .widget-layout-2 .theme-widget-content .theme-widget-panel.widget-panel-2 {
grid-column: 8 / span 8;
grid-row: 2 / span 1;
}
.widget-story-list {
margin-bottom: 1.6rem;
padding-bottom: 1.6rem;
}
.theme-widget-footer {
margin-bottom: 5rem;
padding-bottom: 5rem;
}
.theme-block-widgetarea .widget-footer-panel {
grid-column: 1 / span 12;
}
.widget-footer-panel > hr {
margin-top: 6rem;
margin-bottom: 4rem;
}
.widget-footer-panel > .theme-viewmore-link {
top: 60%;
left: 50%;
}
.theme-block-widgetarea .widget .theme-widgetarea-categories {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: -webkit-min-content 1fr;
grid-template-rows: min-content 1fr;
gap: 0 30px;
grid-column: 1 / span 12;
}
}
@media screen and (max-width: 991px) {
.theme-block-widgetarea .theme-widget-content,
.theme-block-widgetarea .theme-widget-footer {
grid-template-columns: repeat(2, 1fr);
width: var(--theme-grid-width);
}
.theme-block-widgetarea .widget-layout-2 .theme-widget-content,
.theme-block-widgetarea .widget-layout-2 .theme-widget-footer {
grid-template-columns: repeat(1, 1fr);
}
.widget-layout {
padding-left: var(--grid-gutter-base);
padding-right: var(--grid-gutter-base);
}
.site .theme-svg-seperator {
display: none;
opacity: 0;
visibility: hidden;
}
}
@media (max-width: 767px) {
.theme-block-widgetarea .theme-widget-content,
.theme-block-widgetarea .theme-widget-footer {
grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width: 1399px) {
.theme-widget-title,
.theme-widget-content,
.theme-widget-footer {
margin-left: auto;
margin-right: auto;
}
}
.twp-ajax-post-load,
.twp-ajax-auto-load {
position: relative;
}
.twp-ajax-post-load > hr,
.twp-ajax-auto-load > hr {
border: 0;
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
margin-top: 3rem;
margin-bottom: 3rem;
}
.twp-ajax-post-load > .twp-loading-button,
.twp-ajax-auto-load > .coprint-auto-pagination {
background-color: var(--secondary-hover-color);
color: #000;
display: block;
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px 15px;
border-radius: 0;
min-width: 180px;
text-align: center;
}
.twp-ajax-post-load > .twp-loading-button.twp-no-posts,
.twp-ajax-auto-load > .coprint-auto-pagination.twp-no-posts {
background: #ffe87f;
cursor: not-allowed;
}
@media screen and (min-width: 992px) {
.twp-ajax-post-load > hr,
.twp-ajax-auto-load > hr {
margin-top: 6rem;
margin-bottom: 4rem;
}
}
.wp-block-search__button {
border: none;
color: var(--theme-plain-white);
min-width: 120px;
}
.theme-block-widgetarea .widget .theme-widgetarea-categories {
margin-left: auto;
margin-right: auto;
}
.theme-sticky-component {
position: -webkit-sticky;
position: sticky;
top: 0;
align-self: flex-start;
}
@media (max-width: 991px) {
.theme-sticky-component {
position: initial;
}
} .article-content-overlay {
position: relative;
}
.article-content-overlay::before {
position: absolute;
content: "";
inset: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 5;
}
.article-content-overlay .entry-title a {
background-image: linear-gradient(180deg, transparent 90%, var(--theme-plain-white) 0);
}
.article-content-overlay a:where(:hover, :focus) {
color: inherit;
background-image: linear-gradient(180deg, transparent 90%, var(--theme-plain-white) 0);
}
.article-content-overlay .article-content {
position: absolute;
inset: auto 0 0 0;
padding: 1.6rem;
color: var(--theme-plain-white);
z-index: 9;
}
.article-content-overlay a:not(:hover):not(:focus) {
color: var(--theme-plain-white);
} .line-clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-2 {
-webkit-line-clamp: 2;
}
.line-clamp-3 {
-webkit-line-clamp: 3;
}
.line-clamp-4 {
-webkit-line-clamp: 4;
}
.line-clamp-5 {
-webkit-line-clamp: 4;
} .theme-article-spacing article:not(:last-child) {
margin-bottom: 0.8rem;
padding-bottom: 0.8rem;
border-bottom: 1px solid var(--theme-border-color);
} .theme-alter-font {
font-family: var(--font-family-secondary);
} .theme-grid-flex {
display: flex;
gap: var(--grid-gutter-base);
width: 100%;
}
.theme-grid-flex .data-bg {
width: var(--grid-column-4);
}
.theme-grid-flex .article-content {
width: var(--grid-column-8);
}
.theme-heart-beat {
height: 1.2rem;
width: 1.2rem;
border-radius: 50%;
margin-right: .6rem;
background-color: #cb1111;
transition: .4s;
animation: heart-beat 1s ease infinite alternate;
}
@keyframes heart-beat {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
.theme-column-highlight .column-highlight-content {
padding: 1.6rem;
background-color: #7192ff;
color: var(--theme-plain-white);
}
.theme-column-highlight .column-highlight-content .article-content a {
color: inherit;
}
.theme-column-highlight .column-highlight-content .article-content :where(.entry-title a, a:where(:hover, :focus)) {
background-image: linear-gradient(180deg, transparent 90%, var(--theme-plain-white) 0);
} .theme-widget-opinion .theme-widget-content {
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
.theme-widget-opinion .theme-widget-content {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.theme-widget-opinion .theme-widget-content {
grid-template-columns: repeat(1, 1fr);
}
} .theme-grid-block {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--grid-gutter-base);
}
@media (max-width: 1199px) {
.theme-grid-block {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.theme-grid-block {
grid-template-columns: repeat(1, 1fr);
}
}
.theme-grid-block .news-article {
gap: var(--grid-gutter-base);
}
@media (max-width: 575px) {
.theme-grid-block .news-article {
gap: var(--grid-gutter-medium);
}
} .theme-main-banner .main-banner-right article {
align-items: center;
}
.theme-main-banner .main-banner-right .data-bg {
width: var(--grid-column-5);
}
.theme-main-banner .main-banner-right .article-content {
width: var(--grid-column-7);
}
.theme-main-banner p {
margin-bottom: 0;
}
.theme-main-banner .slick-dots {
margin-top: 0;
} .theme-six-pack .column-row .column:nth-child(2) ~ .column article {
gap: var(--grid-gutter-medium);
}
.theme-six-pack .column-row .column:nth-child(3) .data-bg {
grid-column: 1 / span 5;
}
.theme-six-pack .column-row .column:nth-child(3) .theme-article-content {
grid-column: 6 / -1;
}
@media (min-width: 992px) and (max-width: 1024px) {
.theme-six-pack .column-row .column:nth-child(3) .data-bg {
grid-column: 1 / span 4;
}
.theme-six-pack .column-row .column:nth-child(3) .theme-article-content {
grid-column: 5 / -1;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.theme-six-pack .column-row .column:nth-child(4) .data-bg {
grid-column: 1 / span 3;
}
.theme-six-pack .column-row .column:nth-child(4) .theme-article-content {
grid-column: 4 / -1;
}
} .theme-block-tiles .column-row .column:nth-child(4) {
order: 5;
}
.theme-block-tiles .column-row .column:nth-child(5) {
order: 4;
} :where(.single, .page):where(.left-sidebar, .right-sidebar).twp-single-layout-1 .single-layout .entry-header .entry-title {
font-size: var(--font-size-large);
line-height: var(--line-height-large);
}
:where(.single, .page) .related-posts-area ~ article {
margin: 3.2rem 0;
padding: 3.2rem 0;
border-top: 1.5px solid var(--theme-border-color);
border-bottom: 1.5px solid var(--theme-border-color);
}
:where(.single, .page) .related-posts-area ~ article:last-of-type {
border-bottom: 0;
} .theme-tab-height {
min-height: 16rem;
}
.theme-column-highlight .column-highlight-content .theme-article-spacing article:not(:last-child) {
border-color: rgba(255, 255, 255, 0.15);
}