html, body, header, div, nav, ul, li, a, h1, h2, h3, p, img, table, th{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a{
	text-decoration: none;
	color: #E6B938;
}
p{
	color: #747474;
	font-weight: 300;
	line-height: 20px;
}


/* ----------------- */
/* header brand-menu */
.fixed-header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.99);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.row{
	width: 100%;
	clear: both;
	float: none;
}
.header-content{
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
#logo{
	float: left;
	clear: none;
}
#logo img{
	padding-top: 10px;
}
nav#navigation{
	position: relative;
	display: inline-block;
	float: right;
	clear: none;
}
nav#navigation ul{
	float: left;
	clear: none;
	padding-top: 30px;
}
nav#navigation ul li{
	cursor: pointer;
	padding: 0 15px;
	float: left;
	list-style: none;
}
nav#navigation ul li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #E6B938;
	line-height: 40px;
}
nav#navigation ul li a:hover{
	text-decoration: underline;
}

nav#navigation ul:after{
	content: ""; clear: both; display: block;
}
nav#navigation ul ul{
	display: none;
	border: 1px solid #CCCCCC;
}
nav#navigation ul li:hover > ul{
	display:block;
}
nav#navigation ul ul{
	width: 250px;
	background: #FFFFFF; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
	line-height: 50px;
}
nav#navigation ul ul li{
	float: none; 
	position: relative;
	border-top: 1px solid #CCCCCC;
}
nav#navigation ul ul li.first{
	border-top: none;
}
nav#navigation ul ul li a{
	padding: 10px;
	color: #E6B938;
}	
nav#navigation ul ul li a:hover{
	text-decoration: underline;
}

/* -------------- */
/* section slide1 */
#slide1{
	width: 100%;
	height: 450px;
	background-color: transparent;
}
#slide1 .row{
	width: 100%;
	height: 450px;
	background: url(../images/slide.jpg);
	display: block;
}
#slide1 .basicinfo{
	width: 960px;
	padding-top: 180px;
	margin: 0 auto;
}
#slide1 .basicinfo h1{
	width: 600px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 54px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #F7F7F7;
	padding: 20px 25px;
	margin: 0 auto;
    text-align: center;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
#slide1 .basicinfo h2{
	width: 700px;
	font-family: 'Souce Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #F7F7F7;
	padding: 10px 25px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}


/* ------------- */
/* section icons */
#icons{
	width: 100%;
	height: 300px;
}
#icons .secondnav{
	width: 960px;
	margin: 0 auto;
}
#icons .secondnav .itemicon{
	width: 320px;
	float: left;
}
#icons .secondnav .itemicon p{
	text-align: center;
}
#icons .secondnav .itemicon img{
	width: 60px;
	height: 60px;
	padding-top: 75px;
}
#icons .secondnav .itemicon h1{
	text-align: center;
	padding-top: 10px;
}
#icons .secondnav .itemicon h1 a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #E6B938;
}
#icons .secondnav .itemicon h1 a:hover{
	text-decoration: underline;
}


/* ----------------------- */
/* section menu e contacts */
#menucontacts{
	width: 100%;
	height: 300px;
}
#menucontacts .thirdnav{
	width: 960px;
	margin: 0 auto;
}
#menucontacts .thirdnav nav{
	width: 298px;
	height: 248px;
	float: left;
}
#menucontacts .thirdnav nav ul{
	padding: 40px 20px;
}
#menucontacts .thirdnav nav li{
	list-style: none;
}
#menucontacts .thirdnav nav li a{
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
}
#menucontacts .thirdnav nav li a:hover{
	text-decoration: underline;
}
#menucontacts .thirdnav img{
	float: left;
}
#menucontacts .thirdnav .contacts{
	width: 360px;
	height: 250px;
	float: left;
}
#menucontacts .thirdnav .contacts h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	color: #E6B938;
	padding-top: 30px;
}
#menucontacts .thirdnav .contacts p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	line-height: 26px;
}

/* ------------------------- */
/* sponsors */
#sponsors{
	width: 100%;
}
#sponsors .sponsors{
	width: 960px;
	margin: 0 auto;
	padding-top: 80px;
}
#sponsors .sponsors ul li{
	list-style: none;
	float: left;
}
#sponsors .sponsors .sponsors1{
	height: 120px;
}
#sponsors .sponsors .sponsors1 li{
	width: 33.333%;
}
#sponsors .sponsors .sponsors2 li{
	width: 25%;
}

/* ------- */
/* content */
/* content welcome */
#content .welcome{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .welcome h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .welcome p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px 0;
}
#content .welcome a{
	font-family: 'Source Sans Pro';
	font-weight: 400;
}
#content .welcome b{
	font-weight: 400;
}

/* content organizers */
#content .organizers{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .organizers h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .organizers h2{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #8E8E8E;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
	letter-spacing: 2px;
}
#content .organizers p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .organizers b{
	font-weight: 400;
}
#content .organizers img{
	float: right;
	display: table-cell;
	padding-top: 100px;
}

/* content committee */
#content .committee{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .committee h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .committee p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .committee b{
	font-weight: 400;
}
#content .committee img{
	padding-top: 40px;
}

/* content keynote speakers */
#content .speakers{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .speakers h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .speakers table{
	width: 100%;
	color: #747474;
	border-collapse: collapse;
	line-height: 22px;
}
#content .speakers table th{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 8px 20px;
}
#content .speakers table td{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 20px;
}
#content .speakers table td i{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #E6B938;
	text-decoration: underline;
}
#content .speakers table td b{
	font-size: 16px;
	font-weight: 400;
}
#content .speakers table .speaker{
	background-color: #EBEBEB;
}

/* content program */
#content .program{
	width: 960px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .program h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	text-align: center;
	letter-spacing: 2px;
}
#content .program h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #E6B938;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
	text-decoration: underline;
}
#content .program table{
	color: #747474;
	border-collapse: collapse;
}
#content .program table th{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 8px 20px;
}
#content .program table td{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 20px;
}
#content .program table td i{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #E6B938;
	text-decoration: underline;
}
#content .program table .data{
	width: 90px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}
#content .program table .special{
	font-weight: 400;
}
#content .program table .speaker{
	background-color: #EBEBEB;
}
#content .program p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}
#content .program .last{
	padding-bottom: 30px;
}

/* content fees */
#content .fees{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .fees h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .fees table{
	text-align: center;
	color: #747474;
	padding-bottom: 25px;
}
#content .fees table th{
	width: 220px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 1px;
	background: #9A9A9A;
	color: #FFFFFF;
	padding: 6px 10px;
}
#content .fees table td{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 6px 10px;
	border: 1px solid #9A9A9A;
}
#content .fees p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .fees b{
	font-weight: 400;
}

/* content venue */
#content .venue{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .venue h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .venue p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .venue .map{
	padding-top: 25px;
}

/* content transport */
#content .transport{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .transport h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .transport p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .transport b{
	font-weight: 400;
}
#content .transport i{
	font-size: 14px;
	font-weight: 400;
}
#content .transport a{
	font-family: 'Source Sans Pro';
	font-weight: 400;
}

/* content about */
#content .about{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .about h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 2px;
}
#content .about p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .about b{
	font-weight: 400;
}
#content .about i{
	font-size: 16px;
	font-weight: 400;
}
#content .about a{
	font-family: 'Source Sans Pro';
	font-weight: 400;
}

/* content accommodation */
#content .accommodation{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .accommodation h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	text-align: center;
	letter-spacing: 2px;
}
#content .accommodation h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #8E8E8E;
	padding-top: 40px;
}
#content .accommodation h3{
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #E6B938;
	text-align: center;
	text-decoration: underline;
}
#content .accommodation .houses{
	width: 660px;
	height: 225px;
	padding-top: 40px;
	clear: both;
}
#content .accommodation .houses img{
	width: 324px;
	float: right;
}
#content .accommodation .houses p{
	width: 336px;
	float: left;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .accommodation .houses b{
	font-weight: 400;
	text-decoration: underline;
	color: #E6B938;
}
#content .accommodation .houses a{
	font-family: 'Source Sans Pro';
	font-weight: 400;
}
#content .accommodation .houses .separador{
	width: 660px;
	height: 10px;
	background-color: #E6B938;
	padding: 30px 0;
	clear: both;
}

/* content registration */
#content .registration{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .registration h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	text-align: center;
	letter-spacing: 2px;
}
#content .registration p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .registration form{
	margin: 0 auto;
	width: 400px;
}
#content .registration form label{
	display: block;
	margin-top: 20px;
	padding-bottom: 5px;
}
#content .registration form input{
	width: 400px;
	max-width: 400px;
	height: 30px;
	border: 1px solid #DEDEDE;
	color: #8E8E8E;
	font-size: 16px;
	font-weight: 400;
}
#content .registration form input:focus{
	outline: none;
}
#content .registration form select{
	width: 400px;
	background: transparent;
	border: 1px solid #DEDEDE;
	color: #8E8E8E;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 300;
}
#content .registration form select:focus{
	outline: none;
}
#content .registration form select option:hover{
	background-color: #E6B938;
}

#content .registration form b{
	font-weight: 400;
	color: #E6B938;
}
#content .registration form .bank{
	margin-top: 30px;
}
#content .registration form a{
	font-family: 'Source Sans Pro';
	font-weight: 400;
	text-decoration: underline;
}
#content .registration form #submit{
	width: 200px;
	height: 40px;
	background: none;
	margin-top: 30px;
	margin-left: 100px;
}
#content .registration form #submit:hover{
	background-color: #E6B938;
	border: 1px solid #E6B938;
	color: #FFFFFF;
}
#content .registration form .billing{
	padding-top: 30px;
	font-weight: 400;
	text-decoration: underline;
}

/* submission */
#content .submission{
	width: 660px;
	margin: 175px auto 0 auto;
	padding-bottom: 10px;
}
#content .submission h1{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8E8E8E;
	text-align: center;
	letter-spacing: 2px;
}
#content .submission h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #8E8E8E;
	padding-top: 40px;
}
#content .submission p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#content .submission a{
	font-family: 'Source Sans Pro';
	font-weight: 400;
	text-decoration: underline;
}
#content .submission .word{
	width: 330px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content .submission .word p{
	text-align: center;
}
#content .submission .word h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #E6B938;
	text-align: center;
	text-decoration: underline;
}
#content .submission .word img{
	width: 100px;
	height: 100px;
}
#content .submission .rtf{
	width: 330px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content .submission .rtf p{
	text-align: center;
}
#content .submission .rtf h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #E6B938;
	text-align: center;
	text-decoration: underline;
}
#content .submission .rtf img{
	width: 100px;
	height: 100px;
}


/* ------ */
/* footer */
footer{
	width: 100%;
}
footer .footer-content{
	width: 960px;
	margin: 0 auto;
}
footer .footer-content p{
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	clear: both;
}

footer .row{
	width: 660px;
	margin: 0 auto;
}
footer .row nav{
	padding-top: 50px;
}
footer .row nav ul{
	width: 220px;
	float: left;
}
footer .row nav ul li{
	list-style: none;
	text-align: center;
}
footer .row nav ul li a{
	line-height: 24px;
}
footer .row nav ul li a:hover{
	text-decoration: underline;
}

footer .row p{
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	clear: both;
}