@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: latoBold;
    src: url(../fonts/Lato-Bold.ttf);
}
html,body{	height:100%;} 
 body{	
	 margin: 0 auto;
	 display: block;
	width: 100%;
	min-height: 100%;
    font-family: lato;
}

.bold {
	font-weight: 800;
}
.imgcenter {
	max-width: 100%;
	margin: 10px auto;
}
.clear {
	clear: both;
    height: 0px;
}

.section {
    display: table;
    width: 100%;
    min-height: 100vh;
}

.nopadding{
padding: 0;
}

@media (max-width:450px){
.hidden_450 {display:none !important;}
}

@media(max-width:767px) {
.col-xs-nopadding {padding:0 !important;}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333 !important;
}

a:hover {text-decoration: none;}

