 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');


.right{
    float: right;
}


body
{
	background: transparent;
	padding: 0 15px 15px 15px
}

html{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQImWPYkSv0bEeu0BkofsYAY8AksAqgaAEAYkAhAT+v/8QAAAAASUVORK5CYII=) repeat;
	font-family: "Open Sans", sans-serif;
}

#navbar a, a{
	color: #d08728;
	transition: all 250ms ease-in-out;
}

#navbar a:hover, a:hover
{
	color: #a6640f
}

#navbar a{
	font-weight: 600;
}

#navbar .dropdown-menu li a{
	padding: 8px 15px
}

#logo
{
	float: left;
}

#title{
	font-family: "Open Sans", sans-serif;
	margin-top: 93px;
	float: left;
	line-height: 18px;
	font-size: 18px
}

#page
{
	background: white;
	border-radius: 0 0 5px 5px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.7);
	padding: 0;
	padding-bottom: 10px
}

#content{
	padding: 0 25px 25px 25px	
}

#page .navbar
{
	border-radius: 0;
	border-color: #a6640f80;
	border-left: none;
	border-right: none;
}


#page .page-header{
	position: relative;
	margin-top: 0;
	border:none;
	margin-bottom: 0;
	padding:0;
	padding-top: 40px
}


.padded{
	padding: 10px 5px;
	margin-bottom: 5px
}

.info-dialog{
	border:1px solid #AAA;
	border-radius: 3px;
	background: #F9F9F9;
}

.download-link{
	float: right;
	margin-right: 15px
}

table.table thead{
	background: #EFEFEF;
}

table tbody tr:nth-child(even){
	background: #FAFAFA;
}

.table-wrapper{
	border-radius: 3px;
	overflow:hidden
}
.input-group.padded
{
	padding-left: 0;
	padding-right: 0
}

#page textarea
{
	height: 175px;
	resize:vertical
}

.btn.btn-success.pull-right
{
	transition: all 250ms ease-in-out;
	margin-top: 10px;
	padding:10px 25px ;
	font-size: 16px
}

#page .form-control:focus{
	border-color: #a6640f80;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px #a6640f80
}


@media (max-width: 992px) {
  .maybe-padded {
    padding-bottom: 10px
  }
}

@media (max-width: 768px) {
	#page #title{
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 35px
	}

	#page .btn-social-icon.btn-youtube, #page .btn-social-icon.btn-facebook{
		transition: all 250ms ease-in-out;
		top: 170px;
	}
}

.btn-social-icon.btn-facebook{
	right: 10px;
	top: 120px;
	position: absolute;
	background: #d08728;
	border-color: #a6640f80
}

body #page .btn-social-icon.btn-facebook:hover,
body #page .btn-social-icon.btn-youtube:hover,
body #page .btn-social-icon.btn-facebook:focus,
body #page .btn-social-icon.btn-youtube:focus,
body #page .btn-social-icon.btn-facebook:active,
body #page .btn-social-icon.btn-youtube:active
{
	background: #a6640f;
	border-color: #a6640f80
}


.btn-social-icon.btn-youtube{
	color:white;
	right: 50px;
	top: 120px;
	position: absolute;
	background: #d08728;
	border-color: #a6640f80
}

#page .btn-lang{
	background: none;
	border: none;
}
.btn-lang_img{
	width: 24px;
	height: 24px;
}
.lang-section{
	position: absolute;
	top: 10px;
	right: 10px
}
footer{
	text-align: center;
    padding-bottom: 0;
    padding-top: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.25);
    margin-top: 10px;
}

.mainPageAbout{
	color: #462F15;
	text-decoration: underline;
	font-family: arial;
}

.burl{
	position: relative;
	display: block;
}

.mainPageAbout{
	margin-top: -55px;
	background: rgba(0,0,0,0.8);
	color:white!important;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -10px;
	line-height: 40px;
}