section#principal{
	margin-top: -2px;
}

#header_icon{
	width:198px;
	height:161px;
}
section{
	padding: 60px 0 40px;
}
p{
	font-size: 1.1em;
	margin-bottom: 20px
}
h1{
	color: #FFF;
}
h2{
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: 300;
	margin-top: 10px;
}
h3{
	padding-top: 25px;
	line-height: 1.15em;
}
section#principal{
	background-color: #363B3E;
	color: #fff;
	padding: 80px 0 0;
	background-image: -webkit-linear-gradient(-180deg, #525C65 31%, #363B3E 100%);
    background-image: -o-linear-gradient(-180deg, #525C65 31%, #363B3E 100%);
    background-image: -moz-linear-gradient(-180deg, #525C65 31%, #363B3E 100%);
	background-image: linear-gradient(-180deg, #525C65 31%, #363B3E 100%);
}
.principal_links a{
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.1em;
	vertical-align: middle;
	border:1px solid #9cbe26;
	border-radius: 4px;
	background: #9cbe26;
	color: #fff;
	margin-top: 20px;
	min-width: 180px;
	text-transform: uppercase;
}
.principal_links a:hover{
	box-shadow: 0 1px 8px rgba(0,0,0,0.45)
}
a.link_icon {
    padding: 10px 28px 8px !important;
}
.one h3{
	padding-top: 20px;
}
p a{
	font-family: "Helvetica Neue", Helvetica;
	font-weight: 500;
}
#img_private_deployments{
	width: 100%;
	max-width: 925px;
	margin-bottom: -1px;
	margin-top: -65px;
}
section#principal strong{
	font-family: "Helvetica Neue", Helvetica;
	font-weight: 500;
	color: #fff;
}
.feature.three a.link_button{
	margin: 10px 3px 20px;
	min-width: 180px;
	text-transform: uppercase;
}
#principal p{
    max-width: 922px;
}
#img_platform{
	width: 100%;
	max-width: 543px;
}
#img_integration{
	width: 100%;
	max-width: 543px;
}
#img_scalability{
	width: 100%;
	max-width: 543px;
	margin-top: 40px;
}
.link_button{
	padding: 15px 20px;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: middle;
    border: 1px solid #9cbe26;
    border-radius: 4px;
    background: #9cbe26;
    color: #fff;
    margin: 20px 3px;
    vertical-align: middle;
    min-width: 130px;
}
.link_button:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	text-decoration: none;
}
.link_button:visited, .link_button:active, .link_button:focus {
	color: #fff;
	text-decoration: none;
}
.link_button.white{
    border: 1px solid #979797;
    background: #fff;
    color: #293A43;
}
.link_button.white:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #293A43;
}
/*docs*/
.documentation .item{
	padding-top:25px;
	padding-bottom: 20px;
}
.documentation .text{
	padding: 0 18px;
}
.documentation .text h3{
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica;
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	padding-bottom: 6px;
	padding-top: 20px;
}
.documentation .text span{
	font-weight: 200;
	font-family: HelveticaNeue-Thin, "Helvetica Neue", Helvetica;
	font-size: 18px;
	color: #787878;
	line-height: 24px;
}
.documentation .text p{
	font-weight: 300;
	font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.documentation .img{
	border-bottom: 1px solid #E3E4E7;
	overflow: hidden;
	margin: 0 15px;
}
.documentation .img a{
	width: 96%;
	display: block;
	margin: 0 2%;
	padding-top: 15px;
	background: #F4F4F4;
	height: 156px;
}
.documentation.grey .img a{
	background: #fff;
}
.documentation .img a span{
	background: #19252B;
	display: block;
	margin: 0 auto;
	width: 234px;
	position: relative;
	height: 156px;
	padding-top: 20px;
	border-left: 5px solid rgba(0,0,0,0.9);
	border-radius: 2px 2px 0 0;
	text-align: center;
	box-shadow: 1px 0 8px rgba(0,0,0,0.3);

	background: #19252B;
	border-left: 5px solid rgba(0,0,0,1);
}
.documentation .img a:hover span{
	background-color: #37515F;
	border-left: 5px solid rgba(0,0,0,0.5);
}
.documentation.guides .img a span{
	border-left: 5px solid rgba(0,0,0,0.15);
}
.documentation.guides .img a span{
	background: #749B40;
}
.documentation.guides .img a:hover span{
	background-color: #9cbe26;
	border-left: 5px solid rgba(0,0,0,0.11);
}
.documentation .img a h3{
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 15px;
	font-weight: 300;
	font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 22px;
	top: 50%;
	opacity: 0.9;
	vertical-align: middle;
}
.documentation.guides .img a h3{
	opacity: 1;
}
.documentation span img.img_doc{
	max-width: 155px;
	opacity: 0.12;
}
.documentation.guides span img.img_doc{
	opacity: 0.15;
}
.vpc_col{
	position: relative;
	margin-top: 40px;
	z-index: 1;
}
.vpc_box {
    text-align: center;
    padding: 34px 20px 0;
    margin-bottom: 30px;
 	background-color: #535C65;
 	border-radius: 6px;
 	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    min-height: 170px;
}
.border{
	/*border-right: 1px solid #ddd;*/
}
.vpc_col a.name{
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 6px;
	color: #C1E93A;
	cursor: pointer;
}
.vpc_col a.name:hover{
	text-decoration: underline;
}
.vpc_col a.name em{
	display: inline-block;
    background: #fff;
    color: #333;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 4px;
    border-radius: 3px;
    vertical-align: super;
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.vpc_col .vpc_icon{
	width: 80px;
    height: 80px;
    position: absolute;
    top: -46px;
    left: 50%;
    margin-left: -40px;
    background-size: 80px;
    display: block;
    cursor: pointer;
    z-index: 3;
}
.vpc_col.lite .vpc_icon {
    background-image: url(../img/pricing/vpc_lite_icon.png);
}
.vpc_col.enterprise .vpc_icon {
    background-image: url(../img/pricing/vpc_enterprise_icon.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	.vpc_col.lite .vpc_icon {
	    background-image: url(../img/pricing/vpc_lite_icon@2x.png);
	}
	.vpc_col.enterprise .vpc_icon {
	    background-image: url(../img/pricing/vpc_enterprise_icon@2x.png);
	}
}

@media screen and (min-width: 992px){
	.vpc_box{
		min-height: 170px;
	}
}
@media screen and (min-width: 1200px){
	.vpc_box{
		min-height: 138px;
	}
}

@media screen and (max-width: 992px){
	.vpc_box{
		min-height: auto;
	}
	#img_scalability{
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px){
	#img_integration{
		margin-top: 0;
	}
	#img_private_deployments{
		visibility: hidden;
		width: 70%;
	}
	p{
		font-size: 1em;
		margin-bottom: 20px
	}

	h2 {
	    margin-bottom: 0;
	}
}
@media screen and (min-width: 768px){
	#img_integration{
		margin-top: 20px;
	}
	#img_private_deployments{
		visibility: visible;
		width: 100%;
	}
	p{
		font-size: 1.1em;
		margin-bottom: 20px
	}

	h2 {
	}
}
