/****************************************/
/*************KONTAKT FORMA**************/
/****************************************/

/*
input[type="text"], textarea {
    display: block;
    -background: none;
	background-color: white;
    font: inherit;
    padding: 0 7px;
    -position: relative;
    z-index: 10;
	-overflow: auto; // removes scrollbar from textarea in IE - trick from HTML5 boilerplate
	height: 2em;
}

label, input[type="text"], #singleParagraphInputs div{
	//these two values must be the same 
	-line-height: 1.5em;
	-height: 1.5em;
}

input[type="submit"]{
	margin: 20px 0;
	font-size: 1.4em;
}
*/
#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 1.5em;
}

input, textarea, #recaptcha_table{
	border: 1px solid #ccc;
}

.formError {
    border: 1px solid red;
}

#contactForm{
	width: 100%;
	margin: 0 auto 20px;
	-padding: 20px;
}


#recaptcha_table{
	width: 70%;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    -width: 584px; /* 16px less than form width */
	width: 50%;
}

#commentTxt textarea {
    min-height: 9em;
	-min-width: 584px; /* 16px less than form width */
	width: 100%;
	/* if you aim ie7 users specify font to use in textarea since it won't inherit it*/
	/*
	font: 14px/1.5em sans-seif;
	*/
}

#screenReader, #checking {
    float: left;
	display: none;
}

#recaptcha_response_field {
    -width: 286px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}


#responsive_recaptcha {
  background-color: #b71800;
  padding: 0.5em;
  border-radius: 1em;
  position: relative;
  overflow: auto;
  -max-width: 480px;
  width: 50%;
  font: 0.75em/1em Roboto,Roboto,Trebuchet MS,Helvetica,sans-serif;
  color: #ffffff;
}
#responsive_recaptcha a {
  color: #ffffff;
  text-decoration: none;
}
#responsive_recaptcha img,
#responsive_recaptcha #recaptcha_image {
  width: 100% !important;
  height: auto !important;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#responsive_recaptcha .solution,
#responsive_recaptcha .solution input,
#responsive_recaptcha .options
{
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

#responsive_recaptcha .solution {
  margin-top: 0.5em;
  padding: 0.5em;
  padding-top: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fbe098;
  color: #000000;
  display: block;
  width: 65%;
	float:left;
}
#responsive_recaptcha .solution input {
  display: block;
  width: 100%;
  margin: 0.5em auto;
  -webkit-appereance: none;
  border: 1px solid #f7c236;
  font: inherit;
  font-size: 150%;
  outline: none;
}
#responsive_recaptcha .solution input:focus {
  border-color: #b71800;
}
#responsive_recaptcha .options {
  margin-top: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	width: 35%;
	float:left;
	padding-left: 0.5em;
}
#responsive_recaptcha .options a {
  background-color: #c5523d;
  display: block;
  padding: 0.5em;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#responsive_recaptcha .options a:first-child {
  border-radius: 0.5em 0.5em 0 0;
}
#responsive_recaptcha .options a:last-child {
  border-radius: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 600px) {

  #responsive_recaptcha{
    width: 100%;
	}
	#responsive_recaptcha .solution,
	#responsive_recaptcha .solution input,
	#responsive_recaptcha .options,
	#contactForm,
	#commentTxt textarea,
	#singleParagraphInputs input 
	{
		-moz-box-sizing: border-box;
	  	-webkit-box-sizing: border-box;
	  	box-sizing: border-box;
	}
  #responsive_recaptcha .solution {
    float: left;
    width: 100%;
    margin-top: 0.5em;
    padding: 1em;
  }
  #responsive_recaptcha .solution input {
    margin: 0.35em auto;
    width: 100%;
  }
  #responsive_recaptcha .options {
    float: right;
    width: 100%;
    padding-left: 0.5em;
  }
  #contactForm{
	width: 100%;
	}
	#commentTxt textarea {
	    -min-height: 9em;
	    width: 100%;
	}
	#singleParagraphInputs input {
    	width: 100%;
	}
}

/****************************************/
/********KRAJ KONTAKT FORMA**************/
/****************************************/