@font-face {
    font-family: 'OpenSans';
    src: url('webfonts/opensans-webfont.woff2') format('woff2'),
         url('webfonts/opensans-webfont.woff') format('woff'),
         url('webfonts/opensans-webfont.ttf') format('truetype'),
         url('webfonts/opensans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'OpenSans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 96%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../../../../image/catalog/data/background.png");
	background-repeat: repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
}

body::-webkit-scrollbar { 
    display: none;
}

h1, h2, h3, h4, h5{
	color: #333;
	font-weight: 400;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
	line-height: 20px;
}

legend {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 35px;
}

label {
	font-size: 13px;
	font-weight: normal;
}

strong {
	font-weight: 500;
}

a {
	color: #111;
}

a:hover {
	color: #b91418;
	text-decoration: none;
}

sup a{
	color: #177111;
	text-decoration: none;
}

sup a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.description-text {
		 max-width: 85%;
	}
}

.uppercase {
	text-transform: uppercase;
}

.panel {
	border-radius: 0px;
}

.panel-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.img-thumbnail {
	border-radius: 0px;
}

hr{
	margin-top: 0px;
	margin-bottom: 10px;
}

.row{
	margin-top: 0px;
	margin-bottom: 0px;
}

.well{
	background-color: #fafafa;
	border-radius: 0px;
}

.pagination {
	margin: 0;
}

@media (min-width: 768px) {
	.full-width {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
}

.coupon-label {
	padding-left: 0px;
}

@media (min-width: 768px) {
	.coupon-label {
		text-align: right;
		margin-top: 8px;
	}
}

/* Discount */
.discounter {
	color: #b91418;
	text-align: center;
	padding: 10px 10px 0px 10px;
	font-size: 24px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	max-width: 420px;
}

.discounter span{
	color: #444;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
}

/* Forms */
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	border-radius: 0px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}

.form-control:focus {
	border-color: #ddd;
	background-color: #fafafa;
	box-shadow: none;
}

::selection {
  color: red; /* Textfarbe */
  background-color: yellow; /* Hintergrundfarbe der Auswahl */
}

.checkbox input[type=checkbox], .radio input[type=radio]{
	transform: scale(1.3);
    margin-top: 9px;
}

.checkbox .value-name, .radio .value-name {
	padding-left: 2px;
    padding-top: 5.5px;
}

.checkbox .value-img, .radio .value-img {
	width: 30px;
}

.checkbox .value-img img, .radio .value-img img {
	border: none;
	background: none;
}

@media (max-width: 479px) {	
	.checkbox input[type=checkbox], .radio input[type=radio]{
		transform: scale(1.1);
    	margin-top: 10px;
	}
	
	.checkbox .value-name, .radio .value-name {
		padding-left: 3px;
		padding-top: 8px;
	}

	.checkbox .value-img, .radio .value-img {
		padding-top: 3px;
	}
}

.table-background {
	background-color:rgba(0,0,0,0.01);
}

.table-bordered thead tr td {
	border-bottom: none;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

/* Top */
#top {
	margin: 0 0 20px 0;
}

#top .container {
	padding: 13px 12px 0px 18px;
}

#top-links a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

#top-links a:hover, #top-links button:hover {
	color: #b91418;
	background-color: transparent;
}

#top-links i {
	font-size: 20px;
	margin-left: 3px;
	margin-right: 3px;
}

#top-links span {
	font-size: 15px;
}

#top-links .wishlist-count {
	display: inline-block;
	width: 16px;
  	height: 16px;
  	line-height: 16px;
  	border-radius: 50%;
  	font-size: 12px;
  	text-align: center;
	color: #fff;
  	background: #bbb;
	margin-left: -2px;
}

#top-links .dropdown-toggle:focus, #top-links .dropdown-toggle:active, #top-links .dropdown-toggle.disabled, #top-links .dropdown-toggle[disabled] {
	color: #333;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #fff;
	background-color: #bbb;
}

/* Logo */
#logo {
	margin-top: -10px;
	margin-bottom: 10px;
}

#logo img {
	transition: 0.5s all;
}

@media (max-width: 767px) {
	#logo img {
		/*max-height: 100px;*/
		margin-left: auto;
		margin-right: auto;
		transition: 0.5s all;
	}
}

@media (max-width: 479px) {
	#logo img {
		/*max-height: 60px;*/
		margin-left: auto;
		margin-right: auto;
		transition: 0.5s all;
	}
}

/* Search */
#search {
	margin-bottom: 10px;
	margin-top: 45px;
}

@media (max-width: 1199px) {
	#search {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	#search {
		margin-top: 25px;
	}
}

@media (max-width: 849px) {
	#search {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	#search {
		margin-top: 0px;
	}
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #fafafa;
	border: solid 1px #ddd;
	box-shadow: none;
}

#search .input-lg:focus {
	background-color: #fff;
}

#search .btn-lg {
	height: 40px;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	border: solid 1px #ddd;
}

/* Cart */
#cart {
	margin-left: -40px;
	margin-bottom: 10px;
	height: 40px;
	margin-top: 45px;
}

@media (max-width: 1199px) {
	#cart {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	#cart {
		margin-top: 25px;
	}
}

@media (max-width: 849px) {
	#cart {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	#cart {
		margin-top: 0px;
	}
}

@media (max-width: 1199px) {
	#cart {
		margin-left: -25px;
	}
}

@media (max-width: 991px) {
	#cart {
		margin-left: 0px;
	}
}

#cart > .btn {
	color: #fff;
	border-radius: 2px;
}

#cart .btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222 #222 #222;
	padding: 9.5px 0px 9.5px 0px;
}

#cart .btn-inverse span {
	font-size: 13px;
}

#cart .cart-icon {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	#cart .cart-icon {
		font-size: 29px;
		color: #555;
		padding-top: 5px;
		margin-left: 2px;
		margin-right: 2px;
	}
}

#cart .spinner-icon {
	width: 16px;
	height: 16px;
	text-align: center; 
	font-size: 16px;
	line-height: 16px;
	margin: 12px 0px 0px 12px;
	padding: 0px;
}

@media (max-width: 767px) {
	#cart .spinner-icon {
		width: 15px;
		height: 15px;
		font-size: 15px;
		line-height: 15px;
		margin: 0px;
		padding: 0px;
	}
}

#cart .cart-button {
	margin-left: 50%;
}

@media (max-width: 1199px) {
	#cart .cart-button {
		margin-left: 38%;
	}
}

@media (max-width: 991px) {
	#cart .cart-button {
		margin-left: 20%;
	}
}

/* Cart Sticky */
.cart-sticky {
	position: fixed;
	opacity: 0;
	left: 50%;
	margin-left: -75px;
	z-index: 98;
}

.cart-sticky a {
	width: 150px;
	margin-top: -310px;
	text-transform: uppercase;
	border-radius: 0px 0px 10px 10px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.cart-sticky a {
		margin-top: -277px;
	}
}

@media (max-width: 991px) {
	.cart-sticky a {
		margin-top: -270px;
	}
}

@media (max-width: 849px) {
	.cart-sticky a {
		margin-top: -250px;
	}
}

/* Menu */
#menu {
	background-color: #016633;
	min-height: 40px;
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-left: -35px;
	margin-right: -35px;
}

#menu .nav {
	width: 100%;
}

#menu .nav i {
	display: none;
}

#menu .nav > li {
	text-align: center;
}

#menu .nav > li > a {
	font-size: 17px;
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
	border-color: #00783c;
	background-color: #00783c;
}

#menu .dropdown-menu {
	padding-bottom: 0px;
	margin-left: 20px;
}

#menu .dropdown-menu li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00783c;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	display: block;
	min-width: 220px;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333;
	font-size: 14px;
}

#menu .dropdown-inner li a:hover {
	color: #fff;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	padding: 3px 20px;
	font-size: 14px;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #fff;
	background-color: #888;
}

/* Menu mobile */
#menu #category {
	display: none;
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 42px;
	color: #fff;
}

#menu #btn-navbar {
	display: none;
	float: right;
	font-size: 17px;
	font-weight: 500;
	line-height: 42px;
	color: #fff;
	width: 50px;
	text-align: center; 
	cursor: pointer;
}

@media (max-width: 767px) {
	#menu {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#menu .navbar-header:hover {
		color: #fff;
		background-color: #00783c;
	}
	
	#menu #category, #menu #btn-navbar {
		display: block;
	}
	
	#menu .nav {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		margin: 0px auto 10px auto;
	}
	
	#menu .nav i {
		display: block;
	}
	
	#menu .nav > li {
		text-align: left;
		width: 100%;
		margin-top: 10px;
	}
	
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		background: none;
		border-color: transparent;
	}
	
	#menu div.dropdown-menu {
		/*border-top: solid 1px #ccc;*/
		/*background-color: #00783c;*/
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: -10px;
	}
	
	#menu div.dropdown-menu li a{
		color: #fff;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	#menu div.dropdown-menu li a:hover {
		color: #fff;
		background: none;
		border-color: transparent;
	}
	
	#menu div.dropdown-menu li i {
		display: inline-block;
		color:#fff;
		margin-right: 10px;
		margin-left: -5px;
		opacity: 0.5;
	}
	
	#menu .see-all {
		font-size: 16px;
		margin-top: 0px;
		color: #333;
		border: none;
	}
	
	#menu .see-all:hover{
		color: #333;
		background-color: transparent;
	}
	
	#menu .see-all i {
		display: inline-block;
		margin-right: 10px;
		opacity: 0;
	}
}

/* Alerts */
.alert {
	padding: 7px 3px 5px 3px;
	margin-top: 0px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.alert {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.alert i {
	font-size: 15px;
}

.alert table {
	width: 100%;
}

.alert table tr td {
	padding-bottom: 1px;
}

.alert table tr td:first-child {
	width: 30px;
	text-align: center;
}

.alert table tr td:last-child {
	width: 30px;
	text-align: center;
	padding-right: 28px;
}

.has-error .control-label{
	color: #cf0706;
}

.has-error .form-control:focus{
	border-color: #cf0706;
	box-shadow: none;
}

.text-danger {
	font-size: 12px;
	color: #cf0706;
}

div.required .control-label:before {
	content: '* ';
	color: #cf0706;
	font-weight: bold;
}

/* Buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 6.7px 17px;
	font-size: 13px;
	border-radius: 3px;
	font-weight: 400;
	transition: 0.5s all;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}

.btn-group > .btn-xs {
	font-size: 9px;
}

.btn-group > .btn-sm {
	font-size: 10.2px;
}

.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
}

.btn-primary {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
	min-width: 120px;
	min-height: 36px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:hover:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #00783c;
	border-color: #00783c;
}

.btn-primary-sm {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
	min-width: 60px;
}

.btn-primary-sm:hover, .btn-primary-sm:active, .btn-primary-sm:hover:active, .btn-primary-sm.active, .btn-primary-sm.disabled, .btn-primary-sm[disabled] {
	background-color: #00783c;
	border-color: #00783c;
}

.btn-primary-xs {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
}

.btn-primary-xs:hover, .btn-primary-xs:active, .btn-primary-xs:hover:active, .btn-primary-xs.active, .btn-primary-xs.disabled, .btn-primary-xs[disabled] {
	background-color: #00783c;
	border-color: #00783c;
}

.btn-account{
	font-size: 19px;
	color: #666;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background-color: #fafafa;
	border-color: #ddd;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.btn-account{
		font-size: 17px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
}

.btn-account:hover {
	color: #444;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	background-repeat: repeat-x;
	border-color: #ddd;
}

.btn-account i{
	font-size: 50px;
	display: block;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.btn-account i{
		font-size: 25px;
		margin-bottom: 5px;
	}
}

.btn-warning {
	color: #fff;
	background-color: #cf0706;
	border-color: #cf0706;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:hover:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #a52d21;
	border-color: #a52d21;
}

.btn-danger {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:hover:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #b90504;
	border-color: #b90504;
}

.btn-success {
	color: #fff;
	background-color: #00783c;
	border-color: #00783c;
}

.btn-success:hover, .btn-success:active, .btn-success:hover:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #006432;
	border-color: #006432;
}

.btn-info {
	color: #333;
	border-color: #999;
	background-color: #f1f1f1;
}

.btn-info:hover, .btn-info:active, .btn-info:hover:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #00783c;
	border-color: #00783c;
}

.text-instock {
	text-transform: uppercase;
	color: #cf0706;
}

#account-wishlist .price-new {
	color: #f00;
	font-weight: 500;
}
#account-wishlist .price-old {
	font-size: 90%;
	color: #999;
	text-decoration: line-through;
}

/* Paypal */
.paypal {
	text-align: center;
	margin: 0px auto 5px auto;
	max-width: 480px;
}

.btn-paypal {
	width: 100%;
	height: 40px;
	background-color: #ffc43a;
	background-image: url("../../../../../image/catalog/payments/paypal_button.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #ffc43a;
}

/* Checkout */
.confirm-bottom {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.confirm-bottom {
		margin-bottom: 30px;
	}
}

/* Tabs */
.nav-tabs i {
	font-size: 20px;
	width: 30px;
	text-align: center;
	color: #888;
}

@media (max-width: 479px) {
	.nav-tabs i {
		font-size: 16px;
		width: 22px;
	}
}

/* Product List */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fafafa;
}

.product-thumb .caption{
	padding: 15px;
}

.product-thumb legend {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 5px;
}

.product-thumb h4 {
	font-weight: 400;
}

.product-thumb .price-new {
	color: #f00;
	font-weight: 500;
}

.product-thumb .price-old {
	margin-left: 8px;
	font-size: 85%;
	color: #999;
	text-decoration: line-through;
}

.product-thumb .special {
	position: absolute;
	float: right;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px 5px 15px;
	background-color: #eb0404;
	top: -5px;
	right: 10px;
	text-transform: uppercase;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	z-index: 97;
}

.product-thumb .rating {
	padding-bottom: 5px;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	overflow: auto;
}

.product-thumb .button-group button {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	border: none;
	background-color:rgba(0,0,0,0.02);
	display: inline-block;
	float: left;
}

.product-thumb .button-group button i {
	color: #555;
}

.product-thumb .button-group button:first-child {
	width: 20%;
}

.product-thumb .button-group button:nth-child(2) {
	width: 20%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.product-thumb .button-group button:nth-child(3) {
	width: 60%;
}

.product-thumb .button-group button:hover {
	color: #333;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	background-repeat: repeat-x;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

/* Responsive */
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* Fixed colum left + content + right */
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

@media (max-width: 991px) {
    #column-left, #column-right {
       display:none;
    }
	#content {
       width: 100%;
    }
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 479px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* Rating */
.rating .fa-stack {
	font-size: 8px;
	margin-right: -3px;
	cursor: pointer;
}

.rating .fa-stack:last-child {
	margin-right: 0px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 16px;
}

.rating-stars {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
}

.rating-stars input {
	display: none;
}

/*@media (-moz-touch-enabled: 1), (pointer:coarse) {
	.rating-stars {
		color: #FC0;
	}
	.rating-stars input {
		display: inline-block;
	}
}*/

.rating-stars label:hover, .rating-stars label:hover ~ label, .rating-stars input:checked + label, .rating-stars input:checked + label ~ label {
	color: #FC0;
	cursor: pointer;
}

/* Footer */
footer {
	margin-top: 20px;
	padding: 18px 0 10px 0;
	border-top: 1px solid #ddd;
	color: #666;
	text-align: center;
	background-image: url("../../../../../image/catalog/data/background.png");
	background-repeat: repeat;
}

footer a {
	color: #666;
	margin-left: 3px;
	margin-right: 5px;
}

footer img{
	max-width: 100%;
	height: 80px;
	margin-bottom: 10px;
}

footer .img-center {
	text-align: center;
}

@media (max-width: 849px) {
	footer .img-center img {
		height: 60px;
	}
}

@media (max-width: 479px) {
	footer .img-center img {
		height: 45px;
	}
	
	footer .information {
		font-size: 12px;
	}
}

footer .copyright {
	color: #666;
	opacity: 0.8;
}

/* BackToTop */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 7px;
    cursor: pointer;
    width: 50px;
    height: 39px;
    background-color: #ccc;
    text-indent: -9999px;
    display: none;
  	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	z-index: 1001;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

#scroll:hover {
    background-color: #23a1d1;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}