* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f7e5d9;
}

a {
	text-decoration: none;
}

img {
	border: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #6f1245 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #6f1245 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #6f1245 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #6f1245 !important;
}

input, textarea, p, a, h1, h2, h3, h4, option, select {
	font-family: 'caviar_dreamsregular';
	color: #6f1245;
}

.pika-textnav {
	display: none;
}

.side-bar, .side-menu, .sponsors, .last-news {
	float: left;
	display: block;
	width: 300px;
}
.side-menu, .sponsors, .last-news {
	margin-bottom: 30px;
}
.sponsors, .last-news {
	margin-top: 30px;
}
.internal-content {
	float: right;
	display: block;
	width: 650px;
}

/* GENERAL */
.center {
	width: 1000px;
	margin: 0 auto;
}
.txt-center {
	text-align: center;
}
.border-radius {
	border-radius: 50px !important;
}
.no-border {
	border: none;
}
.no-bg {
	background: transparent;
}
.no-bg:hover {
	background: transparent;
}
.no-bg:visited {
	background: transparent;
}
.no-bg:link  {
	background: transparent;
}
.no-bg:active {
	background: transparent;
}
.input-group .right {
	right: 40px;
}
.no-padding {
	padding: 0;
}
.top-30 {
	margin-top: 30px; 
}
.top-50 {
	margin-top: 50px; 
}
.checked {
	color: #ad3878 !important;
}

/* COLORS */
.dark-pink {
	color: #6f1245;
}
.pink {
	color: #cfabac;
}
.medium-pink {
	color: #ad3878;
}
.light-pink {
	color: #f7e5d9;
}

/* BG-COLORS */
.bg-dark-pink {
	background-color: #6f1245;
}
.bg-pink {
	background-color: #cfabac;
}
.bg-medium-pink {
	background-color: #ad3878;
}
.bg-light-pink {
	background-color: #f7e5d9;
}

/* HEADER */
.logo {
	float: left;
	display: block;
	width: 130px;
}
.logo img {
	float: left;
	width: 100%;
	display: block;
}
.info-header {
	float: left;
	display: block;
	width: 200px;
	margin: 0 50px 0 50px;
}
.info-header p {
	float: left;
	display: block;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 10px;
	font-family: 'amatic_scregular';
}
.info-header h2 {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 67px;
	line-height: 42px;
	font-family: 'chasing_embers_demo_versionRg';
}
.info-header h2 p {
	margin: -55px 0px 0px 100px;
    width: auto;
    line-height: 42px;
    font-family: 'Arial';
    font-size: 35px;
    position: absolute;
}
.social-icons {
	float: right;
	display: block;
	width: 43px;
	margin: 30px 60px 0 0;
}
.social-icons img {
	margin: 0 0 15px 0;
}
.search {
	float: left;
	width: 460px;
	margin-top: 60px;
}
	/* MENU */

.menu, .menu ul {
	float: left;
	display: block;
	width: 100%;
	padding: 0;
}
.menu ul {
	margin: 0px;
}
.menu ul li {
	float: left;
	display: block;
	width: auto;
	padding: 10px 30px 10px 28px;
	list-style: none;
	font-size: 23px;
	font-weight: bolder;
}
.menu ul li a, .menu ul li span {
	text-decoration: none;
	font-family: 'amatic_scregular';
}
.menu ul li a:hover, .menu ul li span:hover {
	color: #ad3878;
}
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 99;
    right: -20px;
    cursor: pointer;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
	width: 100% !important;
	text-align: center;
	cursor: pointer;
	float: left;
}

/* FOOTER */
.footer {
	float: left;
	display: block;
	width: 100%;
	background: url("../img/footer-bg.png") no-repeat center center;
	height: 254px;
}
.dev {
	width: 100%;
	position: relative;
}
.dev p {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	font-size: 10px;
	margin-top: 120px;
}
.dev p a:hover {
	color: #ad3878;
}
.social-changes {
	width: 120px;
	margin-top: 50px;
}
.social-changes img {
	margin-right: 10px;
}

/* BALAIO INTERNAS */

.side-menu ul, .side-menu ul li, .side-menu ul li a {
	float: left;
	display: block;
	width: 100%;
}
.side-menu ul {
	padding: 15px 0 0 30px;
}
.side-menu ul li {
	list-style: none;
}
.side-menu ul li a {
	font-family: 'amatic_scregular';
	font-size: 30px;
}
.side-menu ul li a:hover {
	text-decoration: none;
	color: #ad3878;
}
.side-bar h1 {
	font-family: 'amatic_scregular';
	padding-left: 30px;
}
.internal-content {
	padding:5px 30px 30px 30px;
}
.title-internal {
	float: left;
	display: block;
	width: 100%;
	border-bottom: 2px solid #6f1245;
	padding: 5px;
	margin-bottom: 30px;
}
.title-internal h1 {
	font-family: 'amatic_scregular';
	padding-left: 30px;
}
.internal-content p {
	width: 100%;
	font-size: 16px;
}
.internal-content h3 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-family: 'amatic_scregular';
}
.internal-content h3:hover {
	text-decoration: underline;
	cursor: pointer;
}
.internal-content img {
	float: left;
	display: block;
	width: 100%;
	margin: 20px 0 20px 0;
}

.music-internal, .music-internal p, .music-internal h3, .music-internal h4, .stanza {
	float: left;
	width: 100%;
}
.music-internal h3 {
	text-align: center;
}
.music-internal h4 {
	text-align: right;
	font-family: 'amatic_scregular';
	width: 300px;
	float: right;
}
.stanza {
	margin-top: 20px;
}

.balaio-slider {
	float: left;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.pika-stage img{
	width: 100% !important;
}

/* ARTECULTURA */

.image-internal, .image-internal img {
	float: left;
	display: block;
	width: 100%;
}
.image-internal {
	margin: 20px 0 20px 0;
}

/* CONTATO */

.change-form {
	background-color: #f7e5d9;
	border: none;
	margin: 10px 0 10px 0;
}
.change-btn {
	float: right;
	color: #f7e5d9;
	border: none;
}
.change-btn:hover {
	background-color: #f7e5d9;
	color: #6f1245;
}


/* ESPERA */

.espera {
	width: 450px;
}
.item-download {
	float: left;
	display: block;
	width: 50%;
	padding: 30px;
}
.item-download p, .item-download a {
	font-family: 'amatic_scregular';
	width: 100%;
	text-align: center;
}
.item-download p {
	font-size: 40px;
	color: #6f1245;
}
.item-download a {
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	padding: 15px;
	color: #FFF;
	background-color: #6f1245;
	border-radius: 10px;
}
.align-download {
	margin: 30px auto;
	width: 150px;
}

.input, .input a, .input h3 {
	float: left;
	display: block;
	width: 100%;
	font-family: 'amatic_scregular';
	text-align: center;
	font-size: 50px;
}

.last-news p {
	padding: 0px 20px 20px 20px;
}
.last-news p a {
	cursor: pointer;
}
.last-news p a:hover {
	color: #ad3878;
}

.full {
	width: 100%;
}

.photos img {
	width: 175px;
	border: 7px solid #6f1245;
	margin: 10px;
}
#accordion {
	padding: 20px;
}

.ui-accordion .ui-accordion-header {
	font-size: 40px;
}
.ui-state-active {
	background-color: #ad3878;
	border: 1px solid #6f1245;
}
.ui-accordion-content {
	height: auto !important;
}

/* NOTICES */

.notices-block {
	float: left;
	display: block;
	width: 270px;
	margin: 10px;
	border: 5px solid #6f1245;
	border-radius: 2px; 
	min-height: 365px;
}

.notices-block img {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.notices-block h3, .notices-block p {
	float: left;
	display: block;
	width: 100%;
	padding: 8px;
}
.notices-block h3 {
	font-size: 20px;
	margin: 0;
}
.notices-block p {
	font-size: 14px;
}

.pagination, .poem {
	float: left;
	display: block;
	width: 100%;
}

.modal-body img {
	float: left;
	display: block;
	width: 100%;
	padding: 20px;
}

.photos h1 {
	clear: both;
}
.photos h3 {
	width: 70px;
	padding: 5px;
	float: left;
}
