/******/

@font-face {
	font-family: "navigator";
	src: url("@fonts/navigator.eot?#iefix");
	src: url("@fonts/navigator.eot?#iefix") format("eot"), url("@fonts/navigator.woff2") format("woff2"), url("@fonts/navigator.woff") format("woff"), url("@fonts/navigator.ttf") format("truetype"), url("@fonts/navigator.svg#76250d27-b353-4f3b-90c6-0ff635fabaab") format("svg");
}
body {
	padding: 0;
}
.container-fluid {
	padding: 0;
}
.body_header {
	font-size: 100px;
	line-height: 1em;
	text-align: center;
	font-family: navigator, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 25px;
}
.body_header_details {
	font-size: 34px;
	line-height: 0.7em;
	text-align: center;
	color: #C0392B;
}
.product-text-orange {
	color: #F3A31B;
}
.direction-header {
	font-size: 41px;
	line-height: 1em;
	color: #F3A31B;
	font-family: navigator, sans-serif;
}
.direction-heading {
	color: #F3A31B;
	text-transform:uppercase;
	font-family: navigator, sans-serif;
	position:relative;
	margin-bottom:25px;
	font-size:40px;
}
.header-contacts {
	font-size:15px;
	font-family: navigator, sans-serif;
	color:#999;
	margin-top:22px;
}
.logo img {
	width:80%;
	float:right;
	margin-right:40px;
}
.direction-heading:before{
	width:240px;
	background:#F3A31B;
	left:0;
	position:absolute;
	top:20px;
	height:3px;
	content:'';
}
.direction-heading:after{
	width:240px;
	background:#F3A31B;
	right:0;
	position:absolute;
	top:20px;
	height:3px;
	content:'';
}
.nav {
	margin: 15px 0;
	display: block;
	text-align: center;
}
.nav li {
	padding: 0 20px;
	display: inline-block;
	transition: color 0.4s ease 0s;
	font-size: 17px;
	font-family: navigator, sans-serif;
}
.nav li a {
	color: #414141;
	text-decoration: none;
}
ul.body-points {
	border: 1px solid #ccc;
	padding: 10px 40px;
	color: #F3A31B;
	font-size: 18px;
	font-weight: 14em;
	font-family: navigator, sans-serif;
	border-radius: 12px;
}
.topbar-social-media li {
	list-style: none;
	display: inline-block;
	background: #f00;
}
.banner-image {
	padding: 0;
}
.banner-image img {
	width: 100%;
	height: auto;
}
.fixed-header {
	position: fixed;
	left: auto;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom:5px solid brown;
}
.direction-section .container,
.header {
	margin:0 auto;
	width: 1000px;
}
.banner-section {
	margin-top: 143px;
	border-top:2px solid #000;
}
.direction-section {
	padding: 40px 0;
	margin: 20px 0;
	background: #eee;
}
.footer {
	color: #9E9E9E;
	background: #414141;
	padding: 35px 0 15px;
	font-size: 15px;
	text-align:center;
}

.addto-cart-link {
	/*background: #fff;*/
	background: rgb(226,151,76);
background: linear-gradient(35deg, rgba(226,151,76,1) 0%, rgba(192,60,43,0.9360119047619048) 100%);
	
	color:#fff;
	border:3px solid #ccc;
	width:75%;
	display:block;
	padding:5px 10px;
	margin:20px auto 0;
	font-family:navigator;
	font-size:32px;
	font-weight:800;
	text-decoration:none;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	box-shadow:2px 2px 8px rgba(100,100,100,0.5);
	border-radius:20px;
}

.addto-cart-link:hover {
	background:#666;
	color:rgba(225,150,75,1);
	text-decoration:none;
	transition:color 0.4s ease .03s;
	border:3px solid #000;
}

.red-star {
	color:#f00;
}

.contact-us-body {
	margin-top: 270px;
	margin-bottom:70px;
	width:1000px;
}

@media only screen and (max-width:767.5px) {

	.direction-section .container,
	.header {
		margin:0 auto;
		width: 98%;
	}

.body_header {
	font-size:36px;
	
}
.addto-cart-link {margin-bottom:50px;}
.facts-image img{ width:100%;}
.footer_contents {margin:0 auto; width:90%;}
.logo img {margin-top:20px;}
.banner-image {margin-top:80px;}
.contact-us-body {width:98%;}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.body_header { text-align:center; font-size:80px;}
	.product-main-img img {width:100%;}
	.addto-cart-link { font-size:25px; width:95%;}
	.facts-image img {width:100%;}
}