section#main .inner {
	max-width: 100% !important;
}
section#main.main-ind {
  padding:0;
  background:#ffffff;
}
.products {
max-width:1170px;
margin:0 auto;
}
#terms {
	font-size:12px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container a{
    text-decoration: none;
}
.landing-container hr{
    border: 0;
    border-bottom: 2px solid #000000;
    clear: none;
    margin: 10px auto;
}
p#temp-title1{
    font-family: 'Montserrat-Bold';
    font-size: 36px;
	font-weight:normal;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
p#temp-title2 {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.landing-container sup {
	font-size:60%;
	line-height:1.6;
}
.landing-button{
    background-color: #0062ac;
    border: none;
    color: #ffffff;
    padding: 15px;
    margin-top:20px;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    cursor: pointer;
    float: left;
}
.landing-button:hover{
    background-color: #005391;
}
.landing-button i{
    padding-left: 5px;
}
.landing-button#landing-promo {
		background-color:#ffffff;
		color:#000000;
}
.landing-button#landing-promo:hover {
		background-color:#dddddd;
}
/*******END-GLOBAL*******/

/*******NAV-SECTION*******/
.landing-nav {
	background:#535353;
}
.landing-nav .landing-container {
	max-width:100%;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.landing-nav ul {
	background:#535353;
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
  margin-left: 25px;
}
.landing-nav img {
	padding:0;
    width: 175px;
}
.landing-nav li {
	font-family: 'Montserrat-Medium';
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    float: left;
	font-weight:normal;
}
.landing-nav li#nav-active {
	background:#636363;
}
.landing-nav li:hover {
	background:#636363;
}
.landing-nav li span {
	font-family: 'Montserrat-Bold';
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover img:hover {
	opacity:0.8;
}
/**********Nav-icon**********/
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
/**********Nav-icon**********/

.mob-menu{
    display: inherit;
    align-items: center;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}

/*******END-NAV-SECTION*******/

/*******HEADER-SECTION*******/
.landing-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 0 20px;
    z-index: 0;
}
.landing-top:after{ 
    content: "";
    background-image: url('/images/landing/seagate/hub/seagate-top-bg.jpg');
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: 50% 0;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	position:absolute;
	z-index: -1;
	width:100%;
	height:100%
}
.landing-top-inner{
    align-items: center;
    padding: 80px 0;
}
.landing-top-fl{
    align-items: center;
    width: 100%;
	text-align:center;
}
.landing-top-fl #temp-title1{
  margin: 20px 0;
}
.landing-top-fl #temp-title1, .landing-top-fl #temp-title2{
    color: #ffffff;
  	letter-spacing: 1px;
}
.landing-top-fl #temp-title2{
	font-size: 20px;
  	margin-top: 20px;
}
.landing-top-fl #temp-title3 {
  	font-family: 'Montserrat-Light';
	font-size: 18px;
	color:#ffffff;
}
.header-content{
    max-width: 500px;
  	animation: fade 1s ease-in-out;
    margin: 0 auto;
}
/*******END-HEADER-SECTION*******/

/*******AFTER-SECTION*******/
.landing-after {
	background:#ffffff;
	width:100%;
	height:100%;
  	padding: 40px;
}
.landing-after .landing-container{
  max-width: 1760px;
}
/*******END-AFTER-SECTION*******/

/*******HUB-BANNER-SECTION*******/
.landing-hub-banner {
	background:#000000;
	background-image:url('/images/landing/seagate/hub/banner-bg1.jpg');
	background-repeat:no-repeat;
	background-position:50% 0;
	width:100%;
	height:280px;
	margin:20px 0;
	display:flex;
	align-items:center;
	flex-direction: row-reverse;
}
.landing-hub-banner-fl {
	width:60%;
	margin-left:50px;
}
.landing-hub-banner-fr {
	align-items:center;
	width:40%;
}
.landing-hub-banner-fl #temp-title1{
    color: #ffffff;
}
.landing-hub-banner-fl #temp-title2{
    color: #ffffff;
}
.landing-hub-banner-fl p {
	color:#ffffff;
	font-size:14px;
}
	
/*******END-HUB-BANNER-SECTION*******/
.hub-tile-info{
	z-index: 1;  
}
.hub-tile-title{
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 1;
    transition: 0.3s ease;
    transition-delay: 0.2s;
}
.hub-tile-top:hover .hub-tile-title{
    opacity: 0;
    bottom: -15px;
    transition: 0.3s ease-in-out;
}
.hub-tile-title #temp-title1{
    font-size: 22px;
    color: #ffffff;
}
.hub-tile-title #temp-title1 span {
	text-transform:lowercase;
}
.hub-tile-text{
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.hub-tile-text p{
    color: #ffffff;
}
.hub-tile-btn{
  	font-family: 'Montserrat-Bold';
    background-color: #6fbf4c;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.landing-hub-tile:nth-child(2) .hub-tile-btn{
   background-color: #ff5000;
  
}.landing-hub-tile:last-child .hub-tile-btn{
   background-color: #d7272f;
}
p.hub-tile-btn {
      font-family: 'montserrat-bold';
	  color: #ffffff;
}
.hub-tile-top:hover .hub-tile-text{
    bottom: 0;
  	transform: translatey(-20px);
    transition: 0.3s ease-in-out;
    opacity: 1;
    transition-delay: 0.2s;
}
.hub-tile-top:hover img{
	opacity:0;
}
.hub-tile-top:hover{
    transition: 0.6s;
}
/*******HUB-TILES-SECTION*******/

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.landing-hub-tiles-container {
    display: flex;
    flex-wrap: wrap;
}
.landing-hub-tile {
    width: 32.66%;
    margin-right: 1%;
    overflow: hidden;
    height: auto;
  	position: relative;
  	animation: fade 1s ease;
}
.hub-tile-top:after {
  content:'';
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0;
  width:100%;
  background-image: url('/images/landing/seagate/hub/BarraCuda-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: 0;
  transition: 0.6s ease;
}
.landing-hub-tile:nth-child(2) .hub-tile-top:after {
    background-image: url('/images/landing/seagate/hub/FireCuda-bg.jpg');
}
.landing-hub-tile:last-child .hub-tile-top:after {
    background-image: url('/images/landing/seagate/hub/Ironwolf-bg.jpg');
}
.landing-hub-tile:hover .hub-tile-top:after {
  	opacity: 0.5;
 	filter: blur(3px);
   -webkit-filter: blur(3px);
}
.hub-tile-top{
  	display: flex;
  	justify-content: flex-end;
    position: relative;
    background-color: #000000;
    overflow: hidden;
  	padding: 20px;
}
.landing-hub-tile:last-child{
    margin-right: 0;
}
.landing-hub-tile img {
    display: block;
  	position: relative;
    max-width: 100%;
    transition: 0.5s ease-in-out;
    z-index: 1;
}
.landing-hub-tile:nth-child(2) img {
  	bottom: -20px;
}
.landing-hub-tile p {
	display:inline-block;
	font-size:15px;
  font-weight: normal;
	text-align:left;
}
.landing-hub-tile i {
	font-size:12px;
	padding-left:2px;
}


/*******END-HUB-TILES-SECTION*******/
.landing-table{
  	background-image: url('/images/landing/seagate/hub/landing-bg2.jpg');
    background-color: #262626;
  	background-size: cover;	
  	background-position: 50%;
    padding: 40px 0;
}
.landing-table-row{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.landing-table-col{
    width: 33.333333%;
    text-align: center;
}
.landing-table-cell{
  	display: flex;
  	flex-direction: column;
  	height: 100%;
    border-bottom: 1px solid #000000;
}
.landing-table p{
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 10px;
    border-bottom: 1px solid #000000;
}
.landing-table-col .landing-cell-bottom p:nth-child(2){
  	font-size: 17px;
  	color: #b5b5b5;
}
.landing-cell-bottom{
  	display: flex;
  	flex-direction: column;
  	height: 100%;
    border-right: 1px solid #000000;
  	background: rgba(49,49,49,0.67);
}
.landing-table-col:nth-child(2) .landing-cell-bottom #temp-title1{
  	color: #e15100;
}
.landing-table-col:last-child .landing-cell-bottom #temp-title1{
  	color:#d7272f;
}
.landing-table-col:first-child .landing-cell-bottom{
    border-left: 1px solid #000000;
}
.landing-table #temp-title1{
    font-size: 20px;
    color: #6fbf4c;
}
.landing-table-cell span:first-of-type{
    color: #6fbf4c;
}
.landing-table-col:nth-child(2) .landing-table-cell span:first-of-type{
    color: #e15100;
}
.landing-table-col:last-child .landing-table-cell span:first-of-type{
    color: #d7272f;
}
.landing-table-cell span{
    font-size: 18px;
  	font-weight: bold;
}
.landing-table img{
    max-width: 100%;
    padding: 20px 0;
}
.landing-table p:nth-child(1){
    background: #000;
}
.landing-table p:last-child{
    border: none;
}

@media screen and (max-width: 1500px) {  
    .landing-hub-tile{
    	width: 49.5%;
  }
   .landing-hub-tile:nth-child(2){
    	margin-right: 0;
  }   
  .landing-hub-tile:last-child{
    	margin-top: 1%;
  }
  
}

@media screen and (max-width: 1170px) {  
 	.landing-table-col{
        width: 100%;
    }
    .landing-table-col .landing-cell-bottom{
        border-left: 1px solid #000000;
    }
	
/*******NAV-SECTION*******/
    .landing-nav {
		display:block;
 		height:auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
	}
  .landing-nav ul{
    margin:0;
  }
    .landing-nav li {
        float: none;
    }
	.landing-nav img {
		margin:0;
		padding:10px;
		display:block;
		float:left;
      	width: 140px;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding:15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }	
/*******END-NAV-SECTION*******/

}

@media screen and (max-width: 960px){
  .landing-after{
    padding: 20px;
  }
  .hub-tile-top:hover .hub-tile-text{
    transform: translatey(0);
  }
  .landing-hub-tile {
		margin: 20px auto;
        width: 100%;
        height: auto;
    }
    .landing-hub-tile:last-child{
        margin-top: 0;
    }
	.landing-hub-tile img {
        margin-left: auto;
    }
    .hub-tile-top{
        display: block;
        margin: 0;
    }
	.landing-hub-tile:nth-child(1), .landing-hub-tile:nth-child(3){
    margin-top: 0;
    margin-right:0;
    }
    .landing-hub-tile:nth-child(even){
        margin-top: 0;
    }
    .hub-tile-info{
        padding: 20px 0;
    }
    .hub-tile-text{
        position: static;
        opacity: 1;
        transition: 0s;
        transition-delay: 0s;
    }
    .hub-tile-title{
        position: static;
        opacity: 1;
        transition: 0s;
        transition-delay: 0s;
    }
    .hub-tile-top:hover .hub-tile-title{
        opacity: 1;
    }
  
    .hub-tile-top:hover img {
        opacity: 1;
    }
    .hub-tile-top:hover{
        transition: 0s;
    }
  .landing-hub-tile:nth-child(2) img{
	bottom: 0;
  }
  .hub-tile-top:after {
    	background-position: 0 0;
  }
}


@media screen and (max-width:850px) {
	.landing-hub-banner {
		width:100%;
		height:auto;
		margin:0;
		padding:15px;
		display:block;
		align-items:center;
		flex-direction: no;
		overflow:hidden;
		background-size:cover;
	}
	.landing-hub-banner-fl {
		width:100%;
		display:block;
		text-align:center;
		margin:0 auto;
	}
	.landing-hub-banner-fr {
		align-items:center;
		width:100%;
		display:block;
		text-align:center;
	}
	.landing-button {
		float:none;
		display:inline-block;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px){
    .landing-top:after {
    background-attachment: unset;
}
}