@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic);

html {
  background: url(../images/ncombg.jpg) no-repeat center center fixed; 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

body {
margin: 0 auto;
}

div.google-visualization-tooltip {
max-width: 300px !important;
background-color: #a1501a;
border-style: none !important;
font-color: #fff !important;
}

h1 {
	margin: 10px 0 10px 0;
    font: 48px/48px Play, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

h2 {

}

h3 {
    font: bold 18px/18px Play, sans-serif;
    color: #84110e;
}

h4 {
	font: 32px/32px Play, sans-serif;
}

#ncomhead {
	padding: 1% 0 0.5% 0;
	height:auto;
	width:100%;
	background-color:#650505;
	opacity: 0.7;
}

#ncomhead2 {
	padding: 1% 0 0.5% 0;
	height:auto;
	width:100%;
	opacity: 0.7;
}

#ncomhead2 a{
	padding: 5px;
	font: bold 24px/24px Play, sans-serif;
	color: #fff;
	background-color: #002fb7;
	text-decoration: none;
	background-color:;
}

#ncsortme {
	margin: 20px 0 10px 0;
    font: bold 36px/36px Play, sans-serif;
    color: #42210b;
    text-transform: uppercase;
}

#ncarrow {
	padding: 0 0 20px 0;
}


.sort {
	width: 120px;
	height: 120px;
	float: left;
}

.ncsortopt {
	float: left;
	opacity: 0.8;
}

#ncncsortopt input {
}

#ncsortopt input:hover,
#ncsortopt input.active {
    filter: none;
    -webkit-filter: grayscale(80%);
    -moz-filter:    grayscale(80%);
    -ms-filter:     grayscale(80%);
    -o-filter:      grayscale(80%);
    cursor: pointer;
}

#infograph {
	width: 100%;
}

#ncsunpie {
	left: 0;
	right: 0;
	top: 0;
        width: 570px;
		height: 600px;
}


#ncsunpie2 {
	position: relative;
		float: left;
		width: 650px;
		height: 600px;
}

#ncsearchresults {
	float: left;
	text-align: center;
	height: 250px;
	width: 250px;
}

.ncps {
	font: bold 12px/15px Arial, sans-serif;
	width: 50%;
    color: #fff;
	margin: 25px;
	opacity: 0.7;
}