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: system-ui, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    background: url(images/bg.png) repeat;
}

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

@media (min-width: 993px) and (max-width: 1159px) { 
}

@media screen and (max-width: 768px) {
	.hidden-mobile {
	    display: none;
	}
}



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

#switcher a:hover svg {
    fill: #2CD049;
}

#switcher {
    height: 45px;
    padding: 0;
    /*background: #000000;*/
    background-color: #35363A;
    z-index: 99999;
    position: fixed;
    /* width: 100%; */
    top: 80px;
    /*width: 85.4%; only use with border */
    width: 85%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0 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: 5px 0;
    color: #FFF;
    background-position: 95% 53%;
    /* font-weight: 700; */
    font-size: 16px;
    /* min-width: 300px; */
    display: inline-block;
    text-align: left;
    margin: 4px auto;
    font-weight: normal;
}

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

#theme_dropdown_list {
	padding: 20px;
}

.center {
    margin: 5px auto;
    width: 98.5%;
    display: inline-block;
    /*padding: 5px 0 0 65px;*/
}

.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;
    top: 100%;
    /* position: absolute; */
    min-width: 275px;
    /* z-index: -1; */
    background: #252525;
    width: 300px;
    margin: -4px auto 0;
    text-align: left;
    left: 50px;
    position: relative;
}

.center ul li ul li { }

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

.center ul li ul li a {
    display: block;
    padding: 8px 10px;
    min-width: 255px;
    font-size: 16px;
    line-height: 1;
    color: #787878;
}

.center ul li ul li a:hover {
    color: #FFF;
    background: #000;
}


#iframe {
    display: block;
    margin: 0 auto;
    margin-top: 125px;
    transition: all .15s ease-out;
    width: 85%;
    /*border: 4px solid #000;*/
}

@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;
}

.middlemon {
    width: 100%;
    /* display: table; */
    /* margin: 0 auto; */
    /* text-align: center; */
    position: fixed;
    /* left: 0; */
    /* right: 0; */
    top: 20px;
    z-index: 9999;
}

.responsive {
    /* position: absolute; */
    text-align: center;
    /* left: 0; */
    /* right: 0; */
    /* top: 100px; */
    /* height: 60px; */
    /* margin: 0 auto; */
    /* display: block; */
}

.responsive a {
    opacity: 0.5;
    /* float: left; */
    display: inline-block;
    margin: 0 15px;
}

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

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

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

.purchase a {
    padding: 10px 15px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    /*background: #CC3333;*/
    margin-top: -2px;
    width: 200px;
    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: 1px 4px 3px;
    text-align: right;
    /* margin-left: 10px; */
    /* position: relative; */
    /* top: -2px; */
    display: inline-block;
    float: right;
}



@media (min-width: 768px) and (max-width: 979px) {
	.share,
	/*.responsive*/{
		display:none;
	}
        
	img.preview {
		width: 360px;
	}
}

}
    
@media (max-width: 767px) {
	span.hidden-mobile {
	    display: none;
	}
	.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;
	}
}