@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*CSS RESET*/
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: 10px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
br { display: block; line-height: 1.6em; } 
::selection { background: #dcc5ee; color: #313131; }
::-moz-selection { background: #dcc5ee; color: #313131; }
::-webkit-selection { background: #dcc5ee; color: #313131; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; height: auto; }

/*Main CSS*/
body {
	font: 75% "Open Sans", "Arial", sans-serif;
}
h1 {
	font-family: "Arial", sans-serif;
	font-size: 3.052rem;
	font-weight: 600;
	text-align: center;
}
.website-title h1 {
    width: 680px;
    margin: 0 auto;
	text-shadow: 1.5px 1px #555;
}
h2 {
	margin-bottom: 30px;
	font-family: "Arial", sans-serif;
	color: #288fdf;
	font-size: 1.563rem;
	font-weight: 600;
	text-align: center;
}
h3 {
	margin-bottom: 10px;
	font-family: "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
p {
	margin: 0px 0px 10px 0px;
	color: #606060;
}
a {
    color: #606060;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
}
a:hover {
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

table.top_me {
    width: 95%;
    height: 70%;
    text-align: right;
    margin-top: 1em;
}

table.top_me th {
    padding: 5px;
    vertical-align: middle;
    background-color: #e6f6ff;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #005e96;
    border-top: 1px solid #005e96;
    border-bottom: 1px solid #005e96;
}

table.top_me th.caption {
    background-color: #ffffff;
    border: none;
    padding-bottom: 15px;
}
table.top_me td {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #005e96;
    text-align:center;
}

td.niets {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #ffffff;
    text-align:center;
}

table.top_me2 {
    width: 95%;
    height: 70%;
    text-align: right;
    margin-top: 1em;
}

table.top_me2 th {
    padding: 5px;
    vertical-align: middle;
    background-color: #E6EBF5;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #00325F;
    border-top: 1px solid #00325F;
    border-bottom: 1px solid #00325F;
}

table.top_me2 th.caption {
    background-color: #ffffff;
    border: none;
    padding-bottom: 15px;
}
table.top_me2 td {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #00325F;
    text-align:center;
}

table.top_me3 {
    width: 95%;
    height: 70%;
    text-align: right;
    margin-top: 1em;
}

table.top_me3 th {
    padding: 5px;
    vertical-align: middle;
    background-color: #E6EBF5;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #2891E1;
    border-top: 1px solid #2891E1;
    border-bottom: 1px solid #2891E1;
}

table.top_me3 th.caption {
    background-color: #ffffff;
    border: none;
    padding-bottom: 15px;
}
table.top_me3 td {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #2891E1;
    text-align:center;
}

table.top_me4 {
    width: 95%;
    height: 70%;
    text-align: right;
    margin-top: 1em;
}

table.top_me4 th {
    padding: 5px;
    vertical-align: middle;
    background-color: #f2f0d9;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #734619;
    border-top: 1px solid #734619;
    border-bottom: 1px solid #734619;
}

table.top_me4 th.caption {
    background-color: #ffffff;
    border: none;
    padding-bottom: 15px;
}
table.top_me4 td {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #734619;
    text-align:center;
}

table.top_me5 {
    width: 95%;
    height: 70%;
    text-align: right;
    margin-top: 1em;
}

table.top_me5 th {
    padding: 5px;
    vertical-align: middle;
    background-color: #E6EBF5;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #2891E1;
    border-top: 1px solid #2891E1;
    border-bottom: 1px solid #2891E1;
}

table.top_me5 th.caption {
    background-color: #ffffff;
    border: none;
    padding-bottom: 15px;
}
table.top_me5 td {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #2891E1;
    text-align:center;
}

table.top_me6 {
    width: 95%;
    height: 70%;
    text-align: right;
    margin-top: 1em;
}

table.top_me6 th {
    padding: 5px;
    vertical-align: middle;
    background-color: #FFFADC;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #FAAF00;
    border-top: 1px solid #FAAF00;
    border-bottom: 1px solid #FAAF00;
}

table.top_me6 th.caption {
    background-color: #ffffff;
    border: none;
    padding-bottom: 15px;
}
table.top_me6 td {
    padding: 5px;
    vertical-align: middle;
    background-color:#ffffff;
    border: 1px solid #FAAF00;
    text-align:center;
}

.caption    {
    background-color:#ffffff;
}



.logo-holder {
	display: inline-block;
	margin-right: 20px;
}
.logo-holder .logo {
	width: 240px;
    height: 90px;
    background: #FFF url(images/logo.gif) no-repeat top left;
    background-size: 100% auto;
}
#container_menu {
    width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
    overflow: visible;
}
@media screen and (min-width: 901px) {
	#container_menu ul {
		display: inline-block !important;
	}
}
.menu-wrapper {
    display: inline-block;
    width: 100%;
    background: #FFF;
}
nav {
    display: inline-block;
    margin-top: 35px;
    vertical-align: top;
}
#container_menu ul {
    padding: 18px 0px 0px 0px;
	vertical-align: top;
}
#container_menu ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
}
#container_menu ul li a {
    padding: 5px 0 16px 0;
    border-top: 2px solid transparent;
    color: #4A4A4A;
}
#container_menu ul li a:hover {
    color: #288fdf;
    text-decoration: underline;
}
#container_menu ul li a.active {
    color: #288fdf;
    border-top: 2px solid #288fdf;
}
#pull {
    display: none;
    float: left;
    width: 54px;
    height: 29px;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 16px;
}
.menu-button {
    float: left;
    padding: 4px 5px;
    border: 1px solid #288fdf;
    border-radius: 5px;
    margin-right: 10px;
    text-transform: uppercase;
	color: #288fdf;
}
.banner {
    width: 100%;
    height: 380px;
    margin-top: -100px;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
}
.website-title-wrapper {
	width: 100%;
	height: 300px;
}
.website-title {
    padding-top: 150px;
	text-align: center;
	color: #FFF;
}
.introduction {
    border-top: 2px solid #288fdf;
    border-bottom: 2px solid #288fdf;
    background: #FAFAFA;
}
.options {
    display: inline-block;
    float: right;
}
.option {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#chart2 {
    display: none;
}
.chart {
    width: 90%;
    height: 450px;
}
section {
	width: 100%;
}
.wrap {
	width: 1140px;
	padding: 50px 0px;
	margin: 0 auto;
}
.clear {
    clear: both;
}
.themes {
	display: inline-block;
	width: 100%;
}
.theme-block {
	float: left;
	display: inline-block;
	width: 25%;
	height: 160px;
	padding: 10px 1% 10px 1%;
    border-radius: 5px;
	margin-bottom: 20px;
}
.theme-block:hover {
	background-color: rgba(40, 143, 223, 0.05);
}
.theme-icon {
	width: 120px;
	height: 105px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
#people .theme-icon {
    background-image: url("images/icons/people.jpg");
}
#living .theme-icon {
    background-image: url("images/icons/living.jpg");
}
#economy .theme-icon {
    background-image: url("images/icons/economy.jpg");
}
#income .theme-icon {
    background-image: url("images/icons/income.jpg");
}
#work .theme-icon {
    background-image: url("images/icons/work.jpg");
}
#environment .theme-icon {
    background-image: url("images/icons/environment.jpg");
}
#education .theme-icon {
    background-image: url("images/icons/education.jpg");
}
#luck .theme-icon {
    background-image: url("images/icons/luck.jpg");
}
.theme-block .theme-title {
	display: inline-block;
	width: 100%;
	text-align: center;
}
footer {
    background: #4A4A4A;
}
footer .footer-menu a {
    display: block;
    width: 71px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    color: #FFF;
}
footer .footer-menu li:last-child a {
    margin-bottom: 0px;
}
footer .footer-menu a:hover {
    border-bottom: 1px solid #FFF;
}
.contact {
    min-height: 401px;
}
.footer-sub {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.contact-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.contact-email:before {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    font-family: "FontAwesome";
    color: #288fdf;
    content: "\f0e0";
}
.contact-phone:before {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 22px;
    content: "\f095";
    color: #288fdf;
}

#legenda {
    margin: -50px 85px; 
    font-size: 70%; 
    font-weight: normal; 
    width: 45%;
}

#legenda th {
    width: 20%;
    line-height: 20px;
}

#legenda td {
    padding-left: 20px; 
    vertical-align: middle;
}

#color1 {
    background-color: rgb(215, 25, 28);
}

#color2 {
    background-color: rgb(253, 174, 97);
}

#color3 {
    background-color: rgb(246, 248, 188);
}
#color4 {
    background-color: rgb(166, 217, 106);
}

#color5 {
    background-color: rgb(26, 150, 65);
}

/*Media Queries*/
@media screen and (max-width: 1160px) {
	.menu-wrapper  {
		width: 100%;
		padding: 10px 1%;
	}
	.wrap {
		width: 100%;
		padding: 40px 1%;
	}
}
@media screen and (max-width: 950px) {
    .about-title {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 920px) {
	.theme-block {
		width: 25%;
	}
}
@media screen and (max-width: 860px) {
	body {
		font-size: 75%;
	}
	h1 {
		font-size: 2.353rem;
	}
	h2 {
		font-size: 1.35rem;
	}
}
@media screen and (max-width: 900px) {
    .menu-wrapper {
        float: left;
    }
	#container_menu {
	    border-bottom: 1px solid #288fdf;
	}
	#pull {
		display: block;
	}
	#container_menu ul.menu {
		position: absolute;
		display: none;
		width: 50%;
		padding: 0px;
		top: 84px;
		margin-left: 0%;
		background: #FFF;
	}	
	#container_menu ul.menu li {
		width: 100%;
		border-bottom: 1px solid #288fdf;
		margin: 0px;
		font-size: 16px;
	}
	#container_menu ul.menu li a {
		display: inline-block;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
	}	
	#container_menu ul.menu li a:hover {
	    border-bottom: 2px solid transparent;   
	}
	#container_menu ul.menu li a.active {
	    border-bottom: 2px solid transparent;   
	}
	#container_menu ul.menu li a:hover {
		background-color: rgba(0, 94, 184,0.2) !important;
	}
}
@media screen and (max-width: 630px) {
    .banner {
        height: 350px;
        background-position: center 60px;
    }
    .website-title h1 {
        width: 100%;
    }
	.theme-block {
		width: 33.3333%;
	}
	.news-item {
	   width: 100%;
	   margin-right: 0px;
	   margin-left: 0px;
	}
	.news-content:hover {
	   -webkit-transform: scale(1.0);
           -ms-transform: scale(1.0);
               transform: scale(1.0);
	}
	.footer-menu {
		text-align: center;
	}
	.logo-holder .logo {
        width: 150px;
        height: 45px;
	}
	#pull {
	   margin-top: 9px;
	   margin-bottom: 7px;
	}
	#container_menu ul.menu {
	    top: 66px;
	}
}
@media screen and (max-width: 450px) {
    .theme-block {
		width: 49%;
	}
	.more-link-button a {
	    width: 98%;
	    margin-right: 1%;
	    margin-left: 1%;
	}
}
@media screen and (max-height: 700px) {
    .contact {
        min-height: auto;
    }
    .footer-sub {
        position: relative;
    }
}