@import url('https://fonts.googleapis.com/css?family=Google+Sans:400,700');

*{
	font-family: 'Google Sans', sans-serif;	
}

nav *, h1, h2, h4{
	
}

body{
	background-color: #ffffff !important;
	padding-top: 20px;
	
}

.container.main{
	padding-bottom:100px;
}
.container .content{
	background-color: #ffffff !important;
	padding-bottom:100px;
}
@media screen and (max-width: 992px) {
  	.container .content{
		padding-bottom:0px;
	}
}
.container .content .section{
	font-weight:700;
	color:#333;
	margin:10px;
	margin-right:0;
	padding:10px;	
	padding-right:0;
}
.container .content .section.borderb{
	padding-bottom:20px;
	border-bottom:2px solid rgb(56, 63, 78);
}

/* HEADER */
.blog-header-logo img{
	height:3rem;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
	color: #333 !important;
	text-transform: uppercase;
	letter-spacing: .06px;
	font-size: 14px;
}

.header-logo{
	
}
.header-logo .day{
	color: #999;
	font-size:12px;
	padding-left:10px;
}
@media screen and (max-width: 992px) {
  	.header-logo .day,
  	#searchMagnifier{
		display:none;
	}
}
.header-menu{
	border-top: .4rem solid #11BB44;
	box-shadow: 0 0.4rem 0.4rem 0 rgba(0,0,0,.04);
    /*margin-top: 70px;*/
    border-bottom: 2px solid #eff0f3;
    font-size:1rem;
    background-color: #FFF;
    z-index:10;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


.nav a:hover{
	text-decoration: none;
	color:#11BB44 !important;
}

#searchMagnifier{
	cursor: pointer;	
}
#searchField{
	display:none;
	margin-bottom: 0;
}

/* END HEADER */

.partner_gold{
	background-color:#f5f6f8;
}
.partner_gold img{
	max-width:750px;
	cursor:pointer;
	
}
@media screen and (max-width: 992px) {
  	.partner_gold img{
		width:100%;
	}
}


.last-comments{
	padding-top:20px;
}
@media screen and (max-width: 992px) {
  .last-comments{
		display:none;
	}
}
.last-comments a{
	width:150px;
	border-right:1px solid #009922;
}
.last-comments a:last-child{
	border-right:0;
}

.last-comments a:hover .hour{
	text-decoration:underline;
	text-decoration-color:#11BB44;
}
.last-comments a:hover .text{
	text-decoration:underline;
	text-decoration-color:#FFFFFF;
}
.last-comments a .hour{
	font-size: 13px;
	color:#77FFAA;
}
.last-comments a .text{
	font-size: 13px;
	color:#FFF;
	line-height:18px;
	word-wrap: break-word;
}

/* ARTICLE */
.article{
	padding:20px;
	border-bottom:1px solid #f5f6f8;
}

.article .title, .article a .title{
	font-size: 28px;
    line-height: 32px;
    font-weight:700;	
    color:#333;
}
.article a:hover{
	text-decoration-color: #333;
}
.article .author{
	font-size: 15px;
    line-height: 20px;
    font-weight:400;
    color:#999;
}
.article .image{
	max-width:595px;
	max-height:300px;
	margin-top:5px;
	margin-bottom:15px;	
}
.article .embed-responsive {
	margin-top:5px;
	margin-bottom:15px;
}
@media screen and (max-width: 992px) {
	.article .image{
		max-width:100%;
		max-height: 300px;
	}
}
.article .link{
	font-size: 15px;
    line-height: 20px;
    color:#11BB44;
    display:block;
    margin-bottom: 5px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article p{
	font-size: 15px;
    line-height: 22px;
    color: #454f5f;
    margin-bottom: 10px;
    overflow: hidden;
	text-overflow: ellipsis;
}
.article p a{
	color:#11BB44;
	font-style: italic;
}

.container .content .adsbygoogle{
	border-bottom:1px solid rgb(245, 246, 248);
	min-height:180px;
	margin-top:16px;
}

/* ARTICLE BLOCK*/
.articleblock{
	padding:10px;
	margin-bottom:30px;
	border-bottom: 1px solid #2a303b;
}

.articleblock .title, .articleblock .title a{
	font-size: 20px;
    line-height: 22px;
    font-weight:700;	
    color:#333;
}
.articleblock .author{
	font-size: 13px;
    line-height: 18px;
    font-weight:400;
    color:#999;
}
.articleblock .image{
	max-width:100%;
	max-height:150px;
	margin-bottom:5px;,	
}
.articleblock .embed-responsive {
	margin-bottom:5px;
}
.articleblock .link{
	font-size: 13px;
    line-height: 18px;
    color:#11BB44;
    display:block;
    margin-bottom: 5px;
}
.articleblock p{
	font-size: 13px;
    line-height: 18px;
    color: #454f5f;
    margin-bottom: 10px;
    overflow: hidden;
	text-overflow: ellipsis;
}
.articleblock p a{
	color:#11BB44;
	font-style: italic;
}


.footer{
	font-size: 12px;
	color: #666;
}
.footer img{
	height:16px;	
}
.footer .lire, .footer .commenter{
	cursor:pointer;
}

.commentsBox{
	margin-bottom:20px;
	display:none;
}

.commentsBox .comment{
	margin:10px 0 0 0;
	font-size: 12px;
	/*border-radius: 5px;*/
	padding: 10px 0;
	border-top: 1px double #EEE;
	/*background-color: #F8F8F8;*/
	color:#333;
}

.commentsBox .comment .author{
	font-size: 12px;
	color:#000;
	font-weight:700;
	margin-bottom:5px;
}
.commentsBox .comment .date{
	font-size: 10px;
	color:#999;
	margin-bottom:5px;
}
.commentsBox .comment p{
	font-size:14px;	
	margin-bottom:5px;
}
.commentsBox .comment img{
	height:16px;
}
.commentsBox .comment .abus{
	cursor:pointer;
}
.commentsBox .likes{
	font-size:14px;
}

.commentsBox .likes a:hover{
	cursor:pointer;
}

.addCommentBox{
	margin-top:15px;
}
.addNewsBox{
	/*background-color: #F5F5F5;*/
	padding:10px;
	margin:10px;
	padding-top:20px;
	border-top:2px solid rgb(56, 63, 78);
	border-bottom:2px solid rgb(56, 63, 78);
}
.addCommentBox .textComment, 
.addNewsBox .textNews,
.addNewsBox .titleNews{
	width:100%;
}
.addNewsBox .titleNews{
	font-weight:600;	
}
.addCommentBox .msgComment, 
.addNewsBox .msgNews{
	font-size:12px;
	font-style: italic;
	line-height:14px;
	padding-bottom: 10px;
}
.addCommentBox input, .addCommentBox textarea, 
.addNewsBox input, .addNewsBox textarea{
	font-size: 13px;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #EEE;
	color:#333;
}
.addCommentBox .send, 
.addNewsBox .send,
.section .send{
	font-size: 15px;
    line-height: 20px;
    color:#FFF;
    background-color:#11BB44;
    border-radius:4px;
    padding:4px;
    width:50%;
    margin:0 auto;
    text-align: center;
}
.addNewsBox .send{
	margin-right:0;
}
.addCommentBox .send:hover,
.addNewsBox .send:hover,
.section .send:hover{
	background-color:#00AA33;
	cursor:pointer;	
}
.addNewsBox .dz-message{
	margin-left:10px;
	cursor:pointer;
}
.addNewsBox .dz-message:hover{
	text-decoration: underline;
	color:#666;	
}
.addNewsBox .dz-message,
.addNewsBox .dz-preview{
	margin-left:10px;
	font-size:12px !important;
}
.addNewsBox .dz-preview{
	margin-top:5px;	
}

.aside{
	background-color: #FFFFFF;
	padding-bottom:20px;
}
.aside .section{
	background-color: #f5f6f8;
	border-top: 4px solid #2a303b;
	color:#2a303b;
	padding:20px;
	margin-top:40px;
}
.aside .section.pub{
	background-color: #FFF;
	border-top: 0;
}
.aside .section:first-child{
	margin-top:104px;
}
.aside .section .insert_title{
	font-size:20px;
	font-weight:700;
}
.aside .section .insert_list{
	list-style-type: none;
	padding-left:10px;
}
.aside .section .insert_list li{
	font-size:15px;
	border-top: 1px solid #DDD;
	padding:10px 0;
	margin-bottom:10px;
}
.aside .section .insert_list li:first-child{
	border:0;
}	
.aside .section .insert_list li:hover{
	text-decoration: underline;
	cursor:pointer;	
}
.aside .section .insert_list li .author{
	color:#999;	
}
.aside .section .insert_list .info{
	padding:2px 5px;;
	font-size:12px;
	border-radius:2px;
	border:1px dashed #DDD;
	color:#999;
	float:right;
	margin-left:5px;
}
.aside .section p{
	font-size:14px;	
	margin-bottom:12px;
}
.aside .section input{
	width:100%;
	padding: 2px 4px;
	font-size:14px;	
	margin-bottom:12px;
}
.aside .sectionTag{
	float:left;
	border:1px solid #333 !important;
	padding:5px 8px !important;
	margin-left:15px;
	margin-top: 5px;
	border-radius: 4px;
}
.aside .sectionTag.active{
	background-color:#33AFFF;	
}
.aside .sectionTag:hover{
	text-decoration: none;
}
.aside button{
	margin:20px;
}
.aside input[type=text]{
	margin-top:10px;
}


figcaption{
	font-style: italic;
	font-size:80%;
	padding-top:5px;
}
.float-right figcaption{
	text-align: right;	
}

footer{
	color:#FFF;
	font-size:90%;
}
footer a{
	color:#FFF;
}
footer a:hover{
	color:#FFF;
}
footer hr{
	border-top: 1px solid rgba(255,255,255,0.5);
}
footer.bg-dark{
	background-color: #444 !important;
}
.bg-dark{
	background-color: #444 !important;
}


.top-buffer { 
	margin-top:100px !important;
}

.masthead {
  height: 50vh;
  min-height: 500px;
  background-image: url('../img/bg-home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#FFF;
  font-style: italic;
  font-family: 'Varela Round', sans-serif;
}

.card{
	border:0;
	color:#000;
	text-decoration: none;
	border-radius:4px;
	background-color:transparent;
}
.card:hover{
	color:#333;
	text-decoration: none;
	cursor:pointer;
	background-color:#FFF;
}
.card-header, .card-text{
	background-color: transparent;
	text-align:center;
}
.card img{
	width:50%;	
}