
/* start file: alerts.css */
/* start alerts */
#popup_container
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	border: solid 2px #CDCDCD;
	color: #000;
	z-index:999999999 !important;
	background:#CCC
}
#popup_overlay
{
	background:#919191 !important;
}
#popup_title
{
	border-bottom:1px solid #CFCFCF;
	font-size:15px;
	font-weight:bold;
	height:35px;
	line-height:33px;
	padding:0 10px;
    color: #FFFFFF;
	background:#5D5D5D ;
}
#popup_content
{
	padding:10px;
	background:#FFFFFF;
}
#popup_ok,
#popup_cancel
{
    border: 1px solid #333333;
    color: #FFFFFF;
	background:#727272;
    font-size: 11px;
    font-weight: bold;
	padding:2px;
    text-transform: uppercase;
}
#popup_ok:hover,
#popup_cancel:hover
{
	background:#FFFFFF;
	color:#FFCC00;
	border:1px solid #999999;
	padding:2px;
}
#popup_content.alert {
	font-weight: bold;
	color: #FF6600;
}
#popup_message
{
	color:#FF3300;
	text-align:center;
	font-weight:bold;
}

#popup_panel
{
	text-align: center;
	margin: 10px 0px 0px 0px;
}
#popup_prompt
{
	margin: .5em 0em;
}
/* end alerts */
.wrong
{
	border:1px solid #990000 !important;
	color:#990000 !important;
}
/* end file: alerts.css */

/* start file: authors.css */
.authorslis
{
    padding-bottom: 20px;
}
.auhtorone
{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.author_name,
.author-biography
{
    padding-bottom: 5px;
}
.author-image img
{
    margin:0 10px 3px 0;
}
.biography_text 
{
    line-height:18px;
    max-height: 180px;
    overflow: hidden;
}
.author_name a,
.article_author_name a
{
    color:#3e3e3e;
    font-family: "FuturaBookMta";
}
.author_readmore 
{
    float: right;
    width: auto;
}
.author_readmore a
{
    display: block;
    background: url(../images/readmore.png);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 16px;
    color: #cf1628;
    font-family: "FuturaBookMta";
    font-size: 14px;
    height: 16px;
    padding-right: 10px;
    cursor: pointer;
}
.author_readmore a:hover
{
    text-decoration: underline;
}

/* end file: authors.css */

/* start file: ccnewsletter.css */
/*
    Copyright (C) 2014 / GOODWEB.
*/
/* 
    Created on : Jul 2, 2015, 11:58:54 AM
    Author     : GOODWEB
*/


#subscribeFormModule div input {
    border: 1px solid #ccc;
    padding: 3px;
    height: 16px;
    float: right;
    font-size: 12px;
    color: #999;
    width: 170px;
}
#subscribeFormModule p input {
    color: #cf1628;
    cursor: pointer;
    font-family: "FuturaBookMta"; 
    background:  none ;
    border:  none;
    font-size: 12px;
    margin: 0 0 0 24px;
}
#subscribeFormModule > div {
    clear: both;
    overflow: hidden;
    line-height: 24px;
}
#subscribeForm td{
    padding: 5px;
    font-size: 14px;
}
.componentheading {
    background: rgba(0, 0, 0, 0) url("../images/pagetitle.png") no-repeat scroll left bottom;
    color: #cf1628;
    font-family: "FuturaBookMta";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
#subscribeForm input
{
        color: #cf1628;
    cursor: pointer;
    font-family: "FuturaBookMta"; 
    background:  none ;
    border:  none;
    font-size: 12px;
    margin: 0 0 0 24px;
}
#subscribeForm #name1, 
#subscribeForm #email1 {
    border: 1px solid #ccc;
    padding: 3px;
    height: 16px;
    float: right;
    font-size: 12px;
    color: #999;
    width: 170px;
}

#subscribelayout p, .highslide-body p, .normalsublayout p {
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
/* end file: ccnewsletter.css */

/* start file: com_contact.css */
.contact_addr_block
{
    font-size: 16px;
}
.contact_addr_block a
{
    color:#CF1628;
}
.contact_body input
{
    border: 1px solid #ccc;
    height: 16px;
    font-size: 11px;
    padding: 5px;
    color: #5d5d5d;
}
.contact_body textarea
{
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 10px;    
    color: #5d5d5d;
}
.item_label
{
    float: left;
    width: 25%;
    text-align: right;
}
.item_label label
{
    margin-right: 10px;
}
.item_form
{
    padding-top: 10px;
}
.item_butt .contact_button
{
    background: #CF1628;
    color: #f5f5f5;
    font-family: "FuturaBookMta";
    padding: 5px;
    font-size: 16px;
    border:none;
    margin-top: 10px;
}
.item_butt .contact_button:hover
{
    color: #fff;
}
.item_butt,
.item_email_copy
{
    text-align: center;
}
.address_item
{
    padding-bottom: 10px;
}
.contact_formsin
{
    padding-bottom: 20px;
}
/* end file: com_contact.css */

/* start file: com_info.css */
.userinfo_fixed
{
	position:fixed;
	top:20px;
}
.personal_info
{
	width:1000px;
	margin:0px auto;
}
.user_info_main
{
	float:left;
	width:auto;
	height:50px;
	line-height:48px;
}
.user_info_name
{
	height:50px;
	background:#1A1A1A;
	padding:0 30px;
}
.user_info_title
{
	padding:0 10px;
	position:relative;
	height:50px
}
.diz_5
{
	position:absolute;
	width:20px;
	height:2px;
	background:url(../images/pot_line.png);
	background-position:0 0;
	background-repeat:no-repeat;
	left:25px;
	bottom:10px;
}
.diz_4
{
	position:absolute;
	width:20px;
	height:2px;
	background:url(../images/pot_line.png);
	background-position:0px -2px;
	background-repeat:no-repeat;
	left:25px;
	bottom:10px;
}
.diz_3
{
	position:absolute;
	width:20px;
	height:2px;
	background:url(../images/pot_line.png);
	background-position:0 -4px;
	background-repeat:no-repeat;
	left:25px;
	bottom:10px;
}
.diz_2
{
	position:absolute;
	width:20px;
	height:2px;
	background:url(../images/pot_line.png);
	background-position:0 -6px;
	background-repeat:no-repeat;
	left:25px;
	bottom:10px;
}
.diz_1
{
	position:absolute;
	width:20px;
	height:2px;
	background:url(../images/pot_line.png);
	background-position:0 -8px;
	background-repeat:no-repeat;
	left:25px;
	bottom:10px;
}
.user_info_img .diz_1,
.user_info_img .diz_2,
.user_info_img .diz_3,
.user_info_img .diz_4,
.user_info_img .diz_5
{
	left:0px;
	bottom:-9px;
}
.user_info_title a
{
	display:block;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'lanenar';
	padding:0 15px;
	height:50px;
}
.user_info_title a:hover
{
	background:#333333;
}
.service_readmore
{
	position:absolute;
	bottom:10px;
	right:20px;
}
.user_info_ptitle
{
	font-size:30px;
	font-family: 'lanenar';
	padding-bottom:60px;
}
.user_info_title_desc
{
	float:left;
	width:333px;
}
.user_info_imgblock
{
	float:right;
	width:572px;
}
.userinfo_main
{
	float:left;
	width:143px;
}
.userinfo_item .userinfo_main:first-child
{
	width:142px;
}
.userinfo_mainin
{
	padding-left:1px;
}
.userinfo_item .userinfo_main:first-child .userinfo_mainin
{
	padding:0px;
}
.userinfo_item
{
	padding-bottom:60px;
}
.user_info_personal
{
    background: url(../images/port_desc.png);
	background-position:top center;
	background-repeat:no-repeat;
    height: 281px;
    width: 333px;
}
.userinfo_personal
{
	width:333px;
	background:url(../images/port_desc_top.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.user_info_topblock
{
	padding-bottom:50px;
}
.userinfo_personalin
{
	width:333px;
	background:url(../images/port_desc_bot.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:31px 0;
}
.userinfo_personalin1
{
	background:#191919;
}
.user_info_personalin
{
	padding:25px 45px;
	overflow:hidden;
}
.user_info_name_sur
{
	font-size:18px;
	color:#e5363b;
	font-family: 'lanenar';
	padding-bottom:3px;
}
.user_info_perdesc,
.user_info_perdesc span
{
	color:#dddbdb !important;
}
.user_info_position
{
	color:#666666 !important;
	font-family: 'lanenar';
	font-style:italic;
	padding-bottom:15px;
}
.user_info_tooptip
{
	width:216px;
	background:url(../images/info_tooltip.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:19px;
	position:absolute;
	left:45px;
	top:118px;
	display:none;
	z-index:77777;
}
.user_position
{
	font-family: 'lanenar';
	font-style:italic;
	color:#ffffff;
}
.user_info_tooptipin
{
	background:#1A1A1A;
	padding:13px 15px;
}
.user_name
{
	font-family: 'lanenar';
	color:#FFFFFF;
	font-size:14px;
}
.user_info_img
{
	position:relative;
	cursor:pointer;
}
.user_info_img:hover .user_info_tooptip
{
	display:block !important;
}
	

/* end file: com_info.css */

/* start file: com_portfolio.css */
.imglazy {
  opacity: 0;
  transition: opacity .3s ease-in;
} 
.portfolio_content
{
    position: relative;
    padding: 20px 0 0 0;
}
.portfolio_title
{
	font-size:30px;
	font-family: 'lanenar';
        position: absolute;
        top: 0px;
        color: #28C0AC;
        left: 0px;
}
.previe_description
{
	float:left;
	width:333px;
	padding-top:60px;
}
.previe_descriptionin
{
	width:333px;
	/*background:url(../images/port_desc.png);
	background-position:top center;
	background-repeat:no-repeat;*/
        background: #28c0ac;
	height:228px;
}
.previe_description_in
{
	padding:30px 30px 0;
	overflow:hidden;
	height:170px;
}
.previe_images
{
	float:right;
	width:600px;
}
.previe_title
{
	color:#ffffff;
	font-size:24px;
	font-family: 'lanenar';
	padding-bottom:5px;
}
.previe_desc_text
{
	color:#ffffff;
        font-size: 16px;
}
.previe_big_image
{
	height:373px;
	position:relative;
}
.previe_big_imagein
{
	background:url(../images/port_img.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	height:373px;
	float:right;
	width:470px;
}
.previe_big_image_all
{
	position:absolute;
	top:20px;
	left:21px;
	width:429px;
	height:241px;
	overflow:hidden;
}
.previe_big_image_allin
{
	width:429px;
	height:241px;
	position:relative;
}
.bigCarusel img
{
	float:left;
	width:auto;
}
.previe_img_shadow
{
	position:absolute;
	background:url(../images/port_wat.png);
	background-position:center;
	background-repeat:no-repeat;
	width:144px;
	height:158px;
	top:19px;
	right:19px;
}
.previe_mobile_image
{
	position:absolute;
	display:none;
	left:35px;
	bottom:0px;
	width:160px;
	height:173px;
	background:url(../images/port_img_small.png);
	background-position:center;
	background-repeat:no-repeat;
}
.previe_mobile_imagein
{
	position:relative;
}
.previe_mobile_image_all
{
	position:absolute;
	left:31px;
	top:20px;
	width:99px;
	height:130px;
	overflow:hidden;
}
#container
{
	width:1000px;
	height:149px;
	margin:0px auto;
}
#centered
{
	width:1000px;
	height:149px;
	margin:0px auto;
}
.scrollbar
{
	width:1000px;
	margin:0px auto;
}
.previe_mobile_image_allin
{
	width:99px;
	overflow:hidden;
	height:130px;
	position:relative;
}
.previe_mobimg_shadow
{
	position:absolute;
	right:28px;
	top:14px;
	width:92px;
	height:78px;
	background:url(../images/port_wat_small.png);
	background-position:center;
	background-repeat:no-repeat;
}

.previe_content
{
	padding-bottom:45px;
	width:1000px;
	margin:0px auto;
        position: relative;
}
.previe_slide_item
{
	float:left;
	width:200px;
}
.previe_slide_img
{
	padding-bottom:15px;

}
.one_slideTitle
{
	font-size:14px;
	text-align:left;
}
.one_slideLink
{
	text-align:left;
}
.one_slideLink a
{
	color:#b2b2b2;
}
/*start carusel*/
.container { margin: 0 auto; }

/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */


.frame ul {
	list-style: none;
	overflow:hidden;
	margin: 0;
	padding: 0;
	height: 100%;
}
.frame ul li {
	float: left;
	width: 200px;
	height: 100%;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
/*.frame ul li.active {
	color: #fff;
	background: #a03232;
}

 Scrollbar */
.scrollbar {
	margin-bottom:15px;
	height: 4px;
	background: #E6E6E6;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #28C0AC;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

.port_btn_prev
{
	position:absolute;
	left:40px;
	top:30px;
	background:url(../images/port_prev.png);
	background-position:center;
	background-repeat:no-repeat;
	width:34px;
	height:65px;
	border:none;
}
.port_btn_next
{
	position:absolute;
	right:40px;
	top:30px;
	border:none;
	background:url(../images/port_next.png);
	background-position:center;
	background-repeat:no-repeat;
	width:34px;
	height:65px;
}
/* Controls */

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

/* Effects */
.effects {
	height: 200px;
	line-height: 200px;
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	overflow-y: show;
}
.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.effects ul li {
	position: relative;
	margin: 0 -20px;
	-webkit-transform: rotateY(60deg) scale(0.9);
	-ms-transform: rotateY(60deg) scale(0.9);
	transform: rotateY(60deg) scale(0.9);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.effects ul li.active ~ li {
	-webkit-transform: rotateY(-60deg) scale(0.9);
	-ms-transform: rotateY(-60deg) scale(0.9);
	transform: rotateY(-60deg) scale(0.9);
}
/*end carusel*/



/*start lazyimages */

.lazyimages {

width: 200px;	
overflow:hidden;
	
}
/* end file: com_portfolio.css */

/* start file: content.css */
#site_body
{
    padding:0 0 16px 0;
}
.site_body
{
    padding-bottom: 16px;
}
.article_socials
{
    padding-bottom: 10px;
}
#main_content_left
{
    float: left;
    width: 720px;
    overflow: hidden;
}
.art_item_icon > img {
    margin: 10px 3px 0px 0;
}
#main_content_right
{
    float: right;
    width: 260px;
}
.left-column
{
    float: left;
    width: 350px;
}
.right-column{
    float: right;
    width: 350px;
}
/*#main_content_right,
#content_right
{
    float: right;
    width: 200px;
    overflow: hidden;
}*/

.art_date {
    color: #333;
    display: inline;
    font-size: 14px;
    margin: 0 5px 3px 0;
    padding-right: 2px;
    border-right: 1px solid #bebebe;
}
.mod_body_right .art_item a
{
    border:none;
    padding:0;
}
.art_item a
{
    border-right: 4px solid #fdfdfd;
    display: block;
    padding: 10px 5px 10px 0;
}
.mod_body_right .mod_rticle_text 
{
    padding: 0 0 5px;
}
.mod_body_right .mod_rticle_text p
{
    color: #737373;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;

}
.mod_body_right .art_title 
{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
}
.mod_body_right .art_title a
{
    color:#3e3e3e;
}
.mod_body_right .art_date
{
    color:#6c6c6c;
    font-size:11px;
    border-right:none;
    float:left;
    width:auto;
    padding-top: 3px; 
    margin:0;
}
.mod_body_right .art_item
{
    border-bottom: 1px solid #ebebeb;
    border-top:none;
}
.mod_body_right .art_img a:hover
{
    border-right: none;
}
.mod_body_right .art_img a
{
    border-right: none;
    padding: 0 0 5px;
}
/*.whitebg {
    background: #fff none repeat scroll 0 0;
    box-shadow: 4px 0 4px 0 #ccc;
    padding: 5px 0 0 5px;
}*/
.art_item{
    border-top:1px solid #ebebeb;
}
.art_item:first-child{
    border-top:none;
}
.art_title
{
    font-size: 14px;
    line-height: 16px;
}
#slider{
    padding-bottom: 30px;
}
#content_left
{
    float: left;
    width: 164px;
    overflow: hidden;
}
#content_center
{
    float: left;
    width: 640px;
    overflow: hidden;
}
/*#content_center
{
    float: left;
    width: 626px;
    overflow: hidden;
}*/
.content_center
{
    padding: 0 10px;
}
.module_block,
.mod_block
{
    margin-bottom: 18px;
}
.art_item a:hover
{
    border-right: 4px solid #cf1628;
}
.mod_body_right .art_item a:hover
{
    border:none;
    color:#cf1628;
}
#news_block1
{
    float: left;
    width: 304px;
}
#news_block2,
#news_block3
{
    float: left;
    width: 343px;
}
.news_block2,
.news_block3
{
    padding-left: 39px;
}
#news_block,
#full_banner_block
{
    padding-bottom: 30px;
}
/*start category*/

.front_item_cont_first
{
    border-bottom: 1px solid #EBEBEB;
    padding:0 0 15px;
}
.front_item_cont
{
    border-bottom: 1px solid #EBEBEB;
    padding: 15px 0;
}
.cat_item_img img
{
    margin: 0 10px 3px 0;
}
.catarticle_title a
{
      color: #3e3e3e;
    cursor: pointer;
    font-size: 18px;
}
.catarticle_title a:hover
{
    color: #cf1628;
}
.blog_text
{
    padding-bottom: 10px;
    font-size: 14px;
    color: #737373;
}
.catarticle_title
{
    padding-bottom: 15px;
}
.createdate
{
    font-size: 11px;
    color: #aaaaaa;
    float: left;
    width: 30%;
}
.readmore_article
{
    float: right;
    width: auto;
}
.latestnewsin {
    position: relative;
}
.daynews_cat_title
{
    background: url(../images/whitecubs.png);
    background-repeat: no-repeat;
    background-position:10px center;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 10px 5px 25px;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    font-family: FuturaBookMta;
    background-color: #cf1628;
}
.readmore_article a,
.mod_article_readmore a
{
    display: block;
    background: url(../images/readmore.png);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 16px;
    color: #cf1628;
    font-family: "FuturaBookMta";
    font-size: 14px;
    height: 16px;
    padding-right: 10px;
    cursor: pointer;
}
.readmore_article a:hover
{
    text-decoration: underline;
}
/*end category*/
/*start article*/
.article_title
{
    font-size: 16px;
    color: #323232;
    padding-bottom: 15px;
    font-family: "FuturaBookMta"
}
.article_img img
{
    margin: 0 15px 3px 0;
}
.create_date
{
    float: left;
    width: auto;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 23px;
}
.article_date_fontsize
{
    overflow: hidden;
    padding-bottom: 10px;
}
#fontsize #large
{
    background: url(../images/font_size.png);
    background-position: 0 -24px;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    cursor: pointer;
    float: left;
}
#fontsize #small
{
    background: url(../images/font_size.png);
    background-position: -34px -24px;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    cursor: pointer;
    float: right;
}
#fontsize #large:hover
{
    background: url(../images/font_size.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}
#fontsize #small:hover
{
    background: url(../images/font_size.png);
    background-position: -34px 0px;
    background-repeat: no-repeat;
}
#fontsize
{
    float: right;
    width: 57px;
    overflow: hidden;
}
.article-content a
{
    color: #cf1628;
}
.article-content
{
    padding-bottom: 10px;
    line-height: 1.5em;
    color: #4b4b4b;
    font-size: 18px;
}
.art_socials,
.recomend{
    display: block;
    float: left;
    width: auto;
}
.art_print
{
    display: block;
    float: right;
    width: auto;
}
.art_print a img
{
   background: #999;
    margin-left: 5px;
    height: 28px;
}

.art_socials img
{
     background: #999;
      height: 28px;
    margin-right: 5px;
}
.art_print a img:hover,
.art_socials img:hover{
    background: #CF1628;
}
.article-content img
{
    margin: 0 10px 3px 0;
}
.article_ads img
{
    margin: 0px !important;
}
.art_print a,
.art_socials a
{
    font-size: 0px;
}
.article_video
{
    padding-bottom: 10px;
}
/*end article*/
/*start latestnews*/
.module_title,
.page_title,
.page_category_title,
.module_title_right
{
    background: url(../images/pagetitle.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #cf1628;
    font-size: 16px;
    line-height: 18px;
    font-family: "FuturaBookMta";
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.module_title>span,
.module_title>a,
.page_title_in, 
.page_category_title >span,
.page_category_title > a,
.module_title_right>span  
{
    background: url(../images/kubikebi.png);
    background-position: left center;
    background-repeat: no-repeat;
    color:#cf1628;
    padding-left: 15px;
}
.latestnews_daynews
{
    list-style: none;
    
}
.latestnewsi{
    margin-bottom: 20px;
}
.latestnewsi_daynews
{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #EBEBEB;
}
.latestnews_daynews .latestnewsi_daynews:first-child
{
    border: none;
    margin: 0px;
}
.daynews_image a
{
    font-size: 0;
}
.daynews_image img
{
    margin: 0 0 5px 0;
}
.daynews_title a
{
    color: #3e3e3e;
}
.daynews_title
{
    padding-bottom: 10px;
}
.daynews_title_in
{
    overflow: hidden;
    line-height: 20px;
    font-size: 18px;
}
.dayAllNews
{
    text-align: right;
       padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #EBEBEB;
}
.dayAllNews a:hover
{
    text-decoration: underline;
}
.dayAllNews a
{
    display: table;
    float: right;
    width: auto;
    color: #cf1628;
    font-size: 14px;
    font-family: 'FuturaBookMta';
    line-height: 16px;
    padding-right: 10px;
    background: url(../images/readmore.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.daynews_intro
{
    padding-bottom: 10px;
}
.daynews_intro_in
{
    line-height: 18px;
    color: #737373;
    font-size: 16px;
    overflow: hidden;
}
.daynews_date
{
    float: left;
    width: auto;
    font-size: 11px;
    color: #6c6c6c;
}
.daynews_readmore
{
    float: right;
    width: 11px;
}  
.mod_article_readmore{
    float: right;
    width:41px;
}  
.daynews_readmore a
{
    display: block;
    background: url(../images/readmore.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    cursor: pointer;
}
/*end latest news*/
/* end file: content.css */

/* start file: debug.css */
.profiler
{
	padding:10px 0px 0px 50px;
}
/* end file: debug.css */

/* start file: error_page.css */
#errorboxheader_in
{
    font-size: 19px;
    padding-bottom: 22px;
    color: #5d5d5e;
}
#errorboxheader_in span
{
    color: #20a84a;
}
#error_page_block
{
    width: 700px;
    margin: 0px auto;
}
.sug_text
{
    font-size: 14px;
    color: #5d5d5e;
    padding-bottom: 25px;
}
/* end file: error_page.css */

/* start file: footer.css */
#footer_right
{
    float: right;
    width: auto;
    color: #626670;
    font-size: 14px;
    padding-top:10px;
}
#footer
{
    height: 70px;
     background: url(../images/bg_header.png);
    background-position: top left;
    background-repeat:repeat-x;
} 
.footer{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 21px 0 0;
}
#footer_left{
    float: left;
    width: auto;
}
.footer_right a
{
    color:#cf1628;
}#footer_center{
    float:right;
    width: 420px;
    text-align: center;
}
.footer_center img {
    height: 25px;
    background-color: #E6E5E5;
    border-radius: 18px;
    padding: 5px;
    margin: 0 10px;
    opacity: 0.8;
cursor:pointer;
}
.footer_center img:hover{
    opacity: 0.9;
    background-color: #cf1628;
}
/* end file: footer.css */

/* start file: galery_modul.css */
.ng_mod_item_gallery
{
    float: left;
    width: 25%;
    text-align: center;
}
.ng_mod_promo_gallery
{
    padding: 10px 0;
}
.ng_mod_img_gallery a,
.ng_mod_img a
{
    font-size: 0px;
}
.ng_mod_title_gallery
{
    padding:5px 0 20px 0px;
    font-size: 12px;
} 
.ng_mod_title
{
 padding: 0 10px;
 font-size: 14px;
 line-height: 16px;
 text-align: center;
}
.ng_mod_item
{
    width:33%;
    float:left;
    padding-bottom: 20px;     
}
.ng_mod_img img
{
    padding: 0 10px 10px;
}
/* end file: galery_modul.css */

/* start file: garevelebi.css */
.html_gare_right
{
    left: 50%;
    margin-left:520px;
    height:600px;
    overflow: hidden;
    position: absolute;
    top:30px;
    width:160px;
}

.html_gare_left
{
    right: 50%;
    margin-right:520px;
    height:600px;
    overflow: hidden;
    position: absolute;
    top:30px;
    width:160px;
}
.html_gare_fright
{
    left: 50%;
    margin-left:520px;
    height:600px;
    overflow: hidden;
    position: absolute;
    top:650px;
    width:160px;
}

.html_gare_fleft
{
    right: 50%;
    margin-right:520px;
    height:650px;
    overflow: hidden;
    position: absolute;
    top:650px;
    width:150px;
}
.html_gare_hright
{
    left: 50%;
    margin-left:520px;
    height:270px;
    overflow: hidden;
    position: absolute;
    top:8px;
    width:150px;
    
}
.html_gare_hleft
{
    right: 50%;
    margin-right:520px;
    height:270px;
    overflow: hidden;
    position: absolute;
    top:8px;
    width:150px;
    
}
/* end file: garevelebi.css */

/* start file: header.css */
#header{
    position:relative;
}
#top_header_left
{
    float: left;
    width: auto;
}
.content_body
{
position:relative;
}
.header
{
	padding-top:20px;
}
.head_center {
    margin:0 auto;
	width:1010px;
}
#header
{
    background: url(../images/bg_header.png);
    background-position: left bottom;
    background-repeat:repeat-x;
}
#time_block
{
    background: url(../images/time_date.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 16px;
    width: 145px;
    line-height: 16px;
    color:#737373; 
    text-align: right;
    float: left;
}
.top_header_left
{
    padding-left: 10px;
    font-family: FuturaBookMta;
}
.logo_text
{
    font-size: 11px;
    padding-top: 18px;
    color: #757575;
}
#top_header_center
{
    float: left;
    width: 53px;
}
.menu_mainicon
{
    list-style: none;
}
.menu_mainicon li a
{
    display: block;
    cursor: pointer;
    font-size: 0px;
}

.bot_header_right{
   
    overflow: hidden;
}
#head_search{
    float: right;
    width: 202px;
}
.top_header_right
{
    padding-top: 7px;
}
.soc_search {
    float: right;
    padding: 22px 0 30px 9px;
}
.menu_topmenu
{
    display: table;
    float: right;
    width: auto;
    list-style: none;
    overflow: hidden;
}
.topbanner {
    margin-left: 9px;
}
.menu_topmenu li
{
    float: left;
    width: auto;
}

.top_header {
    height: 28px;
}

.menu_topmenu li a
{
    border-left: 1px solid #e1e1e1;
    padding: 0 8px;
    display: block;
    font-family: "FuturaBookMta";
    line-height: 16px;
    color: #737373;
    font-size: 14px;
}
.menu_topmenu li:first-child a{
     border-left:none;
}
.menu_topmenu li a:hover,
.menu_topmenu li.active a
{
    color: #cf1628;
}
#head_social
{
    text-align: right;
    float:right;
    width: 126px;
}
.head_social a
{
    font-size: 0px;
    
}
.head_social img
{ background: #cf1628;
    margin-left: 5px;
}
#top_header
{
    height: 74px;
}
#header_lang
{
    float: right;
    width: 52px;
}
#head_left
{
    float: left;
    width: 204px;
}
#head_center
{
    padding:8px 0 20px;
}
#header_right
{
    float: right;
    width: 796px;
}
.header_right
{
    padding-bottom: 8px;
}
.livestream_block .menu_mainicon li
{
    overflow: hidden;
}
.livestream_block .menu_mainicon li a
{
    display: table !important;
    float: left;
}
#mainmenu_block
{
    border-top: 1px solid #e4e4e4;
    width: 786px;
}
#livestream_block
{
    float: left;
    width:58px;
}
#head_left a
{
    font-size: 0;
}
/* end file: header.css */

/* start file: ie6.css */
#iedie
{
	background:#FFFFFF;
}
/* end file: ie6.css */

/* start file: ie7.css */

/* end file: ie7.css */

/* start file: ieonly.css */
/* IE ONLY CSS */

body.width_fmax div#wrapper {
	/*width: expression(((document.body.clientWidth)) < 751? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );*/
}

div.module_menu div div div {
	width: 100%;
}

div#footer {
	width: 100%;
}

div#whitebox_b {
	width: 100%;
}
#pathway {
   float: left;
}

/* end file: ieonly.css */

/* start file: instagram.css */
/*
    Copyright (C) 2014 / GOODWEB.
*/
/* 
    Created on : Jun 29, 2015, 5:10:34 PM
    Author     : GOODWEB
*/

.insta-user {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(../images/instagram_sprite1.png);
    background-repeat: no-repeat;
    background-position:0 0;
}
.instagram_item {
    float: left;
    width: 130px;
    padding-bottom: 10px;
}
.instagram_item_in {
    padding: 0 4px;
}
.instagram_item_in a
{
    font-size: 0;
    display: block;
    position: relative;
}
.insta-user > a {
    color: #005787;
    padding: 5px 0 10px 102px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
.instagram_all a{
    color: #005787;
}
.instagram_all
{
    text-align: right;
}
.insta-likes {
    bottom: 1px;
    color: #fff;
    left: 1px;
    line-height: 13px;
    font-size: 12px;
    font-family: arial;
    padding:4px 5px 5px 22px;
    position: absolute;
    background: url(../images/instagram_sprite1.png);
    background-repeat: no-repeat;
    background-position: -35px -38px;
}
.instagram_image {
    border: 1px solid #f2cdd1;
    width: 120px;
    height: 120px;
}
.insta-comments {
    bottom:1px;
    color: #fff;
    right: 1px;
    line-height: 13px;
    font-size: 12px;
    font-family: arial;
    padding:4px 5px 5px 22px;
    position: absolute;
    background: url(../images/instagram_sprite1.png);
    background-repeat: no-repeat;
    background-position: -35px -59px;
}
/* end file: instagram.css */

/* start file: message.css */
.form_error
{
    color:#E5363B;
    font-size:13px;
    font-weight:bold;
    padding:10px;
    text-align:center;
}
dt.error,
dt.message,
dt.notice
{
	display:none;
}
dd.message
{
	line-height:33px;
	border:1px solid #CF1628;
        margin-bottom: 10px;
}
dd.message li
{
	color:#CF1628;
	line-height:20px;
	padding:10px;
	background:#FFFFFF;
	text-align:center;
        font-size: 18px;
}

dd.message ul
{
	list-style:none;
}

.notfound
{
text-align:center;
color:#CF1628;
display:block;
}
/* end file: message.css */

/* start file: mod_breackingnews.css */
/*Breacking News*/
#bn
{
    background: url(../images/striconiright.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.breaking_news {
    min-height: 10px;
}
.cubiks{
     background: url(../images/kubikebi.png);
    background-position: left center;
    width: 10px;
    height: 30px;
    display: block;
    float: right;
    background-repeat: no-repeat;
}
.stricontext{
    float: right;
    width: auto;
}
ul.marquee
{
	display:block;
	height:30px;
	width:990px;	
	list-style:none;
	overflow:hidden;
	position:relative;
}
ul.marquee li
{
	position: absolute;
	top:-9999px;
	left: 0;
	line-height:30px;
	padding:0px 7px;
	display: block;
	white-space: nowrap;
	color:#737373;
	cursor:default;
        width: 100%;
        text-align: right;
        font-size: 13px;
}
/*Breacking News*/

/* end file: mod_breackingnews.css */

/* start file: mod_carusel.css */
.bxslider_items
{
    position:relative;
    overflow: hidden;
}
.carusel_imgleft
{
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-518px;
}
.linkHover
{
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -12px;
    left: 21px;
    z-index: 789789;
}
.carusel_imgright
{
    position:absolute;
    top:1px;
    right:50%;
    margin-right:-518px;
}
.previe_promo_images
{
    height:340px;
    width:1000px;
    margin:0px auto;
}
#bxslider_items
{
    width:1036px;
    margin:0px auto;
    position: relative;
}
.previe_promo_big_imagein
{
    width:373px;
    height:295px;
    background:url(../images/project_bigimg.png);
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    float:right;
}
.previe_promo_big_image_all
{
    position:absolute;
    top:16px;
    left:16px;
    width:341px;
    height:192px;
    overflow:hidden;
}
.previe_promo_mobile_imagein
{
    width:123px;
    height:134px;
    background:url(../images/project_mobimg.png);
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
}
.previe_promo_mobile_image_all
{
    position:absolute;
    left:23px;
    top:14px;
    width:78px;
    height:102px;
    overflow:hidden;
}
.previe_promo_big_image
{
    width:428px;
    height:302px;
    position:relative;
}
.previe_promo_mobile_image
{
    position:absolute;
    left:0px;
    bottom:0px;
    width:123px;
    height:134px;
    display:none;
}
.previe_promo_img_shadow
{
    position:absolute;
    top:15px;
    right:16px;
    width:114px;
    height:125px;
    background:url(../images/project_bigimg_shadow.png);
    background-position:center;
    background-repeat:no-repeat;
}
.previe_promo_mobimg_shadow
{
    position:absolute;
    top:12px;
    right:21px;
    width:71px;
    height:60px;
    background:url(../images/project_mobimg_shadow.png);
    background-position:center;
    background-repeat:no-repeat;
}
.previe_promo_imagesin
{
    float:right;
    width:600px;
    padding-top:15px;
}
.slider .change_Img
{
    position:relative;
    width:200px;
    height:58px;
    cursor:pointer;
}
.slider .default_image
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:7777;
}
.userinfo_main .changeImg
{
    position:relative;
    cursor:pointer;
    width:142px;
    height:142px;
}
.userinfo_main .light_img,
.change_Img img.change_color,
.change_Img img.activ_Img_div
{
    position:absolute;
    left:0px;
    top:0px;
}
.carusel_image
{
    display:block;
    padding-bottom:20px;
}
.caruselItemTitle
{
    font-size:14px;
    display:block;
    color:#343434;
    padding-bottom:3px;
}
.caruselItemTitle a
{
    color:#343434;
}
.caruselItemDesc
{
    display:block;
    color:#b2b2b2;
}
.caruselItemDesc a
{
    color:#b2b2b2;
}
.bx-viewport
{
    width:996px !important;
    overflow: inherit  !important;
}
.bx-wrapper
{
    position:relative;
}
.bx-has-controls-direction
{
    position:absolute;
    right:100px;
    top:-87px;
    width:67px;
    height:67px;
}
.custom_controls
{
    background:url(../images/bg_prev_next.png);
    background-position:center;
    background-repeat:no-repeat;
    width:67px;
    height:67px;
    position:absolute;
    right: 120px;
    top: -88px;
}
.custom_controls_in
{
    position: relative;
}
.prevPager .bx-prev
{
    display:block;
    position:absolute;
    top:14px;
    left:9px;
    background: url(../images/port_prev_next.png);
    background-position:0 0;
    background-repeat:no-repeat;
    height: 42px;
    width: 18px;
}
.nextPager .bx-next
{
    display:block;
    position:absolute;
    right:8px;
    top:14px;
    background: url(../images/port_prev_next.png);
    background-position:-32px 0;
    background-repeat:no-repeat;
    height: 42px;
    width: 18px;
}
.carusel_title
{
    float:left;
    width:260px;
    color:#ffffff;
    margin-left:35px;
    font-size:60px;
    line-height:50px;
    letter-spacing:1px;
    font-family: 'lanenar';
}


/* end file: mod_carusel.css */

/* start file: mod_categoorynews.css */
.categorynews_title
 {
    padding-bottom: 15px;
    font-size: 18px;
}
.categorynews_title a
{ color: #3e3e3e;
    
}
.content_type_categorynews img
{
    margin: 0 5px 0 0;
}
.blog_image img
{
    margin: 0 10px 3px 0;
}
.catnewsblock .blog_item_news
{
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    padding-top: 15px;
}
.catnewsblock .blog_item_news:first-child
{
    margin: 0px;
    border: none;
}
.categorynews__text
 {
   color: #737373;
    font-size: 14px;
    padding-bottom: 10px;
}
.categorynews_date
{
    color: #6c6c6c;
    float: left;
    font-size: 11px;
    width: auto;
}
.categorynews_more
{
    float: right;
    width: 11px;
}
.categorynews_more a
{
    display: block;
    background: url(../images/readmore.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    cursor: pointer;
}
.categorynews_more a:hover
{
    background: url(../images/readmore.png);
    background-position: 0 -17px;
    background-repeat: no-repeat;
}
/* end file: mod_categoorynews.css */

/* start file: mod_catnews.css */

/* end file: mod_catnews.css */

/* start file: mod_catnews_side.css */

/* end file: mod_catnews_side.css */

/* start file: mod_dropdown_menu.css */
.wsd_menu li.wsd_itemhover a,
.wsd_menu li.wsd_itemactive a
{
    display:block;
    color: #cf1628;
    padding:8px 8px 10px;
    background: url(../images/wsd_itemactive.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.navnumber.navact a:hover{
    color:#fff;
}
.wsd_item a
{
    display:block;
    cursor:pointer;
    color: #737373;
    font-size: 16px;
    font-family:'FuturaBookMta';
    padding:8px 8px 10px;
}
.wsd_itemactive ul,
.wsd_item ul
{
    display:none;
}
.wsd_itemhover ul
{
    display:block;
}
.wsd_subhover,
.wsd_sub,
.wsd_subactive,
.wsd_sub4
{
    position:absolute;
    left:-22px;
    top:30px;
    background: #fff;
    z-index:999999;
    display:block;
    padding-top:5px;
}
.wsd_itemhover ul a:hover
{
    text-decoration:none;
    background-image:none;

}
.wsd_subhover li a:hover,
.wsd_sub li a:hover
{
    background:none;
    display:block;
    text-decoration:none;
}
.wsd_itemhover ul a
{
    background-image:none;
}
.mainmenu ul
{
    list-style-type:none;	
}
ul#wsl_menu_top li
{
    display:block;
    float:left;
    position:relative;
    width:auto;
}
ul#wsl_menu_top li ul li
{
    display:none;
    float:none;
    position:relative;
    width:auto;
}
.wsd_menu li
{
    float:left;
    width:auto;
    list-style:none;
    cursor:pointer;
}
ul#wsd_menu
{
    list-style:none;
    z-index:999;
}
ul#wsd_menu .wsd_itemactive,
ul#wsd_menu .wsd_item,
ul#wsd_menu .wsd_itemhover
{
    display:block;
    position:relative;
    font-family:'FuturaBookMta';
    font-size: 16px;
    z-index:999;
    float:left;
}
ul#wsd_menu li ul li
{
    display:block;
    position:relative;
    width:160px;
    padding:0 35px;
}

ul#wsd_menu li ul li:first-child
{
    margin:0px;
}
.wsd_itemhover ul a:hover
{
    text-decoration:none;
    background-image:none;
}
ul#wsd_menu li ul li a
{
    display:block;
    color: #737373;
    font-family:'FuturaBookMta';
    font-size: 14px;
    line-height: 16px;
    padding:0px;
    background:none;
}
ul#wsd_menu li ul li:first-child a
{
    border:none;
}

ul#wsd_menu li ul li a:hover span,
ul#wsd_menu li ul li.wsd_itemsubactive a span
{
    color:#cf1628;
}
ul#wsd_menu li ul li a:hover,
ul#wsd_menu li ul li.wsd_itemsubactive a
{
    text-decoration:none;
    color:#cf1628;
}
ul#wsd_menu li ul li a span
{
    display:block;
    padding:10px 0px 6px;
}

ul.wsd_sub3 .wsd_itemsub a span
{
    background:none;
    color:#000;
}
.wsd_itemhover ul a
{
    background-image:none;
    text-decoration:none;

}
.md,
.mdactive
{
    display:block;
}
.wsd_sub3
{
    position:absolute;
    top:0px;
    left:230px;
}
.linksubactive
{
    display:block;
}
.wsd_sub_start
{
    height:15px;
}
/*end drop_menu*/

/* end file: mod_dropdown_menu.css */

/* start file: mod_lang.css */
/*start lang*/
#langs-chamoshla {
    position:absolute;
    display:none;
    background:#323232;
    width:46px;
    right:-4px;
    top: 14px;
    background-repeat:no-repeat;
}

#other_langs
{
    width: 46px;
    float: right;
}
#langset:hover #langs-chamoshla {
    display:block;
}

.lang_item { 
    line-height:14px;
}

.lang_item:hover {
    cursor:pointer;
}
#langset
{
    position: relative;
}
.olangs span.lang_item
{
    font-weight: bold;
    color:#a7a7a7;
    font-size: 12px;
    display: block;
    text-align: center;
    width:46px;
    background: url(../images/lang_isari.png);
    background-position: right 5px;
    background-repeat: no-repeat;
    font-family: 'bpg_mrgvlovani_caps';
}
.header_lang
{
    padding-top: 14px;
}

.olangs span a:hover {
    color:#25B00A;
    text-decoration:none;
}



.active_lang {
    line-height:20px;
    display: block;
}

.active_lang a {
    padding:5px;
}

.lang {
    padding:0px auto;
    width:46px;
}

.langs-chamoshla {
    padding:8px 0 0 3px;
}

.active_lang a
{
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
}
/*end lang*/
/* end file: mod_lang.css */

/* start file: mod_mainnews.css */
.hl_info_block
{
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/sliderbg.png);
    border-top:2px solid #cf1628;
}
.slider_content_type img
{
    margin: 0 13px 0 0;
}
.hl_info_block_in
{
    padding: 10px;
    overflow: hidden;
}
.hl_title{
    padding-bottom: 10px;
}
.hl_title a
{
    color: #FFFFFF;
    font-family:"FuturaBookMta";
      font-size: 16px;
    overflow: hidden;
    line-height: 18px;
}
.navs
{
    overflow: hidden;
    height: 4px;
    position: relative;
}
.navs_in
{
    z-index: 999;
}
.rightslide {
    float: right;
    width: 610px;
}
.gbg{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 20px;
    height: 4px;
    display: block;
    background-color:#cf1628;
}
.hl_title a:hover{
    text-decoration: underline;
}
.hl_date_in {
    padding: 0 8px 0 0;
}
.hl_date
{
     border-right: 1px solid #757574;
    color: #fff;
    float: left;
      font-family: "FuturaBookMta";
    font-size: 23px;
    margin: 2px 0;
    text-align: center;
    width: 70px;
}
.hl_intro
{
    color: #ccc;
    font-size: 14px;
    max-height: 30px;
    line-height: 15px;
    overflow: hidden;
}
#hl_slides
{
    height: 326px;
    overflow: hidden;
}
.headline
{
    height: 326px;
    position: relative;
}
#hl_nav
{
    position: absolute;
    right:20px;
    top: 34px;
}
.hl_more
{
    text-align: right;
}
.hl_nav_in1
{
    display: table;
    margin: 0px auto;
}
.navnumber a
{
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
    opacity: 0.8;
}
.navact a
{
    /*background: #1BA600;*/
    color: #FFFFFF;
}
.navnumber
{
    float: left;
    width: 22px;
}
.navnumber_prev
{
    height: 20px;
    width: 15px;
    position: absolute;
    right: 665px;
    top: 110px;
}
.navnumber_prev a
{
    display: block;
    width:14px;
    height:20px;
    background: url(../images/slider_isari.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navnumber_prev a:hover
{
    background: url(../images/slider_isari.png);
    background-position: 0 -21px;
    background-repeat: no-repeat;
}
.navnumber_next
{
    height: 20px;
    width: 15px;
    position: absolute;
    right: 0;
    top: 110px;
}
.navnumber_next a
{
    display: block;
    width: 14px;
    height: 20px;
    background: url(../images/slider_isari.png);
    background-position: -24px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navnumber_next a:hover
{
    background: url(../images/slider_isari.png);
    background-position: -24px -21px;
    background-repeat: no-repeat;
}
.def_slide
{
    display: none;
}
/* end file: mod_mainnews.css */

/* start file: mod_multi_catnews.css */
.multinews_block_item1
{
    float: left;
    width: 304px;
}
.multinews_block_item2,
.multinews_block_item3
{
    float: left;
    width: 343px;
}
.multinews_block_item_in2,
.multinews_block_item_in3
{
    padding-left: 39px;
}
.multicategoryTitleBlock
 {
    background: url(../images/news_title.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #323232;
    font-family: "FuturaBookMta";
    padding-bottom: 6px;
}
.multimodule_block
{
    padding-top: 11px;
}
.multicatnewsItem
 {
    border-top: 1px solid #d6d6d6;
    margin-top: 14px;
    padding-top: 14px;
}
.multimodl_body .multicatnewsItem:first-child
 {
    border-top: none;
    margin: 0px;
    padding: 0px;
}
.multicatnews_images
{
    padding-bottom: 18px;
}
.multicatnews_art_title
 {
    font-size: 13px;
    overflow: hidden;
    padding-bottom: 10px;
}
.multicatnews_introtext
{
    font-size: 12px;
    padding-bottom: 10px;
}
.multicatnews_time
 {
    color: #6c6c6c;
    float: left;
    font-size: 11px;
    width: 50%;
}
.multicatnews_readon
{
    float: right;
    width: 11px;
}
.multicatnews_readon a
{
    background: url(../images/readmore.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 11px;
}
.multicatnews_readon a:hover
{
    background: url(../images/readmore.png);
    background-position: 0 -17px;
    background-repeat: no-repeat;
}/*horizontal*/
.multicatnews_time_auto
{
    color: #6c6c6c;
    font-size: 11px;
    float: left;
    width: 50%;
}
.multicategoryTitleBlock_auto{
    background: url("../images/rubric_title.png") no-repeat scroll 0 30px rgba(0, 0, 0, 0);
    height: 35px;

}
.multicategoryTitleBlock_in_auto {
    background: url("../images/iminfo_body.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: table;
    height: 35px;
}
.multicategoryTitleBlock_auto a {
      background: url("../images/iminfo_title.png") no-repeat scroll left top #1ba600;
    color: #ffffff;
    font-size: 14px;
    display: table;   padding: 7px 32px 6px;
    font-family: "FuturaBookMta";
    
    
}
.multicatnews_date_more
{
    padding-top: 5px;
}
.multicatnews_art_title_auto
{
    padding-bottom: 10px;
}
.multicatnews_art_title_auto a
{
      display: block;
    font-size: 13px;
    line-height: 16px;
    max-height: 65px;
    overflow: hidden;
}
.multicatnews_readon_auto a
{
        background: url("../images/readmore.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 12px;
    width: 11px;
}
.multicatnews_readon_auto
{
      float: right;
    width: 11px;
}
.multicatnews_introtext_auto{
    font-size: 12px;
      color: #888;
}
.multicatnewsItem_auto {
    float: left;
    width: 197px;
}
.multicatnewsItem_in_auto {
     padding-left:7px;
}
.multicatnewsItem_auto:first-child .multicatnewsItem_in_auto{
    padding-left: 0;
}
.multicatnews_images_auto  img {
    width: 100%;
}
.multicatnewsItem_auto:first-child{
    width:190px;
}
.multicatnews_images_auto {
    padding-bottom: 5px;
}
/* end file: mod_multi_catnews.css */

/* start file: mod_popular.css */
.news_item
{
    position:relative;
    margin-bottom: 20px;
}
.title_date
{
    background:url("../images/sliderbg.png");
    background-repeat: repeat;
    border-top: 2px solid #cf1628;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding: 5px;
    overflow: hidden;
}
.news_item .daynews_image img
{
    margin:0;
}
.news_date_more
{
    float: left;
    line-height: 23px;
    width: 40px;
}
.news_ate
{
    display: block;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #ccc;
    font-family: "FuturaBookMta";
}
.lst_news_date {
    margin: 2px 0;
}
.news_title
{   
    display: block;
    float:right;
    width:210px;
}
.news_title a
{
    display: block;
    font-size:16px;
    line-height: 18px;
    color:#ffffff;
    font-family: "FuturaBookGeoUnicode-Normal";
    overflow: hidden;
    padding-left: 5px;
    height:53px;
}
.news_title a:hover
{
    color:#ffffff;
}
.news_readmore
{
    width:6px;
    height:6px;
    display: block;
    background:url("../images/module_readmore.png");
    background-repeat: no-repeat;
    float: right;
}
.pop_cat_title
{
    background: url(../images/whitecubs.png);
    background-repeat: no-repeat;
    background-position:10px center;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px 5px 25px;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    font-family: FuturaBookMta;
    background-color: #cf1628;
}
.content_type_news
{
    position: absolute;
    right: 10px;
    top: 10px;
}
/* end file: mod_popular.css */

/* start file: mod_rubric.css */
.module_title_rubricred
{
    color: #323232;
    font-family: "FuturaBookMta";
}
.module_title_rubricred span,
.module_title_gallery span
{
    color: #ffffff;
    font-family: "FuturaBookMta";
    font-size: 12px;
    padding: 10px 32px 6px;
    text-align: center;
    display: table;
}

.mod_rubric_body_block_rubricredin
{
    padding-top: 10px;
    
}
.module_body_rubric,
.module_body_daynews
{
    padding-top: 10px;
}
.rubricItem_rubricred,
.rubricItem_rubricredin,
.rubricItem_rubric
{
    float: left;
    width: 199px;
}
.rubric_catsrows .rubricItem_rubric:first-child,
.rubric_catsrows .rubricItem_rubricred:first-child,
.rubric_catsrows .rubricItem_rubricredin:first-child
{
    width: 185px;
}
.rubricItem_in_rubricred,
.rubricItem_in_rubricredin,
.rubricItem_in_rubric
{
    padding-left: 15px;
}
.rubric_catsrows .rubricItem_rubricred:first-child .rubricItem_in_rubricred,
.rubric_catsrows .rubricItem_rubricredin:first-child .rubricItem_in_rubricredin,
.rubric_catsrows .rubricItem_rubric:first-child .rubricItem_in_rubric
{
    padding: 0 1px 0 0;
}
.rubric_images_rubricred,
.rubric_images_rubricredin,
.rubric_images_rubric
{
    padding-bottom: 13px;
}
.rubric_linkff_rubricred,
.rubric_linkff_rubricredin,
.rubric_linkff_rubric
{
    font-size: 13px;
    padding-bottom: 13px;
    overflow: hidden;
}
.rubric_linkff_rubricred a,
.rubric_linkff_rubricredin a,
.rubric_linkff_rubric a
{
    color: #767676;
    display: block;
    line-height: 15px;
    max-height: 45px;
    overflow: hidden;
}
.rubric_time_rubricred,
.rubric_time_rubricredin,
.rubric_time_rubric,
.rubric_time_daynews{
    float: left;
    width: auto;
    color: #6c6c6c;
    font-size: 11px;
}
.rubric_readon_rubricred,
.rubric_readon_rubricredin,
.rubric_readon_rubric,
.rubric_readon_daynews,
.rubric_readon_iminfo,
.rubric_readon_popular,
.rubric_readon_popularin{
    float: right;
    width: 11px;
}
.rubric_readon_rubricred a,
.rubric_readon_rubricredin a,
.rubric_readon_rubric a,
.rubric_readon_daynews a,
.rubric_readon_iminfo a,
.rubric_readon_popular a,
.rubric_readon_popularin a
{
    display: block;
    background: url(../images/readmore.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    cursor: pointer;
}
.rubric_readon_rubricred a:hover,
.rubric_readon_rubricredin a:hover,
.rubric_readon_rubric a:hover,
.rubric_readon_daynews a:hover,
.rubric_readon_iminfo a:hover,
.rubric_readon_popular a:hover,
.rubric_readon_popularin a:hover
{
    background: url(../images/readmore.png);
    background-position: 0 -17px;
    background-repeat: no-repeat;
}
.rubric_catsrows,
.mod_body_rubricred,
.mod_body_rubric
{
    padding-top: 10px;
}
.modl_body .rubric_catsrows:first-child
{
    padding: 0px;
}
.rubric_images_daynews
{
    float: left;
    width: 200px;
}
.rubric_linkff_daynews a
{
    color: #5d5d5d;
    display: block;
    max-height: 34px;
    line-height: 17px;
    overflow: hidden;
}
.rubric_linkff_daynews a:hover
{
    color: #25B00A;
}
.rubric_linkff_daynews
{
    font-size: 14px;
    padding-bottom: 15px;
}
.rubric_introtext_daynews
{
    font-size: 12px;
    padding-bottom: 15px;
}
.rubric_linkff_popular,
.rubric_linkff_popularin
{
    font-size: 13px;
    padding-bottom: 12px;
}
.rubricItem_daynews
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}
.rubric_introtext_daynews span
{
    display: block;
    max-height: 30px;
    line-height: 15px;
    overflow: hidden;
}
.content_type_rubricred img,
.content_type_rubric img
{
    margin: 0px 5px 0 0;
}
.module_title_iminfo
{
    font-family: 'FuturaBookMta';
    font-size: 12px;
    padding: 10px 0 6px;
    text-align: center;
    color: #FFFFFF;
}

.rubric_images_iminfo
{
    padding-bottom: 7px;
}
.rubric_linkff_iminfo
{
    font-size: 13px;
    padding-bottom: 7px;
}
.rubric_time_iminfo,
.rubric_time_popular,
.rubric_time_popularin
{
    color: #6c6c6c;
    float: left;
    font-size: 11px;
    width: auto;
}
.rubricItem_iminfo
{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E7E7E7;
}
.rubric_catsrows .rubricItem_iminfo:first-child
{
    padding: 0px;
    margin: 0px;
    border: none;
}
/* end file: mod_rubric.css */

/* start file: nicecheck.css */
.niceRadio {
    width: 13px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
	float:left;
	display:block;
}
/*.niceRadio input {
    margin-left: -15px;
}*/
.wsp_blocks
{
	margin-bottom:15px;
}

/* end file: nicecheck.css */

/* start file: nicegalery.css */
.ng_img_img a,
.ng_image_img a,
.ng_cat_img a{
    font-size: 0;
}
.row_image img{
    margin-bottom: 5px;
}
.ng_cat_img img,
.row_image img,
.ng_image_img img,
.ng_img_img img{
    width: 100%;
}
.ng_cat_div,
.row_image,
.ng_image_div,
.ng_img_div{
    float: left;
    width: 33%;
}
.ng_description {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
}
.ng_date {
    font-size: 12px;
    line-height: 30px;}
.ng_image_date,
.ng_category_date {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.ng_catdesc {
    font-size: 14px;
    padding-bottom: 10px;
}
.ng_cat_div_in,
.row_image_in,
.ng_image_div_in,
.ng_img_div_in {
    padding: 0 12px;
}
.ng_meta {
    border-top: 1px solid #ebebeb;
    padding-top: 5px;
}
.ng_image_tblock,
.ng_img_title,
.ng_cat_title
{
    font-size: 12px;
    text-align: center;
}
.ng_cat_img,
.ng_image_img,
.ng_img_img{
    padding-bottom: 5px;
}
.rowimage,
.ng_imagerow,
.ng_itemsrow,
.ng_catsrow {
    padding-bottom: 20px;
}
.ng_pathway {
    font-size: 12px;
    padding: 0 0 10px;
}
.pathname{
     font-family: "FuturaBookMta";
    font-size: 13px;
}
.row_image_in,
.ng_title{
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}

.ng_nav_prev {
    float: left;
    width:75px;
    font-size: 0;
    text-align: right;
     padding-top: 140px;
}

.ng_image {
    margin: 0 77px;
    text-align: center;
}
.ng_nav_next {
    float: right;
    width:75px;
     padding-top: 140px;
    font-size: 0;
}

.shear_print {
    overflow: hidden;
    padding-bottom: 10px;
}
.gal_shear {
    float: right;
    width: auto;
}
.shear_print #ng_meta_l {
    float: left;
    width: auto;
}
.full_img
{
    padding-bottom: 10px;
}
.ng_images_title,
.ng_categories_title{
    
    padding-bottom: 5px;
         font-family: "FuturaBookMta";
    font-size: 13px;

}
.ng_cat_date
{
       color: #6c6c6c;
    font-size: 11px;
    width: auto;
    text-align: center;
    padding-top: 3px;
}
/*article galery*/
.mainNiceGallery{
    padding-bottom: 10px;
}
.nicegallerybody {
    float: left;
    width: 20%;
}
.nicegalleryImage img
{
    width: 96%;
}
.nicegalleryImage {
    text-align: center;
    font-size: 0;
    padding-bottom: 5px;
}
.nicegalleryTitle {
    padding: 0 3%;
    font-size: 12px;
    text-align: center;
}
/* end file: nicegalery.css */

/* start file: pagination.css */
/*Pagenation*/
.pagination 
{
    display:table;
    margin:0px auto;	
    padding-top:15px;
    font-weight:bold;
}
.pagination a
{
    display:block;
    font-weight:normal;
}
.p_prev,
.p_next
{
    float:left;
    width:auto;
    display:inline;
    padding-top: 4px;
}
.p_num
{
    float:left;
    width:auto;
    text-align:center;
}
.p_prev a
{
display:block;
    float: left;
    height: 12px;
    background: url(../images/pagination.png);
    background-position: 0px 0;
    background-repeat: no-repeat;
    width: 6px;
    margin-right: 5px;
}
.p_next a
{
    display:block;
    float: left;
    height: 12px;
    background: url(../images/pagination.png);
    background-position: -9px 0;
    background-repeat: no-repeat;
    width: 6px;
}
.p_prev a:hover
{
display:block;
    float: left;
    height: 12px;
    background: url(../images/pagination.png);
    background-position: 0px -13px;
    background-repeat: no-repeat;
    width: 6px;
}
.p_next a:hover
{
    display:block;
    float: left;
    height: 12px;
    background: url(../images/pagination.png);
    background-position: -9px -13px;
    background-repeat: no-repeat;
    width: 6px;
}
.p_num span
{
    display:block;
    float: left;
    height: 20px;
    margin-right:5px;
}

.p_num .activepage
{
    color:#FFFFFF;
    float: left;
    font-size: 14px;
    padding: 0 5px;
    line-height: 20px;
    background: #cf1628;
    margin-right: 4px;
    text-align: center;
    font-family: 'bpg_mrgvlovani_caps';
}
.p_num a:hover
{
    background: #cf1628;color:#FFFFFF;
}
.p_num a
{
    text-decoration:none;
    padding:0px 5px;
    line-height: 20px;
    height: 20px;
    color: #979797;
    font-family: 'bpg_mrgvlovani_caps';
}

.pagenavbar
{
    float:right;
    width:auto;
    overflow:hidden;
    margin-top:10px;
}
/*Pagenation*/
/* end file: pagination.css */

/* start file: prettyPhoto.css */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height:13px
}
div.pp_default .pp_top .pp_left {
	background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color:#f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left:13px
}
div.pp_default .pp_content_container .pp_right {
	background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right:13px
}
div.pp_default .pp_next:hover {
	background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor:pointer
}
div.pp_default .pp_previous:hover {
	background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor:pointer
}
div.pp_default .pp_expand {
	background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor:pointer;
	width:28px;
	height:28px
}
div.pp_default .pp_expand:hover {
	background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor:pointer
}
div.pp_default .pp_contract {
	background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor:pointer;
	width:28px;
	height:28px
}
div.pp_default .pp_contract:hover {
	background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor:pointer
}
div.pp_default .pp_close {
	width:30px;
	height:30px;
	background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor:pointer
}
div.pp_default .pp_gallery ul li a {
	background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border:1px solid #aaa
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position:static;
	left:auto
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height:30px;
	width:30px
}
div.pp_default .pp_nav .pp_pause {
	background-position:-51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height:20px;
	width:20px;
	margin:4px 0 0
}
div.pp_default a.pp_arrow_next {
	left:52px;
	background-position:-82px -3px
}
div.pp_default .pp_content_container .pp_details {
	margin-top:5px
}
div.pp_default .pp_nav {
	clear:none;
	height:30px;
	width:105px;
	position:relative
}
div.pp_default .pp_nav .currentTextHolder {
	font-family:Georgia;
	font-style:italic;
	color:#999;
	font-size:11px;
	left:75px;
	line-height:25px;
	position:absolute;
	top:2px;
	margin:0;
	padding:0 0 0 10px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
/*	opacity:0.7
*/}
div.pp_default .pp_description {
	font-size:11px;
	font-weight:700;
	line-height:14px;
	margin:5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
	background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.light_rounded .pp_previous:hover {
	background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.light_rounded .pp_expand {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_expand:hover {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_contract {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_contract:hover {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_close {
	width:75px;
	height:22px;
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_nav .pp_play {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_rounded .pp_nav .pp_pause {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_rounded .pp_arrow_previous {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
	background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
	background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
	background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
	background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_previous:hover {
	background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_expand {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_expand:hover {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_contract {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_contract:hover {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_close {
	width:75px;
	height:22px;
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_description {
	margin-right:85px;
	color:#fff
}
div.dark_rounded .pp_nav .pp_play {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_rounded .pp_nav .pp_pause {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_rounded .pp_arrow_previous {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
	background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
	background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background:#000
}
div.dark_square .pp_description {
	color:#fff;
	margin:0 85px 0 0
}
div.dark_square .pp_loaderIcon {
	background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
	background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.dark_square .pp_expand:hover {
	background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.dark_square .pp_contract {
	background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.dark_square .pp_contract:hover {
	background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.dark_square .pp_close {
	width:75px;
	height:22px;
	background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.dark_square .pp_nav {
	clear:none
}
div.dark_square .pp_nav .pp_play {
	background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_square .pp_nav .pp_pause {
	background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_square .pp_arrow_previous {
	background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
	background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
	background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.dark_square .pp_previous:hover {
	background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.light_square .pp_expand {
	background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.light_square .pp_expand:hover {
	background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.light_square .pp_contract {
	background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.light_square .pp_contract:hover {
	background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.light_square .pp_close {
	width:75px;
	height:22px;
	background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.light_square .pp_nav .pp_play {
	background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_square .pp_nav .pp_pause {
	background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_square .pp_arrow_previous {
	background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
	background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
	background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.light_square .pp_previous:hover {
	background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.facebook .pp_top .pp_left {
	background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
	background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
	background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
	background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
	background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_expand {
	background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.facebook .pp_expand:hover {
	background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.facebook .pp_contract {
	background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.facebook .pp_contract:hover {
	background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.facebook .pp_close {
	width:22px;
	height:22px;
	background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.facebook .pp_description {
	margin:0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
	background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position:0 -96px;
	cursor:default
}
div.facebook .pp_arrow_next {
	background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px
}
div.facebook .pp_arrow_next.disabled {
	background-position:-32px -96px;
	cursor:default
}
div.facebook .pp_nav {
	margin-top:0
}
div.facebook .pp_nav p {
	font-size:15px;
	padding:0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
	background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height:22px;
	width:22px
}
div.facebook .pp_nav .pp_pause {
	background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height:22px;
	width:22px
}
div.facebook .pp_next:hover {
	background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.facebook .pp_previous:hover {
	background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.facebook .pp_bottom .pp_left {
	background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
	background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
	background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
	outline:none
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500
}
div.pp_pic_holder {
	display:none;
	position:absolute;
	width:100px;
	z-index:10000
}
.pp_content {
	height:40px;
	min-width:40px
}
* html .pp_content {
	width:40px
}
.pp_content_container {
	position:relative;
	text-align:left;
	width:100%
}
.pp_content_container .pp_left {
	padding-left:20px
}
.pp_content_container .pp_right {
	padding-right:20px
}
.pp_content_container .pp_details {
	float:left;
	margin:10px 0 2px
}
.pp_description {
	display:none;
	margin:0
}
.pp_social {
	float:left;
	margin:7px 0 0
}
.pp_social .facebook {
	float:left;
	position:relative;
	top:-1px;
	margin-left:5px;
	width:55px;
	overflow:hidden
}
.pp_social .twitter {
	float:left
}
.pp_nav {
	clear:right;
	float:left;
	margin:3px 10px 0 0
}
.pp_nav p {
	float:left;
	margin:2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float:left;
	margin-right:4px;
	text-indent:-10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px
}
.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000
}
.pp_gallery {
	display:none;
	left:50%;
	margin-top:-50px;
	position:absolute;
	z-index:10000
}
.pp_gallery div {
	float:left;
	overflow:hidden;
	position:relative
}
.pp_gallery ul {
	float:left;
	height:35px;
	position:relative;
	white-space:nowrap;
	margin:0 0 0 5px;
	padding:0
}
.pp_gallery ul a {
	border:1px #cccccc solid;
	display:block;
	float:left;
	height:33px;
	overflow:hidden
}
.pp_gallery ul a img {
	border:0
}
.pp_gallery li {
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:0
}
.pp_gallery li.default a {
	background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display:block;
	height:33px;
	width:50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top:7px!important
}
a.pp_next {
	background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%
}
a.pp_previous {
	background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%
}
a.pp_expand, a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000
}
a.pp_close {
	position:absolute;
	right:0;
	top:0;
	display:block;
	line-height:22px;
	text-indent:-10000px
}
.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	position:absolute;
	top:50%;
	width:24px;
	margin:-12px 0 0 -12px
}
#pp_full_res {
	line-height:1!important
}
#pp_full_res .pp_inline {
	text-align:left
}
#pp_full_res .pp_inline p {
	margin:0 0 15px
}
div.ppt {
	color:#fff;
	display:none;
	font-size:17px;
	z-index:9999;
	margin:0 0 5px 15px
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color:#fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color:#000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color:#fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position:relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background:#fff
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right:85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top:12px!important
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
	background-position:0 -87px;
	cursor:default
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
	background-position:-22px -87px;
	cursor:default
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
	background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
	background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
	color:#c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
	color:#fff
}
.pp_top, .pp_bottom {
	height:20px;
	position:relative
}
* html .pp_top, * html .pp_bottom {
	padding:0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left:0;
	position:static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px
}
.pp_fade, .pp_gallery li.default a img {
	display:none
}

/* end file: prettyPhoto.css */

/* start file: samenews.css */
.same_videos {
    overflow: hidden;
    padding-top: 12px;
}
.bx-wrapper .bx-viewport ul {
    overflow: hidden;
    padding: 0 !important;
}
.bxslider_itemss {
    padding: 10px 0;
    overflow: hidden;
}
.mainslider_image > img:first-child {
    position: absolute;
    left: 5px;
    top: 5px;
}
.mainslider_image > img {
    position: absolute;
    left: 40px;
    top: 5px;
}
.samenewstitle
{
    background:url(../images/samenewstitle.png);
    background-repeat: no-repeat;
    background-position: left top;
    height:28px;
    position: relative;
}
.bxslider_items {
    position: relative;
}
.bx-viewport ul li {
    float: left;
    height: 83px;
    list-style: outside none none;
    overflow: hidden;
    position: relative;
    width: 153px;
}
.bx-viewport {
    overflow: hidden;
    padding: 0 3px;
}
.mainslider_image a img {
   
    margin: 0;
}
#carousel_ul {
    padding: 0;
}
.mainslider_title_first_in a:hover {
    text-decoration: none;
    color: #fff;
}
.mainslider_title_first_in a {
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}
#carousel_ul {
    left: 0;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 9999px;
}
#right_scroll {
    background: url("../images/bx-prev1.png") no-repeat scroll center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 20px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 20px;
    z-index: 999;
}
.mainslider_title_first_1 {
    width: 163px;
}
.mainslider_title_first_in {
    background: url("../images/shadow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    left: 0;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 62px;
    bottom:0;
}
#left_scroll {
    background: url("../images/bx-next1.png") no-repeat scroll center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    left:48px;
    top: 4px;
    width: 20px;
    z-index: 999;
}
.mainslider_image > a {
    display: block;
}
.video_image_png {
    background: url("../images/lilvid.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    left: 60px;
    position: absolute;
    top: 30px;
    width: 30px;
}
/* end file: samenews.css */

/* start file: search.css */

.searchintro
{
    padding-bottom:5px;
    color:#000000;
    font-size: 14px;
}
.searchintro strong
{
    color:#000000;
}
.results
{
    line-height:16px;
    font-size:14px;
    
}
.results .results_title
{
    padding-bottom:5px;
    display:block;
    font-size: 15px;
}
.result_item 
{
    padding-bottom:10px;
}
.result_item_title
{
        font-family: "FuturaBookMta";
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
}
.highlight
{
    color:#cf1628;
    font-style:italic;
    font-weight:bold;
}
ol.list, ol
{
    margin: 10px 40px;
}
.search_field .searchbox
{
    display:none;
}
.searchbox
{
    width:78px;
    border:none;
    position: absolute;
    right: 30px;
    height:16px;
    padding:7px 4px 8px 10px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    top: 0px;
}
#search
{
    height:34px;
}
.search
{
    position:relative;
}
#mod_search_searchword
{
    width:145px;
    height:17px;
    font-size:10px;
    padding:9px 5px 9px 14px;
    border:1px solid #ebebeb;
    color:#b4b4b4;
    border-right: none;
    background:none;
}
.search_input
{
    float:left;
    width:165px;
}
.search_but
{
    float:right;
    width:37px;
}
.search_button
{
    background:url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cf1628;
    border:none;
    width:37px;
    height:37px;
    cursor:pointer;
}

/* end file: search.css */

/* start file: simplepoll.css */
.module_title_poll
{
    font-size: 13px;
    font-family: 'FuturaBookMta';
    line-height: 38px;
    background: url(../images/poll_title.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 33px;
    padding: 0 12px;
    color: #ffffff;
}
.simplepoll_title {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
}
.simplepoll_title_poll
{
     font-size: 12px;
     padding: 0 0px 15px;
    font-family: 'FuturaBookMta';
}
.question_poll
{
    font-family: 'FuturaBookMta';
    font-size:12px;
    color: #2d2d2d;
    padding-bottom:15px;
}

.wsp_radio_poll
{
    float:left;
    width:20px;
    display:block;
}
.wsp_radio_poll input
{
    margin-top:2px;
}
.wsp_radio_poll .niceRadio input
{
    margin-left:-50px;
}
.wsp_blocks
{
    padding-top:10px;
}
.wsp_answers .wsp_blocks:first-child
{
    padding-top:0px;
}
#bg_button
{
    text-align:center;
}
.wsp_label
{
    float:right;
    width:240px;
    display:block;
}
.wsnpoll_title
{
    padding:0px 0px 10px;
    font-weight:normal;
    color:#B07D10;
}
.wsp_main
{
    margin-bottom:10px;
}
.wsnpoll_but
{
    padding:5px 10px;
}
.wsp_poll_title 
{
    padding-top:10px;
    font-size:15px;
    text-align:center;
     
}
.wsp_links
{
     
    font-size: 12px;
}
.wsp_resultbutt
{
    float: right;
    width: 50%;
}
.wsp_answer
{
    float:left;
    width:32%;
    text-align:right;
}
.wsp_listing_item
{
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid #000000;
     
}
.wsp_listing_item:first-child
{
    border-top:0px solid #000000;
    padding:0px;
    margin:0px;
}
.wsp_title
{
    padding-bottom:5px;
    font-size:14px;
    font-family: "FuturaBookMta";
}
.wsp_answer span
{
    padding:1px 5px 0 0;
    display:block;
    font-size:12px;
     
}
.wsp_count0,
.wsp_count1,
.wsp_count2,
.wsp_count3,
.wsp_count4,
.wsp_count5,
.wsp_count6,
.wsp_count7,
.wsp_count8
{
    float:right;
    min-width:30px;
    color:#B30300;
    text-align:center;
}
.wsp_percent
{
    float:left;
    line-height:20px;
    padding-left:3px;
}
.wsp_graph
{
    height:20px;
    overflow:visible;
    width:350px;
}
.wsp_labels_poll
{
    float:left;
    width: 120px;
    font-size: 12px;
     
}
.wsp_infod_poll
{
    padding-right:5px;
    font-size:12px;
}
.wsp_infod1_poll
{
    padding-right:5px;
    font-size:12px;
    float: left;
    width: auto;
}
.wsp_labels_poll label
{
    cursor:default;
}
.wsnpoll_rezul
{
    padding-top:10px;
}
.wsnpoll_rezul:first-child
{
    padding-top:0px;
}
.wsp_answers .wsp_blockr_poll:first-child
{
    padding-top:0px;
}
.wsp_blockr_poll
{
    padding-top:5px;
}
.wsp_infoblockr_poll
{
    padding-bottom:5px;
}
.wsp_block label
{
    color:#B17D10;
}
.button_poll
{
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    padding:3px;
}
.button_poll:hover
{
    background:#B17E11;
}
.button_rezul
{
    padding-left:5px;
    float:right;
    width:auto;
}
.button_rez
{
    border:none;
    background:none;
    font-size:11px;
    font-weight:bold;
    color:#7F5900;
    cursor:pointer;
    height:25px;
}
.wsp_link_dat
{
    float:left;
    width:32%;
    text-align:right;
}
.wsp_link_date
{
    float:left;
    width:auto;
    font-family:'bpg_mrgvlovani_caps_2010Rg';
    color:#000000;
}
.wsp_link_dv
{
    padding-bottom:5px;
}

.wsp_link_dvs
{
    padding-bottom:5px;
    text-align:right;
}
.wsp_count_poll
{
    float:right;
    width:auto;
    font-size: 12px;
    color: #CF1628;
     
}
.wsp_infodate_poll
{
    color:#999999;
    text-align:left;
    font-size:12px;
}
.wsp_info
{
    float:right;
    width:auto;
    color:#B30300;
    font-size:16px;
}
.polls_color_1,
.polls_color_2,
.polls_color_3,
.polls_color_4,
.polls_color_5,
.polls_color_6,
.polls_color_7,
.polls_color_8,
.polls_color_9
{
    border:none;
    float:left !important;
    height:20px !important;
}
.polls_color_1,
.polls_color_3,
.polls_color_5,
.polls_color_7,
.polls_color_9
{
    background:#CF1628;
}
.wsp_info1_poll
{
    float: right;
    width: auto;
    color: #CF1628;
}
.polls_color_2,
.polls_color_4,
.polls_color_6,
.polls_color_8,
.polls_color_10
{
    background:#CF1628;
}
.wsp_infolist_poll
{
    padding-top:5px;
    margin-top:5px;
    border-top:1px solid #ccc;
     
    font-size: 12px;
}
.wsp_label_freetext
{
    border: 1px solid #ccc;
    padding: 2px 5px;
    width: 128px;
    font-size: 11px;
    cursor: text;
}
.graph_per
{
    border:1px solid #cccccc;
    float:left;
    width:300px;
    overflow:visible;
    margin-left: 10px;
}
.result_button
{
    border:none;
    cursor:pointer;
    background:none;
    color: #CF1628;
    font-family: 'FuturaBookMta';
}
.vote_button
{
    border:none;
    cursor:pointer;
    background:none;
    color: #CF1628;
    font-family: 'FuturaBookMta';
}

.wsp_listings
{
    line-height:20px;
    padding:5px;
    border-top:1px dotted #E4E4E4;
}
.wsp_listing .wsp_listings:first-child
{
    border:none;
}
.wsp_archpolls
{
    text-align:right;
    font-weight:bold;
     
    padding-bottom:5px;
}
.wsp_resultbutt_all{
    text-align: right;
}
.wsp_resultbutt_all input:hover{
    text-decoration: underline;
}
.wsp_label_poll
{
    float:right;
    width:140px;
    color: #767676;
    display:block;
    font-size:12px;
    font-family:'bpg_arialregular';
}

.wsp_blocks_poll
{
    padding-bottom:15px;
}
/* Different RadioButton */
.wsp_radio_poll .niceRadio {
    width: 13px;
    height: 13px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background: url(../images/radio-bg.png);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    margin-top: 5px;
}
.wsp_radio_poll .radioChecked {
    background: url(../images/radio-bg.png);
    background-position:-17px 0;
    background-repeat:no-repeat;
}
.question_simplepoll
{
    background: none repeat scroll 0 0 #000000;
    font-family:'ar_archyregular';
    font-size: 16px;
    padding: 9px;
}
.wsp_answers_simplepoll
{
    padding:7px;
}
.wsp_blocks_simplepoll
{
    padding-top:10px;
}
.wsp_blocks_simplepoll:first-child
{
    padding-top:0px;
}
.wsp_label_simplepoll
{
    font-family:'ar_archyregular';
    float:left;
    width:198px;

}
#bg_button input:hover{
    text-decoration: underline;
}
.wsp_label_simplepoll label
{
    padding-left:10px;
    line-height:18px;
}
.vote_bttn
{
    float:left;
    width:50%;
}
.wsp_labels {
    float: left;
    width: 190px;
}
.wsp_infolist {
    border-top: 1px solid #CF1628;
    padding-top: 5px;
}
.wsp_count {
    float: right;
    width: 70px;
    text-align: right;
}
.wsp_info1,
.wsp_infodate{
    float: right;
    width: 118px;
    text-align: right;
}
.wsp_infod1,
.wsp_infod {
    float: left;
    width: 140px;
}
.wsp_infoblockr{
    padding-bottom: 5px;
}
.wsp_infodate {
    font-size: 12px;
    font-family: arial;
}
.wsp_blockr {
    padding-bottom: 10px;
}
.result_bttn
{
    float:right;
    width:50%;
}
/* end file: simplepoll.css */

/* start file: template.css */
/* CSS Document */
*
{
    padding:0px;
    margin:0px;
}
select,
label,
button
{
    cursor: pointer;
}
textarea
{
    resize:none;
}
*:focus
{
    outline: none;
}
html
{
    min-height:101%;
}
body
{
    width:100%;
    font-size: 14px;
    font-family:FuturaBookGeoUnicode-Normal, Sylfaen, Helvetica, sans-serif;
    color:#5d5d5d;
    background-color:#fdfdfd;
}

.cls,
.clr
{
    clear:both;
}
img
{
    border:none;
}
a
{
    color:#737373;
    text-decoration:none;
}
a:hover
{
    color:#cf1628;
    text-decoration:underline;
}
.js_error
{
    color:#000000;
    font-weight:bold;
    line-height:20px;
    padding:9px;
    background:#FFFFFF;
    text-align:center;
    border:1px solid #7f7f7f;
}
#debug_open
{
    border: 4px solid #514968;
    bottom: 10px;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 150px;
}
p.pp_description
{
    display: none !important;
}
#center
{
    width: 1000px;
    margin: 0px auto;
}
#top-link
{
    background:url(../images/topge.png);
    background-repeat:no-repeat;
    background-position:center;
    display: none;
    height: 45px;
    cursor:pointer;
    width: 53px;
    position:fixed;
    left:50%;
    margin-left:510px;
    bottom: 97px;
    z-index: 999;
}
/* end file: template.css */

/* start file: videogalery.css */

.video_categor_box {
    overflow: hidden;
}
.video_one {
    float: left;
    width: 155px;
}
.video_categor_image {
    clear: both;
    overflow: hidden;
    padding: 0 6px;
}
.kontent{
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}
.vm_pathway{
    font-size: 14px;
}
.video_categor_title {
    padding: 5px 5px 2px;
}

.video_categor_title a
{
    display:block;
    overflow: hidden;
    text-align: center; 
    height: 16px;
    line-height: 14px;
          
    font-size: 13px;
}
.catnews_linkff{
    line-height: 16px;
          
    font-size: 14px;
}
.catnews_time
{
    padding-top: 5px;
}
.catnews_time,
.video_categor_date
{
    text-align: right;
       color: #6c6c6c;
      
    font-size: 11px;
}
.catnews_images
{
    padding-bottom: 5px;
}
.catnewsItem {
    float: left;
    width: 240px;
}
/*.catnewsItem 
{
    float: left;
    width: 202px;
}*/
.catnewsItem_in {
    padding: 0 10px;
}
.vm_cat_div {
    font-family: "FuturaBookMta";
    font-size: 14px;
    line-height: 24px;
}
/* end file: videogalery.css */

/* start file: weathcur.css */
/*mod author*/

.noauth
{
    text-align: center;
}
.author_item
{
    color:#3e3e3e;
    font-size: 14px;
    padding:5px 0;
    border-bottom:1px solid #e7e7e7;
    line-height: 16px;
} 
.all_authors
{
    text-align: right;
    padding-top:5px;
}
.all_authors a
{
    font-size: 14px;
    color:#cf1628;
}
/*tags page*/
.tags_article_image img
{
    margin:0 10px 3px 0;
}
.tags_article_title a:hover
{
    color:#cf1628;
}
.tags_article_title a 
{
    color: #3e3e3e;
    line-height: 17px;
    font-size:16px;
}
.tags_article_title
{
    padding-bottom: 5px;
}
.tags_article_text
{
    padding-bottom: 5px;
    line-height:17px;
}
.tags_article_date
{
    color: #aaaaaa;
    font-size: 11px;
    padding-top:5px;
    float:left;
    width:auto;
}
.tags_article_readmore
{
    float: right;
    width:auto;
    
}
.tags_article_readmore a
{
    display: block;
    background: url(../images/readmore.png);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 16px;
    color: #cf1628;
    font-family: "FuturaBookMta";
    font-size: 14px;
    height: 16px;
    padding-right: 10px;
    cursor: pointer;
}
.tags_one
{
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.tagimgdesc
{
    border-bottom: 1px solid #ebebeb;
    padding-bottom:6px;
}

.tags_articles_in {
    clear: both;
    color: #cf1628;
    padding-top:20px;
    font-family: "FuturaBookMta";
    font-size: 14px;
}
.tag_image img
{
    margin:0 10px 3px 0;
}
.tag_description
{
    font-size: 13px;
    line-height:18px;
    padding-bottom: 5px;
}
.user_image img
{
    margin:0 10px 3px 0;
}
.user_namet
{
    padding-bottom: 15px;
    font-weight:bold;
    font-size:13px;
}
.authnews {
    padding-left: 30px;
}
.about_author,
.authnews > li {
    padding-bottom: 15px;
}
.user_biografy
{
    line-height:18px;
     
    font-size:13px;
}
.authnews li a {
     
    font-size:13px;
}
/*tags page*/
.currency_code {
     color: #737373;
    float: left;
    width: 60px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.weathers {
    float: left;
    width: 184px;
    color: #737373; 
    font-size: 14px;
       line-height: 16px;
       height: 16px;
       position: relative;
}
.currency_count 
{
  color: #737373;
    float: left;
    width: 80px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.weathers_out
{
    position:absolute;
    top:0;
    left:0;
    height: 16px;
    overflow: hidden;
    z-index: 999;
    cursor:pointer;
}
.currency_rate {
    float: left;
    width: 70px; 
    color: #737373;
     text-align: right;
    font-size: 14px;
    line-height: 20px;
}

.puthere {
    padding-right: 5px;
}
.aw_item:first-child{
    margin-top: 0;
}
.aw_item{
    margin-top: 5px;
}
.article_author {
    clear: both;
    font-size: 14px;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    padding: 5px 0 10px;
     color: #4b4b4b;
     overflow: hidden;
     
}
.other_articles {
    float: right;
    text-align: right;
    width: 50%;
}
.by_author {
    float: left;
    width: 65px;
}
.articl_tags{
     color: #4b4b4b;
     overflow: hidden;
     padding-bottom: 10px;
     
}
.articl_tags a:hover
{
     color: #cf1628;
}

.articl_tags a {
    padding:0 0 0 5px;
   color: #4b4b4b;
}
.article_author_name {
    float: left;
    width: 50%;
}
.currency_img {
    float: left;
    width: 48px;
}
.curow {
    overflow: hidden;
}
.aw_itemtext {
    float: right;
    width: 128px;
}
.aw_img {
    float: left;
    width: 30px;
    text-align: center;
}.aw_item {
    padding: 0 0 0 25px;
      
}
.aw_item_in
{
    cursor:pointer;
}
/* end file: weathcur.css */
