/** Global **/
body{
    padding: 104px 0 0 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #bb6b6e;
    font-size: 14px;
    min-width: 1024px;
}
*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
*{
    outline: none;
}
p{
    text-align: justify;
    padding: 0;
    margin: 0;
}
h1, h2{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 18px 0 12px 10px;
    
}
h3{
    font-size: 18px;
    font-weight: bold;
    color: #ec2828;
    text-transform: uppercase;
    margin: 36px 0 20px;
}
a{
    text-decoration: none;
}

a.sidelink{
color: #ec2828;

}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 1300px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery a img,
.gallery-stars a img,
#page-gallery img,
#page-video-view img,
#models img,
#page-model-view img{
    display: block;
    width: 100%;
    height: auto;
}
.image-bg{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(185, 101, 135, 0.35);
    z-index: 50;
}
.hover-bg a{
    position: relative;
}
input[type=submit]{
    -webkit-appearance: none;
}
/** Header **/
#header{
    background: #faf3f4;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);
}
#logo{
    display: block;
    float: left;
    margin-top: 13px;
}
#main-menu{
    float: left;
    margin-left: 90px;
}
#main-menu li{
    float: left;
    margin-left: 40px;
    position: relative;
}
#main-menu li.new:before{
    content: 'new';
    color: #fff;
    background: #ec2828;
    border-radius: 3px;
    font-weight: bold;
    font-size: 9px;
    display: block;
    text-transform: uppercase;
    height: 13px;
    line-height: 13px;
    position: absolute;
    padding: 0 3px;
    right: 0;
    top: 11px;
}
#main-menu li a{
    line-height: 70px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 600;
}
#main-menu li a.open{
    padding-right: 13px;
}
#main-menu li a.open:after{
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    background: url(../ver3/arrow_bot.png) no-repeat center top;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
#main-menu li:hover a.open:after{
    background-position: center bottom;
}
#main-menu li:hover a,
#main-menu li.active a{
    color: #ec2828;
}
#main-menu li ul{
    display: none;
    position: absolute;
    top: 70px;
    left: -17px;
    background: #ec2828;
    z-index: 180;
    padding: 15px 30px 15px 18px;
    min-width: 200px;
    border-top: 2px solid #cf191c;
}
#main-menu li:hover ul,
#main-menu li:focus ul{
    display: block;
}
#main-menu li ul li{
    display: block;
    float: none;
    margin-left: 0;
}
ul#main-menu li ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #fff!important;
    padding-left: 10px;
}
ul#main-menu li ul li a:before{
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    background: url(../ver3/arrow_right_hover.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
ul#main-menu li ul li a:hover:before{
    background-position: center bottom;
}
#main-menu li ul li a:hover,
#main-menu li ul li a.active{
    color: #1c1c1c!important;
}
#search{
    float: right;
    position: relative;
}
#search input[type=text]{
    width: 253px;
    height: 32px;
    margin-top: 18px;
    padding: 0 32px 0 8px;
    border: 1px solid #baa7ae;
    border-radius: 2px;
    background: transparent;
}
#search input[type=submit]{
    position: absolute;
    right: 7px;
    top: 26px;
    border: 0;
    width: 16px;
    height: 16px;
    background: url(../ver3/search.png) no-repeat center top;
    cursor: pointer;
}
#search input[type=submit]:hover{
    background-position: center bottom;
}

/** Content **/
#main{
    background: #1c1c1c;
    position: relative;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
}
#content{
    float: left;
    width: 1026px;
    background: #3f3535;
}
fieldset{
    border: none;
    background: #1c1c1c;
    padding: 0;
    margin: 10px;
    border-radius: 3px;
    overflow: hidden;
}
fieldset legend{
    padding: 0;
    margin: 0;
    background: url(../ver3/arrow_right.png) 12px center no-repeat,
                url(../ver3/fieldset.png) right 4px top no-repeat; 
    background-color: #1c1c1c;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 26px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
}
fieldset.open legend{
    background: url(../ver3/arrow_right.png) 12px center no-repeat,
                url(../ver3/fieldset.png) right 4px bottom no-repeat; 
    background-color: #1c1c1c;
}
fieldset .text{
    display: none;
    padding: 13px;
}
fieldset.open .text{
    display: block;
}
.icon-info{
    padding-left: 44px;
    background: url(../ver3/icon_info.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
}
.addthis_sharing_toolbox{
    padding-top: 18px;
}

/** Gallery **/
.gallery{
    padding: 0 5px;
}
.gallery a{
    display: block;
    float: left;
    line-height: 0;
    margin: 0 5px 10px;
    position: relative;
}
.gallery a .info{
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    height: auto;
    z-index: 60;
}
.gallery a .info span{
    display: block;
    line-height: normal;
}
.gallery a .info span.date{
    font-size: 12px;
    color: #e30c43;
    height: 14px;
    line-height: 14px;
    padding-left: 20px;
    background: url(../ver3/info_date.png) left center no-repeat;
}
.gallery a .info span.title{
    color: #1f181b;
    margin-top: 6px;
}
.gallery .image-bg,
.gallery-stars .image-bg{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(185, 101, 135, 0.35);
    z-index: 50;
}

/** Gallery Photo **/
.icon-cam{
    padding-left: 44px;
    background: url(../ver3/icon_photo.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
}
.gallery-photo a{
    width: 244px;

	

}

/** Gallery Video **/
.icon-video{
    padding-left: 44px;
    background: url(../ver3/icon_video.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
}
.gallery-video{
    padding-right: 4px;
}
.gallery-video a{
    width: 329px;
}
.gallery-video .image-bg{
    background: rgba(185, 101, 135, 0.35) url(../ver3/hover_video.png) center 82px no-repeat;
}
.gallery-video a .time,
.gallery-video a .time-vis{
    display: none;
    position: absolute;
    z-index: 60;
    top: 8px;
    right: 8px;
    height: 21px;
    line-height: 21px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    color: #1f181b;
    padding: 0 7px;
    border-radius: 3px;
}

/** Porno Stars **/
.icon-star{
    padding-left: 44px;
    background: url(../ver3/icon_love.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
}
.gallery-stars{
    padding: 0 5px;
}
.gallery-stars a{
    display: block;
    float: left;
    line-height: 0;
    position: relative;
    margin: 0 5px 10px;
    width: 193px;
	height: 193px;
}
.gallery-stars a .total-photo{
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(255, 255, 255, 0.8) url(../ver3/info_cam.png) 5px center no-repeat;
    height: 21px;
    line-height: 21px;
    padding: 0 5px 0 22px;
    border-radius: 3px;
    font-size: 12px;
    color: #1f181b;
    z-index: 60;
}

.gallery-stars a .total-video{
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(255, 255, 255, 0.8) url(../ver3/info_video.png) 5px center no-repeat;
    height: 21px;
    line-height: 21px;
    padding: 0 5px 0 22px;
    border-radius: 3px;
    font-size: 12px;
    color: #1f181b;
    z-index: 60;
}
.gallery-stars a .star-name{
    line-height: normal;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    color: #1f181b;
    z-index: 60;
}

/** Pager **/
.pager{
    text-align: center;
    padding: 40px 0;
}
.pager a,
.back a,
#sort a{
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fefefe;
    background: #1c1c1c;
    font-weight: 600;
    border-radius: 3px;
}
.pager a.next{
    background: #1c1c1c url(../ver3/pager_next.png) center center no-repeat;
}

.pager a.prev{
    background: #1c1c1c url(../ver3/pager_prev.png) center center no-repeat;
}

.pager a.end{
    background: #1c1c1c url(../ver3/pager_end.png) center center no-repeat;
}
.pager a:hover,
.pager a.active,
.back a:hover,
#sort a:hover{
    background-color: #ec2828;
}

.sponbutton a{
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    height: 56px;
    line-height: 56px;
    font-size: 28px;
    color: #fefefe;
    background: #1c1c1c;
    font-weight: 600;
    border-radius: 3px;
}
.sponbutton a:hover{
    background-color: #ec2828;
}

.babebutton a{
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    height: 56px;
    line-height: 56px;
    font-size: 28px;
    color: #fefefe;
    background: #51a22d;
    font-weight: 600;
    border-radius: 3px;
}
.babebutton a:hover{
    background-color: #ec2828;
}

/** Sidebar **/
#sidebar{
    float: right;
    width: 254px;
    background: #1c1c1c;
    height: 100%;
    padding: 0 12px;
}
#sidebar .menu a{
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    margin: 10px 0;
    padding-left: 12px;
    background: url(../ver3/arrow_right.png) left center no-repeat;
}
#sidebar .menu a:hover{
    color: #ec2828;
}
#sidebar .tags{
    text-align: justify;
    line-height: 24px;
}
#sidebar .tags a{
    color: #fff;
}
#sidebar .tags a:hover{
    color: #ec2828;
}

/** Page Gallery **/
#page-gallery{
    background: #3f3535;
    border-radius: 3px;
    color: #fff;
}
#page-gallery #col-left,
#page-gallery #col-right{
    float: left;
    width: 254px;
    padding: 10px;
}
#page-gallery #col-left{
    padding-right: 0;
}
#page-gallery #col-right{
    padding-left: 0;
}
#page-gallery #col-left a,
#page-gallery #col-right a{
    display: block;
    margin-bottom: 10px;
}

#page-gallery #col-center{
    float: left;
    width: 772px;
}
#page-gallery #col-center h1{
    margin: 10px 15px 20px;
    text-align: center;
}
#page-gallery #col-center p{
    margin: 0 26px;
}
#page-gallery .gallery-photo{
    margin-top: 30px;
    padding: 0 11px;
}
#page-gallery .gallery-photo a{
    display: block;
    width: 220px;
	height: 330px;
    float: left;
    margin: 0 15px 30px;
    position: relative;

}

#page-gallery a .info{
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    height: auto;
    z-index: 60;
}
#page-gallery a .info span{
    display: block;
    line-height: normal;
}
#page-gallery a .info span.title{
    color: #1f181b;
    margin-top: 6px;
}


#page-gallery .banner-center{
    text-align: center;
    padding: 0 25px;
}
#page-gallery .banner-center img{
    display: inline-block;
    width: auto;
    height: auto;
}

#page-gallery .banner-center img.respon{
    display: block;
    width: 100%;
    height: auto;
}
#page-gallery #col-center .gallery-photo .image-bg{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(185, 101, 135, 0.35) url(../ver3/hover_photo.png) center center no-repeat;
    z-index: 50;
}


#page-gallery .banners{
    padding: 0 25px;
}
#page-gallery .banners .banner{
    display: block;
    float: left;
    width: 300px;
    margin: 0 30px;
}
#page-gallery .related{
    margin: 5px 10px 0;
}
#page-gallery .related a{
    display: block;
    float: left;
    width: 220px;
    margin: 0 11px 18px;
}
#page-gallery #comments{
    padding-left: 44px;
    background: url(../ver3/icon_comment.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    margin-right: 10px;
}
#comment-form{
    padding: 0 10px;
}
#comment-form #form-action{
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    width: 120px;
}
#comment-form textarea{
    width: 622px;
    height: 38px;
    padding: 11px 13px 0;
    border: none;
    border-radius: 3px;
    background: #d3d0d0;
    vertical-align: top;
}
#comment-form #captcha{
    margin-bottom: 10px;
}
#comment-form input[type=text]{
    display: block;
    border: none;
    border-radius: 3px;
    background: #d3d0d0;
    vertical-align: middle;
    padding-left: 13px;
    height: 38px;
    width: 120px;
    margin-bottom: 10px;
}
#comment-form input[type=submit]{
    display: block;
    width: 120px;
    height: 38px;
    background: #ec2828;
    border: none;
    border-radius: 3px;
    color: #fffefe;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 1px;
}
#comment-form input[type=submit]:hover{
    background: #1c1c1c;
}
#comment-form.comment-form-open textarea{
    height: 134px;
}
#comment-form.comment-form-closed #captcha,
#comment-form.comment-form-closed input[type=text]{
    display: none;
}
.comments-list{
    margin: 18px 10px 38px;
}
.comments-list .comment{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #444444;
}
.comments-list .comment:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.comments-list .comment .info{
    margin-bottom: 6px;
}
.comments-list .comment .info .label{
    color: #bbbbbb;
}
#page-gallery .bottom-photos{
    padding: 42px 5px 24px;
}
#page-gallery .bottom-photos a{
    display: block;
    float: left;
    width: 244px;
		height: 366px;
    margin: 0 5px 10px;
}
#view-photo{
    margin: 0 10px;
    position: relative;
}
#view-photo #name{
    height: 36px;
    line-height: 36px;
    color: #1c1c1c;
    font-size: 16px;
    padding: 0 12px 0 38px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8) url(../ver3/view_name.png) 9px center no-repeat;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 50;
}
#view-photo #name:hover{
    color: #ec2828;
}
#view-photo #zoom{
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 50;
}
#view-photo #zoom span{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../ver3/view_zoom.png) center top no-repeat;
}
#view-photo #zoom:hover span{
    background-position: center bottom;
}
#view-photo .nav{
    background-image: url(../ver3/view_nav.png);
    background-repeat: no-repeat;
    display: block;
    width: 54px;
    height: 68px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    z-index: 50;
}
#view-photo #nav-prev{
    left: 0;
    background-position: left top;
}
#view-photo #nav-next{
    right: 0;
    background-position: right top;
}
#view-photo #nav-prev:hover{
    background-position: left bottom;
}
#view-photo #nav-next:hover{
    background-position: right bottom;
}
#page-gallery .pager{
    padding: 32px 0 23px;
}
.back{
    text-align: center;
}
.back a{
    text-transform: uppercase;
    padding: 0 19px;
}


.sponbutton{
    text-align: center;
}
.sponbutton a{
    text-transform: uppercase;
    padding: 0 19px;
}

.babebutton{
    text-align: center;
}
.babebutton a{
    text-transform: uppercase;
    padding: 0 19px;
}

/** Page Video **/
#page-video{
    background: #3f3535;
    border-radius: 3px;
    color: #fff;
}
#page-video h1{
    margin: 0 10px 18px 10px;
    padding-top: 10px;
    text-align: center;
}
#page-video p{
    margin: 0 10px;
}
#page-video .gallery-video{
    margin-top: 25px;
    padding: 0 6px;
}
#page-video .gallery-video a,
#page-video-view .gallery-video a,
#page-model-view .gallery-video a{
    width: 307px;
}
#page-video .gallery-video a .time-vis,
#page-video-view .gallery-video a .time-vis,
#page-model-view .gallery-video a .time-vis{
    display: block;
}
#page-video .gallery-video .image-bg,
#page-video-view .gallery-video .image-bg,
#page-model-view .gallery-video .image-bg{
    background: rgba(185, 101, 135, 0.35) url(../ver3/hover_video.png) center 51px no-repeat;
}
#page-video .pager{
    padding: 22px 0 32px;
}
#page-video-view{
    background: #3f3535;
    border-radius: 3px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 26px;
}
#page-video-view h1#video-title{
    padding-left: 44px;
    background: url(../ver3/icon_video_view.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
#page-video-view p{
    margin: 0 10px;
}
#view-video{
    padding: 0 10px;
    margin: 25px 0;
}
#view-video #video{
    width: 950px;
    float: left;
}
#view-video #banners{
    width: 310px;
    padding-left: 10px;
    float: left;
}
#view-video #banners a{
    display: block;
    margin-bottom: 16px;
}
#page-video-view #tags{
    text-align: left;
}
#page-video-view #tags .one-tags{
    padding: 0 65px 0 0;
}
#page-video-view .banner-center{
    text-align: center;
    padding-bottom: 10px;
}
#page-video-view .banner-center a{
    display: inline-block;
    line-height: 0;

}

/** Page Models **/
#page-models{
    background: #3f3535;
    border-radius: 3px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 26px;
}
#page-models h1#models-title{
    padding-left: 44px;
    background: url(../ver3/icon_photo.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
#sort{
    float: right;
}
#sort a{
    float: left;
    padding: 0 12px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}
#page-models .pager{
    padding: 30px 0;
}
#page-models .pager a{
    font-weight: normal;
    font-size: 14px;
}
#models{
    padding: 0 5px;
}
#models a{
    display: block;
    float: left;
    width: 244px;
    position: relative;
    margin: 0 5px 10px;
}
#models a .num{
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #1f181b;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
}
#models a .name{
    background: rgba(255, 255, 255, 0.8);
    color: #1f181b;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

/** Model View **/
#page-model-view{
    background: #3f3535;
    border-radius: 3px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 26px;
}
#page-model-view h1#title{
    padding-left: 44px;
    background: url(../ver3/icon_video_view.png) left center no-repeat;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
#page-model-view #model{
    padding-bottom: 20px;
}
#model-info{
    float: left;
}
#model-info #col-photo{
    float: left;
    width: 278px;
    padding: 0 24px 0 10px;
}
#model-info #voting{
    margin-top: 22px;
    text-align: center;
}
#model-info #voting #vote-up,
#model-info #voting #vote-down{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
}
#model-info #voting #vote-up{
    background: url(../ver3/vote_up.png) center top no-repeat;
}
#model-info #voting #vote-down{
    background: url(../ver3/vote_down.png) center top no-repeat;
}
#model-info #voting #vote-up:hover,
#model-info #voting #vote-down:hover{
    background-position: center bottom;
}
#model-info #voting #vote-proc{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 30px;
    padding: 0 6px;
}
#model-info #voting #voting-result{
    margin-top: 11px;
}
#model-info #col-info{
    float: left;
	width: 418px;
}
#model-info #col-info .field{
    margin-bottom: 10px;
}
#model-info #col-info .field .label{
    text-transform: uppercase;
    color: #cab8b8;
}
#model-info #socail-links{
    margin-top: 8px;
}
#model-info #socail-links a{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-color: #1c1c1c;
    background-image: url(../ver3/social.png);
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-right: 1px;
}
#model-info #socail-links a:hover{
    background-color: #ec2828;
}
#model-info #socail-links a#s-1{
    background-position: left center;
}
#model-info #socail-links a#s-2{
    background-position: -37px center;
}
#model-info #socail-links a#s-3{
    background-position: -74px center;
}
#model-info #socail-links a#s-4{
    background-position: -111px center;
}
#model-info #socail-links a#s-5{
    background-position: -148px center;
}
#model-info #socail-links a#s-6{
    background-position: -185px center;
}
#model-info #socail-links a#s-7{
    background-position: -222px center;
}
#model-info #socail-links a#s-8{
    background-position: -259px center;
}
#model-sites{
    float: right;
    width: 498px;
    background: #312b2b;
    padding: 20px;
    margin-right: 10px;
}
#model-sites h3{
    margin: 0;
}
#model-sites #links{
    margin-top: 20px;
}
#model-sites #links a{
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 12px;
    background: url(../ver3/arrow_right.png) left center no-repeat;
}
#model-sites #links a:hover{
    color: #ec2828;
}
#page-model-view fieldset{
    margin-bottom: 33px;
}
#page-model-view .pager{
    padding: 25px 0 10px;
}

/** Tags **/
#tags{
    margin: 0 15px;
    text-align: center;
}
#tags .tag{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 22px;
}
#tags .tag span{
    display: inline-block;
    text-transform: uppercase;
    padding-right: 14px;
    line-height: 36px;
}
#tags .tag a{
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 14px;
    background: #1c1c1c;
    border-radius: 3px;
}
#tags .tag a:hover{
    background: #ec2828;
}
#tags .tag .tags{
    display: inline-block;
}
#tags .tag .tags a{
    margin-bottom: 4px;
}

#tags .one-tags{
    padding: 0 15px;
}
#tags .tag-star{
    position: relative;
}
#tags .tag-star .popup{
    display: none;
    position: absolute;
    z-index: 50;
    width: 106px;
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    margin-top: 9px;
    top: 36px;
    left: 50%;
    margin-left: -53px;
}
#tags .tag-star .popup:after{
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    background: url(../ver3/arrow_top.png) center center no-repeat;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -4px;
    z-index: 50;
}
#tags .tag-star:hover .popup{
    display: block;
}

/** Footer **/
#footer{
    background: #1c1c1c;
    margin-top: 52px;
    padding: 30px 0;
}
.footer-menu{
    margin-bottom: 20px;
}
.footer-menu a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 25px;
    padding-left: 10px;
    background: url(../ver3/arrow_right.png) left center no-repeat;
    height: 10px;
    line-height: 10px;
}
.footer-menu a:hover{
    color: #ec2828;
}
#footer .copyright{
    color: #717070;
}
#footer .subscribe{
    float: right;
    position: relative;
}
#footer .subscribe label{
    display: block;
    color: #ec2828;
    font-weight: 600;
    text-transform: uppercase;
}
#footer .subscribe input[type=text]{
    width: 253px;
    height: 32px;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 0 40px 0 13px;
    margin-top: 6px;
    background: #000;
}
#footer .subscribe input[type=submit]{
    position: absolute;
    right: 6px;
    top: 31px;
    border: none;
    width: 28px;
    height: 20px;
    background: url(../ver3/mail.png) center top no-repeat;
    cursor: pointer;
}
#footer .subscribe input[type=submit]:hover{
    background-position: center bottom;
}

/** Scroller **/
#scroller{
    display: none;
    width: 48px;
    height: 48px;
    background: url(../ver3/scroll_top.png) no-repeat;
    position: fixed;
    right: 5%;
    bottom: 100px;
    cursor: pointer;
    z-index: 150;
}

