/* normalize some selectors */
* {
	text-decoration: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; 
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

img {
	border: none;
	max-width: 100%;
}

textarea {
	resize: none;
}

/* global configs */
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

div.half {
	width: 50%;	
}

div.left {
	float: left;
}

div.right {
	float: right;	
}

.text-center {
	text-align: center;	
}

.text-left {
	text-align: left;	
}

.text-right {
	text-align: right;	
}

.hide, .mobile-only, .tutorial-filter-mobile  {
	display: none;	
}

.desktop-only {
	display: block;	
}

#responsive {
	position: relative;
	z-index: 1;	
}


/* end global */


@font-face {
    font-family: 'source_sans_probold';
    src: url('/fonts/sourcesanspro-bold-webfont.eot');
    src: url('/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('/fonts/sourcesanspro-italic-webfont.eot');
    src: url('/fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.eot');
    src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('/fonts/sourcesanspro-semibold-webfont.eot');
    src: url('/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	background-color: #FAFBF5;
	font-family: 'source_sans_proregular';
	font-size: 12px;
}

p, textarea, input, li {
	font-family: 'source_sans_proregular';
	color: #000000;
	font-size: 12px;
	line-height: 1.375em;
}

.interactive {
	cursor: pointer;
	transition: opacity 400ms ease-out;
}

.interactive:hover {
	opacity: 0.6;
}

.inline-container {
	font-size: 0;	
}

.col2, .col3, .col4, .col3-wm, .col2-wm, .col1-wm, .col4-wm {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	/*margin: 0 2%;	*/
}

.col1, .col1-wm {
    width: 100%;
}

.col2-wm {
    width: 48%;
    margin-right: 2%;
}

.col3 {
	width: 33.3%;
}

.col3-wm {
	width: 31.3%;
    margin-right: 2%
}

.col4 {
	width: 25%;
}

.col4-wm {
    width: 23%;
    margin-right: 2%;
}

.center-contents {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

.sprite {
	/*background-image: url('/images/sprites.png');	*/
}

#site {
	position: relative;
	min-height: 100%;
}

#header {
	position: relative;
	background-color: #FBE81E;	
    height: 26px;
}

#menu-mobile-icon {
	display: none;	
}

#logotype {
	position: absolute;
	width: 200px;
	height: 200px;
    top: 20px;
    left: 30px;
	background-image: url('/images/cantar_mais.gif');	
    background-size: contain;
}

#menu{
	position: absolute;
	top: 0;
	left: 0;
    width: 270px;
    min-height: 100%;
    background: #00B0B3;
    padding: 215px 0px 10px 0px;
}

#menu:after {
    content: '';
    background: url('/images/menu_pattern.png');
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 100%;
}

.menu-container {
    margin-top: 20px;   
}

.menu-item {
	display: block;
	position: relative;
    min-height: 30px;
    line-height: 30px;
}

.menu-item .title{	
	color: #393939;
	transition: color 0.3s linear;
	font-size: 17px;
	text-transform: uppercase;
    cursor: pointer;
    padding: 0 30px;
}

.menu-item .title:hover, .menu-item.selected .title {
	color: #FFFFFF;
}

.menu-item .submenu {
	display: none;
    padding-left: 15px;
}

.submenu.song-type {
    background: #FFFFFF;
    border-top: solid 1px #C0EBEC;
    border-bottom: solid 2px #FBE81E;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-item .submenu.song-type a {
    color: #5C5B5B;  
    padding: 3px 30px 3px 34px;
    position: relative;
    
}

.menu-song-ball {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    top: 6px;
    left: 15px;
}

.menu-item .submenu.song-type a:hover, .menu-item .submenu.song-type a.selected {
    color: #00B0B3;
}

.menu-item .submenu a {
	display: block;	
	font-size: 15px;
    line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
    padding: 0 10px 0 30px;
}


.menu-item .submenu a:hover, .menu-item .submenu a.selected {
    color: #FBE81E;
}

.menu-item.open .submenu{
	display: block;
}

.menu-apem {
    margin: 60px 0 50px 30px;
    width: 72px;
    height: 116px;
    background: url('/images/apem.png');
}

#search_tf {
    width: 100%;
    background: transparent;
    height: 25px;
    line-height: 25px;
    border: none;   
    font-size: 15px;
}

#search_tf::-webkit-input-placeholder {
   color: #99DFE1;
}

#search_tf::-moz-placeholder {  
   color: #99DFE1;
}

#search_tf:-ms-input-placeholder {  
   color: #99DFE1;
}

.menu-search {
    padding-right: 25px;  
    margin: 25px 30px 0 30px;
    border-bottom: solid 2px #A13C82;
    position: relative;
}

.search-button {
    position: absolute;
    background: url('/images/global_search.png');
    width: 17px;
    height: 23px;
    top: 0;
    right: 0;
    cursor: pointer;
}

#contents {
	padding-left: 270px; 
    
}

.page{
    padding-top: 50px;
    padding-left: 42px;
    padding-bottom: 100px;
    /* this brings more perfomance and better engine rending, use it in a container that don't have any fixed element, use only on mobile enabled websites */
    /*    
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    */
}

div.long-text li, div.short-text li{
	margin-left: 20px;
}

.long-text p, .short-text p, .short-text, .long-text li, .short-text li, .collapse-item-content p {
	font-size: 16px;
    color: #575756;
}

.long-text a, .short-text a, .collapse-item-content a {
    color: #00B0B3;   
}

.long-text a:hover, .short-text a:hover, .collapse-item-content a:hover {
    color: #FC165C;
}

 .long-text, .collapse-item-content {
    padding-right: 18px;   
}

#networks {
    padding-top: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#networks:after {
    width: 1px;
    background: #575756;
    height: 16px;
    position: absolute;
    left: -5px;
    top: 5px;
    content: '';
}

.network-item {
    margin: 2px;   
}


#footer {
    height: 50px;
    padding: 0 12px 0 40px;
    color: #868686;
    font-size: 11px;
}

.footer-content {
    position: relative;
    border-top: solid 1px #BDBCB7;
    padding-top: 14px;
    padding-right: 320px;
}

.footer-menu-item {
    font-size: 11px;
    color: #868686;
    padding-right: 10px;
    position: relative;
}

.footer-menu-item:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 1px;
    background: #868686;
    top: 0;
    right: 4px;
}

.footer-menu-item:last-child:after {
    display: none;
}

.credits {
    position: absolute;
    top: 14px;
    right: 0;
    width: 300px;
    text-align: right;
}

h1 {
	font-weight: normal;
	text-transform: uppercase;
    color: #D80070;
    font-size: 29px;
    line-height: 1em;
    font-family: 'source_sans_prosemibold';
    position: relative;
}

h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #575756;
    font-family: 'source_sans_prosemibold';
}

h1.page-section:after {
    content: '';
    width: 100%;
    border-top: solid 1px #BDBCB7;
    border-bottom: solid 1px #BDBCB7;
    height: 4px;
    position:absolute;
    bottom: -10px;
    left: 0;
}

h1.page-section {
    margin-bottom: 40px;
}

hr {
    border: none; 
    height: 1px;
    box-shadow: none;
    background: #9E9C98;
}

.mandatory, .green-text, a.green-text {
    color: #2FB2C8;
}

.pink-text {
    color: #D80070;   
}

a.green-text {
    /*text-decoration: underline;*/
}

.pink-button {
    color: #D80070;   
    font-size: 17px;
    height: 34px;
    width: 145px;
    border: solid 1px #D80070;
    padding-top: 6px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.pink-button.inactive {
    border: solid 1px #DDDDDD;
    color: #DDDDDD;
}


/* HEADER */
.user-info {
    position: absolute;
    top: 0;
    right: 70px;
    width: 200px;
    height: 26px;
    border-bottom: solid 2px #E12183;
}

.user-info .lang {
    position: absolute;
    top: 0;
    right: -60px;
    display: none;
}

.user-info .lang .item {
    display: inline-block;
    vertical-align: middle;    
    padding: 6px 0px 0 3px;
    color: #000000;
}

.user-info .lang .item.selected {
    text-decoration: underline !important;
}

.regist-button, .login-button {
    float: right;
    font-size: 11px;
    color: #E12183;
    text-transform: uppercase;
    padding-top: 6px;
}

.login-button {
    float: left;
    color: #59595B;    
}

.top-share {
    position: absolute;
    right: 320px;
}

.top-share .share {
    background: url('/images/share_gray.png') center center  no-repeat;
    width: 40px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.top-share .share-container {
    top: 26px;  
    right: auto;
    left: 0;
}

/* LOGIN */
.bg-popup {
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00B0B3;
    opacity: 0.5;
}

.login-popup, .request-recovery-popup, .recovery-popup {
    position: fixed;
    z-index: 501;
    width: 450px;
    height: 385px;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -190px;
    background: #FFFFFF;
    border: solid 3px #00B0B3;
    padding: 23px 18px;
    font-size: 16px;
    color: #575756;
}

.recovery-msg {
    margin-bottom: 10px;   
}

.login-popup-title {
    font-size: 24px;   
    font-family: 'source_sans_prosemibold';
    position: relative;
    margin-bottom: 70px;
}

.login-popup-title:after {
    content: '';
    position: absolute;
    top: 48px;
    border-top: solid 1px #BFBEBC;
    border-bottom: solid 1px #BFBEBC;
    height: 6px;
    width: 100%;
    left: 0;
}

.login-popup-close {
    width: 23px;
    height: 23px;
    background: url('/images/close_popup.png') center no-repeat;
    position: absolute;
    top: 30px;
    right: 22px;
}

.login-popup .input-form {
    max-width: 280px;   
}

.login-popup .pink-button {
    margin-top: 20px;   
}

.login-popup-footer {
   
}

/* home */
#page-home {
    min-height: 300px;
    background: #F4F5E6;
}

.home-highs {
    padding: 10px 0 0 10px;   
    width: 1260px;
}

.home-high-footer {
    padding: 0 0 20px 10px;   
}

.home-item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 250px;
    border: solid 1px #FFFFFF;
}

.home-item .title {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-family: 'source_sans_probold';
    margin-bottom: 15px;
    text-transform: uppercase;
}

.home-color1 {
    background-color: #D3EFD5;   
}

.home-color2 {
    background-color: #DEEDE0;   
}

.home-color3 {
    background-color: #E7DADE;   
}

.home-color4 {
    background-color: #F3F0E8;   
}

.home-color5 {
    background-color: #EDE7E0;   
}

.widget-index {
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-family: 'source_sans_probold';
    background-color: #00B0B3;
    background-image: url('/images/search_white.png');
    background-repeat: no-repeat;
    background-position: 180px 60px;
    padding: 18px 10px;
    cursor: pointer;
}

.widget-regist {
    background-image: url('/images/cantar_mais.png');
    background-repeat: no-repeat;
    background-position: 15px 20px ;
    padding: 100px 18px 0 18px;
}

.widget-regist-text, .widget-agenda-text {
    font-size: 12px;
    color: #000000;
}

.button-widget-regist {
    width: 100%;
    max-width: 190px;
    border: solid 2px #2FB2C8;
    border-radius: 14px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.widget-agenda, .widget-musics {
    padding: 20px 14px;   
}

.widget-agenda-date {
    color: #E22084;
    font-size: 12px;
    padding-bottom: 4px;
}

.widget-agenda-text {
    margin-bottom: 8px;
}

.widget-musics-item {
    font-size: 11px;
    color: #000000;
    padding-bottom: 12px;
    border-bottom: solid 1px #D7D7D7;
    margin-bottom: 10px;
    display: block;
}

.widget-musics-item:last-child {
    border-bottom: none;   
}

.widget-musics-type {
    text-transform: uppercase;
}

.widget-musics-title {
    font-size: 17px;   
}

.home-sponsors {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.home-sponsors-img {
    max-height: 100px;   
}

/* SEARCH PAGE */
.column-content.page-search-left {
    padding-right: 40px;
}

.search-box-container {
    position: relative;
}

.page-search-button {
    position: absolute;
    width: 27px;
    height: 37px;
    top: 0;
    right: -35px;
    background: url('/images/search_button.png')
}

.page-search-button.filters {
    top: 50%;
    margin-top: -19px;
}

.page-search-filter-wrap {
    position: relative;
}

.tag-suggestions {
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #575756;
}

#search2_tf {
    width: 100%;   
}

.search-filters-buttons {
    margin-top: 10px;
    position: relative;
}

.button-index-geral {
    width: 240px;
}

.search-clean-filters {
    background: url('/images/erase_filters.png') center right no-repeat;
    padding-right: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}

.search-filter-title {
    font-size: 13px;
    color: #575756;
    margin-bottom: 7px;
}

.search-results {
    margin: 20px 0;
    border-top: solid 1px #BDBCB7;
    padding-top: 20px;
    font-size: 15px;
}

.search-results-title {
    font-size: 15px;   
    padding-bottom: 12px;
}

.search-result-item {
    display: block;
    margin: 5px 0;
    padding-left: 20px;
    color: #57514D;
    position: relative;
}

/* detail template */
.column-content {
    float: left;
    width: 635px;
    margin-right: 8px;
}

.column-lateral {
    float: left;
    width: 240px;
}

.mylist {
    height: 38px;
    background-color: #FFFFFF;
    background-image: url('/images/mylist.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border-bottom: solid 2px #3EC3C3;
    color: #D80070;
    font-size: 16px;
    font-family: 'source_sans_prosemibold';
    padding: 10px 0 0 50px;
    display: block;
    cursor: pointer;
}

.full-content {
    width: 883px;   
}

.title-pink {
    font-weight: normal;
    color: #D80070;
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'source_sans_prosemibold';
}

/* AGENDA */
.agenda-item {
    border-bottom: solid 1px #9E9C98;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.agenda-item-tag {
    font-size: 14px;
    color: #00B0B3;
}

.agenda-item-title {
    font-size: 20px;
    color: #D80070;
    font-family: 'source_sans_probold';
    line-height: 1em;
}

.agenda-item-date {
    font-size: 16px;
    color: #575756;
    font-family: 'source_sans_probold';
    margin-bottom: 15px;
}

.agenda-item .long-text, .agenda-item .social-video, .agenda-item-img {
    margin-bottom: 20px;   
}

.agenda-item-pdf {
    color: #00B0B3;
    font-size: 16px;
    display: inline-block;
}

#ajax_calendar {
    position: relative;
}

.calendar-right, .calendar-left {
    position: absolute;
    top: 10px;
    right: 20px;
}

.calendar-left {
    right: auto;
    left: 20px;
}

.calendar-month, .agenda-highlight-title {
    font-size: 15px;
    font-family: 'source_sans_prosemibold';
    text-align: center;
    background: #FFFFFF;
    height: 38px;
    line-height: 38px;
    border-bottom: solid 1px #00B0B3;
}

.agenda-highlight {
    margin-top: 40px;
}

a.agenda-highlight-title {
    margin-top: 80px;
    text-align: left;
    padding-left: 10px;
    text-decoration: none;
}

.calendar-row-head {
    display: none;   
}

.calendar-row {
    text-align: center;
    font-size: 15px;
    color: #575756;
    height: 30px;
    line-height: 30px;
}

.day-number-sel {
    font-family: 'source_sans_probold';
}

.agenda-high-item {
    padding: 15px 20px 0 20px;
    font-size: 14px;
}

.agenda-high-item .short-text p, .agenda-high-item .short-text {
    font-size: 14px;
}

/* REGIST */
.input-with-pad {
    padding-left: 30px;    
}

.regist-session-group {
    background: #F5F6E7;
    padding: 12px 15px;
    margin-bottom: 10px;
}

.regist-session-group .title {
    font-size: 14px;
    color: #57514D;
    margin-bottom: 10px;
}

.regist-title {
    position: relative;
    font-size: 18px;
    color: #57514D;
    font-family: 'source_sans_probold';
    padding: 30px 0 10px 0;
}

.regist-subtitle {
    font-size: 14px;
    color: #57514D;
    font-family: 'source_sans_probold';
    margin: 15px 0 5px 0;
}

.top-divisor:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8E8C8A;
}

.input-form {
    width: 100%; 
    height: 32px;
    line-height: 30px;
    border: solid 1px #94D6DD;
    background: #FFFFFF;
    padding: 0 5px;
    font-size: 14px;
    color: #57514D;
    margin: 2px 0 12px 0;
    
}

.mt20 {
    margin-top: 20px;   
}

label {
    font-size: 14px;
    color: #57514D;
}

.regist-data {
    padding-right: 30px;   
    padding-bottom: 10px;
}

.mandatory.legend {
    margin: 0 0 20px 0;   
}

#page-user-regist .long-text p {
    font-size: 14px;   
}

#page-user-regist .long-text {
    margin-bottom: 20px;
}

.button-regist {
    margin-top: 40px;
    margin-left: 200px;
}

/* GLOSSARY */
.abc {
    border-top: solid 1px #BDBCB7;
    border-bottom: solid 1px #BDBCB7;
    padding: 10px 0;
    margin: 30px 0 15px 0;
}

.abc-letter {
    font-sizE: 19px;
    font-family: 'source_sans_probold';
    display: inline-block;
    width: 32px;
    text-align: center;
    color: #00B0B3;
    cursor: pointer;
    transition: color 300ms linear;
}

.abc-letter.inactive {
    color: #B1B1B1;
    opacity: 1;
}

.abc-letter.selected, .abc-letter:hover {
    color: #FC165C;
    text-decoration: underline;
    
}

.glossary-item {
    padding-bottom: 35px;
    padding-right: 390px;
    border-bottom: solid 1px #E22084;
    position: relative;
}

.glossary-item.has-video, .tutorial-item.has-video {
    min-height: 360px;   
}

.glossary-word {
    color: #E22084;   
    font-family: 'source_sans_probold';
    font-size: 16px;
    margin: 22px 0 18px 0;
}

.glossary-item .short-text, .tutorial-item .short-text {
    padding-right: 10px;
}

.glossary-item .social-video, .glossary-image {
    position: absolute;
    top: 80px;
    right: 0;
    text-align: left;
    width: 380px;
}

.glossary-image.push-top, .glossary-item .social-video.push-top {
    top: 20px;   
}

.glossary-img {
    max-width: 100%;
}

.sound-player {
    width: 75px;
    height: 35px;
    /*background: url('/images/gray_play.png');*/
    position: absolute;
    top: 40px;
    right: 318px;
    cursor: pointer;
    text-align: left;
}

.white-player {
    /*background: url('/images/white_play.png');*/
    top: 0;
    right: auto;
    left: 0;
    width: 68px;
}

/*
.white-player.sound-player.play {
    background: url('/images/white_pause.png');
}

.sound-player.play {
    background: url('/images/gray_pause.png');
}

.sound-player:hover {
    background: url('/images/pink_play.png');    
}

.sound-player.play:hover {
    background: url('/images/pink_pause.png');
}*/


/* SONGS LIST */
.song-item {
    color: #575756;
    padding: 0 18px;    
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
}

.song-item-ball {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    top: 3px;
    left: 0;
}

.all-songs-button {
    display: block;
    width: 310px;
    margin: 20px auto;
}

.song-type-container {
    min-height: 50px;
    padding-top: 10px;
}

.song-item-letter {
    margin-top: 30px; 
    margin-bottom: 50px;
    position: relative;
    border-bottom: solid 1px #D80070;
}

.song-item-letter:after {
    content: attr(data-letter);    
    position: absolute;
    top: -32px;
    left: 0;
    color: #00B0B3;
    font-size: 22px;
    font-family: 'source_sans_probold';
}

/* SONG DETAIL */
.song-menu {
    height: 40px;
    border-bottom: solid 2px #00B0B3;
    margin-bottom: 25px;
}

.song-menu-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 22px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'source_sans_probold';
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    transition: all 300ms linear;
}

.song-menu-item.selected {
    background: #00B0B3;   
}

.song-i {
    background-color: #E1F3EE; 
    background-image: url('/images/i.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 43px;
}

.song-i:hover {
    background-color: #00B0B3; 
    background-image: url('/images/i_white.png');   
}

.song-i-container {
    margin-bottom: 20px;   
}

.song-song {
    background: #DDDB00;
}

.song-listen {
    background: #FF8800;
}

.song-others {
    background: #FF245A;
}

.song-menu-item.favorites {
    background-image: url('/images/favorite.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width: 43px;
}

.song-menu-item.favorites.is_favorite {
    background-image: url('/images/remove_favorite.png');   
}

.song-menu-item:hover {
     background-color: #00B0B3; 
}

.song-menu-item.favorites:hover {
    background-image: url('/images/favorite_white.png'); 
}

.song-menu-item.share:hover {
    background-color: #00B0B3; 
    background-image: url('/images/share.png'); 
}


.song-versions-container {
    margin: 24px 0 34px 0;   
    padding: 3px;
}

.song-menu-item.share {
    background-image: url('/images/share_green.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FDEB24;
    position: relative;
    width: 43px;
}

.song-menu-item .share-container {
    top: 38px;   
}

.song-file {
    height: 40px;
    border-bottom: solid 2px #00B0B3;
    background-color: #E1F3EE;
    background-image: url('/images/pdf.png');
    background-repeat: no-repeat;
    background-position: 15px 5px;
    position: relative;
    padding-left: 60px;
    font-size: 11px;
    color: #000000;
    display: block;
    padding-top: 8px;
    line-height: 1.1em;
    cursor: pointer;
    margin-bottom: 22px;
}

.song-file:after {
    position: absolute;
    width: 1px;
    height: 32px;
    background: #00B0B3;
    top: 3px;
    left: 50px;
    content: '';
}

.song-lyric-container-title {
    font-size: 16px;
    font-family: 'source_sans_probold'; 
    border-bottom: solid 2px #00B0B3;
    padding: 8px 0 10px 18px;
    margin-bottom: 14px;
}

.song-lyric-long-text {
    padding-left: 18px;   
}

.song-lyric-container .long-text p {
    font-size: 14px;   
}

.song-lyric-container {
    margin-bottom: 40px; 
    position: relative;
}

.pauta-button {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 16px;
    font-family: 'source_sans_probold';
    padding-right: 25px;
    background: url('/images/pauta.png') center right no-repeat;
    cursor: pointer;
}

.song-tags {
    border-top: solid 2px #00B0B3;
    padding: 18px 0 66px 18px;
    font-size: 14px;
}

.song-tags-title {
    font-size: 13px;
}

.song-detail-video, .song-detail-video-version-container {
    margin: 30px 0;
    height: 355px;
    width: 100%;
}

.song-detail-video-small {
    width: 49%;   
}

.song-detail-video-small-container {
    margin: 40px 0;
}

.yt-button, .audio-button {
    width: 49px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.yt-button {
    background: url('/images/yt_stop.png?v=1') center center no-repeat;   
    position: relative;
}

.yt-button:hover {
    background-image: url('/images/yt_stop_hover.png');
}

.yt-button.play {
    background: url('/images/yt_active.png?v=1') center center no-repeat;   
}

.audio-button {
    background: url('/images/audio_play.png') center center no-repeat;      
    display: inline-block;
    margin-left: 0px;
    width: 40px;
}

.audio-button:hover {
    background: url('/images/audio_play_hover.png') center center no-repeat;      
}

.audio-play, .audio-rewind {
    width: 30px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.stop .audio-play, .stop .audio-rewind, .play .audio-button {    
   display: none;
}

.sound-player .audio-play {
    display: inline-block;
}

.audio-play {
    background: url('/images/audio_button_pause.png') center center no-repeat;   
    margin-left: 5px;
}

.audio-rewind {
    background: url('/images/audio_button_rewind.png') center center no-repeat;   
}

.paused.audio-play {
    background: url('/images/audio_button_play.png') center center no-repeat;   
}

.yt-button.sep:after {
    height: 25px;
    width: 1px;
    content: '';
    position: absolute;
    top: 7px;
    right: 0px;
    background: #827F7B;
}

.song-versions-container-title {
    font-size: 13px;   
    padding: 5px 0;
}

.song-version-item {
    display: inline-block;
    vertical-align: top;
    height: 62px;
    position: relative;
    width: 24.5%;
    margin-right: 0.5%;
}

.song-version-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #BFBEBC;
    top: 30px;
    right: -1px;
}

.song-version-item:last-child:after {
    display: none;   
}

.song-version-item-title {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    background: #57514D;
    font-size: 10px;
    font-family: 'source_sans_prosemibold';
    padding: 0 10px;
    position: relative;
}

.song-version-item-title-text {
    pointer-events: none;
    position: relative;
}

.jp-progress {
    width: 100%; 
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.jp-seek-bar {
    height: 100%;   
}

.jp-play-bar {
    background: #00B0B3;
    height: 100%;
    width: 0;
}

.song-detail-video-version-container {
    margin: 30px 0;   
}

.estrofes-container {
    margin: 20px 0;   
}

.estrofe-item-button {
    height: 35px;
    padding-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'source_sans_prosemibold';
    position: relative;
    margin-right: 2px;
}

.estrofe-item-text {
    font-size: 12px;
    color: #2D6C7A;
    font-family: 'source_sans_prosemibold';
    text-align: center;
    margin-top: 10px;
    padding-top: 8px;
    border-top: solid 1px #B5B4B4;
    margin-right: 2px;
    position: relative;
}

.estrofe-item-text:after {
    content: '';
    height: 24px;
    width: 1px;
    background: #B5B4B4;
    position: absolute;
    top: 3px;
    right: -1px;
}

.estrofe-item:last-child .estrofe-item-text:after {
    display: none;   
}

.song-pauta-img {
    margin: 20px auto 0 auto;
    cursor: pointer;
}

.fullscreen-pauta {
    position: fixed;
    background: #FFFFFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 5000;
}

.fullscreen-pauta-close {
    position: fixed;
    top: 5px;
    right: 8px;
    cursor: pointer;
    background: url('/images/close_popup.png');
    width: 21px;
    height: 23px;
}

.fullscreen-pauta-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* TEMPLATE COLLAPSE */
.page-collapse-img-top {
    margin-bottom: 20px;
}

.page-collapse-img-bottom {
    margin: 20px 0;
}

.collapse-group {
    margin: 40px 0;   
}

.collapse-item {
    position: relative;
    border-top: solid 1px #DBDBD6;
    border-bottom: solid 1px #DBDBD6;
    margin-top: -1px;
}

.collapse-item-title {
    font-size: 18px;
    font-family: 'source_sans_probold';  
    padding-right: 45px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.collapse-item .collapse-item-content {
    display: none;
    padding-bottom: 10px;
}

.collapse-item.open .collapse-item-content {
    display: block;
}

.collapse-item-state {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 7px;
    right: 20px;
    background: url('/images/plus.png');
}

.collapse-item.open .collapse-item-state {
    background: url('/images/minus.png');
}

.collapse-item-img {
    float: left;   
    margin: 0 20px 20px 0;
}

/* list elements */
.pagination {
	text-align: center;
    padding-top: 40px;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
	color: #00B0B3;
    font-size: 19px;
    width: 32px;
    text-align: center;
    transition: color 300ms linear;
}

.pagination a.selected, .pagination a:hover {
	color: #FC165C;
	text-decoration: underline;
}

.pag-back, .pag-forward {
    display: inline-block;
    vertical-align: middle;
    background: url('/images/arrow_left.png') center center no-repeat;
    width: 19px;
    height: 32px;    
}

.pag-forward {
    background: url('/images/arrow_right.png')  center center  no-repeat;
}

 .login-start-session { 
    margin-bottom: 30px;   
 }

/* TUTORIAL */
.tutorial-list {
    margin-top: 25px;
}

.tutorial-filter {
    width: 300px;
    position: absolute;
    top: 76px;
    left: 900px;
    color: #3C3C3B;
    font-size: 13px;
    text-align: right;
}

.tutorial-filter-combo {
    width: 220px;
    height: 40px;
    line-height: 38px;
    background: #FFFFFF;
    border: solid 1px #00B0B3;
    margin-left: 8px;
}

.tutorial-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 2px #FB88A8;
    position: relative;
}

.tutorial-title {
    background: #DDDB00;
    height: 46px;
    line-height: 46px;
    color: #FFFFFF;
    padding: 0 240px 0 15px;
    font-size: 20px;
    font-family: 'source_sans_probold';  
    margin-bottom: 20px;
    position: relative;
}

.tutorial-title-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

.tutorial-item .social-video {
    position: absolute;
    top: 71px;
    right: 0;
}

.tutorial-item .short-text {
    padding-right: 390px;    
}

.tutorial-download-video, .share.tutorial {
    width: 180px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 54px;
    background-color: #FF8800;
    text-align: center;    
    color: #FFFFFF;
    font-size: 13px;
}

.arrow-download {
    background: url('/images/download.png');
    width: 18px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.share.tutorial {
    width: 54px;
    right: 0;
    background-color: #00B0B3;
    background-image: url('/images/share.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
}

.share:hover .share-container, .share.open .share-container {
    display: block;
}

.share-container {
    width: 140px;
    height: 90px;
    background: #FFFFFF;
    border: solid 1px #00B0B3;
    padding: 12px;
    position: absolute;
    top: 44px;
    right: 0;
    font-size: 13px;
    font-family: 'source_sans_prosemibold';
    color: #57514D;
    text-align: left;
    line-height: 1.2em;
    display: none;
    z-index: 100;
}

.share-email, .share-facebook {
    padding-left: 25px;
    height: 28px;
    line-height: 28px;
    background: url('/images/email.png') left center no-repeat;
    font-size: 13px;
}

.share-facebook {
    background: url('/images/fb.png') left center no-repeat;
}

/* FORMS and contacts */
#site .input-error {
	background: #C99;
}

.input-form:focus {
    opacity: 0.7;
}

/* CKEDITOR */
.texto20 {
    font-size: 20px;
    color: #575756;  
} 

.titulo-rosa-18bold {
    font-size: 18px;
    color: #D80070;
    font-family: 'source_sans_probold';
}

.titulo-verde-16bold {
    font-size: 16px;
    color: #00B0B3;
    font-family: 'source_sans_probold';
}

.texto12, .long-text p.texto12, .short-text p.texto12, .collapse-item-content p.texto12 {
    font-size: 13px;
    line-height: 1em;  
} 

/* File Input Skin */
.file-wrapper {
	cursor: pointer;
	display: inline-block;
	position: relative;
	height: 25px;
}

.file-wrapper input[type=file] {
  cursor: pointer;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  width: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.input-button-skin {
	background: #333; color: #FFF; padding: 0px 25px; height: 25px; line-height: 25px; position: absolute; left: 0px;
}
/* End file input skin */

div.ay-radio { float: left; margin-right: 3px; }
div.ay-radio span {padding: 0px 3px; line-height: 22px;}
div.ay-radio input {display: none; }
div.ay-radio > div { width: 16px; height: 16px; background: #efefef; margin-top: 3px; box-shadow: inset 1px 1px 6px #999; cursor: pointer; padding:4px; float: left;border-radius: 8px;}
div.ay-radio div.selected {width: 100%; height: 100%; background: #666; border-radius: 4px;}

.ay-checkbox {
    margin-bottom: 10px;   
    position: relative;
    padding-left: 25px;
}

.ay-checkbox-label{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 13px;
    max-width: 600px;
}

.ay-checkbox input {
    display: none; 
}


.ay-checkbox-div { 
    width: 18px; 
    height: 18px; 
    background: #FFFFFF; 
    cursor: pointer; 
    border: solid 1px #94D6DD;
    position: absolute;
    top: 0;
    left: 0;
}

.ay-checkbox-div.selected:after {
    position: absolute;
    content: url('/images/checked.png');
    width: 23px;
    height: 21px;
    top: -4px;
    left: -2px;
}

.ay-checkbox .selected {

}

.ay-checkbox.rememberme {
    max-width: 280px;
    margin: 0 auto;
    text-align: left;
}

.ay-checkbox.rememberme .ay-checkbox-div {
    top: 2px;
}

.ay-checkbox.rememberme .ay-checkbox-label {
    font-size: 11px;
}

#map-canvas {
	width: 100%; height: 404px;	
}

#video {
	margin-top: 25px;
	width: 100%; height: 400px;	
}

/* Cookies */
#cookies-info {
	display: none;
	position: fixed;
	width: 100%; 
	margin: 0px; 
	padding: 12px 12px; 
	left: 0px; 
	top: 0px; 
	z-index: 4000; 
	text-align: center; 
	font-size: 13px;
	color: #fff; 
	line-height: 16px; 
	background-color: rgb(102, 102, 102);
}

#cookies-info span {
	display: block;
}

#cookies-info a {
	display: inline-block;
	border-radius: 6px; 
	color: rgb(255, 255, 255); 
	margin: 6px 2px 0 2px;
	padding: 6px; 
	background-color: rgb(51, 51, 51);
}


/* others */
.newsletter {
	position: absolute;
	top: 0;
	right: 10px;
	width: 200px;	
	font-size: 0;
}

#newsletter_tf {
	width: 80%;
	border: none;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	background-color: #FFFFFF;	
	display: inline-block;
	vertical-align: top;
}

.newsletter-button {
	height: 22px;
	width: 18%;
	line-height: 22px;
	background-color: #FFFFFF;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	margin-left: 2%;
}

#newsletter-msg {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
}


@media screen and (max-width: 1550px) {
    .decor-item-lateral {
        display: none;   
    }
    
    .home-highs {
        width: 1010px;   
    }
}

@media screen and (max-width: 1300px) {
    .home-highs {
        width: 760px;   
    }
    
    .home-color4 {
        display: none;   
    }
}

@media screen and (max-width: 1250px) {
    #menu {
        width: 210px;   
    }
    
    #contents {
        padding-left: 210px;   
    }
    
    .menu-item .title {
        font-size: 15px;   
    }
    
    .menu-search {
        margin: 0 20px;   
    }
    
    .menu-item .title, .menu-item .submenu a {
        padding: 0 10px 0 20px;   
    }
    
    .menu-apem {
        margin-left: 20px;   
    }
    
    #logotype {
        width: 162px;
        height: 162px;
        left: 20px;
    }
    
    .tutorial-filter {
        left: 840px;   
    }
    
}

@media screen and (max-width: 1160px) {
    .column-content {
        width: 70%;
        margin-right: 0;
        padding-right: 10px;
    }
    
    .column-lateral {
        width: 30%;   
    }
    
    .full-content {
        width: 100%;  
        padding-right: 30px;
    }
    
    .tutorial-filter {
        right: 30px;
        left: auto;
    }
    
    .song-menu-item {
        padding: 0 11px;   
    }
}

@media screen and (max-width: 1024px) {
    .song-detail-video, .song-detail-video-version-container {
        margin: 30px 0;
        height: 290px;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .glossary-item, .tutorial-item .short-text {
        padding-right: 0;   
    }
    
    .glossary-item .social-video, .glossary-img, .tutorial-item .social-video {
        position: static;
        margin-top: 20px;
    }
    
    .glossary-item .sound-player {
        position: static;
        margin-top: 10px;
    }
    
    .tutorial-download-video {
        width: 105px;   
    }
    
    .song-menu-item {
        font-size: 12px;   
    }

    
    .home-highs {
        width: 510px;   
    }
    
    .decor-item {
        display: none;   
    }

}

@media screen and (max-width: 900px) {
    .column-content, .column-lateral {
        width: 100%;
        float: none;
    }
    
    .column-lateral {
        margin-top: 20px;   
    }
    
    .full-content {
        padding-right: 0;   
    }
    
    .page {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .footer-menu-item {
        display: block;
        margin-bottom: 5px;
    }
    
    .footer-menu-item:after, .tutorial-filter {
        display: none;   
    }
    
    #footer {
        height: auto;   
    }
        
    .song-menu-item {
        font-size: 13px;   
    }
    
    #footer {
        padding: 0 25px;   
    }
    
    .tutorial-filter-mobile {
        display: block;
        margin-top: 10px;
    }
    
    .tutorial-filter-mobile .tutorial-filter-combo {
        margin: 5px 0;
        height: 36px;
        line-height: 34px;
    }
}

/* change the px to the correct value where the menu changes */
@media screen and (min-width: 730px) {
	#menu {
		display: block !important;	
	}
}

@media screen and (max-width: 730px) {
    .mobile-only  {
		display: block;	
	}
	
	.desktop-only, #menu {
		display: none;	
	}
	
    #contents {
        padding-left: 0;    
    }
    
	.no-center-mobile {
		width: 100%;
		margin-left: 0;
		margin-right: 0;	
	}
		
	#header {
		position: fixed;
		width: 100%;	
        height: 90px;
        z-index: 2000;
	}
    
    .page {
        padding-top: 110px;   
    }
	
    .menu-mobile-container {
        height: 64px;
        position: absolute;
        top: 26px;
        left: 0;
        width: 100%;
        background: #00B0B3;
    }
    
	#menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;	
        padding: 0 0 20px 0;
        min-height: 366px;
        min-height: 0;
        padding-top: 90px;        
	}
    
    #site.open .contents-wrap {
        display: none;
    }
    
    #site.open #menu:after {
        display: none;   
    }
	
	.menu-item {
		display: block;		
	}
	
	.menu-item .title{
	}
		
    .mobile-logotype {
        position: absolute;
        top: 10px;
        left: 80px;
    }
    
    #contents:after {
        content: '';
        background: url('/images/menu_pattern.png');
        position: absolute;
        top: 0;
        left: 0px;
        width: 8px;
        height: 100%;
    }
    
	#menu-mobile-icon {
		display: block;
		position: absolute;
		top: 12px;
		left: 25px;
		width: 30px;
		height: 35px;	
		cursor: pointer;	
        
	}
	
	.bar {
		width: 25px;
		height: 2px;		
		background-color: #FFFFFF;
		position: absolute;
		left: 0px;
		transform-origin: center;
		-webkit-transform-origin: center;
		transition: all 300ms linear;
	}
	
	.closed .bar1 {
		top: 15px;
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
	
	.closed .bar2 {
		top: 23px;	
		transform: none;
       	-webkit-transform: none;
	}
	
	.closed .bar3 {
		top: 31px;
		transform: none;
		-webkit-transform: none;		
	}
	
	.bar1 {
		opacity: 0;	
		top: 25px;
	}
	
	.bar2 {
		transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
		top: 23px;
	}		
	
	.bar3 {
		transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
		top: 23px;	
	}
    
    .footer-content {
        padding-right: 0;   
    }

    .credits {
        position: static;
        margin: 10px 0;
        text-align: left;
        width: 100%;
    }
    
    .home-highs {
        width: 100%;   
    }
    
    #page-home {
        padding-top: 90px;   
    }
    
    .home-item {
        width: 150px;
        height: 150px;
        background-size: contain;
    }
    
    .widget-regist-text {
        display: none;   
    }
    
    .widget-regist {
        background-position: 10px 10px;
        background-size: 80%;
        padding-top: 80px;
    }
    
    .widget-agenda, .widget-musics {
        padding: 10px;   
    }
    
    .widget-musics-item {
        padding-bottom: 2px;
        margin-bottom: 5px;
        font-size: 11px;
    }
    
    .widget-musics-title {
        font-size: 11px;   
    }
    
    .home-item .title {
        margin-bottom: 8px;   
    }
    
    .widget-musics-item:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .song-detail-video, .song-detail-video-version-container {
        height: 270px;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 20px;   
    }
    
    .collapse-item-title, .agenda-item-title, .tutorial-title {
        font-size: 16px;       
    }
    
    .long-text p, .short-text p, .short-text, .long-text li, .collapse-item-content p {
        font-size: 14px;   
    }
    
    .collapse-item-img {
        float: none;   
    }
    
    .tutorial-title {
        height: auto;
        position: relative;
        padding-bottom: 46px;
        padding-right: 20px;
        padding: 8px 20px 56px 8px;
    }
    
    
    .tutorial-title-wrap {
        height: auto;
        overflow: auto;
        white-space: normal;
        line-height: 1.2em;
    }
    
    .tutorial-download-video {
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: left;
        padding-left: 20px;
    }
    
    .share.tutorial {
        height: 46px;
        top: auto;
        bottom: 0;
    }
    
    .tutorial-item .social-video, .glossary-item .social-video {
        width: 100%;   
    }
    
    .regist-data {
        padding-right: 0;    
    }
    
    .regist-data .half, .regist-session-group .half {
        width: 100%;   
    }
    
    .regist-data .input-with-pad, .regist-session-group .input-with-pad {
        padding-left: 0;   
    }
    
    .button-regist {
        margin: 30px auto;   
        display: block;
    }
    
    .login-popup {
        width: 100%;      
        left: 0;
        margin-left: 0;        
    }
    
    .login-start-session {
        display: block;
        margin: 30px auto;
    }
    
    #form-search .col3-wm {
        width: 49%;
        margin-right: 1%;
    }
    
    .song-menu-item, .estrofe-item {
        width: 100%;
    }
    
    .song-menu {
        height: auto;  
        border: none;
    }
    
    .song-version-item:after, .estrofe-item-text:after {
        display:none;
    }
    
    .song-detail-video-small, .song-version-item {
        width: 100%;
        float: none;
    }
    
    .estrofe-item-text {
        border: none;   
        margin-top: 0px;
        margin-bottom: 12px;
    }
    
    .song-detail-video {
        height: 260px;   
    }
    
    .song-menu-item .share-container {
        right: auto;
        left: 0;
    }

    /* CKEDITOR */
    .texto20 {
        font-size: 18px;
    } 

    .titulo-rosa-18bold {
        font-size: 16px;
    }

    .titulo-verde-16bold {
        font-size: 14px;
    }
    
    .song-item {
        width: 100%;   
    }
    
    .home-highs, .home-sponsors-group {
        text-align: center;   
    }
    
    .home-item {
        text-align: left;
    }

}

@media screen and (max-width: 500px) {
    .search-do-filters {
        margin-top: 35px;
    }
}

@media screen and (max-width: 400px) {
	.top-share {
		left: 0;
        right: auto;
	}
    
    .user-info {
        right: 10px;   
    }
	
    #form-search .col3-wm {
        width: 100%;
        margin-right: 0;
    }
    
    .home-sponsors-group {
        padding-top: 40px;   
    }
    
    .song-detail-video, .song-detail-video-version-container {
        height: 175px;
    }
    
    .home-sponsors-img {
        max-height: 50px;   
    }
}

@media screen and (max-width: 358px) {
    .home-item {
        width: 144px;
        height: 144px;
    }
    
    .song-detail-video, .song-detail-video-version-container {
        height: 140px;
    }
}
