/*
Site Name: 	    PODIA.WALES
Site URI: 		https://podia.wales
Version: 		3.0
Author: 		ipinx 2020



/* ---------------------------------------------------------------------------------------------------------- 
01 Defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/normalize.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; }

body { 
	background:#fff;
	font-family:Raleway, sans-serif;
	font-size:13pt;
	font-weight: normal;
	font-style: normal;
	color:#000;
	line-height:1.6em;
	margin: 0 0 0 0;
}



::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

img { 
	padding:0;
	margin:0; 
	max-width:100%;
	height:auto;
	border:0;
}
a {
	text-decoration:none;
	border:0;
	color:#000000;
}
.mail {
	text-decoration:none;
	border:0;
	color:#acb9ea;
}
.mail:hover {
	text-decoration:none;
	border:0;
	color:#fcc165;
}
.link {
	text-decoration:none;
	border:0;
	font-weight: normal;
	color:#3682ae;
}
.link:hover {
	text-decoration:none;
	color:#ba4a4a;
}
.link2 {
	text-decoration:none;
	border:0;
	font-weight: bold;
	color:#fff;
}
.link2:hover {
	text-decoration:none;
	color:#fadf66;
}
.footerlink {
	text-decoration:none;
	border:0;
	font-weight: normal;
	color:#fff;
}
.footerlink:hover {
	text-decoration:none;
	color:#fadf66;
}
.credit {
	font-size:.9em;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	border:0;
	color:#fff;
}

a:hover {
	text-decoration:none;
}


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
select.error,

 .clearleft { clear: left; }
.logo {
		width:1px;
		height: 1px;
		padding:0 0 0 4px;
	}

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

body,
input,
textarea 			{  }

p {	margin: 0 0 .5em 0; 
	color: #000;
}
p.large { font-size: 1.2em; }

p.larger { font-size: 1.5em;
		   font-weight: bold; 
}

p.white { color: #fff; }

p.center {
	color: #fff;
	text-align: center;
}

p.bonus {
	color:#272727;
	line-height: 1.5em;
	text-align: left;
}
p.right {
	color:#fff;
	line-height: 1.8em;
	margin:0 0 0 0;
	text-align: right;
}

p.small {
		font-size:.9em;
		line-height: 1.6em;
}
p.access {
		font-size:.9em;
		text-align: center;
}
h1 {
	font-size: .5em;
	font-family: Kanit, sans-serif;
	line-height: .8em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin:0 0 0 0;
}
h2 {
	font-size: 6.5em;
	font-family: Kanit, sans-serif;
	letter-spacing: -0.08em;
	line-height: 1em;
	font-weight: normal;
	color: #1363b7;
	text-align: left;
	margin:0 0 .1em 0;
}
h2.sub {
	font-size: 5em;
	color: #1363b7;
	margin:0 0 .3em 0;
}
h2.subblue {
	font-size: 5em;
	color: #1363b7;
	margin:0 0 .3em 0;
}
h3 {
	font-size:3em;
	font-family: Kanit, sans-serif;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin:1em 0 0 0;
}

h4 {
	font-size:1.6em;
	font-family: Kanit, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin:.5em 0 0 0;
}

p.tel {
	font-size:1.9em;
	line-height: 2em;
	font-family: Kanit, sans-serif;
	font-weight: 300;
	color: #000000;
	margin:0 0 .5em 0;
}
p.credit {
	color:#c0c0c0;
	font-style: normal;
}
.right {
	text-align: right;	
}


/** text colours **/
.black {
	color:#000000;
}
.yellow {
	color:#ffbd42;
}

em.yellow {
	color:#ffbd42;
	font-style: normal;
}

em.blue {
	color:#1363b7;
	font-style: normal;
	font-weight: bold;
}

.black {
	color:#000000;
	font-style: normal;
}

strong {
	font-weight:bold; 
}
sup {
  vertical-align: super;
  font-size: .5em;
}
sup.small {
  vertical-align: super;
  font-size: .3em;
}
em.pod {
	font-style: normal;
	font-weight:bold; 
}
.bonusA {
	font-weight: bold;
	text-decoration:none;
	color:#3682ae;
}

.bonusA :hover {
	text-decoration:none;
	color:#ba4a4a;
}

hr {
	color:#b1c2ff;
}

/* ---------------------------------------------------------------------------------------------------------- 
Grid -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.grid_1 { width: 6.5%; } 
.grid_2 { width: 15%; } 
.grid_3 { width: 23.5%; } 
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}

.alpha{margin-left:0;}
.omega{margin-right:0;}

.container{
	width: 96%;
	max-width: 960px;
	margin: auto;
}

 div {
	border: 1px solid none;
}
.hiddendiv {display: none; }
.bonusA:focus ~ #bonusA {display: block;}


/* ---------------------------------------------------------------------------------------------------------- 
HEADER -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(8,59,106,0.8);
	z-index: 200;
	padding:0 0 0 0;
}

.mainNav ul {
	list-style-type: none;
	color:#083b6a;
	font-size: 1em;
	font-weight:normal;
	line-height: 1.8em;
	padding:.5em 1em .5em 1em;
	margin:0;
	text-align: right;
}
.mainNav ul li {
	font-size: 1em;
	display: inline-block;
}

.mainNav ul li a {
	color:#fff;
	font-size: 1em;
	font-weight: bold;
	padding:.5em 0 .5em .5em;
	text-decoration:none;
}
.mainNav ul li a:hover {
	color:#fadf66;
}
.mainNav ul ul {
	position: absolute;
	left:0;
	font-size: 1em;
	text-align: left;
	padding:.5em 1em .5em .5em;
	min-width:200px;
	display: none
}

.mainNav ul li:hover ul {
	display: block;
}
.mainNav ul ul li {
	display: block;
}
.mainNav ul ul li a {
	padding:.5em .3em .5em .5em;
	display: block;
	border-bottom: solid 1px #999999;
	background:rgba(8,59,106,0.7);
}

.mainNav ul ul li:last-child a {
	border-bottom: solid 1px #999;
}

.menuToggle {
	position: absolute;
	top:1em;
	right:5%;
	z-index: 999;
	color:#fff;
	padding-right: 40px;
	background:url(images/menu.png) no-repeat right;
	display: none;
	text-indent: -9999px
}

/* ---------------------------------------------------------------------------------------------------------- 
BANNER -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.banner img {
	display: block;
	width:100%;
	height: auto;
}
.banner {
	text-align: center;
	background:#808080;
}


/* ---------------------------------------------------------------------------------------------------------- 
CONTENT -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.main {
	padding:1em 0;
}
.section {
	padding:1em 0;
}
/**** Blocks ****/
.blocks {
	overflow: auto;
}
.block-image {
	float:left;
	width:23%;
}
.block-content {
	float:left;
	width:75%;
	margin-left: 2%;
}



/* ---------------------------------------------------------------------------------------------------------- 
FOOTER --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.footer {
	background:url(images/sky.jpg) no-repeat top left;
	background-size: cover;
	font-size: 1em;
	line-height: 1.8em;
}
.overlay {
	background:rgba(0,0,0,0);
	overflow: auto;
}


/* ---------------------------------------------------------------------------------------------------------- 
Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



@media screen and (max-width :768px) {
	
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
	margin: 0 0 0 0;
	float: left;
	display: block;
}

	.container { width:96%;	}

	h2 { font-size:4em; }
	h2.sub { font-size: 3.5em; }
	h3 { font-size:2.1em; }
	h4 { font-size:1.4em; }
	p.tel {	font-size:1.4em; }
	p.larger { font-size:1.4em; }
	
	.section {
		padding:1em 0;
	}
	.logo {
		width:1px;
		height: 1px;
		padding:.5em 0 0 4px;
	}

	.header {
		padding-bottom:0;
	}

	.mainNav ul {
		padding: 0;
		text-align: center;
	}

	.mainNav > ul {
		display: none;
	}
	.mainNav ul li {
		display: block;
	}
	
	.mainNav ul li a {
		border-top:solid 1px #083b6a;
		padding:1em .3em 0 0;
		display: block;
	}

	.mainNav ul li a:hover {
		color:#ffbd42;
	}
	.mainNav ul ul {
		margin-top:0;
		width:100%;
		display: block;
		position: relative;
		border:0;
	}
	.mainNav ul ul li {
		float:none;
		width:auto;
		
	}
	.mainNav ul ul li a {
		float:none;
		width:auto;
		background:#083b6a;
	}
	.menuToggle { 
		display: block;
	}
	.banner h1 {
		font-size: 1.4em;
	}
	.blocks h3 {
		font-size: 1.2em;
	}

	.footer {
		font-size: .9em;
	}

}

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

	.mainNav ul li a {
		font-size: 1em;
	}

	h2 { font-size:2.8em; }
	h2.sub { font-size: 2.4em; }
	
	p {	margin: 0 0 0 0; }
	p.larger { font-size; 1.2em; }
}
