/*=========================================
	B Styles
=========================================*/
body {
	background-color: #e4e4e4;
	background: url(../img/background.jpg) no-repeat top left fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Verdana,Arial,sans-serif;
	padding-bottom: 20px;
	overflow:hidden;
}
.container {
	width: 90%;
	margin: 0 auto ;
	padding: 0;
	max-width: 1200px;
	overflow: hidden;
	background-color: #ebebeb;
	-webkit-box-shadow: 0px 0px 125px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 125px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 125px rgba(0, 0, 0, 1);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

}

h1 {
}
h2 {
color: #333333;
font-size: 54px;
margin-top: 50px;
}

h3 {
color: #333333;
font-size: 16px;
margin-top: 20px;
}
h4 {
	font-weight: normal;
}
p {
color: #333333;
font-size: 14px;
line-height: 20px;
}

.contentul {
font-size: 16px;
line-height: 24px;
color: #333333;
}

/*=========================================
	Nav bar
=========================================*/
nav {
height: 100px;
width: 100%;
}

nav ul li {
text-align: left;
float: left;
list-style: none;
}

nav ul li a {
font-size: 18px;
line-height: 25px;
text-decoration: none;
color: #333333;
display: block;
}
nav ul li a:hover {
	text-decoration: none;
	color: #990000 !important;
}
nav ul li a:visited {
	text-decoration: none;
	color: #333333;
}
nav ul li a:focus {
	text-decoration: none;
	color: #333333;
	outline: none;
}
span {
font-size: 28px;
font-weight: normal;
letter-spacing: -1px;
}
/*=========================================
	Nav links
=========================================*/
#link1 {
	width: 25%;
	clear: both;
}

#link2, #link3 {
	width: 12%;
	height: 38px;
	padding-top: 12px;
	font-weight: bold;
}





/*=========================================
	Styling each section
=========================================*/
.box {
float: left;
}
article {
	width: 50%;
	margin: 0 20%;
	padding: 10px 5%;
	border:10px solid #98a0a3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: rgb(255, 255, 255); /* The Fallback */
   	background: rgba(255, 255, 255, 0.9); 
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .8);
}
article .img1 {
	float: right;
	width: 40%;
	margin-right: -8.4%;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
}

#box1 {
}
#box2 {
}
#box3 {
}

input, textarea, .uneditable-input {
    width: 100%;
}


@media (max-width: 865px) {
	#link1 {
		width: 50%;
	}
	#link2, #link3 {
		width:25%;
	}
	article {
		width: 76%;
		margin: 0 5%;
	}
	article .img1 {
		margin-right: -5%;
	}
	
}
@media (max-width: 385px) {
	#link1 {
		width: 50%;
	}
	#link2, #link3 {
		width:25%;
	}
	nav ul li a {
	    font-size: 14px;
	}
	nav ul li span {
	    font-size: 21px;
	}
}