/* ##### --- module: countdown ##### --- */
/* ##########################################################################*/
.fiCountdown {
  text-align: center;
}

.fiCountdown .cdate {
  display: inline-block;
  color: #3e3e40;
  margin: 2px 2px 2px 2px;
  font-weight: 700;
}

.fiCountdown .title {
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.fiCountdown .label {
  display: block;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.fiCountdown .title.finished {
  padding: 0px 0px 0px 0px !important;
}

.fiCountdown.fi-background {
  background-color: rgba(62, 62, 64, 0.2);
  padding: 20px 20px 20px 20px;
}

.fiCountdown.fi-border .cdate {
  border: 2px solid #3e3e40;
}

.fiCountdown.fi-large .title {
  padding: 0px 0px 20px 0px;
}

.fiCountdown.fi-large .cdate {
  padding: 0px 13px 0px 13px;
}

.fiCountdown.fi-large.fi-border .cdate {
  padding: 12px 15px 12px 15px;
}

.fiCountdown.fi-medium .title {
  padding: 0px 0px 18px 0px;
}

.fiCountdown.fi-medium .cdate {
  padding: 0px 11px 0px 11px;
}

.fiCountdown.fi-medium.fi-border .cdate {
  padding: 10px 15px 10px 15px;
}

.fiCountdown.fi-small .title {
  padding: 0px 0px 14px 0px;
}

.fiCountdown.fi-small .cdate {
  padding: 0px 9px 0px 9px;
}

.fiCountdown.fi-small.fi-border .cdate {
  padding: 9px 11px 9px 11px;
}

.fiCountdown.fi-tiny .title {
  padding: 0px 0px 12px 0px;
}

.fiCountdown.fi-tiny .cdate {
  padding: 0px 5px 0px 5px;
}

.fiCountdown.fi-tiny.fi-border .cdate {
  padding: 10px 8px 10px 8px;
}



/* ##### --- module: counter ##### --- */
/* ##########################################################################*/
.swcounter-type-percent {

}

.swcounter-type-percent .swcounter-container .title {
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.swcounter-type-percent .swcounter-container {
  text-align: center;
  width: calc(100% - 10px);
  margin: 0px auto;
}

.swcounter-type-percent .swcounter {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0px 5px 0px;
}

.swcounter-type-percent .swcounter::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.swcounter-type-percent .swcounter .swcounter-elm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
}

.swcounter-type-percent .swcounter .swcounter-elm::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.swcounter-type-percent .swcounter canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swcounter-type-percent .count-item {
  font-weight: 700;
  line-height: normal;
}

.swcounter-type-percent .count-item::before,
.swcounter-type-percent .count-item:after {
  font-size: 80%;
  font-weight: 400;
}

.swcounter-type-percent .count-item::before {
  margin-right: 0.2em;
}

.swcounter-type-percent .count-item::after {
  margin-left: 0.2em;
}

.swcounter-type-percent .swcounter-theme-tron .swcounter::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  display: block;
  border: 2px solid #A64EC9;
  border-radius: 100%;
  z-index: 2;
}


.swcounter-type-string {}

.swcounter-type-string .swcounter-container {
  text-align: center;
}

.swcounter-type-string .swcounter-container .title {
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.swcounter-type-string .count-item {
  font-weight: 700;
  line-height: normal;
}

.swcounter-type-string .count-item::before,
.swcounter-type-string .count-item:after {
  font-size: 80%;
  font-weight: 400;
}

.swcounter-type-string .count-item::before {
  margin-right: 0.2em;
}

.swcounter-type-string .count-item::after {
  margin-left: 0.2em;
}

.swcounter-type-string .swcounter-theme-boxed {
  border: 1px solid #A64EC9;
  padding: 10px 10px 10px 10px;
}


/* --- module: directions --- */
/* ##########################################################################*/
.swDirections {}
.swDirections .header {
	padding: 10px 0px 10px 0px;
}
.swDirections input {
	width: calc(100% - 155px);
}
.swDirections input.button {
	width: 150px;
	float: right;
}


/* --- module: voting --- */
/* ##########################################################################*/
.swslangvoting {}

.swslangvoting .votingTable {
  width: 100%;
	margin: 20px 0px 20px 0px;
}
.swslangvoting .votingTable .swTableCell {
  vertical-align: top;
  padding: 5px 0px 5px 0px;
}
.swslangvoting .votingTable .input {
  vertical-align: middle;
	padding: 0px 10px 0px 0px;
}
.swslangvoting .votingTable .label {
  width: 100%;
}

.swslangvoting .votingTable.votingResult {}
.swslangvoting .votingTable.votingResult .percent {
	padding-left: 20px;
	vertical-align: bottom;
	opacity: 0.65;
}
.swslangvoting .resultField {
  background-color: rgba(0,0,0,0.1);
}
.swslangvoting .resultBar {
  background-color: #C31414;
	height: 10px;
}
.swslangvoting .resultSummary {
  font-weight: bold;
	text-align: right;
	padding: 10px 0px 20px 0px;
}