p,
h1,
h2,
h3,
h4,
h5,
ul,
li {
  font-family: Montserrat, Arial, sans-serif;
  color: #333;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.microsoft365anchor {
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}

.backupanchor {
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}

[name]:before {
  content: "\0020";
  display: block;
  width: 0;
  height: 140px;
  position: relative;
  top: -140px;
  margin-top: -140px;
}

.lt-ie9 [name]:before {
  top: 0px;
}

.header {
  background-color: #e5e5e5;
  height: 100px;
  display: block;
  position: fixed;
}

.miadrialogo {
  float: left;
  margin-top: 17px;
  margin-right: 50px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-top: 17px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar a {
  color: #bf0000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.navbar-default {
  background-color: #e5e5e5 !important;
  border: 0px !important;
}

.navbar-default a {
  color: #bf0000 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
}

#banner {
  background: #bf0000;
}

.banner {
  padding-top: 20px;
  padding-bottom: 10px;
}

.banner h1,
p {
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
}

.banner h1 {
  font-size: 33px;
}

.banner p {
  font-size: 16px;
}

.subbanner {
  background-color: #d8d8d8;
  color: #fff;
  height: 30px;
}

.menu {
  height: 50px;
  background-color: #999;
  color: #fff;
}

.section1 {
  position: relative;
}

/*
   .section1 span {
	position: absolute;
	top: -100px;
}
*/

.section1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section1 h2 {
  font-family: Montserrat, Arial, sans-serif;
}

.section1 a {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}

.section1 p {
  color: #333;
}

.section1 h3 {
  font-family: Montserrat, Arial, sans-serif;
  color: #bf0000;
  font-weight: 500;
  font-size: 16px;
}

.section1 h4 {
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
  width: 90%;
  font-weight: 600;
  padding: 10px;
  background: #777;
  background: -webkit-linear-gradient(
    to right,
    #bf0000,
    #777
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    to right,
    #bf0000,
    #777
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    to right,
    #bf0000,
    #777
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #bf0000, #777); /* Standard syntax */
  font-size: 13px;
  text-transform: uppercase;
}

.section1 h5 {
  font-family: Montserrat, Arial, sans-serif;
  color: #333;
  background: #ffcec7;
  padding: 10px;
  width: 90%;
  margin-top: 30px;
  font-weight: 600;
  font-size: 13px;
}

ul#section1_midlist {
  padding: 0px 30px 0px 30px;
  border-left: 5px solid #bf0000;
  margin: 20px 100px 0px 50px;
  list-style-type: square;
}

#section1_midlist li {
  padding-bottom: 10px;
}

ul#section1_bottomlist {
  padding: 0px 30px 0px 30px;
  border-left: 5px solid #ffcec7;
  margin: 20px 100px 30px 50px;
  list-style-type: square;
}

#section1_bottomlist li {
  padding-bottom: 5px;
}

.section1-img {
  width: 60%;
}

.section1_button {
  padding: 10px 20px 10px 20px;
  text-align: center;
  border: 3px solid #ffcec7;
  background-color: #bf0000;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}

.section1_button a {
  color: #fff;
}

.section1_button a:hover {
  color: #fff;
}

.section2 {
  position: relative;
  padding-top: 30px;
}

/*
.section2 span {
	position: absolute;
	top: -68px;
}
*/

.section2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section2 h2 {
  font-family: Montserrat, Arial, sans-serif;
}

.section2 p {
  color: #333;
}

.section2 a {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}

ul#section2_midlist {
  padding: 0px 30px 0px 30px;
  border-left: 5px solid green;
  margin: 20px 100px 0px 50px;
  list-style-type: square;
}

#section2_midlist li {
  padding-bottom: 10px;
}

ul#section2_bottomlist {
  padding: 0px 30px 0px 30px;
  border-left: 5px solid #a0d4a0;
  margin: 20px 100px 30px 50px;
  list-style-type: square;
}

#section2_bottomlist li {
  padding-bottom: 5px;
}

.section2_button {
  padding: 10px 20px 10px 20px;
  text-align: center;
  border: 3px solid #a0d4a0;
  background-color: green;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}

.section2_button a {
  color: #fff;
}

.section2_button a:hover {
  color: #fff;
}

.section2 h3 {
  font-family: Montserrat, Arial, sans-serif;
  color: green;
  font-weight: 500;
  font-size: 16px;
}

.section2 h4 {
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
  width: 90%;
  font-weight: 600;
  padding: 10px;
  background: #777;
  background: -webkit-linear-gradient(
    to right,
    green,
    #777
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    to right,
    green,
    #777
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    to right,
    green,
    #777
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, green, #777); /* Standard syntax */
  font-size: 13px;
  text-transform: uppercase;
}

.section2 h5 {
  font-family: Montserrat, Arial, sans-serif;
  color: #333;
  background: #a0d4a0;
  padding: 10px;
  width: 90%;
  margin-top: 30px;
  font-weight: 600;
  font-size: 13px;
}

.section3 {
  position: relative;
}

.section3 span {
  position: absolute;
  top: -68px;
}

.section3 {
  background: #ccc;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section3 a {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}

.section3 h2 {
  font-family: Montserrat, Arial, sans-serif;
}

.section3 p {
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

.section3 h3 {
  font-family: Montserrat, Arial, sans-serif;
  color: #6eba46;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: -15px;
}

.sectioncontact {
  position: relative;
}

.sectioncontact span {
  position: absolute;
  top: -68px;
}

.sectioncontact {
  background-color: #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sectioncontact p {
  color: #111;
}

.sectioncontact li {
  color: #111;
}

.sectioncontact h2 {
  color: #111;
  font-family: Montserrat, Arial, sans-serif;
}

.content {
  padding-top: 10px;
  padding-bottom: 30px;
}

.content h2 {
  font-family: Montserrat, Arial, sans-serif;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content p {
  color: #333;
}

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

#footer {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    #4d4d4d,
    #1a1a1a
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4d4d4d, #1a1a1a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #4d4d4d,
    #1a1a1a
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #4d4d4d, #1a1a1a); /* Standard syntax */
}

.inner-footer {
  padding-top: 30px;
}

.inner-footer p {
  color: #fff;
}

.inner-footer h4 {
  font-family: Montserrat, Arial, sans-serif;
  color: #ff8200;
}

.footerlogos {
  padding-top: 20px;
}

.zgoutlinefooter {
  float: right;
  margin-left: 40px;
  opacity: 0.2;
}

.miadrialogowhite {
}

.awslogowhite {
  margin-left: 30px;
}

.forma {
  width: 80%;
  padding-bottom: 30px;
  padding-top: 15px;
}

/* RADIO BUTTONS */

input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  border: 3px solid #bf0000;
  width: 25px;
  height: 25px;
  border-radius: 20px;
}

input[type="radio"]:checked {
  background: #bf0000;
}

/* CHECKBOXES */

input[type="checkbox"]#webinar {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  border: 3px solid #bf0000;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

input[type="checkbox"]#webinar + label:before {
  background: red;
}

input[type="checkbox"]#demo {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  clear: both;
  border: 3px solid #bf0000;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

input[type="checkbox"]#gdpr {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  border: 3px solid #bf0000;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

input[type="checkbox"]#uvjeti {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  border: 3px solid #bf0000;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

input[type="checkbox"]#webinar:checked {
  background: #ffcec7;
}

input[type="checkbox"]#demo:checked {
  background: #ffcec7;
}

input[type="checkbox"]#gdpr:checked {
  background: #bf0000;
}

input[type="checkbox"]#uvjeti:checked {
  background: #bf0000;
}

/* TABLE STYLES */

#uvjetikoristenjatext a {
  color: #bf0000;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 11px;
}

.section1 .table-prednosti th {
  text-align: left;
}

.section1 .table-prednosti td {
  text-align: left;
}

.fa-check-circle,
.fa-check {
  color: #bf0000;
}

.fa-minus-circle,
.fa-minus {
  color: #bf0000;
}

.fa-times-circle,
.fa-times {
  color: #ccc;
}

.section1 table {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
}

.section1 table.cjenik-big {
  border: 1px solid #ccc;
  text-align: center;
}

.section1 table.popusti-big {
  border: 1px solid #ccc;
  text-align: center;
}

.section1 tr td {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

.section1 th {
  background: #f5f5f5;
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

#uvjetikoristenjatext table.cjenik {
  border: 1px solid #ccc;
  text-align: center;
}

#uvjetikoristenjatext table.popusti {
  border: 1px solid #ccc;
  text-align: center;
}

#uvjetikoristenjatext tr td {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

#uvjetikoristenjatext th {
  background: #f5f5f5;
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

/* MODAL FORM STYLES */

.control-group.error input {
  border: 1px dotted red;
  background: #ff8080;
}

.control-group.error textarea {
  border: 1px dotted red;
  color: #ff8080;
}

.control-group.error label {
  color: #fff;
}

.control-group.error label {
  background-color: #ff8080;
}

@media only screen and (max-width: 500px) {
  .subbanner-box {
    float: none;
    width: 90%;
    padding: 10px 15px 10px 0px;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #e5e5e5;
  }

  .banner h1 {
    font-size: 25px;
  }

  .forma {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-left: 10px;
  }

  .miadrialogo {
    float: none;
    margin-top: 20px;
    text-align: center;
  }

  ul#section1_midlist {
    padding: 0px 10px 0px 25px;
    border-left: 5px solid #bf0000;
    margin: 20px 5px 10px 0px;
    list-style-type: square;
  }

  ul#section1_bottomlist {
    padding: 0px 10px 0px 25px;
    border-left: 5px solid #ffcec7;
    margin: 20px 5px 10px 0px;
    list-style-type: square;
  }

  .section1 h4 {
    font-family: Montserrat, Arial, sans-serif;
    color: #fff;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    background: #777;
    background: -webkit-linear-gradient(
      to right,
      #bf0000,
      #777
    ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(
      to right,
      #bf0000,
      #777
    ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(
      to right,
      #bf0000,
      #777
    ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #bf0000, #777); /* Standard syntax */
    font-size: 13px;
    text-transform: uppercase;
  }

  ul#section2_midlist {
    padding: 0px 10px 0px 25px;
    border-left: 5px solid green;
    margin: 20px 5px 10px 0px;
    list-style-type: square;
  }

  ul#section2_bottomlist {
    padding: 0px 10px 0px 25px;
    border-left: 5px solid #a0d4a0;
    margin: 20px 5px 10px 0px;
    list-style-type: square;
  }

  .section2 h4 {
    font-family: Montserrat, Arial, sans-serif;
    color: #fff;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    background: #777;
    background: -webkit-linear-gradient(
      to right,
      green,
      #777
    ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(
      to right,
      green,
      #777
    ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(
      to right,
      green,
      #777
    ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, green, #777); /* Standard syntax */
    font-size: 13px;
    text-transform: uppercase;
  }

  .logos {
    float: left;
  }

  .navbar-toggle {
    margin-top: 15px !important;
  }

  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
}

/* navbar mobile edit */
@media (max-width: 999px) and (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    text-align: center;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0px !important;
  }
}
