/* Reset */
@import url("../gotham/stylesheet.css");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html,body{	
	height: 100%;
}

body{
    margin: 0;
    height: 100%;
    background-image: url(../images/fake_destaque.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .40px;
    margin-bottom: 5px;
    font-family: "Gotham_Medium";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div#shim{
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -140px;                                                              
	float: left;
}

div#content {
    width: 940px;
    margin: 0 auto;
    clear: both;
    position: absolute;
    top: 22%;
    right: 0;
    left: 0;
}

.logo_box {
    height: 312px;
    position: relative;
    text-align: center;
}

h1{
	padding: 12px 70px 12px 20px;
	position: absolute;
	right: 0;
	text-align:left;
	top: 25%;
	float: left;
	color: #fff;
	letter-spacing: -1px;
	font-size: 38px;
}

h1 cufon{
	margin-bottom: -4px;
}

.logo{
	max-width: 245px;
}

h3{
	font-size: 20px;
	color: rgba(255, 228, 0, 0.79);
	font-family: GotamBook;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

.main_box {
    /* float: left; */
    /* width: 500px; */
    /* height: 95px; */
    padding: 25px;
    text-align: center;
}

form{
	width: 590px;
	padding: 10px 0;
	float: left;
	background: url(../images/dots.gif) right top repeat-y;
	height: 80px;
}

h2{
	font-family: Gotham_Bold;
	color: #ffe400;
	font-size: 28px;
	margin-bottom: 20px;
}

h2 span{
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	font-family: Gotham_Medium;
}

h4{
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 37px;
	font-style: italic;
	font-family: Gotham_Medium;
}

ul.info {
    /* width: 500px; */
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
    /* float: left; */
    text-align: center;
}

ul.info li {
    margin-bottom: 20px;
    /* clear: both; */
    /* float: left; */
    display: block;
}

ul.info li p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    /* float: left; */
    margin: 0;
    font-family: GotamBook;
}

ul.info li p.social a.fb{
	width: 28px;
	height: 28px;
	background: url(../images/social.png) -36px top no-repeat;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

ul.info li p.social a.li{
	width: 28px;
	height: 28px;
	background: url(../images/social.png) -72px top no-repeat;
	float: left;
}

@media (max-width: 992px) {
 	h2{
		font-size: 3em;
	}
	h4{
		font-size: 2.7em;
		line-height: 45px;
	}
	p{
		font-size: 1.7em;
    	line-height: 30px;
	}
}

