


	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #1B1B1B url(images/overlay.png) repeat;
		font-family: 'Varela Round', sans-serif;
		font-size: 11pt;
		font-weight: 400;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #3B3319;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		margin: 0px auto;
		width: 100%;
	}
	

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				background: #67128F;
				border-radius: 8px;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.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;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 1em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.20em;
		font-size: 1.2em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: rgba(255,255,255,1);
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		background: #AD954A;
		border-radius: 30px;
		text-align: center;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0.6em 1em;
		background: #AD954A;
		border-radius: 4px;
		line-height: 1.8em;
		text-decoration: none;
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		font-size: 2.8em;
		color: #594D26;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

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

	#header-wrapper
	{
		overflow: hidden;
		padding: 3em 0em;
	}

	#header
	{
	}
#top img#itu {
width: 300px;

}

#wrapper3 img#erc {
width: 300px;

}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 3em 0em;
		text-align: center;
	}
	
	#logo h1
	{
		font-size: 3.5em;
	}
	
	#logo h2
	{
		color: #3F4C48;
	}
	
	#logo h4
	{
		color: #5B6E68;
	}

	#logo h1 a
	{
		color: #AD954A;
	}



	#logo a
	{
		text-decoration: none;
	}
	
	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: #3C3C3C;
	}

	#logo span a
	{
		color: #3C3C3C;
	}
	
	#logo .icon
	{
		display: inline-block;
		margin-bottom: 2em;
		padding: 1em;
		background: #76E0C8;
		border-radius: 50%;
		font-size: 1.6em;
		color: #FFF;
	}
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
	}
	
	#menu ul
	{
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		margin-left: 0.50em;
		padding: 1em 1.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.75em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #3C3C3C;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu .current_page_item a
	{
		border: 1px solid #AD954A;
		border-radius: 4px;
		background-color: #AD954A;
		color: #fff;
	}
	
	#menu .gameslit a
	{
		border: 1px solid #AD4A57;
		border-radius: 4px;
		background-color: #AD4A57;
		color: #fff;
	}

	#menu .philosophy a
	{
		border: 1px solid #4A8EAD;
		border-radius: 4px;
		background-color: #4A8EAD;
		color: #fff;
	}

	#menu .history a
	{
		border: 1px solid #85D4BB;
		border-radius: 4px;
		background-color: #85D4BB;
		color: #fff;
	}
	


	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
		background: #AD954A;
	}

	#wrapper3
	{
		overflow: hidden;
		padding: 0em 0em 1em 0em;
		background: #FFF;
	}
	
	#wrapper4
	{
		overflow: hidden;
		padding: 1em 0em 1em 0em;
		background-color: #AD954A;
	}

	#wrapper5
	{
		overflow: hidden;
		padding: 1em 0em 1em 0em;
		background-color: #FFF9E1;

	}
	#wrapper6
	{
		background: #AD954A;
		padding: 1em 0em 1em 0em;
		color: #3F4C48;
		
	}
#wrapper5 a {
color: #AD954A;

}
#wrapper5 p {
text-align: justify;
padding: 1em 100px 0.8em 100px;
}
#wrapper5 ul li {
list-style: none;
}

#wrapper6 ul li {
list-style-type: circle;
list-style-position: inside;
padding: 0em 100px 1em 100px;
text-align: justify;
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		width: 1000px;
		padding: 3em 100px 3em 100px;
		text-align: justify;
		color: #313B38;
	}


	
	#welcome .content
	{
		padding: 0em 8em;
	}
	
	#welcome .title h2
	{
		color: #594D26;
		text-align: center;
	}
	
#welcome .title h3
	{
		color: #3F4C48;
		text-align: center;
	}

	#welcome a,
	#welcome strong
	{
		color: #3F4C48;
	}


#welcome ol, ul
	{
		padding: 0;
		list-style-type: circle;
		line-height: 180%;
		margin-left: 20px;
	}

#wrapper3 p {
text-align: justify;
padding: 1em 100px 2em 100px;
}

#wrapper4 p {
	text-align: justify;
	padding: 1em 100px 0.8em 100px;
	color: #313B38;
}

#wrapper6 p {
text-align: justify;
padding: 1em 100px 2em 100px;
color: #3F4C48;
}

#erc img#erc {
width: 300px;

}


/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		padding: 2em 0em 2em 0em;
		text-align: center;
	}

	
	#footer .title h2
	{
		color: rgba(255,255,255,1);
	}


	#footer .title .byline
	{
		letter-spacing: normal;
		text-transform: capitalize;
		font-size: 1.6em;
		color: rgba(255,255,255,0.2);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		text-align: center;
		color: rgba(255,255,255,0.2);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.4);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 2em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#newsletter .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
		padding-top: 2em;
	}
	
	#portfolio .box
	{
		text-align: center;
		color: rgba(0,0,0,0.7);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(0,0,0,0.9);
	}

	#portfolio h3.wrapper4 {
		color: #313B38; 
	}

	#portfolio .title
	{
		margin-bottom: 2em;
		text-align: center;
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	#portfolio .title .byline
	{
		letter-spacing: normal;
		text-transform: capitalize;
		font-size: 1.6em;
		color: rgba(0,0,0,0.6);
	}
	
	#portfolio .icon
	{
		display: inline-block;
		margin-bottom: 2em;
		font-size: 1.6em;
		color: rgba(0,0,0,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
		overflow: hidden;
		padding-bottom: 4em;
		text-align: center;
	}
	
	#three-column h2
	{
		margin: 1em 0em;
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 700;
	}
	
	#three-column .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 0.80em auto;
		line-height: 150px;
		font-size: 4em;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		text-align: center;
		color: #632F00;
		
	}
		
	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
		float: left;
		width: 500px;
		padding: 10px 40px 10px 40px;
	}
	
	#three-column .title
	{
		letter-spacing: 0.10em;
		text-align: center;
		text-transform: uppercase;
	}
	
	#three-column .title h2
	{
		font-size: 1.60em;
		font-weight: 900;
		font-family: 'Open Sans', sans-serif;
		color: #261300;
	}
	
	#three-column .title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#three-column .arrow-down
	{
		border-top-color: #292929;
	}


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 480px) and (orientation : portrait) {

	.container
	{
		margin: 0px auto;
		width: 100%;
	}

	#wrapper3 p {
padding: 1em 2em 2em 2em;
}

#wrapper4 p {
	padding: 1em 2em 2em 2em;
}

#wrapper6 p {
	padding: 1em 2em 2em 2em;
}

#wrapper5 p {
	padding: 1em 2em 2em 2em;
}

#wrapper2 p {
	display: block;
}

#welcome {
	padding: 1em 2em 2em 2em;
	width: 90%;
}


}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 1024px) and (orientation : landscape){
	.container
	{
		margin: 0px auto;
		width: 100% !important;
		overflow: hidden;
	}

	#wrapper3 p {
padding: 1em 2em 2em 2em;
overflow: hidden;
}

#wrapper4 p {
	padding: 1em 2em 2em 2em;
	overflow: hidden;
}

#wrapper6 p {
	padding: 1em 2em 2em 2em;
	overflow: hidden;
}

#wrapper5 p {
	padding: 1em 2em 2em 2em;
	overflow: hidden;
}

#wrapper2 p {
	display: block;
	overflow: hidden;
}

#welcome {
	padding: 1em 2em 2em 2em;
	width: 90%;
	overflow: hidden;
}

footer {
width: 100%;
overflow: hidden;

}

#copyright {
	width: 100%;
	overflow: hidden;
}

}
	
/* TABLE STYLES */

import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
  font-family: "Open Sans", sans-serif;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin:auto;
  padding:0;
  width: 85%;

}

td {

	width: 11%;
}
table tr {
  border: 1px solid #ddd;
  padding: 5px;
}
table th, table td {
  padding: 10px;
  text-align: left;
}
table th {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}



	}
}
}
#desktop {display: block;}
#mobile {display: none}



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

#desktop {display: none;}
#mobile {display: block;}



#menu li {
width: 10%;
width: 80%;

}
.gameslit {
	background-color: #AD4A57;
}
.philosophy {
	background-color: #4A8EAD;
}

.history {
	background-color: #85D4BB;
}

.current_page_item {

	background-color: #AD954A;
}

#logo {

	display: none;
}
}


.mobile-pgc{
background-color: #4A8EAD;
color: fff;
text-align: center;
}

.mobile-pgc-reg{
background-color: #94bed1;
color: fff;
text-align: center;
}

.mobile-gl{
background-color: #AD4A57;
color: fff;
text-align: center;
}

.mobile-gl-reg{
background-color: #d1949c;
color: fff;
text-align: center;
}

.mobile-hog {
background-color: #85D4BB;
color: fff;
text-align: center;
}

.hog-reg {
background-color: #b4e4d5;
color: fff;
text-align: center;
}
.mobile-lunch {
background-color: #AD954A;
color: fff;
text-align: center;
text-transform: uppercase;
}

.mobile-round {
background-color: #c9b882;
text-align: center;
text-transform: uppercase;
}

.pcg-weekday {
font-size: 1.2em;
text-align: center;
background-color: #244a5b;
color: #fff;
}

.mobile-weekday {
font-size: 1.2em;
text-align: center;
background-color: #594D26;
color: #fff;
}


.pcg {
font-size: 0.9em;
text-align: center;
background-color: #4A8EAD;
color: #fff;
line-height: 1.5em;
font-size: 0.8em;
}


.PCG-title {
background-color: #172c36;
text-transform: uppercase;
color: #fff;
text-align: center;

}

.GL-title {
background-color: #471f24;
text-transform: uppercase;
color: #fff;
text-align: center;

}

.hog-title  {
background-color: #313B38;
text-transform: uppercase;
color: #fff;
text-align: center;

}



.gl {
font-size: 0.9em;
text-align: center;
background-color: #AD4A57;
color: #fff;
line-height: 1.5em;
font-size: 0.8em;
}

.hog {
font-size: 0.9em;
text-align: center;
background-color: #85D4BB;
color: #fff;
line-height: 1.5em;
font-size: 0.8em;
}

hr {

	color: #82b3c9;
	width: 50%;
	border: 1px dashed;

}

.gl-hr {

	color: #d1949c;
}

.hog-hr {

	color: #55c3a0;
}

.pcg-reg {
font-size: 0.9em;
text-align: center;
background-color: #94bed1;
color: #fff;
line-height: 1.5em;
}

.gl-reg {
font-size: 0.9em;
text-align: center;
background-color: #d1949c;
color: #fff;
line-height: 1.5em;
}

.conf-name-PGC {
text-transform: uppercase;
color: #172c36;
font-weight: bold;
}

.conf-name-gl {
text-transform: uppercase;
color: #471f24;
font-weight: bold;
}

.conf-name-hog {
text-transform: uppercase;
color: #313B38;
font-weight: bold;
}

.conf-name-round {
text-transform: uppercase;
color: #473d1f;
font-weight: bold;

}
.pcg-session {
font-size: 0.9em;
text-align: center;
background-color: #66A5C2;
color: #fff;
}

.pcg-keynote {
font-size: 0.9em;
text-align: center;
background-color: #4185a4;
color: #fff;
}

.pcg-row1 {
background-color: #dbeaf0;
color:  #0f1e24;
text-align: center;
}


.talk-title {
	font-weight: bold;
}

.gl-weekday {
font-size: 1.2em;
text-align: center;
background-color: #6b2e36;
color: #fff;

}
.hog-weekday {
font-size: 1.2em;
text-align: center;
background-color: #3caa87;
color: #fff;

}

.gl-session {
font-size: 0.9em;
text-align: center;
background-color: #c2707b;
color: #fff;
}

.gl-keynote {
font-size: 0.9em;
text-align: center;
background-color: #ad4a57;
color: #fff;
}

.hog-keynote {
font-size: 0.9em;
text-align: center;
background-color: #28715a;
color: #fff;
}

.gl-row1 {
background-color: #e8c9ce;
color:  #240f12;
text-align: center;

}

.hog-row1 {
background-color: #85D4BB;
color:  #240f12;
text-align: center;

}

.hog-session {
font-size: 0.9em;
text-align: center;
background-color: #359778;
color: #fff;
}

.ow-pcg {
background-color: #4A8EAD;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;
}
.ow-pcg-reg {
background-color: #94bed1;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;	
}
.ow-gl {
background-color: #AD4A57;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;
}

.ow-gl-reg {
background-color: #d1949c;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;	
}

.ow-hog {
background-color: #85D4BB;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;

}

.ow-hog-reg{
background-color: #b4e4d5;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;

}

.ow-lunch {
background-color: #AD954A;
color: fff;
text-align: center;
font-size: 0.8em;
border-right: 1px solid white;

}
.ow-weekday {
background-color: #594D26;
text-align: center;
font-size: 1em;
border-right: 1px solid white;
color: #fff !important;
}

.ow-title {
background-color: #AD954A;
text-transform: uppercase;
color: #fff;
text-align: center;

}

.ow-null {
border: 1px solid #fff;
}

.menu-full-pcg {
	border: 1px solid #4A8EAD;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #94bed1; 
	color: #172c36; 
}

.menu-full-all {
	border: 1px solid #8f7a3d;
	font-size: 0.8em;
	line-height: 1.2em; 
	background-color: #c9b882;
	color: #471f24;

}

.menu-full-gl {
border: 1px solid #AD4A57;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #d1949c; 
	color: #471f24;	
}

.menu-full-hog {
	font-size: 0.8em;
	line-height: 1.2em; 
	background-color: #b4e4d5;
	border: 1px solid #3da987;
	color: #3F4C48;
}


.mobile-menu {
margin-bottom: 10px;
}
.mobile-menu td {
text-align: center;
font-size: 0.7em;
color: #000;
font-weight: bold;
}

.menu-gl {
	background-color: #AD4A57;
}

.menu-pcg {
	background-color: #4A8EAD;
}

.menu-hog {
	background-color: #85D4BB;
}

.menu-all {
	
	background-color: #AD954A;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	line-height: 2em;
}

.menu-all a {
	text-decoration: none;
}


.mobile-title {
	color: #000;
	border: 1px solid #fff;
	text-align: center;	
	font-size: 1.5em;

}

.white {
 color: #ffffff;

}

.mobile-hog-chair {
	color: #313B38;
	font-weight: normal;
	text-transform: none;
}

.mobile-lit-chair {
	color: #471f24;
	font-weight: normal;
	text-transform: none;
}

.mobile-pcg-chair {
	color: #172c36;
	font-weight: normal;
	text-transform: none;
}