html, body {
	font-family: 'Avenir Next', 'Titillium Web', sans-serif;
	font-size: 16px;
	min-height: 100%;
}

/* Top Wrapper */
#top-wrapper {
	width: 100%;
}
/* End Top Wrapper */

/* Crush Apps */
p {
	color: rgb(98, 107, 112);
	text-align: left;
	
	font-weight: 400;
	padding-bottom: 20px;
	
	line-height: 170%;
}
hr {
	border:0px;
	height:2px;
	background-color:white;
	color:white;
	margin-bottom:30px;
}
.crush-app-icon {
	width: 100%;
	padding:40px 0 10px 0;
}
.crush-app-icon img {
	width:100%;
	max-width:216px;
	margin:0 auto;
}
.crush-app-icon p {
	text-align: center;
	font-size:16px;
	font-weight: 600;
	color:white;
	margin-top:8px;
}

.homepage-app-icon img:hover {
	opacity: 0.7;
	filter: alpha(opacity=30);
	-webkit-filter: grayscale(65%);
}

.quote {
	padding:30px 20px;
	color:white;
	font-size:20px;
	text-align:center;
}

.fivestar {
	padding-right:2px;
	font-size:16px;
}

.normal-list {
	padding-bottom:20px;
	padding-right:20px;
}
.normal-list li {
	margin-left:20px;
	margin-bottom:12px;
	line-height:150%;
}

.checkmark-list {
	padding-bottom:20px;
	padding-right:20px;
}
.checkmark-list li {
	margin-left:20px;
	margin-bottom:12px;
	line-height:150%;
	list-style:none;
	position: relative;
	top:0px;
	right:0px;
}

.checkmark-list li:before {
	position: absolute;
    left: -20px;
    top: 5px;
	content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    background-image: url('/ikiru/img/icon_checkmark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}


/* FAQ support */
/* via: http://davidwalsh.name/jquery-sliders */
#faqs { margin-top:30px; margin-bottom:50px; }
#faqs h4 { cursor:pointer; padding:20px 0 20px 0; border-top:1px solid #f7f7f7; }
#faqs h4.active, h4:hover	{ color: rgb(204, 0, 102); }

#faqs .chevron {
	position:relative;
	margin-right:31px;
	color: rgb(204, 0, 102);
}

#faqs .chevron:before {
	content:"\f107";  /* "angle-down" icon, http://fontawesome.io/cheatsheet/ */
	font-family: FontAwesome;
    position:absolute;
    top:2px;
}

#faqs div { /* height:0; */ overflow:hidden; position:relative; padding-bottom:30px; }
#faqs div p	{ padding:0; margin-bottom:10px; }
#faqs ol { padding-bottom:10px; }

/* End Crush Apps */


/* Crush Apps Blog */

article {
  background: transparent;
  padding: 0 0 40px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

article .meta {
  line-height: 14.8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .9px;
}

article .meta div {
  float: left;
}

article .meta .post-categories {
  list-style: none;
}

.post-meta {
	margin-bottom:16px;
}

ul .post-categories {
	list-style:none;
}

li .cat-item {
	list-style:none;
}

.categories {
	text-align:right;
	margin:40px 0 20px 20px;
}

.categories ul {
	margin-top:20px;
	border-left: 1px solid #f4f4f4;
}

article .meta .post-categories li {
  display: inline;
  margin-right: 10px;
}

.crushtable th, td {
	padding: 6px 6px 10px 12px;
	margin: 2px;
}

.crushtable th {
	background-color: #e8e8e8;
	border: 2px solid white;
}

.crushtable .column1 {
	background-color: #eeeeee;
	border: 2px solid white;
}

.crushtable td {
	background-color: #f4f4f4;
	border: 2px solid white;
}

.navigation, #pagination {
	margin 0 auto;
	padding: 10px 0 30px 0;
}

figure {
	margin:0 auto;
	padding:10px 0 10px 0;
}

figcaption {
	margin-bottom:20px;
	font-style:italic;
}

blockquote p {
	font-style: italic;
	font-weight: 600;
	padding-left: 20px;
}

strong {
	font-weight: 600;
}

/* End Crush Apps Blog */


/* Logo */
#logo {
	font-family: 'Titillium Web', sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	
	color: white;
	float: left;
}

#logo i {
	font-size:20px;
}

#logo a {
	color: white;
	text-decoration: none;
}
#logo a:hover {
	color: rgb(204, 0, 102);
}
/* End Logo */

/* Menu */
#menu-button {
	float: right;
	font-size: 28px;
	
	padding-top: 18px;
	
	color: white;
}
#menu {
	display: block;
	font-family: 'Titillium Web', sans-serif;
}
#menu li {
	display: block;
	float: left;
	
	width: inherit;
	
	margin-right: 12px;
	
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	
	color: white;
	
	-webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
}
#menu li a {
	color: inherit;
	text-decoration: none;
}
#menu li:hover {
	cursor: pointer;
	
	color: rgb(204, 0, 102);
}
#menu li:last-of-type {
	margin-right: 0px;
}
/* End Menu */

/* Swipe */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  
  z-index: 90;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
#slide-1 {
	background-image: url('../img/post1big.jpg');
	background-repeat: no-repeat;
	
	background-size: 1920px 710px;
	background-position: center top;
}
#slide-2 {
	background-image: url('../img/post2big.jpg');
	background-repeat: no-repeat;
	
	background-size: 1920px 710px;
	background-position: center top;
}
/* End Swipe */

/* Presentation */
.presentation-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	
	padding-bottom: 10px;
	
	color: white;
}
.presentation-text {
	font-size: 18px;
	font-weight: 400;
	
	color: rgba(255, 255, 255, .7);
}
.big-icon {
	width: 100%;
	text-align: center;
	
	padding-top: 16px;
	
	color: white;
}
/* End Presentation */

/* Colored Stripe */
.colored-stripe {
	width: 100%;
}
.colored-stripe-title {
	width: 100%;
	
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	
	color: white;
	
	padding-top: 70px;
	
	font-weight: 600;
}
/* End Colored Stripe */

/* Paragraph */
.paragraphs-container {
	padding-top: 40px;
}
.paragraph-icon {
	width: 100%;
	text-align: center;
	
	padding-bottom: 20px;
	
	font-size: 56px;
	
	color: rgb(201, 218, 229);
}
.paragraph-title {
	width: 100%;
	text-align: center;
	
	padding-bottom: 24px;
	
	font-size: 20px;
	font-weight: 600;
	
	color: rgb(80, 87, 91);
}
.paragraph-text {
	color: rgb(98, 107, 112);
	text-align: left;
	
	font-weight: 400;
	padding-bottom: 60px;
	
	line-height: 170%;
}

/* crush apps additions */
.paragraph-title i {
	color: rgb(201, 218, 229);
	padding-right:10px;
}
.instructions-title {
	width: 100%;
	
	margin-top:30px;
	padding-bottom: 24px;
	
	font-size: 20px;
	font-weight: 600;
	
	color: rgb(80, 87, 91);
}
.instructions-title i {
	color: rgb(86, 99, 117);
	padding-right:10px;
}
.grid-container a {
	color: rgb(204, 0, 102);
	text-decoration:none;
}
.grid-container a:hover {
	color: rgb(255, 0, 128);
	text-decoration:underline;
}
h2.presentation-title a {
	color: white;
}
h2.presentation-title a:hover {
	color: rgb(204, 0, 102);
	text-decoration:none;
}
/* End Paragraph */


/* Crush Apps Footer */
.footer-container {
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	color:white;
	font-size:30px;
}

.footer-container a {
	text-decoration:none;
	color: rgba(255, 255, 255, 0.5);
}

.footer-container a:hover {
	cursor: pointer;
	color: rgb(204, 0, 102);
	text-decoration:none;
}

.footer-container i {
	padding:0 20px;
}



/* Works */
.work-container {
	display: block;
	
	float: left;
	
	padding-top: 70px;
	padding-bottom: 70px;
}
.image-title {
	font-size: 20px;
	font-weight: 600;
	
	color: white;
	padding-bottom: 4px;
}
.image-author {
	color: white;
	
	padding-bottom: 24px;
	
	font-weight: 600;
	
	color: rgba(255, 255, 255, .9);
}
.image-by {
	font-weight: 300;
	color: rgba(255, 255, 255, .75);
}
.image-text {
	line-height: 170%;
	
	font-weight: 400;
	
	color: rgba(255, 255, 255, .75);
}
/* End Works */

/* Blog */
.colored-stripe-title-post {
	width: 100%;
	
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	
	color: rgb(80, 87, 91);
	
	padding-top: 70px;
	
	font-weight: 600;
}
.post-container {
	display: block;
	
	float: left;
	
	padding-top: 70px;
	padding-bottom: 70px;
}
.single-post-container {
	display: block;
	
	float: left;
	
	padding-top: 100px;
	padding-bottom: 100px;
}
.post-date {
	text-align: center;
	color: white;
}
.post-day {
	width: 100%;
	font-weight: 600;
	font-size: 24px;
	padding-top: 4px;
	display: block;
}
.post-month {
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 7px;
	display: block;
}
.post-title {
	padding-bottom: 4px;
}
.post-author {
	color: white;
	
	padding-bottom: 24px;
	
	font-weight: 600;
	
	color: rgb(98, 107, 112);
}
.post-by {
	font-weight: 300;
	color: rgba(98, 107, 112, .75);
}
.post-text {
	color: rgb(98, 107, 112);
	text-align: left;
	
	line-height: 170%;
	font-weight: 400;
}
.single-post-text {
	color: rgb(98, 107, 112);
	text-align: left;
	
	line-height: 170%;
	font-weight: 400;
	
	padding-bottom: 24px;
}
.single-post-heading {
	width: 100%;
	
	font-size: 18px;
	font-weight: 600;
	
	color: rgb(80, 87, 91);
	
	padding-bottom: 24px;
}
.post-presentation-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	
	padding-bottom: 10px;
	
	color: white;
	
	text-shadow: 0px 2px 10px rgba(0,0,0, .1);
}
.post-presentation-text {
	font-size: 16px;
	font-weight: 400;
	
	color: rgba(255, 255, 255, .7);
	text-shadow: 0px 2px 10px rgba(0,0,0, .1);
}
.image-container a:hover {
	text-decoration:none;
}
/* End Blog */

/* Media Queries */
@media screen {
	/* Crush Apps */
	.quote {
		margin-top:70px;
	}
	/* End Crush Apps */
	/* Menu */
	#menu {
		float: right;
		padding-top: 20px;
	}
	#menu li {
		padding-left: 12px;
		padding-right: 12px;
		
		padding-top: 6px;
		padding-bottom: 6px;
	}
	/* End Menu */
	#mySwipe {
		z-index: 100;
	}
	/* Presentation */
	.presentation {
		padding-top: 60px;
		padding-bottom: 60px;
		
		text-align: left;
	}
	.big-icon {
		font-size: 280px;
	}
	/* End Presentation */
	
	.image-title {
		padding-top: 20px;
	}
	.overlay-icon i {
		font-size: 40px;
	}
	
	/* Blog */
	.post-title {
		padding-top: 20px;
	}
	.post-date {
		margin-top: 15px;
	}
	.post-presentation {
		padding-top: 200px;
		padding-bottom: 200px;
		
		text-align: left;
	}
	/* End Blog */
}
@media screen and (max-width: 767px) {
	/* Crush Apps */
	.quote {
		margin-top:0px;
	}
	
	.categories {
		text-align:left;
		margin:40px 0 20px 0;
	}

	.categories ul {
		margin-top:20px;
		border:none;
	}
	/* End Crush Apps */
	#menu {
		float: left;
		width: 100%;
		
		padding-top: 0px;
		
		height: 0px;
		overflow: hidden;
	}
	#menu li {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		
		padding-left: 0px;
		padding-right: 0px;
		
		text-align: center;
		
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	#menu li:first-of-type {
		border-top: 1px solid rgba(255, 255, 255, .1);
	}
	#menu li:last-of-type {
		border-bottom: none;
	}
	#mySwipe {
		z-index: 100;
	}
	/* Presentation */
	.presentation {
		margin-top:-60px;
		padding-top: 0px;
		padding-bottom: 20px;
		
		text-align: center;
	}
	.big-icon {
		font-size: 210px;
	}
	/*
	.crush-app-icon {
		font-size: 60px;
		padding-top: 40px;
	}
	*/
	/* End Presentation */
	
	.work-container {
		text-align: center;
		
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	.work-container:last-of-type {
		border-bottom: none;
	}
	.image-title {
		padding-top: 26px;
	}
	.overlay-icon i {
		font-size: 34px;
	}
	
	/* Blog */
	.post-title {
		padding-top: 26px;
	}
	.post-date {
		margin-top: 20px;
	}
	.post-presentation {
		padding-top: 150px;
		padding-bottom: 150px;
		
		text-align: center;
	}
	/* End Blog */
}