
body {
    background-color: #fff !important;
    background-position: top center;
    background-repeat: no-repeat;
	font-family: 'Raleway', sans-serif!important;
	}

/*@media (min-width: 1000px) {
    .sharerow{
        visibility:visible;
        margin-top:-200px;
        margin-bottom:40px;
    }
    .sharerowmobile{
        visibility:hidden;
    }
}*/

.sharerow{
    visibility:visible;
    /*margin-top:-20px;*/
    /*margin-bottom:40px;*/
}

@media (max-width: 1px) {
    #pic1 {
        display: none;
    }

    #pic2 {
        display: none;
    }

    #centar {
        width: 50%;
    }

    input {
        padding-left: 20px !important;
        height: 90px !important;
        font-size: 40px !important;
    }

    option {
        padding-left: 20px !important;
        margin: 30px;
        height: 90px !important;
        font-size: 20px !important;
    }

    select {
        padding-left: 20px !important;
        margin: 30px;
        height: 90px !important;
        font-size: 40px !important;
    }

    label {
        font-size: 40px !important;
        font-weight: normal !important;
    }

    .small-label {
        font-size: 25px !important;
    }

    #btnSend {
        font-size: 40px;
        width: 250px;
        height: 100px;
    }

    .consent-checkbox {
        height: 40px !important;
        width: 40px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

.logo {
    margin-top: 10px;
}

.flyer {
    margin: auto;
    width: 100%;
    max-width: 904px;
}

.formular {
    width: 100%;
    background-color: #fff8e7;
}

.slika {
    width: 30%;
}

.centar {
    width: 30%;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

a {
    text-decoration: underline !important;
	color: #00502f !important;
}

a:hover {
        text-decoration: none !important;
        color: #FB7643 !important;
    }
a:visited {
	 text-decoration: underline !important;
	color: #00502f !important;
}

input {
	padding: 5px;
    width: 100%;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #6c757d;
    font-weight: bold;
    font-size: 16px;
    color: #6c757d;
    -webkit-transition: background 0.2s ease-out 0;
    -moz-transition: background 0.2s ease-out 0s;
    -o-transition: background 0.2s ease-out 0;
    transition: background 0.2s ease-out 0;
	font-family: 'Raleway', sans-serif!important;
}

    input:focus {
        background-color: #fff;
        outline: none;
    }

    input:hover {
        background-color: #dee2e6;
    }

.input-broj-mobitela-drop-down {
    width: 30%;
    font-weight: bold;
    font-size: 16px;
}

.input-broj-mobitela {
    width: 68%;
    float: right;
}

.input-kucni-broj {
    width: 30%;
    float: right;
}

.input-ulica {
    width: 68%;
}

.input-zip {
    width: 40%;
}

.input-grad {
    width: 58%;
    float: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b5b7b9;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b5b7b9;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b5b7b9;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b5b7b9;
  font-size: 14px;
}

select {
    width: 100%;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #6c757d;
    -webkit-transition: background 0.2s ease-out 0;
    -moz-transition: background 0.2s ease-out 0s;
    -o-transition: background 0.2s ease-out 0;
    transition: background 0.2s ease-out 0;
    vertical-align: top;
    color: #6c757d;
}

    select:focus {
        background-color: #dee2e6;
        outline: none;
    }

    select:hover {
        background-color: #dee2e6;
    }

.naslov {
    font-weight: bolder;
    text-align: center;
    font-size: 30px;
    color: #6c757d;
    margin-bottom: 50px;
}

.consent-checkbox {
    height: 20px;
	vertical-align: middle; 
}

label {
    color: #6c757d;
    font-size: 18px;
    font-weight: bold;
}

.small-label {
    font-size: 12px;
    text-align: justify;
}

h1 {
    font-weight: bolder;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
}

.x {
    clear: both;
}

li, ul {
    list-style: none;
}

.message {
    border: 1px solid;
    padding: 5px;
    width: 100%;
    display: none;
}

.messagerow {
    margin-bottom: 200px;
}

.error {
    color: red !important;
    border-color: red;
    visibility: visible !important;
    border: 1px solid;
    text-align: center;
}

.success {
    color: #af8e0b;
    border-color: #af8e0b;
    visibility: visible !important;
    border: 1px solid;
    text-align: center;
}

.hidden {
    display: none;
}

.sender {
    width: 131px;
    height: 45px;
    margin-top: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #00502f;
    font-size: 16px;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
	border:none;
}
	.sender:hover {
        background-color: #fb7643;
    }

    .sender:disabled {
        background-color: #fff;
        background-image: none;
        border: solid 1px #6c757d;
        color: #6c757d;
        text-transform: uppercase;
        cursor: default;
    }

    .sender.disabled:hover {
        background-color: none;
    }
