@font-face {
    font-family: 'icon-text';
    src: url('../../../fonts/modernpictogramspro_2-webfont.eot');
    src: url('../../../fonts/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/modernpictogramspro_2-webfont.woff') format('woff'),
         url('../../../fonts/modernpictogramspro_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'awesome';
    src: url('../../../fonts/fontawesome-webfont.eot');
    src: url('../../../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/fontawesome-webfont.woff') format('woff'),
         url('../../../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    background:#f9f9f9;/* url(../img/logo_big.png) center bottom no-repeat;*/
	color: #000000;
	font-family: "Montserrat-Light";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
	font-size: 14px;
}

h1.under {
	margin-top:25px;}

h2 {
	font-size:22px;
}

h3 {
	font-size:18px;
}

a {
	color:#000000;
}

a:hover {
	color:#FFFFFF;
}

a.buttons {
	padding:8px 10px;
	background:#FFFFFF;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 15px 0;
}

a.buttons:hover {
	background:#000000;
}

a.blue {
	background:#58595B;
	color:#FFFFFF;
}

a.blue:hover {
	background:#000000;
}

.icons {
	font-family:'icon-text';
}

/****************************************/

body.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: #fff url('../img/icone/loading.gif') no-repeat 50% 50%;
}

.logo-container {
	padding:25px 0; 
}

.logo-container img {
	width:150px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

#loading-login span {
	background:url(../img/icone/loading.gif) center left no-repeat;
	color:#000000;
	font-size:12px;
	font-style:italic;
	padding:0 0 0 25px;
	line-height:17px;
}

#loading-login span.login-message {
	background-image:none;
	color:#F22;
	font-size:12px;
	font-style:italic;
	padding:0 0 0 0px;
	line-height:17px;
}

#loading-recover span {
	background:url(../img/icone/loading.gif) center left no-repeat;
	color:#999;
	font-size:12px;
	font-style:italic;
	padding:0 0 0 25px;
	line-height:17px;
}

.loader-all {
	position:absolute;
	z-index:3000000;
	float:left;
	width:100%;
	display:none;
	text-align:center;
	background:rgba(255,255,255,0.7) }

.loader-all-disconnected {
	display:table-cell;	
	vertical-align:middle;
	font-style:italic;
	font-size:13px;
	color:#999;
}
