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: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
    font-size: 13px;
    background:#fff;
}

a {
text-decoration: none;
color: #fff;
}


#switcher {
	height: 60px;
	padding:0;
    background:#3e3c3b;
	border-bottom: 1px solid #f1f1f1;
    box-shadow: rgba(0,0,0,.18) 0 0 6px;
	z-index: 99999;
	position: fixed;
	width: 100%;
}


.center {
	margin:0 auto;
	width: 90%;
    max-width: 1440px;
	padding: 10px 0;
}

.center ul li {
	display: inline;
	float: left;
}

.center ul li ul {
    display: none;
    height: 250px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
    width: 218px;
    z-index: -1;
}

.center ul li ul li {
	background: #2b2b2b;
	border-bottom: 1px solid #414141;
}

.center ul li ul li:hover {
    background: #414141;
}

.center ul li ul li a {
	display: block;
	padding: 10px;
	font-weight:bold;
	min-width: 198px;
	color:#DFDFDF;
}

.center ul li ul li a:hover {
    color:#F0F0F0;
}


#iframe {
	margin: 0 auto;
	display: block;
	padding-top: 60px;
	transition: all 0.5s ease;

}

.logo {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}

.logo img {
	height:30px;
	opacity: 1; 
}

.logo img:hover {
	opacity: 0.7; 
}

.links {
    float: right;
}

.links a {
    
    width: auto;
	height: auto;
	float: none;
	display: inline-block;
    font-family: "Sharp Sans", sans-serif;
    font-size:15px;
	color: #fff;
	line-height: 19px;
    font-weight: 700;
	text-align: center;
	text-decoration: none;
    text-transform: none;
	white-space: normal;
	vertical-align: middle;
	background: #0386B3;
	border: none;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	outline: 0;
	appearance: none;
	padding: 10px 30px 11px 30px;
	margin: 0;
    cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
    border-radius:6px;
  }

.close a {
    float: left;
}

.links a:hover {
  background: #006485;
    color: #fff;
}



.responsive {
    float: left; 
    margin-left:35%;
    padding: 7px 0;
    margin-top: 3px;
}

.responsive a {
    opacity:0.5;
    float: left;
    margin: 0 6px;
}

.responsive a.desktop { 
	background: url(../images/devices.png) no-repeat 0 0; 
	width: 22px; 
	height: 19px; 
}

.responsive a.tabletlandscape { 
	background: url(../images/devices.png) no-repeat -30px -3px; 
	width: 19px; 
	height: 14px; 
	margin-top: 2px;
}

.responsive a.tabletportrait { 
	background: url(../images/devices.png) no-repeat -59px -1px; 
	width: 16px; 
	height: 17px;
	margin-top: 1px; 
}

.responsive a.mobilelandscape { 
	background: url(../images/devices.png) no-repeat -87px -4px; 
	width: 16px; 
	height: 11px;
	margin-top: 5px; 
}

.responsive a.mobileportrait { 
	background: url(../images/devices.png) no-repeat -117px -3px; 
	width: 13px; 
	height: 14px;
	margin-top: 3px; 
}

.responsive a.active, .responsive a:hover { 
	opacity:1; 
	color: #fff;
}





img.preview {
        display: none;
        position: absolute;
        z-index:999;
        top: 8px;
        left: 242px;
        background: #2b2b2b ;
        padding: 7px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
        box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;      
}

.center ul li ul li:hover img.preview {
    display: inline;
    opacity:1;
}

.center ul li ul li span {
    float: right;
    font-size: 11px;
	font-weight:bold;
    background: #21759B;
    border-radius: 2px;
    padding: 3px 8px;
    color: #000;
    margin-top: -2px;
    min-width: 40px;
    text-align: center;
}



@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;
	}
        
        
}


@media (max-width: 480px) {
    .slimScrollDiv,
	#theme_select {
		width: 145px !important;
	}
        
	img.preview {
		display: none !important;
	}

	.center {
		width: 95%;
	}
	

        
}

@media (max-width: 320px) {
	.close a {
    padding:15px 20px 12px 20px;
	margin-top:-20px
}
}


.zsiq_custommain, 
.zsiq_floatmain {
	z-index: 6 !important;
}

.siq_bR {
	bottom: 60px!important;
	right: 30px!important;
}

.zsiq_theme1 div.zsiq_cnt {
    left: -235px!important;
    width: 220px!important;
}

@media (max-width: 767px) { 
.siq_bR {
	bottom: 40px!important;
	right: 20px!important;
}
}

