.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

textarea:focus, input:focus{
    outline: 0 !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000000000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Space out content a bit */
body {
  padding-bottom: 20px;
  background-color:#f2f2f2;
  font-family:Helvetica, Arial, sans-serif;
  padding-top:78px;
}

a {
  color:black;
}

a:hover {
  color:#333;
  text-decoration:none;
}

header {
  height:78px;
  position:fixed;
  top:0;
  /*left:50%;*/
  left:0;
  right:0;
  width:100%;
  background-color:#f2f2f2;
  z-index:9999;
  border-radius: 1px;
  /*margin-left:-615px !important;*/
}

footer {
  background-color: #f1f1f1;
  height: 97px;
  width: 100%;
}

.products, .categories, .topheader, .footer-content {
  /*max-width: 1280px;*/
  margin:0 auto;
  width:1310px;
  max-width:100%;
}

.iphone-category-select {
  text-align: center;
  float: left;
  width: 100%;
  margin: 20px 0;
}

.iphone-category-select .current-selection {
  color:#979797;
  background-color:white;
  border:solid 1px #d8d8d8;
  padding:8px 17px;
}


.register {
  display:none;
  padding: 5px 12px;
  border:none;
  margin-right:5px;
  /*opacity: 0;*/
}

header .login {
  margin-top: 28px;
  display: inline-block;
}

.featured {
  background-color:white;
  padding:45px 0;
  text-align: center;
}

.featured .lead {
  color:#9b9b9b;
  font-size:18px;
  margin:25px 0;
  /*font-weight:bold;*/
}

.featured a {
  padding: 10px 40px;
}

.featured h1 {
  color:black;
  font-size:33px;
  margin-bottom:0;
}

.noproducts {
  font-size:14px;
  color:#666;
  font-style: italic;
  text-align: center;
  padding:10px 0;
  display:none;
  width: 100%;
  position: absolute;
  bottom: -20px;
}

.logo {
  background:url("../images/wazala-logo.png") no-repeat;
  background-size:cover;
  width:120px;
  height:27px;
  text-indent:-9999px;
  display:inline-block;
  margin:21px 0 0 0;
}

.categories.fixed {
  position:fixed;
  top:78px;
  left:0;
  right:0;
  /*width:100%;*/
  z-index:9999;
  background-color:#f2f2f2;
}

.categories {
  padding:10px 0;
  display:none;
  border-radius: 1px;
}

#infscr-loading {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  left: 50%;
  margin-left: -120px;
  background-color: white;
  padding: 10px;
  text-align: center;
}

.categories ul {
  list-style:none;
  padding:0;
}

.categories li {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.categories a {
  float:left;
  color:#979797;
  background-color:white;
  border:solid 1px #d8d8d8;
  padding:8px 17px;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.categories a:hover,.categories a.active {
  background-color:#979797;
  color:white;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.loading {
  position: fixed;
  bottom: 10px;
  z-index: 99999;
  left: 50%;
  margin-left: -12px;
  display:none;
}

.storeBox {
  
}

.corner-stamp  {
  float:right;
  width:285px;
  margin:0 35px 15px 0;
  box-sizing: border-box;
  background-color:white;
  box-shadow:0px 0px 2px #DBDBDB;
  min-height:200px;
  font-size:12px;
  color:#9b9b9b;
}

.corner-stamp  figure {
  margin:10px;
  padding:0;
  background-color:#aeaeae;
  display:block;
  min-height: 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.corner-stamp figure img {
  width:100%;
}

.corner-stamp h6 {
  font-size:16px;
  color:black;
}

.corner-stamp .link {
  color:#4A90E2 !important;
}

.corner-stamp .details {
  padding: 5px 15px 15px 15px;
}

.isotopeItem {
  width:300px;
  /*margin-left:16px;*/
  float:left;
}

.isotopeItem article {
  float:left;
  width:100%;
  margin:0 15px 15px 0;
  box-sizing: border-box;
  background-color:white;
  box-shadow:0px 0px 2px #DBDBDB;
  min-height:200px;
  font-size:12px;
  color:#9b9b9b;

}

.isotopeItem article figure {
  margin:0;
  padding:0;
  background-color:#aeaeae;
  display:inline-block;
  width:100%;
  /*min-height:140px;*/
}

.isotopeItem article figure img {
  width:100%;
}

.isotopeItem figure {
  position:relative;
}

.isotopeItem figure .social {
  position:absolute;
  bottom:10px;
  right:10px;
  display:none;
}

.isotopeItem figure .social .twitter {
  float:left;
  width:32px;
  height:32px;
  text-indent:-9999px;
  text-transform: capitalize;
  background:url("../images/twitter.png") no-repeat;
  cursor:pointer;
}

.isotopeItem figure .social .facebook {
  float:left;
  width:31px;
  height:32px;
  text-indent:-9999px;
  text-transform: capitalize;
  background:url("../images/facebook.png") no-repeat;
  cursor:pointer;
}

.isotopeItem figure .social a {
  float:left;
  margin-left:10px;
}

.isotopeItem article .details {
  display:inline-block;
  width:100%;
  padding:15px;
}

.isotopeItem article h6 {
  margin:0;
  padding:0;
  color:black;
  font-weight:normal;
  font-size:14px;
  margin-bottom:10px;
}

.isotopeItem article .store {
  color:#9b9b9b;
}

.isotopeItem article .store:hover {
  color:black;
}

.isotopeItem article hr {
  margin:15px 0;
}

.isotopeItem article .price {
  font-weight:bold;
  color:black;
  font-size:14px;
  display:inline-block;
  margin-top:5px;
}

.isotopeItem article .price span {
  color:#D8D8D8;
}

.isotopeItem article .btn-danger {
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  background-color:white;
  color:#979797;
  border-color:#d8d8d8;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.isotopeItem article:hover .btn-danger {
  background-color:#d0021b; 
  border-color:#d0021b; 
  color:white;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.row {
   margin-left:0;
   margin-right:0;
}

#totop {
  background:url("../images/to-top.png") no-repeat;
  width:50px;
  height:50px;
  position:fixed;
  bottom:40px;
  right:20px;
  display:none;
  cursor:pointer;
}

.showAdmin {
  float:left;
  position:absolute;
  left:50%;
  margin-left:-20px;
  top:50%;
  margin-top:-10px;
  padding:3px 6px;
  background-color:#f0ad4e;
  border:solid 1px #eea236;
  color:white;
  font-size:11px;
  text-decoration: none;
  border-radius:5px;
  cursor:pointer;
  box-shadow:0px 0px 3px #333;
}

.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 10000;
}

#categorySelect {
  position:absolute;
  width:80px;
  left:50%;
  margin-left:-40px;
  top:23px;
  opacity:0;
}

.search {
  display:none;
  position: absolute;
  left: 50%;
  margin-left: -187px;
  top: 50%;
  margin-top: -20px;
}

.search form {
  background-color: white;
  border: solid 1px #D8D8D8;
}

.search input[type="text"] {
  border: none;
  margin: 8px;
  width: 320px;
}

.search input[type="submit"] {
  background:none;
  border:none;
  text-indent:-9999px;
  background-image:url("../images/search-icon.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  width:24px;
  height:24px;
  margin-right:7px;
}


@media only screen and (min-device-width: 768px) {
  .isotopeItem {width:285px;}
}

/* Responsive: Portrait tablets and up */
@media only screen and (max-device-width: 768px) {
  .container {
    /*max-width: 730px;*/
  }

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
    height:79px !important;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  .isotopeItem article, .isotopeItem {cursor: pointer;}
}

.btn-warning {
  box-shadow: none;
  border: none;
}

.register {
  display: inline-block;
  margin-top: 20px;
}

header .pull-right {margin-right: 30px;}
.lead.small {font-size: 14px;
margin-top: -10px;
margin-bottom: 50px;}

@media only screen and (max-device-width: 480px) {
  .logo {margin-left:-10px;}
  .register {margin-right:0;}
  .categories .container-fluid {position:relative;}
  .isotopeItem {width:100%;cursor: pointer;}
  .isotopeItem article {cursor: pointer;}
  footer {display:none;}
 }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
  .isotopeItem { width:230px; }
  div.categories.fixed {margin-top:-2px;}
  .header {margin-top:-1px;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
 .isotopeItem { width:310px; } 
 div.categories.fixed {margin-top:-2px;}
 .header {margin-top:-1px;}
}

.categories label {
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
  margin: 0;
}

.categories .active label {
  color:white;
}



.social2 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: -10px;
  top: 0;
  margin-top: -80px;
}
.social2 li {
  float: left;
  margin-top: 12px;
  position: relative;
}
.social2 a {
  font-size: 18px;
  text-decoration: none;
  color: #909090;
  margin-left: 10px;
  float: left;
  width: 16px;
  height: 16px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: bottom center;
  position:relative;
  z-index:9999;
}
.social2 a.facebook {
  background-image: url("/assets/v2.0/img/wazala-facebook.png");
}
.social2 a.twitter {
  background-image: url("/assets/v2.0/img/wazala-twitter.png");
}
.social2 a.pinterest {
  background-image: url("/assets/v2.0/img/wazala-pinterest.png");
}
.social2 a.google {
  background-image: url("/assets/v2.0/img/wazala-google.png");
}
.social2 a.blog {
  background-image: url("/assets/v2.0/img/Wazala-blog.png");
}
.social2 .social-tooltip {
  position: absolute;
  background-color: #999;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  top: -34px;
  padding: 5px;
  display: none;
}
.social2 .social-tooltip:hover {
  display: block;
}
.social2 .social-tooltip:after {
  content: ' ';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #999;
  position: absolute;
  top: 100%;
  left: 58%;
}
.social2 .social-tooltip div {
  background-color: white;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: left;
  text-indent: 3px;
  padding: 6px;
  font-size: 13px;
  color: #606060;
  float: left;
}
.social2 .social-tooltip div span {
  float: left;
  margin-top: 1px;
}
.social2 .social-tooltip div iframe {
  float: left;
  margin-left: 10px;
}
.social2 .facebook-tooltip {
  left: -134px;
  width: 238px;
}
.social2 .twitter-tooltip {
  width: 160px;
  left: -88px;
}
.social2 .twitter-tooltip iframe {
  margin-left: 0px !important;
}
.social2 .pinterest-tooltip {
  width: 116px;
  left: -62px;
}
.social2 .pinterest-tooltip div {
  padding-right: 7px;
}
.social2 .pinterest-tooltip div a {
  width: 98px;
  margin-right: 4px !important;
  float: left;
}
.social2 .pinterest-tooltip div i {
  margin-right: 0px !important;
}
.social2 .googleplus-tooltip {
  width: 115px;
  left: -63px;
}
.social2 .googleplus-tooltip > div {
  padding-bottom: 0px;
  padding-left: 2px;
}
footer {margin-top:20px;}
footer nav {position:relative;}

.content-center {
display: inline-block;
margin-top: 35px;
height: 20px;
overflow: hidden;
position: relative;
height: 62px;
margin-left: -35px;
}

.submenus_holder {
list-style: none;
padding: 0;
margin: 0;
height: 20px;
overflow: hidden;
text-align: center;
}

.submenus_holder > li {
display: block;
height: 20px;
margin-bottom: 20px;
}

.submenus_holder ul {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}

.submenus_holder ul li {
margin: 0px 25px;
float: left;
}

.submenus_holder a {
  font-size: 14px;
  color: black;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /*padding-bottom: 30px;*/
  font-family:Helvetica, Arial, sans-serif;
}
.submenus_holder a:hover,
.submenus_holder a.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

footer .row {text-align:center;}