body{
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	background: #fff;
	font-weight: 300;
}
body, h2, h3, .h2, .h3{
	font-family: 'Roboto', serif;
}
a, a:hover, a:link, a:active, .lead, .highlight, #total ul li span{
	color: #3FA9F5;
	text-decoration: none;
}
#reference a, #reference a:hover, #reference a:link, #reference a:active{
	color: #000;
}
a:hover{
	text-decoration: underline;
}
.h1, .h2, .h3{
	display: block;
}
h1, .section #stats ul.country-group li.country span, .section .subsection{
	font-family: 'Play', sans-serif;
}
	h1, #total ul li span{
		font-size: 60px;
		line-height: 70px;
	}
	@media screen and (max-width: 568px){
		h1{
			font-size: 48px;
			line-height: 58px;
		}
		#total ul li span{
			font-size: 38px;
			line-height: 48px;
		}
	}
	@media screen and (max-width: 320px){
		h1{
			font-size: 38px;
			line-height: 48px;
		}
	}
	h2{
		font-size: 20px;
		line-height: 30px;
	    margin: 0;
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
	}
		.country-1 h2{
			color: #FB8B00;
		}
		.country-2 h2{
			color: #25C5D9;
		}
		.country-3 h2{
			color: #009587;
		}
		.country-4 h2{
			color: #9B26AF;
		}
		.country-5 h2{
			color: #3E50B4;
		}
		.country-6 h2{
			color: #2095F2;
		}
	.section #stats ul.country-group li.country span{
		font-weight: 600;
		font-size: 32px;
		line-height: 42px;
	}
	@media screen and (max-width: 1024px){
		.section #stats ul.country-group li.country span{
			font-size: 26px;
			line-height: 36px;
		}
	}
	
.lead, #footer{
	font-weight: 500;
}	
.lead{	
    font-size: 22px;
    line-height: 32px;	
}
#footer h3{
	position: relative;
    display: inline-block;
    width: 280px;
}	
#footer h3:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 0;
}
#footer h3 span {
    background: #fff;
    padding: 0 10px;
    z-index: 10;
    position: relative;
}
#footer small{
	font-size: 12px;
	line-height: 22px;
}
#footer #reference{
	margin: 80px 0 0;
}

#reference a,
.section #stats ul.country-group li.country span,
#total ul li span{
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
	
/* header */

.navbar{
	background: #fff;
	padding: 20px 0;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}	
.navbar-header,
.navbar-brand{
	width: 100%;
}
.navbar-header{
    margin: 0;
}
.navbar-brand{
	height: auto;
}
	.navbar-brand img{
		margin: 0 auto;
	}
@media screen and (max-width: 480px){
	.navbar-brand img{
		width: 80%;
	}
}

/* rows & cols */	
.row{
	margin-top: 20px;
}
	
/* container */
@media screen and (min-width: 1200px){
	.container{
		width: 970px;
	}
}

/* sections */	
.section{
	margin-bottom: 0;
	padding: 40px 0;
}
.section#content{
	background: url(../img/bg.jpg) repeat 0 0 transparent;
}
	
.section ul,
.section ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
.section ul li{
	padding: 20px 0 10px;
    margin: 0;
}
#total ul > li{
	padding: 0;
}

.section #stats{
	position: relative;
	background: url(../img/map.png) no-repeat top center transparent;
	background-size: contain;
}
	.section #stats ul.country-group {
		margin-bottom: 300px;
		float: left;
		width: 100%;
	}
	.section #stats ul.country-group:last-child{
		margin-bottom: 0;
	}
	
	/* states */
	.country ul > li,
	#total ul > li{
		display: none;
	}
	.country ul > li.active,
	#total ul > li.active{
		display: block;
	}
		.section #stats ul.country-group li.country{
			padding: 20px;
		}
		.section #stats ul.country-group li.country strong{
		    margin: 0 0 0 5px;
			display: inline-block;
		}
		
		@media screen and (max-width: 736px){
			.section #stats ul.country-group {
				margin-bottom: 0;
			}
			.section #stats ul.country-group li.country {
				width: 33%;
				float: left;
			}
		}
		@media screen and (max-width: 667px){
			.section #stats ul.country-group li.country {
				width: 100%;
			}
		}
			.section #stats ul.country-group li.country .country-content,
			.section .subsection{
				background: rgba(255, 255, 255, 0.8);
				padding: 20px;
				border-top-left-radius: 30px;
				border-top-right-radius: 30px;
				-webkit-box-shadow: 0 0 6px 0px #ccc;
				-moz-box-shadow: 0 0 6px 0px #ccc;
				box-shadow: 0 0 6px 0px #ccc;
			}
			.section .subsection{
				background: #fff;
				padding: 40px;
				border-radius: 0;
				clear: both;
			}
			.section #stats ul.country-group li.country ul{
				overflow: hidden;
			}
	
.section img.center-block{
	margin-bottom: 20px;
}
.section img.pull-left{
	margin: 10px 40px 20px 0;
}
.section img.pull-right{
	margin: 10px 0 20px 40px;
}
@media screen and (max-width: 567px){
	.section .subsection.subsection-bordered img.pull-right{
		float: none !important;
	}
}

/* button */
#tabs{
	margin: 20px 0;
}
@media screen and (max-width: 568px){
	#tabs{
		width: 100%;
	}
	#tabs.detached{
		position: fixed;
		top: 20px;
		left: 0;
		z-index: 100;
		float: none !important;
		padding: 10px 0;
		background: #fff;
	}
}
#tabs .btn{
	background: #fff;
	margin: 0 5px;
	padding: 6px 20px;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px 0px #ccc;
	-moz-box-shadow: 0 0 6px 0px #ccc;
	box-shadow: 0 0 6px 0px #ccc;
}
	#tabs .btn.active{
		background: #3FA9F5;
		color: #fff;
	}
.btn-action{
	min-width: 200px;
	width: 420px;
	white-space: normal;
    color: #fff !important;
	font-size: 24px;
    line-height: 34px;
    background: #2d2d2d;
    display: block;
	padding: 10px 20px;
    margin: 20px auto;
    position: relative;
    z-index: 1000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.btn-action:hover{
	background: #666;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
	@media (max-width: 480px){
		.btn-action{
			width: 200px;
			font-size: 18px;
			line-height: 26px;
		}
	}