
/*--------------------- Blog Style --------------------------*/


.iframe-container {
    position: relative;
    height: auto;
    width:100%;
    overflow: hidden;
}

.iframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bargainhero{
    height:250px;
	width:100%;
	background:url("//rubimages-liberty.netdna-ssl.com/slides/bargain-slide-300.jpg?v=1") no-repeat;
	background-size:cover;
	background-position:center;
	padding:40px 0px 0px 90px;
}

.header-text h2{
	font-size:30px;
	color:#fff;
}

.header-text h1{
	font-weight:900;
	font-size:45px;
	color:#fff;
}

#head-title{
	font-size:30px;
	color:#fff;
}
.bargainhero .header-text h2,.bargainhero  .header-text h1 {
  font-size: 3em;
  font-weight:900;
  height:50px;
  text-shadow: 1px 2px 5px #555;

}

.post-header h1{
    font-size:30px;
    margin-bottom:40px;
}
.alert-grey {
    background-color: #F1F1F1;
    border-color: #DDDDDD;
    color: #1B1B1B;
}

.linkish {
	text-decoration: none;
    color: #1D477E;
    font-style: bold;
	cursor:pointer;
}
#bargain-story ol {
	list-style:decimal;
}
#bargain-story ol li {
	list-style:decimal; 
	margin:10px 0;
}
@media only screen and (max-width: 600px) {
	.bargainhero {
		padding:5px 20px;
	}
}
