html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {

text-decoration: none;
color: #fff;

}

body {
	overflow: hidden;
	background-color: #f9f9f9;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Switcher style */

#switcher {
	top: 0;
	height: 50px;
	background: #333;
	z-index: 99999;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #444;
}

#thb-box {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 100%;
}

	#thb-box li {
		display: inline;
		position: absolute;
		top: 0;
	}

/* Logo */

#thb_logo {
	margin-top: 4px;
	left: 40px;
}

	#thb_logo a {
		display: block;
		text-indent: -999em;
		width: 149px;
		height: 41px;
		background: url(logo.png) no-repeat;
	}

/* Theme selector */

#theme_list {
	left: 255px;
	margin-top: 13px;
}

#theme_select {
	/*width: 241px;*/
	width: 450px;
	height: 24px;
	display: block;
	color: #111;
	font-size: 12px;	
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
	background: url(select.png) no-repeat;
}

#theme_list ul {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 99999;
}

	#theme_list li {
		cursor: pointer;
		clear: both;
		float: left;
		display: block;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #333;
		background: #111;
		background: rgba(0,0,0,.9);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}

		#theme_list li:hover {
			background: #333;
		}

		#theme_list li a {
			display: block;
			padding: 10px;
			font-size: 12px;
			color: #999;
			text-shadow: 0 -1px 0 #000;		
			-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			-o-transition: all .2s linear;
			transition: all .2s linear;
		}

			#theme_list li a:hover {
				color: #fff;
			}

#theme_list .type {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 11px;
	color: #fff;
	background: #d3404a;
	display: inline-block;
	padding: 4px 5px 3px;
	border-radius: 2px;
}

#theme_list .type.Coiffeur {
	background:rgba(0,120,248,1.00);
}

#theme_list .type.Business {
	background:#ffc600;
	color:#000;
}

#theme_list .type.organization {
	background:#ff0030;
}

#theme_list .type.entertaintment {
	background:#ff2a00;
}

#theme_list .type.travel-hotel {
	background:#003cff;
}

#theme_list .type.health-beauty {
	background:#c19b76;
}

#theme_list .type.Music {
	background:rgba(104,0,107,1.00);
}

#theme_list .type.Free {
	background: #5ba341;
}

/* Viewport size */

.viewport,
.remove_frame { 
	display: block;
	height: 50px;
	width: 50px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.viewport { border-right: 1px solid #444; }

.viewport a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999em;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .7;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

	.viewport.active a { opacity: 1; }
	.viewport:hover { background-color: #222; }

.viewport.landscape a {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

	.viewport.mobile { left: 775px; border-left: 1px solid #444; }
		.viewport.mobile a { background-image: url(mobile.png); }
	.viewport.tablet { left: 827px; }
		.viewport.tablet a {  background-image: url(tablet.png); }
	.viewport.desktop { left: 878px; }
		.viewport.desktop a { background-image: url(desktop.png); }

/* Purchase and remove frame */

/*.purchase a,*/
.remove_frame a {
	display: block;
	text-indent: -999em;
}

.purchase { left: 989px; }
	.purchase a {
		display: block;
		height: 24px;
		margin-top: 13px;
		font-size: 14px;
		background: #5ba341;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 24px;
		padding: 0 15px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		/*background: url(buy.png) no-repeat left top;*/
	}

		.purchase a:hover {/* background-position: left bottom; */ background: #4b8635; color: #2f5422; }

.remove_frame {
	right: 0; 
	background-color: #333;
	border-left: 1px solid #444;
}
	.remove_frame:hover { background-color: #222; }

.remove_frame a {
	width: 100%;
	height: 100%;
	background: url(remove.png) no-repeat center center;
}

/* iframe */

#iframe {
	display: block;
	margin: 50px auto 0;
	width: 100%;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}