@font-face {
    font-family: 'centurygothic';
    src: url('font/centurygothic.eot?') format('eot'), 
         url('font/centurygothic.woff') format('woff'), 
         url('font/centurygothic.svg') format('svg'), 
         url('font/centurygothic.ttf')  format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'centurygothic';
    src: url('font/centurygothic_italic.eot?') format('eot'), 
         url('font/centurygothic_italic.woff') format('woff'), 
         url('font/centurygothic_italic.svg') format('svg'), 
         url('font/centurygothic_italic.ttf')  format('truetype');
	font-weight:normal;
	font-style:italic;
}
@font-face {
    font-family: 'centurygothic';
    src: url('font/centurygothic_bold.eot?') format('eot'), 
         url('font/centurygothic_bold.woff') format('woff'), 
         url('font/centurygothic_bold.svg') format('svg'), 
         url('font/centurygothic_bold.ttf')  format('truetype');
	font-weight:bold;
	font-style:normal;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#wpapper{
	font-family:centurygothic;
	*overflow:hidden;
	padding-bottom:175px;
	zoom:1;
}
#header{
	background-color:#000;
	float: left;
	width: 100%;
	border-bottom:1px solid #9c9c9c;
}
#header_inner{
	width:970px;
	margin:0 auto;
}
#logo{
	width:100%;
	float:left;	
	margin:0 auto;
}
#logo .logo{
	float:left;
	margin-left:40px;
}
.right_logo{
	float:right;
	margin-right:55px;
}
.right_logo>a{
	position:relative;
	top:15px;
	right:-15px;
}
.right_logo img{
	max-height:35px;
}
.right_logo span{
	position: relative;
	bottom: 0px;
}
.right_logo span,
.right_logo span a{
	color:#fff;
	text-transform:uppercase;
	font-size:12px !important;
	line-height:12px;
	text-decoration: none;
	font-size: 11px;
}
.right_logo span a:hover{
	text-decoration: underline;
	font-weight:normal;
}
#menu{
	clear: both;
	float:left;
	margin-bottom:20px;
	position: relative;
	z-index: 10;
}
#menu .top_menu{
	float:left;
	padding-left: 20px;
}
#search{
	float:right;
	margin-right:20px;
	*width:152px;
	height: 100px;
	position:relative;
}
#content #search{
	margin-right:0;
}
#search .search{
	float:right;
}
.search{
	width:130px;
	height:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f4f3f3;
	border:1px solid #000;
	margin:20px 40px 20px 0;
}
.search input{
	float:left;
}
.search input[type="text"]{
	width:108px;
	padding:0 5px;
	background-color:transparent;
	font-size:12px;
	line-height:15px;
}
.search input[type="submit"]{
	width:8px;
	height:8px;
	background-color:#000;
	border:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-top:3px;
	cursor:pointer;
}
#search .lang{
	position: absolute;
	float: left;
	bottom: 10px;
	left: 25px;
}
#search .lang>a{
	position:relative;
	z-index:1;
	float:left;
	padding:0 3px 0 0;
	width:38px;
	height:40px;
	background: #fff;
	border-radius: 3em;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border:1px solid #000;
	text-decoration:none;
	font-size:13px;
	line-height:39px;
	text-align:center;
	color:#000;
}
#search .lang>a:hover{
	font-weight:normal;
}
#search .lang .rus{
	margin-left:-10px;
	padding:0 0 0 3px;
	background:#000;
	color:#fff;
}
#search .lang .act{
	z-index:2;
	cursor:default;
}
.top_menu table{
	width:710px;
	margin:10px 0 0 0;
	float:left;
	border-bottom:2px solid #484848;
}
.top_menu table td{
	background:none;
	padding:0;
	cursor:pointer;
}
.top_menu table td span>a{
	font-weight:normal;
}
.top_menu table td span ul{
	position:absolute;
	top:100%;
	left:0;
	background-color:#000;
}
.top_menu table ul{
	min-width:100%;
	display:none;
	padding:0;
	margin:0;
}
.top_menu table ul li{
	position:relative;
	display:block;
	float:none;
	text-align:center;
	white-space:nowrap;
	padding:0;
	background:none;
}
.top_menu table ul li a{
	display:block;
	color:#fff;
	padding:10px 0;
	margin:0 15px;
	border-top:1px dashed #fff;
	text-align:center;
}
.top_menu table ul li a:hover{
	color:#aaaaaa;
	font-weight:normal;
}
.top_menu table td>ul li>ul{
	position:absolute;
	top:0;
	left:0;
	margin-left:100%;
	background-color:#000;
}
.top_menu table td span ul li>ul li:first-child>a{
	border-top:none;
}
.top_menu table td{
	position:relative;
	z-index:2;
	text-align:center;
}
.top_menu table td span{
	display: block;
	position: relative;
	height: 100%;
}
.top_menu table td span>a{
	color:#000;
	display:block;
	text-decoration:none;
	height:100%;
}
.top_menu table td:hover span>a{
	background-color:#000;
	color:#fff;
}
.top_menu li:hover span ul,.top_menu table td:hover span ul{
	display:block;
}
.top_menu li>a{
	text-decoration:none;
	font-size:13px;
	line-height:20px;
}
#slider{
	width:695px;
	overflow:hidden;
	padding-bottom:40px;
	position:relative;
	z-index:1;
}
#slider .slider{
	height:420px;
	overflow:hidden;
}
#panorama_slider{
	width:930px;
	height:365px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#panorama_slider .slider{
	width:660px;
	height:340px;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}

#panorama_slider div[id^="opis"]{
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:-25px;
	z-index:8;
	color:#000000;
	display: none;     
	font-size:14px;
	font-style:italic;
	line-height:19px; 
}
.nivo-caption p {
	padding:5px;
	margin:0;
	font-size:14px;
	font-style:italic;
	line-height:19px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
#panorama_slider .nivo-caption{
	position: absolute;
	left:665px;
	bottom: 0px;
	z-index: 8;
	color: #000000;
	display: none;
	font-size: 14px;
	line-height: 19px;
	background-color: #F4F3F3;
	width: 235px;
	height: 340px;
	padding:0 15px;
}
#panorama_slider .nivo-caption>span{
	display:block;
	clear:both;
}
#panorama_slider .nivo-caption .date{
	font-size:12px;
	line-height:12px;
	color:#000000;
	margin:10px 0 20px;
	font-style: italic;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:0 5px;
	float:left;
}
#panorama_slider .nivo-caption .name{
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
}
#panorama_slider .nivo-caption .cnt_date{
	color:#000000;
}
#panorama_slider .nivo-caption p,#panorama_slider .nivo-caption table{
	font-size:11px;
	line-height:11px;
	color:#000000;
	font-style:normal;
}
#panorama_slider .nivo-caption table{
	margin-top:25px;
	line-height:14px;
	width: 99%;
}
#panorama_slider .nivo-caption table td{
	width:50%;
}
#panorama_slider .dashed_ln{
	height:0px;
	line-height:0px;
	border-bottom:1px dotted #000;
	margin:15px 0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	float:right;
	position:absolute;
	padding: 15px 0;
	right:0;
	bottom:0;
	z-index:8;
}
.nivo-controlNav a {
	float:left;
	width:10px;
	height:10px;
	cursor:pointer;
	text-indent:9999px;
	background-image:url(../images/bullets.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-left:10px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:-11px 0;
}
#panorama_slider .nivo-controlNav {
	float:right;
	position:absolute;
	padding: 8px 0;
	left:-10px;
	bottom:0;
	z-index:8;
}
#panorama_slider .nivo-controlNav a {
	background-image:url(../images/pan_bullets.png);
}
#panorama_slider .nivo-controlNav a.active {
	background-position:-10px 0;
}
#content{
	clear:both;
	width:970px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:25px;
}
#content>h1,#content_inner>h1{
	text-align: center;
	position: relative;
	left: 40px;
	float: left;
	width: 734px;
}
#content>p,#content_inner>p{
	margin-left:20px;
	clear:both;
}
#content_inner>p{
	margin:0 20px 15px 40px;
}
#content_main{
	width:700px;
	min-height: 200px;
	padding: 0 20px;
	float:left;
	position:relative;
}
#content_inner{
	clear:both;
	width:970px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:25px;
}
#content_inner #content_main{
	position:relative;
	width:910px;
	padding:0 20px 0 40px;
	float:left;	
}
#content_inner .search{
	margin-right: 20px;
}
#content_inner .lang{
	right: 40px;
}
#content_right{
	float:right;
	width: 210px;
}
#content_right a {
	display: block;
	margin-bottom: 20px;
}
#content_right p{
	margin: 0;
	line-height: 0;
	font-size: 0;
}
#content_right a>img{
	text-align:center;
}
#content_right>div{
	display:block;
	margin-bottom:20px;
}
.sign{
	display: inline-block;
	zoom: 1;
	font-size: 0;
	padding:0 10px 10px;
}
.sign span{
	display:block;
	background-color:#ededed;
	font-size:14px;
	color:#000;
	line-height:45px;
	text-align:center;
	padding:0 5px;
}
.tab3,.tab{
	margin:20px auto;
	font-size:12px;
	line-height:14px;
}
.tab3 td,.tab td{
	padding:5px 5px 7px;
}
.tab3 td:first-child{
	border-left:none;
}
.tab3 td,.tab td{
	border-left:1px solid #737373;
}
.tab3 td:first-child{
	border-left:none;
}
.tab td{
	border-left:1px solid #000;
}
.tab3 thead,.tab thead{
	text-transform:uppercase;
}
.tab3 thead td,.tab thead td{
	padding:5px;
}
.tab3 thead tr{
	background-color:#00ccc7 !important;
	color:#000;
}
.tab3 tr{
	background-color:#dddddd;
	cursor:pointer;
	color:#1f1f1f;
}
.tab3 tr:nth-child(even){
	background-color:#d3d3d3;
}
.tab thead tr{
	background-color:#ff38a5 !important;
	color:#1f1f1f;
}
.tab3 tr:hover{
	background-color:#b0b0b0;
}
.tab tr{
	background-color:#545454;
	cursor:pointer;
	color:#cdcdcd;
}
.tab tr:nth-child(even){
		background-color:#4c4b4b;
}
.tab tr:hover{
	background-color:#303030;
}
.pagination{
	width:270px;
	position:relative;
	height:22px;
	text-align:center;	
	left: 235px;
	font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	clear:both;
	margin-bottom:50px;
}
.pagination a{
	font-size:12px;
	line-height:20px;
	color:#4b4b4b;
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-left:5px;
}
.pagination>.prev + a{
	margin-left:60px;
}
.pagination .selected{
	color:white;
	background-color:#323232;
}
.sys{
	display:block;
	position:absolute;
	top:0;
	padding:0 !important;
	width:20px;
	height:20px;
	background-color:#dadada;
	margin-left:0 !important;
}
.prevAll{
	background-image:url(../images/pag_arrs_left.png);
	background-position:50% 50% ;
	background-repeat:no-repeat;
	left:0;
}
.prev{
	background-image:url(../images/pag_arr_left.png);
	left:30px;
	background-position:50% 50% ;
	background-repeat:no-repeat;
}
.next{
	background-image:url(../images/pag_arr_right.png);
	right:30px;
	background-position:50% 50% ;
	background-repeat:no-repeat;
}
.nextAll{
	background-image:url(../images/pag_arrs_right.png);
	right:0;
	background-position:50% 50% ;
	background-repeat:no-repeat;
}
#content_main .soc{
	position: absolute;
	right: 0;
	bottom: 20px;
}
#content_main .soc>span{
	font-size:20px;
	line-height:20px;
	display:block;
	color:#000;
	text-align:center;
	margin-bottom:10px;
}
#content_main .soc>a{
	float:left;
	width:21px;
	height:22px;
	background-image:url(../images/soc.png);
	background-repeat:no-repeat;
	margin-left:5px;
}
.soc .fb{
	background-position:0 0;
}
.soc .tw{
	background-position:-26px 0;
}
.soc .vk{
	background-position:-51px 0;
}
.soc .gp{
	background-position:-76px 0;
}
#content_main .socmin,
#content_main .film .soc{
	float:right;
	margin-right:5px;
}
#content_main .film .soc{
	position: relative;
	bottom: 1px;
}
#content_main .socmin>a,
#content_main .film .soc>a{
	float:left;
	width:16px;
	height:16px;
	background-image:url(../images/soc_min.png);
	background-repeat:no-repeat;
	margin-left:5px;
}
.socmin .fb,
#content_main .film .soc .fb{
	background-position:0 0;
}
.socmin .tw,
#content_main .film .soc .tw{
	background-position:-28px 0;
}
.socmin .vk,
#content_main .film .soc .vk{
	background-position:-55px 0;
}
.socmin .gp,
#content_main .film .soc .gp{
	background-position:-84px 0;
}
#content_inner .gallery{
	margin:10px 0;
	float:left;
	width:100%;
}
.gallery .gall_bl:nth-child(3n+1){
	margin-left:0;
	clear:both;
}
.comp{
	font-size:30px;
	line-height:30px;
	color:#666666;
	font-weight:normal;
}
.gallery .gall_bl{
	width: 290px;
	float:left;
	margin-left: 20px;
	margin-bottom:25px;
	position:relative;
	line-height:normal;
}
.gallery .gall_bl img{
	width: 290px;
}
.gallery .gall_bl span{
	display:block;
	color:#000000;
}
.gallery .gall_bl .name{
	font-size:15px;
	line-height:15px;
}
.gallery .gall_bl .by{
	font-size:12px;
	line-height:15px;
}
.gallery .gall_bl .ct{
	font-size:12px;
	line-height:15px;
	color:#000000;
}
#content_main .film{
	position:relative;
}
#content_main .film .poster{
	display:block;
	margin-bottom:30px;
}
#videoPlayer{
	position: absolute;
	top: 324px;
	right: 120px;
	width: 100px;
	height: 67px;
	background: url(../images/watch.png) no-repeat;
}
#content_main .film .date{
	font-size:12px;
	line-height:16px;
	color:#000000;
	display:block;
	margin-bottom:15px;
	float:left;
}
#content_main .film p{
	font-size:12px;
	line-height:16px;
	color:#333333;
	clear:both;
}
#content_main .film table{
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin-top:20px;
	float: left;
}
#content_main .film table td{
	white-space: nowrap;
}
#content_main .film table td:first-child{
	max-width:170px;
	overflow:hidden;
}
#content_main .vote{
	font-size:18px;
	line-height:18px;
	color:#000;
	position:relative;
	font-weight: bold;
	text-transform: uppercase;
	width:140px;
	right: 100px;
	bottom: 0;
	margin-top: 20px;
	float: right;
}
#content_main .vote ul,#content_main .vote span{
	display:block;
	clear:both;
	margin:0;
}
#content_main .vote ul{
	margin-left:18px;
	overflow:hidden;
}
#content_main .vote div{
	text-decoration:none;
	background-image:url(../images/pl_min.png);
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	height:13px;
	width:13px;
	float:left;
	line-height:10px;
}
#content_main .vote span{
	text-align:center;
	margin-top:10px;
}
.vote .min{
	left:0;
	background-position:0 0;
}
.vote .pls{
	right:0;
	background-position:-18px 0;
}
.vote ul li{
	float:left;
	background-image:url(../images/vote.png);
	background-position:-21px 0;
	width:21px;
	height:21px;
	padding:0;
	cursor:pointer;
}
#content_main .panorama_gall{
	width:670px;
	float:left;
	position:relative;
}
#content_main .panorama_gall .soc{
	bottom:-80px;
	right:0;
}
#content_main .panorama_gall .pan_bl{
	width:320px;
	float:left;
	margin:0 0 20px 20px;
}
#content_main .panorama_gall .pan_bl:nth-child(2n+1){
	margin-left:0;
	clear:left;
}
.pan_bl>a{
	text-align:center;
	display:block;
	margin-bottom:10px;
}
.pan_bl>span[class]{
	display:block;
}
.pan_bl .name{
	font-size:22px;
	line-height:25px;
	color:#000;
	margin-bottom:10px;
}
.pan_bl .date{
	font-size:12px;
	line-height:25px;
	color:#000000;
	margin-bottom:10px;
	font-style:italic;
}
.pan_bl p{
	font-size:12px;
	line-height:16px;
	color:#6b6b6b;
}
.podr{
	text-decoration:none !important;
}
.pan_bl a.podr{
	color:#000000;
	text-decoration:none !important;
}
.feedback{
	float:left;
	width:370px;
	margin:80px 0 0;
} 
.feedback .form_elements{
	float:left;
	width:100%;
	margin:0 0 25px;
	position:relative;
}
.form_elements .zakl{
	position:absolute;
	left:0;
	top:-23px;
	padding:0 25px;
	background-color:#000;
	display:block;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:23px;
	width: 110px;
}
.feedback .form_elements select{
	float:left;
	width:222px;
}
.form_elements textarea, .form_elements input[type="text"]{
	float:left;
	border:1px solid #000;
	padding:0 5px;
	margin:0;
}
.form_elements textarea{
	width:212px;
	height:130px;
	font-family: Arial;
	font-size: 13px;
	line-height:16px;
}
.form_elements input[type="text"]{
	height:24px;
	width:210px;
}
.form_elements span{
	float:left;
	width:105px;
	text-align:right;
	margin-right:40px;
	font-size:14px;
	line-height:26px;
	color:#4c4c4c;
}
.feedback input[type="submit"]{
	float:right;
	border:none;
	background-color:#000;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 20px;
	font-size:16px;
	line-height:24px;
	margin-bottom:80px;
	cursor:pointer;
}
#footer{
	clear:both;
	background:url(../images/foot_bg.jpg) center 0 repeat-x;
	height:175px;
	position: absolute;
	bottom: 0;
	width:100%;
}
#footer_inner{
	width:970px;
	margin:0 auto;
}
#footer_top{
	float:left;
	width:100%;
	margin-bottom:20px;
}
#footer_top>table{
	width: 100%;
	height: 125px;
}
#footer_top>table td{
	vertical-align: middle;
	text-align: center;
	padding:0 20px;
}
#footer_bottom{
	clear:both;
	font-size:13px;
	line-height:13px;
}
#footer_bottom a{
	float:left;
	color:#000;
	text-decoration:none;
}
#footer_bottom a:hover{
	text-decoration:underline;
}
#footer_bottom>span{
	float:right;
}
#footer_bottom div,#footer_bottom span,#footer_bottom a{
	font-size:14px !important;
	line-height:16px !important;
}
#footer_bottom .designed,
#footer_bottom .designed2{
	float:left;
	margin-left:80px;
}
#footer_bottom .designed span+span,
#footer_bottom .designed span+span a{
	text-transform:uppercase;
}
#footer_bottom div a{
	display:inline;
	float:none;
}
#photos {
	margin: 0 -8px;
}
#photos li {
	padding: 0;
	display: inline-block;
	margin: 10px;
}
#photos img {
	max-width: 219px;
}

.searchForm input[type=text]{
	background-color: #F4F3F3;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    height: 15px;
    width: 130px;
}
.searchForm input[type=submit]{
	padding: 2px 5px;
}

#like_box{
	position: relative;
	padding-bottom: 40px;
	clear: both;
}

#content_main .vote.form{
	width: 200px!important;
	right: 60px!important;
	text-align: center;
	font-weight: normal;
	text-transform: none;
}
#content_main .vote.form input[type=text]{
	background-color: #F4F3F3;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
}
#content_main .vote.form2{
	width: 250px!important;
	right: 60px!important;
	text-align: center;
	font-weight: normal;
	text-transform: none;
}
div.quality{
	text-align:right;
	margin-bottom: 10px;
}
div.quality a.active{
	text-decoration:none;
}