/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
  padding-bottom: 20px;
  overflow-x: hidden;
  background-color:#000;
}

.img-center{ /* center imgs for pages that have imgs on banners*/
	margin: 0 auto;
}

.visible { /* used to hide animation elements*/
	visibility: hidden;
}

.element-space { /* on index.html, used on Herman's div*/
	padding-bottom: 20px;

}

.centered{float:none; margin:0 auto;}

.row a{
    color: #575757;
}

.row a:hover{
text-decoration:none;
}


/* SVG Morph */
.morph-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.morph {
    position: relative;
    height: 100%;
    fill: var(--background-color-2);
    flex: none;
}

.content-wrap {
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    
    min-height: 600px;
    pointer-events: none;
}



.item {
  clip-path: url(#path);
  }
  .bgimg {
    position: fixed;
  }



/* shining text*/
$duration: 5s;
$text-color: rgba(255, 255, 255, 0.3);
$bgr-color: #333;
html {
	background-color: $bgr-color;
	text-align: center
}

body {
	padding-top: 3em;
}

.shine, .chrome {
	font-size: 3em;
	margin: 0 auto;
	margin-bottom: 1em;
}

.shine {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	-webkit-background-size: 150px;
	color: $text-color;
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: $duration;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.chrome {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
	-webkit-background-size: 200px;
	color: $text-color;
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: $duration;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {
	0%, 10% {
		background-position: -1000px;
	}
	20% {
		background-position: top left;
	}
	90% {
		background-position: top right;
	}
	100% {
		background-position: 1000px;
	}
}

/*about page*/
.row ul.client-list li{

font-size:16px; font-weight:200; color:#ccc; font-style: normal;
}

/*transitions start*/

/* Jumbotron section */


.jumbotron  h1{
color:white;
font-size:22px;
font-weight:200;
opacity:.7;

}

.jumbotron  p{
color:white;
opacity:.4;

font-size:18px;
font-weight:400;
position:relative;
bottom:10px;
}

/* 1st Section */

#cocoon-devices-left{
position:relative;
top:110px;
right:135px;
opacity: 1;
height:300px;
}




#cocoon-devices-center{
position:absolute;
top:-210px;
left:10px; 
right:0; 
margin:0 auto; 
transition: all 1.1s ease-out; 
opacity: 1;
-webkit-transition: all 1.1s ease-out;

}




#cocoon-devices-right{
position:absolute;
top:-190px;
left:665px; 
right:0; 
opacity: 1;
height:300px;
}



/* 2nd Section */


/* regular section*/
#cassia-device{
position:absolute;
top:250px;
left:0; 
right:0; 
margin:0 auto; 
transition: all 1.3s ease-out;  
-webkit-transition: all 1.3s ease-out;
opacity: 1; 


}


/* going to next section */
.fp-viewing-3-UBC #cassia-device{
bottom:50px;

}


/* 3rd Section */

.ubc-device{
position:relative;
width:1100px;
height:300px;
float:left;
display:block;}

#ubc-device-desktop{
position:relative;
margin:0 auto; 
left:733px; 
bottom:127px;
}

#ubc-screen-right{
position:relative;
left:510px;
bottom:10px;
 -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

#ubc-screen-bot{
position:relative;
left:30px;
bottom:180px;
z-index:5;
 -webkit-transition-delay: 0.7s; /* Safari */
    transition-delay: 0.7s;
}

#ubc-screen-mid{
position:relative;
left:520px;
bottom:615px;
z-index:10;
-webkit-transition-delay: 0.9s; /* Safari */
transition-delay: 0.9s;
}

#ubc-screen-top{
position:relative;
left:90px;
bottom:650px;
z-index:15;
 -webkit-transition-delay: 1.1s; /* Safari */
    transition-delay: 1.1s;
    }



/* 4th Section */

#home-calemazoo h2{
 -webkit-transition-delay: 1.2s; /* Safari */
    transition-delay: 1.2s;
   font-size:22px; font-weight:600; color:white;
    }

#home-calemazoo p{
width:310px; line-height:1.7; color:white; font-size:18px;
 -webkit-transition-delay: 1.1s; /* Safari */
    transition-delay: 1.1s;
   
    }

.calemazoo-logo{
position:relative; right:20px; top:100px;
 -webkit-transition-delay: 1.2s; /* Safari */
    transition-delay: 1.2s;}

.calemazoo-device img{
position:relative; 
bottom:250px; 
left:60px;
height:700px;
}


.calemazoo-ui-01 {
position:relative; 
bottom:1260px; 
left:750px;
width:300px;
-webkit-transition-delay: 0.7s; /* Safari */
transition-delay: 0.7s;
}

.calemazoo-ui-02 {
position:relative; 
bottom:1300px; 
left:650px;
width:300px;
-webkit-transition-delay: 0.7s; /* Safari */
transition-delay: 0.7s;
}


.calemazoo-phone-ui{
position:relative; bottom:720px;}

#calemazoo-phone-ui1{
position:relative; left:373px; bottom:105px; width:90px; 
 -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;}

#calemazoo-phone-ui2{
position:relative; left:185px; bottom:15px;  width:415px;
 -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;}  

#calemazoo-phone-ui3{
position:relative; right:195px;  bottom:46px; width:105px;
 -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;} 

#calemazoo-phone-ui4{
position:relative; left:140px;  bottom:202px; width:480px;
 -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;}


/* 5th Section */
#ntrust-laptop{
position:absolute;
bottom:-300px;
left:125px; 
margin:0 auto; 
transition: all 0.9s ease-out;  
-webkit-transition: all 0.9s ease-out;
opacity:1;
width:450px;
}





#ntrust-tablet{
position:absolute;
top:40px;
left:425px;
margin:0 auto; 
transition: all 0.8s ease-out;  
-webkit-transition: all 0.8s ease-out;
height:280px;
}



#ntrust-phone {
position:relative;
bottom:172px;
width:200px;
}





/* 6th Section */
#ffc-card{
position:absolute;
bottom:-185px;
left:205px;
margin:0 auto; 
transition: all 1.1s ease-out;  
-webkit-transition: all 0.8s ease-out;
opacity: 1; 
width:540px;
}




#ffc-phone{
position:absolute;
top:365px;
left:230px;
margin:0 auto; 
transition: all 1.1s ease-out;  
-webkit-transition: all 1.1s ease-out;
opacity: 1;
width:460px; 
}


/* transitions end*/




#ntrust_banner{background-color:#007bb9;}

#ntrust_banner h1, #ntrust_banner p {color:#fff;}

#calemazoo_banner{background-color:#00a6bd;}
#calemazoo_banner h1, #calemazoo_banner p {color:#fff;}

#bestbuy_banner{background-color: #003B64;  padding-bottom:50px;}
#bestbuy_banner .container {margin-top:10px;}
#bestbuy_banner p, #bestbuy_banner h1{color:#fff;}
 #bestbuy_banner h1{color:#fff; margin-top:50px;}

#pos_banner{background-color: #ff9933;  padding-bottom:50px;}
#pos_banner .container {margin-top:10px;}
#pos_banner p, #pos_banner h1{color:#fff;}
 #pos_banner h1{color:#fff; margin-top:50px;}
 
 
#herman_banner{position:relative; height:450px; top:10px; background: url('../img/herman_bg.jpg') no-repeat center; width: 100%; 
 }
#herman_banner .container{margin-top:10px; position:relative; bottom:50px;}
#herman_banner h1{position:relative; top:45px;}
#herman_banner p{position:relative; top:30px;}


#jetpack_banner{height:350px;background: url('../img/jetpack_banner.jpg') no-repeat center; position: relative; top: 40px;}
#jetpack_banner h1, #jetpack_banner p { position:relative; top:50px; color:white; text-shadow: 0px 1px 4px #000;}


#smart_tv_banner{height:500px;background: url('../img/tv_bg.jpg') no-repeat center; position: relative; top: 35px;}
#smart_tv_banner h1, #smart_tv_banner p { position:relative; bottom:60px;}


#fashion_banner{height:400px;background: url('../img/fashion_bg.jpg') no-repeat center; position: relative; }
#fashion_banner h1{ position:relative; bottom:30px; }
#fashion_banner p{ position:relative; bottom:40px; }

#paws_banner{height:500px;background: url('../img/paws_bg.jpg') no-repeat center; position: relative; top: 13px;}
#paws_banner h1, #paws_banner p { position:relative; bottom:40px; color:white; text-shadow: 0px 1px 4px #000;}



#clock_banner{height:420px;background: url('../img/clock_bg.jpg') no-repeat center; position: relative;  }
 
#clock_banner h1{ position:relative; bottom:15px;}
#clock_banner p{ position:relative; bottom:30px;}

#save_everyday_banner{background-color:#9AC04D; height:375px; position:relative; bottom:50px;}

#save_everyday_banner h1{color:#688a36;}

#save_everyday_banner p{color:#FFFFFF;}

#save_everyday_banner .container{margin-top:5px;}

#about {padding-bottom:0px;}

/*Carousel A -- if you change following numbers, you need to change same attributes in responsive.css*/
.A .carousel {width: 200px; } /*Carousel width as whole, changes depending on image size*/
.A .carousel-control {top:200px; } /*Carousel arrows height*/
.A .carousel-control.right {right: -150px; background-image:none; 	z-index: 10;} /*Carousel arrows left & right position*/
.A .carousel-control.left {left:-50px; background-image:none; 	z-index: 10;}
.A .carousel-inner {position: absolute; top:70px; left: 60px;} /*where carousel image goes*/
.A .carousel-indicators {top:500px; left: 160px;} /*little dots underneath carousel*/
.A .carousel-indicators li {border: 1px solid #999;}
.A .carousel-indicators .active {background-color:#999;}
.A .frame{ /*iphone frame*/
	position: absolute;
	z-index: 0;
	left:40px;
	top:0px;
}
.tv_phoneCarousel_spacing{ /*carousel postions are absolute, so this is for space under the text on the right hand side*/
	padding-bottom: 350px;
}

/*Carousel B*/

.B .carousel-control.right {background-image:none; }
.B .carousel-control.left {background-image:none; }


/*nav button*/
.navbar-toggle { 
	margin-left: 0px;
}
.navbar-inverse .navbar-toggle {
width:100%;
border-bottom: #bcbcbc 1px solid;
height:40px;

}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #999;
	margin-left: auto;
	margin-right: auto;
}

.aaa { /* cant find where i used this, but better keep it for now*/
	padding:none;
}

.outer-nav a{ /* 3D nav font size*/
	font-size: 1em;
}

.jumbotron .container{
margin-top:40px;
}

.dropdown-menu {
	left:473px;
	border-radius: 0px;
}

.jumbotron{
	padding-top: 50px;
}

.herman {
	z-index: 9999;
}

.spacing {
	padding-top: 50px;
}


.row ul li:before{content:"-"; position:relative; color:#666; left:-10px;}

.row ul li{ list-style-type: none; text-indent:-15px; color:#666; font-style:italic}




/*------------banners------------*/

.description{
 z-index:20; color:white; font-size:20px; font-weight:100;}

.portfolio_btn{
	color:white;  
    border-style: solid;
    border-width: 1px;
       border-color:white;
    font-weight:400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
}

a.portfolio_btn{padding:5px 60px; font-size:16px;}

a.portfolio_btn:hover{color:white; text-decoration: none;}


#featured .grid{float:left; }

.width{overflow:hidden; }
.grid{width:33.3333% }

.webapp-feature {display:none;}

.grid ul { position:absolute; bottom:5px; z-index:10 !important; }

.grid ul li{float:left; font-family: 'BenchNine', sans-serif; font-size:16px;  padding-right:15px; list-style-type: none;  }

.grid img{pointer-events: none;}

.bottom_two img{float:left; padding:3px 3px;}

.hover_bg{
	height:100%;
	width:100%;
    opacity:0;
    }
    
.hover_bg:hover {
    height: 100%;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
    width: 100%;	
    position:relative;
	z-index:2;
    }
    

    
.thumbnails:hover
{
  -webkit-opacity: .45;
  -moz-opacity: .45;
  opacity: .45;
-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
    
}

#home-cocoon3d-bg{
	background: url('../img/HomeBG-01-Cocoon.png') ;background-color:#111111;
	width:931px;
	height:468px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    margin: auto;

  }
  
  .home-cocoon3d-content{
	width:931px;
	height:468px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    margin: auto;
	bottom:500px;
  }
  
  
	
	
	
#home-cassia{

background: url('../img/HomeBG-02b-Cassia.jpg');
	width:930px;
	height:530px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    margin: auto;

  }
  
  #home-cassia-bg{
  background:url('../img/HomeBG-02a-Cassia.png') -25px -50px;

    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    margin: auto;
	margin-bottom: 500px;
	
top:0;
width:100%;

  height:100%;
  background-size: calc(100% + 50px);
  
    
  }
  
#home-ubc-bg{
background: url('../img/HomeBG-03-ubc.png') ;background-color:#111111;
	width:80%;
	height:464px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;

	opacity:.9;
  }
  
.home-ubc-content{
	width:80%;
	height:464px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;
	left:10px;

	bottom:500px;
	
  }
  
#home-calemazoo{
/*background: url('../img/HomeBG-04-Calemazoo.png');*/
	width:960px;
	height:394px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;
	margin-bottom: 500px;
  }
  
#home-ntrust-bg{
background: url('../img/HomeBG-05-nTrust.png') ;background-color:#111111;
	width:80%;
	height:550px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;

  }

.home-ntrust-content{
	width:80%;
	height:550px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;
	bottom:500px;	

  }
  
  
#home-ffc-bg{
background: url('../img/HomeBG-06-ffc.png') ;background-color:#111111;
	width:950px;
	height:490px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;	

  }

  
.home-ffc-content{
	width:950px;
	height:490px;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
	margin: auto;	
	bottom:500px;	

  }

.ntrust-logo-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:260px; z-index:1;}













@media (min-width: 992px) and (max-width: 1580px) {
.box{width:50% ;}
.width{width:100% ;}
.webapp-feature {display:initial; position:absolute; left:45%; bottom:0; z-index:3; }
.bottom_two img{width:25%; padding:3px 3px;}
.grid p{width:400px;}
      

#ntrust_webapp{
height:450px;
background: url('../img/banner_ntrust_webapp.jpg') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.ntrust-logo-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:260px; right:35%; z-index:1;}

#calemazoo{
height:450px;
    background: url('../img/banner_calemazoo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.calemazoo-feature {display:initial; position:absolute; left:40%; bottom:0; z-index:3;}

.calemazoo_logo{display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:260px; width:280px; right:34%; z-index:1;}

#bestbuy{
height:450px;background: url('../img/banner_bestbuy.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.bestbuy-feature{position:relative; display:block; text-align:center; margin:0 auto; bottom:443px; left:30%; z-index:3;}
.bestbuy-logo {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:710px; right:40%; width:170px; z-index:1;}

#jetpack_penguin{
height:450px;background: url('../img/banner_jetpack_penguin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.jetpack-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:420px; width:360px;}
    

#ntrust_ios{
height:450px;background: url('../img/banner_ntrust_ios.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.ios-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:393px;  }

#saveeveryday{
	height:450px;
	background: url('../img/banner_saveeveryday.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.box{width:50% ;}
.width{width:100% ;}
.webapp-feature {height:90%; display:initial; position:absolute; left:40%; bottom:0; z-index:3;}
.thumbnails{position:relative; left:5%;}
.bottom_two img{width:30%; padding:3px 3px;}
.grid p{width:400px;}
.box p{width:325px;}

#ntrust_webapp{
height:300px;
background: url('../img/banner_ntrust_webapp.jpg') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.ntrust-logo-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:180px; right:30%; width:200px; z-index:1;}
.webapp-feature{left:55%;}

#calemazoo{
height:300px;
background: url('../img/banner_calemazoo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.calemazoo-feature {display:initial; position:absolute; left:50%; width:600px; bottom:0; z-index:3;}

.calemazoo_logo {display:initial; position:absolute; right:69%;  bottom:120px; width:200px; z-index:1;}

#bestbuy{
height:300px;background: url('../img/banner_bestbuy.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.bestbuy-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:283px; left:35%; width:450px; z-index:3;}    
.bestbuy-logo {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:490px; right:38%; width:170px; z-index:1;}


#jetpack_penguin{
height:300px;background: url('../img/banner_jetpack_penguin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.jetpack-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:285px; width:65%; right:10px;}

#ntrust_ios{
height:300px;background: url('../img/banner_ntrust_ios.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }


.ios-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:262px;  width:200px;  }


#saveeveryday{
	height:300px;
	background: url('../img/banner_saveeveryday.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.sed_logo {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:200px;  width:343px;  z-index:1;}   

}


@media (min-width: 401px) and (max-width: 767px) {
.box{width:50% ;}
.width{width:100% ;}

.thumbnails{position:relative; left:5%;}
.bottom_two img{width:30%; padding:3px 3px;}

.content, .hover_bg ul{display:none;}
 .hover_bg:hover  {background-color:black !important;}

#ntrust_webapp{
height:220px;
background: url('../img/banner_ntrust_webapp.jpg') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.webapp-feature {display:none; }    
.ntrust-logo-feature{  bottom:140px; width:250px; z-index:1;}

#calemazoo{
height:220px;
background: url('../img/banner_calemazoo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.calemazoo-feature {display:none;}    
.calemazoo_logo {display:initial; position:relative; display: block;  margin: 0 auto; text-align: center; bottom:140px; width:250px; z-index:1;}

#bestbuy{
height:220px;
	background: url('../img/banner_bestbuy.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.bestbuy-feature {display:none;}  
.bestbuy-logo {bottom:160px;}        

#jetpack_penguin{
height:220px;
background: url('../img/banner_jetpack_penguin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.jetpack-feature {display:initial;  position:relative; display:block; text-align:center; margin:0 auto; bottom:100%;  width:200px;  }


#ntrust_ios{
height:220px;
	background: url('../img/banner_ntrust_ios.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.ios-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:196px; width:150px;}
.ios-logo {display:initial; position:absolute; left:36%;  bottom:60px; width:100px; z-index:3;}


#saveeveryday{
	height:220px;
	background: url('../img/banner_saveeveryday.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.sed_logo {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:150px;  width:350px;  z-index:1;}   

}

@media screen and (max-width: 400px) {
.grid{width:100% ;}
.box{width:100%;}
.width{width:100% ;}
.small_boxes{ width:50%; float:left;}
.content, .hover_bg ul{display:none;}
 .hover_bg:hover  {background-color:black !important;}

#ntrust_webapp{
height:220px;
background: url('../img/banner_ntrust_webapp.jpg') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
.ntrust-logo-feature{  bottom:140px; width:200px; z-index:1;}
#calemazoo{
height:220px;
background: url('../img/banner_calemazoo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.calemazoo-feature {display:none;}     
.calemazoo_logo {display:initial; position:absolute; right:15%;  bottom:80px; width:220px; z-index:1;}

#bestbuy{
height:220px;
	background: url('../img/banner_bestbuy.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }
    
.bestbuy-feature {display:none;}       
.bestbuy-logo {bottom:160px;}   

#jetpack_penguin{
height:220px;
background: url('../img/banner_jetpack_penguin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.jetpack-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:215px; width:60%; }


#ntrust_ios{
height:220px;
	background: url('../img/banner_ntrust_ios.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.ios-feature {display:initial; position:relative; display:block; text-align:center; margin:0 auto; bottom:196px; width:150px;  }

#saveeveryday{
	height:220px;
	background: url('../img/banner_saveeveryday.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    }

.sed_logo {margin:0 auto; bottom:135px;  width:80%;  z-index:1;}       
    
}



/*----scrolling dots ----*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #666;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}