
html, body {
	height: 100%;
}

body {
    background-image: url(../grfx/bg2.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	background-attachment: fixed;
}


#all {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
footer {
	/*height: 290px;*/
	border-top: 1px solid #929999;
}

img {
	max-width: 100% !important;
}

a {
	color:#606666;
}

hr {
	border-color: #929999;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, 'Helvetica Neue', 'Arial', sans-serif; /* 'Istok Web' */
	color: #000;
	background-color:#fff;
	font-size:15px;
	/*background-image:url(../images/bg/stripes-diag-3px.png);*/
}

h1 {
	/*font-family: 'BebasRegular';*/
	font-family: Helvetica, 'Helvetica Neue', 'Arial', sans-serif;
	color: #000;
	font-size:76px;
	font-weight:700;
}

.font_custom {
	/*font-family: 'BebasRegular';*/
	font-family: Helvetica, 'Helvetica Neue', 'Arial', sans-serif;
}

a {
	text-decoration: none;
}
	article a {
		text-decoration: underline;
	}

p {
	margin: 0 0 15px;
}

input {
	border: none;
	background: none;
	border-bottom: 1px dotted #000;
}

textarea {
	resize: none;
	background: none;
}


.main_container {
	width: 964px;
	margin: 0 auto;
	overflow:hidden;
}

.wrapper {
	width:929px;
	margin:0 auto;
	padding:0;
	border-left:1px solid #929999;
}
	.wrapper.padded-v {
		padding-top:40px;
		padding-bottom:50px;
	}
	.wrapper.padded-h {
		padding-left:50px;
		padding-right:50px;
		width:879px;
	}
	.wrapper.padded-l {
		padding-left:50px;
	}
	
.page-wrapper {
	background-color: transparent;
	background-color: rgba(255,255,255,0.35);
}
	
#wrapper-header {
	width:980px;
	border-left:none;
}
#wrapper-footer {
	width:964px;
	padding:30px 0 0 35px;
	border-left:none;
}
#wrapper-subnav {
	position:relative;
	left:0;
	width:979px;
	background-color: rgba(255,255,255,0.35);
}
.header {
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
}


.top-nav {
	list-style:none;
	margin:48px 0 0;
	padding:0px 0 0;
	float:right;
	max-width: 720px;
}
	.top-nav li {
		float:left;
		border-top:1px solid #ccc;
	}
		.top-nav a {
			display:block;
			height:100%;
			padding:12px 20px 13px;
			color:#929999;
			font-weight:300;
			font-size:16px;
			border:1px solid transparent;
			border-bottom:none;
			border-top:none;
			/*-webkit-transition:background-color 0.35s;
			   -moz-transition:background-color 0.35s;
					transition:background-color 0.35s;*/
		}
			.top-nav a:hover {
				color:#000;
				background-color:rgba(66, 96, 95, 0.1);/*#eef2f4*/
				border:1px solid #eef2f4;
				border-bottom:none;
				border-top:none;
			}
			.top-nav .active a {
				border:1px solid #ccc;
				border-bottom:none;
				border-top:none;
				background-color:rgba(66, 96, 95, 0.1);/*#eef2f4*/
			}
				.top-nav .active a:hover {
					color:#929999;
				}
	
.sub-nav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	border-bottom:1px solid #ccc;
}
	.sub-nav li {
		float:left;
		/*max-width:125px;*/
	}
		.sub-nav a {
			display:block;
			height:100%;
			padding:12px 18px 15px;
			color:#000;
			font-weight:300;
			font-size:13px;
			background-color: #fff;
		}
			.sub-nav a:hover {
				color:#000;
				background-color:rgba(66, 96, 95, 0.1);/*#eef2f4*/
			}
			.sub-nav .active a {
				border:1px solid #ccc;
				border-top:none;
				border-bottom:none;
				background-color:rgba(66, 96, 95, 0.1);/*#eef2f4*/
			}
				.sub-nav .active a:hover {
					cursor:default;
				}
	
		.sub-nav2 a {
			color:#929999;
		}
			.sub-nav2 .active a:hover {
				color:#929999;
			}
		.sub-nav3 a {
			color:#929999;
			padding: 5px 18px 8px;
		}
		.sub-nav4 a {
			color:#929999;
			padding: 5px 18px 8px;
		}
	

.site-title {
	float:left;
	margin:25px 0 0px;
	font-size:40px;
	font-weight:300;
	line-height:0.85;
	position:relative;
	top:4px;
}
	.site-title a {
		color:#929999;
	}
		.site-title a:hover {
			color:#606666;
		}

.site-subtitle {
	font-weight:300;
	font-size: 14px;
	clear: left;
	float: left;
	margin-bottom: 0;
}

.page-title {
	font-size:20px;
	font-family:Helvetica, 'Helvetica Neue', "Arial", sans-serif;
	font-weight:300;
	margin:0 0 20px;
	color:#606666;
}


.hr {
	border-top:1px solid #929999;
	height:0px;
}

.col-3 {
	width:310px;
	float:left;
	margin-right:10px;
}

footer {
	-moz-box-sizing:border-box;
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
}


._404 {
	opacity: 0.25;
}

/****** COLORS ******/
.blue-text { color:#929999; }
.blue-line { color:#929999; }
.green-line { color:#ccc; }
.yellow { color:#F4FF1F; }


/******** UTIL *********/
.cleardiv, .clear { clear: both; }
.clear-r {	clear:right; }
.clear-l {	clear:left; }

/****** FONTELLO ******/
.icon {
	font-size:30px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/*responsive*/
@media only screen and (max-width: 800px) {
   #wrapper-subnav, .home-wrapper, .page-wrapper {
    width:90% !important;
    padding-left: 5% !important;
padding-right: 5% !important;
  }
	#wrapper-header{
		width:90% ;
		padding:5%;
	}
	.top-nav{
		margin: 68px 0 0 !important;
	}
	.top-nav li{
		width:33%;
	}
	.site-title{
		position:absolute !important;
	}
	.page-wrapper article{
		width:100%;
		margin-right:0px;
		
	}

	#wrapper-footer{
	width:90%;
		padding:5%;
	}
	.home-left{
		width:90% !important;
		padding:5% !important;
	}
	iframe{
		max-width:100%;
	}
	.home-sidebar{
		float:left !important;
		width:90% !important;
		padding:5% !important;
	}
}
/*responsive*/