@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100);

html{
	background: url('../img/layout/bg-1.png') repeat-x center 115px #FFF;
}

body{
	color: #666;
}

div{
	position: relative;
	display: block;
}



/* ICONS STYLES */
h1 a:hover > i{color: #15B1E6;}
/* ICONS STYLES */





/* BUTTONS STYLES */
.button-xlarge{
	border: 5px solid #eee;
    color: #999;
    display: block;
    font-size: 25px;
    margin: 50px auto 0;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40%;

    transition: all 0.2s ease-out;
}

.button-xlarge:hover{
	border: 5px solid #FFF;
    color: #666;
    background-color: #eee;
}
/* BUTTONS STYLES */







/* BASIC STYLES */
hgroup{
	display: block;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	color: #999;
	display: block;
	margin: 5px 0;
	padding: 5px 0;
    font-weight: 300;
}

h1{
	font-size: 40px;
}

h2{
	font-size: 32px;
}

h3{
	font-size: 28px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 16px;
}

.bold{font-weight: 300;}

.title, .title:before, .title:after{
	display: block;
	content: "";
}

.title{color: #999;}

.title a{
	text-decoration: none;
	color: inherit;
}

.title a:hover{
	text-decoration: none;
	color: #15B1E6;
}

p{
	color: #999;
    font-family: Arial;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 15px;
    word-spacing: 1px;
}

.ident{padding-left: 40px;}

.center{text-align: center;}
/* BASIC STYLES */




/* HEADER */

header{
}

header h6{font-weight: 300;}

.bar{
	padding: 8px 10px;
	margin: 0 auto;
}

.bar span{
	font-size: 15px;
	margin-top: -3px;
}

.logo{
    height: 98px;
	margin: 10px 0 32px;
	background: url(../img/layout/logo.jpg) no-repeat scroll 0 0;
}

.email{margin-top: 64px; color: #999; float: right;}

.fantasia{margin-top: 55px; color: #999;}

/* HEADER */



/* BANNER */
.banner{
	text-align: center;
}
/* BANNER */



/* MENU */
.menu{
	margin: 0 auto;
}

.menu-list {
	margin: 0;
	padding: 0;
    width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none outside none; 
}
.menu-list .menu-item{
    text-align: center;
    -webkit-flex:1 1 auto;
    flex:1 1 auto;
    max-width: 100%;
    /*
        A propriedade FLEX é uma atalho para a mesma coisa escrita abaixo
        -webkit-flex-basis:auto;
        -webkit-flex-shrink:1;
        -webkit-flex-grow:1;
    */
}

.menu .menu-list .menu-item a{
	text-decoration: none;
	padding: 8px 5px;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-family: verdana;
	font-size: 15px;
}

.menu .menu-list .menu-item a:hover{
	color: #11647B;
	text-shadow: 0 0 5px #fff;
}
/* MENU */






/* MAIN */
.main{
	width: 100%;
	padding: 30px 0;
	background-color: #EEE;
}

.eventos, .cursos{margin-top: 25px;}
/* MAIN */






/* CONTENT */
.content-box{margin: 50px auto;}

.content{margin: 1rem 0;}

.lista a .lista-item{
	background-color: #FBFBFB;
	padding: 10px;
	border-top: 3px solid #15B1E6;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	border-left:1px solid #EEE;
	margin-bottom: 20px;

	box-sizing: border-box;
	transition: all 0.1s ease-out;
}

.lista a .lista-item .date{
	font-size: 13px;
	color: #999;
}

.lista a .lista-item:hover{

	-webkit-box-shadow: 0 0 5px #CCC;
	-moz-box-shadow: 0 0 5px #CCC;
	-ms-box-shadow: 0 0 5px #CCC;
	-o-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
}

.lista a .icone{
	padding-top: 20px;
	color: #CCC;
}

.lista a .icone:hover > i{
	color: #15B1E6;
}

.lista a .lista-item .title{
	margin-bottom: 5px;
	display: block;
	color: #888;
	font-weight: 400;
}

.lista a .lista-item:hover .title{
	color: #15B1E6;
}
/* CONTENT */





/* FOOTER */
footer{
	padding: 20px 0 20px;
}

footer .copyright{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 0;
}

footer .copyright a{
	text-decoration: none;
	color: #15B1E6;
}

footer .copyright a:hover{
	color: inherit;
}

footer .copyright a:visited{
	color: #15B1E6;
}
/* FOOTER */