/*
	Arcana 2.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

@font-face {
    font-family: 'robotofile';
    src:url('../fonts/roboto.ttf?v=4.1.0') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'robotobold';
    src:url('../fonts/robotobold.ttf?v=4.1.0') format('truetype');
    font-style: normal;
    font-weight: 300;
}
	body
	{
		background: #ffffff;
		font-family: 'robotofile','Roboto','Open Sans Condensed', sans-serif;
		font-size: 14pt;
		line-height: 1.75em;
		color: #4c4c4c;
		font-style: normal;
        font-weight: normal;
		-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	}

	h1,h2,h3,h4
	{
		font-family: 'robotofile','Roboto','Open Sans Condensed', sans-serif;
		color: #00A550;
		
	}

	h2, h3
	{
		font-size: 1.6em;
		margin: 0 0 0.75em -0.35em;
		background-color: #C5E5AA;
		padding: 10px;
	}
	h2{
		font-size: 1.3em !important;
	}
	h3{
		font-size: 1.2em;
		margin-right: 8%;
	}

	strong
	{
		color: #1d1d1d;
	}

	a
	{
		color: #478903;
		/*text-decoration: underline;*/
	}

	a:hover
	{
		text-decoration: none;
	}

/* Reusable */

	.button
	{
		display: inline-block;
		background: #0893cf;
		box-shadow: inset 0px 0px 0px 1px #48d3FF, 0px 2px 3px 0px rgba(0,0,0,0.25);
		border: solid 1px #0893cf;
		border-radius: 6px;
		padding: 0.45em 1.1em 0.5em 1.1em;
		color: #fff;
		font-size: 0.8em;
		text-decoration: none;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
		background-image: -moz-linear-gradient(top, #38C3FF, #0893cf);
		background-image: -webkit-linear-gradient(top, #38C3FF, #0893cf);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38C3FF), to(#0893cf));
		background-image: -ms-linear-gradient(top, #38C3FF, #0893cf);
		background-image: -o-linear-gradient(top, #38C3FF, #0893cf);
		background-image: linear-gradient(top, #38C3FF, #0893cf);
		outline: 0;
		white-space: nowrap;
	}

	.button:hover
	{
		background: #28a3df;
		background-image: -moz-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -webkit-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58d3FF), to(#28a3df));
		background-image: -ms-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -o-linear-gradient(top, #58d3FF, #28a3df);
		background-image: linear-gradient(top, #58d3FF, #28a3df);
	}

	.button:active
	{
		background: #38C3FF;
		background-image: -moz-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -webkit-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0893cf), to(#38C3FF));
		background-image: -ms-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -o-linear-gradient(top, #0893cf, #38C3FF);
		background-image: linear-gradient(top, #0893cf, #38C3FF);
	}

	.divider
	{
		border-top: solid 1px #e5e5e5;
		border-bottom: solid 1px #e5e5e5;
		height: 4px;
		margin: 2em 0 2em 0;
	}

	.divider-top
	{
		margin-bottom: 0;
	}

	.divider-bottom
	{
		margin-top: 0;
	}

	.cta-box
	{
		background: url('images/bg2.png');
		text-align: center;
		padding: 1.25em 0 1.25em 0;
		text-shadow: 1px 2px 0px #fff;
		font-size: 2em;
	}

		.cta-box .button
		{
			margin-left: 0.8em;
		}

	.highlight-box
	{
		background: url('images/bg2.png');
		text-align: center;
		padding: 3.5em 0 3.5em 0;
		text-shadow: 1px 2px 0px #fff;
	}

		.highlight-box h2
		{
			font-size: 3.2em;
			letter-spacing: -3px;
			margin: 0 0 0.6em 0;
		}
		
		.highlight-box span
		{
			font-size: 2em;
			color: #fff;
		}	

	.thumbnails
	{
	}

		.thumbnails .divider
		{
			border-bottom: 0;
			border-top: solid 1px #e5e5e5;
			margin: 1em 0 1em 0;
		}

		.thumbnails .thumbnail
		{
			overflow: hidden;
		}

			.thumbnails .thumbnail img
			{
				border: solid 5px #fff;
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
				float: left;
				margin-right: 25px;
			}
			
			.thumbnails .thumbnail blockquote
			{
				margin: 0 0 0.75em 0;
				margin-left: 130px;
			}

			.thumbnails .thumbnail cite
			{
				color: #888;
				margin-left: 130px;
				display: block;
			}

			.thumbnails .thumbnail cite strong
			{
				padding-right: 0.25em;
			}
			
	.link-list
	{
		/*margin-left: -3.7%;*/

	}
	
		.link-list li
		{
			border: 0.05em solid #D9D9D9;
			line-height: 2em;
			text-decoration: none !important;
			padding-left: 10px;
			margin-left: -5%;
		}
		
		.link-list li:first-child
		{
			border-top: medium none;
			margin-top: -5%;
			
		}

		
/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/

	.carousel
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 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 1em 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 p
			{
				text-align: center;
			}
/*********************************************************************************/
/* Add ons                                                                        */
/*********************************************************************************/

/* image list */


			.box
	{
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
		text-align: center;
	}

		.box .image-full
		{
			width: 180px !important;
			height: 250px!important;
			
		}

	.row2 > * {
		width: 250px !important;
		/*padding: 10px 10px 10px 10px !important;*/
		float: left;
		margin-left: 30px;
		margin-top: 0px !important;
			/*-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;*/
		}

		.row2 + .row2 > * {
			/*padding-top: 20px;*/
		}

		.row2 {
			margin-left: -40px;
		}

	/* row2s */

		.row2:after {
			content: '';
			display: block;
			clear: both;
			height: 0;
		}

		.row2:first-child > * {
			padding-top: 0;
		}

		.row2 > * {
			padding-top: 0;
		}

		/* Modifiers */

			/* Flush */

				.row2.flush {
					margin-left: 0;
				}

				.row2.flush > * {
					padding: 0 !important;
				}

			/* Quarter */

				.row2.quarter > * {
					padding: 10px 0 0 10px;
				}

				.row2.quarter + .row2.quarter > * {
					padding-top: 10px;
				}

				.row2.quarter {
					margin-left: -10px;
				}

			/* Half */

				.row2.half > * {
					padding: 20px 0 0 20px;
				}

				.row2.half + .row2.half > * {
					padding-top: 20px;
				}

				.row2.half {
					margin-left: -20px;
				}

			/* One and (a) Half */

				.row2.oneandhalf > * {
					padding: 60px 0 0 60px;
				}

				.row2.oneandhalf + .row2.oneandhalf > * {
					padding-top: 60px;
				}

				.row2.oneandhalf {
					margin-left: -60px;
				}

			/* Double */

				.row2.double > * {
					padding: 80px 0 0 80px;
				}

				.row2.double + .row2.double > * {
					padding-top: 80px;
				}

				.row2.double {
					margin-left: -80px;
				}

				.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		padding-top: 10px !important;
	}
	
	.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;
		}

	.4u{
			margin: 0 auto;
			width: auto;
	}

	.spacingtop{
		/*padding-top: 5% !important;
		margin-bottom: 0% !important;
		padding-bottom: 0% !important;*/
	}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}


#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:340px;
	margin:0 auto 0 auto;
	position:relative;
	width:80%;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}