@charset "utf-8";
/* CSS Document */

a {color: #000; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}

body {
	border: none;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	color: #000;
	background-color: #FFF;
}

body.home {
	background-color: #000;
  	color: #FFF;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	
	position: relative;
}

/*headers & ul */
h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 5px;
    color: #000;
    text-transform: uppercase;
	margin: 10px 0;
}


h2, legend {
  	font-family: 'Josefin Sans', sans-serif;
  	font-weight: bold;
  	font-size: 24px;
    letter-spacing: 5px;
  	color: #000;
	text-transform: uppercase;
	margin: 10px 0;
}

h3 {
  	font-family: 'Josefin Sans', sans-serif;
  	font-size: 20px;
    letter-spacing: 5px;
  	color: #000;
	text-transform: uppercase;
	margin: 10px 0;
}

h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    color: #000;
    text-transform: uppercase;
	margin: 10px 0;
}
ul {
  color: rgba(0,0,0,0);
   list-style-type: none;
}

#header {
	text-align: center;
	font-size: 14px;
	letter-spacing: 5px;
	color: #FFF;
	font-family: 'Josefin Sans', sans-serif;
}

#nav_left {
	float: left;
	text-align: right;
}

#logo {
	text-align: center;
	max-width: 220px;
	max-height: 41px;
}

.logo {
	max-width: 220px;
}

#nav_right {
	float: right;
	text-align: left;
}

.nav-link-home {color: rgba(255, 255, 255, 0.7); transition: all 0.4s ease 0s;}
.nav-link-home:hover {color: rgba(255, 255, 255, 1);}

.nav-link-sub {color: rgba(0, 0, 0, 0.7); transition: all 0.4s ease 0s;}
.nav-link-sub:hover {color: rgba(0, 0, 0, 1);}

/* NAV MENU STUFF */
ul, li, p {
  	margin: 0;
  	padding: 0;
}

ul.nav menu {
  	margin: 20px 0 0 0;
}

li {
  	display: inline;
	list-style-type: none;
}

li.item-108, li.item-121, li.item-121 current active {
	margin-left: 34px;
}

li.item-111, li.item-122, li.item-122 current active {
  	margin-right: 34px;
}

li.item-131, li.item-132, li.item-133, li.item-134, li.item-135, li.item-136, li.item-137, li.item-138 { display:block; line-height: 40px;}

#content {
  	margin-top: 15px;
}

div#message_component {
	margin-bottom: 10px;
}

div#message_component_inner {
    margin: auto;
	max-width: 1000px;
}

a.aboutlink:hover {opacity: 1;}

a.aboutlink {
    color: #B80000;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    opacity: 0.7;
}

#iframewrapper {
    margin: 20px 0 0 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframevideos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#accountcontrols {
	height: 35px;
	margin: 10px 0 10px 0;
}

/*Track order page*/

.well {
	display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
}

#footer-home {
  	font-family: 'Josefin Sans', sans-serif;
  	position: fixed;
	bottom: 0;
}

#footer-sub {
  	font-family: 'Josefin Sans', sans-serif;
}

#footer_centre {
	text-align: center;
}

.link_icon {
	opacity: 0.8;
	transition: all 0.4s ease 0s;
	max-height: 50px;
	max-width: 50px;
}

.link_icon:hover { opacity: 1;}

#copyright-home {
  	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 2px;
	transition: all 0.4s ease 0s;
}

#copyright-sub {
  	color: #000000;
	font-size: 12px;
	letter-spacing: 2px;
	transition: all 0.4s ease 0s;
}

::-moz-selection { /* Code for Firefox */
    color: #FFFFFF; 
    background: #B80000;
}

::selection {
    color: #FFFFFF; 
    background: #B80000;
}

/* MOBILE CSS */
@media only screen and (max-width: 767px) {
	
	body {
		width: 100%;
		height: 100%;
		border: none;
		margin: 0;
	}
	
	#header {
		width: 90%;
		margin: 15px 5% 15px 5%;
	}
	
	#logo {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	
	.logo {
		width: 100%;
	}
	
	.nav-link {color: rgba(255, 255, 255, 0.7); transition: all 0.4s ease 0s;}
	.nav-link:hover {color: rgba(255, 255, 255, 1);}
	
	#nav768_wrapper {
		width: 100%;
		letter-spacing: 5px;
		text-align: center;
		margin: 15px 0 15px 0;
		display: block;
	}
	
	#nav768_toggle {
		width: 100px;
		height: 41px;
		line-height: 41px;
		margin: 0 auto 0 auto;
		cursor: pointer;
	}
	
	.nav-toggle-home { color: #FFF;}
	.nav-toggle-sub { color: #000;}
	
	.hamburger {
		height: 10px;
		width: 10px;
		margin-right: 5px;
	}
	
	#nav_left {
		display: none;
		width: 0px;
		height: 0px;
	}
	
	#nav_right {
		display: none;
		width: 0px;
		height: 0px;
	}
	
	div#message_component_inner {
		width: 90%;
		margin: 15px 5% 15px 5%;
	}
	
	.link_icon {
		width: 15%;
	}
	
	#footer-home {
		width: 100%;
		text-align: center;
	}
	
	#footer_centre {
		width: 90%;
		margin: 15px auto 15px auto;
	}
	
	#copyright-home {
		width: 90%;
		margin: 15px 5% 15px 5%;
		text-align: center;
	}
  
  	#copyright-sub {
		width: 90%;
		margin: 15px 5% 15px 5%;
		text-align: center;
	}
}

/* TABLET CSS */
@media only screen and (min-width: 768px) {	
	#header {
		width: 750px;
		height: 41px;
		margin: 15px auto 15px auto;
	}
	.nav-link {color: rgba(255, 255, 255, 0.7); transition: all 0.4s ease 0s;}
	.nav-link:hover {color: rgba(255, 255, 255, 1);}
	
	#nav768_wrapper {
		width: 0px;
		height: 0px;
		display: none;
	}
	
	#nav_left {
		width: 205px;
		height: 41px;
		margin: 0 60px 0 0px;
		line-height: 41px;
		text-align: right;
	}
	
	#logo {
		width: 220px;
		height: 41px;
		float: left;
	}
	
	.logo {
		height:41px;
		width:220px;
	}
	
	#nav_right {
		width: 205px;
		height: 41px;
		margin: 0 0 0 60px;
		line-height: 41px;
		text-align: right;
	}
	
	div#message_component_inner {
		width: 90%;
		margin: 15px 5% 15px 5%;
	}
	
	#footer-home {
		width: 100%;
	}
	
	#footer_centre {
		margin: 0 auto 0 auto;
		height: 50px;
	}
	
	.link_icon {
		margin: 0 15px 0 15px;
	}
	
	#copyright-home {	
		height: 20px;
		width: 600px;
		float: right;
		text-align: right;
		margin: 10px 10px 0 0;
	}
	
	#copyright-sub {	
		height: 20px;
		width: 600px;
		float: right;
		text-align: right;
		margin: 10px 10px 0 0;
	}
}

/* DESKTOP CSS */

@media only screen and (min-width: 1024px) {
	#body {
		font-size: 14px;
	}
	
	#header {
		height: 41px;
		width: 1000px;
		margin: 15px auto 0 auto;
	}
	
	#nav768_wrapper {
		width: 0px;
		height: 0px;
		display: none;
	}
	
	#nav_left {
		width: 300px;
		height: 41px;
		margin: 0 60px 0 30px;
		line-height: 41px;
		text-align: right;
	}
	
	#logo {	
		height: 41px;
		width: 220px;
		margin: 0 auto 0 auto;
		float: left;
	}
	
	#nav_right {
		width: 300px;
		height: 41px;
		margin: 0 30px 0 60px;
		line-height: 41px;
		text-align: left;
	}
	
	div#message_component_inner {
		margin: 0 auto 0 auto;
	}
	
	#footer-home {
		margin: 15px auto 0 auto;
		height: 80px;
		width: 100%;
		left:50%;
		margin-left: -50%;
	}
	
	#footer-sub {
		margin: 15px auto 0 auto;
		height: 80px;
		width: 100%;
	}
	
	#footer_centre {
		height: 50px;
	}
	
	.link_icon {
		height: 50px;
		width: 50px;
		margin: 0 15px 0 15px;
	}
	
	#copyright-home {
		text-align: right;
		margin: 10px 10px 10px 0;
		height: 20px;
		width: 600px;
		float: right;
	}
	
	#copyright-sub {
		height: 20px;
		width: 600px;
		float: right;
		text-align: right;
		margin: 10px 10px 0 0;
	}
}