@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

a {
    color: #666;
}

.btn {
    color: #000000;
    border-radius: 0;
}

.btn, a, .btn:hover {
    transition: color .25s ease;
}

.btn:hover, .btn.focus {
    transition: all .3s linear;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

::-moz-selection {
    background: #9D9D9C;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #9D9D9C;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #9D9D9C;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #9D9D9C;
    color: #FFF;
    text-shadow: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "Nunito Sans", Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 1rem;
    font-weight: 300;
    color: #666;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

.btn-link {
    color: #000000;
    word-break: normal;
    word-break: break-all;
    word-break: keep-all;
    text-decoration: underline;
}

.btn-link:hover {
    color: #000000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.3em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 400;
}

*, :before, :after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    position: relative;
    height: 100%;
}

p {
    word-wrap: break-word;
	font-size: 1.2em;
}

a:hover {
    text-decoration: none;
    color: #000000;
    transition: all .3s linear;
}

img + h1 { margin-top: 2em;; }
h1 { font-size: 2em; text-transform: uppercase; }
h2 {
    font-size: 2em;
    font-weight: 400;
    /* color: #9D9D9C;  */
}
.btn-info, .btn-mehr {
    color: #fff;
    background-color: #666;
    border-color: #666;
	border-radius: 0;
	/* text-transform: uppercase */
	text-align: left; width: 98%; margin-bottom: 1em; max-width: 350px; display: block;
}
.btn-mehr { width: auto; min-width: 250px; }
.btn-mehr .fa { margin-right: 10px; }
.btn-info .fa { display: inline-block; width: 25px; float: left; margin-top: 4px }
.btn-info span { display: inline-block; width: 80%; line-height: 1.1em; margin-top: 4px }
.btn-info:hover, .btn-mehr:hover {
	background: #9D9D9C; border: solid 1px #9D9D9C;
}
.form-control {
    font-size: 0.875em;
    border-color: #9D9D9C;
    height: calc(1.5em + .75rem + 7px);
}

.custom-select:focus {
    border-color: #000000;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000000;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.relative {
    position: relative;
}
b {
    font-weight: 700;
}
section {
    padding: 20px 0;
}
ul {
    padding-left: 15px;
	font-size: 1.2em;
}
.subtitle {
    font-size: 1.25em;
    margin-bottom: 30px;
    text-align: center;
}
b, strong { font-weight: 600; }
.selection_container { padding: 1em 1em; border: solid 1px #666; margin-bottom: 1em; }
.selection { margin-bottom: .25em; width: 100%; }
.selection.hl { font-size: .75em; margin-left: 14px; }
.selection .sp1, .selection .sp2 { display: inline-block; }
.selection .sp1 { width: 50px; margin-left: 30px; }
.selection.hl .sp1 { margin-left: 0; }
.selection .sp2 { width: 40%; }
.menge { width: 30px; text-align: center }
.selection_container .leftside { display: inline-block; width: 100px; }
.selection_container label { width: 100%; }
.selection_container .name { font-size: 1em; font-weight: 600; margin-top: 1em; }

.alert-success {
	color: #666;
	background-color: #efefef;
	border-color: #666;
}
.alert-success h2 {
	font-size: 1.5em;
	font-weight: 400;
	/* color: #9D9D9C; */
	padding: 0;
	margin: 0;
	line-height: 2em;
}

#kontaktformular .small { line-height: 1.1em; }
.kform { 
	/* display: none;   */
	transition: 1s }
.kform.show { display: block; transition: 1s }
.GG { height: 100%; width: 400px; background: rgba(255,255,255,.7); padding: 60px; }
.GG img { margin-top: 20vH; }
.navbar {
	background: #9D9D9C; height: 80px; 
}
.navbar-nav { font-size: 1.2em; }
.navbar-brand { position: absolute; right: 100px; top: 10px; } 
.navbar-brand span {
    display: block;
    font-weight: 700;
}
.navbar-brand span:last-of-type {
    color: #9D9D9C;
}
.navbar-nav .nav-link { text-transform: uppercase; color: #333; }
.navbar-nav .nav-item .nav-link:before { content: '•'; color: #9D9D9C; margin-right: 10px; }
.navbar-light .navbar-toggler-icon {
    background: none;
}
.navbar-light .navbar-nav .nav-item.active .nav-link { color: #000 !important; }
.navbar-toggler {
    border: none;
    position: absolute;
    top: 15px;
    padding: 0; left:100px;
}
.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}
.navbar-toggler-icon {
    width: 50px;
    height: 50px;
    transition: all 300ms linear;
	top: 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42 42' style='enable-background:new 0 0 42 42;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.7,20.8c0-1.1,0.4-2,1.2-2.8s1.7-1.2,2.8-1.2c1.1,0,2,0.4,2.8,1.2s1.2,1.7,1.2,2.8c0,1.1-0.4,2-1.1,2.8 c-0.8,0.8-1.7,1.2-2.8,1.2s-2-0.4-2.8-1.2C2.1,22.8,1.7,21.9,1.7,20.8L1.7,20.8z'/%3E%3Cpath class='st0' d='M17.1,20.8c0-1.1,0.4-2,1.2-2.8s1.7-1.2,2.8-1.2c1.1,0,2,0.4,2.8,1.2s1.2,1.7,1.2,2.8c0,1.1-0.4,2-1.1,2.8 c-0.8,0.8-1.7,1.2-2.8,1.2s-2-0.4-2.8-1.2C17.5,22.8,17.1,21.9,17.1,20.8L17.1,20.8z'/%3E%3Cpath class='st0' d='M32.1,20.8c0-1.1,0.4-2,1.2-2.8c0.8-0.8,1.7-1.2,2.8-1.2c1.1,0,2,0.4,2.8,1.2c0.8,0.8,1.2,1.7,1.2,2.8 c0,1.1-0.4,2-1.1,2.8c-0.8,0.8-1.7,1.2-2.8,1.2s-2-0.4-2.8-1.2C32.5,22.8,32.1,21.9,32.1,20.8L32.1,20.8z'/%3E%3C/svg%3E%0A");
}
.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42 42' style='enable-background:new 0 0 42 42;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.8,1.6c1.1,0,2,0.4,2.8,1.2s1.2,1.7,1.2,2.8s-0.4,2-1.2,2.8s-1.7,1.2-2.8,1.2c-1.1,0-2-0.4-2.8-1.1 c-0.8-0.8-1.2-1.7-1.2-2.8s0.4-2,1.2-2.8C18.8,2,19.7,1.6,20.8,1.6L20.8,1.6z'/%3E%3Cpath class='st0' d='M20.8,17.1c1.1,0,2,0.4,2.8,1.2s1.2,1.7,1.2,2.8c0,1.1-0.4,2-1.2,2.8c-0.8,0.8-1.7,1.2-2.8,1.2 c-1.1,0-2-0.4-2.8-1.1c-0.8-0.8-1.2-1.7-1.2-2.8s0.4-2,1.2-2.8C18.8,17.4,19.7,17.1,20.8,17.1L20.8,17.1z'/%3E%3Cpath class='st0' d='M20.8,32.1c1.1,0,2,0.4,2.8,1.2s1.2,1.7,1.2,2.8s-0.4,2-1.2,2.8c-0.8,0.8-1.7,1.2-2.8,1.2c-1.1,0-2-0.4-2.8-1.1 c-0.8-0.8-1.2-1.7-1.2-2.8s0.4-2,1.2-2.8C18.8,32.4,19.7,32.1,20.8,32.1L20.8,32.1z'/%3E%3C/svg%3E%0A");
}
.collapse:not(.show) {
    display: block;
	left: -400px;
    width: 400px;
	
}
.navbar-left {
    background: rgba(255,255,255,.95);
	width: calc( 400px );
    left: 0px;
    position: absolute;
    height: 100vh; 
    top: 80px;
    padding-left: 50px;
	padding-top: 100px;
	padding-bottom: 5em;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#navbar-list p { text-transform: uppercase;  font-size: 1.2em; font-weight: 400; letter-spacing: .1em; color: #666; } 
.section_orange {
    padding: 30px 0;
}
.section_orange.aboutus {
    padding: 60px 0;
}
.section_banner {
    padding: 0;
    background: url("../images/bg_top.jpg") no-repeat fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    align-content: stretch;
	background-position: bottom;
}

.section_banner h1 {
    text-align: justify;
    margin: 0;
    font-size: 1.75em;
    color: #9D9D9C;
    text-transform: uppercase;
    font-weight: 400;
	margin-top: 3em;
}

.section_banner ul {
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
}

.section_banner ul li {
    margin-right: 50px;
}

.section_banner ul li:last-of-type {
    margin-right: 0;
}

.section_banner ul li:hover a {
    background: #000;
}

.section_banner ul li a {
    display: block;
    padding: 15px 40px;
    background: #9D9D9C;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    box-shadow: 0 6px 10px -3px rgba(0, 0, 0, 0.5);
}

.aboutus h5 {
    color: #9D9D9C;
    font-weight: 400;
    margin-top: 30px;
}

.section_deals ul li {
    margin-bottom: 15px;
}

.section_deals ul li:last-child {
    margin-bottom: 0;
}

.section_deals ul li b {
    display: block;
}
.section_detail { margin-top: 20px !important; margin-bottom: 50px; }
.section_detail .fa { margin-right: 10px; color: #666; }
.prod_name { display: block; }
.btn-pdf { background: transparent; border: solid 1px #666; color: #666; }
.produkt { width: 400px; height: 360px; background: #9D9D9C; margin-right: 1em; text-align: center; padding: 0; }
.produkt span { padding: 20px 0; display: block; text-align: center; color: #fff; letter-spacing: .05em; font-weight: 400; }
#movetop { position: fixed; bottom: 10px; width: 50px; height: 50px; right: 15px; line-height: 44px; text-align: center; display: none; cursor: pointer;
	opacity: 1; background: #9D9D9C;
	transition: opacity .4s .2s;
}
#movetop .movetop { float: inherit; }
#movetop:hover { opacity: .7; transition: opacity .4s .2s; }
.showtop { display: inherit !important; -webkit-animation: fadeInUp 1s; }

.TABLO { width: 100%; height:500px;  }
.mobileOn { display: none; }
.section_ref .col-lg-4 { padding-bottom: 60px; }
.c4 .section_ref .col-lg-4,
.c5 .section_ref .col-lg-4 
	{ padding-bottom: 0px; }

.col-lg-4 .pdf_lnk { position: absolute; bottom: 0; width: 80%; }
.hide { display: none; }
main.noheader { margin-top: 100px; }
footer {
    padding: 60px 0;
    background: #666;
    /* text-align: center; */
}
footer p, footer li, footer a, footer h2, footer h3 {
	color: #fff !important;
}
footer h2 { margin: 1em 0; font-size: 1.5em }
footer ul {
    padding: 0;
    margin: 0;
    list-style: none; font-size: 1.2em;
}
footer ul li { display: block; }
footer .social { text-align: right; padding-bottom: 1em; }
footer .social a {
	display: inline-block; background: #fff; padding: 6px; font-weight: 600; width: 40px; text-align: center;
	height: 40px; color: #666 !important; line-height: 38px;
	margin-bottom: 1em; margin-left: 1em; border-radius: 50%;
}
footer .social a.icon {
	
}
footer .social a.ws-logo { 
	/* width: 80px;  */
}

.social .fr-logo img { height: 28px; margin: -13px 0 0 -5px; }
.social .ws-logo img { height: 14px; width: auto; margin: -13px 0 0 -5px; }
.social .fr-logo { }
footer .social a .fa {
	font-size: 1.5em; color: #666; line-height: 1em;
}
footer .social a:hover {
	background: #9D9D9C; 
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
	pointer-events: none;
    background: white;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}
@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}
@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}
#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}
#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}

.carousel {
  /* background: #EEE; */
}	
.main-carousel img {
  display: block;
  height: 500px;
  margin: 0 auto
}
.carousel-cell2 {
	width: 100%;
	height: 500px;
	margin-right: 10px;
	background: transparent;
}

.c7 h2 { margin-top: 2em; font-size: 1.5em; }
.c7 h3 { margin-top: 2em; font-weight: 400; border-bottom: solid 1px #ccc; }
.c7 p strong { margin-top: 1.5em; display: block; }

#scroll { position: absolute; bottom: 20px; left: 50%; }
#scroll i { background: rgba(255,255,255,.6); border-radius: 50%; display: block; width: 30px; height: 30px; margin-left: -15px; text-align: center; line-height: 28px; font-size: 1em; cursor: pointer }
#scroll i:hover { background: rgba(255,255,255,1); }

@media screen and ( min-width: 768px ) {
  .carousel img {
	/* height: 400px; */
  }
}

@media (max-width: 1280px) {
	.GG img {
	    max-height: 60vH;
	    margin-top: 15vH;
	}
	.main-carousel img {
	  height: 400px;
	}
	.carousel-cell2 {
		height: 400px;
	}
}
@media (max-width: 1040px) {
	.GG img {

	}
}
@media (max-width: 992px) {
	p { font-size: 1em; }
	.mobileOn { display: block; }
	.TABLO { display: none; }
	.main-carousel {	margin-bottom: 3em; }
	.flickity-page-dots { bottom: -40px; }
	footer ul {
		font-size: 1em;
	}
}
@media (max-width: 768px) {
    header .container {
        padding-left: 0;
        padding-right: 0;
    }
    header .navbar-brand {
        margin-right: 0;
        margin-left: 15px;
		right: 50px;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #ccc;
        padding-left: 15px;
        padding-right: 15px;
		text-transform: uppercase
    }
	.navbar-toggler { left: 50px; }
	.btn-info { margin-bottom: 2em; }
    h2 {
        line-height: 1em;
        font-size: 1.5em;
    }
    .text_orange {
        line-height: 1.1em;
    }
    .section_banner {
        background-attachment: inherit;
        background-position: center center;
        height: 500px;
        padding: 0;
    }
    .section_banner h1 {
        font-size: 2em;
    }
    .section_banner ul li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .section_banner ul li a {
        padding: 10px 15px;
        font-size: 1em;
        min-width: 137px;
    }
	.GG img {
    	margin-top: 80px; 
		/* max-width: 50%; */
	}
	.GG {
	    height: 100%;
	    width: 30%;
	    background: rgba(255,255,255,.7);
	    padding: 30px;
	}
	footer .social.text-right {
	    padding-bottom: 1em;
	    text-align: left !important;
	}
	footer .social a { margin-left: 0; margin-right: 1em; margin-top: 2em; }

	.col-md-6 img { margin-bottom: 2em; }
	.section_banner { margin-top: 60px; }
	.col-lg-4 .pdf_lnk {
		position: relative;
		bottom: 0;
		width: 80%;
	}

}
@media (max-width: 600px) {
	#scroll { display: none; }
    header .navbar-brand {
		right: 15px; top: 7px
    }
    .navbar {
        padding: 0; height: 70px;
    }
    .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #ccc;
        padding-left: 15px;
        padding-right: 15px;
    }
	.navbar-toggler { left: 15px; width: 50px; height: 50px; top: 11px }
	.navbar-toggler-icon { height: 40px; width: 40px; }
	.collapsed .navbar-toggler-icon { width: 40px; }
	.navbar-collapse { top: 70px; }
	.logo { width: 130px; }
	.GG { width: 50%; }
	.section_banner { height: 400px; }
	h1 { font-size: 1.5em; }
	.section_detail img { margin-bottom: 2em; }
	footer h2 { font-size: 1.25em; margin-bottom: 1em; }
	section .col-12 img { margin-bottom: 2em; }
	.main-carousel img {
	  height: 250px;
	}
	.carousel-cell2 {
		height: 250px;
	}
	.dot { display: none !important; }
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mt0 { margin-top: 0px; }  .mt1 { margin-top: 10px; }  .mt2 { margin-top: 20px; }  .mt3 { margin-top: 30px; }  .mt4 { margin-top: 40px; }  .mt5 { margin-top: 50px; }  .mt6 { margin-top: 60px; }  .mt7 { margin-top: 70px; }  .mt8 { margin-top: 80px; }  .mt9 { margin-top: 90px; }  .mt10 { margin-top: 100px; }  .mb0 { margin-bottom: 0px; }  .mb1 { margin-bottom: 10px; }  .mb2 { margin-bottom: 20px; }  .mb3 { margin-bottom: 30px; }  .mb4 { margin-bottom: 40px; }  .mb5 { margin-bottom: 50px; }  .mb6 { margin-bottom: 60px; }  .mb7 { margin-bottom: 70px; }  .mb8 { margin-bottom: 80px; }  .mb9 { margin-bottom: 90px; }  .mb10 { margin-bottom: 100px; }  .pad0 { padding: 0px; }  .pad1 { padding: 10px; }  .pad2 { padding: 20px; }  .pad3 { padding: 30px; }  .pad4 { padding: 40px; }  .pad5 { padding: 50px; }  .pad6 { padding: 60px; }  .pad7 { padding: 70px; }  .pad8 { padding: 80px; }  .pad9 { padding: 90px; }  .pad10 { padding: 100px; }  .pt0 { padding-top: 0px; }  .pt1 { padding-top: 10px; }  .pt2 { padding-top: 20px; }  .pt3 { padding-top: 30px; }  .pt4 { padding-top: 40px; }  .pt5 { padding-top: 50px; }  .pt6 { padding-top: 60px; }  .pt7 { padding-top: 70px; }  .pt8 { padding-top: 80px; }  .pt9 { padding-top: 90px; }  .pt10 { padding-top: 100px; }  .pb0 { padding-bottom: 0px; }  .pb1 { padding-bottom: 10px; }  .pb2 { padding-bottom: 20px; }  .pb3 { padding-bottom: 30px; }  .pb4 { padding-bottom: 40px; }  .pb5 { padding-bottom: 50px; }  .pb6 { padding-bottom: 60px; }  .pb7 { padding-bottom: 70px; }  .pb8 { padding-bottom: 80px; }  .pb9 { padding-bottom: 90px; }  .pb10 { padding-bottom: 100px; }
.ml1 { margin-left: 10px !important; } .ml2 { margin-left: 20px !important; } .ml3 { margin-left: 30px !important; } .ml4 { margin-left: 40px !important; } .ml5 { margin-left: 50px !important; }
/* * * * * * * * * * * * * * * */

/**===== nest3 =====*/
#nest3 {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  margin: -75px 0 0 -55px;
  border: 2px solid transparent;
  border-top-color: #000000;
  box-shadow: 0 0 5px skyblue;
  border-radius: 50%;
  -webkit-animation: spin9 1.5s ease infinite;
		  animation: spin9 1.5s ease infinite;
}

#nest3:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #000000;
  box-shadow: 0 0 5px skyblue;
  -webkit-animation: spin9_x 1s linear infinite;
		  animation: spin9_x 1s linear infinite;
}

#nest3:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #000000;
  box-shadow: 0 0 5px skyblue;
  -webkit-animation: spin9 1.5s linear infinite;
		  animation: spin9 1.5s linear infinite;
}

@-webkit-keyframes spin9 {
  from {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(359deg);
			transform: rotate(359deg);
  }
}
@keyframes spin9 {
  from {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(359deg);
			transform: rotate(359deg);
	-webkit-transform: rotate(359deg);
			transform: rotate(359deg);
  }
}
@-webkit-keyframes spin9_x {
  0% {
	-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
  }
  100% {
	-webkit-transform: rotateX(360deg);
			transform: rotateX(360deg);
  }
}
@keyframes spin9_x {
  0% {
	-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
  }
  100% {
	-webkit-transform: rotateX(360deg);
			transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
			transform: rotateX(360deg);
  }
}
/** END of nest3 */

#nest3.hide { display: none; transition: .5s }
#waitbg { position: fixed; display: block; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255,255,255,.75); opacity: 1; }
#waitbg.hide { opacity: 0; transition: .5s; display: none; }
