@font-face {
	font-family: 'Unb Pro';
	src: url('../fonts/UnBPro_Regular.otf');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'Unb Pro';
	src: url('../fonts/UnBPro_Italic.otf');
	font-weight:normal;
	font-style:italic;
}
@font-face {
	font-family: 'Unb Pro';
	src: url('../fonts/UnBPro_Bold.otf');
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family: 'Unb Pro';
	src: url('../fonts/UnBPro_BoldItalic.otf');
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family: 'Unb Pro';
	src: url('../fonts/UnBPro_Light.otf');
	font-weight:200;
	font-style:normal;
}

body{ 
	font-family: 'Unb Pro';
	margin:0 20px 0;
	background: #eee; //#f5f5f5; //#eee #feeddd;
	//font-size:16px;
	}


h1{
	font-family:Unb Pro;
	font-weight:bold;
	font-style:normal;
	line-height: 1.1;
	color:#444;
}


h2{
	font-family:Unb Pro;
	font-weight:200;
	font-style:normal;
	color:#333;
}

h2.vspace{
	margin-top: 2em;
}

h3{
	font-family:Unb Pro;
	font-weight:normal;
	font-style:normal;
	color:#666;
}


h4{
	font-family:Unb Pro;
	font-weight:200;
	font-style:normal;
	color:#666;
}


h5{
	font-family:Unb Pro;
	font-weight:200;
	font-style:normal;
	line-height: 1.3;
	color:#555;
}


h6{
	font-family:Unb Pro;
	font-weight:200;
	font-style:normal;
	color:#666;
}


h4.strong{
	font-family:Unb Pro;
	font-weight:normal;
	font-style:normal;
}

h5.strong{
	font-family:Unb Pro;
	font-weight:normal;
	font-style:normal;
}

p{
	font-family:Unb Pro;
	font-weight:normal
	font-style:normal;
}

a:link, a:visited{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}


.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


@media only screen and (max-width: 980px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  /*
  h1{ font-size:64px; }
  h2{ font-size:58px; }
  h3{ font-size:44px; }
  h4{ font-size:36px; }
  h5{ font-size:34px; }
  h6{ font-size:28px; }
  */
 }