*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
}

body {
	font-family: "GlroyLight", sans-serif;
	font-size: 16px;
	background-color: #eee;
	letter-spacing: 1px;
}

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 40px;
	text-transform: uppercase;	
	font-family: GlroyBold;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

.slide p.minis{
	font-size: 25px;
	color: #ff0;
}

/*--------HEADER-----------*/

header{
	width: 100%;
	padding: 0px;
	background-color: #0007;
	color: #fff;
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 10000;
	padding: 5px 0px;	
}

header ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

header img{
	width: 200px;
	margin: 0px;
	float: left;
}

img.logo{
	width: 200px;
	margin: 0px;
}

header nav{
	width: 100%;
	text-align: center;
}

header nav ul{
	width: 100%;
	text-align: center;
}

header nav ul li{
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	transition:0.7s;
	border-bottom: 3px solid #fff0;
}
header nav ul a {
	color: #fff;
}

header nav ul li:hover{
	border-bottom: 3px solid #fff;
	cursor: pointer;
}

header nav ul li.active{
	border-bottom: 3px solid #fff;
	cursor: pointer;
}

header p{
	padding: 7px 0px;
	text-align: right;
	margin: 0px;
	font-size: 20px;
}

header .logo p{
	padding: 7px 0px;
	text-align: left;
	margin: 0px;
	font-size: 20px;
}


div.bottons{
	width: 100%;
	text-align: center;
	padding: 20px;
}


div.bottons ul li{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	text-transform: uppercase;
	background-color: #006700;
	color: #fbfbfb;
	padding: 15px 10px;
	margin: 1%;
	cursor: pointer;
	transition: 0.7s;
}

div.bottons ul li:hover{
	background-color: #00c100;
}


/*---------CONTENT-----------*/

section.content{
	width: 100%;
}





/*---------form-----------*/

section.form{
	width: 100%;
	padding: 60px 0px;
	text-align: center;
	background-color: #000;
}

section.form .zag1{
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: GlroyBold;
	color: #ff0;
}

section.form .zag2{
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

section.form .zag3{
	color: #eee;
	margin: 0px;
	padding: 0px;
}

section.form button{
	background-color: #4cbf00;
	margin: 20px 0px;
	color: #fff;
	border: 0px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	cursor: pointer;
}


section.list{
	padding: 100px 0px;
	background-color: #fff;
	text-align: center;
}

section.list div.snip{
	display: inline-block;
	width: 23%;
	margin:50px 0.5%;
	vertical-align: top;	
	text-align: left;
}
section.list div.snip img{
	width: 100%;	
	margin-bottom: 10px;
}
section.list div.snip ul li{
	width: 100%;	
	font-family: RobotoBold;
}
section.list div.snip h3{
	font-family: BebasBook;
	margin: 5px 0px;
	color: #b73434;
	font-size: 25px;
}
section.list div.snip ul li span{
	float: right;
	font-family: RobotoRegular;
}
section.list div.snip ul li.button {
	background-color: #b73434;
	color: #fff;
	text-transform: uppercase;
	text-align: center !important;
	margin-top: 10px;
	padding: 10px;
	transition:0.5s;
	cursor: pointer;
}
section.list div.snip ul li.button:hover {
	background-color: #f00;
}

/*------FOOTER--------*/

footer{
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	background-color: #fff;
}

footer p{
	font-size: 25px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

footer ul.footer li{
	width: 100%;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-family: GlroyBold;
}

footer ul.footer li ul li{
	width: 100%;
	text-align: left;
	font-size: 15px;
	text-transform: initial;
	cursor: pointer;
	font-family: GlroyLight;
	padding-left: 10px;
}

footer ul.footer li ul li:hover{
	text-decoration: underline;
}

footer button{
	text-transform: uppercase;
	font-size: 17px;
	background-color: #f00;
	color: #fff;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	border: 0px;
}



/*-------------KALK-ZABOR---------------*/

table.kalk{
	width: 100%;
	height: 100vh;
	z-index: 10001;
	background-color: #0005;
	position: fixed;
	top:0px;
	left: 0px;
}


table.kalk i{
	color: #f00;
	cursor: pointer;
	font-size: 30px;
	padding: 5px 7px;
	float: right;
}
table.kalk i:hover{
	color: #f009;
	cursor: pointer;
}
table.kalk tr td{
	width: 100%;
	height: 100vh;
	text-align: center;
}
table.kalk tr td form {
	display: inline-block;
	background-color: #fff;
	width: 600px;
	padding: 10px;
	border: 5px solid #d6d1d1;
}
table.kalk tr td form div.close{
	width: 100%;
	padding: 0px;
	text-align: center;
}

table.kalk tr td form div.close p {
	font-size: 30px;
	text-align: left;
	margin: 5px 0px;
	padding: 0px;
}

table.kalk tr td form div.form {
	width: 100%;
	padding: 20px 10px 0px 10px;
	border-top: 1px solid #eee;
}

table.kalk tr td form input{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border:3px solid #aaa;
}
table.kalk tr td form select{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border:3px solid #aaa;
	cursor: pointer;
	margin-bottom: 10px;
}


table.kalk tr td form div.buttons{
	width: 100%;
	text-align: right;
}

table.kalk tr td form div.buttons span{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px 40px;
	width: auto;
	display: inline-block;
	background: #4cbf00;
	color: #fff;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}
table.kalk tr td form div.buttons input {
	width: auto;
	padding: 10px;
	margin: 10px;
}

table.kalk tr td form div.buttons a {
	text-decoration: underline;
}
table.kalk tr td form div.buttons a:hover {
	text-decoration: none;
}
table.kalk tr td form button{
	background-color: #4cbf00;
	margin: 20px 0px;
	color: #fff;
	border: 0px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	cursor: pointer;
}

table.kalk tr td form p.title{
	margin: 10px 0px 20px 0px;
}


table.kalk tr td form .kalk_info {
	width: 100%;
	padding: 20px 0px;
}
table.kalk tr td form .kalk_info h3{
	font-family: BebasBold;
	text-align: right;
	padding: 5px 10px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	font-size: 25px;
}
table.kalk tr td form .kalk_info h3 span{
	float: left;
	color: #4cbf00;
}
table.kalk tr td form .kalk_info .type{
	width: 48%;
	display: inline-block;
	margin: 0.5%;
}
table.kalk tr td form .kalk_info .type img {
	width: 100%;
	z-index: 10000;
	position: inherit;
	margin-top: -10px;
	border: 3px solid #eee;
	cursor: pointer;
}
table.kalk tr td form .kalk_info .type h4 {
	width: 100%;
	margin-bottom: -48px;
	z-index: 11111;
	position: relative;
	padding: 10px 30px;
	background-color: #fff;
	display: inline-block;
	width: auto;
	border: 3px solid #eee;
	background: #ef4c4c;
	color: #eee;
	cursor: pointer;
}
table.kalk tr td form .kalk_info .type h4.txt {
	width: 100%;
	margin-bottom: 0px;
}
