@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);
@import url(http://fonts.googleapis.com/css?family=Pompiere);
/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
*/

@font-face {
    font-family: 'Open Sans Condensed';
    src: url(fonts/OpenSans-CondLight.ttf);
}


/*
	Halcyonic by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */
	.modal-sent 
	{
	    position:   fixed;
	    z-index:    1000;
	    top:        0;
	    left:       0;
	    height:     100%;
	    width:      100%;
	    background: rgba( 255, 255, 255, .9 ) 
                url('images/mail_b.png') 
                50% 75% 
                no-repeat;
	}

	.modal-sent h2
	{
		position:   fixed;
	    top:        58%;
	    width: 100%;
	    text-align: center;
		font-size: 1.8em;
		color: #373f42;
		margin: 0 0 0.25em 0;
	}
	.modal-sending 
	{
	    position:   fixed;
	    z-index:    1000;
	    top:        0;
	    left:       0;
	    height:     100%;
	    width:      100%;
	    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader-sending.gif') 
                50% 50% 
                no-repeat;
	}

	.modal-sending p 
	{
	    position:   fixed;
	    top:        50%;
	    width: 100%;
	    text-align: center;
	}

	.modal 
	{
	    position:   relative;
	    z-index:    1000;
	    top:        0;
	    left:       0;
	    height:     100px;
	    width:      100%;
	    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 100% 
                no-repeat;
	}

	.button-contact-hide  
	{
		display:none;
	}

	.button-contact-big  
	{
		color: white;
		background:#5287ce;
		font-weight:bold;
		padding:8px 18px 8px 18px;
		margin-left:5px;
		margin-top:50px;
		font-family:Arial,sans-serif;
		border-radius:2px;
		border:solid 0 #e3edf4;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		font-size: 1.2em;
	}

	.button-contact  
	{
		color: white;
		background:#5287ce;
		font-weight:bold;
		padding:8px 18px 8px 18px;
		margin-left:5px;
		margin-top:50px;
		font-family:Arial,sans-serif;
		border-radius:2px;
		border:solid 0 #e3edf4;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px
	}
	
	textarea 
	{
	    padding: 5px;
	}

	.txtstuff 
	{
	    resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
	    overflow: hidden;
	}

	.hiddendiv 
	{
	    display: none;
	    white-space: pre-wrap;
	    word-wrap: break-word;
	    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
	}

	/* the styles for 'commmon' are applied to both the textarea and the hidden clone */
	/* these must be the same for both */
	.common 
	{
	    width: 100%;
	    min-height: 80px;
	    overflow: hidden;
		
		color: #474f51;
		font-size: 13.5pt;
		font-family: 'Open Sans Condensed', sans-serif;
		line-height: 1.85em;
		font-weight: 300;    
	}

	.lbr 
	{
	    line-height: 3px;
	}

	.alpha60 section
	{
	    /* Fallback for web browsers that don't support RGBa */
	    background-color: rgb(255, 255, 255)!important;
	    /* RGBa with 0.6 opacity */
	    background-color: rgba(255, 255, 255, 0.85)!important;
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)!important;
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"!important;
	}

	.grey h2
	{
		color: #e8e8e8!important;
	}

	.grey p
	{
		color: #e8e8e8!important;
	}

	div#wn 
	{ 
	    position:relative; 
	    height:455px; 
	    overflow:hidden;
	}

	body
	{
		background: #D4D9DD url('images/bg03.jpg');
	}

	body, input, textarea, select
	{
		color: #474f51;
		font-size: 13.5pt;
		font-family: 'Open Sans Condensed', sans-serif;
		line-height: 1.85em;
		font-weight: 300;
	}

	ul, ol, p, dl
	{
		margin: 0 0 2em 0;
	}

	a
	{
		text-decoration: underline;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	section > :last-child, .last-child
	{
		margin-bottom: 0 !important;
	}

/* Multi-use */

	.link-list
	{
	}
	
		.link-list li
		{
			padding: 0.2em 0 0.2em 0;
		}
		
		.link-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}
		
		.link-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .link-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .link-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

	.quote-list
	{
	}
	
		.quote-list li
		{
			padding: 1em 0 1em 0;
			overflow: hidden;
		}
		
		.quote-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

			.quote-list li img
			{
				float: left;
			}

			.quote-list li p
			{
				margin: 0 0 0 90px;
				font-size: 1.2em;
				font-style: italic;
			}
			
			.quote-list li span
			{
				display: block;
				margin-left: 90px;
				font-size: 0.9em;
				font-weight: 400;
			}

		#content .quote-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .quote-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}
	
	.check-list
	{
	}

		.check-list li
		{
			padding: 0.7em 0 0.7em 45px;
			font-size: 1.2em;
			/*background: url('images/icon-checkmark.png') 0px 1.05em no-repeat;*/
			background: url('images/point-2.png') 0px 1.05em no-repeat;
		}
		
		.check-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .check-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .check-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}
		
	.feature-image
	{
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}
	
		.feature-image img
		{
			display: block;
			width: 100%!important;
		}

	.bordered-feature-image
	{
		display: block;
		background: #fff url('images/bg04.png');
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}
	
		.bordered-feature-image img
		{
			display: block;
			width: 100%;
		}
	
	.button-big
	{
		display: inline-block;
		background: #ed391b;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		font-weight: 300;
		padding: 15px 45px 15px 45px;
		outline: 0;
		border-radius: 10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}

	.button-big:hover
	{
		background: #fd492b;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
		background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
		background-image: -o-linear-gradient(top, #fd492b, #de2a10);
		background-image: linear-gradient(top, #fd492b, #de2a10);
	}

	.button-big:active
	{
		background: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
		background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
		background-image: linear-gradient(top, #ce1a00, #ed391b);
	}