@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//sclbau.hu/wp-content/plugins/collage-gallery/inc/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//sclbau.hu/wp-content/plugins/collage-gallery/inc/photoswipe/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//sclbau.hu/wp-content/plugins/collage-gallery/inc/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//sclbau.hu/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}.wc-gallery-clear:before,
.wc-gallery-clear:after {
content: '';
display: table;
}
.wc-gallery-clear:after {
clear: both;
} .wc-gallery {
overflow: hidden;
}
.wc-gallery .gallery {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
overflow: hidden;
}
.wc-gallery .gallery.gallery-masonry {
height: 0;
}
.wc-gallery .gallery.gallery-masonry .gallery-item {
}
.wc-gallery .gallery.gallery-masonry,
.wc-gallery .gallery.gallery-default {
}
.wc-gallery .wc-gallery-bottomspace-default {
margin-bottom: 20px;
}
.wc-gallery .wc-gallery-bottomspace-ten {
margin-bottom: 10px;
}
.wc-gallery .wc-gallery-bottomspace-five {
margin-bottom: 5px;
}
.wc-gallery .wc-gallery-bottomspace-none {
margin-bottom: 0;
}
.wc-gallery .gallery-center {
margin-left: auto;
margin-right: auto;
}
.wc-gallery .gallery.gallery-default .gallery-item {
}
.wc-gallery .gallery.gallery-masonry .gallery-item {
margin-bottom: 1.5em;
}
.wc-gallery .gallery-item {
float: left; margin: 0;
position: relative;
max-width: none !important;
}
.wc-gallery .gallery .gallery-icon a {
display: block;
}
.wc-gallery .gallery .gallery-icon a img { max-width: 100%;
height: auto;
vertical-align: middle;
}
.wc-gallery .gallery.gallery-with-border .gallery-icon a {
border: 1px solid #eeeeee;
}
.wc-gallery .gallery-caption {
margin: 0;      -webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
width: auto;
padding: 5px 10px;
overflow: hidden;
}
.wc-gallery .gallery-caption h2,
.wc-gallery .gallery-caption h3,
.wc-gallery .gallery-caption h4,
.wc-gallery .gallery-caption h5,
.wc-gallery .gallery-caption h6,
.wc-gallery .gallery-caption p {
margin: 0;
padding: 0;
text-align: center;   }
.wc-gallery .gallery-caption p {
text-align: left;
}
.wc-gallery-captions-show .gallery-caption {
background-color: #f5f5f5;
}
.wc-image-links .gallery-caption,
.wc-gallery-captions-onhover .gallery-caption,
.wc-gallery-captions-showon .gallery-caption {
max-height: 50%;
min-height: 0;
box-shadow: none;
opacity: 1;
position: relative;
background-color: #eeeeee;
color: #666666;
bottom: 0;
left: 0;
right: 0;
}
.wc-image-links .gallery-caption:after,
.wc-image-links .gallery-caption:before,
.wc-gallery-captions-onhover .gallery-caption:after,
.wc-gallery-captions-onhover .gallery-caption:before,
.wc-gallery-captions-showon .gallery-caption:after,
.wc-gallery-captions-showon .gallery-caption:before {
box-shadow: none;
min-height: 0;
position:relative;
display: none;
}
.wc-image-links .gallery-caption,
.wc-gallery-captions-onpopup .gallery-caption,
.wc-gallery-captions-showon .gallery-caption,
.wc-gallery-captions-onhover .gallery-caption {
background: rgba(255, 255, 255, .8);
position: absolute;
display: none;
}
.wc-image-links .gallery-caption,
.wc-gallery-captions-showon .gallery-caption,
.wc-gallery-captions-onhover .gallery-item:hover .gallery-caption {
display: block;
}
.gallery-grid .gallery-item-wrapper {
float: left;
text-align: center;
}
.gallery-grid .gallery-item-wrapper .gallery-item {
width: auto;
}
.gallery-grid.gallery-columns-1 .gallery-item-wrapper { width: 100%; }
.gallery-grid.gallery-columns-2 .gallery-item-wrapper { width: 50%; }
.gallery-grid.gallery-columns-3 .gallery-item-wrapper { width: 33.33333%; }
.gallery-grid.gallery-columns-4 .gallery-item-wrapper { width: 25%; }
.gallery-grid.gallery-columns-5 .gallery-item-wrapper { width: 20%; }
.gallery-grid.gallery-columns-6 .gallery-item-wrapper { width: 16.66666%; }
.gallery-grid.gallery-columns-7 .gallery-item-wrapper { width: 14.28571%; }
.gallery-grid.gallery-columns-8 .gallery-item-wrapper { width: 12.5%; }
.gallery-grid.gallery-columns-9 .gallery-item-wrapper { width: 11.11111%; }
.gallery-grid .gallery-item-column-1 { clear: both; }
.gallery-grid.wc-gallery-gutter-1 .gallery-item { margin-right: 1px; margin-bottom: 1px; }
.gallery-grid.wc-gallery-gutter-1 { margin-right: -1px; }
.gallery-grid.wc-gallery-gutter-2 .gallery-item { margin-right: 2px; margin-bottom: 2px; }
.gallery-grid.wc-gallery-gutter-2 { margin-right: -2px; }
.gallery-grid.wc-gallery-gutter-3 .gallery-item { margin-right: 3px; margin-bottom: 3px; }
.gallery-grid.wc-gallery-gutter-3 { margin-right: -3px; }
.gallery-grid.wc-gallery-gutter-4 .gallery-item { margin-right: 4px; margin-bottom: 4px; }
.gallery-grid.wc-gallery-gutter-4 { margin-right: -4px; }
.gallery-grid.wc-gallery-gutter-5 .gallery-item { margin-right: 5px; margin-bottom: 5px; }
.gallery-grid.wc-gallery-gutter-5 { margin-right: -5px; }
.gallery-grid.wc-gallery-gutter-6 .gallery-item { margin-right: 6px; margin-bottom: 6px; }
.gallery-grid.wc-gallery-gutter-6 { margin-right: -6px; }
.gallery-grid.wc-gallery-gutter-7 .gallery-item { margin-right: 7px; margin-bottom: 7px; }
.gallery-grid.wc-gallery-gutter-7 { margin-right: -7px; }
.gallery-grid.wc-gallery-gutter-8 .gallery-item { margin-right: 8px; margin-bottom: 8px; }
.gallery-grid.wc-gallery-gutter-8 { margin-right: -8px; }
.gallery-grid.wc-gallery-gutter-9 .gallery-item { margin-right: 9px; margin-bottom: 9px; }
.gallery-grid.wc-gallery-gutter-9 { margin-right: -9px; }
.gallery-grid.wc-gallery-gutter-10 .gallery-item { margin-right: 10px; margin-bottom: 10px; }
.gallery-grid.wc-gallery-gutter-10 { margin-right: -10px; }
.gallery-grid.wc-gallery-gutter-11 .gallery-item { margin-right: 11px; margin-bottom: 11px; }
.gallery-grid.wc-gallery-gutter-11 { margin-right: -11px; }
.gallery-grid.wc-gallery-gutter-12 .gallery-item { margin-right: 12px; margin-bottom: 12px; }
.gallery-grid.wc-gallery-gutter-12 { margin-right: -12px; }
.gallery-grid.wc-gallery-gutter-13 .gallery-item { margin-right: 13px; margin-bottom: 13px; }
.gallery-grid.wc-gallery-gutter-13 { margin-right: -13px; }
.gallery-grid.wc-gallery-gutter-14 .gallery-item { margin-right: 14px; margin-bottom: 14px; }
.gallery-grid.wc-gallery-gutter-14 { margin-right: -14px; }
.gallery-grid.wc-gallery-gutter-15 .gallery-item { margin-right: 15px; margin-bottom: 15px; }
.gallery-grid.wc-gallery-gutter-15 { margin-right: -15px; }
.gallery-grid.wc-gallery-gutter-16 .gallery-item { margin-right: 16px; margin-bottom: 16px; }
.gallery-grid.wc-gallery-gutter-16 { margin-right: -16px; }
.gallery-grid.wc-gallery-gutter-17 .gallery-item { margin-right: 17px; margin-bottom: 17px; }
.gallery-grid.wc-gallery-gutter-17 { margin-right: -17px; }
.gallery-grid.wc-gallery-gutter-18 .gallery-item { margin-right: 18px; margin-bottom: 18px; }
.gallery-grid.wc-gallery-gutter-18 { margin-right: -18px; }
.gallery-grid.wc-gallery-gutter-19 .gallery-item { margin-right: 19px; margin-bottom: 19px; }
.gallery-grid.wc-gallery-gutter-19 { margin-right: -19px; }
.gallery-grid.wc-gallery-gutter-20 .gallery-item { margin-right: 20px; margin-bottom: 20px; }
.gallery-grid.wc-gallery-gutter-20 { margin-right: -20px; }
.gallery-grid.wc-gallery-gutter-21 .gallery-item { margin-right: 21px; margin-bottom: 21px; }
.gallery-grid.wc-gallery-gutter-21 { margin-right: -21px; }
.gallery-grid.wc-gallery-gutter-22 .gallery-item { margin-right: 22px; margin-bottom: 22px; }
.gallery-grid.wc-gallery-gutter-22 { margin-right: -22px; }
.gallery-grid.wc-gallery-gutter-23 .gallery-item { margin-right: 23px; margin-bottom: 23px; }
.gallery-grid.wc-gallery-gutter-23 { margin-right: -23px; }
.gallery-grid.wc-gallery-gutter-24 .gallery-item { margin-right: 24px; margin-bottom: 24px; }
.gallery-grid.wc-gallery-gutter-24 { margin-right: -24px; }
.gallery-grid.wc-gallery-gutter-25 .gallery-item { margin-right: 25px; margin-bottom: 25px; }
.gallery-grid.wc-gallery-gutter-25 { margin-right: -25px; }
.gallery-grid.wc-gallery-gutter-26 .gallery-item { margin-right: 26px; margin-bottom: 26px; }
.gallery-grid.wc-gallery-gutter-26 { margin-right: -26px; }
.gallery-grid.wc-gallery-gutter-27 .gallery-item { margin-right: 27px; margin-bottom: 27px; }
.gallery-grid.wc-gallery-gutter-27 { margin-right: -27px; }
.gallery-grid.wc-gallery-gutter-28 .gallery-item { margin-right: 28px; margin-bottom: 28px; }
.gallery-grid.wc-gallery-gutter-28 { margin-right: -28px; }
.gallery-grid.wc-gallery-gutter-29 .gallery-item { margin-right: 29px; margin-bottom: 29px; }
.gallery-grid.wc-gallery-gutter-29 { margin-right: -29px; }
.gallery-grid.wc-gallery-gutter-30 .gallery-item { margin-right: 30px; margin-bottom: 30px; }
.gallery-grid.wc-gallery-gutter-30 { margin-right: -30px; }
.wc-gallery .gallery-grid.gallery-columns-1 .gallery-itemn { margin-right: 0; margin-bottom: 0; }
.wc-gallery .gallery-grid.gallery-columns-1 { margin-right: 0px; }
@media screen and (max-width: 568px) {
body .wc-gallery-captions-onpopup .gallery-caption,
body .wc-gallery-captions-showon .gallery-caption,
body .wc-gallery-captions-onhover .gallery-caption {
position: static;
opacity: 1;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
body .wc-gallery .wc-image-links .gallery-caption {
display: block;
}
body .wc-gallery .wc-image-links-bottomlinks {
margin: 0;
}
body .wc-gallery .gallery-grid .gallery-item-wrapper { width: 100%; }
body .wc-gallery .gallery-grid .gallery-item { margin-right: 0; }
body .wc-gallery .gallery-grid { margin-right: 0px; }
} .wc-gallery .gallery-item .gallery-block {
position: relative;
}
.wc-image-links-slider3bottomlinks .gallery-item {
width: 33.3333%;
float: left;
}
.wc-image-links-bottomlinks.wc-image-links-gutter-space-0 { margin-right: 0px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-0 .gallery-block { margin-top: 0px; margin-right: 0px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-1 { margin-right: -1px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-1 .gallery-block { margin-top: 1px; margin-right: 1px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-2 { margin-right: -2px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-2 .gallery-block { margin-top: 2px; margin-right: 2px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-3 { margin-right: -3px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-3 .gallery-block { margin-top: 3px; margin-right: 3px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-4 { margin-right: -4px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-4 .gallery-block { margin-top: 4px; margin-right: 4px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-5 { margin-right: -5px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-5 .gallery-block { margin-top: 5px; margin-right: 5px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-6 { margin-right: -6px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-6 .gallery-block { margin-top: 6px; margin-right: 6px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-7 { margin-right: -7px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-7 .gallery-block { margin-top: 7px; margin-right: 7px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-8 { margin-right: -8px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-8 .gallery-block { margin-top: 8px; margin-right: 8px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-9 { margin-right: -9px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-9 .gallery-block { margin-top: 9px; margin-right: 9px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-10 { margin-right: -10px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-10 .gallery-block { margin-top: 10px; margin-right: 10px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-11 { margin-right: -11px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-11 .gallery-block { margin-top: 11px; margin-right: 11px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-12 { margin-right: -12px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-12 .gallery-block { margin-top: 12px; margin-right: 12px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-13 { margin-right: -13px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-13 .gallery-block { margin-top: 13px; margin-right: 13px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-14 { margin-right: -14px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-14 .gallery-block { margin-top: 14px; margin-right: 14px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-15 { margin-right: -15px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-15 .gallery-block { margin-top: 15px; margin-right: 15px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-16 { margin-right: -16px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-16 .gallery-block { margin-top: 16px; margin-right: 16px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-17 { margin-right: -17px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-17 .gallery-block { margin-top: 17px; margin-right: 17px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-18 { margin-right: -18px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-18 .gallery-block { margin-top: 18px; margin-right: 18px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-19 { margin-right: -19px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-19 .gallery-block { margin-top: 19px; margin-right: 19px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-20 { margin-right: -20px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-20 .gallery-block { margin-top: 20px; margin-right: 20px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-21 { margin-right: -21px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-21 .gallery-block { margin-top: 21px; margin-right: 21px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-22 { margin-right: -22px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-22 .gallery-block { margin-top: 22px; margin-right: 22px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-23 { margin-right: -23px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-23 .gallery-block { margin-top: 23px; margin-right: 23px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-24 { margin-right: -24px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-24 .gallery-block { margin-top: 24px; margin-right: 24px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-25 { margin-right: -25px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-25 .gallery-block { margin-top: 25px; margin-right: 25px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-26 { margin-right: -26px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-26 .gallery-block { margin-top: 26px; margin-right: 26px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-27 { margin-right: -27px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-27 .gallery-block { margin-top: 27px; margin-right: 27px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-28 { margin-right: -28px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-28 .gallery-block { margin-top: 28px; margin-right: 28px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-29 { margin-right: -29px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-29 .gallery-block { margin-top: 29px; margin-right: 29px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-30 { margin-right: -30px; }
.wc-image-links-bottomlinks.wc-image-links-gutter-space-30 .gallery-block { margin-top: 30px; margin-right: 30px; }
.wc-image-links-slider3bottomlinks .gallery-item.gallery-item-3 {
width: 33.3334%;
float: right;
}
.wc-image-links-slider4bottomlinks .gallery-item {
width: 25%;
float: left;
}
.wc-image-links-slider4bottomlinks .gallery-item.gallery-item-4 {
width: 25%;
float: right;
} .wcflexslider-container {
overflow: hidden;
}
.wc-gallery .gallery.wcflexslider { border-width: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.wc-gallery .gallery.wcflexslider .wcflex-control-paging {
display: none;
}
.wc-gallery .gallery.wcflexslider .wcflex-control-paging li a {
background-color: #eeeeee;
box-shadow: none;
}
.wc-gallery .gallery.wcflexslider .wcflex-control-paging li a.wcflex-active {
background-color: #cccccc;
}
.wc-gallery .gallery.wcflexslider .wcflex-slide-item {
position: relative;
}
.wc-gallery .gallery.wcflexslider .wcflex-slide-item .wcflex-center-slide {
position: relative;
margin-left: auto;
margin-right: auto;
}
.wc-gallery .wcflexslider .slides .gallery-caption {
margin-left: auto;
margin-right: auto;
max-width: 100%;
} .mfp-close:hover,
.mfp-close:active,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:active,
.mfp-arrow:focus {
background-color: transparent;
}
.mfp-bottom-bar *,
.mfp-bottom-bar p {
margin-bottom: 0;
}
.mfp-arrow:hover,
.mfp-arrow:active,
.mfp-arrow:focus {
top: 50%;
}
body .mfp-arrow:active {
margin-top: -55px;
} .wc-gallery-loading::after {
content: " ";
background: url(//sclbau.hu/wp-content/plugins/wc-gallery/includes/img/ring-alt.svg);
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #f7f7f7;
visibility: visible;
}.wcflex-container a:hover,
.wcflex-slider a:hover,
.wcflex-container a:focus,
.wcflex-slider a:focus {
outline: none;
}
.slides,
.slides > li,
.wcflex-control-nav,
.wcflex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.wcflex-pauseplay span {
text-transform: capitalize;
} .wcflexslider {
margin: 0;
padding: 0;
}
.wcflexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.wcflexslider .slides img { display: block;
margin-left: auto;
margin-right: auto;
}
.wcflexslider .slides:after { display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .wcflexslider .slides {
display: block;
}
* html .wcflexslider .slides {
height: 1%;
}
.no-js .wcflexslider .slides > li:first-child {
display: block;
} .wcflexslider {
margin: 0 0 60px;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;       }
.wcflexslider .slides {
zoom: 1;
}
.wcflexslider .slides img {
height: auto;
-moz-user-select: none;
} .wcflex-viewport { max-height: 2000px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.loading .wcflex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.wcflex-direction-nav {
*height: 0;
}
.wcflex-direction-nav a {
text-decoration: none;
display: block;
width: 50px;
height: 50px;
margin: -25px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .wcflex-direction-nav .wcflex-prev {
background: url(//sclbau.hu/wp-content/plugins/wc-gallery/includes/vendors/flexslider/images/slide-arrow-left.png) no-repeat center center !important;
left: 0;
}
.wcflex-direction-nav .wcflex-next {
background: url(//sclbau.hu/wp-content/plugins/wc-gallery/includes/vendors/flexslider/images/slide-arrow-right.png) no-repeat center center !important;
right: 0;
text-align: right;
}
.wcflexslider:hover .wcflex-direction-nav .wcflex-prev {
opacity: 1; }
.wcflexslider:hover .wcflex-direction-nav .wcflex-prev:hover { }
.wcflexslider:hover .wcflex-direction-nav .wcflex-next {
opacity: 1; }
.wcflexslider:hover .wcflex-direction-nav .wcflex-next:hover {
opacity: 1;
}  .wcflex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.wcflex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.wcflex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;       }
.wcflex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.wcflex-control-paging li a.wcflex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.wcflex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.wcflex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.wcflex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.wcflex-control-thumbs img:hover {
opacity: 1;
}
.wcflex-control-thumbs .wcflex-active {
opacity: 1;
cursor: default;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
display: none; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//sclbau.hu/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
margin-top: -25px;
opacity: 0;
cursor: pointer;
width: 50px;
height: 50px;
color: transparent;
}
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
opacity: 1;
}
.owl-carousel .owl-nav .owl-next {
right: 0;
background-image: url(//sclbau.hu/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/slide-arrow-right.png);
}
.owl-carousel .owl-nav .owl-prev {
left: 0;
background-image: url(//sclbau.hu/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/slide-arrow-left.png);
}.one_half, .one_half_last{ 
width:48%;
float: left; 
}
.one_third, .one_third_last{ 
width:30.66%; 
float: left;
}
.two_third, .two_third_last{ 
width:65.33%; 
float: left;
}
.one_fourth, .one_fourth_last{ 
width:22%;
float: left; 
}
.three_fourth, .three_fourth_last{ 
width:74%;
float:left;
}
.one_fifth, .one_fifth_last{ 
width:16.8%;
float: left; 
}
.two_fifth, .two_fifth_last{ 
width:37.6%;
float: left; 
}
.three_fifth, .three_fifth_last{ 
width:58.4%; 
float: left;
}
.four_fifth, .four_fifth_last{ 
width:67.2%; 
float: left;
}
.one_sixth, .one_sixth_last{ 
width:13.33%;
float: left; 
}
.five_sixth, .five_sixth_last{ 
width:82.67%; 
float: left;
}
.row-fluid.show-grid{
margin-bottom: 20px;
}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth, .one_seventh{ position:relative; margin-right:4%; float:left; margin-bottom: 18px; }
.one_half_last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%; margin-bottom: 18px;}
.one_half_last, .one_third_last, .one_fourth_last, .one_fifth_last{
min-height: 70px;
}
.clear{
clear: both;
}
@media only screen and (max-width: 760px) { 
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth, .one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .three_fourth_last, .one_fifth_last, .three_fourth_last, .one_fifth_last, .two_fifth_last, .three_fifth_last, .one_sixth_last, .five_sixth_last{
width: 100%;
}
}
@media only screen and (max-width: 500px) {
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth, .one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .three_fourth_last, .one_fifth_last, .three_fourth_last, .one_fifth_last, .two_fifth_last, .three_fifth_last, .one_sixth_last, .five_sixth_last{
width: 100%;
margin-bottom: 15px;
}
.one_half_last, .one_third_last, .one_fourth_last, .one_fifth_last{
min-height: 40px;
}
}