@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.pnlm-container {
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
cursor: default;
width: 100%;
height: 100%;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
background: #f4f4f4 url(//www.fv-n.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/background.svg) repeat;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
line-height: 1.4;
contain: content;
}
.pnlm-container * {
box-sizing: content-box;
}
.pnlm-ui {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.pnlm-grab {
cursor: grab;
cursor: url(//www.fv-n.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grab.svg) 12 8, default;
}
.pnlm-grabbing {
cursor: grabbing;
cursor: url(//www.fv-n.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grabbing.svg) 12 8, default;
}
#et-boc .et-l .pnlm-sprite,
.pnlm-sprite {
background-image: url(//www.fv-n.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/sprites.svg);
}
.pnlm-container:-moz-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-webkit-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-ms-fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-render-container {
cursor: inherit; position: absolute;
height: 100%;
width: 100%;
}
#et-boc .et-l .pnlm-controls ,
.pnlm-controls {
margin-top: 4px;
background-color: #fff;
border: 1px solid #999;
border-color: rgba(0,0,0,0.4);
border-radius: 3px;
cursor: pointer;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-control:hover {
background-color: #f8f8f8;
}
.pnlm-controls-container {
position: absolute;
top: 0;
left: 4px;
z-index: 1;
}
#et-boc .et-l .pnlm-zoom-controls,
.pnlm-zoom-controls {
width: 28px;
height: 52px;
}
#et-boc .et-l .pnlm-zoom-in,
.pnlm-zoom-in {
width: 100%;
height: 50%;
position: absolute;
top: 0;
border-radius: 3px 3px 0 0;
background-position: 1px 0;
}
#et-boc .et-l .pnlm-zoom-out,
.pnlm-zoom-out {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
background-position: 1px -26px;
border-top: 1px solid #ddd;
border-top-color: rgba(0,0,0,0.10);
border-radius: 0 0 3px 3px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator,
.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
width: 28px;
height: 26px;
}
#et-boc .et-l .pnlm-hot-spot-debug-indicator ,
.pnlm-hot-spot-debug-indicator {
position: absolute;
top: 50%;
left: 50%;
width: 26px;
height: 26px;
margin: -13px 0 0 -13px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 13px;
display: none;
}
#et-boc .et-l .pnlm-orientation-button-inactive,
.pnlm-orientation-button-inactive {
background-position: 0 -156px;
}
.pnlm-orientation-button-active {
background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
background-position: 1px -52px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-inactive {
background-position: -1px -53px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-active,
.pnlm-fullscreen-toggle-button-active {
background-position: 0 -78px;
}
#et-boc .et-l .pnlm-panorama-info,
.pnlm-panorama-info {
position: absolute;
bottom: 4px;
background-color: rgba(0,0,0,0.7);
border-radius: 0 3px 3px 0;
padding-right: 10px;
color: #fff;
text-align: left;
display: none;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-title-box {
position: relative;
font-size: 20px;
display: table;
padding-left: 5px;
margin-bottom: 3px;
}
.pnlm-author-box {
position: relative;
font-size: 12px;
display: table;
padding-left: 5px;
}
.pnlm-load-box {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: none;
color: #fff;
}
.pnlm-load-box p {
margin: 20px 0;
}
.pnlm-lbox {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
display: none;
}
.pnlm-loading {
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-name: pnlm-mv;
-webkit-animation-name: pnlm-mv;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
height: 10px;
width: 10px;
background-color: #fff;
position: relative;
}
@keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
@-webkit-keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
.pnlm-load-button {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 100px;
margin: -50px 0 0 -100px;
background-color: rgba(0,0,0,.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: table;
color: #fff;
cursor: pointer;
}
.pnlm-load-button:hover {
background-color: rgba(0,0,0,.8);
}
.pnlm-load-button p {
display: table-cell;
vertical-align: middle;
}
.pnlm-info-box {
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: #000;
border-radius: 3px;
display: table;
text-align: center;
color: #fff;
table-layout: fixed;
}
.pnlm-info-box a, .pnlm-author-box a {
color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
}
.pnlm-info-box p {
display: table-cell;
vertical-align: middle;
padding: 0 5px 0 5px;
}
.pnlm-error-msg {
display: none;
}
.pnlm-about-msg {
font-size: 11px;
line-height: 11px;
color: #fff;
padding: 5px 8px 5px 8px;
background: rgba(0,0,0,0.7);
border-radius: 3px;
position: absolute;
top: 50px;
left: 50px;
display: none;
opacity: 0;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
z-index: 1;
}
.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
color: #fff;
}
.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
color: #eee;
}
.pnlm-hotspot-base {
position: absolute;
visibility: hidden;
cursor: default;
vertical-align: middle;
top: 0;
z-index: 1;
}
.pnlm-hotspot {
height: 26px;
width: 26px;
border-radius: 13px;
}
.pnlm-hotspot:hover {
background-color: rgba(255,255,255,0.2);
}
#et-boc .et-l .pnlm-hotspot.pnlm-info,
.pnlm-hotspot.pnlm-info {
background-position: 0 -104px;
}
#et-boc .et-l .pnlm-hotspot.pnlm-scene,
.pnlm-hotspot.pnlm-scene {
background-position: 0 -130px;
}
#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: center;
max-width: 200px;
padding: 5px 10px;
margin-left: -220px;
cursor: default;
}
#et-boc .et-l div.pnlm-tooltip:hover span,
div.pnlm-tooltip:hover span{
visibility: visible;
}
#et-boc .et-l div.pnlm-tooltip:hover span:after,
div.pnlm-tooltip:hover span:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: rgba(0,0,0,0.7) transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .pnlm-compass,
.pnlm-compass {
position: absolute;
width: 50px;
height: 50px;
right: 4px;
bottom: 4px;
border-radius: 25px;
background-image: url(//www.fv-n.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/compass.svg);
cursor: default;
display: none;
}
#et-boc .et-l .pnlm-world,
.pnlm-world {
position: absolute;
left: 50%;
top: 50%;
}
#et-boc .et-l .pnlm-face,
.pnlm-face {
position: absolute;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.pnlm-dragfix, .pnlm-preview-img {
position: absolute;
height: 100%;
width: 100%;
}
.pnlm-preview-img {
background-size: cover;
background-position: center;
}
.pnlm-lbar {
width: 150px;
margin: 0 auto;
border: #fff 1px solid;
height: 6px;
}
.pnlm-lbar-fill {
background: #fff;
height: 100%;
width: 0;
}
.pnlm-lmsg {
font-size: 12px;
}
.pnlm-fade-img {
position: absolute;
top: 0;
left: 0;
}
.pnlm-pointer {
cursor: pointer;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
text-align: center;
}
@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
font-weight: normal;
font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
content: "\f101";
}
.vjs-icon-play-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play-circle:before {
content: "\f102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
content: "\f103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
content: "\f104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
content: "\f105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
content: "\f106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
content: "\f107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f109";
}
.vjs-icon-square {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-square:before {
content: "\f10a";
}
.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-spinner:before {
content: "\f10b";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
content: "\f10c";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
content: "\f10d";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
content: "\f10e";
}
.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-share:before {
content: "\f10f";
}
.vjs-icon-cog {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cog:before {
content: "\f110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
content: "\f111";
}
.vjs-icon-circle-outline {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-outline:before {
content: "\f112";
}
.vjs-icon-circle-inner-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
content: "\f113";
}
.vjs-icon-hd {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-hd:before {
content: "\f114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
content: "\f115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
content: "\f116";
}
.vjs-icon-facebook {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-facebook:before {
content: "\f117";
}
.vjs-icon-gplus {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-gplus:before {
content: "\f118";
}
.vjs-icon-linkedin {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-linkedin:before {
content: "\f119";
}
.vjs-icon-twitter {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-twitter:before {
content: "\f11a";
}
.vjs-icon-tumblr {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-tumblr:before {
content: "\f11b";
}
.vjs-icon-pinterest {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pinterest:before {
content: "\f11c";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
content: "\f11d";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
content: "\f11e";
}
.vjs-icon-next-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-next-item:before {
content: "\f11f";
}
.vjs-icon-previous-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-previous-item:before {
content: "\f120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f122";
}
.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
background-color: #000;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
word-break: initial;
}
.video-js:-moz-full-screen {
position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js[tabindex="-1"] {
outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
box-sizing: inherit;
}
.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
width: 100%;
max-width: 100%;
height: 0;
}
.video-js.vjs-16-9 {
padding-top: 56.25%;
}
.video-js.vjs-4-3 {
padding-top: 75%;
}
.video-js.vjs-9-16 {
padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
padding-top: 100%;
}
.video-js.vjs-fill {
width: 100%;
height: 100%;
}
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
.vjs-hidden {
display: none !important;
}
.vjs-disabled {
opacity: 0.5;
cursor: default;
}
.video-js .vjs-offscreen {
height: 1px;
left: -9999px;
position: absolute;
top: 0;
width: 1px;
}
.vjs-lock-showing {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
.vjs-no-js {
padding: 20px;
color: #fff;
background-color: #000;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #66A8CC;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.63332em;
width: 3em;
display: block;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
border-radius: 0.3em;
transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -0.81666em;
margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}
.video-js button {
background: none;
border: none;
color: inherit;
display: inline-block;
font-size: inherit;
line-height: inherit;
text-transform: none;
text-decoration: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.vjs-control .vjs-button {
width: 100%;
height: 100%;
}
.video-js .vjs-control.vjs-close-button {
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}
.video-js .vjs-modal-dialog {
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
overflow: auto;
}
.video-js .vjs-modal-dialog > * {
box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
font-size: 1.2em;
line-height: 1.5;
padding: 20px 24px;
z-index: 1;
}
.vjs-menu-button {
cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}
.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
display: none;
}
.vjs-menu li {
list-style: none;
margin: 0;
padding: 0.2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
background: none;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0em;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
display: block;
}
.video-js .vjs-menu-button-inline {
transition: all 0.4s;
overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 4em;
top: 0;
padding: 0;
margin: 0;
transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
display: block;
opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}
.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
pointer-events: none;
transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}
.video-js .vjs-control {
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
font-size: 1.8em;
line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
display: none;
}
.video-js .vjs-progress-control {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
min-width: 4em;
touch-action: none;
}
.video-js .vjs-progress-control.disabled {
cursor: default;
}
.vjs-live .vjs-progress-control {
display: none;
}
.vjs-liveui .vjs-progress-control {
display: flex;
align-items: center;
}
.vjs-no-flex .vjs-progress-control {
width: auto;
}
.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
width: 0;
}
.video-js .vjs-play-progress {
background-color: #fff;
}
.video-js .vjs-play-progress:before {
font-size: 0.9em;
position: absolute;
right: -0.5em;
top: -0.3333333333em;
z-index: 1;
}
.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
display: block;
font-size: 0.6em;
visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
position: relative;
cursor: pointer;
padding: 0;
margin: 0 0.45em 0 0.45em; -webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
cursor: default;
}
.video-js .vjs-slider:focus {
text-shadow: 0em 0em 1em white;
box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-volume-control {
cursor: pointer;
margin-right: 1em;
display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
visibility: visible;
opacity: 0;
width: 1px;
height: 1px;
margin-left: -1px;
}
.video-js .vjs-volume-panel {
transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
visibility: visible;
opacity: 1;
position: relative;
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
width: 5em;
height: 3em;
margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
left: -3.5em;
transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: 10em;
transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
height: 8em;
width: 3em;
left: -3000em;
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
height: 3em;
visibility: visible;
opacity: 1;
position: relative;
transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
position: absolute;
bottom: 3em;
left: 0.5em;
}
.video-js .vjs-volume-panel {
display: flex;
}
.video-js .vjs-volume-bar {
margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
width: 0.3em;
height: 5em;
margin: 1.35em auto;
}
.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}
.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
top: -0.3em;
right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%;
}
.video-js .vjs-volume-vertical {
width: 3em;
height: 8em;
bottom: 8em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
left: -2em;
}
.video-js .vjs-volume-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
display: block;
font-size: 1em;
visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
left: 1em;
top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
display: none;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
width: 1px;
height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.vjs-has-started .vjs-poster {
display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
.vjs-using-native-controls .vjs-poster {
display: none;
}
.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
flex: auto;
font-size: 1em;
line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
}
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
flex: none;
display: inline-flex;
height: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 1em;
line-height: 3em;
width: auto;
min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
margin-right: 0.5em;
color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 3em;
min-width: 2em;
width: auto;
padding-left: 1em;
padding-right: 1em;
}
.vjs-live .vjs-time-control {
display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
display: none;
}
.vjs-time-divider {
display: none;
line-height: 3em;
}
.vjs-live .vjs-time-divider {
display: none;
}
.video-js .vjs-play-control {
cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
flex: none;
}
.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}
.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
}
.vjs-subtitles {
color: #fff;
}
.vjs-captions {
color: #fc6;
}
.vjs-tt-cue {
display: block;
}
video::-webkit-media-text-track-display {
transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-fullscreen-control {
cursor: pointer;
flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
pointer-events: none;
font-size: 1.5em;
line-height: 2;
text-align: center;
}
.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
font-size: 1.4em;
text-align: center;
}
.vjs-error .vjs-error-display:before {
color: #fff;
content: "X";
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: transparent;
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
border-top-color: white;
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@-webkit-keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
@-webkit-keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
.vjs-chapters-button .vjs-menu ul {
width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: "";
font-size: 1.5em;
line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " ";
font-size: 1.5em;
line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
width: auto;
width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
flex: auto;
display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
text-align: right;
vertical-align: bottom;
}
@supports (display: grid) {
.vjs-text-track-settings .vjs-modal-dialog-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
padding: 20px 24px 0px 24px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-bottom: 20px;
}
.vjs-text-track-settings .vjs-track-settings-controls {
grid-column: 1/-1;
}
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
grid-template-columns: 1fr;
}
}
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
margin: 5px;
padding: 3px;
border: none;
}
.vjs-text-track-settings fieldset span {
display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
max-width: 7.3em;
}
.vjs-text-track-settings legend {
color: #fff;
margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
display: block;
margin: 0 0 5px 0;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
outline-style: solid;
outline-width: medium;
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
background-color: #fff;
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
color: #2B333F;
cursor: pointer;
border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-right: 1em;
}
@media print {
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
visibility: hidden;
}
}
.vjs-resize-manager {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
}
.video-js *:focus:not(:focus-visible) {
outline: none;
}.video-js .vjs-big-vr-play-button {
width: 100px;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23FFF' d='M334.883 275.78l-6.374-36.198-6.375-36.2-28.16 23.62-28.164 23.62 25.837 9.41C266.247 296.544 224 320.5 176.25 320.5c-77.47 0-140.5-63.03-140.5-140.5 0-77.472 63.03-140.5 140.5-140.5 53.428 0 99.98 29.978 123.733 73.993l13.304-6.923C287.025 57.76 235.45 24.5 176.25 24.5c-85.743 0-155.5 69.757-155.5 155.5 0 85.742 69.757 155.5 155.5 155.5 54.253 0 102.09-27.94 129.922-70.177l28.71 10.457z'/%3E%3Cpath fill='%23FFF' d='M314.492 175.167c-12.98 0-23.54-10.56-23.54-23.54s10.56-23.54 23.54-23.54c12.98 0 23.54 10.56 23.54 23.54s-10.56 23.54-23.54 23.54zm0-38.08c-8.018 0-14.54 6.522-14.54 14.54s6.522 14.54 14.54 14.54c8.017 0 14.54-6.522 14.54-14.54s-6.523-14.54-14.54-14.54z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M88.76 173.102h9.395c4.74-.042 8.495-1.27 11.268-3.682 2.77-2.412 4.157-5.903 4.157-10.474 0-4.4-1.153-7.817-3.46-10.25-2.307-2.434-5.83-3.65-10.568-3.65-4.147 0-7.554 1.195-10.22 3.585-2.666 2.392-4 5.514-4 9.364H69.908c0-4.74 1.26-9.055 3.776-12.95 2.518-3.892 6.03-6.928 10.537-9.108 4.508-2.18 9.554-3.27 15.14-3.27 9.225 0 16.472 2.318 21.74 6.952 5.27 4.634 7.903 11.077 7.903 19.33 0 4.147-1.323 8.05-3.967 11.71-2.646 3.66-6.062 6.422-10.252 8.284 5.078 1.736 8.94 4.465 11.584 8.19s3.968 8.166 3.968 13.33c0 8.294-2.847 14.895-8.538 19.804s-13.17 7.363-22.438 7.363c-8.887 0-16.166-2.37-21.836-7.11-5.67-4.74-8.506-11.045-8.506-18.916h15.425c0 4.062 1.365 7.363 4.094 9.902 2.73 2.54 6.4 3.81 11.014 3.81 4.782 0 8.55-1.27 11.3-3.81s4.126-6.22 4.126-11.045c0-4.865-1.44-8.61-4.316-11.235-2.878-2.623-7.152-3.936-12.822-3.936H88.76V173.1zM187.598 133.493v12.76h-1.904c-8.633.126-15.53 2.497-20.693 7.108-5.162 4.614-8.23 11.152-9.203 19.615 4.95-5.205 11.277-7.808 18.98-7.808 8.166 0 14.608 2.878 19.328 8.633 4.718 5.755 7.077 13.182 7.077 22.28 0 9.395-2.76 17.002-8.284 22.82-5.52 5.818-12.77 8.73-21.74 8.73-9.226 0-16.705-3.407-22.44-10.222-5.733-6.812-8.6-15.742-8.6-26.787v-5.267c0-16.208 3.945-28.903 11.84-38.086 7.89-9.182 19.242-13.774 34.054-13.774h1.586zM171.03 177.61c-3.386 0-6.485.95-9.3 2.855-2.814 1.904-4.877 4.443-6.188 7.617v4.697c0 6.854 1.438 12.304 4.316 16.345 2.877 4.04 6.602 6.062 11.172 6.062s8.188-1.715 10.854-5.143 4-7.934 4-13.52-1.355-10.135-4.063-13.648c-2.708-3.51-6.304-5.267-10.79-5.267zM271.136 187.447c0 13.29-2.486 23.307-7.46 30.057s-12.535 10.125-22.69 10.125c-9.988 0-17.51-3.292-22.566-9.872-5.058-6.58-7.65-16.323-7.776-29.23V172.53c0-13.287 2.485-23.252 7.458-29.896 4.973-6.643 12.558-9.966 22.757-9.966 10.112 0 17.655 3.237 22.63 9.712 4.97 6.475 7.52 16.166 7.647 29.072v15.995zm-15.425-17.265c0-8.674-1.185-15.033-3.554-19.075-2.37-4.04-6.137-6.062-11.3-6.062-5.035 0-8.738 1.915-11.107 5.745-2.37 3.83-3.62 9.807-3.746 17.932v20.948c0 8.633 1.206 15.064 3.618 19.297s6.2 6.348 11.362 6.348c4.95 0 8.61-1.957 10.98-5.87 2.37-3.915 3.62-10.04 3.746-18.378v-20.885z'/%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-vr-play-button .vjs-icon-placeholder {
display: none;
}
:hover.video-js .vjs-big-vr-play-button {
-webkit-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-moz-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-ms-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-o-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
}
.video-js .vjs-big-vr-play-button::before {
content: "";
}
.video-js canvas {
cursor: move;
}
.video-js .vjs-button-vr .vjs-icon-placeholder {
height: 30px;
width: 30px;
display: inline-block;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRkZGRiI+CiAgICA8cGF0aCBkPSJNMjAuNzQgNkgzLjIxQzIuNTUgNiAyIDYuNTcgMiA3LjI4djEwLjQ0YzAgLjcuNTUgMS4yOCAxLjIzIDEuMjhoNC43OWMuNTIgMCAuOTYtLjMzIDEuMTQtLjc5bDEuNC0zLjQ4Yy4yMy0uNTkuNzktMS4wMSAxLjQ0LTEuMDFzMS4yMS40MiAxLjQ1IDEuMDFsMS4zOSAzLjQ4Yy4xOS40Ni42My43OSAxLjExLjc5aDQuNzljLjcxIDAgMS4yNi0uNTcgMS4yNi0xLjI4VjcuMjhjMC0uNy0uNTUtMS4yOC0xLjI2LTEuMjh6TTcuNSAxNC42MmMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTMgMS4xOCAwIDIuMTIuOTYgMi4xMiAyLjEzcy0uOTUgMi4xMi0yLjEyIDIuMTJ6bTkgMGMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTNzMi4xMi45NiAyLjEyIDIuMTMtLjk1IDIuMTItMi4xMiAyLjEyeiIvPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+Cjwvc3ZnPgo=) no-repeat left center;
}.vrowl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.vrowl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.vrowl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.vrowl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.vrowl-carousel .owl-wrapper,
.vrowl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.vrowl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.vrowl-carousel .owl-item img {
display: block;
width: 100%; }
.vrowl-carousel .owl-nav.disabled,
.vrowl-carousel .owl-dots.disabled {
display: none; }
.vrowl-carousel .owl-nav .owl-prev,
.vrowl-carousel .owl-nav .owl-next,
.vrowl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel .owl-nav button.owl-prev,
.vrowl-carousel .owl-nav button.owl-next,
.vrowl-carousel button.owl-dot { color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.vrowl-carousel.owl-loaded {
display: block; }
.vrowl-carousel.owl-loading {
opacity: 0;
display: block; }
.vrowl-carousel.owl-hidden {
opacity: 0; }
.vrowl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.vrowl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.vrowl-carousel.owl-rtl {
direction: rtl; }
.vrowl-carousel.owl-rtl .owl-item {
float: right; } .no-js .vrowl-carousel {
display: block; } .vrowl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.vrowl-carousel .owl-animated-in {
z-index: 0; }
.vrowl-carousel .owl-animated-out {
z-index: 1; }
.vrowl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .vrowl-carousel .owl-item { }
.vrowl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-item .owl-lazy[src^=""], .vrowl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.vrowl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .vrowl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.vrowl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.fv-n.de/wp-content/plugins/wpvr/public/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.vrowl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.vrowl-carousel .owl-video-playing .owl-video-tn,
.vrowl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.vrowl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.vr-pointer-container {
position: absolute;
top: 50%;
z-index: 2;
left: 50%;
transform: translate(-50%, -50%);
}
.center-pointer {
height: 10px;
width: 10px;
text-align: center;
background: #fff;
display: block;
cursor: pointer;
border-radius: 100%;
}
.explainer {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 9;
text-align: center;
width: 47%;
height: 40%;
}
.generic_form_button {
position: absolute;
top: 110px;
right: 10px;
z-index: 9;
text-align: center;
}
.generic_form_button .generic-form-icon {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
}
.generic_form_button .generic-form-icon i {
font-size: 20px;
}
.close-generic-form {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
.wpvr-generic-form {
position: absolute;
top: 10%;
left: 10%;
z-index: 9;
width: 80%;
height: 80%;
background: #fff;
}
.generic-form-container {
padding-left: 30px;
padding-right: 20px;
overflow: auto;
height: 100%;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 999;
text-align: center;
width: auto;
max-width: 50%;
height: 55%;
transition: all 0.4s linear;
transform-origin: right bottom;
}
.et-db #et-boc .wpvr-floor-map.fullwindow,
.wpvr-floor-map.fullwindow {
right: 50%;
bottom: 50%;
transform: translate(50%, 50%);
z-index: 100;
max-width: 80%;
background: transparent;
object-fit: contain;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer,
.wpvr-floor-map .floor-plan-pointer {
position: absolute;
width: 18px;
height: 18px;
background: #cca92c;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
line-height: 24px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer.add-pulse,
.wpvr-floor-map .floor-plan-pointer.add-pulse {
animation: pulse 1s infinite;
}
.wpvr-floor-map .floor-plan-pointer.add-pulse:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-1deg);
width: 17px;
height: 17px;
background: transparent;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
display: none;
}
.wpvr-floor-map .floor-pointer-circle {
position: relative;
z-index: 1;
}
.wpvr-floor-map .floor-pointer-flash {
position: absolute;
width: 22px;
top: -22px;
left: -2px;
z-index: 0;
visibility: hidden;
opacity: 0;
}
.wpvr-floor-map .add-pulse .floor-pointer-flash {
visibility: visible;
opacity: 1;
}
.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
width: auto;
display: block;
margin-left: auto;
height: 100%;
border-radius: 5px
}
.et-db #et-boc .wpvr-floor-map img {
border-radius: 5px !important;
}
#et-boc .et-l .explainer > iframe,
.explainer > iframe {
border-radius: 10px;
width: 100% !important;
height: 100% !important;
display: block;
}
#et-boc .et-l .explainer_button,
.explainer_button {
position: absolute;
bottom: 46px;
right: 45px;
z-index: 3;
text-align: center;
width: 50px;
}
.floor_map_button {
position: absolute;
bottom: 45px;
right: 10px;
z-index: 2;
text-align: center;
width: 50px;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
@media only screen and (max-width: 575px) {
.explainer {
width: 60%;
height: 60%;
}
.floor_map_button {
width: auto;
padding: 10px 10px 0;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
width: 40px;
height: 40px;
}
}
.wpvr-navbar-container {
position: absolute;
top: 5px;
width: 100%;
display: flex;
padding: 10px;
list-style: none;
color: #fff;
justify-content: flex-end;
z-index: 9;
right: 0;
}
.wpvr-navbar-container > li {
margin: 10px;
}
.wpvr-navbar-container > li > a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.wpvr-navbar-dropdown {
list-style: none;
display: none;
position: absolute;
}
.wpvr-navbar-container > li:hover .wpvr-navbar-dropdown {
display: block;
margin-left: -50px;
}
.wpvr-navbar-dropdown > li > a {
text-decoration: none;
color: #fff;
}
.wpvr-home-content * {
box-sizing: border-box;
}
.wpvr-home-content {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-50%, -50%);
width: 100%;
padding: 0 15px;
box-sizing: border-box;
}
.wpvr-home-title {
font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
margin-bottom: 10px;
}
.wpvr-home-subtitle {
font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
}
@media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 60px;
}
.wpvr-home-subtitle {
font-size: 18px;
}
}
.wpvr-topnav {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
width: 100%;
padding-bottom: 3px;
}
.wpvr-mobile-notice {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #004efa;
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
padding: 10px;
display: none;
z-index: 9;
}
.wpvr-mobile-notice p {
color: #fff;
margin: 0;
font-size: 13px;
margin-right: 17px;
width: calc(100% - 20px);
}
.wpvr-mobile-notice .notice-close {
font-size: 11px;
border: 1px solid;
color: #fff;
display: inline-block;
line-height: 18px;
height: 20px;
width: 20px;
text-align: center;
border-radius: 100%;
cursor: pointer;
}
#cp-logo-controls {
position: absolute;
top: 10px;
right: 10px;
z-index: 4;
}
.wpvr-social-share-bg-box * {
box-sizing: border-box;
}
.wpvr-social-share-bg-box {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
text-align: center;
box-sizing: border-box;
display: block;
}
.wpvr-social-share-bg-box .share-btn-svg {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
transition: all 0.3s ease;
}
.wpvr-social-share-bg-box .wpvr-share-nav {
position: absolute;
top: 0;
left: 0;
transition: all 0.3s ease 0.3s;
display: flex;
flex-flow: column;
gap: 5px;
}
.wpvr-social-share-bg-box:hover .share-btn-svg {
opacity: 0;
visibility: hidden;
transition-duration: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav { }
.wpvr-social-share-bg-box .wpvr-share-nav > a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a {
opacity: 1;
visibility: visible;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a img {
width: 20px;
height: 20px;
filter: invert(100%);
}
.wpvr-social-share-bg-box a.wpvr-facebook-icon {
background: #3b5998;
}
.wpvr-social-share-bg-box a.wpvr-twitter-icon {
background: #ffffff;
}
.wpvr-social-share-bg-box a.wpvr-linkedin-icon {
background: #0077b5;
}
.wpvr-social-share-bg-box a.wpvr-reddit-icon {
background: #ff5700;
}
.wpvr-social-share-bg-box a.wpvr-email-icon {
background: #000000;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(-45px);
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-email-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(0);
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-facebook-icon {
transition-delay: 0.8s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.7s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.6s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-email-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-facebook-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.5s;
}
.cp-logo-ctrl {
height: auto;
display: inline-block;
cursor: pointer;
margin: 0 auto;
}
.cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto;
display: block;
}
#et-boc .et-l .cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto !important;
display: block !important;
}
.adcontrol {
position: absolute;
bottom: 15px;
z-index: 3;
}
button.audio_control {
outline: none;
box-shadow: none;
}
.audio_control {
background: none !important;
padding: unset;
border: none;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
font-size: 15px;
position: relative;
background: #fff;
max-width: 350px;
width: auto;
padding: 10px;
border-radius: 5px;
margin-top: 5px;
display: none;
transition: all 0.3s ease;
}
#cp-logo-controls .cp-logo-ctrl.show .cp-info {
display: block;
}
#et-boc .et-l .zoom-in-out-controls,
.zoom-in-out-controls {
position: absolute;
top: 5px;
left: 4px;
z-index: 2;
text-align: center;
display: flex;
flex-flow: column;
background: rgba(255, 255, 255, 0.27);
border-radius: 3px;
}
.zoom-in-out-controls {
top: 37px;
}
.zoom-in-out-controls .ctrl {
padding: 2px 0;
}
#et-boc .et-l .pnlm-container .controls,
.pnlm-container .controls {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 2;
text-align: center;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
}
.pnlm-load-button p {
color: #fff !important;
}
.ctrl {
width: 30px;
text-align: center;
display: inline-block;
cursor: pointer;
}
.ctrl i {
font-size: 18px;
}
.ctrl:hover {
background: none;
}
.controls .ctrl {
position: absolute;
}
.pan-up {
left: 50%;
top: 0;
transform: translateX(-50%);
}
.pan-down {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.pan-left {
left: 0;
top: 50%;
transform: translateY(-50%);
}
.pan-right {
right: 0;
top: 50%;
transform: translateY(-50%);
}
.ctrl.fullscreen {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before,
div.pnlm-hotspot-base.fa-solid:before {
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.vrbounce {
display: inline-block;
position: relative;
-moz-animation: vrbounce 0.5s infinite linear;
-o-animation: vrbounce 0.5s infinite linear;
-webkit-animation: vrbounce 0.5s infinite linear;
animation: vrbounce 0.5s infinite linear;
color: 000;
}
.pnlm-hotspot-base .hexagon-wrapper {
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.pnlm-hotspot-base .hexagon-wrapper svg {
display: block;
width: 100%;
height: 100%;
}
.wpvr-pluse-effect {
animation: icon-pulse-pointer 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}
@keyframes icon-pulse-pointer {
0% {
box-shadow: 0 0 0 0px #ffffff;
}
100% {
box-shadow: 0 0 0 10px #ffffff00;
}
}
@-webkit-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-moz-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-o-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-ms-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
#et-boc .et-l .vrgcontrols,
.vrgcontrols {
position: absolute;
z-index: 6;
width: 20px;
bottom: 0;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
}
#et-boc .et-l .wpvr_slider_nav,
.wpvr_slider_nav {
position: absolute;
z-index: 6;
bottom: 15px;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.wpvr_slider_nav  p {
margin: 0;
}
.wpvr_slider_nav .wpvr_owl_prev,
.wpvr_slider_nav .wpvr_owl_next {
position: absolute;
border-radius: 4px;
bottom: 27px;
font-size: 16px;
padding: 0px;
height: 30px;
width: 30px;
line-height: 1;
border: none;
outline: none !important;
background: #28303d !important;
color: #fff !important;
transition: all 0.3s ease;
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_prev:hover,
.wpvr_slider_nav .wpvr_owl_next:hover {
background: #004efa !important;
}
.wpvr_slider_nav .wpvr_owl_prev {
left: 5px;
}
.wpvr_slider_nav .wpvr_owl_next {
right: 5px;
}
#et-boc .et-l .vrbounce,
.vrbounce {
color: #fff;
display: inline-block;
cursor: pointer;
padding-top: 10px;
}
#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
font-size: 25px;
}
.scene-gallery ul {
margin: 0;
padding: 0;
}
.scene-gallery ul li {
list-style: none;
font-size: 13px;
line-height: 1.2;
margin: 0;
width: 100%;
text-align: center;
}
.scene-gallery ul li .scene-title {
display: block;
min-height: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%; 
}
.scene-gallery ul li img {
margin-top: 3px !important;
}
.et-db #et-boc .scene-gallery .owl-stage {
margin: 0 auto;
}
#et-boc .et-l .scene-gallery,
.scene-gallery {
position: absolute;
bottom: 0;
z-index: 4;
text-align: center;
width: 100%;
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.35);
color: #fff;
max-width: 690px;
margin: 0 auto;
left: 0;
right: 0;
}
.scctrl {
border-radius: 5px !important;
width: 100px;
height: 100px !important;
display: inline-block;
cursor: pointer;
margin: 5px;
}
.scctrl:hover {
background: rgba(200, 200, 200, 1);
}
#master-container .vrfullwidth {
width: 98vw !important;
position: relative;
margin-left: -49vw !important;
left: 50% !important;
max-width: 100vw !important;
}
.vrembed {
width: 100% !important;
height: 100% !important;
position: fixed;
left: 0;
top: 0;
z-index: 999;
max-width: 100% !important;
margin: 0 !important;
}
.cardboard-vrembed {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
background: #222;
}
.pnlm-container iframe {
max-width: inherit;
margin-bottom: 0;
}
.pnlm-hotspot-base.custom-icon {
width: 30px;
height: 30px;
display: block;
cursor: pointer;
border-radius: 100%;
}
.pnlm-hotspot-base.custom-icon:hover {
z-index: 9;
}
.pnlm-panorama-info {
left: 0;
bottom: 0;
background-color: rgb(0, 0, 0,0.8);
border-radius: 0 5px 5px 0;
padding-right: 10px;
padding: 8px 14px;
color: #fff;
text-align: left;
}
.pnlm-panorama-info .pnlm-title-box {
font-size: 14px;
padding-left: 5px;
margin-bottom: 3px;
line-height: 1.2;
width: 349px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
color: #FFF;
font-weight: 500;
}
#et-boc .et-l div.custom-tooltip > p,
div.custom-tooltip > p {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: #fff;
color: #000;
font-size: 16px;
padding: 5px 10px;
cursor: default;
margin: 0 !important;
bottom: 40px !important;
left: 50%;
transform: translateX(-50%);
min-width: 300px;
font-weight: 400;
}
#et-boc .et-l div.custom-tooltip > p p,
div.custom-tooltip > p p {
max-height: 250px;
overflow: auto;
}
#et-boc .et-l div.custom-tooltip > p a,
div.custom-tooltip > p a {
transition: inherit;
}      #et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
display: none;
}
#et-boc .et-l div.custom-tooltip:hover span,
div.custom-tooltip:hover span {
visibility: visible;
}
#et-boc .et-l div.custom-tooltip:hover p,
div.custom-tooltip:hover p {
visibility: visible;
}
.custom-tooltip:hover {
z-index: 2;
}
#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
#et-boc .et-l div.custom-tooltip:hover p:after,
div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip:hover p:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: #fff transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .custom-ifram-wrapper,
.custom-ifram-wrapper {
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
z-index: 99;
width: 80%;
max-width: 980px;
}
#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip p.vr-mode-title:after {
bottom: -18px;
}
#et-boc .et-l .custom-tooltip p.vr-mode-title,
.custom-tooltip p.vr-mode-title {
visibility: visible;
min-width: 80px;
line-height: 1;
left: 50%;
}
#et-boc .et-l .custom-ifram-flex,
.custom-ifram-flex {
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 5px;
}
#et-boc .et-l div.custom-ifram,
div.custom-ifram {
width: 100%;
max-height: 100%;
overflow: auto;
}
.pano-wrap:before {
content: "";
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
z-index: 99;
opacity: 0;
visibility: hidden;
transition: all 0.4s linear;
}
.pano-wrap.show-modal:before {
opacity: 1;
visibility: visible;
}
.pano-wrap .cross {
background: #fff;
width: 24px;
height: 24px;
color: red;
line-height: 26px;
position: absolute;
top: -13px;
right: -10px;
text-align: center;
z-index: 99;
font-size: 13px;
border-radius: 100%;
padding-left: 0px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
box-sizing: border-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pano-wrap.show-modal .cross {
opacity: 1;
visibility: visible;
}                #et-boc .et-l .custom-ifram video,
.custom-ifram video {
margin: 0 auto;
}
#et-boc .et-l .custom-ifram img,
.custom-ifram img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
#et-boc .et-l .custom-ifram iframe,
.custom-ifram iframe {
max-width: 100%;
margin: 0 auto !important;
display: block;
width: 100% !important;
height: 100%;
position: absolute;
top: 0;
left: 0;
} .pnlm-load-box {
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-box > p {
display: none;
}
.pnlm-load-box .pnlm-lbar {
width: 100%;
border: none;
height: 8px;
position: absolute;
left: 0;
bottom: 0px;
}
.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
background: #4775f6;
}
.oxy-wp-vr-tour {
width: 100%;
} .wpvr-product-container {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
padding: 15px;
border-radius: 5px;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 50%;
box-sizing: border-box;
}
.wpvr-product-container
.wpvr-pr-left-block
.woocommerce-product-gallery__image
img {
margin: 0;
max-width: 95%;
width: 100%;
height: auto;
}
.wpvr-product-container .wpvr-pr-right-block {
max-width: 50%;
padding-left: 15px;
box-sizing: border-box;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a {
text-decoration: none !important;
display: inline-block;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
font-size: 18px;
line-height: 1.4;
margin: 0 0 15px 0;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a h2:before {
display: none;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
border: none !important;
padding: 0 !important;
text-align: left;
border-radius: 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
display: inline-block;
margin-bottom: 7px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
text-decoration: line-through;
opacity: 0.5;
}
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
display: flex;
gap: 6px;
align-items: center;
}
.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
font-size: 14px;
line-height: 1.1;
min-height: auto;
padding: 7px 15px;
} .vr-streetview iframe {
width: 100% !important;
height: 100% !important;
} .wpvr-cardboard {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background: #000;
}
.wpvr-cardboard .pano-wrap {
direction: ltr;
height: 100% !important;
}
.wpvr-cardboard .fullscreen-button {
position: absolute;
top: 10px;
left: 10px;
display: none;
z-index: 1000;
font-size: 25px;
padding: 9px 13px;
}
.cardboard-half {
width: 49% !important;
}
.wpvr-cardboard .fullscreen-button .compress {
display: none;
}
.wpvr-cardboard .pano-left {
position: absolute;
opacity: 0;
visibility: hidden;
} .wpvr-cardboard .wpvr-cardboard-switcher {
position: absolute;
bottom: 10px;
right: 6px;
z-index: 9;
cursor: pointer;
}
.wpvr-cardboard .wpvr-cardboard-switcher.vr-embade-mode {
position: fixed;
z-index: 1000;
}
.wpvr-cardboard .wpvr-cardboard-switcher input[type="checkbox"] {
display: none;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box {
width: 60px;
height: 35px;
border: 2px solid #216df0;
border-radius: 100px;
display: flex;
flex-flow: column;
align-items: center;
background: #ffffff;
justify-content: center;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box svg {
width: 35px;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box {
background-color: #216df0;
border-color: #216df0;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box
svg
path {
fill: #ffffff;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .cardbord-mode-tooltip,
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .normal-mode-tooltip {
width: 155px;
background: #ffffff;
border-radius: 10px;
display: block;
padding: 11px 7px;
position: absolute;
bottom: calc(100% + 10px);
right: 0;
text-align: center;
font-weight: 600;
font-size: 14px;
line-height: 1;
color: #000000;
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box:hover
.normal-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.normal-mode-tooltip {
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.cardbord-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.cardbord-mode-tooltip:before,
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.normal-mode-tooltip:before {
content: "";
position: absolute;
right: 26px;
bottom: -5px;
width: 14px;
height: 14px;
background: #fff;
transform: rotate(45deg);
border-radius: 3px;
}
.cardboard-vrfullwidth.vrfullwidth {
display: flex;
flex-flow: row wrap;
height: 100%;
justify-content: space-between;
} .wpvr-landscape {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpvr-cardboard-disable-event {
cursor: not-allowed;
pointer-events: none;
} @media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 70px;
}
.wpvr-home-subtitle {
font-size: 30px;
}
}
@media (max-width: 1199px) {
.pnlm-container {
width: 100% !important;
height: 500px !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-ifram iframe {
height: 300px;
}
div.custom-ifram {
width: 100%;
}
.custom-tooltip p {
width: 430px;
} .vr-streetview {
width: 100% !important;
height: 500px !important;
}
}
@media (max-width: 768px) {
div.custom-tooltip span img {
height: 195px;
width: 340px;
}
div.custom-tooltip p img {
height: 195px;
width: 340px;
}
.custom-ifram iframe {
height: 194px;
width: 350px;
}
.custom-tooltip p {
width: 330px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
font-size: 14px;
}
}
@media (max-width: 767px) {
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
flex-direction: column;
}
.cp-logo-ctrl img {
max-width: 50px !important;
margin-left: auto;
display: block; 
}
div.custom-tooltip span img {
height: 240px;
width: 420px;
}
div.custom-tooltip p img {
height: 240px;
width: 420px;
}
.custom-ifram iframe {
height: 320px;
width: 100%;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-tooltip p {
width: 430px;
}
.wpvr-cardboard .pnlm-compass {
right: 7px;
}
.wpvr-cardboard.enable-cardboard .pnlm-compass {
right: 74px !important;
}
.generic_form_button {
top: 70px;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map { max-width: 300px;
height: 213px;
bottom: 50px;
}
}
@media (max-width: 575px) {
.wpvr-mobile-notice {
display: flex;
}
.wpvr-mobile-notice p {
width: calc(100% - 46px);
}
.scene-gallery ul {
width: 100px !important;
}
.scene-gallery {
padding: 18px 10px;
}
.scctrl {
height: 50px !important;
}
.pnlm-container {
width: 100% !important;
height: 300px !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
div.custom-tooltip span img {
height: 150px;
width: 220px;
}
div.custom-tooltip p img {
height: 150px;
width: 220px;
}
.custom-ifram iframe {
height: 250px;
width: 100%;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
width: 240px;
font-size: 13px;
}
div.pnlm-hotspot-base.fas,
div.pnlm-hotspot-base.fab,
div.pnlm-hotspot-base.fa,
div.pnlm-hotspot-base.fa-solid,
div.pnlm-hotspot-base.far {
width: 24px !important;
height: 24px !important;
}
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before {
font-size: 11px !important;
} .vr-streetview {
width: 100% !important;
height: 300px !important;
} .wpvr-product-container {
display: block;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 100%;
max-width: 100px;
margin: 0 auto 5px;
}
.wpvr-product-container .wpvr-pr-right-block {
width: 100%;
padding: 0;
text-align: center;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
text-align: center;
margin: 0 0 10px 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_prev {
top: -12px;
}
.wpvr_slider_nav .wpvr_owl_next {
top: -12px;
}
}
.vrowl-carousel .owl-stage {
margin: 0 auto;
}
.vrowl-carousel .owl-item img {
margin: 0;
}  #master-container .custom-scene-navigation {
position: absolute;
top: 4px;
left: 4px;
z-index: 4;
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-radius: 3px;
background: rgba(255, 255, 255, 0.27) !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
width: 30px;
height: 28px;
cursor: pointer;
padding-left: 1px;
box-sizing: border-box;
} #master-container .custom-scene-navigation .hamburger-menu {
display: block;
line-height: 1;
} #master-container .custom-scene-navigation .hamburger-menu svg {
display: block;
}  #master-container .custom-scene-navigation-nav {
max-height: calc(100% - 20px);
left: 70px;
top: 15px;
color: #8e44ad;
width: 176px;
position: absolute;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: all 0.2s ease;
border-radius: 6px;
background: #fff !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
padding: 8px;
box-sizing: border-box;
overflow: auto;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar {
width: 5px;
height: 5px;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-track {
background: #f2f5f8;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-thumb {
background-color: #396ce9;
border-radius: 20px;
}  #master-container .custom-scene-navigation-nav.visible {
opacity: 1;
visibility: visible;
} #master-container .custom-scene-navigation-nav ul {
padding: 0;
margin: 0;
list-style: none;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list {
color: #292c2f;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
padding: 5px 8px;
cursor: pointer;
border-radius: 4px;
text-transform: capitalize;
transition: all 0.3s ease;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list.active,
#master-container .custom-scene-navigation-nav ul .scene-navigation-list:hover {
background: #ededed;
} .wpvr-call-to-action-button * {
box-sizing: border-box;
}
.wpvr-call-to-action-button {
width: 100%;
margin-top: 15px;
}
.wpvr-call-to-action-button.position-left {
text-align: left;
}
.wpvr-call-to-action-button.position-center {
text-align: center;
}
.wpvr-call-to-action-button.position-right {
text-align: right;
}
.wpvr-call-to-action-button.position-justified a {
width: 100%;
}
@media (max-width: 424px) {    .et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
max-width: 100%;
height: auto;
max-height: 100%;
}
} .owl-item.active.clicked ul li {
color: #3f04fe;
}
.owl-item.active.clicked ul li img {
border: 2px solid #3f04fe;
}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-ext-300.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-300.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-ext-400.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-ext-600.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-600.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-ext-700.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-ext-800.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-italic-latin-800.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-ext-300.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-300.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-ext-400.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-ext-600.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-600.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-ext-700.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-ext-800.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/open-sans-normal-latin-800.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Oswald';font-style:normal;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/oswald-normal-latin-ext-300.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Oswald';font-style:normal;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/oswald-normal-latin-300.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Oswald';font-style:normal;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/oswald-normal-latin-ext-400.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Oswald';font-style:normal;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/oswald-normal-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Oswald';font-style:normal;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/oswald-normal-latin-ext-700.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Oswald';font-style:normal;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/oswald-normal-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-300.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-300.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-400.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:500;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-500.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:500;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-500.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-600.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-600.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-700.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-800.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-800.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:italic;font-weight:900;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-ext-900.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:italic;font-weight:900;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-italic-latin-900.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-300.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:300;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-300.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-400.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:400;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:500;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-500.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:500;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-500.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-600.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:600;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-600.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-700.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:700;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-800.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:800;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-800.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Raleway';font-style:normal;font-weight:900;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-ext-900.woff2)format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Raleway';font-style:normal;font-weight:900;font-display:;src:url(//www.fv-n.de/wp-content/uploads/omgf/eight-sec-google-fonts/raleway-normal-latin-900.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border:  5px solid #fff;
left: -5px;
background: #fff; -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//www.fv-n.de/wp-content/themes/eight-sec/css/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//www.fv-n.de/wp-content/themes/eight-sec/css/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//www.fv-n.de/wp-content/themes/eight-sec/css/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//www.fv-n.de/wp-content/themes/eight-sec/css/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//www.fv-n.de/wp-content/themes/eight-sec/css/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/fontawesome-webfont.eot?v=4.6.1);
src: url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'), url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'), url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'), url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'), url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}

html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
}       sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}    hr {
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}   legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} .animate-item-size-item {
float: left;
} .animate-item-size-item,
.animate-item-size-item__content {
width: 60px;
height: 60px;
} .animate-item-size-item__content {
background: #8DF;
border: 2px solid #333;
border-color: hsla(0, 0%, 0%, 0.7);
-webkit-transition: width 0.4s, height 0.4s;
-moz-transition: width 0.4s, height 0.4s;
-o-transition: width 0.4s, height 0.4s;
transition: width 0.4s, height 0.4s;
}
.animate-item-size-item:hover .animate-item-size-item__content {
border-color: white;
background: #4BF;
cursor: pointer;
} .animate-item-size-item.is-expanded,
.animate-item-size-item.is-expanded .animate-item-size-item__content {
width: 180px;
height: 120px;
}
.animate-item-size-item.is-expanded {
z-index: 2;
}
.animate-item-size-item.is-expanded .animate-item-size-item__content {
background: #F90;
} .grid--animate-item-size-responsive .animate-item-size-item,
.grid--animate-item-size-responsive .grid-sizer {
width: 20%;
}
.grid--animate-item-size-responsive .animate-item-size-item__content,
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded .animate-item-size-item__content {
width: 100%;
height: 100%;
} .grid--animate-item-size-responsive .animate-item-size-item.is-expanded {
width: 60%;
} .bootstrap-3__container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.bootstrap-3__col-xs-4,
.bootstrap-3__col-xs-6,
.bootstrap-3__col-xs-8,
.bootstrap-3__col-xs-12 {
padding-right: 15px;
padding-left: 15px;
}
.bootstrap-3__col-xs-4 { width: 33.333%; }
.bootstrap-3__col-xs-6 { width: 50%; }
.bootstrap-3__col-xs-8 { width: 66.666%; }
.bootstrap-3__grid-item-content {
height: 100px;
background: #e6e5e4;
border: 2px solid #b6b5b4;
border-color: hsla(0, 0%, 0%, 0.4);
}
.bootstrap-3__grid-item-content--height2 { height: 200px; } @media (min-width: 768px) {
.bootstrap-3__col-sm-4 { width: 33.333%; }
.bootstrap-3__col-sm-8 { width: 66.666%; }
} @media (min-width: 992px) {
.bootstrap-3__col-md-3 { width: 25%; }
.bootstrap-3__col-md-6 { width: 50%; }
} .button {
display: inline-block;
padding: 5px 15px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-weight: 500;
text-shadow: 0 1px white;
cursor: pointer;
}
.button:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button:active,
.button.is-checked,
.button.is-selected {
background-color: #28F;
}
.button.is-checked,
.button.is-selected {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
} .button input[type="radio"] { display: none; } .button-group:after {
content: '';
display: block;
clear: both;
}
.button-group .button {
float: left;
border-radius: 0;
margin-right: 1px;
}
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; } .buy-button {
display: block;
margin-bottom: 10px;
line-height: 1.3em;
border-radius: 8px;
padding: 10px 100px 10px 10px;
background: #161615;
color: #1FB;
position: relative;
text-align: center;
}
.buy-button__for {
display: block;
font-style: italic;
}
.buy-button__price {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 80px;
border-radius: 0 8px 8px 0;
font-size: 1.6em;
background: #1BF;
color: white;
text-align: center;
line-height: 64px;
}
.buy-button__price__dollar {
font-size: 0.6em;
margin-right: 3px;
vertical-align: top;
}
.buy-button:hover {
color: #FB4;
}
.buy-button:hover .buy-button__price {
background: #FB4;
}
@media screen and (min-width: 768px) { .buy-button-trio {
margin-top: 40px;
margin-bottom: 50px;
}
.buy-button-trio:after {
content: '';
display: block;
clear: both;
} .buy-button-trio .buy-button {
float: left;
width: 31.33%;
margin-right: 3%;
}
.buy-button-trio .buy-button:nth-child(3) {
margin-right: 0;
}
.buy-button-trio .buy-button {
transition: transform 0.2s;
padding: 20px 0 0;
}
.buy-button-trio .buy-button > span {
display: block;
padding-left: 10px;
padding-right: 10px;
}
.buy-button-trio .buy-button__project,
.buy-button-trio .buy-button__license {
font-size: 1.1em;
}
.buy-button-trio .buy-button__title {
font-size: 1.9em;
line-height: 1.2;
}
.buy-button-trio .buy-button__license {
margin-bottom: 15px;
}
.buy-button-trio .buy-button__for {
margin-bottom: 20px;
font-size: 1.1em;
}
.buy-button-trio .buy-button__price {
position: relative;
width: auto;
font-size: 2.4em;
line-height: 1.3;
padding-top: 15px;
padding-bottom: 10px;
border-radius: 0 0 8px 8px;
}
.buy-button-trio .buy-button__price__dollar {
position: relative;
top: 8px;
}
.buy-button-trio .buy-button:hover {
transform: translateY(-5px);
}
} .call-out {
border-top: 2px solid #FB4;
border-bottom: 2px solid #FB4;
padding-left: 40px;
position: relative;
margin: 20px 0;
} .call-out:before {
content: 'i';
display: block;
width: 20px;
height: 20px;
position: absolute;
left: 5px;
top: 20px;
background: #FB4;
border-radius: 50%;
text-align: center;
color: white;
font-family: Consolas, Georgia, serif;
font-style: italic;
}
.call-out h2 {
margin-top: 0;
padding-top: 10px;
border-top: none;
}
.call-out--chill { border-color: #1FB; }
.call-out--chill:before { background: #1FB; }
@media screen and (min-width: 768px) {
.call-out {
border: 2px solid #FB4;
padding: 10px 20px 10px 80px;
border-radius: 6px;
position: relative;
margin: 20px 0;
}
.call-out--chill { border-color: #1FB; }
.call-out:before {
width: 40px;
height: 40px;
left: 20px;
top: 30px;
font-size: 1.9em;
line-height: 46px;
}
}
.color-shape {
width: 70px;
height: 70px;
margin: 5px;
float: left;
}
.color-shape.round {
border-radius: 35px;
}
.color-shape.big.round {
border-radius: 75px;
}
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }
*[data-license-property] {
color: #4BF;
}  .duo:after {
content: '';
display: block;
clear: both;
}
.duo__cell {
margin-bottom: 10px;
} .duo--legal__plain {
padding: 0 0.8em;
background: #161615;
color: #AAA;
}
.duo--legal--first .duo--legal__official:before,
.duo--legal--first .duo--legal__plain:before {
display: block;
padding-top: 0.5em;
font-size: 0.88em;
color: #888;
}
.duo--legal--first .duo--legal__official:before {
content: 'Official legal copy'
}
.duo--legal--first  .duo--legal__plain:before {
content: 'Plain English'
}
@media screen and ( min-width: 768px ) {
.duo__cell {
float: left;
width: 48.5%;
}
.duo__cell:first-child {
margin-right: 3%;
}
.duo__cell--license-option p { margin-top: 0; }
} .edit-demo {
clear: both;
font-size: 0.92em;
} .element-item {
position: relative;
float: left;
width: 100px;
height: 100px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item > * {
margin: 0;
padding: 0;
}
.element-item .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 0.8em;
font-weight: normal;
}
.element-item .symbol {
position: absolute;
left: 10px;
top: 0px;
font-size: 2.8em;
font-weight: bold;
color: white;
}
.element-item .number {
position: absolute;
right: 8px;
top: 5px;
}
.element-item .weight {
position: absolute;
left: 10px;
top: 76px;
font-size: 0.8em;
}
.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); } .grid {
border: 2px solid #484542;
background: hsla(0, 0%, 0%, 0.15);
position: relative;
} .grid:after {
content: '';
display: block;
clear: both;
} .grid--counting {
counter-reset: item;
}
.grid--counting .grid-item:before {
counter-increment: item;
content: counter(item);
display: block;
color: #555;
padding-top: 0.2em;
text-align: center;
font-size: 18px;
}  .grid--horizontal {
height: 334px;
} .grid--has-banner {
position: relative;
}
.static-banner {
position: absolute;
left: 10px;
top: 10px;
background: hsla(210, 100%, 50%, 0.8);
z-index: 1;
padding: 2px 20px;
color: white;
pointer-events: none;
} .grid--fixed-width {
width: 304px;
} .grid--has-stamp {
position: relative;
}  .grid--fit-width {
margin: 0 auto;
} .grid-image-item,
.grid--images .grid-sizer { width: 33.33%; }
.grid-image-item {
float: left;
}
.grid-image-item img {
display: block;
max-width: 100%;
} .grid-item {
float: left;
width: 50px;
height: 50px;
background: #e6e5e4;
border: 2px solid #b6b5b4;
border-color: hsla(0, 0%, 0%, 0.4);
}
.grid-item--width2 { width: 100px; }
.grid-item--height2 { height: 100px; }
.grid-item--width3 { width: 150px; }
.grid-item--height3 { height: 150px; }
.grid-item--gigante {
width: 150px;
height: 200px;
}
.grid--clickable .grid-item:hover {
border-color: #28F;
background: #8CF;
cursor: pointer;
} .grid-item .number {
line-height: 50px;
text-align: center;
color: #333;
margin: 0;
font-size: 1.3rem;
} .grid--fluid-5-col .grid-item,
.grid--fluid-5-col .grid-sizer { width: 20%; }
.grid--fluid-5-col .grid-item--width2 { width: 40%; } .grid--has-gutter .grid-item--width2 {
width: 110px;
} .grid--masonry-gutter-bottom .grid-item {
margin-bottom: 10px;
}
.grid--masonry-gutter-bottom .grid-item--height2 {
height: 110px;
} .grid--packery-gutter .grid-item--width2 { width: 110px; }
.grid--packery-gutter .grid-item--height2 { height: 110px; } .grid--fluid-gutter .grid-item,
.grid--fluid-gutter .grid-sizer {
width: 22%;
}
.grid--fluid-gutter .gutter-sizer {
width: 4%;
}
.grid--fluid-gutter .grid-item--width2 {
width: 48%;
} .grid--masonry-horizontal-gutter .grid-item--height2 {
height: 110px;
} .grid--masonry-horizontal-gutter-right .grid-item {
margin-right: 10px;
}
.grid--masonry-horizontal-gutter-right .grid-item--width2 {
width: 110px;
} .grid--cells-by-row-element-sizing .grid-item {
width: 13%;
}
.grid--cells-by-row-element-sizing .grid-item--width2 {
width: 23%;
}
.grid--cells-by-row-element-sizing .grid-sizer {
width: 25%;
height: 110px;
} .grid--cells-by-column-element-sizing .grid-item {
height: 13%;
}
.grid--cells-by-column-element-sizing .grid-item--width2 {
height: 23%;
}
.grid--cells-by-column-element-sizing .grid-sizer {
height: 25%;
width: 110px;
} .grid--fit-rows-gutter .grid-item--width2 { width: 110px; }
.grid--fit-rows-gutter .grid-item--width3 { width: 170px; } .grid-splash-item {
float: left;
width: 100px;
height: 100px;
margin: 5px;
padding: 20px;
background: red;
color: white;
font-size: 3.0rem;
font-weight: bold;
line-height: 1.0;
}
.grid-splash-item--width2 { width: 210px; }
.grid-splash-item--height2 { height: 210px; }
.grid-splash-item:nth-child(10n+0) { background: hsl(   0, 100%, 50%); }
.grid-splash-item:nth-child(10n+1) { background: hsl(  36, 100%, 50%); }
.grid-splash-item:nth-child(10n+2) { background: hsl(  72, 100%, 50%); }
.grid-splash-item:nth-child(10n+3) { background: hsl( 108, 100%, 50%); }
.grid-splash-item:nth-child(10n+4) { background: hsl( 144, 100%, 50%); }
.grid-splash-item:nth-child(10n+5) { background: hsl( 180, 100%, 50%); }
.grid-splash-item:nth-child(10n+6) { background: hsl( 216, 100%, 50%); }
.grid-splash-item:nth-child(10n+7) { background: hsl( 252, 100%, 50%); }
.grid-splash-item:nth-child(10n+8) { background: hsl( 288, 100%, 50%); }
.grid-splash-item:nth-child(10n+9) { background: hsl( 324, 100%, 50%); } .hero__title {
font-size: 4.6rem;
line-height: 1.2;
letter-spacing: -0.01em;
margin-bottom: 0.1em;
}
.hero__tagline {
font-size: 1.6rem;
margin-bottom: 0.8em;
line-height: 1.2;
} .hero__big-buttons__button {
display: block;
position: relative;
padding: 10px 10px 10px 50px;
min-height: 52px;
font-size: 1.2rem;
background: #161615;
color: #FB4;
border-radius: 8px;
margin-bottom: 20px;
}
.hero__big-buttons__button:hover {
background: #4FB;
color: #222;
text-shadow: none;
}
.hero__big-buttons__button .icon {
position: absolute;
left: 10px;
top: 10px;
font-size: 32px;
} @media screen and ( min-width: 960px ) {
.hero__title {
font-size: 7.0rem;
}
.hero__tagline {
font-size: 2.1rem;
} .hero__big-buttons__button {
float: left;
width: 31.333%;
margin-right: 3%;
font-size: 1.3rem;
line-height: 1.2;
padding-left: 86px;
padding-top: 16px;
min-height: 94px;
margin-bottom: 40px;
}
.hero__big-buttons__button:last-child {
margin-right: 0;
}
.hero__big-buttons__button .icon {
font-size: 56px;
left: 18px;
top: 16px;
}
} .in-use-grid .grid-sizer,
.in-use-grid__item { width: 23.5%; }
.in-use-grid .gutter-sizer { width: 2%; }
.in-use-grid__item {
display: block;
background: #161615;
float: left;
margin-bottom: 20px;
border-radius: 5px;
}
.in-use-grid__item__title {
margin: 0;
padding: 10px;
}
.in-use-grid__item__image {
display: block;
max-width: 100%;
border-radius: 0 0 5px 5px;
} .metafizzy-wordmark {
fill: white;
} .grid-multi-item {
float: left;
width: 100px;
height: 100px;
background: #e6e5e4;
border: 2px solid #b6b5b4;
border-color: hsla(0, 0%, 0%, 0.4);
}
.grid-multi-item[data-color="blue"] { background: #19F; }
.grid-multi-item[data-color="red"] { background: #D00; }
.grid-multi-item[data-color="yellow"] { background: #FD0; }
.grid-multi-item .number {
font-size: 4.0rem;
font-weight: 600;
color: white;
padding-top: 0.1em;
text-align: center;
line-height: 90px;
margin: 0;
} .nav__title {
float: left;
margin: 0;
line-height: 44px;
font-size: 1.5rem;
}
.nav__title a {
padding: 0 0.8em;
display: block;
color: #4FB;
}
.nav__title a:hover {
background: #D26;
color: white;
}
@media screen and ( min-width: 768px ) {  .page--index .nav__title {
visibility: hidden;
}
} .other-products {
margin-bottom: 30px;
}
.other-products__product > a {
position: relative; display: block;
padding: 0px;
background: #262524;
border-radius: 5px;
color: #4BF;
}
.other-products__product > a:hover {
background: #1FB;
color: #262524;
}
.other-products__product > a:after {
content: '';
display: block;
clear: both;
}
.other-products__product__image {
float: left;
display: block;
width: 100%;
max-width: 140px;
margin-right: 1.0em;
border-radius: 5px 0 0 5px;
}
.other-products__product__title {
font-weight: bold;
font-size: 2.0em;
margin-bottom: 0.25em;
margin-top: 0px;
padding-top: 5px;
}
.other-products__product__description {
line-height: 1.2;
}
 .page-nav {
padding: 1.0em 10px;
font-size: 0.8rem;
}
.page-nav__item {
display: inline-block;
}
.page-nav__item:after {
content: ' •';
margin: 0 0.3em;
opacity: 0.5;
}
.page-nav__item:last-child:after {
content: none;
}
.page-nav a {
color: #4BF;
}
.page-nav a:hover {
color: #FB4;
}
@media screen and ( min-width: 768px ) {
.page-nav {
list-style: none;
padding: 0;
padding-top: 20px;
}
.page-nav.is-fixed {
position: fixed;
left: 0;
top: 0;
width: 200px;
}
.page-nav__item {
display: block;
margin: 0;
}
.page-nav__item:after {
content: none;
}
.page-nav__item a {
display: block;
padding: 3px 20px;
} .page-nav__item--h3 a,
.page-nav__item--h4 a {
padding-left: 30px;
}
} .primary-content {
margin-left: 10px;
margin-right: 10px;
max-width: 1200px;
}
.main .primary-content > * {
max-width: 700px;
}
.main .primary-content .go-wide,
.main .primary-content .example {
max-width: none;
} @media screen and ( min-width: 768px ) {
.primary-content {
margin-left: 220px;
}
.main .primary-content > * {
max-width: 900px;
}
} @media screen and ( min-width: 960px ) {
.primary-content {
margin-right: 6%;
}
} .refactor-shirt {
margin: 40px 0;
}
.refactor-shirt__title {
font-size: 1.6rem;
}
.refactor-shirt__image {
display: block;
width: 100%;
max-width: 1000px;
margin-bottom: 10px;
}  }*/ .site-footer__brand {
padding: 0 10px;
}
.site-footer .metafizzy-logo {
display: inline-block;
width: 50px;
}
.site-footer .metafizzy-wordmark {
display: inline-block;
width: 160px;
height: auto;
}
.site-footer__brand__link:hover .metafizzy-wordmark {
fill: #4BF;
} .footer-copy {
font-size: 1.2rem;
} @media screen and ( min-width: 768px ) { .site-footer__brand {
width: 200px;
position: absolute;
left: 10px;
top: 50px;
}
.site-footer .metafizzy-logo {
display: block;
width: 100px;
margin: 20px auto 10px;
}
.site-footer .metafizzy-wordmark {
display: block;
width: 140px;
margin: 0 auto;
}
}  .site-nav {
list-style: none;
margin-bottom: 0;
padding: 0;
} .site-nav:after {
content: '';
display: block;
clear: both;
}
.site-nav__item {
display: block;
float: left;
line-height: 44px; }
.site-nav__item__link {
display: block;
padding: 0 1.0em;
}
.site-nav__item__link:hover {
background: #161615;
color: white;
} .page--filtering .site-nav__item--filtering .site-nav__item__link,
.page--sorting .site-nav__item--sorting .site-nav__item__link,
.page--layout .site-nav__item--layout .site-nav__item__link,
.page--layout-modes .site-nav__item--layout-modes .site-nav__item__link,
.page--options .site-nav__item--options .site-nav__item__link,
.page--methods .site-nav__item--methods .site-nav__item__link,
.page--events .site-nav__item--events .site-nav__item__link,
.page--draggable .site-nav__item--draggable .site-nav__item__link,
.page--license .site-nav__item--license .site-nav__item__link,
.page--appendix .site-nav__item--appendix .site-nav__item__link,
.page--faq .site-nav__item--faq a {
color: #4Bf;
background: #161615;
}
@media screen and ( min-width: 768px ) {
.site-nav__item {
float: none;
}
.site-nav__item {
float: none;
font-size: 1.1rem;
line-height: 1.25;
}
.site-nav__item__link {
padding: 7px 20px;
}
} .stamp {
position: absolute;
width: 30%;
height: 60px;
background: orange;
border: 4px dotted #161615;
} .stamp--stamp-option-demo-stamp1 {
left: 30%;
top: 10px;
width: 20%;
height: 100px;
}
.stamp--stamp-option-demo-stamp2 {
right: 10%;
top: 20px;
width: 70%;
height: 30px;
}
.stamp--packery {
right: 20%;
top: 80px;
width: 45%;
height: 90px;
} .grid--stamp-methods-demo .grid-item {
opacity: 0.8;
}
.stamp--stamp-methods-demo {
left: 10px;
top: 10px;
} .sub-nav {
display: none;
}
@media screen and ( min-width: 768px ) {
.sub-nav-parent {
position: relative;
max-height: 2em;
}
.sub-nav {
display: block; position: absolute;
left: 100%;
top: 0;
list-style: none;
width: 0;
overflow: hidden;
opacity: 0;
transition: width 0.2s, opacity 0.2s;
margin: 0;
padding: 0;
}
.sub-nav-parent:hover .sub-nav {
opacity: 1;
width: 190px;
z-index: 2; }
.sub-nav-parent:hover,
.sub-nav {
background: #161615;
}
.sub-nav-parent > a:after { content: '...'; }
.sub-nav-parent:hover > a:after { content: none; }
.sub-nav__item__link {
display: block;
padding: 5px 10px;
}
.sub-nav__item {
font-size: 1.0rem;
}
} .ui-group {
display: inline-block;
}
.ui-group__title {
display: inline-block;
vertical-align: top;
font-size: 1.2rem;
line-height: 40px;
margin: 0 10px 0 0;
font-weight: bold;
}
.ui-group .button-group {
display: inline-block;
margin-right: 20px;
}
 .variable {
margin: 0.5em 0;
padding: 5px 10px;
border-radius: 5px;
background: hsla(0, 0%, 100%, 0.1);
}
.variable__type {
color: #ADF;
}
.variable__type,
.variable__description {
margin-left: 10px;
}
.variable__type:before,
.variable__description:before {
content: '·';
padding-right: 0.4em;
display: inline-block;
} .vertical-list {
list-style: none;
margin: 0;
padding: 0;
border: 2px solid #484542;
background: hsla(0, 0%, 0%, 0.15);
}
.vertical-list__item {
width: 100%;
border-top: 1px solid #484542;
}
.vertical-list__item > * {
display: inline-block;
padding: 3px 4px;
}
.vertical-list__item .name { width: 20%; }
.vertical-list__item .symbol { width: 10%; }
.vertical-list__item .weight { width: 15%; }
.vertical-list__item .number { width: 10%; }
.vertical-list__item .category { width: 25%; } * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}         code .string,
code .tag .value { color: #0C4; }
code .number, code .cp, code .literal { color: #38F; } code .keyword { color: #F73; } code .kd, code .attribute { color: #DC8; } code .title { color: #9CF; }
code .params { color: #98D; }
code .regexp  { color: #FC8; } code .o  { color: #F63; } code .nb { color: #AA97AC;}  code .comment { color: #999; font-style: italic; }
code .tag { color: #6CF; } code .id { color: #ABC; } code .class { color: #A63; } code .rules { color: #FED; }
code .m  { color: #DE8E50; } code .nd { color: #9FAD7E; } code .hexcolor { color: #F63; }
code .at_rule { color: #088; } code .isotope_var { color: #F3F; }
code .jquery_var { color: #DF8; }
code .isotope_keyword { color: #0FF; text-decoration: underline; }
.code-display code {
font-size: 18px;
}    @font-face {
font-family: 'Texta';
font-weight: bold;
font-style: normal;
src: url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/2D333F_0_0.woff2) format('woff2'),
url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/2D333F_0_0.woff) format('woff');
} @font-face {
font-family: 'Texta';
font-weight: normal;
font-style: italic;
src: url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/2D333F_1_0.woff2) format('woff2'),
url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/2D333F_1_0.woff) format('woff');
} @font-face {
font-family: 'Texta';
src: url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/2D333F_2_0.woff2) format('woff2'),
url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/2D333F_2_0.woff) format('woff');
}
@font-face {
font-family: 'icomoon';
src:url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/icomoon.eot);
src:url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/icomoon.eot?#iefix) format('embedded-opentype'),
url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/icomoon.woff) format('woff'),
url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/icomoon.ttf) format('truetype'),
url(//www.fv-n.de/wp-content/themes/eight-sec/fonts/icomoon.svg#icomoon) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
font-style: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}  .icon {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-file-download:before {
content: "\e001";
}
.icon-folder-download:before {
content: "\e002";
}
.icon-github:before {
content: "\e000";
} .main h1 {
font-size: 3.8rem;
}
.main h2 {
font-size: 1.6rem;
font-weight: normal;
border-top: 2px solid #484542;
padding-top: 1.1em;
margin-top: 1.4em;
}
.main h2:target {
padding-left: 0.5em;
background: #D26;
color: white;
}
.main h3 {
font-size: 1.3rem;
border-top: 1px solid #484542;
padding-top: 0.8em;
margin: 1.4em 0 0.5em;
}
@media screen and ( min-width: 800px ) {
.main {
padding-top: 20px;
min-height: 540px; }
.main h2 {
font-size: 2.4rem;
}
.main h3 {
font-size: 1.5rem;
padding-top: 30px;
}
} .instruction {
font-size: 18px;
margin-bottom: 0.2em;
color: #888;
} #notification {
display: none; position: fixed;
z-index: 20; bottom: 0px;
right: 0px;
background: #A2C;
padding: 0.5em;
color: white;
font-size: 20px;
pointer-events: none;
} .support-button {
font-size: 20px;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
color: #313131;
font-size: 15px;
font-family: 'Raleway', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
line-height: 0;
}
figure figcaption {
line-height: normal;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
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;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #313131;
font-family: "Raleway",sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
-ms-overflow-x: hidden;
overflow-x: hidden;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; line-height: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, 
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background: transparent;
color: #d95c5c;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
width: 100%;
height: 50px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
font-size: 14px;
padding: 5px 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
textarea {
font-size: 14px;
padding: 5px 10px;
width: 100%;
}  a {
color: inherit;
text-decoration: none;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
a:hover,
a:focus,
a:active {
color: #d95c5c;
text-decoration: none;
}
a:hover,
a:active {
outline: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.nav-links a p {
display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.nav-links .nav-previous > a, 
.nav-links .nav-next > a {
background: #ddd none repeat scroll 0 0;
display: inline-block;
font-size: 14px;
padding: 10px 20px;
color: #d95c5c;
}
.nav-links .nav-previous > a:hover, 
.nav-links .nav-next > a:hover {
background: #d95c5c;
color: #fff;
} .page-num-links {
padding: 5px 15px;
margin: 2px;
color: #d95c5c;
border: 1px solid #d95c5c;
position: relative;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
.page-links a .page-num-links {
color: #525252;
border: 1px solid #afafaf;
}
.page-links a:hover .page-num-links {
color: #d95c5c;
border: 1px solid #d95c5c;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.sticky .entry-footer {
border-bottom: 2px solid #949494;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
padding-top: 1.5em;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
line-height: initial;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
line-height: initial;
} .comments-area {
border: 1px solid #ddd;
margin-top: 40px;
padding: 10px;
}
.comments-title {
border-bottom: 1px solid #ddd;
margin: 0px 0 15px 0;
padding-bottom: 5px;
}
.comments-area ol {
list-style: outside none none;
margin: 0;
padding: 0;
}
.comments-area ol li {
font-size: 13px;
}
.comments-area ol.comment-list > li {
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
}
.comments-area ol.comment-list > li:last-child {
border-bottom: medium none;
margin-bottom: 0;
}
.comments-area ol.comment-list > li .comment-body {
margin-bottom: 20px;
}
.comments-area ol.comment-list > li .comment-body:last-child {
margin-bottom: 0;
}
.comments-area ol.children {
margin-left: 20px;
}
.comment-meta {
position: relative;
}
.comment-metadata {
font-style: italic;
margin-top: 10px;
text-decoration: underline;
}
.comment-awaiting-moderation {
color: red;
font-family: open sans;
font-style: italic;
margin: 0;
position: absolute;
right: 0;
top: 20px;
}
.reply a {
background: #ddd none repeat scroll 0 0;
display: inline-block;
padding: 5px 15px;
}
.reply a:hover {
color: #fff;
background: #d95c5c;
}
.comment-respond h3 {
background: #ddd none repeat scroll 0 0;
padding: 5px 15px;
}
.comment-notes {
font-size: 14px;
}
.required {
color: red;
display: inline-block;
font-size: 30px;
line-height: 20px;
position: relative;
top: 5px;
}
.comment-form textarea, 
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"] {
font-size: 13px;
height: 40px;
margin-top: 5px;
}
.comment-form textarea {
height: 120px;
} #go-to-top {
background: rgba(0, 0, 0, 0.5);
bottom: 0px;
color: #fff;
display: inline-block;
font-size: 30px;
height: 0px;
line-height: 50px;
position: fixed;
right: 0px;
text-align: center;
width: 0px;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: 9999;
}
#go-to-top.show {
height: 50px;
width: 50px;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
#go-to-top:hover {
background: rgba(0, 0, 0, 0.75);
} .ed-container {
margin: 0 auto;
width: 1140px;
}
.section-title {
text-align: center;
}
.eight_sec_plx_about_section .section-title h2::after, 
.eight_sec_plx_portfolio_section .section-title h2:after, 
.eight_sec_plx_team_section h2.team-sec:after, 
.eight_sec_plx_cta_section h2.cta-sec:after,   
.eight_sec_plx_blog_section h2.blog-sec:after, 
.eight_sec_plx_testimonial_section h2.testimonial-sec:after, 
.eight_sec_plx_contact_section h2.contact-sec:after {
border-bottom: 1px solid #d0d0d0;
bottom: 0;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 20%;
}
.eight_sec_plx_about_section .section-title h2, 
.eight_sec_plx_portfolio_section .section-title h2, 
.eight_sec_plx_team_section h2.team-sec, 
.eight_sec_plx_cta_section h2.cta-sec,  
.eight_sec_plx_blog_section h2.blog-sec, 
.eight_sec_plx_testimonial_section h2.testimonial-sec, 
.eight_sec_plx_contact_section h2.contact-sec {
color: #3e3e3e;
display: inline-block;
font-family: "oswald";
font-size: 60px;
font-weight: 400;
margin: 0 0 30px;
padding-bottom: 10px;
position: relative;
text-align: center;
}
.bttn {
background: transparent;
border: 2px solid #fff;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
}
.bttn:hover {
background: #fff;
color: #d95c5c;
}
.single .entry-title:after, .widget-title:after, .page-title:after{
border-bottom: 1px solid #d0d0d0;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 20%;
}
.single .entry-title, .widget-title, .page-title {
color: #3e3e3e;
display: inline-block;
font-family: "oswald";
font-size: 27px;
font-weight: 400;
margin: 0 0 25px;
padding-bottom: 10px;
position: relative;
}
.widget ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.widget ul li::before {
content: "\f105";
font-family: fontawesome;
font-size: 16px;
left: 0;
position: absolute;
top: 0;
}
.widget ul li {
font-size: 15px;
margin-bottom: 5px;
padding-left: 15px;
position: relative;
}
#primary {
float: left;
padding-right: 30px;
width: 70%;
margin-bottom: 70px;
}
.no-sidebar #primary {
width: 100%;
}
#secondary {
float: right;
width: 30%;
margin-bottom: 70px;
}
.single .site-content, .archive .site-content, .page .site-content, .search .site-content, .error404 .site-content {
padding-top: 110px;
}
.home.page .site-content, .home.blog .site-content {
padding-top: 0px;
}
.home.page.no-slider .site-content, .home.blog.no-slider .site-content, .no-slider .site-content {
padding-top: 110px;
}
.entry-footer {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 5px 0;
}
.entry-footer span::after {
content: "/";
margin: 0 10px;
}
.entry-footer span span:after, .entry-footer span:last-child:after {
display: none;
}
.entry-footer span {
font-size: 13px;
position: relative;
} header.page-header {
perspective: 1000px;
-webkit-perspective: 1000px;
}
#eight-sec-breadcrumbs {
font-size: 13px;
transform: skew(-40deg);
-webkit-transform: skew(-40deg);
position: relative;
top: -15px;
z-index: 1;
}
#eight-sec-breadcrumbs .ed-container {
width: auto;
}
#eight-sec-breadcrumbs a, #eight-sec-breadcrumbs span {
display: inline-block;
padding: 0 5px;
transform: skew(40deg);
-webkit-transform: skew(40deg);
}
#eight-sec-breadcrumbs span.current {
color: #d95c5c;
text-decoration: underline;
}
#eight-sec-breadcrumbs p {
display: none;
} .sort-table ul {
list-style: outside none none;
margin: 0 0 20px 0;
padding: 0 0 10px 0;
text-align: center;
border-bottom: 1px solid #ddd;
}
.button-group .button:first-child {
border-radius: 0;
}
.button-group .button {
border-radius: 0;
float: none;
margin-right: 0px;
}
.button.is-checked, .button.is-selected {
color: #d95c5c;
text-shadow: none;
}
.button:active, .button.is-checked, .button.is-selected {
background-color: transparent;
}
.button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
border-radius: 0px;
color: #333;
cursor: pointer;
display: inline-block;
font-weight: 300;
margin-bottom: 0;
padding: 0;
text-shadow: none;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.button:hover {
background-color: transparent;
color: #d95c5c;
text-shadow: none;
}
.sort-table ul li::after {
content: "/";
padding: 0 10px;
}
.sort-table ul li:last-child::after {
content: "";
padding: 0;
}
.element-item {
background: none;
padding: 10px;
margin: 0;
line-height: 0;
width: 255px;
height: auto;
}
.element-item::after {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
bottom: 10px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 10px;
opacity: 0;
visibility: hidden;
transform: scale(0.5);
-webkit-transform: scale(0.5);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.element-item:hover::after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.ed-grid-hover {
color: #fff;
left: 0;
line-height: initial;
margin-top: -100px;
padding: 20px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transform: scale(1.5);
-webkit-transform: scale(1.5);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.element-item:hover .ed-grid-hover {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s; 
}
.element-item .ed-grid-hover h6 {
font-family: "oswald";
font-size: 20px;
font-weight: 400;
margin: 0;
}
.ed-grid-hover > p {
font-size: 14px;
margin: 10px 0;
}
.element-item .ed-readmore {
margin-top: 20px;
}
.element-item .ed-readmore > a {
border: 2px solid #fff;
display: inline-block;
font-family: "open sans";
font-weight: 600;
padding: 5px 15px;
} .bx-wrapper .bx-viewport {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
box-shadow: none;
left: 0;
}
.bx-wrapper .bx-viewport ul {
margin: 0;
padding: 0;
list-style: none;
}
.bx-wrapper .bx-controls-direction a {
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
height: 70px;
line-height: 70px;
overflow: hidden;
text-indent: -50px;
width: 40px;
}
.bx-wrapper .bx-controls-direction a:hover {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.bx-wrapper .bx-prev {
left: 0;
}
.bx-wrapper .bx-prev::after, .bx-wrapper .bx-prev::before {
color: #fff;
content: "\f104";
font-family: fontawesome;
font-size: 35px;
position: absolute;
text-indent: 0;
left: 0;
right: 0;
text-align: center;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.bx-wrapper .bx-prev::before {
left: 100px;
color: #d95c5c;
opacity: 0;
}
.bx-wrapper .bx-prev:hover::before {
left: 0;
opacity: 1;
filter: alpha(opacity= 100);
}
.bx-wrapper .bx-prev:hover::after{
left: -100px;
opacity: 0;
}
.bx-wrapper .bx-next {
right: 0;
}
.bx-wrapper .bx-next::after, .bx-wrapper .bx-next::before {
color: #fff;
content: "\f105";
font-family: fontawesome;
font-size: 35px;
position: absolute;
text-indent: 0;
left: 0;
right: 0;
text-align: center;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.bx-wrapper .bx-next::before {
left: -100px;
color: #d95c5c;
}
.bx-wrapper .bx-next:hover::before {
left: 0;
}
.bx-wrapper .bx-next:hover::after{
right: -100px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #fff;
border-radius: 0;
height: 5px;
width: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #d95c5c;
} .site-header {
left: 0;
padding: 0 30px;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.home .site-header {
background: none;
}
.site-header, .site-header.fixed, .no-slider .site-header {
background: #444;
}
.admin-bar .site-header {
padding-top: 32px;
}
.site-header .site-branding {
display: inline-block;
padding-right: 20px;
width: 20%;
vertical-align: middle;
}
.site-header .site-title {
color: #fff;
font-family: "oswald",sans-serif;
font-size: 27px;
font-weight: 400;
margin: 0;
}
.site-header .site-title a:hover {
color: #fff;
}
.site-header .site-description {
color: #ffd3d3;
font-size: 14px;
margin: 0;
} .site-header .main-navigation {
display: inline-block;
vertical-align: middle;
width: 76%;
text-align: right;
font-family: 'oswald';
}
.main-navigation .toggle-btn {
display: none;
}
.site-header .main-navigation ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.main-navigation ul li {
display: inline-block;
position: relative;
}
.main-navigation ul li a {
color: #fff;
border-bottom: 2px solid transparent;
display: inline-block;
font-size: 17px;
font-weight: 300;
padding: 20px 15px;
position: relative;
}
.fixed .main-navigation ul li a {
padding-bottom: 25px;
padding-top: 25px;
}
.main-navigation ul li a:before {
content: "";
background: #d95c5c;
height: 2px;
width: 100%;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
text-align: center;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation .menu > li > a:after {
content: "\f0d8";
font-family: fontawesome;
font-size: 16px;
color: #d95c5c;
position: absolute;
bottom: -9px;
left: 0;
right: 0;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation ul li a:hover:before, 
.main-navigation ul li.active a:before, 
.main-navigation ul li a:hover:after, 
.main-navigation ul li.active a:after,
.main-navigation ul li.current-menu-item > a:before, 
.main-navigation ul li.current_page_item > a:before, 
.main-navigation ul li.current-menu-item a:after, 
.main-navigation ul li.current_page_item a:after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.main-navigation ul li.menu-item-home.current-menu-item > a:before, 
.main-navigation ul li.menu-item-home.current_page_item > a:before, 
.main-navigation ul li.menu-item-home.current-menu-item a:after, 
.main-navigation ul li.menu-item-home.current_page_item a:after {
display: none;
}
.main-navigation ul li.menu-item-home.current-menu-item.active > a:before, 
.main-navigation ul li.menu-item-home.current_page_item.active > a:before, 
.main-navigation ul li.menu-item-home.current-menu-item.active a:after, 
.main-navigation ul li.menu-item-home.current_page_item.active a:after {
display: block;
}
.site-header .main-navigation ul ul {
background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
left: 0;
min-width: 150px;
position: absolute;
text-align: left;
top: 100%;
opacity: 0;
visibility: hidden;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.site-header .main-navigation ul li:hover > ul {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.site-header .main-navigation ul ul ul {
left: 100%;
top: 0;
}
.site-header .main-navigation ul ul li {
display: block;
}
.site-header .main-navigation ul ul li a {
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid #555;
width: 100%;
}
.site-header .main-navigation ul ul li:last-child a {
border-bottom: none;
}
.site-header .main-navigation ul ul li a:after {
display: none;
} .site-header .ed-search-wrap {
display: inline-block;
vertical-align: middle;
width: 3%;
}
.site-header .ed-search-wrap .fa {
color: #fff;
cursor: pointer;
display: inline-block;
padding: 5px;
border-radius: 100%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.site-header .ed-search-wrap .fa:hover {
background: rgba(255, 255, 255, 0.7);
color: #333;
}
.site-header .ed-search {
background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999999;
opacity: 0;
visibility: hidden;
transform: scale(0.9);
-webkit-transform: scale(0.9);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.site-header .ed-search-wrap.show .ed-search {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.site-header .ed-search .search-close {
font-size: 30px;
font-weight: normal;
padding: 0;
position: absolute;
right: 40px;
text-align: center;
top: 10px;
}
.admin-bar .site-header .ed-search .search-close {
top: 40px;
}
.site-header .ed-search-wrap .fa.fa-close {
height: 40px;
line-height: 40px;
padding: 0;
width: 40px;
}
.site-header .ed-search .search-form {
left: 0;
margin: -50px auto 0;
position: absolute;
right: 0;
top: 50%;
width: 70%;
}
.site-header .ed-search .search-form label {
display: inline-block;
width: 85%;
}
.site-header .ed-search .search-form .search-field {
border: medium none;
display: inline-block;
font-size: 16px;
}
.site-header .ed-search .search-form .search-submit {
display: inline-block;
min-height: 50px;
width: 14%;
padding: 0; 
}
.site-header .ed-search .search-form .search-submit:hover {
background: #fff;
border-color: #fff;
color: #f95c5c;
} .logo-center .site-branding {
margin: 0 auto;
padding: 10px 0 0;
text-align: center;
width: 100%;
}
.site-header.logo-center .main-navigation {
text-align: center;
width: 100%;
}
.site-header.logo-center .main-navigation ul li a, .site-header.logo-center.fixed .main-navigation ul li a {
padding-top: 10px;
padding-bottom: 10px;
}
.site-header.logo-center .ed-search-wrap {
padding-bottom: 10px;
text-align: center;
width: 100%;
} .site-header.logo-right .site-branding {
float: right;
padding-left: 20px;
padding-right: 0;
padding-top: 10px;
text-align: right;
}
.site-header.logo-right .main-navigation {
text-align: left;
}
.site-header.logo-right .ed-search-wrap {
float: left;
padding: 20px 0;
} .boxed-layout #page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin: 0 auto;
width: 1200px;
}
.boxed-layout .site-header {
margin: 0 auto;
padding: 0 20px;
width: 1200px;
}
.boxed-layout .site-header .ed-search {
margin: 0 auto;
width: 1200px;
} .eight_sec_plx_slider_section {
position: relative; 
}
.eight_sec_plx_slider_section .bx-wrapper {
margin-bottom: 0;
}
.eight_sec_plx_slider_section .main-slider {
list-style: outside none none;
margin: 0;
padding: 0;
}
.eight_sec_plx_slider_section .slide {
background-attachment: fixed;
background-size: cover;
height: 100vh !important;
}
.eight_sec_plx_slider_section .slide:after {
content: "";
background: url(//www.fv-n.de/wp-content/themes/eight-sec/images/slider-caption-bg.png) repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.eight_sec_plx_slider_section .slide-caption {
font-family: open sans;
left: 0;
margin-top: -110px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
z-index: 1;
}
.eight_sec_plx_slider_section .slide-caption .caption-title {
color: #fff;
font-size: 4em;
font-weight: 700;
margin: 0;
position: relative;
}
.eight_sec_plx_slider_section .slide-caption .caption-title:after {
content: "";
background: #fff;
height: 2px;
width: 20%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.eight_sec_plx_slider_section .slide-caption .slide-content {
color: #fff;
}
.eight_sec_plx_slider_section .slide-caption .slide-content p {
font-family: open sans;
font-size: 25px;
font-weight: 300;
margin: 30px 0;
}
.eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore {
background: transparent none repeat scroll 0 0;
border: 2px solid #fff;
display: inline-block;
font-size: 16px;
font-weight: 400;
padding: 10px 25px;
text-transform: uppercase;
}
.eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore:hover {
background: #d95c5c;
color: #fff;
border-color: #d95c5c;
} .eight_sec_plx_about_section {
padding: 70px 0;
}
.eight_sec_plx_about_section .about-description {
margin: 0 auto;
text-align: center;
width: 80%;
}
.eight_sec_plx_about_section .about-description p {
margin: 0;
}
.eight_sec_plx_about_section .section-content {
float: left;
padding: 10px;
width: 25%;
text-align: center;
}
.eight_sec_plx_about_section .section-content .about-image {
background: #f6f6f6 none repeat scroll 0 0;
border: 7px solid #fff;
border-radius: 100%;
box-shadow: 0 0 0 1px #ececec;
display: inline-block;
height: 110px;
line-height: 140px;
width: 110px;
position: relative;
z-index: 1;
top: 50px;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_about_section .section-content:hover .about-image {
background: #d95c5c;
}
.eight_sec_plx_about_section .section-content .about-content-wrap {
border: 1px solid #ececec;
padding: 70px 15px 35px; border-radius: 5px;
}
.about-service .about-title {
color: #333;
font-family: "oswald";
font-size: 22px;
font-weight: 400;
margin: 0 0 15px;
}
.about-service .section-content p {
color: #313131;
margin: 0;
} .eight_sec_plx_portfolio_section {
padding: 70px 0;
background: #d95c5c;
text-align: center;
}
.eight_sec_plx_portfolio_section .section-title h2:after {
border-bottom-color: #fff;
}
.eight_sec_plx_portfolio_section .section-title h2 {
color: #fff;
}
.eight_sec_plx_portfolio_section .portfolio-description {
color: #fff;
margin: 40px auto;
width: 80%;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img {
display: inline-block;
padding: 10px;
position: relative;
overflow: hidden;
width: 32.66%;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img::after {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
bottom: 10px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 10px;
opacity: 0;
visibility: hidden;
transform: scale(0.5);
-webkit-transform: scale(0.5);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:hover::after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-image {
line-height: 0;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap {
font-family: "oswald";
color: #fff;
left: 10px;
right: 10px;
bottom: 10px;
position: absolute;
top: 50%;
z-index: 1;
padding: 0 15px;
opacity: 0;
visibility: hidden;
transform: scale(1.3) translateY(-50%);
-webkit-transform: scale(1.3) translateY(-50%);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:hover .portfolio-content-wrap {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1) translateY(-50%);
-webkit-transform: scale(1) translateY(-50%);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.portfolio-content-wrap .portfolio-title {
font-size: 24px;
font-weight: 400;
margin: 0 0 20px;
text-transform: uppercase;
}
.portfolio-content-wrap .portfolio-title a::after {
background: #fff none repeat scroll 0 0;
bottom: -5px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 30%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.portfolio-content-wrap .portfolio-title a {
position: relative;
}
.portfolio-content-wrap .portfolio-title a:hover {
color: #ff9797;
}
.portfolio-content-wrap .portfolio-title a:hover:after {
background: #ff9797;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap .portfolio-content {
font-weight: 300;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap .portfolio-content p {
margin: 0;
} .eight_sec_plx_team_section {
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_team_section .team-description {
margin: 20px auto 40px auto;
width: 80%;
}
.team-wrap .team-content-img {
float: left;
padding: 0 15px;
width: 33.33%;
}
.team-wrap .team-content-img:nth-child(3n) {
margin-right: 0;
}
.team-wrap .team-image {
line-height: 0;
}
.team-wrap .team-content-img .team-content-wrap {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px 15px;
}
.team-wrap .team-content-img .team-content-wrap .team-title {
font-family: "open sans";
font-size: 18px;
font-weight: 600;
margin-bottom: 30px;
margin-top: 0;
}
.team-wrap .team-content-img .team-content-wrap .team-title a::after {
background: #313131 none repeat scroll 0 0;
bottom: -10px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 50%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.team-wrap .team-content-img .team-content-wrap .team-title a:hover::after {
background: #d95c5c;
}
.team-wrap .team-content-img .team-content-wrap .team-title a {
position: relative;
display: inline-block;
}
.team-wrap .team-content-img .team-content-wrap .team-title a p {
color: #808080;
font-size: 15px;
font-weight: 400;
margin: 0;
}
.team-wrap .team-content-img .team-content-wrap .team-content {
color: #808080;
} .eight_sec_plx_cta_section {
background: url(//www.fv-n.de/wp-content/themes/eight-sec/images/cta-bg.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 70px 0;
position: relative;
text-align: center;
z-index: 1;
}
.eight_sec_plx_cta_section:after {
content: "";
background: url(//www.fv-n.de/wp-content/themes/eight-sec/images/slider-caption-bg.png) repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;  
height: 100%;
z-index: -1;
}
.eight_sec_plx_cta_section h2.cta-sec:after {
border-bottom-color: #fff;
}
.eight_sec_plx_cta_section h2.cta-sec {
color: #fff;
}
.eight_sec_plx_cta_section .cta-description {
font-size: 17px;
margin: 0 auto 50px auto;
text-align: center;
color: #fff;
width: 80%;
} .eight_sec_plx_blog_section {
background: url(//www.fv-n.de/wp-content/themes/eight-sec/images/blog-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_blog_section .bttn, .eight_sec_plx_team_section .bttn {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_blog_section .bttn:hover, .eight_sec_plx_team_section .bttn:hover {
background: transparent;
color: #d95c5c;
}
.eight_sec_plx_blog_section .blog-description, 
.eight_sec_plx_testimonial_section .portfolio-description {
margin: 20px auto 40px;
width: 80%;
}
.blog-wrap {
text-align: left;
}
.blog-wrap .blog-content-img {
float: left;
padding: 0 15px;
width: 33.33%;
}
.blog-wrap .blog-content-img:nth-child(3n) {
margin-right: 0;
}
.blog-wrap .blog-image {
position: relative;
line-height: 0;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.blog-wrap .blog-content-img .blog-image:after {
background: #d95c5c;
content: "";
height: 2px;
width: 0;
position: absolute;
bottom: 0;
left: 0;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.blog-wrap .blog-content-img:hover .blog-image:after {
width: 100%;
}
.blog-content-img .blog-content-wrap {
background: #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px 15px;
}
.blog-content-wrap .blog-title {
font-family: "open sans";
font-size: 18px;
color: #d95c5c;
font-weight: 300;
margin-bottom: 30px;
margin-top: 0;
}
.blog-content-wrap .blog-title a::after {
background: #808080 none repeat scroll 0 0;
bottom: -10px;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 30%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.blog-content-wrap .blog-title a:hover::after {
background: #d95c5c;
width: 40%;
}
.blog-content-wrap .blog-title a {
position: relative;
display: inline-block;
}
.blog-content-wrap .blog-content {
color: #808080;
}
.eight_sec_plx_blog_section .blog-footer:before, 
.eight_sec_plx_blog_section .blog-footer:after {
content: "";
display: table;
clear: both;
}
.eight_sec_plx_blog_section .blog-footer {
border-top: 1px solid #ccc;
color: #333;
font-family: "open sans";
font-size: 12px;
padding: 20px 0 0 0;
text-transform: uppercase;
}
.eight_sec_plx_blog_section .blog-footer .blog-footer-left {
float: left;
padding-right: 10px;
width: 50%;
}
.eight_sec_plx_blog_section .blog-footer .blog-footer-right {
float: right;
padding-left: 10px;
text-align: right;
width: 50%;
} .eight_sec_plx_testimonial_section {
background: url(//www.fv-n.de/wp-content/themes/eight-sec/images/testimonial-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 70px 0;
text-align: center;
position: relative;
z-index: 1;
}
.eight_sec_plx_testimonial_section:after {
content: "";
background: url(//www.fv-n.de/wp-content/themes/eight-sec/images/testimonial-pattern.png) repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.eight_sec_plx_testimonial_section h2.testimonial-sec, 
.eight_sec_plx_testimonial_section .testimonial-description {
color: #fff;
}
.eight_sec_plx_testimonial_section .testimonial-description {
width: 80%;
margin: auto;
}
.eight_sec_plx_testimonial_section .slide > a {
border-radius: 100%;
display: block;
height: 122px;
margin: 0 auto 30px;
overflow: hidden;
width: 122px;
}
.eight_sec_plx_testimonial_section .slide .testimonial-content {
color: #fff;
margin: 0 auto;
width: 80%;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title {
color: #fff;
font-size: 18px;
font-weight: 300;
margin-bottom: 0;
margin-top: 0;
text-transform: uppercase;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title a {
display: inline-block;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title a:hover {
color: #ffaaaa;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title p {
font-size: 14px;
font-weight: 600;
line-height: 24px;
margin: 0;
} .eight_sec_plx_contact_section {
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_contact_section .contact-description {
margin: 0 auto 40px;
width: 80%;
}
.eight_sec_plx_contact_section .ufbl-form-wrapper.ufbl-default-template {
box-shadow: none;
padding: 0;
margin: 0;
}
.eight_sec_plx_contact_section .ufbl-default-template .ufbl-form-title {
display: none;
}
.eight_sec_plx_contact_section .contact-form form p, 
.eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
display: inline-block;
margin-bottom: 15px;
margin-top: 0;
text-align: left;
padding: 0 10px;
width: 33%;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(1), 
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(2), 
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea, 
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.submit {
display: block;
width: 100%;
}
.eight_sec_plx_contact_section .contact-form form p textarea, 
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea textarea {
height: 150px;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(1), 
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.submit {
text-align: center;
} footer.site-footer {
background: #3e3e3e none repeat scroll 0 0;
color: #fff;
}
.top-footer {
border-bottom: 1px solid #777;
padding: 70px 0;
}
.top-footer .footer-block {
float: left;
padding: 0 15px;
width: 25%;
}
.top-footer .widget {
margin-bottom: 0;
}
.top-footer .widget-title {
color: #fff;
font-weight: 300;
font-size: 25px;
}
.site-footer .site-info {
font-family: "open sans";
font-size: 14px;
padding: 25px 0;
text-align: center;
}
.site-footer .site-info .copyright + .ed-social-icon {
margin-top: 20px;
}
.social-icons a {
border: 1px solid #e2e2e2;
border-radius: 100%;
color: #e2e2e2;
display: inline-block;
font-size: 18px;
height: 40px;
line-height: 38px;
margin: 0 3px;
text-align: center;
width: 40px;
}
.social-icons a.facebook:hover {
background: #385c9a;
border-color: #385c9a;
}
.social-icons a.twitter:hover {
background: #24abe2;
border-color: #24abe2;
}
.social-icons a.gplus:hover {
background: #dd4c37;
border-color: #dd4c37;
}
.social-icons a.youtube:hover {
background: #c93033;
border-color: #c93033;
}
.social-icons a.pinterest:hover {
background: #cc2129;
border-color: #cc2129;
}
.social-icons a.linkedin:hover {
background: #0d7cc1;
border-color: #0d7cc1;
}
.social-icons a.flickr:hover {
background: #f2178f;
border-color: #f2178f;
}
.social-icons a.vimeo:hover {
background: #20b7ec;
border-color: #20b7ec;
}
.social-icons a.instagram:hover {
background: #5084a9;
border-color: #5084a9;
}
.social-icons a.tumblr:hover {
background: #2f516c;
border-color: #2f516c;
}
.social-icons a.delicious:hover {
background: #3399fe;
border-color: #3399fe;
}
.social-icons a.rss:hover {
background: #faa936;
border-color: #faa936;
}
.social-icons a.github:hover {
background: #000000;
border-color: #000000;
}
.social-icons a.skype:hover {
background: #1fb1e0;
border-color: #1fb1e0;
} .widget_calendar table {
margin: 0;
}
.widget_calendar table caption {
background: #d95c5c none repeat scroll 0 0;
color: #fff;
padding: 5px;
}
.widget_calendar table tr th, .widget_calendar table tr td {
border: 1px solid #666;
text-align: center;
}
.widget_calendar table tfoot tr td#prev a {
text-align: left;
padding: 3px 10px;
display: block;
}
.widget_calendar table tfoot tr td#next a {
text-align: right;
padding: 3px 10px;
display: block;
}
.widget_calendar table tfoot tr td#prev a:hover, 
.widget_calendar table tfoot tr td#next a:hover {
background: #d95c5c;
color: #fff;
}
.widget_calendar table tbody tr td a {
color: #d95c5c;
}
.widget_calendar table tbody tr td#today a {
background: #666 none repeat scroll 0 0;
color: #ff8686;
display: block;
} .widget.widget_search {
text-align: right;
}
.widget_search .fa {
display: none;
}
.widget_search .search-form::before, .widget_search .search-form::after {
content: "";
display: table;
}
.widget_search .search-form::after {
clear: both;
}
.widget_search .search-form label {
float: left;
width: 75%;
}
.widget_search .search-submit {
float: left;
height: 50px;
padding: 0;
width: 25%;
margin-top: 0;
} .widget_recent_entries ul li p {
margin: 0;
}
.widget_recent_entries ul li a p {
font-size: 13px;
font-style: italic;
} .single article .entry-header {
display: none;
}
.single .entry-content,
body.page .entry-content {
padding: 20px 20px 10px;
} .archive.category-team article {
display: inline-block;
padding: 0 10px;
width: 32.66%;
vertical-align: top;
}
.archive.category-team article .entry-title {
color: #666;
font-family: "oswald";
font-size: 18px;
}
.archive.category-team article .entry-content {
background: none;
}
.archive.category-team .blog_image_alt_medium figure, .archive.category-team .blog_image_medium figure {
float: none;
padding: 0;
width: 100%;
}
.entry-title p {
color: #aaa;
font-family: "open sans";
font-size: 13px;
font-style: italic;
margin: 0;
}
article .ed-readmore a {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
}
article .ed-readmore a:hover {
background: transparent none repeat scroll 0 0;
color: #d95c5c;
} article {
margin-bottom: 40px;
}
article .entry-title {
font-family: "oswald";
font-size: 20px;
font-weight: 400;
}
article .entry-content {
background: #eee none repeat scroll 0 0;
}
article .entry-content .archive-content, article .entry-content .entry-footer {
padding-left: 15px;
padding-right: 15px;
}
article .entry-content .entry-footer {
margin-top: 15px;
} .blog_image_medium article figure, 
.blog_image_alt_medium article figure {
float: left;
width: 30%;
padding-top: 15px;
padding-left: 15px;
}
.blog_image_alt_medium article:nth-child(odd) figure {
float: right;
padding-left: 0;
padding-right: 15px;
}
.blog_image_medium article .archive-content, 
.blog_image_alt_medium article .archive-content {
float: left;
padding-left: 20px;
width: 70%;
}
.blog_image_alt_medium article:nth-child(odd) .archive-content {
float: left;
padding-left: 15px;
padding-right: 20px;
}
.blog_image_medium article .archive-content p, 
.blog_image_alt_medium article .archive-content p {
margin-top: 15px;
}
.blog_image_medium article .entry-footer, 
.blog_image_alt_medium article .entry-footer {
clear: both;
display: inline-block;
float: none;
width: 100%;
}
.blog-fullwidth .archive-content {
float: none !important;
padding: 0 15px !important;
width: 100% !important;
} .search.search-no-results .no-results form {
text-align: right; 
}
.search.search-no-results .no-results .search-submit {
margin-top: 10px;
}
.search-no-results .no-results .fa {
display: none;
} .error404 #primary {
float: none;
padding-right: 0;
width: 100%;
}
.error-404-text {
font-family: "oswald";
font-size: 35px;
font-weight: 300;
margin: 0 auto;
text-align: center;
width: 350px;
color: #eee;
}
.error-404-text p {
margin: 0;
text-align: right;
line-height: 35px;
}
.error-404-text h1 {
font-size: 6em;
line-height: 1;
margin: 0;
} @media only screen and (min-width: 768px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
} .left-sidebar .alignfull,  .left-sidebar .alignwide,
.right-sidebar .alignfull, .right-sidebar .alignwide{
margin-left: 0;		   
margin-right: 0;
}
}
.wp-block-gallery.alignnone {
margin-left: 0;
} .wp-block-latest-posts {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-latest-posts ul {
list-style: none;
padding: 0;
} .wp-block-pullquote blockquote:before {
content: '\f10d';
position: absolute;
top: 15px;
left: 0;
right: 0;
font-family: 'fontawesome';
font-size: 30px;
color: #999;
}
.wp-block-pullquote blockquote {
position: relative;
padding-top: 30px;
border-left: none;
}
.wp-block-quote {
padding: 20px 20px 20px 75px;		
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote p
blockquote p {
margin-bottom: 0px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large{	
padding: 20px 20px 20px 75px;
} .wp-block-categories, 
.wp-block-archives {
list-style: none;
padding: 0;
margin: 0;
}
.wp-block-categories ul,
.wp-block-archives ul {
list-style: none;
padding: 0;
margin: 0;
}
.wp-block-categories a,
.wp-block-archives a,
.wp-block-latest-posts a  {
color: #808080;
}
.wp-block-categories a:hover,
.wp-block-archives a:hover,
.wp-block-latest-posts a:hover  {
color: #1c9cdb;
}
.wp-block-categories.aligncenter {
text-align: center;
}@media screen and (max-width: 1220px) { .boxed-layout #page, .boxed-layout .site-header, .boxed-layout .site-header .ed-search {
width: 95%;
}
}
@media screen and (max-width: 1170px) {
.ed-container {
width: 100%;
}
.site-header, .eight_sec_plx_slider_section .slide-caption .slide-content, .eight_sec_plx_about_section, .eight_sec_plx_portfolio_section, 
.eight_sec_plx_team_section, .eight_sec_plx_cta_section, .eight_sec_plx_blog_section, .eight_sec_plx_testimonial_section, 
.eight_sec_plx_contact_section, .top-footer, .site-footer .site-info {
padding-left: 10px;
padding-right: 10px;
} #primary {
padding-left: 10px;
}
.no-sidebar #primary {
padding-left: 10px;
padding-right: 10px;
}
#secondary {
padding-right: 10px;
}
}
@media screen and (max-width: 980px) {
.admin-bar .site-header {
padding-top: 40px;
}
.admin-bar .site-header.fixed{
top: 32px;
} .site-header, .site-header.fixed {
padding-top: 5px;
padding-bottom: 5px;
}
.site-header .site-branding {
width: 70%;
}
.site-header .main-navigation {
width: 23%;
}
.site-header .ed-search-wrap {
width: 5%;
text-align: right;
}
.site-header .ed-search .search-form {
padding: 0 10px;
width: 100%;
}
.main-navigation .toggle-btn {
display: block;
float: right;
width: 40px;
height: 40px;
background: #fff;
position: relative;
cursor: pointer;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation.toggled .toggle-btn, .main-navigation .toggle-btn:hover {
background: #d95c5c;
z-index: 999999;
}
.main-navigation .toggle-btn .toggle-bar {
background: #d95c5c;
height: 5px;
position: absolute;
top: 8px;
left: 6px;
right: 6px; 
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation .toggle-btn .toggle-bar.toggle-bar2 {
top: 18px;
}
.main-navigation .toggle-btn .toggle-bar.toggle-bar3 {
top: 28px;
}
.main-navigation.toggled .toggle-btn .toggle-bar, .main-navigation .toggle-btn:hover .toggle-bar {
background: #fff;
}
.main-navigation.toggled .toggle-btn .toggle-bar.toggle-bar1 {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform-origin: 3px 7px 0;
-webkit-transform-origin: 3px 7px 0;
}
.main-navigation.toggled .toggle-btn .toggle-bar.toggle-bar2 {
transform: scale(0.2);
-webkit-transform: scale(0.2);
opacity: 0;
visibility: hidden;
}
.main-navigation.toggled .toggle-btn .toggle-bar.toggle-bar3 {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform-origin: 1px -2px 0;
-webkit-transform-origin: 1px -2px 0;
}
.site-header .main-navigation ul {
background: #313131 none repeat scroll 0 0;
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 60%;
z-index: 99999;
padding-top: 50px;
overflow-y: scroll;
transform: translate(100%);
-webkit-transform: translate(100%);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
display: none;
}
.site-header .toggled ul {
display: block;
}
.admin-bar ul.nav.plx_nav, 
.site-header .main-navigation ul {
padding-top: 110px;
}
.site-header .main-navigation.toggled ul {
transform: translate(0%);
-webkit-transform: translate(0%);
}
.main-navigation ul li {
display: block;
}
.main-navigation ul li a, .fixed .main-navigation ul li a {
padding: 10px 15px;
width: 100%;
border-bottom: 1px solid #3f3f3f;
}
.main-navigation ul li a::after {
display: none;
}
.site-header .main-navigation ul ul {
opacity: 1;
padding: 0 10px 0 0;
position: static;
text-align: right;
visibility: visible;
width: 100%;
overflow: visible;
}
.site-header .main-navigation ul ul li:last-child a {
border-bottom: 1px solid #555;
} .site-header.logo-center {
text-align: center;
}
.site-header.logo-center .site-branding {
width: 100%;
padding-top: 0; 
}
.site-header.logo-center .main-navigation {
width: auto;
text-align: right;
}
.logo-center .toggled .toggle-btn {
position: absolute;
right: 10px;
top: 10px;
}
.site-header.logo-center .ed-search-wrap {
width: auto;
padding-bottom: 0;
} .site-header.logo-right .site-branding {
padding-top: 0;
}
.site-header.logo-right .main-navigation {
width: auto;
}
.site-header.logo-right .ed-search-wrap {
padding: 10px;
width: auto;
} .eight_sec_plx_contact_section .contact-form form p, .eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
width: 32.66%;
} .archive.category-team article {
width: 49%;
}
}
@media screen and (max-width: 800px) {
.eight_sec_plx_about_section .section-title h2, .eight_sec_plx_portfolio_section .section-title h2, .eight_sec_plx_team_section h2.team-sec, 
.eight_sec_plx_cta_section h2.cta-sec, .eight_sec_plx_blog_section h2.blog-sec, .eight_sec_plx_testimonial_section h2.testimonial-sec, 
.eight_sec_plx_contact_section h2.contact-sec {
font-size: 30px;
}
.eight_sec_plx_about_section .about-description, .eight_sec_plx_portfolio_section .portfolio-description, 
.eight_sec_plx_team_section .team-description, .eight_sec_plx_blog_section .blog-description, 
.eight_sec_plx_testimonial_section .slide .testimonial-content, .eight_sec_plx_contact_section .contact-description, 
.eight_sec_plx_testimonial_section .testimonial-description {
width: 100%;
} .eight_sec_plx_slider_section .slide-caption .caption-title {
font-size: 2.2em;
}
.eight_sec_plx_slider_section .slide-caption .slide-content p {
font-size: 18px;
line-height: 25px;
margin: 20px 0;
} .eight_sec_plx_about_section .section-content {
width: 50%;
} .eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img {
width: 49%;
padding: 5px;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img::after {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;	
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap {
right: 5px;
bottom: 5px;
left: 5px;
} .team-wrap .team-content-img, .blog-wrap .blog-content-img {
margin-bottom: 20px;
padding: 0 10px;
width: 50%;
} .eight_sec_plx_contact_section .contact-form form p, 
.eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
vertical-align: top;
width: 49%;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(2), 
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea {
display: inline-block;
width: 49%;
} .top-footer .footer-block {
float: none;
display: inline-block;
vertical-align: top;
margin-bottom: 40px;
width: 49%;
}
.top-footer .footer-block:nth-last-of-type(1), 
.top-footer .footer-block:nth-last-of-type(2) {
margin-bottom: 0;
} #primary {
float: none;
margin-bottom: 70px;
padding-right: 10px;
padding-left: 10px;
width: 100%;
}
.error404 #primary {
padding-right: 10px;
}
#secondary {
float: none;
margin-bottom: 70px;
padding-right: 10px;
padding-left: 10px;
width: 100%;
} .archive.category-team article {
width: 32.66%;
}
}
@media screen and (max-width: 782px) {
.admin-bar .site-header {
padding-top: 55px;
}
.admin-bar .site-header.fixed {
padding-top: 8px;
top: 46px;
}
}
@media screen and ( min-width: 600px ) {
.wp-block-columns .wp-block-column {
flex-basis: 100%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and ( min-width: 782px ) {
.wp-block-columns .wp-block-column {
flex-basis: 50%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 640px) { .site-header .site-branding {
width: 60%;
}
.site-header .main-navigation {
width: 25%;
}
.site-header .ed-search-wrap {
width: 10%;
}
.site-header .ed-search .search-form label {
width: 75%;
}
.site-header .ed-search .search-form .search-submit {
width: 24%;
} .eight_sec_plx_contact_section .contact-form form p, 
.eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
margin-bottom: 0;
padding: 0;
width: 100%;
}
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea {
width: 100%;
} .archive.category-team article {
width: 49%;
}
.home .site-header {
background: transparent;
}
.site-header {
background: #444;
}
.eight_sec_plx_slider_section .slide {
background-repeat: no-repeat;
background-size: 100%;
height: 50vw !important;
}
.eight_sec_plx_slider_section .slide-caption {
display: none;
}
}
@media screen and (max-width: 600px) {	
.admin-bar .site-header.fixed{
top: 0;
}
}
@media screen and (max-width: 540px) {
.comment-awaiting-moderation {
position: static;
margin-top: 10px;
}
.site-header .ed-search .search-form label {
margin-bottom: 10px;
width: 100%;
}
.site-header .ed-search .search-form .search-submit {
width: 100%;
} .eight_sec_plx_slider_section .slide-caption .caption-title {
font-size: 1.7em;
}
.eight_sec_plx_slider_section .slide-caption .slide-content p {
font-size: 16px;
line-height: 22px;
} .eight_sec_plx_about_section .section-content {
float: none;
padding: 0;
width: 100%;
} .eight_sec_plx_portfolio_section .portfolio-description {
margin-top: 20px;
margin-bottom: 20px;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img {
margin-bottom: 10px;
padding: 0;
width: 100%;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:last-child {
margin-bottom: 0;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img::after {
top: 0;
right: 0;
bottom: 0;
left: 0;	
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap {
right: 0;
bottom: 0;
left: 0;
} .team-wrap .team-content-img, 
.blog-wrap .blog-content-img {
float: none;
padding: 0;
width: 100%;
}
.team-wrap .team-content-img:last-child, 
.blog-wrap .blog-content-img:last-child {
margin-bottom: 0;
} .eight_sec_plx_cta_section .cta-description {
margin-bottom: 30px;
} .top-footer .footer-block {
float: none;
margin-bottom: 40px;
padding: 0;
width: 100%;
}
.top-footer .footer-block:nth-last-of-type(2) {
margin-bottom: 40px;
}
.top-footer .footer-block:last-child {
margin-bottom: 0;
} .button {
font-size: 14px;
}
.element-item {
float: none;
margin: 0 auto;
right: 0;
} .archive.category-team article {
padding: 0;
width: 100%;
} .archive .blog_image_medium article figure, 
.archive .blog_image_alt_medium article figure, 
.archive .blog_image_medium article .archive-content, 
.archive .blog_image_alt_medium article .archive-content {
float: none;
width: 100%;
}
.archive .blog_image_alt_medium article:nth-child(odd) figure, 
.archive .blog_image_alt_medium article:nth-child(odd) .archive-content {
float: none;
}
.archive .blog_image_alt_medium article:nth-child(odd) figure {
padding-left: 15px;
}
.archive .blog_image_medium article figure, 
.archive .blog_image_alt_medium article figure {
padding-right: 15px;
} .error-404-text {
width: 100%;
font-size: 30px;
}
}a:focus {
outline: thin dotted;
}
..main-navigation .toggle-btn:focus{
outline: 1px dotted #000;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus, 
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background: transparent;
color: #d95c5c;
}
.nav-links .nav-previous > a:focus, 
.nav-links .nav-next > a:focus {
background: #d95c5c;
color: #fff;
}
.page-links a:focus .page-num-links {
color: #d95c5c;
border: 1px solid #d95c5c;
}
.reply a:focus {
color: #fff;
background: #d95c5c;
}
#go-to-top:focus {
background: rgba(0, 0, 0, 0.75);
}
.bttn:focus {
background: #fff;
color: #d95c5c;
}
.button:focus {
background-color: transparent;
color: #d95c5c;
text-shadow: none;
}
.element-item:focus::after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.ed-grid-focus {
color: #fff;
left: 0;
line-height: initial;
margin-top: -100px;
padding: 20px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transform: scale(1.5);
-webkit-transform: scale(1.5);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.element-item:focus .ed-grid-focus {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s; 
}
.bx-wrapper .bx-controls-direction a:focus {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.bx-wrapper .bx-prev:focus::before {
left: 0;
opacity: 1;
filter: alpha(opacity= 100);
}
.bx-wrapper .bx-prev:focus::after{
left: -100px;
opacity: 0;
}
.bx-wrapper .bx-next:focus::before {
left: 0;
}
.bx-wrapper .bx-next:focus::after{
right: -100px;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #d95c5c;
}
.site-header .site-title a:focus {
color: #fff;
}
.main-navigation ul li a:focus:before, 
.main-navigation ul li.active a:before, 
.main-navigation ul li a:focus:after, 
.main-navigation ul li.active a:after,
.main-navigation ul li.current-menu-item > a:before, 
.main-navigation ul li.current_page_item > a:before, 
.main-navigation ul li.current-menu-item a:after, 
.main-navigation ul li.current_page_item a:after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.site-header .main-navigation ul li:focus-within > ul {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.site-header .ed-search-wrap .fa:focus {
background: rgba(255, 255, 255, 0.7);
color: #333;
}
.site-header .ed-search .search-form .search-submit:focus {
background: #fff;
border-color: #fff;
color: #f95c5c;
}
.eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore:focus {
background: #d95c5c;
color: #fff;
border-color: #d95c5c;
}
.eight_sec_plx_about_section .section-content:focus .about-image {
background: #d95c5c;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:focus::after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:focus .portfolio-content-wrap {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1) translateY(-50%);
-webkit-transform: scale(1) translateY(-50%);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.portfolio-content-wrap .portfolio-title a:focus {
color: #ff9797;
}
.portfolio-content-wrap .portfolio-title a:focus:after {
background: #ff9797;
}
.team-wrap .team-content-img .team-content-wrap .team-title a:focus::after {
background: #d95c5c;
}
.eight_sec_plx_blog_section .bttn:focus, .eight_sec_plx_team_section .bttn:focus {
background: transparent;
color: #d95c5c;
}
.blog-wrap .blog-content-img:focus .blog-image:after {
width: 100%;
}
.blog-content-wrap .blog-title a:focus::after {
background: #d95c5c;
width: 40%;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title a:focus {
color: #ffaaaa;
}
.social-icons a.facebook:focus {
background: #385c9a;
border-color: #385c9a;
}
.social-icons a.twitter:focus {
background: #24abe2;
border-color: #24abe2;
}
.social-icons a.gplus:focus {
background: #dd4c37;
border-color: #dd4c37;
}
.social-icons a.youtube:focus {
background: #c93033;
border-color: #c93033;
}
.social-icons a.pinterest:focus {
background: #cc2129;
border-color: #cc2129;
}
.social-icons a.linkedin:focus {
background: #0d7cc1;
border-color: #0d7cc1;
}
.social-icons a.flickr:focus {
background: #f2178f;
border-color: #f2178f;
}
.social-icons a.vimeo:focus {
background: #20b7ec;
border-color: #20b7ec;
}
.social-icons a.instagram:focus {
background: #5084a9;
border-color: #5084a9;
}
.social-icons a.tumblr:focus {
background: #2f516c;
border-color: #2f516c;
}
.social-icons a.delicious:focus {
background: #3399fe;
border-color: #3399fe;
}
.social-icons a.rss:focus {
background: #faa936;
border-color: #faa936;
}
.social-icons a.github:focus {
background: #000000;
border-color: #000000;
}
.social-icons a.skype:focus {
background: #1fb1e0;
border-color: #1fb1e0;
}
.widget_calendar table tfoot tr td#prev a:focus, 
.widget_calendar table tfoot tr td#next a:focus {
background: #d95c5c;
color: #fff;
}
article .ed-readmore a:focus {
background: transparent none repeat scroll 0 0;
color: #d95c5c;
}
.wp-block-categories a:focus,
.wp-block-archives a:focus,
.wp-block-latest-posts a:focus  {
color: #1c9cdb;
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
th{color:#fff}.tablepress-scroll-wrapper{overflow-x:auto;overflow-y:hidden}@media (max-width:767px){.tablepress-responsive-stack-phone thead{display:none}.tablepress-responsive-stack-phone tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-phone tbody td:first-child{border-top:1px solid #ddd}}@media (max-width:979px){.tablepress-responsive-stack-tablet thead{display:none}.tablepress-responsive-stack-tablet tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-tablet tbody td:first-child{border-top:1px solid #ddd}}@media (max-width:1199px){.tablepress-responsive-stack-desktop thead{display:none}.tablepress-responsive-stack-desktop tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-desktop tbody td:first-child{border-top:1px solid #ddd}}.tablepress-responsive-stack-all thead{display:none}.tablepress-responsive-stack-all tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-all tbody td:first-child{border-top:1px solid #ddd}@media (max-width:767px){.tablepress-responsive-phone{display:block}.tablepress-responsive-phone thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-phone thead{float:right}.tablepress-responsive-phone tfoot{display:none}.tablepress-responsive-phone tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-phone tbody td,.tablepress-responsive-phone thead th,.tablepress-responsive-phone thead tr{display:block;border:none}.tablepress-responsive-phone tbody td:empty:before{content:"\00a0"}.tablepress-responsive-phone tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-phone thead th{width:auto!important}.tablepress-responsive-phone thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-phone tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-phone .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:979px){.tablepress-responsive-tablet{display:block}.tablepress-responsive-tablet thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-tablet thead{float:right}.tablepress-responsive-tablet tfoot{display:none}.tablepress-responsive-tablet tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-tablet tbody td,.tablepress-responsive-tablet thead th,.tablepress-responsive-tablet thead tr{display:block;border:none}.tablepress-responsive-tablet tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-tablet thead th{width:auto!important}.tablepress-responsive-tablet tbody td:empty:before{content:"\00a0"}.tablepress-responsive-tablet thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-tablet tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-tablet .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:1199px){.tablepress-responsive-desktop{display:block}.tablepress-responsive-desktop thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-desktop thead{float:right}.tablepress-responsive-desktop tfoot{display:none}.tablepress-responsive-desktop tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-desktop tbody td,.tablepress-responsive-desktop thead th,.tablepress-responsive-desktop thead tr{display:block;border:none}.tablepress-responsive-desktop tbody td:empty:before{content:"\00a0"}.tablepress-responsive-desktop tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-desktop thead th{width:auto!important}.tablepress-responsive-desktop thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-desktop tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-desktop .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}.tablepress-responsive-all{display:block}.tablepress-responsive-all thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-all thead{float:right}.tablepress-responsive-all tfoot{display:none}.tablepress-responsive-all tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-all tbody td,.tablepress-responsive-all thead th,.tablepress-responsive-all thead tr{display:block;border:none}.tablepress-responsive-all tbody td:empty:before{content:"\00a0"}.tablepress-responsive-all tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-all thead th{width:auto!important}.tablepress-responsive-all thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-all tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-all .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{top:8px;left:4px;height:16px;width:16px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:16px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0!important;font-family:"Courier New",Courier,monospace;line-height:16px;content:"+";background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"-";background-color:#d33333}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.control,table.dataTable.dtr-column>tbody>tr>th.dtr-control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:16px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0!important;font-family:"Courier New",Courier,monospace;line-height:16px;content:"+";background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before{content:"-";background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}.dataTables_scroll .tablepress{width:100%!important}.tablepress-responsive *{word-break:normal}.sectionBreak {
background: #ccc none repeat !important;
margin: 0 20% !important;
height: 1px !important;
} .eight_sec_plx_slider_section .slide:after {
background: url(//www.fv-n.de/wp-content/themes/itec/images/testimonial-pattern.png) repeat;
} .eight_sec_plx_portfolio_section {
background: url(//www.fv-n.de/wp-content/themes/itec/images/blog-bg.jpg) no-repeat fixed;
background-size: cover;
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_portfolio_section .section-title h2:after {
border-bottom: 1px solid #d0d0d0;
}
.eight_sec_plx_portfolio_section .section-title h2 {
color: #3e3e3e;
display: inline-block;
font-family: "oswald";
font-size: 60px;
font-weight: 400;
margin: 0 0 30px;
padding-bottom: 10px;
position: relative;
text-align: center;
}
.eight_sec_plx_portfolio_section .bttn {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_portfolio_section .bttn:hover {
background: transparent;
color: #d95c5c;
} .entry-footer {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 5px 0;
margin-top: 1em;
} .eight_sec_plx_testimonial_section {
background: url(//www.fv-n.de/wp-content/themes/itec/images/testimonial-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 70px 0;
text-align: center;
position: relative;
z-index: 1;
}
.tablepress {
table-layout: fixed;
width: 66% !important;
margin: auto !important;
color: #fff;
}
.tablepress thead th {
background-color: transparent;
}
.tablepress > thead:first-child > tr:first-child > th,
.tablepress > tbody:first-child > tr:first-child > td {
text-align: center;
}
.tablepress td {
text-align: center;
}
.tablepress th {
color: #fff;
font-weight; bold;
text-transform: uppercase;
}
.eight_sec_plx_testimonial_section:after {
content: "";
background: url(//www.fv-n.de/wp-content/themes/itec/images/testimonial-pattern.png) repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
} .tageskartenIcons {
fill: #fff;
}
@media (max-width: 670px) {
.tablepress {
width: 100% !important;
}
.tablepress td {
text-align: center;
}
}
.social-icons {
display: inline-flex;
}@font-face {
font-family: 'Icons';
src: url(//www.fv-n.de/wp-content/themes/itec/fonts/open-iconic.eot);
src: url(//www.fv-n.de/wp-content/themes/itec/fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'), url(//www.fv-n.de/wp-content/themes/itec/fonts/open-iconic.woff) format('woff'), url(//www.fv-n.de/wp-content/themes/itec/fonts/open-iconic.ttf) format('truetype'), url(//www.fv-n.de/wp-content/themes/itec/fonts/open-iconic.otf) format('opentype'), url(//www.fv-n.de/wp-content/themes/itec/fonts/open-iconic.svg#iconic-sm) format('svg');
font-weight: normal;
font-style: normal;
}
.oi {
position: relative;
top: 1px;
display: inline-block;
speak:none;
font-family: 'Icons';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.oi:empty:before {
width: 1em;
text-align: center;
box-sizing: content-box;
}
.oi.oi-align-center:before {
text-align: center;
}
.oi.oi-align-left:before {
text-align: left;
}
.oi.oi-align-right:before {
text-align: right;
}
.oi.oi-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.oi.oi-flip-vertical:before {
-webkit-transform: scale(1, -1);
-ms-transform: scale(-1, 1);
transform: scale(1, -1);
}
.oi.oi-flip-horizontal-vertical:before {
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, 1);
transform: scale(-1, -1);
}
.oi-account-login:before {
content:'\e000';
}
.oi-account-logout:before {
content:'\e001';
}
.oi-action-redo:before {
content:'\e002';
}
.oi-action-undo:before {
content:'\e003';
}
.oi-align-center:before {
content:'\e004';
}
.oi-align-left:before {
content:'\e005';
}
.oi-align-right:before {
content:'\e006';
}
.oi-aperture:before {
content:'\e007';
}
.oi-arrow-bottom:before {
content:'\e008';
}
.oi-arrow-circle-bottom:before {
content:'\e009';
}
.oi-arrow-circle-left:before {
content:'\e00a';
}
.oi-arrow-circle-right:before {
content:'\e00b';
}
.oi-arrow-circle-top:before {
content:'\e00c';
}
.oi-arrow-left:before {
content:'\e00d';
}
.oi-arrow-right:before {
content:'\e00e';
}
.oi-arrow-thick-bottom:before {
content:'\e00f';
}
.oi-arrow-thick-left:before {
content:'\e010';
}
.oi-arrow-thick-right:before {
content:'\e011';
}
.oi-arrow-thick-top:before {
content:'\e012';
}
.oi-arrow-top:before {
content:'\e013';
}
.oi-audio-spectrum:before {
content:'\e014';
}
.oi-audio:before {
content:'\e015';
}
.oi-badge:before {
content:'\e016';
}
.oi-ban:before {
content:'\e017';
}
.oi-bar-chart:before {
content:'\e018';
}
.oi-basket:before {
content:'\e019';
}
.oi-battery-empty:before {
content:'\e01a';
}
.oi-battery-full:before {
content:'\e01b';
}
.oi-beaker:before {
content:'\e01c';
}
.oi-bell:before {
content:'\e01d';
}
.oi-bluetooth:before {
content:'\e01e';
}
.oi-bold:before {
content:'\e01f';
}
.oi-bolt:before {
content:'\e020';
}
.oi-book:before {
content:'\e021';
}
.oi-bookmark:before {
content:'\e022';
}
.oi-box:before {
content:'\e023';
}
.oi-briefcase:before {
content:'\e024';
}
.oi-british-pound:before {
content:'\e025';
}
.oi-browser:before {
content:'\e026';
}
.oi-brush:before {
content:'\e027';
}
.oi-bug:before {
content:'\e028';
}
.oi-bullhorn:before {
content:'\e029';
}
.oi-calculator:before {
content:'\e02a';
}
.oi-calendar:before {
content:'\e02b';
}
.oi-camera-slr:before {
content:'\e02c';
}
.oi-caret-bottom:before {
content:'\e02d';
}
.oi-caret-left:before {
content:'\e02e';
}
.oi-caret-right:before {
content:'\e02f';
}
.oi-caret-top:before {
content:'\e030';
}
.oi-cart:before {
content:'\e031';
}
.oi-chat:before {
content:'\e032';
}
.oi-check:before {
content:'\e033';
}
.oi-chevron-bottom:before {
content:'\e034';
}
.oi-chevron-left:before {
content:'\e035';
}
.oi-chevron-right:before {
content:'\e036';
}
.oi-chevron-top:before {
content:'\e037';
}
.oi-circle-check:before {
content:'\e038';
}
.oi-circle-x:before {
content:'\e039';
}
.oi-clipboard:before {
content:'\e03a';
}
.oi-clock:before {
content:'\e03b';
}
.oi-cloud-download:before {
content:'\e03c';
}
.oi-cloud-upload:before {
content:'\e03d';
}
.oi-cloud:before {
content:'\e03e';
}
.oi-cloudy:before {
content:'\e03f';
}
.oi-code:before {
content:'\e040';
}
.oi-cog:before {
content:'\e041';
}
.oi-collapse-down:before {
content:'\e042';
}
.oi-collapse-left:before {
content:'\e043';
}
.oi-collapse-right:before {
content:'\e044';
}
.oi-collapse-up:before {
content:'\e045';
}
.oi-command:before {
content:'\e046';
}
.oi-comment-square:before {
content:'\e047';
}
.oi-compass:before {
content:'\e048';
}
.oi-contrast:before {
content:'\e049';
}
.oi-copywriting:before {
content:'\e04a';
}
.oi-credit-card:before {
content:'\e04b';
}
.oi-crop:before {
content:'\e04c';
}
.oi-dashboard:before {
content:'\e04d';
}
.oi-data-transfer-download:before {
content:'\e04e';
}
.oi-data-transfer-upload:before {
content:'\e04f';
}
.oi-delete:before {
content:'\e050';
}
.oi-dial:before {
content:'\e051';
}
.oi-document:before {
content:'\e052';
}
.oi-dollar:before {
content:'\e053';
}
.oi-double-quote-sans-left:before {
content:'\e054';
}
.oi-double-quote-sans-right:before {
content:'\e055';
}
.oi-double-quote-serif-left:before {
content:'\e056';
}
.oi-double-quote-serif-right:before {
content:'\e057';
}
.oi-droplet:before {
content:'\e058';
}
.oi-eject:before {
content:'\e059';
}
.oi-elevator:before {
content:'\e05a';
}
.oi-ellipses:before {
content:'\e05b';
}
.oi-envelope-closed:before {
content:'\e05c';
}
.oi-envelope-open:before {
content:'\e05d';
}
.oi-euro:before {
content:'\e05e';
}
.oi-excerpt:before {
content:'\e05f';
}
.oi-expand-down:before {
content:'\e060';
}
.oi-expand-left:before {
content:'\e061';
}
.oi-expand-right:before {
content:'\e062';
}
.oi-expand-up:before {
content:'\e063';
}
.oi-external-link:before {
content:'\e064';
}
.oi-eye:before {
content:'\e065';
}
.oi-eyedropper:before {
content:'\e066';
}
.oi-file:before {
content:'\e067';
}
.oi-fire:before {
content:'\e068';
}
.oi-flag:before {
content:'\e069';
}
.oi-flash:before {
content:'\e06a';
}
.oi-folder:before {
content:'\e06b';
}
.oi-fork:before {
content:'\e06c';
}
.oi-fullscreen-enter:before {
content:'\e06d';
}
.oi-fullscreen-exit:before {
content:'\e06e';
}
.oi-globe:before {
content:'\e06f';
}
.oi-graph:before {
content:'\e070';
}
.oi-grid-four-up:before {
content:'\e071';
}
.oi-grid-three-up:before {
content:'\e072';
}
.oi-grid-two-up:before {
content:'\e073';
}
.oi-hard-drive:before {
content:'\e074';
}
.oi-header:before {
content:'\e075';
}
.oi-headphones:before {
content:'\e076';
}
.oi-heart:before {
content:'\e077';
}
.oi-home:before {
content:'\e078';
}
.oi-image:before {
content:'\e079';
}
.oi-inbox:before {
content:'\e07a';
}
.oi-infinity:before {
content:'\e07b';
}
.oi-info:before {
content:'\e07c';
}
.oi-italic:before {
content:'\e07d';
}
.oi-justify-center:before {
content:'\e07e';
}
.oi-justify-left:before {
content:'\e07f';
}
.oi-justify-right:before {
content:'\e080';
}
.oi-key:before {
content:'\e081';
}
.oi-laptop:before {
content:'\e082';
}
.oi-layers:before {
content:'\e083';
}
.oi-lightbulb:before {
content:'\e084';
}
.oi-link-broken:before {
content:'\e085';
}
.oi-link-intact:before {
content:'\e086';
}
.oi-list-rich:before {
content:'\e087';
}
.oi-list:before {
content:'\e088';
}
.oi-location:before {
content:'\e089';
}
.oi-lock-locked:before {
content:'\e08a';
}
.oi-lock-unlocked:before {
content:'\e08b';
}
.oi-loop-circular:before {
content:'\e08c';
}
.oi-loop-square:before {
content:'\e08d';
}
.oi-loop:before {
content:'\e08e';
}
.oi-magnifying-glass:before {
content:'\e08f';
}
.oi-map-marker:before {
content:'\e090';
}
.oi-map:before {
content:'\e091';
}
.oi-media-pause:before {
content:'\e092';
}
.oi-media-play:before {
content:'\e093';
}
.oi-media-record:before {
content:'\e094';
}
.oi-media-skip-backward:before {
content:'\e095';
}
.oi-media-skip-forward:before {
content:'\e096';
}
.oi-media-step-backward:before {
content:'\e097';
}
.oi-media-step-forward:before {
content:'\e098';
}
.oi-media-stop:before {
content:'\e099';
}
.oi-medical-cross:before {
content:'\e09a';
}
.oi-menu:before {
content:'\e09b';
}
.oi-microphone:before {
content:'\e09c';
}
.oi-minus:before {
content:'\e09d';
}
.oi-monitor:before {
content:'\e09e';
}
.oi-moon:before {
content:'\e09f';
}
.oi-move:before {
content:'\e0a0';
}
.oi-musical-note:before {
content:'\e0a1';
}
.oi-paperclip:before {
content:'\e0a2';
}
.oi-pencil:before {
content:'\e0a3';
}
.oi-people:before {
content:'\e0a4';
}
.oi-person:before {
content:'\e0a5';
}
.oi-phone:before {
content:'\e0a6';
}
.oi-pie-chart:before {
content:'\e0a7';
}
.oi-pin:before {
content:'\e0a8';
}
.oi-play-circle:before {
content:'\e0a9';
}
.oi-plus:before {
content:'\e0aa';
}
.oi-power-standby:before {
content:'\e0ab';
}
.oi-print:before {
content:'\e0ac';
}
.oi-project:before {
content:'\e0ad';
}
.oi-pulse:before {
content:'\e0ae';
}
.oi-puzzle-piece:before {
content:'\e0af';
}
.oi-question-mark:before {
content:'\e0b0';
}
.oi-rain:before {
content:'\e0b1';
}
.oi-random:before {
content:'\e0b2';
}
.oi-reload:before {
content:'\e0b3';
}
.oi-resize-both:before {
content:'\e0b4';
}
.oi-resize-height:before {
content:'\e0b5';
}
.oi-resize-width:before {
content:'\e0b6';
}
.oi-rss-alt:before {
content:'\e0b7';
}
.oi-rss:before {
content:'\e0b8';
}
.oi-script:before {
content:'\e0b9';
}
.oi-share-boxed:before {
content:'\e0ba';
}
.oi-share:before {
content:'\e0bb';
}
.oi-shield:before {
content:'\e0bc';
}
.oi-signal:before {
content:'\e0bd';
}
.oi-signpost:before {
content:'\e0be';
}
.oi-sort-ascending:before {
content:'\e0bf';
}
.oi-sort-descending:before {
content:'\e0c0';
}
.oi-spreadsheet:before {
content:'\e0c1';
}
.oi-star:before {
content:'\e0c2';
}
.oi-sun:before {
content:'\e0c3';
}
.oi-tablet:before {
content:'\e0c4';
}
.oi-tag:before {
content:'\e0c5';
}
.oi-tags:before {
content:'\e0c6';
}
.oi-target:before {
content:'\e0c7';
}
.oi-task:before {
content:'\e0c8';
}
.oi-terminal:before {
content:'\e0c9';
}
.oi-text:before {
content:'\e0ca';
}
.oi-thumb-down:before {
content:'\e0cb';
}
.oi-thumb-up:before {
content:'\e0cc';
}
.oi-timer:before {
content:'\e0cd';
}
.oi-transfer:before {
content:'\e0ce';
}
.oi-trash:before {
content:'\e0cf';
}
.oi-underline:before {
content:'\e0d0';
}
.oi-vertical-align-bottom:before {
content:'\e0d1';
}
.oi-vertical-align-center:before {
content:'\e0d2';
}
.oi-vertical-align-top:before {
content:'\e0d3';
}
.oi-video:before {
content:'\e0d4';
}
.oi-volume-high:before {
content:'\e0d5';
}
.oi-volume-low:before {
content:'\e0d6';
}
.oi-volume-off:before {
content:'\e0d7';
}
.oi-warning:before {
content:'\e0d8';
}
.oi-wifi:before {
content:'\e0d9';
}
.oi-wrench:before {
content:'\e0da';
}
.oi-x:before {
content:'\e0db';
}
.oi-yen:before {
content:'\e0dc';
}
.oi-zoom-in:before {
content:'\e0dd';
}
.oi-zoom-out:before {
content:'\e0de';
}