@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import "../css/superfish.css";

body {
	color:#044297;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #FFF;
}

img.albnegru {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.albnegru:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.round {border-radius:10px;}

.divcontainer {
	width: 97%;
	overflow: hidden;
	padding-top: 7px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	background-color:#e2e2e2;
}

.divmeniu {
	width:100%;
	padding-top:7px;
	height:40px;
	background-image:url(../Files/bg-menu.png);
	background-repeat:repeat-x;
}

.contact-title {
	width:100px;
	margin-right:10px;
	float:left;
}

a.btn:link {
    margin-top: 0px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 12px;
    display: inline-block;
    padding: 5px 10px 5px;
    background-color: #CB9132;
	text-decoration:none;
    color: #FFF;
    font: 400 16px/26px 'Open Sans Condensed', sans-serif;
}

a.btn:visited {
    background-color: #CB9132;
    color: #FFF;
}

a.btn:hover {
    background-color: #F2F2F2;
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.portfolio {
	width:290px;
	padding-left:10px;
	padding-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:#ffffff;
	box-shadow:0 2px 2px #000000;
	float:left;
}

.portfolio:hover {
	background-color:#e6e6e6;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	padding-left: 35px;
	background: url(../images/marker.png) 0 3px no-repeat;
	color: #263555;
		font-size: 16px;
	line-height: 22.8px;
	content: "+ ";
	
}

ul.list li+li {
	margin-top: 17.2px;
}

a.gal img {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	box-shadow: 0 0 #fff;
	border-radius:5px;
}

a.gal {
	margin-bottom: 0px;
	display: block;
	background: url(../Files/magnify.png) center center no-repeat #a4cbc3;
	border-radius:5px;
}

a.gal:hover img{
	opacity: 0.2;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans Condensed', sans-serif;}
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}

.frame {
	border: 1px solid #E8E9D7;
}

.text1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: normal;
	margin-left:10px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	letter-spacing:1px;
}

a.a:link {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 14px;
}
a.a:visited {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 14px;
}
a.a:hover {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
}


input, select, textarea { font-family: Arial, Arial; font-size: 14px; line-height:18px;}

input[type=text],
input[type=password],
textarea { border: 1px solid #B9B9B9; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 9px 10px; margin: 0px; }
input[type=text],
input[type=password] { background-repeat: repeat-x; vertical-align: middle; }
input[type=submit] { background-color: #FFF; color:#000; font-size:16px; line-height:24px }
textarea { background-repeat: repeat-x; }
button { repeat-x left top; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;  font-size: 18px; color: #FFF; padding: 0px; height: 35px; line-height: 35px; border: none; padding: 0px 20px; cursor:pointer; }
fieldset { border: none; }
label { font-size: 14px;  }

#logo {display:scroll;position:fixed;top:10px;left:10px;z-index:1001;}
