/* Global styles */
html, body
{
    height	: 100%;
    width	: 100%;
    margin	: 0;
    padding	: 0;
}

body
{
    font-family	: Tahoma,Arial,Sans-serif;
    font-size	: 12px;
}

h1,h2,h3,ul,li,p
{
    margin	: 0;
    padding	: 0;
}

a
{
    color	: #b61919;
}

a.dot
{
    text-decoration	: none;
    border-bottom	: 1px dotted #b61919;
}

a.dot:hover
{
    border-bottom	: none;
}
a.gray {
    color: #696A6B;
    border-bottom: 1px dotted #696A6B;
}

a:hover
{
    text-decoration	: none;
}

a:active
{
    outline: none;
}

:focus
{
    -moz-outline-style: none;
}

::selection
{
    background: #000; color: #fff;
}

::-moz-selection
{
    background: #000; color: #fff;
}


a img
{
    border	: 0;
}

ul
{
    list-style	: none;
}

fieldset, form
{
    border	: 0;
    margin	: 0;
    padding	: 0;
}

input.checkbox
{
    width	: 13px;
    height	: 13px;
    margin	: 0;
    padding	: 0;
}

div.notice
{
    background	: #FFFFAC;
    text-align	: center;
    border		: 1px solid #F6CE44;
    padding		: 7px 0;
    color		: #ab4901;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

div.notice.scheduled
{
    background	: #666666;
    border		: 1px solid #333333;
    color		: #ffffff;
}

input.text
{
    border-left		: 1px solid #d3d3d3;
    border-top		: 1px solid #d3d3d3;
    border-right	: 1px solid #ebebeb;
    border-bottom	: 1px solid #ebebeb;
    background		: #f7f7f7;
    font-size		: 16px;
    font-family		: arial;
    padding			: 5px 5px;
    width			: 292px;
}

input.text.hover
{
    border-left		: 1px solid #B6B6B6;
    border-top		: 1px solid #B6B6B6;
    border-right	: 1px solid #E0E0E0;
    border-bottom	: 1px solid #E0E0E0;
}

input.submit
{
    border	: 0;
    padding	: 0;
    cursor	: pointer;
}

textarea
{
    border-top		: 1px solid #c7c7c7;
    border-left		: 1px solid #c7c7c7;
    border-bottom	: 1px solid #e6e6e6;
    border-right	: 1px solid #e6e6e6;
    background		: #f7f7f7;
    color			: #696868;
    font-size		: 12px;
    font-family		: tahoma;
}

a#backToTop {
    cursor: pointer;
    position: fixed;
    background-color: #EEE;
    z-index: 9999;
    font-weight:bold;
    text-decoration:none;
    outline:none;
    display: block;
    color: #222;
    text-align: center;
    font-size: 13px;
    border: 1px solid #BBB;
    box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
    right: 15px;
    bottom: -10px;
    width: 50px;
    padding: 15px 10px 25px;
    -moz-transition: bottom 250ms ease-in-out;
    -webkit-transition: bottom 250ms ease-in-out;
    border-radius: 5px 5px 0 0;
    text-shadow: 0 1px white;
    display:none;
}

#main
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -61px;
}

#header_wrapper
{
    background	: #000;
}

#header
{
    margin		: 0 auto;
    width		: 994px;
    position	: relative;
}

#header .header-table{
    padding-bottom: 53px;
    min-height: 100px;
}
#header .header-table #header_ad
{
    display:inline-block;
}

#logo
{
    background:url("../media/images/main.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
    height:30px;
    margin:5px 0 0 12px;
    margin-top: 26px;
    width:208px;
    float:left;
    margin-bottom: 15px;
    margin-right: 15px;
}

#logo:hover span
{
    display		: block;
    float		: left;
    width		: 12px;
    height		: 23px;
    margin-left	: 22px;
    background	: url('../media/images/main.png') -208px 0 no-repeat;
}

#gamesLogo
{
    background:url("../media/images/zaidimai-logo.png") no-repeat;
    display:inline-block;
    height:30px;
    margin:20px 0 0 12px;
    width:168px;
    float:left;
    margin-bottom: 15px;
    margin-right: 15px;
}

#header #user_panel
{
    background  : #191919 url(../media/images/login-cl.gif) no-repeat;
    z-index	: 20;
    position    : absolute;
    bottom      : 0;
    right       : 158px;
    font-size: 11px;
    font-family: Verdana;
}

#header #user_panel .cl
{
    background  : url(../media/images/login-cr.gif) top right no-repeat;
    height      : 43px;
    width       : 200px;
}

#header #login_register, #header #user_top
{
    z-index		: 20;
    overflow	: hidden;
    height		: 43px;
}

#header #login_register .links
{
    color		: #797979;
    line-height	: 43px;
    text-align	: center;
    padding         : 0 10px;
}

#header #login_register .links a
{
    color		: #BCB6B8;
    text-decoration	: none;
}

#header #login_register .links a:hover, #header #login_register .links a.active
{
    color	: #fff;
}

#header #login_register form
{
    width: 180px;
    padding: 0 10px 10px 10px;
    background      : #191919;
    z-index: 20;
}

#header #login_register input.text
{
    width			: 169px;
    font-size		: 12px;
    margin-bottom	: 10px;
}

#header #login_register input.submit
{
    float		: left;
    width		: 78px;
    height		: 28px;
    background	: url('../media/images/main.png') -255px -22px no-repeat;
}

#header #login_register input.checkbox
{
    float		: right;
    margin-top	: 6px;
}

#header #login_register label
{
    margin-top		: 6px;
    float			: right;
    cursor			: pointer;
    color			: #898989;
    padding-left	: 6px;
}

#header #login_register form a
{
    color			: #898989;
    float			: right;
    margin-top		: 3px;
}

#gamesHeader #header
{
    height: 73px;
    padding-bottom: 53px;
}

body#gamesHeader
{
    background: #f0f0f0;
}

#register .fb-login{
    float:left;
    margin:5px 0px 0px 80px;
}

#register .login .fb-login{
    margin:10px 0px 0px 90px;
}

#register .left.facebook{
    margin-top: 30px;
}

.fb-login-button{
    float		: left;
    width		: 202px;
    height		: 39px;
    display: block;
    background	: url('../media/images/main.png') -194px -374px no-repeat;
    outline:medium none;
}

.fb-login-button.small{
    background-position:-229px -341px;
    height:28px;
    width:168px;
}

#header #login_register form .fb-login{
    float:left;
    width:168px;
    margin:10px 6px 0px;
    text-align:center;
}

#header #login_register form .fb-login a{
    float:none;
}

#header #user_top
{
    height	: 43px;
    padding	: 5px 10px 0 10px;
    width	: 196px;
    color	: #C3C1C2;
    font-size : 12px;
}

#header #user_top span.level
{
    color		: #898989;
    font-size	: 11px;
    cursor		: help;
}

#header #user_top a.profile-link
{
    color	: #898989;
    font-size		: 10px;
    line-height		: 25px;
}

#header #user_top a.new-profile-link
{
    height: 43px;
    padding: 5px 10px 0 0;
    width: 196px;
    color: #C3C1C2;
    font-size: 12px;
}

#header #user_top a.logout
{

    width		: 17px;
    height		: 17px;
    display		: block;
    position	: absolute;
    top		: 24px;
    right		: 8px;
    background	: url('../media/images/main.png') -235px -34px no-repeat;
}

#header #user_top img
{
    float	: left;
    margin-right	: 10px;
}

#header .add
{
    position	: absolute;
    width		: 144px;
    height		: 58px;
    bottom		: -12px;
    right		: 6px;
    background	: url('../media/images/create-button.png') no-repeat;
}

#header .add:hover
{
    background	: url('../media/images/create-button.png') left bottom no-repeat;
}

ul#menu
{
    position	: absolute;
    bottom		: 0;
    left		: 1px;
}

ul#menu li
{
    float		: left;
    margin-left	: 5px;
}

ul#menu li a
{
    display			: block;
    float			: left;
    background		: #262626 url('../media/images/main.png') 0 -89px no-repeat;
    text-decoration	: none;
    color			: #fff;
    font-size		: 14px;
    font-family		: verdana, arial;
}

ul#menu li.games a
{
    background: #494949 url(../media/images/sprites2.png) left top no-repeat;
}

ul#menu li.games a span
{
    background: url(../media/images/sprites2.png) right top no-repeat;
}

ul#menu li a span
{
    display		: block;
    float		: left;
    background	: url('../media/images/main.png') right -89px no-repeat;
    line-height	: 43px;
    padding		: 0 10px;
    cursor		: pointer;
}

ul#menu li a:hover
{
    background		: #333333 url('../media/images/main.png') 0 -175px no-repeat;
}

ul#menu li a:hover span
{
    background		: url('../media/images/main.png') right -175px no-repeat;
}

ul#menu li.games a:hover
{
    background: #545454 url(../media/images/sprites2.png) left -86px no-repeat;
}

ul#menu li.games a:hover span
{
    background: url(../media/images/sprites2.png) right -86px no-repeat;
}

ul#menu li.active a
{
    display			: block;
    float			: left;
    background		: #fff url('../media/images/main.png') 0 -132px no-repeat;
    color			: #b61818;
}

ul#menu li.active a span
{
    display			: block;
    float			: left;
    background		: url('../media/images/main.png') right -132px no-repeat;
}

ul#menu li.games.active a
{
    background: #f0f0f0 url(../media/images/sprites2.png) left -43px no-repeat;
}

ul#menu li.games.active a span
{
    background: url(../media/images/sprites2.png) right -43px no-repeat;
}

ul#menu li a strong.home
{
    display: block;
    float   : left;
    width:  20px;
    height: 43px;
    background: url(../media/images/home.gif) center center no-repeat;
}

ul#submenu
{
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -35px;
    padding-left: 5px;
    margin-left: 5px;
    font-size: 13px;
    background: url(../media/images/submenu-cl.gif) no-repeat;
}

ul#submenu li
{
    background-color: #fff;
    border-bottom   : 1px solid #DAD9D9;
    float           : left;
    padding-left    : 7px;
    line-height     : 34px;
}

ul#submenu li.last
{
    padding-right: 15px;
}

ul#submenu li.corner
{
    background  : url(../media/images/submenu-cr.gif) no-repeat;
    width       : 5px;
    border-bottom: 0;
    height: 35px;
}

ul#submenu li a
{
    color   : #262626;
    text-decoration : none;
}

ul#submenu li a.active
{
    font-weight : bold;
    color   : #b61818;
}

ul#submenu li a:hover
{
    text-decoration: underline;
}

#content .sidebar
{
    float	: right;
    width	: 216px;
}

#stickySidebar.floating-bottom
{
    position: fixed;
    bottom: 30px;
    width: 216px;
}
#stickySidebar.floating-bottom.absolute
{
    position: absolute;
    bottom: -30px;
}

#content .sidebar .feed
{
    margin-bottom	: 10px;
}

#content .sidebar .feed a
{
    float		: right;
    height		: 20px;
    margin-left	: 2px;
    background	: url('../media/images/main.png') -243px 0 no-repeat;
}

#content .sidebar .feed a.rss
{
    width	: 20px;
}

#content .sidebar .feed a.facebook
{
    width				: 68px;
    background-position	: -265px 0;
}

#content .sidebar .feed a.feedburner
{
    background	: 0;
}

#content .sidebar .search
{
    padding-left	: 7px;
    border			: 1px solid #d0d0d0;
    margin-bottom	: 18px;
    height			: 37px;
    overflow		: hidden;
}

#content .sidebar .search input.text
{
    border-top		: 1px solid #d4d4d4;
    border-bottom           : 1px solid #f7f7f7;
    border-left		: 1px solid #d4d4d4;
    border-right            : 0;
    background		: #f7f7f7;
    color			: #656565;
    font-size		: 11px;
    font-family		: arial;
    float			: left;
    padding			: 3px 4px;
    margin-top		: 8px;
    width			: 166px;
}

#content .sidebar .search input.text.active
{
    color	: #000;
}

#content .sidebar .search input.submit
{
    float		: left;
    border		: 0;
    width		: 32px;
    height		: 37px;
    cursor		: pointer;
    background	: url('../media/images/main.png') -73px -344px no-repeat;
}

#content .sidebar .search .top_searches
{
    margin-top	: 10px;
}

#content .sidebar .search .top_searches strong
{
    color		: #595959;
    font-size	: 13px;
    font-weight	: normal;
}

#content .sidebar .search .top_searches ul
{
    margin-top	: 3px;
}

#content .sidebar .search .top_searches ul li
{
    margin-bottom	: 3px;
    margin-left	: 1px;
    float		: left;
    width		: 100px;
}

#content .sidebar a.wtf-is-demotivation
{
    border              : 1px solid #d0d0d0;
    display             : block;
    margin-bottom	: 18px;
    text-align          : center;
    padding             : 15px 0;
    font-size           : 15px;
    background          : url(../media/images/wtf-is-demo-bg.gif) left bottom repeat-x;
}

#content .sidebar .comments
{
    padding			: 7px;
    border			: 1px solid #d0d0d0;
    margin-bottom	: 18px;
}

#content .sidebar .hr
{
    height		: 1px;
    background	: #ddd;
    margin		: 5px 10px;
}

#content .sidebar .comment
{
    padding	: 6px 6px;
    width	: 190px;
    overflow	: hidden;
}

#content .sidebar .comment.hover
{
    background	: #f4f4f4;
}

#content .sidebar .comments strong
{
    color			: #767575;
    font-size		: 11px;
    font-family		: tahoma;
    display			: block;
    margin-bottom	: 3px;
    padding-left	: 20px;
    text-decoration: none;
    background		: url('../media/images/main.png') 0 -386px no-repeat;
}

#content .sidebar .comments a:hover strong
{
    text-decoration	: underline;
}

#content .sidebar .comments a
{
    text-decoration	: none;
}

#content .sidebar .comments p
{
    color		: #656565;
    font-family	: tahoma;
    font-size	: 11px;
}

#content .sidebar .comments p a
{
    color		: #656565;
    text-decoration	: none;
}

#content .sidebar .comments a:hover
{
    text-decoration	: underline;
}

#content .sidebar .comments div.foo
{
    text-align	: right;
    margin-top	: 3px;
}

#content .sidebar .comments span.name
{
    color		: #b81919;
    font-size	: 12px;
}

#content .sidebar .comments span.time
{
    color			: #9e9e9e;
    padding-left	: 5px;
    font-size		: 10px;
}


#content .sidebar .ad
{
    text-align	: center;
    margin-bottom: 15px;
}

#content .sidebar .week-demo,
#content .banner .week-demo
{
    padding			: 7px 2px 7px 2px;
    margin-bottom	: 18px;
    text-align: center;
}

#content .sidebar .week-demo a.demo,
#content .banner .week-demo a.demo
{
    position: relative;
    margin-bottom	: 10px;
    display: block;
}

#content .sidebar .week-demo a.show-all,
#content .banner .week-demo a.show-all
{
    display		: block;
    text-align	: center;
    font-size	: 11px;
}

#content .sidebar .week-demo img.week-award,
#content .banner .week-demo img.week-award
{
    position	: absolute;
    top			: -2px;
    left		: -2px;
}

#content .sidebar .week-demo img.video,
#content .banner .week-demo img.video
{

    margin-top: 15px;
    position: absolute;
    margin-left: 15px;
}


#content .sidebar .top-users
{
    padding			: 7px 7px 0px 7px;
    border			: 1px solid #d0d0d0;
    margin-bottom	: 18px;
}

#content .sidebar .top-users ul li
{
    height	: 22px;
    margin-bottom	: 3px;
    line-height		: 20px;
}

#content .sidebar .top-users ul li a
{
    text-decoration	: none;
    float			: left;
}

#content .sidebar .top-users ul li a img
{
    float	: left;
}

#content .sidebar .top-users ul li a span
{
    float			: left;
    margin-left		: 10px;
}

#content .sidebar .top-users ul li a:hover span
{
    text-decoration	: underline;
}

#content .sidebar .top-users ul li.link
{
    font-size	: 11px;
    padding		: 5px 10px 0 0;
}

#content .sidebar .top-users ul li.link a
{
    float			: right;
    text-decoration	: underline;
}

#content .sidebar .top-users ul li.link a:hover
{
    text-decoration	: none;
}

#content .sidebar .top-users span.rating
{
    color			: #757575;
    font-size		: 10px;
    text-align		: right;
    width			: 10px;
    float			: left;
    margin-right	: 10px;
}


#content .sidebar .links
{
    padding			: 7px 7px 13px 7px;
    border			: 1px solid #d0d0d0;
    margin-bottom	: 18px;
}

#content .sidebar .links ul li a
{
    text-decoration	: none;
}

#content .sidebar .links ul li a:hover
{
    text-decoration	: underline;
}

#content .sidebar h3,
#content .banner h3
{
    color		: #595959;
    font-size	: 14px;
    font-weight	: normal;
    margin-bottom	: 10px;
    text-align		: center;
}


#content .sidebar h3 a
{
    text-decoration	: none;
    color		: #595959;
}

#content .sidebar h3 a:hover
{
    text-decoration	: underline;
}


#content .sidebar .lastest-searches
{
    padding			: 7px 7px 13px 7px;
    border			: 1px solid #d0d0d0;
    margin-bottom           : 18px;
}

#content .sidebar .lastest-searches p
{
    font-size: 11px;
    color: #6E6E6E;
}

#content .sidebar .lastest-searches p a
{
    color: #6E6E6E;
    text-decoration: none;
}

#content .sidebar .lastest-searches p a:hover
{
    text-decoration: underline;
}


#content h1
{
    font-family	: tahoma, arial;
    font-size	: 18px;
    color		: #b21717;
    font-weight	: normal;
    margin-bottom	: 25px;
}


#content h1 .filter
{
    font-size: 13px;
    display: inline-block;
    line-height: 22px;
    margin-left: 20px;
}

#content h1 .filter a.active
{
    font-weight: bold;
}
/*
#content a.button
{
    display		: block;
    float		: left;
    width		: 99px;
    line-height	: 24px;
    height		: 24px;
    text-align	: center;
    color		: #444343;
    font-family	: tahoma;
    font-size	: 12px;
    text-align	: center;
    background	: url('../media/images/main.png') -202px -53px no-repeat;
}

#content a.button:hover, #content a.button.hover
{
    background-position	: -301px -53px;
}*/

#create a.button, #comments a.button
{
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    float: left;
}
#create a.button:hover, #comments a.button:hover
{
    text-decoration: none;
}
.clear
{
    clear		: both;
    height		: 0%;
    line-height	: 0%;
}

/* Home page */

#home .helloword
{

    margin-bottom: 10px;
    background	: #F6F6F6;
    color		: #8d8d8d;
    border		: 1px solid #ebebeb;
    padding		: 7px 10px;
    line-height	: 16px;
}

#home .naujiena
{
    background		: #C0E3EB;
    border			: 1px solid #6BBCD0;
    padding			: 10px;
    margin-bottom	: 10px;
    color			: #226587;
    line-height		: 18px
}

#home .naujiena a
{
    color			: #226587;
    text-decoration	: underline;
}

#home .naujiena a:hover
{
    text-decoration	: none;
}

#home .helloword span
{
    color	: #B61919;
}

div.demo_ads .ad-item
{
    float			: left;
    width			: 239px;
    margin			: 0 12px 0 0;
    background		: #000;
    padding			: 10px 0px;
    text-align: center;
}

div.demo_ads .ad-item object
{
}

div.demo_ads .ad-item span
{
    margin-top	: 5px;
    font-family	: calibri;
    display		: block;
    text-align	: center;
    color		: #4d4d4d;
}

div.demo_ads .ad-item.last
{
    margin-right:  0;
}

div.items h1
{
    margin-bottom	: 5px;
    padding-bottom	: 4px;
}

div.items .item
{
    float			: left;
    width			: 239px;
    margin			: 0 12px 17px 0;
    text-align		: left;
    /*   position        : relative;*/
}

div.items .item h2
{
    font-size	: 12px;
    font-weight	: bold;
    font-family	: Arial, "Trebuchet MS", Tahoma;
    height		: 30px;
    line-height	: 30px;
    overflow	: hidden;
}

div.items .item h2 a
{
    color		: #000;
    text-decoration	: none;
}

div.items .item.active h2 a
{
    color	: #b11414;
}

div.items .item h2 a:hover
{
    text-decoration	: underline;
}

div.items .item a.img
{
    float		: left;
    text-align	: center;
    width		: 239px;
    height		: 245px;
    background	: #000;
    position	: relative;

}

div.items .item a.img img.video
{
    position	: absolute;
    top			: 15px;
    left		: 20px;
}

div.items .item a.img span.play
{
    position	: absolute;
    left		: 20px;
    top			: 130px;
    width		: 50px;
    height		: 40px;
    background	: url('../media/images/play.png') no-repeat;
}

div.items .item.active a.img span.play
{
    attributes_keys_mapbackground	: url('../media/images/play.png') -50px 0 no-repeat;
}

div.items .item a.img span.gif
{
    position: absolute;
    left: 80px;
    top: 60px;
    width: 70px;
    height: 70px;
    background	: url('../media/images/gif.png') no-repeat;
}


div.items .item img.week-award
{
    position	: absolute;
    top			: -2px;
    left		: -2px;
}

div.items .item div.week-award.small {
    position	: absolute;
    width       : 63px;
    height      : 63px;
    top			: -2px;
    left		: -2px;
    background	: url('../media/images/week_small.png') no-repeat;
}

.wide .preview #element div.week-award.big {
    position	: absolute;
    width       : 158px;
    height      : 158px;
    top			: -2px;
    left		: -2px;
    background	: url('../media/images/week_big.png') no-repeat;
    z-index     : 999;
}

div.items .item div.week-award div {
    color:#FFFFFF;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-weight:bold;
    margin-left:-12px;
    margin-top:14px;
    text-align:center;
    width:70px;
    word-spacing:-1px;
    z-index:999;


    behavior:url('http://deividas.demotyvacijos.dev.one.lt/media/images/-ms-transform.htc');
    -moz-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(315deg);  /* Newer browsers (incl IE9) */
}

div.items .item div.week-award.small span.year {
    font-size: 8px;
}

div.items .item div.week-award.small span.week {
    font-size: 10px;
}

.wide .preview #element div.week-award.big div {
    display: block;
    width: 205px;
    font-family: Arial;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-left: -50px;
    z-index: 999;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.wide .preview #element div.week-award.big span.year {
    font-size: 11px;
}

.wide .preview #element div.week-award.big span.week {
    font-size: 12px;
}

div.items .item .tags
{
    color: #656565;
    font-size:10px;
    padding: 3px;
    overflow: hidden;
    height: 10px;

}

div.items .item.last
{
    margin-right	: 0;
}

div.items .item .controls
{
    margin-top	: 4px;
    border		: 1px solid #CCCCCC;
    line-height	: 22px;
    height		: 22px;
    padding		: 0 10px;
    font-size	: 11px;
}

div.items .item .controls .del_demo {
    float: right;
    width: 16px;
    height: 16px;
    background: url('../media/images/cancel.png');
    text-decoration: none;
    margin-top: 3px;
    margin-left: 5px;
}

div.items .item.active .controls
{
    border		: 1px solid #8d8d8d;
}

div.items .item .controls .rating span
{

    color		: #E0AF0C;
    font-weight	: bold;
}


div.items .item .controls a.comments
{
    float			: right;
    color			: #b61919;
    font-weight		: bold;
    text-decoration	: none;
}

div.items .item .controls a:hover.comments
{
    text-decoration	: underline;
}

div.items .item .controls a.comments span
{
    float	: right;
    cursor	: pointer;
}

div.items .item .controls a.comments span.comment_num
{
    display		: block;
    float		: right;
    color		: #777777;
    font-weight	: bold;
    width		: 23px;
    height		: 13px;
    line-height	: 13px;
    padding		: 0 2px 6px 0;
    margin		: 3px 0 0 4px;
    text-align	: center;
    background	: url('../media/images/main.png') -114px -325px no-repeat;
}

div.items .item .controls a.comments:hover span.comment_num
{
    color			: #262626;
    text-decoration	: none;
}

div.items .item .admin_controls{
    height: 40px;
}


.view_settings
{
    border-bottom	: 1px solid #ddd;
    padding	: 7px 0;
    margin: -20px 0 10px 0;
    height: 23px;
}

.view_settings a
{
    text-decoration	: none;
}

.view_settings .pagging
{
    float	: left;
    width	: 540px;
}

.view_settings .per_page span
{
    float	: right;
}

.view_settings .per_page
{
    float	: right;
    width	: 200px;
    text-align	: right;
    line-height	: 20px;
    color		: #595959;
    font-size	: 11px;
}

.view_settings .num
{
    display		: block;
    float		: left;
    font-size	: 11px;
    font-family	: tahoma,arial;
    color		: #595959;
    background	: url('../media/images/main.png') 0 -420px no-repeat;
    margin		: 0 2px;
}

.view_settings .num span
{
    display		: block;
    height		: 20px;
    line-height	: 20px;
    float		: left;
    padding		: 0 7px;
    background	: url('../media/images/main.png') right -420px no-repeat;
    cursor		: pointer;
}

.view_settings strong.num, .view_settings a.num.active, .view_settings a.num:hover
{
    background	: url('../media/images/main.png') 0 -440px no-repeat;
    color		: #fff;
}

.view_settings strong.num span, .view_settings a.num.active span, .view_settings a.num:hover span
{
    background	: url('../media/images/main.png') right -440px no-repeat;
}

.pagging a.prev, .pagging a.next
{
    display		: block;
    float		: left;
    background	: url('../media/images/main.png') 0 -302px no-repeat;
    height		: 20px;
    line-height	: 20px;
    color		: #595959;
    width		: 90px;
    font-size	: 11px;
}

.pagging a.prev:hover, .pagging a.next:hover
{
    text-decoration	: underline;
}

.pagging a.prev
{
    text-indent		: 43px;
    margin-right	: 5px;
}

.pagging a.next
{
    text-indent : 18px;
    margin-left	: 5px;
    background	: url('../media/images/main.png') -90px -302px no-repeat;
}

.view_settings .per_page a
{
    float	: right;
}

/* Create page */

#create.content
{
    background	: url('../media/images/demotyvacija.lt_paaiskinimai.jpg') top right no-repeat;
    width		: 100%;
}

#create.content.video_bg
{
    background	: url('../media/images/demotyvacija.lt_video_paaiskinimai.jpg') top right no-repeat;
}

#create.content.only-users
{
    background	: 0;
}

#create.content.only-users p
{
    font-size	: 14px;
    text-align	: center;
    padding		: 100px 0;
}

#fb-popup
{
    width:100%;
    display:block;
}

#fb-popup .fb-popup-top
{
    height: 75px;
    background-color: #3b5998;
    position: relative;
}

#fb-popup .fb-popup-top .arrow
{
    background: url('../media/images/arrow-down.png') no-repeat;
    height: 9px;
    width: 21px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -4.5px;
}

#fb-popup .fb-popup-top .fb-popup-top-title
{
    color: #fff;
    font-family: 'Open Sans';
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 16px;
    float: left;
    padding-top: 30px;
    padding-left: 50px;
}

#fb-popup .fb-popup-top .fb-popup-top-close
{
    background: url('../media/images/fb-popup-close.png') no-repeat;
    float: right;
    width: 17px;
    height: 16px;
    margin-top: 30px;
    margin-right: 50px;
    cursor: pointer;
}

#fb-popup .fb-popup-middle
{
    height: 380px;
    background-color: #fff;
}

#fb-popup .fb-popup-middle .fb-popup-middle-fb
{
    padding-left: 50px;
    padding-top: 40px;
}

#fb-popup .fb-popup-bottom
{
    height: 75px;
    background-color: #efefef;
}

#fb-popup .fb-popup-bottom .helper
{
    padding-left: 150px;
    padding-top: 15px;
}

#fb-popup .fb-popup-bottom .helper .fb-popup-bottom-close
{
    position: absolute;
    width: 245px;
    height: 43px;
    border: 1px solid #c1c1c1;
    background: url('../media/images/arrow-right.png') no-repeat 223px;
    cursor: pointer;
}

#fb-popup .fb-popup-bottom .helper .fb-popup-bottom-close span
{
    position: relative;
    color: #595b5e;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 11px;
    top: 15px;
    left: 33px;
}

#fb-popup
{
    position: fixed;
    width: 550px;
    height:530px;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -265px;
    z-index: 100000;
}

#fb-popup-overlay
{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:#4b484c;
    opacity:0.5;
    z-index:99999;
}

.facebook-share
{
    width: 500px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 70;
}

.facebook-share .facebook-block
{
    margin: 5px;
}

.facebook-share .facebook-block .img-block
{
    width: 490px;
    height:246px;
    overflow: hidden;
    position: relative;
}

.facebook-share .facebook-block .img-block img
{
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}

.facebook-share .facebook-block .video-img-block
{
    width: 490px;
    height:246px;
    overflow: hidden;
    position: relative;
}

.facebook-share .facebook-block .video-img-block img
{
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}

.facebook-share .facebook-about
{
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.facebook-share .facebook-about .title
{
    font-size: 18px;
    color: #131723;
    font-family: Georgia;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px 2px;
}

.facebook-share .facebook-about p.about-text
{
    margin-bottom: 5px;
    height: 30px;
    overflow: hidden;
    padding: 0px 2px;
}

.facebook-share .facebook-about p.site-name
{
    text-transform: uppercase;
    font-size: 11px;
    color: #9197a5;
    margin: 0px 2px;
}

.facebook-share .facebook-block .close-button
{
    background-image: url('../media/images/close-btn.png');
    width: 33px;
    height: 34px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.facebook-share .share-button-block
{
    padding: 0px 5px 5px 5px;
}

.facebook-share .share-button-block .facebook-share-btn
{
    height: 30px;
    margin-top: 5px;
    text-align: center;
    padding-top: 12px;
    background-image: url('../media/images/fb-blue.png');
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.facebook-share .share-button-block .facebook-share-btn .facebook-logo
{
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 28px;
    border-right: 1px solid #3e66b7;
    position: absolute;
    left: 15px;
    background: url('../media/images/facebook_f.png') no-repeat 10px 0px;
}

.success
{
    background		: #D9FFD2;
    border			: 1px solid #95DB93;
    padding			: 10px;
    margin-bottom	: 10px;
    color			: #038612;
    line-height		: 18px
}

.success a.share
{
    color			: #038612;
    text-decoration	: none;
    padding			: 2px 0 2px 20px;
}

.success a.share span
{
    text-decoration	: underline;
}

.success a:hover.share span
{
    text-decoration	: none;
}

.success a.share.facebook
{
    background	: url(../media/images/facebook.gif) left center no-repeat;
}
.success a.share.twitter
{
    background	: url(../media/images/twitter.gif) left center no-repeat;
}
ul.calendar{
    margin: 5px 0 0 0;
    margin-bottom: 0px !important;
}
ul.errors
{

    background		: #FFE3E2;
    border			: 1px solid #DCB8B8;
    padding			: 10px;
    width			: 350px;
    margin-bottom	: 10px;
}

ul.errors li
{
    display		: block;
    color		: #B61A1A;
    padding		: 3px 0;
}

ul.errors li span
{
    padding-left  : 9px;
    font-size	  : 11px;
}

.error
{
    background		: #FFE3E2;
    border			: 1px solid #DCB8B8;
    padding			: 5px;
    margin-bottom	: 5px;
    color			: #B61A1A;
}

#create 	label
{
    float			: left;
    width			: 87px;
    padding-right 	: 15px;
    text-align		: right;
    font-size		: 14px;
    font-family		: arial;
    color			: #6c6a6a;
    line-height		: 31px;
}


#create input, #create select
{
    float			: left;
}

#create 	input.text, #create 	select
{
    margin-bottom	: 11px;
    border-left		: 1px solid #d3d3d3;
    border-top		: 1px solid #d3d3d3;
    border-right	: 1px solid #ebebeb;
    border-bottom	: 1px solid #ebebeb;
    background		: #f7f7f7;
    font-size		: 16px;
    font-family		: arial;
    padding			: 5px 5px;
    width			: 292px;
}

#create 	select
{
    width: 304px;
}

#create 	input.text.hover
{
    border-left		: 1px solid #B6B6B6;
    border-top		: 1px solid #B6B6B6;
    border-right	: 1px solid #E0E0E0;
    border-bottom	: 1px solid #E0E0E0;
}

#create span.input_info
{
    display		: block;
    float		: left;
    font-size	: 11px;
    color		: #858585;
    margin-left	: 102px;
}

#create span.input_info strong
{
    color		: #4d4d4d;
    font-weight	: normal;
}

#create span.input_info strong.underline
{
    text-decoration	: underline;
}

#create span.input_not_required
{
    display		: block;
    float		: left;
    margin-left	: 11px;
    color		: #969595;
    font-size	: 12px;
    line-height	: 31px;
}

#create .type
{
    background	: url('../media/images/vline_gray.gif') 102px 0 repeat-y;
    margin-bottom: 11px;
}

#create .type .left label
{
    cursor			: pointer;
    background		: #fff;
    border-right	: 1px solid #D9D9D9;
    color			: #AFAFAF;
}

#create .type .left  label.active
{
    color			: #6C6A6A;
    border			: 1px solid #D9D9D9;
    border-right	: 1px solid #fff;
}

#create .type .left
{
    float		: left;
}
#create .type .right
{
    float			: left;

    width			: 500px;
}
#create .type .right .input_info
{
    margin-left	: 0;
}

#create .type .right span.label{
    float: left;
    width: 115px;
    color: #858585;
    line-height: 24px;
}

#create .type .right .border{
    float: left;
    padding			: 5px 10px;
    border-top		: 1px solid #D9D9D9;
    border-bottom	: 1px solid #D9D9D9;
    border-right	: 1px solid #D9D9D9;
    width: 283px;
}
#create #video, #create #image
{
    display			: none;
}

#create #video.active, #create #image.active
{
    display	: block;
}

#create #video
{
    color	: #6B6B6B;

}

#create #video span
{
    font-size	: 11px;
    color		: #B54141;
}

#create #video input
{
    margin-top	: 7px;
    margin-bottom: 5px;
    width		: 269px;
}

#create .upload,
#comments .upload,
#comments .link
{
    margin 	: 5px 0 0 0;
    float	: left;

    color: #858585;
}


#create  .upload a#cancel, #create  #video a#cancel2, #create  .upload a#browse_change,
#comments  .upload a#cancel, #comments  .upload a#cancel2, #comments  .upload a#browse_change
{
    font-size		: 11px;
    color			: #2c5a9a;
    margin-top		: 5px;
    float			: left;
    display			: none;
}

#create  .upload a#cancel:hover, #create  #video a#cancel2:hover, #create  .upload a#browse_change:hover,
#comments  .upload a#cancel:hover, #comments  .upload a#cancel2:hover, #comments  .upload a#browse_change:hover
{
    color			: #2c5a9a;
}

#create  .upload span#filename,
#create  #video span#filename2,
#comments  .upload span#filename,
#comments  .upload span#filename2
{
    margin-top		: 2px;
    float			: left;
    padding-left	: 25px;
    background		: url('../media/images/main.png') 0 -223px no-repeat;
    display			: none;
    width			: 109px;
    overflow		: hidden;
    height: 17px;
}

#create  .upload #error_wrapper,
#create  #video #error_wrapper2,
#comments  .upload #error_wrapper,
#comments  .upload #error_wrapper2
{
    margin-top	: 5px;
    color		: #b21717;
    float		: left;
    font-size	: 10px;
    display		: none;
}
#comments  .upload #error_wrapper
{
    margin-top: 2px;
    margin-left: 12px;
}

#create #progress,
#create #progress2,
#comments #progress,
#comments #progress2
{
    float			: left;
    width			: 100px;
    background		: url('../media/images/main.png') -260px -77px no-repeat;
    padding			: 2px 2px;
    margin			: 3px 0 0 0;
    display			: none;
}

#create #progress_line,
#create #progress_line2,
#comments #progress_line,
#comments #progress_line2
{
    height		: 8px;
    background	: url('../media/images/progress_bg.gif') repeat-x;
    width		: 0%;
}

#comments .upload_label,
#comments .link_label
{
    font-size: 12px;
    line-height: 26px;
    padding-right: 5px;
    color: #696868;
    float: left;
    margin-top: 3px;
}

#create input.simple, #comments input.simple
{
    width: 160px;
    font-size: 11px;
}

#create div.crop
{
    margin		: 11px 0 5px 0;
}

#create div.crop a
{
    text-decoration	: underline;
}
#create div.crop a:hover
{
    text-decoration	: none;
}

#create div.crop input.checkbox
{
    float		: left;
}

#create div.crop label
{
    width			: auto;
    padding-left	: 13px;
    cursor			: pointer;
    color			: #6c6a6a;
    font-size		: 12px;
    line-height		: 14px;
}

#create input.submit, #crop input.submit
{
    width		: 100px;
    height		: 39px;
    border		: 0;
    background	: url('../media/images/main.png') 0 -260px no-repeat;
    cursor		: pointer;
    margin-left	: 102px;
    margin-top	: 15px;
}

#crop input.submit
{
    margin	: 15px 0 0 0;
}

#crop #message
{
    margin-left	: 400px;
    width		: 200px;
    background	: url('../media/images/ajax-loading.gif') center 10px no-repeat;
    padding		: 50px 0 20px 0;
    text-align	: center;
    border		: 1px solid #D9D9D9;
}

#create input.submit.gocrop
{
    width				: 79px;
    background-position	: -103px -260px;
}

/* Preview page */

.preview
{
    width	: 600px;
    margin	: 0 auto;
}

.preview h1
{
    color		: #333333 !important;
    font-weight	: bold !important;
    font-size	: 26px !important;
    font-family	: 'Open Sans', sans-serif !important;
    margin		: 0 !important;
}

.preview{
    width: 600px;
    margin: 0 auto;
}
.preview .heading
{
    margin-top	: 5px;
    padding		: 0 7px;
}

.preview .heading .author
{
    float		: left;
    font-size	: 12px;
    color		: #666666;
    margin-top	: 6px;
}

.preview .heading .author a {
    color: #df4e45;
    text-decoration: none;
}

.preview .heading .author .date
{
    color	: #656565;
}

.preview .heading .author .name
{
    color	: #b21414;
}

.preview .heading .rating span
{
    margin-left	: 5px;
    line-height	: 19px;
    float		: left;
    font-size	: 12px;
    font-weight	: bold;
    color		: #E0AF0C;
}

.preview #ilovethis
{
    background	: url(../media/images/heart.png) center no-repeat;
    float		: right;
    width		: 20px;
    height		: 18px;
    cursor		: pointer;
}
.preview #ilovethis:hover
{
    background	: url(../media/images/heart-img-hover.png) center no-repeat;
}
.preview #favorites_count
{
    color: #DA0000;
    font-weight: bold;
    float: right;
    padding-left: 5px;
}

.preview #ilovethis.remove
{
    background: url(../media/images/heart-img-hover.png) center no-repeat;
}


.preview a.control
{
    position: absolute;
    width   : 65px;
    height  : 75px;
    z-index : 20;
}

.preview a.control.prev
{
    position: absolute;
    top: 50%;
    width   : 44px;
    height  : 84px;
    margin-top: -37px;
    background: url(../media/images/arrow-right.jpg) no-repeat;
    margin-left: 600px;
}

.preview a.control.next
{
    position: absolute;
    top: 50%;
    margin-top: -37px;
    margin-left    : -44px;
    width   : 44px;
    height  : 84px;
    background: url(../media/images/arrow-left.jpg) no-repeat;
}

.preview #image
{
    position: relative;
    margin		: 5px 0;
}

.preview #image a.image {
    width: 755px;
    display: block;
}

.w1000 .preview #image a.image {
    width: 600px;
}

.preview #image img
{
    /*		float	: left;*/
}

.preview img.week-award
{
    position	: absolute;
    top			: -2px;
    left		: -2px;
    z-index		: 1;
}

.wide .preview #image img.week-award {
    width: 158px;
}
.wide .preview #video img.week-award {
    width: 158px;
}

.preview #image #share_codes_bg
{
    background	: #000;
    position	: absolute;
    width		: 600px;
    top			: 0;
    left		: 0;
    visibility  : hidden;
}

.preview #image #share_codes
{
    position	: absolute;
    width		: 500px;
    top			: 0;
    left		: 0;
    padding		: 50px;
    color		: #fff;
    display		: none;
    opacity		: 0;
    filter		: alpha(opacity=0)
}

.preview #image #share_codes h4
{
    font-size	: 30px;
    font-weight	: normal;
    text-align	: center;
    margin		: 0 0 20px 0;
}

.preview #image #share_codes label
{
    text-align		: right;
    padding-right	: 5px;
    float			: left;
    width			: 90px;
    line-height		: 24px;
    font-size		: 13px;
    cursor			: pointer;
    margin-bottom	: 20px;
}

.preview #image #share_codes input
{
    float		: left;
    width		: 390px;
    padding		: 3px 4px;
    font-size	: 12px;
    font-family	: arial;
}

.preview #image #share_codes p
{
    padding	: 10px;
}

.preview #image #share_codes strong
{
    display	: block;
    margin-bottom	: 10px;
}

.preview #image #share_codes a#share_codes_close
{
    position	: absolute;
    right		: 20px;
    top			: 20px;
}

.preview #video
{
    position : relative;
    margin	 : 5px 0;
    z-index	 : 60;
}


.preview #video img
{
    //float	: left;
}

#video_screen
{
    width		: 100%;
    height		: 100%;
    position	: absolute;
    top			: 0;
    left		: 0;
    background	: #000;
    visibility  : hidden;
    z-index		: 50;
}

.preview #controls
{
    margin-top	: 5px;
}

.preview #controls a
{
    display		: block;
    float		: left;
    height		: 20px;
    width		: 90px;
    line-height	: 19px;
    color		: #595959;
    font-size	: 11px;
    background	: url('../media/images/main.png') 0 -302px no-repeat;
    text-decoration	: none;
}

.preview #controls a:hover
{
    text-decoration	: underline;
}

.preview #controls a.prev
{
    text-indent	: 40px;
}

.preview #controls a.next
{
    background-position	: -90px -302px;
    text-indent			: 25px;
    float				: right;
}

.preview #tools
{
    /*padding		: 0 7px;*/
    margin-top	: 8px;
    clear		: both;
    margin-bottom   : 20px;
}

.preview #tags
{
    color		: #656565;
    font-size	: 11px;
    line-height	: 26px;
    float		: left;
}
.preview #tags,#image-source
{
    margin-left: 10px;
    color		: #656565;
    font-size	: 11px;
    line-height	: 26px;
    float		: left;
}

.preview #tags a
{
    color	: #b21414;
    text-decoration	: underline;
}

.preview #tags a:hover
{
    text-decoration	: none;
}

.preview #share
{
    float	: right;
    padding-top: 4px;
}

.preview #share .social_bookmarks
{
    margin-top	: 2px;
    margin-bottom	: 4px;
    height: 16px;
}

.preview #share .social_bookmarks ul, .preview #share .social_bookmarks li
{
    padding		: 0 !important;
    margin		: 0;
    list-style-type: none;
    display		: inline;
    background	: 0 !important;
    border		: 0 !important;
}

.preview #share .social_bookmarks ul
{
    display	: block;
}

.preview #share .social_bookmarks a
{
    display		: block;
    width		: 16px;
    height		: 16px;
    text-indent	: -9000px;
    overflow	: hidden;
    float		: left;
    margin-left: 10px;
    opacity		:0.60;
    background	: url(../media/images/social_bookmarks.png) 0 0 no-repeat;
}

.preview #share .social_bookmarks a:hover
{
    opacity: 1;
}

.preview #share .social_bookmarks .twitter a
{
    background-position: -16px 0;
}

.preview #share .social_bookmarks .digg a
{
    background-position: -48px 0;
}

.preview #share .social_bookmarks .delicious a
{
    background-position: -32px 0;
}

.preview #share .social_bookmarks .rss a
{
    background-position: -64px 0;
}

.preview #comments strong.title
{
    float		: left;
    font-weight	: normal;
    font-size: 20px;
    line-height: 28px;
    color: #df4e45;
    margin: 20px 0 10px 220px;
    text-transform: uppercase;
}

.preview #comments strong.title span
{
    float	: left;
}

.preview #comments strong.title span#comment_count
{
    margin		: 4px 0 0 5px;
    display		: block;
    float		: left;
    width		: 29px;
    height		: 18px;
    line-height	: 18px;
    padding		: 0 2px 6px 0;
    font-weight	: bold;
    color		: #505050;
    font-size	: 11px;
    text-align	: center;
    background	: url('../media/images/main.png') -141px -325px no-repeat;
}

.preview .adsense
{
    padding	: 0 0 10px 60px;
}

#profile .what, #userlist .what
{
    background 	: url('../media/images/1x1gray.gif') left bottom repeat-x;
    height		: 24px;
    font-size	: 11px;

}
.preview #comments .comment_type .pencil {
    background: url('../media/images/pencil.png') no-repeat;
    width: 19px;
    height: 15px;
}
.preview #comments .comment_type a:hover .pencil {
    background: url('../media/images/pencil-hover.png') no-repeat;
}
#profile .what a, #userlist .what a
{
    color			: #6C6A6B;
    text-decoration         : none;
    float			: left;
    height			: 22px;
    line-height		: 22px;
    padding			: 0 10px;
    border			: 1px solid #CCCCCC;
    border-right            : 0;
    background		: #FAFAFA;
}

#profile .what a.last, #userlist .what a.last
{
    border-right	: 1px solid #CCCCCC;
}

#profile .what a.active, #userlist .what a.active
{
    color			: #1a1a1a;
    background		: #fff;
    border-bottom           : 1px solid #fff;
}

.preview #comments form#form_commenting
{
    position	: relative;
    margin-bottom	: 23px;
}

.preview #comments #form_commenting fieldset
{
    padding         : 15px;
    margin          : 0;
    background-color: #f7f7f7;
}

.preview #comments form#form_commenting #ajax-loading
{
    position	: absolute;
    top		: -9999px;
    left		: -9999px;
    width		: 598px;
    height		: 110px;
    background	: #fff url('../media/images/ajax-loading.gif') center center no-repeat;
    opacity		: 0.6;
    filter		: alpha(opacity=60)
}

.preview #comments form#form_commenting #ajax-loading.show
{
    top	: 1px;
    left	: 1px;
}

.preview #comments #form_commenting fieldset input.text
{
    float			: left;
    color			: #696868;
    font-size		: 12px;
    font-family		: tahoma;
}
.preview #comments #form_commenting fieldset textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #999999;
    resize: none;
}
.preview #comments #form_commenting fieldset  input.text.full
{
    width: 715px;
    padding: 5px;
    background-color: #ffffff;
    color: #999999;
    border: none;
    margin-bottom: 10px;
}

.preview #comments #form_commenting fieldset textarea
{
    margin-right: 13px;
    width: 715px;
    margin: 0;
    padding: 5px;
    height: 90px;
    background-color: #ffffff;
    color: #999999;
    border: none;
    resize: none;
}

.preview #comments #form_commenting fieldset.user textarea
{
    width: 715px;
    margin: 0;
    padding: 5px;
    height: 90px;
    background-color: #ffffff;
    color: #999999;
    border: none;
    resize: none;
}

.preview #comments #form_commenting fieldset input.text
{
    padding: 6px;
    background-color: #ffffff;
    border: none;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 188px;
    height: 20px;
}

.preview #comments #form_commenting fieldset  div.checkbox
{
    float		: left;
    width		: 130px;
    margin-top	: 8px;
    padding-left	: 30px;
}

.preview #comments #form_commenting fieldset input#remember_name
{
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    display: inline-block;
    position: relative;
    width	: 13px;
    height	: 13px;
    padding	: 0px;
    margin	: 0px;
    float	: left;
    margin-top: 4px;

}

.preview #comments #form_commenting fieldset input#remember_name:checked:after
{
    content: '\2714';
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 2px;
    color: #99a1a7;
}

.preview #comments #form_commenting fieldset input#remember_name:focus
{
    outline: none;
}

.preview #comments #form_commenting fieldset label
{
    float: left;
    font-size: 13px;
    padding-left: 8px;
    cursor: pointer;
    color: #666666;
}

.preview #comments #form_commenting fieldset input.submit
{
    float: right;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    background-color: #cb4840;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: sans-serif;
}
.preview #comments #form_commenting fieldset.user input.submit
{
    margin-top: 15px;
}

#cancelEdit
{
    float: right;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    margin-top: 2px;
    color: #555555;
    text-transform: uppercase;
    padding: 9px 20px;
    text-decoration: none;
    font-family: sans-serif;
    border: 1px solid #000000;
    margin-right: 10px;
}

.registration-button
{
    float: right;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    color: #555555;
    text-transform: uppercase;
    padding: 9px 20px;
    text-decoration: none;
    font-family: sans-serif;
    border: 1px solid #000000;
    margin-right: 10px;
}

#cancelEdit:hover, .registration-button:hover
{
    background-color: #555555;
    color: #ffffff;
}

.preview #comments #form_commenting fieldset input.submit:hover
{
    background-color: #f55248;
}

.preview #comments #form_commenting fieldset select
{
    padding         : 6px;
    color           : #696868;
    font-family     : tahoma;
    font-size       : 12px;
    float           : left;
    background      : #F7F7F7;
    border          : 1px solid #D3D3D3;
    width           : 100px;
    margin-bottom   : 10px;
    cursor          : pointer;
}

.preview #comments #form_commenting fieldset#tab_6_content span
{
    color   : #696868;
    margin-left : 15px;
}

.preview #comments #form_commenting fieldset#tab_6_content label,
.preview #comments #form_commenting fieldset#tab_3_content label,
.preview #comments #form_commenting fieldset#tab_6_content span,
.preview #comments #form_commenting fieldset#tab_7_content label,
.preview #comments #form_commenting fieldset#tab_7_content span
{
    font-size: 12px;
    float   : left;
    line-height: 26px;
    padding-right: 5px;
}

.preview #comments #form_commenting fieldset#tab_2_content input.submit,
.preview #comments #form_commenting fieldset#tab_3_content input.submit
{
    margin-top	: 2px;
}

.preview #comments #form_commenting fieldset img
{
    padding	: 1px;
    border	: 1px solid #ddd;
    float	: left;
    margin	: 10px 0 2px 0;
    border-radius: 22px;
}

.preview #comments #form_commenting fieldset#tab_5_content label
{
    float: left;
    width: 80px;
    line-height: 22px;
    margin-bottom: 10px;
}

.preview #comments #form_commenting fieldset#tab_5_content input
{
    font-size      : 13px;
    float: left;
    width: 470px;
    margin-bottom: 10px;
}

#comments .comment
{
    margin-bottom	: 30px;
    float: left;
    width: 100%;
}

#comments div.sep
{
    height  : 1px;
    background  : #ddd;
    margin      : 20px 0;
}

#comments .comment .title
{

    line-height		: 18px;
    height			: 18px;

}

#comments .comment.hover
{
}

#comments .comment .title span.name
{
    float: left;
    color: #df4e45;
    font-size: 13px;
}


#comments .comment .title span.time
{
    float		: left;
    margin-left	: 5px;
    color		: #999999;
    font-size	: 13px;
}

#comments .comment .title span.number
{
    float		: right;
    color		: #6b6b6b;
    font-size	: 13px;
}

#comments .comment .title span.number a {
    color: #df4e45 !important;
    text-decoration: none;
    font-size: 13px;
}

#comments .comment .title span.number a:hover {
    color: #ff0000 !important;
}

#comments .comment .title span.number a.comment-link
{
    color		: #6b6b6b;
    text-decoration	: none;
}

#comments .comment .title span.number a.comment-link:hover
{
    color		: #000;
    text-decoration	: none;
}

#comments .comment .title span.number a.reply
{
    display	: none;
}

#comments .comment.hover .title span.number a.reply
{
    display	: inline;
}


#comments .comment .title span.number a.newwindow
{
    display	: none;
}

#comments .comment.hover .title span.number a.newwindow
{

    display	: inline;
}

#comments .comment .userphoto
{
    float		: left;
    margin-right: 12px;
    position: relative;
}

#comments .comment .userphoto img
{
    padding	: 1px;
    border	: 1px solid #9a9a9a;
    background	: #fff;
    border-radius: 22px;
}

#comments .comment-block {
    width: calc(100% - 56px);
}

#comments .comment .comment-content
{
    float		: left;
    width		: 500px;
}

#comments .comment .comment-content textarea, #comments .comment .comment-content a#saveme
{
    display	: none;
}

#comments .comment .comment-content.edit textarea, #comments .comment .comment-content.edit a#saveme
{
    display	: block;
}

#comments .comment .comment-content.edit p#real_comment, #comments .comment .comment-content.edit a#editme
{
    display	: none;
}

#comments .comment .comment-content textarea
{
    width		: 500px;
    border		: 0;
    color		: #1b1b1b;
    font-family	: arial,tahoma;
    font-size	: 12px;
    background	: transparent;
    padding		: 0;
    margin		: 0;
    font-style	: italic;
}

#comments .comment .comment-content .video {
    left: 20px;
    position: absolute;
    margin-top: 15px;
}

#comments .comment .comment-content .play {
    background: url(http://images.demotyvacija.dev/media/images/play.png) no-repeat;
    height: 40px;
    left: 20px;
    position: absolute;
    top: 130px;
    width: 50px;
}

#comments .comment .comment-content p.edit
{
    text-align	: right;
    font-size	: 11px;
    margin-top	: 15px;
}


#comments .comment .text
{
    color: #666666;
    font-size: 13px;
    width: 100%;
}

#comments .comment.hover .text
{
}

#comments .comment .text a
{
    color: #df4e45 !important;
    text-decoration: none;
    font-size: 13px;
}

#comments .comment .text a:hover
{
    color: #ff0000 !important;
}

#comments .comment .text a.comment-link
{
    font-weight		: bold;
}

#comments .comment .text a.comment-link:hover
{
    color	: #B61919;
}

#comments .comment.author-comment .text
{
    background	: #fffdd3;
}

#comments .comment.author-comment.hover .text
{
    background	: #fffcad;
}


.preview #comments fieldset#tab_2_content p,
.preview #comments fieldset#tab_4_content p,
.preview #comments fieldset#tab_6_content p
{
    line-height	: 30px;
    text-align	: center;
    margin		: 20px 0;
}

.preview #comments fieldset#tab_2_content p span
{
    font-size	: 11px;
}

.preview #comments fieldset#tab_4_content span
{
    color	: #9E9E9E;
    font-size	: 11px;
    padding	: 0 10px;
}

.preview #comments fieldset#tab_4_content a
{
    font-size	: 14px;
}


/* Users list */

/* Rating */

div.rating
{
    float		: left;
    line-height	: 17px;
    height		: 17px;
}

iframe.like-button
{
    margin-top : 5px;
    float       : left;
}

ul.voting
{
    float          : left;
    margin-left    : 20px;
}

ul.voting li
{
    float			: left;
}

ul.voting li.vote
{
    cursor  : pointer;
    width   :  18px;
    height  : 18px;
}

ul.voting li.vote.like
{
    background  : url(../media/images/thumb-up-img.png) no-repeat;
}

ul.voting li.vote.like:hover
{
    background  : url(../media/images/thumb-up-img-hover.png) no-repeat;
}

ul.voting li.vote.dislike
{
    background  : url(../media/images/thumb-down-img.png) no-repeat;
}

ul.voting li.vote.dislike:hover
{
    background  : url(../media/images/thumb-down-img-hover.png) no-repeat;
}

ul.voting.voted li.vote, ul.voting li.vote.voted
{
    cursor: default;
}

ul.voting li.result
{
    color       : #a0a0a0;
    padding     : 0 5px;
}

ul.voting li.result.positive
{
    color: #a0a0a0;
}

ul.voting li.result.negative
{
    color: #a0a0a0;
}

ul.voting:hover li.result
{
    font-weight: bold;
    color: #010101;
}

.preview div.rating
{
    float	: right;
}


#register.content
{
    width	: auto;
}

#register span.accept
{
    display			: block;
    float			: left;
    border			: 1px solid #cdcdcd;
    padding			: 9px;
    margin			: 10px 0 23px 165px;
}

#register span.accept label
{
    font-size	: 13px;
    color		: #2d2b2b;
    width		: auto;
    line-height	: 14px;
    padding-left	: 13px;
}


#register .left
{
    width	: 550px;
    float	: left;
}

#register .right
{
    float	: left;
    width	: 400px;
}

#register .right strong
{
    color			: #6c6a6a;
    margin-bottom	: 10px;
    display			: block;
}

#register .right ul
{
    color			: #6c6a6a;
    line-height	: 20px;
}

#register ul.errors
{
    margin-left	: 165px;
}

#register .success.forgot
{
    width		: 320px;
}

#register ul.errors.forgot
{
    margin-left	: 0;
    width		: 320px;
}

#register label
{
    float			: left;
    width			: 150px;
    padding-right 	: 15px;
    text-align		: right;
    font-size		: 14px;
    font-family		: arial;
    color			: #6c6a6a;
    line-height		: 31px;
}


#register input
{
    float			: left;
}

#register #textarea
{
    display	: none;
}

#register #textarea.active
{
    display	: block;
}

#register textarea
{
    width	: 350px;
    height	: 100px;
    padding	: 5px 7px;
    margin	: 15px 0 5px 0;
}

#register div.textarea
{
    width		: 341px;
    padding		: 10px;
    line-height	: 18px;
    color		: #4A574D;
    background	: #EAF8EB;
    border		: 1px solid #ADE7B7;

}

#register input.text
{
    margin-bottom	: 11px;
    font-size		: 16px;
    padding			: 5px 5px;
    width			: 292px;
}


#register input.submit
{
    float		: left;
    background	: url('../media/images/main.png') -282px -300px no-repeat;
    width		: 117px;
    height		: 39px;
    margin-left		: 165px;
}

#register .login .success
{
    margin	: 0 80px 10px 165px;
}

#register .login input.submit
{
    background	: url('../media/images/main.png') -185px -259px no-repeat;
    width		: 104px;
    height		: 39px;
}

#register a.forgot-pass{
    display:block;
    float:right;
    margin:5px 80px 0px 0px;
    padding:5px;
}

#register a.back-login{
    display:block;
    float:right;
    margin:5px 205px 0px 0px;
    padding:5px;
}


#register .forgot label
{
    width	: auto;
    text-align	: left;
    float	: none;
}

#register .forgot input.text
{
    float		: none;
    margin-top	: 11px;
    width		: 330px;
}

#register .forgot input.submit
{
    background	: url('../media/images/main.png') -292px -259px no-repeat;
    width		: 90px;
    height		: 39px;
    margin		: 0;
}

#register .forgotchange input.submit
{
    background	: url('../media/images/main.png') -189px -300px no-repeat;
    width		: 90px;
    height		: 39px;
    margin-left	: 170px;
}

#register .forgotchange label
{
    width	: auto;
    padding	: 0 10px 0 0;
}

#articles.content
{
    color		: #565656;
    width		: 100%;
    line-height		: 18px;
}


#articles.content h1 span.date
{
    font-size: 13px;
    color    : #4d4d4d;
    padding-left: 10px;
}


#articles.content .article-content
{
    float   : left;
    width   : 600px;
}

#articles.content .article-list
{
    float   : right;
    width   : 200px;
}

.article-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}


#texts.content
{
    color			: #565656;
    width			: auto;
    padding-right	: 570px;
    line-height		: 18px;
}

#texts.fullwidth
{
    padding-right	: 100px;
    background	: none;
}

#texts.fullwidth ul li
{
    padding: 0 0 20px 10px;
    background	: url('../media/images/li-bullet.gif') 0px 8px no-repeat;
}

#texts.fullwidth ul li ul li
{
    padding-top	: 5px;
    padding-bottom	: 0;
    background	: url('../media/images/li-bullet.gif') 1px 12px no-repeat;
}

#texts.duk
{
    line-height	: 20px;
}

#texts.duk strong
{
    display	: block;
    margin-bottom	: 5px;
}

#texts.duk ul li
{
    padding: 0 0 0 10px;
}

#texts.duk p, #texts.duk ul
{
    margin-bottom	: 20px;
}

#error_404.content
{
    width			: 100%;
    background		: url('../media/images/404.jpg') center 40px no-repeat;
    padding-top		: 200px;
    height			: 50px;
    text-align		: center;
}

.push
{
    height	: 61px;
}

#footer_wrapper
{
    height		: 60px;
    border-top	: 1px solid #D9D9D9;
    background	: #F2F2F2;
}

#footer
{
    width		: 930px;
    margin		: 0 auto;
    height		: 60px;
    line-height	: 60px;
    color		: #6e6e6e;
    font-size	: 11px;
}

#footer a
{
    color			: #6e6e6e;
    text-decoration	: underline;
    margin-left		: 20px;
}

#footer a:hover
{
    color			: #6e6e6e;
    text-decoration	: none;
}

#profile.content
{
    width	: auto;
    float	: none;
}

#profile .left
{
    width		: 180px;
    float		: left;
}

#profile #userinfo, #profile .user-block
{
    border			: 1px solid #D0D0D0;
    background		: #F4F4F4;
    padding			: 15px;
    width			: 150px;
    margin-bottom	: 15px;
}

#profile .left h2
{
    font-weight	: normal;
    font-size	: 16px;
    margin-bottom	: 10px;
}

#profile .left h2 a
{
    color	: #000;
    text-decoration	: none;
}

#profile .left h2 a:hover
{
    text-decoration	: underline;
}

#profile .left img
{
    padding	: 2px;
    border	: 1px solid #ddd;
    background	: #fff;
}


#profile .left ul
{
    line-height	: 18px;
    margin-top	: 10px;
    color		: #696A6B;
    font-size	: 11px;
}

#profile .left li.rating
{
    color	: #3F3F3F;
}

#profile .left li.rating strong
{
    color	: #B11717;
    font-weight	: normal;
}

#profile .right
{
    float		: left;
    width		: 765px;
    margin-left	: 20px;
}

#profile .right h1
{
    border-bottom	: 1px solid #D0D0D0;
    padding-bottom	: 4px;
    margin-bottom	: 10px;
}

#profile .right h1 a
{
    text-decoration	: underline;
    float		: right;
    font-size	: 12px;
    margin		: 7px 10px 0 0;
}

#profile .right h1 a:hover
{
    text-decoration	: none;
}

#profile #userinfo.hover
{
    border	: 1px solid #707172;
}


#profile .right .what
{

    height	: 29px;
}

#profile .right .what a
{
    padding		: 0 12px;
    line-height	: 27px;
    height		: 27px;
    font-size	: 12px;
}

#profile .right .what a span
{
    font-family	: arial;
    color		: #B4B5B5;
    font-size	: 11px;
}

#profile .right .items
{
    border-left		: 1px solid #CCCCCC;
    border-right	: 1px solid #CCCCCC;
    border-bottom	: 1px solid #CCCCCC;
    padding			: 10px;
}


#profile .right .view_settings
{
    margin-top	: 0;
}


#profile #comments .name a
{

    padding-left	: 20px;
    background		: url('../media/images/main.png') 0 -386px no-repeat;
}

#profile #userinfo.hover ul
{
    color	: #000;
}

#profile.user-block .change_photo
{
    font-size	: 11px;
}
#profile.user-block ul
{
    margin	: 0;
}


#profile .user-block ul.user-links li
{
    height		: 22px;
    overflow	: hidden;
}

#profile .user-block ul.user-links form
{
    padding-bottom	: 10px;
    border-bottom	: 1px solid #D0D0D0;
}

#profile .user-block ul.user-links label
{
    padding-left	: 2px;
    font-size	: 11px;
    line-height	: 18px;
}

#profile .user-block ul.user-links form input.text
{
    width		: 137px;
    font-size	: 12px;
    padding		: 3px 5px;
    background	: #fff;
}

#profile .user-block ul.user-links li.active a
{
    font-weight	: bold;
}

#profile .user-block strong.title
{
    display		: block;
    color		: #656565;
    font-weight	: normal;
}

#profile .user-block #error_wrapper
{
    margin-top	: 10px;
    display		: none;
    font-size	: 11px;
}

#profile .user-block #error_wrapper.active
{
    display	: block;
}

#profile .user-block span#progress
{
    color	: #696A6B;
}

#profile .user-block ul.user-links form .loading
{
    float			: left;
    width			: 30px;
    height			: 30px;
    background		: url('../media/images/ajax-loading2.gif') 100px 100px no-repeat;
}

#profile .user-block ul.user-links form .loading.active
{
    background-position	: 3px 9px;
}


#profile .user-block ul.user-links form input.submit
{
    float		: right;
    background	: url('../media/images/main.png') 0 -344px no-repeat;
    border		: 0;
    width		: 71px;
    height		: 24px;
    font-family	: tahoma;
    font-size	: 12px;
    color		: #444343;
    cursor		: pointer;
    margin-top	: 5px;
    margin-right: 2px;
}

#userlist.content
{
    width	: 100%;
}

#userlist .what
{

    height		: 29px;
}

#userlist .what a
{
    font-size	: 12px;
    height		: 27px;
    line-height	: 27px;
    padding		: 0 12px;
}

#userlist .users
{
    border-left		: 1px solid #CCCCCC;
    border-right	: 1px solid #CCCCCC;
    border-bottom	: 1px solid #CCCCCC;
    padding			: 30px 17px 10px 17px;
}

#userlist .user-block
{
    float	: left;
    width	: 187px;
}

#userlist .user-block a
{
    text-decoration	: none;
    float			: left;
    width			: 180px;
    line-height		: 20px;
    margin-bottom	: 5px;
}

#userlist .user-block a span, #userlist .user-block a img
{
    float	: left;
    line-height	: 20px;
    font-size: 9px;
}

#userlist .user-block a span.rating
{
    color		: #757575;
    font-size	: 10px;
    width		: 20px;
    text-align	: right;
}

#userlist .user-block a:hover span.username
{
    text-decoration	: underline;
}

#userlist .user-block a img
{
    margin	: 0 10px;
}

#userlist .pagging
{
    margin-top	: 10px;
    width: auto;
}


#userlist form
{
    float	: right;
}


#userlist form input.text
{
    border-top		: 1px solid #d4d4d4;
    border-bottom	: 1px solid #f7f7f7;
    border-left		: 1px solid #d4d4d4;
    border-right	: 0;
    background		: #f7f7f7;
    color			: #656565;
    font-size		: 11px;
    font-family		: arial;
    float			: left;
    padding			: 3px 4px;
    margin-top		: 8px;
    width			: 166px;
}

#userlist form input.text.active
{
    color	: #000;
}

#userlist form input.submit
{
    float		: left;
    border		: 0;
    width		: 32px;
    height		: 37px;
    cursor		: pointer;
    background	: url('../media/images/main.png') -73px -344px no-repeat;
}

#userlist .total-users
{
    float		: right;
    text-align	: right;
    color		: #B4B5B5;
    line-height	: 27px;
    padding-right: 10px;
}

.el_tooltip
{
    background	: #ddd;
    color		: #fff;
    font-size	: 11px;
    padding		: 10px;
}
#comments .ffb-comments{
    margin-top:5px;
    position:relative
    margin-left: -8px;
    margin-right: -8px;
}
.heading .ffb-like{
    float:right;
    margin:0px 30px;
}
#profile .progress {
    margin-top:-2px;
    margin-bottom: 5px;
}
#profile .progress_hidden {
    display: none;
}
.bmtop {
    margin-top: 15px;
}
.b468x60 {
    text-align: center;

    margin-top: 10px;
    margin-bottom: 10px;
}
.b468x60 div{
    margin: 0 auto;
}
.b750x100 {
    width: 750px;
    min-height: 100px;
    max-height: 300px;
    margin-top: 30px;
}
.photo_holder {
    position: relative;
}
.moder {
    width: 63px;
    height: 62px;
    background: url(/media/images/moder.png);
    position: absolute;
    top: 0px;
}
.moder-small {
    width: 27px;
    height: 27px;
    background: url(/media/images/moder-small.png);
    position: absolute;
    top: 0px;
}
.flash {
    background: #6699FF;
    text-align: center;
    border: 1px solid #3366FF;
    padding: 7px 0;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* CALENDAR STYLES*/

#content{
    margin: auto;
    width: 1270px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 1300px) {
    #content{
        width: 1014px;
    }
}
#calendar.content{
    float: none;
    width: auto;
    background: #f1f1f1;
    padding: 24px 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
#calendar .calendar_left{
    float: left;
    width: 430px;
}
#calendar .calendar_right{
    padding: 12px 15px;
    border: 1px solid #bdbdbd;
    background: #fdfdfd;
    float: left;
    width: 456px;
    margin: 0 0 0 14px;
}
#calendar .calendar_right .red_title{
    float: left;
    font-size: 16px;
    color: #b21717;
}
#calendar .calendar_right .fb-like{
    float: left;
    margin: 0 0 0 5px;
    width: 100px;
}
#calendar .calendar_right .description{
    margin: 10px 0 0 0;
    font-size: 12px;
}
#calendar .calendar_right .order_block{
    border: 1px solid #e6e6e6;
    width: auto;
    background: #f6f6f6;
    margin: 15px 0;
    padding: 0px 10px 10px 0;
}
#calendar .calendar_right .order_block table tr{
    height: 30px;
}
#calendar .calendar_right .info{
    margin: 15px 0 0 0;
}
.bold{
    font-weight: bold;
}
.calendar_title_img{
    width: 430px;
    height: 307px;
    background: url('../media/calendar/calendar_preview.jpg') no-repeat;
}
.calendar_title_img a{
    width: 430px;
    height: 307px;
    display: block;
}
.callendar_thumbs{
    border: 1px solid #bdbdbd;
    background: #fdfdfd;
    margin: 4px 0 0 0;
    padding: 9px 0 0 6px;
}
.callendar_thumbs .title{
    text-align: center;
    padding: 0 0 9px 0;
}
.callendar_thumbs .title a{
    color: #666666;
}
.callendar_thumbs .line{
    margin: 0 0 8px 0;
}
.callendar_thumbs .line .item{
    width: 100px;
    height: 71px;
    float: left;
    margin: 0 5px 0 0;
}
.calendar_price{
    margin: 15px 0;
    font-size: 14px;
    color: #313131;
    font-weight: bold;
}
.calendar_take_now{
    cursor: pointer;
    width: 116px;
    height: 39px;
    background: url('../media/calendar/calendar_buttons.jpg') no-repeat;
}
.calendar_buy{
    cursor: pointer;
    width: 116px;
    height: 39px;
    background: url('../media/calendar/calendar_buttons.jpg') no-repeat -116px 0;
}
.calendar_input{
    border: 1px solid #bdbdbd;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.calendar_textarea{
    font-family:  Arial;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    height: 56px;
    background: #ffffff;
    color: #666666;
}
#shedule_form {
    display: none;
    margin: 0px;
    padding: 0px;
}
#shedule_form input[type=text] {
    width: 110px;
}
.like_admin {
    text-align: center;
    width: 110px;
    float: right;
    position:absolute;
    margin-top: -24px;
    background-color: #fff;
    margin-left: 135px;
}
.rating_filter {
    /*margin-top: -15px;*/
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 10px;
}
.rating_filter input[type=text] {
    width: 50px;
}
.spam_warning {
    color: #f00;
    margin-bottom: 7px;
    display: none;
}
.warning {
    border: 1px solid #d9d9d9;
    width: 384px;
    margin-bottom: 11px;
    background-color: #f6f1ee;
    padding: 10px;
    font-family: Tahoma;
    font-size: 12px;
    color: #6c6a6a;
}
.warning strong {
    color: #6c1e0c;
}
.content-table{
    width: 1000px;
    font-family	: 'Open Sans', sans-serif;
}
.content-table .banner{
    vertical-align: top;

    text-align: center;

}
.content-table .banner div{

}
.note {
    background: #666666;
    text-align: center;
    border: 1px solid #333333;
    padding: 3px 0;
    color: white;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 13px;
}
.note .date {
    font-size: 10px;
    color: #999999;
}
.note .delete {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url('/cms/images/cross.png');
}

.absolute-message{
    width: 477px;
}
.absolute-message .top-borders{
    height:21px;
    background: transparent url('/media/images/message-top.png') no-repeat;
}
.absolute-message .inner-content{
    background: transparent url('/media/images/message-body.png') repeat-y;
    padding: 0px 28px;
}
.absolute-message .bottom-borders{
    height:21px;
    background: transparent url('/media/images/message-bottom.png') no-repeat;
}
.absolute-message .inner-content ol, .absolute-message .inner-content ul{
    list-style: disc outside none;
    padding-left: 20px;
}
.absolute-message .inner-content .msg-button{
    height: 51px;
    width:165px;
    display:inline-block;
}
.absolute-message .inner-content .msg-button.male{
    background: transparent url('/media/images/male-btn.gif') no-repeat;
}
.absolute-message .inner-content .msg-button.female{
    background: transparent url('/media/images/female-btn.gif') no-repeat;
}

.n18-message
{
    width: 514px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 10px solid #1e1e1e;
    background: #fff;
    font-family: Arial;
}


.header_module {
    border: 1px solid #f00;
    /*    height: 80px;*/
    margin-bottom: 10px;
    background: #fff;
}
/**RESET**/
#widgets-composite img, #widgets-composite p, #widgets-composite div, #widgets-composite ul, #widgets-composite li, #widgets-composite form  {
    border:0px;
    padding:0px;
    margin:0px;
}
/**WIDGET PANEL**/
#widgets-composite{
    font-family: "Arial", "Helvetica", sans-serif;
    width: 741px;
    height: 70px;
    background-color:#000000;
    font-size:11px;
    position: relative;
}
#widgets-composite .left-widgets-group{
    overflow:visible;
    float:left;
    position:relative;
    z-index: 9;
}
#widgets-composite .right-widgets-group{
    overflow:hidden;
    float:right;
    position:relative;
    z-index: 9;
}
#widgets-composite .middle-widgets-group{
    display: block;
    width: 100%;
    position:absolute;
    z-index: 1;
    left:0;
}
/**WIDGET MENU**/
#widgets-composite .menu-widget{
    background-color:#b51210;
    font-size:1px;
    text-align:center;
    padding: 4px 8px 2px 15px;
    -moz-border-radius: 0px 0px 50px 50px;
    border-radius: 0px 0px 50px 50px;
    -webkit-border-radius: 0px 0px 50px 50p;
}
#widgets-composite .menu-widget a, #widgets-composite .menu-widget span.menu-widget-separator {
    color:#FFFFFF;
    font-size: 11px;
    text-decoration:none;
    vertical-align:middle;
    display:inline-block;
    padding: 2px 5px 2px 4px;
    outline: medium none;
}
#widgets-composite .menu-widget img{
    vertical-align:middle;
}
#widgets-composite .menu-widget span.menu-widget-separator{
    width: 5px;
    height: 11px;
    margin-right:5px;
    border-right: 1px solid #FFFFFF;
    padding:0px;
}
#widgets-composite .menu-widget a.menu-widget-selection{
    background-color:#930f0d;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
}
/*WIDGET WEATHER*/
#widgets-composite .weather-widget{
    font-size: 1px;
    margin-top: 7px;
}
#widgets-composite .weather-widget .weather-widget-icon{
    text-align: center;
    width: 47px;
    height: 38px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    display: inline-block;
    vertical-align: top;
    float:left;
}
#widgets-composite .weather-widget .weather-widget-right-panel{
    margin-left: 8px;
    float:left;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-menu-separator{
    width: 4px;
    display: inline-block;
    border-right: 1px solid #b0adad;
    margin-right: 5px;
    font-size: 11px;
    height: 11px;
    vertical-align: bottom;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-menu a{
    color: #b0adad;
    font-size: 11px;
    outline: medium none;
    text-decoration: underline;
    line-height: 100%;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-menu a.selection{
    text-decoration: none;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-notice{
    margin-top: 8px;
    position: relative;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-notice span{
    font-size: 12px;
    color: #b51210;
    font-weight: bold;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-notice a{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
    outline: medium none;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-choose-control{
    left: 0px;
    top: 17px;
    border: 1px solid #b51210;
    padding: 5px;
    position:absolute;
    background-color: #000;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-choose-control a{
    font-size: 11px;
    color: #d9d5d5;
    text-decoration: none;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-choose-control a.strong{
    font-weight: bold;
}
#widgets-composite .weather-widget .weather-widget-right-panel .weather-widget-choose-control a.selection{
    color: #b51210;
    font-weight: bold;
}
/*WIDGET WEATHER LEFT COLUMN IMPLEMENTATION*/
#widgets-composite .weather-widget{
    margin-left: 13px;
}
/*SEARCH WIDGET*/
#widgets-composite .search-widget{
    margin-top: 12px;
    font-size: 1px;
}
#widgets-composite .search-widget .search-widget-input-control{
    padding: 5px 7px;
    background-color: #fff;
    width:176px;
    float:left;
}
#widgets-composite .search-widget .search-widget-input-control input{
    border: none;
    border-color: #fff;
    height: 15px;
    font-size: 12px;
    padding:0px;
    width: 150px;
}
#widgets-composite .search-widget .search-widget-submit-control{
    float:left;
    width: 21px;
    height: 21px;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    margin: 4px 0px 0px 8px;
}
#widgets-composite .search-widget .search-widget-submit-control input{
    position: absolute;
    filter: alpha(opacity = 0);
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    top:0px;
    left:0px;
}
#widgets-composite .search-widget .search-widget-submit-control img{
    position: absolute;
    z-index: 1;
    top:0px;
    left:0px;
}
/*WIDGET SEARCH RIGHT COLUMN IMPLEMENTATION*/
#widgets-composite .search-widget{
    margin-left: 17px;
}
/*WIDGET ADVERTISEMENT*/
#widgets-composite .advertisement-widget{
    text-align: center;
    font-size: 1px;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement{
    background-color: #c1c1c1;
    width: 164px;
    height: 55px;
    display: inline-block;
    text-align: left;
    padding: 4px 6px;
    overflow: hidden;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement a{
    text-decoration: none;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-image{
    float:left;
    margin-right: 7px;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement img{
    border: 1px solid #5d5a5a;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-title{
    text-align: center;
    margin-bottom: 3px;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-title,
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-title a{
    color: #bc1817;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-desciption{
    vertical-align: top;
    padding-top: 4px;
    overflow: hidden;
    float:left;
    width: 80px;
    max-width: 110px;
    max-height: 28px;
    overflow: hidden;
}
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-desciption,
#widgets-composite .advertisement-widget .advertisement-widget-advertisement .advertisement-widget-advertisement-desciption a{
    font-size: 11px;
    color:#000;
}
/*WIDGET ADVERTISEMENT MIDDLE COLUMN IMPLEMENTATION*/
#widgets-composite .advertisement-widget{
    margin-top: 4px;
}
.weather-widget-choose-control {
    display: none;
}
#w_icon {
    max-height: 38px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
}
#header_hld,
#header_hld tr,
#header_hld td {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}
.w_day {
    text-transform: lowercase;
}
.h_banner {
    display: none;
}
#header_hld {
    margin-bottom: 10px;
}
#h_banners_count {
    display: none;
}
#w_search {
    float: left;
}
#w_link {
    text-decoration: none;
}


#paggination-scrollbar{
    float:left;
    width:350px;
}
#paggination-scrollbar .overview a, #paggination-scrollbar .overview .num, #paggination-scrollbar .overview .num span{
    float:none;
    display: inline-block;
}
#paggination-scrollbar .viewport {
    width: 350px;
    height:20px;
    overflow: hidden;
    position: relative;
}
#paggination-scrollbar .overview {
    position: absolute;
    left: 0; top: 0;
}

#paggination-scrollbar .scrollbar, #js-paggination .scrollbar{
    margin-top: 14px;
    height: 2px;
    clear: both;
    position: relative;
}
#paggination-scrollbar .track, #js-paggination .track{
    border-top: 2px solid #DDDDDD;
    position: relative;
}
#paggination-scrollbar .thumb, #js-paggination .cursor {
    background	: url('/media/images/slide-cursor.png') 0px 0px no-repeat;
    width: 14px;
    height: 13px;
    position:relative;
    margin-top: -7px;
    z-index:1;
}
#paggination-scrollbar .thumb, #js-paggination .cursor-fake {
    background-color: #888888;
    height: 2px;
    margin: -8px 7px 0;
    position: relative;
    width: 2px;
    z-index: 0;
}

#js-paggination .scrollbar{
    margin-top: 8px;
}
#js-paggination{
    width:350px;
    float:left;
}
#js-paggination-bar{
    position:relative;
    width:350px;
    overflow: hidden;
}
#js-paggination-bar .js-paggination-content{
    position:relative;
    white-space: nowrap;
    display: inline-block;
}
#js-paggination-bar .js-paggination-content a, #js-paggination-bar .js-paggination-content .num, #js-paggination-bar .js-paggination-content .num span{
    float:none;
    display: inline-block;
}
div.ajax_promo
{
    background	: #f6f7f9;
    text-align	: center;
    border		: 1px solid #96a4be;
    font-size: 14px;
    padding		: 10px 0;
    color		: #ab4902;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
div.ajax_promo a {
    color		: #ab4902;
    font-weight: normal;
}
.email_field{
    display:none;
}
.new_social_bookmarks {
    margin-top: 3px;
}
.new_social_bookmarks .twitter-share-button {
    margin-left: 3px;
}
.addthis_toolbox {
    display: inline-block !important;
}
.email_field{
    display:none;
}
.b200x20 {
    width:100%;
    height: 20px;
    display: inline-block;
    position:absolute;
    top:0px;
    text-align: right;
}

.banner {
    width: 300px;
}
.banner img {

}
.banner .ad {
    clear:both;
    margin-bottom:10px
}
.banner .demo .item {
    background-color: #000;
    margin-bottom: 8px;
    text-align:center;
    width: 145px;
    height:170px;
    position: relative;
}

.preview_items .item {
    width:220px !important;
    margin:0 5px 17px 0 !important;
}

.preview_items #preloader-top {
    width:670px !important;
}

.preview_items .item a.img {
    max-width:220px !important;
    max-height:224px !important;
}

.preview_items .item a.img span.play {
    top:95px !important;
}


.preview_items .item a.img img {
    max-width:220px !important;
    max-height:224px !important;
}

.preview_items .item a.img img.video
{
    left:20px !important;
    max-width:180px !important;
    max-height:145px !important;
}


.preview_items h1 {
    margin-right:12px;
}


.preview_items .item .like_admin {
    margin-left:115px !important;
}

#preloader
{
    background: #F4F4F4 url(../media/images/loading.gif) center center no-repeat;
    height: 40px;
    width:670px;
    border: 1px solid #CCC;
    display: none;
}

#preloader-top
{
    background: #F4F4F4 url(../media/images/loading.gif) center center no-repeat;
    height: 40px;
    width:670px;
    border: 1px solid #CCC;
}

#moderatorChangeDate
{
    float: left;
    margin-right: 5px;
    margin-left: -5px;
}

.question-mark
{
    width: 15px;
    height: 15px;
    display: inline-table;
    margin-left: 5px;
    vertical-align: middle;
    background: url(../media/images/question-mark.png) no-repeat;
}

.edit-icon
{
    width: 15px;
    height: 15px;
    display: inline-table;
    margin-left: 5px;
    vertical-align: middle;
    background: url(../media/images/edit-mark.png) no-repeat;
}

img.n_18 
{
    left: 88px;
    position: absolute;
    top: 83px;
}
.user.level
{
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    font-family: arial;
}
.user.level.name
{
    font-family: arial;
    font-size: 9pt;
    color: #8e191c;
    font-weight: bold;
}

.btnShare {
    cursor: pointer;
    width: 339px;
    height: 49px;
    background: url('../../media/images/facebook_share_huge.png') top left no-repeat;
}

.w1000 .itemLink {
    margin-left: 0px;
    width: 600px;
}

.itemLink {
    background	: url('../../media/images/juostele.png') no-repeat;
    cursor		: pointer;
    height: 39px;
    width: 673px;
    text-align: center;
    line-height: 38px;
    margin: 10px 0px 10px 80px;
}

.itemLink a {
    font-family: georgia;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

/* --- */
.spaceH81-segment {
    width: 100%;
    height: 81px;
}

/* --- */
.header-segment {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 50px;
    background-color: #111111;
    z-index: 10020;
}
.header-segment .frame {
    position: relative;
    width: 100%;
    height: 50px;
}
.header-segment .sprite {
    background: url('../../images/header-segment/header-demotyvacija-sprite.png') no-repeat;
}

/* --- */
.header-segment .logo-block {
    float: left;
    height: 100%;
    border-right: 1px solid #404040;
}
.header-segment .logo-block img {
    padding-top: 18px;
}

/* --- */
.header-segment .menuItems-group {
    float: left;
    overflow: hidden;
    height: 50px;
    margin-right: 10px;
}
.header-segment .menuItems-group .menuItem-block {
    float: left;
    font-size: 14px;
    color: #ffffff;
    border-right: 1px solid #404040;
    line-height: 50px;
    cursor: pointer;
    transition: .5s;
}
.header-segment .menuItems-group .menuItem-block:hover {
    background-color: #37383a;
    transition: .5s;
}
.header-segment .menuItems-group .menuItem-block a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
}

/* --- */
.header-segment .menuNextItems-group {
    float: left;
    overflow: hidden;
    height: 50px;
    width: 0px;
}
.header-segment .menuNextItems-group .menuItem-block {
    float: left;
    font-size: 13px;
    line-height: 50px;
    cursor: pointer;
}
.header-segment .menuNextItems-group .menuItem-block a {
    color: #ababab;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}
.header-segment .menuNextItems-group .menuItem-block:hover a {
    color: #ffffff;
    transition: .5s;
}

/* --- */
.header-segment .more-block {
    float: right;
    font-size: 13px;
    cursor: pointer;
    overflow: hidden;
}
.header-segment .more-block .btnMore-group {
    padding-right: 20px;
    padding-left: 20px;
    height: 50px;
}
.header-segment .more-block span.text {
    transition: .5s;
    color: #ababab;
}
.header-segment .more-block:hover span.text {
    transition: .5s;
    color: #ffffff;
}

.header-segment .more-block span.arrowIco {
    display: inline-block;
    width: 13px;
    height: 50px;
    vertical-align: middle;
    background-position: -235px 12px;
}
.header-segment .more-block:hover span.arrowIco {
    background-position: -569px 12px;
}

/* --- */
.header-segment .placeButton-block {
    float: right;
    margin-right: 30px;
    height: 34px;
    background-color: #cb4840;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 8px;
    cursor: pointer;
    transition: .5s;
}
.header-segment .placeButton-block:hover {
    background-color: #f55248;
    transition: .5s;
}
.header-segment .placeButton-block span.text {
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    vertical-align: top;
    margin-right: 12px;
}
.header-segment .placeButton-block span.plusIco {
    width: 24px;
    height: 24px;
    background-position: -399px 0;
    display: inline-block;
    margin-top: 5px;
}

/* --- */
.header-segment .login-block {
    float: right;
    height: 100%;
}
.header-segment .login-block span.text {
    display: block;
    padding-right: 30px;
    padding-left: 20px;
    color: #ababab;
    font-size: 14px;
    line-height: 50px;
    transition: .5s;
    cursor: pointer;
}
.header-segment .login-block span.text:hover {
    color: #ffffff;
    transition: .5s;
}

.header-segment .login-block .loginForm-block {
    width: 260px;
    padding: 20px;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #111111;
    display: none;
    border-top: 1px solid #404040;
}
.header-segment .login-block .loginForm-block .deemedRow {
    margin-bottom: 10px;
}
.header-segment .login-block .loginForm-block .deemedRow input {
    border: 0px;
    padding: 0px;
    outline: none;
    height: 32px;
    padding-left: 11px;
    padding-right: 11px;
    width: 238px;
    color: #333333;
}
.header-segment .login-block .loginForm-block .passwordRow {
    margin-bottom: 14px;
}
.header-segment .login-block .loginForm-block .passwordRow .checkbox {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 7px;
    cursor: pointer;
}
.header-segment .login-block .loginForm-block .passwordRow .checkbox span.done {
    display: block;
    width: 14px;
    height: 14px;
    background-position: -521px -6px;
}
.header-segment .login-block .loginForm-block .passwordRow .inputHide {
    display: none;
}
.header-segment .login-block .loginForm-block .passwordRow span.remember,
.header-segment .login-block .loginForm-block .passwordRow span.remind {
    transition: .5s;
    color: #7e7e7e;
    vertical-align: top;
    cursor: pointer;
}
.header-segment .login-block .loginForm-block .passwordRow span.remember:hover,
.header-segment .login-block .loginForm-block .passwordRow span.remind:hover {
    transition: .5s;
    color: #ffffff;
}
.header-segment .login-block .loginForm-block .passwordRow span.remind {
    float: right;
}
.header-segment .login-block .loginForm-block .line {
    border-top: 1px solid #404040;
    position: relative;
    margin-bottom: 20px;
}
.header-segment .login-block .loginForm-block .line span.or {
    display: block;
    position: absolute;
    height: 16px;
    color: #404040;
    top: -9px;
    font-size: 13px;
    background-color: #111111;
    width: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.header-segment .login-block .loginForm-block a {
    text-decoration: none;
}
.header-segment .login-block .loginForm-block .loginButton,
.header-segment .login-block .loginForm-block .facebookButton,
.header-segment .login-block .loginForm-block .registrationButton {
    width: 260px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    transition: .5s;
}
.header-segment .login-block .loginForm-block .loginButton,
.header-segment .login-block .loginForm-block .facebookButton {
    margin-bottom: 10px;
}
.header-segment .login-block .loginForm-block .loginButton:hover,
.header-segment .login-block .loginForm-block .facebookButton:hover,
.header-segment .login-block .loginForm-block .registrationButton:hover {
    transition: .5s;
}
.header-segment .login-block .loginForm-block .loginButton {
    background-color: #cb4840;
}
.header-segment .login-block .loginForm-block .loginButton:hover {
    background-color: #f55248;
}
.header-segment .login-block .loginForm-block .facebookButton {
    background-color: #3b5998;
}
.header-segment .login-block .loginForm-block .facebookButton:hover {
    background-color: #4366af;
}
.header-segment .login-block .loginForm-block .registrationButton {
    background-color: #8e8e8e;
}
.header-segment .login-block .loginForm-block .registrationButton:hover {
    background-color: #a2a0a0;
}


/* --- */
.header-segment .search-block {
    float: right;
    height: 100%;
    cursor: pointer;
    margin-right: 10px;
}
.header-segment .search-block .btnSearch-group {
    height: 37px;
    padding-top: 13px;
}
.header-segment .search-block .btnSearch-group span.searchIco {
    display: block;
    width: 50px;
    height: 24px;
    background-position: -274px -1px;
    border-right: 1px solid #404040;
    border-left: 1px solid #404040;
}
.header-segment .search-block:hover span.searchIco {
    background-position: -448px -1px;
}
.header-segment .search-block .searchForm-block {
    width: 440px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 50px;
    right: 0px;
    border-top: 1px solid #404040;
    z-index: 10;
    display: none;
}
.header-segment .search-block .searchForm-block .searchInput{
    width: 400px;
    overflow: hidden;
    float: left;
}
.header-segment .search-block .searchForm-block .searchInput input {
    width: 100%;
    height: 32px;
    border: 0px;
    padding: 0px;
    outline: none;
    padding-left: 15px;
}
.header-segment .search-block .searchForm-block .searchButton {
    width: 40px;
    height: 32px;
    background-color: #cb4840;
    background-position: -453px 3px;
    float: right;
    transition: .5s;
}
.header-segment .search-block .searchForm-block .searchButton:hover {
    background-color: #f55248;
    transition: .5s;
}

/* --- */
.header-segment .user-block {
    float: right;
    margin-left: 10px;
}
.header-segment .user-block.show {
    display: block;
}
.header-segment .user-block.hide {
    display: none;
}
.header-segment .user-block .image-element {
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 8px;
}
.header-segment .user-block .image-element img {
    width: 40px;
    height: 40px;
}
.header-segment .user-block .name-element {
    float: left;
    margin-right: 10px;
    margin-top: 11px;
}
.header-segment .user-block .name-element p {
    color: #ababab;
    padding-bottom: 1px;
    font-size: 13px;
}
.header-segment .user-block .name-element p a {
    color: #ababab;
    text-decoration: none;
}
.header-segment .user-block .close-element {
    float: left;
    background-position: -340px 13px;
}
.header-segment .user-block .close-element a {
    display: block;
    width: 30px;
    height: 50px;
}
@media screen and (min-width: 1034px) {
    .header-segment .logo-block {
        width: 197px;
        background-position: -31px 12px;
    }
}
@media screen and (max-width: 1034px) {
    .header-segment .logo-block {
        width: 63px;
        background-position: 20px 12px;
    }
}


/* --- */
.subMenu-segment {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #ffffff;
    display: none;
}
.subMenu-segment .subItem-block {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
.subMenu-segment .subItem-block a {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    display: block;
    transition: .5s;
    cursor: pointer;
}
.subMenu-segment .subItem-block:hover a {
    color: #333333;
    transition: .5s;
}

/* --- */
.topEadsRps-advert {
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
    margin-bottom: 18px;
}

/* --- */
.demo-items-segment {
    overflow: hidden;
    float: left;
    width: 100%;
}
.demo-items-segment .sprite {
    background: url('../../images/header-segment/header-demotyvacija-sprite.png') no-repeat;
}
.demo-items-segment .block-sprite {
    background: url('../../images/header-segment/block-ico-sprite.png') no-repeat;
}
.demo-items-segment .item-block .play-ico {
    background-position: 0px 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.demo-items-segment .item-block:hover .play-ico {
    background-position: -240px 0;
}
.demo-items-segment .item-block .gif-ico {
    background-position: -80px 0;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.demo-items-segment .item-block:hover .gif-ico {
    background-position: -320px 0;
}
.demo-items-segment .item-block .n18-ico {
    background-position: -160px 0;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.demo-items-segment .item-block:hover .n18-ico {
    background-position: -400px 0;
}
.demo-items-segment .position {
    margin-left: -20px;
}
.demo-items-segment .item-block {
    float: left;
    width: 25%;
}
.demo-items-segment.three-items .item-block {
    width: 33.33%;
}
@media screen and (max-width: 1300px) {
    .demo-items-segment .item-block {
        width: 33.33%;
    }
}
.demo-items-segment .item-block .frame {
    padding-left: 20px;
    margin-bottom: 16px;
}
.demo-items-segment .item-block .frame .image {
    background-color: #000000;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    height: 243px;
    margin-bottom: 5px;
}
.demo-items-segment .item-block .frame .image img {
    display: block;
    border: 0 none;
    max-height: 267px;
    max-width: 219px;
    margin: 0 auto;
}
.demo-items-segment .item-block .like {
    margin-bottom: 13px;
    overflow: hidden;
}
.demo-items-segment .item-block .like .button {
    width: 52%;
}
.demo-items-segment .item-block .like .info {
    width: 48%;
}
.demo-items-segment .item-block .like .info {
    float: right;
    text-align: right;
}
.demo-items-segment .item-block .like .info span.sprite.comments-ico {
    width: 17px;
    height: 14px;
    background-position: -623px 0;
    display: inline-block;
    margin-right: 3px;
}
.demo-items-segment .item-block .like .info span.group-a:hover span.sprite.comments-ico {
    background-position: -733px 0;
}
.demo-items-segment .item-block .like .info span.like-nr,
.demo-items-segment .item-block .like .info a {
    font-size: 11px;
    color: #a0a0a0;
    text-decoration: none;
    vertical-align: top;
}
.demo-items-segment .item-block .like .info span.comments-nr {
    vertical-align: top;
    margin-right: 10px;
}
.demo-items-segment .item-block .like .info span.group-b:hover {
    cursor: pointer;
}
.demo-items-segment .item-block .like .info span.group-a:hover span.comments-nr,
.demo-items-segment .item-block .like .info span.group-b:hover span.like-nr {
    color: #111111;
}
.demo-items-segment .item-block .like .info span.sprite.like-ico {
    width: 13px;
    height: 14px;
    background-position: -680px 0;
    display: inline-block;
    margin-right: 3px;
}
.demo-items-segment .item-block .like .info span.group-b:hover span.sprite.like-ico {
    background-position: -790px 0;
}
.demo-items-segment .item-block .like .button {
    float: left;
}
.demo-items-segment .item-block .like .button iframe {
    width: 80%;
    height: 20px;
}

/* --- */
.sidebar-segment {
    width: 100%;
    float: right;
    overflow: hidden;
}
.sidebar-segment .sprite {
    background: url('../../images/header-segment/header-demotyvacija-sprite.png') no-repeat;
}
.sidebar-segment .frame {
    margin-left: 20px;
}
.sidebar-segment .top-users-block {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}
.sidebar-segment .top-users-block .top-title {
    margin-bottom: 11px;
}
.sidebar-segment .top-users-block .top-title a {
    font-size: 20px;
    color: #df4e45;
    text-transform: uppercase;
    text-decoration: none;
}

.sidebar-segment .top-users-block .users-table table {
    width: 100%;
    border: 0px;
}
.sidebar-segment .top-users-block .users-table table a {
    text-decoration: none;
    display: block;
}
.sidebar-segment .top-users-block .users-table table tr {
    background-color: #efefef;
}
.sidebar-segment .top-users-block .users-table table tr td {
    border-bottom: 1px solid #ffffff;
}
.sidebar-segment .top-users-block .users-table table tr td.nr {
    vertical-align: middle;
    text-align: center;
    width: 22px;
}
.sidebar-segment .top-users-block .users-table table tr td.nr a {
    color: #111111;
    font-size: 14px;
}
.sidebar-segment .top-users-block .users-table table tr td.image {
    vertical-align: middle;
    width: 44px;
}
.sidebar-segment .top-users-block .users-table table tr td.image img {
    width: 36px;
    height: 36px;
    margin: 0px;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
}
.sidebar-segment .top-users-block .users-table table tr td.name {
    color: #df4e45;
    font-size: 14px;
}
.sidebar-segment .top-users-block .users-table table tr td.name a {
    vertical-align: middle;
}
.sidebar-segment .top-users-block .users-table table tr td.point {
    font-size: 13px;
    color: #111111;
    vertical-align: middle;
    text-align: right;
}
.sidebar-segment .top-users-block .users-table table tr td.point a {
    font-size: 13px;
    color: #111111;
}
.sidebar-segment .top-users-block .users-table table tr td.point a div {
    text-align: left;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}

/* --- */
.sidebar-segment .best-items-segment {
    overflow: hidden;
}
.sidebar-segment .best-items-segment .frame-c {
    margin-bottom: 16px;
    margin-left: -10px;
}
.sidebar-segment .best-items-segment .item-right-block .frame-a {
    padding-left: 10px;
}
.sidebar-segment .best-items-segment .item-right-block .image {
    background-color: #000000;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.sidebar-segment .best-items-segment .item-right-block:first-of-type .image {
    height: 243px;
}
.sidebar-segment .best-items-segment .item-right-block:first-of-type {
    width: 100%;
    float: none;
}
.sidebar-segment .best-items-segment .item-right-block {
    float: left;
    width: 50%;
}
.sidebar-segment .best-items-segment .item-right-block .image {
    height: 142px;
}
.sidebar-segment .best-items-segment .item-right-block .image img {
    width: 100%;
    display: block;
    border: 0 none;
    max-width: 94px;
    max-height: 142px;
}
.sidebar-segment .best-items-segment .item-right-block:first-of-type .image img {
    max-width: 218px;
    max-height: 243px;
}
.sidebar-segment .best-items-segment .item-right-block .like {
    margin-bottom: 13px;
    overflow: hidden;
}
.sidebar-segment .best-items-segment .item-right-block:first-of-type .like .info,
.sidebar-segment .best-items-segment .item-right-block:first-of-type .like .button {
    width: 50%;
}
.sidebar-segment .best-items-segment .item-right-block .like .info {
    float: right;
    text-align: right;
    width: 100%;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.sprite.comments-ico {
    width: 17px;
    height: 14px;
    background-position: -623px 0;
    display: inline-block;
    margin-right: 3px;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.group-a:hover span.sprite.comments-ico {
    background-position: -733px 0;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.like-nr,
.sidebar-segment .best-items-segment .item-right-block .like .info a {
    font-size: 11px;
    color: #a0a0a0;
    text-decoration: none;
    vertical-align: top;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.comments-nr {
    vertical-align: top;
    margin-right: 10px;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.group-a:hover span.comments-nr,
.sidebar-segment .best-items-segment .item-right-block .like .info span.group-b:hover span.like-nr {
    color: #111111;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.sprite.like-ico {
    width: 13px;
    height: 14px;
    background-position: -680px 0;
    display: inline-block;
    margin-right: 3px;
}
.sidebar-segment .best-items-segment .item-right-block .like .info span.group-b:hover span.sprite.like-ico {
    background-position: -790px 0;
}
.sidebar-segment .best-items-segment .item-right-block .like .button {
    float: left;
}
.sidebar-segment .best-items-segment .item-right-block .like .button iframe {
    width: 85%;
    height: 20px;
}

.sidebar-segment .title-block {
    margin-bottom: 11px;
}
.sidebar-segment .title-block a {
    font-size: 20px;
    color: #df4e45;
    text-transform: uppercase;
    text-decoration: none;
}

.fb_fans {
    margin-bottom: 20px;
}

.v-Table {
    display: table;
}
.v-Table .v-Cell{
    display: table-cell;
}
.v-Table .v-Cell.side-bar {
    width: 258px;
    vertical-align: top;
    overflow: hidden;
}
.v-Table .v-Cell.main-items{
    min-width: 1016px;
}
@media screen and (max-width: 1300px) {
    .v-Table .v-Cell.main-items{
        min-width: 756px;
    }
}

.fixed {
    position:fixed;
    bottom: 70px;
    width: 238px;
}
.top_comment {
    float: right;
    background: url(../media/images/comment-img.png) center no-repeat;
    width: 20px;
    height: 18px;
    margin-left: 30px;
    margin-right: 5px;
}
.top_comment:hover,
.main_comment:hover .top_comment {
    background: url(../media/images/comment-img-hover.png) center no-repeat;
    cursor: pointer;
}
.top_comment_count {
    float: right;
    color: #a0a0a0;
}
.main_comment:hover .top_comment_count {
    color: #010101;
    font-weight: bold;
}
.author-custom {
    float: right;
    display: inline-block;
    max-width: 380px;
    word-wrap: break-word;
}
.tags-custom {
    display: inline-block;
    max-width: 755px;
    line-height: 15px;
    text-align: right;
    font-size: 11px;
    text-decoration: underline;
    color: #999999;
}
.tags-custom a {
    color: #999999;
}
.tags-custom a:hover {
    color: #000000;
}

.privacyPolicyContainer h2 {
    font-weight: bold;
    font-style: italic;
    padding-top: 15px;
}

.privacyPolicyContainer p {
    padding-top: 10px;
}

.privacyPolicyContainer table {
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 5px;
}

.privacyPolicyContainer tr {
    text-align: left;
}

.privacyPolicyContainer th, .privacyPolicyContainer td {
    padding: 5px 5px !important;
    border-left: 1px solid black;
}

.privacyPolicyContainer td p:first-of-type {
    padding-top: 0;
}

.privacyPolicyContainer th {
    background-color: lightgrey;
}

.privacyPolicyContainer td {
    border-top: 1px solid black;
}

.privacyPolicyContainer .more-info {
    font-style: italic;
}

.privacyPolicyContainer .slide-up, .privacyPolicyContainer .slide-down {
    overflow: hidden;
}

.privacyPolicyContainer .slide-up > div, .privacyPolicyContainer .slide-down > div {
    transform: translateY(-100%);
    transition: .4s ease-in-out;
}

.privacyPolicyContainer .slide-down > div {
    transform: translateY(0);
}

.privacyPolicyContainer .slide-up > div {
    height: 0;
}

.privacyPolicyContainer .more-info-toggle {
    font-weight: bold;
}

.privacyPolicyContainer .more-info p:first-of-type {
    padding-top: 5px;
}

.privacyPolicyContainer a:hover {
    cursor: pointer;
}