/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'nusaliver';
    src: url('http://www.languagenut.com/languagenut.application/fonts/NUTSALIVERT.eot');
    font-weight: bold;
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'nusaliver';
    src: url(//:) format('no404'), url('http://www.languagenut.com/languagenut.application/fonts/NUTSALIVERT.woff') format('woff'), 
    	url('http://www.languagenut.com/languagenut.application/fonts/NUTSALIVERT.ttf') format('truetype'), 
    	url('http://www.languagenut.com/languagenut.application/fonts/NUTSALIVERT.svg#nusaliverRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; }

body, button, input, select, textarea { font-family: arial, sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

/** BASIC FORMATTING **/

/* Fonts */

body {
	font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .headerStyle, em, .impact/*,
#register #submit*/ {
	font-family: 'nusaliver', "arial Black";
	font-weight: normal;
	margin-top: 0;
}

h3 {
	font-size: 30px;
}

.impact {
	font-size: 35px;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.5em;
}

/** STRUCTURE **/

body {
	padding: 0;
	text-align: center;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#header, #main, #footer {
	clear: both;
}

#main {
	min-height: 345px;
}
#footer {

}


/** BASIC THEMING **/

body {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/footer.jpg) bottom center repeat-x #cee6d7;
	overflow: auto;
}

#wrap {
	margin: 0;
	
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/topGrad.jpg) top center repeat-x transparent;
	overflow: auto;
}

/** Header **/

#landing #header {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/headerDecal.jpg) top left no-repeat;
	margin: 0;
	clear: both;
	text-align: center;
}

#topBar {
	height: 30px;
	padding: 10px 10px 10px 250px;
	overflow: hidden;
}

#header h1 {
	margin: 0;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/topLogo.jpg);
	height: 37px;
	width: 441px;
	float: left;
	
}

#loginLink {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/login.jpg) top right no-repeat;
	height: 32px;
	width: 72px;
	float: right;
}

#intro {
	height: 376px;
	width: 960px;
	overflow: auto;
	clear: both;
	padding-top: 27px;	
}

.ie6 #intro {
	/* padding-top: 26px; */ /* 14px difference */
}

#intro h2 {
	height: 46px;
	margin: 0;
	font-size: 32px;
	
}

#intro .content {
	width: 696px;
	height: 300px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/intro.jpg) no-repeat top left;
	float: left;
}

#header .trial {
	float: left;
	width: 247px;
	
}

.schoolsOnly {
	height:40px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/schoolsOnly.jpg) top left no-repeat;
	font-weight: bold;
	padding: 50px 0 0 20px;
}

.schoolsOnly a {
	color: #cc0101;
	margin-top: 30px;
}

.trialLink {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/trialSprite.gif) top left no-repeat;
	width: 242px;
	height: 178px;
	text-align: center;
	margin: 0 0 10px 11px;
	display: block;
}

.trialLink:hover {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/trialSprite.gif) top right no-repeat;
}
.findMore {
	color: #000000;
	font-weight: bold;
	display: block;
	margin: 0 0 0px 11px;
}

#header .trialLink {
	width: 247px;
	height: 181px; 
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/headerTrialSprite.jpg) top left no-repeat;
}
#header .trialLink:hover {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/headerTrialSprite.jpg) top right no-repeat;
}


/*** MAIN ***/

#main h2 {
	font-size: 45px;
	text-align: center;
}

.contentBox {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/mainContentBoxMid.gif) top center repeat-y;
	margin-bottom: 25px;
}

.contentBoxHeader {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/mainContentBoxTop.gif) top center no-repeat transparent;
}

.contentBoxContent {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/mainContentBoxBottom.gif) bottom center no-repeat transparent;
	min-height: 200px;
	padding: 23px 40px 29px 40px;
}

.contentBox .image,
.contentBox .info,
.contentBox .downloadNow {
	float: left;
}

.contentBox .image {
	width: 355px;
}

.contentBox .info {
	width: 290px;
	text-align: center;
	padding-top: 20px;
}
.contentBox .downloadNow {
	display: block;
	height: 221px;
	width: 204px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/downloadNowSprite.gif) top right no-repeat;
}
.contentBox .downloadNow:hover {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/downloadNowSprite.gif) top left no-repeat;
}

.contentBox p, .arrowBox p {
	font-size: 24px;
	margin: 10px 30px;
	line-height: 1.2em;
}

.contentBox .impact {
	font-size: 35px;
}

.contentBox h3 {
	margin-bottom: 10px;
}

#item-1 p {
	margin: 10px 60px;
}

#item-2 .info {
	padding-top: 35px;
}

#tryOut {
	clear: both;
	padding: 0 0 0 118px;
}

#tryOut h2 {
	margin-right: 118px;
}

.arrowBox {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/arrowBox.gif) top left no-repeat;
	height: 130px;
	width: 325px;
	padding: 20px 136px 20px 20px;
	float: left;
	text-align: center;
}

.arrowBox p {
	margin: 10px;
}

#tryOut .trial {
	float: left;
}
#tryOut .trialLink {
	float: left;
	display: block;
}

/*** FOOTER ***/

#footer {
	font-size: 24px;
	padding: 385px 0px 15px 0px;
	line-height: 38px;
}

#footerTitle {
	padding-left: 150px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/footerTitleBG.gif) no-repeat left center;
	width: 790px;
	text-align: left;
} 

#footer .title {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/footerTitle.gif);
	height: 38px;
	width: 350px;
	float: left;
	margin-right: 20px;
}


/*** REGISTRATION PAGE ***/

#regFormContainer {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/formMid.jpg) top center repeat-y;
	color: #0b4173;
}

#regFormHeader {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/formTop1.jpg) top center no-repeat;
}

#regFormContent {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/formBottom.jpg) bottom center no-repeat;
	min-height: 600px;
	padding: 48px 71px 35px 71px;
	text-align: left;
}

#regForm {
	font-size: 15px;
	font-weight: bold;
}

#regInfo {
	float: right;
	width: 312px;
}

#regInfo h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#regInfo ul {
	list-style-type: square;
	margin-top: 0;
}

#regInfo ul,
#regInfo p,
#regInfo hr {
	margin-bottom: 20px;
} 

#thanksHi {
	/*height: 240px;*/
	text-align: center;
}

#thanksHi div.content {
	margin-top:20px;
	font-family: 'nusaliver', "arial Black";
	font-weight: normal;
	font-size:2em;
}

#register h3 {
	color: #08325b;
	margin: 0 0 15px 30px;
}

#register #details {
	padding-top: 30px;
}

#register #details {
	width: 400px;
} 

#register #extra {
	clear: both;
	margin-top: 30px;
}

#register .col1 {
	float: left;
	width: 315px;
	margin-right: 40px;
}

#register .col2 {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/nut.jpg) no-repeat right 60px;
	float: left;
	width: 440px;
}

#register .textField {
	width: 360px;
	height: 17px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/registrationPageForm.jpg) no-repeat top left;
	border: none;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, sans-serif;
	padding: 12px 15px;
}

#register .textField.promo {
	width: 283px;
	height: 16px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/registrationPromoForm.jpg) no-repeat top left;
}
#register .captchaText {
	font-size: 11px;
	font-weight: normal;
}

#register .captcha {
	margin-top: 5px;
}
#register #submit {
	width: 375px;
	height: 71px;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/startButtonSprite.gif) top left no-repeat;
	border: none;
	font-size: 24px;
	padding-bottom: 5px;
	margin: 60px 0 30px 35px;
	font-weight: bold;
	color: #fff;
}

#register #submit:hover, #register #submit.hover {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/startButtonSprite.gif) bottom left no-repeat;
	padding-bottom: 0px;
	font-size: 26px;
}

#register #checkboxes {
	padding: 15px 115px 0 0;
}

#register #checkboxes a, #register #checkboxes a:visited {
	text-decoration: underline;
	color: #0b4173;
}



#register .checkbox {
	margin-right: 16px;
}

/*** Landing Page ***/

#selection #wrap {
	background-image: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/CloudWrap.jpg);
}

#selection #header h1 {
	margin: 0 auto;
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/topBannerFullText.jpg) no-repeat top center;
	height: 37px;
	width: 100%;
}

#selection #topBar {
	padding-left: 0;
	padding-right: 0;
}

#selection #loginLink {
	display: none;
}

#homePageLink {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/homepageSprite.jpg) top right;
    height: 49px;
    width: 125px;
    margin-top: 1px;
    float: left;
}

#homePageLink:hover {
	background-position: top left;
}

#backtoFlashLink {    
    height: 49px;
    width: 135px;
    margin-top: 1px;
    float: right;
	font-family: Arial; 
	font-size: 0.9em;
}

/*#landing-logout {    
    height: 49px;
    width: 135px;
    margin-top: 1px;
    float: right;
	font-family: Arial; 
	font-size: 0.9em;
}*/

#selectYourResource {
    background:   url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/selectYourResource.jpg) bottom center no-repeat;
    height: 70px;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 0;
    clear:both;
}

#selectYourResourceSpace {
/*    background:   url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/selectYourResource.jpg) bottom center no-repeat; */
    height: 70px;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 0;
    clear:both;
}
a.landing-confirm-subscription {
	background:   	url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/confirm-subscription.png) bottom center no-repeat;
	width: 			358px;
	height:			68px;
}

#eal, #mfl {
	float: left;
	color: #08325a;
}


#eal {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/ealSprite.jpg) top right no-repeat;
    padding-top: 300px;
    width: 320px;
    margin-top: 1px;
}

#eal:hover {
	background-position: top left;
} 

#mfl {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/mflSprite.jpg) top right no-repeat;
    padding-top: 300px;
    width: 362px;
    margin-top: 1px;
}

#mfl:hover {
	background-position: top left;
} 

.mfl-resource, .eal-resource {
	float: left;
	color: #08325a;
}


/* au resource backgrounds */
.au-selection .eal-resource {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/au/ESL_Australia_sprite.png) top left no-repeat;
    padding-top: 300px;
    width: 320px;
    margin-top: 1px;
}
.au-selection .mfl-resource {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/au/LOTE_sprite.png) top left no-repeat;
    padding-top: 300px;
    width: 362px;
    margin-top: 1px;
}
/* end au resource backgrounds */

/* us resource backgrounds */
.us-selection .eal-resource {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/us/ELL_sprite.png) top left no-repeat;
    padding-top: 300px;
    width: 320px;
    margin-top: 1px;
}
.us-selection .mfl-resource {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/us/worldLanguages_sprite.png) top left no-repeat;
    padding-top: 300px;
    width: 362px;
    margin-top: 1px;
}
/* end us resource backgrounds */

/* ca resource backgrounds */
.ca-selection .eal-resource {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/ca/ESL_Canada_sprite.png) top left no-repeat;
    padding-top: 300px;
    width: 320px;
    margin-top: 1px;
}
.ca-selection .mfl-resource {
    background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/ca/worldLanguages_sprite.png) top left no-repeat;
    padding-top: 300px;
    width: 362px;
    margin-top: 1px;
}
/* end ca resource backgrounds */

.eal-resource:hover {
	background-position: top right;
}
.mfl-resource:hover {
	background-position: top right;
}



.resourceLinks {
	padding: 15px 0 0 120px;
}

.lgfl-resourceLinks {
	padding: 15px 0 0 290px;
}
.lgfl-resourceLinks a, .resourceLinks a{
	color:#08325A;
	text-decoration:none;
	font-size:20px;
	font-family:Arial;
}

#mainHeaderWrap {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/landing/gradBoxTopClouds.jpg) top center no-repeat;
}

#mainFooterWrap{
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/landing/gradBoxBottom.gif) bottom center no-repeat;
	padding: 48px 41px 68px 45px;
	text-align: left;
}
#main #common-content {
	min-height: 290px;
	clear: both;
	text-align: center;
}
/* =============================================================================
   Start Video Tutorial page related Css
   =========================================================================== */
   #mainVideoContainer {
		background: url("https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/formMid.jpg") repeat-y scroll center top transparent;
		color: #0B4173;
	}  
   .video-container {
	   overflow:auto;
   }
   .video-container .video {
		float: left;
		height: 260px;
		padding: 15px 0;
		text-align: left;
		width: 280px;
	}
	
	.video-container .video h5 {
		margin:0; float:left;
		font-family:Arial;
	}
		
	
	.video-container .video a.info{
		/*color: #0B4173;*/
		/*background: none repeat scroll 0 0 #CEE6D7;*/
		font-weight: bold;
		padding: 2px 6px;
		text-decoration: none;
		color:#0B4173;
	}
/* =============================================================================
   Start Video Tutorial page related Css
   =========================================================================== */

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

#regMiddleContainer .errors {
	padding-top:75px;
}

.textField-highlighted {
	background: none repeat scroll 0 0 white;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-ie-border-radius:6px;
	border-radius: 6px;
	-webkit-box-shadow:box-shadow: 0 0 17px black;
	-moz-box-shadow:box-shadow: 0 0 17px black;
	-ms-box-shadow:box-shadow: 0 0 17px black;
	-ie-box-shadow:box-shadow: 0 0 17px black;
	-o-box-shadow:box-shadow: 0 0 17px black;
	box-shadow: 0px 0px 1px 1px #FF0000;	
	/*display: block;*/
	width:354px;
	font-family: Arial sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 11px;
    padding: 12px 15px;
	border:0px;
}


.package-selection-area {
	margin-top:30px;
	margin-left:205px;
}

.country-nz, 
.country-sco  {
	margin-left:80px;
}
.three-packages {
	margin-left:80px;
}

.two-packages {
	margin-left:205px;
}

.package-container {
	float:left;
	margin-right:10px;
}

.button-standard-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_MFL.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.button-standard-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_MFL.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.country-us .button-standard-live,
.country-ca .button-standard-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_WorldLang.png) top left no-repeat;
}
.country-us .button-standard-trynow,
.country-ca .button-standard-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_WorldLang.png) top left no-repeat;
}

.country-au .button-standard-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_LOTE.png) top left no-repeat;
}
.country-au .button-standard-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_LOTE.png) top left no-repeat;
}

.button-eal-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_EAL_UK.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.button-eal-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_EAL_UK.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.country-us .button-eal-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_ELL_US.png) top left no-repeat;
}
.country-us .button-eal-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_ELL_US.png) top left no-repeat;
}

.country-au .button-eal-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_ESL_AU.png) top left no-repeat;
}
.country-au .button-eal-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_ESL_AU.png) top left no-repeat;
}

.country-ca .button-eal-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_ESL_CA.png) top left no-repeat;
}
.country-ca .button-eal-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_ESL_CA.png) top left no-repeat;
}

.button-gaelic-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_Gaelic.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.button-gaelic-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_Gaelic.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.button-maori-live {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/button_Maori.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}

.button-maori-trynow {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/buttonTRYNOW_Maori.png) top left no-repeat;
    width: 262px;
	height:262px;
	display:block;
}


.button-standard-live:hover,
.button-eal-live:hover,
.button-gaelic-live:hover,
.button-maori-live:hover,
.button-standard-trynow:hover,
.button-eal-trynow:hover,
.button-gaelic-trynow:hover,
.button-maori-trynow:hover {
	background-position: top right;
} 

.package-notes {
	background: url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/txt_box.png) no-repeat;
	width:258px;
	height:96px;
	overflow:hidden;
	display:block;
	margin-top:10px;
	text-align:center;
}
.package-notes .note {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	color:#0D3260;
	font-weight:bold;
	font-size:13px;
}


.action-button {
		height:30px;
		text-decoration:none;		
		color:#FFF !important;
		font-weight:bold;
		display:block;
		margin-left:50px;
		margin-top:3px;
}
.action-button .btn-left {
	background:url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/actionButton_left.png) no-repeat;
	width:18px;
	height:30px;
	float:left;
}
.action-button:hover .btn-left {
	background:url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/actionButton_left_h.png) no-repeat;		
}
.action-button .btn-stretch {
	background:url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/actionButton_middle.png) repeat-x;
	height:30px;
	float:left;
	display:block;
	line-height:26px;

}
.action-button:hover .btn-stretch {
	background:url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/actionButton_middle_h.png) repeat-x;
}

.action-button .btn-right {
	background:url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/actionButton_right.png) no-repeat;
	height:30px;
	width:33px;
	float:left;
}
.action-button:hover .btn-right {
	background:url(https://s3-eu-west-1.amazonaws.com/images.languagenut.com/en/landing/actionButton_right_h.png) no-repeat;	
}


#landing-logout {    
   /* height: 49px;
    width: 135px;
    margin-top: 1px;*/
    float: right;
	margin-top:12px;
	
}
#support-videos {
	float:left;
	margin-left:10px;
	margin-top:9px;
}

a.landing-buttons {
	font-family: Arial; 
	font-size: 0.9em;
	margin-top:5px;
	color: #202529;
	text-decoration: none;
	background-color: #80CFED;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow:box-shadow: 0 0 3px #202529;
	-moz-box-shadow:box-shadow: 0 0 3px #202529;
	-ms-box-shadow:box-shadow: 0 0 3px #202529;
	-ie-box-shadow:box-shadow: 0 0 3px #202529;
	-o-box-shadow:box-shadow: 0 0 3px #202529;
	box-shadow: 0 0 3px #202529;	
	height: 20px;
	font-weight:bold;
}

a.landing-buttons:hover {
	-webkit-box-shadow:box-shadow: 0 0 4px #202529;
	-moz-box-shadow:box-shadow: 0 0 4px #202529;
	-ms-box-shadow:box-shadow: 0 0 4px #202529;
	-ie-box-shadow:box-shadow: 0 0 4px #202529;
	-o-box-shadow:box-shadow: 0 0 4px #202529;
	box-shadow: 0 0 4px #202529;
}


.flash-logout {
	height:30px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	color:#000;
	font-weight:bold;
	display:block; 
	overflow:hidden;
	float:right;
	/*margin-right:1%;*/
	font-family:Arial;
}
.flash-logout .btn-left {
	background:url(http://images.languagenut.com/logout_left.png) no-repeat;
	width:18px;
	height:30px;
	float:left;
}
.flash-logout:hover .btn-left {
	background:url(http://images.languagenut.com/logout_left_h.png) no-repeat;		
}
.flash-logout .btn-stretch {
	background:url(http://images.languagenut.com/logout_middle.png) repeat-x;
	height:30px;
	float:left;
	display:block;
	line-height:26px;
	color:#000;
}

.flash-logout:hover .btn-stretch {
	background:url(http://images.languagenut.com/logout_middle_h.png) repeat-x;
}

.flash-logout .btn-right {
	background:url(http://images.languagenut.com/logout_right.png) no-repeat;
	height:30px;
	width:33px;
	float:left;
}
.flash-logout:hover .btn-right {
	background:url(http://images.languagenut.com/logout_right_h.png) no-repeat;	
}


.flash-videos {
	height:30px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	color:#000;
	font-weight:bold;
	display:block; 
	overflow:hidden; 
	/*float:left;*/
	/*margin-left:1%;*/
	width:178px;
	font-family:Arial;
}
.flash-videos .btn-left {
	background:url(http://images.languagenut.com/videos_left.png) no-repeat;
	width:18px;
	height:30px;
	float:left;
}
.flash-videos:hover .btn-left {
	background:url(http://images.languagenut.com/videos_left_h.png) no-repeat;		
}
.flash-videos .btn-stretch {
	background:url(http://images.languagenut.com/videos_middle.png) repeat-x;
	height:30px;
	float:left;
	display:block;
	line-height:26px;
	color:#202528;

}
.flash-videos:hover .btn-stretch {
	background:url(http://images.languagenut.com/videos_middle_h.png) repeat-x;
}

.flash-videos .btn-right {
	background:url(http://images.languagenut.com/videos_right.png) no-repeat;
	height:30px;
	width:33px;
	float:left;
}
.flash-videos:hover .btn-right {
	background:url(http://images.languagenut.com/videos_right_h.png) no-repeat;	
}

