html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	padding-bottom: 20px;
	background: #3f3f3f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/* ----- Header ----- */
#header {
	margin-bottom: 16px;
}
.despre-noi #header {
	margin-bottom: 15px;
}
#logo {
	width: 191px;
	height: 111px;
	margin: 0;
	display: block;
	float: left;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(../images/logo-cella.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#navigation {
	margin: 40px -16px 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
#ie8 #navigation {
	margin-right: -49px;
}
#navigation li {
	margin-right: 33px;
	padding: 2px 14px;
	display: inline-block;
}
#navigation li:last-child {
	margin-right: 0;
}
#navigation li.active {
	padding: 0 13px 2px 13px;
	border: solid 1px #fff;
}
#navigation li a {
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #fff;
}
#navigation li a:hover {
	text-decoration: none;
}
/* ----- // Header ----- */









/* ----- Content ----- */
#carousel {
	width: 960px;
	height: 550px;	
	position: relative;
	overflow: hidden;
	font-family: 'Titillium Web', sans-serif;
}
.noutati #carousel {
	padding-bottom: 20px;
}
#slides {
	margin: 0;
	padding: 0;
	display: none;
	list-style-type: none;
}
#carousel .slidesjs-slide img {
	display: block;
}
#carousel .slidesjs-navigation {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 314px;
	z-index: 11;
	background: transparent url(../images/carousel-navigation.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#carousel .slidesjs-navigation.slidesjs-previous {
	left: 0;
	background-position: 0 0;
}
#carousel .slidesjs-navigation.slidesjs-previous:hover {
	background-position: 0 -40px;
}
#carousel .slidesjs-navigation.slidesjs-next {
	right: 0;
	background-position: -40px 0;
}
#carousel .slidesjs-navigation.slidesjs-next:hover {
	background-position: -40px -40px;
}
#carousel .slide-content {
	width: 564px;
	height: 147px;
	position: absolute;
	bottom: 89px;
	right: 40px;
	z-index: 10;
	background: transparent url(../images/bg-60.png) 0 0 repeat;
}
#carousel .slide-content.extended {
	height: 421px;
}
#carousel .slide-title {
	height: 74px;
	padding: 0 37px;
	position: absolute;
	bottom: 16px;
	overflow: hidden;
}
#carousel .slide-title h2 {
	max-height: 74px;
	margin: 0;
	overflow: hidden;
	font-size: 36px;
	font-weight: 400;
	line-height: 37px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#carousel .slide-text {
	height: 202px;
	padding-right: 30px;
	position: absolute;
	top: 38px;
	left: 40px;
	display: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.nicescroll-rails {
	background: transparent url(../images/scroll-rail.png) 0 0 repeat;
}
#carousel .slidesjs-pagination {
	max-width: 480px;
	max-height: 33px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 327px;
	left: 394px;
	z-index: 11;
	list-style-type: none;
}
#carousel .slidesjs-pagination li {
	margin-right: 8px;
	margin-bottom: 5px;
	display: block;
	float: left;
}
#carousel .slidesjs-pagination li:last:child {	
	margin-right: 0;
}
#carousel .slidesjs-pagination li a {
	width: 11px;
	height: 11px;
	display: block;
	border: solid 1px #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	text-indent: -9999px;
}
#carousel .slidesjs-pagination li a.active {
	background: #fff;
}
#carousel .project-info {
	position: absolute;
	right: 564px;
	top: 0;
	z-index: 11;
}
#carousel .project-info i {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	background: #000 url(../images/project-info.png) center center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#carousel .project-info span {
	height: 40px;
	padding: 0 15px;
	position: relative;
	right: 41px;
	display: none;
	background: transparent url(../images/bg-80.png) 0 0 repeat;
	white-space: nowrap;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	cursor: default;
}
#ie8 #carousel .project-info span {
	padding-right: 55px;
	right: 1px;
}
#opera #carousel .project-info span {
	float: left;
	top: -40px;
}
#carousel .project-minimize {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 11;
	display: none;
	background: #000 url(../images/project-minimize.png) center 16px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}




.section {
	margin-bottom: 42px;
	border: solid 1px #fff;
	border-bottom: none;
	font-weight: 300;
	font-size: 15px;
}
.section.last {
	margin-bottom: 0;
	border-bottom: solid 1px #fff;
}
.section-title h3 {
	margin: 0;
	padding: 3px 15px 5px 15px;
	display: inline-block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.column-wide {
	width: 100%;
}
.column-large {
	width: 602px;
	padding-top: 25px;
	float: left;
}
.column-small {
	width: 300px;
	padding-right: 56px;
	float: left;
}
.row .column-medium {
	width: 45%;
	padding-right: 10%;
	float: left;
}
.row .column-medium.last {
	padding-right: 0;
}

.noutati #contact {
	padding-bottom: 24px;
}
.noutati #contact .column-large {
	padding-top: 19px;
	font-size: 15px;
}
.noutati #contact .column-large p {
	line-height: 21px;
}

.despre-noi .section {
	border-left: none;
	border-right: none;
}
.despre-noi .section-title {
	border-left: solid 1px #fff;
}
#ie9 #despre-noi.section {
	margin-bottom: 39px;
}
#despre-noi .section-title {
	margin-bottom: 41px;
}
#despre-noi .lead {
	padding-bottom: 37px;
}
#servicii.section {
	margin-bottom: 40px;
}
#ie9 #servicii.section {
	margin-bottom: 36px;
}
#premii-nominalizari.section {
	margin-bottom: 33px;
}
#ie9 #premii-nominalizari.section {
	margin-bottom: 36px;
}
#premii-nominalizari .section-title {
	margin-bottom: 31px;
}
#premii-nominalizari p {
	line-height: 32px;
}
#premii-nominalizari .column-wide p {
	padding-bottom: 3px;
}
#premii-nominalizari label {
	width: 300px;
	padding-right: 50px;
	padding-left: 1px;
	display: inline-block;
}
#premii-nominalizari label a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 22px;
}
#publicatii.section {
	margin-bottom: 37px;
}
#ie9 #publicatii.section {
	margin-bottom: 35px;
}
#publicatii .section-title {
	margin-bottom: 23px;
}
#publicatii .column-medium {
	margin-top: 39px;
}
#publicatii .column-head {
	margin-bottom: 23px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 22px;
}
#publicatii p {
	margin-bottom: 6px;
}
.despre-noi #contact .column-large {
	padding-top: 32px;
	line-height: 21px;
}
.despre-noi #contact {
	padding-bottom: 34px;
}
.despre-noi #footer {
	padding-top: 19px;
}

.clienti #body {
	width: 604px;
	margin-left: 356px;
	padding-bottom: 16px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 22px;
}
.clienti #body p {
	margin-bottom: 8px;
	letter-spacing: 1px;
	line-height: 22px;
}
.clienti #footer {
	margin-left: 356px;
	padding-top: 19px;
}
.clients-logos {
	margin: 45px 0 47px 0;
}
.no-clients-logos {
	margin-top: 45px;
}
.clients-logo {
	margin: 36px 0 20px 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none
}
.clients-logo li {
	width: 130px;
	margin-bottom: 21px;
	padding: 10px;
	display: block;
	float: left;
}
.clients-logo li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}

.clienti #body p a:hover {
	color: #0099e5;
}

.proiecte #body {
	position: relative;
}
#overlay {
	width: 100%;
	top: 127px;
	left: 0;
	z-index: 100;
	display: none;
	background: transparent url(../images/bg-80.png) 0 0 repeat;
}
.despre-noi #overlay {
	top: 126px;
}
#projects-list {
	display: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}
#projects-list .column {
	width: 230px;
	margin-right: 10px;
	display: block;
	float: left;
}
#projects-list .column.first {
	margin-right: 20px;
}
#projects-list .column.last {
	margin-right: 0;
}
#projects-list .projects-section {
	margin-bottom: 10px;
	padding: 4px 29px 13px 29px;
	background: transparent url(../images/bg-60.png) 0 0 repeat;
}
#projects-list .projects-section.last {
	margin-bottom: 0;
}
#projects-list .column-title {
	margin-bottom: 18px;
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
}
#projects-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#projects-list li {
	padding-bottom: 8px;
	line-height: 16px;
}
#projects-list li a {
	font-size: 14px;
	color: #808080;
}
#projects-list li a:hover {
	color: #0099e5;
}







a.out-big {
	padding-left: 50px;
	background: transparent url(../images/out-big.png) 0 8px no-repeat;
}
a.out-big:hover {
	background-position: 0 -31px;
	color: #0099e5;
}
a.out-small {
	padding-left: 35px;
	background: transparent url(../images/out-small.png) 0 3px no-repeat;
}
a.out-small:hover {
	background-position: 0 -31px;
	color: #0099e5;
}
/* ----- // Content ----- */







/* ----- Footer ----- */
#footer {
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
}
#language {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 127px;
	right: 0;
	list-style-type: none;
	z-index: 99999;
}
#language a {
	width: 31px;
	height: 73px;
	display: block;
	background: transparent url(../images/language-buttons.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#lang-ro a {
	background-position: 0 0;
}
#lang-ro a:hover {
	background-position: -31px 0;
}
#lang-ro.active a {
	background-position: -62px 0;
}
#lang-en a {
	background-position: 0 -73px;
}
#lang-en a:hover {
	background-position: -31px -73px;
}
#lang-en.active a {
	background-position: -62px -73px;
}
/* ----- // Footer ----- */





/* ----- Misc. ----- */
a {
	text-decoration: none;
	color: #fff;
}
a,
a:hover,
a:active,
a:focus {
	outline: 0;
}
p {
	margin: 0;
	line-height: 20px;
}
.clear:after,
#header:after,
.section:after,
.row:after {
	height: 0;
	overflow: hidden;
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
}
/* ----- // Misc. ----- */