	body {
	background-color: #000;
}

.container-fluid {
	background-color:#000;
	margin:0px;

}
.btn-group{
	padding: 10px;
}
.social-media a:{
	hover: orange;
	color:#986;
}
 a:link, a:hover, a:focus{
 	text-decoration: none;

 }

 a:hover{
 	background: orange;
 }
 a:link{
 	color: orange;
 	font-size: 18px;
 }

.Mantra{
	background-color:	#000;
	
	color: white;
	-webkit-border-radius: 25px;
-webkit-box-shadow:rgb (110, 110, 110) 10px 10px 10px;
margin: 10px;
padding: 5px;
}
#Partners{
display: block; 		
border:1px solid orange;
color:#000 ;
-webkit-border-radius: 25px;
-webkit-box-shadow:rgb (110, 110, 110) 10px 10px 10px;
margin: 10px;
padding: 5px;
}

.col-lg-12clients{
	float:right;
	clear:both;
	border:4px;
}
.col-lg-12{

-webkit-border-radius: 25px;
-webkit-box-shadow:rgb (110, 110, 110) 10px 10px 10px;
margin: 10px;
padding: 5px;
}

.jumbotron{
	background-color: #897354;
}

.table table-bordered{
	display: block;
	background: #fff;
	text-decoration-color: #786543;
	color: #796543;
-webkit-border-radius: 25px;
-webkit-box-shadow:rgb (110, 110, 110) 10px 10px 10px;
margin: 10px;
padding: 5px;
}

.collapse:ul:li{
	padding: 30px;
	margin: 10px;
	text-align: center;
}
.panel:panel-default{

}
.navigation-menu{
	background: black;
	padding: 10px 20px;
}
.navigation-menu ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navigation-menu li{
	margin-right: 60px;
}
.navigation-menu li:last-child{
	margin-right: 0;
	margin-left: auto;
}
.navigation-menu a{
	color: #fff;
	text-decoration: none;
}
.search-box input{
	margin-right: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	float: right;
}
@media(max-width:768px){
	.navigation-menu ul {
		flex-direction: column;	
	}
	.navigation-menu li{
		margin-bottom: 10px;
	}
	.navigation-menu li:last-child{
		margin-bottom: 0;
	}
}

.thumbnail{
	padding: 0;
	margin-bottom: 0px;
} 

.button {
    
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

.h1{
	color: orange;
}

body{
    background-image: radial-gradient(#000000, #000); 
	}
#box{
    border: 5px solid rgb(500, 500, 500);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px 5px;
    background: rgba(500, 500, 500, 0.1);
    border-radius: 10px;
    top:50px;
}

#h2{
    text-align:center;
    color:#000;
}

.col-lg-12known{
	float:right;
	clear:both;
	border:4px;
}


.upload_form_cont {
background: -moz-linear-gradient(#ffffff, #f2f2f2);
background: -ms-linear-gradient(#ffffff, #f2f2f2);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
background: -webkit-linear-gradient(#ffffff, #f2f2f2);
background: -o-linear-gradient(#ffffff, #f2f2f2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
background: linear-gradient(#ffffff, #f2f2f2);
color:#000;
overflow:hidden;
}
#upload_form {
float:left;
padding:20px;
width:700px;
}
#preview {
background-color:#fff;
display:block;
float:right;
width:200px;
}
#upload_form > div {
margin-bottom:10px;
}
#speed,#remaining {
float:left;
width:100px;
}
#b_transfered {
float:right;
text-align:right;
}
.clear_both {
clear:both;
}
input {
border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #ccc;
font-size:14pt;
padding:5px 10px;
}
input[type=button] {
background: -moz-linear-gradient(#ffffff, #dfdfdf);
background: -ms-linear-gradient(#ffffff, #dfdfdf);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
background: -webkit-linear-gradient(#ffffff, #dfdfdf);
background: -o-linear-gradient(#ffffff, #dfdfdf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
background: linear-gradient(#ffffff, #dfdfdf);
}
#image_file {
width:400px;
}
#progress_info {
font-size:10pt;
}
#fileinfo,#error,#error2,#abort,#warnsize {
color:#aaa;
display:none;
font-size:10pt;
font-style:italic;
margin-top:10px;
}
#progress {
border:1px solid #ccc;
display:none;
float:left;
height:14px;
border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
background: -moz-linear-gradient(#66cc00, #4b9500);
background: -ms-linear-gradient(#66cc00, #4b9500);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
background: -webkit-linear-gradient(#66cc00, #4b9500);
background: -o-linear-gradient(#66cc00, #4b9500);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
background: linear-gradient(#66cc00, #4b9500);
}
#progress_percent {
float:right;
}
#upload_response {
margin-top: 10px;
padding: 20px;
overflow: hidden;
display: none;
border: 1px solid #ccc;
border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0 0 5px #ccc;
background: -moz-linear-gradient(#bbb, #eee);
background: -ms-linear-gradient(#bbb, #eee);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #eee));
background: -webkit-linear-gradient(#bbb, #eee);
background: -o-linear-gradient(#bbb, #eee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
background: linear-gradient(#bbb, #eee);
}

