label {
	padding: 15px;
}
input, tel, iframe {
	height: 25px; 
	margin:  0; 
	border:1px solid #cccccc !important; 
	padding: 2px;
	border-radius:   5px !important;
	-moz-border-radius:   5px !important;
	-webkit-border-radius:   5px !important;
	-webkit-box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15) !important;
	-moz-box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15) !important;
	box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15) !important;
}
input:focus, select:focus, textarea:focus, tel:focus, iframe:focus  {
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
}
textarea {
    margin:  0; 
	border:1px solid #cccccc; 
	padding: 2px;
	min-height: 120px;
	border-radius:   5px;
	-moz-border-radius:   5px;
	-webkit-border-radius:   5px;
	-webkit-box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);
	box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);
}
select  {
	margin:  0; 
	border:1px solid #cccccc;
	padding: 7px; 
	width: 130px;
	border-radius:   5px;
	-moz-border-radius:   5px;
	-webkit-border-radius:   5px;
	-webkit-box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);
	box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);
}
.submit-blue {
	 background: #0191DF;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #0068B7;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-blue:hover {
	background: #3B55A0;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #0068B7;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-green, .wpwl-button-pay {
	background: #557630;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #4F6228;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-green:hover, .wpwl-button-pay:hover  {
	background: #4F6228 !important;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #4F6227;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-gray {
	background:url('/img/sivo-dugme.png') top left repeat-x;
	color: #333333;
	padding: 15px;
	border: 1px solid #DCDCDC;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-gray:hover {
	background: #E6E6E6;
	color: #333333;
	padding: 15px;
	border: 1px solid #DCDCDC;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-orange {
	background:#ED6C0B;
	color: #ffffff;
	padding: 15px;
	border: 1px solid #ff3300;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-orange:hover {
	background: #FF6600;
	color: #ffffff;
	padding: 15px;
	border: 1px solid #ff3300;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-black {
	background:url('/img/crno-dugme.png') top left repeat-x;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #222222;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-black:hover {
	background: #222222;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #222223;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-red {
	background:url('/img/crveno-dugme.png') top left repeat-x;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #aa0000;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.submit-red:hover {
	background: #cc0000;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #aa0000;
	height: 45px;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
.reg {
	margin-left: 10px !important;
}
.short {
	width: 25%;
}
.shortlong {
	width: 33%;
}
.medium {
	width: 50%;
}
.mediumlong {
	width: 67%;
}
.long {
	width: 75%;
}
.longlong {
	width: 90%;
}
.post {
	height: 400px;
	width: 90%;
}
.checkbox {
	height: 13px !important;
}

#data_privacy_box {
	display: none;
	visibility: hidden;
	width: 98%;
	padding: 1%;
	border-bottom: 0px solid #cccccc;
	margin: 0 ;
	background: #f7f7f7;
	border-radius: 5px;
	margin-bottom: 10px;
	 
}
#td_data_privacy_box {
	position: relative;
}

.req {
	border: 1px solid #ff0000 !important;
}
.req_field {
	color: #ff0000 !important;
}

.wpwl-button-pay {
	border-radius: 5px !important;
} 
.paymentWidgets, .wpwl-form {
	float: left !important;
}

input#send {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.green_button_long:hover 
{
	background: #4F6228 !important;
	color: #FFFFFF  !important;
	text-decoration: none !important;
} 
.green_button_long a
{
	color: #FFFFFF  !important;
	text-decoration: none !important;
}
.green_button_long a:hover 
{
	color: #FFFFFF  !important;
	text-decoration: none !important;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}