/**** top menu ****/
.enterpriseTabs {
    margin-top: 91px;
    background: #000;
    color: #fff;
}
.enterpriseTabs a{
    color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
}
.enterpriseTabs a:hover{
	background: #103ecd;
}
.enterpriseTabs ul{
    padding: 0;
	margin: 0;
}
.enterpriseTabs ul li{
    list-style: none;
	display: inline-block;
	padding: 10px;
}
.tabsLeft {
    float: left;
    width: 30%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0px;
}
.tabsLeft > div{
    display: inline-block;
    border-right: 1px solid;
    padding-right: 25px;
    line-height: 22px;
}
.tabsRight {
    float: right;
    width: 70%;
    text-align: right;
}


/**** hero ****/
.hero {
    padding: 50px 0;
	background: url("../jpg/enterprise-hosting-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.hero h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.hero h2{
    font-size: 60px;
    color: #ffde00;
	font-family: 'Bebas Neue', cursive;
    line-height: .9;
}
.heroText {
    float: left;
    width: 65%;
	margin-top: 0px;
}
.heroImage {
    float: right;
    width: 35%;
}
.heroImage img{
	max-width: 100%;
}
.heroText p{
    margin: 25px 0 25px;
}
.enterpriseTabs ul li.active a {
    background: #103ecd;
}
section.growth {
    padding: 50px 0;
}
.growthText {
    float: right;
    width: 68%;
}
.growthImage {
    float: left;
    width: 32%;
}
.growthImage img {
    position: absolute;
    left: 0;
    max-width: 515px;
}
.growthText h2{
    font-weight: 600;
    margin-bottom: 20px;
}
section.letsTalk {
    padding: 50px 0 100px;
}
.letsTalk h2{
    font-weight:bold;
	margin-bottom: 20px;
}
.talkBtn a.tc-btn-md.tc-btn-green {
	background:#103ecd;
}
section.performance,.manage {
    padding: 50px 0;
    background: #f9f9fa;
}
.pTopText {
    float: left;
    width: 50%;
}
.pTopImage {
    float: right;
    width: 50%;
    text-align: center;
    margin-top: -50px;
}
.performance h2,.security h2,.manage h2{
    font-weight: bold;
    color: #103ecd;
    margin-bottom: 15px;
	line-height: 50px;
}
.mTopText {
    float: left;
    width: 55%;
}
.mTopImage {
    float: right;
    width: 44%;
    text-align: center;
    margin-top: -25px;
}
.security{
	padding:50px 0;
}
.sTopText {
    float: right;
    width: 60%;
	margin-top: 25px;
}
.sTopImage {
    float: left;
    width: 40%;
    text-align: center;
}
.seBtm {
    margin-top: 40px;
}
.advTabTxt {
    float: left;
    width: 50%;
    padding-right: 35px;
}
.advTabTxt h3 {
    font-size: 35px;
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 15px;
    line-height: 1;
}
.advTabTxt p {
    font-size: 20px;
    margin-bottom: 35px;
}
.advTabTxt h3:before {
    background: url(../png/wave.png);
    width: 100%;
    height: 20px;
    background-size: 180px 20px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
}
.full .advTabTxt {
    width: 100%;
}

@media(max-width:1420px){
.growthImage {
    display: none;
}
.flexibilityText {
    float: none;
    width: 80%;
}
}
@media(max-width:1199px){
.heroText {
    margin-top: 0px;
}
.growthText {
    float: none;
    width: 100%;
}
img{
	max-width:100%;
}
}

@media(max-width:1023px){
img{
	max-width:100%;
}
.hero h2 {
    font-size: 70px;
    line-height: 70px;
}
.heroText {
    margin-top: 0;
}
.enterpriseTabs ul li {
    padding: 15px 10px;
}
.enterpriseTabs a {
    padding: 10px 15px;
    font-size: 17px;
}
.pTopText,.sTopText,.mTopText {
    float: none;
    width: 100%;
    margin-top: 0;
}
.pTopImage,.sTopImage,.mTopImage {
    float: none;
    width: 100%;
    margin-top: 25px;
}
}

@media(max-width:767px){

.hero h3 {
    font-size: 32px;
    line-height: 32px;
}
.performance h2, .security h2, .manage h2 {
    line-height: 38px;
}
section.performance, .manage {
    padding: 50px 0 20px;
}
.enterpriseTabs {
    margin-top: 97px;
}
.advTabTxt {
    float: none;
    width: 100%;
    padding-right: 0;
}
.advTabTxt h3:before {
    height: 20px;
	background-size: 150px 12px;
}
.advTabTxt h3 {
    font-size: 27px;
    line-height: 28px;
}
.tabsLeft {
    float: none;
    width: 100%;
    text-align: center;
}
.tabsLeft > div {
    border-right: none;
    padding-right: 0;
    margin-top: 15px;
}
.tabsRight {
    float: none;
    width: 100%;
    text-align: center;
}
.enterpriseTabs ul li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
}
.enterpriseTabs ul li a {
    display: block;
}
.hero h2 {
    font-size: 42px;
    line-height: 48px;
}
.hero h3 {
    font-size: 25px;
    line-height: 30px;
}
.heroText {
    float: none;
    width: 100%;
}
.heroImage {
    float: none;
    width: 100%;
    margin-top: 25px;
}
.enterpriseTabs ul li:last-child {
    border-bottom: none;
}
}

@media(max-width:320px){

}














