@charset "UTF-8";
/* GRIDSYSTEM!
 ----------------------------------------------------------------------------------------------------*/
.container {
	width: 100%;
	max-width: 1280px;
	min-width: 960px;
	margin: 0 auto;
}
.column1, .column1p, .column2, .column2p, .column3, .column3p, .column4, .column4p {
	float: left;
	margin-right: -100%;
}
/* Add this class to the container of floated columns */

.wrapp {
	overflow: auto;
	clear: both;
}/* clear comes handy in IE */
/* Columns without paddings*/

.column1 {
	width: 21.25%;
}
.column2 {
	width: 45.5%;
}
.column3 {
	width: 69.75%;
}
.column4 {
	width: 94%;
}
/* Columns with paddings*/

.column1p {
	width: 17.3%;
	padding: 0 2%;
}
.column2p {
	width: 41.5%;
	padding: 0 2%;
}
.column3p {
	width: 65.8%;
	padding: 0 2%;
}
.column4p {
	width: 90.0%;
	padding: 0 2%;
}
/* Horizontal position of columns */
/* By changing classes you can easily change the horizontal order of columns */

.push0 {
	margin-left: 3%;
}
.push1 {
	margin-left: 27.25%;
}
.push2 {
	margin-left: 51.5%;
}
.push3 {
	margin-left: 75.75%;
}




body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	background-color: #F1F2F4;
	margin: 0px;
	padding:0;
}
h2 {
	color: #49596D;
	font-weight: normal;
	/*border-bottom: 1px solid #ededed;*/
	padding-bottom: 5px;
}
a img {
	border: 0 none !important
}
#header_cont {
	margin: auto;
	background-color: #FFFFFF;
}
#header {
	margin: auto;
	height: 110px;
	text-align: left;
	position:relative;
	/*background-image: url(/images/rabbit.gif) no-repeat 170px top;*/
}
#header #logo {
	position: relative;
	top: 45px;
}
#header #logo a {
    position: absolute;
    right: 0;
	
}


#header #logo_ny {
	position: relative;
	width: 165px;
	float: right;
	top: 0px;
	right: 15px;
}
#header #icons {
	position: relative;
	top: 48px;
	float: left;
}
#header #icons a {
	font-size: 12px;
	color: #3A4A5C;
	text-decoration: none;
	margin-right: 35px;
}
#header #icons img {
	border: none;
}
#header #rabbit {
	margin-left: 394px;
	position: absolute;
	top: 0;
	display: none
}
.menu_bg {
    background: url("/images/menu.gif") repeat-x scroll 0 0 #91CA35;
    height: 45px;
}




#menu {
	line-height: 20px;
}
#menu_container a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}
#menu_container ul {
	padding: 0px;
	margin: 0px;
}
#menu_container li {
    background-image: url("/images/menu_border.gif");
    background-position: left center;
    background-repeat: no-repeat;
    display: -moz-inline-stack;display:inline-block; zoom:1; *display:inline;
    list-style: none outside none;
    margin: 0;
    padding: 13px 25px;
}
#menu .li_first {
	padding-left: 0px;
	background: none;
}
#menu .li_active {
    background: url("/images/active_back.gif") repeat-x scroll left top #3E4E61;
}
#menu .li_clean {
	background: none;
}
#menu2_container {
	background-color: #3e4e61;
}
#menu2 {
    line-height: 20px;
}
#menu2 a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu2 ul {
	margin: 0;
    padding: 0;
}
#menu2 li {
    background: url("/images/menu2_border.gif") no-repeat left center;
    display: -moz-inline-stack;display:inline-block; zoom:1; *display:inline;
    list-style: none outside none;
    margin: 0;
    padding: 8px 25px;
}
#menu2 .li_first {
	padding-left: 0px;
	background: none;
}
#menu2 .li_active a {
	font-weight: bold;
	color: #a4d760;
}
#main {
	float: left;
	/*width: 700px;*/
	padding-bottom: 30px;
}
#main_jobs {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
#main2 {
	padding-bottom: 30px;
}
#content {

}
#content h1 {
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #8BC53F;
	padding-top: 20px;
	padding-bottom: 5px;
}
#main h1 {
	width: 600px;
}
#content_container {
	float: left;
	width: 100%;
	background-color: #FFF
}
#content h1 a {
	font-size: 24px;
	font-weight: normal;
	color: #8BC53F;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
}
#content h2, #clients h1 {
	font-size: 24px;
	color: #49596D;
	padding-top: 20px;
	padding-bottom: 5px;
}
#content h2 a {
	font-size: 22px;
	font-weight: normal;
	color: #49596D;
	text-transform: lowercase;
	text-decoration: none;
}
#content h2 span, #content h1 span {
    background-color: white;
    color: #DDDDDD;
    font-size: 17px;
    padding-right: 5px;
}
#content a {
	color: #999;
}
#clients {

}
#clients ul {
	padding: 0px;
	margin: 0px;
}
#clients li {
    color: #CCCCCC;
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-right: 18px;
}
#clients a {
	color: #2F3B4C;
}
#clients a:hover {
	text-decoration: none;
}
#clients .active {
	color: #8BC53F;
	font-style: normal;
}
#clients .active a {
	color: #8BC53F;
	text-decoration: none;
}
/* --------------MAIN---------------*/

#main_jobs ul {
	margin: 0;
	padding-left: 17px
}
#main, #main li, #main2, #main2 li, #main_jobs, #main_jobs li {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.adresa, .adresa a {
	font-weight: bold;
	font-size: 16px;
}
.desc {
	font-family: Calibri, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	color: #999;
	line-height: 19px;
	background-color: #efefef;
	padding: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
}
#main h4, #main2 h4, #main_jobs h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#main span, #main2 span, #main_jobs span {
	font-size: 12px;
}
#main .caption {
	font-style: italic;
	font-size: 12px;
	color: #bbb;
	text-align: center;
}
#main a, #main2 a {
	color: #333333;
}
#main_num {
	color: #666666;
	margin-top: -25px;
	font-size: 12px;
	font-style: italic;
	width: 65px;
	margin-bottom: 20px;
}
.main_cont {
	clear: both;
}
.main_cont h3 {
	font-weight: normal;
	color: #45576B;
}
.main_cont h3 {
	font-weight: normal;
	color: #45576B;
}
.main_cont .caption img {
	margin: 10px 0 -10px 0;
}
.main_cont h5 {
	font-size: 14px;
	font-weight: normal;
	color: #313E4F;
	margin-top: 0px;
	margin-bottom: 8px;
}
.main_cont h6 {
	font-size: 16px;
	font-weight: normal;
	color: #8BC53F;
	margin-top: 0px;
	margin-bottom: 8px;
}
#main .clients_menu, #main2 .clients_menu {
	margin-bottom: 40px;
}
#main .clients_menu div, #main2 .clients_menu div {
	float: left;
	padding-right: 20px;
}
#main .clients_menu div a.active, #main2 .clients_menu div a.active {
	color: #FFFFFF;
	background: url(/images/arrow.gif) center no-repeat;
	padding: 5px 8px 12px 8px;
	text-decoration: none;
}
.item {
	
	line-height: normal;
float:left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.elements {width:20%;float:none !important}

.w20 {
	width: 25%;
}
.w25{

			width: 20%;
}
.item .wrp {padding:0 20px}

.item span {
	color: #313E4F;
}
.item a {
	color: #313E4F;
	font-size: 12px;
	text-decoration: none;
}
.item_text {
	color: #999;
	text-decoration: none;
	margin-top: 10px;
	height: 70px;
}
.campaign {
	margin-top: 0px;
	height: auto;
}
.portfolio {
	/*width: 173px;*/
	text-align: center;
}
.team {
	text-align: left;
	width: 125px;
	display: inline-block;
	line-height: normal;
	margin-right: 50px;
	vertical-align: top;
	font-size: 11px;
}
.team span {
	color: #45576B;
	font-size: 14px;
}
#echipa_title {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	margin-left: 7px;
	margin-top: -3px;
	line-height: 15px;
}
#echipa_title a {
	font-style: italic;
	color: #003366;
	text-decoration: none;
}
.line {
	background: url(/images/line.gif) center left repeat-x;
}
.main_cont .discus {
	border-top: 1px solid #EDEDED;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	margin-top: 20px;
	padding-top: 10px;
	text-decoration: none;
	/*width: 850px;*/
}
.main_cont .discus a {
	font-size: 14px;
	color: #405063;
	line-height: 26px;
}
/*.main_cont .discus span {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #405063;
 line-height: 26px;
 }*/
.main_cont .discus em {
	color: #999;
	font-size: 12px;
}
.main_cont .discus p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}
.main_cont .discus p img {
	vertical-align: middle;
}
.main_cont .who {
	float: right;
	color: #405063;
	width: 210px;
}
.who span {
	font-style: italic;
	font-family: Georgia, Times, serif;
	color: #999;
}
.who2 {
	float: right;
	color: #405063;
	width: 175px;
	margin-top: 85px;
	font-size: 13px;
}
.who2 span {
	font-style: italic;
	font-family: Georgia, Times, serif;
	color: #999;
	font-size: 11px;
}
#person {
	font-size: 12px;
	color: #666666;
	float: right;
	padding-left: 20px;
	font-style: italic;
	width: 250px;
	line-height: 2px;
}
#person a {
	font-size: 12px;
	font-style: italic;
	color: #003366;
	text-decoration: none;
}
.main_cont .campanii {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 0px;
	margin-top: 30px;
	width: 700px;
}
.main_cont .campanii a {
	font-size: 14px;
	color: #313E4F;
}
.main_cont .clienti {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 0px;
	margin: 10px 10px 0 0;
	float: left;
}
.main_cont .clienti span {
	color: #aaa;
}
.main_cont .clienti a {
	font-size: 14px;
	color: #313E4F;
}
#post-comment-info {
	width: 275px;
	float: left;
}
#commentsform input {
	width: 275px;
	font-family: Arial Helvetica, , Tahoma, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #b2b2b2;
	background: url(/images/input.gif) repeat-x top;
}
#commentsform textarea {
	width: 375px;
	height: 90px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #b2b2b2;
	background: url(/images/input.gif) repeat-x top;
}
.post {
	width: 100px;
}
#commentsform label {
	width: 100%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 2px;
}
#commentsform .validateerror {
	margin-top: -10px;
	margin-bottom: 15px;
	padding: 0px;
}
#commentsform .validateerror label {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #c00;
}
#comments-open-text {
	float: right;
	width: 385px;
}
#commentsform #commentpost_ro {
	background-image: url(/images/send_ro.png);
	height: 27px;
	width: 123px;
	border: none;
}
#commentsform #commentpost_en {
	background-image: url(/images/send_en.png);
	height: 27px;
	width: 123px;
	border: none;
}
#flashMessage {
	color: #f00;
	font-size: 12px;
	padding-bottom: 17px;
}
#port h2 a {
	margin-left: 20px;
	font-size: 15px;
	color: #777;
}
.comments {
	font-size: 12px;
	color: #888;
}
.author {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #999;
	text-align: right;
	font-size: 11px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ededed;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	color: #45576B;
	border-bottom: 1px solid #45576B;
	padding: 15px 0px;
}
/* --------------FOOTER---------------*/
#address {
    color: #999999;
    font-size: 11px;
    position:relative;
left:69px;
}
#address p {
	margin: 0
}
#footer p a {
	color: #888888;
}
#footer p a:hover {
	text-decoration: none
}
#footer {
	height: 100px;
	clear: both;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	text-align: left;
}
#footer form {
	float: left;
	border: none;
	position: relative;
}
#gift {
	float: left;
	padding-left: 200px;
}
#footer #copy {
	color: #999;
	font-size: 11px;
}
#footer #copy p {
	margin-top: 0
}
#footer #copy a {
	color: #888;
}
#footer .input-text {
	background: url("/images/new_serach.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #999999;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	left: 18px;
	padding: 9px 25px 9px 11px;
	width: 168px;
}
.amigo {
	vertical-align: middle;
}
#footer .input-button {
	background: url("/images/magnify.png") no-repeat 0 0;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 17px;
	left: 180px;
	position: absolute;
	top: 8px;
	width: 17px;
}
label.fixed {
	text-transform: lowercase
}
/*NEW STYLE PORTFOLIO*/
#main .item a.itemimg strong, #main2 .item a.itemimg strong {
	color: #000000;
	font-weight: normal;
	text-decoration: underline
}
#main .item a.itemimg:hover strong, #main2 .item a.itemimg:hover strong {
	color: #999999;
}
#main .item .client, #main2 .item .client {
	margin-top: 5px;
	font-style: italic;
	margin-bottom: 20px
}
#main .item .client a, #main2 .item .client a {
	font-size: 11px;
	color: #999999;
}
#main .item .client a:hover, #main2 .item .client a:hover {
	color: #000000
}
.main_cont h2 {
	background: url('/images/line_repeat.gif') repeat-x 0px 31px;
}
.main_cont h2 a {
	background-color: #FFFFFF;
	padding-right: 5px !important;
}
.main_cont h1 a {background-color: #FFFFFF; }


.main_cont h2 span {
	background-color: #FFFFFF;
	/*margin-left: -12px;
	padding-right: 5px;*/
}
.captchaline {
	margin-top: 15px;
	float: left;
	width: 285px
}
.captchaline img {
	margin-left: -18px;
	margin-top: -11px
}
.captchaline input[type=text] {
	margin-left: -10px
}
.captchaline input[type=submit] {
	margin-left: 8px
}
.captchaline img, .captchaline input {
	vertical-align: top;
	float: left
}


#fb {
	position: absolute;
	top: 47px;
	float: left;
	left: 289px;
	height: 20px;
	width: 80px;
	background: transparent;
}
#fb.fb-portfolios-view {
	top: 24px;
	left: 0;
	float:right;
	position:relative !important;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;}

/* FACEBOOK SHARE*/
.fb-share-button {
	display: inline-block;
	/*left: -71px;*/
	outline: medium none;
	padding: 0;
	position: absolute;
	text-decoration: none !important;
	top: 48px;
	background: #29447e no-repeat;
	background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon18.png)
}
.fb-share-button span {
	background: #5f78ab;
	border-top: solid 1px #879ac0;
	border-bottom: solid 1px #1a356e;
	color: white;
	display: block;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	margin: 1px 1px 0 0;
	text-shadow: none;
	padding: 0 6px;  /* size specific section: */
	line-height: 15px;
	font-size: 11px;
	margin-left: 18px;
}
/* add these two for a 22px high button */
.fb-share-button-22 {
	background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon22.png);
}
.fb-share-button-22 span {
	line-height: 19px;
	font-size: 12px;
	margin-left: 22px;
}
/* add these two for a 25px high button */
.fb-share-button-25 {
	background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon25.png);
}
.fb-share-button-25 span {
	line-height: 22px;
	font-size: 16px;
	margin-left: 25px;
}
/* add these two for a 39px high button */
.fb-share-button-39 {
	background-image: url(https://s-static.ak.facebook.com/images/share/links/fb-button-icon39.png);
}
.fb-share-button-39 span {
	line-height: 36px;
	font-size: 18px;
	margin-left: 39px;
}
