@font-face {
  font-family: 'BebasNeue';
  src: url("/fonts/BebasNeue-Regular.otf") format("opentype");
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #404042;
}
html,
body {
  height: 100%;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
.h1, h1 {
  text-transform: uppercase;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table em {
  color: yellow;
  font-style: normal;
}
table th[data-sort] {
  cursor: pointer;
}
table th[data-sort] .arrow {
  display: inline-block;
  background: url('/images/sort_bg.gif') no-repeat;
  width: 7px;
  height: 9px;
  margin-left: 3px;
}
table th[data-sort].sorting-desc .arrow {
  background-image: url('/images/sort_asc.gif');
}
table th[data-sort].sorting-asc .arrow {
  background-image: url('/images/sort_desc.gif');
}
table.border-sm {
  width: auto !important;
  border-collapse: collapse;
}
table.border-sm td {
  border: 1px solid #666;
  padding: 2px 5px;
}
a {
  color: #A40433;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #930431;
  text-decoration: none;
}
a:hover[href] {
  text-decoration: underline;
}
a.dotted {
  border-bottom: 1px dotted #A40433;
}
a.dotted.small {
  font-size: 10px;
}
a.dotted:hover {
  text-decoration: none;
  border-bottom-style: solid;
}
a img {
  border: 0;
}
.red-btn {
  background: #A40433;
  text-decoration: none !important;
  text-align: center;
  font-size: 15px;
  padding: 3px 12px;
  display: inline-block;
  color: #fff !important;
}
.red-btn:hover {
  background-color: #be0f38;
}
.gray {
  color: #404042 !important;
}
.silver {
  color: #aaa !important;
}
.darkred {
  color: #8a1830 !important;
}
.white {
  color: #fff !important;
}
.red {
  color: #ffd7df;
}
.green {
  color: green;
}
.green.light {
  color: #00dc00;
}
.yellow {
  color: yellow;
}
.margin20 {
  margin: 20px;
}
.margin10 {
  margin: 10px;
}
.errorBG,
.error {
  background-color: #ffd8e0 !important;
}
.lHeight15 {
  line-height: 1.5em;
}
.inline {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
#instantclick-bar {
  background: #a2112d;
}
.no-padding {
  padding: 0 !important;
}
.underline {
  text-decoration: underline;
}
:focus {
  outline: 0;
}
body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 700 !important;
}
.light {
  font-weight: lighter !important;
}
.lg {
  width: 100% !important;
}
.small {
  font-size: 12px;
}
.select2-container {
  margin: 0;
  z-index: 0;
}
.select2-results__option {
  padding: 6px 12px !important;
  font-size: 15px !important;
}
.select2-selection {
  height: 34px !important;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc !important;
}
.select2-selection__rendered {
  line-height: 34px !important;
  color: #000;
  padding-left: 12px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
.select2-selection.select2-selection--multiple {
  height: auto !important;
}
.select2-selection.select2-selection--multiple .select2-selection__choice {
  line-height: 15px;
  font-size: 11px;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
  line-height: normal !important;
}
.required {
  color: red !important;
  font-weight: 400;
}
.unreq .required {
	display: none;
}
label {
  display: block;
  cursor: pointer;
}
label.lock {
  background: url('/images/lock-icon.png') no-repeat left center;
  padding-left: 18px;
}
label input,
label select {
  font-weight: 400;
}
.formText {
  line-height: 32px;
}
.main-container {
  min-height: 100%;
  height: auto;
}
.main-container > .wrapper {
  padding-bottom: 100px;
}
.text-light {
  font-weight: 300 !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* LOADER */
#loader, #refresher {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background: #414143;
  padding: 1em;
  text-align: center;
  display: none;
  z-index: 1100;
  height: 102px;
  font-size: 15px;

  right: calc(50% - 73px);
  top: calc(50% - 51px);
  white-space: nowrap;
  font-size: 14px;
}
#loader-text {
	display: inline-block;
	padding-top: 10px;
}
#refresher {
	border: 1px solid gray;
	height: auto;
	min-height: 102px;
}
/* BUTTONS AND INPUT FIELDS */
button.topaymentButton {
	margin-bottom: 10px;
}
button,
a.btn {
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  line-height: 32px;
  background: #A40433;
  color: #fff !important;
  border: none;
  padding: 0 15px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 110px;
}
button.arrow,
a.btn.arrow {
  background: #a21030 url('/images/button-arrow.png') no-repeat right 15px center;
  padding-right: 65px;
}
button.gray,
a.btn.gray {
  color: #fff !important;
  background-color: #404042;
}
button:hover,
a.btn:hover {
  text-decoration: none;
  background-color: #be0f38;
}
button.small,
a.btn.small {
  font-size: 15px;
  line-height: 28px;
}
button.search,
a.btn.search {
  background: none;
  color: #A40433 !important;
  margin-left: -30px;
  min-width: 0;
}
button[disabled],
a.btn[disabled] {
  opacity: 0.5;
}
button[disabled]:hover,
a.btn[disabled]:hover {
  background-color: #a21030;
}
input.lightBorder {
  border: 1px solid #e1e1e1;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  line-height: 1.5em;
  cursor: pointer;
  margin: 0 0 8px;
  font-weight: 400;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/images/radio.png');
  margin: -4px 10px 0 0;
  vertical-align: middle;
}
input[type="radio"]:checked + label span {
  background: url('/images/radio-checked.png');
}
input[type="radio"] + label .description {
  display: inline-block;
  line-height: 1em;
}
input[type="radio"] + label .description .small {
  padding-top: 2px;
}
input[type="radio"].radioWithDescription + label span {
  vertical-align: 14px;
}
input[type="checkbox"] {
  cursor: pointer;
}
input[type="file"] {
  color: #fff !important;
  padding: 0;
}
input[type="file"].invisible {
  position: absolute;
  left: -99em;
  visibility: hidden;
}
input.datepicker,
input.datetimepicker {
  cursor: pointer;
  background: #fff url('/images/calendar-icon.png') no-repeat right 6px center;
}
input.datepicker.small,
input.datetimepicker.small {
  background-image: none;
}
input.small {
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
}
textarea {
  resize: vertical;
  font-size: 16px;
  padding: 8px;
  color: #444;
  border: 1px solid #545456;
  border-radius: 6px;
}
textarea:focus {
  background-color: #fff;
  border: 1px solid #009df5;
}
::-webkit-input-placeholder {
  color: #878787;
}
:-moz-placeholder {
  color: #878787;
}
:-ms-input-placeholder {
  color: #878787;
}
select.small {
  padding: 0 4px;
  line-height: 20px;
  height: 20px;
}
select.error {
  background-color: #ffd8e0;
}
select.error option {
  background: #fff;
}
/* TABLE */
table {
  width: 100%;
}
table thead th {
  text-transform: uppercase;
}
table.striped td,
table.striped-2 td,
table.striped th,
table.striped-2 th {
  font-weight: normal;
  padding: 8px 5px;
}
table.striped th,
table.striped-2 th {
  border-bottom: 1px solid #4b4b4d;
  line-height: 1em;
  height: 35px;
  white-space: nowrap;
}
table.striped tfoot td,
table.striped-2 tfoot td {
  border-top: 1px solid #4b4b4d;
}
table.striped tr td:first-child,
table.striped-2 tr td:first-child,
table.striped tr th:first-child,
table.striped-2 tr th:first-child {
  padding-left: 15px;
}
table.striped tr td:last-child,
table.striped-2 tr td:last-child,
table.striped tr th:last-child,
table.striped-2 tr th:last-child {
  padding-right: 15px;
}
table.striped tbody tr:nth-child(odd) td {
  background: rgba(88, 88, 89, 0.05);
}
table.striped tbody tr:hover td {
  background: rgba(77, 77, 79, 0.09);
}
table.striped.white td,
table.striped.white th {
  color: #000;
}
table.striped.white tbody tr:nth-child(even) td,
table.striped.white th {
  background: rgba(248, 248, 254, 0.6);
}
table.striped.white tbody tr:nth-child(odd) td {
  background: rgba(248, 248, 254, 0.6);
}
table.striped.white tbody tr:hover td {
  background: rgba(248, 248, 254, 0.9);
}
table.striped-2 tbody tr:nth-child(odd) td {
  background: rgba(88, 88, 89, 0.7);
}
table.striped-2 thead th,
table.striped-2 tbody tr:nth-child(even) td {
  background: rgba(77, 77, 79, 0.7);
}
table .smaller td,
table.smaller td,
table .smaller th,
table.smaller th {
  font-size: 13px;
}
/* HEADER */
#header {
  background: #414143;
  color: #fff;
  padding: 1em 0;
}
#header a {
  color: #fff;
}
#header .navigation a {
  padding-left: 3px;
}
#header .navigation a:hover {
  text-decoration: underline;
}
#header .navigation a.sm {
  font-size: 14px;
}
#header .logo {
  display: inline-block;
  background: url('/images/logo.png') no-repeat;
  width: 249px;
  height: 63px;
}
#header .menu {
  margin-top: 17px;
}
#header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  text-align: center;
}
#header .menu ul li {
  display: inline-block;
  margin: 0 0 0 5px;
  white-space: nowrap;
}
#header .menu ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 1px 10px;
}
#header .menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#header .menu ul li a.active {
  background: #A40433;
  text-decoration: none !important;
}
/* PROMO */
#promo {
  background-image: url('/images/promo-2024.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 453px;
}
#promo .info-block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  min-height: 215px;
  margin-top: 200px;
  padding: 20px 25px;
}
#promo .info-block .title {
  color: #8c0b33;
  font-size: 35px;
}
#promo .info-block .line {
  height: 1px;
  background: #000;
  width: 80px;
  margin: 12px 0;
}
#promo .info-block .desc {
  color: #3f3f41;
  font-size: 16px;
}
#promo .info-block .red-btn {
  position: absolute;
  bottom: -14px;
  left: 39px;
}
.h1, h1 {
  color: #8c0b33;
  font-size: 18px;
  font-weight: 400;
  margin: 40px 0;
}
h1.big {
  text-transform: uppercase;
  font-size: 55px;
}
h2 {
  color: #8c0b33;
  font-size: 18px;
  margin: 20px 0;
  font-weight: 400;
}
h3 {
  color: #8c0b33;
  font-size: 18px;
  margin: 20px 0;
  font-weight: 400;
}
/* CONTENT */
#content {
  font-size: 15px;
  margin: 0 0 0;
  padding-bottom: 70px;
  min-height: 840px;
  min-height: calc(100vh - 86px);
  background-image: url('/images/license-big-bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 300px;
}
#content.noBg {
  background-image: none;
}
#content .blurred-bg {
  background-image: url('/images/blurred-th.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-bottom: -600px;
}
#content .filePreview {
  height: 34px;
  padding-left: 33px;
  background: no-repeat left center;
}
#content .filePreview.pdf {
  background-image: url('/images/files/pdf.png');
}
#content .filePreview.doc,
#content .filePreview.docx,
#content .filePreview.edoc {
  background-image: url('/images/files/doc.png');
}

#content .filePreview.apk {
  background-image: url('/images/files/apk.png');
}
#content .filePreview.ipa,
#content .filePreview.ipsw  {
  background-image: url('/images/files/ipa.png');
}

#content .filePreview.xls,
#content .filePreview.xlsx {
  background-image: url('/images/files/xls.png');
}
#content .filePreview.jpg,
#content .filePreview.jpeg {
  background-image: url('/images/files/jpg.png');
}
#content .filePreview.mp4 {
  background-image: url('/images/files/mp4.png');
}
#content .filePreview.png {
  background-image: url('/images/files/png.png');
}
#content .filePreview .name {
  display: block;
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .filePreview .delete {
  font-size: 12px;
  line-height: 1.4em;
  vertical-align: 4px;
}
#content .filePreview.big {
  margin-bottom: 15px;
}
#content .filePreview.big .name {
  display: block;
  font-size: 14px;
  line-height: 15px;
}
#content .filePreview.big .delete {
  font-size: 14px;
  vertical-align: baseline;
}
#content .filePreview .date {
  color: #aaa !important;
  font-size: 13px;
}
#content .licenses-categories {
  text-align: center;
}
#content .licenses-categories .item {
  /* display: inline-block; */
  float: none;
  display: block;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
#content .licenses-categories .item.center-block {
  float: none;
  /* display: inline-block; */
  display: block;
}
#content .licenses-categories,
#content .licenses-categories.row::before {
  display: block;
}
#content .licenses-categories .item a {
  opacity: 0.8;
  display: block;
  color: #404042;
  font-size: 16px;
}
#content .licenses-categories .item a:hover,
#content .licenses-categories .item a.active {
  opacity: 1;
  color: #8c0b33;
  text-decoration: none;
}
#content .licenses-categories .item .icon {
  width: 170px;
  height: 170px;
  margin: 0 auto 10px;
}
#content .licenses-categories .item .icon-1 {
  background: url('/images/icons/1.png');
}
#content .licenses-categories .item .icon-2 {
  background: url('/images/icons/2.png');
}
#content .licenses-categories .item .icon-3 {
  background: url('/images/icons/3.png');
}
#content .licenses-categories .item .icon-4 {
  background: url('/images/icons/4.png');
}
#content .licenses-categories .item .icon-5 {
  background: url('/images/icons/5.png');
}
/* PROFILE */
#profile .imageBlock {
  float: left;
  margin-right: 20px;
  text-align: center;
}
#profile .imageBlock .image {
  text-align: center;
  line-height: 150px;
  font-size: 18px;
  width: 120px;
  height: 150px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
}
#profile .imageBlock .image.user {
  width: 120px;
}
#profile .imageBlock .image.club {
  width: 150px;
}
#profile .imageBlock .image.transparent {
  background: none;
  height: auto;
  line-height: normal;
}
#profile .imageBlock .image image {
  width: 100%;
}
#profile .infoBlock {
	float: left;
	padding-top: 25px;
}
#profile .infoBlock .title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
  max-width: 340px;
}
#profile .qrBlock {
  float: right;
  width: 100px;
  height: 100px;
}

#profile .mobileUserBlock {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 10px;

	grid-template-areas:
		'image qrcode'
		'info info';
}
#profile .mobileUserBlock .imageBlock {
	grid-area: image;
	float: none;
}
#profile .mobileUserBlock .infoBlock {
	grid-area: info;
	float: none;
}
#profile .mobileUserBlock .qrBlock {
	grid-area: qrcode;
	float: none;
	text-align: right;
	width: auto;
	height: auto;
}


/* FOOTER */
#footer {
  color: #fff;
  font-size: 16px;
  min-height: 300px;
  background-color: #414143;
  background-image: url('/images/footer-bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 55px;
}
#footer .title {
  font-size: 25px;
  color: #cfcfd1;
  margin-bottom: 32px;
}
#footer .big {
  font-size: 25px;
  margin-bottom: 11px;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  color: #be0f38;
}

#footer .fico {
  margin: 0 4px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .fico.fb {
  background-image: url('/images/facebook-ico.png');
}
#footer .fico.twitter {
  background-image: url('/images/twitter-ico.png');
}
#footer .fico:hover {
  background-color: #8b0b33;
  border-color: #8b0b33;
}

.topsoc {
	padding: 5px 0 15px 26px;
}
#likefooter .fico,
.topsoc .fico {
  margin: 0 4px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
#likefooter .fico {
  background-color: #8b0b33;
  border-color: #8b0b33;
}
#likefooter .fico.fb,
.topsoc .fico.fb {
  background-image: url('/images/facebook-ico.png');
}
#likefooter .fico.twitter,
.topsoc .fico.twitter {
  background-image: url('/images/twitter-ico.png');
}
#likefooter .fico:hover,
.topsoc .fico:hover {
  background-color: #8b0b33;
  border-color: #8b0b33;
}

/* SWIPER */
.swiper-pagination {
  width: 678px !important;
  text-align: right !important;
}
.swiper-pagination-bullet {
  background: url('/images/bullet.png') no-repeat center;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  opacity: 1 !important;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: url('/images/bullet-active.png') no-repeat center;
}
/* AUTH FORM */
#authForm {
  position: relative;
  /* background: #fff url('/images/license-md-bg.png') no-repeat bottom right; */
  max-width: 465px;
  min-height: 490px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}
#authForm .title {
  color: #8a1830;
  font-size: 32px;
}
#authForm input {
  width: 100%;
}
#authForm button {
  margin-top: 20px;
}
button.mfp-close {
  position: absolute;
  top: -14px !important;
  right: -14px !important;
  background: url('/images/popup-close.png');
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  font-size: 0;
  opacity: 0.75;
  margin: 0 !important;
}
button.mfp-close:hover {
  opacity: 1;
}
button.mfp-close:active {
  top: -14px;
}
/* CROP POPUP */
#cropPopup,
.popupFrame {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 35px;
}
#cropPopup.noPadding,
.popupFrame.noPadding {
  padding: 0;
}
#cropPopup.track,
.popupFrame.track {
  width: 850px;
  min-height: 450px;
  max-height: 700px;
}
#cropPopup.track.nogps,
.popupFrame.track.nogps {
  width: 400px;
}
#cropPopup.profile,
.popupFrame.profile {
  width: 100%;
  padding: 15px;
}
#cropPopup.participants,
.popupFrame.participants {
  width: 700px;
  padding: 15px;
}
#cropPopup iframe,
.popupFrame iframe {
  border: none;
}
/* ALERTS */
.alert {
  display: none;
  font-size: 14px;
}
.alert ul {
  padding-left: 20px;
}
/* LICENSES */
#license .leftCol {
  float: left;
  width: 48%;
}
#license .rightCol {
  float: right;
  width: 48%;
}
#license .submitDiv,
#license .setDiv {
  width: 48%;
}
.noBg {
  background-image: none;
}
/* ACCORDION */
.accordion .header {
  background: #ddd;
  line-height: 38px;
  padding: 0 10px;
  border-radius: 6px;
  cursor: pointer;
}
.accordion .header .arrow {
  float: right;
  width: 14px;
  height: 38px;
  background: url('/images/arrow-up.png') no-repeat center;
}
.accordion .header:hover {
  background: #ccc;
}
.accordion .content {
  padding: 10px 8px;
}
.accordion .content .title {
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 17px;
}
.accordion .content .item {
  clear: both;
  margin-bottom: 10px;
}
.accordion .content .item .name {
  font-size: 16px;
  font-weight: 400 !important;
  float: left;
  line-height: 1em;
}
.accordion .content .item .actions {
  float: right;
  line-height: 1em;
}
.accordion .content .item .date {
  color: #aaa !important;
  font-size: 13px;
}
.accordion .content .links {
  list-style: none;
  margin: 5px 0;
}
.accordion .content .links a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
}
.accordion .content .links a:hover,
.accordion .content .links a.active {
  background: #4D4D4F;
  text-decoration: none;
}
.accordion.closed {
  margin-bottom: 15px;
}
.accordion.closed .arrow {
  background-image: url('/images/arrow-down.png');
}
.accordion.closed .content {
  display: none;
}
/* CLOCK */
#clock {
  background: #A40433;
  padding: 18px;
}
#clock .title {
  color: #fff;
  font-size: 21px;
  margin-bottom: 15px;
}
#clock .clock-placeholders {
  margin-top: 4px;
  margin-bottom: 15px;
  overflow: hidden;
  display: inline-block;
}
#clock .clock-placeholders .placeholder {
  float: left;
  width: 67px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding-left: 2px;
  margin-left: 15px;
}
#clock .clock-placeholders .placeholder:first-of-type {
  margin-left: 0;
}
#clock .item {
  font-family: 'BebasNeue', serif;
  font-weight: bold;
  float: left;
  background: #fff;
  width: 55px;
  line-height: 55px;
  color: #A40433;
  font-size: 47px;
  text-align: center;
  border-radius: 4px;
}
#clock .delimiter {
  font-family: 'BebasNeue', serif;
  float: left;
  width: 30px;
  line-height: 46px;
  font-size: 55px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}
#clock .eventsCalendar {
  color: #fff;
}
/* CALENDAR */
.eventsCalendar {
  overflow: hidden;
  line-height: 1.5em;
}
.eventsCalendar.white,
.eventsCalendar.white .event .date {
  color: #fff !important;
}
.eventsCalendar.padding {
  padding: 18px;
}
.eventsCalendar .event {
  padding: 14px 0 0;
  border-top: 1px solid #D0D0D1;
  overflow: hidden;
  margin-top: 14px;
}
.eventsCalendar .event .name {
  max-height: 2.8em;
  line-height: 1.4em;
  overflow: hidden;
  margin-bottom: 5px;
  min-height: 2em;
  font-weight: bold;
}
.eventsCalendar .event .location img {
  margin-right: 5px;
  vertical-align: -5px;
}
.eventsCalendar .event:first-of-type {
  padding: 0;
  margin: 0;
  border-top: none;
}
/* OTHER STUFF */
.agreement {
  line-height: 1.4em;
  font-size: 14px;
}
.jfilestyle {
  display: block;
  margin-bottom: 0 !important;
}
.jfilestyle label {
  display: block !important;
  color: #555 !important;
  text-align: left !important;
  padding: 8px 12px !important;
  background: #fff url('/images/fileinput-arrow.png') no-repeat center right 10px;
  border-color: #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.jfilestyle label:hover {
  opacity: 1 !important;
}
.notifyjs-corner {
  font-size: 12px;
}
.classes-list {
  clear: both;
}
.classes-list .item {
  overflow: hidden;
  margin-bottom: 8px;
}
.searchForm {
  margin-bottom: 20px;
}
.searchForm input {
  width: 220px;
}
.searchForm button {
  padding: 0 7px;
  float: right;
}
table tr.datesNotFound {
  display: none;
}
/* RESULTS */
#results .event-frame {
  border: 1px solid #656566;
  padding: 14px 15px;
  margin-bottom: 6px;
  overflow: hidden;
}
#results .event-frame:hover,
#results .event-frame.active {
  background: rgba(0, 0, 0, 0.15);
}
#results .event-frame:hover:not(.active) {
  cursor: pointer;
}
#results .event-frame .title {
  display: block;
  font-size: 21px;
}
#results .event-frame .col-left {
  float: left;
  width: 5%;
}
#results .event-frame .col-left .flag {
  vertical-align: -3px;
}
#results .event-frame .col-middle {
  float: left;
  width: 80%;
}
#results .event-frame .col-right {
  text-align: right;
  float: right;
  width: 15%;
}
.cookiesAgreement {
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  background: rgba(77, 77, 79, 0.9);
  padding: 20px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}
.cookiesAgreement .text {
  float: left;
}
.cookiesAgreement .btn {
  float: right;
  font-size: 17px;
  line-height: 28px;
  padding: 0 10px;
}
.mobile-only {
  display: none;
}
.eventsPage .disciplinesList {
  overflow: hidden;
}
.eventsPage .disciplinesList .item {
  float: left;
  width: 12.5%;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.eventsPage .disciplinesList .item .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  margin-left: 5px;
  text-decoration: none;
}
.eventsPage .disciplinesList .item.active {
  font-weight: 700 !important;
  background: #505052;
}
.eventsPage .disciplinesList .item.active a {
  color: #fff !important;
}
#calendar {
  background-color: #ebebeb;
  margin-top: 55px;
}
#calendar .content {
  padding: 17px;
  text-align: center;
  color: #8b0b33;
  font-size: 16px;
}
#calendar .greetings {
  background-color: #3f3f41;
  color: #fff;
  padding: 0 17px 17px;
}
#calendar .greetings .title {
  font-size: 18px;
  padding: 17px 0 7px;
}
#calendar .clock {
  width: 260px !important;
  margin: 10px auto 15px;
}
#calendar .flip-clock-divider {
  visibility: hidden;
}
#calendar .flip-clock-wrapper ul li a div div.inn {
  font-size: 42px;
}
#calendar .flip-clock-wrapper ul {
  width: 38px;
}
/**/
.eventFilters {
  width: 330px;
}
.noPadding {
  padding: 0;
}
.noLeftPadding {
  padding-left: 0;
}
.noRightPadding {
  padding-right: 0;
}
.tooltipster-box {
  font-size: 12px !important;
}

.currentFee {
	font-weight: 400;
}
.clrSides {
	overflow-x: hidden;
}
.uTestsLoading {
	width: 100%;
	height: 100%;
	min-width: 24px;
	min-height: 24px;

	background-color: rgba( 255, 255, 255, 1 );

	background-image: url('/plugins/fileinput/loading-sm.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.rd {
	color: #A40433;
}


.chklst {

}
.chklst label {
	display: block;
	font-weight: 400;
}
.chkgrp {
	display: block;
	font-weight: 700;
	padding-bottom: 7px;
}
.chkall {
	padding-bottom: 7px;
}

.chkflex {
	display: flex;
	column-gap: 10px;
}
.chk {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
}
.chk > input[type="checkbox"] {
	margin-top: -1px;
}
.chk > label {
	font-weight: 400;
}

.newsmall .select2-results__option {
    padding: 3px 12px !important;
    font-size: 12px !important;
}

.html-full, .html-full body, .html-full #wbouter {
	width: 100%;
	height: 100%;
}
.html-full body {
	overflow: hidden;
}
.inpop-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 100%;

	background-color: rgba(255, 255, 255, .3);
}
.inpop-fixed-scroll {
	/* overflow: hidden;
	overflow-y: auto; */
	overflow: auto;
	overflow-y: scroll;
}
.inpop-pd {
	padding: 20px;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
.inpop-box {
	display: grid;
	width: 100%;
	min-height: 100%;
	place-content: center;
}
.inpop-boxwr {
	display: block;
}
.captcha-box {
	display: inline-grid;
	border: 1px solid #CDCDCD;
	background-color: #FFFFFF;

	width: 100%;
	max-width: 423px;
	margin: auto;
	min-height: 213px;

	padding: 70px 56px;

	place-content: center;
}

@media all and (max-width: 450px) {
	.inpop-pd {
		padding: 0;
	}
	.inpop-box {
		place-content: center stretch;
	}
	.captcha-box {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}


#header-mobile {
	position: relative;

	background: #414143;
	color: #fff;
	padding: 0 0;
	height: 66px;
}
#header-mobile .logo {
	float: right;
	display: inline-block;
	width: 129px;
	margin: 16px 20px 16px 0;
}
#header-mobile .logo img {
	max-width: 100%;
	height: auto;
}
.l-c {
	position: relative;
	max-width: 1254px;
	margin: 0 auto;
	text-align: left;
}
.m-c {
	position: relative;
	margin: 0 auto;
	text-align: left;

	max-width: 1146px;
	/* 1254 - 54px - 54px = 1106; */
}
.head-menu {

}
.nav-opener-wr {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
.nav-opener {
	display: inline-block;
	width: 32px;
	height: 32px;

	padding: 0 0 0 0;
	margin: 17px 0 0 16px;

	background-image: url('/images/mobile/menu-opener.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 13px;

	image-rendering: optimizequality;

	background-image: url('/images/mobile/menu-opener.svg');
}
.main-menu-c {
	display: none;
}

.chCenter input[type="radio"] + label {
	white-space: nowrap;
}



.foot-cl {
	padding-bottom: 80px;
}



.mobileIncrLogin {
	/* padding: 35px 35px 0 35px; */
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.mobileIncr {
	/* padding: 20px 20px 0 20px; */
	padding: 5px 5px 0 5px;
	overflow: hidden;
}
.stepInactive {
	display: none;
}

.form-group-mobile {
	margin-bottom: 15px;
}



.mc1over {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 104;

	width: 100%;
	max-width: 100%;
	min-width: 100%;

	background-color: rgba(119, 153, 172, 0.5);
}
.mc1container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 105;

	width: 100%;
	/* min-height: 100%; */
	overflow: auto;
	padding-right: 11px;
	padding-right: 5px;
}
.mc1 {
	position: relative;
	z-index: 15;

	width: 100%;
	max-width: 360px;
	min-width: 300px;
	/* min-height: 100%; */
	/* overflow: auto; */
}
.mc1-sub {
	position: relative;
	z-index: 15;

	width: 100%;
	max-width: 360px;
	min-width: 300px;
	/* min-height: 100%; */
	overflow: auto;
}
.menu-top-nv-x {
	width: 100%;
	/* min-height: 100%; */
	/* max-width: 440px; */

	text-align: left;

	/* padding: 14px 34px 40px 44px; */
	padding: 0;
	background-color: #414143;
	position: relative;
	color: #FFFFFF;

	box-shadow: 2px 2px 10px 0 rgba(0,0,0,.4);
}
.menu-top-nv-x a {
	color: #FFFFFF;
	font-size: 15px;
}
.ms-menu {
	padding: 0 14px 100px 0;
	min-height: 80vh;
	min-height: calc(90vh - 78px);

	z-index: 2;
	position: relative;
	background-color: #414143;
}
.ms-header {
	position: relative;
	/* height: 82px; */
	height: 78px;

	/* background-color: #F2F2F2; */
}
	.nav-home {
		position: absolute;
		top: 16px;
		right: 24px;
		right: 11px;
	}
	.nav-back {
		display: inline-block;
		margin: 0 0 0 0;
	}
	.back-ic, .nav-closer {
		display: inline-block;
		vertical-align:top;
		width: 29px;
		height: 29px;

		margin: 21px 0 0 21px;

		background-image: url('/images/mobile/menu-back.png');
		background-repeat: no-repeat;
		background-position: 10px 4px;
		background-size: 10px 20px;

		image-rendering: optimizequality;

		background-image: url('/images/mobile/menu-back.svg');
	}
	.logo-ic {
		display: inline-block;
		vertical-align:top;
		width: 129px;
		height: 33px;

		margin: 0 0 0 0;

		background-image: url('/images/logo.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 129px 33px;

		image-rendering: optimizequality;
	}
	.mc1-sub .nav-closer {
		display: none;
	}

.mt-sub {
	display: none;
	visibility: hidden;
}
.mt-sub-opened > .mt-sub,
.mt-sub-show > .mt-sub {
	display: block;
	visibility: visible;
}
.mt-sep {
	height: 25px;
}
.mt-a {
	display: block;
	text-transform: uppercase;
}
.mts-a {
	display: block;
}
.menu-top-nv-x .mt-a span,
.menu-top-nv-x .mts-a span {
	position: relative;
	top: 0;
	display: block;
	padding: 11px 13px 11px 30px;
	line-height: 1.3125rem;
}
.menu-top-nv-x .mts-a span {
	padding-left: 42px;
}

.menu-top-nv-x .mt-a.selected,
.menu-top-nv-x a.mt-a.selected:hover,
.menu-top-nv-x .mts-a.selected,
.menu-top-nv-x a.mts-a.selected:hover {
	background-color: #FFFFFF;
	color: #8c0b33;
	text-decoration: underline;
}
.menu-top-nv-x .mt-a.selected.subselected {
	background-color: #414143;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-top-nv-x .mt-sub-opened > .mt-sub-wrapper > .selected {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
.menu-top-nv-x .mt-sub-opened > .mt-sub-wrapper > .selected,
.menu-top-nv-x .mt-sub-opened > .mt-sub-wrapper > .selected:hover {
	background-color: transparent;
	color: inherit;
}


.mobsmall {
	font-size: 12px;
}

.mobileIncr #content.contentPadd {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 35px;
	padding-right: 35px;
}
.mobileIncr #content.licensesContent {
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}
.mobileIncr #rules {
	padding-bottom: 100px;
}
.mobileIncr #content.licensesContent h1.big {
	text-align: center;
}
#calendar {
	display: none;
}


.mobileBody .clubs-responsive thead {
	display: none;
}
.mobileBody .clubs-responsive tr {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto 1fr;

	grid-template-areas:
		'image title'
		'image reg'
		'image address';
}
.mobileBody .clubs-responsive td {
	display: block;
}
.mobileBody .clubs-responsive td:nth-child(1) {
	grid-area: title;
	padding: 10px 8px 5px 8px;
	line-height: 1.1;
	font-weight: 700;
}
.mobileBody .clubs-responsive td:nth-child(2) {
	grid-area: reg;
	padding: 0 8px 5px 8px;
	line-height: 1.1;
}
.mobileBody .clubs-responsive td:nth-child(3) {
	grid-area: address;
	padding: 0 8px 10px 8px;
	line-height: 1.1;
}
.mobileBody .clubs-responsive td:nth-child(4) {
	grid-area: image;
	padding: 5px 0 5px 5px;
}


table.striped.licenses-responsive-1 tbody tr:nth-child(odd) {
  background: rgba(88, 88, 89, 0.05);
}
table.striped.licenses-responsive-1 tbody tr:hover {
  background: rgba(77, 77, 79, 0.09);
}
table.striped.licenses-responsive-1 tbody tr:nth-child(odd) td {
  background: rgba(88, 88, 89, 0.00);
}
table.striped.licenses-responsive-1 tbody tr:hover td {
  background: rgba(77, 77, 79, 0.00);
}

.mobileBody .licenses-responsive-1 {
	display: block;
}
.mobileBody .licenses-responsive-1 tbody {
	display: block;
}
.mobileBody .licenses-responsive-1 thead {
	display: none;
}
.mobileBody .licenses-responsive-1 tr {
	display: grid;
	grid-template-columns: auto auto 2fr;
	grid-template-rows: auto auto auto;

	grid-template-areas:
		'name name club'
		'license license status'
		'komisija limenis limenis';
}
.mobileBody .licenses-responsive-1 td {
	display: block;
}
.mobileBody .licenses-responsive-1 td:nth-child(1) {
	grid-area: name;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
}
.mobileBody .licenses-responsive-1 td:nth-child(2) {
	grid-area: club;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
	text-align: right;
}
.mobileBody .licenses-responsive-1 td:nth-child(3) {
	grid-area: license;
	padding: 5px 10px 5px 10px;
	line-height: 1.1;
}
.mobileBody .licenses-responsive-1 td:nth-child(4) {
	grid-area: komisija;
	padding: 0 10px 5px 10px;
}
.mobileBody .licenses-responsive-1 td:nth-child(5) {
	grid-area: limenis;
	padding: 0 10px 5px 10px;
}
.mobileBody .licenses-responsive-1 td:nth-child(6) {
	grid-area: status;
	padding: 5px 10px 5px 10px;
	text-align: right;
}


table.striped.licenses-responsive-2 tbody tr:nth-child(odd) {
  background: rgba(88, 88, 89, 0.05);
}
table.striped.licenses-responsive-2 tbody tr:hover {
  background: rgba(77, 77, 79, 0.09);
}
table.striped.licenses-responsive-2 tbody tr:nth-child(odd) td {
  background: rgba(88, 88, 89, 0.00);
}
table.striped.licenses-responsive-2 tbody tr:hover td {
  background: rgba(77, 77, 79, 0.00);
}

.mobileBody .licenses-responsive-2 {
	display: block;
}
.mobileBody .licenses-responsive-2 tbody {
	display: block;
}
.mobileBody .licenses-responsive-2 thead {
	display: none;
}
.mobileBody .licenses-responsive-2 tr {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto auto auto;

	grid-template-areas:
		'trase trase'
		'license veids'
		'vieta vieta'
		'termins status';
}
.mobileBody .licenses-responsive-2 td {
	display: block;
}
.mobileBody .licenses-responsive-2 td:nth-child(1) {
	grid-area: trase;
	padding: 5px 10px 5px 10px;
	line-height: 1.1;
}
.mobileBody .licenses-responsive-2 td:nth-child(2) {
	grid-area: license;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
}
.mobileBody .licenses-responsive-2 td:nth-child(3) {
	grid-area: veids;
	padding: 5px 10px 5px 10px;
	line-height: 1.1;
	text-align: right;
}
.mobileBody .licenses-responsive-2 td:nth-child(4) {
	grid-area: vieta;
	padding: 0 10px 5px 10px;
}
.mobileBody .licenses-responsive-2 td:nth-child(5) {
	grid-area: termins;
	padding: 0 10px 5px 10px;
}
.mobileBody .licenses-responsive-2 td:nth-child(6) {
	grid-area: status;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

.popupFrame.profile .left.text-center {
	float: none;
	text-align: center;
	width: 100% !important;
	padding-bottom: 20px;
}
.popupFrame.profile .right {
	float: none;
	margin-left: auto;
	margin-right: auto;
}



.mobileBody .licenses-profile-1 {
	display: block;
}
.mobileBody .licenses-profile-1 tbody {
	display: block;
}
.mobileBody .licenses-profile-1 thead {
	display: none;
}
.mobileBody .licenses-profile-1 tr {
	display: grid;
	grid-template-columns: auto auto 2fr;
	grid-template-rows: auto auto auto;

	line-height: 1.1;

	/* id license cat name termins rekins */
	grid-template-areas:
		'id license license'
		'cat cat name'
		'termins rekins rekins';
}
.mobileBody .licenses-profile-1 td {
	display: block;
}
.mobileBody .licenses-profile-1 td:nth-child(1) {
	grid-area: id;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
}
.mobileBody .licenses-profile-1 td:nth-child(2) {
	grid-area: license;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
}
.mobileBody .licenses-profile-1 td:nth-child(3) {
	grid-area: cat;
	padding: 8px 10px 8px 10px;
	line-height: 1.1;
}
.mobileBody .licenses-profile-1 td:nth-child(4) {
	grid-area: name;
	padding: 8px 10px 8px 10px;
}
.mobileBody .licenses-profile-1 td:nth-child(5) {
	grid-area: termins;
	padding: 0 10px 5px 10px;
}
.mobileBody .licenses-profile-1 td:nth-child(6) {
	grid-area: rekins;
	padding: 0 10px 5px 10px;
	text-align: right;
}


.mobileBody .licenses-profile-2 {
	display: block;
}
.mobileBody .licenses-profile-2 tbody {
	display: block;
}
.mobileBody .licenses-profile-2 thead {
	display: none;
}
.mobileBody .licenses-profile-2 tr {
	display: grid;
	grid-template-columns: auto auto auto 2fr;
	grid-template-rows: auto auto auto auto;

	line-height: 1.1;

	/* id cat name date status price rekins */
	grid-template-areas:
		'id id id id'
		'cat name name name'
		'date date status price'
		'rekins rekins rekins rekins';
}
.mobileBody .licenses-profile-2 td {
	display: block;
}
.mobileBody .licenses-profile-2 td:nth-child(1) {
	grid-area: id;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
}
.mobileBody .licenses-profile-2 td:nth-child(2) {
	grid-area: cat;
	padding: 8px 10px 8px 10px;
	line-height: 1.1;
}
.mobileBody .licenses-profile-2 td:nth-child(3) {
	grid-area: name;
	padding: 8px 10px 8px 10px;
	line-height: 1.1;
}
.mobileBody .licenses-profile-2 td:nth-child(4) {
	grid-area: date;
	padding: 0 10px 8px 10px;
}
.mobileBody .licenses-profile-2 td:nth-child(5) {
	grid-area: status;
	padding: 0 10px 8px 10px;
}
.mobileBody .licenses-profile-2 td:nth-child(6) {
	grid-area: price;
	padding: 0 10px 8px 10px;
	text-align: right;
	white-space: nowrap;
}
.mobileBody .licenses-profile-2 td:nth-child(7) {
	grid-area: rekins;
	padding: 0 10px 5px 10px;
	text-align: right;
}


.mobileBody .tests-profile-1 {
	display: block;
}
.mobileBody .tests-profile-1 tbody {
	display: block;
}
.mobileBody .tests-profile-1 thead {
	display: none;
}
.mobileBody .tests-profile-1 tr {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto;

	line-height: 1.1;

	/* title time status buttons */
	grid-template-areas:
		'title title title'
		'time time status'
		'buttons buttons buttons';
}
.mobileBody .tests-profile-1 td {
	display: block;
}
.mobileBody .tests-profile-1 td:nth-child(1) {
	grid-area: title;
	padding: 5px 10px 0 10px;
	line-height: 1.1;
}
.mobileBody .tests-profile-1 td:nth-child(2) {
	grid-area: time;
	padding: 8px 10px 8px 10px;
	line-height: 1.1;
}
.mobileBody .tests-profile-1 td:nth-child(3) {
	grid-area: status;
	padding: 8px 10px 8px 10px;
	line-height: 1.1;
	text-align: right;
}
.mobileBody .tests-profile-1 td:nth-child(4) {
	grid-area: buttons;
	padding: 0 10px 8px 10px;
	text-align: right;
}


.is-mobile-login #header-mobile,
.is-mobile-login .mobileIncr {
	opacity: 0;
	display: none;
	transition: opacity .3s;
}
.mobileLoader {
	position: fixed;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 50% 50%;
	place-items: end center;

	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 100%;

	background-image: url('/images/app-bg.png');
	background-position: center center;
	background-size: cover;

	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-size: .75rem;

	pointer-events: none;


	transition: opacity .3s;
}
.mobileLoader a {
	display: inline-block;
	margin-bottom: 19px;
}

.is-mobile-login.loaded #header-mobile,
.is-mobile-login.loaded .mobileIncr {
	display: block;
}

.is-mobile-login .mobileLoader {
	pointer-events: default;
}



.mobileFoot {
	padding-bottom: 100px;
}

.licenses-categories .col-md-3.item {
	padding-bottom: 30px;
}


.form-group label,
.likelabel {
	margin-bottom: 5px;
}

.iArea {
	margin-left: -20px;
	display: grid;
	grid-template-columns: 35px auto;
	margin-top: 3px;

	font-size: 12px;
}
.iArea > .a1 {
	text-align: center;
	vertical-align: top;
	/* align-self: start; */
}
.iArea > .a1 > .fa-info {
	margin-top: 9px;
}
.iArea > .a2 {
	align-self: center;
}
.iGrB {
	margin-bottom: 15px;
}
.hidden-sm,
.hidden-xs {
	display: none;
}

.mobhide {
	display: none;
}


/* BOOTSTRAP ALIGN */
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
  .margin-sm-1 {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/*# sourceMappingURL=global.css.map */



input, select:focus, textarea {
	font-size: 16px !important;
}