/* Fonts */
	/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);*/
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family: 'Raleway', sans-serif;
		font-weight:100;
		font-size: 24px;
	}

a:hover {
opacity:0.8;	
}
html, body, .container {
    height: 100%;
    overflow: hidden;
}
.container {
    display: table;
    vertical-align: middle;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 480px) {
 .container {
    height: 90%;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-lg-12 {
	/*padding-right: 0px !important;*/
    /*padding-left: 0px !important;	*/
}

}