/*
	Miniport 1.0 by HTML5 Up!
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		font-size: 13px;
        margin: 0;
	}

	h1
	{
		font-size: 3.25em;
		letter-spacing: -0.025em;
	}

	h2
	{
		font-size: 1.7em;
		letter-spacing: -0.015em;
	}
	
	h3
	{
		font-size: 1.4em;
		letter-spacing: -0.015em;
	}

	h1, h2, h3, h4, h5, h6
	{
		margin: 0 0 0.2em 0;
	}

	header
	{
		margin: 0 0 1em 0;
	}
	
		header > span
		{
			font-size: 1.25em;
		}

	footer
	{
		margin: 0;
	}
	
		footer > p
		{
			font-size: 1.25em;
		}
	
	form
	{
	}
	
		form .button
		{
			margin: 0 0.5em 0 0.5em;
		}
	
	.button
	{
		padding: 1em 2.35em 1em 2.35em;
		font-size: 1.1em;
	}

		.button-big
		{
			font-size: 1.5em;
			letter-spacing: -0.025em;
		}

	.box
	{
		padding: 2em 2em 2em 2em;
        margin: 0;
	}

		.box h3
		{
			margin-bottom: 0.25em;
		}

		.box .image-centered
		{
			margin-bottom: 1.25em;
		}

		.box .image-full
		{
			position: relative;
			left: 2em;
			top: 2em;
			margin: -4em 0 4em -4em;
			width: auto;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding: 1em 0 1em 0;
		text-align: center;
	}
	
		.wrapper-first
		{
			padding-top: 85px;
		}

		.wrapper-style4 .row-special
		{
			margin: 4em 0 0 0;
			padding: 4em 0 4em 0;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		
        	
		#nav ul li a
		{
			padding: 0em 0.4em 0em 0.4em;
			margin: 0.8em 0.2em 0.6em 0.2em;
			font-weight: 600;
			border-radius: 8px;
			/*-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
            transition: color .1s ease-in-out;
                */
			color: #ccc;
		}

        #nav ul li a:hover
		{
			background: #383838;
		}

        #nav ul li a.active
		{
            background: #fff;
            color: #000;
		}

        #nav ul li a.active:hover
		{
            background: #fff;
            color: #000;
		}


        	#localnav
	{
                
                position: fixed;
                top: 80px;
                padding-right: 3px;
                padding-left: 10px;
                width: 100%;
	}

            #localnav ul
            {
                font-size: 11px;
                opacity: 0.8;
                padding: 0;
            }

            #localnav div.left-block {
                margin-top: -23px;
            }
		
        	
		#localnav ul li a
		{
			padding: 0.2em 1em 0.2em 1em;
			margin: 0.6em 0.2em 0.6em 0.2em;
			font-weight: 600;
			border-radius: 4px;
			color: #333;
		}

        #localnav ul li a:hover
		{
			background: #383838;
            color: #fff;
		}

        #localnav ul li a.active
		{
            background: #ccc;
            color: #000;
		}

        #localnav ul li a.active:hover
		{
            background: #383838;
            color: #fff;
		}

        #localnav select {
            width: auto;
            float: right;
            font-size: 11px;
            opacity: 0.8;
            padding: 6px;
            background: #ccc;
            color: #000;
            border-radius: 4px;
            box-shadow: none;
            margin-top: 7px;

        }

        
		
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
		text-align: left;
	}

		#top .me
		{
			width: 20em;
			height: 20em;
			margin: 0;
		}

		#top h1
		{
			margin-top: 0.35em;
		}
	
		#top p
		{
			font-size: 1.5em;
			line-height: 1.75em;
		}
		
	#contact
	{
		width: 800px;
		margin: 0 auto;
	}
	
		#contact footer
		{
			font-size: 0.9em;
		}
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		font-size: 1.5em;
	}