a:hover,
a:focus,
a:active {
	color: #ee1818 !important;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #ee1818 !important;
    border-color: #285e8e;
}
.fine-print, .share-price .date {
	font-size: 12px;
	color: #999494;
}

/* Add by George */
.features-container i {
	color: #FFF;
	font-size: 25px;
}
body 
{
	background:rgb(250,250,250);margin:0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
nav 
{
	height:76px;
	padding:0 20px;
	border-bottom:1px solid silver;
}
nav div
{
	height:76px;border-bottom:1px solid silver;
	display:flex;justify-content:space-between;align-items:center;
}
h3+ul,h4+ul 
{padding:5px 40px;margin:5px 0 20px 0;}
table th,table td 
{text-align:center;}
table 
{margin-bottom:20px;}
h4 
{font-weight:bold;margin:10px 0;}
.action+ul
{list-style:none;padding:0;}
article,nav div
{          
	margin:0 auto;
	max-width:1200px;
}
.share 
{
	list-style:none;
	display:flex;
	padding:0;margin-top:20px;
}
.product-img 
{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:30%;
	position:relative;
}
.shading
{
	border-radius:5px;
	position:absolute;bottom:0;
	width:90%;
	margin-left:50px;padding:10px 20px;
	color:white;
}
@media (max-width:600px)
{.product-img {padding-top:50%}}
@media (max-width:400px)
{
	h1 {font-size:22px;} 
	h2 {font-size:20px;}
	.shading {margin-left:20px;}
}


/*added by Saxon start*/
img{
	max-width: 100%;
}
li{
	line-height: 2;
}
.item-container{
	padding-top:15px;
	text-align: center;
}
.item-container p{
	margin:15px 0;
}
.highlight{
	background-color: #EEE;
}
.marginTB-15{
	margin: 15px 0;
}
.btn{
	padding: 10px 20px;
	font-size: 18px;
	border: none;
	color: #FFF !important;
}
.btn-primary{
	background-color: #F00;
}
.main-content-wrapper{
	padding: 30px 0;
}
.nav-wrapper{
	border:none;
	position: relative;
}
.media-box-more{
	font-size: 17px;
}
.banner-text{
	color: #FFF;
	padding-bottom: 15px;
}
.lang-toggle{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and  (max-width: 750px){
	.main-content-wrapper{
		padding: 30px 0;
	}
}
/*added by Saxon end*/