@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic");
/* @import url("http://fonts.googleapis.com/css?family=Titillium+Web:300,600,400,700"); */
/* @import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800"); */
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");

/*
	Tessellate by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #F8F8F8;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
	{
		/* font-family: 'Roboto', sans-serif; */ 
		/* font-family: 'Lato', sans-serif; */
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 17pt;
		line-height: 1.75em;
		color: #888;
		-webkit-text-stroke: 0.1px;
	}

	h1,h2,h3,h4,h5,h6
	{
		color: #666;
		margin: 0 0 1em 0;
		font-weight: 100;
		line-height: 1.5em;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

		.dark h1,
		.dark h2,
		.dark h3,
		.dark h4,
		.dark h5,
		.dark h6
		{
			color: #fff;
		}
		
	strong, b
	{
		font-weight: 400;
		color: inherit;
	}
	
		.dark strong, .dark b
		{
			color: #fff;
			color: rgba(255,255,255,0.85);
		}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: inherit;
		text-decoration: none;
		border-bottom: dotted 1px rgba(0,0,0,0.25);
		-moz-transition: border-bottom-color 0.25s ease-in-out;
		-webkit-transition: border-bottom-color 0.25s ease-in-out;
		-o-transition: border-bottom-color 0.25s ease-in-out;
		-ms-transition: border-bottom-color 0.25s ease-in-out;
		transition: border-bottom-color 0.25s ease-in-out;
	}
	
		a:hover
		{
			border-bottom-color: rgba(0,0,0,0);
		}

		.dark a
		{
			color: #fff;
			border-bottom-color: rgba(255,255,255,0.5);
		}

			.dark a:hover
			{
				border-bottom-color: rgba(255,255,255,0);
			}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #e6e6e6;
		margin: 2em 0 2em 0;
	}

		.dark hr
		{
			border-top-color: rgba(255,255,255,0.5);
		}
	
	blockquote
	{
		border-left: solid 0.25em #e6e6e6;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

		.dark blockquote
		{
			border-left-color: rgba(255,255,255,0.5);
		}
	
	/*p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}*/
	
	p
	{
		text-align: justify;
	}

	header
	{
		margin-bottom: 1em;
	}
	
		header h1,
		header h2,
		header h3,
		header h4,
		header h5,
		header h6
		{
			margin: 0;
		}
	
		header p
		{
			display: block;
			margin: 0;
			padding: 0.25em 0 0.5em 0;
		}
		
	footer
	{
		padding-top: 1.5em;
	}

	br.clear
	{
		clear: both;
	}
	
	.featured
	{
		text-align: center;
	}
	
		.featured p
		{
			text-align: center;
		}

	/* Sections/Article */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

			.row > section,
			.row > article
			{
				margin-bottom: 0;
			}

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
			border: 0;
		}

			.image:after
			{
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
			}
		
			.image img
			{
				display: block;
				width: 100%;
				border-radius: 0.5em;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.fit
			{
				display: block;
				width: 100%;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* List */

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li
			{
				padding-left: 0.5em;
			}		

		ul.icons
		{
			cursor: default;
		}	
		
			ul.icons li
			{
				display: inline-block;
				padding-left: 0.75em;
			}
			
				ul.icons a
				{
					display: inline-block;
					width: 1.5em;
					height: 1.5em;
					font-size: 2em;
					line-height: 2.8em;
					text-align: center;
					border: 0;
					/* box-shadow: inset 0 0 0 1px #e6e6e6; */
					border-radius: 100%;
					color: #aaa;
					-moz-transition: all 0.25s ease-in-out;
					-webkit-transition: all 0.25s ease-in-out;
					-o-transition: all 0.25s ease-in-out;
					-ms-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
				}

					ul.icons a:hover
					{
						/* background: rgba(0,0,0,0.025);  */
						transform: scale(1.1);
						color: #2d2d2d;
					}

		ul.menu
		{
			/* font-family: 'Fira Sans', sans-serif; */
			font-family: 'Lato', sans-serif;
			font-size: 16px;
				
			cursor: default;
		}
		
			ul.menu li
			{
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px #e6e6e6;
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			ul.menu li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.actions
		{
			cursor: default;
		}
		
			ul.actions li
			{
				display: inline-block;
				margin: 0 0 0 0.5em;
			}
			
			ul.actions li:first-child
			{
				margin-left: 0;
			}

		ol.default
		{
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol.default li
			{
				padding-left: 0.25em;
			}

	/* Form */

		form
		{
		}
		
			form .actions
			{
				margin-bottom: 0;
			}
			
			form label
			{
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form .select,
			form textarea
			{
				display: block;
				box-shadow: inset 0 0 0 1px #e6e6e6;
				background: #f8f8f8;
				width: 100%;
				padding: 0.85em 1em 0.85em 1em;
				border-radius: 0.25em;
				border: 0;
				-moz-transition: all 0.25s ease-in-out;
				-webkit-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form .select.focus,
				form textarea:focus
				{
					outline: 0;
					box-shadow: inset 0 0 0 1px #afd9e0;
					background: #fcfcfc;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 1.25em;
			}

			form textarea
			{
				min-height: 13em;
			}
			
			form select
			{
				position: relative;
			}
			
				form select option:not(:checked)
				{
					color: #000;
				}

			form .select
			{
				position: relative;
				padding: 0;
				overflow-x: hidden;
				outline: 0;
			}
			
				form .select select
				{
					width: calc(100% + 2em);
					background: none !important;
					box-shadow: none !important;
					border: 0 !important;
					cursor: pointer;
				}
				
				form .select select::-moz-focus-inner
				{
					border: 0;
					outline: 0;
				}
				
				form .select:before
				{
					content: '';
					position: absolute;
					top: 15%;
					right: 1em;
					width: 1.25em;
					height: 75%;
					background: url('images/arrow.svg') center center no-repeat;
					background-size: contain;
					z-index: 0;
				}

					form .select select::-ms-expand
					{
						display: none;
					}

					.dark form .select:before
					{
						background: url('images/dark-arrow.svg') center center no-repeat;
						background-size: contain;
					}
			
			form ::-moz-focus-inner
			{
				border: 0;
			}

			form .formerize-placeholder { color: #555 !important; }
			form ::-webkit-input-placeholder { color: #aaa !important; }
			form :-moz-placeholder { color: #555 !important; }
			form ::-moz-placeholder { color: #555 !important; }
			form :-ms-input-placeholder { color: #555 !important; }

		.dark form
		{
		}

			.dark form input[type="text"],
			.dark form input[type="email"],
			.dark form input[type="password"],
			.dark form select,
			.dark form .select,
			.dark form textarea
			{
				background: none;
				box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
				color: #fff;
			}

				.dark form input[type="text"]:focus,
				.dark form input[type="email"]:focus,
				.dark form input[type="password"]:focus,
				.dark form select:focus,
				.dark form .select.focus,
				.dark form textarea:focus
				{
					background: rgba(255,255,255,0.1);
					box-shadow: inset 0 0 0 1px #fff;
				}
			
			.dark form .formerize-placeholder { color: #aaa !important; color: rgba(255,255,255,0.85) !important; }
			.dark form ::-webkit-input-placeholder { color: rgba(255,255,255,0.85) !important; }
			.dark form :-moz-placeholder { color: rgba(255,255,255,0.85) !important; }
			.dark form ::-moz-placeholder { color: rgba(255,255,255,0.85) !important; }
			.dark form :-ms-input-placeholder { color: rgba(255,255,255,0.85) !important; }
			
	/* Table */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
				border-collapse: collapse;
			}

				table.default tbody
				{
				}

				table.default tbody tr
				{
					border: solid 1px #e6e6e6;
				}
			
				table.default tbody tr:nth-child(2n+2)
				{
					background: #f8f8f8;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 1em 1em;
				}
			
				table.default thead
				{
				}

				table.default tfoot
				{
				}
				
					table.default tfoot td
					{
						padding-top: 1em;
					}
				
				table.default tbody
				{
				}

			.dark table.default
			{
			}

				.dark table.default tbody
				{
				}
			
					.dark table.default tbody tr
					{
						border-color: rgba(255,255,255,0.5);
					}
				
					.dark table.default tbody tr:nth-child(2n+2)
					{
						background: rgba(255,255,255,0.1);
					}
	
	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			-webkit-appearance: none;
			position: relative;
			display: inline-block;
			background: #3d3d3d;
			padding: 0.85em 3em 0.85em 3em;
			border-radius: 0.25em;
			cursor: pointer;
			border: 0;
			color: #fff;
			text-align: center;
			text-decoration: none;
			-moz-transition: all 0.25s ease-in-out;
			-webkit-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			-ms-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background: #4f4f4f;
			}
			
		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		.button.alt
		{
			color: inherit;
			box-shadow: inset 0 0 0 1px #e6e6e6;
			background: none;
		}
		
			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			.button.alt:hover
			{
				background: rgba(0,0,0,0.025);
			}

			.dark input[type="button"],
			.dark input[type="submit"],
			.dark input[type="reset"],
			.dark .button
			{
				/* font-family: 'Fira Sans', sans-serif; */
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				
				background: rgba(255,255,255,0.15);
				box-shadow: inset 0 0 0 1px #fff;
				color: #fff;
			}
			
				.dark input[type="button"]:hover,
				.dark input[type="submit"]:hover,
				.dark input[type="reset"]:hover,
				.dark .button:hover
				{
					background: rgba(255,255,255,0.25);
				}

			.dark input[type="button"].alt,
			.dark input[type="submit"].alt,
			.dark input[type="reset"].alt,
			.dark .button.alt
			{
				background: none;
				box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
			}

				.dark input[type="button"].alt:hover,
				.dark input[type="submit"].alt:hover,
				.dark input[type="reset"].alt:hover,
				.dark .button.alt:hover
				{
					background: rgba(255,255,255,0.15);
					box-shadow: inset 0 0 0 1px #fff;
				}

	/* Feature Icon */

		.feature-icon
		{
			display: inline-block;
			position: relative;
			padding-bottom: 5em;
			margin-bottom: 2.75em;
			cursor: default;
		}
		
			.feature-icon .icon
			{
				display: inline-block;
				width: 2em;
				height: 2em;
				font-size: 4.5em;
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #666;
				color: #666;
				line-height: 2.1em;
			}
		
			.feature-icon:before
			{
				content: '';
				background: #666;
				position: absolute;
				bottom: 0;
				left: 50%;
				margin-left: -0.325em;
				width: 0.65em;
				height: 0.65em;
				display: block;
				border-radius: 100%;
			}

			.feature-icon:after
			{
				content: '';
				position: absolute;
				left: 50%;
				bottom: 0.65em;
				width: 1px;
				height: 4.35em;
				background: #666;
				margin-left: -0.5px;
			}

			.dark .feature-icon
			{
			}

				.dark .feature-icon .icon
				{
					background: rgba(255,255,255,0.15);
					box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
					color: #fff;
				}
			
				.dark .feature-icon:before
				{
					background: rgba(255,255,255,0.5);
				}

				.dark .feature-icon:after
				{
					background: rgba(255,255,255,0.5);
				}

	/* Dark */

		.dark
		{
			color: #aaa;
			color: rgba(255,255,255,0.65);
		}
			
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header
{
	position: relative;
	margin: 0;
	background-image:			url('images/overlay.png'),			url('../images/background_01.jpg');
	background-size:			auto,								cover;
	background-position:		top left,							center center;
	background-repeat:			repeat,								no-repeat;
	text-align: center;
	color: #fff;
}

		#header header
		{
		}
		
@media (min-width: 1401px)
{		
	#header
	{
		padding: 10em 0 14em 0;
	}

	#header header h1
	{
		font-size: 2.25em;
		line-height: 1.25em;
		margin-bottom: 0;
	}
	
	#header #header-logo
	{
		max-width: 25%;
	}
	
	#header header p
	{
		margin-top: 1.25em;
		font-weight: 100;
		padding: 0;
		font-size: 1.25em;
		line-height: 1.5em;
		text-align: center;
	}
	
	#header footer
	{
		padding-top: 11%;
	}
}			
		
@media (max-width: 1400px)
{
	#header
	{
		padding: 6em 0 14em 0;
	}

	#header header h1
	{
		font-size: 2.25em;
		line-height: 1.25em;
		margin-bottom: 0;
	}
	
	#header #header-logo
	{
		max-width: 25%;
	}
	
	#header header p
	{
		margin-top: 1.25em;
		font-weight: 100;
		padding: 0;
		font-size: 1.25em;
		line-height: 1.5em;
		text-align: center;
	}
	
	#header footer
	{
		padding-top: 2%;
	}
}

@media (max-width: 500px)
{
	#header #header-logo
	{
		max-width: 70%;
	}
}
	
/*********************************************************************************/
/* Main Sections                                                                 */
/*********************************************************************************/

	.main
	{
		position: relative;
		margin: 0;
	}
	
		.main > header
		{
			background: #fff;
			text-align: center;
			padding: 2em 0 2em 0;
			margin: 0;
		}
		
			.main > header h2
			{
				/* font-family: 'Fira Sans', sans-serif; */
				font-family: 'Lato', sans-serif;
				font-size: 2.25em;
				font-weight: 300;
				margin-bottom: 0;
			}
		
			.main > header p
			{
				/* font-family: 'Fira Sans', sans-serif; */
				font-family: 'Lato', sans-serif;
				font-size: 110%;
				line-height: 1.5em;
				
				margin: 2em 0 0 0;
				padding: 0;
				text-align: center;
			}

		.main > .content
		{
			padding: 6em 0 6em 0;
		}

			.main > .content > .container
			{
			}

			.main > .content h3
			{
				font-size: 1.3em;
			}

			.main > .content.dark
			{
				background: #433;
			}
			
			.main > .content.style1
			{
				background:	url('images/bgtr.svg') top right no-repeat,
							url('images/bgbl.svg') bottom left no-repeat,
							url('images/bgbl.svg') bottom left no-repeat,
							url('images/overlay.png'),
							linear-gradient(45deg, #b39c68, #a56365, #412e4c);
			}

			.main > .content.style2
			{
				background:	url('images/bgtr.svg') top right no-repeat,
							url('images/bgbl.svg') bottom left no-repeat,
							url('images/overlay.png'),
							linear-gradient(45deg, #384955, #655361, #85505f);
			}

			.main > .content.style3
			{
				background:	url('images/bgtr.svg') top right no-repeat,
							url('images/bgbl.svg') bottom left no-repeat,
							url('images/overlay.png'),
							linear-gradient(45deg, #5f796b, #3a4e59, #2f394e);
			}

			.main > .content.style4
			{
				padding-top: 0;
				background: #fff;
			}
			
	#first
	{
	}
	
		#first > header
		{
			background-color: #53AA95; /* #019973; */
			color: white;
		}
		
			#first > header h2
			{
				/* font-family: 'Fira Sans', sans-serif; */
				font-family: 'Lato', sans-serif;
				font-weight: 300;
				
				color: white;
			}
			
	#second
	{
	}
		
		#second > header
		{
			background-color: #FFFF99; /* #f0d442; */
			color: #212121;
		}
		
		#second > .content
		{
			padding: 0;
			height: 500px;
		}
		
		#second .container-fluid
		{
			padding: 0;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		margin: 0;
		text-align: center;
		padding: 4em 0 4em 0;
		box-shadow: inset 0 1px 0 0 #e6e6e6;
	}
	
		#footer .copyright
		{
			margin-top: 3em;
			font-size: 0.8em;
			color: #aaa;
		}
		
			#footer .copyright a
			{
				color: inherit;
			}
			
		#footer ul.icons
		{
		}	
		
			#footer ul.icons li
			{
			}
			
				#footer ul.icons a
				{
					/* box-shadow: inset 0 0 0 1px #d6d6d6; */
				}
				
/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/

	.carousel
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 0;
		margin-bottom: 0;
	}

		.carousel .forward,
		.carousel .backward
		{
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}
		
		.carousel .forward
		{
			right: 0;
		}
		
		.carousel .backward
		{
			left: 0;
		}

			.carousel .forward:before,
			.carousel .backward:before
			{
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72,57,73, 0.5);				
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}

			.carousel .forward:after,
			.carousel .backward:after
			{
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url('images/arrow.svg') no-repeat center center;
			}

			.carousel .forward:after
			{
				right: -0.25em;
			}

			.carousel .backward:after
			{
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
    		}
			
			.carousel .forward:before
			{
				right: -3em;
			}
			
			.carousel .backward:before
			{
				left: -3em;
			}

			.carousel .forward:hover:before,
			.carousel .backward:hover:before
			{
				background-color: rgba(239,131,118, 0.75);
			}

		.carousel .reel
		{
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}
	
		.carousel article
		{
			display: inline-block;
			width: 18em;
			background: #fff;
			text-align: center;
			padding: 0 1em 3em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			opacity: 1.0;
			-moz-transition: opacity 0.75s ease-in-out;			
			-webkit-transition: opacity 0.75s ease-in-out;			
			-o-transition: opacity 0.75s ease-in-out;			
			-ms-transition: opacity 0.75s ease-in-out;			
			transition: opacity 0.75s ease-in-out;			
		}
		
			.carousel article.loading
			{
				opacity: 0;
			}
		
			.carousel article .image
			{
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 3em;
			}
		
			.carousel article h3 a
			{
				/* font-family: 'Fira Sans', sans-serif; */
				font-family: 'Lato', sans-serif;
				
				color: #019973;
				text-align: center;
			}
			
			.carousel article p
			{
				/* font-family: 'Fira Sans', sans-serif; */
				font-family: 'Lato', sans-serif;
				
				font-size: 18px;
				line-height: 1.5em;
				color: #212121;
				text-align: center;
			}
			
/* Header */
	@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

	#header-menu {
		background: white;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		z-index: 10000;
	}

		#header-menu h1 {
			font-weight: 900;
			margin: 0;
		}

			#header-menu h1 span {
				font-weight: 300;
			}

		#header-menu nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0.75em;
		}

		@media (min-width: 768px)
		{
			#header-menu nav ul li {
				display: inline-block;
			}
		}
		
		@media (max-width: 767px)
		{
			#header-menu nav ul li {
				text-align: right;
			}
		}
		
			#header-menu nav ul li {
				margin-left: 1.5em;
			}

				#header-menu nav ul li > ul {
					display: none;
				}

				#header-menu nav ul li a {
					/* font-family: 'Fira Sans', sans-serif; */
					font-family: 'Lato', sans-serif;
				
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					padding: 0.6em 0.75em;
					text-decoration: none;
					font-size: 10pt;
				}

				#header-menu nav ul li input[type="button"],
				#header-menu nav ul li input[type="submit"],
				#header-menu nav ul li input[type="reset"],
				#header-menu nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}

				#header-menu nav ul li.submenu > a:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				#header-menu nav ul li.submenu > a:before {
					content: '\f107';
					margin-right: 0.65em;
				}

				#header-menu nav ul li.active > a, #header-menu nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					background: rgba(188, 202, 206, 0.15);
				}

				#header-menu nav ul li.current > a {
					font-weight: 900;
				}

		#header-menu.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-o-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header-menu.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: white;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header-menu.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header-menu.alt nav ul li.active > a, #header-menu.alt nav ul li:hover > a {
					border: solid 1px;
				}
				
/***** My styles *****/

.milf-buy-button
{
	background-color: #019973;
	padding: 10px 20px;
	width: 30%;
	color: white;
	margin-top: 20px;
	font-size: 1.3em;
}

.milf-buy-button:hover
{
	background-color: #007A5C;
	color: #fcfcfc;
}

#kiwiscreen
{
	min-height: 500px;
	max-height: 500px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin-top: 50px;
}

	#kiwiscreen .row
	{
		width: 100%;
		margin: 0;
		position: absolute;
		top: 500px;
		left: 0;
	}
	
		#kiwiscreen .row > *
		{
			padding: 0;
		}
		
.shop-image
{
	max-width: 100%;
	margin: auto;
	max-height: 500px;
}

.shop-inner-image
{
	/* width: 100px; */
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

#buy
{
	color: #2c2c2c;
}

#shop-description
{
	font-size: 10pt;
	line-height: 2;
}

#shop-price
{
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

#shop-line-1
{
	margin: 10px;
}

#shop-images-container
{
	margin-top: 15px;
}

	#shop-images-container > *
	{
		/* padding: 10px 0 0 0; */
	}

#shop-extras
{
	margin-top: 20px;
}

#shop-extras > *
{
	padding-top: 0px;
}

.ghost-button
{
	background-color: rgba(255,255,255,0.15);
	border: 1px solid white;
	padding: 0.85em 3em 0.85em 3em;
	color: white;
	display: inline-block;
	transition: all 0.25s ease-in-out;
	border-radius: 0.25em;
}

.ghost-button:hover, .ghost-button:active, .ghost-button:focus
{
	background: rgba(255,255,255,0.25);
	color: white;
	display: inline-block;
}

#shop-title
{
	color: #666;
	margin: 0 0 1em 0;
	font-weight: 100;
	line-height: 1.5em;
	font-size: 22pt;
}

.subproduct-class
{
	color: #a0a0a0;
	font-size: 18px;
	margin-top: -10px;
	display: block;
	text-transform: lowercase;
}