#logos
{
	width:150;
	height:80; 
}
#viber
{
margin-left:15px;
background-color:#665CAC;
 width:130px;
 border-radius:100%;
}
#whatsapp
{
margin-left:15px;
background-color:#25D366;
 width:130px;
 border-radius:100%;
}
#sms
{
margin-left:15px;
background-color:#147EFB;
 width:130px;
 border-radius:100%;
}
a{
	font-size: 18px;
	font-family:'Open Sans';
    color: white;
    text-decoration: none;
}
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;
	font-family:'Open Sans';
	color: #000000;
	margin: 0px;
	padding-left:15px;
	padding-right:15px;
}


.content li{
border-bottom: 1px solid lightgray;
padding: 0px;
margin: 0px;
text-align: left;
height: 35px auto;
line-height: 35px;
}


#container{
	width: 100%;
  text-align:center;
}

.whole{
	display: inline-block;
}
.type{
	width: 250px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;
	margin-right:20px;
}

.type p{
	font-family:'Open Sans';
    font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 10px;

	

}

.plan{
	width: 250px;
	border:1px solid lightgray;
	background-color: #ffffff;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;
	margin-bottom:50px;
	margin-right:20px;
}
.small{
	background-color: #ff740b;
	border-bottom: 3px solid #e76a0c;
}
.business{
	background-color: #dbea10;
	border-bottom: 3px solid #b9c50f;
}
.vip{
	background-color: #15bdd2;
	border-bottom: 3px solid #1599aa;
}
.experts{
	background-color: #8164d5;
	border-bottom: 3px solid #614aa3;
}





.header{
	border-bottom: 1px solid lightgray;
	color:#000000;
	font-size:70px;
	font-family:'Open Sans';
	text-transform: uppercase;
	
}

.header span{
	font-size: 40px;	
}
.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price{
	height:50px;
}
a:hover
{
	text-decoration:none;
}
.cart{
    font-family:'Open Sans';
    font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	position: relative;
	top: 16px;
	width:250px;
	height:50px;
	line-height:50px;
	background-color:#fe3c56;
}
.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;
}
