﻿/* css override for screens narrower than 480px */

/* remove internal view */
div#local-header, div#meteor, div#logStatus{
	display: none;
}

/* elements */
	/* tables */
table.mobile, table.mobile thead, table.mobile tbody, table.mobile th, table.mobile td, table.mobile tr { 
	display: block; 
}
	
table.mobile thead th, table.mobile tbody th { /* Hide table headers */
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.mobile tr td { /* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #fff; 
	position: relative;
	padding-left: 50%; 
}
table.mobile td:before { 
	position: absolute; /* Now like a table header */
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}
div.anchor {
	clear: both;
}

	/* text */
div#firebrand-content p, div#firebrand-content h3, div#firebrand-content h4, div#firebrand-content h2{
	padding: 0 8px;
}
div#firebrand-content h1 {
	font-size: 1.4em;
	line-height: 1.8em;
}
div#firebrand-content h2 {
	border-bottom-width: 4px;
}
div#firebrand-content div.accordion h3 {
	font-size: 1em;
	padding: 7px 10% 7px 10px;
	margin-top: 6px;
}

/* header */
div#firebrand-header{
	width: 100%;
}
div#firebrand-header div#header-logo{
	float: none;
	margin: .5em auto 0;
	height: inherit;
	width: 100%;
}
div#firebrand-header div#header-logo div#header-tagline{
	width: 100%;
	height: auto;
	margin: 0 auto 0.4em;
}
div#firebrand-header div#header-logo div#header-tagline p{
	padding: 0;
	font-size: 1.4em;
	line-height: 0.85em;
	text-align: center;
}
div#firebrand-header #header-logo a.logo {
	margin: 0 auto;
}

div#firebrand-header div#header-contact{
	float: none;
	padding: 0;
	margin: .5em auto;
	height: auto;
	display: inline-block;
}
div#firebrand-header div#header-contact div#header-phone-number{
	float: right;
}
div#firebrand-header div#header-contact div#header-phone-number p{
	text-align: center;
	font-size: 1.6em;
}
#header-contact-form #q-new {
	width: 90px;
}
div#firebrand-header div#header-contact div#header-contact-form{
	float: left;
	margin-right: .4em;
}

div#firebrand-nav {
	height: auto;
}
div#firebrand-nav-contain {
	height: auto;
	width: 100%;
}
div#menutoggle {
	display: inline;
	line-height: 38px;
    cursor: pointer;
/*	font-size: 0.8em; */
}
div#menutoggle:hover a{
    background-color:#232323;
}
#menutoggle a{
  color: #FFFFFF;
  font-size: 1em;
  font-style: normal;
  padding: 8px 16px;
  text-align: left;
  text-decoration: none;
}
ul#navbar {
	display: none;
	height: auto;
	clear: both;
	width: 100%;
}
ul#navbar li {
	float: none;
	width: 100%;
}
ul#navbar li a {
	text-align: left;	
}
ul#languageChangeLs {
}
ul#languageChangeLs li {
}
ul#languageChangeLs li a {
}

/* main container (containing main content and footer) */
	/* simple container */
div#firebrand-simple-container {
	width: 100%
}
		/* home page */
div#front-three {
	width: 100%;
}
div#carousel {

}
div#carousel .imageSlide {
	position: relative;
}
div#carousel .usp .content_left, div#carousel .usp .content_right {
	height: auto;
	padding: 1em 0.5em 2em; 	
	background-color: rgba(255,255,255,0.8);
	width: 98%;
	position: absolute;
	bottom: 0;
}
div#carousel .usp img {
  margin-right: -60px;
}
div#carousel .usp h1 {
	font-size: 2em;
}
div#carousel .usp p {
	font-size: 1.3em;
	line-height: 1.2em;
}
div#carousel .usp p.larger {
	font-size: 1.4em;
}
div#carousel .usp p.home-cta {
}
div#carousel .usp .content_left span.arrowbox {
}
div#mid {
	height: auto;
}
div#mid h2 {
	font-size: 1em;
	border-bottom-width: 2px;
}
div.front-divs h3 {
	font-size: 0.8em;
	margin-bottom: 0;
}
div#small-front-four h3 {
	margin-bottom: 0;
}
div.front-divs p {
	font-size: 0.8em;
	line-height: 1.4em;
}
div#mid div.front-divs, div#mid div#front-left {
	width: 100%;
	margin: 5% 0;
	float: none;
	height: auto;
}
div#mid div.front-divs div, div#mid div#front-left div, div#mid div.front-divs h2, div#mid div#front-left  h2 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div#mid div#front-left div#scrolling-table{
	width: 100%;
}
#small-front-four div img {
	margin: 0;
}
	/* content */
div#firebrand-content {
	float: none;
	width: 100%;
}	

	/* sidebar */
div#firebrand-sidebar {
	width: 100%;
}	
div#firebrand-sidebar ul#menu-generic{
	text-align: center;
}	
	
	/* footer */
div#wide-footer {
	padding: 0;
}
div#narrow-footer-contain {
	width: 100%;
	margin: 0;
}
div#menu-bottom ul li {
}
div#footer-vendor-logos {
	padding: 0;
}
div#footer-vendor-logos ul li {
	margin-right: 0.5em;
	float: none;
	width: auto;
}
div#footer-vendor-logos ul li a img {
	max-width: 120px
}

div#footer-testimonial {
	width: 100%;
}
div#footer-testimonial .noncourse {
	padding-left: 0.5em;
	padding-right: 0.5em
}

#menu-social-contact {
	padding: 0.5em;
}
#menu-social-contact div {
	float: none;
	clear: both;
}

#menu-social-contact div.contact-exp , #menu-social-contact #toolbar-signup {
	display: none;
}
div#firebrand-contact, div#firebrand-footer-base{
  padding: 0;
  margin: 0;
}
div#firebrand-contact p{
	line-height: 1.4em;
}
div#firebrand-contact p span{
	line-height: 0.9em;
}
div#firebrand-footer-base {
	height: auto;
}
div#firebrand-footer-base #countries {
	margin: 0;
}
div#firebrand-footer-base p{
	line-height: 1.4em;
}
div#menu-bottom ul {
	display: none;
}

/* generic pages */
	/* courses page */
ul#vendor-list li {
	width: 30%;
	margin: 0 1.5% 1.5%;
	min-width: 130px;
}
ul#vendor-list li a {
	width: 100%;
}
ul#vendor-list li p {
	padding: 0;
	line-height: 1.5em;
	height: 3.4em;
}
	/* schedules */
table.mobile.schedules caption, table.mobile.coursedates caption {
	display: block;
	font-size: 1em;
}
table.mobile.schedules td:nth-of-type(1):before, table.mobile.coursedates td:nth-of-type(1):before { 
	content: "Start"; 
	font-size: 0.9em;
}
table.mobile.schedules td:nth-of-type(2):before, table.mobile.coursedates td:nth-of-type(2):before { 
	content: "Finish"; 
	font-size: 0.9em;
}
table.mobile.schedules td:nth-of-type(3):before, table.mobile.coursedates td:nth-of-type(3):before { 
	content: "Status"; 
	font-size: 0.9em;
}
table.mobile.schedules td:nth-of-type(4):before, table.mobile.coursedates td:nth-of-type(4):before { 
	content: "Book Now"; 
	font-size: 0.9em;
}

table.mobile.schedules.de td:nth-of-type(1):before, table.mobile.coursedates.de td:nth-of-type(1):before { 
	content: "Start"; 
	font-size: 0.9em;
}
table.mobile.schedules.de td:nth-of-type(2):before, table.mobile.coursedates.de td:nth-of-type(2):before { 
	content: "Ende"; 
	font-size: 0.9em;
}
table.mobile.schedules.de td:nth-of-type(3):before, table.mobile.coursedates.de td:nth-of-type(3):before { 
	content: "Verfügbarkeit"; 
	font-size: 0.9em;
}
table.mobile.schedules.de td:nth-of-type(4):before, table.mobile.coursedates.de td:nth-of-type(4):before { 
	content: "Anmelden"; 
	font-size: 0.9em;
}

table.mobile.schedules.da td:nth-of-type(1):before, table.mobile.coursedates.da td:nth-of-type(1):before { 
	content: "Starter"; 
	font-size: 0.9em;
}
table.mobile.schedules.da td:nth-of-type(2):before, table.mobile.coursedates.da td:nth-of-type(2):before { 
	content: "Slutter"; 
	font-size: 0.9em;
}
table.mobile.schedules.da td:nth-of-type(3):before, table.mobile.coursedates.da td:nth-of-type(3):before { 
	content: "Tilgængelighed"; 
	font-size: 0.9em;
}
table.mobile.schedules.da td:nth-of-type(4):before, table.mobile.coursedates.da td:nth-of-type(4):before { 
	content: "Tilmelding"; 
	font-size: 0.9em;
}

table.mobile.schedules.sv td:nth-of-type(1):before, table.mobile.coursedates.sv td:nth-of-type(1):before { 
	content: "Startar"; 
	font-size: 0.9em;
}
table.mobile.schedules.sv td:nth-of-type(2):before, table.mobile.coursedates.sv td:nth-of-type(2):before { 
	content: "Slutar"; 
	font-size: 0.9em;
}
table.mobile.schedules.sv td:nth-of-type(3):before, table.mobile.coursedates.sv td:nth-of-type(3):before { 
	content: "Tillgänglighet"; 
	font-size: 0.9em;
}
table.mobile.schedules.sv td:nth-of-type(4):before, table.mobile.coursedates.sv td:nth-of-type(4):before { 
	content: "Registrera"; 
	font-size: 0.9em;
}

table.mobile.schedules.no td:nth-of-type(1):before, table.mobile.coursedates.no td:nth-of-type(1):before { 
	content: "Start"; 
	font-size: 0.9em;
}
table.mobile.schedules.no td:nth-of-type(2):before, table.mobile.coursedates.no td:nth-of-type(2):before { 
	content: "Slutt"; 
	font-size: 0.9em;
}
table.mobile.schedules.no td:nth-of-type(3):before, table.mobile.coursedates.no td:nth-of-type(3):before { 
	content: "Kapasite"; 
	font-size: 0.9em;
}
table.mobile.schedules.no td:nth-of-type(4):before, table.mobile.coursedates.no td:nth-of-type(4):before { 
	content: "Registrer deg"; 
	font-size: 0.9em;
}

table.mobile.schedules.fi td:nth-of-type(1):before, table.mobile.coursedates.fi td:nth-of-type(1):before { 
	content: "Alkaa"; 
	font-size: 0.9em;
}
table.mobile.schedules.fi td:nth-of-type(2):before, table.mobile.coursedates.fi td:nth-of-type(2):before { 
	content: "Loppuu"; 
	font-size: 0.9em;
}
table.mobile.schedules.fi td:nth-of-type(3):before, table.mobile.coursedates.fi td:nth-of-type(3):before { 
	content: "Saatavuus"; 
	font-size: 0.9em;
}
table.mobile.schedules.fi td:nth-of-type(4):before, table.mobile.coursedates.fi td:nth-of-type(4):before { 
	content: "Rekisteröidy"; 
	font-size: 0.9em;
}

table.mobile.schedules.nl td:nth-of-type(1):before, table.mobile.coursedates.nl td:nth-of-type(1):before { 
	content: "Start datum"; 
	font-size: 0.9em;
}
table.mobile.schedules.nl td:nth-of-type(2):before, table.mobile.coursedates.nl td:nth-of-type(2):before { 
	content: "Eind datum"; 
	font-size: 0.9em;
}
table.mobile.schedules.nl td:nth-of-type(3):before, table.mobile.coursedates.nl td:nth-of-type(3):before { 
	content: "Status"; 
	font-size: 0.9em;
}
table.mobile.schedules.nl td:nth-of-type(4):before, table.mobile.coursedates.nl td:nth-of-type(4):before { 
	content: "Nu boeken"; 
	font-size: 0.9em;
}

/* course pages */
body.course #firebrand-content {
	width: 100%;
}
body.course div#firebrand-content h1 {
	padding: 0 0.5em;
	font-size: 0.9em;
	line-height: 2em;
}
div#fast-metro h3 {
	font-size: 1.4em;
	margin-top: 0;
}
div#fast-metro li {
	font-size: 1em;
	line-height: 1.5em;
}
div#fast-metro li.strong {
	font-size: 1.2em;
}
div#fast-metro div.screen-text div#review-dynamic-overview {
	display: none;
}

#screen-nav {
	height: auto;
	margin: 0 8px;
}
#screen-nav li {
	text-align: center;
}
#screen-nav li a, #screen-nav li.on a, #screen-nav li a.sectionb-3, #screen-nav.ms-screen-nav li a.sectionb-3, #screen-nav.ms-screen-nav li:last-child a {
	width: inherit;
	height: inherit;
	background-image: none;
}
#screen-nav li p {
	margin: 0.2em;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.2em 0.6em;
}

#screen-nav li a.sectionb-1, #screen-nav li a.sectionb-2, #screen-nav li a.sectionb-3, #screen-nav.ms-screen-nav li a.sectionb-3, #screen-nav li a.sectionb-4, #screen-nav li a.sectionb-5 {
  margin-right: 2px;
  margin-bottom: 2px;
  border: #c9c9c9 1px solid; 
}
#screen-nav li a.sectionb-3 span {
	display: none;
}

div.screen-text div.coursebadge {
	margin: 0 0 1.2em;
	width: 100%;
	text-align: center;
	padding: 0;
}
div.screen-text div.coursebadge p {
	float: none;
	font-size: 1em;
	padding: 0;
	line-height: 1em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
div.screen-text ol {
	padding-left: 1.5em;
}

div#firebrand-content p.course-seven-call {
	margin: 0;
	padding-left: 2.9em;
	padding-top: 14px;
	font-size: 1.2em;
	line-height: 1.3em;
}

div.course-exp-head-menu {
	padding: 0;
	margin: 0;
	background-color: transparent;
	height: auto;
	float: right;
	width: 150px;
	text-align: right;
}
#metro-menu-inline li a {
	padding: 0.2em 0.4em;
	border: none;
	border-right: 2px solid #494949;
	background-color: #7a7a7a;
}
#metro-menu-inline li a.on, #metro-menu-inline li a.on:hover {
	border: none;
	border-right: 2px solid #f00;
	background-color: #eee;
 }

#metro-menu-inline li {
	margin: 0 0 0.4em;
	float: none;
}
#metro-menu-inline {
	margin: 0;
	padding-left: 10px;
}

div#details-metro div.section {
	margin-top: 0;
}
div#details-metro div.section p{
	padding: 0;
	margin-top: 0;
}
div#details-metro div.price-interest p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 0.2em;

}

div#firebrand-content p.reviewhead {
	font-size: 1em;
	line-height: 1.5em;
}
div#reviews-metro iframe {
	display: none;
}

div#footer-testimonial .review-entry {
	padding: 0 0.5em;
}
div#footer-testimonial p{
	font-size: 0.7em;
}

/* theme pages */
body.theme-page #firebrand-content {
	width: 100%;
}
body.theme-page div#firebrand-content h1 {
	font-size: 1.8em;
	line-height: 2em;
}
div#firebrand-content p.cta {
	font-size: 1.2em;
	padding: 12px 0 0 54px;
	min-height: 45px;
}
body.theme-page table.mobile tbody {
	display: table;
	width: 100%;
}
body.theme-page table.mobile tr {
	clear: both;
	margin-bottom: 2.4em;
	background-color: transparent;
	border-bottom: 1px solid #c6c6c6; 
	display: table-row;

}
body.theme-page table.mobile tr td { /* Behave like a "row" */
	border: none;
	border-bottom: none;
	position: relative;
	padding-left: 0; 
	padding-right: 0 ;
}
body.theme-page table.mobile tbody tr td:nth-child(2), body.theme-page table.mobile tbody tr td:nth-child(3), body.theme-page table.mobile tbody tr td:nth-child(4) ,body.theme-page table.mobile tbody tr td:nth-child(5), body.theme-page table.mobile tbody tr td:nth-child(6) {
	float: left;
}
body.theme-page table.mobile tbody tr td:nth-child(2), body.theme-page table.mobile tbody tr td:nth-child(4) {
	clear: both;
}
body.theme-page div#firebrand-content table.mobile tbody tr td:nth-child(4) p {
	padding-left: 8px;
	padding-right: 0;
}
body.theme-page table.mobile tbody tr td:nth-child(2) {
	width: 75%;
}
body.theme-page div#firebrand-content table.mobile tbody tr td:nth-child(5) p, body.theme-page div#firebrand-content table.mobile tbody tr td:nth-child(6) p  {
	padding-left: 6px;
	padding-right: 0;
}
body.theme-page table.mobile tbody tr td:nth-child(4) p a, body.theme-page table.mobile tbody tr td:nth-child(5) p a, body.theme-page table.mobile tbody tr td:nth-child(6) p a {
  background-color: #f00;
  color: #fff;
  padding: 0.4em 1em;
}
table.mobile tbody tr td.flame { /* Hide flames */
	display: none;
}
	/* microsoft */
div.ms-anchor {
	border: none;
}

/* registration */
fieldset div#companysame {
	padding-left: 0;
}


/* forms */
fieldset.subscribe .submit {
	margin: 0.4em 0 0;
	font-size: 1.4em;
	width: 100%;
}
fieldset.subscribe label{
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 1.2em;
}
fieldset.subscribe input {
	line-height: 1em;
	height: 2em;
}
div.errorshow p.error {
	padding: 0 0.4em 0;
	line-height: 1em;
	font-size: 1em;
}
fieldset.subscribe input.style{
	width: 97%;
 	font-size: 1em;
	padding-left: 1%;
	padding-right: 1%;
}
fieldset.unsubscribe div.errorshow, fieldset.unsubscribe div.noerror{
	float: none;
	width: 100%;
}

fieldset.schedules select, fieldset.price select, fieldset.subscribe select.register {
	width: 100%;
}

	/* pricing */
div#pricing-main h1.pricing-request, div#practicetest-main h1.practice-test {
	margin: 20px 0;
	font-size: 1.4em;
	line-height: 1em;
}
form #email div, #promise {	
	margin: 0;
	width: auto;
}
	/* ftfl */
div#ftflBanner {
	background-position-x: -1.5%;
}
div#ftfl-content, div#ftfl-right {
	float: none;
	width: 100%;
}
form#ftfl-form fieldset {
	border: 1px solid #c6c6c6;
	padding: 10px;
	background-image: none;
	padding: 0.4em;
}
form#ftfl-form fieldset.subscribe label {
	font-size: 1em;
	margin-bottom: 0.2em;
}
form#ftfl-form fieldset.subscribe input{
	line-height: 1.2em;
	height: 2em;
	font-size: 1em;
}
form#ftfl-form fieldset.subscribe  div.errorshow p.error {
	padding: 0 0.4em 0;
	line-height: 1em;
	font-size: 1em;
}
form#ftfl-form fieldset.subscribe .submit {
	float: none;
	background-image: none;
	padding: 0.4em;
	white-space: normal;
	height: auto;
	font-size: 1.4em;
	width: 100%;
}
div#ftfl-terms {
	max-width: 100%;
	padding: 0.5em;
}
div#ftfl-terms h2 {
	margin-top: 0;
	padding-left: 0;
	text-align: center;
	font-size: 1em;
}
div#ftfl-terms ol {
	line-height: 1.6em;
	line-height: 1.6em;
	font-size: 0.7em;
	padding: 0 20px;
}
div#ftfl-terms ol li{
	text-align: justify;
}
div#entry-main.ftfl-main table, div#entry-main.ftfl-main table tbody, div#entry-main.ftfl-main table th, div#entry-main.ftfl-main table td, div#entry-main.ftfl-main table tr { 
	display: block; 
}
div#entry-main.ftfl-main table td { /* Behave like a "row" */
	margin-bottom: 0.8em;
	text-align: center;
}

/* web ads */
#firebrand-content div.webad, body.theme-page #firebrand-content div.webad, body.course #firebrand-content div.webad {
	width: 100%;
}

/* badges */
	/* videobadge */
div.videobadge {
	width: 100%;
	margin: 0;
	padding: 6px 0;
	text-align: center;
}
div.videobadge.floatright {
	float: none;
}
div.videobadge p {
	font-size: 1em;
}
div.videobadge a img{
	max-width: 90%;
}
div.videobadge p.desc {
	font-size: 0.8em;
}
/*
div.contact-exp form.signup label, div.toolbar-signup-confirm-prompt p {
  float: none;
  display: block;
  padding: 0;
  text-align: center;	
}
div.contact-exp input.signup {
	display: inherit;
}

*/