#pricing a{
    font-size: 18px;
    font-family:'Open Sans';
    color: white;
    text-decoration: none;
}

#pricing input:focus, #pricing 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;
}

#pricing sup{
   font-size: 40px;
}

#pricing ul{
    list-style: none;
    font-size: 15px;
    font-family:'Open Sans';
    color: #9095aa;
    padding: 0px;
    margin: 0px;
}

#pricing li{
   border-bottom: 1px solid #494a5a;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 52px;
    line-height: 52px;
}

#pricing #container{
    width: 100%;
    text-align:center;
}

#pricing .whole{
    display: inline-block;
}

#pricing .type{
    width: 300px;
    border-radius: 5px 5px 0px 0px;
    background-color: #eac80d;
    height: 62px;
    border-bottom: 3px solid #bfa30c;
}

#pricing .type p{
    font-family:'Open Sans';
    font-weight: 800;
    font-size: 29px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 10px;
}

#pricing .plan{
    width: 300px;
    background-color: #2b2937;
    border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;
}

#pricing .standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

#pricing .ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}

#pricing .header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 39px;
}

#pricing .header span{
	font-size: 32px;
}

#pricing .month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

#pricing .price{
	height:80px;
}

#pricing .cart{
  color:white;
  position: relative;
  top: 16px;
}

#pricing .bottom{
}

#pricing .content{
}

#pricing .login_c{
  width:500px;
  background-color:#2b2937;
  height:300px;
  margin: 0 auto;
  margin-top:40px;
  border-radius:5px;
}

#pricing .login_c input{
  width: 350px;
  height: 40px;
  border: 1px solid #494a5a;
  margin-bottom:20px;
  border-radius:5px;
  padding-left: 10px;
}

#pricing .login{
    background-color: #BC4B1A;
    border-bottom: 3px solid #7C3618;
    width:100%;
}

#pricing .top{
  margin-top:35px;
}

#pricing .nodisplay{
  opacity: 0.1;
}

#pricing .selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}
/* Stylesheet: pricing Modified On 2018-02-19 20:01:48 */
