.site-name{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.main-navigation .navbar-default .navbar-nav > li.active > a {
    color: white;

}

.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
    color: red;

}
.main-navigation .navbar-default .navbar-nav > li > a:hover, .main-navigation .navbar-default .navbar-nav > li.active > a:hover {
    color: red;
}

.fixed-header-on .navbar-default .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.main-navigation .navbar-default .navbar-nav > li.active > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.site-slogan{
 color: white;  
    font-size: 15px;
}
.site-slogan:hover{
    text-decoration: none;
    cursor: pointer;
    color: white;   
}

.iphone{
 width: 290px;  
position: absolute;
    top: -30px;
    left: 30px;
}

.macbook{
    position: absolute;
    top: -50px;
    width: 500px;   
}


.headerFooter{
 background-color: black;
    z-index: 100;
    position: fixed;
    bottom: 0px;
    width: 102%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    opacity: .8;
    
}

.creditCards{
    width: 250px;
    left: -100px;
}

.logo{
 width: 300px;   
}

.site-slogan{
 padding-left: 80px;   
}
.header-right{
 padding-top: 12px;   
}

//

.macslider {
  width: 300px;
  height: 200px;
  margin: auto;
  position: relative;
}

.macbg {
  position: absolute;
  width: 400px;
  height: 300px;
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image: url(http://i.imgur.com/DBqHl53.png);
}



.macsites {
    position: absolute;
    width: 300px;
    height: 189px;
    background: red;
    top: 45px;
    left: 65px;
    overflow: hidden;
}
  .macsites ul {
    margin: 0;
    padding: 0;
    width: 2000px;
    list-style: none;
    position: relative;
    backface-visibility: none;
    transition: ease 0.8s;
  }
  .macsites li {
    float: left;
  }

.slida{
 width: 300px;
    height: 200px;
}

@media (max-width: 768px) {
    .header {
        background-color: black;
        
    }
}
@media (max-width: 768px) {
    .creditCardage{
        font-size: 12px;   
    }
}
@media (max-width: 768px) {
    .creditCards{
        margin-top:10px;
    }
}
@media (max-width: 1024px) {
.logo {
    margin: 0px;

}
}


