html, body {
    width: 100%;
    height: 100%;
    font-family: robotoregular;
    font-size: 14px;
    color: #333333;
    background-color: #f2f2f2;
}

.bg-highlight{
    background-color: #c10303 ;
    color: #ffffff;
}

.text-highlight{
    color: #c10303;
}

.text-overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*-----------------change default intro.js-----------------*/
.introjs-helperLayer {
	background-color: rgba(255,255,255,.4);	
}

/*-----------------navbar resize-----------------*/
.navbar{
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
    padding: 10px 0;

    -webkit-transition: box-shadow .05s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: box-shadow .05s ease-in-out, background-color .2s ease-in-out;
    transition: box-shadow .05s ease-in-out, background-color .2s ease-in-out;
}

.navbar-fixed-top {
    border: none;
}

.navbar.tutorial i {
	color:black;
}

.header {
    position: relative;
    width: 100%;
    height: 192px;

    background-size: cover!important;
    background-repeat: no-repeat;
}

.header.tutorial {
	display: none;
}

.title-page{
    font-size: 24px;
    line-height: 1.95;
    margin: 0;
    padding: 0;
    opacity: 0;

    -webkit-transition: display .1s ease-in-out;
    -moz-transition: display .1s ease-in-out;
    transition: display .1s ease-in-out;
}

/*-----------------end navbar resize-----------------*/

.navbar a, .navbar button, .navbar button:hover{
    color: #ffffff;
}

.navbar-nav > li > a:hover{
    background-color: rgba(0,0,0,0.05);
}
a{
	cursor:pointer;
}

.navbar-nav > li.dropdown > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown > a:focus{
    background-color: transparent;
	color: #333;
}

.navbar-nav > li > .dropdown-menu{
    margin-top: -10px;
}

.toolbar{
    font-size: 24px;
    margin-top: 7px;
    font-weight: bold;
    padding: 0 45px 0 0;
}

.ordenacao{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}


section.container {
    z-index: 100;
    top: 190px;
    position: absolute;
    left: 0;
    right: 0;
}

.twitter-bar{
    background-color: #55acee; 
    color: #fff; 
    padding: 10px; 
    font-weight: bold;
}

.twitter-bar img{
    margin-right: 5px;
}

.twitter-timeline{
    height: 247px;
    width: 100%;
}

@media (min-width: 1921px) {
    .twitter-timeline{
        height: 291px;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .twitter-timeline{
        height: 253px;
        width: 100%;
    }
}

.drop-header{
    margin: 0;
    padding: 15px 0;
}

.drop-header .dropdown-toggle{
    color: #333;
}

.form{
    padding: 20px 15px;
}

.list{
}

.list a{
    width: 100%;
    color: #666;
    float: left;
    padding: 15px 0 0 0;
}

.list a:hover{;
    color: #333;
    background-color: #f8f8f8;
}

.list-item{

    float: left;
    width: 100%;
}

.list-image{
    overflow: hidden;
    float: left;
}

.list-image img{
    width: 80px;
    border-radius: 50%;
    border: 1px solid #eee;
}

.list-content{
    height: 80px;
    border-bottom: 1px solid #eee;
    padding: 0 15px 0 0;
}

.list-item .list-title{
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px;
}

@media (max-width: 767px) {
    .list-image img{
        margin: 0 auto;
    }

    .list-content{
        padding: 0 15px;
    }

    section.container{
        padding: 0;
    }
}

.btn-carregar{
    margin: 15px 0;
}

.dropdown a{
    font-size: 17px;
}

@media (max-width: 767px) {
    .dropdown a{
        font-size: 16px;
    }
}

.dropdown-menu > li > a{
    font-size: 16px;
}