.background-color {
	background-color: #fbebeb !important;
}

.site-intro {
    background-color: #e6e6e7;
    font-size: 19px;
    border-style: solid;
    border-width: 1px; 
    padding: 10px;
}

@media (min-width: 992px) {
	.site-intro {
	    height: 600px;
	}
}

@media (max-width: 992px) {
	#botton-row {
	    display: none;
	}
}

.container {
	background-color: white;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.rtl-direction {
	direction: rtl;
}

.h2-title {
	border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 30px auto;
    display: inline-block;
    padding: 4px 0px;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;	
    font-weight: bold;
}
@media(max-width: 576px) {
    .h2-title {
        font-size: 30px;
    }
}

.center-text {
	text-align: center;
}

.page-content {
    border-style: solid; 
    border-width: 1px; 
    padding: 30px;
    background-color: #e6e6e7;
    font-size: 19px;    
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.ltr {
    direction: ltr;
}

.width-130 {
    width: 130px;
}

.btn-notes-site, .btn-notes-site:hover, .btn-notes-site:focus, .btn-notes-site:active, .btn-notes-site.active, .open .dropdown-toggle.btn-notes-site {
    color: #fff;
    background-color: #707971;
    border-color: #707971;
}

.btn-notes-site:hover, .btn-notes-site:focus {
    color: white!important
}

.flags {
    margin-right: 5px;
}
.flags >  img {
    width: 35px;
    height: 25px;
}