@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat/Montserrat-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat/Montserrat-ExtraLight.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat/Montserrat-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat/Montserrat-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/montserrat/Montserrat-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/montserrat/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/montserrat/Montserrat-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/montserrat/Montserrat-Black.otf') format('opentype');
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.no-scroll {
  overflow: hidden;
}

.scroll-y {
  overflow-y: scroll;
}

.logo {
  /*width: 33%;
  height: 40%;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.store {
  width: 100%;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

#slogan {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-top: 12px;
}

.jumbotron {
  max-width: 375px;
  margin: 0 auto;
  text-align: center !important;
}

.download-title {
  text-align: center;
  font-size: 4vw;
  margin-top: 25px;
  color: #fff;
}

.store-link {
  max-width: 375px;
  padding: 0 0 20px 0 !important;
  text-align: center !important;
}

.subtitle {
  text-align: center;
  font-size: 18px;
}

.subtitle.small {
  font-size: 16px;
  margin: 30px 0 20px;
}

.status-image {
  width: 80%;
  margin: 20px auto 10px;
}

.uwid {
  text-align: center;
  font-size: 14px;
}

.demo-watermark {
  width: 90%;
  height: 90%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.article-informations {
  padding: 0 20px !important;
  text-align: center;
}

.article-informations h4 {
  margin-bottom: 4px;
  margin-top: 20px;
}

.article-informations h5 {
  padding: 16px 4px;
  margin-top: 2px;
}

.article-informations input {
  margin-bottom: 10px;
  padding-left: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.article-informations hr {
  margin: 0 auto;
  width: 100%;
  margin: 30px 0;
}

.article-informations h3 {
  text-align: center;
}

.article-informations .description {
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
}

a,
a:visited,
a:link,
a:hover,
a:focus,
a:active {
  display: block;
  text-align: center;
  text-decoration: none !important;
  font-size: 20px;
  margin-top: 30px;
}

.geo {
  margin: 0 !important;
  padding: 0 !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-head {
  margin-top: 20px;
}

.form-control {
  border-radius: 1px !important;
}

.select-language {
  position: absolute;
  top: 2%;
  right: 2%;
}

.select-language label {
  display: none;
}

@media (min-width: 960px) {
  .select-language {
    position: absolute;
    top: 2%;
    right: 2%;
  }

  .form-control {
    display: block !important;
  }

  .margin-top-head {
    margin-top: 0 !important;
  }
}

.loader-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}

.loader-container:after {
  content: '';
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.loader-container .loader {
  display: flex;
  width: 250px;
  border-radius: 10px;
  padding: 10px;
  font-size: 4vw;
  background-color: #f3f3f3;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}

.loader-container .loader .loading-image {
  border: 5px solid #ccc;
  border-radius: 50%;
  border-top: 5px solid #444;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-left: 30px;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 1025px) {
  .store {
    width: 80% !important;
  }

  .download-title {
    font-size: 2vw !important;
  }

  .loader-container .loader {
    font-size: 1.2vw !important;
  }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
  .store {
    width: 85% !important;
  }

  .download-title {
    font-size: 2.5vw !important;
  }

  .loader-container .loader {
    font-size: 1.8vw !important;
  }
}

.document-header {
  padding: 10px;
  text-align: center;
  background-color: #fff;
  color: #555555;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.document-header.active {
  background-color: #eeeeee;
}


.document-icon { 
  right: 0px;
  font-size: 40px;
}

.no-padding {
  padding:0px!important;
}

.document-content { 
  text-align: left;
  font-size: 14px!important;
}

.document-content p { 
  text-align: left;
  font-size: 14px!important;
}