/* Global */

body {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 16px;
	line-height:21px;
	color: #7a7a7a;
	overflow-x:hidden;
}
::selection {
	background: #df4d58;
	color:#fff;
}
::-moz-selection {
	background: #df4d58; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}

.fright{float:right;
}
.fleft{float:left;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
}
h1 {
	margin:0;
	padding:0 0 6px 0;
	text-align:left;
	font-style:normal;
	background:none;
	font-family: 'Lobster';
	font-size: 69px;
	color:#3e3e3e;
	font-weight: 700;
}



img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

/* ____________________________________ Slide 1 ____________________________________ */ 

.padding_slide1 {padding:40px 0 101px 0;
}



#slide1{
	background-image:url(../images/slide1_bg.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}
#slide1 .grid_12 { background: url(../images/form-bg.png) repeat center top;
-webkit-box-shadow: -2px 6px 31px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 6px 31px -1px rgba(0,0,0,0.75);
box-shadow: -2px 6px 31px -1px rgba(0,0,0,0.75);  
}

#slide1 h1 {
	float:none;
	border-right:none;
	margin:0;
	text-align:center;
	font-family: 'Lobster';
	font-size: 38px;
	line-height: 42px;
	padding: 30px 50px;
	color:#000000;
	font-weight:400;
}
#slide1 h3 {
	font-family: "Open Sans";
	text-align: left;
	text-transform:uppercase;
	font-weight:400;
	text-shadow: none;
}
.slogan_text {
	display:inline-block;
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
	line-height:24px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.21);
}
.left_bord {
	display:inline-block;
	padding-bottom:3px;
	background:url(../images/left_bord.png) no-repeat;
	height:2px;
	width:140px;
}
.right_bord {
	display:inline-block;
	padding-bottom:3px;
	background:url(../images/right_bord.png) no-repeat;
	height:2px;
	width:140px;
}
#slide1 .line { background:url(../images/Line-Breaker11.png) no-repeat; width: 898px; height: 5px;}
#slide1 .grid_4 ul {
	margin: 0 auto;
	margin-left: 10%;
	margin-top: 10%;
}
#slide1 .grid_4 li { 
color: #333333;
padding: 0 30px 30px 10px;
text-align: left;
line-height: 24px;
font-size: 18px;
}
#slide1 .forma { width: 100%; margin-top: 10px;}
#slide1 .forma-bg {
	background-color: rgba(1, 101, 6, 0.6);
	display: table;
	margin: 0 auto 10px auto;
	padding: 20px;
	border-radius: 5px;
}
.forma input [type="text"], .forma input [type="submit"] {
	padding: 0;
	margin: 0 auto;
	
}
.forma input { float: left;}
.email {
	font-size: 18px;
	color: #999999;
	border-radius: 5px;
	border: none;
	padding: 10px;
	width: 320px;
	margin-right: 10px;
}
.knopka {
	color: #FFFFFF;
	background: #FF6600;
	border: none;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	width: 320px;
}
#blink {
animation: blink 3s linear infinite; -webkit-animation: blink 3s linear infinite;}
@-webkit-keyframes blink {
  50% { color: rgb(1, 101, 6); }
  51% { color: rgb(255, 255, 255); }
  100% { color: rgb(1, 101, 6); }
}
@keyframes blink {
  50% { color: rgb(1, 101, 6); }
  51% { color: rgb(255, 255, 255); }
  100% { color: rgb(1, 101, 6); }
}


.knopka:hover { background:#00CC33;}
.zamok {
	width: 21px;
	height: 23px;
	float: left;
	background: url(../images/zamok.png) no-repeat;
}
.zashita {
	height: 30px;
	display: table;
	margin: 0 auto;
}

/* ____________________________________ Slide 1 ____________________________________ */ 


/* ____________________________________ FOOTER ____________________________________ */
#footer {
	height: auto;


}
#footer p {
	font-size: 14px;
	color:#828181;
	text-transform: none;

}
#footer a {
	color:#00CC33;
	text-decoration: underline;
}
#footer a:hover {text-decoration:none;color:#FF6600;
}

/* ___________________________________ //FOOTER ___________________________________ */








