/* =============================================================== */
/* Buttons
================================================================ */
.button {
	
	cursor: pointer;
	
	
	border-radius:3px;
  behavior: url(css/PIE.htc);
  width:100%;
  text-align:center;
  font-weight:bold;
}


.button2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px 0px 5px;
	*float: left;
	border-radius:3px;
  behavior: url(css/PIE.htc);
  transition: all 300ms linear;
}
.button2 span {
	display: inline-block;
	transform: skew(-0deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button:active, .button2:active {
}
.button.large, .button2.large i {float: left;margin: 5px 5px 0px -5px;}
.button.medium, .button2.medium i {float: left;margin: 5px 5px 0px -5px;}
.button.small i, .button2.small i {float: left;margin: 1px 5px 0px -3px;}
.button.large u, .button2.large u {
	transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button.medium u, .button2.medium u {
	transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button.small u, .button2.small u  {
	transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.button.large, .button2.large  {
	padding: 15px 0px 15px 0px;
	font-size: 18px;
}
.button.medium, .button2.medium  {
	padding: 9px 0px 9px 0px;
	font-size: 14px;
}
.button.small, .button2.small {
	padding: 14px 0px 14px 0px;
	font-size: 16px;
	line-height: 16px;
}

.button2.orange { color:#ffffff; }






/* =============================================================== */
/* Testimonials
================================================================ */
.testimonialbox {
  padding: 0px 0px;
  float: left;
  font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
  text-shadow: 1px 1px 0 #ffffff;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  text-align:center;
  
}
.author-wrapper {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}
.arrow-testimonialbox {
  float: left;
  margin-left: 25px;
  width: 0;
  height: 0;
  border-top: 30px solid #f2f2f2; 
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
}
.testimonialbox-name {
  float: center;
  margin: 0 8px;
  color: #1e4673;
  padding-top: 5px;
  font-weight:bold;
  text-align:center;
}
.testimonialbox-name span {
  color: #53646d;
  font-weight: normal;
}










/* =============================================================== */
/* Team
================================================================ */
.team-code {
  transition: all 1s;  
  padding-bottom:0px; padding-top:0px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(css/PIE.htc);
  text-align:center;
}
.team-code-img {
  transition: all 1s; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  width: 90%;
  height: auto;
  margin-left: auto; margin-right: auto;
  border:0;
}
.team-code h3 {
color:inherit;
}
.team-code:hover {
}
.team-code:hover .team-code-img {
  border:0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  transition: all 1s;  
}

.sub-icon-team {width:80%;  margin-left: auto; margin-right: auto;}




/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	
}
.notification p {margin: 0;}
.notification span {font-weight: bold;}
.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}
.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}
.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}
.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}





/* =============================================================== */
/* Pricing Styles
================================================================ */
.pricing .price-plan {
	position: relative;
	background: #000;
	margin-bottom:20px;
}
.pricing .price-plan.most-popular {
	background: #154890;
	margin-bottom:20px;
}

.pricing .price-plan h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.pricing .price-plan h2:after {
	content: ' ';
	display: block;
	width: 222px;
	margin: 20px auto 0;
	height: 2px;
	background: white;
}
.pricing .price-plan .price {
	padding: 8px 0 30px 0;
}
.pricing .price-plan .price .inside {
	font-weight: 100;
	color: white;
	text-align: center;
	line-height: 100px;
	height: 100px;
}
.pricing .price-plan .price .inside .super {
	font-size: 24px;
	position: relative;
	top: -60px;
	left: -7px;
}
.pricing .price-plan .price .inside .amt {
	letter-spacing: -4px;
	font-size: 80px;
	margin-right: 6px;
	font-weight: 300;
	margin-left: -5px;
}
.pricing .price-plan .price .inside .sub {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	margin-left: -5px;
}
.pricing .price-plan .info {
	text-align: center;
}
.pricing .price-plan .info p {
	font-size: 12px;
}
.pricing .price-plan .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.pricing .price-plan .info ul li {
	font-size: 15px;
	line-height: 50px;
	color: #696969;
	background: #fff;
	border-bottom: solid 1px #e9e9e9;
	text-align: center;
}

.pricing .price-plan .info ul li.feature-pages, .pricing .price-plan .info ul li.feature-bandwidth, .pricing .price-plan .info ul li.feature-storage, .pricing .price-plan .info ul li.feature-contributors {
	font-weight: bold;
	color: #222;
}
.pricing .price-plan .info ul li:first-child {
	padding-top: 10px;
}
.pricing .price-plan .info ul li:last-child {
	padding-bottom: 10px;
	
}
.pricing .price-plan-standard {
	margin-left: 0;
}
.pricing .price-plan-standard .bubble .inside {
	text-indent: 12px;
}
.pricing .price-plan-standard .bubble .inside .amt {
	margin-left: 3px;
}
.pricing .price-plan-unlimited {
	margin-left: 30px;
}
.pricing .price-plan-unlimited .bubble .inside {
	text-indent: 8px;
}
.pricing .get-started {
	padding-left: 60px;
	padding-top: 115px;
}
.pricing .get-started h2, .pricing .get-started p {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}
.pricing .get-started h2 {
	color: #1d1d1d;
}
.pricing .get-started p {
	color: #888;
}

.pricing .questions {
	padding: 90px 0 0 0;
	clear: both;
}
.pricing .questions .header h2 {
	background: #1d1d1d;
	padding: 30px 20px;
	color: white;
	font-weight: 100;
	font-size: 36px;
	display: block;
	width: auto;
	display: inline-block;
}
.pricing .questions h3 {
	color: #222;
	font-size: 16px;
	margin-top: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.pricing .questions p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.pricing .questions .column {
	width: 450px;
	float: left;
}
.pricing .questions .column-first {
	margin-right: 60px;

