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

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge {
	font-size: 24px;
	line-height: 34px;
	margin-top: 10px;
}

.large {
font-size: 16px;
line-height: 24px;
font-weight: 300;
}

.bigger {
	font-size: 26px;
	line-height: 36px;
}

.big {
	font-size: 22px;
	line-height: 30px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 22px;
}

p,ol,ul,dl,address{margin-bottom:1.5em;}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

html {
background-image: url(images/bodybg-flag_02.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
background-color: #000000;
}

body {
background-image: url(images/bodybg_02.jpg);
background-repeat: repeat-x;
background-position: top;
color: #FFFFFF;
-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#container {
width: 961px;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_04.png);
background-repeat: no-repeat;
background-position: left;
height: 88px;
}

#wrap-behind {
background-image: url(images/content-top-bg_03.jpg);
background-repeat: repeat-y;
}

#wrap-front {
background-image: url(images/containerbg_03.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#content {
float: right;
width: 639px;
padding-bottom: 10px;
}

#content a:link, #content a:visited {
color: red;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content-padding {
margin-left: 12px;
margin-right: 12px;
padding-top: 25px;
padding-bottom: 25px;
width: 615px;
background-color: #181818;
}

#feed-twitter {
background-image: url(images/feedbg-twitter_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: left;
}

#feed-fb {
background-image: url(images/feedbg-fb_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: right;
}

#sidebar-a {
float: left;
background-image: url(images/logo_07.jpg);
background-repeat: no-repeat;
background-position: top;
width: 282px;
text-align: left;
padding-top: 311px;
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
}

#sidebar-a a:link, #sidebar-a a:visited {
color: red;
text-decoration: none;
}

#sidebar-a a:hover {
text-decoration: underline;
}

#footer {
clear: both;
width: 961px;
margin-left: auto;
margin-right: auto;
height: 180px;
background-image: url(images/footerbg_18.jpg);
background-repeat: no-repeat;
background-color: #000000;
font-size: 12px;
text-align: left;
padding-top: 10px;
margin-top: 20px;
color: #c2c2c2;
}

#footer a:link, #footer a:visited {
color: #c2c2c2;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#leftcolumn { 
 color: #333;
 margin: 0px 0px 5px 50px;
 padding: 10px;
 width: 90px;
 float: left;
}

#leftmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 90px;
 float: left;
}

#rightmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}

#rightcolumn { 
 color: #333;
 margin: 0px 0px 5px 110px;
 padding: 0px;
 width: 340px;
 float: left;
}

#copyright {
font-size: 10px;
padding-left: 50px;
color: #667;
line-height: 16px;
width: 280px;
}

#copyright a:link, #copyright a:visited {
color: #667;
text-decoration: none;
}

#copyright a:hover {
text-decoration: underline;
}


/* -- Nav -- */

div#nav {
float: left;
font-size: 17px;
font-weight: bold;
overflow: hidden;
padding: 34px 0px 6px 0px;
margin-left: 322px;
width: 630px;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav ul li {
float:left;
}

#nav ul li a {
float: left;
color:#FFFFFF;
padding: 4px 20px;
text-decoration:none;
}

/* -- Drop down menu styling -- */

#nav li ul {
background:#fe4000;
left: -999em;
margin: 26px 0 0;
padding-top: 6px;
position: absolute;
width: 160px;
z-index: 9999;
}

#nav li ul a {
background: none;
border: 0 none;
margin-right: 0;
width: 120px;
}

/* -- Top Level Rollover -- */

#nav ul li a:hover,
#nav ul li:hover > a {
text-decoration: underline;
}

/* -- Drop down Rollover -- */

#nav li ul a:hover,
nav ul li li:hover > a  {
background-color: #de0300;
text-decoration: none;
}

#nav li:hover ul {
left: auto;
}

#nav li li ul {
margin: -1px 0 0 160px;
visibility:hidden;
}

#nav li li:hover ul {
visibility:visible;
}

#nav select {
display: none;
}

@media (max-width: 767px) {
#nav ul     { display: none; }
#nav select { display: inline-block; }
}




/* -- HTML -- */

h1 {
display: block;
border-bottom: 1px solid #FFFFFF;
color: #FFFFFF;
font-size: 24px;
font-weight: 300;
}

h2 {
font-size: 16px;
font-weight: bold;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #000000;
font-family: Verdana, Geneva, sans-serif;
display: block;
border-bottom: 1px solid #000000;
padding-bottom: 2px;
margin-bottom: 16px;
}

img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}


/* -- Classes -- */


.social-icon {
padding-right: 10px;
}

.footer-text-space {
padding-right: 10px;
}

.red {
color: #ef4035;
}

.gray {
color: #808285;
}

.photoleft {
float: left;
padding: 3px 10px 10px 0px;
}

.footer-links a {
margin-left: 8px;
margin-right: 8px;
}

.submit {
background-image: url(images/btn-signup_11.jpg);
background-repeat: no-repeat;
height: 36px;
width: 87px;
border: none;
margin-top: 14px;
cursor:pointer !important; cursor:hand;
}

.email {
color: #FFFFFF;
background-image: url(images/txtfldbg_11.jpg);
background-repeat: no-repeat;
height: 36px;
width: 221px;
font-size: 15px;
padding: 0px 0px 0px 8px;
border-style: none;
}

.product-space {
margin-right: 25px;
margin-bottom: 25px;
}

.product-space2 {
margin-right: 0px;
margin-bottom: 25px;
}

.product {
width: 162px;
height: 203px;
}


/* -- Page Id's -- */

body#home #navhome a,
body#product #navproduct a,
body#about #navabout a,
body#contact #navcontact a,
body#media #navmedia a,
body#events #navevents a {
text-decoration: underline;
}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 966px) {

html {
background-image: url(images/bodybg-flag-tablet_02.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
background-color: #000000;
}

body {
}

#container {
width: 728px;
margin-left: auto;
margin-right: auto;
border-left: 20px solid none;
border-right: 20px solid none;
}

#banner {
background-image: url(images/bannerbg-tablet_04.png);
background-repeat: no-repeat;
background-position: left;
height: 88px;
}

#wrap-behind {
background-image: url(images/content-top-bg-tablet_10.jpg);
background-repeat: repeat-y;
}

#wrap-front {
background-image: url(images/containerbg-tablet_11.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#content {
float: right;
width: 480px;
padding-bottom: 10px;
}

#content-padding {
margin-left: 7px;
margin-right: 7px;
padding-top: 25px;
padding-bottom: 5px;
width: 466px;
background-color: #181818;
}

#feed-twitter {
background-image: url(images/feedbg-twitter_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: none;
margin-left: 83px;
}

#feed-fb {
background-image: url(images/feedbg-fb_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: none;
margin-left: 83px;
margin-top: 10px;
}

#sidebar-a {
float: left;
background-image: url(images/logo-tablet_07.jpg);
background-repeat: no-repeat;
background-position: top;
width: 208px;
text-align: left;
padding-top: 217px;
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
}

#footer {
clear: both;
width: 728px;
margin-left: auto;
margin-right: auto;
height: 180px;
background-image: url(images/footerbg_18.jpg);
background-repeat: no-repeat;
background-color: #000000;
font-size: 12px;
text-align: left;
padding-top: 10px;
margin-top: 20px;
color: #c2c2c2;
}

#leftcolumn { 
 color: #333;
 margin: 0px 0px 5px 20px;
 padding: 10px;
 width: 70px;
 float: left;
}

#leftmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 70px;
 float: left;
}

#rightmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 160px;
 float: left;
}

#rightcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 width: 340px;
 float: left;
}


/* -- Nav -- */

div#nav {
float: left;
font-size: 14px;
font-weight: bold;
overflow: hidden;
padding: 34px 0px 6px 0px;
margin-left: 248px;
width: 480px;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav ul li {
float:left;
}

#nav ul li a {
float: left;
color:#FFFFFF;
padding: 4px 14px;
text-decoration:none;
}

/* -- Drop down menu styling -- */

#nav li ul {
background:#fe4000;
left: -999em;
margin: 26px 0 0;
padding-top: 6px;
position: absolute;
width: 160px;
z-index: 9999;
}

#nav li ul a {
background: none;
border: 0 none;
margin-right: 0;
width: 132px;
}

.product-space {
margin-right: 10px;
margin-bottom: 15px;
}

.product-space2 {
margin-right: 10px;
margin-bottom: 15px;
}

.product {
width: 162px;
height: 203px;
}


	
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

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

html {
background-image: url(images/bodybg-flag-phone_02.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
background-color: #000000;
}

body {
}

#container {
width: 308px;
margin-left: auto;
margin-right: auto;
border-left: 6px solid none;
border-right: 6px solid none;
}

#banner {
background-image: url(images/bannerbg-phone-port_04.png);
background-repeat: no-repeat;
background-position: left;
height: 353px;
}

#wrap-behind {
background-image: none;
background-repeat: repeat-y;
background-color: #000000;
}

#wrap-front {
background-image: none;
background-repeat: no-repeat;
background-position: bottom;
}

#content {
float: right;
width: 308px;
padding-bottom: 10px;
}

#content-padding {
margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 5px;
width: 308px;
background-color: #181818;
}

#feed-twitter {
background-image: url(images/feedbg-twitter_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: none;
margin-left: 0px;
}

#feed-fb {
background-image: url(images/feedbg-fb_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: none;
margin-left: 0px;
margin-top: 10px;
}

#sidebar-a {
float: left;
background-image: none;
width: 268px;
text-align: left;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
}

#footer {
clear: both;
width: 308px;
margin-left: auto;
margin-right: auto;
height: 280px;
background-image: url(images/footerbg_18.jpg);
background-repeat: no-repeat;
background-color: #000000;
font-size: 12px;
text-align: left;
padding-top: 10px;
margin-top: 0px;
color: #c2c2c2;
}

#leftcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 60px;
 float: left;
}

#leftmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 60px;
 float: left;
}

#rightmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px 0px;
 width: 140px;
 float: left;
}

#rightcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 width: 308px;
 float: left;
}


/* -- Nav -- */

div#nav {
float: left;
font-size: 14px;
font-weight: bold;
overflow: hidden;
padding: 34px 0px 6px 0px;
margin-left: 190px;
width: 110px;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav ul li {
float:left;
}

#nav ul li a {
float: left;
color:#FFFFFF;
padding: 4px 14px;
text-decoration:none;
}

/* -- Drop down menu styling -- */

#nav li ul {
background:#fe4000;
left: -999em;
margin: 26px 0 0;
padding-top: 6px;
position: absolute;
width: 160px;
z-index: 9999;
}

#nav li ul a {
background: none;
border: 0 none;
margin-right: 0;
width: 132px;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #e20a00;
font-family: Verdana, Geneva, sans-serif;
display: block;
border-bottom: 1px solid #e20a00;
padding-bottom: 2px;
margin-bottom: 16px;
}

.product-space {
margin-right: 0px;
}

.product-space2 {
margin-right: 0px;
}

.product {
width: 162px;
height: 203px;
}

	
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

html {
background-image: url(images/bodybg-flag-phone_02.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
background-color: #000000;
}

body {
}
	
#container {
width: 436px;
margin-left: auto;
margin-right: auto;
border-left: 22px solid none;
border-right: 22px solid none;
}

#banner {
background-image: url(images/bannerbg-phone-land_04.png);
background-repeat: no-repeat;
background-position: left;
height: 353px;
}

#content {
float: right;
width: 436px;
padding-bottom: 10px;
}

#content-padding {
margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 5px;
width: 436px;
background-color: #181818;
}

#feed-twitter {
background-image: url(images/feedbg-twitter_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: none;
margin-left: 54px;
}

#feed-fb {
background-image: url(images/feedbg-fb_14.png);
background-repeat: no-repeat;
width: 308px;
height: 463px;
float: none;
margin-left: 54px;
margin-top: 10px;
}

#sidebar-a {
float: left;
background-image: none;
width: 396px;
text-align: left;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
}

#footer {
clear: both;
width: 436px;
margin-left: auto;
margin-right: auto;
height: 280px;
background-image: url(images/footerbg_18.jpg);
background-repeat: no-repeat;
background-color: #000000;
font-size: 12px;
text-align: left;
padding-top: 10px;
margin-top: 0px;
color: #c2c2c2;
}

#leftcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 60px;
 float: left;
}

#leftmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 60px;
 float: left;
}

#rightmiddle { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px 0px;
 width: 140px;
 float: left;
}

#rightcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 width: 308px;
 float: left;
}


/* -- Nav -- */

div#nav {
float: left;
font-size: 14px;
font-weight: bold;
overflow: hidden;
padding: 34px 0px 6px 0px;
margin-left: 290px;
width: 110px;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav ul li {
float:left;
}

#nav ul li a {
float: left;
color:#FFFFFF;
padding: 4px 14px;
text-decoration:none;
}

/* -- Drop down menu styling -- */

#nav li ul {
background:#fe4000;
left: -999em;
margin: 26px 0 0;
padding-top: 6px;
position: absolute;
width: 160px;
z-index: 9999;
}

#nav li ul a {
background: none;
border: 0 none;
margin-right: 0;
width: 132px;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #e20a00;
font-family: Verdana, Geneva, sans-serif;
display: block;
border-bottom: 1px solid #e20a00;
padding-bottom: 2px;
margin-bottom: 16px;
}

.product-space {
margin-right: 0px;
}

.product-space2 {
margin-right: 0px;
}

.product {
width: 162px;
height: 203px;
}
	
}

@media only screen and (min-width: 480px){}@media only screen and (min-width: 600px){}@media only screen and (min-width: 768px){}@media only screen and (min-width: 992px){}@media only screen and (min-width: 1382px){}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5){}

