/* All styles */

@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald-webfont.eot');
    src: local('oswaldbook'), url('fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/oswald-webfont.woff') format('woff'),
        url('fonts/oswald-webfont.ttf') format('truetype'),
        url('fonts/oswald-webfont.svg#oswaldbook') format('svg');
}

@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: local('league_gothicregular'), url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
        url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
        url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
}

@font-face {
    font-family: 'comfortaaregular';
    src: url('fonts/comfortaa-regular-webfont.eot');
    src: url('fonts/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/comfortaa-regular-webfont.woff') format('woff'),
        url('fonts/comfortaa-regular-webfont.ttf') format('truetype');
}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal
}

a, input {
	outline: none;
	z-index: 1
}
.search:focus {
	background: transparent;
	border: 1px solid #c0d4e2;
	font: bold 16px Arial, Verdana, sans-serif;
	color: #336699;
	text-indent: 1px
}
.search:active {
	font:16px impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff
}
p {background:none}
img {
	border: none;
	color: #323740
}
a:active, a:visited, a:link {text-decoration: none}
body {
	margin: 0 auto;
	background: #323740
}

strong {font-weight: bold;color: white}

.wrapper {
	margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    position: relative;
	background: #1a1d23
}

.container {
	margin-left: 336px;
	padding-left: 15px;
    width: auto;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.07) inset
}

.breadcrumbs {
	position: relative;
	max-width: 1280px;
	width: 100%;
	height: auto;
}

.head_wrapper {
	margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
}

.main {
	position: relative;
	width: 100%;
	height: auto;
	padding-left: 2px;
	margin-left: -2px;
	background: #0e0e10;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.07) inset;
	font-family: oswaldbook,Arial,Helvetica,sans-serif;
	z-index: 1
}
.main h1 {
	position: relative;
	padding: 3px 0 3px 20px;
	color: #dcdcdc;
	font-size: 16px;
	font-style: italic;
	font-family: oswaldbook,Arial,Helvetica,sans-serif;
	height: 43px;
	line-height: 43px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .main h1 {
		font-weight: normal !important;
		padding-top: 5px !important
	}
}

.main h1 a {
	position:relative;
	color:#fff;
	text-transform: uppercase;
	font-style: normal
}

.main h1 a:hover {color: #ffff00}


/* Categories Menu */

.menu_wrapper {
	position: relative;
	width: 100%;
	height: 48px;
	margin: 0;
	background: #0a0b0f;
	z-index: 100
}
.menu_wrapper ul {
	list-style-type: none;
	z-index: 1000;
	background: #fff
}

.menu_wrapper ul li {
	display: none;
	margin: 0;
	padding: 0
}
.menu_wrapper li {
	position: relative;
	display: inline-block;
	color: #fff;
	cursor: default;
	height: 48px;
	padding-right: 20px;
	text-align: center;
	font-size: 18px;
	font-family: oswaldbook,Arial,Helvetica,sans-serif;
	line-height: 48px;
	text-transform: uppercase;
}
.menu_wrapper li.highlighted {color: #ff6658;}
.menu_wrapper li a, .menu_wrapper li.highlighted span {
	position: relative;
	width: 100%;
	height: 48px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: oswaldbook,Arial,Helvetica,sans-serif;
	line-height: 20px;
}
.menu_wrapper li.highlighted span {color: #ff6658}
.menu_wrapper li a small {
	color: #ff6658;
	text-transform: none;
	font-style: italic
}
.menu_wrapper li a:hover small {color: #ff6658}
.menu_wrapper li:hover {color: #ff6658}
.menu_wrapper li a:hover {color: #ff6658}
.menu_wrapper li.highlighted:hover {color: #ffffff}
.menu_wrapper .stack {
	background: url('images/viewed-white-arrow.png') no-repeat right center;
	margin-right: 20px
}
.menu_wrapper .stack.highlighted {background: url('images/viewed-white-arrow.png') no-repeat 95% 50%}
.menu_wrapper .stack:hover {background: url('images/viewed-white-arrow.png') no-repeat right center}

.menu_wrapper li.stack ul li {
	height: 28px;
	background: rgba(255,255,255,.95);
	width: 178px;
	border-bottom: solid 1px #ddd;
}

.menu_wrapper li.stack.wide ul li {
	float: left;
	border-right: solid 1px #ddd
}

.menu_wrapper li.stack ul li:hover {background: rgba(255,255,255,1)}

.menu_wrapper li ul li a {
	font-size: 14px;
	text-transform: none;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	line-height: 28px;
	display: block
	
}


/* Header */

header {
	position: relative;
	height: 103px;
	z-index: 2000;
	background: #1a1c23 url("images/index.png") repeat;
}

header .top_bar {
	background: black;
    min-height: 21px;
    position: relative;
    width: 100%;
    z-index: 120;
	border-bottom: 1px solid #323740;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.07) inset
}

header .top_bar .up_menu {
	margin: 0 auto;
	max-width: 1280px;
	position: relative
}

header .top_bar .up_menu .left_up_memu,
header .top_bar .up_menu .right_up_memu {
	float: left;
	position: relative;
	color: #bfbfbf
}

header .top_bar .up_menu .left_up_memu {margin-left: 20px}

header .top_bar .up_menu .right_up_memu {
	float: right;
	margin-right: 10px
}

.up_menu a {
    color: #bfbfbf;
    display: inline-block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
	line-height: 11px;
    font-weight: bold;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .left_up_memu, .right_up_memu  {margin-top: 1px}
}

.up_menu a:hover {color: #ff6658}

.ft_left, .ft_center, .ft_right {
	position: relative;
	float: left;
	width: 22%;
	height: auto;
	text-align: center;
	padding-top: 20px
}

.ft_center {	width: 50%}

.ft_right {text-align: left}

.ft_right .featured_title {
	font-size: 24px;
	width: 100%;
	text-transform: none;
	padding-left: 0
}

.ft_right span {
	position: relative;
	float: left;
	width: 50%
}
.top_menu, .ft_center, .ft_right {
	position: relative;
	margin: -15px auto 0 auto;
	z-index: 1;
	color: #ffffff
}
.top_menu {
	margin: 0 0 5px 0;
	background: #0e0e10;
	border-bottom: 1px solid #323740;
	z-index: 1000
}
.top_menu ul {
	margin: 0 auto;
    position: relative;
    padding: 0
}
.top_menu li, .ft_center a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff
}
.top_menu li {
	text-transform: uppercase;
	font-size: 15px;
	font-family: oswaldbook, Arial, Helvetica, sans-serif;
	color: #ff6658;
	padding-bottom: 5px
}
.top_menu li a {color: #d8dde3}
.top_menu li ul {	
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	padding: 0;
	top: 28px;
	left: 0;
	background: black;
	text-align: left;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 1);
	border-right: 1px solid #323740;
	border-left: 1px solid #323740
}
.top_menu li ul li {
	display: block;
	padding: 1px 0;
	margin: 0;
	border-bottom: 1px solid #323740;
}
.top_menu li ul li a {
	width: 100%;
	display: block;
	padding: 0 20px
}
.top_menu li span {
	padding: 0 10px 0 5px;
	font-size: 10px
}
.top_menu a:hover {color: #ffff00}


/* Footer */

footer {
	position: relative;
	background: #0f1010;
	width: 100%;
	min-height: 210px;
}

footer .wrapper {
	padding-bottom: 0;
	margin-top: 0
}

footer .footer_block a {
	line-height: 14px;
	font-family: oswaldbook;
	margin-bottom: 5px
}

.footer_block {
	/*min-width:360px;*/
	padding: 20px 20px 20px 0
}

footer .ft_center, footer .ft_right  {
	margin:0;
	color: #ff6658
}

.ft_center {
	font-family: oswaldbook;
	font-size: 13px;
}

.ft_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #727478;
}

.ft_right p a {color: white}

.ft_center li {padding-left: 15px}
.ft_center a:hover, .ft_right a:hover  {text-decoration:underline}


/* Ads blocks */

.adsblock {
	position: relative;
	width: 100%;
	margin: 20px 0
}

.adsblock span {
	padding: 0;
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: auto;
	max-width: 100%;
}

.ads-links-top {
	position: relative;
	width: 728px;
	height: 15px;
	margin: 10px 0 10px -5px;
	float: left
}

.bread_ads {
	position: absolute;
	width: 468px;
	height: 15px;
	right: 20px;
	top: 9px
}

.ads125x125 {
	position: relative;
	width: 100%;
	height: 155px;
	margin-left: 10px
}

.ads125x125 a {
	position: relative;
	float: left;
	width: 125px;
	height: 125px;
	margin: 10px
}

.ads300x600, .ads300x250, .ads336x280 {
	position: relative;
	display: block;
	width: 300px;
	height: 600px;
	margin: 5px 0 40px 0;
	background: #f1f4f9;
	float:right;
	z-index: 1
}

.ads336x280 {
	width: 336px;
	height: 280px;
	margin: 0;
}

.ads300x250 {
	width: 300px;
	height: 250px;
	margin: 0 0 40px 0;
	
}

.under_ad {
	display: block;
	position: relative;
	width: 336px;
	height: 228px;
	margin: 0 0 30px 0;
	z-index: 0
}

.under_ad_header {
	display: block;
	position: absolute;
	height: 60px;
	width: 468px;
	z-index: 0;
}


/* Logo */

.logo {
	display: block;
	position: relative;
	height: 63px;
	width: 244px;
	margin-top: 10px;
	float: left;
	background: url('images/miriadna.png') no-repeat scroll center center;
}

.head_ad {
	display: block;
	position: absolute;
	height: 60px;
	width: 468px;
	top: 10px;
	right: 20px;
	z-index: 1;
}

footer .logo {
	text-align: left;
	margin:0;
	float: none;
	margin-bottom: 15px;
	margin-left: 20px;
}


/* Search */

.searcher {
	position: relative;
	height: 32px;
	float: right;
	width: 300px;
	margin-top: 12px;
	margin-right: 20px
}

.search2 {
	position: absolute;
	height: 22px;
	width: 268px;
	left: 0;
	top: 0;
	color: #eee;
	font-size: 12px;
	text-indent: 5px;
    background: #21242b;
    border: solid 1px #3d4453;
}

.find2 {
	position: absolute;
	width: 16px;
    height: 16px;
	padding: 12px 15px;
	cursor: pointer;
	border: none;
	display: block;
	margin-left: 269px;
	background: #3d4453 url(http://www.videocopilot.net/assets/public/images/v7/template/search-icon.png) no-repeat;
	background-position:center center
}

.find2:hover {
	color: #ffffff;
	background: linear-gradient(to bottom, #232831 0%, #171a1d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


/* Right sidebar */

.right-sidebar {
    position: absolute;
    width: 336px;
	max-width: 336px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.07) inset
}

.cascade_title {
	position: relative;
	float: right;
	width: 100%;
	text-indent: 20px;
	height: 43px;
	font-size: 16px;
	color: #dcdcdc;
	line-height: 43px;
	background: #0e0e10;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.07) inset;
	text-transform: uppercase;
	font-family: oswaldbook,Arial,Helvetica,sans-serif;
	border-top: 2px solid #000;
}
.cascade {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.cascade span {
	position: relative;
	width: 111px;
	height: 70px;
}
.cascade a {
	position: relative;
	float: left;
	display: block;
	width: 111px;
	height: 70px;
	border-right: 1px  solid #000;
	border-bottom: 1px  solid #000
}

.cascade a  img {
		width: 111px;
	height: 70px;
}


/* Pagination */

.pagination {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	margin: 20px 0
}

.pagination a, .pagination p.this {
	display: block;
	position: relative;
	float: right;
	margin: 0 1px 2px 1px;
	padding: 0 10px;
	color: #0f1010;
	background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-align: center;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33)
}
.pagination p.this {background: #ff6658;color: #ffffff}
.pagination a:hover {background: #ff6658;color:#ffffff}


/* To top button */

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 1);
}

#toTopHover {
	background: #0f1010;
	width: 51px;
	height: 51px;
	display: block;
	float: left;
	padding: 15px 0 0 13px;
	text-transform: uppercase
}

#toTopHover:hover {
	color: #ffff00
}


#toTop:active, #toTop:focus {outline:none}

#toTop span {
	color: #bfbfbf;
	font-family: oswaldbook,Arial,Helvetica,sans-serif;
    font-size: 15px;

}

/* Social Bar */

.socialbar {
	width: 302px;
	min-height: 50px;
	padding: 0;
	font-size: 0;
	z-index: 999;
	margin: 10px 0 5px 20px
}

.socialbar:after {
	clear: left;
	content: " ";
}

.ss {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ss li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(0,0,0,0.2);
	background-image:url("images/socialsprites.png");
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ss li:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ss li:last-child {
	border-right: none
}

.ss li a {
	display: block;
	text-indent: -9999;
	width: 40px;
	height: 40px
}

.ss li a:active {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

.ss li.facebook { background-position: 0 0}
.ss li.facebook:hover { background-position: 0 -40px}
.ss li.googleplus { background-position: 0 -80px}
.ss li.googleplus:hover { background-position: 0 -120px}
.ss li.twitter { background-position: 0 -160px}
.ss li.twitter:hover { background-position: 0 -200px}
.ss li.pinterest { background-position: 0 -240px}
.ss li.pinterest:hover { background-position: 0 -280px}
.ss li.rss { background-position: 0 -320px}
.ss li.rss:hover { background-position: 0 -360px}
.ss li.stumbleupon { background-position: 0 -400px}
.ss li.stumbleupon:hover { background-position: 0 -440px}
.ss li.vimeo { background-position: 0 -480px}
.ss li.vimeo:hover { background-position: 0 -520px}


.featured_title {
	position: relative;
	color: #ffffff;
	float: left;
	font-family: 'comfortaaregular';
	font-size: 36px;
	text-transform: uppercase;
	padding: 10px 20px 0 20px;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.description {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
    width: 100%;
	z-index: 0
}

.description p {
	padding: 15px 15px 15px 0;
	position: relative;
	color: #727478;
}

.description a {
	position: relative;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff
}

.description p strong {color:#ccc}

.description a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc
}	

hr {
	height: 26px;
	border: 0;
	margin: 0;
	background: url("images/stripes_black.png") repeat-x scroll left center transparent
}

/* Tags Cloud */

.tag-cloud {
	position: relative;
	float: right;
	height: auto;
	width: 100%;
	max-width: 352px;
	margin-top: 20px
}

.tag-cloud a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	line-height: 24px;
	float: right;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.tag-cloud a:hover {
	color: #ff6658;
	opacity: 1 !important
}

.cloud_wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto
}
.right-sidebar .cloud_wrapper {
	float: right;
	width: 100%;
	margin-bottom: 30px
}


.donate {
	margin: 20px 0 20px 80px;
    display: block;
}

.about_donate {
	color: #727478;
	margin-top: 10px;
	text-indent: 20px;
	padding: 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 14px;
}

.in_desc {position: relative}

a.instant_download {
	box-shadow: 1px 2px 0 0 rgba(0,0,0,.27);
	display: block;
	float: right;
	width: 92px;
	height: 27px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-family: oswaldbook, Arial, sans-serif;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: linear-gradient(to bottom, #2a6bd5 0%,#0242ad 100%);
	font-size:14px;
	margin: 30px 10px 30px 20px;
	text-decoration: none
}

a.instant_download:hover {background: linear-gradient(to bottom, #0242ad 0%,#2a6bd5 100%)}

._wauget {margin-top: 10px}


@media only screen and (max-width: 1269px) {

	.bread_ads {display:none}
	
	.container {
		float: none;
		/*margin-right: 356px*/
	}
	
	.left_up_memu {margin-left: 20px}
	
	.right_up_memu {margin-right: 20px}
	
	.right-sidebar {left: 20px}
	
}

@media only screen and (max-width: 959px) {

	.block-links-top {float:left}
	
	.block-links-top,
	.ads-links-top,
	.right_up_memu,
	.head_ad,
	.under_ad_header {display:none}
	
	.ft_left {width: 100%}
	
}

@media only screen and (max-width: 739px) {
	.bottom-search, .top_bar {display:none}
	
	header {padding-top: 10px}
	
	.featured_type {
		clear:both;
		margin: 0 0 15px 15px;
	}
	
	.featured_desc {margin: 2px 0 0 15px}
	
	.featured_title {padding-bottom: 5px}
	
	.menu_wrapper {height: 96px}
}

@media only screen and (max-width: 639px) {
	
	.container {margin-left: 0}
	
	.right-sidebar {display:none}
	
}

@media only screen and (max-width: 479px) {
	
	.top_menu, .description {display:none}
	
	.searcher {
		width: 200px;
		float: left;
		margin-left: 20px
	}	
}