html {
  	font-family: sans-serif;
  	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%; 
  	scroll-behavior: smooth;
  	  margin:0;
  	padding:0; 
}

body {
  margin: 0;
  padding: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; 
}

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: 1em 40px; 
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; 
}

pre {
  overflow: auto; 
}

code, kbd, pre,
samp {
  font-family: monospace, monospace;
}

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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "ArialRoundedMT", "Helvetica Rounded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  hyphens: auto;
  color: #626469;
  background-color: #ffffff; 
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; 
}

a {
  color: #42B4E6;
  text-decoration: none; 
}
a:hover, a:focus {
    color: #1a8fc2;
    text-decoration: underline; 
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

figure {
  margin: 0; 
}

img {
  vertical-align: middle; 
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; 
}

.img-rounded {
  border-radius: 6px; 
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; 
}

.img-circle {
  border-radius: 50%; 
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #FAFAFA; 
  
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .accordion-overview > ul > li > a, .h3, .h4, .h5, .h6 {
  font-family: "ArialRoundedMT", "Helvetica Rounded", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: inherit; 
}


h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; 
}


h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; 
}


h1, .h1 {
  font-size: 35px; 
}

h2, .h2 {
  font-size: 35px; 
  color: #3DCD58;
}

h3, .h3 {
  font-size: 20px; 
}

h4, .h4 {
  font-size: 36px; 
}

h5, .h5 {
  font-size: 14px; 
}

h6, .h6 {
  font-size: 12px; 
}

p {
  margin: 0 0 10px; 
}

.color-blue {
    color: #42B4E6;
}
.color-blue:hover {
    text-decoration:underline;
}

.btn {
  	display: inline-block;
  	font-weight: regular;
  	text-align: center;
  	vertical-align: middle;
  	-ms-touch-action: manipulation;
  	touch-action: manipulation;
  	cursor: pointer;
  	background-image: none;
  	border: 1px solid transparent;
  	white-space: nowrap;
  	font-size: 16px;
  	line-height: 1.25;
  	border-radius: 0;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	
  	font-family: "ArialRoundedMT","Helvetica Rounded",Arial,sans-serif;
	padding: 6px 16px;
	max-width: 100%;
	white-space: normal;
	background-color: #42B4E6;
	color: white;
	transition: 0.2s;
}
.btn:hover {
	background-color: #1d9fd8;
}

input[type=file]::file-selector-button {
	font-family: "ArialRoundedMT","Helvetica Rounded",Arial,sans-serif;
	cursor: pointer;
  	background-image: none;
  	background-color: #42B4E6;
  	color:white;
  	border: 1px solid transparent;
  	white-space: nowrap;
  	padding: 6px 12px;
  	font-size: 16px;
  	line-height: 1.25;
  	border-radius: 0;
	transition: 0.5s;
}

input[type=file]::file-selector-button:hover {
	background-color: #1d9fd8;	
}



input[type="text"] {
  	background-color: #fff;
  	font-size: 13px;
  	color: #000;
  	border: 0;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	border-radius: 0;
  	font-size: 14px;
  	height: 37px;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #9fa0a4;
  	border-radius: 3px;
  	box-sizing: border-box;
}



select option:hover {
  color: #000; 
  box-shadow: inset 20px 20px rgb(255, 0, 0);
  outline-color: red;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
					Start Anlagenkonfigurator
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	-webkit-overflow-scrolling:touch;
	background-color: rgb(61,205,88);
}

.layout {
	background-color: #FAFAFA;
	margin:0;
	position:relative;
	/*width:210mm;
	height:297mm;*/
	width:100vw;
	display:flex;
	/*gap:40px;*/
}
.screen {
	box-sizing:border-box;
	padding:0;
	margin:0;
	position:relative;
	/*width:210mm;
	height:297mm;
	resize: horizontal;*/
	width:100%;
	overflow:auto;
}


/* * * * * * * * * * * * * * * * Top Bar * * * * * * * * * * * * */

.top-bar {
	position:relative;
	margin:0;
	padding:0;
	height:80px;
	background-color:rgb(61,205,88);
}
#Ritto-Logo {
	position:absolute;
	top:24px;
	left:40px;
	height:32px;
	width:auto;
}
.top-bar h1 {
	margin-top:0;
	line-height: 80px;
	text-align:center;
	color:white;
}
.top-bar #searchform {
	position:absolute;
	top:24px;
	right:300px;
	display:none;
}
#searchstring {
	min-width:300px;
	outline: none;
	color:rgba(98,100,105,0.6);
	padding-left:10px;
}
#searchstring:focus {
	border-color:rgb(98,100,105);
	color:rgba(98,100,105,1);
	
}
#search-icon {
	position:absolute;
	right:30px;
	top:10px;
	display:none;
}
.btn-submit,
.btn-reset {
	color:#626469;
	font-size: 14px;
  	height: 37px;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #9fa0a4;
  	border-radius: 3px;
  	box-sizing: border-box;
  	vertical-align:top;
}
.btn-submit:hover,
.btn-reset:hover {
	color:white;
	background-color:#9fa0a4;
}

#SE-logo {
	position:absolute;
	top:11px;
	right:40px;
}



@media only screen and (max-width: 1780px) {
  	.top-bar h1 {
		text-align:left;
		padding-left:210px;
		padding-top:2px;
	}
}
@media only screen and (max-width: 1220px) {
  	.top-bar h1 {
		text-align:center;
		padding-left:0;
		padding-top:2px;
	}
	.top-bar #searchform {
		top:-80px;
		transition:top 1s;
		right:20px;
		z-index:500;
	}
	.top-bar #searchform.active {

		top:24px;
	}
	#search-icon {
		display:block;
		z-index:500;
		cursor:pointer;
	}
}
@media only screen and (max-width: 840px) {
	#Ritto-Logo {
		width:90px;
	}
	#SE-logo {
		width:170px;
	}
	.top-bar h1 {
		font-size:30px;
	}
}
@media only screen and (max-width: 650px) {
	#Ritto-Logo {
		left:10px;
	}
	#SE-logo {
		width:170px;
		right:10px;
	}
	.top-bar h1 {
		font-size:26px;
		text-align:left;
		padding-left:120px;
		line-height:78px;
	}
}
@media only screen and (max-width: 560px) {
	.top-bar h1 {
		font-size:20px;
		padding-left:115px;
		padding-top:4px;
	}
}
@media only screen and (max-width: 500px) {
	#searchstring {
  		min-width: initial;
  		width:55vw;
  	}
  	#searchform .btn {
  		padding:6px 12px
  	}
}
@media only screen and (max-width: 480px) {
	#Ritto-Logo {
		top:10px;
		left:0;
		height:20px;
	}
	.top-bar h1 {
		font-size:20px;
		text-align:left;
		padding-left:10px;
		padding-top:15px;
	}
	#SE-logo {
	  width: 170px;
	  right: 10px;
	  top:-12px;
	}
}
@media only screen and (max-width: 400px) {
	#searchstring {
  		min-width: initial;
  		width:44vw;
  	}
  	#searchform .btn {
  		padding:6px 10px
  	}
}






/* * * * * * * * * * * * * * * * Products * * * * * * * * * * * * */

.products-container {
	position:relative;
}
.entrance{
	display:flex;
	flex-wrap:wrap;
	gap:2px;
}
.entrance-item {
	width:calc(33.333% - 2px);
	height:auto;
	position:relative;
}
.entrance-item img {
	width:100%;
	height:auto;
	margin:0;
	display:block;
}
.entrance-item h2 {
	position:absolute;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.9);
	color:white;
	line-height:4vw;
	font-size:1.6vw;
	padding:0 1.5vw;
	margin:0;
	transition: background-color 0.4s;
}
.entrance-item:hover h2 {
	background-color: rgb(61,205,88,0.9);
}
@media only screen and (min-width: 1260px) {
	.entrance-item:nth-child(3n) {
		width:33.333%;
	}
}
@media only screen and (max-width: 1259px) {
  	.entrance-item {
		width:calc(50% - 2px);
	}
	.entrance-item h2 {
		line-height:6vw;
		font-size:2.3vw;
		padding:0 1.8vw;
	}
}
@media only screen and (min-width: 671px) and (max-width: 1259px) {
	.entrance-item:nth-child(2n) {
		width:50%;
	}
	
}
@media only screen and (max-width: 670px) {
  	.entrance{
		gap:initial;
		row-gap:2px;
	}
  	.entrance-item {
		width:100%;
	}
	.entrance-item h2 {
		line-height:10vw;
		font-size:4.7vw;
		padding:0 3.8vw;
	}
}
.product-accordion header {
	padding:0 40px;
	box-sizing:border-box;
	cursor:pointer;
}
.product-accordion .product-content {
	clear:both;
	display: flex;
	flex-wrap:wrap;
	position:relative;
	box-sizing:border-box;
	padding:0 40px;
	margin-top:40px;
}
.product-accordion .product-content h3 {
	margin-top:8px;
}
.product-accordion header {
	background-color:rgb(61,205,88);
}
.product-accordion header h2 {
	color:rgb(255,255,255);
	line-height:56px;
}
.product-accordion header .arrow {
	float:right;
	margin-top:-45px;
	transform-origin: 50% 50%;
	transition: transform 0.6s;
}
.product-accordion.open header .arrow {
	transform: rotate(180deg);
}
.product.active {
	box-shadow: 0 0 2px 2px rgba(61,205,88,0.5);
}
.product-accordion.accordion-doorstation .product-content {
	padding-bottom:80px;
}
.product .choose-set {
	position:absolute;
	background-color:#42B4E6;
	color:white;
	width:100%;
	left: 0;
	bottom: -70px;
	padding:10px;
	box-sizing:border-box;
}
.product .choose-set.active {
	box-shadow: 0 0 2px 2px rgba(61,205,88,0.5);
	background-color:white;
	color:rgba(61,205,88,1);
}

.accordion-doorstation,
.accordion-sets,
.accordion-montage,
.accordion-color-doorstation,
.accordion-housestation,
.accordion-color,
.accordion-count,
.accordion-result {
	display:none;
}
.accordion-doorstation.active,
.accordion-sets.active,
.accordion-montage.active,
.accordion-color-doorstation.active,
.accordion-housestation.active,
.accordion-color.active,
.accordion-count.active,
.accordion-result.active {
	display:block;
}

.product-accordion .product {
	width:300px;
	margin:20px;
	padding:40px 20px 20px;
	box-sizing:border-box;
	background-color:white;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position:relative;
	cursor:pointer;
}
@media only screen and (min-width: 1400px) {
	.product-accordion .product {
		width:calc(25% - 40px);
	}
}
@media only screen and (max-width: 1399px) {
	.product-accordion .product {
		width:calc(33.333% - 40px);
	}
}
@media only screen and (max-width: 1099px) {
	.product-accordion .product {
		width:calc(50% - 40px);
	}
}
@media only screen and (max-width: 768px) {
	.product-accordion .product-content {
		padding:0 20px;
	}
	.product-accordion .product {
		margin:15px;
		padding: 20px 20px 20px;
		width:calc(50% - 30px);
	}
}
@media only screen and (max-width: 669px) {

	.product-accordion header {
		padding:0 20px;
	}
	.product-accordion header h2 {
		font-size: 30px;
		line-height:36px;
		padding:10px 20px 10px 0;
		hyphens:auto;
	}
	.product-accordion .product-content {
		padding:0 20px;
	}
	.product-accordion .product {
		margin:15px 0;
		padding: 20px 20px 20px;
		width:100%;
	}
	.product-accordion.accordion-doorstation .product.has-set-option {
		margin-bottom:70px;
	}
}

@media only screen and (max-width: 379px) {

	.product-accordion header h2 {
		font-size: 26px;
		line-height:30px;
		padding:10px 0;
		hyphens:auto;
	}
}

/*
.product-accordion .counterpart,
.product-accordion .montage {
	width:300px;
	margin:20px;
	padding:20px;
	box-sizing:border-box;
	background-color:white;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position:relative;
}
*/
.product-accordion .product.active {
	box-shadow: 0 0 2px 2px rgba(61,205,88,0.8);
}


.product-accordion .mounting-type,
.product-accordion .color-type {
	display:none;
}
.product-accordion.accordion-montage .mounting-type,
.product-accordion.accordion-sets .mounting-type {
	display:block;
	font-weight:bold;
}
.product-accordion.accordion-color-doorstation .color-type,
.product-accordion.accordion-color .color-type {
	display:block;
	font-weight:bold;
}
.product-accordion .product-image {
	text-align:center;
}

/* Result */

.product-accordion.accordion-result .product-content {
	display: block;
}
.accordion-result .resultheader {
	margin:10px 0;
	padding:5px 0;
	border-bottom:1px solid #b6b6b6;
}
.accordion-result .result-list-entry {
	margin:5px 0;
	padding:5px 0;
}
.accordion-result .result-list-entry:nth-child(odd) {
	background-color:#fff;
}
.accordion-result .result-list-entry:nth-child(even) {
	background-color:#fafafa;
}

.accordion-result .resultheader,
.accordion-result .result-list-entry {
	display:flex;
}
.accordion-result .resultheader > div:nth-child(1),
.accordion-result .result-list-entry > div:nth-child(1) {
	width:12%;
}
.accordion-result .resultheader > div:nth-child(2),
.accordion-result .result-list-entry > div:nth-child(2) {
	width:52%;
}
.accordion-result .resultheader > div:nth-child(3),
.accordion-result .result-list-entry > div:nth-child(3) {
	width:12%;
}
.accordion-result .resultheader > div:nth-child(4),
.accordion-result .result-list-entry > div:nth-child(4) {
	width:12%;
}
.accordion-result .resultheader > div:nth-child(5),
.accordion-result .result-list-entry > div:nth-child(5) {
	width:12%;
	text-align:right;
	padding-right:20px;
	box-sizing:border-box;
}
.accordion-result .resultprice {
	width:calc(100% - 20px);
	text-align:right;
	margin:10px 0;
	padding:5px 0;
}
.accordion-result .elbridge {
	width:calc(100% - 20px);
	text-align:left;
	margin:10px 0;
	padding:5px 0;
}

.accordion-result .resultprice:first-child {
	border-top:1px solid #b6b6b6;
}
.accordion-result .product-description {
	color:#3DCD58;
}
.accordion-result .product-description-sets {
	margin:10px 0 10px -24px;
}

@media only screen and (max-width: 1099px) {
	.accordion-result .resultheader > div:nth-child(1),
	.accordion-result .result-list-entry > div:nth-child(1) {
		width:18%;
	}
	.accordion-result .resultheader > div:nth-child(2),
	.accordion-result .result-list-entry > div:nth-child(2) {
		width:40%;
	}
	.accordion-result .resultheader > div:nth-child(3),
	.accordion-result .result-list-entry > div:nth-child(3) {
		width:16%;
	}
	.accordion-result .resultheader > div:nth-child(4),
	.accordion-result .result-list-entry > div:nth-child(4) {
		width:10%;
	}
	.accordion-result .resultheader > div:nth-child(5),
	.accordion-result .result-list-entry > div:nth-child(5) {
		width:16%;
	}
}
@media only screen and (max-width: 599px) { 
	.accordion-result .resultheader {
		display:none;
	} 
	.accordion-result .result-list-entry {
		display:block;
		padding:10px;
	}
	.accordion-result .resultheader > div:nth-child(1),
	.accordion-result .result-list-entry > div:nth-child(1) {
		width:100%;
	}
	.accordion-result .resultheader > div:nth-child(2),
	.accordion-result .result-list-entry > div:nth-child(2) {
		width:100%;
	}
	.accordion-result .resultheader > div:nth-child(3),
	.accordion-result .result-list-entry > div:nth-child(3) {
		width:100%;
	}
	.accordion-result .resultheader > div:nth-child(4),
	.accordion-result .result-list-entry > div:nth-child(4) {
		width:100%;
	}
	.accordion-result .resultheader > div:nth-child(5),
	.accordion-result .result-list-entry > div:nth-child(5) {
		width:100%;
		text-align:left;
		padding-right:10px;
	}
	.product-accordion .result-list-entry .product-image {
	  	text-align: left;
	  	margin-bottom:10px;
	}
	.result-list-entry .product-articlenumber::before {
		content:"Artikelnummer: ";
	}
	.result-list-entry .product-count::before {
		content:"Anzahl: ";
	}
	.result-list-entry .product-price::before {
		content:"Preis: ";
	}
}

.actions {
	text-align:center;
}
.elbridge-form,
.pdf-form {
	display:inline-block;
	margin:20px 10px 40px 10px;
} 

.elbridge-hookurl-form {
	display:none;
}


#entrance {
	/*display:none;*/
}









.products-container.overview .product-content {
	position:absolute;
	bottom:20px;
	box-sizing:border-box;
	padding-right:20px;
}
.image-container {
	position:relative;
}
.products-container.overview .image-container {
	width:100px;
	margin:0 auto 40px;
}
.products-container.overview .image-container img {
	width:100%;
	height:auto;
}

.products-container.overview .product > .edit-icon {
	position:absolute;
	top:10px;
	right:10px;
}
.products-container.overview .x-icon, 
.products-container.overview .okay-icon,
.products-container.overview .text-icon,
.products-container.overview .duplicate-icon,
.products-container.overview .product-content .edit-icon{
	display:none;
}

.entrance {
	cursor:pointer;
}




.products-container .icons {
	display:none;
}
.products-container .image-container .icons .icon,
.overlay .product .image-container .icon {
	width:30px;
	height:auto;
}
.icon.highlight {
  	background-color:rgba(61,205,88,0.3);
}
.icon-container {
	position:absolute;
	transform-origin: left top;
	/*
	top:100px;
	left:0;
	right:0;
	display:block;
	height:60px;
	background-color:rgba(255,200,100,0.5);
	*/
	
	
}
.icon-dropped {
	height:100%;
	width:auto;
}



/* Tooltip */

/* Tooltip text */
.tooltip,
.tooltip {
  	/*visibility: hidden;*/
  	width: 250px;
  	background-color: rgba(0, 0, 0, 0.5);
  	color: rgba(255,255,255,1);
  	text-align: center;
  	padding: 5px 5px;
  	border-radius: 6px;

  	/* Position the tooltip text */
  	position: absolute;
  	z-index: 510;
  	bottom: 120%;
  	left: 50%;
  	margin-left: -125px; /* half width */

  	/* Fade in tooltip */
  	opacity: 1;
  	transition: opacity 0.3s;
}
.tooltip.tooltip-left,
.tooltip.tooltip-left {
    top: 25%;
	bottom: auto;
	right: 128%;
	left:auto;
}
.tooltip.tooltip-bottom,
.tooltip.tooltip-bottom {
    top: 120%;
    left: 50%;
    bottom: auto;
    margin-left: -90px;
}
.tooltip.tooltip-top,
.tooltip.tooltip-top {
    left: 50%;
    margin-left: -125px;
}

/* Tooltip arrow */
.tooltip::after,
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}
.tooltip.tooltip-left::after,
.tooltip.tooltip-left::after {
    top: 50%;
    left: 100%;
    margin-top: -8px;
    margin-left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}
.tooltip.tooltip-bottom::after,
.tooltip.tooltip-bottom::after {
    top:auto;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}
.tooltip.tooltip-top::after,
.tooltip.tooltip-top::after {
    
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip.active {
  /*visibility: visible;*/
  opacity: 1;
} 

/* * * * * * * * * * * * * * * * Footer * * * * * * * * * * * * */

#small_footer {
  background-color: #3DCD58;
  color: white;
  font-size: 12px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#small_footer > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
	max-width: 1180px;
	margin:0 auto;
}
#small_footer li {
	display:inline-block;
}
#small_footer li::after {
	content:"|";
}
#small_footer li:last-child::after {
	content:"";
}
#small_footer a {
  color: white;
  padding: 0 3px;
}
#small_footer #c690 {
	margin:0 auto;
}
#small_footer .footer-links {
	margin-left:-24px;
}





