/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/
.gridcontainer {
    width: 95%;
}

.gridwrapper {
    overflow: hidden;
}

.gridbox {
    float: left;
}

.gridslika {
    width: 25%;
}

.gridslikamed {
    width: 24%;
    margin-left: 5px;
    margin-top: 5px;
}
.gridmain {
    width: 74%;
}
@media only screen and (max-width: 360px) {

    .gridmain {
	float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 90%;
	text-align:center;
    }

    .gridslika {
        display: none;
    }

    .gridslikamed {
	float: none;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
	}

}


body {
	margin: 0;
}

*, ::after, ::before {
	box-sizing: border-box
}


P {   line-height: 130%; FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #320b94; 
 font-family: 'Roboto', sans-serif; TEXT-DECORATION: none; margin: 0}

h2 {   text-align:center; font-family: 'Roboto', sans-serif; font-size: 1.2em; margin: 0}
h3 {   font-family: 'Roboto', sans-serif;
       margin: 0;}
 
.med {   FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #320b94; FONT-FAMILY: 'Roboto', sans-serif; TEXT-DECORATION: none;}

.manje {   FONT-WEIGHT: normal; FONT-SIZE: .85em; FONT-FAMILY: 'Roboto', sans-serif; TEXT-DECORATION: none;}
.malides { font-size: 12px; padding-left:14px; FONT-FAMILY: 'Roboto', sans-serif; }

.center{text-align:center;}

img{
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
#contactus fieldset
{
   width:99%;
   padding: 10px;
   background-color: #0073cc;
   border: 1px solid #fff;
    border-radius: 5px;
}

#contactus legend
{
   font-family : 'Roboto', sans-serif;
   font-size: 26px;
   font-weight:bold;
   color:#FFF;
}

#contactus label
{
   font-family : 'Roboto', sans-serif;
   font-size:0.9em;
   color:#ffffff;
}

#contactus input[type="text"],textarea
{
  font-family : 'Roboto', sans-serif;
    width: 100%;
  font-size: 0.9em;
  line-height:140%;
  color : #000; 
  padding : 2px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus #scaptcha
{
  width:60px;
  height:22px;
  color : #00345c;
}

#contactus input[type="submit"]
{
    width: 100%;
    padding: 14px 20px;
    margin: 8px 0;
  font-family : 'Roboto', sans-serif;
   font-size: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;
    cursor: pointer;   
}


#contactus input[type=submit]:hover {
    background-color: #ff6600;
   color:#ffffff;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #00345c;
  border : 1px solid #2d940f;
  background-color : #e2eef2;
}

#contactus .container
{
   margin-top:1px;
   margin-bottom: 3px;
   color: #ffffff;
}

#contactus .dugme {
        margin-top:5px;
        margin-right:10px;
	border : solid 1px #c9eaf4;
   font-family : 'Roboto', sans-serif;
	font-size : 14px;
	color : #ffffff;
	text-align: center;
    padding: 3px;
	background-color : #2d940f;

}

#contactus .containerbroj
{
   margin-top:1px;
   margin-bottom: 3px;
   border: 1px solid #333;
}


#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
    width: 100%;
   padding: 8px;
    margin: 10px 0px;
   background-color: #5193d7;
   color:#333;   
}

#contactus fieldset#antispam legend
{
   font-family : 'Roboto', sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : 'Roboto', sans-serif;
   font-size: 0.8em;
   color:#ffffff;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : 'Roboto', sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}


progress {
	vertical-align: baseline
}

@-webkit-keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
background-position:0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
background-position:0 0
}
}
.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .15rem
}
.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	transition: width .6s ease
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite reverse;
	animation: progress-bar-stripes 1s linear infinite reverse
}


.sarenilo{
 background:#ddd;
    margin:2px;
    padding:2px;
    box-shadow: inset 0 3px 4px rgba(0,0,0,.1);
}