/* New styles */
.banner-animated{
	background: url(/media/images/Animation-banner.jpg) repeat top center;
width: 100%;
margin: 0;
text-align: center;
position: relative;
height: 300px;
padding-top: 110px;
/* background-color: rgba(0, 0, 0, 0.5); */
box-sizing: border-box;
-webkit-animation: slide 40s linear infinite;
}
.layer{
	background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.upload-inbox {

    margin: 0 auto;
    overflow: hidden;
		position: relative;

}
.upload-inbox div{
	text-align: left;
	    padding: 22px 30px;
	    font-size: 24px;
	    color: #444;
}
.banner-animated a{
	text-decoration: none;
	width: 400px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	height: 75px;
	background: #ebebeb;
	border-radius: 40px;
}
.banner-animated .upload-inbox .blog{
	margin:15px 0;
	padding:15px 10px;
	padding-left: 30px;
	width:100%;
	outline:none;
	background: #ebebeb;
	cursor: pointer;
	border:1px solid #bbb;
	font-size: 22px;
	border-radius:30px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}
.upload-inbox i{
	position: absolute;
	    background: #ebebeb00 url(/media/images/upload.png) no-repeat center center;
	    right: 5px;
	    width: 47px;
	    height: 46px;
	    padding-left: 25px;
	    top: 13px;
	    border-left: 2px solid #a5a3a3;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -600px 0; }
}
.btn {
	color: white;
	padding: 10px 60px;
	border-radius: 30px;
	font-size: 16px;
	background: #eb3732;
	font-weight: bold;
	border: none;
}
.upload-btn1{
	position: relative;
	display: inline-block;
	overflow: hidden;
	top: 120px;
}
.upload-btn1 i{
	position: absolute;
	background: url(/media/images/upload1.png) no-repeat center center;
	width: 30px;
	left: 12px;
	height: 34px;
	top: 1px;
}
.upload-btn1 input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;

}
.upload-container .upload-left{
  width: 50%;
	float: left;
	display: block;
}
.upload-container .upload-right{
	width: 50%;
	float: left;
}
.file-upload-blog{
	padding: 10px;
	border: 2px solid #ccc;
	border-style: dashed;
	/* width: 600px; */
	margin: 0 auto;
	display: block;
	text-align: center;
	height: 270px;
	margin-top: 40px;
}
.upload-container {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    display: block;
}
.flds-form {
	padding: 10px;
	/* width: 600px; */
	margin: 0 auto;
	display: block;
	text-align: center;
}

.upload-form {
  /* width: 600px; */
  /*height: 375px;*/
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
	box-sizing: border-box;
  padding-right: 37px;
  padding-top: 25px;
  transition: opacity .5s ease, transform .5s ease;
}
.form-styling {
  width: 100%;
  height: 35px;
	padding-left: 15px;
	border:2px solid #ccc;
  margin-bottom: 20px;
	color: #333;
	box-sizing: border-box;
}
label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
	text-align: left;
  padding-bottom: 10px;
  color:#000;
  display: block;
	font-weight: bold;
}
.btn-upload{
	background: #eb3732;
	padding: 10px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	border: 2px solid #fff;
	box-shadow: 0 0px 2px 1px #999;
}
.btn-animate {
    margin: 20px 0px;
		display: inline-block;
		cursor: pointer;
}
.btn-upload:hover{
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: 2px solid #eb3732;
	 transition:0.2s ease all
}
@media only screen and (max-width: 980px){

	.header-right{
		display: none;
	}
	.menu-left a{
		display: block;
	}
	.primary-links{
		left:0;
	}

	.mobi-head{
		display: block;
		 float: right;
	}
	.upload-container .upload-right {
		width: 100%;
		float: none;
}
 .upload-container .upload-left {
		width: 100%;
		float: none;
 }
 .upload-form {
		width: 100%;
	 padding-left: 0px;
	 padding-right: 19px;
}
.flds-form{
 padding: 0px;
}
.file-upload-blog{
		 width: auto;
}
.flds-form {
				width: auto;
}
.upload-inbox{
    width: 300px;
}
.banner-animated a{
	width: 300px;
}
}
@media only screen and (max-width: 768px) {
	.left-content{
		float: none;
		width:100%;
	}
	.right-content{
		float: none;
		width:100%;
	}
	.article-container{
		float: none;
		width: 100%;
	}
	.left-content .article-container{
		width:100%;
	}
	.right-content .article-container{
		width:100%;
	}
	.upload-container .upload-right {
		width: 100%;
		float: none;
}
 .upload-container .upload-left {
		width: 100%;
		float: none;
 }
 .upload-form {
    width: 100%;
		padding-left: 0px;
		padding-right: 19px;
}
.flds-form{
 padding: 0px;
}
.file-upload-blog{
	    width: auto;
}
.flds-form {
        width: auto;
}

}

@media only screen and (max-width: 320px){
	.newsletter-block, .header-search-block {
		width: 220px;
	}
	.email-input {
		width: 160px;
		margin-bottom: 5px;
	}
	.search-outer {width: 210px;}
	.search-box {width: 180px;}

}

.upload-video-progressbar {
    height: 38px;
    background: #dff4df;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
    display: none;
}
		.upload-video-cur-progress {
			background: #64e262;
			height: 38px;
		}
		.upload-video-cur-progress span {
			font-size: 14px;
			color: #000;
			display: inline-block;
			position: absolute;
			top: 10px;
			left: 10px;
		}
		input[readonly] {
		    background-color: #c7c7c7 !important;
		}
		#wrapper{background:#FFF !important;}
		.upload-video-text {
		    font-size: 16px;
		    color: #666;
		    padding: 10px 0;
		    font-weight: bold;
		}
		.upload-video-text1 {
		    font-size: 13px;
		    color: #999;
		}
		.textareabox {
    width: 100%;
    border: 2px solid #ccc;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
}

.selectbox {
    width: 100%;
    border: 2px solid #ccc;
    height: 35px;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
}
.upload-btn2 {
    position: relative;
		display: inline-block;
		overflow: hidden;
}
.upload-thumbnail .thumbnail-txt{
	font-size: 14px;
	    margin: 5px 0px;
	    padding-left: 5px;
}
.upload-thumbnail {
    margin: 10px 0px;
		display: inline-block;
}
.upload-btn2 i{
	position: absolute;
	background: #ea2828 url(/media/images/plus.png) no-repeat center center;
	width: 38px;
	left: 0px;
	height: 39px;
	top: 0px;
	border-radius: 16px 0px 0px 16px;
}
.upload-btn2 input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.btn2 {
    color: white;
    padding: 10px 60px;
    border-radius: 30px;
    font-size: 16px;
    background: #000;
    font-weight: bold;
    border: none;
}