
.clear {clear: both;}

.hidden {
	display: none;
}

a {text-decoration:none;}

.content {
	width: 90%;
	height: auto;
	margin: 0 auto;
}


.packags {
	margin: 40px 30%;

}
.packags ul {
	list-style-type: none;
	border:1px solid #818286;
	display: inline-block;
	border-radius: 40px;
	overflow: hidden;
	width: auto;
	height: auto;
	margin:0 auto;
}
.packags ul li {
	display: inline-block;
	float: left;
	
}
.packags ul li a {
	text-decoration: none;
	color: #111;
	padding: 20px 30px;
	display: inline-block;
	cursor: pointer;
}
.packags ul li a {
	border-left: 1px solid #818286;
}
.packags ul li a:hover {
	background-color: #333;
	color: #fff;
	box-shadow: inset 0 0 10px #000;
}
.select {
	background-color: #1a8fa3;
	box-shadow: inset 0 0 0px #000;
}


.route {
	width: 600px;
	height: auto;
	margin: 50px auto;
}
.route a {
	text-decoration: none;
	color: #999;
	
	padding: 10px 20px;
	cursor: pointer;
}
.route a:last-child {
	border-left: 1px solid #999;
}
.route .active-1 {
	border-right: none;
	color: #25ABE0;
}

.plans-box {
	margin-top: 80px;
	position: relative;
	height: 450px;
	margin-bottom: 120px;

}

.plans-box:before {
	content: "";
	background-image: url(js/new-table/shadow.png);
	width: 1077px;
	height: 57px;
	position: absolute;
	bottom: -6px;
	left: -50px;

}
.hide {
	display: none;
}
.table {
	position: relative;
	width: 960px;
	height: auto;
	margin: 20px auto;
	background-color: #1a8fa3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.table:hover {
	box-shadow: 0 0 15px #818286;
}
.table:before {
	content: "";
	background-image: url(js/new-table/shadow.png);
	width: 1077px;
	height: 57px;
	position: absolute;
	bottom: 0;
	left: -50px;
	
}
.table h1 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	margin-top: 30px;
	text-transform: uppercase;
	
}
.table h1 a {
	text-decoration: none;
	color: #25AAE2;
}
.table a:hover {
	color: #999;
}
.table table {
	border-collapse: collapse;
	width: 100%;

}
.table table tr {

}
.table table tr th {
	padding: 20px 0;
	color: #fff;
	text-transform: uppercase;
}
.table table tr td {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	text-transform: uppercase;
	border-left: 1px solid #4C4C4E;
	
}
.table table tr td:first-child {
	border-left: none;
}

.table table tr td a {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 12px;
    text-decoration: none;
}
.table table tr:nth-child(even) {
	background-color: #58585A;
}
.plan-cover{
	position: relative;
}
.plans {
	position: relative;
	width: 300px;
	height: auto;
	background-color: #1a8fa3;
	border-radius: 5px;
	float: left;
	margin: 10px 10px 10px 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius:  0px;


}
.plans:hover {
	box-shadow: 0 0 15px #818286;
} 
.plans-box-logo {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #97D1DD;
	border-radius: 100%;
	border:1px solid #fff;
	margin: 0 auto -20px auto;
	top: -30px;



	
}
.plans-box-logo img {
	margin: 18px 13px;
}

.plans ul li {
	list-style-type: none;
	text-align: left;
	padding-left: 30px;
	line-height: 50px;
	color: #fff;

}
.plans ul .color {
	background-color: #1a8fa3;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.plans ul li img {
	margin: 0px 15px;
}
.plans ul .background {
	position: relative;
	background-color: #97D1DD;
	color: #fff;
	padding: 0 80px;
	line-height: 50px;
	font-size: 20px;


}
.plans ul .background img {
	position: absolute;
	margin-top: 15px ;
	

}

.standard h1 {
	color: #96D2DD;
	font-size: 30px;
	text-align: center;
	padding: 5px 0 5px 0;
	text-transform: uppercase;

}
.standard p {
	color:#E6E6E6;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;

}
.plans h2 {
	float: left;
	color: #fff;
	font-size: 30px;
	margin-left: 40px;
	padding-top: 15px;

}
.plans h2 span {
	font-size: 14px;
	vertical-align: top;
	margin-right: 5px;

}
.plans a {
	text-decoration: none;
	color: #fff;
	line-height: 70px;
	margin: 20px 20px;
	border:1px solid #fff;
	padding: 10px 15px;
	border-radius: 10px;
}
.plans a:hover {
	color: #1a8fa3;
	background:#fff;
	border:1px solid #fff;
}


.startup {
	height: auto;
	margin-top: -25px;
}
.startup .background-f {
	position: relative;
	background-color: #FFC24D;
	color: #fff;
	padding: 0 80px;
	line-height: 50px;
	font-size: 20px;
}
.startup ul .background-f img {
	position: absolute;
	margin-top: 15px;
}
.startup:hover {
	
}
.startup .plans-box-logo {
	width: 70px;
	height: 70px;
	background-color: #FFC24D;
	border:1px solid #fff;
	
}
.startup .plans-box-logo img {
	margin: 20px 14px;
}
.talk {}
.talk h1 {
	text-align: center;
	color: #818284;
	font-size: 24px;
	/*padding: 60px 0;*/
	font-weight: normal;
	margin-top: -40px;

}
.talk h3 {
	text-align: center;
	color: #818284;
	font-size: 24px;
	padding: 20px 0 0 0;
	font-weight: normal;

}
.talk h2 {
	text-align: center;
	color: #818284;
	font-size: 22px;
	padding: 3px 0;
	font-weight: normal;

}
.talk h2 a {
	text-decoration: none;
	color: #fff;

}

.talk h1 a {
	text-decoration: none;
	color: #40BBDC;

}
.talk h3 a {
	text-decoration: none;
	color: #40BBDC;

}
.pay-button{width:260px; padding:20px; color:#fff !important; }
.im-powered-link{display:none !important;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		.plans-box:before {
		display: none;
	}
.plans-box {
	margin-bottom: 100px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
		.plans-box:before {
		display: none;
	}
.standard {
	margin-bottom: 100px;
}
.email {
	text-align: center;
}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.plans-box:before {
		display: none;
	}
.standard {
	margin-bottom: 100px;
}
.plans {
	width: 260px;
}
.navbar-nav {
	background-color: #333;
}
}
@media only screen and (min-width : 980px) {
.standard {
	margin-bottom: 0px;
}
.navbar-nav {
	background-color: transparent;
}
.plans-box:before {
		display: none;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
		.plans-box:before {
		display: block;
	}
.standard {
	margin-bottom: 0px;
}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.plans-box:before {
		display: block;
	}
.standard {
	margin-bottom: 1px !important;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
		.plans-box:before {
		display: block;
	}
.standard {
	margin-bottom: 1px !important;
}
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
		.plans-box:before {
		display: block;
		left: -60px;
	}
.standard {
	margin-bottom: 0px !important;
}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
		.plans-box:before {
		display: block;
		left: -60px;
	}
.standard {
	margin-bottom: 0px !important;
}
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
		.plans-box:before {
		display: block;
		left: -60px;
	}
.standard {
	margin-bottom: 0px !important;
}
}