/* Höhen im Produktlisting */

.search{
	line-height:57px;
}

.search input{ 
	border:1px solid #ccc;
	border-radius: 4px;
	line-height:57px;
	width:100%;
	padding-left:20px;
}

.search button{
	position: absolute;
	top:45px;
	right:20px;
	color: #ccc;
}
/*Timo Stark | Schimmer Consulting - Fix EKW*/

.cart li.list-group-item a {
    color: #000;
}




.lb_title {
	height:43px;
	overflow:hidden;
}
.lb_image {
	height:160px; /* hier die Höhe an die Thumbnailgröße der Produktbilder anpassen */
}
.lb_image img {
	max-height:160px; /* hier die Höhe an die Thumbnailgröße der Produktbilder anpassen */
}
.lb_shipping {
	height:18px;
	overflow:hidden;
}
.lb_rating {
	height:20px;
	overflow:hidden;
}
.lb_price {
	height:22px;
	overflow:hidden;
}
@media (min-width: 768px) {
.lb_price {
	height:29px;
}
}
@media screen and (max-width: 991px) {
  .special_price .small_price {
    display:none;
  }
}
/* EU-Cookie unten rechts (https://www.modified-shop.org/forum/index.php?topic=37218.msg338521#msg338521) */
/*
#eucookielaw {
    bottom: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    width: 20%;
	min-width: 350px;
    z-index: 999999;
}
*/
/* EU-Cookie unten gesamte Breite (https://www.modified-shop.org/forum/index.php?topic=37218.msg338719#msg338719) */
/*
#eucookielaw {
    bottom: 0;
	left:0;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
*/
/* EU-Cookie siehe Forum - danke Hanspeter (https://www.modified-shop.org/forum/index.php?topic=37218.msg338392#msg338392) */
#eucookielaw{display:none;
}
/* Systemfehlermeldung siehe Forum - danke web28 (https://www.modified-shop.org/forum/index.php?topic=37218.msg339064#msg339064) */
.errormessage {
  border:solid #DCA7A7 1px;
  padding:10px;
  font-size:13px !important;
  line-height:17px;
  color:#A94442;
  background-color:#F2DEDE ;
  margin-bottom:10px;
}
.errormessage.shopsystem {
  margin-top:38px;
  margin-bottom:-32px;
}
.errormessage ul li {
  margin-left:10px;
}
/* INFO MESSAGES */
.infomessage {
  border: 1px solid #b2dba1;
  padding: 10px;
  background-color: #d4ebcb;
  margin-bottom: 10px;
  line-height: 17px;
  color:#3C763D;
}
/* siehe Forum - danke Timm (https://www.modified-shop.org/forum/index.php?topic=37218.msg338385#msg338385) */
img {
	display: block;
	height: auto;
	max-width: 100%;
}
.cat_description img {
	margin-right: 20px;
}
.nav img {
	display: inline;
}
/* einfaches responsives Menü */
nav.responsive-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 30px;
}
nav.responsive-nav .menu-header {
/*		box-shadow: -10px 0 6px -9px rgba(0, 0, 0, 0.7) inset; */
        position: relative;
		height:70px;
        padding-top: 20px;
		color: inherit;
		font-size:1.2em;
        text-transform:uppercase;
    }
nav.responsive-nav #back {
        position: absolute;
        left: -50px;
        top: 30px;
        transition: left .2s;
}
nav.responsive-nav #back.active {
            left: 10px;
            transition: left .2s;
        }
nav.responsive-nav .menu {
        position: absolute;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        position: absolute;
        left: -100%;
        right: 100%;
        transition: left .2s;
        z-index: 0;
        top: 70px;
        bottom: 30px;
}
nav.responsive-nav .menu.active {
            z-index: 1;
            left: 0;
            transition: left .2s;
            right: 0%;
        }
nav.responsive-nav .menu .next {
	background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 10px 20px;
            border-left-style: solid;
            border-left-width: 1px;
			border-color:inherit;
        }
nav.responsive-nav .menu ul {
            list-style: none;
            padding: 0;
}
nav.responsive-nav .menu ul li {
                position: relative;
}
nav.responsive-nav .menu ul li a {
                    display: block;
                    padding: 10px 15px;
					border-bottom-style: solid;
					border-bottom-width: 1px;
					border-color:inherit;
}
nav.responsive-nav a:hover, nav.responsive-nav a:focus {
	text-decoration:none;
}
nav.responsive-nav li.Selected a.active {
	background-color: rgba(0, 0, 0, 0.1);
}
nav.responsive-nav #home {
	position: absolute;
	right: 10px;
	top: 10px;
}
/* Superfishmenü */
@media screen and (min-width: 992px) {
/* Superfishmenü Megakategorien */
#main.navbar-nav > li.mega {
    position: static;
}
	ul.mega {
		left: 0 !important;
		right: 0 !important;
        width: 100%;
		padding:8px;
	}
	ul.mega.level2 > li{
        width: 100%;
	}
	 li.mega.level3 {
		width:25%;
		margin-left:0;
	} /* 4 col */
	.tab-content {
		width:100%;
		padding-top: 10px;
        display: inline-block;
	}
	.tab-pane ul {
        padding:0;
		margin:0;
	}
	ul.mega li, li.mega.level3 {
		float:left;
		display:inline;
        border-radius: 4px;
	}
	li.mega.level4 {
		float:none;
		margin-left:0;
	}
	.tab-pane ul li a {
    	display: block;
    	padding: 3px 20px;
	}
	.tab-pane ul li a:hover, .tab-pane ul li a:focus, li.mega.level2 {
    	background-color: #eeeeee;
    	background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    	background-repeat: repeat-x;
        text-decoration: none;
	}
	.cyborg .tab-pane ul li a:hover, .cyborg .tab-pane ul li a:focus, .cyborg li.mega.level2,
	.superhero .tab-pane ul li a:hover, .superhero .tab-pane ul li a:focus, .superhero li.mega.level2,
	.darkly .tab-pane ul li a:hover, .darkly .tab-pane ul li a:focus, .darkly li.mega.level2 {
    	background-color: #505050;
    	background-image: linear-gradient(to bottom, #505050, #505050);
	}
	.tab-pane ul > .active > a, .tab-pane ul .active > a:hover, .tab-pane ul .active > a:focus {
    	outline: 0 none;
    	text-decoration: none;
	}
    #main.nav li.dropdown:hover > ul.dropdown-menu, #main.nav li.level1.mega:hover li.level2:first-child ul {
      display: block;
    }
	.dropdown-submenu>.dropdown-menu {
		top:0;left:80%;
		margin-top:-6px;margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
	}
	div.canvasmenu.container-fluid {
		display:none;
	}
	#main.navbar-nav {
		float:none;

	}
}
@media (max-width: 991px) {
	div.fullmenu.container-fluid {
		display:none;
	}
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid \9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
/* Ende Superfish */
/* Navbar Top */
.top .navbar-default {
    background-color: inherit;
    border-color: inherit;
}
.top.navbar {
	margin-bottom:0;
}
.top .navbar-toggle.navbar-left {
  float: left;
}
.top .navbar-nav > li, .top2 .navbar-nav > li {
	float: left;
	border-bottom:2px solid transparent;
    transition: border .1s linear 0.1s;
}

.top .navbar-nav > li, .top2 .navbar-nav > li:hover a > span {
	border-bottom:1px solid #ff9900;
	padding-bottom:3px;
	transition: border-bottom .04s linear 2.5s;
	color: #eedbbe;
	transition: color .1s linear 0.1s;
}

@media screen and (max-width: 767px) {
  .top span.glyphicon, .top2 .dropdown-toggle {
    font-size: 1.2em;
  }
.top .navbar-nav {
    margin: 0;
}
}
/* Autocomplete-Box von Suche */
.suggestionsBox {
    position: absolute;
	z-index: 234578;
	background: #fff;
	padding:10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

}
.suggestionList, .toggle_cart, .toggle_wishlist {
    max-height: 600px;
    overflow: auto;
	width: 460px;
}
.suggestionList li a.autocomplete .autocomplete_image {
    display: block;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px;
}
@media screen and (max-width: 767px) {
.toggle_wishlist {
	right: -80px;
}
}
.toggle_cart li, .toggle_wishlist li {
	display: inline-block;
	width: 100%;
}
@media screen and (max-width: 500px) {
.suggestionList li a.autocomplete .autocomplete_image {
    display: none !important;
  }
.suggestionList, .toggle_cart, .toggle_wishlist {
	width: 100% !important;
}
li.cart, li.wishlist {
	position: static;
}
.toggle_cart, .toggle_wishlist {
	position: absolute;
	right: 0;
	top: 45px;
}
}
.suggestionList li a.autocomplete {
    display: inline-block;
    width: 100%;
}
/* Ganz kleine Bildschirme */
@media screen and (max-width: 500px) {
#myCarousel {
    display: none !important;
  }
#checkoutnavigation .col-xs-6, .listingbox.col-xs-6, .listingrow .col-xs-4, .listingrow .col-xs-8, .pd_content .col-xs-6 {
	width:100%;
	}
.pd_more_images .col-xs-3 {
	width:50%;
	}
.view-buttons{
	display:none;
}
}
/* Gototop Button */
.go2top {
font-size: 1.2em;
position: fixed;
bottom: 35px;
left: 15px;
display: none;
z-index:99991;
}
@media (max-width: 991px) {
	.go2top {
		left:-80px;
	}
}
/* Copyright */
span.cop_magenta {
  color:#B0347E;
}
span.cop_grey {
  color:#6D6D6D;
}
.copyright, .parseTime {
  margin:0 auto;
  text-align:center;
  color:#666;
  font-size:11px;
}
.copyright {
  margin: -40px 0 0 0;
	min-height: 40px;
}
.copyright a {
  text-decoration:none;
}
.mod_copyright {
margin-top: 20px;
}
/* Bestsellercarousel */
#bsCarousel img{
	max-height: 110px;
}
#bsCarousel .prod_title{
	display:inline-block;
	height: 45px;
	padding:5px;
	overflow: hidden;
}
/* Unveil-Thumbnails bei deaktiviertem Javascript ausblenden */
.thumbnail img.unveil, img.unveil {
	display:none;
}
/* AGB-Fenster im Checkout */
div.agbframe {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    height: 230px;
    overflow: auto;
    padding: 5px;
}
/* miscellaneous */
#col_left li.list-group-item {
	padding:4px;
}
#col_left .list-group-item a{
	padding:6px 4px 6px 2px;
}
#categorymenu .panel, #layout_navbar .list-group {
	margin-bottom:0;
	margin-top:0;
}

.mt {
	margin-top: 20px;
}
.mb {
	margin-bottom: 10px;
}
.mini {
    font-size: 85%;
}
#checkoutnavigation .desc {
display:block;
font-size: 13px;
line-height: 17px;
min-height: 34px;
}
.bs.form-inline .form-control, .bs.form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.list-group-item.active > a, .list-group-item.active:hover > a, .list-group-item.active:focus > a {
    color: inherit;
}
.clear {
clear:both;
height:0;
line-height:0;
}
.special_price {
    color: #bc0000;
}
.small_price {
	font-size:0.6em;
}
.box_image img, .lb_image img {
	max-width: 200px;
}
#layout_footer {
	padding-top: 10px;
	padding-bottom: 40px;
}
.dropdown-menu.toggle_cart, .dropdown-menu.toggle_wishlist {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
}
#layout_footer .box-heading {
display:block;
font-size:1.2em;
margin-bottom: 10px;
border-bottom:2px groove;
float:none;
}
.filter_bar .glyphicon{
	font-size:1.6em;
}
#modal .carousel-control {
    background-image: none;
	color: inherit;
}
.pd_fsk18 {
  background: transparent url(img/fsk18.png) no-repeat top center;
  height: 44px;
  width: 44px;
	position: absolute;
}
.pd_more_images img {
	max-height: 80px;
}
/* EU-Cookie */
#cookie a {
	color:#000; text-decoration:none;
}
/* GROSSSCHREIBUNG Angebote und Neue Artikel in den Menüs */
.up {
	text-transform: uppercase;
}
/* Ausrichtung Sternchenbild */
.rating_stars img {
    margin-top: 0px;
}
/* Überschrift */
h1.well.well-sm {
	font-size:25px;
}
/* meine Icons */
@font-face {
  font-family: 'my_icons';
  src: url('./fonts/my_icons.eot');
  src: url('./fonts/my_icons.eot#iefix') format('embedded-opentype'),
       url('./fonts/my_icons.woff2') format('woff2'),
       url('./fonts/my_icons.woff') format('woff'),
       url('./fonts/my_icons.ttf') format('truetype'),
       url('./fonts/my_icons.svg?#my_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "my_icons" !important;
}

.icon-news:before { content: '\e800'; } /* '' */
.icon-cart:before { content: '\e801'; } /* '' */
.icon-waves:before { content: '\e802'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */

/* Breite der Modal-Box */
@media screen and (min-width: 768px) {
.modal-dialog {
	width:745px;
}
}
/* Schalter vorheriges/nächstes Bild in Modalbox */
#show-previous-image.carousel-control, #show-next-image.carousel-control {
	height:50%;
	top:20%;
}
/* Sternchen für Pflichtfelder */
.stern input[type="text"], .stern input[type="password"], .stern input[type="email"], .stern input[type="tel"], .stern select, .stern textarea {
    width: 100%;
	float:left;
}
.ib {
	display:inline-block;
}
#cart_quantity .input-group {
	width:160px;
}
.lr_buttons .btn, .lb_buttons .btn {
    margin-bottom: 10px;
}
.markProductOutOfStock {
  display:inline-block;
  padding-left:5px;
}
/* IE10 und Windows Phone 8 Hack */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* Custom by Lukas 05022018 */

/* Carousel */

.owl-carousel .owl-wrapper-outer {
	z-index: 2;
}
#container .owl-carousel.featured .owl-controls.clickable {
	position: absolute;
	top: 50%!important;
	right: 0;
	left: 0;
}
.owl-carousel.featured .owl-controls .owl-prev {
	position: absolute;
	left: -50px;
}
.owl-carousel.featured .owl-controls .owl-next {
	position: absolute;
	right: -50px;
}
.owl-buttons .fa {
	font-size: 100px;
}
/* Begin Header */
.navbar-default {
	background-color: white;
	border-top:6px solid #014f64;

}
.navbar-inverse {
	background-color: #014f64;
	border-radius: 0px;
}
#search {
	width: 100%;
}
.icons-menu-top span {
	clear: both;
	display: table;
	margin: auto;
}
a {
	color: #014f64;
}

.icons-menu-top a{
	color: #000;
	font-size:8pt;
}

.icons-menu-top a:hover{
	color: #0284A4!important;
}


.icons-menu-top .glyphicon {
	padding: 22px;
	height:40px;
}


.icons-menu-top .glyphicon.xg-user{
	background: url(img/icon1.jpg) left top no-repeat;
}

.icons-menu-top .glyphicon.xg-faq{
	background: url(img/icon3.jpg) left top no-repeat;
}

.icons-menu-top .glyphicon.xg-contact{
	background: url(img/icon4.jpg) left top no-repeat;
}

.icons-menu-top .glyphicon.xg-phone{
	background: url(img/icon5.jpg) left top no-repeat;
}

.icons-menu-top .glyphicon.xg-chat{
	background: url(img/icon2.jpg) left top no-repeat;
}


.nav>li>a:hover, .nav>li>a:focus{
	background:transparent;
}





.navbar-inner {
	max-width: 1170px;
	display: block;
	margin: auto;
}
#container .nav>li>a {
	padding: 20px 10px;
}




.cart a {
	color: white;
}
.navbar-inner .glyphicon-shopping-cart {
	font-size: 35px;
}
#container .navbar-inner #toggle_cart {
	padding: 5px;
	margin: 5px 0px;
}
.ob-quantity {
	color: white;
	background-color: #ff9900;
	top: 3px;
	right: 0;
	position: absolute;
	line-height:14px;
	width:14px;
	height:14px;
	padding:1px;
	text-align: center;
	border-radius: 14px;
	font-size:7pt;
}
#toggle_cart:hover {
	background-color: #014f64;
}
#toggle_cart:focus {
	background-color: #014f64;
}

.top .navbar-nav > li, .top2 .navbar-nav > li:nth-last-child(1):after {
	background-color:transparent;
}

.top .navbar-nav > li, .top2 .navbar-nav > li:after {
	width: 2px;
	height: 18px;
	content: '';
	display: table;
	background-color: white;
	position: absolute;
	top: 0;
	bottom: 0; 
	right: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	opacity: .5;
}

#container .navbar-inverse .navbar-nav>li>a {
	padding: 13px 20px;
	letter-spacing: 0.7px;
}


#container .navbar-inverse .navbar-nav>li>a:first-of-type {
	padding-left: 0px;
}



/* End Header

/* Begin Content Bereich */
#main_container {
	display: table;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
.container h2 {
	color: #666666;
	font-size: 21px;
}


.homesite p{
	line-height:29px;
	color: #666;
	font-size:14px;
	padding-right:10%;

}


#main_container h1 {
	color: #ff9900;
	margin-bottom:20px;
	font-weight:700;
}

.main-content-home,
.main-content-categorie{
	background-color: #eeeeee;
}

.main-content-home,
.main-content-categorie.bga{
	background-color: #eeeeee;
}

.main-content-home,
.main-content-categorie.bgb{
	background-color: #ffffff;
}


#main_container {
	width: 100%;
}
/* End Content Bereich *7


/* Begin Footer */

#footer {
	background-color: #eeeeee;
}
.copyright {
	margin: 0px;
	background-color: white;
	display:none;
}

.crw {
	margin: 0px;
	background-color: white;
	font-size:12px;
	color: #333;
}


.footer_newsletterbox {
	background-color: #014f64;
	color: white;
}

.footer_newsletterbox  .btn-primary {
	background-color: #0284a4;
	border-color: #0284a4;
	border-radius: 0px;
}
.footer_newsletterbox h2 {
	color: white;
}
.footer_newsletterbox a {
	color: white;
}
#footer .box-heading {
	float: none;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px;
}
#footer .nav>li>a {
	padding: 0px;
	margin-top:7px;
	font-weight: 400;
	color: #333333;
	font-size: 13px;
}
#footer .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: rgba(44, 62, 80, 0);
	color: #014f64;
}
#footer .border-top-1 {
	border-top: 1px solid #333333;
}
.bottom-partners img {
	margin: auto;
}
.bottom-partners {
	border-top: 3px solid #efefef;
	padding: 25px 0px;
}
	








/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 222669;
	height: 2em;
	width: 2em;
	display:none;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background-color: rgba(255,255,255,0.9);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
  }
  
  .loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-moz-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-o-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
