html, body {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
}
body {
	background-image: url("../images/bg.jpg");
}
@font-face {
    font-family: Planc-ExtraBold;
    src: url(Planc-ExtraBold.ttf);
}
div#body{
	width: 100%;
	padding: 0;
	margin: 50px 0;
}
div.panel{
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #666;
    margin: 0;
    outline: medium none;
	border: none;
	border-radius: 0;
	background: none;
}
div.panel-header{
	width: 100%;
	background: #000000;
	border-bottom: 2px solid #eaae19;
    display: block;
    font-size: 25px;
    text-align: center;
	padding: 25px;
}
div.panel-body{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: medium none;
    display: block;
    padding: 25px 30px 5px;
}
div.panel-body .row{
	margin-top: 20px;
	border-bottom: 1px solid #eaae19;
}
div.panel-body .row:first-child{
	margin-top: 0;
}
div.panel-footer{
	background: none repeat scroll 0 0 #000000;
    border-top: 2px solid #eaae19;
    display: block;
    padding: 15px 7px 25px;
}
.button2 {
    background: none repeat scroll 0 0 rgba(255, 165, 0, 0.7);
    transition: background 0.8s ease 0s;
	border: 0 none;
    color: #fff;
    cursor: pointer;
    font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
    height: 39px;
    margin: 10px 0 0 20px;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
	display: block;
	float: right;
    text-decoration: none;
}
.button2:hover{
	background: #eaae19;
}
.button {
background: none repeat scroll 0 0 #eaae19;
transition: background 0.8s ease 0s;
border: solid 2px #eaae19;
color: #2b374c;
cursor: pointer;
height: 39px;
margin: 10px 0 0 20px;
outline: medium none;
overflow: hidden;
padding: 0 25px;
position: relative;
display: block;
float: left;
text-decoration: none;
border-radius: 4px;
font-family: Planc-ExtraBold;
font-size: 19px;
font-weight: 100;
}
.button:hover{
	background: none repeat scroll 0 0 #ffffff;
	border: solid 2px #eaae19;
	border-style: solid;
	color: #2b374c;
}
code.command {
	color: #fff; 
	font-weight: bold; 
	background-color:#000;
	font-family: monospace;
	display: inline-block;
	margin: 6px 6px 6px 6px;
	padding: 12px 12px 12px 12px;
	border-style: solid;
	border-width: thin;
	border-color: black;
	width: 100%;
	min-height: 400px;
}

.orangebtn {
    background: none repeat scroll 0 0 rgba(255, 165, 0, 0.7);
    transition: background 0.8s ease 0s;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
    height: 39px;
    margin: 10px 0 0 20px;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    display: block;
    float: right;
    text-decoration: none;
}
.orangebtn:hover{
    background: none repeat scroll 0 0 rgba(255, 165, 0, 1);
}
.titlu_font {
font-family: Planc-ExtraBold;
font-size: 23px;
font-weight: 100;
}
.titlu_font_1 {
font-family: Planc-ExtraBold;
font-size: 15px;
font-weight: 100;
}
.responsive {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}