/*
Theme Name: Brave New FT 
Theme URI: http://fototelegraf.ru/
Description: just theme
Version: 1.0
Author: Polkan
Author URI: http://fototelegraf.ru/
*/

/*
* 0. Some global values
* 1. Header area
* 2. Sidebar area
* 3. Content area 
* 4. Captions 
* 5. Votings area 
* 6. Comments area 
* 7. Footer area 
* 8. Panel 
*   8.0. Panel itself 
*   8.1. Last posts (in left panel)
*   8.2. User preferences
* 9. Tooltips
* 10. Author statistic page 
* 11. User comments page 
* 12. Different stuff 
*
* 900. Plugins css 
*
* 999. Media queries
*
*/

/* 0. some global values */
/* html5 for old browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

body {
	font: 100%/100%;
    font-family: Helvetica,Arial,sans-serif;
	color: #171717;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

table{ border-collapse: collapse; }

a         { color: #fb4834;	text-decoration: none; }
a:visited {	color: #fb4834;	text-decoration: none; }
a:hover   { color: #fb4834; text-decoration: underline; }

img { border: none; }

p {
	padding: 0px 0px 15px;
	margin: 0px;
    line-height: 1.4em;
}

form {
	margin:0px;
	padding:0px;
}
ul{
    margin-top:0;
}

#brandImage{
    /* background: #fff url('http://fototelegraf.ru/_bn/blaze-bg.jpg') center -400px repeat-x; */
    background: #fff url('http://fototelegraf.ru/_bn/avall-bg.jpg') center -30px repeat-x;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 800px;
    cursor:pointer;
}
#brandImage a{
    display:block;
    width: 100%;
    height: 800px;
}


#wrapper{
    width: 1050px;
	margin: 0px auto;
    position: relative;
    /*ad*/ /*margin-top: 150px;*/
}

#page {
	width: 100%;
    clear: both;
    overflow: auto;
    background: #fff;
}


/* 1. header area */

#header {
	width: 100%;
    padding: 0px 0 0 0;
    position: relative;
    top: 3px;
}

#logoCont{
	width:  378px;
	height: 51px;
    float:  left;
    background: transparent url(images/logo.png) top left no-repeat;
    background-size: 322px auto;
    margin: 10px 0 5px 0;
}
.description{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 8px;
	width : 365px;
	margin: 0px;
	padding: 5px 0 5px 5px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
    display: none;
}
.description a{
	color:#cccccc;
	text-decoration:none;
}

a.logo{
  display: block; width: 330px; height: 51px;
  cursor: pointer;
}
#blogname {
	display:none;
}

#search-n-social{
    position: absolute;
    right: 0;
    display: table-row;
    /*background-color: #171717;*/
    width: auto;
    margin: 15px 0 0 0;
}
#search{
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
}
/*search form */
#searchform {
	margin: 0;
}
#content #searchform{
    margin: 0 auto 80px;
    width: 50%;
}
#searchBox{
	white-space: nowrap; 
	text-align: center;
}
#searchform #s {
    position: static;
    display: block;
    float: left;
    margin: 1px 0 0 0;
    width: 100px;
	padding: 5px 7px 7px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	color: #000000;
	font-weight: normal;
    font-size: 15px;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    z-index: 3;
}
#searchform #s:focus {
    width: 200px;
	border: 1px solid #888888;
	background: #ffffff;
    position:relative;
}
#content #s{
    width: 80%;
}
#content #s:focus{
    width: 80%;
}
#searchsubmit{
    display: block;
    float: right;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent url(images/icon_zoom.png) top left no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

#social{
    display: table-cell;
    vertical-align: middle;
}
#social a{
	display: block;
	float: right;
	width: 34px;
	height: 34px;
}
#social img{
    background-color: #cccccc;
    margin: 4px;
    padding: 2px;
    width: 22px;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}
#social img:hover{
	background: #FB4834;
}

#topBn{
    width: 300px;
    height: 60px;
    position:absolute;
    left: 370px;
    top: 15px;
}
#topBn img{
    width: 100%;
}

/* верхнее меню */
#topLineMenu{
    height: 46px;
    background: #252525;
    margin: 90px 0 0 0;
    clear: both;
    font-size: 14px;
    letter-spacing: 1.3px;
}
a.topParent{
    height: 42px !important;
    border-bottom: 4px solid #FB4834;
}
#topLineMenu li a{
    color: #b2b2b2;
    display: block;
    line-height: 46px;
    height: 100%;
    padding: 0 12px;
    -webkit-transition: background 300ms ease 0ms;
    -moz-transition: background 300ms ease 0ms;
    -o-transition: background 300ms ease 0ms;
    transition: background 300ms ease 0ms;
}
#topLineMenu li.cat-item-1523 ul li a{
    line-height: 36px;
}
#topLineMenu li a:hover {
    background: #353535;
    color: #c2c2c2;
    text-decoration: none;
}
#topLineMenu > nav > ul > li > a:hover {
    height: 42px;
    border-bottom: 4px solid #FB4834;
}
#topLineMenu .children a {
    border-left: 4px solid transparent;
}
#topLineMenu .children a:hover {
    border-left: 4px solid #FB4834;
}
#topLineMenu li{
    list-style: none;
    float: left;
    height: 100%;
}
#topLineMenu li ul li{
    float: none;
}
#topLineMenu li ul{
    display:none;
    background: #252525;
    margin: 0; padding: 0;
    position: absolute;
    z-index: 10;
}
#topLineMenu > nav > ul {
    margin: 0; padding: 0;
}
#topLineMenu nav > ul > .current-cat, #topLineMenu .current-cat-parent{
    background: #353535;
    text-decoration: none;
    height: 42px !important;
    border-bottom: 4px solid #FB4834;
}
#topLineMenu .children .current-cat a{
    border-left: 4px solid #FB4834;
    background: #353535;
}
#topLineMenu .current-cat > a, #topLineMenu .current-cat-parent > a{
}
#topLineMenu .cloned-current-cat{
	position: absolute;
	height: 16px !important;
	background: #353535;
    border-bottom: 2px solid #FB4834;
    margin-top: 4px;
}
#topLineMenu .cloned-current-cat > a{
	line-height:16px;
}


/* order area */
#topOrderArea {
    background-color: #171717;
    clear: both;
    font-size: 14px;
    height: 46px;
    margin: 0px 0 0 0;
    position: relative;
}
#orderSelector {
    width: auto;
    display: inline-block;
    vertical-align:top;
}
#orderSelector ul{
	position: relative;
	margin: 0;
	padding:0;
    background-color: #FB4834;
    color: #ffffff;
    width: auto;
    list-style: none;
    z-index: 5;
    display: inline-block;
}
#orderSelector li{
    width: 100%;
	height: 46px;
	line-height: 46px;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
}
#orderSelector li ul { 
    display: none; 
    background-color: #171717;
}
#orderSelector li ul li { 
    border-bottom: 1px solid #353535;
}
#orderSelector li:hover { 
    background-color: #FB4834;
}
#orderSelector li:hover > ul { 
    /* display: block;    // let's make it throuth js  */
}
#buttonTitle{
    font-size: 25px;
    color: #ffffff;
    height: 46px;
    padding-left:15px;
    white-space:nowrap;
    background: url('data:image/gif;base64,R0lGODlhFAAUAMIDAPtINP2jmf2poP///////////////////yH5BAEKAAQALAAAAAAUABQAAAMwCLrc/jDKSWsUI+vNtQBYJ2bBEo7bxwSoVjos+j5xN0O1W+X3FPcUgcpCLBqPSEgCADs=') 
                no-repeat right 14px;
    border-right: 21px solid transparent;
    cursor: pointer;
}
/*#buttonTitle:after {content:'\00A0\00A0\25BC\00A0\00A0';}*/
#buttonTitle:after {content:'\00A0\00A0\00A0\00A0\00A0';}
#orderSelector a{
    color: #b2b2b2;
    font-size: 17px;
}
#orderSelector a:hover{
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 300ms ease 100ms;
    -moz-transition: all 300ms ease 100ms;
    -o-transition: all 300ms ease 100ms;
    transition: all 300ms ease 100ms;
}
#orderSelector li > a{
    padding: 0 10px 0 15px;
    display: block;
    white-space:nowrap;
}

#topTermTitle{
    color: #B2B2B2;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 15px 10px 20px;
    width: auto;
    background-color: #4f4f4f;
    border-right: 6px solid #fb4834;
    line-height: 26px;
    display: inline-block;
    vertical-align:top;
    margin-left: -4px;
}
#gamesCont{
    position: static;
    display: inline-block;
    vertical-align:top;
    float: right;
}



/* меню страниц */
#nav {
	position: absolute;
	top: 66px;
	right: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin-left: 6px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#nav .page_item a{
    color: #cccccc;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 9px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background 300ms ease 0ms;
    -moz-transition: background 300ms ease 0ms;
    -o-transition: background 300ms ease 0ms;
    transition: background 300ms ease 0ms;
}
#nav .page_item a:hover {
	color: #ffffff;
	background: #fb4834;
}



/* breadcrumb - путь по сайту */
/* #breadcrumb{
	border-bottom:2px solid white;
	font-family:Verdana;
	text-transform:uppercase;
	font-size:11px;
	padding:8px 0 4px 0;
}
#breadcrumb a {

    padding:2px 6px 2px 6px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#breadcrumb a:link    {text-decoration:none; color:white; font-weight:bold; }
#breadcrumb a:visited {text-decoration:none; color:white; font-weight:bold; }
#breadcrumb a:active  {text-decoration:none; color:#2763a5; font-weight:bold; background-color:white;}
#breadcrumb a:hover   {text-decoration:none; color:#2763a5; font-weight:bold; background-color:white;}

#breadcrumb a.current-item:link    {text-decoration:none; color:#2763a5; font-weight:bold; background-color:white;}
#breadcrumb a.current-item:visited {text-decoration:none; color:#2763a5; font-weight:bold; background-color:white;}
#breadcrumb a.current-item:active  {text-decoration:none; color:#2763a5; font-weight:bold; background-color:white;}
#breadcrumb a.current-item:hover   {text-decoration:none; color:#2763a5; font-weight:bold; background-color:white;}


#breadcrumbLight {
	float:right;
	font-size:10px;
	margin: -2px 2px 2px 0;
}
*/


/* выпадающее меню навигации */
.add-menu{
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 0;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0 0 0 40px;
}
.nav-menu li { 
    display: inline-block;
    position: relative;
    background-color: #0fadff;
}
.nav-menu li a {
    /*color: #b2b2b2;*/
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 46px;
    padding: 0 20px;
    text-decoration: none;
    text-align: left;
    font-style: italic;
}
.nav-menu li:hover > a, 
.nav-menu li a:hover,
.nav-menu li:focus > a, 
.nav-menu li a:focus {
    /*background-color: #353535;*/
    background-color: #0fadff;
}
.nav-menu .sub-menu,
.nav-menu .children {
    /*background-color: #252525;*/
    background-color: #0fadff;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    /*color: #b2b2b2;*/
    color: #fff;
    margin: 0;
    width: 180px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    /*background-color: #353535;*/
    background-color: #0c8fd3;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    /*color: #b2b2b2;*/
    color: #fff;
}




/* 2. Sidebar area */
#sidebar {
	float: right;
	padding: 30px 0px 0px 0px;
	width: 300px;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
    background-color: #FB4834;
    color: #FFFFFF;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    font-weight: normal;
    padding-left:15px;
}


/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}
#sidebar #standard-login-block{
    text-align:right;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px 10px 0 10px;
    height:  95px;
    position: relative;
}
#sidebar #standard-login-block p{
    padding: 0;
}
#sidebar #standard-login-block #wp-submit{
    background-color: #fb4834;
    border: 0 none;
    color: #fff;
    padding: 3px 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
#sidebar #loginform input[type="text"] {
    width: 120px;
}
#sidebar #loginform input[type="password"] {
    width: 120px;
}
#sidebar #standard-login-block a{
    font-size: 12px;
    float: left;
    clear: left;
    position: relative;
    top: -12px;
    color: #aaa;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	clear: both;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 0px;
}

#sidebar ul li ul.wp-polls-ul li{ 
	border: 0;
	margin: 0 0 5px 0;  
} 
#sidebar ul li div.wp-polls a{color:#6DA6E2;}
#sidebar ul li div.wp-polls a:hover{text-decoration:underline;}
/*sidebar list level3 */

#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*sidebar-top */

#sidebar-top {
	clear: both;
	padding: 0px 0px 0px 0px;
	color: #666666;
	overflow: hidden;
}

/*sidebar-top title (h2) */
#sidebar-top h2, #sidebar-top .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
    color: brown;
	margin: 12px 0px 2px;
	border-bottom: 1px solid #6DA6E2;
}

/*sidebar-top text styles */
#sidebar-top a, #sidebar-top a:visited{
	color: #3173AA;
	text-decoration: none;
}
#sidebar-top a:hover{
	color: #23547C;
	text-decoration: none;
}

#sidebar-top .widget{
	float:left;
	margin: 0 10px 0 10px;
}

/*sidebar-top list level1 */
#sidebar-top ul {
	margin: 0;
	padding: 0;
}
#sidebar-top ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 300px;
}

/*sidebar-top list level2 */
#sidebar-top ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar-top ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #DDEBF4;
}

/*sidebar-top list level3 */
#sidebar-top ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}


/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}

/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

/*recent comments widget */
li.recentcomments{
    text-align: right;
}
li.recentcomments a {
    display: block !important;
}
.mainCmnt{
    color: #666666;
	clear: both;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.07);  /* need for dark body bg */
	padding: 5px 7px 0;
	text-align: justify;
    word-wrap: break-word;
    max-height: 235px;
    overflow: hidden;
}
.mainCmnt .userArt{
	width: 98%;
}
.mainCmnt .preparePic{
	width: 270px;
}
.mainCmnt iframe{
    max-width: 100%;
    height: auto;
}
.mainCmnt img{
    max-width: 100%;
    height: auto;
}
/*calendar widget */

li.widget_calendar td {
	padding: 1px 7px;
}

/*text widget */

.textwidget {
	padding-top: 5px;
}

/* Top Commentators */
#sidebar ul.user li {
	background: url(images/user.gif) no-repeat;
    padding-left: 20px;
}
/* end sidebar area*/








/* 3. Content area */
#content {
	padding: 50px 0px 30px 0px;
	float: left;
    width: 700px;
}
#single-content {
	padding: 50px 0px 30px 0px;
	float: left;
    width: 100%;
}
#attachment-content{
    padding: 50px 0px 30px 0px;
}
.post {
	clear:both;
    margin-bottom: 50px;
}
.singlePost, .postPage{
    /*ad*/ /*padding: 0 10px;*/
}
.entry {
	width: 100%;
    padding-bottom: 40px;
	background: url(images/row.png) repeat-x left bottom;
    position: relative;
}
iframe, object, embed{
    max-width: 100%;
}
.imageButtonsBlock iframe, .imageButtonsBlock object, .imageButtonsBlock embed,
#votings iframe, #votings object, #votings embed
{
    max-width: none !important;
    z-index: 5;
}
.post-cat {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
}
.post-cat-sngl a,
.post-cat-sngl a:hover,
.post-cat-sngl a:visited{
    color: #aaa;
}
.post-tags {
    text-transform: lowercase;
}
.post-tags-sngl {
    text-align: right;
    clear: right;
    font-size: 14px;
    padding-right: 5px;
}
.post-tags-sngl a{ 
    position: relative;
    top: -1px;
}
.post-rating {
	float: right;
	display: block;
    margin-left: 15px;
}
.post-rating img {
    position: relative;
    top: 0px;
    width: 20px;
}
.post-rating .score {
	font-size:16px;
    color: #FB4834;
    position: relative;
    top: -3px;
    left: 2px;
} 
.post-comments {
    float: right;
    margin-left: 20px;
}
.post-comments-sngl {
    margin: 0;
    padding-left: 12px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    float: none;
    position: relative;
    top: -10px;
    margin: 0;
}
.mini-comments {
	background-image: url(images/mini-comments2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 34px;
    padding-left: 30px;
    color: #fb4834 !important;
    display: block;
    height: 17px;
    font-size: 16px;
    line-height: 15px;
}
.mini-comments:hover { 
    background-position: left bottom; 
}
.post-favorite{
    float: right;
    padding-left: 15px;
}
.entry .wpf-favorite-link span{
    background-size: 16px auto;
    height: 16px;
}
.post-date {
    font-size: 12px;
    float: left;
    padding-right: 20px;
}
.post-date-sngl {
    float: none;
    margin: 0 10px;
    display: inline;
}
.hh { 
    clear: both;
    float:left;
    font-size: 30px;
    line-height: 30px;
    margin: 12px 0;
}
.hh a{
    color: #171717;
}
.hh a:hover{ text-decoration: none;}

.img-n-title{
    position: relative;
}
.img-n-title, .img-n-title img{
    vertical-align: top;
}
.topPostIcons{
    padding: 0; 
    /*background-color: #252525;*/
}
.topPostIcons .post-cat a,
.topPostIcons .post-cat a:hover,
.topPostIcons .post-cat a:visited{    color: #aaa;   }
.bigTitle{
    position: absolute;
    bottom: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 100%;
}
.bigTitle p{
    color: #ffffff;
    font-size: 26px;
    padding: 20px 70px 20px 25px !important;
}

.post-calendar {
	padding-left: 20px;
	float: left;
	font-size: 95%;
	color: #777777;
}

.post-content {
	clear: both;
    font-size: 17px;
    line-height: 24px;
}
.post-content p {
	padding:0 0 10px;
	text-align:justify;
	margin:0 auto;
}
.post-content ul, .post-content ol{
	text-align:justify;
	margin:0 auto;
	max-width:1000px;
	line-height:1.4em;
	padding:0 25px 10px 25px;
}
p.srclnk{
    text-align:right;
    padding-right: 5px;
}

.navigation {
	clear: both;
    height: 30px;
    line-height: 30px;
}
.navigation .mobileNav{
    display: none;
}
.navigation .prev{
    float: left;
    margin-right: 10px;
}
.navigation .prev a, .navigation .next a{
    background-color: #4F4F4F;
    color: #FFFFFF;
}

.navigation a, .navigation a:visited {
    font-weight: bold;
}


/* 4. Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin: 10px 0 10px;
}
.img-n-btns{
    position: relative;
}
.wp-caption img {
	margin: 0;
	padding: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: auto;
}
.wp-caption-text{
    background-color: #4f4f4f;
    color: #cccccc;
    line-height: 1.3em;
    padding: 15px 25px;
    text-align: justify;
}
.wp-caption a{
	text-decoration:underline;
}
.currentAnchor a:link, .currentAnchor a:hover,  .currentAnchor a:visited {
	font-weight: bold;
	font-size: 16px;
}
.wp-caption .currentFBlike{
	height:20px;
}

        /* popup image-hover block */
.imageButtonsBlock{
    background: #4f4f4f url(images/half-trans.png);
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 10px;
    float:left;
    position: relative;
}
.imgFav {
    padding: 10px 10px 0 14px;
    float: left;
}
.imgFav .wpf-favorite-link span{
    background-position: left -20px;
    background-size: 20px auto;
    height: 20px;
    width: 20px;
}
.my-fb-like{
    height:24px;
    padding: 8px 12px 0;
    float: left;
}
.my-vk-like{
    height:21px;
    margin-top:3px;
    padding: 8px 12px 0;
    float: left;
}
a.attCmntN, a.attCmntY { 
    font-size:11px; 
    text-decoration:none; 
    position: absolute;
    right: 0;
    top: -20px;
    z-index:1;
} 
a.attCmntN:hover, a.attCmntY:hover { text-decoration:underline; } 
a.attCmntN { color:#888888; } 
a.attCmntY { color:#FB4834; }
 
a.imgLinkLine, a.imgLinkLine:hover {
	position: absolute;
    right: 0;
    bottom: 0;
	text-decoration:none;
	display: block;
	width: 15px;
	height: 15px;
	color: #b2b2b2;
	text-align: center;
    font-size: 20px;
    line-height: 0px;
}
a.imgLinkOwn, a.imgLinkOwn:hover{
	float: right;
    margin: 8px 12px 0 8px;
    font-family: sans-serif;
	text-decoration:none;
	display: block;
	width: 24px;
	height: 24px;
	color: #b2b2b2;
	text-align: center;
    font-size: 20px;
    line-height: 24px;
}
.makeUp{
    float: right;
    margin: 4px 2px 0 0;
}
.comment-body .makeUp{
    float: none;
    margin: 0;
    display: block;
}
.puzzle{
    float: right;
    margin: 6px 10px 0 0;
}
/* End captions */


/* category */
.cat-description{
    text-align: justify;
}



/* 5. Votings area */
#votings{
    color: #888888;
    padding: 50px 0 40px;
    margin: 0 0 0px 0;
    position: relative;
    text-align: center;
    background: url("images/row.png") repeat-x left top, url("images/row.png") repeat-x left bottom;
}

#votings .post-rating {
    float: left;
    padding: 8px 12px;
    margin: 0;
}
#votings .post-rating img{
    width: 50px;
    height: 40px;
    float: left;
}
#votings .post-rating .score{
    background-color: #FFFFFF;
    display: block;
    float: left;
    font-size: 34px;
    left: 0;
    padding: 8px 10px;
    position: relative;
    top: 0px;
    line-height: 24px;
}
#votings .post-favorite{
    padding: 15px;
}
#votings .wpf-favorite-link span{
    background-size: 24px auto;
    height: 24px;
    width: 24px;
}
#votings .my-fb-like{
    padding: 0 10px;
}
#votings .my-vk-like{
    padding: 11px 10px 0 10px;
}
#votings .my-odnokl-like{
    height:24px;
    padding: 0 10px;
}
#votings .my-twi-like{
    padding: 0 10px 0;
    margin-top: 0px;
}
#votings .my-mail-like{
    width: 100px;
    padding: 0 10px;
}
#votings .my-vk-like,
#votings .my-fb-like,
#votings .my-odnokl-like,
#votings .my-twi-like,
#votings .my-mail-like,
#votings .post-favorite,
#votings .bGotoComm,
#votings .post-rating{
    float: none;
    display: inline-block;
    vertical-align: top;
}
#afterPostSubscribe{
    text-align: center;
    clear:both;  
    margin-top: 20px;
}
#weInSocial{
    margin-top: 30px;
}


/* 6. Comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 0px;
	padding-left: 0px;
	line-height: 130%;
	list-style-type: none;
}
.commentlist li{
	margin: 0px;
	list-style-type: none;
}
.commentlist .parent {
	border-left: 1px dotted #CCCCCC;
}
.commentlist .depth-1 {
	margin-bottom: 10px;
}
.commentlist .alt {
	/*background: #DDEBF4;*/
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.comment-meta a{
    color: #aaaaaa;
    font-size: 12px;
}
.comment-body{
    padding: 10px 0;
    position:relative;    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.comment-body:hover{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.comment-body p {
    padding-left: 85px;
}
.comment-body .reply {
    padding-left: 85px;
}
#commentform {
	margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
#commentform p {
}
#commentform label{
	color: #787878;
    display: inline-block;
}
#commentform input{
	background:#EDF4FA;
	border: 1px solid #0C488B;
	padding: 5px;
	margin-top: 3px;
    font-size: 15px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background: #EDF4FA;
	border: 1px solid #0C488B;
	padding: 5px;
	margin-top: 3px;
    font-size: 14px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #commSubmit{
	background: #FB4834;
	font-weight: bold;
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	border: none;
	width: 144px;
	height: 35px;
	cursor: pointer;
    position: absolute;
    bottom: 0;
}
.authorized #commSubmit {
    margin-left: 75px;
}
.vcard .avatar{
	float:left;
	margin-right:20px;
}
.more-link{
    position: relative;
    top: -1px;
}
.subscribe-to-comments{
    color: #666666;
}
.authorized .subscribe-to-comments{
    margin-left: 75px;
}
#respond .oneall_social_login{
    width: 100%;
    overflow: hidden;
}
#vk_comments, #fb_comments{
    width: 100%;
    overflow: hidden;
}
.commentlist img{
    max-width: 100%;
    height: auto;
}
.countryicon {
    margin-right: 5px;
}
#comment-image-wrapper{
    padding-bottom: 5px;
}
.authorized #comment-image-wrapper{
    margin-left: 75px;
    width: auto;
}

/* 7. Footer area */
#footer {
	clear: both;
	background: #171717;
	color: #FFFFFF;
	padding: 25px;
	margin:0 auto;
    position: relative;
    height: 190px;
}

.footer-about {
    position: absolute;
    bottom: 10px;
}
#bottomBanners{
    float: right;
	text-align:center;
	color:#999999;
	width: 70%;
	margin:0 auto;
}
#bottomBanners a:link, #bottomBanners a:visited, #bottomBanners a:hover{
	color:#999999;
}

#footerMenu{
    position: absolute;
    bottom: 0;
    left: 40%;
}
#footerNav {
	list-style: none;
	padding:0;
	margin: 0;
}
#footerNav li {
	float: left;
	margin-left: 5px;
}

.bGotoHome{
	width:80px;
	height:80px;
	background: url(images/b_home.png) no-repeat ;
    display: inline-block;
    position: relative;
    top: -10px;;
}
.bGotoHome a{
	display:block;width:80px;height:80px;
	margin:auto;
}
.bGotoTop{
	width:80px;
	height:80px;
	background: url(images/b_top.png) no-repeat ;
    display: inline-block;
    position: relative;
    top: -10px;;
}
.bGotoTop a{
	display:block;width:80px;height:80px;
	margin:auto;
}
.bGotoComm{
	width:80px;
	height:80px;
	background: url(images/b_comments_v.png) no-repeat ;
    display: inline-block;
}
.bGotoComm a{
	display:block;width:80px;height:80px;
	margin:auto;
	text-align:center;
	text-decoration:none; 
	color:#2763a5;
	line-height:55px;
}



    /* credits */
#credits {
    clear: both;
	margin: 0px auto;
	width: 95%;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
    text-align:center;
}

#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background-image: url(images/icon_rss.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
	padding-left: 25px;
}
.loginout {
	background: url(images/mini-loginout.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
	padding-left: 25px;
}





/* 8. panel */
/* 8.0 panel itself */
#myPanel{
    position: absolute;
    background: rgba(0, 0, 0, 0);
    z-index: 100;
    display:none;
    /*-webkit-transition: all 600ms ease 300ms;
    -moz-transition: all 600ms ease 300ms; 
    -o-transition: all 600ms ease 300ms; 
    transition: all 600ms ease 300ms;*/ 
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.mpOnLeft #myPanel{
    top: 20px;
    left: -210px;
    width: 230px;
}
.mpOnTop #myPanel{
    top: -210px;
    left: 20px;
    width: 100%;
}
.mpOnLeft .mpOpened{
    left: 0px !important;
}
.mpOnTop .mpOpened{
    top: 0px !important;
}
#myPanelTrigger{
    position: fixed;
    z-index: 100;
    /*-webkit-transition: all 600ms ease 300ms;
    -moz-transition: all 600ms ease 300ms; 
    -o-transition: all 600ms ease 300ms; 
    transition: all 600ms ease 300ms;*/ 
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.mpOnLeft #myPanelTrigger{
    background: url(images/trigger-left.png) no-repeat right center rgba(0,0,0,0.1);
    width: 230px;
    height: 100%;
    left: -210px;
}
.mpOnTop #myPanelTrigger{
    background: url(images/trigger-top.png) no-repeat center bottom rgba(0,0,0,0.1);
    width: 100%;
    height: 250px;
    top: -230px;
}
.mpOnLeft .mpOpened #myPanelTrigger{
    left: -20px !important;
    background-position: left center !important;
    background-color: #171717 !important;
    margin-top: -20px;
}
.mpOnTop .mpOpened #myPanelTrigger{
    top: -20px !important;
    background-position: center top !important;
    background-color: #171717 !important;
    margin-left: -20px;
}
#panelContent{
    margin: 0;
    position: fixed;
    z-index:110;
    overflow: hidden;
    /*-webkit-transition: all 600ms ease 300ms;
    -moz-transition: all 600ms ease 300ms; 
    -o-transition: all 600ms ease 300ms; 
    transition: all 600ms ease 300ms;*/ 
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.mpOnLeft #panelContent{
    left: -200px;
    width: 200px;
}
.mpOnTop #panelContent{
    top: -220px;
    height: 200px !important;
    width: 97%;
}
.mpOnLeft .mpOpened #panelContent{
    left: 0 !important;
}
.mpOnTop .mpOpened #panelContent{
    top: 0 !important;
}
#myPanelBtns{
    position: absolute;
    background-color: rgba(0,0,0,0);
    /*-webkit-transition: all 600ms ease 300ms;
    -moz-transition: all 600ms ease 300ms; 
    -o-transition: all 600ms ease 300ms; 
    transition: all 600ms ease 300ms;*/ 
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; 
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.mpOnLeft #myPanelBtns{
    right: 90px;
    top: 40%;
}
.mpOnTop #myPanelBtns{
    bottom: 90px;
    left: 40%;
}
.mpOnLeft .mpOpened #myPanelBtns{
    right: -50px !important;
    background-color: #171717 !important;
    margin-top: 20px;
}
.mpOnTop .mpOpened #myPanelBtns{
    bottom: -50px !important;
    background-color: #171717 !important;
    margin-left: 20px;
}
#myPanelBtns .bGotoHome{
	background: url(images/b_home_lp.png) no-repeat left top;
    top: 0;
    vertical-align: bottom;
}
.mpOnLeft #myPanelBtns .bGotoHome{
    display: block;
}
#myPanelBtns .bGotoHome:hover{
	background-position: left bottom;
}
#myPanelBtns .bGotoTop{
	background: url(images/b_top_lp.png) no-repeat left top;
    top: 0;
    vertical-align: bottom;
}
.mpOnLeft #myPanelBtns .bGotoTop{
    display: block;
}
#myPanelBtns .bGotoTop:hover{
	background-position: left bottom;
}
    /* 8.1. Last posts */
.mpOnLeft .lastPostsContainer{
    width: 200px;
}
.mpOnTop .lastPostsContainer{
    width: 100%;
}
.mpOnLeft #lastPosts{
    width: 152px;
    height: 3100px;
    margin: 0 auto;
}
.mpOnTop #lastPosts{
    width: 3060px;
    height: 152px;
    overflow: hidden;
}
ul.last_post{
	list-style: none;
	display:inline;
}
ul.last_post li {
	float:left;
	margin: 0;
	width:150px;
}
.mpOnLeft ul.last_post li{
    margin-bottom: 20px;
}
.mpOnTop ul.last_post li{
    margin-right: 20px;
}
#lastPosts img {
	border: 1px solid #bbb;
}
h2.last_post_title{
    color: #FFFFFF;
    font-size: 18px;
}
.mpOnLeft h2.last_post_title{
    text-align: center;    
    margin: 0 0 15px;
}
.mpOnTop h2.last_post_title{
    text-align: left;
    margin: 10px 0;    
}
#lastPosts .tmb{
    display: block; width: 150px; height: 150px;
    cursor:pointer;
    position: relative;
    border: 1px solid #666666;
}
#lastPosts .tmbBG, #lastPosts .tmbTXT{
    display: block; width: 150px; height: 80px;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    cursor:pointer;
}
#lastPosts .rate{
    text-align: right;
    position: relative;
    top:-23px; right:2px;
    font-family: Arial Black;
    font-size: 10px;
    color:white;
}
.topLineTitle{
    position: absolute;
    bottom: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #eeeeee;
    text-shadow: 1px 1px 1px #222222;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 14px;
    word-wrap: break-word;
    width: 142px;
}
.topLineTitle a{
    color:#ffffff;
}

    /* 8.2 user preferences */
#userPreffs{
    display: none;   
}
#panelPos{
    position: fixed;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
    background: url(images/panelPos.png) top left no-repeat;
    background-color: rgba(0,0,0,0.5); 
    cursor: pointer;
    z-index:111;
    -webkit-transition: background-color 600ms ease 300ms;
    -moz-transition: background-color 600ms ease 300ms;
    -o-transition: background-color 600ms ease 300ms;
    transition: background-color 600ms ease 300ms;
}
.onPanel #panelPos{
    background-color:#fb4834;
}


/* 9. ToolTips */
.tooltip {
    display:none;
    position:absolute;
    background-color:#171717;
    padding:5px 10px;
    color:#ffffff;
    font-size:12px Arial;
    border: 1px solid #cccccc;
    opacity: 0.7;
    z-index: 1000;
}
/* End ToolTips */






/* 10. Author statistic page */
.statMntCont{
	width:100%;
}
.statMnt{
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    float: left;
    margin: 0 0 0 5px;
    padding: 10px 20px 10px;
}
.statMntCurr{
	background-color:#666666;
}
.statMntCurr a {color: #fff;}
.statUsr{
	float: left;
	font-size: 12px;
	margin: 1px 10px;
	overflow: hidden;
	white-space: nowrap;
	width: 80px;
}
.statPostList{
	margin: 0 0 50px 0;
	padding: 25px 30px;
	border: 3px solid #666666;
	background-color: #f5f5f5;
}
#kvartal{
	margin:0 20px 20px
}
#kvartal span{
	font-weight:bold;
}
#statTable{
	border-collapse:separate;
	clear:both;
}
#statTable .row{
	height:25px;
}
#statTable .weekend{
	color:red;
}
#statTable .id {
	width:70px;
	text-align:center;
}
#statTable .views, #statTable .unique, #statTable .threshold{
	text-align:center;
}
.threshold{
	visibility:hidden;;
}
#statTable .profit{
	text-align:right;
	padding-right:10px;
}
#statTable th{
	background-color: #cccccc;
	padding: 6px 10px;
}

.cmntPopupBlock{
}
.cmntPopupBlockFade{
	width: 400px;
	height:20px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0px, #FFFFe2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-top:-28px;
	position: absolute;
}
.cmntPopup{
	margin: 10px 0;
	width: 400px;
}


/* 11. User comments page */
#userComments{
    width: 100%;
}
#userComments tr.odd{
    background-color: #eeeeee;
}
#userComments td{
    padding: 10px;
}
.cmntBlockLink{
    list-style: none;
    clear: left;
    display: block;
    height: 75px;
}
.cmntThumb{
    width: 75px;
    height: 75px;
    border: 1px solid #808080;
    float: left;
    margin-right: 15px;
}
.cmntTitle{
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}
.cmntPostDate{
    font-size:12px;
    margin-top:7px;
}
.cmntCount{
    font-size:12px;
}
.cmntDate{
    font-size:12px;
}
.cmntText{
    font-size:12px;
    margin-top:7px;
}
/*управление на странице каментов юзера*/
.cmntControl{
    font-size: 13px;
    width:100%;
    height:80px
}
.cmntControl .name{
    text-align: right;
}
.cmntControl td{
    padding: 3px;
}
.cmntControl .value a{
    margin: 0 2px;
    padding: 0px 5px;
}
.cmntControl .value a.current{
    background-color: #6DA6E2;
    color: #ffffff;
    border-radius: 3px;
}





/* 12. Different stuff */
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


.rub {
	width: 11px;
	height:15px;
	background: url(images/rub.gif) no-repeat left center;
	color: white;
}
.zagadka {
	color:#cccccc;
	background-color:#cccccc;
}
.zagadka:hover {
	color:#dddddd;
	background-color:#4f4f4f;
}

.adOnCatAndTag{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.adOnPostBtwImg{
    width: 100%;
    overflow: hidden;
    max-width: 900px;
    margin:0 auto;
    text-align: center;
}
.adOnPostBtwImg a, .adOnPostBtwImg a:hover{
    text-decoration:none;
}
#admobfix{
    display: none;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
#admobfix .adCont{
    max-width: 800px; 
    margin: 0 auto;
    position: relative;
}
#admobfix .close{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #888;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
    position: absolute;
    top: 10px;
    right:0;
    z-index: 1000;
}

#fbBlock{
    width:50%; 
    float:left; 
    text-align:right;
    overflow:hidden;
}
#vkBlock{
    width:50%;
    float:right;
    overflow:hidden;
}

.puzzle{
	display:block;
    width:26px;
    height:26px;
    background: url(../../../puzzle/images/puzzleicon.png) no-repeat 0 0;
    background-size: 26px;
    cursor: pointer;
    text-align:center;
    position:relative;	
}
.pzlcmnt{
	display:block;
    width:100%;
    height:30px;
    background: transparent url(../../../puzzle/images/pzlcmnt.png) no-repeat 70px 0;
	padding-left:102px;
	padding-top:5px;
}
.mainCmnt .pzlcmnt{
    background: url("../../../puzzle/images/pzlcmnt.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    margin: 0;
    padding: 0 30px;
    width: 90%;
}
.pzlcmnt p{
    margin:0;
    padding:0;
}

.cmntText .pzlcmnt{
    background-position: 0 0;
    padding-left: 40px;
}

/* gogetlinks */
.gglbl{
    background-color:#ffc;
    border:1px solid #ccc;
    padding:10px 20px;
    max-width:700px;
    margin:0 auto 30px;
}
/* ggl context link */
.ggpl{}

/* shop pages */
#shop-side-box{
    float: left;
    width: 300px;
    margin-right: -100%;
}
#shop-main-box{
    margin-left:300px;
}
.product-page #shop-main-box{
    padding-left:30px;
    float: left;
}
#shop-sidenav{
    text-align: left;
    background-color: #eee;
    border: 1px solid #00629d;
    margin-bottom: 30px;
}
#shop-sidenav ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
#shop-sidenav .sidenavhead{
    padding: 8px 10px 6px 10px;
    border-bottom: 1px solid #fff;
    background-color: #00629d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#shop-sidenav ul li a{
    padding: 7px 10px 7px 20px;
    display:block;
    border-bottom: 1px solid #ddd;
    color: #888;
}
#shop-sidenav ul ul li a{
    padding-left: 40px;
}
#shop-sidenav a,
#shop-sidenav a:hover{
    text-decoration: none;
}
#shop-sidenav a:hover{
    background-color: #0089c9;
    color: #fff;
}
#shop-sidenav li.current-cat > a{
    background-color: #bbb;
    color: #fff;
}
/**/

/* 900. Plugins css */
/* papishop */
#content.product-page, 
#content.tax-catalogue{
	float: none;
    width: auto;
}
#confirmMsg,
#shoppingCart,
#sCartTable{
    max-width: 800px;
    margin: 0 auto;
}
#sCartTable{
    border-spacing: 5px;
}
#wrapper #papishopGotoCart{
    right: 35px;
    bottom: 35px;
    background: url('images/cart.png') left bottom no-repeat;
}
#wrapper .catalogue-item{
    width: 300px;
}
#wrapper .tax-catalogue .product-title,
.pp-main-block .product-title{
    font-size: 16px;
    max-width: 220px;
    margin: 0 auto;
}
.p_price{
    font-weight: bold;
}
.product-page .img-n-buy, .product-page-landing .img-n-buy{
    margin-bottom: 10px;
}
.papi-subcats li.current-cat a{
    background-color: #0fadff;
    color: #fff;
}
.papi-subcats li.current-cat a:hover{
    background-color: #0fadff;
}
#wrapper .as_img img{
    max-height: 180px;
}
#wrapper .catalogue-header{
    background-color: transparent;
}
#wrapper .catalogue-title{
    padding: 0;
}
#wrapper .as_images{
    margin: 0 auto;
    text-align: center;
}
.cat-nav{
    margin: 30px 0 50px 0;
}
.product-page .product-header, .product-page-landing .product-header{
    margin-top:0 !important;
}
.product-page .product-title, .product-page-landing .product-title{
    font-size: 24px !important;
}
.papi-articul{ font-size: 12px; }
.papi-articul b{ font-size: 12px !important; }

.apishopsFormGroup [name=apishopsFormAddress] ,
.apishopsFormGroup [name=apishopsFormCount] {
    display: none !important;
}

/*wp-monalisa  (smilies)*/
.wpml_commentbox{
    /*margin: -40px 0 -5px 200px !important;*/
    margin: -5px 0 -10px 0px !important;
}
.authorized .wpml_commentbox {
    margin-left: 75px !important;
}
td.wpml_ico_icon{
    min-width: 40px;
    height: auto !important;
}
img.wpml_ico{
    max-width: 40px;
    height: auto;
}
div.wpml_nav{
    padding-bottom: 3px !important;
}
.wpml-smiley{
    vertical-align: middle;
    margin: 0 7px;
    max-width: 60px !important;
}
/* social login */
#oa_social_login-2{
    text-align: center;
    position:relative;
    top:-10px;
}
.oneall_social_login{
    width: 200px;
    margin: 0 auto;
}
/* Random posts widget */
.rndPostImg{
    float:left;
    position: relative; 
}
.rndPostTitle{
    position: absolute;
    bottom: 0;
    color: #eeeeee;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding:0;
    text-align:left;
    font-size:13px;
    line-height: 14px;
    width: 100%;
}
.rndPostTitle > div{
    margin: 2px 5px;
}
#userNumPosts{
    height: 20px;
    margin-top: -2px;
    font-size: 16px;
}
/*facebook-page-promoter*/
/*#arevicofancy-close{
    background: none !important;
    width: 70px !important;
    right: 0px !important;
    bottom: 0px !important;
    top: auto !important;
    color: #999;
    font-size:11px;
}*/
#arevicofancy-wrap{
    margin-top: -40px;
}
#arevicofancy-wrap #arvlbdata a{
    color: #000;
    border-bottom: 1px dashed #000;
    font-size: 12px;
}

/* Related posts */
ul.related_post{
	list-style: none;
	display:inline;
}
ul.related_post li{
	float:left;
	padding: 7px;
    margin: 0 17px;
	width:160px;
}
ul.related_post li:hover{
    background-color: #eee;
}
ul.related_post li img{
    display: block;
    width: 160px;
    height: auto;
}
.wp_rp_title,
.wp_rp_title:visited,
.wp_rp_title:hover{
    display: block;
    color: #ccc;
    background-color: #4f4f4f;
    font-size:14px;
    padding: 6px 8px;
    height: 52px;
    overflow: hidden;
}
.related_post_title{
    margin: 0 0 5px 0;    
}
.wp_rp_footer{
    clear:both;
}

/* Polls  */
#pollsArchive .wp-polls{
	background-color: #fff;
	color: #666;
}
#pollsArchive div.active, #pollsArchive div.inactive{
	margin:10px 0;
	padding:10px;
}
#pollsArchive div.inactive{
	background: #eee url('images/inactive.png') top right no-repeat;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Post in widget */
.piwBlock{
    margin: 0 auto;
    max-width: 300px;
}

/* SW-unit */
.swfirst{
    display: none;
}


/* Puzzle widget */
#full-puzzle-block-holder{
    width: 160px;
    margin: 0 auto;
}

/**
 * 999. Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1100px) {
	#wrapper {
		width: 95%;
	}
    #content {
        width: 60%;
    }
    #topLineMenu{
        letter-spacing: -0.5px;
    }
    #topLineMenu li a{
        padding: 0 7px;
    }
    .swPost .swtitle{
        width: 40% !important;
        top: 10px !important;
    }
    .swPost .swdate{
        bottom: 10px !important;
    }
    .wp-caption img {
        width: 100%;
        height: auto;
    }
    #bottomBanners{
        width: 100%;
        clear: both;
        overflow: hidden;
    }
    #votings{
        float:left;
    }

    /* when top banner */
    #search-n-social{
        margin-top:10px;; 
    }
    #social{
        display: block;
        clear: right;
    }
    #search{
         padding: 0 0 0 3px;
    }
    #searchform #s{
        width: 115px;
    }
    #topBn{
        left:auto;
        right: 250px; 
    }
    /* end when top banner */
}

@media (max-width: 935px) {
    #topBn{
        left:325px; 
    }
}

@media (max-width: 840px) {
    #header{
        background-color: #cccccc;
        padding-top: 46px;
    }
    #logoCont{
        margin: 0;
    }
    #logoCont .logo{
        width: 100%;
    }
    #content {
        width: 100%;
    }
    #sidebar{
        width: 100%;
    }
    #topBn{
        left: auto;
        right:0px;
        top:44px;
    }
    #search-n-social{
        top: 0;
        width: 100%; 
        margin: 0;
        background-color: #171717;
    }
    #nav{
        top: 10px;
    }
    #nav .page_item a{
        height: 34px;
        line-height: 34px;
    }
    #search{
        width: 160px;
        padding: 10px 0 0px 0;
    }
    #searchform #s {
        position: absolute;
        left: 33px;
    }
    #searchsubmit{
        float: none;
    }
    #social{
        padding: 10px 0 0px 0;
        display: table-cell;
    }
    #social img{
        background-color: inherit;
        opacity: 0.4;
    }
    #social img:hover{
        opacity: 1;
    }
    #swPostCont{
        display: none !important;
    }
    .swfirst{
        display: block;
    }
    #topLineMenu{
        background: none;
        margin: 0;
        letter-spacing: 1.3px;
    }
    #topLineMenu nav > ul > .current-cat, #topLineMenu .current-cat-parent{
        border:0;
        height: auto !important;
        background-color: #eeeeee;
    }
    #topLineMenu .children .current-cat a{
        background-color: #dddddd;
    }
    #topLineMenu li a{
        color: #666666;
        padding: 0 12px;
    }
    #topLineMenu li a:hover{
        background-color: #dddddd;
        color: #666666;
    }
    #topLineMenu > nav > ul > li > a:hover{
        background-color: #eeeeee;
    }
    #topLineMenu a.topParent{
        background-color: #eeeeee;
    }
    #topLineMenu li.current-cat > a, #topLineMenu li.current-cat-parent > a{
        color: #fb4834;
    }
    #topLineMenu li ul{
        background: #eeeeee;
        border: 1px solid #999999;
    }
    #topOrderArea{
        margin: 0;
    }
    #topTermTitle{
        font-size: 2.5vw;   
    }
    #gamesCont{
        position: absolute;
        right: 0;
        top: -45px;
    }
    #commentform textarea{
        width: 100%;
    }
    #fbBlock, #vkBlock{
        width:100%;
        clear: left;
        float: none;
    }
    iframe, object, embed{
        max-width: 100%;
    }
    #admobfix{
        display: block;
    }
}

@media (max-width: 660px) {
    #logoCont{
        width: 50%;
        background-size: 100% auto;
    }
    #topBn{
        width: 50%;
    }
}
@media (max-width: 460px) {
    #header{
        padding-top: 88px;
    }
    #myPanel, #myPanelTrigger, #myPanelBtns,#panelPos{
        display: none !important;
        /* see also disabling js in header */
    }
    #logoCont{
        width: 100%;
        background-size: 100% auto;
    }
    #topBn{
        width: 55%;
        top: 0;
        z-index: 2;
    }
    #topLineMenu{
        display: none;
    }
    #gamesCont{
        display: none;
    }
    #social{
        display: block;
    }
    #topTermTitle{
        font-size: 20px;
        position: static;
        padding: 0 0 0 5px;
        display: block;
        background-color: #171717;
    }
    #content{
        padding-top: 60px;
    }
    .hh{
        font-size: 7vw;
    }
    .navigation .normalNav{
        display: none;
    }
    .navigation .mobileNav{
        display: block;
    }
    #fbBlock, #vkBlock{
        display: none;
    }
    #vk_comments, #fb_comments{
        display: none;
    }
}







