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: 14px;
	font-family:Microsoft YaHei! important;
	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;
}

i {
	font-style: normal;
	font-size: 15px;
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: inherit;
}

.clearfix:after {
    clear: both
}

/* 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;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;

}

a:hover {
	color:#D5D5D5 !important;
}

body {
	overflow: hidden;
	font-family: "Montserrat";
	font-weight: 700;
	color: #333;
}

#switcher {
	height: 50px;
	background-color: #666;
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	z-index: 99999;
	position: fixed;
	width: 100%;
}

#dc_logo {
	display: block;
	width:50px;
	height: 50px;
	float: left;
	padding: 0;
}

#theme_select {
	margin-top:0;
	margin-left: 0;
	/*background-color:#2a8b3b; */
	display: block;
	padding: 0;
	color: #FFFFFF;
	padding:0;
	line-height: 50px;
	width: 184px;
	text-align: center;
}

#theme_dropdown_list {

padding: 20px;

}

.center {

margin: auto;
width: 100%;

}

.center ul li {

display: inline;
float: right;
position: relative;
padding: 0;

}

.center > ul > li {
	letter-spacing: 2px;
}

.center ul li ul {
	min-width: 184px;
	display: none;
	position: absolute;
	width: auto;
	box-shadow: 0px 0px 5px #444;
	-moz-box-shadow: 0px 0px 5px #444;
	-webkit-box-shadow: 0px 0px 5px #444;
	background-color:#FFFFFF;
	text-align: left;
	height: 200px;
	
}

.center ul li ul li {
text-align: center;
float: none;

}

.center ul li ul li.scrollformore {
    background: #2a8b3b;
    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    padding: 8px 0;
    position: fixed;
    text-align: center;
    top: 624px;
    width: 184px;
    text-transform: uppercase;
}

.center ul li ul li a {

display: block;
padding: 10px;
font-size: 12px;
color: #6D6D6D;
text-transform: none;
font-weight: 400;

}

.center ul li ul li a:hover {

color: #333333;

}

	.center ul li ul li.wp_theme a:before {
		content:"\f19a";
		font-family: "FontAwesome";
		margin-right: 5px;
		color:#21759b;
	}

.center ul li ul li:first-child {
padding-top: 3px;

}

.center ul li ul li:last-child {
}

li.purchase {

margin-left: 50px;
text-transform: uppercase;
line-height: 50px

}

li.purchase a {

padding: 0 5px;

}

li.remove_frame {

text-transform: uppercase;
padding-top: 16px;
line-height: 50px

}

li.remove_frame a {

padding: 0 20px;

}

#iframe {

margin-top: 50px;

}

.fa-times {
	display: none;
}

@media
only screen and (min-width: 0) and (max-width: 600px) {

	.remove_frame span,
	.purchase span,
	#theme_list {
		display: none;
	}
	
	li.remove_frame {
		margin: 0 20px 0 10px;
	}
	
	li.remove_frame a {
		padding: 0;
	}
	
	.fa {
		font-size: 24px;
		height: 50px;
		line-height: 50px;
	}
	
	.fa-times {
		display: block;
	}

}