html,body{
    margin: 0;
    padding: 0;
}
a {
	color: #4A0072 !important;
}
.main-container {
    width: 100%;
    background: url("/images/youvinhystory/bg.jpg") repeat-x;
    background-color: #e8e8e8;
    padding-bottom: 50px;
}
.content h1{
    width: 65%;
}
.header {
	background: rgb(245, 211, 239);
	background-image: url("/images/youvinhystory/bg.png");
}
.content h3{
    font-family: 'Open Sans Condensed';
    font-size: 25px;
}
.footer {
    color: black;
    background: #FF9D9D;
    height: 250px;
    text-align: center;
}
.copyright{
    padding: 20px;
}
.content .container{
    margin-top: 50px;
    min-height: 500px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.10);
    border-radius: 8px;
}
#logo{
    margin-left: -75px;
    background: url("/images/youvinhystory/logo.jpg") no-repeat;
    width: 350px;
    height: 91px;
}
.header span{
    color: #ffffff;
}
.btn.btn-primary{
    background: #9001C6;
	font-size: 21px;
	height: 45px;
	width: 270px;
}
.btn.btn-primary:hover{
    background: #AC05EB;
}
.btn.btn-warning{
    background: #72DA8D;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    margin-left: 20px;
}
.required{
	color:black;
}
.sample-btn-container {
    width: 20%;
    text-align: center;
    margin-bottom: 15px;
    float: right;
    margin-top: -40px;
}
#vin-form{
    background: #B99CBB;
    color: #ffffff;
	width: 270px;
	/*float: right;*/
	height: 160px;
}
.btn.btn-success{
    background: #38899a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-success:hover{
    background: #3F9C57;
}
.btn.btn-success.order, .btn.btn-success.order:hover  {
   background: #C08BBA;
   font-size: 23px;
	width: 350px;
	color:black !important;
}
.items .span-4{
    margin-top: 10px;
    margin-bottom: 10px;
}
#content{
  padding-left: 20px;
}
.top-links a{
    color: #ffffff;
    font-size: 16px;
}
.top-links a:hover{
    color: #ffffff;
}
.social{
    padding-top: 20px;
}
.social h4{
    color: #ffffff;
}
.social img{
    width: 50px;
    height: 50px;
}
.share {
	margin-right: 425px;
    text-align: center;
    margin-bottom: 10px;
    width: 30%;
    float: right;
    margin-top: 10px;
}
.fb-like.fb_iframe_widget {
    margin-right: 25px;
}