@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/* font-family: 'Roboto', sans-serif; */

html, body {
    background-color:#fff;
    font-family: 'Roboto', sans-serif;
	font-size:1.05em;
	font-weight:300;
	color:#333;
	width:100%; min-width:374px;
	height:100%;
}

/***** LINKS *****/

a.finale {
    text-decoration:none; color:#0081aa; font-weight:400;
}
a.finale:hover, a.finale:focus, a.finale:active {
    text-decoration:none; color:#c6d500;
}

a.fTitle, a.fTitle:hover, a.fTitle:focus, a.fTitle:active {
	font-size:1.4em; font-weight:300; color:#0081aa; text-decoration:none; margin-left:-3px;
}

a.subMenu {
    text-decoration:none; color:#0081aa; font-weight:300; font-size:0.8em;
	border-left:3px solid #0081aa; padding-left:15px; line-height:1.8em;
	-webkit-transition: all 0.5s ease; transition: all 0.15s ease; 
}
a.subMenu:hover, a.subMenu:focus, a.subMenu:active {
    color:#c6d500; border-left:3px solid #c6d500;
	-webkit-transition: all 0.5s ease; transition: all 0.15s ease; 
}

a.hBtn, a.hBtn:focus, a.hBtn:active {
	width:240px; height:55px; line-height:55px; display:block; margin:0 10px; float:left;
	color:#fff; text-decoration:none; text-align:center;
	font-size:1.2em; font-weight:300;
	border:1px solid #fff; background-color:none; 
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}
a.hBtn:hover {
	background-color:rgba(255, 255, 255, 0.25); 
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}

a.cBtn, a.cBtn:focus, a.cBtn:active {
	height:40px; line-height:40px; display:block; float:left;
	color:#fff; text-decoration:none; text-align:center;
	font-size:0.9em; font-weight:300;
	background-color:#0081aa; 
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}
a.cBtn:hover {
	background-color:#1b638c;
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}

a.bBtn, a.bBtn:focus, a.bBtn:active {
	height:40px; line-height:40px; display:block; float:left;
	color:#0081aa; text-decoration:none; text-align:center;
	font-size:0.9em; font-weight:300;
	background-color:none; border:1px solid #0081aa;
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}
a.bBtn:hover {
	background-color:#0081aa; color:#fff;
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}

a.lBtn, a.lBtn:focus, a.lBtn:active {
	height:38px; line-height:38px; display:block; float:left;
	color:#0081aa; text-decoration:none; padding:0 20px;
	font-size:0.9em; font-weight:300;
	background-color:none; border:1px solid #0081aa;
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}
a.lBtn:hover {
	background-color:#e6f3f7;
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}

a.roundBtn:link, a.roundBtn:visited, a.roundBtn:active {
	font-size:24px; font-weight:bold; color:#fff; text-decoration:none; width:40px; height:40px; line-height:35px; background-color:#0081aa; text-align:center; border-radius:100px; display:block;
	-webkit-transition: all 0.5s ease; transition: all 0.2s ease; 
}
a.roundBtn:hover {
	background-color:#c6d500; 
	-webkit-transition: all 0.5s ease; transition: all 0.3s ease; 
}	

/***** TEXTS *****/

.title18 {
	font-size:1.8em; font-weight:100;
}

.title18c {
	font-size:1.6em; font-weight:300; color:#0081aa;
}

.title13 {
	font-size:1.3em;
}
.title12 {
	font-size:1.2em;
}

.text09 {
	font-size:0.9em; line-height:1.4em
}

.text08 {
	font-size:0.8em;
}

/***** OTHER *****/

.textNav {
	height:60px; font-size:0.7em; font-weight:300;
}

.textNav a {
    text-decoration:none; color:#0081aa;
}
.textNav a:hover, a:focus, a:active {
    text-decoration:underline;
}


/***** BOXES *****/

.c980 {
	width:980px; margin:0 auto;
}

.c980-2 {
	width:480px; float:left;
}
.c980-3 {
	width:290px; float:left; text-align:center; 
}

/***** FOOTER *****/

a.footerBtn:link, a.footerBtn:visited, a.footerBtn:active {
	font-size:14px; color:#fff; text-decoration:none; width:150px; height:25px; line-height:25px; background-color:#575759; margin-bottom:2px; display:block }
a.footerBtn:hover {
	font-size:14px; color:#c6d500; text-decoration:none; width:150px; border-right:3px solid #c6d500; height:25px; line-height:25px; background-color:#575759; margin-bottom:2px; display:block }	
