.thumbnail:hover {
    box-shadow: 0px 0px 5px 3px #25B7D3;
    opacity: 0.7;
}
.thumbnail.galben {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #eac80d;
    border: 1px solid #bfa30c;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail.verde {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
	background-color: #1abc9c;
    border: 1px solid #18937b;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.seotoolimg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.thumbnail .caption {
    padding-top: 2px;
    color: #333;
}
.caption {
    margin-bottom: 10px;
}
.caption {
    text-align: center;
}

.label-rosu {
    font-size: 9px;
    color: #fff;
    padding: 1px 7px 0;
    border-radius: 50px;
    position: absolute;
    line-height: 16px;
    right: -12px;
    top: -5px;
    background-color: #d40114;
    text-transform: capitalize;
}

.label-negru {
    font-size: 9px;
    color: #eac80d;
    padding: 1px 7px 0;
    border-radius: 50px;
    position: absolute;
    line-height: 16px;
    right: -12px;
    top: -5px;
    background-color: #252525;
    text-transform: capitalize;
}


input:focus,textarea:focus,select:focus{
  border:1px solid #fafafa;
  -webkit-box-shadow:0 0 6px #007eff;
  -moz-box-shadow:0 0 5px #007eff;
  box-shadow:0 0 5px #007eff;
  outline: none;
}

sup{

	font-size: 40px;
}

ul{
	list-style: none;
	font-size: 15px;
	color: #e3e3e3;
	padding: 0px;
	margin: 0px;


}


li{
border-bottom: 1px solid #494a5a;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}




.whole{
	display: inline-block;
  
}



.type{
	
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;

}

.type p{
    font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: #252525;
	text-align: center;
	padding-top: 10px;

	

}

.plan{

	background-color: #2b2937;

	border-radius: 0px 0px 5px 5px;
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;


}
.standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

.ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}





.header{
	border-bottom: 1px solid #fff;
	padding-bottom: 39px;


}

.header span{
	font-size: 32px;

	
}

.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price{
	/* height:80px; */
}

.cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}

.bottom{
  
  
}

.content{
	color:#e3e3e3
}

.login_c{
  width:500px;
  background-color:#2b2937;
  height:300px;
  margin: 0 auto;
  margin-top:40px;
  border-radius:5px;
  
}

.login_c input{
  width: 350px;
height: 40px;
  border: 1px solid #494a5a;
  margin-bottom:20px;
  border-radius:5px;
  padding-left: 10px;

}


.login{
  background-color: #BC4B1A;
	border-bottom: 3px solid #7C3618;
  width:100%;
  
}

.top{
  margin-top:35px;
}

.nodisplay{
  opacity: 0.1;
}

.selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}

	

