@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color:#fff;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,800);


body{
	font-family: 'Open Sans', arial,helvetica;
	-webkit-font-smoothing: antialiased;
	font-weight:300;
	color: #eee;
	font-size:14px;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
}
.col{
	text-align:left;
	width: 50%;
	float:left;
	margin-bottom:25px;

}


h1, h2{
	-webkit-font-smoothing: antialiased;
}

.slicknav_menu {
	display:none;
}

table {
	text-align:left;
	width:80%;
	margin: 0 auto;
	margin-bottom: 10%;
}
table td, table th {
	padding: 2% 1%;
	border-bottom:1px solid #333;
}
table th {
	text-align:left;
	font-weight:300;
	text-transform:uppercase;
}
td.menu-notes {
	font-size: 80%;
	border:none;
}


/*
----------------
MENU
----------------
*/

#menu li {
	display:inline-block;
}
#menu li.active{
}

#menu li.home {
	height:128px;
	width: 106px;
	background-color:#111111;
	position:relative;
}


#menu li a{
	text-decoration:none;
	color: #999;
	font-weight:400;
}
#menu li a:hover, #menu li.active a:hover {
	color:#fff;
	transition: all .7s ease;
}

#menu li:hover{
	/*
	background: rgba(255,255,255, 0.8);
	*/
	}
#menu li a,
#menu li.active a{
	padding: 9px 0;
	display:block;
	/*
	margin-top:30px;
	*/
	width: 106px;
}
#menu li.home a .link-lable, span.icon-e_g.mobile-home.mobile .link-lable{
	visibility:hidden;
}
span.icon-e_g.mobile-home.mobile .link-lable {
	display:none;
}

#menu li.home a {
	height:82px;

}

#menu li.home a.icon-e_g_logo:before {
	content: "\e600";
	font-size:200%;
	color:#eee;
	vertical-align:text-top;
	top:21px;
  left: 0;
	margin: 0 auto;
	position:absolute;
	height:128px;
	width: 106px;
}


#menu li.active a {
	color:#fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}


.h-rule {
	height:1px;
	background-color:#535456;
	width: 70%;
	margin:0 auto;
}

.home .h-rule {
	width: 30%;
}


/* Style for text
	* --------------------------------------- */
	h1{
		font-family: 'Open Sans', arial,helvetica ;
		font-size: 40px;
		font-weight:300;
		margin-bottom:30px;
		padding:0;
		border-bottom: 1px solid #535456;
		width: 70%;
		margin:0 auto;
		padding-bottom:15px;
		margin-bottom: 25px;
		font-weight:300;
		-webkit-font-smoothing: antialiased;
	}

	h2 {
	font-weight:300;
	text-transform:uppercase;
	font-size:18px;
}

	.home .wrap h1 {
		border:none;
			}


	p{
		font-size:16px;
		line-height:1.75em;
		margin-bottom:1.5em;
		-webkit-font-smoothing: antialiased;
	}

	q {
		font-weight:300;
		color: #535456;
		font-size: 28px;
		display:block;
		margin-top:15px;
		margin-bottom:25px;

	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		background: #000;
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 20px 0 0 0;
	}

	#header{
		top:0px;
	}


	#footer{
		bottom:0px;
		padding: 10px 0 10px 0;
	}

	#ifooter { /* an alternative to having a fixed footer */
		background-color: #000;

		position:absolute;
		height: 50px;
		display:block;
		width: 100%;
		background: #000;
		text-align:center;
		color: #f2f2f2;
		padding: 10px 0 10px 0;
		bottom:0px;

	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu {
		bottom: 80px;
	}
	#infoMenu li a {
		color: #fff;
		z-index: 999;
	}

	.mobile, #menu li.mobile {
		display:none;
	}

	#section5 .controlArrow, #section2 .controlArrow,  {
		display:none;
	}
	.section .controlArrow {
		display:none;
	}


	/* Slide to links
	*----------------------------------------*/
	.toSlide {
		letter-spacing:.09em;
		text-transform:uppercase;
		cursor:pointer;
		-o-transition: .2s;
		-ms-transition: .2s;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		transition: .2s;
	}
	.toSlide:hover{
		color:#787A51
	}

	/* Studio
	*---------------------------------------*/
	.studio-map {
		display:none;
	}

	.icon-links {
		display:none;
	}


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

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

.intro p {
	width:90%;
}

}

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

.tableCell {
	padding-top:50px;
}

/* Text Styles */

h1 {
	font-size:120%;
	margin-bottom:20px;
	-webkit-font-smoothing: antialiased;

/* h1 rules to tight up for iphone */

	margin-bottom:10px;

}
h1.menu{
		display:none;
	}



p {
	font-size:90%;
	line-height:1.6em;
	padding: 0 5%;
	-webkit-font-smoothing: antialiased;
}

td, th {
	font-size:90%;
}

table td, table th {
	padding: 1% 0%;
	border-bottom:1px solid #333;
}

h2 {
	font-size:100%;
	line-height:1.75em;
	padding: 0 5%;
}


q {
	font-size:120%;
	-webkit-font-smoothing: antialiased;
}
.h-rule {

	margin-top: 10px;
}
.wrap{
	width: 100%;
}
#menu li.home {
	display:none;
}
.mobile, #menu li.mobile {
		display:block;
}
.mobile {
	display:inline;
}


.intro p {
	width:90%;
}
#footer, .include  {
	visibility:hidden;
}

.col {
	width:70%;
	float:none;
	margin:0 auto;
}
.col-one {
	display:none;
}
/* Studio
	*---------------------------------------*/
	.studio-map {
		display:inline-block;
	}


/* Studio
	*---------------------------------------*/

div.fancybox-skin {
	padding:0px;
}


.icon-links {
		display:block;
	}

}
