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;
	outline:0px;
	border:0px;
	background:transparent;
	vertical-align:baseline;
	font-size:100%;
}
body {line-height:1;background: #a6a6a6;}
ol,ul {list-style:none;}
:focus {outline:0;}
a {color:#fff;text-decoration:none;}
body {font-size:12px;font-family:Arial,sans-serif;}
* {margin: 0;padding: 0;}
#preview-frame {
	position:fixed;
	z-index:99999;
	overflow:visible;
	width:100%;
	height: 50px;
	background:#222;
}
a {
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}
.frame-wrapper {
	margin:auto;
	width:100%;
	height:50px;
}
.frame-wrapper a {
	display:inline-block;
	float: right;
	height:50px;
	line-height:50px;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
}
.frame-wrapper .site-logo {
	margin: 16px 15px 0 15px;
	width: 163px
}
.frame-wrapper a.purchase {
	background-color: #79C732;
	min-width: 110px;
	padding: 0 18px;
	position: relative
}
.frame-wrapper a.purchase .buy-now {
	font-weight: 500;
	font-size: 18px;
	position: relative;
	top: -4px;
}
.frame-wrapper a.purchase:hover {
	background-color: #6EAF32;
}
.frame-wrapper .remove-frame {
	color: #fff;
    text-decoration: none;
    cursor: pointer;
	width: 50px;
	height: 50px;
}
.frame-wrapper .remove-icon {
    position: relative;
    opacity: 0.4;
    top: 12px !important;
    right: -6px !important;
	width: 30px !important;
	height: 28px !important;
	fill: #fff;
}
.frame-wrapper .remove-frame:hover {
	background-color: #565656;
	border-color: #505050;
}
.frame-wrapper a.remove-frame:hover .remove-icon {
    opacity: 0.9;
}

.frame-wrapper a:hover {
	background-color:#333;
	color:#FFF;
}
#preview-iframe {
	width: 100%;
	display:block;
	margin:0 auto;
	-webkit-backface-visibility:hidden;
}

.frame-wrapper .svg-icon {
  width: 36px;
  height: 36px;
	position: relative;
	top: 6px;
	margin-right: 12px;
}

.frame-wrapper .svg-icon path,
.frame-wrapper .svg-icon polygon,
.frame-wrapper .svg-icon rect {
  fill: #fff;
}

.frame-wrapper .svg-icon circle {
  stroke: #fff;
  stroke-width: 1;
}

@media screen and (max-width:820px) {
	.frame-wrapper a {
		display:none;
	}
	.frame-wrapper a.purchase,
	.frame-wrapper a.remove-frame {
		display:inline-block !important;
	}
}