@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700,800,900);

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #ffffff;
	background: #1a1a1a;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
}

::selection {
	background: #1a1a1a;
	color: #ffffff;
}

::-moz-selection {
	background: #1a1a1a;
	color: #ffffff;
}

p {
	font-size: px;
	line-height: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

h1 {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 40px;
	font-weight: 200;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h1.fittext {
	font-size: 100px;
	line-height: 100%;
	margin-bottom: 40px;
	font-weight: 200;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Slide content settings */
.slides-content {
	color: #ffffff;
	position: absolute;
	display: inline-block;
	width: 940px;
	margin: auto;
	top: 20%; /* IE needs a fix for browser redraw issue */
	left: 0;
	right: 0;
	z-index: 400;
}

/* Digit circles */
.circle {
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 200px;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	color: #ffffff;
	border: 2px solid #DF0200;
	border-radius: 50%;
}
.circle2 {
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 200px;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	color: #ffffff;
	border: 2px solid #C1A9F2;
	border-radius: 50%;
}
.circle3 {
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 200px;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	color: #ffffff;
	border: 2px solid #60E6AC;
	border-radius: 50%;
}

.circle h2 {
	color: #ffffff;
	margin-top: 85px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	font-weight: 20;
}
.circle2 h3 {
	color: #ffffff;
	margin-top: 85px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	font-weight: 20;
}
.circle3 h4 {
	color: #ffffff;
	margin-top: 85px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	font-weight: 20;
	
}

.circle p {
	color: #ffffff;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Social media icons */
i.social-icon {
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	text-decoration: none;
	margin: 0 5px 10px;
	color: #ffffff;
	background: 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

i.social-icon:hover {
	background: rgba(255,255,255,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Pace loading bar */
.pace .pace-progress {
	background: #1a1a1a;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

/* Slides css */
#slides {
	position: fixed !important;
	overflow: visible !important;
	height: 100% !important;
	overflow-x: hidden !important;
}

#slides .slides-container {
	display: none;
}

#slides .slides-control {
	width: 100% !important;
}

#slides .slides-pagination {
	display: none;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

/* Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Slide content settings */
	.slides-content {
		width: 720px;
		top: 10%;
	}

	/* Digit circles */
	.circle {
		width: 200px;
		height: 200px;
	}

	.circle h2 {
		margin-top: 85px;
		font-size: 20px;
		line-height: 20px;
	}

}

/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Slide content settings */
	.slides-content {
		width: 460px;
		top: 5%;
	}

	/* Digit circles */
	.circle {
		width: 200px;
		height: 200px;
	}

	.circle h2 {
		margin-top: 85px;
		font-size: 20px;
		line-height: 20px;
	}

}

/* Mobile (Portrait) */
@media only screen and (max-width: 479px) {

	/* Slide content settings */
	.slides-content {
		width: 300px;
		top: 5%;
	}

	h1 {
		font-size: 60px;
	}

	/* Digit circles */
	.circle {
		width: 200px;
		height: 200px;
	}

	p {
		margin-top: 10px;
	}

	.circle h2 {
		margin-top: 85px;
		font-size: 20px;
		line-height: 20px;
	}

}