/* ------ General ------ */

* {
	font-family:"Open Sans";
}

html, body {
	height: 100%;
	background-color: transparent;
}

html.standalone {
	background-color: #226A9A;
}

body {
	margin: 20px 10px;
	height: calc(100% - 50px);
}

th {
	text-align: left;
}

.outer-wrapper {
	min-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-wrapper {
	width: 100%;
}

a, a:hover {
	color: #ffda79;
}

.page-title, .green-main-inst h1 {
	color: #fff;
	font-weight: 900;
	font-size: 47px;
	margin-bottom: 62px;
}

.join-part a, .join-part a:hover,
.alert-info a, .alert-info a:hover {
	color: #2196F3;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #3498db;
	color: #fff;
}

.table {
	color: #fff;
}

.main {
	flex-grow: 1;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.table td, .table th {
	border-top: none;
}

td .form-group {
	margin-bottom: 0;
}

/* Loading */

.loading-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	display: none;
}

.spinner-border {
	width: 7em;
	height: 7em;
	margin: auto;
}

.form-control-card-outer {
	margin-top: 8px;
}

.form-control-card {
	padding-top: 3px;
}

/* ------ Buttons ----- */

.btn, .btn:hover, .btn-success:hover{
	border: none;
	border-radius: 6px;
	padding: 14px 22px;
}

.btn {
	box-shadow: 0 1px 4px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.1);
}

.btn:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,.15), 0 3px 9px rgba(0,0,0,.15);
}

.btn-success {
	background-color: #009688;
}

.btn-success:hover {
	background-color: #009688;
}

.btn-default, .btn-primary {
	color: #212529;
	background-color: #f8f9fa;
}

.btn-default:hover, .btn-primary:hover {
	color: #212529;
	background-color: #e2e6ea;
}

.btn-sm, .btn-sm:hover {
	padding: 10px 22px;
}

.btn.disabled, .btn:disabled {
	opacity: .3;
}

#applyfilters, #clearfilters {
	margin-top: 7px;
	padding: 7px 22px;
}

.subform-remove, .subform-remove:hover {
	padding: 7px 12px;
}

#row_discount_code .btn, #row_discount_code .btn:hover {
	padding: 8px 22px;
}

.bulk-actions {
	text-align: right;
}

#form-group-appusers .control-label {
	display: none;
}

#form-group-appusers .panel-footer {
	text-align: right;
}

#form-group-appusers .col-sm-10.control-container {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.icon-cross:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00d";
}

.subform-template {
	display: none;
}

.form-group {
	display: flex;
}

.table-responsive {
	margin-bottom: 1rem;
}

/* ------ Header ------ */

.header {
	background-color: #2980b9;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	position: sticky;
	top: 0;
	z-index: 100;
	height: 107px;
}

.navbar {
	height: 100%;
	padding: 1rem 1rem;
}

a.navbar-brand {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.navbar-expand-md .navbar-nav a.nav-link {
	color: #fff;
	font-size: 18px;
}

.navbar-expand-md .navbar-nav a.nav-link:hover,
.navbar-expand-md .navbar-nav .active a.nav-link {
	background-color: #ffda79;
	color: #000;
}

/* ------ Footer ------ */

.footer {
	background-color: #ffda79;
	color: #333;
}

.footer-bottom {
	display: flex;
	margin: 1rem;
	align-items: center;
}

.footer-copy {
	flex: 1 0;
}

a.twitter-link {
	color: #fff;
	background-color: #3498db;
	display: inline-block;
	padding: 1rem;
	border-radius: 100%;
}


/* ------ Modal --------- */

.modal-content {
	background-color: #3498db;
	box-shadow: 0 10px 40px rgba(0,0,0,.7);
}

.modal-header {
	border-bottom: none;
}

.modal-backdrop {
	opacity: 20%;
}

.modal-footer {
	border-top: none;
}

#card-element {
	min-width: 400px;
}

/* ------ Validation ------- */

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #adafb2;
}

.payment-logos {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

.payment-cards img {
	height: 35px;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-right: 2px;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}

#card-errors {
	margin-top: 20px;
	color: #f00;
	background-color: #fff;
	border-radius: .5rem;
	padding: .2rem .5rem;
}

#card-errors:empty {
	display: none;
}

.loading-icon {
	margin-left: .5rem;
	display: none;
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

.payment-stripe {
	float: right;
	color: #fff;
}

.payment-stripe img {
	height: 37px;
	margin-left: 5px;
}

label, .label {
	color: #fff;
}

#join-form label, #join-form .label, #joinfree-form label, #joinfree-form .label {
	color: #000;
	font-weight: bold;
}

.btn {
	margin-right: 5px;
	margin-bottom: 8px;
}

.parsley-errors-list.filled {
	display: block;
	color: red;
	list-style: none;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 5px 10px;
	margin: 5px 0 0 0;
	border-radius: 5px;
}

.join-part {
	display: none;
}

#join-part-a, #joinfree-part-a {
	display: block;
}

.join-progress {
	text-align: center;
	margin-top: 30px;
}

.join-progress-dot {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, .2);
	display: inline-block;
	margin: 7.5px;
}

.join-progress-dot.active {
	background-color: #fff;
}

.join-progress-dot.completed {
	background-color: rgba(255, 255, 255, .5);
	cursor: pointer;
}

.join-progress-dot.completed:hover {
	background-color: #fff;
}

.join-part {
	background-color: #fff;
	color: #000;
	box-shadow: 0 10px 40px rgba(0,0,0,.2);
	width: 90%;
	max-width: 760px;
	border-radius: 6px;
	margin: auto;
	padding: 10px 40px;
}

.join-heading {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.z-password-toggle {
	font-size: .8rem;
	font-weight: bold;
	color: #888;
	cursor: pointer;
	position: absolute;
	right: 1.2rem;
	top: 0.6rem;
}

.form-group {
	position: relative;
}

#form-group-password .form-control {
	padding-right: 4rem;
}

.form-control-card-outer {
	overflow: auto;
}

.green-body {
	background-color: #189279;
	color: #fff;
	margin: 0;
	padding: 0;
}

.green-header {
	background-color: #009688;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
	height: 70px;
	padding: 0 30px;
	flex: 0 0 70px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.green-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 70px;
	display: inline-block;
}

.green-logout {
	float: right;
	margin-top: 15px;
	height: 41px;
}

.btn-menu {
	display: none;
}

.green-outer {
	min-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 100%;
	margin-top: 50px;
}

.green-main {
	width: 100%;
	min-height: 90%;
	padding: 20px 220px 20px 20px;
	display: flex;
	align-content: center;
}

.green-inner {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.green-inner-inst {
	max-width: none;
	margin-top: 60px;
}

.green-body .page-title, .green-main-inst h1 {
	margin-top: 32px;
	margin-bottom: 32px;
	font-weight: 900;
	text-align: center;
}

.page-title-or {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
}

.important-field {
	display: none;
}

.green-body .intro {
	margin-bottom: 32px;
}

.account-details .row {
	margin: .5rem 0;
}

.account-details {
	margin-bottom: 4rem;
}

.display-value {
	background-color: rgba(255, 255, 255, 0.08);
	padding: .5rem 1rem;
	border-radius: 5px;
}

.display-label {
	text-align: right;
	padding-top: 0.5rem;
}

.green-usermenu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.usermenu {
	flex: 0 0 auto;
	list-style: none;
	text-align: right;
	justify-content: center;
	width: 200px;
}

.usermenu-item {
	font-size: 15px;
	margin: 15px 0;
}

.usermenu-item a {
	color: rgba(255, 255, 255, .7);
}

.usermenu-item a.selected {
	color: #ffda79;
}

.usermenu-item a:hover {
	color: #fff;
	text-decoration: none;
}

.green-usermobile {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 500;
}

.green-usermobile .usermenu-outer {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	width: 300px;
}

.green-usermobile .usermenu {
	text-align: left;
	margin: 0;
	padding: 20px 20px 20px 40px;
	width: 300px;
}

.green-usermobile .usermenu-item {
	font-size: 20px;
}

.usermenu-title {
	margin: 20px 20px 0 40px;
}

.usermenu-close {
	border-radius: 50px;
	background-color: rgba(255, 255, 255, .5);
	cursor: pointer;
	color: #000;
	display: inline-block;
	float: right;
	font-size: 28px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}

.green-main-inst .filterform label {
	margin-right: 1rem;
}

.filterform {
	margin-bottom: 20px;
	padding: 0.2rem 1rem;
	background-color: rgba(255, 255, 255, .08);
	border-radius: 4px;
}

.table-responsive {
	margin-top: 1rem;
	background-color: rgba(255, 255, 255, .08);
}

.table-hover tbody tr {
	cursor: pointer;
}

.table-hover tbody tr:hover {
	color: #fff;
}

.table-hover tbody tr.selected {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
}

.table-hover tbody tr.selected:hover {
	background-color: rgba(255, 255, 255, .2);
}

/* ------ Media Queries ------ */

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav a.nav-link {
		padding: 40px 10px;
	}

	.navbar {
		height: 100%;
		padding: 0 1rem;
	}

	body {
		margin: 20px 80px;
	}
}

@media (max-width: 767px) {
	.green-main {
		padding: 20px 20px 20px 20px;
	}

	.green-logout {
		display: none;
	}

	.btn-menu {
		display: inline-block;
	}

	.display-label {
		text-align: left;
		margin-bottom: 0.3rem;
	}


	.usermenu {
		display: none;
	}

	.green-usermobile .usermenu {
		display: block;
	}

}

@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav a.nav-link {
		padding: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.green-main {
		padding: 20px 240px 20px 240px;
	}

	.green-main.green-main-inst {
		padding: 20px 240px 20px 20px;
	}

	.green-body .page-title {
		text-align: center;
	}

	.green-body h2.page-title {
		text-align: center;
	}
}

.weight-9 {
  font-weight: 900;
}

.bold {
	font-weight: 600;
}

p.large, .p.large {
  font-size: 21px;
  letter-spacing: -0.011em;
}

.margin-top-6 {
	margin-top: 60px;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  /* default spaces */
  /* alignments */
}
.flex > [class*=col-] {
  padding-left: 2%;
  padding-right: 2%;
}
.flex.fixedSpaces {
  margin-left: -10px;
  margin-right: -10px;
}
.flex.fixedSpaces > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.flex.noSpaces {
  margin-left: 0;
  margin-right: 0;
}
.flex.noSpaces > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.flex.verticalCenter {
  -ms-flex-align: center;
      align-items: center;
}
.flex.verticalBottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.flex.horizontalCenter {
  -ms-flex-pack: center;
      justify-content: center;
}
.flex.reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex.bottom [class*=col-], .flex.reverse.top [class*=col-] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.flex.top [class*=col-], .flex.reverse.bottom [class*=col-] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.flex > .col-1-12 {
  width: 8.3333333333%;
}
.flex > .col-2-12 {
  width: 16.6666666667%;
}
.flex > .col-3-12 {
  width: 25%;
}
.flex > .col-4-12 {
  width: 33.3333333333%;
}
.flex > .col-5-12 {
  width: 41.6666666667%;
}
.flex > .col-6-12 {
  width: 50%;
}
.flex > .col-7-12 {
  width: 58.3333333333%;
}
.flex > .col-8-12 {
  width: 66.6666666667%;
}
.flex > .col-9-12 {
  width: 75%;
}
.flex > .col-10-12 {
  width: 83.3333333333%;
}
.flex > .col-11-12 {
  width: 91.6666666667%;
}
.flex > .col-12-12 {
  width: 100%;
}
.flex > .col-1-10 {
  width: 10%;
}
.flex > .col-2-10 {
  width: 20%;
}
.flex > .col-3-10 {
  width: 30%;
}
.flex > .col-4-10 {
  width: 40%;
}
.flex > .col-5-10 {
  width: 50%;
}
.flex > .col-6-10 {
  width: 60%;
}
.flex > .col-7-10 {
  width: 70%;
}
.flex > .col-8-10 {
  width: 80%;
}
.flex > .col-9-10 {
  width: 90%;
}
.flex > .col-10-10 {
  width: 100%;
}

/* ipad landscape and > */
@media (max-width: 1023px) {
  .flex:not(.later) > [class*=col-]:not([class*=col-phablet-]):not([class*=col-phone-]) {
    width: 100%;
  }

  .flex > .col-tablet-1-1 {
    width: 100% !important;
  }

  .flex > .col-tablet-1-2 {
    width: 50% !important;
  }

  .flex > .col-tablet-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-tablet-2-3 {
    width: 66.66666666% !important;
  }

  .flex > .col-tablet-1-4 {
    width: 25% !important;
  }

  .flex > .col-tablet-3-4 {
    width: 75% !important;
  }

  .flex > .col-tablet-1-5 {
    width: 20% !important;
  }

  .flex > .col-tablet-2-5 {
    width: 40% !important;
  }

  .flex > .col-tablet-3-5 {
    width: 60% !important;
  }

  .flex > .col-tablet-4-5 {
    width: 80% !important;
  }
}
/* phablet landscape and ipad portrait and > */
@media (max-width: 767px) {
  .flex.later > [class*=col-]:not([class*=col-phone-]) {
    width: 100%;
  }

  .flex > .col-phablet-1-1 {
    width: 100% !important;
  }

  .flex > .col-phablet-1-2 {
    width: 50% !important;
  }

  .flex > .col-phablet-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-phablet-2-3 {
    width: 66.66666666% !important;
  }

  .flex > .col-phablet-1-4 {
    width: 25% !important;
  }

  .flex > .col-phablet-3-4 {
    width: 75% !important;
  }
}
/* phone portrait and > */
@media (max-width: 435px) {
  .flex > [class*=col-] {
    width: 100%;
  }

  .flex > .col-phone-1-1 {
    width: 100% !important;
  }

  .flex > .col-phone-1-2 {
    width: 50% !important;
  }

  .flex > .col-phone-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-phone-2-3 {
    width: 66.66666666% !important;
  }
}

ol, ul, li {
  list-style: none;
	margin: 0;
	padding: 0;
}

.margin-bottom-tablet-4 {
  margin-bottom: 40px;
}

.margin-bottom-4 {
  margin-bottom: 40px;
}

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

.shadow,
.button.empty.shadow:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

img {
	max-width: 100%;
}

.opacity-8 {
	opacity: 0.8;
}

.margin-right-2 {
	margin-right: 20px;
}

/* buttons */
.button {
  display: inline-block;
  border-radius: 3px;
  padding: 14px 22px;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  background: #202020;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: normal !important;
  position: relative;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  margin-bottom: 10px;
  transition: 0.3s;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
@media (max-width: 767px) {
  .button {
    max-width: 100%;
    white-space: normal;
  }
}
.slide .button, .popup .button {
  margin-left: 5px;
  margin-right: 5px;
}
.slide .button.small, .popup .button.small {
  margin-left: 4px;
  margin-right: 4px;
}
.button.wide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.button .material-icons {
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px;
  top: -2px;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.button .material-icons.small {
  font-size: 17px;
  bottom: 1px;
}
.button .material-icons.right {
  margin-left: 8px;
  margin-right: 0px;
}
.button svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 10px;
  pointer-events: none !important;
  position: relative;
}
.button svg * {
  pointer-events: none !important;
}
.button svg.right {
  margin-right: 0;
  margin-left: 10px;
}
.button.actionButton {
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 12px;
  border-radius: 25px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: top;
}
.button.actionButton svg {
  width: 18px;
  height: 18px;
  fill: #fff !important;
  top: 2px;
  vertical-align: bottom;
}
.button.actionButton .material-icons {
  margin: 0;
  position: relative;
  left: -3px;
  top: -3px;
  font-size: 24px;
}
.button.actionButton.big {
  width: 50px;
  height: 50px;
  padding: 16px;
}
.button.actionButton.big .material-icons {
  font-size: 24px;
}
.button.actionButton.big svg {
  width: 22px;
  height: 22px;
  left: -2px;
  top: 0px;
}
.button.actionButton.stroke {
  box-shadow: none;
  padding: 10px;
}
.button.actionButton:hover:not(:active) {
  transform: translateY(0) !important;
}
.button.actionButton.rounded {
  border-radius: 6px;
}
.button.actionButton svg, .slide.whiteSlide .button.actionButton svg {
  fill: #fff;
}
.button.actionButton.sound [class*=sound-] {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  left: 13px;
  top: 16px;
}
.button.actionButton.sound.stroke [class*=sound-] {
  left: 11px;
  top: 14px;
}
.button.actionButton.sound.playing .sound-on, .button.actionButton.sound:not(.playing) .sound-off {
  opacity: 1;
}
.button.actionButton.transparent {
  background-color: transparent;
}
.button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transform: translateY(0px) !important;
  transition: 0.35s !important;
}
.button:hover:after {
  opacity: 0.5;
}
.button:active {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(2px) !important;
  transition: 0.35s !important;
}
.button:active:after {
  opacity: 1;
}
.button.uppercase {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button.lowercase {
  text-transform: lowercase;
  letter-spacing: 0em;
  font-weight: 300;
}
.button.round {
  border-radius: 99px;
  padding-left: 28px;
  padding-right: 28px;
}
.button.rounded {
  border-radius: 6px;
}
.button.rectangular {
  border-radius: 1px;
}
.button.square {
  border-radius: 0px;
}
.button.thin-stroke {
  color: #202020;
  font-weight: 300;
  border: 1px solid;
  background-color: transparent !important;
  padding: 13px 21px 13px;
}
.slide.whiteSlide .button.thin-stroke {
  color: #202020;
}
.button.thin-stroke.small {
  padding: 9px 15px;
}
.button.stroke {
  color: #202020;
  border: 2px solid;
  background-color: transparent !important;
  padding: 12px 20px;
}
.slide.whiteSlide .button.stroke {
  color: #202020;
}
.button.stroke.round {
  padding-left: 26px;
  padding-right: 26px;
}
.button.stroke.uppercase {
  padding-top: 13px;
  padding-bottom: 13px;
}
.button.stroke.uppercase svg {
  margin-bottom: -2px;
}
.button.stroke.uppercase.small {
  padding: 11px 15px;
}
.button.stroke.small {
  border: 1px solid;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 768px) {
  .button.stroke.big {
    padding: 14px 28px;
  }
  .button.stroke.big.uppercase {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.button.stroke:not(.flat):hover {
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.button.flat:not(:hover) {
  box-shadow: none;
}
.button:not(.stroke) svg {
  fill: #fff;
}
.button.small {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px 10px;
}
.button.small .material-icons {
  vertical-align: bottom;
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  bottom: 1px;
}
.button.small .material-icons.right {
  margin-left: 8px;
  margin-right: 0px;
}
.button.small svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  top: 0px;
}
.button.small svg.right {
  margin-right: 0;
  margin-left: 10px;
}
.button.small.round {
  padding-left: 18px;
  padding-right: 18px;
}
.button.small.rounded {
  border-radius: 6px;
}
.button.small.uppercase {
  font-size: 12px;
  padding: 12px 16px;
  letter-spacing: 0.125em;
}
.button.small.uppercase.round {
  padding-left: 19px;
  padding-right: 19px;
}
@media (min-width: 768px) {
  .button.big {
    font-size: 20px;
    padding: 16px 26px;
  }
  .button.big.round {
    padding-left: 28px;
    padding-right: 28px;
  }
  .button.big.rounded {
    border-radius: 7px;
  }
  .button.big.uppercase {
    font-size: 16px;
    padding: 19px 28px;
  }
  .button.big.uppercase.round {
    padding-left: 32px;
    padding-right: 32px;
  }
  .button.big .material-icons {
    margin-right: 10px;
    font-size: 24px;
    top: -2px;
  }
  .button.big .material-icons.right {
    margin-left: 10px;
    margin-right: 0px;
  }
  .button.big svg {
    width: 24px;
    height: 24px;
    margin-right: 11px;
    top: 0;
  }
  .button.big svg.right {
    margin-right: 0;
    margin-left: 11px;
  }
}
.button.empty {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  margin: 0;
  box-shadow: none;
}
.button.hollow {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
}
.button.hollow svg {
  margin: 0;
}
.button.shade {
  position: relative;
}
.button.shade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  transition: 0.25s;
}
.button.shade:hover:after {
  opacity: 0.15;
}
.button.shade:active:after {
  opacity: 0.2;
}
.button.play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 27px;
  margin-left: 0px;
  margin-right: 0px;
}
.button.play svg {
  fill: #fff;
  width: 35px;
  height: 36px;
  margin: 0;
}
.button.play.small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 22px 19px;
}
.button.play.small svg {
  fill: #fff;
  width: 23px;
  height: 23px;
  top: -3px;
}
.button.play:hover {
  transform: scale(1.05);
}
.button.gradient {
  position: relative;
}
.button.gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #000 100%);
  z-index: -1;
  opacity: 0.1;
}

/* form group */
/* new */
.form-group-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important;
}
.form-group-center {
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.form-group-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
}

.slide.whiteSlide .button.white:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.slide.whiteSlide .button.white:hover:after {
  opacity: 0.3;
}

.roundButton {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 14px;
  margin: 5px;
}
.roundButton svg {
  bottom: 2px;
}

@media (max-width: 319px) {
  .button.uppercase,
.uppercase {
    letter-spacing: 0.07em;
  }
}
.button.uppercase {
  letter-spacing: 0.125em !important;
  text-indent: -0.1em !important;
  font-weight: 700 !important;
}

.blue {
  background: #2196F3 !important;
  color: #fff !important;
}

.white {
	background-color: #fff;
	color: #000;
}

hr.rounded {
  border-top: 4px solid #000;
  border-radius: 5px;
}

.margin-top-7 {
	margin-top: 70px;
}
.yellow {
  background: #FFEB3B !important;
  color: #202020 !important;
}

p {
	margin-bottom: 1em;
}

.margin-top-3 {
	margin-top: 30px;
}

.margin-bottom-2 {
	margin-bottom: 20px;
}

.fix-10-2 a {
	margin: auto;
}

.button:hover {
	text-decoration: none;
}

.button.white:hover {
	color: #000;
}
