@charset "UTF-8";
/* CSS Document */

.news-page-col{
    width:65%;
    float: left;
    }

.news-page-col h1{
    font-size: 28px;
    line-height: 32px;
    
    }

.news-page-col-right-wrapper{
    width:35%;
    padding: 0 20px 0 0;
    float: left;
    }

.news-page-col-right{
    width:100%;
    }
.news-page-col-right img{
    width:100%;
    height: auto;
    }

.records-links{
    float:left;
    width:100%;
    margin: 26px 0 0 0;
  
   }


a.buy{
    display: inline-block;
    color: #fff;
    background-color: #bc3915;
    padding: 10px 10px;
    text-decoration: none;
    font-family: 'droid_serifbold', serif;
    font-size: 15px;
    line-height: 15px;
    margin: 0 6px 0 0;
    transition: all 0.5s ease;
    position: relative;
    top:-13px;
    
}

a.buy:hover{
   background-color: #000;
    }

.apple-button{
   display: inline-block;
    width: 136px;
    height: 36px;
     margin: 0;
    background-image: url(../images/apple-button@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
   }


a.apple{
    padding: 0;
   }




@media (max-width: 700px) {
    
 .news-page-col{
    width:100%;
    }
    
    .news-page-col-right-wrapper{
    width:100%;
    padding: 0 0 0 0;
    float: left;
    }
    
        .records-links{
    float:left;
    width:100%;
    margin: 16px 0 10px 0;
   }
    
}
    
    
    
}