@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	overflow-x:hidden;
	-ms-overflow-style:scrollbar;
	font-family:'Source Sans Pro', helvetica, arial, serif;
	line-height:1.8;
	font-size:14px;
	font-weight:300;
	color:#444;
}

img {
	max-width:100%;
	height:auto;
}

/*------------------------------------------------------------------ Typography */

a {
	color:#059fff;
}

a:hover,
a:focus {
	outline:none;
	text-decoration:underline;
	color:#059fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Source Sans Pro', helvetica, arial, serif;
	margin:0 0 25px;
	line-height:1.4;
	font-weight:400;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Source Sans Pro', serif;
	margin:0 0 25px;
	line-height:1.4;
	font-weight:400;
	color:#111;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:26px;
	font-weight:300;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:16px;
	margin-bottom:5px;
}

p {
	margin-bottom:25px;
}

.lead {
	line-height:1.8;
	font-weight:400;
	font-size:16px;
}

.menu {
	font-size:30px;
}

/*------------------------------------------------------------------ Commons */
.response {
	text-align:center;
}

.list-horizontal li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
}

.list-icons {
	list-style:none outside none;
	margin-left:0;
	margin-right:0;
	padding-left:20px;
	padding-right:0;
}

.list-icons li {
	padding:2px 0 2px 0;
	line-height:1.5em;
}

.list-icons li:before {
	font-weight:100;
	font-style:normal;
	display:inline-block;
	padding-right:0.5em;
	color:#999;
	margin-left:-20px;
	width:20px;
	font-size:0.85em;
}

.list-icons-check li:before {
	font-family:FontAwesome;
	content:"\f00c";
}

.list-icons-minus li:before {
	font-family:FontAwesome;
	content:"\f068";
}

.list-icons-plus li:before {
	font-family:FontAwesome;
	content:"\f067";
}

.list-footer {
	list-style-type:none;
}

.list-footer li {
	display:inline-block;
	zoom:1;
	*display:inline; /* this fix is needed for IE7- */
	padding-left:10px;
	padding-right:10px;
}

.bordered {
	border:4px solid #f7f7f7;
	margin-bottom:6px;
}

/*------------------------------------------------------------------ Layout */

.wrapper {
	background:#fff;
	position:relative;
	width:100%;
	z-index:3;
}

.segment,
.footer {
	padding:35px 0;
	position:relative;
}

.segment {
	padding:0 0 35px 0;
}

.segment-header {
	padding:70px 0 35px 0;
}

.segment-header h1 {
	margin:0;
	padding:0;
}

.segment-header h2 {
	padding:0;
	text-transform:uppercase;
	line-height:1.4;
	font-size:11px;
	font-weight:300;
	color:#444;
	margin:0 0 25px;
}

.footer {
	background-color:#fff;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
}

.footer p {
	text-align:center;
}

.footer i {
	font-size:0.8em;
}

@media (max-width:767px) {
	.footer {
		position:relative;
	}
}

/*------------------------------------------------------------------ ScrollUp */

.scroll-up {
	opacity:0;
	visibility:hidden;
	position:fixed;
	z-index:999;
	bottom:20px;
	right:20px;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}

.scroll-up.scroll-top-show {
	visibility:visible;
	opacity:1;
}

.scroll-up a {
	border-radius:50%;
	background:#ffffff;
	display:block;
	height:46px;
	width:46px;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#000000;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}

.scroll-up a:hover {
	background:#059fff;
	color:#fff;
}

@media (max-width:767px) {
	.scroll-up {
		display:none !important;
	}
}

/*------------------------------------------------------------------ Overlay */

.overlay {
	z-index:1000;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(255, 255, 255, 0.9);

	visibility:hidden;
	opacity:0;
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	-webkit-transition:-webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition:transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay.open {
	visibility:visible;
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:-webkit-transform 0.4s, opacity 0.4s;
	transition:transform 0.4s, opacity 0.4s;
}

.overlay .overlay-inner {
	max-width:800px;
	position:relative;
	margin:20% auto;
}

.overlay .nav-table {
	display:table;
	table-layout:fixed;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}

.overlay .nav-row {
	display:table-row;
}

.overlay .nav-cell {
	display:table-cell;
	width:20%;
	height:150px;
	padding:5px;
	overflow:hidden;
}

.overlay .nav-cell > div {
	text-align:center;
}

.overlay a {
	display:block;
	background:#059fff;
	border-radius:2px;
	color:#fff;
	font-size:18px;
	height:150px;
	line-height:150px;
	font-weight:500;
	text-decoration:none;
	-webkit-transition:all 0.1s ease-in-out 0s;
	-moz-transition:all 0.1s ease-in-out 0s;
	-ms-transition:all 0.1s ease-in-out 0s;
	-o-transition:all 0.1s ease-in-out 0s;
	transition:all 0.1s ease-in-out 0s;
}

.overlay a:hover, .overlay a:focus {
	background:#059fff;
}

.examples {
}

.examples img {
	width:147px;
	height:102px;
	margin:0 8px 10px 0;
	border:1px solid #aaa;
}