body{
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

header{
	font-family: 'Roboto Condensed', sans-serif;
}

.main-bg{
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.language{
	display: flex;
	align-items: center;
	height: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 2% 15%;
}

ul.nav.navbar-nav.navbar-right{
    padding: 15px 0px;
}

a.nav-item{
	font-size: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
	color: red;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: 450px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    margin-bottom: 0px;
}

.fit{
	padding: 0;
}

.title.main-bg {
    color: #fff;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-around;
    padding: 5px;
    margin: 1px;
}

img.thumbnails {
    width: 100%;
    height: 300px;
}

article{
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.article{
	position: relative;
}

.article:hover .overlay{
	background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(216, 3, 3, 0.75));
}

.descr{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

.descr-icons{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}

.descr-icons a{
	color: #fff;
}

.descr-icons a:hover{
	color: #f00;
	text-decoration: none;
}

.overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.9));
    /*z-index: 1;*/
}

.widget{
	margin: 10px;
	width: 95%;
	background-color: #fff;
}

footer{
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#owl-demo2 .item{
  background: red;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.footer-wrapper{
	color: #fff;
}

.footer-wrapper ul li{
	list-style-type: none;
}

.footer-wrapper ul li a{
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
}

.footer-title{
	text-align: center;
}

h3.title {
    text-align: center;
}

.add-thread {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

.logo-img{
	width: 100px;
	height: 30px;
}
.langs a {
    font-size: 20px;
}