@charset "UTF-8";
/* CSS Document */
body {
	background-repeat:repeat-x;
	background-color:#fff;
	font-family: 'Lato', sans-serif;
	color:#6d6d6d;
	padding:0;
}

.header {
	width:100%;
	background:#0193ad;
}

.header header {
	width:100%;
	max-width:1380px;
	margin:0px auto;
	padding:0 20px;
}

.header .user-wrapper {
	padding-top:22px;
	color:#fff;
	vertical-align:middle;
}

.header header a {
	color:#fff;
	line-height:28px;
}

.header header .welcome {
	padding-left:40px;
	line-height:28px;
	display:inline-block;
	background-image:url(../img/user-icon@2x.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.header header .username {
	padding-right:20px;
	margin-right:20px;
	line-height:28px;
}

.header header .username span {
	width:14px;
	display:inline-block;
	height:9px;
	background-image:url(../img/carrot@2x.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:14px;
	line-height:28px;
}

.header header .icon-username {
	width:27px;
	height:28px;
	display:inline-block;
	line-height:28px;
}

.nav-wrapper {
	width:100%;
	background:#f7f9f9;
	padding:0 20px;
}

.header nav {
	line-height:67px;
	width:100%;
	max-width:1215px;
	margin:0px auto;
}

.header nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header nav li {
	display:inline-block;
}

.header nav a {
	display:block;
	line-height:67px;
	color:#616161;
	padding:0 36px;
	font-weight:600;
	position:relative;
	font-size:17px;
}

.header nav a:hover {
	color:#0193ad;
}

.header nav li.on a {
	display:inline-block;
	border-bottom:solid 6px #07b6c7;
	color:#0193ad;
	font-weight:800;
}

.header nav .count {
	background:#ff6265;
	color:#fff;
	text-align:center;
	width:20px;
	line-height:20px!important;
	height:20px!important;
	font-size:12px;
	font-weight:800;
	padding:0;
	display:block;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	position:absolute;
	top:14px;
	right:7px;
}

.wrapper {
	padding-top:41px;
	width:100%;
	max-width:1250px;
	margin:0px auto;
}

.slider-wrapper {
	padding-top:100px;
	width:100%;
	max-width:1178px;
	margin:0px auto;
}
	
.intro-content {
	padding:11px 20px 0 20px;
	width:100%;
	max-width:1220px;
	margin:0px auto;
}

h1 {
	font-size:42px;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:50px;
	width:36%;
	padding-left:2.4%;
}

.last-score {
	display:block;
	color:#b1b5b5;
	font-weight:700;
	padding:0 20px 6px 20px;
}

.scores {
	width:55%;
	color:#60606d;
}

.scores .score-item {
	width:25%;
	float:right;
	margin:0 5%;
}

.scores .score-item:first-child {
	margin-right:0;

}

.scores img {
	display:block;
	margin:0px auto;
}

.scores span.num {
	font-size:75px;
	line-height:70px;
	position:relative;
}

.scores sup {
	font-size:17px;
	vertical-align:super;
	color:#31cbdb;
	font-weight:700;
	display:none;
	top:26px;
	position:absolute;
}

.scores sup.large {
	
}

.scores sup.neg {
	color:#ff6265;
}

.scores .rating {
	display:block;
	color:#31cbdb;
	font-weight:800;
	line-height:15px;
	padding-top:10px;
}

.graph {
	padding:23px 0 20px 0;
	position:relative;
	height:100px;
	
}

.graph .columns {
	font-size:16px;
	color:#fff;
	line-height:31px;
	font-weight:700;
	position:relative;
	transition: all 0.5s ease;
	padding:0;
	float:left;
	height:100%;
}

.graph .column-wrapper {
	position:absolute;
	bottom:0;
	height:31px;
	width:100%;
	transition: all 0.5s ease;
	display:table-cell;
	vertical-align:bottom;
}

.graph .columns span {
	font-size:16px;
	color:#fff;
	line-height:31px;
	font-weight:700;
	position:relative;
	display:table;
	padding:0 17px;
}

.graph .selected-final {
	bottom:-1px!important;
	
	
	box-shadow: 7px 0px 5px -3px rgba(0,0,0,0.15), -7px 0px 5px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 7px 0px 5px -3px rgba(0,0,0,0.15), -7px 0px 5px -3px rgba(0,0,0,0.15);
	
	z-index:2;
	height:100%;
}

.graph .selected-final span {
	padding-top:25px!important;
	transition: all 0.3s ease;
}

.graph .selected-large {
	bottom:65px;
}

.graph .selected-large span {
	padding-top:65px;
	transition: all 0.6s ease;
}

.graph .selected {
	line-height:41px;
	padding-top:5px;
	margin-top:0;
}

.graph .selected span {
	font-size:20px;
}

.graph .label {
	background:none;
}

.graph .label span {
	color:#808091;
	width:auto;
	width:30%;
}

.graph .bg1 {
	background:#ff6265;
}

.graph .bg2 {
	background:#ff9b78;
}

.graph .bg3 {
	background:#7bc9ef;
}

.graph .bg4 {
	background:#3fb9ea;
}

.graph .bg5 {
	background:#31cbdb;
}

.graph .bg6 {
	background:#31dda8;
}

.full-content {
	max-width:1305px;
	width:100%;
	margin:0px auto;
	padding-top:90px
}




.slick-custom-nav {
	position:absolute;
	width:92%;
	z-index:20;
}

.slick-custom-nav span {
	width:80px;
	font-size:10px;
	line-height:16px;
	display:inline-block;
	cursor:pointer;
}

/* SLIDESHOW */

.slick-slide, .slick-slide div {
	position:relative;
}

.slick-arrow {
	position:absolute;
	z-index:3;
	width:50px;
	height:50px;
	border:solid 1px #cc0000;
	top:45%!important;
	z-index:4;
}

.slick-prev-custom {
	left:-25px!important;
}

.slick-next-custom {
	right:-25px!important;
}

.slick-prev:after {
  content: ">";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: "<";
  color: red;
  font-size: 30px;
}

/* //SLIDESHOW */



.footer {
	width:100%;
}

.footer footer {
	width:100%;
	max-width:1343px;
}

@media screen and (max-width:1310px){
	.header nav a {
		padding:0 24px!important;
	}
}