@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'); 

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body {
		background: #fff;
		text-align: justify;
	}

	body.loading {
		}
		
	body.loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		}

	body,input,textarea,select {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 10px;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.5px;
	}
	.big-logo img {
	width: 40%;
	height: auto;
	}
	.award img {
	width: 6em;
	height: auto;
	position: absolute;
	left: 1em;
	top: 4em;
	opacity: 0.8;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	}
	.award img:hover {
	position: absolute;	
	opacity: 1.0;
	}
	.partner img {
	width: 11em;
	height: auto;
	position: absolute;
	left: 1em;
	top: 4em;
	opacity: 0.8;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	}
	.partner2 img {
	width: 11em;
	height: auto;
	position: absolute;
	left: 1em;
	top: 9em;
	opacity: 0.8;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	}
	.sticker img {
	width: 12%;
	height: auto;
	position: absolute;
	right: 6em;
	top: 24em;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	}
	.brands img {
	opacity: 1.0;
	outline: 0;
	width: 8em;
	height: auto;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	}
	.newcourse {
	display: inline-table;
	width: 75%; 
	height: auto;
	padding: 1em;
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
	border-radius:0.4em;
	opacity: 0.8;
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	}
	.newcourse:hover {
	opacity: 1.0;
	}
	.mini-newcourse {
	display: inline-table;
	width: 50%;
	height: auto; 
	padding: 1em;
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
	border-radius:0.4em;
	opacity: 0.8;
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	}
	.mini-newcourse:hover {
	opacity: 1.0;
	}
	.courses {
	width: 12em;
	height: 12em;
	min-width: 200px;
	min-height: 200px;
	text-align: center;
	padding: 1em;
	margin: 2em;
	border-radius: 50%;
	display: inline-table;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
	.courses:hover {
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	transform: translate(0px,-5px);
	-moz-transform: translate(0px,-5px);
	-webkit-transform: translate(0px,-5px);
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
	.courses span {
	font-size: 0.8em;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	}
	#cedia-courses {
	border: 1px solid rgba(50,50,50,0.1);
	text-align: left;
	margin-top: 2.6em;
	}
	#cedia-courses .date {
	border: 1px solid rgba(50,50,50,0.1);
	width: 30%;	
	padding: 1em;	
	}
	#cedia-courses .course {
	border: 1px solid rgba(50,50,50,0.1);
	width: 70%;		
	padding: 1em;		
	}
	#cedia-courses .course a {
	color: #09F;
	}
	#tc-booking {
	border: solid 2px rgba(50,50,50,0.2);
	border-radius: 0.4em;
	padding: 2em;
	background-color: rgba(255,255,255,0.4);
	}	
	#calendar-button {
	width: 30%; 
	height: auto;
	background: #f5f5f5;
	border-radius: 1em;
	border: solid #E4E4E4 1px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 5em;
	color: #39454b;
	background-color: #FCFCFC;
	transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	}
	#calendar-button:hover {
	cursor: pointer;
	color: #f5f5f5;
	background-color: #9ec7cb;
	border: solid #9ec7cb 1px;
	}
	#fadeandscale {
	position: absolute;
	left: 1em;
	top: 3em;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
	}
	.popup_visible #fadeandscale {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	}
	.refund-policy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 0.5em;
	color: #999;
	line-height: 1.6em;
	}
	.testimonials {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-style: italic;
	font-size: 0.6em;
	line-height: 1.6em;
	}
	.confirmed {
	width: 50%;
	height: auto;
	}
	h1,h2,h3,h4,h5,h6 {
		font-weight: 400;
		color: inherit;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}	
	h2 {
		font-size: 2.25em;
		letter-spacing: -2px;
		line-height: 1.25em;
	}
	h2 a:hover{
		color: #8DBEC2;	
	}
	.on-white {
		color: #09F; 
		text-decoration: none;
	}
	.on-white:hover {
		color: #09F; 
		text-decoration: none;
	}
	.course-title {
		font-size: 3em;
		letter-spacing: 4px;
		line-height: 1.25em;
		font-weight: 200;
	}
	.privacy-policy {
		margin: 5em;
		font-size:0.6em;
		line-height: 1.2em;	
	}
	.privacy-policy a {
		color: #333;
		text-decoration: none;	
	}
		.privacy-policy a:hover {
		color: #333;
		text-decoration: underline;	
	}
		
	strong, b {
		font-weight: 400;
		color: inherit;
	}
	
	em, i {
		font-style: italic;
	}

	a {
		color: #FFF;
		text-decoration: none;
		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	header {
		margin-bottom: 1em;
	}
	
		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer {
		margin-top: 2em;
	}

	br.clear {
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article {
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child {
			margin-bottom: 0;
		}

		section > .content > :last-child,
		article > .content > :last-child {
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child {
			margin-bottom: 0;
		}

		.row > section,
		.row > article {
			margin-bottom: 0;
		}

	/* Images */

		.image {
			position: relative;
			display: inline-block;
		}
		
			.image:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
			}
		
			.image img {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full {
				display: block;
				width: 100%;
			}
			
			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default {
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li {
				padding-left: 0.5em;
			}		

		ul.icons {
			cursor: default;
		}	
		
			ul.icons li {
				display: inline-block;
			}
			
				ul.icons a {
					display: inline-block;
					width: 2em;
					height: 2em;
					line-height: 2em;
					text-align: center;
					border: 0;
				}

		ul.menu {
			cursor: default;
		}
		
			ul.menu li {
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px rgba(145,146,147,0.25);
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.actions {
			cursor: default;
		}
		
			ul.actions li {
				display: inline-block;
				margin: 0 0 0 0.5em;
			}
			
			ul.actions li:first-child {
				margin-left: 0;
			}

		ol.default {
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol.default li {
				padding-left: 0.25em;
			}

	/* Forms */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
				display: block;
				width: 100%;
				padding: 0.75em;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:hover,
				form input[type="email"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #9ac8e9;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select {
				line-height: 1em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
	/* Tables */
	
		table {
			width: 100%;
		}
		
			table.default {
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2) {
					background: #f4f4f4;
				}
				
				table.default td {
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th {
					text-align: left;
					font-weight: 900;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead {
					background: #444;
					color: #fff;
				}
				
				table.default tfoot {
					background: #eee;
				}
				
				table.default tbody {
				}

	/* Buttons */
		
		.button {
			background-color: #8DBEC2;
			border: 0;
			border-radius: 3.5em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3.5em;
			line-height: 3.5em;
			outline: 0;
			padding: 0 2em 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			.button.down {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/dark-arrow.svg');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.down.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			.button.anchored {
				position: absolute;
				left: 50%;
			}
			
			.button:hover {
				background-color: #9ec7cb;
			}
			
			.button:active {
				background-color: #8db1c2;
			}

			.button.style2 {
				background-color: transparent;
				border: solid 2px #e5e6e7;
				color: inherit;
			}

				.button.style2:hover {
					background-color: rgba(145,146,147,0.035);
				}
				
				.button.style2.down {
					background-image: url('images/arrow.svg');
				}

	/* Box */

		.box {
			background: rgba(255, 255, 255, 0.9);
			color: #39454b;
			padding: 3em;
			}
		#one .box {
			color: #39454b;
			padding: 3em;
			border-top-left-radius: .75em;
			border-bottom-left-radius: .75em;
			}
		#two .box {
			color: #39454b;
			padding: 3em;
			border-top-right-radius: .75em;
			border-bottom-right-radius: .75em;
			}
		#contact .box {
			background: rgba(255, 255, 255, 1.0);
			color: #39454b;
			padding: 2em;
			border-top-left-radius: .75em;
			border-top-right-radius: .75em;
			}
		.box.style2 {
			padding: 3.5em 2.5em 3.5em 2.5em;
			}

	/* Main */
		
		.main {
			position: relative;
			margin: 0;
			overflow-x: hidden;
		}
		
			.main.style1 {
				text-align: center;
				height: 50em;

			}
			
				.main.style1 h2 {
					font-size: 4.25em;
					line-height: 1em;
					letter-spacing: -4px;
				}
				
				.main.style1 .content {
					opacity: 1.0;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
				
			.main.style1.inactive {
			}
			
				.main.style1.inactive .content {
					opacity: 0;
				}
		
			.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style2 .content {
					position: relative;
					width: 35%;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
			
				.main.style2.left {
				}

					.main.style2.left .content {
						left: 0;
					}

				.main.style2.right {
				}

					.main.style2.right .content {
						left: 65%;
					}

				.main.style2.inactive {
				}

					.main.style2.inactive .content {
					}

						.main.style2.inactive.left .content {
							left: -35%;
						}

						.main.style2.inactive.right .content {
							left: 100%;
						}
		
			.main.style3 {
				text-align: center;
				padding: 6em 0 6em 0;
			}

				.main.style3 .content {
				}

					.main.style3 .content > header {
						margin-bottom: 2em;
					}

				.main.style3.primary {
					background: #f5f6f7;
				}
			
				.main.style3.secondary {
					background: #9ec7cb;
				}

	/* Dark */

		.dark {
			color: #fff;
		}

			.dark a {
				color: #fff;
			}
		
			.dark .button.style2 {
				border-color: inherit;
				background-color: rgba(64,64,64,0.05);
			}

				.dark .button.style2:hover {
					background-color: rgba(255,255,255,0.1);
				}
				
				.dark .button.style2.down {
					background-image: url('images/dark-arrow.svg');
				}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.fa {
		text-decoration: none;
	}

		.fa.solo {
		}
		
			.fa.solo span {
				display: none;
			}

		.fa:before {
			display:inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(50,50,50,0.9);
		height: 3em;
		line-height: 3em;
		text-align: center;
	}
	
	body {
		padding-top: 0em;
	}

	#logo img {
	position: absolute;
	z-index: 500;
	width: 10em;
	height: auto;
	left: 0.5em;
	top: 0.5em;
	}
	
	#nav {
		display: inline;
		top: 0;
		height: 3em;
		line-height: 3em;
	}

	#nav ul {
		display: inline;
	}

	#nav ul li {
		display: inline;
		color: #FFF;
		font-size: 0.9em;
	}

	#nav ul li a {
		display: inline;
		color: #FFF;
		text-decoration: none;
		height: 3em;
		line-height: 3em;
		padding: 0 0.5em 0 0.5em;
		outline: 0;
	}	

	#nav ul li a:hover {
		color: #8DBEC2;
	}
			
	#nav li ul {
	visibility: hidden;
	position:absolute; 
	z-index:1;
	opacity: 0;
	width: 20em;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	-moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	}
	#znav li:hover ul { /*commented out JM 15/10/2020*/
	display: block;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	width: 20em;
	}
	
	/*new declaration for styling to fix alignment issues JM 15/10/2020 */
	#nav li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    width: 20em;
    left: 32%;
    top: 3px;
}

	#nav li ul li {
	text-align: left;
	font-size: 0.9em;
	line-height: 0.2em;
	display: block;
	width: 16.5em;
	padding-left: .4em;
    float: left;
    position: relative;
    right: 6em;
	top: 3.68em;
	background: rgba(50,50,50,0.9);
	}
	#nav li ul li:last-child {
	text-align: left;
	font-size: 0.9em;
	border-radius: 0em 0em .5em .5em;
	line-height: 0.2em;
	display: block;
	width: 16.5em;
	height: 3.7em;
	padding-left: .4em;
    float: left;
    position: relative;
    right: 6em;
	top: 3.68em;
	background: rgba(50,50,50,0.9);
	}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro {
		background: url('../images/overlay.png'), url('../images/index-intro.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}

/*********************************************************************************/
/* One                                                                           */
/*********************************************************************************/

	#one {
		background: url('../images/overlay.png'), url('../images/index-one.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* Two                                                                           */
/*********************************************************************************/

	#two {
		background: url('../images/overlay.png'), url('../images/index-two.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* Work                                                                          */
/*********************************************************************************/

	#book {
	}
	
		#book .row.images {
		}
	
			#book .row.images .image {
				position: relative;
				top: 0;
				left: 0;
				opacity: 1.0;
			
				-moz-transition: all 1s ease;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				-ms-transition: all 1s ease;
				transition: all 1s ease;
				
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-o-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
			}
		
			#book .row.images.inactive {
			}

				#book .row.images.inactive .image {
					opacity: 0;
				}
			
				#book .row.images.inactive .image.l {
					left: -14em;
				}
			
				#book .row.images.inactive .image.r {
					left: 14em;
				}
			
/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

	#contact {
		padding-bottom: 0;
		overflow: hidden;
	}
	
		#contact .box {
			position: relative;
			bottom: 0;
			
			-moz-transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-o-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
		}
		
		#contact.inactive {
		}

			#contact.inactive .box {
				bottom: -30em;
			}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer {
		position: relative;
		height: 5em;
		line-height: 5em;
		margin: 0;
		background: #39454b;
		color: #999;
		background: rgba(50,50,50,0.9);
		overflow: hidden;
	}

		#footer a {
			color: #999;
			color: rgba(185,186,187,0.5);
		}

			#footer a:hover {
				color: #bbb;
				color: rgba(185,186,187,1.0);
			}
	
		#footer .actions {
			position: absolute;
			left: 1em;
			top: 0.25em;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}
		
			#footer .actions li {
				font-size: 1.25em;
				margin: 0;
			}
			
				#footer .actions li a {
					padding: 0.5em;
				}
		
		#footer .menu {
			position: absolute;
			right: 2em;
			top: 0;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}
		
			#footer .menu li {
				font-size: 0.9em;
			}

/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup {
		background: #fff;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0,0,0,0.15);
	}
	
		.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url('images/loader.gif');
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}
	
		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0,0,0,0.01);
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;
				width: 96px;
				height: 64px;
				background: url('images/poptrox-nav.svg');
				top: -moz-calc(50% - 1.5em);
				top: -webkit-calc(50% - 1.5em);
				top: -o-calc(50% - 1.5em);
				top: -ms-calc(50% - 1.5em);
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
			}
		
			.poptrox-popup:hover .nav-next,
			.poptrox-popup:hover .nav-previous {
				opacity: 0.5;
			}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}
			
			.poptrox-popup .nav-previous:before
			{
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				-ms-filter: "FlipH";			
				filter: FlipH;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}
		
		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}
			
		.poptrox-popup .closer {
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}
		
			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url('images/poptrox-closer.svg') center center;
				color: #fff !important;
			}

			.poptrox-popup:hover .closer {
				opacity: 0.5;
			}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}
			
/*********************************************************************************/
/* Touch Mode                                                                    */
/*********************************************************************************/

	body.touch {
	}
	
		body.touch .main {
			background-attachment: scroll !important;
		}
		
		body.touch .poptrox-popup {
		}

			body.touch .poptrox-popup .nav-next,
			body.touch .poptrox-popup .nav-previous,
			body.touch .poptrox-popup .closer {
				opacity: 1.0 !important;
			}
