#top_heading{
	width: 70%;
	padding: 20px 15%;
	color: #000;
	font-family: 'Open Sans Light', sans-serif;
	/*background-image:url('/utils/topheading/top_background.jpg');*/
	background-position:center;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 5px 2px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 5px 2px rgba(50, 50, 50, 0.5);
}

#top_heading ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
#top_heading li {
    display: inline-block;
    vertical-align: top;
}
#top_heading h2{
	font-size: 20px;
	margin: 0;
    padding: 0;
    font-weight: bold;
}
#top_heading h2 span{
    color: red;
}

#top_heading #btn{
	display: inline-block;
	background: #F00000;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 15px 24px;
	text-transform: uppercase;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 2px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	position: relative;
	margin-top: 10px;

}

/*#top_heading #btn:after {
	background: rgba(0,0,0,.4);
	content: 'Brevemente';
	font-size: 9px;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
	line-height: 86px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 1
}*/

#top_heading #btn:hover{
	background: #A50404;
}
#top_heading #btn a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#top_heading #btn #element {
	position: absolute;
	right: -50px;
	top: -10px;
	z-index: 2;
}

@media screen and (max-width: 980px) {
    #top_heading li {
        display: block;
        width: 100% !important;
        padding: 10px;
        text-align: center;
        vertical-align: top;
    }
}
