/*-----------------------------------------------------------------------------
    author: Arkadiusz Wieczorek
    mail: ark.wieczorek@gmail.com
    phone: +48 726 370 263
    www: http://arkadiusz.ikleks.pl
				
-----------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

/* fonts
-----------------------------------------------------------------------------*/
@font-face {
	font-family: support_calibri;
	src: url(font.ttf);

}



h1{
	font-size: 0.85rem;
	color: #777777;
	font-style: normal;
}

p{
	font-size: 0.85rem;
	color: #777777;
	font-style: normal;
}

cr{
	font-size: 0.85rem;
	color: white;
	font-style: normal;
	position: absolute;
	right: 0%;
}

.cr{
	position: relative;
}



.ark {
	display: inline-block;
	background-color: none;
	height: auto;
	width: auto;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.ark a {
	text-decoration: none;
}

.mel{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 188px;	
}




body {
	
	font: 0.85rem support_calibri, Calibri, Arial, sans-serif;
	width: 100%;
	background-color: #beb496;

}
/* wraper
-----------------------------------------------------------------------------*/

.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;

}
/* shadow
-----------------------------------------------------------------------------*/
.shadow {
	moz-box-shadow: 0px 0px 20px #948c75;
	webkit-box-shadow: 0px 0px 20px #948c75;
	box-shadow: 0px 0px 30px #948c75;
}

/* header
-----------------------------------------------------------------------------*/
.header {
	height: 130px;
	background: #ffffff;
	padding-left: 75px;
	padding-right: 75px;
}




#main_page_id {
	height: 433px;
	background: #ffffff;
	position: relative;
	/* padding-left: 75px; */
	/* padding-right: 75px; */
	/*background-image: url(images/h1.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	border-top: #ebdeb9 solid 3px;
	border-bottom: #749A13 solid 3px;
	z-index: 2;
}

#content_left_logo{
	float: left;
	width: 260px;
	background-image: url(images/logo.png); 
	background-repeat: no-repeat; 
	padding-top: 200px;
	

}

#stripe	{ 
	position: relative;
	left: 35%;
	width: 4px;
	background-color: #AA7827; 
	padding-top:60px;
}
/* language switcher */

.language {
	position: absolute;
	top: 5px;
	right: 0px;
}

/* language en */

.button_to_en {
	display: inline-block;
	background: url("images/flag/en_off.png") no-repeat;
	height: 36px;
	width: 40px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.button_to_en a {
	text-decoration: none;
}

.button_to_en:hover, .button_to_en.active{
     border-bottom-color: #FFFFFF;
     background: url("images/flag/en.png") no-repeat;
}

/* language pl */

.button_to_pl {
	display: inline-block;
	background: url("images/flag/pl_off.png") no-repeat;
	height: 36px;
	width: 40px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.button_to_pl a {
	text-decoration: none;
}

.button_to_pl:hover, .button_to_en.active{
     border-bottom-color: #FFFFFF;
     background: url("images/flag/pl.png") no-repeat;
}



/* navigation bar with underline
-----------------------------------------------------------------------------*/


 
.underlinemenu {
	position: absolute;
	top: 74px;
	left: 341px;
}

.additionalmenu {
	position: absolute;
	top: 430px;
	right: 76px;
}

.tab {
	display: inline-block;
	width: 114px;
	border-bottom: 5px solid;
	/*border-bottom-color: #BEB396;*/
	border-bottom-color: #EBDEB9;
	float: left;
	padding-left: 7px;
	color: #777777;
	text-decoration: none;
}	

.tab a {
	color: #494949;
	text-decoration: none;
}


.tab:hover, .tab.active{
    border-bottom-color: #AA7827;
}



/* contener_for_photo
-----------------------------------------------------------------------------*/

.image {
	height: 255px;
	background: #ffffff;

}

/* headers
-----------------------------------------------------------------------------*/

#wimage1 { 
	background-image: url(images/h1.png); 
	background-repeat: no-repeat; 
	padding-top:245px;
	border-top: solid;
	border-bottom: solid;
	border-color: #749A13;
} 

#wimage2 { 
	background-image: url(images/h2.png); 
	background-repeat: no-repeat; 
	padding-top:245px;
	border-top: solid;
	border-bottom: solid;
	border-color: #749A13;
} 

#wimage3 { 
	background-image: url(images/h3.jpg); 
	background-repeat: no-repeat; 
	padding-top:245px;
	border-top: solid;
	border-bottom: solid;
	border-color: #749A13;
	border-top-color: #ebdeb9;
} 

#wimage4 { 
	background-image: url(images/header2.jpg); 
	background-repeat: no-repeat; 
	padding-top:245px;
	border-top: solid;
	border-bottom: solid;
	border-color: #749A13;
	border-top-color: #ebdeb9;
} 

/* middle
-----------------------------------------------------------------------------*/
.content {
	overflow: hidden;
	min-height: 400px;
	background: #ffffff;
	padding-top: 50px;
	padding-left: 75px;
	padding-right: 75px;
}
/* lines
-----------------------------------------------------------------------------*/
#new_line { 
	padding: 22px 0; 
}

#new_line_small { 
	padding: 6px 0; 
}

#new_line_middle { 
	padding: 12px 0; 
}

#new_line_big{
	padding: 70px 0;
}

#before_content_line { 
	padding: 66px 0; 
}

/* content + margin
-----------------------------------------------------------------------------*/

#content_header{
	font-size: 1.4rem;
	color: #777777;
	float: right;
	width: 485px;
	max-height: 18px;
}

#content_header2{
	font-size: 1.4rem;
	color: #777777;
	width: 200px;
	position: relative;
	margin-bottom: 22px;
}

#content_header_products{
	font-size: 1.4rem;
	color: #777777;
	float: right;
	width: 445px;
	max-height: 18px;
}


.main_content{
	width: 450px;
    position: absolute;
    bottom: -5px;
    background-color: white;
    padding: 20px;
    right: 8.3%;
    
	border-top: #749A13 solid 5px;
    z-index: 3;
}



#content_left{
	float: left;
	color: #777777;
	width: 265px;
	background: green;
}

/* products
-----------------------------------------------------------------------------*/



.siatka{
	width:750px;
	height: 100px;
	position: relative;
	color: #777777;
	/*background-color: grey;*/
}

.siatka_opis{
	width:750px;
	height: 35px;
	position: relative;
	color: #777777;
	/*background-color: grey;*/
}

.content_for_sample{
	width:750px;
	position: relative;
	color: #777777;
	/*background-color: grey;*/
}

.false_msg{
	width:650px;
	position: absolute;
	color: hsl(35, 59%, 58%);
	left: 177px;
	bottom: 229px;
	font-size: 0.7rem;
	font-weight: bold;
}

.pass_msg{
	width:650px;
	position: absolute;
	color: #749A13;
	left: 177px;
	bottom: 229px;
	font-size: 0.7rem;
	font-weight: bold;
}

.element_siatki {
	display: inline-block;
	margin: 4px;
/*	height: 85px;*/
	width: 138px;

}

.element_siatki_pusty{
	display: inline-block;
	margin: 4px;
	width: 138px;


}

.kolumna1 {
	width: 300px;
	height: 200px;
	display: inline-block;
  	position: absolute;
  /*	background-color: red;*/
  	left: 0px;
}

.kolumna2 {
	width: 440px;
    height: 100px;
    display: inline-block;
    position: absolute;
  /*  background-color: green;*/
    left: 305px;
}

.kolumna_opis{
	width: 440px;
    height: auto;
    display: inline-block;
    position: absolute;
  /*  background-color: green;*/
    left: 305px;
}

.sample{
	
    height: auto;
    display: inline-block;
    position: relative;
  /*  background-color: green;*/
    left: 102px;
}

input{
	width: 10rem;
	height: 1.0rem;
	font-size: 1.0rem;
	font: support_calibri;


}

input[type="submit"]{
	
	background-color: #7196AD;
	color: #FFFFFF;
	font: support_calibri;
	font-size: 1rem;
	height: 36px;
	position: absolute;
	top: 300px;
	right: 32px;

}

form{
	width: 640px;
	display: inline-block;
}



select {
	outline: none !important;
	color: #FFFFFF;
    border:1px solid #BEB496;
    background-color: #7196AD;
    box-shadow: 0 0 10px #FAF4D0;
    font: support_calibri;
   	font-size: 0.85rem;
   	height: 36px;
   	width: 607px;
   	margin-top: 20px;
	top: 240px;
	left: 0px;

}


/* main content
-----------------------------------------------------------------------------*/

#content_right{
	position: relative;
	left: 265px;
	color: #777777;
	width: 485px;
	min-height: 113px;

}

#content_right2{
	position: relative;
	color: #777777;
	width: auto;
}


/* inputs
-----------------------------------------------------------------------------*/

.input {
	border: 1px; 
	padding:10px; 
	font-family: support_calibri;
	font: 1rem Calibri, support_calibri, Arial, sans-serif;
	color:#494949; 
	/* border:solid 1px #BEB396; */ 
	margin: 0 0px 2px; 
	width: 280px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	background-color: #FFFFFF;
	border:1px solid #EEEEEE;

}
input:focus { 
    outline: none !important;
    box-shadow: 0 0 10px #DDDDDD;
    font: support_calibri;
}

textarea{
	min-width: 585px;
	min-height: 50px;
	font: support_calibri;
}

textarea:focus {
    outline: none !important;
    box-shadow: 0 0 10px #DDDDDD;
    font: support_calibri;
}



select:focus {
    outline: none !important;
    border:1px solid #BEB496;
    box-shadow: 0 0 10px #BEB496;
    background: #7196AD;
    font: support_calibri;


}

[type=submit]{
	outline: none !important;
    border:1px solid #BEB496;
    background-color: #FAF4E0;
    box-shadow: 0 0 10px #FAF4D0;
    font-family: support_calibri;
    color:#494949;
}

[type=submit]:focus{
    outline: none !important;
    border: 1px solid #BEB496;
    box-shadow: 0 0 10px #BEB496;
    font-family: support_calibri;

}





/* footer
-----------------------------------------------------------------------------*/
.footer {
	height: 75px;
	background: #ffffff;
	padding-left: 75px;
	padding-right: 75px;
}


/*maps */
#map_canvas{

	background-color: #FFFFFF;
}

.map_background{
	background-color: #FFFFFF;
	z-index: 3;
	padding-top: 0px;



}




