body{
	font-family: 'Open Sans', sans-serif;
}
.nlink{
	text-decoration: none;
}
.titler{
	font-weight: 700;
}
.contact-bg{
	background:url(../img/bg-contact.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
}
 .fill{
   /*width: 100%;
  height: 100%;*/
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-top: 20px;
 }
 .bg-grayst{
  background-color: #DFDEDE;
 }


