@charset 'UTF-8';


/*@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600');
@import url('font-awesome.min.css');*/

/*font-face*/
@font-face{
    font-family:'condenseicon';
    src: url('../fonts/CONDENSEicon.eot');
    src: url('../fonts/CONDENSEicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CONDENSEicon.woff') format('woff'),
         url('../fonts/CONDENSEicon.ttf') format('truetype'),
		 url('../fonts/CONDENSEicon.otf') format('opentype'); 
}
 
/*フォントの指定*/
.mojiicon {
   font-family:'condenseicon';
   font-size: 20px;
   margin-left: 5px;
   margin-right: 5px;
}

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

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

	body
	{
		background: #E4EBE8;
		color: #5b5b5b;
	}

		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-size: 15pt;
		line-height: 1.85em;
		font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-seri, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
		font-weight: 300;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
		color: #483949;
		line-height: 1.25em;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
			border-bottom-color: transparent;
		}
		
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
		{
			font-weight: 600;
		}

	h2
	{
		font-size: 2.85em;
	}
	
	h3
	{
		font-weight: 500;
		font-size: 1.8em;
		margin: 0 0 0.25em 0;
	}
	
	h4
	{
		font-weight: 500;
		font-size: 1.4em;
		margin: 0 0 0.25em 0;
	}
	
	strong, b
	{
		font-weight: 400;
		color: #483949;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: #FF8800;
		border-bottom: solid 1px rgba(128,128,128,0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}
	
		a:hover
		{
			color: #FF8800;
			border-bottom-color: #FF8800;
		}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	p
	{
		text-align: justify;
	}

	br.clear
	{
		clear: both;
	}
	
	hr
	{
		position: relative;
		display: block;
		border: 0;
		top: 4.5em;
		margin-bottom: 9em;

		height: 6px;
		border-top: solid 1px rgba(128,128,128,0.2);
		border-bottom: solid 1px rgba(128,128,128,0.2);
	}
	
		hr:before,
		hr:after
		{
			content: '';
			position: absolute;
			top: -8px;
			display: block;
			width: 1px;
			height: 21px;
			background: rgba(128,128,128,0.2);			
		}

		hr:before
		{
			left: -1px;
		}

		hr:after
		{
			right: -1px;
		}

	.timestamp
	{
		color: rgba(128,128,128,0.75);
		font-size: 0.8em;
	}
	
	.clearfix
	{ 
	zoom: 100%;
	}

	.clearfix:after
	{
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
	}

	/* 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;
			}

			section.special > header,
			section.special > footer,
			article.special > header,
			article.special > footer
			{
				text-align: center;
			}

		header
		{
			margin: 0 0 1em 0;
		}

			header > p
			{
				display: block;
				font-size: 1.5em;
				margin: 1em 0 2em 0;
				line-height: 1.5em;
				text-align: inherit;
			}
			
		footer
		{
			margin: 2.5em 0 0 0;
		}

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
			border: 0;
			outline: 0;
		}
		
			/* Uncomment the block below if you want linked images to highlight on hover */
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.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
		{
		}

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

			ul.actions
			{
				margin: 3em 0 0 0;
			}
			
				form ul.actions
				{
					margin-top: 0;
				}
			
				ul.actions li
				{
					display: inline-block;
					margin: 0 0.75em 0 0.75em;
				}
				
				ul.actions li:first-child
				{
					margin-left: 0;
				}
				
				ul.actions li:last-child
				{
					margin-right: 0;
				}
							
			ul.divided
			{
			}
			
				ul.divided li
				{
					border-top: solid 1px rgba(128,128,128,0.2);
					padding-top: 1.5em;
					margin-top: 1.5em;
				}
				
				ul.divided li:first-child
				{
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

			ul.menu
			{
				height: 1em;
				line-height: 1em;
			}
			
				ul.menu li
				{
					display: inline-block;
					border-left: solid 1px rgba(128,128,128,0.2);
					padding-left: 1.25em;
					margin-left: 1.25em;
				}
				
				ul.menu li:first-child
				{
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.icons
			{
				position: relative;
				background: rgba(128,128,128,0.05);
				border-radius: 4em;
				display: inline-block;
				padding: 0.35em 0.75em 0.35em 0.75em;
				font-size: 1.25em;
				cursor: default;
			}
			
				ul.icons li
				{
					display: inline-block;
				}

					ul.icons li a
					{
						display: inline-block;
						background: none;
						width: 2.5em;
						height: 2.5em;
						line-height: 2.5em;
						text-align: center;
						border-radius: 100%;
						border: 0;
						color: inherit;
					}
					
						ul.icons li a:hover
						{
							color: #ef8376;
						}
		
		ol
		{
		}	

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

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

		form
		{
		}
		
			/*form label
			{
				display: block;
				font-weight: 400;
				color: #483949;
				margin: 0 0 1em 0;
			}*/
		
			form input[type="text"],
			form input[type="email"],
			form input[type="tel"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				/*display: block;*/
				border: 0;
				background: #fafafa;
				/*width: 100%;*/
				border-radius: 0.4em;
				border: solid 1px #DDDDDD;
				padding: 0.3em;
				-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			}

			form textarea
			{
			min-width: 100%;
			}
			
			form input[type="text"],
			form input[type="email"],
			form input[type="tel"],
			form input[type="password"]
			{
				line-height: 1em;
			}
			
			form select
			{
				line-height: 1.3em;
			}
			
			form textarea
			{
				min-height: 8em;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="tel"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					background: #fff;
					border-color: #FF8800;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}
				
			
	/* Table */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}

				table.default tbody tr
				{
					border-top: solid 1px #e5e5e5;
				}

				table.default tbody tr:first-child
				{
					border-top: 0;
				}
			
				table.default tbody tr:nth-child(2n+1)
				{
					background: #fafafa;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					font-weight: 400;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead
				{
					border-bottom: solid 2px #e5e5e5;
				}
				
				table.default tfoot
				{
					border-top: solid 2px #e5e5e5;
				}

	/* Button */
		
/*		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button	
		{
			position: relative;
			display: inline-block;
			background: #33CC33;
			color: #fff;
			text-align: center;
			border-radius: 0.5em;
			text-decoration: none;
			padding: 0.65em 3em 0.65em 3em;
			border: 0;
			cursor: pointer;
			outline: 0;
			font-weight: 300;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				color: #fff;
				background: #FF8800;
			}
			
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #2B252C;
			}		


				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #3B353C;
				}	
		*/	

	/* Post */

		.post
		{
		}
		
			.post.stub
			{
				text-align: center;
			}
			
				.post.stub header
				{
					margin: 0;
				}

/*********************************************************************************/
/* 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;
		}

		.icon.circled
		{
			position: relative;
			display: inline-block;
			background: #2b252c;
			color: #fff;
			border-radius: 100%;
			width: 3em;
			height: 3em;
			line-height: 3.25em;
			text-align: center;
			font-size: 1.25em;
		}
		
			header .icon.circled
			{
				margin: 0 0 2em 0;
			}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	.wrapper
	{
		background: #fff;
		margin: 0 0 2em 0;
		padding: 3em 0 3em 0;
	}
	
		.wrapper.style1
		{
			margin-bottom: 0;
		}

		.wrapper.style2
		{
			padding-top: 2em;
			margin-bottom: 0;
		}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background-image: url('../img/header.jpg');
		background-size: 100%;
		background-position: center center;
		background-attachment: fixed;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		color: #fff;
		text-align: center;
		padding: 2.5em 0 2em 0;
		cursor: default;
	}

		.homepage #header
		{
			padding: 4em 0 4em 0;
		}
	
			.homepage #header .overlay
			{
				content: '';
				background: #1C0920;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				opacity: 1.0;
				-moz-transition: opacity 2s ease-in-out;
				-webkit-transition: opacity 2s ease-in-out;
				-o-transition: opacity 2s ease-in-out;
				-ms-transition: opacity 2s ease-in-out;
				transition: opacity 2s ease-in-out;
			}
		
			.homepage #header.ready .overlay
			{
				opacity: 0;
			}

		#header .inner
		{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 4.5em 0 3.5em 0;
		}
	
		#header h1
		{
			font-size: 35px;
			color: #FFF;
			font-weight: bold;
			text-shadow:0px 2px 1px #AD875A,0px 1px 1px #AD875A,1px 1px 1px #AD875A,1px 0px 1px #AD875A,2px 0px 1px #AD875A,1px -1px 1px #AD875A,1px -2px 1px #AD875A,0px -2px 1px #AD875A,-1px -2px 1px #AD875A,-2px -2px 1px #AD875A,-2px -1px 1px #AD875A,-2px 0px 1px #AD875A,-2px 1px 1px #AD875A,-1px 1px 1px #AD875A;
		}
		
		#header h1 a
		{
			color: inherit;
		}
			
		#header h1 img
		{
			width: 180px;
			height: auto;
		}

			.homepage #header h1
			{
			}
			
			.homepage #header h1 img
			{
			width: 300px;
			height: 116px;
			}
	
		#header header > p
		{
			font-size: 1.1em;
			margin: 0;
		}
		
		#header .button
		{
			display: inline-block;
			border-radius: 100%;
			width: 6em;
			height: 6em;
			/*line-height: 4.5em;*/
			text-align: center;
			/*font-size: 1.25em;*/
			padding: 30px 0 0 0;
		}
		
		
		#header .button img
		{
			width: 44px;
			height: 44px;
		}
		
		#header header
		{
			display: inline-block;
		}
		
		#header footer
		{
			margin: 1em 0 0 0;
		}
		
		#header hr
		{
			top: 1.5em;
			margin-bottom: 3em;

			border-bottom-color: rgba(192,192,192,0.35);
			box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35);
		}
		
			#header hr:before,
			#header hr:after
			{
				background: rgba(192,192,192,0.35);
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 1.5em 0 1.5em 0;
		z-index: 1;
		overflow: hidden;
	}
	
		#nav > ul
		{
			line-height: 0px;
			position: relative;
			display: inline-block;
			margin: 0;

			height: 28px;
			border-left: solid 1px rgba(192,192,192,0.35);
			border-right: solid 1px rgba(192,192,192,0.35);
		}
		
/*
			#nav > ul:before,
			#nav > ul:after
			{
				content: '';
				display: block;
				width: 300%;
				position: absolute;
				top: 50%;
				margin-top: -2px;

				height: 5px;
				border-top: solid 1px rgba(192,192,192,0.35);
				border-bottom: solid 1px rgba(192,192,192,0.35);
			}
		
			#nav > ul:before
			{
				left: 100%;
				margin-left: 1px;
			}
		
			#nav > ul:after
			{
				right: 100%;
				margin-right: 1px;
			}
*/
		
			#nav > ul > li
			{
				display: inline-block;
				margin: -2px 0.2em 0 0.2em;
				border-radius: 0.5em;
				padding: 0.85em;
				border: solid 1px transparent;
				-moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			text-shadow:0px 2px 1px #AD875A,0px 1px 1px #AD875A,1px 1px 1px #AD875A,1px 0px 1px #AD875A,2px 0px 1px #AD875A,1px -1px 1px #AD875A,1px -2px 1px #AD875A,0px -2px 1px #AD875A,-1px -2px 1px #AD875A,-2px -2px 1px #AD875A,-2px -1px 1px #AD875A,-2px 0px 1px #AD875A,-2px 1px 1px #AD875A,-1px 1px 1px #AD875A;
			}
			
				#nav > ul > li.active
				{
					border-color: rgba(192,192,192,0.35);
				}
			
				#nav > ul > li > a,
				#nav > ul > li > span
				{
					display: block;
					color: inherit;
					text-decoration: none;
					border: 0;
					outline: 0;
				}
				
				#nav > ul > li > a:hover
				{
					color: #FF8800;
				}

				#nav > ul > li > ul
				{
					display: none;
				}

	.dropotron
	{
		background: rgba(255,255,255,0.975);
		padding: 1em 1.25em 1em 1.25em;
		line-height: 1em;
		height: auto;
		text-align: left;
		border-radius: 0.5em;
		box-shadow: 0 0.15em 0.25em 0 rgba(0,0,0,0.25);
		min-width: 12em;
		margin-top: -1em;
	}
	
		.dropotron li
		{
			border-top: solid 1px rgba(128,128,128,0.2);
			color: #5b5b5b;
		}
		
			.dropotron li:first-child
			{
				border-top: 0;
			}

			.dropotron li:hover
			{
				color: #ef8376;
			}

			.dropotron li a,
			.dropotron li span
			{
				display: block;
				border: 0;
				padding: 0.5em 0 0.5em 0;
				-moz-transition: color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out;
			}
		
		.dropotron.level-0
		{
			margin-top: 2em;
			font-size: 0.9em;
		}
		
			.dropotron.level-0:before
			{
				content: '';
				position: absolute;
				left: 50%;
				top: -0.7em;
				margin-left: -0.75em;
				border-bottom: solid 0.75em rgba(255,255,255,0.975);
				border-left: solid 0.75em rgba(64,64,64,0);
				border-right: solid 0.75em rgba(64,64,64,0);
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#our_business
	{
		background: #fff;
		text-align: center;
		padding: 4.5em 0 4.5em 0;
		margin-bottom: 0;
	}
	
	#our_business h2
	{
		font-size: 2em;
	}
	
		#our_business header > p
		{
			margin-bottom: 0;
			text-align: left;
			font-size: 1.4em;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

		#content > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}
		
		#content > section
		{
			margin-bottom: 0;
		}
		
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}
	
		#sidebar > hr.first
		{
			display: none;
		}
	
		#sidebar > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}
		
		#sidebar > section
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		margin-bottom: 0;
	}
	
		#main section:first-of-type
		{
			padding-top: 2em;
		}
		
		
/*********************************************************************************/
/* Outline                                                                          */
/*********************************************************************************/

	#outline
	{
		margin-bottom: 0;
	}
	
		#outline section:first-of-type
		{
			padding-top: 2em;
		}	
		
		#outline h2
		{
			font-size: 2em;
		}
	
	#outline > dl {
	margin: 0 0 5px 0;
	padding: 0;
	background: url('../img/outline_back01.gif') repeat-y left top;
	width: 100%;
	clear: both;
}

	#outline > dl > dt {
	border-style: none;
	padding: 5px 20px 5px 20px;
	text-align: center;
	width: 200px;
	font-weight: bold;
}

	#outline > dl > dd {
	border-style: none;
	padding: 5px 20px 5px 220px;
	margin-top: -2em;
	text-align: left;
	vertical-align: top;
}


	#outline > dl dd.enkaku dl {
	margin: 0;
	padding: 0;
}

	#outline > dl dd.enkaku dl dt {
	border-style: none;
	padding: 3px 0;
	text-align: left;
	width: 140px;
	font-weight: normal;
	background: url('../img/outline_back02.gif') no-repeat left top;
}

	#outline > dl dd.enkaku dl dd {
	border-style: none;
	padding: 3px 0 3px 140px;
	margin-top: -2em;
	text-align: left;
	vertical-align: top;
}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

/*	#footer
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 1em 0;
		background: #2b252c;
		color: #fff;
	}

		#footer .icon.circled
		{
			background: #fff;
			color: #2b252c;
		}

		#footer header
		{
			text-align: center;
			cursor: default;
		}
		
		#footer h2,
		#footer h3,
		#footer h4,
		#footer h5,
		#footer h6
		{
			color: #fff;
		}

		#footer .contact
		{
			width: 55%;
			float: left;
		}
		
			#footer .contact header
			{
				text-align: left;
				margin: 0 0 10px 0;
			}
			
			#footer .contact p
			{
				text-align: left;
				margin: 0 0 10px 0;
			}
			
			#footer .contact p.small
			{
				font-size: 80%;
			}
			
			#footer .contact .button	
			{
			width: 268px;
			position: relative;
			display: inline-block;
			background: #33CC33;
			color: #fff;
			text-align: center;
			border-radius: 0.5em;
			text-decoration: none;
			padding: 5px 3em 5px 3em;
			margin-left: 10px;
			border: 0;
			cursor: pointer;
			outline: 0;
			font-weight: 300;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			}

				#footer .contact .button:hover
				{
					color: #fff;
					background: #FF8800;
				}		
			
			
		#footer .map
		{
			width: 45%;
			float: right;
		}
		
			#footer .map header
			{
				text-align: left;
				margin: 0 0 10px 0;
			}
			
			#footer .map h3
			{
				font-size: 14px;
			}		
		
			#footer .map p
			{
				text-align: left;
				margin: 0;
				font-size: 80%;
			}
			
			#footer .map .google_map {
				padding: 0;
				margin: 5px 0 0 0;
				border: solid 1px #999999;
				width: 100%;
				height: 240px;
				color: #5b5b5b;
			}
			
		
		#footer .copyright
		{
			text-align: center;
			color: rgba(128,128,128,0.75);
			font-size: 0.8em;
			cursor: default;
		}

			#footer .copyright a
			{
				color: rgba(128,128,128,0.75);
			}

				#footer .copyright a:hover
				{
					color: rgba(212,212,212,0.85);
				}
*/

#footer {
border-top: 10px solid #FF8800;
padding: 20px;
background: #1F1F1F;
color: #FFFFFF;
}

#footer p {
margin-bottom: 0;
font-size: 13px;
line-height: 160%;
}

#footer .title {
padding: 0;
margin-bottom: 10px;
text-align: center;
font-size: 20px;
font-weight:bold;
}

#footer .fbox {
padding: 10px 50px;
border: solid 3px #66CC00;
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
line-height: 1em;
}

#footer .fbox .fleft {
float:left;
text-align:left;
}

#footer .fbox .fright {
float:right;
text-align:right;
width: 340px;
}

#footer .fbox .fright .stitle {
text-align:center;
font-size: 18px;
font-weight:bold;
margin-bottom: 10px;
padding-top: 15px;
}

#footer .fbox .fright .fbtn {
width: 340px;
height: 50px;
}

#footer .fbox .fright .fbtn a {
padding: 10px 20px;
text-align:center;
font-size: 18px;
font-weight:bold;
line-height: 30px;
color: #FFFFFF;
background: #66CC00;
display:block;
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

#footer .fbox .fright .fbtn a:hover {
background: #FF8800;
}

#footer .slides img {
border: 1px solid #777676;
padding: 3px;
display:none;
}

/* Bottom */
#bottom {
color: #999;
font-size: 13px;
padding: 20px  ;
background: #292929;
}
#bottom a,
#bottom a:visited {
color: #999;
}
#bottom a:hover {
border-bottom: 1px dotted #999;
text-decoration: none;
}

.left {
float: left;
}
.right {
float: right;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#footer .fbox {
padding: 10px 20px;
}
#footer .fbox .fright {
width: 250px;
}
#footer .fbox .fright .fbtn {
width: 250px;
}
}

@media only screen and (max-width: 767px) {
#footer .fbox {
padding: 10px 20px;
}
#footer .fbox .fleft {
width: 100%;
}
#footer .fbox .fright {
width: 100%;
text-align:right;
}
#footer .fbox .fright .fbtn {
width: 100%;
margin-right:auto;
margin-left:auto;
}
#footer .fbox .fright .fbtn a {
width: auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/*********************************************************************************/
/* 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('img/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(57,151,107, 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;
			vertical-align: top;
		}
		
			.carousel article.loading
			{
				opacity: 0;
			}
		
			.carousel article .image
			{
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 1em;
			}
			
			.carousel article header
			{
				height: 2.6em;
				display: block;
			}
			.carousel article header h3
			{
				font-size: 1.25em;
			}

		
			.carousel article p
			{
				text-align: left;
				height: 5.5em;
				display: block;
			}