@import url("rwd.css");
@import url("snap.css");

body {
    padding: 0px;
    margin: 0px;
    font: 14px 'Open Sans', sans-serif;
    color: #fff;
    background: #252525;
    /*overflow-x:hidden;*/
}

body.screening {
    background: #252525 url('screening/sbg.jpg') no-repeat center 48px;
}

.container {
    width: 1106px;
    margin: 0px auto;
    position: relative;
}

.ads {
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 100001;
}

.ads.right {
    left: auto;
    right: 0px;
}

#top {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    background: #181818;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

#top .top {
    background: #181818;
    min-height: 31px;
    border-bottom: 1px solid #000;
}

#top .top a#logo {
    width: 90px;
    height: 39px;
    background: transparent url('images/logo.png') no-repeat 0 0;
    display: block;
    text-indent: -2000px;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

#top .top .fb-like {
    position: absolute;
    left: 120px;
    top: 15px;
    z-index: 2;
}

#top .top a#logo iframe {
    width: 90px;
    height: 30px;
    display: block;
    position: relative;
    left: 150px;
    top: 7px;
}

#top .top ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    float: right;
}

#top .top ul li {
    float: left;
    position: relative;
}

#top .top ul li > a:not(.profile) {
    padding-right: 30px;
    height: 31px;
    padding-left: 8px;
    padding-top: 14px;
    display: block;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#top .top ul li > a:not(.profile):hover {
    border-bottom: 1px solid #fffffd;
}

#top .top ul li > a:not(.profile).active {
    border-bottom: 1px solid #de2127;
}

#top .top ul li a.profile {
    width: 42px;
    height: 47px;
    display: block;
    text-decoration: none;
    text-indent: -20000px;
    background: transparent url('images/profile.png') no-repeat center center;
}

#top .top ul li a.profile:hover,
#top .top ul li a.profile.active {
    background-color: #0e0e0e;
}

#top .top ul li.nsfw {
    margin-left: 10px;
}

#top .top ul li a.nsfw {
    height: 33px;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 0px 15px;
    padding-top: 14px;
    border: 0px;
    background: #bf3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3d3d), color-stop(100%, #ac2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bf3d3d 0%, #ac2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3d3d', endColorstr='#ac2f2f', GradientType=0); /* IE6-9 */
    color: #fff;
}

#top .top ul li.nsfw:hover > .bubble {
    display: block;
}

#top .top ul li a.nsfw:hover,
#top .top ul li a.nsfw.active {
    border: 0px;
    background: #0e0e0e;
}

#top .top ul li a.nsfw.activea {
    border-bottom: 1px solid #de2127 !important;
    background: transparent !important;
}

#top .top ul li.nsfw .bubble {
    width: 270px;
}

#top .top ul li .bubble .section {
    padding: 13px;
    border-bottom: 1px solid #000000;
    text-align: left;
}

#top .top ul li .bubble .section form label {
    width: 49px;
    color: #fff;
    display: inline-block;
    padding-left: 5px;
    margin-right: 5px;
    text-align: left;
}

#top .top ul li .bubble .section form input[type="text"],
#top .top ul li .bubble .section form input[type="password"] {
    background: #252525;
    border: 1px solid #000000;
    color: #fff;
    outline: none;
    width: 166px;
    padding: 5px;
}

#top .top ul li .bubble .section form button {
    border: 0px;
    padding: 8px 30px;
    color: #fff;
    font: 14px 'Open Sans', sans-serif;
    background: #bf3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3d3d), color-stop(100%, #ac2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bf3d3d 0%, #ac2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3d3d', endColorstr='#ac2f2f', GradientType=0); /* IE6-9 */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 64px;
    outline: none;
}

#top .top ul li .bubble .section form span.error {
    display: block;
    text-align: center;
}

#top .top ul li .bubble .section form p a {
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 10px;
}

#top .top ul li .bubble ul {
    float: none;
    padding: 10px;
    padding-top: 15px;
    margin: 0px;
}

#top .top ul li .bubble ul li {
    display: block;
    float: none;
    height: auto;
    margin-bottom: 5px;
}

#top .top ul li .bubble ul li a {
    font: bold 12px/18px;
    color: #fff;
    padding: 0px;
    height: auto;
    text-decoration: none;
    display: block;
}

#top .bottom {
    background: #0b0b0b;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #141414;
    display: none;
}

#top .bottom ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

#top .bottom ul li {
    display: inline-block;
}

#top .bottom ul li a {
    display: block;
    padding: 5px;
    padding-right: 15px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

#top .bottom ul li a:hover,
#top .bottom ul li a.active {
    background: #e22328;
}

#container {
    width: 1106px;
    margin: 0px auto;
    background-color: #313131;
    margin-top: 48px;
    min-height: 600px;
}

body.screening #container {
    background: transparent;
}

#container #container-left {
    width: 750px;
    float: left;
    padding-top: 12px;
    border-right: 1px solid #1D1D1D;
    /*padding-bottom:40px;*/
    background-color: #252525;
}

body.screening #container #container-left {
    background: transparent;
}

#container #container-right {
    width: 336px;
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    background: #313131;
    border-top: #313131 25px solid;
}

#container #container-right .box {
    margin-bottom: 25px;

}

#container #container-right .head {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    background: #1f1f1f;
    padding: 10px 0 10px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: black 1px solid;
}

#container #container-right .rtabs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#container #container-right .rtabs ul li {
    width: 110px;
    height: 110px;
    text-align: center;
    color: #fff;
    float: left;
    position: relative;
    background: #ffffff;
    cursor: pointer;
}

#container #container-right .rtabs ul li.hdd {
    background: #313131 url('images/add-icons2.png') no-repeat 30px 25px;
}

#container #container-right .rtabs ul li.url {
    background: #313131 url('images/add-icons2.png') no-repeat -82px 25px;
}

#container #container-right .rtabs ul li.mem {
    background: #313131 url('images/add-icons2.png') no-repeat -194px 25px;
}

#container #container-right .rtabs ul li.active,
#container #container-right .rtabs ul li:hover {
    background-color: #AA2C2C;
    color: #fff;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#container #container-right .rtabs .tbs > div {
    display: none;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 350;
    color: #fff;
}

/*
#container #container-right .rtabs .tbs > div:first-of-type {
	display:block;
}
*/
#container #container-right .rtabs ul li span {
    width: 100%;
    position: absolute;
    bottom: 7px;
    left: 0px;
}

#container #container-right form.form-bar {
    padding: 4px;
}

#container #container-right form.form-bar label {
    width: 60px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding-top: 3px;
    vertical-align: top;
}

#container #container-right form.form-bar p {
    margin-bottom: 2px;
}

#container #container-right form.form-bar input[type="text"],
#container #container-right form.form-bar textarea,
#container #container-right form.form-bar input[type="file"] {
    width: 250px;
    background: #fff;
    border: 0px;
    padding: 3px 5px;
    font: 12px 'Open Sans', sans-serif;
    color: #000;
    display: inline-block;
    border: 0px;
    vertical-align: top;
}

#container #container-right form.form-bar input[type="submit"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 10px 116px;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    margin: 8px 0 0 64px;
    text-align: center;
    border: 0px;
    background: #c03e3e; /* Old browsers */
    background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c03e3e), color-stop(50%, #b23333), color-stop(100%, #ac2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c03e3e', endColorstr='#ac2f2f', GradientType=0); /* IE6-9 */
}

#container #container-right form.form-bar input[type="submit"]:hover {
    background: #9c2222;
}

#container .content {
    padding: 25px;
}

#container .content > h1.header {
    margin-bottom: 30px;
    font-size: 40px;
}

#container .content.nobottompad {
    padding-bottom: 0px;
}

#container .hdate {
    width: 300px;
    height: 30px;
    text-align: left;
    /*padding:5px;
     background:#929292; */
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}

#container .hdate span {
    /* display: block; */
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -10px;
    position: relative;
    margin-left: 10px;
    /* top: -4px; */
}

.page {
    padding: 25px;
    padding-top: 50px;
}

.page h1,
.text h1 {
    font-size: 22px;
    margin-bottom: 30px;
    display: block;
}

ul.recommended {
    width: 336px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.recommended li {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #313131;
}

ul.recommended li:hover {
    border: 1px solid #575757;
}

ul.recommended li:not(.ad) {
    max-height: 180px;
    overflow: hidden;
}

ul.recommended li a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

ul.recommended li:not(.ad) a {
    max-height: 180px;
}

ul.recommended li a img {
    width: 100%;
}

ul.recommended li a span {
    width: 306px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px 15px;
}

ul.recommended li.blokekipa span:after {
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    background: transparent url('images/ico-blokekipa-approved.png') no-repeat 0 0;
    right: 5px;
    top: 5px;
}

ul.listing {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.listing li .nsfw {
    width: 600px;
    height: 400px;
    display: block;
    background: #bf3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3d3d), color-stop(100%, #ac2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf3d3d 0%, #ac2f2f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bf3d3d 0%, #ac2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3d3d', endColorstr='#ac2f2f', GradientType=0); /* IE6-9 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

ul.listing li .nsfw a {
    width: 600px;
    height: 400px;
    display: table-cell;
    font-size: 50px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

ul.listing li .nsfw a span {
    display: block;
    font-size: 14px;
}

ul.listing li {
    position: relative;
    margin-bottom: 35px;
    min-height: 300px;
}

ul.listing li.nomrg {
    min-height: 0px;
}

ul.listing .content-info {
    width: 600px;
    min-height: 50px;
    position: relative;
    float: left;
}

ul.listing li.custom-mem .content-info .media a {
    display:block;
}

ul.listing li.custom-mem .content-info .media img {
    display: inline-block;
    margin-bottom: -5px;
}

ul.listing .content-info .footer {
    background: #1f1f1f;
    padding: 10px;
}

ul.listing .content-info .footer > img {
    vertical-align: middle;
    display: inline-block;
}

ul.listing .content-info .footer .fb-like {
    top: -12px;
    margin-left: 10px;
}

ul.listing .content-info .title {
    width: 585px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    background: #1f1f1f;
    padding: 10px 0 10px 15px;
    border-bottom: black 1px solid;
    margin-bottom: -7px;
}

ul.listing .content-info .title a {
    /* color: #1f1f1f; */
    color: #fff;
    font-size: 20px;
}

ul.listing .content-info .tags {
    width: 30%;
    overflow: hidden;
    font-size: 12px;
    float: right;
    margin-top: -20px;
    margin-right: 10px;
    color: #949494;
    text-align: right;
}

ul.listing .content-info p.description {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

ul.listing .content-info .tags a {
    color: #bf3d3d !important;
}

ul.listing .content-info .media {
    margin-top: 6px;
    /*overflow:hidden;*/
    position: relative;
}

ul.listing .content-info .media img {
    width: 100%;
}

ul.listing .content-info .media .must-log {
    width: 600px;
    height: 300px;
    background: rgba(0, 0, 0, 0.9);
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

ul.listing .content-info .media .must-log a {
    padding: 10px 25px;
}

ul.listing .content-info .tags span {
    color: #cecece;
}

ul.listing .content-actions {
    width: 78px;
    min-height: 50px;
    padding: 10px;
    float: left;

}

ul.listing .content-actions > div {
    width: 79px;
    position: absolute;
    right: 0px;
    bottom: 19px;
    text-align: right;
}

ul.listing .content-actions > div > * {
    display: block;
    margin-bottom: 15px;
    left: -6px;
}

ul.listing .media .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    left: 0px;
    top: 0px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

ul.listing .media .overlay > span {
    height: 155px;
    width: 200px;
    padding-top: 45px;
    background: black;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    font-size: 82px;
    line-height: 60px;
}

ul.listing .media .overlay.preview > span {
    width: 100px;
    height: 100px;
    padding: 0px;
    line-height: 48px;
    margin-left: -50px;
    margin-top: -50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

ul.listing .media .overlay > span span:not(.play) {
    font-size: 35px;
    display: block;
}

ul.listing .media .overlay > span span.play {
    width: 67px;
    height: 67px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 10px;
    font-size: 30px;
    color: #fff;
}

ul.listing .media .image {
    position: relative;
}

ul.listing .media .overlay > span span.play.loading {
    background: transparent url('images/486.gif') no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: -20000px;
}

ul.listing .media .image a.arrow {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -22.5px;
    z-index: 1000;
    width: 35px;
    height: 45px;
    background: transparent url('images/arrow2.png') no-repeat 0 0;
}

ul.listing .media .image a.arrow.prev {
    left: 5px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

ul.listing .media .image a.arrow:hover {
    background-position: 0px -45px;
}

ul.listing .media .image a.arrow.next {
    right: 5px;
}

ul.listing .media .image.rolled {
    max-height: 2500px;
    overflow: hidden;
}

ul.listing .media .image a.more {
    width: 610px;
    padding: 15px;
    background: #141414;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.listing li .actions {
    width: 600px;
    margin-top: 10px;
    text-align: center;
}

ul.listing li .actions a {
    padding: 5px 15px;
    background: #ff9600;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

ul.listing li .actions a.gomain {
    background: #92a92a;
}

ul.listing li .actions a.del {
    background: #de2127;
}

ul.listing li .actions a.push {
    background: #2AA00C;
}

ul.listing li .actions a.green_b {
    background: #8a940d;
}

#container ul.top-choice {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 20px;
}

#container ul.top-choice li {
    display: inline-block;
    /* margin-left:5px;
    margin-right:5px; */
    width: 32%;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#container ul.top-choice li a {
    background: #3C3C3C;
    display: block;
    padding: 12px 35px;
    color: #fff;
    font-size: 18px;
}

#container ul.top-choice li a:hover {
    background: #b73737;
}

#container ul.top-choice li a.active {
    background: #A50101;
}

#container .content .gallery {
    width: 642px;
    margin: 0px auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 18px;
}

#container .content .gallery a.prev,
#container .content .gallery a.next {
    position: absolute;
    top: 2px;
    display: block;
    text-indent: -20000px;
    border: 1px solid #ff000;
    width: 28px;
    height: 74px;
    background: transparent url('images/arrow3.png') no-repeat 0 -74px;
}

#container .content .gallery a.prev {
    left: -15px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#container .content .gallery a.prev:hover,
#container .content .gallery a.next:hover {
    background-position: 0px 0;
}

#container .content .gallery a.next {
    right: -15px;
}

#container .content .gallery .resourcesGallery {
    height: 92px;
    overflow: hidden;
}

#container .content .gallery .resourcesGallery a {
    border: 2px solid #5d5845;
    background-color: 5 d5845;
    margin: 2px;
    display: block;
    float: left;
    width: 70px;
    height: 70px;
}

#container .content .gallery .resourcesGallery a img {
    width: 70px;
    height: 70px;
}

ul.choose {
    width: 720px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 0px auto;
    margin-bottom: 50px;
}

ul.choose li {
    width: 40%;
    margin: 5%;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.choose li a {
    display: block;
    background: #c03e3e; /* Old browsers */
    background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c03e3e), color-stop(50%, #b23333), color-stop(100%, #ac2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* W3C */
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c03e3e', endColorstr='#ac2f2f', GradientType=0); /* IE6-9 */
    -moz-border-radius: 2px;
    color: #fff;
    text-align: center;
}

ul.choose li a:hover {
    background: #e22328;
}

#footer {
    background: #181818;
    padding: 25px 0px;
}

#footer iframe {
    border: none;
    overflow: hidden;
    width: 1066px;
    height: 175px;
    margin: 0px auto;
    display: block;
    background: #252525;
    padding: 20px;
}

#container-left .fb-like {
    margin-top: -8px;
    position: relative;
}

.agif {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    text-align: center;
    overflow: hidden;
    background: #222;
    line-height: 58px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 35px;
    opacity: .9;
    border: 5px solid #fff;
}

.animated-content {
    width: 600px;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

a.btn-send-messenger {
    width: 79px;
    height: 40px;
    background: url('images/btn-send-messenger.png');
    display: inline-block;
    border: 0px;
    margin-bottom: 8px !important
}

.fb-send iframe {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.fb-send > span {
    width: 62px !important;
}

.fb-like iframe {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

body.blokekipa {
}

body.blokekipa > .screening {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block !important;
    left: 0px;
    top: 0px;
    background: #343d2b url('images/bg-blokekipa.jpg') no-repeat center bottom -10px;
    z-index: 1;
}

@media screen and (max-height: 750px) {
    body.blokekipa > .screening {
        background: #343d2b url('images/bg-blokekipa.jpg') no-repeat center bottom -92px
    }
}

body.blokekipa #container {
    background: transparent;
}

body.blokekipa #container #container-left {
    border: 0px;
    float: none;
    margin: 0px auto;
    background: transparent;
}

body.blokekipa #container #container-left .hdate {
    max-width: 600px;
    margin: 0px auto;
    width: auto;
    margin-bottom: 10px;
}

body.blokekipa ul.listing {
    max-width: 600px;
    margin: 0px auto;
}

body.blokekipa ul.listing .content-info {
    float: none;
}

body.blokekipa ul.listing .content-actions {
    float: none;
    width: auto;
    position: relative;
}

body.blokekipa ul.listing .content-actions > div {
    position: static;
    width: auto;
    overflow: visible;
}

body.blokekipa #blokekipa-top {
    display: block;;
    width: 600px;
    height: 298px;
    margin: 0px auto;
    margin-top: 29px;
    z-index: 2;
    position: relative;
    background: transparent url('images/blokekipa-top.jpg') no-repeat 0 0;
}

body.blokekipa ul.listing .content-actions {
    text-align: center;
}

body.blokekipa ul.listing .content-actions > div > * {
    display: inline-block;
    vertical-align: top;
    left: auto !important;
    margin: auto !important;
}

body.blokekipa ul.listing .content-actions .favorite {
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
    margin-bottom: 0px;
    display: block;
}

body.blokekipa ul.listing .content-actions .fb-like {
    margin: 0px auto !important;;
    height: auto !important;;
    left: auto !important;
    display: inline-block !important;;
}

body.blokekipa ul.listing .content-actions .fb-like {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

body.blokekipa ul.listing li {
    position: relative;
    z-index: 2;
}

body.blokekipa .btn-next-page,
body.blokekipa .random,
body.blokekipa .paginator,
body.blokekipa .fb-like-box,
body.blokekipa .fb-comments,
body.blokekipa #footer {
    z-index: 2;
    position: relative;
}

body.blokekipa #footer {
    z-index: 10;
}

body.blokekipa #container-left .fb-like {
    position: static;
    height: 55px;
}

#codeigniter_profiler {
    position: relative;
    z-index: 100;
}

.adbox img {
    max-width:100%;
}