/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography */
body {
	background: #fff url('../images/body-bg.jpg') repeat-x top left;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 26px;
	min-width: 360px;
}
.body-wrapper {
	background: transparent url('../images/featured-bg.jpg') no-repeat top center;
}
p {
	margin: 0 0 20px 0;
}
p:last-of-type {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}
h1 {
	font-size: 48px;
	line-height: 44px;
	letter-spacing: -1px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 32px;
	line-height: 36px;
}
h4 {
	color: #76756a;
	font-size: 18px;
	font-family: 'Roboto', serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 26px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
h5 {
	color: #8dc71b;
	font-family: 'Roboto', serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 10px 0;
}
small {
	font-size: 14px;
}
.button {
	background-color: #af8016;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: 20px 30px;
	text-decoration: none;
	transition: all .5s ease;
}
.button:hover {
	background-color: #af8016;
	color: #fff;
	text-decoration: none;
}
.checked {
	color: #8dc71b;
	margin: 0 0 20px 0;
}
.checked li {
	display: inline-block;
	margin: 0 2% 4% 0;
	width: 45%;
}
.checked li:before {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	margin: 0 5px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

/* Layout */
#page-container {
	padding: 96px 0 0 0;
}
.wrapper {
	margin: 0 auto;
	max-width: 1365px;
}
.clear {
	clear: both;
}
img {
	height: auto;
	max-width: 100%;
}
.column {
	float: left;
	margin-bottom: 20px;
}
.one-third {
	margin-right: 2%;
	width: 32%;
}
.two-third {
	margin-right: 2%;
	width: 65%;
}
.one-half {
	margin-right: 2%;
	width: 49%;
}
.column-right {
	text-align: right;
}
.last {
	margin-right: 0;
}
.highlight {
	font-size: 18px;
 	font-weight: 400;
	margin: 0 15px;
}

/* Header */
.header-nav {
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#logo {
	display: block;
	line-height: 0;
	float: left;
	width: 27%;
}
#logo img {
	transition: all .5s ease;
}
.nav-collapse {
	float: right;
	text-align: right;
	width: 73%;
}

/* Menu */
.menu li {
	display: inline-block;
	width: auto;
}
.menu a {
	color: #000;
	display: block;
	font-family: 'Roboto', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	padding: 30px 25px;
	text-decoration: none;
	transition: all .5s ease;
}
.menu a:hover {
	color: #af8016;
	text-decoration: none;
}
.menu a.button {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	padding: 35px 40px;
}
.menu a.button:hover {
	background-color: #005595;
	color: #fff;
}

/* Featured */
#featured {
	color: #fff;
	margin: 0 0 100px 0;
}
#featured .wrapper {
	max-width: 1244px;
	padding: 100px 60px;
}
.featured-image {
	display: none;
}
#featured .content {
	color: #4c4a4a;
	float: right;
	font-size: 18px;
  	line-height: 26px;
	font-weight: 300;
	width: 38%;
}
#featured h1 {
	color: #002949;
	margin: 0 0 10px 0;
	text-align: left;
}
#featured h4 {
	color: #ea1e24;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0 0 30px 0;
	text-transform: lowercase;
}
#featured .button {
	background-color: #005595;
	font-size: 18px;
	line-height: 18px;
}
#featured .button:hover {
	background-color: #af8016;
}

/* Video */
#video {
	background-color: #dcdcdc;
	padding: 50px 20px;
	text-align: center;
}
#video-wrapper {
	max-width: 840px;
}
#video h2 {
	font-size: 46px;
	line-height: 50px;
	margin: 0 0 46px 0;
}
#video .fluid-width-video-wrapper {
	margin: 0 0 36px 0;
}

/* Main */
#main {
	background-color: #002947;
	font-size: 20px;
	font-weight: 300;
	padding: 50px 0 30px 0;
}
#main .wrapper {
	max-width: 1364px;
	padding: 0 20px;
}
#main h1 {
	color: #fff;
	margin: 0 0 25px 0;
	text-align: center;
}
#main h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
    line-height: 36px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
#main h2 strong {
	font-weight: bold;
}
#main p {
color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 auto 25px;
    max-width: 800px;
}
#main .column-content p {
	color: #519bd4;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
}
.column-content {
	margin: 34px 0 0 40px;
}

/* Testimonials */
#testimonials {
	background: linear-gradient(-90deg, #eeeae9 50%, #fff 50%);
	color: #4a6172;
	padding: 60px 20px 40px 20px;
	text-align: center;
}
#testimonials a {
	color: #95979b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#testimonials a:hover {
	color: #fff;
}
.accessories-content {
	box-sizing: border-box;
	float: left;
	margin: 0 4% 0 0;
	max-width: 626px;
	width: 48%;
}
.accessory {
   	float: left;
	margin: 0 2% 0 0;
	width: 49%;
}
.accessory-2,
.accessory-4,
.accessory-6,
.accessory-8,
.accessory-10 {
	margin: 0;
}
.accessory h4 {
	color: #005595;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
    text-align: left;
}
.accessory p {
	text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 25px 0;
}

/* Slideshow */
.slideshow {
	float: right;
	width: 48%;
}
.cycle-slideshow {
	float: right;
	margin: 0 0 30px;
	max-width: 626px;
}
.cycle-prev,
.cycle-next {
	color: #fff;
    position: absolute;
    top: 0;
    width: 100px;
    opacity: .75;
    z-index: 800;
    height: 100%;
    cursor: pointer;
    transition: all .5s ease;
}
.cycle-prev {
    left: 0;
}
.cycle-next {
    right: 0;
}
.cycle-prev:hover,
.cycle-next:hover {
    opacity: 1;
}
.cycle-slideshow .fa {
    display: block;
    margin-top: -27px;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 998;
}
.cycle-prev .fa {
	left: 10px;
}
.cycle-next .fa {
	right: 10px;
}

.customer {
	padding: 0 40px;
}

.customer p {
	color: #777;
	font-size:14px;
	font-style: italic;
}

/* Call To Action */
#call-to-action {
	background-color: #000;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
#call-to-action .wrapper {
	max-width: 1325px;
	padding: 0 20px;
}
#call-to-action h2 {
	color: #f9e009;
	margin-bottom: 40px;
}
#call-to-action .column {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 40px;
	text-align: left;
}
#call-to-action .column p {
	margin: 0 0 30px 21px;
}

/* Testimonials */
.testimonial {
	background: #e1e1e1;
	margin: 20px 0;
	padding: 30px 20px 15px;
}
.testimonial p{
	font-size:15px;
	font-style:italic;
	line-height:auto;
}

.testimonial img {
	float:left;
	margin-right:20px;
}

/* Footer */
#footer {
	background-color: #191718;
	padding: 40px 0;
}
#footer .wrapper {
	max-width: 735px;
	padding: 0 20px;
	text-align: center;
}
.footer-menu {
	margin-bottom: 10px;
}
.footer-menu a {
	padding: 10px 15px;
}
#footer .column {
	font-size: 16px;
	line-height: 20px;
}
#footer .column a {
	color: #000;
}
#footer .column a:hover {
	text-decoration: none;
}
#footer a.phone {
	color: #4852fb;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}
#footer a.phone:hover {
	color: #3b43c6;
}
#footer h2 {
	color: #af8016;
	font-size: 48px;
	line-height: 52px;
}
#footer p {
	color: #dcdcdc;
	font-size: 35px;
	line-height: 40px;	
}
.copyright {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 50px 0 0 0;
}

/* Tablet View */
@media screen and (max-width: 1380px) {

	#logo {
		max-width: 305px;
		width: auto;
	}
	.menu a {
		font-size: 16px;
		padding: 30px 15px;
	}
	.menu a.button {
		padding: 35px 25px;
	}
	#featured .wrapper {
	    max-width: 1244px;
	    padding: 0 60px 100px 60px;
	}

}

/* Mobile Views */
@media screen and (max-width: 1200px) {
	body {
		background: none;
		background-color: #fff;
	}
	.body-wrapper {
	    background: none;
	}
	.header-nav {
	    box-sizing: border-box;
	    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    position: relative;
	}
	.testimonial-content {
	    padding: 5%;
	}
	#page-container {
	    padding: 0;
	}
	#featured {
		background-color: #fff;
		margin: 0;
	}
	#featured .wrapper {
	    padding: 20px 40px;
	}
	.featured-image {
		display: block;
		float: left;
		width: 50%;
	}
	#featured .content {
	    width: 50%;
	    margin: 50px 0 0 0;
	}
	h1 {
	    font-size: 42px;
	    line-height: 40px;
	}
	h2 {
	    font-size: 26px;
	    line-height: 32px;
	}
	#main h2 {
	    font-size: 24px;
	    line-height: 28px;
	}
	#main p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.column-content {
	    margin: 20px 0 0 20px;
	}
	#featured h4 {
	    margin: 0 0 20px 0;
	}
	.accessory h4 {
	    font-size: 14px;
	    line-height: 18px;
	    margin: 0 0 30px 0;
	}
	#footer h2 {
	    font-size: 36px;
	    line-height: 40px;
	}
	#footer p {
	    font-size: 26px;
	    line-height: 36px;
	}

}
@media screen and (max-width: 960px) {

	.featured-image {
	    float: none;
	    width: 100%;
	    margin: 0 auto;
	    max-width: 450px;
	}
	#featured .content {
		float: none;
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
		max-width: 450px;
	}

}
@media screen and (max-width: 900px) {
	.testimonial-content {
	    padding: 0 5%;
	}
}
@media screen and (max-width: 800px) {
	.slideshow {
		float: none;
		margin: 0 0 25px 0;
		width: 100%;
	}
	.testimonial-content {
		float: none;
	    padding: 0;
		width: 100%;
	}
}
@media screen and (max-width: 760px) {
	#featured .wrapper {
	  padding: 40px;
	}
	h1 {
	  font-size: 30px;
	  line-height: 36px;
	}
	#featured .checked {
	  font-size: 14px;
	}
	#featured.featured-home .wrapper {
	  padding: 35px;
	}
	.column {
	  float: none;
	}
	.one-third,
	.two-third,
	.one-half {
	  margin-right: 0;
	  width: 100%;
	}
	.column-right {
	  text-align: left;
	}
	.column img {
		display: block;
		margin: 0 auto;
	}
	#testimonials {
		background: none;
	}
	.cycle-slideshow {
	    float: none;
	    margin: 0 auto;
	}
	.accessories-content {
	    float: none;
	    margin: 0 auto 20px;
	    max-width: 626px;
	    width: 100%;
	}
	.footer-menu {
	  text-align: center;
	}
	.footer-menu a {
		padding: 10px;
	}
	#footer .column {
		text-align: center;
	}
	#footer p {
	    font-size: 18px;
	    line-height: 28px;
	}
}
@media screen and (max-width: 460px) {
	#logo {
	  max-width: 250px;
	}
	.checked li {
	  display: inline-block;
	  margin: 0 2% 2% 0;
	  width: 98%;
	}
}