@charset "utf-8";
/* CSS Document */

.borderTrue{
	background: rgba(255, 121, 60, 0.56) !important;
	padding: 4px !important;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.44);
	border-radius: 15px;
	border: 2px solid #F60;
}

.upperCase{
	text-transform: uppercase !important;
}
.lowerCase{
	text-transform: lowerCase;
	/*text-transform: capitalize;*/
}

.clickable {
	padding:10px 0;
}

#palavras li.clickable.borderTrue {
	padding: 8px 0 !important;
}


#imagenslist_slider,#palavraslist_slider, #imagenspalavraslist_slider, #imagenslist_slider2, #palavraslist_slider2, #imagenspalavraslist_slider2, #imagenslist_slider3, #palavraslist_slider3, #imagenspalavraslist_slider3  {
	text-align: center;
}


#imagens .submenu, #palavras .submenu, #imagenspalavras .submenu {
	text-align: center;
	margin-bottom: 15px;
}

#imagens .submenu ul, #palavras .submenu ul, #imagenspalavras .submenu ul {
	width: 100%;
}

#imagens .submenu ul li, #palavras .submenu ul li, #imagenspalavras .submenu ul li {
	cursor: pointer;
	width: 21%;
	color: rgb(145, 81, 0);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	line-height: 35px;
	text-align: center;
	font-size: 1.15em;
	height: 35px;
	margin-top: 20px;
	display:inline-block;
	background : url(../images/btn_light.png), url(../images/btn_stripes.png), url(../images/btn_bg.png);
	background-repeat: no-repeat, repeat, repeat-x;
	background-position:0 0, 0, 0;
	background-size: 100%, auto, contain;
	border-radius: 10px;
	box-shadow: 0px 2px 0 rgba(255, 255, 255, 0.69), 1px 1px 0 rgba(255,255,255,.03), -1px -1px 0 rgba(0,0,0,.02), inset 1px 1px 0 rgba(255,255,255,0.05);
	border: 1px solid rgba(185, 99, 1, 0.36);
}

#imagens .submenu ul li.disable, #palavras .submenu ul li.disable,#imagenspalavras .submenu ul li.disable {
	cursor: default;
	color: rgb(236, 185, 76);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
ul.imageList li {
	display: inline-block;
	width: 11.5%;
}
.imagensPlaceHolders, .palavrasPlaceHolders {
	text-align: center;
}
#imagens .placeholder, #imagenspalavras .placeholder {
	box-shadow: 1px 1px 1px 1px rgba(9, 7, 7, 0.5);
	border-radius: 5px;
	border: 2px solid #F60;
	width: 85px;
	height: 85px;
	background: #FFF;
	background-position: 50%;
	display: inline-block;
	margin: 10px 0 0 30px;
	background-size: 90%;
	background-repeat: no-repeat;
}

#imagens .placeholder span, #imagenspalavras .placeholder span {
	font-family: auto;
	float: left;
	margin: 30px 0px 0px -30px;
	height: 25px;
	width: 25px;
	color: #F60;
	font-weight: bold;
	font-size: 1.7em;
}



#palavras .placeholder, #escrever .placeholder {
	box-shadow: 1px 1px 1px 1px rgba(9, 7, 7, 0.5);
	border-radius: 5px;
	border: 2px solid #F60;
	width: 190px;
	height: 35px;
	background: #FFF;
	background-position: 50%;
	display: inline-block;
	margin: 10px 0 0 10px;
	vertical-align: middle;
	line-height:30px;
	font-size: 1.5em;
}
#palavras .placeholder span, #escrever .placeholder span {
	font-family: Foo;
	float: left;
	margin: -2px;
	height: 35px;
	line-height: 35px;
	width: 30px;
	border: 2px solid #F60;
	color: #F60;
	font-weight: bold;
	font-size: 1em;
	background-color: #FFF;
}

#palavras li.drag.ui-draggable {/*AQUI*/
	box-shadow: 1px 1px 1px 1px rgba(9, 7, 7, 0.5);
	background-color: rgb(247, 247, 247);
	border-radius: 5px;
	/*border: 1px solid rgb(255, 255, 255);*/
	vertical-align: middle;
	font-size: 1.2em;
	margin: 34px 3px 34px 34px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}



#palavras li.clickable {
	box-shadow: 1px 1px 1px 1px rgba(9, 7, 7, 0.5);
	background-color: rgb(247, 247, 247);
	border-radius: 5px;
	/*border: 1px solid rgb(255, 255, 255);*/
	vertical-align: middle;
	font-size: 1.2em;
	margin: 34px 3px 34px 34px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

#imagenspalavras li.move p {
	float: left;
	margin-top: -125px;
	box-shadow: 1px 1px 1px 1px rgba(9, 7, 7, 0.5);
	background-color: rgba(247, 247, 247, 0.85);
	border-radius: 5px;
	border: 1px solid rgb(255, 255, 255);
	font-size: 1em;
	padding: 0px 5px 3px 5px;
	line-height: 30px
}

#imagenspalavras .imagensPlaceHolders li p {
		margin-bottom: 0;
		box-shadow: 1px 1px 1px 1px rgba(9, 7, 7, 0.5);
		background-color: rgba(247, 247, 247, 0.85);
		border-radius: 5px;
		border: 1px solid rgb(255, 255, 255);
		line-height: 20px;
		height: auto;
		width: 96%;
		margin: 0;
		margin-top: 20px;
		color: #000;
		font-size: 0.7em;
		float: left;
		padding-left: 0;
		text-align: center
}

#escrever input {
	height: 26px;
	/*width: 173px;*/
	width: 70%;
	border: none;
	/*margin-bottom: 18px;*/
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 1em;
	/*border: 1px solid rgb(255, 198, 111);*/
	/*background:transparent;*/
	
	background-color:transparent;
border: 0px solid;

}
/*------------- MQ -------------------*/
@media screen and (max-width: 860px) {
	#imagens .submenu ul li, #palavras .submenu ul li, #imagenspalavras .submenu ul li {
		width: 20%;
	}
}
@media screen and (max-width: 1130px) {
	#home, #imagens, #palavras, #imagenspalavras, #escrever {
		width: 90%;
		margin: 0 auto;
	}
	#imagens .submenu ul, #palavras .submenu ul, #imagenspalavras .submenu ul {
		width: 100%;
		margin-top: 10px;
	}
}
@media screen and (max-width: 860px), screen and (max-height: 800px)  {
	#imagens .placeholder, #imagenspalavras .placeholder {
		width: 50px;
		height: 50px;
	}
	#imagenspalavras .imagensPlaceHolders li p {
		margin-top: 28px;
		font-size: 0.57em;
	}
}
@media screen and (max-height: 800px) {
	#imagens .placeholder, #imagenspalavras .placeholder {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 560px) {
	#imagens .submenu ul li, #palavras .submenu ul li, #imagenspalavras .submenu ul li {
		width: 30%;
	}
	.submenu .btnAudioDrag {
		display: none;
	}
	#imagens .placeholder, #imagenspalavras .placeholder {
	width: 100px;
	height: 100px;
	}
}
@media screen and (max-width: 480px) {
	#palavras .placeholder, #escrever .placeholder {
		width: 94%;
	}
	#escrever input {
		width: 70%;
	}
}