* {
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

@font-face {
    font-family: 'gnutypewriterstandard';
    src: url('../fonts/gtw-webfont.eot');
    src: url('../fonts/gtw-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gtw-webfont.woff') format('woff'),
         url('../fonts/gtw-webfont.ttf') format('truetype'),
         url('../fonts/gtw-webfont.svg#gnutypewriterstandard') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Alexander';
    src: url('../fonts/alexander-400-normal.woff2') format('woff2'), 
    url('../fonts/alexander-400-normal.woff') format('woff'), 
    url('../fonts/alexander-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


body,html {
	height: 100%;
}


.wrapper_all {
min-height: 100%;
 background-color: #E9E9E9;
 }

 
.shapka {
position: relative;
height: 120px;
background: url("../images/bg.png") repeat-x;
}

.banner {
	position: relative;
	width: 1024px;
	margin: 0px auto 0px auto;
	}

.banner img.yolka {
	position: absolute;
	top: 0px;
	left: 570px;
height: 100px;

}

.banner .nadpis {
	position: absolute;
	left: 170px;
	top: 20px;
	
}

.banner .kontaktu {
	position: absolute;
	left: 750px;
	top: 60px;
	}

.banner .shpalu {
	position: absolute;
	left: 50px;
	top: 10px;
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #000000;
	box-shadow:  4px 4px 8px 2px  #4F4D4C;

}

.shpala1, .shpala2,.shpala3,.shpala4,.shpala5,.shpala6,.shpala7 {
background-color: #ffffff;
}

.shpala7 {
	position: absolute;
	left: 0px;
	bottom: 23px;
	height: 5px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}

.shpala6 {
	position: absolute;
	left: 0px;
	bottom: 42px;
	height: 4px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}

.shpala5 {
	position: absolute;
	left: 0px;
	bottom: 58px;
	height: 3px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}
.shpala4 {
	position: absolute;
	left: 0px;
	bottom: 70px;
	height: 2px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}

.shpala3 {
	position: absolute;
	left: 0px;
	bottom: 78px;
	height: 1px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}

.shpala2 {
	position: absolute;
	left: 0px;
	bottom: 85px;
	height: 1px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}

.shpala1 {
	position: absolute;
	left: 0px;
	bottom: 92px;
	height: 1px;
	width: 100%;
border: 1px solid #EDAE40;
background-color: #EDAE40;
border-radius: 2px;
}

.banner .kontaktu p{
text-align: right;
font-family: 'Bad Script', cursive;
font-style: italic;
text-shadow: 2px 2px 1px #ffffff;
}

.banner .yazuki {
	position: absolute;
	left: 880px;
	top: 25px;
	}


.nadpis h3 {
	//font-family: 'Ruslan Display', cursive;
	 font-family: 'Alexander';
	font-size: 24px; 
}

.nadpis h6 {
	//font-family: 'Ruslan Display', cursive;
	font-family: Arial, Verdana, Georgia;
	font-size: 14px; 
}

.nadpis h1 {
	//font-family: 'Ruslan Display', cursive;
 font-family: 'Alexander';
	text-shadow: 4px 4px 3px #999999;
	font-size: 40px; 
}


.slideshow {
	margin: 30px auto;
	width: 900px;
	height: 210px;
}

.slideshow img {
	width: 900px;
	margin: 0px auto;
}


.div_nav {
position: relative;
background-color: #4F4D4C;

}

.nav {
position: relative;
width: 1024px;
margin: 0px auto;
text-align: center;
background-color: #4F4D4C;
padding: 1px;
}
.nav li {
	display:inline-block;
	     margin: 0;
	     margin-right: 1px;

}


.nav a {
text-decoration: none;

border-top-left-radius: 5px;
border-top-right-radius: 5px;

color: #181831;
display: inline-block;
font-size: 15px;
font-style: italic;
text-shadow: 1px 1px 1px #ffffff;
padding: 8px 10px 8px 10px;
margin: 0;
font-family: Verdana, Geneva, sans-serif;
background-image: -moz-linear-gradient(to top, #7E7E7D, #ffffff);
background-image: -webkit-linear-gradient(to top, #7E7E7D, #ffffff);
background-image: -o-linear-gradient(to top, #7E7E7D, #ffffff);
background-image: linear-gradient(to top, #7E7E7D, #ffffff);
width: 160px;
}

.nav a:hover {
background-image: -moz-linear-gradient(to top, #ffffff, #7E7E7D);
background-image: -webkit-linear-gradient(to top, #ffffff, #7E7E7D);
background-image: -o-linear-gradient(to top, #ffffff, #7E7E7D);
background-image: linear-gradient(to top, #ffffff, #7E7E7D);
}


.wrapper {
	width:1024px;
	margin:0px auto;
padding-bottom: 130px;
overflow: hidden;
	


}


.mainContent {

	width: 1024px;
	margin: 10px 10px 10px 10px;


}

footer {
margin: -130px auto 0;
height: 130px;
width: 100%;
background-image: -moz-linear-gradient(bottom, #FFC100, #E9E9E9);
background-image: -webkit-linear-gradient(bottom, #FFC100, #E9E9E9);
background-image: -o-linear-gradient(bottom, #FFC100, #E9E9E9);
background-image: linear-gradient(bottom, #FFC100, #E9E9E9);

}

footer div {
	width: 220px;
	height: 130px;	
		margin: 0px auto 0px auto;
	background: url("../images/shar100x100.png") no-repeat;
	//background: url("../images/ded.png") no-repeat;
	background-position: 0px 65px;
	background-size: auto 50px;
	padding: 80px 10px 10px 60px;
	color: #636161;
font-family: 'Ruslan Display', cursive;


}

.forma_auth {
background-color: beige;
position: absolute;
top: 30%;
left: 50%;
width: 500px;
border-radius: 15px;
box-shadow: 0 0 8px rgb(0.0.0);
border: 1px solid black;
margin-left: -250px;
}
.forma_auth img {
position: absolute;
top: 10px;
left: 10px;

}
.forma_auth h1 {
text-align: center;
margin-top: 10px;
}

.forma_auth label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	}

.forma_auth p {
margin: 10px 10px 10px 10px;
}
.forma_auth input[type="submit"] {
display: block;
margin-left: auto;
margin-right: auto;

}

.mainNav {
float: left;
width: 150px;
padding:0px;
padding-right: 10px;
list-style:none;

}

.mainNav a {
    color: #000;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #999;
-moz-box-shadow:
	0px 0px 0px rgba(000,000,000,0),
	inset 0px 1px 0px rgba(255,255,255,0.7);
box-shadow:
	0px 0px 0px rgba(000,000,000,0),
	inset 0px 1px 0px rgba(255,255,255,0.7);
    text-shadow:
	0px -1px 1px rgba(000,000,000,0.2),
	0px 1px 0px rgba(255,255,255,0.3);
    display: block;
    background-color: #E7E7E7;
    padding: 10px 0px 10px 0px;
    margin: 0px auto 10px 15px;
    
}
.mainNav a:hover  {
   # font-weight: bold;
    background-color: #b2f511;
    -webkit-transform:scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner_menu {
    margin: 20px auto 0px auto;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: solid 2px green;
    color:#016301;
    font-weight: bold;
}

.bg_adm {
	background-color: beige;
}

.mainContentAdm {
    margin-left:170px;
    background-color: beige;
    margin-top: 20px;
    
}

ul.menu_services {
float: left;
width: 320px;
list-style: none;
padding: 5px;


}

ul.menu_services li {

	}

ul.menu_services li a {
text-decoration: none;
padding: 5px;
padding-left: 60px;
background: url(../images/li.png) no-repeat #C1C1C0;
background-position: center left;
display: inline-block;
width: 300px;
margin: 5px;
color: #574948;
font-family: Arial, Verdana, sans-serif;
border-radius: 5px;
box-shadow: 0 0 4px #000;
}

ul.menu_services li a:hover {
background-color: #9DA3D2;
}

.content_services {
	margin-left: 320px;
	margin-top: 10px;
	
	width: 670px;
	padding: 10px;
	//overflow: hidden;
}

.content_services table,.content_services img {
margin: 0px auto;
}


table.kontakt_tab {
	box-shadow: 4px 4px 5px 3px gray;
}


table.kontakt_tab tr td:first-child {
	background-color: #F7CF53;
}

table.kontakt_tab td {
	
	color: #1D1D3C;
}



table.orders_tab, table.kontakt_tab {
	margin: 0px auto;
	
}
table.orders_tab td,table.kontakt_tab td {
padding: 15px;
font-family: Arial, Verdana, sans-serif;
font-style: italic;
	}

table.orders_tab input[type="text"] {
width: 400px;
}


.figure {
float: left;
width: 122px;
height: 100px;
margin: 10px 10px 0px 30px;
//padding: 5px;
//border: 1px solid black;

	}



.photo img {

width: 122px;
height: 100px;
margin-left: 0px ;
padding: 2px;
border: 1px solid gray;
box-shadow: 4px 4px 3px gray;

	}

h2.zakaz {
	color: #4F4D4C;
	margin: 0px auto;
	text-align: center;
	font-size: 20px;
font-family: Arial, Verdana, sans-serif;
font-style: italic;
margin-top: 40px;
	}

.eskiz_foto {
float: left;
width: 130px;
height: 130px;
margin: 10px 10px 30px 10px;
border: 1px solid #D3720A;
padding: 15px;
border: 1px solid black;
	}

	#hiddenframe_auto,#hiddenframe_avia,#hiddenframe_rail {
	width:960px;
	height: 300px;
	background-color: white;
}

.form_upload h3 {
	color: green;
	font-size: 16px;
	font-family: Arial;
	margin: 20px;
}

.eskiz_foto .div_del{
position: relative;
width: 120px;
height: 120px;
}

.eskiz_foto .div_del a.div_del_a {
position: absolute;
top: -20px;
left: -15px;
color: red;
text-decoration: none;
margin: 2px;
}

.eskiz_foto .div_del a:hover {
text-decoration: underline;
	}
.eskiz_foto img.img_foto {
max-width: 100px;
max-height: 100px;
	}


table.table_materials {
	margin: 20px;
	
}

table.table_materials th {
font-family: Arial,Tahoma, Geneva, sans-serif;
font-size: 16px;
background-color: #146B14;
color: white;
padding: 10px;
border: 1px solid #24B7A1;
}

table.table_materials td {
border: 1px solid #24B7A1;
border-top: none;
padding: 5px;
font-size: 14px;
font-family: Arial,Verdana, Geneva, sans-serif;
}

table.table_materials tbody tr:nth-of-type(odd),#wrapper_main  table tbody tr:nth-of-type(odd),table.users tbody tr:nth-of-type(odd){
background: #F7F7C8;
}

table.table_materials tbody tr:nth-of-type(even), #wrapper_main  table tbody tr:nth-of-type(even),table.users tbody tr:nth-of-type(even) {
background: #F7F2DE;
}

.data_s {
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	color: black;
	font-size: 24px;
}


.content_services table {
	
	background-color: white;
	
}

.content_services table td {
border: 1px solid #24B7A1;
padding: 1px;
}

.gal_photo {
	float: left;
	width: 250px;
	height: 150px;
	margin: 20px;
	margin-top: 90px;
	margin-left: 90px;
	
}

.gal_photo img.lit3:hover,.photo img:hover  {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}


.gal_photo img.lit1 {
z-index: 100;
width: 250px;
	height: 150px;
position: absolute;
top: 0px;
left: 0px;
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
box-shadow: 2px 2px 5px gray;


	}

	.gal_photo img.lit2 {
position: absolute;
top: 0px;
left: 0px;
width: 250px;
	height: 150px;
z-index: 100;
//width: 200px;
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
box-shadow: 2px 2px 5px gray;

	}

	.gal_photo img.lit3 {
z-index: 100;
//width: 200px;
position: absolute;
top: 0px;
left: 20px;
width: 250px;
	height: 150px;
box-shadow: 2px 2px 5px gray;
	}

.gal2_photo {
position: relative;

}
