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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
}

ol, ul {
	list-style: none; 
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

body {
	overflow: hidden;
	font-family: Monospace, sans-serif;
	font-weight: 400;
	color: #333;
    font-size: 13px;
    background: url(images/bg.png) repeat;
}

a {
text-decoration: none;
color: #fff;
}


#menu_hover {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2 !important;
    animation: fadein 0.35s;
}


#switcher {
	height: 65px;
	padding:0;
    background:#000000;
	z-index: 99999;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.share {
    float: right;
    margin-left: 14px;
    padding: 6px 0 3px 10px;
    margin-top: 3px;
	background:#333333;
}

#theme_list {
    position: relative;
    margin-left: 14px;
}
	
#theme_select {
    background: #252525 url(images/arrow.png) no-repeat;
    width: 257px;
    display: block;
    padding: 10px 9px;
    color: #FFF;
    background-position: 95% 53%;
    font-weight: 700;
    font-size: 18px;
}

#theme_select:hover {
    color:#5CAE46;
}

#theme_dropdown_list {
	padding: 20px;
}

.center {
    margin: auto;
    width: 98.5%;
    display: inline-block;
    padding: 14px 0;
}

.center ul li {
	display: inline;
	float: left;
}

.center ul li ul {
    display: none;
    min-height: 330px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 100%;
    position: absolute;
    min-width: 275px;
/*    z-index: -1;*/
    background: #252525;
}

.center ul li ul li { }

.center ul li ul li:hover {
    background: #000000;
}

.center ul li ul li a {
    display: block;
    padding: 0px 10px;
    min-width: 255px;
    font-size: 14px;
    line-height: 1.8;
}

.center ul li ul li a:hover {
    color:#F0F0F0;
}


#iframe {
display: block;
margin: 0 auto;
padding-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 799px) {


}

.logo {
    float: left;
    margin-right: 20px;
    margin-top: 9px;
}

.logo img { 
	opacity: 0.25; 
}

.logo img:hover {
	opacity: 1; 
}

.links {
    margin: 2px 0 0 0;
    display: inline-block;
}

.responsive {
    position: absolute;
    text-align: center;
    left: 49%;
}

.responsive a {
    opacity:0.5;
    float: left;
    margin: 0 15px;
}

.responsive a.desktop {
    background: url(images/device-desktop-white.png) no-repeat 0 0;
    width: 44px;
    height: 40px;
    background-size: contain;
}

.responsive a.tabletportrait {
    background: url(images/device-tablet-white.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.responsive a.mobileportrait {
    background: url(images/device-mobile-white.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.responsive a.active, .responsive a:hover { 
	opacity:1; 
	color: #fff;
}

.purchase a {
    padding: 10px 25px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    background: #CC3333;
    margin-top: -2px;
    width: 225px;
    text-align: center;
}
.purchase a:hover {
    background-color: #5CAE46;
}
.purchase a:focus {
    border-color: #5CAE46;
}

.purchase a img { 
	vertical-align: middle; 
	margin-right: 5px;
	margin-top: -3px;
}

.close a {
    padding: 8px 25px;
    float: left;
    font-weight: bold;
    font-size: 18px;
}

.close a img { 
	vertical-align: middle; 
	margin-right: 5px; 
	margin-top: -3px; 
}

.close a:hover {
    background-color: #CC3333;
    color: #FFFFFF;
}
.close a:focus {
    background-color: #CC3333;
}

img.preview {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 65px;
    left: 287px;
    background: #252525;
    padding: 8px 9px;
}

.preview{
	position:absolute;
	display:none;
	padding: 3px;
	padding-bottom: 1px;
	background: #fff;
}

.preview img
{
	width: 400px;
}

.center ul li ul li:hover img.preview {
    display: inline;
    opacity:1;
}

.center ul li ul li span {
    font-size: 12px;
    background: #21759B;
    color: #ffffff;
    vertical-align: middle;
    padding: 0px 4px;
    text-align: right;
    margin-left: 10px;
}



@media (min-width: 768px) and (max-width: 979px) {
	.share,
	.responsive{
		display:none;
	}
        
	img.preview {
		width: 360px;
	}
}
    
@media (max-width: 767px) {
	.share,
	.responsive{
		display:none;
	}
        
	img.preview {
		width: 300px;
		left: 191px;
	}
        
	#theme_select {
		width: 160px;
	}
        
	.center ul li ul li a {
		min-width: 190px;
	}
        
	.center ul li ul {
		width: 168px;
	}
        
	.logo {
		margin-right: 10px;
	}
        
	.purchase a {
		padding: 9px 15px 8px 8px;
	}
        
	.close a {
		padding: 10px 5px;
		margin-left: 6px;
	}
        
	.links {
		font-size: 18px;
	}
}


@media (max-width: 480px) {
        
	#theme_select {
		width: 145px;
	}
        
	img.preview {
		display: none !important;
	}

	.center {
		width: 95%;
	}
        
	.purchase a {
		padding: 7px 4px 7px 5px;
	}
        
	.close a {
		padding: 10px 5px;
		margin-left: 6px;
	}
        
	.links {
		font-size: 0;
	}
        
	.purchase a img, .close a img {
		margin-right: 0;
	}
}