html,body{
    margin: 0;
    padding: 0;
}
a {
    font-size: 22px;
    margin-right: 10px;
    margin-bottom: 5px;
	/*color: #F40012 !important;*/
	text-decoration: none !important;
}
a:hover{
    color: red !important;
}
.main-container {
    width: 100%;
    background: url("/images/youvinhystory/bg.jpg") repeat-x;
    background-color: #e8e8e8;
    padding-bottom: 50px;
}
.content h1{
    width: 65%;
}
.header {
    padding-bottom: 20px;

   background: url("/images/youvinhystory/tire_2.jpg");
    box-shadow: inset 0 0 0 0 #000000, inset 0 -2px 2px -1px #000000;
    border-bottom: 1px solid #2c2c2c;
}
.content h3{
    font-family: 'Open Sans Condensed';
    font-size: 25px;
}
.footer {
    color: black;
    background: #FF9D9D;
    height: 250px;
    text-align: center;
}
.link{
	text-decoration: none ;
	font-size: 13px;
}
.link:hover{
	text-decoration:underline;
}

.copyright{
   color: gray;
	margin: 10px;
}
.content .container{
    margin-top: 50px;
    min-height: 500px;
    /*padding: 10px;*/
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.10);
    border-radius: 8px;
    border: 1px solid #c0c0c0;
}
#logo{
    margin-left: -75px;
    background: url("/images/youvinhystory/logo.jpg") no-repeat;
    width: 350px;
    height: 91px;
}
.header span{
    color: #ffffff;
}
.btn.btn-primary{
    background: #C60101;
	font-size: 21px;
	height: 30px;
	width: 180px;
}
.btn.btn-primary:hover{
    background: #FF0000;
}
.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{
    margin: 0;
    padding: 0;
    background: #FF9D9D;
    color: #ffffff;
    max-width: 300px;
	width: 100%;
	min-height: 70px;
}
.btn.btn-success{
    background: #38899a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-success:hover{
    background: #3F9C57;
}
.btn.btn-success.order{
	background: #FF0000;
	font-size: 28px;
	max-width: 405px;
	color: white !important;
	text-decoration: none !important;
	
}
.btn.btn-success.order:hover  {
	background: #FF0000;
	font-size: 28px;
	color: white !important;
	text-decoration: none !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}
.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 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.fb-like.fb_iframe_widget {
    margin-right: 25px;
}