@import 'font-awesome.min.css';
@import 'new.css';
/* @font-face {
	font-family: 'Open Sans';
	src: url('fonts/Open Sans-Regular.eot');
	src: url('fonts/Open Sans-Regular.woff') format('woff'), url('fonts/Open Sans-Regular.ttf') format('truetype'), url('fonts/Open Sans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo700';
	src: url('fonts/MuseoSans_0.eot');
	src: url('fonts/MuseoSans_0.woff') format('woff'), url('fonts/MuseoSans_0.ttf') format('truetype'), url('fonts/MuseoSans_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 */

@font-face {
	font-family: 'MyriadPro';
	src: url('fonts/MyriadPro-Regular.eot');
	src: url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Segoe';
	src: url('fonts/ufonts.com_segoe-script.eot');
	src: url('fonts/ufonts.com_segoe-script.woff') format('woff'), url('fonts/ufonts.com_segoe-script.ttf') format('truetype'), url('fonts/ufonts.com_segoe-script.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Sanchez';
	src: url('fonts/Sanchezregular.eot');
	src: url('fonts/Sanchezregular.woff') format('woff'), url('fonts/Sanchezregular.ttf') format('truetype'), url('fonts/Sanchezregular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




body{
background: rgb(206,205,210); /* Old browsers */

	margin:0px;
	padding:0px;font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
	overflow-x:hidden;}

img{
	border:0px;
}

#bgfundal{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%, rgba(206,205,210,1) 68%, rgba(206,205,210,1) 74%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(21%,rgba(255,255,255,1)), color-stop(68%,rgba(206,205,210,1)), color-stop(74%,rgba(206,205,210,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecdd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

width:100%;
height:800px;
z-index:1;
position:absolute;
top:-100px;
}

#container{
	width:1015px;
	margin:auto;
	z-index:999;
	position:relative;
	overflow:auto;
}

.container{
	width:1015px;
	margin:auto;
	z-index:999;
	position:relative;
	overflow:visible;
}

#header{
	position:relative;
	z-index:999;
	z-index:1;
}

#logo{
	float:left;
	width:264px;
	height:92px;
    padding-left: 24px;
    padding-top: 28px;
}

#asistenta{
	float:right;
	margin-top:98px;
}

#menu{
	background: rgb(44,68,137);/* Old browsers */
	background: -moz-linear-gradient(top,  rgba(44,68,137,1) 18%, rgba(25,46,109,1) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,rgba(44,68,137,1)), color-stop(100%,rgba(25,46,109,1)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,68,137,1) 18%,rgba(25,46,109,1) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,68,137,1) 18%,rgba(25,46,109,1) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,68,137,1) 18%,rgba(25,46,109,1) 100%);/* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,68,137,1) 18%,rgba(25,46,109,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4489', endColorstr='#192e6d',GradientType=0 );/* IE6-9 */
	border:1px solid #475c99;
	border-radius:6px;
	float:right;
	height:48px;
	width:606px;
	position:relative;
	margin-top: 45px;
	z-index:0;
	margin-bottom: 33px;
}

a.menulink{
	float:right;
	height:60px;
	line-height:54px;
	text-align:center;
	text-decoration:none;
	background:url('images/bg_menu.png') no-repeat top right;
	font-weight:normal;
	font-family:Open Sans;
	font-size:15px;
	color:#fff;
	padding-left:18px;
	margin-top:-4px;
	padding-right:22px;
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.menulink:hover{
	color:#fff;
	background:url('images/bg_menuhover.png') no-repeat top center, url('images/bg_menu.png') no-repeat top right;
	
}

.bannercentru{
	font-family:Open Sans;
}

a.menulink.activeBtn{
	color:#fff;
	background:url('images/bg_menuhover.png') no-repeat top center, url('images/bg_menu.png') no-repeat top right;
}

#nr_telefon{
	margin-top:15px;
	background:url('images/nr_telefon.png') no-repeat top center;
	width:139px;
	height:37px;
	float:right;
}

#form_cautare{
	float:right;
	width: 215px;
	height:37px;
	margin-top:15px;
}

#form_cautare .submit2{
	background:url('images/bg_search.png') no-repeat top center;
	width:32px;
	height:22px;
	border:0;
	cursor:pointer;
	text-indent:-1000px;
}

#form_cautare .cautare{
	height:22px;
	border:0;
	width: 155px;
	line-height:22px;
	border-bottom:1px solid #ccc;
	background:none;
	outline:none;
}

#trebuiesa{
	background:url('images/trebuiesa.png') no-repeat top center;
	float:right;
	width:113px;
	height:27px;	
	margin-right: 132px;
	margin-top: 15px;	
}

#subheader{
	background:url('images/bg_subhead.png') no-repeat bottom center;
	padding-top:4px;
	height:312px;
	
}

#subheader2{
	height:230px;
	width:958px;
	position:relative;
	z-index:1;
}

#subheader #slidehead{
	width:334px;
	height:160px;

	float:right;
	margin-right:5px;
	margin-top:25px;
}

.vreau{
	font-size:18px;
	line-height:19px;
	margin-top:15px;
	color:#ef2809;
	text-decoration:none;
	animation:0.3s ease-in-out all;
	margin-top:20px;
	display:block;
	line-height:20px;
	font-weight: 400;
	text-decoration: underline;
}


.vreau:hover{
	color:#000;
}

#content{
	position:relative;
	z-index:999;
	overflow:auto;
	background:#fff;
	border-radius: 10px 10px 10px 0;
	margin-top:-5px;
}

#footer{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%, rgba(206,205,210,1) 68%, rgba(206,205,210,1) 74%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(21%,rgba(255,255,255,1)), color-stop(68%,rgba(206,205,210,1)), color-stop(74%,rgba(206,205,210,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 21%,rgba(206,205,210,1) 68%,rgba(206,205,210,1) 74%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecdd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	width:1015px;
	margin:auto;
	overflow:auto;
}
#footercontent{
	width:800px;
	margin:auto;
	overflow:auto;
	margin-top:40px;
}

#copyright{
	padding:16px;
	background:#e9e8eb;
	border-radius:10px;
	overflow:auto;
	margin-bottom:40px;
	margin-top:15px;
}

#copyright #copy{
	font-size:11px;
	color:#000;
	float:left;
}

#copyright #pixel{
	font-size:11px;
	color:#000;
	float:right;
}

.boxfooter{
	width:200px;
	float:left;
}

.boxfooter h2{
	font-family:Open Sans;
	color:#6E6E72;
}

.linkfooter{
	font-size:14px;
	color:#888888;
	padding-left:5px;
	text-decoration:none;
	display:block;
	line-height:27px;
}

.linkfooter:hover{
	color:#000;
}

#parteneri{
	margin-top:50px;
}
.partener{
	margin-right:23px;
}
.partener img
{
	max-height:30px;
	-webkit-transition: 0.3s ;
	-moz-transition: 0.3s ;
	-ms-transition: 0.3s ;
	-o-transition: 0.3s ;
	transition:  0.3s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

.partener img:hover
{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

#banner{
	position:relative;
	z-index:999;
	margin-bottom:15px;
}
#location a{
	text-decoration:none;
	color:#000;
}

#leftcol{
	width:221px;
	float:left;
	background: #fff ;
	border-radius: 10px 0 0 0;
	padding-right: 24px;
	/* background: #fff; */
}

#rightcol{
	width: 770px;
	float:right;
	border-radius:10px;
}

.index{
	font-size:14px;
	letter-spacing:0.3px;
	line-height:23px;
}

.index ul{
	list-style:none;
	padding-left:0;
}

.index ul li{
  padding-left: 43px;
  background: url('images/bg_list_index.png') no-repeat top left;
  line-height: 28px;
  margin-bottom: 15px;
}

.catindex{
	float:left;
	margin-right: 46px;
	cursor:pointer;
	opacity:0.8;
	transition:0.4s ease-in-out all;
}

.catindex:hover{
	opacity:1;
}

.catindex:nth-child(4n+1){
	margin-right:0;
}

.catindex h2, .catindex h3{
	font-family:Open Sans;
	margin-bottom:0;
	margin-top:8px;
	padding-bottom:2px;
	font-weight:300;
	text-align:center;
}

.catindex h3{
	margin-top:0;
	margin-bottom:15px;
}


.catindex img{
	border:1px solid #e7e9ef;
	border-radius:15px;
}

#cautare{
	margin-top:12px;
	background:#fff;
}

#cauta{
	margin-top:7px;
	margin-right:4px;
	background:url('images/bg_search.png') no-repeat top left;
	width:217px;
	height:29px;
	float:right;
}

#slider{
	margin-bottom:15px;
}


#sageata_stanga{
	position:absolute;
	bottom:80px;
	left:5px;
	z-index:999;
	background:url('images/sageata_stanga.png') no-repeat top center;
	width:26px;
	height:27px;
	cursor:pointer;
}

#sageata_dreapta{
	position:absolute;
	bottom:80px;
	right:5px;
	z-index:999;
	background:url('images/sageata_dreapta.png') no-repeat top center;
	width:26px;
	height:27px;
	cursor:pointer;
}

.catalog{
	margin:15px;
	padding:10px;
	border:1px solid #ccc;
}

.catalog_img{
	float:left;
	border:1px solid #024e7f;
	padding:5px;
	margin:5px;
}

.catalog_info{
	float:left;
	margin-left:20px;
	font-size:12px;
}

.catalog_info a{
	line-height:18px;
	text-decoration:none;
	color:#000;
}


.cauta_form{
	background:none;
	float:left;
	border:0px;
	width:162px;
	height:29px;
	margin-top:0px;
	margin-left:10px;
	line-height:29px;
	color:#b3b3b3;
	font-size:12px;
}

.cauta_button{
	background:url('images/bg_input_search.png') no-repeat top right;
	float:right;
	margin-top:3px;
	margin-right:3px;
	width:25px;
	height:23px;
	border:0;
	cursor:pointer;
}

.homeboxtitle{
	font-size:21px;
	line-height:28px;
	color:#2b2b2b;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:10px;
	margin:5px 5px 10px 0px;
	width:380px;
	float:left;
	font-family:MyriadPro;
}

.inputsubmit{
	background:url('images/search_but.png') no-repeat top right;
	float:right;
	border:0px;
	width:31px;
	height:26px;
	cursor:pointer;
	margin-right:3px;
}

.inputsearch{
	float:left;
	width:184px;
	border:0px;
	height:23px;
	line-height:23px;
	border:1px solid #ccc;
	border-right:0px;
}

.green{
	color:#67a817;
}

.top_rightcol{
	font-family: Open Sans;
	height:40px;
	line-height:40px;
	color: #000;
	font-size: 25px;
	position:relative;
	/* border-bottom:1px dotted #F77F0A; */
	font-weight: 400;
}

.last{margin-right:0!important;}

.box_index{
	height: 340px;
	width: 234px;
	float:left;
	/* margin-right:28px; */
	/* margin-top:28px; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	/* border-radius:6px; */
	padding:5px;
	border:1px solid #ccc;
	border-right: 0;
	border-top: 0;
	box-shadow:inset -6px -6px 20px 1px rgba(0,0,0,0.1);
	text-align: center;
}
.box_index:hover{
	background:#E0E0E0  no-repeat bottom center;
}

.box_index:nth-child(3n+2){
	border-right:1px solid #ccc;
}

.box_index img{
	width: 180px;
	height: 210px;
	margin-top: 15px;
}

.box_index:hover img{
	opacity:1;
}

.titlubox{
	/* float:left; */
	font-weight: 600;
	height: 25px;
	margin-top: 18px;
}

.pretbox{
	color:#003167;
	line-height:17px;
	font-size:17px;
		-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	font-family: Trebuchet MS;
	display:block;
	clear:both;
}

.pretbox span{
	font-size:40px;
	font-weight: 600;
	letter-spacing: -2px;
}
.comandabox{
	/* float:right; */
	/* width:20px; */
	/* height:20px; */
	/* margin-right:20px; */
	/* margin-top:7px; */
}

.comandabox img{
	width: 180px;
	height: 37px;
}

.descbox{
	font-size:13px;
	margin-top:5px;
}

.leftlike{
	position:fixed; left:0; top:378px; background:#02315a; width:50px; height:62px; border-radius:0 4px 4px 0; z-index:999; padding:5px;
		-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;		
}
.leftlike:hover{
	background:#0470D0;
}

.box_head{
	width:210px;
	height: 113px;
	line-height: 20px;
	/* text-transform:uppercase; */
	font-size: 18px;
	/* font-weight:bold; */
	padding-left:10px;
	color:#000;
	font-family:Open Sans;
	letter-spacing:-1px;
	position: absolute;
	bottom: 0;
}

.box_content img{
	margin-bottom:4px;
}

.box_content{
	padding:9px;
	font-size:13px;
	padding-bottom:3px;
	line-height:17px;
	position: absolute;
	bottom: -285px;
	padding-bottom: 70px;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all .3s ease-out .1s;
	-moz-transition: all .3s ease-out .1s;
	-o-transition: all .3s ease-out .1s;
	-ms-transition: all .3s ease-out .1s;
	transition: all .3s ease-out .1s;
}

.box_content a{
	display:block;
	font-weight:bold;
	color:#235F83;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:10px;
}

.box_content a:hover{
	color:#EE6C0D;
}

.box_index:hover > .box_content{
	bottom:0px;
}

.homebox{
	background: url('images/bg_homebox.png') repeat-x top center;
	border:1px solid #d9d9d9;
	font-size:13px;
	border-top:0px;
	padding:20px;
	line-height:22px;
	height:270px;
	font-family:Arial;	
}

.content_rightcol{
	background:#ffffff;
	padding:5px;
	min-height:460px;
	font-family:arial;
	font-size:12px;
	line-height:18px;
}

.tabcontainer{
	width:100%;
	height:40px;
	z-index:999;
	position:relative;
}

.tabcontainer .tab{
	background:#D8D8D8;
	float:left;
	padding-right:15px;
	color:#000;
	line-height:40px;
	margin-right:1px;
	border-bottom:1px solid #dbdcd5;
	border-radius: 4px 4px 0 0;
}

.tabcontainer .tab .icon-left{
  width: 32px;
  height: 29px;
  text-align: center;
  padding-top: 7px;
  float: left;
}

.tabcontainer .tab:hover{
	
	cursor:pointer;
	background:#BDBDBD 
}


.tabcontainer .tab.active{
	border-bottom:1px solid #fff;
	color:#fff;
	background:#003167;
	cursor:default;
}

.tabcontents{

	width:700px;
	padding-right:10px;
	margin-top:-1px; 
	min-height:220px;
	float:left;
	font-size:13px;
	border:1px solid #dbdcd5;
	border-radius: 4px 4px 0 0;
	padding-left:10px;
	z-index:1;
	position:relative;
}

.tabcontents ul{ list-style:none; padding-left:0;}
.tabcontents ul li{background:url('images/checked.gif') no-repeat 4px 1px; padding-left:30px; margin-bottom:5px;}

.tabtitle{
	color:#000;
	font-family:Open Sans;
	font-weight:bold;
	margin-top:10px;
}

.tabs{
	display:none;
}
.tabs:first-child{
	display:block;
}

.pozasus{
	float:left;
	margin:5px; 
	position:absolute;
	opacity:0; 
	left:-350px;
	width:220px;
	height:215px;

}

.pozasus img{
	max-width:220px;
	max-height:215px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.titlusus{
	margin-top:10px;
	font-weight:bold;
	position:absolute; 
	width:565px; 
	top:15px; 
	left:280px; 
	color:#000; 
	z-index:30; 
	font-family:Open Sans;
	font-weight:bold; 
	opacity:0;
	font-size:40px;
}

.continutsus{
	position:absolute; 
	width:700px; 
	top:60px; 
	left:280px; 
	color:#000; 
	z-index:30; 
	font-size:20px; 
	font-family:Open Sans;
	margin-top:20px;
	opacity:0;
}


.boxmenu{
	margin-bottom:15px;
	margin-left:20px;
	clear:both;
	display:block;
}
.boxmenucont{
	border:1px solid #cccccc;
	border-top:0;
}

.first{
	margin-top:15px;
}

.imgOpa
    {
        opacity:1;
        filter:alpha(opacity=100);
        display:block;
        width:153px;
        height:87px;
        border:1px solid #d6d6d6;
    }


 #searchsus{
 	float:right;
 }

 #searchform{
 	height:25px;
 	line-height:25px;
 	width:200px;
 	-webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }

 #searchform:hover, #searchform:active{
 	width:250px;
 }



a.contact:hover{
	background: url('images/bg_contact_glow.png') no-repeat top center;
}

a.home:hover{
	background: url('images/bg_home_glow.png') no-repeat top left;
}

a.noborder{
	border:0px;
}
a.nohover:hover{
	background:none;
}

.productinfo{
	width: 476px;
	float:left;
	margin-left: 13px;
}

.proddesc{
	height: 49px;
	padding-bottom: 8px;
	/* border-bottom: 1px dotted #F77F0A; */
	font-size: 13px;
	/* margin-bottom: 15px; */
	font-family: "Open Sans",Helvetica,sans-serif;
	line-height: 15px;
	text-indent: 0;
}

.prodpret{
	color:#000;
	font-family:Trebuchet MS;
	font-size:27px;
	line-height:27px;
	margin-top:22px;
}

.prodbox{
	background:#fff;
	border:1px solid #e7e7e7;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	width:210px;
	height:245px;
	float:left;
	margin:5px 8px 10px 8px;
}

.prodpicture{
	height:199px;
}

.prodtitle{
	min-height:40px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.prodphoto{
	height:127px;
	margin:6px;
	text-align:center;
	border:1px solid #010201;
}


.proddetails{
	height:20px;
	text-align:center;
	font-size:11px;
	display:none;
}

.prodprice{
	height:40px;
}

.pprice{
	font-size:11px;
	float:left;
	margin-top:14px;
	margin-left:10px;
}

.butcmd{
	float:right;
	margin-top:5px;
}

.first{
	/*margin-top:-34px;*/
}

a.butcomanda{
	background: url('images/but_comanda.png') no-repeat top center;
	display:block;
	height:35px;
	width:106px;
	cursor:pointer;
	text-decoration:none;
}

a.butcomanda:hover{
	background: url('images/but_comanda_hover.png') no-repeat top center;
}

.box_center{
	/* background:url('images/box_center.jpg') no-repeat top center; */
	width:312px;
	height: 134px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

.box_center h2{
	font-family:Open Sans;
	font-size: 35px;
	font-weight: 400;
	margin-top: 19px;
	margin-bottom: 8px;
	float:left;
}

.box_center h2 span{
	display:block;
	font-size: 19px;
}

.box_center .boxlink{
	/* background: url('images/bg_boxlink.png') no-repeat top left; */
	color: #1551b9;
	font-weight: 400;
	text-decoration: underline;
	font-size:12px;
	text-decoration: underline;
	display:block;
	width:140px;
	float:left;
	padding-left: 112px;
}

.box_image_center{
	margin-top:15px;
	float:left;
	margin-right:35px;
}

h2.category{
	background:#003167;
	font-weight:bold;
	font-size:13px;
	height:35px;
	line-height:35px;
	color:#fff;
	text-transform:uppercase;
	padding-left:20px;
	margin:0px;
	font-family:Open Sans;
}


h2.category1{
	background:#003167;
	font-family:Open Sans;
	font-size:16px;
	height:45px;
	line-height:45px;
	color:#fff;
	padding-left:20px;
	border-radius:4px 4px 0 0;
	margin:0px;
	display: none;
}

.iconcat{
	width: 37px;
	height: 23px;
	padding-top:8px;
	line-height:40px;
	text-align:center;
	float:left;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

h2.category2{
	background:#003167;
	font-family:Open Sans;
	font-size:16px;
	height:45px;
	line-height:45px;
	color:#fff;
	padding-left:20px;
	margin:0px;
}

h2.bluearrow{
	background: url('images/arrow_down_blue.png') no-repeat 3px 18px;
}

ul.submenu{
	display:none;
	color:#000;
	font-size:13px;
	margin-top:10px;
	margin-bottom:5px;
	font:normal 13px Arial;
	list-style:none;
	/* padding-left:54px; */
	padding: 0;
	margin: 0;
}


ul.submenu li{
	/* min-height:25px; */
}
ul.submenu li a{
	line-height:20px;
	text-decoration:none;
	font-size: 13px;
	color:#000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 29px;
	line-height: 29px;
	display: block;
	border-bottom: 1px solid #CCC;
	padding-left: 37px;
}
ul.submenu li a:hover{
	color:#ef2809;
}

.menuleft{
	min-height: 34px;
	padding-left:5px;
	background: #fff;
	border-bottom:1px solid #ccc;
	padding-bottom: 5px;
}


.menuleft a{
	padding-top: 9px;
	display:block;
	text-decoration:none;
	color: #212121;
	font: normal 13px Open Sans;
}

.menuleft a:hover{
	font-weight:bold;
	letter-spacing:-0.5px;
}


.submenu a{
	font:normal 11px Lucida Sans Unicode;
}
.submenu .active_btn{
	color:#F77F0A;
	font:normal;

}



.titleprod{
	font-family:Arial;
	font-size:20px;
	margin-top:2px;
	margin-bottom:5px;
}

.prodpage{
	background:#fff;
	font:normal 13px Arial;
	border-bottom:0px;
	border-top:0px;
}

.prodphotos{
	width:255px;
	float:left;
}

.prodspecs{
	width:370px;
	float:right;
}

.mainphoto{
	width:200px;
	padding:20px;
	height:200px;
	border:1px solid #c9c9c9;
	margin:3px;
}

.miniphoto{
	width:55px;
	padding:10px;
	height:55px;
	border:1px solid #c9c9c9;
	margin:3px;
	float:left;
}

.tip{
	font-size:11px;
	margin-top:10px;
}

.informatii{
	background:url('images/infoicon.png') no-repeat 0px 0px;
	line-height:24px;
	height:24px;
	font-size:14px;
	padding-left:28px;
}

.descriere{
	line-height:17px;
	margin-top:5px;
}

.pret{
	margin-top:20px;
	color:#074590;
	font-size:20px;
}


.inputspec{
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
    margin: 10px 5px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	margin:auto;
	margin-bottom:5px;
	cursor:pointer;
}

.info {
    color: #00529B;
    background-color: #bbd8e6;
    background-image: url('images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}

.eroare{
	font-weight:bold;
	color:#ff0000;
}

div.pagination {	
	padding: 0 2px 0;	
	margin: 0 2px 0;
	float:right;
	}
div.pagination a {	
	padding: 0 4px 0;	
	color:#000;
	margin: 1px;	
	border-right: 1px solid #000;		
	text-decoration: none; /* no underline */	
	}
div.pagination a:hover, div.pagination a:active {	
	color: #00a2ff;
	text-decoration:none;
	border-right:1px solid #000;
	}
div.pagination span.current {	
	padding: 1px 5px 1px 3px;	
	margin: 1px;						
	font-weight: bold;		
	border-right:1px solid #000;
	color: #005281;	
	}	
	
div.pagination span.disabled {		
	padding: 1px 2px 1px 2px;		
	margin: 1px;				
	color: #000;
		border-right:0;
	}
	
.poza{
	float:left;
	margin:8px;
	padding:3px;
	border:1px solid #ccc;
	
}	

.juridica{
	display:none;
}

.bg{
	background:#f7f7f7;
}

.floatbar{
	position:fixed;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	bottom:0px;
	background:url('images/bgfloat.png');
	color:#fff;
	z-index:999;
}



		
.slidecontainer{
	position:relative;
	width:950px;
	height:180px;
	overflow:hidden;
	z-index:1;
	padding:5px;
	background:#1a3a58 url('images/slidebg.png') no-repeat 5px 5px;
}

#pagination{
	display:none;
	position:absolute;
	left:30px;
	bottom:10px;
	z-index:999;
}

#pagination a {
	display:none;
	background: url('images/bg_pagination.png') no-repeat top center;
	width:20px;
	height:20px;
	display:block;
	float:left;
	text-align:center;
	line-height:20px;
	color:#fff;
	z-index:999;
	text-decoration:none;
	margin:2px;
}

#pagination a.active{
	display:none;
	background: url('images/bg_pagination_current.png') no-repeat top center;	
}



.vezi_articole_btn{display:block;width:100px;height:26px;background:url('images/vezi_articole_btn.png') no-repeat 0 0;}




#slideG{
	position:relative;
}	

	
#slideG .pagination {
	width:60px;
	height:12px;
	position:absolute;
	right:0;
	bottom:10px;
	z-index:999;
}

#slideG .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#slideG .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/slide/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#slideG .pagination li.current a {
	background-position:0 -12px;
}




#contactFormT{float:right;position:relative;background:#fff;}
#contactFormT p{position:absolute;bottom:10px;right:20px;}


.numeT input, .telefonT input, .emailT input{background:#f4f6f7;border:0;padding:3px;}

#textareaT textarea{
	width:235px;
	height:151px;
	padding:5px;
	font:normal 11px Arial;
	border:0;
	background:#f4f6f7;
}

#sendBtnT{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	width:95px;
	height:26px;
	background-image:url(images/form_11.png);
	border:0;
}

.detalii_btn{
display:block;
width:px;
height:px;
background-image:url(http://pentamedia.ro/imagini/img_detalii.png);
}


.f2{
	height:73px; 
	width:75px; 
	margin-left:105px;
	float:left;
}
.f2:hover{background:url('images/f2.jpg') no-repeat top center;}

.f4{
	height:73px; 
	width:75px; 
	margin-left:268px;
	float:left;	
}
.f4:hover{background:url('images/f4.jpg') no-repeat top center;}

.f6{
	height:73px; 
	width:75px; 
	margin-left:255px;
	float:left;	
}
.f6:hover{background:url('images/f6.jpg') no-repeat top center;}



.box_footer{
  min-height: 250px;
  width: 1015px;
  margin: auto;
  margin-top: 35px;
}


.boxtop{
	background:url('images/headerbottom.png') no-repeat top center;
	height:61px;
	z-index:999;
	  position: relative;
}

.boxtop .icon1{
	position:absolute;
	left:38px;
	top:15px;
	width:40px;
	height:40px;
}

.boxtop .icon2{
	position:absolute;
	right:265px;
	top:15px;
	width:40px;
	height:40px;
}

.boxcontent{
	background:#fff;
	min-height:170px;
	margin-top:-6px;
	z-index:1;
	position: relative;
	padding:22px;
	overflow:auto;
}

#galerie{
	width:650px;
	min-height:40px;
	float:left;
}

.galindex{
	width:190px;
	height:146px;
	margin-right:18px;
	border:3px solid #eee;
	border-radius:1px;
}

.galindex:nth-child(3n+3){
	margin-right:0;
}

.galindex:hover{
	border:3px solid #191b7a;
}

#stiri{
	width:650px;
	min-height:40px;
	float:left;
}



#stiri .stire{
	height: 126px;
	background:#fcfcfc;
	background-image:url('images/bg_stire.png');
	background-repeat: no-repeat;
	background-position: top left;
	border:1px solid #e6e6e8;
	margin-bottom:20px;
	padding-left: 100px;
	padding-top: 7px;
}

#stiri .stire h2{
	font-size:20px;
	width:500px;
	font-family:Open Sans;
	background:none;
	padding-left:0;
}

#stiri .stire .contentstire{
	line-height:20px;
	width:500px;
	font-family:arial;
	font-size:12px;
}

#stiri .stire .view{
	width:25px;
	background:url('images/sageata_stire.png') no-repeat 8px 55px;
	border-left:1px solid #ebeaed;
	float:right;
	display:block;
	height: 133px;
	margin-top:-7px;
	cursor:pointer;
}

#stiri .stire .view:hover{
		background:#272c77 url('images/sageata_stire.png') no-repeat 8px 55px;
}
.facebook{
	float:right;
	width:300px;
	min-height:40px;
}


.linksageata{
	background:url('images/linksageata.png') no-repeat top left;
	display:inline-block;
	height:20px;
	line-height:20px;
	padding-left:40px;
	font-size:13px;
	color:#818181;
	text-decoration:none;
}

.linksageata:hover{
	color:#000;
}

.fontbun{
	font-family:Open Sans;
	font-size:28px;
}

.inputtext{
	height:45px;
	line-height:45px;
	width:185px;
	padding-left:10px;
	border:0;
	border-left:1px solid #b0b0b0;
	border-top:1px solid #898989;
	font-size:15px;
	font-family:arial;
	float:left;
	margin-right: 28px;
	outline:none;
	background-image:url(images/icon_cform1.png);
	background-repeat:no-repeat;
	background-position:165px 11px;
}

#durata{
	width:420px;
	margin-right:27px;
	height:45px;
	border:0;
	border-left:1px solid #b0b0b0;
	border-top:1px solid #898989;
	float:left;
}

.inputtext:nth-child(3n+3){
	margin-right:0;
}

.contactsocial{
	display:block;
	float:left;
	margin-right:10px;
	border-radius:6px;
	background:#f2f2f2;
	padding:3px 6px;
	font-size:12px;
	text-decoration:none;
	color:#000;
	width:150px;
}

.contactsocial:hover{
	background:#C8C8C8;	
}

.contactsocial img{
	vertical-align:middle;
	margin-right:15px;
}


#mycarousel {
	list-style:none;
}

#mycarousel li{
width: 225px;
  height: 412px;
  background: url('images/box_index.png') no-repeat top left;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}

.arrow_left{
	background:url('images/arrow_left.png') no-repeat top center;
	width:22px;
	height:37px;
	position:absolute;
	left:-30px;
	top:30%;
	z-index:999;
	cursor:pointer;
}

.arrow_right{
	background:url('images/arrow_right.png') no-repeat top center;
	width:22px;
	height:37px;
	position:absolute;
	right:-30px;
	top:30%;
	z-index:999;
	cursor:pointer;	
}














/*product block*/
.product {
	position: relative;
	margin-top: 10px;
	margin-bottom:20px;
	border-radius: 8px;
	background:#fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product a {
	text-decoration:none;
}
.product a:hover {
	text-decoration: underline;
}
.product .product-image-wrapper {
	padding: 5px 5px 0 5px;
	text-align: center;
	cursor: pointer;
	z-index:350;
}
.product .product-image-wrapper .roll_over_img {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}
.big_without_description .product,
.product-listing .product {
	margin-top: 10px;
	margin-bottom:5px;
	border-radius: 0;
	box-shadow:  none;
}
.big_without_description .product .product-image-wrapper,
.product-listing .product .product-image-wrapper {
	padding: 5px;
	border-radius: 8px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product .product-image-wrapper img {
	float:none;
	margin: 0 auto;
}
.product .product-price, .product .product-price-regular, .preview .product-price, .preview .product-price-regular {
	float: left;
}
.product .product-price-regular, .preview .product-price-regular {
	color:#ff0000;
}
.product .product-price, .preview .product-price{
    font-size: 16px;
    font-family: arial
}
.product .product-price .new, .preview .product-price .new{
    font:20px/22px Arial, Helvetica, sans-serif;

}


.product .product-price span.old, .product .product-price-regular span.old, .preview .product-price span.old, .preview .product-price-regular span.old {
	color:#000;
	text-decoration:line-through;
	font-size:12px;
	line-height:25px;
    padding-right: 5px
}
.product .product-price span.new, .preview .product-price span.new {
	color:#ff0000;
}
.product .product-tocart, .preview .product-tocart {
	float: right;
	text-align: right;
	height:27px;
}
.product .product-tocart a, .preview .product-tocart a {
	font-size: 20px;
	line-height: 25px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
.product .product-tocart a:hover, .preview .product-tocart a:hover {
	font-size:25px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
.product .product-link, .preview .product-link {
	margin-top: 5px;
	line-height:15px;
}
.product .product-name, .preview .product-name {
	margin-top: 10px;
	margin-bottom: 7px;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.product .wrapper-hover {
	padding:3px 14px 12px 14px;
}
.preview .wrapper-hover {
	padding:3px 9px 12px 9px;
}
.preview.small .wrapper-hover {
    padding: 3px 0 12px
}
.small_with_description .product .wrapper-hover {
	padding:2px 5px;
}
.product .product_label {
	position:absolute;
	top:0;
	right:0;
	z-index:101;
}
.style2 .image-wrapper {
	margin:0 4px;
}
.style2 .image-wrapper img {
	margin-bottom:65px;
}

/*product hover preview*/
.preview {
	position:absolute;
	z-index:4000;
	top:0;
	left:0;
	display:none;
	float:left;
	text-align:left;
	padding:5px 5px 10px 5px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow:  0 0 46px 12px rgba(0, 0, 0, 0.1);

    _box-shadow: 0 0 4px rgba(0, 0, 0, 0.27)
}

.preview .product-name{
	font-family:Open Sans;
	font-weight:bold;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
}

.preview .text{
	font-family:Arial;
	font-size:12px;
	line-height:16px;
}

.preview .col-1 {
	width: 50px;
    min-height:100px;
	margin-right: 12px;float: left;
}
.preview .col-1 a{
    cursor: pointer
}

.preview .col-2 {
	width: 240px;
	float: left;
}
.preview .col-1 img {
	margin-bottom:5px;
}
.preview .col-1 img {
	margin-bottom:5px;
}
.preview.small {
	padding-bottom:5px;
}
.preview.small .col-1 {
	width:53px;
	padding-right:4px;
}
.preview.small .col-2 {
	width:160px;
}
.preview.small .padding {
	padding: 8px 3px 0;
}
.preview .preview_top {
	overflow:hidden;
}
.preview .preview_bot {
	padding:0;
}
.preview.small .preview_bot {
	margin-top: 0;
	padding:8px 0 12px 55px;
}
.preview.small img {
	margin-bottom:4px;
	margin-left: 1px;
}
.preview .big_image {
	text-align: center;
}
.preview.small .big_image {
	left:62px;
}
.icon {
	float:left;
	width:30px;
}
.txt {
	margin-bottom: 10px;
	margin-left: 30px;
}
.twit {
	overflow:hidden;
	margin-bottom:10px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}


.bx2title{
	font-family:Open Sans;
	font-size:26px;
	color:#fff;
	margin-top:15px;
	padding-left:5px;
}

.bx2title span{
	display:block;
	color:#fff;
	font-size:20px;
}

.bx2photo{
	margin-left:-10px;
	margin-top:13px;
}

.bx2desc{
	line-height:22px;
	color:#fff;
	margin-top:10px;
	width:90%;
	font-size:14px;
	font-family:arial;
	height:138px;
}

.bx2link a{
	line-height:17px;
	color:#414151;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}

.bx2link{
	text-align:center;
}

.calc{
	height:28px;
	line-height:28px;
	width:43px;
	padding:3px 0;
	-webkit-box-shadow:inset 1px 1px 10px 4px rgba(0,0,0,0.1);
	box-shadow:inset 1px 1px 10px 4px rgba(0,0,0,0.1);	
	text-align:center;
	border:0;
	outline:none;
	margin-left:10px; 
	margin-bottom:5px;
}

.pretcalc{
	margin-left: 67px;
 	margin-top: 10px;
  	margin-bottom: 10px;
	width:160px;
	height:41px;
	line-height:41px;
	color:#fff;
	border-radius:9px;
	padding:5px;
	font-size:16px;
	padding-left:10px;
background: rgb(156,156,156); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(156,156,156,1) 0%, rgba(91,91,91,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,156,156,1)), color-stop(100%,rgba(91,91,91,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(156,156,156,1) 0%,rgba(91,91,91,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(156,156,156,1) 0%,rgba(91,91,91,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(156,156,156,1) 0%,rgba(91,91,91,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(156,156,156,1) 0%,rgba(91,91,91,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
	float:left;
}

.pretcalc input{
	width:62px;
	height:33px;
	border-radius:9px;
	border:0;
	color:#4F5144;
	outline:none;
	font-weight:bold;
	text-align:center;
}

#discount{
	font-size:16px;
	color:#ff0000;
	float:left;
	line-height:72px;
	font-weight:bold;
	margin-left:20px;
}

#topbar{
	background:#1c3272;
	height:50px;
	position:relative;
	font-family: Open Sans;
	color:#fff;
	line-height:50px;
	font-size:16px;
	border-bottom:1px solid #fff;
	overflow:visible;
	z-index: 1000;
}

.topphone{float:left; width:350px;}
.topsearch{width: 265px;margin-top: 10px;float:left; margin-right:65px;}
.arrowleft{
	float:right;
	margin-top: 8px;
}

.cautare{
	height:28px;
	float:right;
	border: none;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width:155px;
	outline:none;
	font-size:12px;
}

.cautare:focus{
	width:185px;
}

.butsearch{
	float:right;
	display:block;
	background:#ef2809;
	width: 33px;
	height: 30px;
	color:#fff;
	border: 4px solid #fff;
	cursor:pointer;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.butsearch:hover{
	background:#1c3272;
}

.topcont{
	width: 159px;
	float: left;
	margin-left: 24px;
}

.topcos{
	width: 144px;
	float: right;
	position:relative;
}

.topcos:hover, .topcont:hover{
	color:#CCCCCC;
}

.bilacos{
	width: 15px;
	height: 15px;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	position:absolute;
	left: 15px;
	top: 7px;
	background:#ff0000;
	color:#fff;
	font-size: 9px;
	text-align:center;
	line-height: 15px;
}


.clear{
	clear:both;
}

.eroare{
	color:#E20707!important;
}

.formerr{
	border: 1px solid #FFADAD!important;
	-webkit-box-shadow: 0 0 2px 1px #E20707;
	box-shadow: 0 0 2px 1px #FFB9B9;
	background: #FFF5F5;
}

.formok{
	border:1px solid #009E1E!important;
-webkit-box-shadow: 0 0 2px 1px #009E1E;
box-shadow: 0 0 2px 1px #009E1E;	
}