html {
	margin: 0;
	padding: 0;
	display: block;
}



body {
    background: #000;
    background-image: url(fnd.jpg);
    background-position:top center;
    background-attachment:fixed;
    margin:0px;
    padding:0px;
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}



div#wrapper {
	width:100%; 
	margin:0px auto;
	text-align:center;
}



a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: underline;
	color: #FC0;
}


h1, h2, h3, h4, h5 {
    margin:0px;
    padding:0px;
    font-family: 'Cinzel', serif;
    font-weight: normal;
}

h1 {
    font-size:35px;
}

h2 {
    font-size:30px;
}



.f100 {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}



#f100-mob {
	display:none;
}
@media screen and (max-width: 480px) {
  #f100-mob {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
  }
}




#f100-desk {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
@media screen and (max-width: 480px) {
  #f100-desk {
	display:none;
  }
}



.btn {
    display: inline-block;
    margin: 5px;
    padding: 15px;
    width: 45%;
    min-width: 240px;
    background: #000;
    color:#FC0;
    font-size: 25px;
    border-radius:0px;
}
.btn:hover {
    background: #FFF;
    color: #222;
}
.btn:active {
    background: #FFCC00;
    color: #FFFFFF;
}
.btn:visited {
    background: #FF9900;
    color:#FFFFFF;
}





.blk {
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
}




.txt-blk {
    display:inline-block;
    margin: 10px;
    padding: 15px;
    vertical-align: top;
    min-width: 220px;
}

.contacto-blk {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 5px;
    padding: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.contacto-blk:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.eventos-masivos {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 5px;
    background: #111;
    border-radius: 20px;
}


.pre-mega-eventos {
    width:98%;
    border: solid 3px #000;
}


.mega-eventos {
    display: inline-block;
    height: 75px;
    overflow: hidden;
    margin-bottom:10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-bottom: 10px;
}
.mega-eventos:hover {
    height: auto;
    box-shadow: #FFF 0px 0px 40px;
}

.btn-form {
    display: inline-block;
    background:#FC0;
    padding: 10px;
    color:#000;
    font-size: 25px;
    font-weight: bold;
    width: 250px;
}
.btn-form:hover {
    background: #FFF;
}