.page_box{
	padding-top: 80px; padding-bottom: 30px;
}
.btn-1{
	background-color: #422828; color: #fff;
}
.btn-1:hover{
	background-color: #000; color: #fff;
}
a {
	color: #422828;
}
a:hover{
	color: #000;
}
.adiks{
	margin: 20px auto; text-align: center;
}
.adiks *{
	max-width: 100%;
}
.content *{
	max-width: 100%;
}
.social_inline_block{
	display: inline-block; vertical-align: top; padding: 7px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}
/* top & menu nav*/

#menu_box{
	background-color: white; border-bottom: solid 1px #e8e8e8;
}
#menu_box img{
	max-height: 30px;
}
#menu_box .dropdown-item.active, #menu_box .dropdown-item:active{
	background-color: #20bfa9;
}
/* main page - index */
#slider{
	margin-top: -50px;
}
#slider p{
	margin:0;
}
#slider .carousel-control-prev, #slider .carousel-control-next{
    width: 5%;
}
#slider h3, #slider p{
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
#index_text{
	background-color: #f6f6f6; padding: 50px; margin-top: 50px;
}
#alert_copy_to_clipboard{
	position: fixed; right: 10px; bottom: 10px; z-index: 100; display: none;
}
/* articles */
.articles_list img{
	width: 200px;
}
.articles_list .media{
	margin-bottom: 15px;
}
#articles_index{
	padding-top: 30px; padding-bottom: 30px;
}
#articles_index h3{
	margin: 20px 0;
}
#articles_index h5{
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 5px 0;
}
/* footer */
#footer_top{
	background-color: #f5f5f5; border-top: solid 1px #e4e8ea;
}
#footer_bottom{
	padding: 10px 20px 1px;  background-color: #422828;
}
#footer_bottom p, #footer_bottom p a{
	color: white;
}
/* cookies & rodo */
#cookies-message{
	display: none; color: white; padding: 15px 0px 12px; position: fixed; bottom: 0px; left:0; right:0; background-color: rgba(0,0,0,0.6); border-top: solid 1px white; z-index: 100000; box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#cookies-message .btn{
	position: relative; top:-3px;
}
#rodo-message .btn{
	white-space: normal;
}
/* side panel facebook */
#facebook_side{
	right: -300px; z-index: 1000; background-color: #2980b9; width: 300px; padding: 1px; height:354px; position: fixed; top: 88px; border: 1px solid white;
}
#facebook_side_image{
	position: absolute; top:-1px; left:-40px; width:40px; height: 51px; background-color: #2980b9; border: solid 1px white; border-right: none; border-top-left-radius: 2px; border-bottom-left-radius: 2px;
}
#facebook_side_image img{
	position: absolute; top: 15px; left: 14px;
}
#facebook-jssdk-iframe{
	display: none;
}
@media(max-width: 768px) {
	.articles_list .media{
		display: block; margin-bottom: 25px;
	}
	.articles_list img{
		width: 90%; margin-bottom: 5px;
	}
	#index_text{
		padding: 50px 0;
	}
}