/** style.css
 * 
 * Theme Name:	Mobile Beauty 2013
 * Description:	A WordPress Theme based on Bootstrap, from Twitter.
 * Author:		Vegan/S +
 * Version:		0.1
 *
 */
 
/* Landscape */
/*
@media screen and (orientation:landscape) {
	html {
		background: #000000 !important;
		width: 100%;
		height: 100%;
	}
	body {
		background: #000000 !important;
		width: 100%;
		height: 100%;
	}
	div.container {
		display: none !important;
	}
	#landscape {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: url("dg_img/landscape-big.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		visibility:visible;
	}
}
*/

#h1_for_indexing{display: none;}

@media screen and (orientation:portrait) {
	#landscape {
		visibility:hidden;
	}
}

.dropdown-menu li > a {
padding: 5px 2% !important;
}

.special-characters{
		font-family:"WebSymbolsLigaRegular" !important;
		font-size:14px;
}