@font-face {
    font-family: 'Akhand Black';
    src: url('fonts/Akhand-Black.eot');
    src: url('fonts/Akhand-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akhand-Black.woff2') format('woff2'),
        url('fonts/Akhand-Black.woff') format('woff'),
        url('fonts/Akhand-Black.ttf') format('truetype'),
        url('fonts/Akhand-Black.svg#Akhand-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
  height: 100%;
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: transparent;
    color: #121212;
}

footer {
    background: #2a4089;
}

a, a:hover {
	color: #121212;
	text-decoration: underline;
}

label {
    color: #121212;
}

.form-control {
}

.form-control:focus { 
	box-shadow: none;
	border: 1px solid #009f3c;
}

.btn-send {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    height: 60px;
    border: none;
    padding: 0 47px;
    color: #ffffff;
    background-color: #ed1c24;
    border-radius: 0;
	box-shadow: none;
}

.btn-send:active {
    background-color: #ed1c24;
	box-shadow: none;
}

.btn-send:active, .btn-success.disabled {
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
	box-shadow: none;
}

.btn-send:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.btn-custom {
  margin: 0 auto;
}

.btn-custom:hover {
  color: #1a3988 !important;
}

.btn-success {
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
    border-radius: 50px;
}

.btn-success:hover {
    background-color: #FFFFFF;
    border: 2px solid #ed1c24;
    color: #1a3988;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.custom-control-label::before {
    background: #D2D2D2;
}

.nagradna, .dobitnici, .pravila {
    text-align: center;
}

.pravila h3 {
    color: #f6d200;
}

.sms, .highlight {
    color: #00a2e5;
    font-weight: bold;
}

.form-control, .btn-send, .btn-primary, .btn-success {

}

.btn {
    text-transform: uppercase;

}
.btn a {
	color: #FFFFFF;
}

.navbar {
    text-transform: uppercase;
}
.navbar-custom a {
    color: #FFFFFF !important;
}

.navbar-custom a:active, .navbar-custom a:hover {
    text-decoration: underline !important;
}

.navbar-custom .active a {
   text-decoration: underline !important;
}

.navbar-nav, .controls, .cc-window {
    text-shadow: none;
}

.controls, .messages {
    font-family: 'Open Sans';
    text-transform: none;
    text-shadow: none;
}

label, .text-muted {
    color: #121212 !important;
}

.naslov-nagrada {
    display: block;
    color: #ed1c24;
    text-align: center;
    padding: 10px 5px 10px 25px;
    border-radius: 100px;
    border: 2px solid #ed1c24;
    background-color: #FFFFFF;
    margin: auto;
}

.naslov {
    display: inline-block;
    position:relative;
    color: #FFFFFF;
    font-family: 'Akhand Black', Arial, sans-serif;
    font-size: 3rem;
    line-height: 4.5rem;
}

.naslov-istaknuto {
    display: inline-block;
    position:relative;
    color: #FFFFFF;
    font-family: 'Akhand Black', Arial, sans-serif;
    font-size: 3rem;
    line-height: 4.5rem;
    height: 6rem; width: 6rem;
    background-color: #ed1c24;
    border-radius: 3rem;

    -webkit-box-shadow: 0px 2px 0px #333;
    -moz-box-shadow: 0px 2px 0px #333;
    box-shadow: 0px 2px 0px #333;
}

.highlight2 {
    padding: 5px 15px 5px 15px;
    margin-bottom: -10px;
}

.title {
    margin: 0 auto;
}

.nagrade {
    
}

.checkmark {
    color: #00a2e5;
    font-size: 2em;
    vertical-align: top;
}

.upute ul li {
  /* set color of list item text */
  display: inline-block;
  list-style: none; 
  margin: 0 0 16px 1.1225em;
  /* Give the bullet room on the left hand side */
  padding: 0;
  position: relative;
}

.upute ul li::before {
  color: #00a2e5;  
  /* color of bullet or square */
  content: "\002B24"; 
  font-weight: bold;
  /* Unicode of character to precede the list item */
  display: inline-block;
  font-size: 1em; 
  /* use em or % */ 
  left: -1.5em; 
  /* use em, line up bullet flush with left hand side */
  position: absolute;
  /* Set the bullet positioned absolutely top left */
  top: 0em; 
  /* use em or % */
}