/* max-width: 420px ====================================================================================================================== */

@media (max-width: 420px) { 

	/* search.php */

	.video_row_search_opt {
		max-width: 1024px;	
		margin: 15px auto;
		display: block;
		background-color: #FFF;
		padding: 5px 10px;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.video_row_search_opt:hover {
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.search_filter {
		float: left;
		width: 100%;
		padding-right: 10px;
	}

	.search_filter_title {
		width: 100%;
	}

	.search_filter_wrap {
		width: 100%;
		display: table;
		margin: 0px auto;
	}

	.search_filter_drop_txt {		
		margin: 3px 9px;
		outline: medium none;
		resize: none;
		border-radius: 5px;
		border: medium none;
		padding: 2px 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		overflow: hidden;
	}

	.search_filter_drop {
		display: inline-block;
	}

	.select-style {
		overflow: hidden;
		background: #FFF url("../images/rsz_down_red_arrow.png") no-repeat scroll 96% 50%;
		margin-bottom: 10px;
	}

	.select-style select {
		padding: 0px;
		width: 109%;
		border: medium none;
		box-shadow: none;
		background: transparent none repeat scroll 0% 0%;
		-moz-appearance: none;
		color: #333;
		font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
		font-size: 16px;
	}

	.search_order_wrap {
		width: 100%;
		display: table;
		margin: 0 auto;
	}

	.search_order_drop_txt {
		margin: 3px 9px;
		outline: medium none;
		resize: none;
		border-radius: 5px;
		border: medium none;
		padding: 2px 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		overflow: hidden;
	}

	.search_rez_found {
		color: #D40000;
		text-align: center;
		padding: 0px 10px;
		margin: auto;
		font-size: 18px;
	}

	.video_row_search {
		width: 280px;
		margin: 15px auto;
		display: block;
		background-color: #FFF;
		padding: 10px;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		position: relative;
	}

	.video_row_search:hover {
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.video_left_search {
		margin: 0 auto;
		width: 192px;
	}

	.text_right {
		margin-top: 10px;
	}

	.upl_info_search {
		width: auto;
		font-size: 11px;
		text-align: center;
		list-style-type: none;
	}

	.upl_info_search li {
		display: inline-block;
	}

	.timeago {
		text-decoration: none;
	}

	.descr_search {
		font-size: 14px;
		text-align: center;
		font-weight: normal;
		color: #767676;
		display: block;
		height: 55px;
		margin: 0px auto;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
	}


	/* registration.php */

	.profile_title {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
		padding: 0px 5px;
	}

	#panel2 {
		width: 100%;
		margin: 0px auto;
	}

	#panel2 table {
		margin-bottom: 10px;
	}

	#panel2 label {
		font-size: 13px;
		text-shadow: 0px 1px 2px #999;
	}

	#panel2 input.text {
		border-radius: 5px;
		border: medium none;
		font-size: 14px;
		width: 100%;
		padding: 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		margin-top: 3px;
		margin-bottom: 3px;
		font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	}

	#panel2 p {
		padding: 0 5px;
		text-align: center;
		margin-bottom: 15px;
	}


	/* upload.php */

	
	#uploadVideo {
		padding-bottom: 20px;
		width: 95%;
		margin: 0 auto;
	}
	
	#dropzone_wrap {
		border: 2px dashed #777;
		text-align: center;
		color: #444;
		text-shadow: 1px 1px #FFF;
		font-size: 25px;
		margin: 15px auto;
		width: 100%;
		padding: 20px 0px;
		position: relative;
	}

	.oppure {
		font-size: 13px;
		margin: 5px auto;
	}

	.browse_button {
		-moz-appearance: button;
		line-height: 20px;
		padding: 5px 10px;
		font-size: 20px;
		border: 1px solid #aaa;
	}

	.custom-file-input {
		display: none;
	}
	
	.dropzone {
		top: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		cursor: pointer;
	}

	#info_file {
		display: none;
		margin-top: 20px;
	}

	.type {
		font-size: 13px;
	}

	.info {
		font-size: 13px;
		font-weight: bold;
	}

	#errorTypeOfFile {
		display: block;
		color: #F00;
		font-size: 13px;
		margin-top: 20px;
	}

	#file_details {
		display: none;
	}

	.upload_txt {
		display: block;
		margin: 10px auto;
		outline: medium none;
		resize: none;
		width: 95%;
		border-radius: 5px;
		border: medium none;
		font-size: 14px;
		padding: 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		overflow: hidden;
	}

	#errorUpload {
		text-align: center;
		display: block;
		margin: 5px auto;
		font-weight: bold;
		color: #F00;
	}


	/* profile.php */

	.profile_title_top {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
	}

	#panel3 {
		width: 95%;
		margin: 0px auto;
	}

	.regForm {
		display: table;
		margin: 0px auto;
	}

	.user {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/profile_picture.jpg");
		z-index: 3;
		margin: 0px auto;
		overflow: hidden;
	}

	#panel3 label {
		font-size: 14px;
		text-shadow: 0px 1px 2px #999;
		padding-right: 10px;
	}

	.update_photo_btn {
		line-height: 20px;
		padding: 0.2em 0.4em;
		margin: 0.2em;
		text-align: center;
		border: 1px solid #aaa;
	}

	#namePhotoProfileToUpload {
		display: none;
	}

	#panel3 input.text {
		border-radius: 5px;
		border: medium none;
		font-size: 15px;
		width: 100%;
		padding: 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		margin-top: 3px;
		margin-bottom: 3px;
		font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	}

	.profile_txt {
		font-size: 14px;
		text-shadow: 0px 1px 2px #999;
		text-align: center;
		margin: 10px auto 0px;
		padding-bottom: 10px;
	}


	/* channel.php */

	.channel_row {
		padding: 10px 0px;
		margin: 15px auto;
		display: block;
		background-color: #FFF;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		position: relative;
	}

	.info_chann_photo {
		display: table;
		margin: 0 auto;
	}

	.user_chann {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/profile_picture.jpg");
		z-index: 3;
		margin: 0px auto;
	}

	.info_chann_info {
		display: table;
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
	}

	.chann_txt {
		font-size: 16px;
	}

	.chann_txt_field {
		font-size: 13px;
		color: #555;
	}

	.info_chann_buttons {
		display: table;
		margin: 0 auto;
		text-align: center;
	}

	.info_chann_buttons_wrapper {
		margin: 0px auto;
		width: 100%;
		height: 100%;
		padding-top: 10px;
	}

	.chann_btn {
		padding: 0px 5px;
		background: #D40000 none repeat scroll 0% 0%;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: table;
		line-height: 18px;
		margin: 5px auto;
		vertical-align: middle;
		transition: background 0.55s ease 0s;
	}

	#tabs_chann ul { 	
	    list-style-type: none;
	    margin: 0 auto;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
	

	#tabs_chann ul li {
		height: 20px;
		color: #777;
		background-color: #EEE;
		text-align: center;
		padding: 0px;
		margin: 0px;
		text-decoration: none;
		line-height: 20px;
		cursor: pointer;
	}

	#tabs_chann ul li:hover {
		color: #D40000;
		font-weight: bold;
		background-color: #FFF;
	}

	#tabs_chann ul li.tab_selected {
		color: #D40000;
		font-weight: bold;
		background-color: #FFF;
		cursor: default;
	}

	.container_tab {
		padding: 0px;
		margin: 0px auto;
	}

	.container_tab_active {
		display: block;
	}

	.container_tab_inactive {
		display: none;
	}

	.historyEvent {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.historyEventText {
		display: inline-block;
		width: 100%;
		line-height: 20px;
	}

	.historyEventDate {
		font-size: 12px;
		text-align: center;
		color: #777;
	}

	.statistics_row {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.statistic {
		padding: 2px 10px;
	}

	.statistic_red {
		color: #D40000;
	}

	.stat {
		font: 12px sans-serif;
		text-align: center;
		width: 280px;
	}

	.follower_row {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		padding: 2px 0 0 0;
	}

	.user_follower_img {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/unknown_user.png");
		z-index: 3;
		margin: 5px auto;
	}

	.username_follower {
		line-height: 20px;
		color: #777;
		font-size: 16px;
	}

	.follow_date {
		font-size: 12px;
		text-align: center;
	}

	/* messages.php */

	.video_mid_container {
		width: 100%;
		min-height: 80px;
		
	}

	.messages_left {
		width: 65%;
		float: left;
	}

	.messages_area {
		background-color: #FFF;
		width: 100%;
		min-height: 412px;
		display: block;
		margin: 10px auto;
		padding-bottom: 5px;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.messages_section_title {
		padding: 5px 0px 0px 5px;
		color: #444;
		text-align: left;
		font-size: 13px;
	}

	.comment_wrapper {
		margin: 10px;
		height: auto;
		width: auto;
		color: #444;
	}

	.messages_list {
		height: 200px;
		font-size: 13px;
		color: #555;
		border: 1px solid #E1E1E1;
		overflow: auto;
		position: relative;
	}

	.my_messages {
		text-align: right;
		padding: 5px;
		overflow: auto;
		position: relative;
	}

	.sender_messages {
		padding: 5px;
	}

	.sender_messages .message_text {
		width: 100%;
	}

	.sender_messages .message_date {
		font-size: 10px;
	}

	.my_messages .message_text {
		width: 100%;
		float: right;
	}

	.my_messages .message_date {
		float: right;
		font-size: 10px;
	}

	.message_center {
		font-size: 14px;
		text-align: center;
	}

	.messages_right {
		width: 31%;
		float: left;
	}

	.messages_users_area {
		width: 100%;
		min-height: 417px;
		margin: 10px 0 0 10px;
		text-align: center;
		background: #FFF none repeat scroll 0% 0%;	
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.messages_users_wrapper {
		margin: 0px auto;
		overflow: auto;
	}

	.messages_users {
		margin: 5px 3px;
		color: #D40000;
		border: 1px solid #E1E1E1;
	}

	.user_messages_img {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/unknown_user.png");
		z-index: 3;
		margin: 3px auto;
	}

	.message_username {
		font-size: 13px;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding-top: 10px;
	}

	.message_unread {
		font-size: 10px;
		text-align: center;
		color: #555;
	}

	

	/* video.php */

	.video_mid_container {
		width: 100%;
		margin: 0px auto;
		display: table;
		
	}

	.video_player_wrap {
		padding: 5px;
	}

	.video_player {
		width: 100%;
		margin: 0 auto;
	}

	.info_video {
		background-color: #FFF;
		width: 300px;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}
	
	.video_title {
		width: 100%;
		padding-top: 5px;
		padding-left: 5px;
		font-size: 16px;
		color: #555;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}

	.info_video_photo {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		text-align: center;
	}

	.user_video {
		width: 40px;
		height: 40px;
		margin: 0 auto;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/unknown_user.png");
		z-index: 3;
	}

	.username_video {
		width: auto;
		line-height: 20px;
		font-size: 14px;
		display: table;
		margin: 0 auto;
	}

	.follow_btn_wrapper {
		height: 20px;
		line-height: 25px;
		padding: 0px 5px;
		background: #D40000 none repeat scroll 0% 0%;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
		transition: background 0.55s ease 0s;
	}

	.follow_btn_wrapper:hover {
		background: #A30000;
	}

	.info_video_info {
		text-align: center;
		padding-top: 10px;
	}

	.video_left_views {
		font-size: 14px;
	}

	.video_left_rating {
		font-size: 18px;
		text-align: center;
		padding: 0px;
	}

	.likes_counter {
		color: #777;
		font-size: 15px;
	}

	.thumbs_up {
		color: #777;
		cursor: pointer;
	}

	.options_video {
		background-color: #FFF;
		width: 300px;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.video_section_title {
		padding: 5px 0px 0px 5px;
		color: #555;
		text-align: center;
	}

	.share {
		padding: 0px 5px 0 5px;
	}

	#shareButtons {
		text-align: center;
	}

	.description_video {
		background-color: #FFF;
		width: 300px;
		height: auto;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		padding-bottom: 4px;
	}

	.description_desc {
		padding: 0 5px;
		color: #666;
		font-size: 13px;
		text-align: center;
	}

	.comment_video {
		background-color: #FFF;
		width: 300px;
		height: auto;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.comment_wrapper {
		margin: 5px;
		height: auto;
		width: auto;
		color: #444;
	}

	.comment_insert {
		width: auto;
		margin: 5px 0;
		border: 1px solid #E1E1E1;
		position: relative;
	}

	.comment_insert h3.who_says {
		width: auto;
		line-height: 30px;
		color: #D40000;
		font-size: 16px;
		margin: 0px 10px;
		text-align: center;
	}

	.comment_insert .comment_insert_container {
		margin: 0 10px 0 5px;
		border: medium none;
		width: auto;
		position: relative;
	}

	.comment_insert textarea.comment_insert_text {
		border: 1px solid #E1E1E1;
		color: #555;
		width: 100%;
		min-height: 100px;
		background: transparent none repeat scroll 0% 0%;
		resize: none;
		overflow: auto;
	}

	.comment_post_btn_wrapper {
		height: 20px;
		line-height: 25px;
		background: #D40000 none repeat scroll 0% 0%;
		color: #FFF;
		font-size: 14px;
		padding: 0px 5px;
		text-align: center;
		cursor: pointer;
		transition: background 0.55s ease 0s;
		display: table;
		margin: 0 auto 5px auto;
	}

	.comment_list {
		height: auto;
		font-size: 13px;
		margin: 0px 5px;
		color: #555;
	}

	ul.comment_holder_ul {
		list-style: outside none none;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		overflow: hidden;
	}

	ul.comment_holder_ul li.comment_holder {
		list-style-type: none;
		height: auto;
		width: auto;
		margin: 10px 0px;
		border: 1px solid #E1E1E1;
		overflow: hidden;
		position: relative;
	}

	ul.comment_holder_ul li.comment_holder .user_img {
		height: 50px;
		width: 50px;
		display: block;
		margin: 0 auto;
	}

	ul.comment_holder_ul li.comment_holder .user_img img.user_img_pic {
		width: 44px;
		height: 44px;
		margin: 3px;
		border: 1px solid #A1A1A1;
	}

	.comment_body {
		width: 100%;
	}

	ul.comment_holder_ul li.comment_holder .username_field {
		height: 25px;
		line-height: 22px;
		color: #D40000;
		font-size: 14px;
		text-align: center;
	}

	ul.comment_holder_ul li.comment_holder .comment_text {
		display: block;
		width: auto;
		font-size: 12px;
		text-align: center;
		word-wrap: normal;
	}

	ul.comment_holder_ul li.comment_holder .comment_date {
		font-size: 10px;
		text-align: right;
		padding: 5px 5px 0px 0px;
	}

	.comment_buttons_holder {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 20px;
	}

	.comment_buttons_holder ul {
		list-style-type: none;
		width: auto;
		height: auto;
		overflow: hidden;
	}

	.comment_buttons_holder ul li {
		float: right;
		height: 20px;
		width: auto;
		text-align: center;
		line-height: 19px;
		color: #FFF;
		background: #D40000 none repeat scroll 0% 0%;
		cursor: pointer;
		padding: 0px 5px;
		transition: background 0.55s ease 0s;
	}

	.comment_buttons_holder ul li:hover {
		background: #A30000;
	}

	.video_right { 

	}

	.video_row_similar {
		width: 300px;
		display: table;
		margin: 20px auto;
		text-align: center;
		background: #FFF none repeat scroll 0% 0%;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		
	}

	.thumb_similar {
		margin: 10px 20px;
		padding: 10px;
		width: 192px;
		height: 180px;
		vertical-align: top;
		display: inline-block;
		position: relative;
		background: #e1e1e1;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.thumb_similar:hover {
		background: #e1e1e1;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.img_404 {
		max-width: 300px;
	}

	.video_title_holder {
		
	}

}


/* min-width: 420px, max-width: 900px===================================================================================================== */

@media (min-width: 420px) and (max-width: 900px) {

	/* search.php */

	.video_row_search_opt {
		width: 75%;	
		margin: 15px auto;
		display: block;
		background-color: #FFF;
		padding: 5px 10px;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.video_row_search_opt:hover {
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.search_filter {
		float: left;
		width: 100%;
		padding-right: 10px;
	}

	.search_filter_title {
		width: 100%;
	}

	.search_filter_wrap {
		width: 100%;
		display: table;
		margin: 0px auto;
	}

	.search_filter_drop_txt {		
		margin: 3px 9px;
		outline: medium none;
		resize: none;
		border-radius: 5px;
		border: medium none;
		padding: 2px 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		overflow: hidden;
	}

	.search_filter_drop {
		display: inline-block;
	}

	.select-style {
		overflow: hidden;
		background: #FFF url("../images/rsz_down_red_arrow.png") no-repeat scroll 96% 50%;
		margin-bottom: 10px;
	}

	.select-style select {
		padding: 0px;
		width: 104%;
		border: medium none;
		box-shadow: none;
		background: transparent none repeat scroll 0% 0%;
		-moz-appearance: none;
		color: #333;
		font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
		font-size: 16px;
	}

	.search_order_wrap {
		width: 100%;
		display: table;
		margin: 0 auto;
	}

	.search_order_drop_txt {
		margin: 3px 9px;
		outline: medium none;
		resize: none;
		border-radius: 5px;
		border: medium none;
		padding: 2px 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		overflow: hidden;
	}

	.search_rez_found {
		color: #D40000;
		text-align: center;
		padding: 0px 10px;
		margin: auto;
		font-size: 18px;
	}

	.video_row_search {
		margin: 15px auto;
		display: block;
		background-color: #FFF;
		padding: 10px;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		position: relative;
	}

	.video_row_search:hover {
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.video_left_search {
		margin: 0 auto;
		width: 192px;
	}

	.text_right {
		margin-top: 10px;
	}

	.upl_info_search {
		width: auto;
		font-size: 11px;
		text-align: center;
		list-style-type: none;
	}

	.upl_info_search li {
		display: inline-block;
	}

	.timeago {
		text-decoration: none;
	}

	.descr_search {
		font-size: 14px;
		text-align: center;
		font-weight: normal;
		color: #767676;
		display: block;
		height: 55px;
		margin: 0px auto;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
	}


	/* registration.php */

	.profile_title {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
		padding: 0px 5px;
	}

	#panel2 {
		width: 100%;
		margin: 0px auto;
	}

	#panel2 table {
		margin-bottom: 10px;
	}

	#panel2 label {
		font-size: 13px;
		text-shadow: 0px 1px 2px #999;
	}

	#panel2 input.text {
		border-radius: 5px;
		border: medium none;
		font-size: 14px;
		width: 100%;
		padding: 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		margin-top: 3px;
		margin-bottom: 3px;
		font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	}

	#panel2 p {
		padding: 0 5px;
		text-align: center;
		margin-bottom: 15px;
	}


	/* upload.php */

	
	#uploadVideo {
		padding-bottom: 20px;
		width: 95%;
		margin: 0 auto;
	}

	#dropzone_wrap {
		border: 2px dashed #777;
		text-align: center;
		color: #444;
		text-shadow: 1px 1px #FFF;
		font-size: 25px;
		margin: 15px auto;
		width: 100%;
		padding: 20px 0px;
		position: relative;
	}

	.oppure {
		font-size: 13px;
		margin: 5px auto;
	}

	.browse_button {
		-moz-appearance: button;
		line-height: 20px;
		padding: 5px 10px;
		font-size: 20px;
		border: 1px solid #aaa;
	}

	.custom-file-input {
		display: none;
	}
	
	.dropzone {
		top: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		cursor: pointer;
	}

	#info_file {
		display: none;
		margin-top: 20px;
	}

	.type {
		font-size: 13px;
	}

	.info {
		font-size: 13px;
		font-weight: bold;
	}

	#errorTypeOfFile {
		display: block;
		color: #F00;
		font-size: 13px;
		margin-top: 20px;
	}

	#file_details {
		display: none;
	}

	.upload_txt {
		display: block;
		margin: 10px auto;
		outline: medium none;
		resize: none;
		width: 95%;
		border-radius: 5px;
		border: medium none;
		font-size: 14px;
		padding: 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		overflow: hidden;
	}

	#errorUpload {
		text-align: center;
		display: block;
		margin: 5px auto;
		font-weight: bold;
		color: #F00;
	}


	/* profile.php */

	.profile_title_top {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
	}

	#panel3 {
		width: 95%;
		margin: 0px auto;
	}

	.regForm {
		display: table;
		margin: 0px auto;
	}

	.user {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/profile_picture.jpg");
		z-index: 3;
		margin: 0px auto;
		overflow: hidden;
	}

	#panel3 label {
		font-size: 14px;
		text-shadow: 0px 1px 2px #999;
		padding-right: 10px;
	}

	.update_photo_btn {
		line-height: 20px;
		padding: 0.2em 0.4em;
		margin: 0.2em;
		text-align: center;
		border: 1px solid #aaa;
	}

	#namePhotoProfileToUpload {
		display: none;
	}

	#panel3 input.text {
		border-radius: 5px;
		border: medium none;
		font-size: 15px;
		width: 100%;
		padding: 5px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		background-color: #FFF;
		color: #333;
		text-shadow: 0px 1px 0px #FFF;
		margin-top: 3px;
		margin-bottom: 3px;
		font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	}

	.profile_txt {
		font-size: 14px;
		text-shadow: 0px 1px 2px #999;
		text-align: center;
		margin: 10px auto 0px;
		padding-bottom: 10px;
	}


	/* channel.php */

	.channel_row {
		padding: 10px 0px;
		margin: 15px auto;
		display: block;
		background-color: #FFF;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		position: relative;
	}

	.info_chann_photo {
		display: table;
		margin: 0 auto;
	}

	.user_chann {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/profile_picture.jpg");
		z-index: 3;
		margin: 0px auto;
	}

	.info_chann_info {
		display: table;
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
	}

	.chann_txt {
		font-size: 16px;
	}

	.chann_txt_field {
		font-size: 13px;
		color: #555;
	}

	.info_chann_buttons {
		display: table;
		margin: 0 auto;
		text-align: center;
	}

	.info_chann_buttons_wrapper {
		margin: 0px auto;
		width: 100%;
		height: 100%;
		padding-top: 10px;
	}

	.chann_btn {
		padding: 0px 5px;
		background: #D40000 none repeat scroll 0% 0%;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: table;
		line-height: 18px;
		margin: 5px auto;
		vertical-align: middle;
		transition: background 0.55s ease 0s;
	}

	#tabs_chann ul { 	
	    list-style-type: none;
	    margin: 0 auto;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
	

	#tabs_chann ul li {
		height: 20px;
		color: #777;
		background-color: #EEE;
		text-align: center;
		padding: 0px;
		margin: 0px;
		text-decoration: none;
		line-height: 20px;
		cursor: pointer;
	}

	#tabs_chann ul li:hover {
		color: #D40000;
		font-weight: bold;
		background-color: #FFF;
	}

	#tabs_chann ul li.tab_selected {
		color: #D40000;
		font-weight: bold;
		background-color: #FFF;
		cursor: default;
	}

	.container_tab {
		padding: 0px;
		margin: 0px auto;
	}

	.container_tab_active {
		display: block;
	}

	.container_tab_inactive {
		display: none;
	}

	.historyEvent {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.historyEventText {
		display: inline-block;
		width: 100%;
		line-height: 20px;
	}

	.historyEventDate {
		font-size: 12px;
		text-align: center;
		color: #777;
	}

	.statistics_row {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.statistic {
		padding: 2px 10px;
	}

	.statistic_red {
		color: #D40000;
	}

	.stat {
		font: 12px sans-serif;
		text-align: center;
	}

	.follower_row {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		padding: 2px 0 0 0;
	}

	.user_follower_img {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/unknown_user.png");
		z-index: 3;
		margin: 5px auto;
	}

	.username_follower {
		line-height: 20px;
		color: #777;
		font-size: 16px;
	}

	.follow_date {
		font-size: 12px;
		text-align: center;
	}

	/* messages.php */

	.video_mid_container {
		width: 100%;
		min-height: 80px;
	}

	.messages_left {
		width: 70%;
		float: left;
	}

	.messages_area {
		background-color: #FFF;
		width: 100%;
		min-height: 423px;
		display: block;
		margin: 10px auto;
		padding-bottom: 5px;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.messages_section_title {
		padding: 5px 0px 0px 5px;
		color: #444;
		text-align: left;
		font-size: 13px;
	}

	.comment_wrapper {
		margin: 10px;
		height: auto;
		width: auto;
		color: #444;
	}

	.messages_list {
		height: 200px;
		font-size: 13px;
		color: #555;
		border: 1px solid #E1E1E1;
		overflow: auto;
		position: relative;
	}

	.my_messages {
		text-align: right;
		padding: 5px;
		overflow: auto;
		position: relative;
	}

	.sender_messages {
		padding: 5px;
	}

	.sender_messages .message_text {
		width: 100%;
	}

	.sender_messages .message_date {
		font-size: 10px;
	}

	.my_messages .message_text {
		width: 100%;
		float: right;
	}

	.my_messages .message_date {
		float: right;
		font-size: 10px;
	}

	.message_center {
		font-size: 14px;
		text-align: center;
	}

	.messages_right {
		width: 28%;
		float: left;
	}

	.messages_users_area {
		width: 100%;
		min-height: 427px;
		display: table;
		margin: 10px 0 0 10px;
		text-align: center;
		background: #FFF none repeat scroll 0% 0%;	
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.messages_users_wrapper {
		margin: 0px auto;
		overflow: auto;
	}

	.messages_users {
		margin: 10px;
		color: #D40000;
		border: 1px solid #E1E1E1;
	}

	.user_messages_img {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/unknown_user.png");
		z-index: 3;
		margin: 3px auto;
	}

	.message_username {
		font-size: 13px;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding-top: 10px;
	}

	.message_unread {
		font-size: 10px;
		text-align: center;
		color: #555;
	}

	

	/* video.php */

	.video_mid_container {
		width: 100%;
		margin: 0px auto;
		display: table;
	}

	.video_player_wrap {
		padding: 5px;
	}

	.video_player {
		width: 420px !important;
		height: 315px !important;
		margin: 0 auto;
	}

	.info_video {
		background-color: #FFF;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}
	
	.video_title {
		width: 100%;
		padding-top: 5px;
		padding-left: 5px;
		font-size: 18px;
		color: #555;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}

	.info_video_photo {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		text-align: center;
	}

	.user_video {
		width: 40px;
		height: 40px;
		margin: 0 auto;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url("../images/unknown_user.png");
		z-index: 3;
	}

	.username_video {
		width: auto;
		line-height: 20px;
		font-size: 14px;
		display: table;
		margin: 0 auto;
	}

	.follow_btn_wrapper {
		height: 20px;
		line-height: 25px;
		padding: 0px 5px;
		background: #D40000 none repeat scroll 0% 0%;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
		transition: background 0.55s ease 0s;
	}

	.follow_btn_wrapper:hover {
		background: #A30000;
	}

	.info_video_info {
		text-align: center;
		padding-top: 10px;
	}

	.video_left_views {
		font-size: 14px;
	}

	.video_left_rating {
		font-size: 18px;
		text-align: center;
		padding: 0px;
	}

	.likes_counter {
		color: #777;
		font-size: 15px;
	}

	.thumbs_up {
		color: #777;
		cursor: pointer;
	}

	.options_video {
		background-color: #FFF;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.video_section_title {
		padding: 5px 0px 0px 5px;
		color: #555;
		text-align: center;
	}

	.share {
		padding: 0px 5px 0 5px;
	}

	#shareButtons {
		text-align: center;
	}

	.description_video {
		background-color: #FFF;
		height: auto;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
		padding-bottom: 4px;
	}

	.description_desc {
		padding: 0 5px;
		color: #666;
		font-size: 13px;
		text-align: center;
	}

	.comment_video {
		background-color: #FFF;
		height: auto;
		display: block;
		margin: 10px auto;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.comment_wrapper {
		margin: 10px;
		height: auto;
		width: auto;
		color: #444;
	}

	.comment_insert {
		width: auto;
		margin: 5px 0;
		border: 1px solid #E1E1E1;
		position: relative;
	}

	.comment_insert h3.who_says {
		width: auto;
		line-height: 30px;
		color: #D40000;
		font-size: 16px;
		margin: 0px 10px;
		text-align: center;
	}

	.comment_insert .comment_insert_container {
		margin: 0 10px 0 5px;
		border: medium none;
		width: auto;
		position: relative;
	}

	.comment_insert textarea.comment_insert_text {
		border: 1px solid #E1E1E1;
		color: #555;
		width: 100%;
		min-height: 100px;
		background: transparent none repeat scroll 0% 0%;
		resize: none;
		overflow: auto;
	}

	.comment_post_btn_wrapper {
		height: 20px;
		line-height: 25px;
		background: #D40000 none repeat scroll 0% 0%;
		color: #FFF;
		font-size: 14px;
		padding: 0px 5px;
		text-align: center;
		cursor: pointer;
		transition: background 0.55s ease 0s;
		display: table;
		margin: 0 auto 5px auto;
	}

	.comment_list {
		height: auto;
		font-size: 13px;
		margin: 0px 5px;
		color: #555;
	}

	ul.comment_holder_ul {
		list-style: outside none none;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		overflow: hidden;
	}

	ul.comment_holder_ul li.comment_holder {
		list-style-type: none;
		height: auto;
		width: auto;
		margin: 10px 0px;
		border: 1px solid #E1E1E1;
		overflow: hidden;
		position: relative;
	}

	ul.comment_holder_ul li.comment_holder .user_img {
		height: 50px;
		width: 50px;
		display: block;
		margin: 0 auto;
	}

	ul.comment_holder_ul li.comment_holder .user_img img.user_img_pic {
		width: 44px;
		height: 44px;
		margin: 3px;
		border: 1px solid #A1A1A1;
	}

	.comment_body {
		width: 100%;
	}

	ul.comment_holder_ul li.comment_holder .username_field {
		height: 25px;
		line-height: 22px;
		color: #D40000;
		font-size: 14px;
		text-align: center;
	}

	ul.comment_holder_ul li.comment_holder .comment_text {
		display: block;
		width: auto;
		font-size: 12px;
		text-align: center;
		word-wrap: normal;
	}

	ul.comment_holder_ul li.comment_holder .comment_date {
		font-size: 10px;
		text-align: right;
		padding: 5px 5px 0px 0px;
	}

	.comment_buttons_holder {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 20px;
	}

	.comment_buttons_holder ul {
		list-style-type: none;
		width: auto;
		height: auto;
		overflow: hidden;
	}

	.comment_buttons_holder ul li {
		float: right;
		height: 20px;
		width: auto;
		text-align: center;
		line-height: 19px;
		color: #FFF;
		background: #D40000 none repeat scroll 0% 0%;
		cursor: pointer;
		padding: 0px 5px;
		transition: background 0.55s ease 0s;
	}

	.comment_buttons_holder ul li:hover {
		background: #A30000;
	}

	.video_right {

	}

	.video_row_similar {
		display: table;
		margin: 20px auto;
		text-align: center;
		background: #FFF none repeat scroll 0% 0%;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.thumb_similar {
		margin: 10px 20px;
		padding: 10px;
		width: 192px;
		height: 180px;
		vertical-align: top;
		display: inline-block;
		position: relative;
		background: #e1e1e1;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.thumb_similar:hover {
		background: #e1e1e1;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.img_404 {
		max-width: 300px;
	}

	.video_title_holder {
		
	}

}

/* min-width: 920px, max-width: 1280px===================================================================================================== */

@media (min-width: 900px) and (max-width: 1280px) {

	/* profile.php */

	.profile_title_top {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
	}

	.user {
	    width: 200px;
	    height: 200px;
	    border-radius: 50%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    background-image: url('../images/profile_picture.jpg');
	    z-index: 3;
	  	margin: 0 auto;
	  	overflow: hidden;
	}

	.update_photo_btn {
	  -webkit-appearance: button;
	  -moz-appearance: button;
	  -ms-appearance: button;
	  -o-appearance: button;
	  appearance: button;
	  line-height: 20px;
	  padding: .2em .4em;
	  margin: .2em;
	  text-align: center;
	}

	#panel3 {
		width: 100%;
		margin: 0 auto;
	}


	#panel3 input.text {
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: none;
	    font-size: 16px;
	    width: 100%;
	    padding: 5px 8px 5px 8px;
	    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		background-color: #fff;
	    color:#333;
	    text-shadow: 0px 1px 0px #FFF;
	    margin-top: 3px;
	    margin-bottom: 3px;
	    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	}	  

	#panel3 input.text:focus {

		outline: none !important;
	    box-shadow: inset 0 0 7px #D40000;
	}	  

	#panel3 label {
		font-size: 18px;
		text-shadow: 0px 1px 2px #999;
		padding-right: 10px;
	}

	.profile_title {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
		padding: 0 5px;
	}

	.profile_txt {
		font-size: 18px;
		text-shadow: 0px 1px 2px #999;
		text-align: center;
		margin: 10px auto 0 auto;
		padding-bottom: 10px;
	}


	#messageChangePass {
		display: block;
		margin: 0 auto;
		text-align: center;
	}


	/* upload.php */
	/* upload box */

	.upload
	{
	    min-height: 355px;
	    background: #fff;
	    z-index: 3;
	  	margin: 10px auto;
	  	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
		padding: 10px;
	}
	
	#uploadVideo {
		padding-bottom: 20px;
		width: 95%;
		margin: 0 auto;
	}


	#dropzone_wrap {
		border: 2px dashed #777;
		text-align: center;
		color: #444;
		text-shadow: 1px 1px #fff;
		font-size: 25px;
		margin: 15px auto;
		width: 100%;
		padding:20px 0;
		position:relative;

	}

	#dropzone_wrap.dragover {
		border-color: #000;

	}
	
	.dropzone {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		-moz-opacity:0;
	  	filter:alpha(opacity: 0);
	  	opacity: 0;
		position: absolute;
		cursor: pointer;
	}

	.success_message {
		width: 100%;
		color: green;
		text-align: center;
	}

	.error_message {
		width: 100%;
		color: red;
		text-align: center;
	}


	.custom-file-input {
	  display: none;
	}

	.browse_button {
	  -webkit-appearance: button;
	  -moz-appearance: button;
	  -ms-appearance: button;
	  -o-appearance: button;
	  appearance: button;
	  line-height: 20px;
	  padding: 5px 10px;
	  font-size: 20px;
	}

	#info_file {
		display: none;
		margin-top: 20px;
	}

	.type {
		font-size: 15px;
	}

	.info {
		font-size: 25px;
		font-weight: bold;
	}

	.oppure {
		font-size: 16px;
		margin: 5px auto;
	}

	#errorTypeOfFile {
		display: block;
		color: red;
		font-size: 20px;
		margin-top: 20px;
	}




	/* text box */

	  

	.upload_txt {
		display: block;
		margin: 10px auto;
		outline: none;
		resize: none;
		width: 45%;
		-webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: none;
	    font-size: 16px;
	    padding: 5px 8px 5px 8px;
	    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		background-color: #fff;
	    color:#333;
	    text-shadow: 0px 1px 0px #FFF;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    overflow: hidden;
	}


	.upload_txt:focus {

		outline: none !important;
	    box-shadow: inset 0 0 7px #D40000;
	}


	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color: #333;
	    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	    font-size: 16px;
	}	

	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color: #333;
	   opacity:  1;
	   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	   font-size: 16px;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color: #333;
	   opacity:  1;
	   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	   font-size: 16px;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #333;
	}


	/* select box */

	.select-style {
	    overflow: hidden;
	    background: #fff url("../images/rsz_down_red_arrow.png") no-repeat 96% 50%;
	    margin-bottom: 10px;
	}

	.select-style:hover {
		outline: none !important;
	    box-shadow: inset 0 0 10px #D40000;

	}

	.select-style select {
	    padding: 0;
	    width: 100%;
	    border: none;
	    box-shadow: none;
	    background: transparent;
	    background-image: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    color: #333;
	    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	    font-size: 16px;
	}

	.select-style select:focus {
	    outline: none;
	}


	#file_details {
		display: none;
	}




	/* registration.php */

	#panel2 {
		width: 100%;
		margin: 0 auto;
	}


	#panel2 input.text {
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: none;
	    font-size: 16px;
	    width: 90%;
	    padding: 5px 8px 5px 8px;
	    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		background-color: #fff;
	    color:#333;
	    text-shadow: 0px 1px 0px #FFF;
	    margin-top: 3px;
	    margin-bottom: 3px;
	    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	}	  

	#panel2 input.text:focus {

		outline: none !important;
	    box-shadow: inset 0 0 7px #D40000;
	}	  

	#panel2 label {
		font-size: 18px;
		text-shadow: 0px 1px 2px #999;
	}

	#panel2 table {
		margin-bottom: 10px;
	}

	#panel2 p {
		padding: 0 5px;
		text-align: center;
		margin-bottom: 15px;
	}

	.form_title {
		color: #D40000;
		text-align: center;
		margin: 10px auto;
	}




	/* search.php */


	#wrapper_search {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+47,ededed+100 */
		background: rgb(237,237,237); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
		min-width: 320px;
		margin: 120px 140px 0px 140px;
		padding-top: 5px;
		padding-bottom: 20px;

	}

	#content_search {
		padding: 0 10px;
		margin: 0 20px;
		
	}

	.search_title {
		text-align: center;
		margin: 20px auto;
	}

	.search_rez {
		text-align: center;
	}

	.video_row_search_opt {
		height: 120px;
		margin: 15px auto;
		display: block;
		background-color: #fff;
		padding: 5px 10px; 
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.video_row_search_opt:hover {
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.search_filter {
		float: left;
		width: 69%;
		padding-right: 10px;
	}

	.search_filter_title {
		width: 100%;
		text-align: center;
	}

	.search_filter_wrap {
		width: 100%;
		display: table;
		margin: 0 auto;
	}

	.search_filter_drop {
		display: inline-block;
	}

	.search_order {
		width: 27%;
		height: 120px;
		float: left;
		border-left: 1px solid #ccc;
	}

	.search_order_drop {
		display: block;
		margin: 0 auto;
	}

	.search_order_wrap {
		width: 90%;
		display: table;
		margin-left: 20px;
	}


	.search_filter_drop_txt {
		margin: 3px 9px;
		outline: none;
		resize: none;
		-webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: none;
	    padding: 2px 5px 2px 5px;
	    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		background-color: #fff;
	    color:#333;
	    text-shadow: 0px 1px 0px #FFF;
	    overflow: hidden;
	}


	.search_filter_drop_txt:focus {

		outline: none !important;
	    box-shadow: inset 0 0 7px #D40000;
	}

	.search_order_drop_txt {
		display: inline-block;
		margin: 3px 5px;
		outline: none;
		resize: none;
		width: 95%;
		-webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: none;
	    padding: 2px 5px 2px 5px;
	    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		background-color: #fff;
	    color:#333;
	    text-shadow: 0px 1px 0px #FFF;
	    overflow: hidden;
	}


	.search_order_drop_txt:focus {

		outline: none !important;
	    box-shadow: inset 0 0 7px #D40000;
	}


	.search_rez_found {
		color: #D40000;
		text-align: center;
		padding: 0 10px;
		margin: auto;
		font-size: 18px;
	}



	.video_row_search {
		height: 108px;
		margin: 15px auto;
		display: block;
		background-color: #fff;
		padding: 10px; 
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		position: relative;
	}

	.video_row_search:hover {
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.link-spanner{
	  position:absolute; 
	  width:100%;
	  height:100%;
	  top:0;
	  left: 0;
	}


	.video_left_search {
		margin-right: 20px;
		width: 192px;
		float: left;
	}

	.text_right {
		margin-top: 3px;
	}

	.descr_search {
		margin-top: 5px;
		font-size: 14px;
		text-align: left;
		font-weight: normal;
		color: #767676;
		display: block;
	    display: -webkit-box;
	    height: 55px;
	    margin: 0 auto;
	    line-height: 1.4;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	.upl_info_search {
		width: auto;
		font-size: 11px;
		text-align: left;
		list-style-type: none;
	}

	.upl_info_search li {
		display: inline-block;
	}


	/* channel.php */

	.channel_row {
		height: 100px;
		padding: 10px 0;
		margin: 15px auto;
		display: block;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		position: relative;
	}

	.user_chann {
	    width: 100px;
	    height: 100px;
	    border-radius: 50%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    background-image: url('../images/profile_picture.jpg');
	    z-index: 3;
	  	margin: 0 auto;
	}

	.info_chann_photo {	
		display: table-cell;
		width: 25%;
		float: left;
		border-right: 1px solid #ccc;
		position: absolute;
	}

	.info_chann_info {
		display: table-cell;	
		text-align: center;
		width: 50%;
		position: absolute;
		left: 25%;
		padding-top: 25px;
	}

	.info_chann_buttons {
		display: table-cell;	
		width: 25%;
		height: 100px;
		border-left: 1px solid #ccc;
		position: absolute;
		right: 0;
	}

	.info_chann_buttons_wrapper {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		padding-top: 15px;
	}

	.chann_txt_field {
		margin: 0;
		font-size: 16px;
		color: #555;
	}
	.chann_txt {
		margin: 0;
		font-size: 22px;
	}

	.chann_btn {
		padding: 0 5px;
		background: #D40000;
		color: #fff;
		text-align: center;
		cursor: pointer;
		display: table;
		line-height: 22px;
		margin: 10px auto;
		vertical-align: middle;
		-webkit-transition: background .55s ease;
	  	-moz-transition: background .55s ease;
	  	-ms-transition: background .55s ease;
	  	-o-transition: background .55s ease;
	  	transition: background .55s ease;
	}

	.chann_btn:hover {
		background: #A30000;
	}



	/* tabs channel.php */

	#tabs_chann ul { 
	    -list-style-type: none;
	    margin: 20px auto;
	    padding-left:0;
	    padding-right:0;
	    padding-bottom: 26px;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}

	#tabs_chann ul li  {
	    display: inline;
	    float: left;
	    height: 24px;
	    color: #777;
	    background-color:#eee;
	    text-align:center;
	    width: 20%;
	    padding: 0;
	    margin: 0;
	    text-decoration: none;
	    line-height: 24px;
	    cursor: pointer;
	 
	}

	#tabs_chann ul li.tab_selected {
	    color: #D40000;
	    font-weight:bold;
	    background-color: #fff;
	    cursor: default;
	}

	#tabs_chann ul li:hover {
	    color: #D40000;
	    font-weight:bold;
	    background-color: #fff;
	}

	.container_tab  {
	    padding: 0;
	    margin: 0 auto;
	}

	.container_tab_active {
		display: block;
	}

	.container_tab_inactive {
		display: none;
	}

	.statistics_row {
		display: table;
		width: 100%;
		background-color: #fff;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin: 10px auto;
	}

	.statistic {
		padding: 2px 10px;
	}

	.statistic_red {
		color: #d40000;
	}

	.stat {
	  font: 12px sans-serif;
	  text-align: center;
	}
	.stat .axis path,
	.stat .axis line {
	  fill: none;
	  stroke: #000;
	  shape-rendering: crispEdges;
	}
	.stat .line {
	  fill: none;
	  stroke: #d40000;
	  stroke-width: 1px;
	}

	.follower_row {
		display: table;
		width: 100%;
		background-color: #fff;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin: 10px auto;
		position:relative;
	}

	.follower_row:hover{
		-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
		box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	}

	.user_follower_img {
	    width: 45px;
	    height: 45px;
	    border-radius: 50%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    background-image: url('../images/unknown_user.png');
	    z-index: 3;
	  	margin: 5px 10px;
	  	float: left;

	}

	.historyEvent {
		width: 100%;
		display: table;
		padding: 0;
	    margin: 5px auto;
	    background-color: #fff;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}

	.historyEventText {
		display: inline-block;
		width: 100%;
		padding: 2px 0;
		line-height: 20px;
	}

	.historyEventText a {
		display: inline-block;
		max-width: 250px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden; 
		vertical-align: bottom;;
	}

	.historyEventDate {
		display: inline-block;
		padding: 0 10px;
		float: right;
		font-size: 12px;
	}

	.username_follower {
		line-height: 55px;
		color: #777;
		font-size: 20px;
	}

	.follow_date {
		display: inline-block;
		padding: 35px 10px 0 0;
		float: right;
		font-size: 12px;
	}

	.more {
		padding: 0 70px;
		background: #D40000;
		color: #fff;
		text-align: center;
		cursor: pointer;
		display: table;
		line-height: 22px;
		margin: 10px auto;
		vertical-align: middle;
		-webkit-transition: background .55s ease;
	  	-moz-transition: background .55s ease;
	  	-ms-transition: background .55s ease;
	  	-o-transition: background .55s ease;
	  	transition: background .55s ease;
	}

	.more:hover {
		background: #A30000;
	}

	/* video.php */

	.video_mid_container {
		width: 100%;
		display: table;
		margin: 0 auto;
	}

	.video_left {
		width: 66%;
		float: left;
	}

	.video_right {
		width: 29%;
		float: left;
	}

	.video_section_title {
		padding: 5px 0 0 5px;
		color: #555;
		text-align: left;
	}

	.video_row_similar {
		margin: 10px auto;
		padding: 0 10px;
		text-align: center;
		background: #fff;
		display: table;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.thumb_similar {
		margin: 10px 20px;
		padding: 10px 0;
		width: 192px;
		height: 180px;
		vertical-align: top;
		display: inline-block;
		position:relative;
	} 

	.thumb_similar:hover {
		background: #e1e1e1;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}


	.video_player_wrap {
		padding: 10px;
	}

	.video_player {
		width: 400px !important; 
		height: 300px !important;
		margin: 0 auto;
	}

	.info_video {
		width: 400px;
		background-color: #fff;
		height: 90px;
		display: block;
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}


	.info_video_photo {	
		margin: 0;
		float: left;
		padding: 0 0 0 5px;
	}

	.video_title {
		width: 100%;
		padding-top: 5px;
		padding-left: 5px;
		color: #555;
		text-overflow: ellipsis; 
		white-space: nowrap;
		overflow: hidden;
	}

	.user_video {
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    background-image: url('../images/unknown_user.png');
	    z-index: 3;
	  	margin: 0;
	  	float: left;
	}

	.info_video_info {	
		margin: 0;
		text-align: right;
		padding: 0 5px 0 0;
	}

	.video_left_views {	
		margin: 0;
		font-size: 18px;
	}


	.video_left_rating{
		font-size: 30px;
		text-align: center;
		float: right;
		padding: 0;
	}


	.likes_counter {
		color: #777;
		font-size: 15px;
		display: inline-block;
	}

	.thumbs_up{
		color: #777;
		cursor: pointer;
		float: right;
		margin: 0 0 0 10px;
	}

	.thumbs_up:hover {
		color: #D40000;
	}

	.thumbs_up_rosu {
		color: #D40000;
	}

	.thumbs_up_rosu:hover {
		color: #333;
	}

	.username_video {
		line-height: 20px;
		padding-left: 60px;
		font-size: 18px;
	}


	.follow_btn_wrapper {
		width: auto;
		height: 25px;
		line-height: 29px;
		padding: 0 5px;
		background: #D40000;
		color: #fff;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
		-webkit-transition: background .55s ease;
	  	-moz-transition: background .55s ease;
	  	-ms-transition: background .55s ease;
	  	-o-transition: background .55s ease;
	  	transition: background .55s ease;
	}

	.follow_btn_wrapper:hover {
		background: #A30000;
	}



	/* share section  */
	.options_video {
		width: 400px;
		background-color: #fff;
		display: block;
		margin: 10px auto;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.share {
		padding: 0 5px 5px 5px;
	}

	.share_icons {
	  	padding-left: 15px;
	  	text-align: center;
	  	display: inline;
	}


	/* description section  */

	.description_video {
		width: 400px;
		background-color: #fff;
		height: auto;
		display: block;
		margin: 10px auto;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		padding-bottom: 4px;
	}

	.description_date {
		padding: 0 0 0 5px;
		color: #000;
		font-size: 12px;
	}

	.description_desc {
		padding: 0 0 0 20px;
		color: #666;
		font-size: 14px;
	}


	/* comment section  */
	.comment_video {
		width: 400px;
		background-color: #fff;
		height: auto;
		display: block;
		margin: 10px auto;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.comment_wrapper {
		margin: 10px;
		height: auto;
		width: auto;
		color: #444;
	}


	/* comment insert  */
	.comment_insert {
		height: 150px;
		width: auto;
		margin: 5px;
		border: 1px solid #e1e1e1;
		position: relative;
	}

	.comment_insert h3.who_says {
		height: 35px;
		width: auto;
		line-height: 34px;
		color: #D40000;
		font-size: 16px;
		margin: 0 10px;
	}

	.comment_insert h3.who_says span {
		color: #A30000;
	}

	.comment_insert .comment_insert_container {
		margin: 0 10px 5px 10px;
		border: none;
		width: auto;
		min-height: 102px;
		position: relative;
	}

	.comment_insert textarea.comment_insert_text {
		position: absolute;
		border: 1px solid #e1e1e1;
		color: #555;
		width: 99.5%;
		height: 100%;
		background: transparent;
		resize: none;
		overflow: auto;
	}

	.comment_insert textarea.comment_insert_text:focus {
		outline: none !important;
		border: 1px solid #c1c1c1;
	}

	.comment_post_btn_wrapper {
		position: absolute;
		top: 5px;
		right: 10px;
		height: 25px;
		line-height: 29px;
		background: #D40000;
		color: #fff;
		font-size: 15px;
		padding: 0 5px;
		text-align: center;
		cursor: pointer;
		-webkit-transition: background .55s ease;
	  	-moz-transition: background .55s ease;
	  	-ms-transition: background .55s ease;
	  	-o-transition: background .55s ease;
	  	transition: background .55s ease;
	}

	.comment_post_btn_wrapper:hover {
		background: #A30000;
	}



	/* comment list  */

	.comment_list {
		height: auto;
		font-size: 13px;
		margin: 0 5px;
		color: #555;
	}

	ul.comment_holder_ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		overflow: hidden;
	}

	ul.comment_holder_ul li.comment_holder {
		list-style-type: none;
		height: auto;
		width: auto;
		margin: 5px 0 5px 0;
		border: 1px solid #e1e1e1;
		overflow: hidden;
		position: relative;
	}

	ul.comment_holder_ul li.comment_holder:hover {
		border: 1px solid #c1c1c1;
	}

	ul.comment_holder_ul li.comment_holder .user_img {
		float: left;
		height: 65px;
		width: 65px;
		margin: 0 10px 0 0;
	}

	ul.comment_holder_ul li.comment_holder .user_img img.user_img_pic {
		width: 55px;
		height: auto;
		margin: 5px;
		border: 1px solid #a1a1a1;
	}

	.comment_body {
		width: auto;
	}

	ul.comment_holder_ul li.comment_holder .username_field {
		height: 30px;
		line-height: 27px;
		color: #D40000;
		font-size: 14px;

	}

	ul.comment_holder_ul li.comment_holder .comment_text {
		display: block;
		width: auto;
		font-size: 12px;
		margin: 0 5px 10px 75px;
		word-wrap: normal;
	}

	ul.comment_holder_ul li.comment_holder .comment_date {
		font-size: 10px;
		text-align: right;
		padding: 5px 5px 0 0;
	}

	ul.comment_holder_ul li.comment_holder:hover .comment_buttons_holder {
		display: block;
	}

	.comment_buttons_holder {
		display: none;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 20px;
	}

	.comment_buttons_holder ul {
		list-style-type: none;
		width: auto;
		height: auto;
		overflow: hidden;

	}

	.comment_buttons_holder ul li {
		float: right;
		height: 20px;
		width: auto;
		text-align: center;
		line-height: 19px;
		color: #fff;
		background: #D40000;
		cursor: pointer;
		padding: 0 5px;
		-webkit-transition: background .55s ease;
	  	-moz-transition: background .55s ease;
	  	-ms-transition: background .55s ease;
	  	-o-transition: background .55s ease;
	  	transition: background .55s ease;
	}

	.comment_buttons_holder ul li:hover {
		background: #A30000;
	}

	/* messages.php */

	/* messages list */

	.messages_area {
		background-color: #fff;
		width: 100%;
		height: 595px;
		display: block;
		margin: 10px auto;
		padding-bottom: 5px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.messages_left {
		width: 73%;
		float: left;
		margin-right: 10px;
	}

	.messages_right {
		width: 25%;
		float: left;
	}

	.messages_section_title {
		padding: 5px 0 0 5px;
		color: #555;
		text-align: left;
	}


	.messages_list {
		height: 390px;
		font-size: 13px;
		margin: 0 5px;
		color: #555;
		border: 1px solid #e1e1e1;
		overflow: auto;
		position: relative;
	}

	.message_center {
		font-size: 20px;
		text-align: center;
		padding-top: 250px;
	}

	.my_messages {
		text-align: right;
		padding: 10px;
		margin: 5px;
		overflow: auto;
		position: relative;
	}

	.sender_messages {
		padding: 10px;
		margin: 5px;
	}

	.message_text {
		font-size: 16px;
		width: 80%;
	}

	.message_date {
		font-size: 10px;
		color: #a1a1a1;
		
	}

	.my_messages .message_text {
		float: right;
	}
	.my_messages .message_date {
		float: right;
		position: absolute;
		bottom: 0px;
		right: 10px;
	}

	.messages_users_area {
		display: table;
		margin: 10px auto;
		text-align: center;
		background: #fff;
		width: 100%;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}

	.messages_users_wrapper {
		margin: 0 auto;
		height: 576px;
		overflow: auto;
	}

	.messages_users {
		margin: 10px 15px;
		color: #D40000;
		border: 1px solid #e1e1e1;
		height: 55px;
	}

	.messages_users:hover {
		border: 1px solid #D40000;
	}

	.messages_users:focus {
		border: 1px solid #D40000;
	}


	.user_messages_img {
	    width: 35px;
	    height: 35px;
	    border-radius: 50%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    background-image: url('../images/unknown_user.png');
	    z-index: 3;
	  	margin: 5px 10px;
	  	float: left;

	}

	.message_username {
		font-size: 14px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding-top: 5px;
	}

	.message_unread {
		font-size: 12px;
		text-align: left;
		color: #555;
	}

	.messages_users:hover {
		color: #A30000;
	}

	.timeago {
		text-decoration: none;
	}

	.video_title_holder {
	/*
	display: inline-flex;
	width: 80%;
	*/
}

}


/* min-width: 720px, max-width: 900px===================================================================================================== */

@media (min-width: 720px) and (max-width: 900px) {
	.video_player {
		width: 640px !important;
		height: 360px ! important;
		margin: 0 auto;
	}
}


/* min-width: 1280px ====================================================================================================================== */

@media (min-width: 1280px) {


/* profile.php */

.profile_title_top {
	color: #D40000;
	text-align: center;
	margin: 10px auto;
}

.user {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/profile_picture.jpg');
    z-index: 3;
  	margin: 0 auto;
  	overflow: hidden; 
}

.update_photo_btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  line-height: 20px;
  padding: .2em .4em;
  margin: .2em;
  text-align: center;
}

#panel3 {
	width: 100%;
	margin: 0 auto;
}


#panel3 input.text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    width: 100%;
    padding: 5px 8px 5px 8px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	background-color: #fff;
    color:#333;
    text-shadow: 0px 1px 0px #FFF;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}	  

#panel3 input.text:focus {

	outline: none !important;
    box-shadow: inset 0 0 7px #D40000;
}	  

#panel3 label {
	font-size: 18px;
	text-shadow: 0px 1px 2px #999;
	padding-right: 10px;
}

.profile_title {
	color: #D40000;
	text-align: center;
	margin: 10px auto;
	padding: 0 5px;
}

.profile_txt {
	font-size: 18px;
	text-shadow: 0px 1px 2px #999;
	text-align: center;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
}


#messageChangePass {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* upload.php */
/* upload box */

.upload
{
    min-height: 355px;
    background: #fff;
    z-index: 3;
  	margin: 10px auto;
  	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	padding: 10px;
}

#uploadVideo {
	padding-bottom: 20px;
	width: 95%;
	margin: 0 auto;
}


#dropzone_wrap {
	border: 2px dashed #777;
	text-align: center;
	color: #444;
	text-shadow: 1px 1px #fff;
	font-size: 25px;
	margin: 15px auto;
	width: 100%;
	padding:20px 0;
	position:relative;

}

#dropzone_wrap.dragover {
	border-color: #000;

}

.dropzone {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-moz-opacity:0;
  	filter:alpha(opacity: 0);
  	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.success_message {
	width: 100%;
	color: green;
	text-align: center;
}

.error_message {
	width: 100%;
	color: red;
	text-align: center;
}


.custom-file-input {
  display: none;
}

.browse_button {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 20px;
}

#info_file {
	display: none;
	margin-top: 20px;
}

.type {
	font-size: 15px;
}

.info {
	font-size: 25px;
	font-weight: bold;
}

.oppure {
	font-size: 16px;
	margin: 5px auto;
}

#errorTypeOfFile {
	display: block;
	color: red;
	font-size: 20px;
	margin-top: 20px;
}




/* text box */

  

.upload_txt {
	display: block;
	margin: 10px auto;
	outline: none;
	resize: none;
	width: 45%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    padding: 5px 8px 5px 8px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	background-color: #fff;
    color:#333;
    text-shadow: 0px 1px 0px #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}


.upload_txt:focus {

	outline: none !important;
    box-shadow: inset 0 0 7px #D40000;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
}	

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333;
   opacity:  1;
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333;
   opacity:  1;
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333;
}


/* select box */

.select-style {
    overflow: hidden;
    background: #fff url("../images/rsz_down_red_arrow.png") no-repeat 96% 50%;
    margin-bottom: 10px;
}

.select-style:hover {
	outline: none !important;
    box-shadow: inset 0 0 10px #D40000;

}

.select-style select {
    padding: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.select-style select:focus {
    outline: none;
}


#file_details {
	display: none;
}




/* registration.php */

#panel2 {
	width: 100%;
	margin: 0 auto;
}


#panel2 input.text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    width: 90%;
    padding: 5px 8px 5px 8px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	background-color: #fff;
    color:#333;
    text-shadow: 0px 1px 0px #FFF;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}	  

#panel2 input.text:focus {

	outline: none !important;
    box-shadow: inset 0 0 7px #D40000;
}	  

#panel2 label {
	font-size: 18px;
	text-shadow: 0px 1px 2px #999;
}

#panel2 table {
	margin-bottom: 10px;
}

#panel2 p {
	padding: 0 5px;
	text-align: center;
	margin-bottom: 15px;
}

.form_title {
	color: #D40000;
	text-align: center;
	margin: 10px auto;
}




/* search.php */


#wrapper_search {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+47,ededed+100 */
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	min-width: 320px;
	margin: 120px 140px 0px 140px;
	padding-top: 5px;
	padding-bottom: 20px;

}

#content_search {
	padding: 0 10px;
	margin: 0 20px;
	
}

.search_title {
	text-align: center;
	margin: 20px auto;
}

.search_rez {
	text-align: center;
}

.video_row_search_opt {
	max-width: 1024px;
	height: 60px;
	margin: 15px auto;
	display: block;
	background-color: #fff;
	padding: 5px 10px; 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.video_row_search_opt:hover {
	-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
}

.search_filter {
	float: left;
	width: 72%;
	padding-right: 10px;
}

.search_filter_title {
	width: 100%;
	text-align: center;
}

.search_filter_wrap {
	width: 100%;
	display: table;
	margin: 0 auto;
}

.search_filter_drop {
	display: inline-block;
}

.search_order {
	float: left;
	width: 26%;
	border-left: 1px solid #ccc;
}

.search_order_drop {
	display: block;
	margin: 0 auto;
}

.search_order_wrap {
	width: 90%;
	display: table;
	margin-left: 20px;
}


.search_filter_drop_txt {
	display: inline-block;
	margin: 3px 9px;
	outline: none;
	resize: none;
	width: 29%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 2px 5px 2px 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	background-color: #fff;
    color:#333;
    text-shadow: 0px 1px 0px #FFF;
    overflow: hidden;
}


.search_filter_drop_txt:focus {

	outline: none !important;
    box-shadow: inset 0 0 7px #D40000;
}

.search_order_drop_txt {
	display: inline-block;
	margin: 3px 5px;
	outline: none;
	resize: none;
	width: 95%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 2px 5px 2px 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	background-color: #fff;
    color:#333;
    text-shadow: 0px 1px 0px #FFF;
    overflow: hidden;
}


.search_order_drop_txt:focus {

	outline: none !important;
    box-shadow: inset 0 0 7px #D40000;
}


.search_rez_found {
	color: #D40000;
	text-align: center;
	padding: 0 10px;
	margin: auto;
	font-size: 18px;
}



.video_row_search {
	max-width: 1024px;
	height: 108px;
	margin: 15px auto;
	display: block;
	background-color: #fff;
	padding: 10px; 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	position: relative;
}

.video_row_search:hover {
	-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
}

.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}


.video_left_search {
	margin-right: 20px;
	width: 192px;
	float: left;
}

.text_right {
	margin-top: 3px;
}

.descr_search {
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #767676;
	display: block;
    display: -webkit-box;
    height: 55px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upl_info_search {
	width: auto;
	font-size: 11px;
	text-align: left;
	list-style-type: none;
}

.upl_info_search li {
	display: inline-block;
}


/* channel.php */

.channel_row {
	display: table;
	width: 1024px;
	height: 100px;
	padding: 10px 0;
	margin: 15px auto;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	position: relative;
}

.user_chann {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/profile_picture.jpg');
    z-index: 3;
  	margin: 0 auto;
}

.info_chann_photo {	
	display: table-cell;
	width: 25%;
	float: left;
	border-right: 1px solid #ccc;
	position: absolute;
}

.info_chann_info {
	display: table-cell;	
	text-align: center;
	width: 50%;
	position: absolute;
	left: 25%;
	padding-top: 25px;
}

.info_chann_buttons {
	display: table-cell;	
	width: 25%;
	height: 100px;
	border-left: 1px solid #ccc;
	position: absolute;
	right: 0;
}

.info_chann_buttons_wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

.chann_txt_field {
	margin: 0;
	font-size: 16px;
	color: #555;
}
.chann_txt {
	margin: 0;
	font-size: 22px;
}

.chann_btn {
	padding: 0 5px;
	background: #D40000;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: table;
	line-height: 22px;
	margin: 10px auto;
	vertical-align: middle;
	-webkit-transition: background .55s ease;
  	-moz-transition: background .55s ease;
  	-ms-transition: background .55s ease;
  	-o-transition: background .55s ease;
  	transition: background .55s ease;
}

.chann_btn:hover {
	background: #A30000;
}



/* tabs channel.php */

#tabs_chann ul { 
	width: 1024px;
    -list-style-type: none;
    margin: 20px auto;
    padding-left:0;
    padding-right:0;
    padding-bottom: 26px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#tabs_chann ul li  {
    display: inline;
    float: left;
    height: 24px;
    color: #777;
    background-color:#eee;
    text-align:center;
    width: 20%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    line-height: 24px;
    cursor: pointer;
 
}

#tabs_chann ul li.tab_selected {
    color: #D40000;
    font-weight:bold;
    background-color: #fff;
    cursor: default;
}

#tabs_chann ul li:hover {
    color: #D40000;
    font-weight:bold;
    background-color: #fff;
}

.container_tab  {
    width: 1024px;
    padding: 0;
    margin: 0 auto;
}

.container_tab_active {
	display: block;
}

.container_tab_inactive {
	display: none;
}

.statistics_row {
	display: table;
	width: 1024px;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin: 10px auto;
}

.statistic {
	padding: 2px 10px;
}

.statistic_red {
	color: #d40000;
}

.stat {
  font: 12px sans-serif;
  text-align: center;
}
.stat .axis path,
.stat .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.stat .line {
  fill: none;
  stroke: #d40000;
  stroke-width: 1px;
}

.follower_row {
	display: table;
	width: 1024px;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin: 10px auto;
	position:relative;
}

.follower_row:hover{
	-webkit-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
	box-shadow: 0px 0px 3px 2px rgba(212,0,0,1);
}

.user_follower_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/unknown_user.png');
    z-index: 3;
  	margin: 5px 10px;
  	float: left;

}

.historyEvent {
	width: 1024px;
	display: table;
	padding: 0;
    margin: 5px auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.historyEventText {
	display: inline-block;
	width: 100%;
	padding: 2px 10px;
	line-height: 20px;
}

.historyEventText a {
	display: inline-block;
	max-width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
	vertical-align: bottom;;
}

.historyEventDate {
	display: inline-block;
	padding: 0 10px;
	float: right;
	font-size: 12px;
}

.username_follower {
	line-height: 55px;
	color: #777;
	font-size: 20px;
}

.follow_date {
	display: inline-block;
	padding: 35px 10px 0 0;
	float: right;
	font-size: 12px;
}

.more {
	padding: 0 70px;
	background: #D40000;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: table;
	line-height: 22px;
	margin: 10px auto;
	vertical-align: middle;
	-webkit-transition: background .55s ease;
  	-moz-transition: background .55s ease;
  	-ms-transition: background .55s ease;
  	-o-transition: background .55s ease;
  	transition: background .55s ease;
}

.more:hover {
	background: #A30000;
}

/* video.php */

.video_mid_container {
	width: 1024px;
	margin: 0 auto;
}

.video_left {
	width: 70%;
	float: left;
}

.video_right {
	width: 25%;
	float: left;
}

.video_section_title {
	padding: 5px 0 0 5px;
	color: #555;
	text-align: left;
}

.video_row_similar {
	display: table;
	margin: 10px auto;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.thumb_similar {
	margin: 10px 20px;
	padding: 10px;
	width: 192px;
	height: 180px;
	vertical-align: top;
	display: inline-block;
	position:relative;
} 

.thumb_similar:hover {
	background: #e1e1e1;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}


.video_player_wrap {
	padding: 10px;
}

.video_player {
	width: 640px !important; 
	height: 360px !important;
	margin: 0 auto;
}

.info_video {
	background-color: #fff;
	width: 640px;
	height: 90px;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}


.info_video_photo {	
	margin: 0;
	float: left;
	padding: 0 0 0 5px;
}

.video_title {
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	color: #555;
	text-overflow: ellipsis; 
	white-space: nowrap;
	overflow: hidden;
}

.user_video {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/unknown_user.png');
    z-index: 3;
  	margin: 0;
  	float: left;
}

.info_video_info {	
	margin: 0;
	text-align: right;
	padding: 0 5px 0 0;
}

.video_left_views {	
	margin: 0;
	font-size: 18px;
}


.video_left_rating{
	font-size: 30px;
	text-align: center;
	float: right;
	padding: 0;
}


.likes_counter {
	color: #777;
	font-size: 15px;
	display: inline-block;
}

.thumbs_up{
	color: #777;
	cursor: pointer;
	float: right;
	margin: 0 0 0 10px;
}

.thumbs_up:hover {
	color: #D40000;
}

.thumbs_up_rosu {
	color: #D40000;
}

.thumbs_up_rosu:hover {
	color: #333;
}

.username_video {
	line-height: 20px;
	padding-left: 60px;
	font-size: 18px;
}


.follow_btn_wrapper {
	width: auto;
	height: 25px;
	line-height: 29px;
	padding: 0 5px;
	background: #D40000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background .55s ease;
  	-moz-transition: background .55s ease;
  	-ms-transition: background .55s ease;
  	-o-transition: background .55s ease;
  	transition: background .55s ease;
}

.follow_btn_wrapper:hover {
	background: #A30000;
}



/* rating stars  */

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */

 /*
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:.7em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

*/




/* share section  */
.options_video {
	background-color: #fff;
	width: 640px;
	display: block;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.share {
	padding: 0 5px 5px 5px;
}

.share_icons {
  	padding-left: 15px;
  	text-align: center;
  	display: inline;
}

/*
.social_share {
  	display: inline-block;
  	width: 20px;
  	height: 20px;
  	margin: 0 5px;
  	line-height: 24px;
  	font-size: 15px;
  	text-align: center;
  	color: #555;
  	border-radius: 2px;
  	background: #eee;
  	overflow: hidden;
  	cursor: pointer;
  	-webkit-box-shadow: 0px 0px 2px 0px rgba(117,117,117,1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(117,117,117,1);
	box-shadow: 0px 0px 2px 0px rgba(117,117,117,1);

}

.social_share a{
	padding: 3px;
	color: #555;
	-webkit-transition: color .55s ease;
  	-moz-transition: color .55s ease;
  	-ms-transition: color .55s ease;
  	-o-transition: color .55s ease;
  	transition: color .55s ease;
}

.social_share a:hover {
	color: #D40000;
}

*/

/* description section  */

.description_video {
	background-color: #fff;
	width: 640px;
	height: auto;
	display: block;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	padding-bottom: 4px;
}

.description_date {
	padding: 0 0 0 5px;
	color: #000;
	font-size: 12px;
}

.description_desc {
	padding: 0 0 0 20px;
	color: #666;
	font-size: 14px;
}


/* comment section  */
.comment_video {
	background-color: #fff;
	width: 640px;
	height: auto;
	display: block;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.comment_wrapper {
	margin: 10px;
	height: auto;
	width: auto;
	color: #444;
}


/* comment insert  */
.comment_insert {
	height: 150px;
	width: auto;
	margin: 5px;
	border: 1px solid #e1e1e1;
	position: relative;
}

.comment_insert h3.who_says {
	height: 35px;
	width: auto;
	line-height: 34px;
	color: #D40000;
	font-size: 16px;
	margin: 0 10px;
}

.comment_insert h3.who_says span {
	color: #A30000;
}

.comment_insert .comment_insert_container {
	margin: 0 10px 5px 10px;
	border: none;
	width: auto;
	min-height: 102px;
	position: relative;
}

.comment_insert textarea.comment_insert_text {
	position: absolute;
	border: 1px solid #e1e1e1;
	color: #555;
	width: 99.5%;
	height: 100%;
	background: transparent;
	resize: none;
	overflow: auto;
}

.comment_insert textarea.comment_insert_text:focus {
	outline: none !important;
	border: 1px solid #c1c1c1;
}

.comment_post_btn_wrapper {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 25px;
	line-height: 29px;
	background: #D40000;
	color: #fff;
	font-size: 15px;
	padding: 0 5px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background .55s ease;
  	-moz-transition: background .55s ease;
  	-ms-transition: background .55s ease;
  	-o-transition: background .55s ease;
  	transition: background .55s ease;
}

.comment_post_btn_wrapper:hover {
	background: #A30000;
}



/* comment list  */

.comment_list {
	height: auto;
	font-size: 13px;
	margin: 0 5px;
	color: #555;
}

ul.comment_holder_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	overflow: hidden;
}

ul.comment_holder_ul li.comment_holder {
	list-style-type: none;
	height: auto;
	width: auto;
	margin: 5px 0 5px 0;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	position: relative;
}

ul.comment_holder_ul li.comment_holder:hover {
	border: 1px solid #c1c1c1;
}

ul.comment_holder_ul li.comment_holder .user_img {
	float: left;
	height: 65px;
	width: 65px;
	margin: 0 10px 0 0;
}

ul.comment_holder_ul li.comment_holder .user_img img.user_img_pic {
	width: 55px;
	height: auto;
	margin: 5px;
	border: 1px solid #a1a1a1;
}

.comment_body {
	width: auto;
}

ul.comment_holder_ul li.comment_holder .username_field {
	height: 30px;
	line-height: 27px;
	color: #D40000;
	font-size: 14px;

}

ul.comment_holder_ul li.comment_holder .comment_text {
	display: block;
	width: auto;
	font-size: 12px;
	margin: 0 5px 10px 75px;
	word-wrap: normal;
}

ul.comment_holder_ul li.comment_holder .comment_date {
	font-size: 10px;
	text-align: right;
	padding: 5px 5px 0 0;
}

ul.comment_holder_ul li.comment_holder:hover .comment_buttons_holder {
	display: block;
}

.comment_buttons_holder {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 20px;
}

.comment_buttons_holder ul {
	list-style-type: none;
	width: auto;
	height: auto;
	overflow: hidden;

}

.comment_buttons_holder ul li {
	float: right;
	height: 20px;
	width: auto;
	text-align: center;
	line-height: 19px;
	color: #fff;
	background: #D40000;
	cursor: pointer;
	padding: 0 5px;
	-webkit-transition: background .55s ease;
  	-moz-transition: background .55s ease;
  	-ms-transition: background .55s ease;
  	-o-transition: background .55s ease;
  	transition: background .55s ease;
}

.comment_buttons_holder ul li:hover {
	background: #A30000;
}

/* messages.php */

/* messages list */

.messages_area {
	background-color: #fff;
	width: 640px;
	height: 595px;
	display: block;
	margin: 10px auto;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.messages_left {
	width: 70%;
	float: left;
}

.messages_right {
	width: 25%;
	float: left;
}

.messages_section_title {
	padding: 5px 0 0 5px;
	color: #555;
	text-align: left;
}


.messages_list {
	height: 390px;
	font-size: 13px;
	margin: 0 5px;
	color: #555;
	border: 1px solid #e1e1e1;
	overflow: auto;
	position: relative;
}

.message_center {
	font-size: 20px;
	text-align: center;
	padding-top: 250px;
}

.my_messages {
	text-align: right;
	padding: 10px;
	margin: 5px;
	overflow: auto;
	position: relative;
}

.sender_messages {
	padding: 10px;
	margin: 5px;
}

.message_text {
	font-size: 16px;
	width: 80%;
}

.message_date {
	font-size: 10px;
	color: #a1a1a1;
	
}

.my_messages .message_text {
	float: right;
}
.my_messages .message_date {
	float: right;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.messages_users_area {
	display: table;
	margin: 10px auto;
	text-align: center;
	background: #fff;
	width: 256px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.messages_users_wrapper {
	margin: 0 auto;
	height: 576px;
	overflow: auto;
}

.messages_users {
	margin: 10px 15px;
	color: #D40000;
	border: 1px solid #e1e1e1;
	height: 55px;
}

.messages_users:hover {
	border: 1px solid #D40000;
}

.messages_users:focus {
	border: 1px solid #D40000;
}


.user_messages_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/unknown_user.png');
    z-index: 3;
  	margin: 5px 10px;
  	float: left;

}

.message_username {
	font-size: 16px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 140px;
	padding-top: 10px;
}

.message_unread {
	font-size: 13px;
	text-align: left;
	color: #555;
	width: 180px;
}

.messages_users:hover {
	color: #A30000;
}

.timeago {
	text-decoration: none;
}

.video_title_holder {
	
}

}


/* min-width: 1600px ====================================================================================================================== */

@media (min-width: 1600px) {

	.video_mid_container {
		width: 1280px;
		margin: 0 auto;
	}

	.video_player {
		width: 800px !important;
		height: 450px !important;
		margin: 0 auto;
	}

	.info_video {
		width: 800px;
	}

	.options_video {
		width: 800px;
	}

	.description_video {
		width: 800px;
	}

	.comment_video {
		width: 800px;
	}

	.messages_area {
		width: 800px;
	}

	.messages_users_area {
		width: 100%;
	}

}



/* min-width: 1900px ====================================================================================================================== */

@media (min-width: 1900px) {

	.video_mid_container {
		width: 1600px;
		margin: 0 auto;
	}

	.video_player {
		width: 1024px !important;
		height: 576px !important;
		margin: 0 auto;
	}

	.info_video {
		width: 1024px;
	}

	.options_video {
		width: 1024px;
	}

	.description_video {
		width: 1024px;
	}

	.comment_video {
		width: 1024px;
	}

	.messages_area {
		width: 1024px;
	}

	.messages_users_area {
		width: 100%;
	}

}


.checkBoxWrapp span {
	font-size: 12px;
	line-height: 12px;
	color: #888;
	vertical-align: middle;
}

.checkBox {
	
}

.inviaBtnWrapp {
	margin-bottom: 40px;
}

.invita_field {
	width: 100% !important;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.invita_group {
	margin-bottom: 20px;
	text-align: center;
}

.upl_in_progress p {
	margin: 30px auto;
	font-size: 20px;
	text-align: center;
	color: #444;
}

#uplArea {
	display: block;
}

#uplInProgress {
	display: none;
}

.upl_msg {
	font-size: 25px;
	margin: 15px auto;
	text-align: center;
	font-weight: bold;
}



/* cropper styles 

.imageBox {
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210px;
    height: 210px;
    margin-top: -105px;
    margin-left: -105px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

.crop_outer_container {
	position: relative;
	height: 450px;
	width: 400px;
	display: block;
}

.crop_container {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto; 
}

.action {
    width: 400px;
    margin: 10px 0;
}

.cropped>img {
	display: table;
    margin: 0 auto;
}

#panel3 table {
	margin: 10px auto;
}

#crop_outer_container {
	
}

#profile_photo_container {
	
}

*/

.update_photo_btn_wrap {
	margin: 10px auto 35px auto;
	text-align: center;
}

.video_title_wrapp {
	margin: 0;
	padding: 0;
}

.video_report_button_holder {
	display: inline-flex;
	float: right;
}

.file_details {
	position: absolute;
	bottom: -190px;
	width: 720px;
	left: 50%;
	margin-left: -360px;
}

.errorUpload_container {
	position: relative;
}

.errorUpload {
	width: 720px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -360px;
	text-align: center;
	font-weight: bold;
	color: red;
}

.subCategory_container {
	position: relative;

}

.subcateg {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -162px
}

.upload_btn_container {
	position: relative;
}

.upload_btn {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -54px;
}