@import url(http://fonts.googleapis.com/css?family=Varela+Round);
/*@import url(http://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext);*/
/*@import url(http://fonts.googleapis.com/css?family=Russo+One&subset=latin,latin-ext);*/
html, body {
	font-size: 87.5%;
}

body {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Varela Round', sans-serif;
	/*font-family: 'Anton', sans-serif;*/
	/*font-family: 'Russo One', sans-serif;*/
	color: #05692D;
	line-height: 1;
	letter-spacing: -0.1rem;
	border-top: 1px dotted #05692D;
	padding-top: 1rem;
}

.logo {
	margin-bottom: 30px;
}

.nume {
	margin-bottom: 0;
}

a {
	color: #05692D;
	font-weight: bold;
}

a:hover {
	color: #000000;
};

#imp-exp .content {
	
	padding: 1rem;
	overflow: hidden;
}

.tabs-content > .content {
    padding: 2rem 2rem 1rem 3rem;
    width: 100%;
    border: 1px solid #05692D;
}

.tabs dd > a {
	padding: 10px 20px;
}

.tabs dd {
	top: 0;
}

.tabs dd.active a {
    background: none repeat scroll 0 0 #05692D;
    color: #fff;
}

img.image {
	display: block;
	float: right;
	margin-top: 150px;
	/*margin-bottom: 50px;*/
}

.col-img {
	background: url(../images/line-bg.gif) repeat-y 50% 0;
}

.col1, .col2 {
	padding-top: 3rem;
}
