
@font-face {
    font-family: 'Lao UI Bold';
    src: url('../font/laouib-webfont.eot');
    src: url('../font/laouib-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/laouib-webfont.woff') format('woff'),
        url('../font/laouib-webfont.ttf') format('truetype'),
        url('../font/laouib-webfont.svg#lao_uibold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Titillium Lt';
    src: url('../font/titillium-light-webfont.eot');
    src: url('../font/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/titillium-light-webfont.woff') format('woff'),
        url('../font/titillium-light-webfont.ttf') format('truetype'),
        url('../font/titillium-light-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;
}





@font-face {
    font-family: 'Titillium-Regular';
    src: url('../font/Titillium-Regular.otf');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Titillium LtItalic';
    src: url('../font/titillium-lightitalic-webfont.eot');
    src: url('../font/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/titillium-lightitalic-webfont.woff') format('woff'),
        url('../font/titillium-lightitalic-webfont.ttf') format('truetype'),
        url('../font/titillium-lightitalic-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Julius Sans One';
    src: url('../font/juliussans-webfont.eot');
    src: url('../font/juliussans-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/juliussans-webfont.woff') format('woff'),
        url('../font/juliussans-webfont.ttf') format('truetype'),
        url('../font/juliussans-webfont.svg#julius_sans_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: "Titillium Lt", Helvetica, Arial, sans-serif;
}
/*.thumb-home{
    height:438px;
}*/
.navbar{
	background-color:#fff;
	min-height:130px;
}
.navbar .container-fluid{
	height:100px;
}
.navbar-header{
	height:100px;
}
.logo{
	display:block;
	height:100px;
	padding:0;
}
.logo-img{
	padding:10px;
	border-right:1px solid #e7e7e7;
	height:100px;
	width:100%;
	background-size:90%;
	background-repeat:no-repeat;
	background-position:center;
}
.navegacao{	
	text-align:center;
	height:100px;
	padding-top:25px;
}
.navegacao button{
	font-size:25px;
	vertical-align:middle;
	height:50px;
	width:50px;
	border-radius:0;
	color:#001944;
	
}
.navegacao button:hover{
	background-color:#001944;
	color:#fff;
	
}
#content{
	background-color:#FFFFFF;
}
.edition{
	margin-bottom:15px;
}
.navbar{
	margin-bottom:0;
}
body{
	padding-top:100px;
}
.thumbnail{
    padding:10px;
    padding-bottom:0;
    border:0;
    background-color:transparent;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:top;
    margin-bottom:0;
    position:relative;
	
}
.edition.large{
    padding:0;
}
.edition-name{
    border-top:1px solid #eee;
    padding-top:0px;
    padding-left:15px;
    padding-bottom:5px;
    margin:0 10px;
    text-align:left;
    margin-bottom:20px;
    background-color:#fff;
    color:#004488 !important;
}
.edition-name strong{
	font-size:15px;
        text-transform:uppercase;
}
h1.titulo{
    font-size:24px;
    text-transform:uppercase;
    text-align:center;
    padding:15px;
    border-top:1px solid #eee;
    width:100%;
    background-color:#fff;
    margin:0 auto;
}
.large .thumbnail{
	min-height:400px;
}
.large{
	height:auto;
}

.thumbnail:hover .setas{
	
}
.artigos{
	border-bottom:1px solid #999;
}
.artigos-container{
	padding:0;
	border-left:1px solid #999;
}
.nav-arrow{
	margin:0 auto;
}
.navegacao-page{
	text-align:center;
}
.home-thumbnail{
	height:400px;
}
.thumbnail-1-1{
	width:170px;
}
.bg-cover{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.edition-thumbnail{
	margin-bottom:10px;
}
.edition-thumbnail h3{
	font-size:20px;
}
.edition-thumnail-active{
	background-color:#004488;
	color:#fff;
}
#rightContent{
    background-color:#eee;
    padding:0;
}
.navbar .container-fluid{
    padding:0;
}

.edition-number{
    background-color:#001944;
    color:#fff;
    padding:0 10px;
}
.nav-arrow-left{
    position:absolute;
    top:37%;
    left:10%;
    z-index:1000;
    background-color:transparent;
    border:0;
    font-size:150px;
}
.nav-arrow-right{
    position:absolute;
    top:37%;
    right:10%;
    z-index:1000;
    background-color:transparent;
    border:0;
    border-radius:0;
    font-size:150px;
}
.nav-arrow-left:hover, .nav-arrow-right:hover,.nav-arrow-left:active, .nav-arrow-right:active,.nav-arrow-left:focus, .nav-arrow-right:focus{
    background-color:transparent;
    border:0;
    outline:0;
    box-shadow:none;
}
.modal-content .nav-arrow-right,.modal-content .nav-arrow-left{
    font-size:42px;
    top:0;
}
.home.edition-name{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}
.vermais-content{
    text-align:center;
    padding-bottom:30px;
}
.vermais{    
    background-color: #001944;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 50px;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.vermais:hover{
    background-color: #fff;
    color: #001944;
}
/* 
 Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.
*/
@media(max-width: 450px){
    .thumb-home img{
        max-height:211px !important;
        height:auto !important;
    }
    .thumb-home{
        height:280px !important;
    }
}
@media (max-width: 768px) {
    .navegacao {
        background-color:#001944;
    }
    .menu-desc{
        color:#fff;
    }
    #modal-page{
        margin-top:25%;
    }
    .thumb-home{
        height:auto;
    }
    .home.edition-name{
        font-size:12px;
    }
    .logo-img{
        background-size:50%;
    }
    .edition-name strong{
        font-size:14px;
    }
    .thumb-home img{
        height:434px;
    }
}
 
@media (min-width: 992px) {
    
}
 
/* 
 Dispositivos com largura mínima de 1200 pixels. Por exemplo TVs.

@media (min-width: 1200px){
	#modal-page{
		margin-top:0;
	}
	.container{
		padding:0 15px;
		margin:0 auto;
	}
	.edition.large{
		width:inherit;
	}
}
*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #004488; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #004488; 
}


/*Edição Bruno*/

.barra{
	width: 100%;
	height: 30px;
	color: red;
}