/*
 * Components CSS - v4 - 2016-07-08
 * https://www.myresponsee.com
 * Copyright 2016, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
/* Tabs */
.tab-item {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 1.25rem 0;
}
.tab-item.tab-active {
  display: block;
}
.tab-content > .tab-label {
  display: none;
}
.tab-nav > .tab-label {
  float:left;
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  margin-right: 1px;
  padding: 0.625rem 1.25rem;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
a.tab-label:hover,a.tab-label.active-btn {
  background: none repeat scroll 0 0 #999;
}
.tab-label.active-btn {
  cursor: default;
}
.tab-content {
  text-align: left;
}
@media screen and (max-width:768px) {    
  .tab-nav > .tab-label {
    margin: 0.5px 0;
    width: 100%;
  }
}
/* Custom forms */
form.customform input, form.customform select, form.customform textarea, form.customform button {
 font-size:0.9rem;
 font-family:inherit;
 margin-bottom:1.25rem;
} 
form.customform input, form.customform select {height: 2.7rem;}
form.customform input, form.customform textarea, form.customform select { 
 background: none repeat scroll 0 0 #F5F5F5;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {background: none repeat scroll 0 0 #fff;}
form.customform input, form.customform textarea, form.customform select {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625rem;
 width: 100%;
}
form.customform input[type="file"] {
 border: 1px solid #E0E0E0;
 height: auto;
 max-height: 2.7rem;
 min-height: 2.7rem;
 padding: 0.4rem;
 width: 100%;
}
form.customform input[type="radio"], form.customform input[type="checkbox"] {
 margin-right: 0.625rem;
 width:auto;
 padding:0;
 height:auto;
}
form.customform option {padding: 0.625rem;}
form.customform select[multiple="multiple"] {height: auto;}
form.customform button {
 width: 100%;
 background: none repeat scroll 0 0 #152732;
 border: 0 none;
 color: #fff;
 height: 2.7rem;
 padding: 0.625rem;
 cursor:pointer;
 width: 100%;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
/* Tooltip */
a.tooltip-container,.tooltip-container {
  border-bottom:1px dotted;
  border-bottom-color: color;
  cursor: help;
  font-weight: 600;
}
a .tooltip-content,.tooltip-content {
  background: #152732 none repeat scroll 0 0;
  color: #fff!important;
  border-radius: 3px;
  display: none;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.3rem;
  margin-top: -1.25rem;
  max-width: 300px;
  padding: 0.625rem;
  position: absolute;
  z-index: 10;
}
.tooltip-content::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 7px solid #152732;
  bottom: -5px;
  clear: both;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
a.tooltip-content.tooltip-bottom,.tooltip-content.tooltip-bottom {
  margin-top: 1.25rem;
}
.tooltip-content.tooltip-bottom::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #152732;
  top: -5px;
}
/* Buttons */
/*
.button,a.button,a.button:link,a.button:active,a.button:visited {
  background: #777 none repeat scroll 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85rem;
  padding: 0.825rem 1rem;
  text-align: center;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.button.rounded-btn {
  border-radius: 4px;
}
.button.rounded-full-btn {
  border-radius: 100px;
}
.button:hover {box-shadow: 0 0 10px 100px rgba(255,255,255,0.15) inset;}
.button.secondary-btn,a.button.secondary-btn,a.button.secondary-btn:link,a.button.secondary-btn:active,a.button.secondary-btn:visited {
  background: #444 none repeat scroll 0 0;
}
.button.cancel-btn,a.button.cancel-btn,a.button.cancel-btn:link,a.button.cancel-btn:active,a.button.cancel-btn:visited {
  background: #dc003a none repeat scroll 0 0;
}
.button.submit-btn,a.button.submit-btn,a.button.submit-btn:link,a.button.submit-btn:active,a.button.submit-btn:visited {
  background: #b4bf04 none repeat scroll 0 0;
}
.button.reload-btn,a.button.reload-btn,a.button.reload-btn:link,a.button.reload-btn:active,a.button.reload-btn:visited {
  background: #ff9800 none repeat scroll 0 0;
}
.button.disabled-btn {
  cursor: not-allowed!important;
  opacity: 0.2;
}
.button i {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border-radius: 27px;
  color: #fff!important;
  display: inline-block;
  font-size: 0.8rem;
  height: 27px;
  line-height: 27px;
  margin-right: 5px;
  width: 27px;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.button:hover > i {
  background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
}
*/
/* adaugate din cel vechi */

.btn4 {
  background: #d7dadb;
  background-image: -webkit-linear-gradient(top, #d7dadb, #b3b4b5);
  background-image: -moz-linear-gradient(top, #d7dadb, #b3b4b5);
  background-image: -ms-linear-gradient(top, #d7dadb, #b3b4b5);
  background-image: -o-linear-gradient(top, #d7dadb, #b3b4b5);
  background-image: linear-gradient(to bottom, #d7dadb, #b3b4b5);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 2px 8px #666666;
  -moz-box-shadow: 0px 2px 8px #666666;
  box-shadow: 0px 2px 8px #666666;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 14px;
  padding: 2px 10px 4px 12px;
  text-decoration: none;
}

.btn4:hover {
  background: #949596;
  background-image: -webkit-linear-gradient(top, #949596, #e6e9eb);
  background-image: -moz-linear-gradient(top, #949596, #e6e9eb);
  background-image: -ms-linear-gradient(top, #949596, #e6e9eb);
  background-image: -o-linear-gradient(top, #949596, #e6e9eb);
  background-image: linear-gradient(to bottom, #949596, #e6e9eb);
  text-decoration: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
}
.btn4:link{
	  text-decoration: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
}


#featured{
	width:550px;
	padding-left:250px;
	position:relative;
	border:5px solid #ccc;
	height:360px;
	background:#fff;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0; left:0px;
	list-style:none;
	padding:0;	margin:0;
	width:250px;
	height: 360px;
}
#featured ul.ui-tabs-nav li{ 
	padding:0px 0; padding-right:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:right; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
	font-size:12px;
	font-family:Verdana;
	line-height:18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:71px;
	color:#333;
	background:#fff;
	line-height:20px;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#f2f2f2;
	padding-left: 10px;
	
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item-r.png') top right no-repeat;  
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#ccc;
	padding-left: 10px;
	
}
#featured .ui-tabs-panel{ 
	width:550px; height:360px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:0px;
	left:0;
	height:90px;
	width:550px;
	background: url('../images/transparent-bg.png');
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
	text-align: left;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
	text-align: left;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}



#item .info{
	position:absolute;
	top:0px;
	left:0;
	height:90px;
	width:550px;
	background: url('../images/transparent-bg.png');
}
#item .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
	text-align: left;
}
#item .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
	text-align: left;
}
#item .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#item .info a:hover{ 
	text-decoration:underline; 
}

.imgmao {
  border:0;
  display:inline; 
  height:auto;
  max-width:100%;
  width:auto;
}

.imgr {
	position: absolute;
    right: 0px;
    padding: 10px;
  border:0;
  display:inline; 
  height:auto;
  max-width:100%;
  width:auto;

}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:25%;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*Buttons*/
.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 9px;
    border: 1px solid #275a98;
    border-radius: 8px;
    background: #4aaaff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4aaaff), to(#275a98));
    background: -moz-linear-gradient(top, #4aaaff, #275a98);
    background: linear-gradient(to bottom, #4aaaff, #275a98);
    -webkit-box-shadow: #8ed4f2 0px 0px 14px 0px;
    -moz-box-shadow: #8ed4f2 0px 0px 14px 0px;
    box-shadow: #8ed4f2 0px 0px 14px 0px;
    text-shadow: #17355a 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button2:hover,
.button2:focus {
    border: 1px solid #2e6ab3;
    background: #59ccff;
    background: -webkit-gradient(linear, left top, left bottom, from(#59ccff), to(#2f6cb6));
    background: -moz-linear-gradient(top, #59ccff, #2f6cb6);
    background: linear-gradient(to bottom, #59ccff, #2f6cb6);
    color: #ffffff;
    text-decoration: none;
}
.button2:active {
    background: #275a98;
    background: -webkit-gradient(linear, left top, left bottom, from(#275a98), to(#275a98));
    background: -moz-linear-gradient(top, #275a98, #275a98);
    background: linear-gradient(to bottom, #275a98, #275a98);
}
/*Buttons*/
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 9px;
    border: 1px solid #275a98;
    border-radius: 8px;
    background: #4aaaff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4aaaff), to(#275a98));
    background: -moz-linear-gradient(top, #4aaaff, #275a98);
    background: linear-gradient(to bottom, #4aaaff, #275a98);
    -webkit-box-shadow: #8ed4f2 0px 0px 14px 0px;
    -moz-box-shadow: #8ed4f2 0px 0px 14px 0px;
    box-shadow: #8ed4f2 0px 0px 14px 0px;
    text-shadow: #17355a 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff!important;;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #2e6ab3;
    background: #59ccff;
    background: -webkit-gradient(linear, left top, left bottom, from(#59ccff), to(#2f6cb6));
    background: -moz-linear-gradient(top, #59ccff, #2f6cb6);
    background: linear-gradient(to bottom, #59ccff, #2f6cb6);
    color: #ffffff!important;;
    text-decoration: none;
}
.button:active {
    background: #275a98;
    background: -webkit-gradient(linear, left top, left bottom, from(#275a98), to(#275a98));
    background: -moz-linear-gradient(top, #275a98, #275a98);
    background: linear-gradient(to bottom, #275a98, #275a98);
}


/*Features table------------------------------------------------------------*/
.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  width: 150px;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: left;
}


.features-table td:nth-child(2), .features-table td:nth-child(3)
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}


.features-table td:nth-child(4)
{
/*  background: #e7f3d4;  
  background: rgba(184,243,85,0.3); */
}


/*Header*/
.features-table thead td
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}

/* table 2 */
/*Features table2=============================================--------------*/
.features-table2
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table2 td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

.features-table2 tbody td
{
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  width: 150px;
}

.features-table2 tbody td:first-child
{
  width: auto;
  text-align: left;
}


.features-table2 td:nth-child(2)
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}


.features-table2 td:last-child
{
/*  background: #e7f3d4;  
  background: rgba(184,243,85,0.3); */
}



/*Header2*/
.features-table2 thead td
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table2 thead td:first-child
{
  border-top: none;
}

/*Foote2r*/
.features-table2 tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table2 tfoot td:first-child
{
  border-bottom: none;
}


/* buton 2 */
.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 9px;
    border: 1px solid #6b6d6f;
    border-radius: 8px;
    background: #b0b2b6;
    background: -webkit-gradient(linear, left top, left bottom, from(#b0b2b6), to(#6b6d6f));
    background: -moz-linear-gradient(top, #b0b2b6, #6b6d6f);
    background: linear-gradient(to bottom, #b0b2b6, #6b6d6f);
    -webkit-box-shadow: #b8babe 0px 0px 14px 0px;
    -moz-box-shadow: #b8babe 0px 0px 14px 0px;
    box-shadow: #b8babe 0px 0px 14px 0px;
    text-shadow: #4d4e4f 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button2:hover,
.button2:focus {
    border: 1px solid #999b9e;
    background: #d3d6da;
    background: -webkit-gradient(linear, left top, left bottom, from(#d3d6da), to(#808385));
    background: -moz-linear-gradient(top, #d3d6da, #808385);
    background: linear-gradient(to bottom, #d3d6da, #808385);
    color: #ffffff;
    text-decoration: none;
}
.button2:active {
    background: #6b6d6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b6d6f), to(#6b6d6f));
    background: -moz-linear-gradient(top, #6b6d6f, #6b6d6f);
    background: linear-gradient(to bottom, #6b6d6f, #6b6d6f);
}
.button2:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABzElEQVRIia2Wz0tCQRDHP5pnTyGdIsQu0h8gJvHCfyEiyu51jQ7RQfCvsH8gwuouImJ46Q8oO0V0lkCiUzy0DjsPx3XfD8EvPNjdmfnOzu7M7EsRjQJwAFSBHWBd1r+AV6AHPALvMTxO4gfAB/5iPl9080nJa8BPAmL7+xbbSFwCE2t3bTFsqvWmrLWtKCfCEbpzTf4ClJS8rmQNtV4SXe3k2CbPS4iBUg/IWjqNEAeIbo/549rSCi1r5za5HUHdIc8CQ6VzFwgKzM7RZ/5YNDzZeUPGLpQV169wc628tkMMl0Fb8V2lgX0lvF2BA81RzWAqNMAusI3JBIAB8BRD6AF7Ml4DckpWhOhqtbPFBX35C1WejjGexMiDXYcig2lcGzK/AUZKPkjgoG/Nc8CZjEcAXWYhxfaSBKgpvm4aU4EBTlbg4FSNe7BYaOUQQw9zoXWiCy3oZ75wA/OtYkh8q3Bll90qWlpoN7u+w0mUg6zYBPIx0uyCNP0AzoGpzD3gGagoEp2OOn0rouvJfCpcn44ouWD+TZgAHcIfnI5D/8JFrHEkIS77ZI7FNhE2Mf086aPfEpsFpGIc5YFDzG9LkVkjGwFvmDy/x9yhE/+ohtHCjwDO8AAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}

/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
._accodList > li {
	padding: 0;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}
._accodList > li h6 {
	margin: 0;
	cursor: pointer;
	position: relative;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #99cc00;
	border: none;
	padding: 0 0 0 30px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li h6.color1 {
	color: #3366ff;
}
._accodList > li h6.color2 {
	color: #2d2d30;
}
._accodList > li p {
	margin: 0;
	padding: 12px 0 0 30px;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #78787d;
}
._accodList > li ._plus {
	width: 19px;
	height: 20px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	left: 0;
	cursor: pointer;
	top: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li ._plus.btnBg1 {
	background: url(../images/plus.png) 50% 0 no-repeat;
}
._accodList > li ._plus.btnBg2 {
	background: url(../images/plus.png) 50% 100% no-repeat;
}
._accodList > li ._plus:hover {
	background: url(../images/plus.png) 50% 100% no-repeat;
}
._accodList > li:last-child {
	border-bottom: none;
}
._accodList li h6:hover {
	color: #2d2d30;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----end accordeon-----*/