@import url(http://fonts.googleapis.com/css?family=Fauna+One|Cinzel+Decorative);
a {
	color:#fff;
	text-decoration:none;
}

body {
	background:#fff;
	color:#000;
	overflow:auto;
	overflow-x:hidden;
	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;

	background: #FCFDFD;
}
h1, h2, h3{
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	color:#000;
}
b, p {
	color:#000;
}

a {
	color:#000;
}

input[type="text"], input[type="password"]{
	border:none;
	width:300px;
	background:#e4e4e4;
	height:50px;
	color:#000;
	text-align:center;
	letter-spacing:0px;			
}
textarea {
	border:none;
	width:300px;
	background:#e4e4e4;
	height:200px;
	color:#000;
	text-align:center;
	letter-spacing:0px;
	font-family:Arial;
}
button, input[type="button"], input[type='submit']  {
	padding: 5px 10px 6px;
	color: #000;
	text-decoration: none;
	border: none;
	cursor: pointer;
	background: #dadada;  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	font-weight:bold;				
	letter-spacing:2px;
}
button:hover, input[type='button']:hover, input[type='submit']:hover {
	background: #9b9b9b; /* Old browsers */
}
button:active, input[type='button']:active, input[type='submit']:active {
	top:2px;
}
button[disabled=disabled], button:disabled {
	opacity:0.5;
	cursor:default;
}
#all {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:100%;
}
#top {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:150px;
	background:#fff;	
	border-bottom:2px solid #000;
}
#flagPart01 {
	background:#009246;
}
#flagPart02 {
	background:#fff;
}
#flagPart03 {
	background:#ce2b37;
}
#logo {
	height:260px;
	position:relative;
	top:-14px;
	z-index:3;
}
#center {
	width:100%;
	height:450px;	
	position:relative;
	top:-4px;
	z-index:1;
	overflow:hidden;
}
#center img {
	max-width:100%;
}
#centerOverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:450px;
	background:rgba(0,0,0,0.6);
	z-index:2;
}
#centerSlogan {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:280px;
	padding-top:175px;
	z-index:2;
	text-align:center;
	color:#fff;
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:50px;
	text-shadow:0px 20px 30px #000;
}
#centerText {
	padding-left:20%;
	padding-right:20%;
	padding-top:2%;
	padding-bottom:2%;
	text-align:justify;	
}
#catalogButton {
	padding:20px;
	height:80px;
	width:500px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	border:2px solid #c3c3c3;
	letter-spacing:2px;
	transition: all 0.4s;
	background:transparent;
	font-size:20px;
	font-weight:thin;
}
#bottom {
	width:100%;
	height:10px;
	padding-top:70px;
	padding-bottom:20px;	
	position:relative;
	z-index:1;
	overflow:hidden;
	
}
.flagPart {
	width:100%;
	height:10px;	
}
.menuItem {
	position:relative;
	top:-50px;
	width:150px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	border:2px solid #f9f9f9;
	letter-spacing:2px;
	transition: all 0.4s;
}
.menuItem:hover {
	border:2px solid #c3c3c3;
}
.service {
	width:400px;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	border:2px solid #c3c3c3;
	display:inline-block;
}
.catalogItem {
	width:250px;	
	padding:20px;
	border:2px solid #000;
	display:inline-block;
	margin:20px;
	background:#fff;
	box-shadow:0px 20px 50px -20px rgba(0,0,0,0.5);
	opacity:0.6;
	cursor:pointer;	
	text-align:center;
	transition:all 0.4s ease;
}
.catalogItem img {
	max-height:140px;	
}
.catalogItem:hover {
	opacity:1;
}
.myLightboxBkg {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	z-index:9999999999999999999999;
}
.lightBox {
	margin:15px;
	background:#fff;	
}
.lightBox img {
	max-width:70%;
	max-height:400px;	
}

