* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size:14px;
	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;
}
.logo {
	background:url(envato_market.svg) no-repeat;
	letter-spacing: -9999em;
	text-indent: -9999em;
	width:140px;
	display:block;
	padding:2px 10px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

.pre-sale {
	max-height: 54px;
	overflow: hidden;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

#SkypeButton_Call{
	margin-top: -15px;
}
/* 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;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: 300;
	color: #333;
}

#switcher {
	height: auto;
	background: #232323;
	z-index: 99999;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #000;
}

#theme_select {
	width: 250px;
	display: block;
	color:#fff;	
}

#theme_dropdown_list {

border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 20px;

}

.center {
margin:0;
padding:0 20px;
}
.center ul {width:100%;}
.center > ul > li {
	display: block;
	position: relative;
	vertical-align: middle;
	color:#fff;
	float:right;
	padding:20px;
}
.center > ul > li:first-child {
	padding: 17px 20px;
}
.center > ul > li:first-child, .center > ul > li:nth-child(4) {
	float:left;
}
.center > ul > li:nth-child(4) .float-right {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 20px;
	margin: -20px;
}
.center ul {
	display:table;
}
.center ul li ul {
	position: absolute;
	width: auto;
	left: 86px;
	opacity:0;
	visibility: hidden;
	-webkit-transition:all 150ms;
	transition:all 150ms;
	transform:translateY(-10px);
	z-index: -1;
}
.center ul li ul.open {
	display:block;
	opacity:1;
	visibility: visible;
	transform:translateY(0px);
}
.center ul li ul li {
background: #232323;
}

.center ul li ul li a {

display: block;
padding: 10px 20px;
min-width: 162px;
font-weight: 200;
color: #fff;
text-align: left;
border-top:1px solid #333;
color:#999;
}
.center ul li ul li a:hover {
	background-color: #222;
	color:#fff;
}

li#theme_list {text-align: left;padding:0;}

#iframe {
    position: relative;
    top:52px;
    left: 0;
    width: 100%;
    min-height:calc(100vh - 54px);
}

/*@media(max-width:767px) {
	html, body {height:100%;}
	body {position: relative;}
	#switcher li{
		display:none;
	}
	#switcher li.purchase,
	#switcher li:first-child {
		display:block;
	}
}*/


#theme_list ul {
	border:1px solid #333;
	border-top:0;
}
li.purchase {
	border-left:1px solid #333;
	border-right:1px solid #333;

}
li.purchase a {
	background-color:#82b440;
	padding:7px 20px;
	position: relative;
	-webkit-box-shadow: 0 2px 0 #6f9a37;
	box-shadow: 0 2px 0 #6f9a37;
	position: relative;
	border-radius: 4px;
}
.remove_frame a{font-size:0.9em;color:#999;}
.remove_frame i:before {
	font-size:8px;
	position: relative;
	top:-1px;
	color:#fff;
	margin-right: 7px
}
.remove_frame i {
	margin-right:5px;
}

.price{
	text-transform: capitalize;
}
.float-right{float:right;color:#999;}
.float-right i:before {font-size:11px;margin-left:8px;}
#theme_list:hover .float-right {color:#fff;}
#theme_list > a {padding:20px;}