body {
	margin: 0px;
	background-color: white;
}

body, table, td, input, select, textarea {
	font-family: Tahoma, Arial, sans-serif; 
	color: #444444; 
}
a:link {
	color: #DCAC4C; text-decoration: underline;
}
a:visited {
	color: #BF943D; text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #F2C56B; text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #F2C56B; text-decoration: none;
}

a.inv:link, a.inv:visited {
	text-decoration: none;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: underline;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;  -moz-box-sizing: none !important; -webkit-box-sizing: none !important; box-sizing: none !important; }
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ /*background:url(colorbox/overlay.png) repeat 0 0; */}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* Fonts
============================================*/

@font-face {
    font-family: 'Proxima_Nova_Regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima_Nova_Bold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima_Nova_SemiBold';
    src: url('../fonts/proximanovacond-semibold-webfont.eot');
    src: url('../fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanovacond-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanovacond-semibold-webfont.svg#proxima_nova_cn_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans_Regular';
    src: url('../fonts/thesans-regular-webfont.eot');
    src: url('../fonts/thesans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thesans-regular-webfont.woff') format('woff'),
         url('../fonts/thesans-regular-webfont.ttf') format('truetype'),
         url('../fonts/thesans-regular-webfont.svg#thesans_5-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clear {
	clear: both;
}

.show-elem{
	display:block !important;
}

.simplemodal-container {
	position: absolute !important;
}


#portofoliu-data > li{
	cursor:hand;
	cursor:	pointer;
}
#pachete {
	position: absolute;
	width: 1023px;
	background: #e6e7e8;
	padding: 15px;
	border-radius: 10px;
	z-index: 99;
	font-size: 13px;
	display: none;
}
#pachete .close {
	background: url('../images/close1.png') no-repeat center center;
	float: right;
	width: 29px;
	height: 29px;
	cursor: pointer;
}
#pachete .content {
	background: #f1f1f2;
	padding: 12px;
}
#pachete .content .title {
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #26a9e0;
	border-bottom: 1px solid #1d82c4;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 16px;
}


#pachete .content .info {
	width: 500px;
	padding-right: 5px;
	text-align: left;
}
#pachete .content .pachete {
	width: 145px;
}
#pachete .content .separator {
	width: 11px;
}

#pachete .content .tabletitle {
	border-bottom: 1px dotted #b9babd;
}

#pachete .content .tabletitle div {
	float: left;
	border: 1px solid #b9b9bb;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

#pachete .content .pachetitle div {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
#pachete .content .pachetitle div.silver {
	color: #5d5e60;
	background: -webkit-linear-gradient(#afb3b8, #626365);
  background: -o-linear-gradient(#afb3b8, #626365);
  background: -moz-linear-gradient(#afb3b8, #626365);
  background: linear-gradient(#afb3b8, #626365);
	height: 72px;	
	padding: 18px;
	border-bottom: 5px solid #b4b9bb;
}
#pachete .content .pachetitle div.gold {
	color: #c2912e;
	background: -webkit-linear-gradient(#e1c574, #c49432);
  background: -o-linear-gradient(#e1c574, #c49432);
  background: -moz-linear-gradient(#e1c574, #c49432);
  background: linear-gradient(#e1c574, #c49432);
	height: 72px;	
	padding: 18px;
	border-bottom: 5px solid #f3e09c;
}
#pachete .content .pachetitle div.platinium {
	color: #485654;
	background: -webkit-linear-gradient(#838c8b, #4c5957);
  background: -o-linear-gradient(#838c8b, #4c5957);
  background: -moz-linear-gradient(#838c8b, #4c5957);
  background: linear-gradient(#838c8b, #4c5957);
	height: 72px;	
	padding: 18px;
	border-bottom: 5px solid #d4d8d3;
}

#pachete .content .pachetitle div div {
	height: 33px;
	line-height: 33px;
}
#pachete .content .pachetitle div.silver div {
	height: 33px;
	line-height: 33px;
	background: #b4b9bb;
}
#pachete .content .pachetitle div.gold div {
	height: 33px;
	line-height: 33px;
	background: #f3e09c;
}
#pachete .content .pachetitle div.platinium div {
	height: 33px;
	line-height: 33px;
	background: #d4d8d3;
}

#pachete .content .info {
	padding: 7px 140px 7px 0;
	border-bottom: 1px dotted #b9babd;
}

#pachete .content .pachet {
	height: 100%;
	padding: 0 6px;
}
#pachete .content .pachet.silver {
	background: #e5e6e7;
}
#pachete .content .pachet.gold {
	background: #f3e09c;
}
#pachete .content .pachet.platinium {
	background: #d4d8d3;
}
#pachete .content .pachet .bullet {
	border-bottom: 1px dotted #b9babd;
	height: 30px;
}
#pachete .content .pachet .bullet.double {
	height: 46px;
}

#pachete .content .pachet.silver .bullet.checked {
	background-image: url('../images/bullet_silver.png');
	background-repeat: no-repeat;
	background-position: center center;
}
#pachete .content .pachet.gold .bullet.checked {
	background-image: url('../images/bullet_gold.png');
	background-repeat: no-repeat;
	background-position: center center;
}
#pachete .content .pachet.platinium .bullet.checked {
	background-image: url('../images/bullet_platinium.png');
	background-repeat: no-repeat;
	background-position: center center;
}


#pachete .content .total td {
	border-top: 5px solid #f1f1f2;
	border-bottom: 0;
}
#pachete .content .total td.pachet {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	height: 36px;
	line-height: 31px;
}
#pachete .content .total td.pachet.silver {
	background: #b4b9bb;
	color: #5d5e60;
	border-bottom: 5px solid #5d5e60;
}
#pachete .content .total td.pachet.gold {
	color: #c2912e;
	border-bottom: 5px solid #c2912e;
}
#pachete .content .total td.pachet.platinium {
	color: #5e6b69;
	border-bottom: 5px solid #5e6b69;
}
#pachete .content .cumpara td {
	border-bottom: 0;
	padding: 0;
}
#pachete .content .cumpara td .btn_cumpara {
	width: 145px;
	height: 30px;
	background: url('../images/btn_cumpara.png') no-repeat center center;
	cursor: pointer;
}
#pachete .content .legenda {
	line-height: 20px;
}
#pachete .content .legenda td {
	border-bottom: 0;
}


.ghid_main {
	margin-bottom: 20px;
}
.ghid_main .banner {
	width: 1000px;
	height: 297px;
	background: url('../images/banner_top.jpg') no-repeat center center;
	position: relative;
}
.ghid_main .banner .autentificare {
	position: absolute;
	top: 212px;
	left: 246px;
	cursor: pointer;
}
.ghid_main .banner .autentificare .button {
	width: 170px;
	height: 35px;
	background: url('../images/btn_autentificare.png') no-repeat center center;
}
.ghid_main .banner .autentificare .form {
	background: #e6e7e8;
	width: 170px;
	padding: 2px 8px 8px;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99;
	display: none;
}
.ghid_main .banner .autentificare .form input {
	border: 1px solid #b3b4b6;
	width: 156px;
	margin-top: 6px;
	line-height: 17px;
	padding: 0 5px;
}
.ghid_main .banner .autentificare .form input[type=submit] {
	width: auto;
	float: right;
	border: 1px solid #9a9b9d;
	background: #808184;
	color: #ffffff;
	cursor: pointer;
}
.ghid_main .banner .btn_silver {
	width: 68px;
	height: 34px;
	position: absolute;
	top: 212px;
	left: 520px;
	background: url('../images/btn_silver.png') no-repeat center center;
	cursor: pointer;
}
.ghid_main .banner .btn_gold {
	width: 67px;
	height: 34px;
	position: absolute;
	top: 212px;
	left: 592px;
	background: url('../images/btn_gold.png') no-repeat center center;
	cursor: pointer;
}
.ghid_main .banner .btn_platinium {
	width: 67px;
	height: 34px;
	position: absolute;
	top: 212px;
	left: 663px;
	background: url('../images/btn_platinium.png') no-repeat center center;
	cursor: pointer;
}
.ghid_main .banner .btn_inscriete {
	width: 146px;
	height: 35px;
	position: absolute;
	top: 212px;
	left: 817px;
	background: url('../images/btn_inscriete.png') no-repeat center center;
	cursor: pointer;
}

.boxes {
	margin: 10px 0;
}
.boxes .box {
	border-bottom: 8px solid #1b75bb;
	width: 488px;
	height: 136px;
	background: #26a9e0;
}
.boxes .box1 {
	float: left;
}
.boxes .box2 {
	float: right;
}
.boxes .box .icon {
	float: left;
	width: 138px;
	height: 128px;
	background-repeat: no-repeat;
	background-position: center center;
}
.boxes .box1 .icon {
	background-image: url('../images/icon1.png');	
	background-color: #8bc53f;	
}
.boxes .box2 .icon {
	background-image: url('../images/icon2.png');	
	background-color: #eb008b;	
}
.boxes .box .content {
	float: right;
	padding: 14px;
	line-height: 19px;
	float: right;	
	width: 350px;
	font-size: 14px;
	color: #ffffff;
}
.boxes .box .content .text {
	border: 0;
	text-align: justify;
}

.boxes .box1 .vezipachete {
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #92d4ef;
	padding: 4px 17px 4px 4px;
	display: inline-block;
	background: url('../images/arrow_right.png') no-repeat 99% center;
	line-height: 1;
	cursor: pointer;
	margin-top: 7px;
}
.boxes .box2 .cauta {
	margin-top: 7px;
}
.boxes .box2 .cauta .input {
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #92d4ef;
	padding: 4px 17px 4px 4px;
	display: inline-block;
	line-height: 1;
	color: #ffffff;
	background: #26a9e0;
}
.boxes .box2 .cauta .submit {
	background: url('../images/arrow_right.png') no-repeat 99% center;
	margin-left: -20px;
	width: 7px;
	height: 22px;
	border: 0;
}
.boxes .box2 .text {
	letter-spacing: -0.1px;
}


.categories, .listfirme, .categorie {
	background: #e6e7e8;
	border-top: 1px solid #b6b7ba;
}
.categories .group {
	width: 499px;
	padding: 8px;
}
.categories .group1 {
	float: left;
	padding-right: 6px;
}
.categories .group2 {
	float: right;
	padding-left: 6px;
}
.categories h1 {
	margin: 0 auto;
	width: 275px;
	border: 1px solid #4e92c6;
	text-align: center;
	color: #1b75bb;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}
.categories .categorieslist {
	margin-top: 47px;
}
.categories .category {
	margin-top: -35px;
}
.categories .category .name {
	background-repeat: no-repeat;
	background-position: center center;
	width: 485px;
	height: 36px;
	color: #f1f1f2;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
}
.categories .category .subcategories {
	width: 485px;
	padding: 17px 10px 17px 23px;
}
.categories .category .subcategories .container {
	display: none;
	padding-bottom: 34px;
}

.categories .category1 {
	z-index: 1;
}
.categories .category1 .name {
	background-image: url('../images/category1.png');
}
.categories .category1 .subcategories {
	background-color: #30bcd1;
}

.categories .category2 {
	z-index: 2;
}
.categories .category2 .name {
	background-image: url('../images/category2.png');
}
.categories .category2 .subcategories {
	background-color: #f6ae1d;
}

.categories .category3 {
	z-index: 3;
}
.categories .category3 .name {
	background-image: url('../images/category3.png');
}
.categories .category3 .subcategories {
	background-color: #f16537;
}

.categories .category4 {
	z-index: 4;
}
.categories .category4 .name {
	background-image: url('../images/category4.png');
}
.categories .category4 .subcategories {
	background-color: #3ca492;
}

.categories .category5 {
	z-index: 5;
}
.categories .category5 .name {
	background-image: url('../images/category5.png');
}
.categories .category5 .subcategories {
	background-color: #46647a;
}

.categories .category6 {
	z-index: 1;
}
.categories .category6 .name {
	background-image: url('../images/category6.png');
}
.categories .category6 .subcategories {
	background-color: #ed2525;
}

.categories .category7 {
	z-index: 2;
}
.categories .category7 .name {
	background-image: url('../images/category7.png');
}
.categories .category7 .subcategories {
	background-color: #bf559f;
}
.categories .category8 {
	z-index: 3;
}
.categories .category8 .name {
	background-image: url('../images/category8.png');
}
.categories .category8 .subcategories {
	background-color: #3d7aa4;
}
.categories .category9 {
	z-index: 4;
}
.categories .category9 .name {
	background-image: url('../images/category9.png');
}
.categories .category9 .subcategories {
	background-color: #6dbd45;
}
.categories .category10 {
	z-index: 5;
}
.categories .category10 .name {
	background-image: url('../images/category10.png');
}
.categories .category10 .subcategories {
	background-color: #716558;
}


.categories .category .subcategories .column{
	float: left;
	width: 205px;
}
.categories .category .subcategories .column.column1 {
	margin-right: 40px; 
}
.categories .category .subcategories .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.categories .category .subcategories .column ul li {
	background: url('../images/arrow_list.png') no-repeat left top;
	padding-left: 10px;
	line-height: 22px;
	border-bottom: 1px dotted #cccccc;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.categories .category .subcategories .column ul li a {
	color: #ffffff;
	text-decoration: none;
}



.listfirme {
	margin-top: 10px;
	padding: 8px;
}
.listfirme .tabs {
	
}
.listfirme .tab {
	margin: 0 auto;
	min-width: 275px;
	padding: 0 19px;
	border-top: 1px solid #4e92c6;
	border-right: 1px solid #4e92c6;
	text-align: center;	
	float: left;
	cursor: pointer;
	position: relative;
}
.listfirme .tab h1 {
	color: #1b75bb;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.listfirme .last_tab {
	float: left;
	border-bottom: 1px solid #4e92c6;
	width: 434px;
	height: 42px;
	position: relative;
}
.listfirme .last_tab .border_bottom_left {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background: #e6e7e8;
}
.listfirme .last_tab .border_bottom_left_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid #4e92c6;
	border-left: 1px solid #4e92c6;
	border-radius: 0 0 0 10px;
	bottom: 0;
	left: 0;
}

.listfirme .tab#ultimele_firme {

}
.listfirme .tab#toate_firmele {
	border-bottom: 1px solid #4e92c6;
}
.listfirme .tab .border_top_left {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	left: -10px;
	z-index: 1;
}
.listfirme .tab .border_top_left_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-top: 1px solid #4e92c6;
	top: 0;
	left: 0;
}

.listfirme .tab .border_top_left.active {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: #e6e7e8;
}
.listfirme .tab .border_top_left.active .border_top_left_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-top: 1px solid #4e92c6;
	border-left: 1px solid #4e92c6;
	border-radius: 10px 0 0 0;
	top: 0;
	left: 0;
}

.listfirme .tab .border_top_right {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	right: -10px;
	z-index: 2;
}
.listfirme .tab .border_top_right_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-top: 1px solid #4e92c6;
	border-right: 0;
	border-radius: 0;
	top: 0;
	right: 0;
}

.listfirme .tab .border_top_right.active {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #e6e7e8;
	z-index: 1;
}
.listfirme .tab .border_top_right.active .border_top_right_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-top: 1px solid #4e92c6;
	border-right: 1px solid #4e92c6;
	border-radius: 0 10px 0 0;
	top: 0;
	right: 0;
}

.listfirme .tab .border_bottom_left {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background: #e6e7e8;
}
.listfirme .tab .border_bottom_left.active {
	left: -10px;
	background: none;
}
.listfirme .tab .border_bottom_left_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid #4e92c6;
	border-left: 1px solid #4e92c6;
	border-radius: 0 0 0 10px;
	bottom: 0;
	left: 0;
}
.listfirme .tab .border_bottom_left.active .border_bottom_left_content {
	border-left: 0;
	border-radius: 0;
}
.listfirme .tab .border_bottom_right.active {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	right: -10px;
	display: block;
}
.listfirme .tab .border_bottom_right.active .border_bottom_right_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid #4e92c6;
	border-right: 0;
	border-radius: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.listfirme .tab .border_bottom_right {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background: #e6e7e8;
}
.listfirme .tab .border_bottom_right_content {
	width: 20px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid #4e92c6;
	border-right: 1px solid #4e92c6;
	border-radius: 0 0 10px 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.listfirme .tab#ultimele_firme .border_bottom_right {
	display: none;
}

.listfirme .listfirmecontent {
	padding: 7px 3px;
}
.listfirme .listfirmecontent .ultimele_firme {
	height: 320px;
}
.listfirme .listfirmecontent .toate_firmele {
	height: 320px;
	display: none;
	/*overflow: hidden;*/
	overflow: auto;
}
.listfirme .listfirmecontent .firma {
	float: left;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 10px;
}
.listfirme .listfirmecontent .firma:hover {
	background-color: #26a9e0;
	background-image: url('../images/lupa.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.listfirme .listfirmecontent .firma:hover img {
	display: none;
}
.listfirme .listfirmecontent .firma img {
	max-width: 130px;
	max-height: 130px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


.categorie {
	margin-top: 10px;
	padding: 8px;
	text-align: center;
}
.categorie h1 {
	margin: 0 auto;
	min-width: 275px;
	padding: 0 19px;
	display: inline-block;
	border: 1px solid #4e92c6;
	text-align: center;
	color: #1b75bb;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}

.categorie .listfirmecategorie {
	padding: 7px 3px;
}
.categorie .listfirmecategorie .firma {
	float: left;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 10px;
}
.categorie .listfirmecategorie .firma:hover {
	background-color: #26a9e0;
	background-image: url('../images/lupa.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.categorie .listfirmecategorie .firma:hover img {
	display: none;
}
.categorie .listfirmecategorie .firma img {
	max-width: 140px;
	max-height: 140px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


.inregistrare {
	margin: 8px 5px 0;
	background: #f1f1f2;
	padding: 8px;
	font-size: 13px;
}
.inregistrare h1 {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	background: #26a9e0;
	height: 32px;
	line-height: 30px;
	border: 1px solid #1d82c4;
	text-align: center;
	text-transform: uppercase;
}
.inregistrare .left {
	float: left;
}
.inregistrare .right {
	float: right;
	width: 441px;
}
.inregistrare .pachet {
	height: 83px;
	font-size: 16px;
	font-weight: 700;
}
.inregistrare .pachet .pachetleft {
	width: 270px;
	text-align: center;
	line-height: 83px;
	float: left;
	letter-spacing: -1px;
}
.inregistrare.gold .pachet .pachetleft {
	color: #c2912e;
	background: #f3e09c;
}
.inregistrare.silver .pachet .pachetleft {
	color: #5d5e60;
	background: #b4b9bb;
}
.inregistrare.platinium .pachet .pachetleft {
	color: #485654;
	background: #d4d8d3;
}
.inregistrare .pachet .pachetright {
	float: right;
	width: 171px;
	padding: 23px;	
	height: 83px;
}
.inregistrare.gold .pachet .pachetright{
	background: -webkit-linear-gradient(#e1c574, #c49432);
  background: -o-linear-gradient(#e1c574, #c49432);
  background: -moz-linear-gradient(#e1c574, #c49432);
  background: linear-gradient(#e1c574, #c49432);
}
.inregistrare.silver .pachet .pachetright{
	background: -webkit-linear-gradient(#afb3b8, #626365);
  background: -o-linear-gradient(#afb3b8, #626365);
  background: -moz-linear-gradient(#afb3b8, #626365);
  background: linear-gradient(#afb3b8, #626365);
}
.inregistrare.platinium .pachet .pachetright{
	background: -webkit-linear-gradient(#838c8b, #4c5957);
  background: -o-linear-gradient(#838c8b, #4c5957);
  background: -moz-linear-gradient(#838c8b, #4c5957);
  background: linear-gradient(#838c8b, #4c5957);
}
.inregistrare .pachet .pachetright .text {
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: 0;
	text-transform: uppercase;
}
.inregistrare.gold .pachet .pachetright .text {
	color: #c2912e;
	background: #f3e09c;	
}
.inregistrare.silver .pachet .pachetright .text {
	color: #5d5e60;
	background: #b4b9bb;
}
.inregistrare.platinium .pachet .pachetright .text {
	color: #485654;
	background: #d4d8d3;
}
.inregistrare .pachetbanner {
	width: 441px;
	height: 613px;
	background: url('../images/banner_pachet.jpg') no-repeat center center;
}

.inregistrare .left .title {
	padding: 25px 0;
	height: 83px;
}

.inregistrare .left .title div {
	float: left;
	border: 1px solid #b9b9bb;
	padding: 0 10px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.inregistrare .labelinput {
	height: 31px;
	line-height: 30px;
}
.inregistrare .labelinput.textarea {
	height: 202px;
	margin-top: 5px;
}
.inregistrare .labelinput.file {
	height: 54px;
	line-height: 15px;
	margin-top: 5px;	
}
.inregistrare .labelinput.file.rows2button {
	height: 154px;
	margin-top: 5px;
}
.inregistrare .labelinput.file.rows2 {
	height: 121px;
	margin-top: 5px;
}
.inregistrare .labelinput .label {
	float: left;
	width: 165px;
	margin-right: 10px;
	border-bottom: 1px dotted #b9b9bb;
}
.inregistrare .labelinput.file .label {
	height: 54px;
}
.inregistrare .labelinput.file.rows2button .label {
	height: 152px;
}
.inregistrare .labelinput.file.rows2 .label {
	height: 119px;
}
.inregistrare .labelinput.textarea .label {
	height: 202px;
	line-height: 15px;
}

.inregistrare .labelinput.noborder .label {
	border-bottom: 0;
}
.inregistrare .labelinput .input {
	float: left;	
}

.inregistrare .labelinput.file .input {
	width: 315px;
}
.inregistrare .labelinput .input input {
	width: 315px;
	border: 1px solid #b9b9bb;
	background: #f1f1f2;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
.inregistrare .labelinput .input .select {
	position: relative;
}
.inregistrare .labelinput.domeniu .input .select ul {
	z-index: 11;
}
.inregistrare .labelinput.subdomeniu .input .select ul {
	z-index: 10;
}
.inregistrare .labelinput.judet .input .select ul {
	z-index: 9;	
}
.inregistrare .labelinput.sex .input .select ul {
	z-index: 8;	
}
.inregistrare .labelinput .input .select .selectedvalue {
	position: absolute;
	top: 5px;
	left: 0;
	width: 315px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #b9b9bb;
	background-color: #f1f1f2;
	padding: 0 5px;
	cursor: pointer;
	background-image: url('../images/arrow_bottom.png');
	background-repeat: no-repeat;
	background-position: 296px center;
}
.inregistrare .labelinput .input .select ul {
	position: absolute;
	display: none;
	top: 24px;
	left: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 315px;
	border: 1px solid #b9b9bb;
	background-color: #f1f1f2;
}
.inregistrare .labelinput .input .select ul li {
	cursor: pointer;
	padding: 0 5px;
}
.inregistrare .labelinput .input .select ul li:hover {
	background: #b4b9bb;
}

.inregistrare .labelinput .input textarea {
	width: 315px;
	height: 195px;
	border: 1px solid #b9b9bb;
	background: #f1f1f2;
	resize: none;
	padding: 5px;
}
.inregistrare .labelinput .input .image {
	width: 55px;
	height: 52px;
	border: 1px solid #b9b9bb;
	background: url('../images/bg_image.jpg') no-repeat center center;
	float: left;
	margin-right: 14px;
}
.inregistrare .labelinput .input .image .imagecontent {
	background: #ffffff;
	display: none;
	width: 53px;
	height: 50px;
	position: relative;
}
.inregistrare .labelinput .input .image .imagecontent img {
	position: absolute;
	max-width: 51px;
	max-height: 48px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.inregistrare .labelinput .input .mt10 {
	margin-top: 10px;
}
.inregistrare .labelinput .input .doc {
	width: 55px;
	height: 52px;
	border: 1px solid #b9b9bb;
	background: url('../images/bg_doc.jpg') no-repeat center center;
	float: left;
	margin-right: 14px;
}

.inregistrare .labelinput .input .doc .imagecontent {
	background-color: #ffffff;
	display: none;
	width: 53px;
	height: 50px;
	position: relative;
	background-image: url('../images/icon_doc.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.inregistrare .labelinput .input .banner {
	width: 55px;
	height: 52px;
	border: 1px solid #b9b9bb;
	background: #e6e6e6;
	float: left;
	margin-right: 14px;
}

.inregistrare .labelinput .input .banner .imagecontent {
	background: #ffffff;
	display: none;
	width: 53px;
	height: 50px;
	position: relative;
}
.inregistrare .labelinput .input .banner .imagecontent img {
	position: absolute;
	max-width: 51px;
	max-height: 48px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.inregistrare .labelinput .input .btn_fisier {
	height: 19px;
	line-height: 19px;
	background: #cccccc;
	color: #ffffff;
	padding: 0 9px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	font-weight: 700;
}
.inregistrare .labelinput .input .btn_fisier.active {
	background: #c2912e;
	cursor: pointer;
}
.inregistrare .labelinput .input .btn_fisier.bottom {
	margin-top: 33px;
}
.inregistrare .labelinput .input .btn_fisier.fright {
	float: right;
}
.inregistrare .labelinput .input .btn_fisier.fright.mt14 {
	margin-top: 14px;
}
.inregistrare .labelinput .input .btn_fisier.fright.mt43 {
	margin-top: 43px;
}


.inregistrare .btn_cumpara {
	width: 82px;
	height: 33px;
	margin-left: 113px;
	margin-top: 15px;
	cursor: pointer;
}
.inregistrare.gold .btn_cumpara {
	background: url('../images/btn_cumparagold.png') no-repeat center center;
}
.inregistrare.silver .btn_cumpara {
	background: url('../images/btn_cumparasilver.png') no-repeat center center;
}
.inregistrare.platinium .btn_cumpara {
	background: url('../images/btn_cumparaplatinium.png') no-repeat center center;
}

.inregistrare .btn_salveaza {
	width: 82px;
	height: 33px;
	margin-left: 407px;
	margin-top: 15px;
	cursor: pointer;
}
.inregistrare.gold .btn_salveaza {
	background: url('../images/btn_salveazagold.png') no-repeat center center;
}
.inregistrare.silver .btn_salveaza {
	background: url('../images/btn_salveazasilver.png') no-repeat center center;
}
.inregistrare.platinium .btn_salveaza {
	background: url('../images/btn_salveazaplatinium.png') no-repeat center center;
}

.inregistrare .errormsg {
	color: #ff0000;
	display: none;
}
.inregistrare .fileupload {
	display: none;
}

#termsandconds {
	display: none;
}
.inregistrare .checkbox {
	width: 20px;
	height: 20px;
	background-image: url('../images/checkbox.png');
	background-repeat: no-repeat;
	background-position: -20px 0;
	cursor: pointer;
	margin: 5px 0;
}
.inregistrare .checkbox.ckecked {
	background-position: 0 0;
}


.companie {
	width: 965px;
	position: absolute;
	z-index: 99;
	padding: 10px 85px 42px 75px;
	font-size: 13px;
	color: #231f20;
	display: none;
	text-align: left;
}
.companie.category3 {
	background: #fde6d3;
	border-bottom: 8px solid #f16537;
}

.companie .close {
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 10px;
	right: 25px;
	cursor: pointer;
}
.companie.category3 .close {
	background-image: url('../images/close3.png');
}

.companie .categoryname {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 6px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
.companie.category3 .categoryname {
	background: #f16537;
}
.companie h1.companyname {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	height: 33px;
	line-height: 31px;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 18px;
}
.companie.category3 h1.companyname {
	color: #a63b24;
	border: 1px solid #f16537;
}

.companie .datecontact {
	padding-left: 24px;
}
.companie .datecontact .logo {
	width: 130px;
	height: 122px;
	background: #ffffff;
	float: left;
	position: relative;
}
.companie.category3 .datecontact .logo {
	border: 1px solid #f16537;
}
.companie .datecontact .logo img {
	max-width: 128px;
	max-height: 120px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.companie .datecontact .datecontactcontent {
	float: left;
	margin-left: 32px;
	max-width:610px;
}

.companie .title {
	padding-left: 20px;
	font-size: 13px;
	margin-bottom: 6px;
}
.companie.category3 .title {
	color: #a63b24;
	background: url('../images/bullet_companie.png') no-repeat left center;
}

.companie .datecontact .datecontactcontent .group {
	float: left;
}
.companie .datecontact .datecontactcontent .group.group1 {
	width: 342px;
}
.companie .datecontact .datecontactcontent .group div {
	margin-top: 16px;
	height: 16px;
	line-height: 16px;
	padding-left: 27px;
}
.companie.category3 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/icon1_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/icon2_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/icon3_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.email {
	background: url('../images/icon4_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.website {
	background: url('../images/icon5_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/icon6_contact.png') no-repeat center left;
}

.companie .descriere {
	margin-top: 22px;
}
.companie .descriere .content {
	text-align: justify;
	line-height: 17px;
}
.companie .portofoliu {
	margin-top: 22px;
}
.companie .portofoliu ul {
	width: 785px;
	list-style-type: none;
	margin: 8px 0 0 20px;
	padding: 0;
}
.companie .portofoliu ul li {
	width: 247px;
	height: 80px;
	float: left;
	margin-right: 22px;
}
.companie.category3 .portofoliu ul li {
	border: 1px solid #f16537;
}

.companie .portofoliu ul li .image {
	height: 78px;
	width: 83px;
	position: relative;
	float: left;
	background: #ffffff;
	cursor: pointer;
}
.companie.category3 .portofoliu ul li .image:hover {
	background-color: #f16537;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie .portofoliu ul li .image img {
	position: absolute;
	max-width: 83px;
	max-height: 78px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.companie .portofoliu ul li .text {
	border: 0;
	float: left;
	width: 162px;
	padding: 5px 12px;
	line-height: 17px;
}
.companie.category3 .portofoliu ul li .text span.readmore {
	color: #f16537;
	cursor: pointer;
}
.companie.category3 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/arrow_portofoliu.png') no-repeat center center;
}



.boxes .box2 .cauta .submit{
	line-height: 1;
	height: 12px;
}
.boxes .box2 .cauta .input, .boxes .box1 .vezipachete {
	height: 24px;
}

.ghid_main .banner .autentificare .button.logat{
	background-image:url("../images/btn_contdetails.png");
}

.companie .portofoliu ul li .image:hover > img{
	display:none;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
	background-image: url("../images/fancybox/fancybox_sprite.png") !important;
}
.fancybox-overlay{
	background-image: url("../images/fancybox/fancybox_overlay.png") !important;
}
.warning-logare{
	clear: both;
    color: #ff0000;
    display: none;
}

.submit-data-mask{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #808184;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #9a9b9d;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #9a9b9d;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #9a9b9d;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #9a9b9d;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 11px;
    line-height: 19px;
    margin-top: 6px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: auto;
}

.companie .portofoliu ul li{
	width:initial;
}

.gender-input div{
	display:inline-block !important;
	height:30px !important;
}
.gender-input div > *{
	vertical-align:middle !important;
}
.gender-input div > span{
	display:inline-block !important;
}
.gender-input input{
	width:initial !important;
	margin:0 !important;
}
.delete_item{
	cursor:hand;
	cursor:pointer;
}



.jcarousel-skin-tango .jcarousel-container {
  
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  590px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 88px;
    right: 0px;
    width: 15px;
    height: 18px;
    cursor: pointer;
    background: url("../images/new/sprite.png") -381px -55px;
	
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: url("../images/new/sprite.png");
}

 
 
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 15px;
    height: 18px;
    cursor: pointer;
    background: url("../images/new/sprite.png") -366px -55px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url("../images/new/sprite.png");
    background-repeat: no-repeat;
}

 
 

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

@font-face {
    font-family: 'Proxima_Nova_Regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima_Nova_Regular';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
}

/* font */
html {
	font-size: 100%;
}
body {
	font-size: 0.70em;
}
table, input, select, textarea {
	font-size: 100%;
}



/* layout - general */

img {
	border: none;
}
form {
	margin: 0px;
}

.clear {
	clear: both;
	line-height: 1px;
}

.inputText, textarea {
	border: inset 1px #CCCCCC;
	color: #000000;
}
.submit {
	background: #FFC60E;
	color: #000000;
	font-weight: bold;
	border: outset 1px #ccc;
	cursor: pointer;
}

a:link, a:visited {
	cursor: pointer;
	cursor/**/: /**/pointer;
}

/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */

.center {
	text-align: center;
}


/* layout - specific */

/* Sprite
============================================*/
.social-icon
,#main-nav li.spacer,#main-nav-home
,.read-more-icon
,#top_search_submit
,.slider1-wrapper .slider1-pagination a
,.slider-arrow
{
	background-image:url('../images/new/sprite.png');
	background-repeat:no-repeat;
}

.social-icon {
	display:inline-block;width:16px;height:17px;
	vertical-align:middle;margin-right:5px;
}
	.social-icon.facebook {background-position:-150px -55px}
	.social-icon.twitter {background-position:-166px -55px}
	.social-icon.youtube {background-position:-182px -55px}
	.social-icon.pinterest {background-position:-198px -55px}
	.social-icon.rss {background-position:-214px -55px}
	.social-icon.message {background-position:-231px -55px}
	.social-icon.email {background-position:-250px -55px}
	.social-icon.print {background-position:-270px -56px}
	.social-icon.comment {background-position:-290px -56px}


body {
	text-align: center;
	background: #fff;
}
#page {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 1000px;
	background: #fff;
	position: relative;
}
body.hp #page {
}

.skysc{
	overflow:hidden;
	position:absolute;
	height:800px;
	display:inline;
}

#pageTop {
	height: 149px;
	margin: 40px 0 0;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}

#logoMisiuneaCasa {
	background:url('../images/new/logo.jpg') no-repeat;
	float: left;
	margin: 0;
	width: 213px;height:150px;
	text-indent:-9999em;outline:none;
}
#logoMisiuneaCasa a {
	position: relative;
	display: block;
	/*width: 130px;*/
	height: 165px;
	cursor: pointer;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

#logoMisiuneaCasa a span {
	position: absolute;
	width: 100%;
	height: 100%;

}


#searchBox {
	float: right;
	width: 600px;
	height: 20px;
	margin: 3px 0px 10px 0px;
}
* html #searchBox {
	margin: 3px 0px 8px 0px;
}
#searchBox div {
	float: right;
	width: 410px;
	color: #00389B;
	line-height: 18px;
}
#searchBox div a:link, #searchBox div a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#searchBox h3 {
	display: none;
}
#searchBox form {
	float: right;
	width: 160px;
	height: 22px;
}
#searchBox table {
	margin: 0px 10px 0px 0px;
}
#searchBox input {
	margin:0;
	font-size: 100%;
	width: 80px;
}
#searchBox input.img {
	width: 55px;
}
#searchBox p {
	font-weight: bold;
	text-align: right;
	margin: 0 0;
	line-height: 20px;
}

#topBanner2 {
	float: right;
	display: inline;
	width: 728px;
	height: 90px;
	margin: 0px 11px 0px 0px;
	text-align: center;
}


#topBanner {
	float: right;
	display: inline;
	width: 728px;
	height: 90px;
	margin: 0px 11px 0px 0px;
	text-align: center;
}
#topBanner a img {
	margin: 6px 0 0 30px;
}
#topBanner table {
	margin: 0 auto;
}

#top_social_links {
	float:right;margin:45px 0 0 0;
	font-size:12px;color:#b2b2b2;
}
	#top_social_links a {color:#4d85c5;text-decoration:none;margin-left:10px;}
	#top_social_links a:hover {text-decoration:underline}

#main-nav {
	clear:both;position:relative;
	height:45px;margin-top:30px;
	background:url('../images/new/nav-bg_v2.jpg') repeat-x 0 0;
}
	#main-nav ul, #main-nav li {margin:0;padding:0;list-style:none}

	#main-nav li {float:left;padding-top:2px;height:46px;width:152px}
		#main-nav li.contact a {line-height: 40px;}
	#main-nav li.first {width:80px;padding-top:0;}
	#main-nav li.spacer {background-position:-317px 0;width:1px;height:45px;display:block;padding:0;}

	#main-nav .main-nav-arrow {
		width:16px;height:16px;margin-top:15px;
		float:right;background:url('../images/new/menu-arrow.png');
	}

	#main-nav > ul li a {font-size:16px;font-family:'Proxima_Nova_Regular';color:#fff;text-decoration:none;display:block;padding:0 10px;}
	
	#main-nav > ul li a:hover {
		height:60px;
		position:relative;top:0px;/*-7px;*/
		padding:7px 10px 0;
		/* background-color: #4d85c5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4d85c5), to(#5fa1f2)); 
		background-image: -webkit-linear-gradient(top, #4d85c5, #5fa1f2); 
		background-image:    -moz-linear-gradient(top, #4d85c5, #5fa1f2); 
		background-image:      -o-linear-gradient(top, #4d85c5, #5fa1f2); 
		background-image:         linear-gradient(to bottom, #4d85c5, #5fa1f2); */
		-webkit-border-top-left-radius:2px; -webkit-border-top-right-radius:2px;
        border-top-left-radius:2px;border-top-right-radius:2px;
	}

	#main-nav .submenu-fr:hover span{
		position:relative;
	}
	#main-nav > ul > li > a:hover , #main-nav .submenu-fr:hover span{
		top:-7px;
	}
	#main-nav > ul li .article_s a:hover{
		padding:0;
	}
	/* #main-nav a:hover .main-nav-arrow {background:url('../images/new/menu-arrow.png')} */

	#main-nav > ul li #main-nav-home {background:url('../images/new/sprite.png') no-repeat -150px 0;display:block;width:55px;height:51px;margin:0 auto;position:relative;top:-5px;text-indent:-9999em;outline:none;}
		#main-nav > ul li #main-nav-home:hover, #main-nav > ul li #main-nav-home.hover {background-position:-780px 0;}

#home-welcome {
	width:670px;height:315px;
	position:relative;
}
	#home-welcome .text {
		position:absolute;bottom:0;
		width:670px;padding:10px 30px;
		background-color:rgba(255,255,255,0.67);
		font-size: 13px;color:#4d4d4d;
	}
	#home-welcome h3 {font:24px/27px 'Proxima_Nova_Regular';color:#4d85c5;margin:0 0 10px}
	#home-welcome p {margin:0 0 5px}



#midBanner {
	float: left;
	display: inline;
	width: 300px;
	height: 250px;
	margin-left: 20px;
}

#menuDD {
	padding: 0 0 0 0;
	margin: 0;
	position: absolute;
	left: 176px;
	top: 121px;
}
#menuDD ul {
	width: 728px;
	margin: 0;
	padding: 3px 11px;
	list-style: none;
}
#menuDD ul li {
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 0;
	width: 16.5%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	background: #FAC14F;
}
#menuDD ul li.last {
	border-right: none;
	background: #FAC14F url(../images/colt-dr.jpg) no-repeat 100% 0;
}
#menuDD ul li.first {
	background: #FAC14F url(../images/colt-st.jpg) no-repeat 0 0;
}

#menuDD ul li a:link, #menuDD ul li a:visited {
	color: #00389B;
}
#menuDD ul li:hover a, #menuDD ul li.hover a,
#menuDD ul li a:hover, #menuDD ul li a:active,
#menuDD ul li.active a:link, #menuDD ul li.active a:visited {
	color: #000000;
}
#menuDD ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#menuDD ul li a.current {
	font-weight: bold;
}

/* level 2 */
#menuDD ul li ul {
	background: #FAC14F;
	border-top: none;
	display: none;
	position: absolute;
	top: 1.8em;
	left: 0;
	width: 200px;
	margin: 0;
	z-index: 10;
	padding: 3px 0 0 0;
}
#menuDD ul li>ul {
	top: auto;
	left: auto;
}
#menuDD ul li:hover ul, #menuDD ul li.hover ul {
	display: block;
}
#menuDD ul li:hover ul li ul, #menuDD ul li.hover ul li ul {
	display: none;
}
* html #menuDD ul li ul li.s:hover, * html #menuDD ul li ul li.shover {
	margin-bottom: -2px;
}

#menuDD ul li ul li {
	margin: 0;
	float: none;
	width: 200px;
	height: auto;
	position: relative;
	font-size: 100%;
	border-bottom: solid 1px #EEEEEE;
}
#menuDD ul li ul li a {
	padding: 0 0 0 5px;
	display: block;
	text-decoration: none;
	text-align: left;
	width: auto;
}
#menuDD ul li:hover ul li a, #menuDD ul li.hover ul li a,
#menuDD ul li ul li a:link, #menuDD ul li ul li a:visited {
	height: 19px;
	line-height: 19px;
	color: #00389B;
	font-size: 100%;
	background: #FAC14F;
}
#menuDD ul li ul li:hover a, #menuDD ul li ul li.hover a,
#menuDD ul li ul li a:link:hover, #menuDD ul li ul li a:visited:hover {
	background: #FFFFFF;
	color: #FAC14F;
}

/* level3 */
#menuDD ul li ul li ul {
	background: #FAC14F;
	border-top: none;
	display: none;
	position: absolute;
	top: -3px;
	left: 200px;
	width: 200px;
	margin: 0;
	z-index: 10;
	padding: 3px 0 0 0;
}
#menuDD ul li ul li>ul {
}
#menuDD ul li ul li:hover ul, #menuDD ul li ul li.hover ul {
	display: block;
}

#menuDD ul li ul li:hover ul li ul, #menuDD ul li ul li.hover ul li ul {
	display: none;
}

#menuDD ul li ul li ul li {
	float: none;
	width: 100%;
	height: auto;
}

#menuDD ul li ul li:hover ul li a, #menuDD ul li ul li.hover ul li a,
#menuDD ul li ul li ul li a:link, #menuDD ul li ul li ul li a:visited {
	height: 19px;
	line-height: 19px;
	color: #00389B;
	font-size: 100%;
	background: #FAC14F;
}
#menuDD ul li ul li ul li:hover a, #menuDD ul li ul li ul li.hover a,
#menuDD ul li ul li ul li a:link:hover, #menuDD ul li ul li ul li a:visited:hover {
	background: #FFFFFF;
	color: #FAC14F;
}

/* level4 */
#menuDD ul li ul li ul li ul {
	background: #FAC14F;
	border-top: none;
	display: none;
	position: absolute;
	top: -3px;
	left: 200px;
	width: 200px;
	margin: 0;
	z-index: 10;
	padding: 3px 0 0 0;
}
#menuDD ul li ul li ul li>ul {
}
#menuDD ul li ul li ul li:hover ul, #menuDD ul li ul li ul li.hover ul {
	display: block;
}

#menuDD ul li ul li ul li ul li {
	float: none;
	width: 100%;
	height: auto;
}

#menuDD ul li ul li ul li:hover ul li a, #menuDD ul li ul li ul li.hover ul li a,
#menuDD ul li ul li ul li ul li a:link, #menuDD ul li ul li ul li ul li a:visited {
	height: 19px;
	line-height: 19px;
	color: #00389B;
	font-size: 100%;
	background: #FAC14F;
}
#menuDD ul li ul li ul li ul li:hover a, #menuDD ul li ul li ul li ul li.hover a,
#menuDD ul li ul li ul li ul li a:link:hover, #menuDD ul li ul li ul li ul li a:visited:hover {
	background: #FFFFFF;
	color: #FAC14F;
}


#img1 {
	height: 10px;
	line-height: 10px;
	margin: 0 4px;
	background: url(../images/menu-b.jpg) no-repeat 0 100%;
}


#wrap {
	float: left;
	width: 1000px;
	margin-top: 20px;
}
#colMain {
	margin: 0 0 0 330px;
}
body.hp #colMainWrap {
	background: url('../images/content.t.gif') no-repeat 0px 0px;
}
* html .hp #colMainWrap {
	background-position: 166px 0;
}
#colMainWrap2 {
	margin: 0;
}

#colSide1 {
	float: left;
	width: 300px;
	margin: 20px 0 0 -1000px;
}
#colSide1Wrap {
/*	margin: 0px 8px 0px 5px;*/
}
* html #colSide1Wrap {
	margin-left: 1px;
}

#colSide2 {
	display:inline;
	float: right;
	position:relative;
	width: 177px;
	margin-left: -180px;
	vertical-align:top;
}
* html #colSide2 {
	margin-left: -184px;
}
#colSide2Wrap {
	display:inline;
	float:left;
	position:relative;
}
* html #colSide2Wrap {
}

#side-menu {
	width:300px;
	padding:30px 20px;margin-bottom:20px;
	background:url('../images/new/blue-gradiend-300.jpg') repeat-y 50% 0;
	border-bottom:5px solid #f2c687;
}
	#side-menu ul, #side-menu li {margin:0;padding:0;list-style:none}
	#side-menu h3 {
		margin:0 0 20px;
		font:18px/21px Arial;color:#ecc48c;text-transform:uppercase;
	}

	#side-menu a {
		display:block;padding:5px 0 5px 15px;
		background:url('../images/new/bullet.png') no-repeat 0 50%;
		font:20px/22px Arial;color:#fff;text-decoration:none;
	}
		#side-menu a:hover {
			background-color: #4d85c5;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#4d85c5), to(#5fa1f2)); /* Safari 4+, Chrome */
			background-image: -webkit-linear-gradient(top, #4d85c5, #5fa1f2); /* Chrome 10+, Safari 5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #4d85c5, #5fa1f2); /* Firefox 3.6-15 */
			background-image:      -o-linear-gradient(top, #4d85c5, #5fa1f2); /* Opera 11.10+ */
			background-image:         linear-gradient(to bottom, #4d85c5, #5fa1f2); /* Firefox 16+ */
			width:300px;padding-left:35px;
			position:relative;left:-20px;
		}


#parteneri-section {width:100%;padding:20px;text-align:center}
	#parteneri-section h2 {text-align:left;color:#b2b2b2;font-size:20px;font-family:'Proxima_Nova_Regular';text-transform:uppercase;margin-bottom:10px}
	#parteneri-section a {margin-right:10px}
	#parteneri-section a:last-child {margin-right:0}

#legal-info {padding:0 20px;background:url('../images/footer-bg.jpg') no-repeat 50% 0 #f2c687;line-height:34px;color:#fff;font-size:11px}
	#legal-info a {font-weight:700;text-decoration:none;color:#fff;margin-right:10px}
		#legal-info a:hover {text-decoration:underline}

#footer-categories {margin-top:20px}
	#footer-categories .col {width:14.285%;float:left;padding-right:20px}
	#footer-categories h2 {color:#f2c687;font-size:20px;font-family:'Proxima_Nova_Regular';font-weight: normal;margin-bottom:10px}
		#footer-categories h2 a {color:#f2c687;text-decoration:none}
		#footer-categories h2 a:hover {text-decoration:underline}
		#footer-categories nav a {display:block;line-height:25px;border-bottom:1px solid #f2c687;color:#4d85c5;font-size:12px;font-weight:700;text-decoration:none}
			#footer-categories nav a:hover {text-decoration:underline}


#topHeader {
	height: 219px;
	margin: 1px 9px 0px 12px;
	padding: 1px 0 0 0;
	overflow: hidden;
/*	background: url('../images/home/top.header.jpg') no-repeat 0px 0px;*/
}

#search {
	margin: 160px 0px 0px 140px;
}
#search h3 {
	display: none;
}
#search p {
	margin: 1px 0px 3px 0px;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
}

#homeArticles {
	padding: 5px 10px;
}

#homeArticles a:link,#homeArticles a:visited{
	color: #444444;
}
#homeArticles .artName a:link,#homeArticles .artName a:visited{
	color: #7C9CC2;
}
#homeArticles .artName{
	font-weight: bold;
}

#homeArticles .artWrap {
	clear: both;
	display: block;
	padding-bottom: 10px;
}

#homeArticles .artThumb {
	float: left;
	display: inline;
	margin-right: 15px;
}

#homeArticles .artThumb span {
	width: 100px;
	height: 85px;
	display: block;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#homeArticles .artCont {
}
#pageLink {
	margin: 1px 9px 3px 12px;
	height: 14px;
	line-height: 14px;
	background: url('../images/home/page.link.gif') no-repeat 0px 0px;
	padding: 0px 0px 0px 17px;
}
#pageLink a {
	text-decoration: none;
}
#pageLink a:link, #pageLink a:visited {
	color: #FFFFFF;
}
#pageLink a:link:hover, #pageLink a:visited:hover {
	text-decoration: underline;
}

#pageTitle h1 {
	font: bold 24px/26px 'Proxima_Nova_Regular';color:#d8ac6c;
	margin: 0;
}
html.hasFlash #pageTitle h1	{
	visibility: hidden;
}
html.hasFlash #pageTitle div.replaced-H1 {
	height: 26px;
	margin: 0px 0px 0px 5px;
}

#contest {
	width: 360px;
	height: 3.3em;
	line-height: 1.5em;
	padding: 0 0 0 3px;
	margin: -.75em 0 .5em 0;
	border: solid 1px #E9E9E9;
	float: right;
	position: relative;
	background: #FFFFFF;
}
.hp #contest {
	margin-top: 0;
}

#contest b {
	font-size: 120%;
}
#contest a.det {
	position: absolute;
	right: 3px;
	top: 0;
}
#contest a.mail {
	display: block;
	margin: .1em 0 0 0;
}

#contentWrap {
	margin:0;
}
#content {
	margin:0;
}
#content p {
	margin: 3px 0px 7px 0px;
}
body.hp #content p {
	padding: 0px 0px 0px 10px;
}


#contest2 {
	margin: .5em 0;
}
#contest2 p {
	margin: 2px 5px;
}
#contest2 p.question {
	font-weight: bold;
}

.blockTitle1 {
	width: 149px;
	height: 27px;
	background: url('../images/block.l.t.gif') no-repeat 0px 0px;
}
.blockTitle1 h2, .blockTitle1 p {
	margin: 0px 0px 0px 20px;
	line-height: 25px;
	font-size: 100%;
	font-weight: bold;
}
#blockTitleNewsletter {
	width: 175px;
	height: 32px;
	background: url('../images/newsletter-t.jpg') no-repeat 0px 0px;
}
#blockTitleNewsletter h2{
	color: #FFFFFF;
	margin: 0 0 0 35px;
}
#blockTitleMedia {
	width: 149px;
	height: 32px;
	background: url('../images/block.l.t.gif') no-repeat 0px 0px;
}
#blockTitleMedia h2{
	color: #FFFFFF;
	margin: 0 0 0 35px;
}
#blockTitleEvenimentul {
	width: 175px;
	height: 37px;
	background: url('../images/evenimentul-t.jpg') no-repeat 0px 0px;
}
#blockTitleEvenimentul h2{
	line-height: 37px;
	font-size: 100%;
}
.blockWrap1 {
	margin: 0px 0px 10px 0px;
}
.blockWrap1 p {
	color: #333333;
	margin: 1px 10px 3px 10px;
}

.blockTitle2 {
	width: 171px;
	height: 27px;
	background: url('../images/block.r.t.gif') no-repeat 0px 0px;
}
.blockTitle2 h2, .blockTitle2 p {
	margin: 0px 0px 0px 40px;
	line-height: 25px;
	font-size: 100%;
	font-weight: bold;
}
#cover a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 18px;
	width: 55px;
	margin-left: 10px;
}
#cover a:link, #cover a:visited {
	background: url(../images/but.go.gif) no-repeat 0 0;
}
#cover a:link:hover, #cover a:visited:hover {
	background: url(../images/but.go.o.gif) no-repeat 0 0;
}
#cover a span {
	display: none;
	text-indent: -1000px;
	z-index: -100;
}

#blockTitleCurs {
	width: 175px;
	height: 37px;
	background: url('../images/sponsori-t.jpg') no-repeat 0px 0px;
}

#blockTitleCurs h2 {
	line-height: 37px;
	padding-left: 25px;
}

#blockTitleNews {
	width: 149px;
	height: 38px;
	background: url('../images/news-t2.jpg') no-repeat 0px 0px;
	overflow: hidden;
}

#blockTitleNews h2 {
	line-height: 30px;
	font-size: 100%;
	margin: 0 0 0 30px;
}

#blockTitleForum {
	width: 175px;
	height: 37px;
	background: url('../images/forum-t.jpg') no-repeat 0px 0px;
}

#blockTitlePublicitate {
	width: 175px;
	height: 37px;
	background: url('../images/publicitate-t.gif') no-repeat 0px 0px;
}

#blockTitleForum h2 {
	line-height: 30px;
	font-size: 100%;
}
#blockTitleEmisiunea {
	width: 175px;
	height: 37px;
	background: url('../images/emisiunea-t.jpg') no-repeat 0px 0px;
}

#blockTitleEmisiunea h2 {
	line-height: 37px;
	font-size: 100%;
}

#blockTitleRevista {
	width: 175px;
	height: 37px;
	background: url('../images/revista-t.jpg') no-repeat 0px 0px;
}

#blockTitleRevista h2 {
	line-height: 37px;
	font-size: 100%;
}

#blockTitleEchipa {
	width: 175px;
	height: 36px;
	background: url('../images/echipa-t.jpg') no-repeat 0px 0px;
}

#blockTitleEchipa h2 {
	line-height: 36px;
	font-size: 100%;
}
#blockTitleSponsori {
	width: 175px;
	height: 37px;
	background: url('../images/parteneri.jpg') no-repeat 0px 0px;
}

#blockTitleSponsori h2 {
	line-height: 30px;
	font-size: 100%;
	padding-left: 30px;
}


#curs .title {
	color: #FF7F00;
	font-weight: bold;
}
#curs dl {
	margin: 0 0 0 15px;
	width: 120px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 35px 50%;
}
#curs dl.usd { background-image: url(../images/us.jpg); }
#curs dl.eur { background-image: url(../images/eu.jpg); }
#curs dt, #curs dd {
	padding: 3px 0;
	margin: 0;
}
#curs dt {
	clear: both;
	float: left;
	width: 40px;
}
#curs dd {
	float: right;
	width: 60px;
}


#lastPosts {
	clear: both;
	display: block;
	margin-left: -3px;
	width: 592px;
}
#lastPosts .title {
	width: 592px;
	height: 27px;
	margin-bottom: 5px;
	position: relative;
	background: url(../images/optiuni-t.gif) no-repeat 0px 0px;
}

#lastPosts .title h3{
	padding: 3px 10px 3px 20px;
	margin: 0;
	height: 21px;
	line-height: 21px;
	font-size: 110%;
	color: #444444;
}
#lastPosts table {
	width: 100%;
	background: #C0C0C0;
}
#lastPosts th {
	white-space: nowrap;
	height: 25px;
	text-align: center;
	color: #F6F6F5;
	background: #F1F1F2 url(../../forum/templates/Morpheus/images/blue/bg_th.gif) top left repeat-x;
	border-color: #56A6E5;
}
* html #lastPosts th {
	height: 17px;
}
#lastPosts td {
	background: #FFFFFF;
	text-align: center;
	padding: 4px;
}
#lastPosts td.titlu {
	text-align: left;
}
#lastPosts td.date {
	white-space: nowrap;
}
#lastPosts td a:link, #lastPosts td a:visited {
	font-weight: bold;
	color: #3B88C5;
}
#lastPosts td a:visited {
	color: #3279B2;
}
#lastPosts td a:link:hover, #lastPosts td a:visited:hover {
	color: #FF9C00;
}


#misiunea {
	margin-top: 30px;
	margin-left: -3px;
	width: 592px;
}
* html #misiunea {
	margin-left: -5px;
}
#misiunea ul{
	padding: 3px 15px;
	margin: 0;
}
#misiunea #blockTitleO{
	width: 592px;
	height: 27px;
	background: url(../images/optiuni-t.gif) no-repeat 0px 0px;
}
#misiunea #blockTitleO h3 {
	padding: 3px 10px 3px 20px;
	height: 21px;
	margin: 0;
	line-height: 21px;
	font-size: 110%;
	color: #444444;

}
#misiunea ul li {
	width: 45%;
	float: left;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#misiunea ul li a:link, #misiunea ul li a:visited {
	display: block;
	padding: 3px 0 3px 20px;
}
#misiunea ul li.print {
	background: url(../images/bullets/7.gif) no-repeat 0 0.45em;
}
#misiunea ul li.mostRead {
	background: url(../images/bullets/8.gif) no-repeat 0 0.45em;
}
#misiunea ul li.refer {
	background: url(../images/bullets/9.gif) no-repeat 0 0.45em;
}
#misiunea ul li.say {
	background: url(../images/bullets/10.gif) no-repeat 0 0.45em;
}
#misiunea ul li.send {
	background: url(../images/bullets/11.gif) no-repeat 0 0.45em;
}
#misiunea ul li.sugest {
	background: url(../images/bullets/12.gif) no-repeat 0 0.45em;
}
#misiunea ul li a:link, #misiunea ul li a:visited {
	color: #00389B;
}

#askForum{
	padding: 5px 3px 5px 3px;
	background: #F6F6F6;
}

#options {
	width: 99%;
	overflow: hidden;
	background: #F6F6F6;
	margin: 5px 0;
}
#options ul {
	margin: 0;
	padding: 0;
}
#options ul li{
	padding: 3px 0 3px 15px;
	color: #EAB241;
	width: 40%;
	float: left;
	list-style: none;
	list-style-image: none;
}
#options ul li.refer {
	background: url(../images/bullets/9.gif) no-repeat 0 0.4em;
}
#options ul li.print {
	background: url(../images/bullets/7.gif) no-repeat 0 0.4em;
}

.blockWrap2 {
	margin: 0px 0px 5px 0px;
}
.blockWrap2 p {
	color: #444444;
	margin: 1px 5px 3px 10px;
}

.tabNavig {
	margin-top: 7px;
}
.artNavig {
	color: #EAB241;
	background: #F6F6F6;
}
.artNavig td {
	margin-top: 5px;
	color: #EAB241;
}
.artNavig a:link, .artNavig a:visited {
	color: #EAB241;
}

.forumLink a:link, .forumLink a:visited {
	padding: 1px 0px 1px 10px;
	color: #DCAC4C;
	font-weight: bold;
	background: url('../images/bullets/6.gif') no-repeat 0px 4px;
}

a.linkArhiva:link, a.linkArhiva:visited {
	padding: 1px 0px 1px 10px;
	color: #DCAC4C;
	font-weight: bold;
	background: url('../images/bullets/6.gif') no-repeat 0px 4px;
	margin-left: 10px;
}

.navMenu2 .forumLink {
	display: block;
	margin-left: 10px;
}
.navMenu2 {
}
.navMenu2 ul {
	margin: 0px 0px 5px 0px;
	padding:0;
	list-style: none;
}
.navMenu2 ul li {
	display: block;
	margin: 0px 0px 0px 10px;
	padding:0;
	list-style: none;
	list-style-image: none;
/*	border-bottom: solid 1px white;*/
}

.navMenu2 ul li a {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 1px 0px 1px 0px;
	background: url('../images/bullets/1.gif') no-repeat 0px 4px;
}
.navMenu2 ul li a:link, .navMenu2 ul li a:visited {
	text-decoration: none;
}
.navMenu2 ul li a:link {
	color: #00389B;
}
.navMenu2 ul li a:visited {
	color: #00389B;
}
.navMenu2 ul li a:link:hover, .navMenu2 ul li a:visited:hover {
	text-decoration: underline;
}
.navMenu2 ul li a.current {
	font-weight: bold;
}

.navMenu {
}
.navMenu ul {
	margin: 0px 0px 5px 0px;
	padding:0;
	list-style: none;
}
.navMenu ul li {
	display: block;
	margin: 0px 0px 0px 10px;
	padding:0;
	list-style: none;
	list-style-image: none;
}
.navMenu ul li a {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 3px 0px 3px 0px;
	background: url('../images/bullets/1.gif') no-repeat 0px 4px;
}
.navMenu ul li a:link, .navMenu ul li a:visited {
	text-decoration: none;
}
.navMenu ul li a:link {
	color: #00389B;
}
.navMenu ul li a:visited {
	color: #00389B;
}
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	text-decoration: underline;
}
.navMenu ul li a.current, .navMenu ul li a.active {
	font-weight: bold;
}



#news {
	padding: 0px;
}
#news div,
#made div {
	margin: 0px 2px 0px 7px;
}
#news .newsDate {
	color: #00389B;
	font-weight: bold;
	font-size: 90%;
}
#news .newsPreview {
	color: #00389B;
}
#news .newsLink {
	display: block;
	line-height: 13px;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url('../images/line.h.gif') repeat-x  bottom;
}
#news .last {
	padding-bottom: 5px;
	background: none;
}

#news a:link, #news a:visited,
#made a:link, #made a:visited {
	padding: 1px 0px 1px 10px;
	color: #DCAC4C;
	font-weight: bold;
	background: url('../images/bullets/6.gif') no-repeat 0px 4px;
}


#newsletter p {
	margin: 3px 1px 5px 3px;
}
#newsletter label {
	display: block;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px 0px 7px;
	background: url('../images/bullets/3.gif') no-repeat 0px 5px;
}
#newsletter input {
	display: block;
	margin: 0px 0px 0px 10px;
	width: 130px;
}
#newsletter #butSend {
	margin: 5px 0px 0px 10px;
	width: 55px;
}


#boxBabel {

	background: url('../images/line.h.gif') repeat-x top;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
#boxBabel p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	background: url('../images/bullets/1.gif') no-repeat 0px 4px;
}
#boxBabel img {
	margin: 20px;
	text-align:center;
}


#navInside {
	margin: 20px 0px 0px 0px;
	list-style: none;
	padding: 0px;
}
#navInside li {
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 3px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#navInside li .divText {
}
#navInside li .divThumb {
	float: left;
	display: inline;
	margin-right: 15px;
	margin-left: 10px;
}

#navInside li .divThumb span {
	width: 100px;
	height: 85px;
	display: block;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#navInside li a.indexTitle {
	display: block;
	font-size: 100%;
	font-weight: bold;
}
#navInside li a.indexTitle:link, #navInside li a.indexTitle:visited {
	text-decoration: none;
}
#navInside li a.indexTitle:link {
}
#navInside li a.indexTitle:visited {
}
#navInside li a.indexTitle:link:hover, #navInside li a.indexTitle:visited:hover {
	text-decoration: underline;
}
#navInside .indexDesc {
	margin: 5px 0px 10px 40px;
	color: #666666;
}
#navInside li a.indexMore {
}


.navProd {
	margin: 0 0 1em 0;
}
.navProd ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navProd dl {
	width: 100%;
	overflow: hidden;
	margin: .1em 0;
}
.navProd dl dt, .navProd dl dd {
	float: left;
	width: 19.5%;
	margin-right: .5%;
	margin: 0;
	padding: .3em 0;
}
.navProd dt { width: 25%; }
.navProd .brand { width: 23.5%; }
.navProd .supplier { width: 23.5%; }
.navProd .price { width: 15%; }
.navProd .date { width: 17.5%; }
.navProd dl.even {
	background: #F8F8F8;
}
.navProd dl.header {
	background: #EEEEEE;
	font-weight: bold;
}


.hpBoxWrap {
	float: left;
	width: 115px;
	margin: 0px 3px 0px 0px;
	padding:0;
}
.hpBox {
}
.hpTitle {
	display: block;
	margin: 10px 0px 5px 0px;
	font-size: 110%;
	font-weight: bold;
	padding:0;
}
a.hpTitle:link, a.hpTitle:visited {
	color: #6690C1;
}
.hpDesc {
	margin: 0px 0px 0px 12px;
}
.hpBox .navMenu ul li a:link, .hpBox .navMenu ul li a:visited {
	color: #6690C1;
}


#hpPoll {
	clear: left;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	/*width: 169px;*/
	width: 240px;
	height: 250px;
	background: url('../images/box.m.gif') no-repeat 0px 0px;
}
#hpPoll h2 {
	margin: 3px 0px 0px 22px;
	line-height: 24px;
	font-size: 100%;
}
#hpPoll p {
	margin: 2px 0px 5px 3px;
}
#hpPoll p.question {
	margin: 2px 0px 1px 3px;
	font-weight: bold;
}
#hpPoll label {
	width: 130px;
	line-height: 1.5em;
	margin:0;
}

#hpPoll td.u {
	border-bottom: solid 1px #333333;
}

#hpPoll input {
	width: 35px;
/*	height: 20px;*/
	margin:0;
}
#hpPoll input.img {
	margin: 0px 0px 0px 10px;
	width: 55px;
}

.poll h2 {
	font-size: 120%;
	margin: 0px 0px 5px 0px;
}


/*
#homeArticles {
	padding: 5px 10px;
}
#homeArticles a:link,#homeArticles a:visited{
	color: #444444;
}
#homeArticles .artName a:link,#homeArticles .artName a:visited{
	color: #7C9CC2;
}
#homeArticles .artName{
	font-weight: bold;
}
#homeArticles .artWrap {
	clear: both;
	display: block;
	padding-bottom: 10px;
}
#homeArticles .artThumb {
	float: left;
	display: inline;
	margin-right: 15px;
}
#homeArticles .artThumb span {
	width: 100px;
	height: 85px;
	display: block;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
*/

#hpTip {
	margin: 25px 0px 15px 10px;
	width: 95%;
	overflow: hidden;
}
#hpTip h2 {
	margin: 3px 0px 0px 22px;
	line-height: 24px;
	font-size: 100%;
	font-weight: bold;
	color: #7C9CC2;
}
#hpTip img {
	float: left;
	margin: 0px 15px 0px 0px;
}
#hpTip p {
	margin: 2px 0px 5px 3px;
}
#hpTip a:link, #hpTip a:visited {
	display: block;
	padding: 1px 0px 1px 10px;
	margin: 0px 0px 0px 3px;
	color: #7C9CC2;
	font-weight: bold;
	background: url('../images/bullets/2.gif') no-repeat 0px 4px;
	font-size: 90%;
}
#hpTip .thumb {
	float: left;
	margin-right: 15px;
}
#hpTip .thumb a:link, #hpTip .thumb a:visited {
	padding: 0;
	margin: 0;
	background: none;
	text-decoration: none;
}
#hpTip .thumb span {
	width: 100px;
	height: 85px;
	display: block;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}



#hpForum {
	background: url('../images/line.h.gif') repeat-x top;
	padding: 5px 0px 0px 0px;
}
#hpForum h2 {
	color: #96B0D1;
	font-size: 150%;
	margin: 0px;
	height: 26px;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
}
html.hasFlash #hpForum h2	{
	visibility: hidden;
}
html.hasFlash #hpForum div.replaced-H2 {
	height: 26px;
	margin: 0px 0px 0px 5px;
}
#hpForum p {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background: url('../images/bullets/5.gif') no-repeat 0px 4px;
}


#pagePath {
	color: #999999;
	margin: 0px 0px 10px 0px;
}
#pagePath a:link {
	color: #999999;
}
#pagePath a:visited {
	color: #AAAAAA;
}


#indexWrap {
}
.indexBox {
	float: left;
	width: 170px;
	margin: 5px 5px 0px 5px;
}
.indexBox h3 {
	margin: 0px;
	color: #666666;
}
.indexBox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.indexBox ul li {
	list-style: none;
	list-style-image: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 7px;
}



#siteMap {
	margin: 10px 0px 0px 15px;
}
#siteMap ul {
}
#siteMap ul li {
	margin: 3px 0px 3px 0px;
}
#siteMap ul li ul {
}



#pageBot {
	clear: both;
}

#botLinks {
	float: left;
	width: 550px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #DCAC4C;
}
#botLinks a:link, #botLinks a:visited {
	font-weight: bold;
}
#botLinks a:link {
}
#botLinks a:visited {
}
#botLinks a.active:link, #botLinks a.active:visited {
}

#botCopyright {
	float: left;
	width: 500px;
	color: #5C4C29;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}


#idipLink {
	float: right;
	width: 150px;
	text-align: right;
	margin: 25px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
#idipLink a {
}
#idipLink a span {
}
#idipLink a:link span, #idipLink a:visited span {
}
#idipLink a:link:hover span, #idipLink a:visited:hover span {
}


/*
#topHeader {
	height: 204px;
	background: url('../images/top.header.jpg') no-repeat 0px 0px;
	padding: 1px 0px 0px 0px;
}


#menuDD {
	padding:0;
	margin: 105px 0px 0px 42px;
}
* html #menuDD {
	margin-top: 106px;
}
#menuDD ul {
	list-style-type: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin:0;
	padding:0;
	width: 666px;
	height: 89px;
	overflow: hidden;
}
#menuDD ul li {
}
#menuDD ul li.last {
}

#menuDD ul li a {
	position: absolute;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	background: url('../images/but.jpg') no-repeat;
}

*/

/*



#pageOptions {
	padding: 3px 0px 1px 30px;
}



*/


/* search */

.searchItem {
}

.searchItem .link {
	float: left;
	width: 48%;
}
.searchItem .path {
	float: right;
	width: 48%;
}
.searchItem .description {
	display: none;
}

hr {
	border: solid 1px #999999;
	height: 1px;
}


/* gallery */


.galText {
}
.galHeader {
	font-size: medium;
	color: #0033CC;
}
.galDesc {
	font-size: x-small;
	margin-bottom: 10px;
}
.galThumbDiv {
	margin: 0px 1px 0px 1px;
}
a.galThumb:link, a.galThumb:visited {
	border: none;
}
a.galThumb:link img, a.galThumb:visited img, a.galThumb:active img {
	border: solid 1px #333366;
}
a.galThumb:hover img {
	border: solid 1px #FFAA00;
}
.galPhoto {
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
}
.galPhoto img {
	border: solid 1px #333366;
}
.galIndexTable {
	width: 98%;
}
.galIndexTable td {
/*	border-top: dashed 1px #AAAAAA;
	border-left: dashed 1px #AAAAAA;
*/
}
.galIndexTable2 {
}
.galIndexTable2 td {
	border: none;
	text-align: center;
	vertical-align: top;
}

.galComment {
}

#galA img {
	margin: 0 auto;
}
#galA {
	text-align: center;
	background: #DAA943;
}



/* forms */

.formWrap {
	text-align: center;
}
.formWrap fieldset {
	margin: 3px auto 3px auto;
	text-align: left;
	width: 515px;
}
.formWrap fieldset div {
	clear: both;
}

.formWrap div label {
	background: #FFEEEE;
	float: left;
	width: 150px;
}
.formWrap div input {
	background: #FFEEEE;
	float: right;
	width: 250px;
}

.formWrap div.formRadioWrap {
	float: left;
	width: 205px;
}
.formWrap div.formRadioWrap input {
	clear: both;
	float: left;
	display: block;
	width: 25px;
}
.formWrap div.formRadioWrap label {
	width: 170px;
}
.formImg {
	clear: none;
	float: right;
	width: 310px;
	text-align: center;
}

#chestionar div {
	padding: .8em 0;
}
#chestionar label {
	font-weight: bold;
	width: 15em;
}
#chestionar .long label {
	float: none;
	display: block;
	width: auto;
	margin: 0 0 .5em 0;
}
#chestionar .chk ul {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: .5em 0;
	list-style: none;
}
#chestionar .chk ul li {
	float: left;
	width: 49%;
	padding: .25em 0;
}
#chestionar .chk ul li label {
	font-weight: normal;
}

#chestionar.concurs2 .chk ul li {
	float: none;
	width: auto;
	padding: .25em 0;
}

/* Forms */
fieldset {
	border: none;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: 0;
	padding: .5em 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}
fieldset div.odd {
}
fieldset div.even {
	background: #F4F6F7;
}
fieldset div.buttons {
	background: none;
	border-bottom: none;
}
fieldset div.buttons input {
	margin: .5em 0 0 10em;
	padding: .2em 1em;
}
fieldset label {
	float: left;
	display: block;
	width: 10em;
	margin: 0 1em 0 0;
}
* html fieldset label {
	margin-right: .5em;
}
fieldset label span {
	display: block;
	color: #B11212;
}
fieldset label span.red {
	display: inline;
	color: #B11212;
}
fieldset input.text, fieldset textarea, fieldset select {
}
fieldset input.text {
}
fieldset textarea {
}
fieldset div.chk {
	margin: .3em 0;
}
fieldset div.chk input {
	float: left;
	margin: 0 5px 0 0;
}
fieldset div.chk label {
	width: auto;
}


.text {
	border: solid 1px #CBCBCB;
}

.desc {
	display: none;
}


#butShop {
	margin: 0 0 .3em 0;
}
.casuta {
border:#999999 solid 1px;
margin:2px;
padding:2px;
}

.img_sigla {
	border:5px;
	border-color:#CCCCCC;
	border-bottom:#666666;
	border-right:#666666;
}

.casuta2 {
margin:2px;
padding:2px;
}

.continut_f{
margin-top:200px;
}

h3 {font:20px/23px 'Proxima_Nova_Regular';color:#d8ac6c;text-transform:uppercase;}

.latest-art {
	width:105px;
	float:left;margin:0 30px 20px 0;
	font-size:15px;font-weight:700;
}
	.latest-art.last {margin-right:0}
	.latest-art a {color:#4d85c5;text-decoration:none;}
		.latest-art a:hover {color:#4d85c5;text-decoration:underline}
.latest-art-img {
	background:url('../images/new/home-art-bg.png') no-repeat;
	width:104px;height:104px;padding:6px;
	text-align:center;
	margin-bottom:5px;
	overflow:hidden;
}
	.latest-art-img a {display:table-cell;vertical-align:middle;width:92px;height:92px;}
	.latest-art-img img {vertical-align:middle}

.hr {clear:both;width:100%;height:5px;background:#f2c687;margin:20px 0}

.half {float:left;width:50%}

#content .fr_anunt {margin-bottom:10px;padding-left:10px;}
	.body-anunturi #content .fr_anunt {padding:0}
#content .fr_anunt .title {margin:0 0 0 0;}
.fr_anunt .title a {
	font-weight:700;font-size:13px;color:#4d85c5;text-decoration:none;
}
	.fr_anunt .title a:hover {text-decoration:underline}

#content .read-more {border-bottom:5px solid #f0c383;padding-left:10px;clear:left}
	#content .read-more a {color:#4d85c5;font-weight:700;text-decoration:none}
		#content .read-more a:hover {text-decoration:underline}

		#content .read-more .read-more-icon {
			background-position: -206px 0;
			display: inline-block;
			height: 50px;
			margin-right: 10px;
			vertical-align: middle;
			width: 55px;
		}

.litera,.litera:link,.litera:active {
	text-transform:uppercase;
	font-size: 15px;
    font-weight: 700;
	padding: 0 5px;
	color:#4D4D4D;
}

.cat-listing .fr-cat {
	background:url('../images/new/fr-cat.jpg') no-repeat;
	height:43px;width:100%;
}
	.cat-listing .fr-cat.alt {background:#fff}
	.cat-listing .fr-cat a {
		display:inline-block;width:200px;
		margin-left:10px;padding:5px 0 5px 10px;
		background:url('../images/new/bullet.png') no-repeat 0 50%;
		color:#0b4384;font-size:13px;line-height:15px;
		vertical-align: middle;
	}

	.cat-listing .fr-cat .one-line {line-height:30px}
	.cat-listing .fr-cat .two-line {line-height:15px}

#art-page h1 {color:#4d85c5;margin-bottom:20px}

#art-page .art_img {
	float:left;
	background:url('../images/new/big-art-bg.png') no-repeat;
	width:204px;height:204px;overflow:hidden;
	padding:3px 6px 6px 3px;margin:0 20px 20px 0;
}
	#art-page .art_img td {text-align:center;vertical-align:middle;width:192px;height:192px;}

#art-page .details {text-align:right;padding-right:5px;font-weight:700;font-size:13px;color:#d8ac6c}
#art-page .details_val {font-size:13px;color:#555}

#art-page .descriere {clear:both;margin:20px 0;font-size:12px;color:#555;}

#art-page .gal-pic-bg {
	width:204px;height:204px;
	background:url('../images/new/big-art-bg.png') no-repeat;
	text-align:center;vertical-align:middle;
}


#cauta_header {display:inline;position:relative;margin-left:10px}
#top_search_submit {
	display:inline-block;width:20px;height:20px;
	background-position: -337px 0;
	border:none;text-indent:-9999em;
	position:relative;top:3px;
}

	#cauta_header input.text {
		height:30px;line-height:30px;
		padding:0 40px 0 5px;
		vertical-align:middle;
	}

#cauta_header input.text, #cauta_header select {
    border: 1px solid #BCC2C4;
    border-radius: 3px 3px 3px 3px;
    color: #575757;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    width: 200px;
}

#cauta_header select {
	width:100px;padding:0;vertical-align:middle;
}

.slider1-wrapper {overflow:hidden}
.slider1-wrapper .slider-item {float:left;width:150px;margin-right:23px}
.slider1-wrapper .slider-item h3 {font-size:15px;color:#4d85c5;font-weight:700;margin-bottom:5px}
	.slider1-wrapper .slider-item h3 a {color:#4d85c5;text-decoration:none}
	.slider1-wrapper .slider-item h3 a:hover {text-decoration:underline}
.slider1-wrapper .slider-item h4 {font-size:12px;color:#4d4d4d}

.slider1-wrapper .slider1-pagination {position:absolute;top:25px;right:30px}
	.slider1-wrapper .slider1-pagination a {display:inline-block;width:12px;height:12px;margin-left:5px;background-position:-321px -56px;text-indent:-9999em;outline:none}
		.slider1-wrapper .slider1-pagination a.selected {background-position:-334px -56px}

.slider-arrow {display:inline-block;width:11px;height:17px;text-indent:-9999em;outline:none;float:left;cursor:pointer;}
	.slider-arrow.disabled {background:none;cursor:default}
	.slider-arrow-prev {background-position:-366px -55px}
	.slider-arrow-next {background-position:-381px -55px;margin-left:5px}

#partners_slider_wrapper {position:relative;padding:20px 0 20px 30px;}
#partners_slider_wrapper .slider-item {width:125px;height:125px;margin-right:10px}
#partners_slider_wrapper .caroufredsel_wrapper {margin:0 auto}
	#partners_slider_prev {position:absolute;top:70px;left:0;}
	#partners_slider_next {position:absolute;top:70px;right:0;}
	
/* top */
.toplinks .logindetails { background: #2361AA; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; height: 30px; text-align: center; }
.toplinks form { clear: left; display: block; float: right; min-width: 220px; text-align: left; }
.toplinks form input.default-value { color: #828282; }
.toplinks ul.isuser, .toplinks ul.nouser { clear: left; display: block; list-style: none outside none; }
.toplinks { background: #EBBF7E; color: #FFFFFF; font: 11px Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif; position: absolute;
 right: 0; text-align: right; top: 65px}
 .toplinks .logindetails div{ padding:0px; }
 #user_log_on{ text-align:left; padding:0px 10px;}
 #user_log_on a{ color:#3B7BC5; }
 #toplinks .nouser{ padding:0px;}
 .nav-user li a{ font-size:17px !important; }
#user-form label{ cursor:pointer; width:120px; display:inline-block; vertical-align:top;}
#user-gallery-edit{ margin-top:40px; }
#user-gallery-edit .gal-item{ float:left; margin:0px 10px 10px 0px; }
#user-gallery-edit .gal-item{ cursor:move; }
#user-form input[type=submit], #user-form input[type=button]{ color: #20599B; font-size: 12px; font-weight: 700; height: 30px; line-height: 30px; text-decoration: none; text-shadow: 0 1px 1px #FED498; background:#EBBE69; border:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; cursor:pointer;}
#anunturi-angajare li{ margin-bottom:10px; list-style:none; padding:10px; }
#anunturi-angajare{ margin-left:0px; padding-left:0px; }
#anunturi-angajare .left{ width:130px; float:left; margin-right:10px;}
#anunturi-angajare li.promoted{ border:2px solid #2563ac; }
#anunturi-angajare span{ color:#111; }
#anunturi-angajare h2{ margin-bottom:10px; }
#pagination{ text-align:right; font-size:14px;}
#pagination a{ text-decoration:none; }

#breadcrumbs{ margin-bottom:20px; }
#aplica_but{ background:#deab60; width:120px; display:block; height:24px; line-height:24px; text-align:center; color: rgb(59, 123, 197); cursor:pointer; text-decoration:none; border-radius:3px; -moz-border-radiu:3px; -webkit-border-radius:3px; margin:0px auto; font-weight:bold; }
#form_aplicatie{ display:none; margin:0px auto; margin-top:30px; width:400px;}
#anunturi-angajare .right-small{ float:left; width:350px;}
.right-pret{ width:150px;float:right; border:1px solid #3B7BC5; margin-top:20px; background:#9ac9ff;}
.right-span-pret{ height:40px; line-height:40px; text-align:center; font-size:20px; display:block; color:#000;}
.discount-left, .discount-right{ width:74px; float:left; font-size:14px; text-align:center; border-top:1px solid #3B7BC5; padding-top:5px;}
.discount-left font, .discount-right font{font-size:11px !important; }
.discount-left{ border-right:1px solid #3B7BC5; }

/*fisa oferta */
.oferta-div-left{ float:left; width:250px;}
.oferta-div-left .right-pret{ margin:0 auto; float:none; width:250px; }
.oferta-div-left .right-span-pret{ font-size:22px;}
.oferta-div-left .discount-left, .oferta-div-left .discount-right{ width:124px; }
.oferta-div-left .expire{ background:#EBBF7E; color:#fff !important; height:40px; line-height:40px; font-size:16px;}
.oferta-div-left .oferta-autor-custom{ width:250px; }
.oferta-div-left .oferta-autor-custom img{ max-width:100px; float:left; }
.oferta-div-left .autor-detalii{ width:140px; float:right;}
.oferta-autor{ text-align:center; width:250px; margin:0 auto; margin-top:20px;  }
.oferta-autor h3, .oferta-autor-custom h3{ font-size:14px; text-transform:none; line-height:18px;}
.oferta-div-right{ width:390px; float:right; }
.oferta-div-right h2{ margin-top:0px; }

/* pagina de cautare */
.rezultate-cautare{ margin:0px; padding:0px; list-style:none;}
.rezultate-cautare h2 a, .rezultate-cautare h2{ font-size:14px; display:block; margin-bottom:3px;}

/* question mark */
#gravity { width: 100%; margin: 5px 0; border-spacing: 5px; }
  #gravity td { text-align: center; vertical-align: middle; padding: 5px 0; background-color: #d0d0d0; width: 33%; }
  #gravity a { }
    #gravity a:hover { color: #505050; background: none; }

.red .tipsy-inner { background: red; }
.red .tipsy-arrow-n { border-bottom-color: red; }
.red .tipsy-arrow-s { border-top-color: red; }
.red .tipsy-arrow-e { border-left-color: red; }
.red .tipsy-arrow-w { border-right-color: red; }

.forgot-pass{ color:#5490D7 !important; display:inline-block; float:right; line-height:20px; padding-right:10px;}
/* Notificari */
.err-message{ background:#ED1C24; margin:10px 0px; font-size:16px; line-height:20px; border:1px solid #ED1C24; padding:10px; color:#FFDE16;}
.succes-message{ background:#D4FECC; margin:10px 0px; font-size:16px; line-height:20px; border:1px solid #B2D7A8; padding:10px; }
.err-log{color:#ED1C24; font-size:14px; display:block; margin-bottom:15px; }

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.icon-forum-group{
	background-image: url('../images/forum_group.png');
	width:124px;
	height:39px;
	display:inline-block;
	left: 260px;
    position: absolute;
}
.parteneri_incredere_img{
	background-image: url('../images/parteneri-incredere-img.png');
	width:167px !important;
	height:36px;
}
.inregistrare .left{
	max-width:54%;
}
#cauta_header input.text{
	line-height:30px;
	height:30px;
	border-color:#ccd1d2;
	color:#ccd1d2;
	width:300px;
}
#top_search_submit{
	right:10px;
	top:0;
	position:absolute;
}
#top_social_links{
	margin-top:20px;
	
}
#top_social_links > *{
	vertical-align:middle;
}
.companie{
	background:#fff;
}
#pageTop{
	margin-top:26px;
}

.submeniu_n li{
  	list-style-type:none;
    display:inline-block;
    font-size:15px;
    color:#1b75bc;
    line-height:36px;
    text-transform: uppercase;
	padding:0 26px;
	vertical-align:middle;
}
.submeniu_n li > a{
	color:#1b75bc;
	text-decoration:none;
}
.submeniu_n li > a:hover{
	color:#1b75bc;
	text-decoration:underline;
}
.submeniu_n > *{
	display:inline-block;
	vertical-align:middle;
}
.submeniu_n > ul{
	background-color:#ebbf82;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:0;
	padding-right:20px;
}

.submeniu_n li.spacer {
    background-position: -317px 0;    
    height: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 1px;

    background-image: url("../images/new/sprite.png");
    background-repeat: no-repeat;
}

.parteneri-incredere{
	display: inline-block;
    width: 152px;
}
.parteneri_incredere * {
    display: inline-block;
    width: 100%;
}
#wrap{
	margin-top:10px;
}
.firma{
	background-color:#fff;
}
/*******/

.ficategory1 h1, .ficategory11 h1{	
	color:#147885;
	border-color:#147885;
}
.ficategory1 .listfirmecategorie .firma:hover, .ficategory11 .listfirmecategorie .firma:hover{
	background-color:#30bcd1;
}

/*******/

.ficategory2 h1, .ficategory12 h1{	
	color:#ab762a;
	border-color:#ab762a;
}
.ficategory2 .listfirmecategorie .firma:hover, .ficategory12 .listfirmecategorie .firma:hover{
	background-color:#f6ae1d;
}

/*******/

.ficategory3 h1{	
	color:#a63b24;
	border-color:#a63b24;
}
.ficategory3 .listfirmecategorie .firma:hover{
	background-color:#f16537;
}

/*******/

.ficategory4 h1{	
	color:#16584d;
	border-color:#16584d;
}
.ficategory4 .listfirmecategorie .firma:hover{
	background-color:#3ca492;
}

/*******/

.ficategory5 h1{	
	color:#3a5261;
	border-color:#3a5261;
}
.ficategory5 .listfirmecategorie .firma:hover{	
	background-color:#46647a;
}

/*******/

.ficategory6 h1{	
	color:#ab2929;
	border-color:#ab2929;
}
.ficategory6 .listfirmecategorie .firma:hover{	
	background-color:#ed2525;
}

/*******/

.ficategory7 h1{	
	color:#793894;
	border-color:#793894;
}
.ficategory7 .listfirmecategorie .firma:hover{	
	background-color:#bf559f;
}

/*******/

.ficategory8 h1{	
	color:#173958;
	border-color:#173958;
}
.ficategory8 .listfirmecategorie .firma:hover{	
	background-color:#3d7aa4;
}

/*******/

.ficategory9 h1{	
	color:#358640;
	border-color:#358640;
}
.ficategory9 .listfirmecategorie .firma:hover{	
	background-color:#6dbd45;
}

/*******/

.ficategory10 h1{	
	color:#5a4a42;
	border-color:#5a4a42;
}
.ficategory10 .listfirmecategorie .firma:hover{	
	background-color:#716558;
}

/***********************/

.categories {
	z-index: 3;
}

/***********************/
.companie.category1 .close, .companie.category11 .close{
	background-image: url("../images/cat1_close3.png");
}
.companie.category1 h1.companyname, .companie.category11 h1.companyname{
	color:#147885;
	border:1px solid #147885;
}

.companie.category1 .title, .companie.category11 .title{
	color:#147885 !important;
}

.companie.category1, .companie.category11 {
	background: #d6ebee;
	border-bottom: 8px solid #30bcd1;
}


.companie.category1 .categoryname, .companie.category11 .categoryname {
	background: #30bcd1;
}

.companie.category1 .title, .companie.category11 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_1.png') no-repeat left center;
}

.companie.category1 .datecontact .datecontactcontent .group div.adresa, .companie.category11 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat1_icon1_contact.png') no-repeat center left;
}
.companie.category1 .datecontact .datecontactcontent .group div.perscontact, .companie.category11 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat1_icon2_contact.png') no-repeat center left;
}
.companie.category1 .datecontact .datecontactcontent .group div.telefon, .companie.category11 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat1_icon3_contact.png') no-repeat center left;
}
.companie.category1 .datecontact .datecontactcontent .group div.email, .companie.category11 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat1_icon4_contact.png') no-repeat center left;
}
.companie.category1 .datecontact .datecontactcontent .group div.website, .companie.category11 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat1_icon5_contact.png') no-repeat center left;
}
.companie.category1 .datecontact .datecontactcontent .group div.facebook, .companie.category11 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat1_icon6_contact.png') no-repeat center left;
}

.companie.category1 .portofoliu ul li, .companie.category11 .portofoliu ul li {
	border: 1px solid #30bcd1;
}

.companie.category1 .portofoliu ul li .image:hover, .companie.category11 .portofoliu ul li .image:hover {
	background-color: #30bcd1;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category1 .portofoliu ul li .text span.readmore, .companie.category11 .portofoliu ul li .text span.readmore {
	color: #30bcd1;
	cursor: pointer;
}
.companie.category1 .portofoliu ul li .text span.readmore span.arrow, .companie.category11 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat1_arrow_portofoliu.png') no-repeat center center;
}

/********************************************************/

.companie.category2 .close, .companie.category12 .close{
	background-image: url("../images/cat2_close3.png");
}
.companie.category2 h1.companyname, .companie.category12 h1.companyname{
	color:#ab762a;
	border:1px solid #ab762a;
}

.companie.category2 .title, .companie.category12 .title{
	color:#ab762a !important;
}

.companie.category2, .companie.category12 {
	background: #fceecf;
	border-bottom: 8px solid #f6ae1d;
}

.companie.category2 .categoryname, .companie.category12 .categoryname {
	background: #f6ae1d;
}

.companie.category2 .title, .companie.category12 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_2.png') no-repeat left center;
}

.companie.category2 .datecontact .datecontactcontent .group div.adresa, .companie.category12 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat2_icon1_contact.png') no-repeat center left;
}
.companie.category2 .datecontact .datecontactcontent .group div.perscontact, .companie.category12 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat2_icon2_contact.png') no-repeat center left;
}
.companie.category2 .datecontact .datecontactcontent .group div.telefon, .companie.category12 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat2_icon3_contact.png') no-repeat center left;
}
.companie.category2 .datecontact .datecontactcontent .group div.email, .companie.category12 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat2_icon4_contact.png') no-repeat center left;
}
.companie.category2 .datecontact .datecontactcontent .group div.website, .companie.category12 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat2_icon5_contact.png') no-repeat center left;
}
.companie.category2 .datecontact .datecontactcontent .group div.facebook, .companie.category12 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat2_icon6_contact.png') no-repeat center left;
}

.companie.category2 .portofoliu ul li, .companie.category12 .portofoliu ul li {
	border: 1px solid #f6ae1d;
}

.companie.category2 .portofoliu ul li .image:hover, .companie.category12 .portofoliu ul li .image:hover {
	background-color: #f6ae1d;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category2 .portofoliu ul li .text span.readmore, .companie.category12 .portofoliu ul li .text span.readmore {
	color: #f6ae1d;
	cursor: pointer;
}
.companie.category2 .portofoliu ul li .text span.readmore span.arrow, .companie.category12 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat2_arrow_portofoliu.png') no-repeat center center;
}

/********************************************************/


.companie.category3 .close, .companie.category13 .close{
	background-image: url("../images/cat3_close3.png");
}
.companie.category3 h1.companyname, .companie.category13 h1.companyname{
	color:#a63b24;
	border:1px solid #a63b24;
}

.companie.category3 .title, .companie.category13 .title{
	color:#a63b24 !important;
}

.companie.category3, .companie.category13 {
	background: #fde6d3;
	border-bottom: 8px solid #f16537;
}

.companie.category3 .categoryname, .companie.category13 .categoryname {
	background: #f16537;
}

.companie.category3 .title, .companie.category13 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_3.png') no-repeat left center;
}

.companie.category3 .datecontact .datecontactcontent .group div.adresa, .companie.category13 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat3_icon1_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.perscontact, .companie.category13 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat3_icon2_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.telefon, .companie.category13 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat3_icon3_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.email, .companie.category13 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat3_icon4_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.website, .companie.category13 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat3_icon5_contact.png') no-repeat center left;
}
.companie.category3 .datecontact .datecontactcontent .group div.facebook, .companie.category13 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat3_icon6_contact.png') no-repeat center left;
}

.companie.category3 .portofoliu ul li, .companie.category13 .portofoliu ul li {
	border: 1px solid #f16537;
}

.companie.category3 .portofoliu ul li .image:hover, .companie.category13 .portofoliu ul li .image:hover {
	background-color: #f16537;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category3 .portofoliu ul li .text span.readmore, .companie.category13 .portofoliu ul li .text span.readmore {
	color: #f16537;
	cursor: pointer;
}
.companie.category3 .portofoliu ul li .text span.readmore span.arrow, .companie.category13 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat3_arrow_portofoliu.png') no-repeat center center;
}

/***************************************************/

.companie.category4 .close{
	background-image: url("../images/cat4_close3.png");
}
.companie.category4 h1.companyname{
	color:#16584d;
	border:1px solid #16584d;
}

.companie.category4 .title{
	color:#16584d !important;
}

.companie.category4 {
	background: #e2ebec;
	border-bottom: 8px solid #3ca492;
}

.companie.category4 .categoryname {
	background: #3ca492;
}

.companie.category4 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_4.png') no-repeat left center;
}

.companie.category4 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat4_icon1_contact.png') no-repeat center left;
}
.companie.category4 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat4_icon2_contact.png') no-repeat center left;
}
.companie.category4 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat4_icon3_contact.png') no-repeat center left;
}
.companie.category4 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat4_icon4_contact.png') no-repeat center left;
}
.companie.category4 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat4_icon5_contact.png') no-repeat center left;
}
.companie.category4 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat4_icon6_contact.png') no-repeat center left;
}

.companie.category4 .portofoliu ul li {
	border: 1px solid #3ca492;
}

.companie.category4 .portofoliu ul li .image:hover {
	background-color: #3ca492;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category4 .portofoliu ul li .text span.readmore {
	color: #3ca492;
	cursor: pointer;
}
.companie.category4 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat4_arrow_portofoliu.png') no-repeat center center;
}

/*******************************************/

.companie.category5 .close{
	background-image: url("../images/cat5_close3.png");
}
.companie.category5 h1.companyname{
	color:#3a5261;
	border:1px solid #3a5261;
}

.companie.category5 .title{
	color:#3a5261 !important;
}

.companie.category5 {
	background: #e2e1e3;
	border-bottom: 8px solid #46647a;
}

.companie.category5 .categoryname {
	background: #46647a;
}

.companie.category5 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_5.png') no-repeat left center;
}

.companie.category5 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat5_icon1_contact.png') no-repeat center left;
}
.companie.category5 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat5_icon2_contact.png') no-repeat center left;
}
.companie.category5 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat5_icon3_contact.png') no-repeat center left;
}
.companie.category5 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat5_icon4_contact.png') no-repeat center left;
}
.companie.category5 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat5_icon5_contact.png') no-repeat center left;
}
.companie.category5 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat5_icon6_contact.png') no-repeat center left;
}

.companie.category5 .portofoliu ul li {
	border: 1px solid #46647a;
}

.companie.category5 .portofoliu ul li .image:hover {
	background-color: #46647a;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category5 .portofoliu ul li .text span.readmore {
	color: #46647a;
	cursor: pointer;
}
.companie.category5 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat5_arrow_portofoliu.png') no-repeat center center;
}

/********************************************************/

.companie.category6 .close{
	background-image: url("../images/cat6_close3.png");
}
.companie.category6 h1.companyname{
	color:#ab2929;
	border:1px solid #ab2929;
}

.companie.category6 .title{
	color:#ab2929 !important;
}

.companie.category6 {
	background: #fdddce;
	border-bottom: 8px solid #ed2525;
}

.companie.category6 .categoryname {
	background: #ed2525;
}

.companie.category6 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_6.png') no-repeat left center;
}

.companie.category6 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat6_icon1_contact.png') no-repeat center left;
}
.companie.category6 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat6_icon2_contact.png') no-repeat center left;
}
.companie.category6 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat6_icon3_contact.png') no-repeat center left;
}
.companie.category6 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat6_icon4_contact.png') no-repeat center left;
}
.companie.category6 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat6_icon5_contact.png') no-repeat center left;
}
.companie.category6 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat6_icon6_contact.png') no-repeat center left;
}

.companie.category6 .portofoliu ul li {
	border: 1px solid #ed2525;
}

.companie.category6 .portofoliu ul li .image:hover {
	background-color: #ed2525;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category6 .portofoliu ul li .text span.readmore {
	color: #ed2525;
	cursor: pointer;
}
.companie.category6 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat6_arrow_portofoliu.png') no-repeat center center;
}

/**************************************************/

.companie.category7 .close{
	background-image: url("../images/cat7_close3.png");
}
.companie.category7 h1.companyname{
	color:#793894;
	border:1px solid #793894;
}

.companie.category7 .title{
	color:#793894 !important;
}

.companie.category7 {
	background: #efdaea;
	border-bottom: 8px solid #bf559f;
}

.companie.category7 .categoryname {
	background: #bf559f;
}

.companie.category7 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_7.png') no-repeat left center;
}

.companie.category7 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat7_icon1_contact.png') no-repeat center left;
}
.companie.category7 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat7_icon2_contact.png') no-repeat center left;
}
.companie.category7 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat7_icon3_contact.png') no-repeat center left;
}
.companie.category7 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat7_icon4_contact.png') no-repeat center left;
}
.companie.category7 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat7_icon5_contact.png') no-repeat center left;
}
.companie.category7 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat7_icon6_contact.png') no-repeat center left;
}

.companie.category7 .portofoliu ul li {
	border: 1px solid #bf559f;
}

.companie.category7 .portofoliu ul li .image:hover {
	background-color: #bf559f;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category7 .portofoliu ul li .text span.readmore {
	color: #bf559f;
	cursor: pointer;
}
.companie.category7 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat7_arrow_portofoliu.png') no-repeat center center;
}

/*************************************************/

.companie.category8 .close{
	background-image: url("../images/cat8_close3.png");
}
.companie.category8 h1.companyname{
	color:#173958;
	border:1px solid #173958;
}

.companie.category8 .title{
	color:#173958 !important;
}

.companie.category8 {
	background: #dce0ec;
	border-bottom: 8px solid #3d7aa4;
}

.companie.category8 .categoryname {
	background: #3d7aa4;
}

.companie.category8 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_8.png') no-repeat left center;
}

.companie.category8 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat8_icon1_contact.png') no-repeat center left;
}
.companie.category8 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat8_icon2_contact.png') no-repeat center left;
}
.companie.category8 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat8_icon3_contact.png') no-repeat center left;
}
.companie.category8 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat8_icon4_contact.png') no-repeat center left;
}
.companie.category8 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat8_icon5_contact.png') no-repeat center left;
}
.companie.category8 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat8_icon6_contact.png') no-repeat center left;
}

.companie.category8 .portofoliu ul li {
	border: 1px solid #3d7aa4;
}

.companie.category8 .portofoliu ul li .image:hover {
	background-color: #3d7aa4;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category8 .portofoliu ul li .text span.readmore {
	color: #3d7aa4;
	cursor: pointer;
}
.companie.category8 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat8_arrow_portofoliu.png') no-repeat center center;
}

/**********************************************************/

.companie.category9 .close{
	background-image: url("../images/cat9_close3.png");
}
.companie.category9 h1.companyname{
	color:#358640;
	border:1px solid #358640;
}

.companie.category9 .title{
	color:#358640 !important;
}

.companie.category9 {
	background: #dfefdd;
	border-bottom: 8px solid #6dbd45;
}

.companie.category9 .categoryname {
	background: #6dbd45;
}

.companie.category9 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_9.png') no-repeat left center;
}

.companie.category9 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat9_icon1_contact.png') no-repeat center left;
}
.companie.category9 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat9_icon2_contact.png') no-repeat center left;
}
.companie.category9 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat9_icon3_contact.png') no-repeat center left;
}
.companie.category9 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat9_icon4_contact.png') no-repeat center left;
}
.companie.category9 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat9_icon5_contact.png') no-repeat center left;
}
.companie.category9 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat9_icon6_contact.png') no-repeat center left;
}

.companie.category9 .portofoliu ul li {
	border: 1px solid #6dbd45;
}

.companie.category9 .portofoliu ul li .image:hover {
	background-color: #6dbd45;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category9 .portofoliu ul li .text span.readmore {
	color: #6dbd45;
	cursor: pointer;
}
.companie.category9 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat9_arrow_portofoliu.png') no-repeat center center;
}

/*************************************************************/

.companie.category10 .close{
	background-image: url("../images/cat10_close3.png");
}
.companie.category10 h1.companyname{
	color:#5a4a42;
	border:1px solid #5a4a42;
}

.companie.category10 .title{
	color:#5a4a42 !important;
}

.companie.category10 {
	background: #ebe8e5;
	border-bottom: 8px solid #716558;
}

.companie.category10 .categoryname {
	background: #716558;
}

.companie.category10 .title {
	color: #a63b24;
	background: url('../images/bullet_companie_10.png') no-repeat left center;
}

.companie.category10 .datecontact .datecontactcontent .group div.adresa {
	background: url('../images/cat10_icon1_contact.png') no-repeat center left;
}
.companie.category10 .datecontact .datecontactcontent .group div.perscontact {
	background: url('../images/cat10_icon2_contact.png') no-repeat center left;
}
.companie.category10 .datecontact .datecontactcontent .group div.telefon {
	background: url('../images/cat10_icon3_contact.png') no-repeat center left;
}
.companie.category10 .datecontact .datecontactcontent .group div.email {
	background: url('../images/cat10_icon4_contact.png') no-repeat center left;
}
.companie.category10 .datecontact .datecontactcontent .group div.website {
	background: url('../images/cat10_icon5_contact.png') no-repeat center left;
}
.companie.category10 .datecontact .datecontactcontent .group div.facebook {
	background: url('../images/cat10_icon6_contact.png') no-repeat center left;
}

.companie.category10 .portofoliu ul li {
	border: 1px solid #716558;
}

.companie.category10 .portofoliu ul li .image:hover {
	background-color: #716558;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/lupa2.png');
}
.companie.category10 .portofoliu ul li .text span.readmore {
	color: #716558;
	cursor: pointer;
}
.companie.category10 .portofoliu ul li .text span.readmore span.arrow {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../images/cat10_arrow_portofoliu.png') no-repeat center center;
}



/********************/

.inregistrare .error{
	background-color:#EAACB7 !important;
}
.inregistrare .required{
	border:1px solid blue;
}
.inregistrare .select > ul{
    max-height: 125px;
    overflow-y: auto;
}

.inregistrare .errormsg > p{
	display:none;
}
.imagecontent  {
	position:relative;
}
.imagecontent   .delete_item{
	/* display:none; */
	position:absolute;
	right:-10px;
	top:-10px;
	width:21px;
	height:21px;
	background: url('../images/close3.png') no-repeat center center;
	display:none;
}

#second-nav {
    display: inline-block;
}
#second-nav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/nav-bg_v2.jpg");
    background-origin: padding-box;
    background-position: 0 -90px;
    background-repeat: repeat-x;
    background-size: auto auto;
    clear: both;
    color: #215492;
    font-family: "Proxima_Nova_Regular";
    font-size: 14px;
    height: 34px;
    margin-top: 1px;
}
#second-nav nav ul, #second-nav nav li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#second-nav li {
    float: left;
    line-height: 34px;
}
#second-nav li {
    float: left;
    line-height: 34px;
	list-style-type:none;
}
#second-nav a {
    padding-left: 27px;
    padding-right: 27px;
}
#second-nav a {
    color: #215492;
    display: block;
    font-family: "Proxima_Nova_Regular";
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-shadow: 0 1px 1px #fff;
}
#second-nav .cat-icon-about {
    background-position: -175px -73px;
}
#second-nav .cat-icon {
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    width: 22px;
}

header .logo a, .social-icon, .cat-icon, #main-nav li.spacer, #main-nav-home, #main-nav .main-nav-arrow, #second-nav li.spacer, #home-main-slider-pag a, #home-main-slider-pag a.slider, .slider-arrow, .home-slider-read-more, .home-slider-read-more-blue, .icon-read-more, .btn, .btn span, .blue-br, .fr-blue, .submenu-fr, .arrow-icon, .arrow2-icon, .arrow3-icon, .slider1-wrapper .slider1-pagination a, .icon-breadcrumb, .video-play-icon, .photo-pagination .photo_next, .photo-pagination .photo_prev, #top_search_submit, .fbshare {
	background-image: url("../images/sprite.png?v=2");
	background-repeat: no-repeat;
}

#second-nav .cat-icon {
    margin-top: -5px;
}
.cat-icon-about {
    background-position: -175px -73px;
}

.cat-icon-tut-video {
    background-position: -225px -73px;
}
.cat-icon-foto {
    background-position: -297px -75px;
}
.cat-icon-banking {
    background-position: -250px -73px;
}
.cat-icon-contact {
    background-position: -275px -73px;
}

#main-nav {
	clear:both;position:relative;
	height:45px;margin-top:31px;
	/*background:url('../images/nav-bg.jpg') repeat-x 0 0;*/
	background:url('../images/nav-bg_v2.jpg') repeat-x 0 0;
}

	#main-nav li {float:left;padding-top:2px;height:46px;width:12.75%}
	#main-nav li.first {width:10%;padding-top:0;}
	#main-nav li.spacer {background-position:-317px 0;width:1px;height:45px;display:block;padding:0;}
	#main-nav-home {background-position:-150px 0;display:block;width:55px;height:51px;margin:0 auto;position:relative;top:-5px;text-indent:-9999em;outline:none;}
		#main-nav-home:hover,#main-nav-home.hover {background-position:-780px 0;}

	#main-nav .main-nav-arrow {
		width:16px;height:16px;margin-top:15px;
		float:right;background-position:-318px 0;
	}

	#main-nav > ul li a {font-size:16px;font-family:'Proxima_Nova_Regular';color:#fff;text-decoration:none;display:block;padding:0 10px;}
	#main-nav > ul li a.active {
		height:55px;
		position:relative;top:-7px;
		padding:7px 10px 0 10px;
		background-color: #4d85c5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4d85c5), to(#5fa1f2)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #4d85c5, #5fa1f2); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #4d85c5, #5fa1f2); /* Firefox 3.6-15 */
		background-image:      -o-linear-gradient(top, #4d85c5, #5fa1f2); /* Opera 11.10+ */
		background-image:         linear-gradient(to bottom, #4d85c5, #5fa1f2); /* Firefox 16+ */
		-webkit-border-top-left-radius:2px; -webkit-border-top-right-radius:2px;
        border-top-left-radius:2px;border-top-right-radius:2px;
	}

	#main-nav a.active .main-nav-arrow {background-position: -318px -17px}

#main-nav .submenu {
	display:none;
	width:100%;
	position:absolute;top:50px;left:0;z-index:9;
	background:#4d85c5;border-bottom:6px solid #f2c687;
}

	#main-nav .submenu-fr {
		float:left;margin:0;
		background-position:-430px -65px;
		display:inline-block;width:143px;height:60px;
		border-bottom:1px solid #5d9fed;
		font:bold 12px/14px Arial;color:#fff;text-align:center;
	}
			#main-nav a.submenu-fr:hover {background-position:-573px -65px;}
	#main-nav .submenu-fr span {display:table-cell;vertical-align:middle;width:143px;height:60px;text-align:center;}

	#main-nav .submenu .left {width:429px;float:left}
	#main-nav .submenu .center {width:571px;float:left;padding-left:20px}
	#main-nav .submenu .right {width:300px;float:left;background:url('../images/dotted.png') repeat-y;padding-left:20px}

	.article_s a {padding:0;font-weight:700;font-family:Arial;font-size:15px}

	#main-nav .article_s {width:270px;height:100px;margin:0 5px 10px 0;float:left}
		#main-nav .article_s img {float:left;margin-right:10px;}
		#main-nav .article_s a {display:table-cell;vertical-align:middle;font-size:15px;font-weight:400;font-family:Arial;padding:0;}
			#main-nav .article_s a:hover {text-decoration:underline !important}

	#main-nav .submenu .center p.top {font:15px 'Proxima_Nova_Regular';margin:10px 0 10px;color:#fff;text-transform:uppercase}

	#main-nav .submenu .right p {font-size:12px}
	#main-nav .submenu .right p.top {color:#fff;margin:20px 0 10px 0}
	#main-nav .submenu .right a {font-size:12px;font-family:Arial;margin-bottom:10px;padding:0;font-weight:700;position:relative;margin-left:10px}
		#main-nav .submenu .right a:hover {text-decoration:underline}


#second-nav {
	clear:both;
	height:34px;margin-top:1px;
	background:url('../images/nav-bg_v2.jpg') repeat-x 0 -90px;
	font-size:14px;font-family:'Proxima_Nova_Regular';color:#215492;
}
#second-nav li {float:left;line-height:34px;}
#second-nav li.last a {padding:0 29px}
#second-nav li.spacer {background-position:-317px 0;width:1px;height:34px;display:block;padding:0;}

#second-nav a {
	text-shadow: 0px 1px 1px #fff;
	font-size:14px;font-family:'Proxima_Nova_Regular';color:#215492;text-decoration:none;
	display:block;padding:0 10px;
}
#second-nav a.hover, #second-nav a:hover, #second-nav a.active {background:#b68b59;color:#fff;text-shadow: 0px 1px 1px #754a0a;}
	#second-nav a:hover .cat-icon-shopping, #second-nav a.active .cat-icon-shopping {background-position:-150px -103px}
	#second-nav a:hover .cat-icon-about, #second-nav a.active .cat-icon-about {background-position:-175px -103px}
	#second-nav a:hover .cat-icon-forum, #second-nav a.active .cat-icon-forum {background-position:-200px -103px}
	#second-nav a:hover .cat-icon-tut-video, #second-nav a.active .cat-icon-tut-video {background-position:-225px -103px}
	#second-nav a:hover .cat-icon-banking, #second-nav a.active .cat-icon-banking {background-position:-250px -103px}
	#second-nav a:hover .cat-icon-contact, #second-nav a.active .cat-icon-contact {background-position:-275px -103px}
	#second-nav a:hover .cat-icon-foto, #second-nav a.active .cat-icon-foto {background-position:-297px -105px}
	#second-nav a:hover .cat-icon-ghid {background-position:-845px -34px}

	#second-nav ul{
		margin-top:0;
	}
	
	.parteneri_incredere{
		display:inline-block;		
	}
	
	#second-nav{
		/* float:right; */
	}
	#second-nav > ul{
	padding-left:0px;
}

	#second-nav > ul > li > a{
		padding-left: 27px;
		padding-right: 27px;
	}
	
	#main-nav li:hover > .submenu{
		display:block !important;
	}
	
.a_center{
	text-align:center;
}
	
@media screen and (-webkit-min-device-pixel-ratio: 0){
	#main-nav li a {
	margin-top: 3px;
	}
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ffffff;
	position: relative;
}

.jspDrag
{
	background: #29abe2;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 7px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background-color: #29abe2;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	
}
.jspArrow.jspArrowUp {
	background-image: url('../images/scroll_arrow_top.png');	
	border-radius: 7px 7px 0 0;
}
.jspArrow.jspArrowDown {
	background-image: url('../images/scroll_arrow_bottom.png');	
	border-radius: 0 0 7px 7px;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background-color: #29abe2;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
