/*--- Reset Code ---*/
body {
    font-family: Arial;
    background-color: #FFFFFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*--- Reset Code ---*/

/*-- Fonts --*/

/*--- Style ---*/

h1 {
    text-align: center;
    font-family: Arial;
	margin-top: 0px;
	font-weight: bold;
    color: #2B2B2B;
}

.upload {
    width: 75%;
	margin: auto;
	min-width: 320px;
    background-color: #FFFFFF;
	border: 0px solid #2B2B2B;
	/*box-shadow: 7px 7px 7px #585757;*/
	
}

h3 {
	margin-bottom: 0px;
	font-weight: bold;
    color: #F1F1F1;
}

.login-form {
	color: #fff;
	padding: 10px 50px 10px 50px;
	position: relative;
    background-color: #FFFFFF;
}

span {
    font-size: 10px;
	}

input.title {
    width: 70%;
    padding: 5px;
    background-color: #F5F5F5;
	color: #000;
    border: none;
    margin-left: 80px;
}

input.describe {
    width: 70%;
    margin-top: 15px;
    margin-left: 36px;
    border: none;
    background-color: #F5F5F5;
	color: #000;
    padding: 5px;
}

input.comment {
    width: 70%;
    margin-top: 15px;
    margin-left: 36px;
    border: none;
    background-color: #F5F5F5;
	color: #000;
    padding: 5px;
}

#drop a {
    background: #EF661E url("../images/up.png") no-repeat 10px;
    padding: 17px 15px 17px 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
}

#drop a:hover {
    background-color: #e35a44;
}

#drop input{
    display:none;
}

#upload ul{
}

#upload ul li{
    padding: 0 0px;
    height: 79px;
    position: relative;
    list-style-type: none;
    clear: both;
    overflow: hidden;
    background-color: #2d3134;
    border: 1px solid #BB2424;
    border-radius: 5px;
    margin-top: 25px;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    color: #F90000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 70px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 10px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


.upload span {
    color: #707070;
   
    font-size: 0.85em;
    display: block;
    letter-spacing: 0px;
	margin: -7px 0;
}
.upload input[type="text"] {
    width: 96%;
    padding: 10px;
    color: #404040;
    margin: 15px 0;
    outline: none;
    
    font-size: 0.875em;
    letter-spacing: 1px;
    border: none;
    background-color: #dddddd;
}
.login-form input[type="submit"] {
    background-color: #cbb25c;
    color: #fff;
    font-size: 1.15em;
    padding: 5px 35px;
    letter-spacing: 2px;
    outline: none;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border: none;
}
.login-form input[type="submit"]:hover {
    background-color: #5f8b9e;
}
.login-form a {
    color: #898989;
    font-size: 0.875em;
    letter-spacing: 2px;
    font-style: italic;
}
.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    line-height: 27px;
    cursor: pointer;
    position: relative;
    font-size: 1em;
    color: #2d2d2d;
}
.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #5f8b9e;
}
.checkbox input:checked + i:after {
    opacity: 1;
}
.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick1.png") no-repeat 1px 2px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}

.footer {
    text-align: center;
    margin-top: -100px;
}
.footer p {
    color: #34383b;
}
.footer a {
    color: #34383b;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/*--- Style ---*/

/*-- Responsive - Design --*/