.container {
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
.short-cry.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: -20px;
margin-left: -20px;
}
.short-cry.row [class^='col-'].valign {
-ms-flex-item-align: center;
align-self: center;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 20px;
padding-left: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (max-width: 768px) {
.row {
display: block;
}
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
} .btn {
display: inline-block;
padding: .5em 1.5em;
margin-bottom: 0;
font-size: .9em;
font-weight: normal;
line-height: 2;
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;
background-image: none;
border-radius: 2px;
-webkit-transition: .2s ease-out background-color;
transition: .2s ease-out background-color;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-light {
color: #333;
background-color: #f3f3f3;
}
.btn-light:focus,
.btn-light.focus,
.btn-light:hover,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
color: #333;
background-color: #d7d7d7;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
background-image: none;
} .btn-dark {
color: #FFF;
background-color: #333;
}
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
color: #FFF;
background-color: #555;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
background-image: none;
}
.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
color: #fff;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
background-image: none;
}
.btn-success {
color: #fff;
background-color: #49bd9a;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #299d7a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-info {
color: #fff;
background-color: #49a2d7;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #2982b7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-warning {
color: #fff;
background-color: #f38630;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #d36610;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-danger {
color: #fff;
background-color: #fe4345;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #de2345;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-link {
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: .75em 1.5em;
font-size: 1em;
line-height: 1.5;
}
.btn-sm,
.btn-group-sm > .btn {
padding: .5em 1em;
font-size: .8em;
line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
padding: .3em .6em;
font-size: .8em;
line-height: 1.5;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
} .fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
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);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
} .nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 15px 25px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
} .label[class*="label-"] {
display: inline-block;
margin-right: 5px;
padding: .2em .6em .3em;
font-size: .8em;
font-weight: bold;
line-height: 1.2;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0;
}
a.label[class*="label-"]:hover,
a.label[class*="label-"]:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label[class*="label-"]:empty {
display: none;
}
.btn .label[class*="label-"] {
position: relative;
top: -1px;
}
.label.label-light {
background-color: #EEE;
color: #444;
}
.label.label-dark {
background-color: #333;
}
.label.label-success {
background-color: #49bd9a;
}
.label.label-info {
background-color: #49a2d7;
}
.label.label-warning {
background-color: #f38630;
}
.label.label-danger {
background-color: #fe4345;
} .alert {
padding: 15px;
margin-bottom: 20px; border-radius: 2px;
font-weight: normal;
border: 3px solid;
}
.alert .close {
opacity: 0.5;
}
.alert a {
color: #FFF;
font-weight: bold;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
color: #FFF;
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
border-color: #79bd9a;
}
.alert-info {
border-color: #49a2d7;
}
.alert-warning {
border-color: #f38630;
}
.alert-danger {
border-color: #fe4345;
} .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);
}
.panel-body {
padding: 0 15px 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 20px;
padding-left: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
} .main .panel-title {
margin: 0.5em 0;
}
.panel-group .panel,
.panel-heading {
border-radius: 0;
border: none;
box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border: 0;
}
.panel-default {
background: #F5F5F5;
}
.panel-default > .panel-heading {
background: #F5F5F5;
padding: 0;
-webkit-transition: .2s all ease-out;
transition: .2s all ease-out;
}
.panel-default > .panel-heading > .panel-title > a {
position: relative;
display: block;
padding: 15px 15px;
-webkit-transition: .25s ease-out all;
transition: .25s ease-out all;
}
.panel-default > .panel-heading > .panel-title > a::before {
position: absolute;
right: 1em;
top: 50%;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
content: "×";
font-size: 22px;
color: #CCC;
-webkit-transition: .2s all ease-out;
transition: .2s all ease-out;
}
.panel-default > .panel-heading > .panel-title > a:hover::before {
-webkit-transform: translateY(-50%) rotate(135deg);
transform: translateY(-50%) rotate(135deg);
} .panel-group.scheme-light-2 .panel-default {
background: transparent;
border-top: 1px solid #DDD;
}
.panel-group.scheme-light-2 {
border-bottom: 1px solid #DDD;
}
.panel-group.scheme-light-2 .panel-default > .panel-heading {
background: transparent;
} .panel-group.scheme-dark-1 .panel-default {
background: transparent;
}
.panel-group.scheme-dark-1 .panel-default > .panel-heading {
background: #333;
}
.main .panel-group.scheme-dark-1 .panel-default .panel-title {
color: #EEE;
} .panel-group.scheme-dark-2 .panel-default,
.panel-group.scheme-dark-2 .panel-default > .panel-heading {
background: #333;
}
.panel-group.scheme-dark-2 .panel-default .panel-title {
color: #EEE;
}
.panel-group.scheme-dark-2 .panel-default {
color: #EEE;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
} .well {
min-height: 20px;
padding: 1em;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 2px;
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 1.25em;
font-size: 1.1em;
}
.well-sm {
padding: .75em;
font-size: 0.9em;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
background: none;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
} .lead {
font-weight: 400;
line-height: 1.5;
margin-bottom: 1em;
}
.fontfamily-helvetica {
font-family: "Helvetica Neue", Helvetica, Arial;
}
.fontfamily-segoeui {
font-family: "Segoe UI", Arial;
}
.fontfamily-verdana {
font-family: "Verdana", Arial;
}
.fontfamily-geneva {
font-family: "Geneva", Arial;
}
.fontfamily-futura {
font-family: "Futura", Arial;
}
.fontfamily-georgia {
font-family: "Georgia", "Times New Roman", serif;
}
.fontfamily-timesnewroman {
font-family: "Times New Roman", serif;
}
.fontfamily-palatino {
font-family: "Palatino Linetype", Palatino, serif;
}
.fontfamily-bakersville {
font-family: Bakersville, serif;
}
.fontfamily-courier {
font-family: "Courier New", courier;
}
.fontfamily-consolas {
font-family: Consolas;
}
.fontfamily-monaco {
font-family: Monanco;
}
.fontsize-90 {
font-size: .9em;
}
.fontsize-100 {
font-size: 1em;
}
.fontsize-110 {
font-size: 1.1em;
}
.fontsize-120 {
font-size: 1.2em;
}
.fontsize-125 {
font-size: 1.25em;
}
.fontsize-130 {
font-size: 1.3em;
}
.fontsize-140 {
font-size: 1.4em;
}
.fontsize-150 {
font-size: 1.5em;
} .pullquote {
margin-top: 1em;
margin-bottom: 1em;
padding: 1em;
border-bottom: 1px solid rgba(0,0,0,.1);
border-top: 1px solid rgba(0,0,0,.1);
font-style: italic;
font-weight: normal;
}
@media (max-width: 960px) {
.main .pullquote.alignleft,
.main .pullquote.alignright {
margin-left: 0;
margin-right: 0;
text-align: center;
}
} .tooltip-anchor {
border-bottom: 1px dotted;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 260px;
padding: 1em 1.5em;
color: #fff;
text-align: center;
background-color: rgba(0,0,0,.9);
border-radius: 2px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
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);
line-break: auto;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.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;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.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;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
} .divider.height-1 {
height: 1px;
}
.divider.height-2 {
height: 2px;
}
.divider.height-3 {
height: 3px;
}
.divider.height-5 {
height: 5px;
}
.divider.height-10 {
height: 10px;
}
.divider.height-15 {
height: 15px;
}
.divider.margin-top-10 {
margin-top: 10px;
}
.divider.margin-top-20 {
margin-top: 20px;
}
.divider.margin-top-30 {
margin-top: 30px;
}
.divider.margin-top-40 {
margin-top: 40px;
}
.divider.margin-top-50 {
margin-top: 50px;
}
.divider.margin-bottom-10 {
margin-bottom: 10px;
}
.divider.margin-bottom-20 {
margin-bottom: 20px;
}
.divider.margin-bottom-30 {
margin-bottom: 30px;
}
.divider.margin-bottom-40 {
margin-bottom: 40px;
}
.divider.margin-bottom-50 {
margin-bottom: 50px;
} .glyphicon.xs {
font-size: .85em;
}
.glyphicon.sm {
font-size: 1em;
}
.glyphicon.md {
font-size: 1.25em;
}
.glyphicon.lg {
font-size: 1.5em;
}
.glyphicon.xl {
font-size: 2em;
}
.glyphicon.hb {
font-size: 3em;
} .clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}  .row-fluid > br {
display: none;
} .main ul.nav-tabs {
margin: 1em 0;
}
.nav-tabs > li > a {
position: relative;
border-radius: 0;
}
.nav-tabs > li,
.nav-tabs > li > a {
-webkit-transition: .2s all ease-out;
transition: .2s all ease-out;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.fbx-modal,.fbx-modal *{box-sizing:content-box}.fbx-modal{position:fixed;top:0;left:0;z-index:9000001;visibility:hidden;width:100%;height:100%;font-family:"Segoe UI",Helvetica,Arial,"Sans Serif",serif;line-height:normal;outline:0!important;transform:translate3d(0,0,0);perspective:0}.fbx-modal.fbx-loading,.fbx-modal.fbx-show{visibility:visible}.fbx-no-scroll{overflow:hidden!important}.fbx-inner-spacer{display:none;padding:40px}.fbx-inner{position:absolute;top:50%;left:50%;visibility:hidden;overflow:visible!important;margin-top:-5px;margin-left:-5px;min-width:100px;min-height:100px;width:100px;height:100px;z-index:100002}.fbx-show .fbx-inner{visibility:visible}.fbx-loader{position:absolute;top:50%;left:50%;visibility:hidden;z-index:100005;width:80px;height:80px;font-size:16px;transform:translateX(-50%) translateY(-50%)}.fbx-loader .fbx-icon{width:48px;height:48px;margin-top:-24px;margin-left:-24px;transform:none}.fbx-loading .fbx-loader{visibility:visible}.fbx-loading .fbx-loader .fbx-icon{animation:spin 2s infinite linear}.fbx-phone.fbx-portrait .fbx-loader{top:calc(50% + 20px)}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fbx-stage{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;outline:0;border:none;overflow:hidden}.fbx-item-current,.fbx-item-next{-webkit-user-drag:none;position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;outline:0;border:none;overflow:auto}.fbx-loading .fbx-item-current,.fbx-loading .fbx-item-next{overflow:hidden}.fbx-item-next{z-index:100001}.fbx-item-current{z-index:100002}.fbx-error-msg{width:240px;height:240px;position:relative}.fbx-error-msg>svg{width:auto;height:150px;display:block;top:calc(50% - 20px)}.fbx-error-msg>p{position:absolute;bottom:24px;text-align:center;width:100%;margin:0}.fbx-item-embed,.fbx-item-iframe,.fbx-item-image,.fbx-item-video{margin:0;padding:0;width:100%;height:100%;outline:0;border:none;display:block}.fbx-item-video>.fbx-video{background-color:#000}.fbx-item-embed embed,.fbx-item-embed iframe,.fbx-item-embed object{margin-bottom:0}.fbx-item-embed>embed,.fbx-item-embed>iframe,.fbx-item-embed>object{max-width:100%;max-height:100%}.fbx-ios-12-or-below .fbx-item-current{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.fbx-ios-12-or-below .fbx-item-iframe{width:1px;min-width:100%}.fbx-close,.fbx-next,.fbx-prev{position:absolute;z-index:100006;display:block;outline:0!important;text-decoration:none;cursor:pointer}.fbx-no-buttons .fbx-next,.fbx-no-buttons .fbx-prev{display:none!important}.fbx-credit{position:absolute;z-index:100003;text-transform:lowercase;font-size:10px}.fbx-credit em{font-style:normal;font-size:10px}.fbx-credit a{text-decoration:none;font-size:10px}.fbx-credit a span{letter-spacing:1px;font-size:10px}.fbx-count{position:absolute;z-index:100002;width:100%;text-align:center;font-size:10px}.fbx-btn-transition{transition-property:color,border-color,opacity,box-shadow,filter,-webkit-filter;transition-duration:.2s,.2s,.2s,.2s,.2s,.2s;transition-timing-function:ease-in,linear,ease-in,ease-in,ease-in,ease-in;outline:0}@media (hover:hover){.fbx-close:hover,.fbx-next:hover,.fbx-prev:hover{text-decoration:none}.fbx-credit a:hover span{text-decoration:underline}}.fbx-phone .fbx-count{display:none}.fbx-phone .fbx-credit em{display:none}.fbx-phone.fbx-landscape.fbx-no-nav .fbx-next,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-prev{display:none}.fbx-modal.fbx-phone .fbx-inner{border:none}.fbx-modal.fbx-phone .fbx-close,.fbx-modal.fbx-phone .fbx-next,.fbx-modal.fbx-phone .fbx-prev{position:fixed}.fbx-modal.fbx-phone .fbx-credit{bottom:2px;left:2px}.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-modal.fbx-phone.fbx-portrait .fbx-close,.fbx-modal.fbx-phone.fbx-portrait .fbx-next,.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{border:none;opacity:1;margin:0;top:0;bottom:auto;width:auto;height:40px;border-radius:0;line-height:40px}.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{left:0;right:66%}.fbx-modal.fbx-phone.fbx-portrait .fbx-next{left:33%;right:33%}.fbx-modal.fbx-phone.fbx-portrait .fbx-close{left:66%;right:0}.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close{left:0;right:0}.fbx-modal.fbx-phone.fbx-landscape{border-right-width:46px;border-right-style:solid;box-sizing:border-box}.fbx-modal.fbx-phone.fbx-landscape .fbx-inner-spacer{padding:5px}.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{bottom:auto;left:auto;right:-45px;width:44px;height:44px;line-height:44px;border:none;opacity:1;margin:0}.fbx-modal.fbx-phone.fbx-landscape .fbx-close{top:0;height:60px}.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{top:62px}.fbx-modal.fbx-phone.fbx-landscape .fbx-next{top:108px}.fbx-icon{display:inline-block;fill:currentColor;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.fbx-icon-close path{display:none}.fbx-flat .fbx-icon-close-flat,.fbx-metro .fbx-icon-close-default,.fbx-rounded .fbx-icon-close-default{display:inline}.fbx-flat .fbx-pause .fbx-icon-play-flat,.fbx-flat .fbx-play .fbx-icon-pause-flat,.fbx-icon-slideshow path,.fbx-metro .fbx-pause .fbx-icon-play-default,.fbx-metro .fbx-play .fbx-icon-pause-default,.fbx-rounded .fbx-pause .fbx-icon-play-default,.fbx-rounded .fbx-play .fbx-icon-pause-default{display:none}.fbx-flat .fbx-pause .fbx-icon-pause-flat,.fbx-flat .fbx-play .fbx-icon-play-flat,.fbx-metro .fbx-pause .fbx-icon-pause-default,.fbx-metro .fbx-play .fbx-icon-play-default,.fbx-rounded .fbx-pause .fbx-icon-pause-default,.fbx-rounded .fbx-play .fbx-icon-play-default{display:inline}.fbx-flat .fbx-maximize .fbx-icon-minimize-flat,.fbx-flat .fbx-minimize .fbx-icon-maximize-flat,.fbx-icon-fullscreen path,.fbx-metro .fbx-maximize .fbx-icon-minimize-default,.fbx-metro .fbx-minimize .fbx-icon-maximize-default,.fbx-rounded .fbx-maximize .fbx-icon-minimize-default,.fbx-rounded .fbx-minimize .fbx-icon-maximize-default{display:none}.fbx-flat .fbx-maximize .fbx-icon-maximize-flat,.fbx-flat .fbx-minimize .fbx-icon-minimize-flat,.fbx-metro .fbx-maximize .fbx-icon-maximize-default,.fbx-metro .fbx-minimize .fbx-icon-minimize-default,.fbx-rounded .fbx-maximize .fbx-icon-maximize-default,.fbx-rounded .fbx-minimize .fbx-icon-minimize-default{display:inline}.fbx-flat.fbx-arrows-1 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-10 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-11 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-2 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-3 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-4 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-5 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-6 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-7 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-8 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-9 .fbx-icon-arrows-flat,.fbx-icon-next path,.fbx-icon-prev path,.fbx-metro.fbx-arrows-1 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-10 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-11 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-2 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-3 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-4 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-5 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-6 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-7 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-8 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-9 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-1 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-10 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-11 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-2 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-3 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-4 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-5 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-6 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-7 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-8 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-9 .fbx-icon-arrows-default{display:none}.fbx-arrows-1 .fbx-icon-arrows-1,.fbx-arrows-10 .fbx-icon-arrows-10,.fbx-arrows-11 .fbx-icon-arrows-11,.fbx-arrows-2 .fbx-icon-arrows-2,.fbx-arrows-3 .fbx-icon-arrows-3,.fbx-arrows-4 .fbx-icon-arrows-4,.fbx-arrows-5 .fbx-icon-arrows-5,.fbx-arrows-6 .fbx-icon-arrows-6,.fbx-arrows-7 .fbx-icon-arrows-7,.fbx-arrows-8 .fbx-icon-arrows-8,.fbx-arrows-9 .fbx-icon-arrows-9,.fbx-flat .fbx-icon-arrows-flat,.fbx-metro .fbx-icon-arrows-default,.fbx-rounded .fbx-icon-arrows-default{display:inline}.fbx-flat.fbx-spinner-1 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-10 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-11 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-2 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-3 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-4 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-5 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-6 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-7 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-8 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-9 .fbx-icon-spinner-flat,.fbx-icon-spinner path,.fbx-metro.fbx-spinner-1 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-10 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-11 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-2 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-3 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-4 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-5 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-6 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-7 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-8 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-9 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-1 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-10 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-11 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-2 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-3 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-4 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-5 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-6 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-7 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-8 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-9 .fbx-icon-spinner-default{display:none}.fbx-flat .fbx-icon-spinner-flat,.fbx-metro .fbx-icon-spinner-default,.fbx-rounded .fbx-icon-spinner-default,.fbx-spinner-1 .fbx-icon-spinner-1,.fbx-spinner-10 .fbx-icon-spinner-10,.fbx-spinner-11 .fbx-icon-spinner-11,.fbx-spinner-2 .fbx-icon-spinner-2,.fbx-spinner-3 .fbx-icon-spinner-3,.fbx-spinner-4 .fbx-icon-spinner-4,.fbx-spinner-5 .fbx-icon-spinner-5,.fbx-spinner-6 .fbx-icon-spinner-6,.fbx-spinner-7 .fbx-icon-spinner-7,.fbx-spinner-8 .fbx-icon-spinner-8,.fbx-spinner-9 .fbx-icon-spinner-9{display:inline}.fbx-loader{box-shadow:0 0 3px rgba(0,0,0,.4)}.fbx-rounded .fbx-prev.fbx-btn-shadow,.fbx-rounded .fbx-prev.fbx-btn-shadow:hover{box-shadow:-2px 0 2px rgba(0,0,0,.4)}.fbx-rounded .fbx-next.fbx-btn-shadow,.fbx-rounded .fbx-next.fbx-btn-shadow:hover{box-shadow:2px 0 2px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-inner-shadow,.fbx-rounded .fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:0 0 12px rgba(0,0,0,.4)}@media (hover:hover){.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded .fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover .fbx-icon,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:0 0 6px rgba(0,0,0,.4)}}.fbx-flat .fbx-inner-shadow{box-shadow:0 5px 35px rgba(0,0,0,.65)}.fbx-flat .fbx-inner-shadow,.fbx-flat .fbx-loader,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover{box-shadow:none}.fbx-flat .fbx-loader .fbx-icon,.fbx-flat:not(.fbx-phone) .fbx-btn-shadow .fbx-icon{filter:drop-shadow(0 0 3px rgba(0, 0, 0, 1))}.fbx-flat:not(.fbx-phone) .fbx-btn-shadow:hover .fbx-icon{filter:drop-shadow(0 0 1px rgba(0, 0, 0, 1))}.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:none}.fbx-rounded .fbx-inner{border:solid 8px transparent;border-radius:6px}.fbx-rounded .fbx-item-current,.fbx-rounded .fbx-item-image,.fbx-rounded .fbx-item-next{border-radius:3px}.fbx-rounded .fbx-loader{border-radius:50%}.fbx-rounded .fbx-close{top:-21px;right:-21px;width:28px;height:28px;line-height:28px;border:solid 3px transparent;border-radius:50%}.fbx-rounded .fbx-next,.fbx-rounded .fbx-prev{position:absolute;top:50%;margin-top:-50px;width:30px;height:100px;line-height:100px;border:solid 3px transparent}.fbx-rounded .fbx-prev{left:-40px;border-radius:6px 0 0 6px}.fbx-rounded .fbx-next{right:-40px;border-radius:0 6px 6px 0}.fbx-rounded .fbx-next.fbx-disabled,.fbx-rounded .fbx-prev.fbx-disabled{display:none}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled{display:block;cursor:default}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled .fbx-icon,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled .fbx-icon{opacity:.3}.fbx-rounded.fbx-desktop .fbx-next,.fbx-rounded.fbx-desktop .fbx-prev{position:absolute}.fbx-rounded .fbx-count,.fbx-rounded .fbx-credit{bottom:-25px}.fbx-rounded .fbx-inner-spacer{padding:40px 40px 50px 40px}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-rounded.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons .fbx-prev{position:fixed;top:50%;margin-top:-50px;width:40px;height:100px;line-height:100px}.fbx-rounded.fbx-sticky-buttons .fbx-prev{left:0;border-radius:0 6px 6px 0}.fbx-rounded.fbx-sticky-buttons .fbx-next{right:0;border-radius:6px 0 0 6px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:40px 80px}.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:5px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:0;border-radius:0;width:55px;height:auto;opacity:.3}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon{height:32px;width:auto}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:auto;border-radius:0;width:auto;min-width:0;height:40px;opacity:1}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next .fbx-icon,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev .fbx-icon{height:16px;width:auto}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{left:0;right:66%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-next{left:34%;right:34%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:66%;right:0}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-no-buttons.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:0;right:0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:50%;bottom:auto;width:34px;height:80px;opacity:.5}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:62px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{top:108px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{border-radius:6px 0 0 6px}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{z-index:100003;position:absolute;top:0;bottom:0;height:100%;width:25%;margin:0;border-radius:0;box-sizing:border-box;opacity:1}@media (hover:hover){.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{opacity:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev:hover,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next:hover,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev:hover{opacity:1}}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{left:0;right:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next{right:0;left:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev .fbx-icon{width:16px;height:16px;border-radius:50%;position:absolute;top:50%;padding:5px;border-width:3px;border-style:solid;transform:translateY(-50%)}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev .fbx-icon{left:10px;right:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next .fbx-icon{right:10px;left:auto}.fbx-light,.fbx-light .fbx-caption,.fbx-light .fbx-open-caption,.fbx-light.fbx-phone .fbx-social{background-color:rgba(0,0,0,.7)}.fbx-light .fbx-progress{background-color:rgba(255,255,255,.5)}.fbx-fullscreen-mode.fbx-light{background-color:grey}.fbx-light .fbx-inner,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon,.fbx-light.fbx-modal,.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,.fbx-rounded.fbx-light .fbx-close,.fbx-rounded.fbx-light .fbx-fullscreen-toggle,.fbx-rounded.fbx-light .fbx-pause,.fbx-rounded.fbx-light .fbx-play,.fbx-rounded.fbx-light .fbx-social-toggle{border-color:#fff}.fbx-light .fbx-close,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-inner,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-next,.fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-prev,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon{background-color:#fff}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-loader,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next .fbx-icon,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev{background-color:transparent}.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next .fbx-icon,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev .fbx-icon{border-color:transparent}.fbx-flat.fbx-light.fbx-modal{border-color:rgba(0,0,0,.2)}.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-close,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-fullscreen-toggle,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-next,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-pause,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-play,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-prev,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-social-toggle{background-color:rgba(0,0,0,.2)}.fbx-light .fbx-close,.fbx-light .fbx-error-msg,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-metro.fbx-light .fbx-count,.fbx-metro.fbx-light .fbx-credit a{color:#666!important}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-close:hover,.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-fullscreen-toggle:hover,.fbx-flat.fbx-light .fbx-loader,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-next:hover,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-pause:hover,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-play:hover,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-prev:hover,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light .fbx-social-toggle:hover{color:#fff!important}.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-rounded.fbx-light .fbx-count,.fbx-rounded.fbx-light .fbx-credit a{color:#888}.fbx-light .fbx-caption{color:#fff}.fbx-light .fbx-caption-desc,.fbx-light .fbx-caption-desc a{color:#eee}@media (hover:hover){.fbx-light .fbx-close:hover,.fbx-light .fbx-fullscreen-toggle:hover,.fbx-light .fbx-next:hover,.fbx-light .fbx-pause:hover,.fbx-light .fbx-play:hover,.fbx-light .fbx-prev:hover,.fbx-light .fbx-social-toggle:hover,.fbx-metro.fbx-light .fbx-credit a:hover{color:#bababa!important}.fbx-metro.fbx-light .fbx-close:hover,.fbx-metro.fbx-light .fbx-fullscreen-toggle:hover,.fbx-metro.fbx-light .fbx-next:hover,.fbx-metro.fbx-light .fbx-pause:hover,.fbx-metro.fbx-light .fbx-play:hover,.fbx-metro.fbx-light .fbx-prev:hover,.fbx-metro.fbx-light .fbx-social-toggle:hover{border-color:#bababa}.fbx-flat.fbx-light .fbx-credit a:hover span,.fbx-rounded.fbx-light .fbx-credit a:hover span{color:#ddd}}.fbx-light .fbx-item-current::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5)}.fbx-light .fbx-item-current::-webkit-scrollbar,.fbx-light .fbx-item-next::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track,.fbx-light .fbx-item-next::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-corner,.fbx-light .fbx-item-current::-webkit-scrollbar-thumb,.fbx-light .fbx-item-next::-webkit-scrollbar-corner,.fbx-light .fbx-item-next::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.fbx-caption{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:100004;width:100%;text-align:center;font-size:14px;transition:visibility .3s ease,opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}.fbx-caption.fbx-hide-caption{transition:none}.fbx-show .fbx-caption{visibility:visible}.fbx-show .fbx-caption.fbx-fade-caption{opacity:0;visibility:hidden}.fbx-caption.fbx-slide-caption{transform:translateY(100%)}.fbx-loading .fbx-caption.fbx-hide-caption,.fbx-show .fbx-caption.fbx-hide-caption{visibility:hidden}.fbx-fullscreen-mode .fbx-caption,.fbx-sticky-caption .fbx-caption{position:fixed;z-index:100007}.fbx-modal.fbx-phone .fbx-caption{position:fixed;z-index:100004}.fbx-rounded .fbx-caption{border-radius:0 0 3px 3px}.fbx-modal.fbx-phone .fbx-caption,.fbx-sticky-caption.fbx-rounded .fbx-caption{border-radius:0}.fbx-close-caption{position:absolute;top:0;right:0;padding:3px 3px 10px 10px;color:#fff!important;font-size:24px;text-decoration:none;line-height:20px;cursor:pointer}.fbx-open-caption{z-index:100004;position:absolute;bottom:0;right:5px;padding:0 10px 10px 10px;color:#fff!important;font-size:24px;text-decoration:none;line-height:20px;opacity:0;visibility:hidden;transition:opacity .3s ease;border-top-left-radius:6px;border-top-right-radius:6px;cursor:pointer}.fbx-caption-toggle-only.fbx-captions-hidden .fbx-open-caption,.fbx-pannable-item.fbx-captions-hidden .fbx-open-caption{opacity:1;visibility:visible}.fbx-caption-title{font-size:15px;padding:15px}.fbx-caption-desc{font-size:12px;line-height:20px;padding:15px}.fbx-caption-desc a{font-size:12px}.fbx-caption-title+.fbx-caption-desc{margin-top:-30px}.fbx-phone .fbx-caption{min-height:20px;font-size:12px;line-height:20px}.fbx-phone .fbx-caption-title{font-size:13px;padding:10px}.fbx-phone .fbx-caption-desc{font-size:11px;line-height:15px;padding:10px}.fbx-phone .fbx-caption-title+.fbx-caption-desc{margin-top:-20px}.fbx-modal.fbx-phone .fbx-caption{bottom:0;position:fixed}.fbx-modal.fbx-phone.fbx-landscape .fbx-caption,.fbx-phone.fbx-landscape.fbx-sticky-caption .fbx-caption{z-index:100004}.fbx-pannable{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.fbx-pannable.fbx-panning{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fbx-pannable>div>img.fbx-item{max-width:none;max-height:none}.fbx-pan-overview{cursor:pointer;max-width:150px;max-height:150px;overflow:hidden;background-position:top left;background-size:cover;position:absolute;z-index:100006;border:solid 2px #666;box-shadow:0 0 12px rgba(0,0,0,.8)}.fbx-pan-overview.fbx-top-left{top:20px;left:20px}.fbx-pan-overview.fbx-top-right{top:20px;right:32px}.fbx-pan-overview.fbx-bottom-left{bottom:32px;left:20px}.fbx-pan-overview.fbx-bottom-right{bottom:32px;right:32px}.fbx-pan-viewport{position:absolute;top:0;left:0;box-shadow:0 0 300px 300px rgba(0,0,0,.7)}.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle{right:1px!important}@font-face {
font-family: 'bwg';
src: url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.eot?qy18kk);
src: url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.eot?qy18kk#iefix) format('embedded-opentype'),
url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.ttf?qy18kk) format('truetype'),
url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.woff?qy18kk) format('woff'),
url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.svg?qy18kk#bwg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="bwg-icon-"],
[class*=" bwg-icon-"],
.bwg-icon { font-family: 'bwg' !important;
speak: none;
display:inline-block;
line-height: 1;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: top; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bwg-icon-angle-down:before {
content: "\e900";
}
.bwg-icon-angle-down-sm:before {
content: "\e901";
}
.bwg-icon-angle-left:before {
content: "\e902";
}
.bwg-icon-angle-left-sm:before {
content: "\e903";
}
.bwg-icon-angle-right:before {
content: "\e904";
}
.bwg-icon-angle-right-sm:before {
content: "\e905";
}
.bwg-icon-angle-up:before {
content: "\e906";
}
.bwg-icon-angle-up-sm:before {
content: "\e907";
}
.bwg-icon-arrow-down:before {
content: "\e908";
}
.bwg-icon-arrow-left:before {
content: "\e909";
}
.bwg-icon-arrow-right:before {
content: "\e90a";
}
.bwg-icon-arrows-in:before {
content: "\e90b";
}
.bwg-icon-arrows-out:before {
content: "\e90c";
}
.bwg-icon-arrow-up:before {
content: "\e90d";
}
.bwg-icon-bell:before {
content: "\e90e";
}
.bwg-icon-bell-half-o:before {
content: "\e90f";
}
.bwg-icon-bell-o:before {
content: "\e910";
}
.bwg-icon-caret-down:before {
content: "\e911";
}
.bwg-icon-caret-up:before {
content: "\e912";
}
.bwg-icon-chevron-down-sm:before {
content: "\e913";
}
.bwg-icon-chevron-left:before {
content: "\e914";
}
.bwg-icon-chevron-left-sm:before {
content: "\e915";
}
.bwg-icon-chevron-right:before {
content: "\e916";
}
.bwg-icon-chevron-right-sm:before {
content: "\e917";
}
.bwg-icon-chevron-up-sm:before {
content: "\e918";
}
.bwg-icon-circle:before {
content: "\e919";
}
.bwg-icon-circle-half:before {
content: "\e91a";
}
.bwg-icon-circle-o:before {
content: "\e91b";
}
.bwg-icon-comment-square:before {
content: "\e91c";
}
.bwg-icon-compress:before {
content: "\e91d";
}
.bwg-icon-double-left:before {
content: "\e91e";
}
.bwg-icon-double-right:before {
content: "\e91f";
}
.bwg-icon-download:before {
content: "\e920";
}
.bwg-icon-expand:before {
content: "\e921";
}
.bwg-icon-facebook-square:before {
content: "\e922";
}
.bwg-icon-flag:before {
content: "\e923";
}
.bwg-icon-flag-haif-o:before {
content: "\e924";
}
.bwg-icon-flag-o:before {
content: "\e925";
}
.bwg-icon-google-plus-square:before {
content: "\e926";
}
.bwg-icon-heart:before {
content: "\e927";
}
.bwg-icon-heart-half-o:before {
content: "\e928";
}
.bwg-icon-heart-o:before {
content: "\e929";
}
.bwg-icon-info-circle:before {
content: "\e92a";
}
.bwg-icon-minus-square:before {
content: "\e92b";
}
.bwg-icon-minus-square-o:before {
content: "\e92c";
}
.bwg-icon-pause:before {
content: "\e92d";
}
.bwg-icon-pinterest-square:before {
content: "\e92e";
}
.bwg-icon-play:before {
content: "\e92f";
}
.bwg-icon-refresh:before {
content: "\e930";
}
.bwg-icon-search:before {
content: "\e931";
}
.bwg-icon-shopping-cart:before {
content: "\e932";
}
.bwg-icon-sign-out:before {
content: "\e933";
}
.bwg-icon-square:before {
content: "\e934";
}
.bwg-icon-square-half:before {
content: "\e935";
}
.bwg-icon-square-o:before {
content: "\e936";
}
.bwg-icon-star:before {
content: "\e937";
}
.bwg-icon-star-half-o:before {
content: "\e938";
}
.bwg-icon-star-o:before {
content: "\e939";
}
.bwg-icon-times:before {
content: "\e93a";
}
.bwg-icon-times-sm:before {
content: "\e93b";
}
.bwg-icon-tumblr-square:before {
content: "\e93c";
}
.bwg-icon-twitter-square:before {
content: "\e93d";
}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;position:absolute;top:0;left:0;width:100%;margin:0;padding:5px 8px;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799d0;border-color:#7799d0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #a4a4a4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px 6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#e4e4e4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-moz-opacity:0.5;-khtml-opacity:0.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #aeaeae;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #dbdbdb;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px 0}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.reset-all{padding:5px 10px 5px 35px;border-bottom:1px solid #cdcdcd}.SumoSelect[is-selected=false] .reset-all{opacity:.5;pointer-events:none}.SumoSelect[is-selected=true] .reset-all{opacity:1;cursor:pointer;color:#7799d0}.SumoSelect[is-selected=true] .reset-all *{cursor:pointer}.SumoSelect[is-selected=true] .reset-all:hover{color:#000}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.spider_popup_wrap .bwg_image_wrap figure{margin:0;padding:0;display:inline-block}figure.zoom{background-position:50% 50%;background-size:200%;position:relative;width:auto;overflow:hidden;cursor:zoom-in}figure.zoom img:hover{opacity:0}figure.zoom img{transition:opacity .5s;display:block}div[id^=bwg_container] p{padding:0!important;margin:0!important}div[id^=bwg_container] img{box-shadow:none!important}div[id^=bwg_container] *{margin:0}div[id^=bwg_container] .SumoSelect.open>.CaptionCont,div[id^=bwg_container] .SumoSelect:focus>.CaptionCont,div[id^=bwg_container] .SumoSelect:hover>.CaptionCont,div[id^=bwg_container] .SumoSelect>.CaptionCont{border:none;box-shadow:none}#bwg_tag_wrap{background-color:#fff;width:100%;font-family:inherit;margin:0 -5px 20px 0;z-index:200;position:relative}.bwg_search_loupe_container,.bwg_search_reset_container{font-size:18px;color:#ccc;cursor:pointer;position:relative}#bwg_tag_container p{text-align:center}#bwg_tag_container{border:1px solid #ccc;box-shadow:0 0 3px 1px #ccc;border-radius:4px;width:256px;float:right}#spider_popup_wrap a{border:none;box-shadow:none}div[id^=bwg_container].bwg_container .bwg-a{border:none;box-shadow:none!important;outline:0;font-size:0;line-height:normal;cursor:pointer;text-decoration:none}div[id^=bwg_container].bwg_container .bwg-masonry-thumb-description,div[id^=bwg_container].bwg_container .bwg-thumb-description{cursor:auto}div[id^=bwg_container] div[id^=bwg_container] .bwg_img_clear{max-height:none!important;max-width:none!important;padding:0!important}.tag_cloud_link{font-size:inherit!important}@media print{#spider_popup_left,#spider_popup_right,.bwg_image_info,[class^=bwg_slideshow_title_text_],[id^=bwg_slideshow_play_pause_],[id^=spider_slideshow_left_],[id^=spider_slideshow_right_]{background:0 0}}.bwg_spider_popup_loading,.footer-list-block .bwp_gallery .bwg_spider_popup_loading,.footer-list-block .bwp_gallery_tags .bwg_spider_popup_loading{background-image:url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:0 0;background-size:30px 30px;border:none!important;display:none;height:30px;left:50%;margin-left:-20px;margin-top:-20px;overflow:hidden;position:fixed;top:50%;width:30px;z-index:10102}.bwg_filmstrip_thumbnail_img{max-width:none!important}.dashicons-arrow-down-alt2:before{content:"\f347";height:100%;display:inline-block}.footer-list-block .bwp_gallery .spider_popup_overlay,.footer-list-block .bwp_gallery_tags .spider_popup_overlay,.spider_popup_overlay{cursor:pointer;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10100}.bwp_gallery_tags div[id^=bwg_container] li{border:none}.spider_popup_close,.spider_popup_close_fullscreen{-moz-box-sizing:content-box!important;box-sizing:content-box!important;cursor:pointer;display:table;line-height:0;position:absolute;z-index:11100}.spider_popup_close_fullscreen{margin:10px 7px;right:7px}#spider_popup_left{left:0}#spider_popup_right{right:0}#spider_popup_left:hover,#spider_popup_right:hover{visibility:visible}#spider_popup_left:hover span{left:20px}#spider_popup_right:hover span{left:auto;right:20px}#spider_popup_left,#spider_popup_right{background:transparent url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/blank.gif) repeat scroll 0 0;bottom:35%;cursor:pointer;display:inline;height:30%;outline:medium none;position:absolute;width:35%;z-index:10130}#bwg_image_container #spider_popup_left,#bwg_image_container #spider_popup_right{width:25%}#spider_popup_left-ico,#spider_popup_right-ico{-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:table;line-height:0;margin-top:-15px;position:absolute;top:50%;z-index:10135}.bwg_captcha_refresh{background-image:url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/captcha_refresh.png);background-position:center center;background-repeat:no-repeat;background-size:100% 100%;border-width:0;cursor:pointer;display:inline-block;height:20px;width:20px;margin:0;padding:0;vertical-align:middle}.bwg_captcha_input{vertical-align:middle;width:75px!important}.bwg_captcha_img{cursor:pointer;margin:0 5px 0 5px;vertical-align:middle}.bwg_comment_error{color:red;display:block}.bwg_comment_waiting_message{display:none}.bwg_image_hit_container1,.bwg_image_info_container1,.bwg_image_rate_container1{height:100%;margin:0 auto;position:absolute;width:100%}.bwg_image_rate_container1{display:none}.bwg_image_hit_container2,.bwg_image_info_container2,.bwg_image_rate_container2{display:table;height:100%;margin:0 auto;position:absolute;width:100%}.bwg_image_hit_spun,.bwg_image_info_spun,.bwg_image_rate_spun{display:table-cell;height:100%;left:0;top:0;width:100%;overflow:hidden;position:relative}.bwg_image_hit,.bwg_image_info,.bwg_image_rate{display:inline-block;position:relative;text-decoration:none;word-wrap:break-word;z-index:11}.bwg_image_rate{z-index:999!important}.bwg_image_rate_disabled{display:none;position:absolute;width:100%;height:40px;top:0}@media screen and (max-width:465px){.bwg_ctrl_btn_container{height:auto!important}}.bwg_search_container_1{display:inline-block;width:100%;text-align:right;margin:0 5px 20px 0;background-color:rgba(0,0,0,0)}.bwg_search_container_2{display:inline-block;position:relative;border-radius:4px;box-shadow:0 0 3px 1px #ccc;background-color:#fff;border:1px solid #ccc;max-width:100%}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input_container{display:block;margin-right:45px}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_loupe_container{display:inline-block;margin-right:1px;vertical-align:middle;float:right}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_reset_container{margin-right:5px;vertical-align:middle;float:right}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_reset,.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search{display:block;font-size:10px;color:#323a45;cursor:pointer;line-height:inherit!important}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search{font-size:12px}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input,div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input:focus{color:#070707;outline:0;border:none;box-shadow:none;background:0 0;padding:3px 5px;font-family:inherit;width:100%}.bwg_order_cont .SumoSelect{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 3px 1px #ccc;border-radius:4px;height:initial;max-width:100%;padding:0 10px}.SumoSelect>.optWrapper>.options li.opt{border:none;text-align:left}.bwg_order_cont .SumoSelect .CaptionCont{text-align:left}.bwg_order_cont{background-color:rgba(0,0,0,0);display:block;text-align:right;width:100%;margin:0 5px 20px 0}#bwg_tag_container .SumoSelect,.bwg_order_cont .SumoSelect{display:inline-table}#bwg_tag_container .SumoSelect ul.options,.bwg_order_cont .SumoSelect ul.options{margin:0;padding:0!important}#bwg_tag_container .SumoSelect li,.bwg_order_cont .SumoSelect li{list-style:none}#bwg_tag_container .SumoSelect.open .search-txt{padding:0 8px;height:100%}#bwg_tag_container .SumoSelect>.optWrapper>.options li label{margin:0}.bwg_order_label{border:none;box-shadow:none;color:#bbb;font-family:inherit;font-weight:700;outline:0}.bwg_order{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 3px 1px #ccc;border-radius:4px;height:initial;max-width:100%;text-align:left}.wd_error{color:#ccc;font-size:initial}div[id^=bwg_container] .bwg_download_gallery{text-align:right;margin-top:10px}div[id^=bwg_container] .bwg_download_gallery a{color:#4a4a4a;font-size:25px;text-decoration:none}div[id^=bwg_container] .bwg_download_gallery a:hover{color:#7d7d7d}div[id^=bwg_container] .bwg-border-box *{-moz-box-sizing:border-box;box-sizing:border-box}.bwg-flex{display:flex}.bwg-width-100{width:100%;max-width:100%}.bwg-flex-column{flex-direction:column}.bwg-flex-row{flex-direction:row;flex-wrap:wrap}.bwg-container{font-size:0;width:100%;max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.bwg-item{display:flex;flex-direction:column;cursor:pointer}.bwg-item0{overflow:hidden;z-index:100}.bwg-item0:hover{background:0 0!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;opacity:1;z-index:102;position:relative}.bwg-item1{overflow:hidden;width:100%;position:relative}.bwg-item2{top:0;left:0;bottom:0;right:0;width:100%;height:100%}.bwg-item2{position:absolute}.bwg-ecommerce1,.bwg-title1{opacity:1;text-align:center;width:100%}.bwg-ecommerce1{text-align:right}.bwg-title2{width:100%;word-wrap:break-word}.bwg-item0:hover .bwg-ecommerce1,.bwg-item0:hover .bwg-title1{left:0!important;opacity:1!important}.bwg-play-icon1{display:flex;width:auto;height:auto;opacity:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;justify-content:center;align-content:center;flex-direction:column;text-align:center}.bwg_loading_div_1{position:absolute;width:100%;height:100%;z-index:115;text-align:center;vertical-align:middle;top:0}.bwg_load_more_ajax_loading{width:100%;z-index:115;text-align:center;vertical-align:middle;position:relative;height:30px}.bwg_load_more_ajax_loading.bwg-hidden{height:0}.bwg_loading_div_2{display:table;vertical-align:middle;width:100%;height:100%;background-color:#fff;opacity:.95}.bwg_loading_div_3{display:table-cell;text-align:center;position:relative;vertical-align:middle}.bwg_spider_ajax_loading{border:none!important;display:inline-block;text-align:center;position:relative;vertical-align:middle;background-image:url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/ajax_loader.png);float:none;width:30px;height:30px;background-size:30px 30px}.bwg-hidden{visibility:hidden}.bwg_container{position:relative;margin:20px auto}.bwg_inst_play_btn_cont,.bwg_inst_play_btn_cont .bwg_inst_play{display:block}.hidden{display:none}.bwg-loading{width:100%;height:100%;opacity:.95;position:absolute;background-image:url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}#bwg_download{display:inline-block}#bwg_download.hidden{display:none}.bwg_thumbnail.bwg_container .search_line.bwg_tag_select_view{min-height:50px;-webkit-box-shadow:0 5px 7px -5px rgba(0,0,0,.16);-moz-box-shadow:0 5px 7px -5px rgba(0,0,0,.16);box-shadow:0 5px 7px -5px rgba(0,0,0,.16);margin-bottom:10px;display:inline-block;width:100%}.bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap,.bwg_thumbnail.bwg_container .search_line .bwg_order_cont,.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1{float:left;display:table-cell;text-align:left;vertical-align:middle}.bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap #bwg_tag_container,.bwg_thumbnail.bwg_container .search_line .bwg_order_cont select{border:.5px solid rgba(0,0,0,.15);box-shadow:none;border-radius:15px}.bwg_thumbnail.bwg_container .search_line .bwg_order_cont,.bwg_thumbnail.bwg_container .search_line .search_tags_container{width:25%;min-width:120px;max-width:180px;margin-right:20px;border:.5px solid rgba(0,0,0,.15);box-shadow:none;border-radius:15px;float:left;height:30px;padding:0;cursor:pointer;background:#fff}.bwg_thumbnail.bwg_container .search_line .bwg_order_cont select,.bwg_thumbnail.bwg_container .search_line .placeholder,.bwg_thumbnail.bwg_container .search_line .search-txt,.bwg_thumbnail.bwg_container .search_line .select-all,.bwg_thumbnail.bwg_container .search_line.SumoSelect .opt label{color:#323a45;font-size:12px;text-transform:uppercase;font-weight:400;font-family:Ubuntu;margin:0;border:none}.bwg_thumbnail.bwg_container .search_line .select-all label{margin-bottom:0;line-height:13px}.bwg_thumbnail.bwg_container .search_line .SumoSelect ul.options:not(:empty){padding:15px 0 0 10px!important}.bwg_thumbnail.bwg_container .search_line .SumoSelect{padding:0 10px;width:initial;height:inherit;cursor:pointer;display:block;border:none;box-shadow:none;border-radius:0;max-width:100%;background-color:transparent;line-height:inherit;vertical-align:bottom}.bwg_thumbnail.bwg_container .search_line .bwg_search_input_container{height:30px;text-align:center;font-size:12px;font-family:Ubuntu;border-radius:15px;text-align:left;width:calc(100%);margin:0;overflow:hidden}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input,.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input:focus{height:30px;padding:0 10px;text-align:center;font-size:12px;font-family:Ubuntu;border-radius:15px;text-align:left;width:calc(100% - 64px);display:inline-table}.bwg_thumbnail.bwg_container .search_line .CaptionCont span{display:block!important;vertical-align:middle;color:#323a45!important;font-size:12px;text-transform:uppercase;font-family:Ubuntu;cursor:pointer;line-height:29px;max-width:calc(100% - 20px)}.bwg_thumbnail .search_tags{cursor:pointer}.bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all>span,.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.options li.opt span{margin-left:-35px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:25px}.bwg_thumbnail .bwg_search_input::-webkit-input-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;font-family:Ubuntu}.bwg_thumbnail .bwg_search_input::-moz-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;text-align:left;font-family:Ubuntu;line-height:30px}.bwg_thumbnail .bwg_search_input:-ms-input-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;text-align:left;font-family:Ubuntu}.bwg_thumbnail .bwg_search_input:-moz-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;text-align:left;font-family:Ubuntu}.bwg_thumbnail .search-txt::-webkit-input-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px!important}.bwg_thumbnail .search-txt::-moz-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px!important}.bwg_thumbnail .search-txt::-ms-input-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px}.bwg_thumbnail .search-txt:-ms-input-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px}.bwg_thumbnail .search-txt:-moz-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px}.bwg_thumbnail .bwg_search_input_container .search_placeholder_title{width:calc(100% - 20px);height:29px;text-align:center;display:inline-block;background:#fff;position:absolute;top:.5px;left:10px;white-space:nowrap;border-radius:15px;color:#4e4e4e;text-transform:uppercase;overflow:hidden}.bwg_thumbnail .bwg_search_input_container .search_placeholder_title span{line-height:28px}.bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container{line-height:29px;display:inline-block;top:0;margin-right:10px;vertical-align:middle;float:none;padding-top:0;font-size:12px;font-family:Ubuntug}.bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container1{margin-left:0;float:left;top:0;line-height:30px;width:auto;height:30px;margin-left:10px}.bwg_thumbnail.bwg_container .search_line .bwg_search_reset_container{right:0;top:0;line-height:30px;width:11px;height:30px;margin-right:10px}.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1{float:right;width:30%;min-width:120px}.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 .bwg_search_container_2{width:100%!important;float:right}.bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all{padding:0 0 3px 35px!important;height:13px;line-height:13px;margin-bottom:15px!important}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper>.options li.opt{margin-bottom:15px;padding:0;list-style:none;color:#323a45;font-size:12px;text-transform:uppercase;font-family:Ubuntu;line-height:12px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel,.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{font-family:Ubuntu;font-size:12px;line-height:12px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background:0 0}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper>.options li.opt label{color:#323a45;font-size:12px;text-transform:uppercase;font-family:Ubuntu;font-weight:400;margin-bottom:0}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont{height:inherit;border:transparent;background:inherit;width:100%;cursor:pointer;max-height:calc(100% - 2px)}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label{margin:0;line-height:100%;cursor:pointer;width:20px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i{background:0 0;line-height:100%;height:100%}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i.closed:before,.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i.opened:before{color:#323a45;font-size:10px;line-height:30px}.bwg_thumbnail.bwg_container .search_line .bwg_reset{position:absolute}.bwg_thumbnail.bwg_container .search_line .no-match{font-family:Ubuntu;font-size:12px;color:#323a45;padding:5px 25px!important;text-align:center}.bwg_thumbnail.bwg_container .search_line .search-txt{border:transparent;background:0 0;padding:4px 0!important;height:100%}.bwg_thumbnail.bwg_container .search_line .search-txt:focus{box-shadow:none}.bwg_thumbnail.bwg_container .search_line .bwg_order.SumoUnder{display:none}.bwg_slideshow_image_container{position:absolute}.bwg_slideshow_image_container>div>div{display:table;margin:0 auto}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_container_] img[id^=bwg_slideshow_image_]{display:inline-block}.bwg_thumbnail #bwg_tag_container p{text-align:left}.bwg_thumbnail .bwg_search_container_2{display:inline-block;position:relative;border-radius:4px;background-color:#fff;max-width:100%;box-shadow:none;border:.5px solid rgba(0,0,0,.15);border-radius:15px}.bwg_thumbnail .bwg_order_cont{background-color:rgba(0,0,0,0);display:block;text-align:right;width:100%}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input_container{display:block;text-align:center}.bwg_thumbnail .SumoSelect>.optWrapper>.options li.opt:hover{background-color:transparent}.bwg-zoom-effect .bwg-zoom-effect-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:0;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}.bwg-zoom-effect-overlay{display:flex;align-items:center;justify-content:center}.bwg-zoom-effect:hover .bwg-zoom-effect-overlay{opacity:1}.bwg-zoom-effect .bwg-title1{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:480px){.bwg-zoom-effect img{-webkit-transition:all .3s;transition:all .3s}}.bwg_container div[id^=bwg_container2_] img{height:initial}.bwg-masonry-vertical{flex-direction:column}.bwg_thumbnails_masonry .bwg-masonry-thumbnails{overflow:hidden}.bwg_thumbnails_masonry .bwg-masonry-thumbnails .bwg-item{box-sizing:border-box}.bwg-masonry-horizontal{flex-direction:row}.bwg-masonry-horizontal-parent{overflow-x:scroll;overflow-y:hidden}.bwg-masonry-horizontal-container{width:fit-content}.bwg-item.bwg-empty-item{border:0!important;padding:0!important}.bwg-background{background-color:rgba(0,0,0,0);position:relative;width:100%}.bwg-background .wd_error{color:#323a45;font-weight:700}div[id^=bwg_container] .bwg-carousel{margin:0 auto}.bwg_carousel_preload{background-image:url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-size:50px!important;background-repeat:no-repeat;background-color:#fff;background-position:center}.bwg_container.bwg_carousel *{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bwg_container.bwg_carousel [id^=bwg_container2_] *{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_]{position:relative;z-index:15}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_image_container_]{display:inline-block;position:absolute;text-align:center;vertical-align:middle}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_container_]{display:table-cell;margin:0 auto;position:relative;vertical-align:middle}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_container_] div{display:table;margin:0 auto}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_spun_]{display:table-cell;overflow:hidden;position:relative}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_image_]{padding:0!important;display:inline-block;float:none!important;margin:4px!important;position:relative;z-index:15}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_text_],.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_text_]:hover{text-decoration:none;margin:4px;display:block;position:relative;z-index:17}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel-cont-child{max-width:100%;position:relative;overflow:hidden;height:100%;width:100%}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg-carousel-image{border:0;position:absolute;display:block;max-width:none;padding:0!important;margin:0!important;float:none!important;vertical-align:middle;height:100%;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;vertical-align:middle}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg-carousel{position:relative;max-width:100%;width:100%}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel-feature]{position:absolute;display:block;overflow:hidden;cursor:pointer}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel-feature] [class^=bwg_carousel-caption] [class^=bwg_carousel_title_text_]{text-decoration:none;position:absolute;z-index:15;display:inline-block;width:75%;top:0;text-align:center;word-wrap:break-word;word-break:break-word}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-left],.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-right]{bottom:38%;cursor:pointer;display:inline;height:30%;outline:medium none;position:absolute;width:0%;z-index:13;visibility:visible}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-right]{right:0;left:auto;z-index:999}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-left]{left:20px;z-index:999}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_video_hide]{width:100%;height:100%;position:absolute;z-index:22}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_] span,.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_] span{display:table-cell;text-align:center;vertical-align:middle;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_],.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_]{z-index:13;-moz-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-table;line-height:0;margin-top:-15px;position:absolute;top:55%}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_]:hover,.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_]:hover{cursor:pointer}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_]{bottom:0;cursor:pointer;display:flex;justify-content:center;align-items:center;outline:medium none;position:absolute;height:inherit;width:30%;left:35%;z-index:13}.bwg_container.bwg_carousel .bwg_carousel_play_pause:hover .bwg_carousel_play_pause-ico{display:inline-block!important}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_]:hover span{position:relative;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_] span{display:flex;justify-content:center;align-items:center}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel_play_pause-ico{display:none!important;cursor:pointer;position:relative;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel_play_pause-ico:hover{display:inline-block;position:relative;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_embed_]{padding:0!important;float:none!important;width:100%;height:100%;vertical-align:middle;position:relative;display:table;background-color:#000;text-align:center}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_embed_video_]{padding:0!important;margin:0!important;float:none!important;vertical-align:middle;position:relative;display:table-cell;background-color:#000;text-align:center}.bwg_thumbnail.bwg_container{padding:0 1px;min-height:140px}.bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive{display:inline-block}body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_order_cont,body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_search_container_1,body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .search_tags_container{width:100%;margin:0 0 10px 0;text-align:center;max-width:100%}.search_line .SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:26px}.bwg_container.bwg_blog_style .fluid-width-video-wrapper,.bwg_container.bwg_carousel .fluid-width-video-wrapper,.bwg_container.bwg_image_browser .fluid-width-video-wrapper{width:100%;position:unset!important;padding:0!important}.bwg_inst_play_btn_cont{width:100%;height:100%;position:absolute;z-index:1;cursor:pointer;top:0}.bwg_inst_play{position:absolute;width:50px;height:50px;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:background-image .2s ease-out;-ms-transition:background-image .2s ease-out;-moz-transition:background-image .2s ease-out;-webkit-transition:background-image .2s ease-out;top:0;left:0;right:0;bottom:0;margin:auto}.bwg_inst_play:hover{background-position:center center;background-repeat:no-repeat;background-size:cover}.spider_popup_wrap *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.spider_popup_wrap{display:inline-block;left:50%;outline:medium none;position:fixed;text-align:center;top:50%;z-index:100000}.bwg_popup_image{width:auto;vertical-align:middle;display:inline-block}.bwg_slider img{display:inline-block}.bwg_popup_embed{width:100%;height:100%;vertical-align:middle;text-align:center;display:table}.bwg_btn_container{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.bwg_toggle_btn{margin:0;padding:0}.bwg_ctrl_btn_container{position:absolute;width:100%;z-index:10150}.bwg_btn_container.bwg_no_ctrl_btn .bwg_ctrl_btn_container{background:0 0}.bwg_toggle_container{cursor:pointer;left:50%;line-height:0;position:absolute;text-align:center;z-index:10150}#spider_popup_left-ico span,#spider_popup_right-ico span,.spider_popup_close span{display:table-cell;text-align:center;vertical-align:middle}.bwg_image_wrap{height:inherit;display:table;position:absolute;text-align:center;width:inherit}.bwg_image_wrap *{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bwg_comment_wrap,.bwg_ecommerce_wrap{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.bwg_comment_container,.bwg_ecommerce_container{-moz-box-sizing:border-box;height:100%;overflow:hidden;position:absolute;top:0;z-index:10103}#bwg_ecommerce{padding:10px}.bwg_ecommerce_body{background:0 0!important;border:none!important}.pge_tabs{list-style-type:none;margin:0;padding:0;background:0 0!important}.pge_tabs li a,.pge_tabs li a:hover,.pge_tabs li.pge_active a{text-decoration:none;display:block;width:100%;outline:0!important;padding:8px 5px!important;font-weight:700;font-size:13px}.pge_add_to_cart a{padding:5px 10px;text-decoration:none!important;display:block}.pge_add_to_cart{margin:5px 0 15px}.pge_add_to_cart_title{font-size:17px;padding:5px}.pge_add_to_cart div:first-child{float:left}.pge_add_to_cart div:last-child{float:right;margin-top:4px}.pge_add_to_cart:after,.pge_tabs:after{clear:both;content:"";display:table}#downloads table tr td,#downloads table tr th{padding:6px 10px!important;text-transform:none!important}.bwg_comments input[type=submit],.bwg_ecommerce_panel input[type=button]{cursor:pointer;font-size:15px;width:100%;margin-bottom:5px}.bwg_comments,.bwg_ecommerce_panel{bottom:0;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:100%;z-index:10101}.bwg_comments{height:100%}.bwg_comment_body_p,.bwg_comments p{margin:5px!important;text-align:left;word-wrap:break-word;word-break:break-all}.bwg_ecommerce_panel p{padding:5px!important;text-align:left;word-wrap:break-word;word-break:break-all;margin:0!important}.bwg_comments .bwg-submit-disabled{opacity:.5}.bwg_comments textarea{height:120px;resize:vertical}.bwg_comment_delete_btn{color:#7a7a7a;cursor:pointer;float:right;font-size:14px;margin:2px}.bwg_comments_close,.bwg_ecommerce_close{cursor:pointer;line-height:0;position:relative;font-size:13px;margin:5px;z-index:10150}.bwg_ecommerce_panel a:hover{text-decoration:underline}.bwg_comment_textarea::-webkit-scrollbar{width:4px}.bwg_comment_textarea::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.55);border-radius:2px}.bwg_comment_textarea::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.bwg_ctrl_btn_container a,.bwg_ctrl_btn_container a:hover{text-decoration:none}.bwg_facebook:hover{color:#3b5998}.bwg_twitter:hover{color:#4099fb}.bwg_pinterest:hover{color:#cb2027}.bwg_tumblr:hover{color:#2f5070}.bwg_image_container{display:table;position:absolute;text-align:center;vertical-align:middle;width:100%}.bwg_filmstrip_container{position:absolute;z-index:10150}.bwg_filmstrip{overflow:hidden;position:absolute;z-index:10106}.bwg_filmstrip_thumbnails{margin:0 auto;overflow:hidden;position:relative}.bwg_filmstrip_thumbnail{position:relative;background:0 0;float:left;cursor:pointer;overflow:hidden}.bwg_filmstrip_thumbnail .bwg_filmstrip_thumbnail_img_wrap{overflow:hidden}.bwg_thumb_active{opacity:1}.bwg_filmstrip_thumbnail_img{display:block;opacity:1}.bwg_filmstrip_left{cursor:pointer;vertical-align:middle;z-index:10106;line-height:0}.bwg_filmstrip_right{cursor:pointer;vertical-align:middle;z-index:10106;line-height:0}.bwg_none_selectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bwg_watermark_container{display:table-cell;margin:0 auto;position:relative;vertical-align:middle}.bwg_watermark_container>div{display:table;margin:0 auto}.bwg_watermark_spun{display:table-cell;overflow:hidden;position:relative}.bwg_watermark_image{margin:4px;position:relative;z-index:10141}.bwg_watermark_text,.bwg_watermark_text:hover{text-decoration:none;margin:4px;position:relative;z-index:10141}.bwg_slide_container{display:table-cell;position:absolute;vertical-align:middle;width:100%;height:100%}.bwg_slide_bg{margin:0 auto;width:inherit;height:inherit}.bwg_slider{height:inherit;width:inherit}.bwg_popup_image_spun{height:inherit;display:table-cell;opacity:1;position:absolute;vertical-align:middle;width:inherit;z-index:2}.bwg_popup_image_second_spun{width:inherit;height:inherit;display:table-cell;opacity:0;position:absolute;vertical-align:middle;z-index:1}.bwg_grid{display:none;height:100%;overflow:hidden;position:absolute;width:100%}.bwg_gridlet{opacity:1;position:absolute}.bwg_image_info::-webkit-scrollbar{width:4px}.bwg_image_info::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.55);border-radius:2px}.bwg_image_info::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}#bwg_rate_form .bwg_hint{margin:0 5px;display:none}.bwg_star{display:inline-block;width:unset!important}.bwg_image_count_container{left:0;line-height:1;position:absolute;vertical-align:middle}#bwg_comment_form label{display:block;font-weight:700;margin-top:17px;text-transform:uppercase}#bwg_comment_form .bwg-privacy-policy-box label{text-transform:unset;word-break:break-word}.bwg_popup_image_spun .bwg_popup_image_spun1{width:inherit;height:inherit}.bwg_popup_image_spun1 .bwg_popup_image_spun2{vertical-align:middle;text-align:center;height:100%}#embed_conteiner{table-layout:fixed;height:100%}#opacity_div{background-color:rgba(255,255,255,.2);position:absolute;z-index:10150}#loading_div{text-align:center;position:relative;vertical-align:middle;z-index:10170;float:none;width:30px;height:30px;background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%}#ecommerce_ajax_loading{position:absolute}#ecommerce_opacity_div{display:none;background-color:rgba(255,255,255,.2);position:absolute;z-index:10150}#ecommerce_loading_div{display:none;text-align:center;position:relative;vertical-align:middle;z-index:10170;float:none;width:30px;height:30px;background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%}.bwg_ecommerce_panel.bwg_popup_sidebar_panel.bwg_popup_sidebar{text-align:left}#ajax_loading{position:absolute}@media (max-width:480px){.bwg_image_count_container{display:none}.bwg_image_title,.bwg_image_title *{font-size:12px}.bwg_image_description,.bwg_image_description *{font-size:10px}}body[data-elementor-device-mode=mobile] .bwg-container.bwg-masonry-thumbnails .bwg-title1,body[data-elementor-device-mode=mobile] .bwg-container.bwg-standard-thumbnails .bwg-title1,body[data-elementor-device-mode=mobile] .bwg-mosaic-thumbnails,body[data-elementor-device-mode=tablet] .bwg-container.bwg-masonry-thumbnails .bwg-title1,body[data-elementor-device-mode=tablet] .bwg-container.bwg-standard-thumbnails .bwg-title1,body[data-elementor-device-mode=tablet] .bwg-mosaic-thumbnails{opacity:1!important}body[data-elementor-device-mode=mobile] .bwg-zoom-effect .bwg-zoom-effect-overlay,body[data-elementor-device-mode=mobile] .bwg-zoom-effect-overlay>span,body[data-elementor-device-mode=tablet] .bwg-zoom-effect .bwg-zoom-effect-overlay,body[data-elementor-device-mode=tablet] .bwg-zoom-effect-overlay>span{opacity:1!important;background-color:unset!important}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_wrap_] *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_wrap_]{border-collapse:collapse;display:table;position:relative;text-align:center;margin:auto}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_image_]{display:inline-block;padding:0!important;margin:0!important;float:none!important;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_embed_]{padding:0!important;margin:0!important;float:none!important;vertical-align:middle;display:inline-block;text-align:center}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_watermark_]{position:relative;z-index:15}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause{bottom:0;cursor:pointer;display:table;height:inherit;outline:medium none;position:absolute;width:30%;left:35%;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause:hover span[id^=bwg_slideshow_play_pause-ico_]{display:inline-block!important}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause:hover span{position:relative;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause span{display:table-cell;text-align:center;vertical-align:middle;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=bwg_slideshow_play_pause-ico_]{display:none!important;cursor:pointer;position:relative;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=bwg_slideshow_play_pause-ico_]:hover{display:inline-block;position:relative;z-index:13}.bwg_embed_frame .instagram-media,div[id^=bwg_container1_] div[id^=bwg_container2_] .instagram-media{margin:0 auto!important;min-width:unset!important}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_],div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]{bottom:35%;cursor:pointer;display:inline;height:30%;outline:medium none;position:absolute;width:35%;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]{left:0}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]{right:0}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover,div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover{visibility:visible}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover,div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover{visibility:visible}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover span{left:auto!important;right:20px!important}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover span{left:20px!important}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_] span,div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_] span{display:table-cell;text-align:center;vertical-align:middle;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_],div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_]{z-index:13;-moz-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:table;line-height:0;margin-top:-15px;position:absolute;top:50%}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_]:hover,div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_]:hover{cursor:pointer}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_container_]{display:table;position:absolute;text-align:center;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_container_]{position:absolute}div[id^=bwg_container1_] div[id^=bwg_container2_] .bwg_slideshow_filmstrip,div[id^=bwg_container1_] div[id^=bwg_container2_] .bwg_slideshow_filmstrip_fix_count{overflow:hidden;position:absolute}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_thumbnails_]{margin:0 auto;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_thumbnail_]{position:relative;background:0 0;cursor:pointer;float:left;overflow:hidden}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_thumb_active_]{opacity:1}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_filmstrip_thumbnail_img_]{display:block;opacity:1;padding:0!important}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_left_]{cursor:pointer;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_right_]{cursor:pointer;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_none_selectable_]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_watermark_container_]{display:table-cell;margin:0 auto;position:relative;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_watermark_spun_]{display:table-cell;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_title_spun_]{display:table-cell;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_description_spun_]{display:table-cell;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_watermark_image_]{padding:0!important;float:none!important;margin:4px!important;position:relative;z-index:15}div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_slideshow_watermark_text_],div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_slideshow_watermark_text_]:hover{text-decoration:none;margin:4px;position:relative;z-index:15}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_title_text_]{text-decoration:none;position:relative;z-index:11;display:inline-block;word-wrap:break-word;word-break:break-word}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_description_text_]{text-decoration:none;position:relative;z-index:15;margin:5px;display:inline-block;word-wrap:break-word;word-break:break-word}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_container_]{display:table-cell;margin:0 auto;position:absolute;vertical-align:middle;width:100%;height:100%}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_bg_]{margin:0 auto;width:inherit;height:inherit}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slider_]{height:inherit;width:inherit}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun_]{width:inherit;height:inherit;display:table-cell;opacity:1;position:absolute;vertical-align:middle;z-index:2}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_second_spun_]{width:inherit;height:inherit;display:table-cell;opacity:0;position:absolute;vertical-align:middle;z-index:1}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_grid_]{display:none;height:100%;overflow:hidden;position:absolute;width:100%}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_gridlet_]{opacity:1;position:absolute}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_dots_]{display:inline-block;position:relative;cursor:pointer;overflow:hidden;z-index:17}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_dots_container_]{display:block;overflow:hidden;position:absolute;z-index:17}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_dots_thumbnails_]{left:0;font-size:0;margin:0 auto;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_dots_active_]{opacity:1}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun1_]{display:table;width:inherit;height:inherit}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun2_]{display:table-cell;vertical-align:middle;text-align:center}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_mosaic_play_icon_spun_]{display:flex;width:auto;height:auto;opacity:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;justify-content:center;align-content:center;flex-direction:column;text-align:center}.lazy_loader{background-image:url(//www.sternenstaub.at/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%}.bwg-container-temp0{visibility:hidden!important;position:absolute!important}.bwg_image_browser .pagination-links{display:flex;padding:0}.bwg_image_browser .pagination-links_col1{flex-grow:3;text-align:left}.bwg_image_browser .pagination-links_col2{flex-grow:4;text-align:center}.bwg_image_browser .pagination-links_col3{flex-grow:3;text-align:right}.bwg_current_page[type=number]{width:35px;display:inline-block;-moz-appearance:textfield;line-height:normal!important}.bwg_current_page::-webkit-inner-spin-button,.bwg_current_page::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bwg_container .bwg_tag_button_view_container{display:flex;justify-content:flex-start;align-content:flex-start;align-items:flex-start;margin-bottom:45px;position:relative;padding-top:3px;flex-wrap:wrap;overflow:hidden;clear:both}.bwg_container .bwg_tag_button_view_container button{cursor:pointer}.bwg_container .bwg_tag_button_view_container button.active{cursor:default}.bwg_container .bwg_tag_button_view_container .verLine{min-height:26px;margin:0 15px}.bwg_container .bwg_tag_button_see_all{margin-bottom:70px;position:relative;display:none}.bwg_container .bwg_tag_button_see_all .see_all_tags{text-transform:uppercase;position:absolute;padding:10px 25px;font-weight:600;cursor:pointer;left:47%;top:-23px}.bwg_container .bwg_tag_button_see_all .see_all_tags span{display:inline-block;line-height:normal;text-align:center;border-radius:50%;margin-right:10px;font-weight:500;color:#fff;height:18px;width:18px}.bwg_addThis{position:absolute;left:10px;top:10px;z-index:9999}.bwg_search_container_1 input[type=search]::-ms-clear{display:none;width:0;height:0}.bwg_search_container_1 input[type=search]::-ms-reveal{display:none;width:0;height:0}.bwg_search_container_1 input[type=search]::-webkit-search-cancel-button,.bwg_search_container_1 input[type=search]::-webkit-search-decoration,.bwg_search_container_1 input[type=search]::-webkit-search-results-button,.bwg_search_container_1 input[type=search]::-webkit-search-results-decoration{display:none}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit; }
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
blockquote {
quotes: none;
}
blockquote::before,
blockquote::after {
content: '';
content: none;
}
blockquote cite {
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.7em;
}
table {
max-width: 100%;
margin: 0 0 1.5em;
border-collapse: collapse;
border-spacing: 0;
} html {
line-height: 1.8;
}
body {
font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: normal;
}
pre {
overflow: auto;
max-width: 100%;
border: 1px solid transparent;
padding: 1em;
font-family: "Courier 10 Pitch", Courier, monospace;
}
kbd,
tt,
var,
code {
overflow: auto;
padding: 0 5px;
vertical-align: middle;
text-indent: 0;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
q,
blockquote {
font-size: 1.1em;
font-family: Georgia, "Bitstream Charter", serif;
}
address {
padding-left: 1em;
}
del {
text-decoration: line-through;
}
img {
max-width: 100%; height: auto; border: 0;
}
a img {
border: none;
vertical-align: middle;
}
hr {
clear: both;
height: 1px;
border: 0;
} .main li > ul,
.main li > ol {
margin-bottom: 0;
margin-left: 2em;
}
ul {
list-style-type: disc;
}
ul ul {
list-style-type: square;
}
ul ul ul {
list-style-type: circle;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: upper-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
ol ol ol ol {
list-style-type: lower-alpha;
}
dl {
margin: 0 0 2em 0;
}
dt {
font-weight: bold;
}
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
big {
font-size: 125%;
}
mark,
ins {
text-decoration: none;
}
abbr,
acronym {
border-bottom: 1px dotted;
cursor: help;
}
sup,
sub {
position: relative;
vertical-align: baseline;
font-size: .8em;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
max-width: 100%;
border: 1px solid transparent;
border-radius: 4px;
padding: 0.75em 1em;
font-size: inherit;
font-family: inherit;
background: transparent;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out;
}
input[type="file"] {
font-size: initial;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
border: 0;
border-radius: 2px;
padding: .75em 1.5em;
font-size: 1em;
font-family: inherit;
font-size: 1em;
-webkit-transition: background-color .3s ease-out;
transition: background-color .3s ease-out;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="search"] {
-webkit-appearance: textfield;
}
select option {
padding: .25em .5em;
}
select optgroup,
select option {
color: initial;
}
embed,
iframe,
object {
max-width: 100%;
}
.fluid-width-video-wrapper {
max-height: 100vh;
}
a:link,
a:visited {
text-decoration: none;
} textarea:focus,
select:focus,
input:focus,
button:focus,
a:focus { }
#access .menu-item :focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"] {
outline-offset: -4px;
}
a:hover,
a:active,
.menu-item a:hover,
.menu-item a:active,
input:hover:focus,
textarea:hover:focus,
button:hover:focus {
outline: 0;
}
.post-thumbnail-container:focus-within > a,
.post-thumbnail-container > a:focus {
outline: 0;
}
.entry-content a:not([class]),
.entry-excerpt a:not([class]),
#comments .comment-body a:not([class]),
.widget-container.widget_text a:not([class]),
.lp-text .lp-text-content a:not([class]),
.lp-block .lp-block-text a:not([class]),
.lp-box .lp-box-text-inside a:not([class]) {
text-decoration: underline;
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
}
a.continue-reading-link {
outline-offset: -5px;
}
.staticslider-caption-buttons a:focus {
outline-offset: -10px;
} .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;
box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
clip: auto !important;
clip-path: none;
color: #222;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 6px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 6px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
padding: 0;
list-style: none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 2em 2em 2em 5em;
}
.wp-block-columns ul,
.wp-block-columns ol {
list-style-position: inside;
}
.wp-block-separator {
max-width: 25%;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots::before {
color: inherit;
}
.wp-block-button .wp-block-button__link {
border: 3px solid;
border-radius: 0;
padding: 0.5em 1.5em;
font-size: .9em;
font-weight: bold;
text-transform: uppercase; }
.wp-block-pullquote {
padding: 1.5em 0;
}
.wp-block-button {
-webkit-transition: .2s opacity;
transition: .2s opacity;
}
.wp-block-button:hover {
opacity: 0.85;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-item a {
-webkit-transition: .2s ease-out opacity;
transition: .2s ease-out opacity;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a:hover,
.wp-block-gallery.is-cropped .blocks-gallery-item a:hover {
opacity: 0.8;
} #site-wrapper {
overflow: hidden;
}
.kahuna-boxed-layout #site-wrapper {
overflow: hidden;
margin: 0 auto;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
box-shadow: 0 0 8px rgba(0,0,0,.2);
}
#container {
position: relative;
float: none;
display: block;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
overflow: hidden;
width: 100%;
margin: 0;
}
#container::after {
content: "";
display: table;
clear: both;
}
#container.two-columns-left #primary,
#container.three-columns-left #primary,
#container.three-columns-left #secondary,
#container.three-columns-sided #primary  	{ -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
#container.three-columns-sided .main 		{ -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }
#container.three-columns-sided #secondary 	{ -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
.main {
clear: both;
overflow: hidden; margin-bottom: 0;
} #site-header-main-inside,
#access .menu-search-animated .searchform input[type="search"],
#site-wrapper > #breadcrumbs-container #breadcrumbs-container-inside,
#colophon-inside,
.footer-inside,
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption,
.kahuna-landing-page .lp-blocks-inside,
.kahuna-landing-page .lp-boxes-inside,
.kahuna-landing-page .lp-text-inside,
.kahuna-landing-page .lp-posts-inside,
.kahuna-landing-page .lp-page-inside,
.kahuna-landing-page .lp-portfolio-inside,
.kahuna-landing-page .lp-section-header,
.kahuna-landing-page .content-widget {
padding-left: 2.5em;
padding-right: 2.5em;
}
#container:not(.kahuna-landing-page) .main {
padding-top: 2.5em;
padding-bottom: 2.5em;
padding-left: 2.5em;
padding-right: 2.5em;
}
#content-masonry {
margin-right: -3%;
margin-left: -3%;
}
.sidey {
position: relative;
display: block;
float: left;
padding-top: 2.5em;
padding-bottom: 2em;
}
#primary {
padding-left: 0;
padding-right: 3%;
}
#secondary {
padding-right: 0;
padding-left: 3%;
}
#container.three-columns-right #primary {
padding-left: 3%;
padding-right: 0;
}
#container.three-columns-left #secondary {
padding-left: 0;
padding-right: 3%;
}
.kahuna-boxed-layout #primary,
.kahuna-boxed-layout #secondary {
padding-left: 3%;
padding-right: 3%;
}
#main {
position: relative;
overflow: visible !important;
}
#footer {
clear: both;
width: 100%;
} #masthead::after {
display: table;
clear: both;
content: "";
}
#masthead {
position: relative;
}
#branding {
float: left; }
#branding .identity {
float: left;
}
a.custom-logo-link {
display: inline;
}
img.custom-logo {
max-height: 80%;
vertical-align: middle;
}
#site-text {
position: relative;
top: 50%;
display: inline-block;
float: left;
border-top: 3px solid transparent;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#branding .identity + #site-text {
margin-left: 1em;
clear: none;
}
#site-title {
position: relative;
display: inline-block;
float: left;
-webkit-transition: .35s ease-out all;
-ms-transition: .35s ease-out all;
transition: .35s ease-out all;
}
#site-description {
display: none;
clear: left;
float: left;
margin-top: -5px;
font-size: .85em;
line-height: 1.2;
text-transform: uppercase;
opacity: .5;
}
#site-header-main {
display: inline-block;
top: 0;
z-index: 101;
width: 100%;
margin: 0 auto;
vertical-align: top;
border-bottom: 1px solid transparent;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.kahuna-over-menu #site-header-main {
position: absolute;
}
@media (min-width: 1152px) {
.kahuna-over-menu #site-header-main,
.kahuna-over-menu #access::after {
background: transparent;
}
}
#site-header-main-inside {
position: relative;
display: block; width: 100%;
}
#site-header-main.header-fixed,
.mobile-fixed #site-header-main.header-fixed #site-header-main-inside,
#site-header-main.header-fixed #access::after {
box-shadow: 0 0 3px rgba(0,0,0,0.2);
-webkit-transition: .25s background-color ease-in-out;
transition: .25s background-color ease-in-out;
}
#header-image-main,
#header-image-main-inside {
position: relative;
overflow: hidden;
}
.kahuna-cropped-headerimage div.header-image {
height: 100%;
}
.kahuna-responsive-headerimage #masthead div.header-image {
display: none;
}
.kahuna-cropped-headerimage #masthead img.header-image {
display: none;
}
#masthead .header-image {
display: block;
width: inherit;
max-width: 100%;
margin: 0 auto;
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
}
.wp-custom-header {
position: relative;
line-height: 0;
}
.wp-custom-header-video-button.wp-custom-header-video-button {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: rgba(255,255,255,.1);
opacity: 0;
cursor: pointer;
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.wp-custom-header:hover .wp-custom-header-video-button.wp-custom-header-video-button {
opacity: .7;
}
.wp-custom-header video {
display: block;
object-fit: cover;
max-width: 100%;
margin: 0 auto;
} #header-widget-area {
display: block;
position: absolute;
overflow: hidden;
height: 100%;
top: 10px;
z-index: 10;
}
@media (max-width: 800px) {
#masthead #site-header-main.header-fixed #site-header-main-inside {
position: absolute;
top: -75px;
-webkit-transition: .3s ease-out top;
transition: .3s ease-out top;
-webkit-animation: none;
animation: none;
}
.mobile-fixed #masthead #site-header-main.header-fixed #site-header-main-inside {
position: fixed;
top: 0;
}
.mobile-fixed #sheader-container, .mobile-fixed #branding, .mobile-fixed .identity, .mobile-fixed #nav-toggle {
line-height: 75px;
height: 75px;
}
} @media (min-width: 600px) and (max-width: 782px) {
body.admin-bar #site-header-main.header-fixed #site-header-main-inside {
margin-top: 46px;
}
}
@media (max-width: 600px) {
body.admin-bar #site-header-main.header-fixed #site-header-main-inside {
margin-top: 0;
}
} #access {
display: inline;
float: right;
}
.kahuna-menu-left #access {
float: left;
margin-left: 2em;
}
.kahuna-menu-center #access {
display: table;
float: none;
margin: 0 auto;
}
#access::after {
position: absolute;
z-index: -1;
clear: both;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
}
.menu-item a img {
vertical-align: middle;
}
#access ul.sub-menu > li.current_page_item > a,
#access ul.sub-menu > li.current-menu-item > a,
#access ul.sub-menu > li.current_page_ancestor > a,
#access ul.sub-menu > li.current-menu-ancestor > a,
#access ul.children > li.current_page_item > a,
#access ul.children > li.current-menu-item > a,
#access ul.children > li.current_page_ancestor > a,
#access ul.children > li.current-menu-ancestor > a {
}
#access a {
display: block;
text-decoration: none;
line-height: 3;
padding: 0 0.2em;
-webkit-transition: .3s color ease-out;
transition: .3s color ease-out;
}
#access a > span {
display: block;
text-transform: uppercase;
}
#access > div > ul > li > a > span {
position: relative;
display: inline-block;
line-height: 2.5em;
}
#access > div > ul > li > a > span::before,
#site-title::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 0;
margin: auto;
opacity: 0;
-webkit-transition: .35s ease-out all;
transition: .35s ease-out all;
}
#site-title::before {
-webkit-transition: .25s ease-out all;
transition: .25s ease-out all;
}
#access > div > ul > li:hover > a > span::before,
#site-title:hover::before {
opacity: 1;
height: 3px;
}
#access > div ul li a:not([href]) { cursor: default;
}
#access a:hover {}
#access > div > ul > li > a {
position: relative;
z-index: 999;
}
#access ul.children {
z-index: -1;
}
#access > div > ul li > .dropdown-toggle {
display: inline-block;
background: transparent;
border: 0;
margin-top: 3px;
padding: 0;
color: inherit;
opacity: 0.5;
transition: .3s ease-out all;
}
#access > div > ul li > .dropdown-toggle::after {
content: "\e915";
font-family: "iconmeta";
z-index: 251;
}
#access > div > ul ul li > .dropdown-toggle::after {
content: "\e917";
}
#access > div > ul li:hover > .dropdown-toggle {
opacity: 0;
margin-top: 10px;
}
#access > div > ul ul li:hover > .dropdown-toggle {
margin-top: 0;
}
#access ul li {
position: relative;
display: flex;
align-content: center;
float: left;
padding: 0 1.3em;
white-space: nowrap;
}
#access .sub-menu,
#access .children {
}
#access ul ul {
position: absolute;
top: 100%;
z-index: 1000;
clear: both;
margin-left: 0;
min-width: 125%;
box-shadow: 0 0 .5em .1em rgba(0, 0, 0, .05);
opacity: 0;
visibility: hidden;
-webkit-transform: scale(.85);
-ms-transform: scale(.85);
transform: scale(.85);
-webkit-transition: .2s all ease-in;
transition: .2s all ease-in;
}
#access .sub-menu li a > span,
#access .children li a > span {
padding: 0.2em 0;
}
#access ul li.menu-hover > ul,
#access ul li ul:focus-within {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#access li ul ul { }
#access li.menu-hover > ul > li > ul {
width: auto;
height: auto;
}
#access ul ul li { display: flex;
position: relative;
float: left;
clear: both;
width: 100%; min-width: 150px;
margin: 0;
}
#access ul ul ul {
position: absolute;
top: 0;
left: 100%;
margin: 0;
min-width: 150px;
border-top: 0;
}
#access ul ul a,
#access ul ul ul a {
display: block;
float: none;
width: 100%;
}
#access ul ul li:hover,
#access ul ul ul li:hover {}
#access li,
#access ul ul li {
-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
transition: background .3s ease-in-out, color .3s ease-in-out;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{}
#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent {}
#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li a:hover {} .noscroll { overflow: hidden;
}
#nav-toggle { display: none;
float: right;
position: absolute;
top: 0;
right: 0;
padding: 0 1em;
font-size: 24px;
cursor: pointer;
background: transparent;
}
nav#mobile-menu { display: none;
position: fixed;
z-index: 999999;
overflow-y: auto;
overflow-x: hidden;
top: -100%;
left: 0;
right: 0;
bottom: 0;
line-height: 2em;
width: 100%;
height: 100%;
padding: 2em;
opacity: 0;
}
#mobile-menu > div {
margin: 6em auto 0;
max-width: 400px;
width: 80%;
}
@media (max-width: 480px) {
#mobile-menu > div {
width: 90%;
}
}
nav#mobile-menu a {
display: inline;
font-size: 1.2em;
text-decoration: none;
}
nav#mobile-menu a span {
display: inline-block;
}
nav#mobile-menu > div  ul li a:not([href]) { cursor: default;
}
nav#mobile-menu > div > ul > li > a {
position: relative;
z-index: 9999;
}
nav#mobile-menu ul li {
clear: both;
display: block;
float: none;
line-height: 3;
position: relative;
white-space: normal;
}
#mobile-nav ul li a span {
max-width: 85%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 1.4;
}
#mobile-menu .dropdown-toggle {
display: inline-block;
position: relative;
float: right;
margin: 0;
border: 0;
margin-right: -1em;
padding: 1em 1em;
cursor: pointer;
font-size: 1em;
color: inherit;
background: transparent;
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: .6s all ease-in-out;
transition: .6s all ease-in-out;
}
#mobile-menu .dropdown-toggle:hover {
background: transparent;
}
#mobile-menu .toggle-on.dropdown-toggle {
-webkit-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
#mobile-menu a.toggled-on {
border-bottom: 1px solid;
}
#mobile-menu .dropdown-toggle::after {
font-family: "iconmeta";
content: "\e912";
font-size: 1.3em;
}
nav#mobile-menu .sub-menu,
nav#mobile-menu .children {
display: none;
opacity: 0;
max-height: 0;
margin: 0 auto;
padding-left: 10px;
font-size: .95em;
-webkit-transition: .5s max-height ease-in-out, .3s opacity ease-in-out, .3s padding ease;
transition: .5s max-height ease-in-out, .3s opacity ease-in-out, .3s padding ease;
}
nav#mobile-menu .sub-menu.toggled-on,
nav#mobile-menu .children.toggled-on {
display: block;
opacity: 1;
max-height: 1000px;
-webkit-transition: 1s max-height ease-in-out, .3s .3s opacity ease-in-out, .3s .3s padding ease;
transition: 1s max-height ease-in-out, .3s .3s opacity ease-in-out, .3s .3s padding ease;
}
nav#mobile-menu #nav-cancel {
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: auto;
height: 2.5em;
margin-top: 25px;
padding: 0 1em;
cursor: pointer;
font-size: 24px;
line-height: 2.5;
color: inherit;
background: transparent;
}
#mobile-menu .menu-main-search { font-size: 1.2em;
left: 0;
margin: 25px auto 0;
max-width: 400px;
position: absolute;
z-index: -1;
right: 0;
top: 0;
width: 70%;
}
#mobile-menu .menu-main-search > button { display: none;
}
#mobile-menu .menu-main-search > button > .icon-search {
display: none;
}
#mobile-menu .searchform .searchsubmit,
#mobile-menu .searchform:hover input[type="search"],
#mobile-menu .searchform input[type="search"]:focus {
color: inherit;
}
#mobile-menu .menu-main-search .searchform {
max-width: 100%;
}
nav#mobile-menu #smobile {
display: table;
margin: 3em auto 1em;
text-align: center;
} #footer {
display: block;
overflow: visible;
width: 100%;
}
#footer-bottom {
background: rgba(0,0,0,.1);
}
.footer-inside {
display: block;
float: none;
position: relative;
overflow: hidden;
padding-top: 1em;
padding-bottom: 1em;
}
#footer-top .footer-inside {
padding-top: 2em;
padding-bottom: 2em;
}
#footer::after {
display: table;
clear: both;
content: "";
}
#colophon a,
#footer a {
-webkit-transition: color .2s;
transition: color .2s;
}
#site-copyright {
display: block;
float: left;
max-width: 47%;
font-style: italic;
}
#footer-separator {
display: block;
float: left;
clear: both;
height: 0;
width: 100%;
margin: .5em 0;
}
#footer a,
#footer a:hover{
text-decoration: none;
}
img#wpstats {
display: block;
margin: 0 auto .5em;
} .footermenu {
display: block;
float: left;
}
.footermenu > ul {}
.footermenu ul li {
display: inline-block;
float: left;
white-space: nowrap;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.footermenu ul li span.sep {
margin: 0 .5em;
font-weight: bold;
visibility: hidden;
}
.footermenu ul li:last-child span.sep {
display: none;
}
.footermenu ul li a {
position: relative;
display: inline-block;
}
.footermenu ul li a:hover {
color: inherit;
}
.footermenu ul li a::after {
content: "";
position: absolute;
bottom: -3px;
left: 0;
right: 0;
margin: auto;
height: 0;
width: 100%;
opacity: 0;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.footermenu ul li a:hover::after {
opacity: 1;
height: 3px;
} #colophon {
width: 100%;
}
#colophon-inside {
display: block;
float: none;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
display: flex;
flex: 1;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
height: 100%;
overflow: hidden;
min-height: 100%;
margin: 0 auto;
max-width: 100%;
}
#colophon .widget-container {
display: block;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-moz-flex-direction: column;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
position: relative;
padding: 2em; }
.footer-center .footer-widget-inside {
display: table;
margin: 0 auto;
}
@media (max-width: 640px) {
.footer-center .footer-widget-inside {
width: 100%;
}
}
#colophon .footer-four .widget-container {
width: 25%;
}
#colophon.footer-four .widget-container:nth-child(4n+1) {
clear: both;
padding-left: 0;
}
#colophon .footer-three .widget-container {
width: 33.333%;
}
#colophon .footer-three .widget-container:nth-child(3n+1) {
clear: both;
padding-left: 0;
}
#colophon .footer-two .widget-container {
width: 50%;
}
#colophon .footer-two .widget-container:nth-child(2n+1) {
clear: both;
padding-left: 0;
}
#colophon .footer-one .widget-container {
width: 100%;
clear: both;
padding-left: 0;
padding-right: 0;
}
.footer-all .widget-container {
-webkit-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
} .main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
margin: 1em 0 .5em;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
margin-top: 0;
}
.main article ul:not([class]),
.main article ol:not([class]) {
margin-left: 2em;
}
.main table {
max-width: 100%;
margin: 0 0 2em 0;
border: 0;
vertical-align: top;
}
.main tr {
vertical-align: top;
}
.main .alternate {}
.main th{
font-weight: 600;
}
.main th,
.main td {
padding: .75em;
}
.kahuna-stripped-table .main td {
border-top: 1px solid transparent;
}
.kahuna-stripped-table .main tr.even {
background-color: transparent;
}
.kahuna-bordered-table .main th,
.kahuna-bordered-table .main td {
border: 1px solid transparent;
}
.kahuna-stripped-table .main th,
.kahuna-bordered-table .main th {
border-top: 1px solid transparent;
}
.kahuna-stripped-table .main thead th,
.kahuna-bordered-table .main thead th {
border-bottom: 2px solid transparent;
}
.kahuna-stripped-table .main thead th {
border-top-width: 2px;
}
.entry-content,
.entry-summary {
clear: both;
word-wrap: break-word;
}
.entry-content::after,
.entry-summary::after,
.content-masonry::after {
content: "";
display: block;
clear: both;
}
.content-masonry .entry-content,
.content-masonry .entry-summary {
padding-top: 1em;
}
.main .entry-summary p:last-child {
margin-bottom: 1em;
}
.entry-content h1, .entry-summary h1,
.entry-content h2, .entry-summary h2,
.entry-content h3, .entry-summary h3,
.entry-content h4, .entry-summary h4,
.entry-content h5, .entry-summary h5,
.entry-content h6, .entry-summary h6 {
line-height: 1.2;
}
.entry-content h5,
.entry-content h6 {
text-transform: uppercase;
font-weight: bold;
}
.entry-content fieldset {
border: 1px solid transparent;
margin: 0 0 2em 0;
}
.entry-content fieldset legend {
font-weight: bold;
}
.entry-content blockquote.left {
float: left;
width: 33%;
margin-right: 2em;
margin-left: 0;
text-align: right;
}
.entry-content blockquote.right {
float: right;
width: 33%;
margin-right: 0;
margin-left: 2em;
text-align: left;
} .main .page-title {
display: block;
float: none;
margin: 0;
padding-bottom: .1em;
}
.main .page-title:only-child {
padding: 0;
}
.main .pad-container p:last-child {
margin: 0;
}
.entry-title {
margin: 0;
padding: 3px 0 0;
line-height: 1.4;
word-wrap: break-word;
}
.entry-title a {
border-bottom: 3px solid transparent;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.entry-title a:hover {
border-color: inherit;
padding-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
color: inherit;
text-decoration: none;
}
.main #comments-title {
margin: 0;
}
.main .entry-title {
margin: 0;
} .entry-meta {
clear: both;
overflow: hidden;
margin: 0;
padding: 0;
font-size: 1em;
text-transform: uppercase;
}
.entry-meta:empty {
display: none;
}
.entry-meta em {
display: inline-block;
font-style: normal;
}
.entry-meta > span {
display: inline-block;
margin-right: 1em;
}
.entry-meta span a {
border-bottom: 2px solid transparent;
-webkit-transition: .25s all ease;
transition: .25s all ease;
}
.entry-meta span a:hover {
border-color: inherit;
}
.entry-meta .icon-metas {}
.entry-meta .updated {
display: none;
}
.entry-meta .avatar {
position: relative;
top: .5em;
max-width: 2em;
margin-right: .3em;
border-radius: 100%;
}
.entry-utility {
float: none;
clear: both;
overflow: visible;
margin-bottom: 1em;
}
.entry-utility span.bl_bookmark {
display: inline;
float: none;
padding: 0;
}
.single .entry-meta.aftertitle-meta {
margin-bottom: 2em;
}
.comments-link a {
margin-left: 5px;
}
.article-inner .entry-header {
position: relative;
}
.entry-meta abbr,
.entry-utility abbr {
border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
border-bottom: 1px dotted transparent;
}
.entry-meta span i::before {
cursor: default;
-webkit-transition: .6s all ease-in-out .2s;
transition: .6s all ease-in-out .2s;
}
.entry-meta span:hover i::before {
}
.tag-links {
margin-left: 2em;
}
span.edit-link {
display: block;
font-size: 0.9em;
opacity: 0.5;
padding: 0 .5em;
position: absolute;
right: 0.25em;
top: 0.25em;
border-radius: 2px;
-webkit-transition: .3s opacity;
transition: .3s opacity;
}
span.edit-link a.post-edit-link,
span.edit-link a.post-edit-link:hover,
span.edit-link .icon-edit::before {
margin: 0;
padding: 0;
}
span.edit-link:hover {
opacity: 1;
}
span.edit-link .icon-edit::before {
font-size: 0.8em;
}
.post-thumbnail-container .featured-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 2;
}
.post-thumbnail-container .featured-image-meta {
position: relative;
z-index: 5;
float: left;
left: -33%;
min-width: 33%;
max-width: 50%;
height: 100%;
padding: 1.5em 1em;
opacity: 0;
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.post-thumbnail-container:hover .featured-image-meta {
left: 0;
opacity: 1;
}
.post-thumbnail-container:focus-within .featured-image-meta {
left: 0;
opacity: 1;
}
.post-thumbnail-container .featured-image-link {
position: relative;
z-index: 5;
display: block;
float: none;
overflow: hidden;
height: 100%;
margin: 0 auto;
text-align: center;
}
.post-thumbnail-container .featured-image-link::before {
content: "\e917";
font-family: "iconmeta";
position: absolute;
z-index: 10;
top: 0;
right: 50%;
bottom: 0;
width: 2.5em;
height: 2.5em;
margin: auto;
opacity: 0;
font-size: 20px;
line-height: 2.5;
text-align: center;
border-radius: 100px;
color: #FFF;
background: transparent;
border: none;
-webkit-transform: translateX(70%);
transform: translateX(70%);
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.post-thumbnail-container:hover .featured-image-link::before {
opacity: 1;
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.post-thumbnail-container:focus-within .featured-image-link::before {
opacity: 1;
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.post-thumbnail-container:hover picture,
.post-thumbnail-container:hover .post-featured-image {
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.post-thumbnail-container:hover picture,
.post-thumbnail-container:hover .post-featured-image {
-webkit-filter: saturate(25%);
filter: saturate(25%);
}
.post-thumbnail-container .entry-meta > span {
display: block;
float: none;
clear: both;
margin-right: 0;
line-height: 1.4;
padding: 0.3em 0;
}
.post-thumbnail-container .entry-meta .icon-metas {
float: left;
margin-right: .5em;
}
.post-thumbnail-container .entry-meta > span.comments-link {
position: absolute;
top: auto;
bottom: 1.5em;
line-height: 1.5;
}
.post-thumbnail-container .comments-link a {
margin-left: 0;
}
.post-thumbnail-container .featured-image-meta.entry-meta a,
.post-thumbnail-container .featured-image-meta.entry-meta i::before,
.post-thumbnail-container .featured-image-meta.entry-meta,
.post-thumbnail-container .featured-image-meta.entry-meta time {
color: #CCC;
}
.post-thumbnail-container:hover .featured-image-meta.entry-meta a,
.post-thumbnail-container:hover .featured-image-meta.entry-meta i::before,
.post-thumbnail-container:hover .featured-image-meta.entry-meta,
.post-thumbnail-container:hover .featured-image-meta.entry-meta time {
}
#header-page-title {
position: absolute;
z-index: 11;
right: 0;
top: 50%;
left: 0;
width: 100%;
padding: 0 2em;
opacity: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-animation: .7s .5s animation-fadeIn forwards;
animation: .7s .5s animation-fadeIn forwards;
}
#header-page-title-inside {
position: relative;
overflow: hidden; margin: 0 auto;
padding: 2em 2em;
color: #FFF; background-clip: padding-box;
}
#header-page-title .entry-title {
display: inline-block;
float: left;
opacity: 0;
max-width: 70%;
-webkit-animation: .7s .75s animation-fadeIn forwards;
animation: .7s .75s animation-fadeIn forwards;
}
#header-page-title #breadcrumbs-container {
position: absolute;
top: 50%;
right: 2em;
width: auto;
max-width: 30%;
float: right;
background: transparent;
line-height: 1.3;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#header-page-title #breadcrumbs {
width: 100%;
margin: 0;
padding: 0;
font-size: .8em;
}
#header-page-title #breadcrumbs-nav {
display: inline-block;
opacity: 0;
-webkit-animation: .7s 1s animation-fadeIn forwards;
animation: .7s 1s animation-fadeIn forwards;
}
#header-page-title .icon-bread-home::before {
margin-left: 0.3em;
}
#header-page-title #breadcrumbs-nav a {
color: #EEE;
opacity: .7;
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
}
#header-page-title #breadcrumbs-nav a:hover {
color: #FFF;
opacity: 1;
}
#header-page-title .byline {
display: block;
clear: both;
font-size: 1.2em;
opacity: 0;
-webkit-animation: .7s 1s animation-fadeIn forwards;
animation: .7s 1s animation-fadeIn forwards;
}
#header-page-title .byline:empty {
margin: 0;
} .author-info {
display: block;
clear: both;
overflow: hidden;
}
.author-info .author-avatar {
float: left;
max-width: 150px;
margin-top: .5em;
margin-right: 2em;
text-align: center;
}
.author-info .author-description {
overflow: hidden;
}
.author-description .page-title {
font-size: 1.1em;
text-transform: uppercase;
}
article .author-info {
clear: both;
overflow: hidden;
margin: 2.5em 0 0;
padding: 1.5em 0;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.author-avatar .avatar {
border-radius: 4px;
}
.author-info .author-link {
margin-top: .5em;
} article.sticky .date {
display: none;
}
article.hentry,
.main .content-widget {
display: block;
position: relative;
margin-bottom: 2em;
}
article.hentry .article-inner {
display: block;
}
#content-masonry article.hentry {
display: block;
margin: 0;
margin-right: 3%;
margin-bottom: 6%;
margin-left: 3%;
}
#content-masonry article.hentry .article-inner {
padding: 0;
}
.page-header.pad-container {
display: block;
overflow: hidden;
margin: 0;
margin-bottom: 3em;
padding: 1.5em 0;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.page-header.pad-container:empty {
display: none;
}
article.hentry .post-thumbnail-container {
position: relative;
display: block;
overflow: hidden;
width: 100%;
margin-top: 1em;
line-height: 0;
}
body:not(.single) article.hentry .post-thumbnail-container::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: auto;
opacity: 0;
-webkit-transition: .3s opacity ease-out;
transition: .3s opacity ease-out;
}
body:not(.single) article.hentry .post-thumbnail-container:hover::after {
opacity: 1;
}
article.hentry .post-thumbnail-container > .responsive-featured-image {
display: inline-block;
margin: 0 auto;
width: 100%;
text-align: center;
}
.kahuna-cropped-featured .main .post-thumbnail-container picture.responsive-featured-image {
display: none;
}
.kahuna-responsive-featured .main .post-thumbnail-container a.post-featured-image {
display: none;
}
.kahuna-magazine-one #content-masonry article.hentry {
width: 94%;
}
.kahuna-magazine-two #content-masonry article.hentry {
float: left;
width: 44%;
}
.kahuna-magazine-two #content-masonry article.hentry:nth-child(2n+1) {
clear: both;
}
.kahuna-magazine-three #content-masonry article.hentry {
float: left;
width: 27.33333333%;
}
.kahuna-magazine-three #content-masonry article.hentry:nth-child(3n+1) {
clear: both;
}
.kahuna-elementborder #site-header-main,
.kahuna-elementborder article.hentry,
.kahuna-elementborder .pad-container,
.kahuna-elementborder .sidey,
.kahuna-elementborder #colophon,
.kahuna-elementborder .page-numbers:not(.dots),
.kahuna-elementborder #cryout_ajax_more_trigger {
border: 1px solid rgba(0, 0, 0, .07);
}
.kahuna-elementborder #colophon {
border-width: 1px 0 0 0;
}
.kahuna-elementborder #branding {
border-width: 0 0 1px 0;
}
.kahuna-elementshadow #site-header-main,
.kahuna-elementshadow article.hentry,
.kahuna-elementshadow .pad-container,
.kahuna-elementshadow .sidey,
.kahuna-elementshadow .page-numbers:not(.dots),
.kahuna-elementshadow #cryout_ajax_more_trigger {
box-shadow: 0 0 0.5em 0.1em rgba(0, 0, 0, 0.05);
}
.kahuna-elementshadow article.hentry,
.kahuna-elementradius .post-thumbnail-container,
.kahuna-elementradius .sidey,
.kahuna-elementradius .page-number,
.kahuna-elementradius #cryout_ajax_more_trigger,
.kahuna-elementradius #toTop,
.kahuna-elementradius .page-header {
border-radius: 5px;
}
.kahuna-elementradius a.continue-reading-link,
.kahuna-elementradius span.entry-format {
border-radius: 3px;
} article.hentry {
opacity: 1;
-webkit-filter: none;
filter: none;
-webkit-transform: translateY(0) scale(1, 1) blur(0);
-ms-transform: translateY(0) scale(1, 1) blur(0);
transform: translateY(0) scale(1, 1) blur(0);
-webkit-transition: .5s opacity ease-in-out, .5s transform ease-in-out, .5s filter ease;
transition: .5s opacity ease-in-out, .5s transform ease-in-out, .5s filter ease;
} .kahuna-article-animation-fade .animated-article {
opacity: 0;
} .kahuna-article-animation-slide .animated-article {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
} .kahuna-article-animation-grow .animated-article {
-webkit-transform: scale(0.85, 0.85);
-ms-transform: scale(0.85, 0.85);
transform: scale(0.85, 0.85);
} .kahuna-article-animation-slideLeft .animated-article {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
} .kahuna-article-animation-slideRight .animated-article {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
} .kahuna-article-animation-zoomIn .animated-article {
opacity: 0;
-webkit-transform: scale(.9, .9);
-ms-transform: scale(.9, .9);
transform: scale(.9, .9);
} .kahuna-article-animation-zoomOut .animated-article {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
} .kahuna-article-animation-blur .animated-article {
opacity: 0;
-webkit-filter: blur(8px);
-ms-filter: blur(8px);
filter: blur(8px);
}  .size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.main a.post-featured-image {
display: inline-block;
position: relative;
height: 100%;
width: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}
.main a.post-featured-image:hover {
background-position: 50% 0%;
}
.main a.post-featured-image::before {
position: absolute;
bottom: 100%;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .2);
content: "";
border-bottom: 1px solid rgba(255,255,255,.4);
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.main a.post-featured-image:hover::before {
bottom: -1px;
}
.alignleft,
img.alignleft {
float: left;
margin-right: 2em;
}
.alignright,
img.alignright {
float: right;
margin-left: 2em;
}
.aligncenter,
img.aligncenter { clear: both;
margin-right: auto;
margin-left: auto;
}
img.aligncenter {
display: block;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1em;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption img {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
img.alignleft:hover,
img.alignright:hover,
img.aligncenter:hover,
img.alignnone:hover,
.wp-caption img:hover {}
.wp-caption {
max-width: 100%;
margin-bottom: 1em;
text-align: center;
}
body .main .wp-caption > a {
display: block;
}
.wp-caption img {
display: block;
width: 100%;
border: none;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-caption .wp-caption-text {
padding: .7em .5em;
text-align: center;
font-style: italic;
}
.wp-smiley {
width: auto;
margin: 0;
border: 0;
vertical-align: middle;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}  .page-link {
display: inline-block;
clear: both;
margin: .7em 0;
}
.page-link a,
.page-link > span > em {
display: inline-block;
height: 2em;
width: 2em;
border-radius: 2px;
line-height: 2;
margin-right: 1px;
text-align: center;
font-weight: bold;
text-decoration: none;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.page-link > span {
display: inline-block;
}
.page-link a:hover {}
.page-link em {
font-style: normal;
}
.page-link span > em,
.pagination span {
cursor: default;
}
.page-link a:hover {} #nav-below {
display: block;
float: none;
clear: both;
overflow: hidden;
margin-top: 2em;
padding: 1.5em 0;
}
#nav-below > div {
min-height: 1em;
}
#nav-below em {
display: block;
font-style: normal;
font-weight: bold;
}
#nav-below em:only-child {
display: none;
}
#nav-below .nav-previous,
#nav-below .nav-next {
display: block;
float: left;
width: 50%;
}
#nav-below .nav-next {
text-align: right;
}
#nav-below .nav-previous a,
#nav-below .nav-next a  {
clear: both;
font-size: 1.1em;
} #nav-fixed {
opacity: 0;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
#nav-fixed a {
color: inherit;
}
#nav-fixed.nav-fixed-show {
opacity: 1;
}
#nav-fixed.nav-fixed-show .nav-previous i {
left: 0;
}
#nav-fixed.nav-fixed-show .nav-next i {
right: 0;
}
#nav-fixed a + a {
position: relative;
z-index: -1;
visibility: hidden;
display: inline-block;
opacity: 0;
max-width: 500px;
padding: 12px 1em;
line-height: 30px;
-webkit-transition: .25s all ease-out;
transition: .25s all ease-out;
}
#nav-fixed .nav-previous a + a {
margin-left: 70px;
}
#nav-fixed .nav-next a + a {
margin-right: 70px;
}
#nav-fixed .nav-previous a:hover + a,
#nav-fixed .nav-previous a + a:hover {
visibility: visible;
margin-left: 56px;
opacity: 1;
}
#nav-fixed .nav-next a:hover + a,
#nav-fixed .nav-next a + a:hover {
visibility: visible;
margin-right: 56px;
opacity: 1;
}
#nav-fixed span {
font-style: italic;
position: relative;
}
#nav-fixed span::before,
#nav-fixed span:after {
content: '"';
position: relative;
}
#nav-fixed i {
position: absolute;
top: 0;
bottom: 0;
display: block;
width: 54px;
height: 54px;
margin: auto;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
#nav-fixed .nav-previous i {
left: -60px;
}
#nav-fixed .nav-next i {
right: -60px;
}
#nav-fixed i::before {
position: absolute;
left: 0;
right: 0;
top: 50%;
margin: auto;
text-align: center;
font-size: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
}
#nav-fixed .nav-previous i::before {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
#nav-fixed .nav-previous,
#nav-fixed .nav-next {
position: fixed;
top: 50%;
z-index: 9999;
max-width: 54px;
max-height: 54px;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
#nav-fixed .nav-previous:hover,
#nav-fixed .nav-next:hover {
max-width: 9999px;
-webkit-transition: none;
transition: none;
}
#nav-fixed .nav-previous {
left: -10px;
}
#nav-fixed .nav-next {
right: -10px;
}
#nav-fixed .nav-previous i::before {
left: 10px;
}
#nav-fixed .nav-next i::before {
right: 10px;
} #nav-old-below {
display: block;
float: none;
clear: both;
overflow: hidden;
margin: 2em 0;
font-weight: bold;
}
#nav-old-below .nav-previous{
float: left;
}
#nav-old-below .nav-next {
float: right;
}
#nav-old-below .nav-previous a,
#nav-old-below .nav-next a {
display: block;
-webkit-transition: .3s all ease;
transition: .3s all ease;
}
#nav-old-below i::before {
margin: 0 .5em;
}
.schema-publisher,
.schema-image {
display: none;
} .kahuna-landing-page .lp-blocks-inside,
.kahuna-landing-page .lp-boxes-inside,
.kahuna-landing-page .lp-page-inside,
.kahuna-landing-page .lp-posts-inside,
.kahuna-landing-page .lp-portfolio-inside {
margin: 0 auto;
overflow: hidden;
}
.kahuna-landing-page .lp-text-inside {
margin: 0 auto;
}
.kahuna-landing-page #header-image-main-inside {
display: none;
}
.kahuna-landing-page #content {
margin-top: 0;
}
.kahuna-landing-page #main {
width: 100%;
}
.lp-section-header {
display: block;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-flow: column wrap;
margin: 4em auto 0;
text-align: center;
}
.lp-section-header .lp-section-title,
.lp-section-header .lp-section-desc {
margin-right: auto;
margin-left: auto;
max-width: 75%;
}
.lp-section-header .lp-section-title {
line-height: 1.3;
margin-top: .1em;
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.lp-section-header .lp-section-desc {
margin-bottom: 5px;
font-size: 1em;
line-height: 1.3;
letter-spacing: 1px;
text-transform: uppercase;
opacity: .75;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.lp-section-header + .lp-boxes-padding {
margin-top: 4em;
} .lp-staticslider {
position: relative;
overflow: hidden;
max-height: 100vh;
}
.lp-staticslider-image,
.header-image {
display: block;
width: 100%;
height: auto; -webkit-animation: .75s animation-fadeIn ease-out forwards;
animation: .75s animation-fadeIn ease-out forwards;
}
.lp-staticslider .staticslider-caption,
.seriousslider-theme .seriousslider-caption {
position: absolute;
z-index: 3;
left: 0;
right: 0;
top: 50%;
bottom: auto;
margin: 0 auto;
padding: 0 2em;
opacity: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-animation: .75s .5s animation-fadeIn ease-out forwards;
animation: .75s .5s animation-fadeIn ease-out forwards;
text-align: left;
}
.lp-staticslider .staticslider-caption-inside,
.seriousslider-theme .seriousslider-caption-inside { margin: 0 auto;
padding: 0;
color: #FFF;
background-clip: padding-box;
}
@-webkit-keyframes animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes animation-fadeIn-blur {
0% {
opacity: 0;
-webkit-filter: blur(3px);
filter: blur(3px);
}
50% {
opacity: 1;
-webkit-filter: blur(3px);
filter: blur(3px);
}
100% {
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@keyframes animation-fadeIn-blur {
0% {
opacity: 0;
-webkit-filter: blur(3px);
filter: blur(3px);
}
50% {
opacity: 1;
-webkit-filter: blur(3px);
filter: blur(3px);
}
100% {
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}
.lp-staticslider .staticslider-caption-title,
.seriousslider-theme .seriousslider-caption-title {
position: relative;
display: inline-block;
float: left;
margin: 0 auto 0.1em;
font-size: 2.5em;
line-height: 2;
font-weight: bold;
text-align: left;
letter-spacing: 2px;
opacity: 0;
-webkit-animation: .75s 0.75s animation-fadeIn ease-out forwards;
animation: .75s 0.75s animation-fadeIn ease-out forwards;
}
.lp-staticslider .staticslider-sep {
display: none;
}
.lp-staticslider .staticslider-caption-text,
.seriousslider-theme .seriousslider-caption-text {
position: relative;
display: inline-block;
float: left;
clear: both;
margin-bottom: .5em;
font-size: 1.2em;
line-height: 2;
font-weight: 300;
letter-spacing: 1px;
color: #DDD;
opacity: 0;
text-align: left;
-webkit-animation: .75s 1s animation-fadeIn ease-out forwards;
animation: .75s 1s animation-fadeIn ease-out forwards;
}
.lp-staticslider .staticslider-caption-title span,
.lp-staticslider .staticslider-caption-text span,
.seriousslider.seriousslider-theme .seriousslider-caption .seriousslider-caption-title span,
.seriousslider.seriousslider-theme .seriousslider-caption .seriousslider-caption-text span,
.seriousslider.seriousslider-theme .seriousslider-caption .seriousslider-caption-text > p,
.seriousslider.seriousslider-theme .seriousslider-caption .seriousslider-caption-text > p {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
padding: .2em 20px;
}
.staticslider-caption-buttons,
.seriousslider-theme .seriousslider-caption-buttons {
display: inline-block;
clear: both;
float: left;
}
a.staticslider-button,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button {
position: relative;
display: inline-block;
margin-top: 2em;
padding: 0.5em 1.5em;
border-bottom: 3px solid transparent;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0;
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
-webkit-animation: .75s 1.25s animation-fadeIn ease-out forwards;
animation: .75s 1.25s animation-fadeIn ease-out forwards;
}
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button {
padding: 0.75em 1.5em;
}
a.staticslider-button + a.staticslider-button,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button + a.seriousslider-button {
margin-left: 1em;
} .lp-blocks {
display: block;
float: none;
width: 100%;
overflow: hidden;
}
.lp-blocks-inside {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
padding: 3em 0;
}
.lp-block {
position: relative;
display: block;
float: left;
overflow: hidden;
background: transparent;
margin-right: 6%;
margin-top: 2em;
margin-bottom: 2em;
padding: 3em 2em;
text-align: center;
-webkit-transition: .4s ease-out all;
transition: .4s ease-out all;
}
.lp-blocks.lp-blocks-rows-4 .lp-block {
width: 20.5%;
}
.lp-blocks.lp-blocks-rows-3 .lp-block {
width: 29.333%;
}
.lp-blocks.lp-blocks-rows-2 .lp-block {
width: 47%;
}
.lp-blocks.lp-blocks-rows-1 .lp-block {
width: 100%;
margin-right: 0;
margin-bottom: 2em;
}
.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(4n),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(3n),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(2n) {
margin-right: 0;
}
.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(4n+1),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(3n+1),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(2n+1) {
clear: both;
}
.lp-block i[class^=blicon] {
display: block;
float: none;
margin: 0 auto 1em;
text-align: center;
line-height: 1;
cursor: default;
}
.lp-block > a i[class^=blicon] {
cursor: pointer;
}
.lp-block > a {
display: inline-block;
opacity: 1;
-webkit-transition: .2s ease-out opacity;
transition: .2s ease-out opacity;
}
.lp-block > a:hover {
opacity: .8;
}
.lp-block i[class^=blicon]::before {
font-size: 28px; line-height: 1;
border-bottom: 4px solid transparent;
width: 2.8em;
padding: 0.8em;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
.lp-block i[class^=blicon],
.lp-block .lp-block-title,
.lp-block .lp-block-text {
opacity: 0;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
-webkit-animation: 1s .5s animation-fadeIn forwards;
animation: 1s .5s animation-fadeIn forwards;
}
.lp-block:nth-child(2) i::before {
-webkit-animation-delay: .65s;
animation-delay: .65s;
}
.lp-block:nth-child(3) i::before {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.lp-block:nth-child(4) i::before {
-webkit-animation-delay: .95s;
animation-delay: .95s;
}
.lp-block:nth-child(1) .lp-block-title {
-webkit-animation-delay: .65s;
animation-delay: .65s;
}
.lp-block:nth-child(2) .lp-block-title {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.lp-block:nth-child(3) .lp-block-title {
-webkit-animation-delay: .95s;
animation-delay: .95s;
}
.lp-block:nth-child(4) .lp-block-title {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.lp-block:nth-child(1) .lp-block-text {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.lp-block:nth-child(2) .lp-block-text {
-webkit-animation-delay: .95s;
animation-delay: .95s;
}
.lp-block:nth-child(3) .lp-block-text {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.lp-block:nth-child(4) .lp-block-text {
-webkit-animation-delay: 1.25s;
animation-delay: 1.25s;
}
.lp-block-content {
display: block;
overflow: hidden;
}
.main .lp-block-title {
margin: .5em auto;
font-size: 1.1em;
text-transform: uppercase;
line-height: 1.3;
}
.lp-block-text {
line-height: 1.5;
width: 100%;
}
.lp-block-readmore {
display: inline-block;
margin-top: 1.5em;
font-size: 0.9em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
-webkit-transition: .2s ease-out color;
transition: .2s ease-out color;
} .lp-blocks2 .lp-blocks-inside {
padding-top: 5em;
padding-bottom: 5em;
}
.lp-blocks2 .lp-section-header + .lp-blocks-inside {
padding-top: 2em;
padding-bottom: 5em;
}
.lp-blocks2 .lp-block {
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
.lp-blocks2 .lp-block:hover {
z-index: 1;
}
.lp-blocks2.lp-blocks-rows-4 .lp-block {
width: 25%;
}
.lp-blocks2.lp-blocks-rows-3 .lp-block {
width: 33.333%;
}
.lp-blocks2.lp-blocks-rows-2 .lp-block {
width: 50%;
}
.lp-blocks2.lp-blocks-rows-1 .lp-block {
width: 100%;
}
#lp-blocks2 .lp-block i::before {
background: transparent;
border-bottom-width: 2px;
}
.main .lp-blocks2 .lp-block-title {
text-transform: none;
font-size: 1em;
}
.lp-blocks2 .lp-block-text {
margin-top: 1em;
} .lp-boxes {
display: block;
float: none;
width: 100%;
overflow: hidden;
}
.lp-boxes .lp-boxes-inside {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.lp-boxes .lp-boxes-inside,
.lp-boxes .lp-boxes-margins {
overflow: hidden;
padding-top: 3em;
padding-bottom: 3em;
}
.lp-box {
display: block;
float: left;
overflow: hidden;
position: relative;
}
.lp-boxes.lp-boxes-rows-4 .lp-box {
width: 25%;
}
.lp-boxes.lp-boxes-rows-3 .lp-box {
width: 33.33333%;
}
.lp-boxes.lp-boxes-rows-2 .lp-box {
width: 50%;
}
.lp-boxes.lp-boxes-rows-1 .lp-box {
width: 100%;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins .lp-box {
width: 23.5%;
margin-right: 2%;
margin-top: 1%;
margin-bottom: 1%;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins.lp-boxes-outside .lp-box {
width: 22.75%;
margin-right: 3%;
margin-top: 1.5%;
margin-bottom: 1.5%;
}
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins .lp-box {
width: 30.6666%;
margin-right: 4%;
margin-top: 2%;
margin-bottom: 2%;
}
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins.lp-boxes-outside .lp-box {
width: 31.3333%;
margin-right: 3%;
margin-top: 1.5%;
margin-bottom: 1.5%;
}
.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins .lp-box {
width: 48%;
margin-right: 4%;
margin-top: 2%;
margin-bottom: 2%;
}
.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins.lp-boxes-outside .lp-box {
width: 48.5%;
margin-right: 3%;
margin-top: 1.5%;
margin-bottom: 1.5%;
}
.lp-boxes.lp-boxes-rows-1 .lp-boxes-margins .lp-box {
margin-top: 1em;
margin-bottom: 1em;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins .lp-box:nth-child(4n),
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins .lp-box:nth-child(3n),
.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins .lp-box:nth-child(2n) {
margin-right: 0;
}
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+1),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n+1),
.lp-boxes.lp-boxes-rows-2 .lp-box:nth-child(2n+1) {
clear: both;
}
.lp-box-image {
position: relative;
overflow: hidden;
}
.lp-box-imagelink {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%;
z-index: 12;
}
.lp-box-image::before {
content: "\e92d";
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
margin: auto;
font-family: 'iconmeta';
font-size: 100px;
line-height: 1;
color: rgba(0, 0, 0, .15);
}
.lp-box .lp-box-image > img {
position: relative;
z-index: 10;
display: block;
width: 100%;
height: 100%;
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
}
.lp-box-titlelink {
color: inherit;
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
}
.main .lp-box-title {
position: relative;
display: inline-block;
font-size: 1em;
line-height: 1.5;
font-weight: bold;
letter-spacing: .5px;
text-transform: uppercase;
}
.lp-box-title a,
.lp-box-title a:hover {
color: inherit;
}
.lp-box-text-inside {
margin: .75em 0;
}
.lp-boxes .lp-box-link {
display: block;
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
padding: 1.5em 0;
line-height: 1;
text-align: center;
color: #FFF;
-webkit-transition: .35s all ease;
transition: .35s all ease;
}
.lp-boxes .lp-box-image:hover .lp-box-link {
opacity: .75;
}
.lp-boxes .lp-box-link i::before {
display: inline-block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 1em;
width: 1em;
margin: auto;
font-size: 1.1em;
-webkit-transition: .25s all ease-out;
transition: .25s all ease-out;
}
.lp-boxes .lp-box-link:hover i::before {
padding-left: .2em;
}
.lp-box-readmore {
clear: both;
float: none;
margin: .5em auto 1px;
border-bottom: 3px solid transparent;
font-weight: bold;
letter-spacing: 0;
color: inherit;
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.lp-box-readmore:hover {
border-bottom: 3px solid;
}
.lp-box-readmore > span {
position: relative;
top: -1px;
}
.lp-box-link {
display: none;
} .lp-boxes-animated .lp-box::before {
position: absolute;
z-index: 20;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
border: 30px solid transparent;
background-color: #000;
opacity: .4;
background-clip: padding-box;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.lp-box:hover::before {
opacity: .2;
border: 10px solid transparent;
}
.lp-boxes-animated .lp-box-content {
position: absolute;
z-index: 30;
width: 80%;
top: 50%;
right: 0;
left: 0;
margin: 0 auto;
padding: 4% 6%;
color: #DDD;
opacity: 1;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .35s all ease-out;
transition: .35s all ease-out;
}
.lp-boxes-animated .lp-box:hover .lp-box-content {
color: #FFF;
} .lp-boxes-animated .lp-box:focus-within .lp-box-content {
color: #FFF;
}
.lp-boxes-animated .lp-box .lp-box-image > img {
-webkit-filter: blur(0.3px);
filter: blur(0.3px);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: .5s all ease-out;
transition: .5s all ease-out;
}
.lp-boxes-animated .lp-box:hover .lp-box-image > img {
-webkit-filter: blur(15px);
filter: blur(15px);
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
} .lp-boxes-animated .lp-box:focus-within .lp-box-image > img {
-webkit-filter: blur(15px);
filter: blur(15px);
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
}
.lp-boxes-animated .lp-box-title {
margin: 0;
}
.lp-boxes-animated .lp-box-text {
position: relative;
top: 0;
overflow: hidden;
opacity: 1;
-webkit-transition: .6s .1s opacity ease-out, .4s .1s top ease-out;
transition: .6s .1s opacity ease-out, .4s .1s top ease-out;
}
.lp-boxes-animated .lp-box-text-inside {
line-height: 1.5;
} .lp-boxes-animated2 .lp-box::before {
display: none;
}
.lp-boxes-animated2 .lp-box-title {
display: block;
padding: 0.5em;
background: rgba(0,0,0,.3);
font-size: .9em;
letter-spacing: 1px;
-webkit-transition: 1s ease all;
transition: 1s ease all;
}
.lp-boxes-animated2 .lp-box .lp-box-image > img {
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.lp-boxes-animated2 .lp-box:hover .lp-box-image > img {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-filter: blur(0);
filter: blur(0);
} .lp-boxes-animated2.lp-boxes-animated .lp-box:focus-within .lp-box-image > img {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-filter: blur(0);
filter: blur(0);
}
.lp-boxes-animated2 .lp-box-content {
top: auto;
bottom: 3%;
-webkit-transform: none;
transform: none;
}
.lp-boxes-animated2 .lp-box:hover .lp-box-content {
color: #FFF;
bottom: 0%;
-webkit-transform: scale3d(0.9,0.9,1);
transform: scale3d(0.9,0.9,1);
} .lp-boxes-animated2.lp-boxes-animated .lp-box:focus-within .lp-box-content {
color: #FFF;
bottom: 0%;
-webkit-transform: scale3d(0.9,0.9,1);
transform: scale3d(0.9,0.9,1);
}
.lp-boxes-animated2 .lp-box-text {
display: none;
}
.lp-boxes-animated2 .lp-box:hover .lp-box-text {
}
.lp-boxes-animated2 .lp-box .lp-box-text-inside {
text-align: justify;
} .lp-boxes.lp-boxes-static .lp-box {
-webkit-transition: .5s ease-out all;
transition: .5s ease-out all;
}
.lp-boxes-static .lp-box-content {
overflow: hidden;
padding: 1em 1em 2em;
text-align: center;
border-top: none;
}
.lp-boxes-static .lp-box-image::after,
.lp-boxes-static .lp-box-image .box-overlay {
content: "";
height: 7px;
left: 0;
position: absolute;
bottom: 0;
width: 100%;
z-index: 20;
-webkit-transition: .5s all ease-in-out;
transition: .5s all ease-in-out;
}
.lp-boxes-static .lp-box-image .box-overlay {
z-index: 21;
width: 0;
-webkit-transition: .5s all ease-out;
transition: .5s all ease-out;
}
.lp-boxes-static .lp-box:hover .box-overlay {
width: 100%;
}
.lp-boxes-static .lp-box:focus-within .box-overlay {
width: 100%;
}
.lp-boxes-static .lp-box-image > img {
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
-webkit-transition: 1s transform ease;
transition: 1s transform ease;
}
.lp-boxes-static .lp-box:hover .lp-box-image > img {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.lp-boxes-static .lp-box:focus-within .lp-box-image > img {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.lp-boxes-static .lp-box-title {
margin: .5em 0;
} .lp-boxes-static2 .lp-box-content {
padding: 2em;
}
.lp-boxes-static2 .lp-box-image > img {
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
top: 4%;
-webkit-transition: 1s transform ease;
transition: 1s transform ease;
}
.lp-boxes-static2 .lp-box:hover .lp-box-image > img {
-webkit-transform: scale3d(1.1,1.1,1) translateY(-10%);
transform: scale3d(1.1,1.1,1) translateY(-10%);
}
.lp-boxes-static2 .lp-box:focus-within .lp-box-image > img {
-webkit-transform: scale3d(1.1,1.1,1) translateY(-10%);
transform: scale3d(1.1,1.1,1) translateY(-10%);
}
.lp-boxes-static2 .lp-box-image::after { }
.lp-boxes-static2 .lp-box-image .box-overlay {
opacity: 1;
left: 50%;
transform: translateX(-50%);
}
.lp-boxes-static2 .lp-boxes-inside {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.lp-boxes-static2 .lp-box-readmore {
display: inline-block;
margin-top: 1em;
border: 3px solid;
padding: 0.5em 1.2em;
font-size: .8em;
text-transform: uppercase;
}
.lp-boxes-static2 .lp-box-readmore:hover {
border: 3px solid;
}
.lp-boxes.lp-boxes-static2 .lp-boxes-margins .lp-box {
margin-bottom: 2em;
}
.lp-boxes-static2 .lp-box-content {
padding-bottom: 1.5em;
}
.lp-boxes-static2 .lp-box-title {
text-transform: none;
letter-spacing: 0;
}
.lp-boxes-static2 .lp-box-text-inside {
text-align: justify;
} .lp-portfolio {
display: block;
float: none;
width: 100%;
overflow: hidden;
}
body.page-template-template-portfolio .lp-portfolio {
background: transparent;
}
.lp-portfolio .lp-portfolio-inside {
padding-top: 5em;
padding-bottom: 5em;
}
body.page-template-template-portfolio .lp-portfolio .lp-portfolio-inside {
padding-top: 0;
padding-bottom: 0;
}
.lp-port {
display: block;
float: left;
text-align: center;
overflow: hidden;
position: relative;
}
.lp-portfolio.lp-portfolio-rows-6 .lp-port {
width: 16.66666%;
}
.lp-portfolio.lp-portfolio-rows-5 .lp-port {
width: 20%;
}
.lp-portfolio.lp-portfolio-rows-4 .lp-port {
width: 25%;
}
.lp-portfolio.lp-portfolio-rows-3 .lp-port {
width: 33.333333%;
}
.lp-portfolio.lp-portfolio-rows-2 .lp-port {
width: 50%;
}
.lp-portfolio.lp-portfolio-rows-1 .lp-port {
width: 100%;
}
.lp-port-text {
display: none;
}
.lp-port-image {
position: relative;
overflow: hidden;
}
.lp-port .lp-port-image > img {
position: relative;
display: block;
z-index: 10;
-webkit-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: 1s ease all;
transition: 1s ease all;
}
.lp-port:hover .lp-port-image > img {
-webkit-filter: grayscale(80%);
filter: grayscale(80%);
} .lp-port:focus-within .lp-port-image > img {
-webkit-filter: grayscale(80%);
filter: grayscale(80%);
}
.lp-port-text {
margin-top: 1em;
}
.lp-port-text-inside {
line-height: 1.5;
}
.lp-port-tax {
display: none;
}
.lp-portfolio .lp-port {
overflow: hidden;
-webkit-transition: .5s border ease-in-out;
transition: .5s border ease-in-out;
}
.lp-portfolio .lp-port-title {
position: absolute;
z-index: 15;
left: -4px;
bottom: 25px;
margin: 0;
max-width: 90%;
padding: 0.5em .75em;
border-left: 4px solid #FFF;
background: rgba(255,255,255,.9);
font-size: 0.8em;
font-weight: bold;
line-height: 1.3;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-transition: .5s ease-out all;
transition: .5s ease-out all;
}
.lp-portfolio .lp-port:hover .lp-port-title {
left: 25px;
color: #FFF;
} .lp-portfolio .lp-port:focus-within .lp-port-title {
left: 25px;
color: #FFF;
}
.lp-portfolio .lp-port-title::before {
position: absolute;
z-index: -1;
width: 4px;
height: 100%;
content: "";
top: 0;
left: -4px;
-webkit-transition: .5s ease-out all;
transition: .5s ease-out all;
}
.lp-portfolio .lp-port:hover .lp-port-title::before { width: 100%;
width: calc(100% + 4px);
} .lp-portfolio .lp-port:focus-within .lp-port-title::before { width: 100%;
width: calc(100% + 4px);
}
.lp-port-readmore {
position: relative;
right: 0;
left: 0;
display: table;
margin: 0 auto 3em;
padding: 0.3em 2em;
border: 3px solid;
font-size: .9em;
line-height: 2.5;
text-transform: uppercase;
font-weight: bold;
text-align: center;
color: inherit;
opacity: .5;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
.lp-port-readmore:hover {
color: #FFF;
}
.lp-port-readmore::before {
position: absolute;
z-index: -1;
left: 0;
top: 0;
height: 100%;
width: 0;
content: "";
background: #444;
-webkit-transition: .3s ease-out all;
transition: .3s ease-out all;
}
.lp-port-readmore:hover::before {
width: 100%;
} .lp-text {
position: relative;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
float: none;
clear: both;
width: 100%;
overflow: hidden;
background-attachment: fixed;
background-position : top center;
background-size : cover;
}
.lp-text-image {
position: relative;
display: inline-block;
float: left;
width: 50%;
line-height: 0;
}
.lp-text-image::before {
position: absolute;
right: 0;
top: 0;
z-index: 10;
display: block;
height: 100%;
width: 50px;
content: "";
background: rgba(255, 255, 255, 0.75);
border-right: 25px solid rgba(255, 255, 255, 0.8);
}
.lp-text-image > img {
float: right;
}
.lp-text-inside {
padding: 3em 0;
width: 100%;
}
.lp-text-image + .lp-text-inside {
display: inline-block;
float: left;
width: 50%;
padding: 2em 6em;
text-align: left;
}
.lp-text-hasimage .lp-text-image,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image {
float: left;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.lp-text-hasimage ~ .lp-text-hasimage .lp-text-image,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image {
float: right;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.lp-text-hasimage .lp-text-image::before,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image::before,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image::before {
right: 0;
left: auto;
border-left: 0;
border-right: 25px solid rgba(255, 255, 255, 0.8);
}
.lp-text-hasimage ~ .lp-text .lp-text-image::before,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image::before,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image::before {
right: auto;
left: 0;
border-right: 0;
border-left: 25px solid rgba(255, 255, 255, 0.8);
}
.main .lp-text-title {
margin-top: 0;
}
.lp-text-content {
font-size: 1.1em;
}
.lp-text-image + .lp-text-inside .lp-text-content {
font-size: 1em;
} #lp-posts,
#lp-page {
display: block;
float:none;
clear: both;
padding: 5em 0;
}
#lp-page #comments {
display: none;
} #cryout_ajax_more_trigger{
position: relative;
display: table;
float: none;
clear: both;
min-width: 150px;
margin: 2em auto;
padding: .2em 3em;
text-align: center;
line-height: 3;
cursor: pointer;
background: rgba(0,0,0,.1);
}
#cryout_ajax_more_trigger::before {
content: "\e922";
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: inline-block;
margin: auto;
font-size: 1em;
line-height: 3;
width: auto;
padding: .2em 1em;
font-family: "iconmeta";
text-align: center;
-webkit-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#cryout_ajax_more_trigger > span {
display: inline-block;
text-indent: 2em;
font-weight: bold;
}
#cryout_ajax_more_trigger::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: inline-block;
margin: auto;
line-height: 3;
width: auto;
padding: .2em 1em;
width: 3em;
background: rgba(0,0,0,.05);
-webkit-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#cryout_ajax_more_trigger:hover::after,
#cryout_ajax_more_trigger.cryout_click_loading::after {
background: transparent;
width: 50%;
}
#cryout_ajax_more_trigger.cryout_click_loading::before {
content: "\e97b";
-webkit-animation: icon-load 1s linear infinite;
animation: icon-load 1s linear infinite;
}
@keyframes icon-load {
to {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes icon-load {
to {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} span.entry-format {
margin-right: 1em;
font-size: 1em;
text-align: center;
text-transform: capitalize;
}
.featured-image-meta span.entry-format {
background: rgba(255,255,255,.1);
}
span.entry-format a {
-webkit-transition: .4s all ease;
transition: .4s all ease;
}
span.entry-format i::before {
cursor: pointer;
} .format-aside {
border-top: 7px dashed transparent;
}
.format-aside .entry-title,
.format-aside .author,
.format-aside .bl_categ {
display: none;
} .gallery {
margin: 0 -1% 1.75em;
}
.gallery-item {
display: inline-block;
width: 100%;
max-width: 33.33%;
padding: 0 1% 2%;
vertical-align: top;
text-align: center;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding-top: 0.5em;
font-size: .9em;
line-height: 1.5;
font-style: italic;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .format-chat p {
font-family: Monaco, "Courier New", monospace;
} .format-quote blockquote,
.format-quote blockquote p{
font-size: 1.1em;
font-family: Georgia, "Bitstream Charter", serif;
} .format-status .entry-title { }
.format-status .avatar {
display: block;
float: left;
margin-right: 1em;
}
span.entry-sticky {
padding: 0 .4em;
border-radius: 3px;
text-align: center;
} .attachment .entry-content .entry-caption {
margin-top: 2em;
font-size: 1.4em;
}
.attachment .entry-attachment {
margin-top: 24px;
text-align: center;
} #comments {
clear: both;
}
.comment-navigation {
padding: 0 0 1.5em 0;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
display: block;
float: left;
font-weight: bold;
}
.comment-navigation .nav-next {
float: right;
}
#comments-title,
#reply-title,
.related-main-title {
font-size: 1.1em;
text-transform: uppercase;
}
#reply-title small {
font-size: 70%;
}
.main #comments-title {
margin-top: 4em;
margin-bottom: 1em;
line-height: 1.5;
}
.main .commentlist {
margin-left: 0;
}
.commentlist > li {
list-style: none;
}
.commentlist .comment-body {
position: relative;
clear: both;
padding: 1em;
margin-bottom: 15px;
line-height: 1.7;
border-radius: 2px;
}
.commentlist .comment-body::before,
.commentlist .comment-body::after {
position: absolute;
top: 100%;
left: 35px;
display: block;
content: '';
height: 0;
width: 0;
border-style: solid;
} .commentlist .comment-body::after {
margin-left: 1px;
border-color: transparent;
border-width: 10px;
} .commentlist .comment-body::before {
border-color: transparent;
border-width: 11px;
}
.commentlist .pingback {
margin-bottom: 1em;
padding: 1em;
border: 1px solid transparent;
}
.main .commentlist .pingback p {
margin: 0;
}
.commentlist .pingback .url {
font-style: italic;
}
.commentlist li:last-child {}
#comments .comment-body p:last-child {
margin-bottom: 0;
}
#comments .comment-body blockquote p:last-child {
margin-bottom: 1em;
}
.main .commentlist img.avatar {
float: left;
overflow: visible;
height: 50px;
width: 50px;
padding: 2px;
border-radius: 2px;
-webkit-transition: all .15s ease-out;
transition: all .15s ease-out;
}
.main .commentlist .comment-header:hover img.avatar {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.comment-header {
display: block;
float: none;
overflow: hidden;
padding: 5px 20px;
}
.comment-author {
display: inline;
float: left;
line-height: 50px;
}
.comment-author .author-name {
padding: 0 .8em;
font-size: 1em;
}
.commentlist .author-name,
.commentlist .author-name a {
font-weight: 400;
}
.comment-meta {
display: inline;
float: left;
line-height: 50px;
font-weight: 400;
}
.comment-date {
display: none;
}
.kahuna-comment-date-published .comment-date {
display: inline;
}
.kahuna-comment-date-published .comment-timediff {
display: none;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.comment-await {
font-size: 0.9em;
}
.comment article {
display: block;
margin-bottom: 3em;
border: 0;
border-radius: 0;
box-shadow: none;
}
.comment .reply {
position: relative;
display: inline-block;
overflow: hidden;
float: right;
width: auto;
text-align: right;
line-height: 50px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.comment .reply a {
padding: .1em 0;
font-weight: 700;
border-bottom: 3px solid transparent;
-webkit-transition: .2s all ease-out;
transition: .2s all ease-out;
}
.comment .reply a:hover {
color: inherit;
}
.comment .reply i {
display: inline-block;
position: relative;
font-size: .8em;
margin-right: .2em;
vertical-align: middle;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.comment .reply i::before {
content: "\e947";
}
.commentlist .children {
margin: 0;
margin-left: 1.5em;
background-image: none;
list-style: none;
}
.commentlist .children li {
margin: 0;
border: none;
}
.main .nocomments,
.main .nocomments2 {
clear: both;
margin-top: 2em;
margin-bottom: 0;
}
.hideme {
display:none;
} #respond {
margin-top: 2em;
}
#respond .comment-notes {
margin-bottom: 1.5em;
}
.form-allowed-tags {
line-height: 1;
}
.children #respond {
min-width: 400px;
margin: 0 4em 0 0;
}
#reply-title {
margin: 0;
padding: 0;
line-height: 1.5;
}
#comments-list #respond {
margin: 0 0 1.5em 0;
}
#comments-list ul #respond {
margin: 0;
}
#cancel-comment-reply-link {
font-size: 1em;
font-weight: normal;
line-height: 1.5;
}
#respond .required {}
#commentform {
display: block;
}
.kahuna-comment-placeholder #respond .comment-form-comment label,
.kahuna-comment-placeholder #respond .comment-form-author label,
.kahuna-comment-placeholder #respond .comment-form-email label,
.kahuna-comment-placeholder #respond .comment-form-url label {
display:none;
}
#respond .comment-form-cookies-consent {
clear: both;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
float: left;
width: 30%;
margin-right: 5%;
}
.comment-form-url {
margin-right: 0;
}
.comment-form-comment textarea {
display: block;
float: none;
width: 100%;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
display: block;
float: none;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
display: block;
float: none;
}
#respond input:hover,
#respond textarea:hover {}
#respond .form-allowed-tags {
display: block;
float: none;
clear: both;
width: 100%;
font-size: 1em;
line-height: 1.5;
}
#respond .form-allowed-tags code {
font-size: 1em;
}
#respond .form-submit {
margin: 1em 0;
clear: both;
}
#respond .form-submit input {
width: auto;
}
#respond .form-submit input[type="submit"],
#respond .form-submit input[type="reset"] {
}
#respond .form-submit input#submit:hover {
cursor: pointer;
}
.button {
padding: 4px 7px;
border: 1px solid transparent;
-webkit-transition: background-color .2s ease;
transition: background-color .2s ease;
}
.button:hover {
cursor: pointer;
}  .widget-area ul,
.widget-area ul ul,
.yoyo > .widget-container {
padding: 0;
border: none;
list-style: none;
list-style-image: none;
}
.widget-container {
margin: 0 0 2.2em 0;
padding: 0 1em;
}
.widget-container > * {
max-width: 100%;
}
.widget-container ul ul {
margin-left: 1em;
margin-top: 1em;
}
.widget-container ul li {
display: block;
float: none;
margin-bottom: 0.5em;
word-wrap: break-word;
}
.sidey .widget-container ul li:not(:last-child) {
padding-bottom: .5em;
border-bottom: 1px solid rgba(0,0,0,.05);
}
.widget-title {
position: relative;
margin-bottom: 1em;
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
}
.widget-title span {
line-height: 2.75;
padding-bottom: .75em;
border-bottom: 2px solid transparent;
}
.widget-area a {
text-decoration: none;
word-wrap: break-word;
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
}
.widget-area a:active,
.widget-area a:hover {}
.widget-area .entry-meta {
font-size: 1em;
} .top-widget-area > section,
.bottom-widget-area > section,
.content-widget-before > section,
.content-widget-after > section {
padding: 0;
}
.top-widget-area > section,
.bottom-widget-area > section {
margin: 0;
}
.yoyo .widget-title {
background: none;
padding: 0;
margin: 0;
} nav.sidebarmenu {
display: block;
margin-bottom: 3em;
}
nav.sidebarmenu li a {
display: inline-block;
float: none;
border-bottom: 2px solid transparent;
text-transform: uppercase;
font-weight: bold;
-webkit-transition: .3s all ease-in;
transition: .3s all ease-in;
}
nav.sidebarmenu li a:hover {
border-bottom: 2px solid;
} #wp-calendar {
width: 100%;
font-size: .9em;
}
#wp-calendar caption {
padding-bottom: .3em;
text-align: left;
font-size: 1em;
font-weight: bold;
}
#wp-calendar tbody td {
border: 1px solid transparent;
}
#wp-calendar th,
#wp-calendar td {
text-align: left;
}
#wp-calendar tbody td:hover {
opacity: 0.8;
}
#wp-calendar tbody td a {
margin: 0;
padding: 0;
border: none;
background: none;
}
#wp-tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
text-align: right;
} .kahuna-normalizedtags #content .tagcloud a {
display: inline-block;
margin: 0 4px 5px 0;
padding: 2px 10px;
border-radius: 2px;
font-size: .9em !important; text-transform: uppercase;
border-bottom: 2px solid rgba(0,0,0,.15);
-webkit-transition: background .3s ease;
transition: background .3s ease;
}
.kahuna-normalizedtags #content .tagcloud a:hover {} .main .content-empty-page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
width: 100%;
margin: 2em auto;
}
.main .content-empty-page .widget-container {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.main .content-empty-page .widget-container:not(:last-child) {
margin-right: 2em;
}  .cryout-wtabs-nav {
display: block;
overflow: hidden;
margin-bottom: 5px;
text-align: center;
}
.sidey .widget-container ul li.cryout-wtab,
#colophon .widget-container ul li.cryout-wtab {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.widget-area .cryout-wtabs-nav {
border-bottom: 3px solid transparent;
}
.cryout-wtabs-nav.tab-count-1 li {
width: 100%;
}
.cryout-wtabs-nav.tab-count-2 li {
width: 50%;
}
.cryout-wtabs-nav.tab-count-3 li {
width: 33.333%;
}
.cryout-wtabs-nav.tab-count-4 li {
width: 25%;
}
ul.cryout-wtabs-nav > li,
.cryout-wtabs-container > ul > li {
display: block;
float: left;
}
.cryout-wtabs-container > ul > li {
clear: both;
}
ul.cryout-wtabs-nav li a {
position: relative;
z-index: 2;
display: block;
padding: .5em 0;
font-size: 18px;
background: rgba(255,255,255,1);
}
ul.cryout-wtabs-nav li a::before {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
height: 0;
width: 100%;
content: "";
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
ul.cryout-wtabs-nav li a:hover::before {
height: 4px;
}
ul.cryout-wtabs-nav li.active a,
ul.cryout-wtabs-nav li.active a:hover {
color: #FFF;
}
ul.cryout-wtabs-nav li.active a::before {
height: 100%;
}
ul.cryout-wtabs-nav li a span {
display: none;
}
ul.cryout-wtab li,
ul.cryout-wposts li {
overflow: hidden;
display: block;
width: 100%;
margin-bottom: 3px;
padding: 15px 0;
border-bottom: 1px solid rgba(0,0,0,.07);
font-weight: 400;
line-height: 1.4;
}
.sidey .widget-container ul.cryout-wtab li,
.sidey .widget-container ul.cryout-wposts li {
padding: 15px 0;
}
ul.cryout-wtab li:last-child,
ul.cryout-wposts li:last-child {
border: none;
}
.cryout-wtab a,
.cryout-wposts a {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.cryout-wtab img,
.cryout-wposts img {
display: block;
width: 100%;
height: auto;
}
.cryout-wtab .tab-item-thumbnail {
width: 80px;
float: left;
}
.cryout-wtab .tab-item-thumbnail,
.cryout-wposts .post-item-thumbnail {
position: relative;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.cryout-wtab .tab-item-thumbnail {
margin-right: 15px;
}
.cryout-wtab .tab-item-avatar {
width: 48px;
float: left;
margin-right: 15px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.cryout-wtab .tab-item-inner {
overflow: hidden;
}
.cryout-wtab .tab-item-title,
.cryout-wposts .post-item-title {
font-size: 1em;
line-height: 1.3;
font-weight: bold;
}
.cryout-wposts .post-item-title {
font-size: 1.1em;
}
.cryout-wtab .tab-item-category,
.cryout-wposts .post-item-category {
text-transform: uppercase;
font-size: .8em;
line-height: 1.2;
letter-spacing: 1px;
opacity: 0.6;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.cryout-wtab .tab-item-category a,
.cryout-wposts .post-item-category a {
border-bottom: 2px solid transparent;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.cryout-wtab .tab-item-category a:hover,
.cryout-wposts .post-item-category a:hover {
border-bottom-color: inherit;
}
.cryout-wtab .tab-item-category a,
.cryout-wposts .post-item-category a {
color: inherit;
}
.cryout-wtab .tab-item-title,
.cryout-wtab .tab-item-comment,
.cryout-wposts .post-item-title {
margin: 5px 0;
word-wrap: break-word;
}
.cryout-wposts .post-item-title {
margin: 7px 0;
}
.cryout-wtab .tab-item-date,
.cryout-wtab .tab-item-name,
.cryout-wposts .post-item-date {
text-transform: uppercase;
font-size: .8em;
opacity: 0.35;
}
.cryout-wtab .thumb-icon.small {
bottom: 8px;
left: 8px;
}
.cryout-wtab li:hover .tab-item-thumbnail,
.cryout-wtab li:hover .tab-item-avatar,
.cryout-wposts li:hover .post-item-thumbnail {
opacity: 0.75;
}
.cryout-wtab li:hover .thumb-icon,
.cryout-wposts li:hover .thumb-icon {
background: #fff;
color: #222;
}
.cryout-wtab .tab-item-category a,
.cryout-wposts .post-item-category a,
.cryout-wtab li:hover .tab-item-title a,
.cryout-wtab li:hover .tab-item-comment a,
.cryout-wposts li:hover .post-item-title a { } .cryout-wposts .post-item-thumbnail {
margin-bottom: 10px;
}
.s1 .cryout-wposts .post-item-title {
font-size: 18px;
line-height: 1.4em;
font-weight: 300;
}
.s1 .cryout-wposts .post-item-category,
.s1 .cryout-wposts .post-item-date {
font-size: 14px;
} .main .related-posts {
display: block;
overflow: hidden;
margin-left: 0;
margin-bottom: 2em;
}
.related-posts li {
display: inline;
float: left;
width: 31.33%;
margin-right: 3%;
}
.related-posts li:last-child {
margin-right: 0;
}
.related-posts article {
margin-bottom: 0;
}
.related-thumbnail {
position: relative;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.related-posts li:hover .related-thumbnail {
opacity: 0.75;
}
.related-thumbnail .related-comments {
position: absolute;
right: 2px;
top: 2px;
padding: 0 14px;
line-height: 1.5;
font-weight: bold;
background: rgba(255,255,255,0.9);
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.related-thumbnail .related-comments::before {
position: absolute;
top: 100%;
left: 0;
right: 0;
width: 0;
height: 0;
margin: auto;
content: "";
border-left: 0 solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid rgba(255,255,255,.9);
-webkit-transition: all .15s ease;
transition: all .15s ease;
}
.related-thumbnail:hover .related-comments::before {
border-right: 10px solid transparent;
border-top: 10px solid rgba(255,255,255,.9);
}
.related-comments i {
display: none;
margin-right: .25em;
}
.related-posts .related-inside {
padding-right: .5em;
}
.related-posts .related-title {
display: block;
margin-top: 0.5em;
margin-bottom: 0;
font-size: 1em;
line-height: 1.3;
}
.related-posts .related-title a {
word-wrap: break-word;
}
.related-posts .related-meta {
font-size: .8em;
font-weight: 300;
opacity: .5;
} .cryout-about-image {
display: inline-block;
margin-bottom: 1em;
}
.cryout-about-text {
font-size: .9em;
} .widget_cryout_contact address {
padding-left: 0;
}
.widget_cryout_contact .map {
margin-top: 2em;
}
.widget_cryout_contact address > span {
display: block;
float: none;
clear: both;
margin: 2px 0;
line-height: 2.2;
}
.widget_cryout_contact address a {
color: inherit;
border-bottom: 1px solid transparent;
transition: .2s ease-out border-color;
transition: .2s ease-out border-color;
}
.widget_cryout_contact address a:hover {
border-color: inherit;
}
.widget_cryout_contact address > span i {
display: inline-block;
float: left;
width: 2.2em;
height: 2.2em;
font-size: 1em;
text-align: center;
background: rgba(255,255,255,.05);
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.widget_cryout_contact address > span i + strong {
display: none;
}
.cryout-contact-right {
display: block;
overflow: hidden;
padding: 0 10px;
background: rgba(0,0,0,.1);
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.widget_cryout_contact address > span:hover .cryout-contact-right,
.widget_cryout_contact address > span:hover i {
background: rgba(0,0,0,.2);
} .widget-socials {} .widget-portfolio {
overflow: hidden;
}
.widget-portfolio-item {
position: relative;
display: inline-block;
float: left;
margin-bottom: 2%;
overflow: hidden;
}
.portfolio-columns-1 .widget-portfolio-item {
width: 100%;
float: none;
clear: both;
}
.portfolio-columns-2 .widget-portfolio-item {
width: 48%;
margin-right: 2%;
}
.portfolio-columns-3 .widget-portfolio-item {
width: 31.333%;
margin-right: 2%;
}
.portfolio-columns-4 .widget-portfolio-item {
width: 23%;
margin-right: 2%;
}
.portfolio-columns-5 .widget-portfolio-item {
width: 18%;
margin-right: 2%;
}
.portfolio-columns-6 .widget-portfolio-item {
width: 14.666%;
margin-right: 2%;
}
.portfolio-columns-7 .widget-portfolio-item {
width: 12.285%;
margin-right: 2%;
}
.portfolio-columns-8 .widget-portfolio-item {
width: 10.5%;
margin-right: 2%;
}
.portfolio-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.widget-portfolio-item:hover .portfolio-overlay {
opacity: 1;
}
.portfolio-title {
display: block;
position: relative;
z-index: 3;
top: 50%;
padding: 0.35em 0.1em;
text-align: center;
font-size: .8em;
line-height: 1.3;
font-weight: bold;
text-transform: uppercase;
color: inherit;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}
.widget-portfolio-item:hover .portfolio-title {
}
.portfolio-title::before {
position: absolute;
z-index: -1;
left: -100%;
top: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(255,255,255,.85);
-webkit-transition: .25s ease all;
transition: .25s ease all;
}
.widget-portfolio-item:hover .portfolio-title::before {
left: 0;
}
.portfolio-image > img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 1s ease all;
transition: 1s ease all;
}
.widget-portfolio-item:hover .portfolio-image > img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .cryoutgetintouch-extra {
font-size: 1.1em;
font-weight: bold;
}
.widget_cryout_getintouch > div {
line-height: 1.8;
}
.widget_cryout_getintouch > div i.icon {
opacity: 0.5;
margin-right: .3em;
}
.widget_cryout_getintouch .cryoutgetintouch-email a {
color: inherit;
}
.widget_cryout_getintouch .cryoutgetintouch-items > span {
display: block;
margin: 10px 0;
font-size: 1em;
} .widget_cryout_contact .widget-title + address,
.widget_cryout_about .widget-title + .cryout-about-image,
.widget_cryout_portfolio .widget-title + .widget-portfolio  {
padding-top: .5em;
} .searchform {
position: relative;
display: inline-block;
width: 100%; height: auto;
border-radius: 2px;
}
.searchform:hover input[type="search"],
.searchform input[type="search"]:focus {
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.no-results .content-search {
padding: 0;
} .searchform input[type="search"] {
display: block;
float: left;
position: relative;
z-index: 7;
height: 3.5em;
width: 100%;
padding: 0 1em 0 3em;
font-size: 1em;
border-radius: 2px;
-webkit-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.searchform:hover input[type="search"],
.searchform input[type="search"]:focus {
outline: none;
}
.searchform .searchsubmit {
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 8;
height: 3.5em;
width: 3.5em;
padding: 0;
border: 0;
font-size: 1em;
background: transparent;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
} #access > div > ul > li.menu-search-animated {
text-align: center;
}
#access .menu-search-animated {
padding: 0 .3em;
}
#access .menu-search-animated .searchform {
display: none;
position: absolute;
z-index: 1000;
top: 0;
right: 0;
left: 0;
width: 100%;
max-width: calc(100% - 4em);
margin: 0 auto;
border: 0;
border-radius: 2px;
}
#access .menu-search-animated .searchsubmit {
display: none;
}
#access .menu-search-animated .searchform input[type="search"] {
height: 100%;
border: 0;
font-size: 1.2em;
font-weight: 400;
}
#access .menu-main-search .searchform input[type="search"]:focus {
background: transparent;
}
#access .menu-main-search i.icon-search {
display: inline-block;
padding-right: .5em;
padding-left: .5em;
}
#access .menu-main-search > button {
padding-left: 0;
padding-right: 0;
background: transparent;
color: inherit;
cursor: pointer;
}
#access i.icon-search {
}
#access i.icon-search::before {
display: block;
font-style:	normal;
font-size: 1em;
}
#access li.menu-main-search {
position: static;
padding: 0 .4em;
}
.menu-main-search .icon-cancel {
display: none;
position: absolute;
top: 50%;
right: 3em;
z-index: 1000;
font-size: 1.2em;
cursor: pointer;
} li.menu-footer-search {
max-width: 16em;
}
li.menu-footer-search .s {
height: 2.2em;
padding-left: 2.2em;
}
li.menu-footer-search .searchform .searchsubmit {
height: 2.2em;
width: 2.2em;
}
.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
width: 11px;
height: 11px;
}  .socials {
position: relative;
}
.socials a {
display: block;
float: left;
position: relative;
z-index: 99;
overflow: hidden;
margin-right: .5em;
border-radius: 2px;
font-size: .9em;
text-align: center;
-webkit-transition: color .3s ease-out, background-color .3s ease-out;
transition: color .3s ease-out, background-color .3s ease-out;
}
.socials a::before {
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
z-index: 101;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.socials a span {
display: none;
} #sheader-container {
position: relative;
float: right;
}
#sheader-container > * {
margin-left: .5em;
}
#sheader {
position: relative;
overflow: hidden;
top: 50%;
font-size: .8em;
line-height: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#sheader a {
vertical-align: bottom;
} .sidey .socials {
display: table;
float: none;
margin: 0 auto 2em;
} #sfooter {
display: block;
float: right;
clear: right;
font-size: .8em;
}
.widget_cryout_socials .socials {
font-size: .8em;
}  #toTop {
display: block;
position: fixed;
right: 1em;
bottom: 1em;
z-index: 251;
width: 3em;
height: 3em;
border: 2px solid;
padding: .25em 1em;
cursor: pointer;
background-color: rgba(255,255,255,.25);
-webkit-transform: scale(0) rotate(-45deg);
-ms-transform: scale(0) rotate(-45deg);
transform: scale(0) rotate(-45deg);
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#toTop:hover {
border: 2px solid;
}
#toTop.toTop-show {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
@media (max-width: 800px) {
#toTop {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.kahuna-totop-fixed #toTop {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0;
margin: auto;
border: 0;
box-shadow: none;
}
.kahuna-totop-disabled .footer-inside #toTop {
display: none;
}
.icon-back2top::before {
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.1em;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
} .kahuna-image-none .entry-content img[class*='align'],
.kahuna-image-none .entry-summary img[class*='align'] {}
.kahuna-image-one .entry-content img[class*='align'],
.kahuna-image-one .entry-summary img[class*='align'] {
padding-bottom: 5px;
border-bottom: 5px solid transparent;
}
.kahuna-image-two .entry-content img[class*='align'],
.kahuna-image-two .entry-summary img[class*='align'] {
border: 7px solid transparent;
}
.kahuna-image-three .entry-content img[class*='align'],
.kahuna-image-three .entry-summary img[class*='align'] {
padding: 0;
border: 1px solid #222;
box-shadow: 0 0 15px #ccc;
}
.kahuna-image-four .entry-content img[class*='align'],
.kahuna-image-four .entry-summary img[class*='align'] {
padding: .7em;
border: 1px solid #DDD;
box-shadow: 0 0 2px #CCC;
}
.kahuna-image-five .entry-content img[class*='align'],
.kahuna-image-five .entry-summary img[class*='align'] {
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .kahuna-caption-zero .main .wp-caption .wp-caption-text {}
.kahuna-caption-one .main .wp-caption .wp-caption-text {
border-bottom: 2px solid transparent;
}
.kahuna-caption-two .main .wp-caption .wp-caption-text {
margin-top: 3px;
} #breadcrumbs-container {
display: block;
overflow: hidden;
float: none;
width: 100%;
}
#breadcrumbs-container-inside {
overflow: hidden;
}
#breadcrumbs {
display: block;
width: 100%;
padding: .5em 2.5em;
font-size: .9em;
text-transform: uppercase;
}
.kahuna-boxed-layout #breadcrumbs {
padding-left: 0;
padding-right: 0;
}
#breadcrumbs-container #breadcrumbs-nav {
padding-top: 0;
padding-bottom: 0;
}
.icon-bread-home::before {
font-size: 1em;
cursor: pointer;
margin-right: .3em;
}
#breadcrumbs-nav .icon-bread-arrow {
position: relative;
top: -1px;
display: inline-block;
padding: 0 .1em;
vertical-align: middle;
} .pagination {
display: table;
float: none;
clear: both;
margin: 2.5em auto;
padding: .25em 1em;
text-align: center;
}
.pagination span,
.pagination a {
box-sizing: content-box;
display: block;
position: relative;
float: left;
height: 2.5em;
width: 2.5em;
margin-right: 5px;
border: 3px solid transparent;
border-radius: 2px;
text-align: center;
font-size: 1em;
font-weight: bold;
line-height: 2.5;
text-decoration: none;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.pagination .dots {
width: 3em;
border: 0;
background: none;
} .post-continue-container {
overflow: hidden;
}
a.continue-reading-link {
display: block;
float: left;
position: relative;
overflow: hidden;
line-height: 2.8;
padding: 0 1.5em;
color: inherit;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.continue-reading-link::before {
position: absolute;
top: calc(100% - 4px);
left: 0;
z-index: 3;
height: 100%;
width: 100%;
content: "";
background-color: rgba(0,0,0,.15);
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.continue-reading-link:hover::before {
top: 0;
opacity: 0.2;
}
.continue-reading-link span {
position: relative;
z-index: 5;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
top: -1px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
i.icon-continue-reading {
position: relative;
z-index: 1;
margin-left: 7px;
font-size: .6em;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a.continue-reading-link:hover i.icon-continue-reading {
} .entry-content blockquote {
display: table;
float: none;
clear: both;
position: relative;
width: auto;
margin: 0 auto;
padding: 2em 2em 2em 5em;
font-style: italic;
font-weight: 400;
}
.entry-content blockquote::before {
position: absolute;
top: 50%;
left: .5em;
z-index: 0;
font-size: 2em;
font-family: 'iconmeta';
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.main blockquote p {
margin-bottom: 0;
}  .template-content {
padding: 30px 0;
margin: 20px 0 50px;
border-top: 1px solid rgba(0,0,0,.1);
border-bottom: 1px solid rgba(0,0,0,.1);
}
.template-contact .template-left-col,
.template-contact .template-right-col {
display: inline-block;
float: left; }
.template-contact .template-middle {
display: block;
overflow: hidden;
margin: 50px auto;
}
.template-contact .template-left-col { }
.template-right-col-inside { }
.template-right-col-inside > img {
margin-bottom: 1em;
}
.template-contact address > span {
display: block;
float: none;
clear: both;
overflow: hidden;
margin: 10px 0;
}
.template-contact address > span i {
display: inline-block;
float: left;
margin-right: 10px;
min-width: 100px;
font-size: 1em;
}
.template-contact .template-map-col {
margin-bottom: 50px;
}
.template-about .template-content {
margin: 50px 0 70px;
}
.template-about .template-team {
margin-top: 50px;
} .entry-content .jetpack-portfolio-shortcode,
#portfolio-masonry .jetpack-portfolio-shortcode {
margin-left: -2%;
margin-right: -2%;
}
.jetpack-portfolio-shortcode .portfolio-entry-column-2 {
width: 46%;
}
.jetpack-portfolio-shortcode .portfolio-entry-column-3 {
width: 29%;
}
.jetpack-portfolio-shortcode .portfolio-entry-column-4 {
width: 21%;
}
.jetpack-portfolio-shortcode div.portfolio-entry {
margin-left: 2%;
margin-right: 2%;
margin-bottom: 4%;
opacity: 0;
-webkit-animation: .5s .25s animation-portfolio-show ease forwards;
animation: .5s .25s animation-portfolio-show ease forwards;
}
@-webkit-keyframes animation-portfolio-show {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes animation-portfolio-show {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media (max-width: 768px) {
.jetpack-portfolio-shortcode.column-3 div.portfolio-entry,
.jetpack-portfolio-shortcode.column-4 div.portfolio-entry {
margin-left: 1%;
margin-right: 1%;
}
}
@media (max-width: 480px) {
.jetpack-portfolio-shortcode div.portfolio-entry {
width: 100%;
}
}
#portfolio-filter {
margin: 2em 0;
}
.lp-portfolio #portfolio-filter {
display: table;
margin: 2em auto 3em;
}
body.page-template-template-portfolio .lp-portfolio #portfolio-filter {
margin-left: 0;
}
#portfolio-filter > a {
display: inline-block;
color: inherit;
padding: .3em 1em;
border: 2px solid transparent;
font-size: 0.9em;
text-transform: uppercase;
font-weight: bold;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#portfolio-filter > a:hover {
opacity: 0.8;
}
#portfolio-filter > a.active {
border: 2px solid;
}
#portfolio-masonry .portfolio-entry .project-types {
display: none;
}
#portfolio-masonry .portfolio-entry-header {
position: relative;
}
#lp-portfolio .portfolio-entry {
margin: 0;
}
#lp-portfolio  .jetpack-portfolio-shortcode {
margin-left: 0;
margin-right: 0;
}
#portfolio-masonry .portfolio-entry .portfolio-entry-title {
font-size: 1em;
}
#portfolio-masonry .portfolio-entry .portfolio-entry-title a {
position: absolute;
z-index: 15;
left: -4px;
bottom: 25px;
margin: 0;
max-width: 90%;
padding: 0.5em .75em;
border-left: 4px solid #FFF;
background: rgba(255,255,255,.9);
font-size: 0.8em;
font-weight: bold;
line-height: 1.3;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-transition: .5s ease-out all;
transition: .5s ease-out all;
}
#portfolio-masonry .portfolio-entry:hover .portfolio-entry-title a {
left: 25px;
color: #FFF;
}
#portfolio-masonry .portfolio-entry .portfolio-entry-title a::before {
position: absolute;
z-index: -1;
width: 4px;
height: 100%;
content: "";
top: 0;
left: -4px;
-webkit-transition: .5s ease-out all;
transition: .5s ease-out all;
}
#portfolio-masonry .portfolio-entry:hover .portfolio-entry-title a::before { width: 100%;
width: calc(100% + 4px);
}
#portfolio-masonry .portfolio-entry .portfolio-entry-title,
#portfolio-masonry .portfolio-entry .portfolio-entry-meta {
margin-top: 0;
margin-bottom: 0;
}
.single article.jetpack-portfolio .entry-meta {
display: table;
margin: 0 auto;
margin-top: 0;
margin-bottom: 1em;
padding: 1em 2em;
}
.single article.jetpack-portfolio .entry-meta-container {
}
.single article.jetpack-portfolio .entry-meta > span {
display: inline-block;
line-height: 1.8;
font-weight: bold;
}
.single article.jetpack-portfolio .entry-meta > span a {
}
article.jetpack-portfolio .portfolio-featured-single img {
display: block;
}
article.jetpack-portfolio header + .content-masonry {
padding-top: 2.6em;
}
article.jetpack-portfolio header .entry-title + .taxonomy-description {
padding-top: 1em;
margin-bottom: 0;
}
.jetpack-portfolio-shortcode .portfolio-featured-image + .portfolio-entry-title {
margin-top: 1em;
margin-bottom: 0;
font-size: .9em;
letter-spacing: 1px;
text-transform: uppercase;
}
.jetpack-portfolio-shortcode .portfolio-entry-title a {
display: block;
border-left: 3px solid;
padding: .4em .75em;
line-height: 1.3;
}
.jetpack-portfolio-shortcode .portfolio-entry-meta {
text-transform: uppercase;
line-height: 1.5;
}
.jetpack-portfolio-shortcode .portfolio-featured-image {
display: block;
position: relative;
overflow: hidden;
}
.jetpack-portfolio-shortcode .portfolio-featured-image img {
-webkit-filter: grayscale(68%);
filter: grayscale(80%);
-webkit-transition: 1s ease all;
transition: 1s ease all;
}
.jetpack-portfolio-shortcode .portfolio-entry:hover .portfolio-featured-image img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
} .single-post.kahuna-comhide-in-posts .nocomments {
display: none;
}
.page.kahuna-comhide-in-pages .nocomments {
display: none;
}
.kahuna-hide-page-title .page h1.entry-title,
.home.kahuna-hide-page-title .page h2.entry-title {
display: none;
}
.single.kahuna-header-titles header > .entry-title,
.kahuna-header-titles header > .page-title,
.kahuna-header-titles header > .singular-title.entry-title {
display: none;
}
.kahuna-header-titles-nodesc .page-header:not(.content-search) {
display: none;
}
.kahuna-hide-cat-title .page-header {
display: none;
}
.kahuna-metahide-mainmenu #site-header-main,
.kahuna-metahide-headerimg #header-image-main-inside,
.kahuna-metahide-breadcrumbs #breadcrumbs-container,
.kahuna-metahide-title #header-page-title-inside .entry-title,
.kahuna-metahide-title .article-inner .entry-title,
.kahuna-metahide-colophon #colophon,
.kahuna-metahide-footer #footer {
display: none;
}
.kahuna-metahide-mainmenu #header-image-main {
margin-top: 0;
}  .woocommerce .product .entry-summary {
clear: none;
}
.woocommerce ul.products li.product h3 {
}
.woocommerce div.product form.cart table td {
padding: 0;
}
.woocommerce div.product form.cart .variations label {
display: inline-block;
padding-top: 10px;
}
.woocommerce-page #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 0;
font-size: .9em;
font-weight: bold;
text-transform: uppercase;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
color: inherit;
opacity: .5;
border-radius: 0;
}
.woocommerce select {
padding: 0.25em 0.5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: bold;
}
.woocommerce #comments { padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 80px;
}
.woocommerce.kahuna-comment-placeholder #respond label { display: block;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce .products .star-rating {
text-align: center;
margin: 0 auto .5em;
}
.woocommerce ul.products li.product .price {
font-size: 1em;
}
.woocommerce ul.products li.product .button {
margin-top: .5em;
} .woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: auto;
font-size: .9em;
padding: 0.618em 1.2em;
}
.woocommerce span.onsale {
padding: 0;
}
.woocommerce .quantity .qty {
font-size: 0.9em;
width: 5em;
} .tmm .tmm_container .tmm_member .tmm_photo {
border-radius: 0 !important;
padding-bottom: 0;
height: 120px;
width: 120px;
}
.tmm .tmm_container .tmm_member .tmm_textblock {
padding: 10px 25px;
} .widget-container h2.portfolio-entry-title {
font-size: 1.2em;
} body.safari,
.safari #masthead .header-image,
.safari .lp-text {
background-attachment: scroll;
background-position: top center !important;
} @supports (-ms-ime-align:auto) {
body, .lp-text {
background-attachment: scroll !important;
background-position: top center !important;
}
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body, #masthead .header-image, .lp-text {
background-attachment: scroll !important;
background-position: top center !important;
}
} .panel-default > .panel-heading > .panel-title > a::before {
font-family: "iconmeta";
content: "\e814";
right: 25px;
font-size: 10px;
opacity: 0.6;
} body.mobile {-webkit-text-size-adjust: 100%;} body.mobile .main {min-height:0;}
@media (min-width: 1152px) {
.kahuna-fixed-menu.admin-bar #site-header-main {
margin-top: 32px;
}
}
@media (max-width: 1152px) {
body {
margin-top: 0; }
#container[class*="three-"] {
display: block;
}
.cryout #container[class*="three-"] .main,
.cryout #container[class*="three-"] #primary,
.cryout #container[class*="three-"] #secondary {
width: 100%;
margin: 0 0 1.5em;
}
.cryout #container[class*="three-"] #primary,
.cryout #container[class*="three-"] #secondary {
padding-left: 2em;
padding-right: 2em;
}
.cryout #container[class*="three-"] .sidey .widget-container {
width: 47.5%;
margin: 0 0 1.5em;
float: left;
}
.cryout #container[class*="three-"] .sidey section.widget-container:nth-of-type(2n+1) {
clear: both;
margin-right: 5%;
}
#masthead.cryout #site-header-main {
position: relative;
}
.kahuna-fixed-menu .cryout #header-image-main {
margin-top: 0;
}
#breadcrumbs-container.cryout[class*="three-"] #breadcrumbs {
width: 100%;
margin: 0;
}
}
@media (max-width: 1024px) {
body {
font-size: .95em;
}
#container {
display: block;
}
.cryout #container[class*="two-"] .main {
width: 100%;
margin: 0 0 1.5em;
}
.cryout #container[class*="two-"] #primary,
.cryout #container[class*="two-"] #secondary {
width: 100%;
margin: 0;
padding-left: 2em;
padding-right: 2em;
float: none;
clear: both;
}
.cryout #container[class*="two-"] #primary::after,
.cryout #container[class*="two-"] #secondary::after {
clear: both;
content: "";
display: block;
}
.cryout #container[class*="two-"] .sidey .widget-container,
.cryout #colophon .widget-container	{
width: 47.5%;
margin-bottom: 1.5em;
float: left;
padding: 1em 0;
}
.cryout #container[class*="two-"] .sidey section.widget-container:nth-of-type(2n+1),
.cryout #colophon .widget-container:nth-of-type(2n+1)	{
clear: both;
margin-right: 5%;
}
.kahuna-magazine-three .cryout #content-masonry article.hentry {
width: 44%;
}
#breadcrumbs-container.cryout[class*="two-"] #breadcrumbs {
width: 100%;
margin: 0;
}
#header-page-title .entry-title {
max-width: none;
}
#header-page-title #breadcrumbs-container {
position: static;
float: left;
clear: both;
width: 100%;
max-width: none;
margin-top: 5px;
-webkit-transform: none;
transform: none;
}
#nav-fixed span,
#nav-fixed a + a {
display: none;
}
#nav-fixed i::before {
font-size: 1em;
}
#nav-fixed i {
height: 50px;
width: 40px;
}
} @media (min-width: 801px) {
.mobile-ios .cryout #nav-toggle {
display: block;
}
.mobile-ios #masthead.cryout #access {
display: none;
}
.mobile-ios .cryout #sheader-container > * {
margin-left: 0;
margin-right: 2em;
}
}
@media (max-width: 800px) {
.kahuna-magazine-three .cryout #content-masonry article.hentry,
.kahuna-magazine-two .cryout #content-masonry article.hentry {
width: 94%;
}
#content-masonry article.hentry {
margin-bottom: 10%;
}
.post-thumbnail-container .featured-image-meta {
left: 0;
opacity: 0.75;
}
.cryout #site-title a span {
padding-right: 0;
}
.cryout .footer-inside > div:last-child,
.cryout .footer-inside .footermenu,
.cryout .footer-inside #sfooter {
display: table;
float: none;
text-align: center;
margin: 1em auto;
width: auto;
max-width: 100%;
} .cryout .footer-inside > div:last-child {
width: 100%;
}
.cryout .footer-inside > div:first-child,
.cryout .footer-inside #site-copyright {
float: none !important;
clear: both;
max-width: 100%;
text-align: center;
}
.footer-inside #toTop {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
margin: 0 auto;
}
.cryout .footer-inside nav {
width: auto;
}
.cryout #nav-toggle {
display: block;
}
.cryout #site-header-main-inside {
display: block;
}
.cryout #branding {
margin-right: 3em;
}
#masthead.cryout #access {
display: none;
}
.cryout #sheader-container > * {
margin-left: 0;
margin-right: 2em;
}
.footermenu ul li {
float: none;
}
#sfooter {
display: table;
float: none;
margin: 0 auto;
}
}
@media (max-width: 782px) {
body.admin-bar nav#mobile-menu {
padding-top: calc(2em + 46px);
}
body.admin-bar #mobile-menu .menu-main-search,
body.admin-bar nav#mobile-menu #nav-cancel {
top: 46px;
}
}
@media (min-width: 782px) {
body.admin-bar nav#mobile-menu {
padding-top: calc(2em + 32px);
}
body.admin-bar #mobile-menu .menu-main-search,
body.admin-bar nav#mobile-menu #nav-cancel {
top: 32px;
}
}
@media (max-width: 640px) {
body {
font-size: .9em;
} #site-header-main-inside,
#access .menu-search-animated .searchform input[type="search"],
#breadcrumbs,
#colophon-inside,
.footer-inside,
#header-page-title {
padding-left: 1em;
padding-right: 1em;
}
#container:not(.kahuna-landing-page) .main {
padding-left: 1em;
padding-right: 1em;
}
.cryout #container[class*=column] #primary,
.cryout #container[class*=column] #secondary {
padding-left: 1em;
padding-right: 1em;
}
.cryout #container[class*="three-"] #primary,
.cryout #container[class*="three-"] #secondary,
.cryout #container[class*="three-"] .sidey .widget-container,
.cryout #container[class*="two-"] .sidey .widget-container,
.cryout #colophon .widget-container {
width: 100%;
margin: 0 0 1.5em;
clear: both;
}
.cryout .sidey .widget-container {
padding-left: 0;
padding-right: 0;
}
.cryout #colophon .widget-container {
padding: 2em 0 0;
}
.cryout #sheader-container {
display: none;
}
.cryout .socials a {
font-size: 1em;
margin: 0 .1em;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
float: none;
width: 100%;
margin-left: 0;
margin-right: 0;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
width: 100%;
}
#nav-fixed {
display: none;
}
}
@media ( max-width: 480px ) {
.footermenu ul li span.sep {
display: none;
}
.footermenu ul li {
display: block;
float: none;
text-align: center;
margin: 0.5em auto;
}
} @media (max-width: 1140px) {
.three-columns-right #breadcrumbs,
.two-columns-right #breadcrumbs {
padding-left: 0;
padding-right: 0;
}
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption,
.kahuna-landing-page .lp-blocks-inside,
.kahuna-landing-page .lp-boxes-inside,
.kahuna-landing-page .lp-text-inside,
.kahuna-landing-page .lp-posts-inside,
.kahuna-landing-page .lp-page-inside,
.kahuna-landing-page .lp-section-header,
.kahuna-landing-page .content-widget,
.kahuna-landing-page .lp-portfolio-inside {
padding-left: 2em;
padding-right: 2em;
}
h3.lp-text-title {
font-size: 1.5em;
}
.lp-text-content {
font-size: 1em;
}
}
@media (max-width: 960px) {
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption {
font-size: 0.8em;
}
.lp-section-header .lp-section-title,
.lp-section-header .lp-section-desc {
max-width: 100%;
}
.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(n),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(n),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(n) {
width: 46%;
margin: 2% auto;
}
.lp-boxes.lp-boxes-rows-4 .lp-box,
.lp-boxes.lp-boxes-rows-3 .lp-box {
width: 50%;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box,
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box {
width: 48%;
margin-bottom: 2em;
margin-right: 4%;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(2n),
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(2n),
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(2n),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(2n) {
margin-right: 0;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(4n+1),
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(3n+1),
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+1),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n+1) {
clear: none;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(2n+1),
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(2n+1),
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(2n+1),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(2n+1) {
clear: both;
}
.lp-portfolio.lp-portfolio-rows-6 .lp-port,
.lp-portfolio.lp-portfolio-rows-5 .lp-port,
.lp-portfolio.lp-portfolio-rows-4 .lp-port,
.lp-portfolio.lp-portfolio-rows-3 .lp-port,
.lp-portfolio.lp-portfolio-rows-2 .lp-port {
width: 50%;
}
}
@media (max-width: 720px) {
.lp-staticslider {
max-height: 70vmax;
}
.lp-staticslider .lp-staticslider-image {
max-height: 70vmax;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
max-width: none;
width: auto;
}
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption {
font-size: 0.9em;
}
.lp-staticslider .staticslider-caption-title,
.seriousslider.seriousslider-theme .seriousslider-caption-title  {
letter-spacing: 0;
font-size: 2em;
}
.lp-staticslider .staticslider-sep {
height: 1px;
}
.lp-staticslider .staticslider-caption-text,
.seriousslider.seriousslider-theme .seriousslider-caption-text  {
line-height: 1.8;
}
.lp-text {
display: block;
}
.lp-text .lp-text-image::before,
.lp-text ~ .lp-text ~ .lp-text .lp-text-image::before,
.lp-text ~ .lp-text ~ .lp-text ~ .lp-text ~ .lp-text .lp-text-image::before,
.lp-text ~ .lp-text .lp-text-image::before,
.lp-text ~ .lp-text ~ .lp-text ~ .lp-text .lp-text-image::before,
.lp-text ~ .lp-text ~ .lp-text ~ .lp-text ~ .lp-text ~ .lp-text .lp-text-image::before {
display: none;
}
.lp-text-image {
float: none;
width: 100%;
}
.lp-text-image::before {
background: none;
border: 0;
}
.lp-text-image + .lp-text-inside {
position: relative;
float: none;
clear: both;
width: 100%;
padding-top: 2em;
-webkit-transform: none;
transform: none;
}
.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(n),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(n),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(n) {
width: 100%;
max-width: 440px;
margin: 4% auto;
float: none;
clear: both;
}
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(n),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(n),
.lp-boxes.lp-boxes-rows-2 .lp-box:nth-child(n) {
float: none;
clear: both;
width: 100%;
max-width: 440px;
margin: 0 auto;
box-shadow: 0 0 20px #CCC;
}
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(n),
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(n),
.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(n) {
float: none;
clear: both;
width: 100%;
max-width: 440px;
margin: 0 auto 3em;
box-shadow: 0 0 20px #CCC;
}
}
@media (max-width: 640px) {
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption,
.kahuna-landing-page .lp-blocks-inside,
.kahuna-landing-page .lp-boxes-inside,
.kahuna-landing-page .lp-text-inside,
.kahuna-landing-page .lp-posts-inside,
.kahuna-landing-page .lp-page-inside,
.kahuna-landing-page .lp-section-header,
.kahuna-landing-page .content-widget,
.kahuna-landing-page .lp-portfolio-inside {
padding-left: 1em;
padding-right: 1em;
}
#cryout_ajax_more_trigger {
width: 100%;
}
}
@media (max-width: 480px) {
.seriousslider.seriousslider-theme .seriousslider-caption {
font-size: .7em;
}
.seriousslider.seriousslider-theme .seriousslider-caption-title {
font-size: 2.2em;
}
.seriousslider.seriousslider-theme .seriousslider-caption-text {
font-size: 1.22em;
}
} @media print {
h1, h2, h3, h4, h5, h6, img, video, iframe, embed, .fluid-width-video-wrapper {
page-break-before: avoid;
page-break-after: avoid;
page-break-inside: avoid;
}
blockquote, table, pre {
page-break-inside: avoid;
}
ul, ol, dl  {
page-break-before: avoid;
}
q {
quotes: none;
}
q::before,
q::after {
content: "";
}
q::after {
content: " (" attr(cite) ")";
}
blockquote {
font-size: 12pt;
font-style: italic;
}
img {
border: 0;
}
.header-image,
#header-page-title .entry-meta .bl_categ,
header #access,
.socials,
.sidey,
#colophon,
#nav-fixed,
footer#footer,
span.edit-link,
#respond,
#nav-below,
.comment-navigation,
.author-link,
#breadcrumbs-container,
a.continue-reading-link,
.comment .reply,
#cryout_ajax_more_trigger,
body .cryout #nav-toggle {
display: none;
}
.header-image {
height: 0 !important;
}
#header-page-title {
position: relative;
padding: 0;
}
#header-page-title-inside {
background: transparent !important;
box-shadow: none !important;
border-radius: 0;
}
#container:not(.kahuna-landing-page) .main {
padding-top: 0;
padding-bottom: 0;
}
html,
body {
font-size: 11pt;
line-height: 1.5;
color: #000;
}
#masthead.cryout #site-header-main {
position: static;
margin-top: 0;
height: auto;
border: 0;
box-shadow: none;
}
#masthead.cryout #branding {
height: auto;
}
#masthead.cryout #site-text {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#container #main {
width: 100%;
min-height: auto;
}
.cryout article.hentry .article-inner,
.cryout .pad-container,
.cryout #site-header-main-inside {
padding: 0 !important;
}
.main article.hentry,
.main .pad-container,
.main .page-numbers:not(.dots) {
border: 0 !important;
box-shadow: none !important;
}
.main #content-masonry {
height: auto !important;
margin: 0;
}
.main #content-masonry article.hentry {
display: block;
float: none;
margin: 0;
clear: both;
position: static !important;
width: 100%;
padding: 0;
margin-bottom: 20pt;
}
.animated-article {
opacity: 1 !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
.cryout a {
text-decoration: underline;
}
.cryout p a::after {
content: " (" attr(href) ")";
font-size: 80%;
word-wrap: break-word;
}
.cryout .entry-title,
.cryout #reply-title {
font-size: 160%;
}
.lp-text {
background: #FFF;
color: #000;
}
}