body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Roboto !important;
	font-size: 13px;
	outline: none;
	width: 100%;
	color: #333;
	background: url("../images/bg-body.jpg") repeat;
	overflow-x: hidden;
}

.wrapper{
	width: 1150px;
	margin: 0 auto;
}

*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/* ============ LINK ============ */
a:link{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
a:active{
	color:#333333;
}

/* ============ H ============ */
h1, h2, h3{
	font-size:14px;
}

/* ============ OTHER ============ */
.clear{
	clear:both;
}

/*===============.CLEARFIX===============*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* ============ FONT-FACE ============ */
@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('font-face/roboto-condensed-regular/robo_cond_fon.eot');
    src: url('font-face/roboto-condensed-regular/robo_cond_fon.eot?#iefix') format('embedded-opentype'),
         url('font-face/roboto-condensed-regular/robo_cond_fon.woff2') format('woff2'),
         url('font-face/roboto-condensed-regular/robo_cond_fon.woff') format('woff'),
         url('font-face/roboto-condensed-regular/robo_cond_fon.ttf') format('truetype'),
         url('font-face/roboto-condensed-regular/robo_cond_fon.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{
	font-family:'UTM Helve';
	src:url('font-face/UTM/UTM%20Helve.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'UTM Helve Bold';
	src:url('font-face/UTM/UTM%20HelveBold.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}