@font-face {
    font-family: 'futurapress';
    src: url('fonts/futura_press_press-webfont.eot');
    src: url('fonts/futura_press_press-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura_press_press-webfont.svg#futurapress') format('svg'),
        url('fonts/futura_press_press-webfont.woff') format('woff'),
        url('fonts/futura_press_press-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a{
	cursor:pointer;
}
#layout-jpg {
    background: url('../files/index.jpg') no-repeat center 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.5;
    width: 100%;
    height: 2000px;
}
html {
    margin: 0;
    padding: 0;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-size: 10px;
}
body {
    margin: 0;
    padding: 0;
    background: #e2e2e2;
}
input {
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-size: 12px;
    outline: none;
}
textarea {
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #A8ABB4;
}
.adaptive-block{
    display: none;
}
.hover-border {
    display: inline-block;
    height: 150px;
    position: relative;
    width: 150px;
}
.hover-border .img-border{
    border: 4px solid #FFFFFF;
    display: inline-block;
    height: 142px;
    position: absolute;
    width: 142px;
    display: none;
    z-index: 9;
}
.hover-border:hover .img-border{
    display: block;
}
a {
    outline: 0;
}
img {
    border: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.container-shadow-l {
    background: url('../images/container-left-shadow.png') repeat-y left top;
    margin: auto;
    padding-left: 19px;
    width: 919px;
}
.container-shadow-r {
    background: url('../images/container-right-shadow.png') repeat-y right top;
    margin: auto;
    padding-right: 19px;
    width: 900px;
    position: relative;
}
.inp {
    display: inline-block;
    position: relative;
}
.inp label {
    cursor: text;
    font-size: 12px;
    left: 11px;
    position: absolute;
    top: 1px;
}
.inputfield {
    height: 15px;
    display: inline-block;
    border: 1px solid #a8abb4;
    border-radius: 7px;
    padding: 0 10px;
    background: url('../images/inputfield.png') repeat-x left top;
}
.button-remove {
    width: 36px;
    height: 19px;
    display: inline-block;
    background: url('../images/button-remove.png') no-repeat top right;
    border-radius: 7px;
    vertical-align: top;
}
.button-remove:hover {
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
    height: 17px;
}
.button-remove.white:hover {
    box-shadow: 0 0px 4px 0 #009CFF;
}
.button-remove.black {
    background-position: 0 0;
}
.button-remove.black:hover {
    background-position: 100% 0;
    width: 35px;
    margin-left: 1px;
}
.button-remove.white {
    background-position: 0 -19px;
}
.button-move {
    width: 35px;
    height: 19px;
    display: inline-block;
    background: url('../images/button-move.png') no-repeat top right;
    border-radius: 7px;
    vertical-align: top;
    cursor: move;
}
.button-move:hover {
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
    height: 17px;
}
.button-down {
    width: 36px;
    height: 19px;
    display: inline-block;
    background: url('../images/button-down.png') no-repeat top right;
    border-radius: 7px;
    vertical-align: top;
}
.button-down:hover {
    box-shadow: 0 0px 4px 0 #009CFF;
    height: 17px;
}
.button {
    background: url('../images/buttons.png') no-repeat 100% 0px ;
    color: #5B5E66 !important;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    padding: 0 12px 0 0;
    text-decoration: none;
    text-align: left;
    text-transform: lowercase;
    border-radius: 7px;
}
.button span {
    background: url('../images/buttons.png') no-repeat 0 -19px;
    padding: 0 0 0 12px;
    text-shadow: 0 0 2px #000000;
    display: inline-block;
    height: 19px;
    width: 100%;
    border-radius: 7px;
}
.button:hover {
    border-radius: 9px 9px 9px 15px;
}
.button:hover span {
    border-radius: 8px;
    box-shadow: 0 0px 4px 0 #009CFF;
    height: 17px;
}
.button.black:hover span {
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
}
.button.black.highlight span {
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
}
.button.highlight {
    border-radius: 9px 9px 9px 15px;
}
.button.highlight span {
    border-radius: 8px;
    box-shadow: 0 0px 4px 0 #009CFF;
    height: 17px;
}
.button.black {
    color: #5B5E66 !important;
    background-position: 100% 0;
}
.button.black span {
    background-position: 0 -19px;
    text-shadow: 0 0 2px #000000;
}
.button.white {
    background-position: 100% -38px;

}
.button.white span {
    background-position: 0 -57px;
    color: transparent !important;
    text-shadow: 0 1px 1px #FFFFFF, 0 0 0 #272930;
}
.button.gray {
    background-position: 100% -76px;
}
.button.gray span {
    background-position: 0 -95px;
    text-shadow: 0 1px 1px #FFFFFF, 0 0 0 #272930;
    color: transparent !important;
}
/* --- popup --- */
#body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 9000;
    display: none;
}
.popup {
    background: #fff;
    height: 150px;
    left: 150px;
    position: absolute;
    top: 153px;
    width: 600px;
    z-index: 9500;
    display: none;
}
.popup .content {
    font-size: 12px;
    color: #5b5e66;
    line-height: 14px;
    padding: 37px 41px 71px;
}
.popup .content a {
    color: #18191d;
    text-decoration: underline;
}
.popup .content a:hover {

}
.popup .buttons {
    border-bottom: 1px solid #A8ABB4;
    bottom: 38px;
    height: 36px;
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.popup .buttons .button {
    margin: 0 5px;
    position: relative;
    top: 28px;
}
/* --- popup end --- */
/* --- header --- */
#header-wrapper {
    background: #272930;
}
#header {
    margin: auto;
    height: 153px;
    background: #18191d;
}
#header .remember-me {
    cursor: pointer;
}
#header .remember-me .label {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}
#header .remember-me .jq-checkbox {
    margin-left: -1px;
    margin-top: 1px;
}
#header .remember-me:hover .jq-checkbox{
    background-position: center left;
}
#header .jq-checkbox {
    cursor: pointer;
    display: inline-block;
    height: 19px;
    width: 19px;
    background: url('../images/header-checkbox.png') no-repeat bottom left;
    vertical-align: top;
}
#header .jq-checkbox:hover {
    background-position: center left;
}
#header .jq-checkbox.checked {
    background-position: top left !important;
}
#header .inp label {
    color: #5b5e66;
}
#header input[type="text"], #header input[type="password"] {
    background: url('../images/header-input-bg.png') repeat-x top left;
    border: 1px solid #000;
    border-radius: 7px;
    box-shadow: 0 1px 0 0 #2F3033;
    color: #5b5e66;
    height: 13px;
    margin: 0;
    padding: 0 11px 2px;
    text-align: left;
}
#header input.error {
    border: 1px solid #008ad1;
    color: #008ad1;
}
#header .inp.error label {
    color: #008ad1;
}
#header input[type="text"]:focus, #header input[type="password"]:focus {
    background: #272930;
    color: #a8abb4;
}
#header #logo {
    float: left;
    height: 153px;
    width: 150px;
}
#header #logo a {
    background: url('../images/main-logo.png') top left no-repeat;
    display: inline-block;
    height: 153px;
    width: 150px;
}
#header #logo a:hover {
    background: url('../images/main-logo.png') 0 -152px no-repeat;
}
#header .top-block {
    background: url('../images/container-right-shadow.png') repeat-y left top;
    min-width: 750px;
    float: left;
}
#header .top-block .item {
    display: inline-block;
}
#header .top-block .item.registration {
    margin: 0 5px 0 0;
}
#header .bottom-block {
    min-width: 750px;
    height: 39px;
    float: left;
    background: #272930;
    overflow: hidden;
}
#header .left-block {
    float: left;
    height: 114px;
    width: 300px;
}
#header .left-block .username {
    color: #FFFFFF;
    display: block;
    font-family: 'futurapress', 'verdana';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -2px;
}
#header .left-block .profile {
    color: #a8abb4;
    font-size: 12px;
}
#header .left-block .profile a{
    color: #a8abb4;
}
#header .left-block .profile a:hover {
    color: #fefefe;
    text-decoration: none;
}
#header .left-block .username a {
    color: #FFFFFF;
    text-decoration: none;
}
#header .left-block .photo-counter {
    color: #5b5e66;
    font-size: 10px;
    width: 127px;
    margin-right: 6px;
}
#header #auth fieldset,#header #auth .howas{
    padding: 33px 22px 0 15px;
    width: 263px;
}
#header #auth .login-email {
    margin: 0 5px 0 0;
    width: 135px;
}
#header #auth .login-email input{
    width: 114px
}
#header #auth .remember-email {
    width: 250px;
}
#header #auth .remember-email input{
    width: 223px;
}
#header #auth .login-pass {
    width: 113px;
}
#header #auth .login-pass input {
    width: 91px;
}
#header #auth .bottom {
    clear: both;
    margin-top: 7px;
}
#header #auth .center {
    clear: both;
    text-align: right;
    padding-top: 8px;
    color: #383b43;
    font-size: 12px;
}
#header #auth .center .item {
    float: left;
}
#header #auth .center .login {
    display: inline-block;
    margin-right: 3px;
    margin-top: 2px;
}
#header #main-menu {
    width: 450px;
    height: 114px;
    float: left;
    color: #fff;
    position: relative;
}
#header #main-menu a{
    color: #FFFFFF;
    display: block;
    width: 155px;
    font-family: 'futurapress';
    font-size: 14px;
    height: 16px;
    letter-spacing: 1px;
    margin-top: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
#header #main-menu a.hover {
    color: #5B5E66;
}
/*#header #main-menu li.expanded:hover ul.level2 {
    display: block;
}*/
#header #main-menu ul.level1 {
    height: 84px;
    padding: 29px 0 0;
    width: 450px;
}
#header #main-menu ul.level1 > li {
    float: left;
    padding: 0 0 6px;
    width: 150px;
    position: relative;
}
#header #main-menu ul.level1 > li.col2 {
    margin-left: 43px;
    width: 107px;
}
#header #main-menu ul.level1 > li.col3 {
    margin-left: 41px;
    width: 109px;
}
#header #main-menu ul.level1 li ul.level2 {
    box-shadow: 0 0 9px 1px #18191D;
    left: 0;
    padding: 6px 0 0px;
    position: absolute;
    top: 23px;
    width: 150px;
    z-index: 12;
    display: none;
}
#header #main-menu ul.level1 > li.col2 ul.level2{
    left: -43px;
}
#header #main-menu ul.level1 > li.col3 ul.level2{
    left: -41px;
}
#header #main-menu ul.level1 li ul.level2 li {
    background: #fff;
    display: block;
    line-height: 14px;
    padding: 7px 22px 0;
}
#header #main-menu ul.level1 li ul.level2 li:first-child {
    background: #fff url('../images/menu-arrows.png') left top no-repeat;
    padding-top: 10px;
}
#header #main-menu ul.level1 li ul.level2 li:last-child {
    padding-bottom: 5px;
}
#header #main-menu ul.level1 li ul.level2 li.end-section {
    background: #fff url('../images/vertical-shadow.png') repeat-x bottom left;
    padding-bottom: 9px;
}
#header #main-menu ul.level1 li ul.level2 a {
    color: #000;
    letter-spacing: 0;
    font-size: 10px;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    margin: 0;
    height: auto;
}
#header #main-menu ul.level1 li ul.level2 a.hover {
    color: #a8abb4;
}
#header #auth #error, #header #auth .status{
    width: 450px;
    height: 114px;
    position: absolute;
    top:0;
    left: 450px;
    z-index: 12;
    background: #272930 url('../images/vertical-shadow.png') bottom left repeat-x;
}
#header #auth #error .box-arrow, #header #auth .status .box-arrow{
    margin-top: -10px;
}
#header #auth #error .desc, #header #auth .status .desc{
    font-size: 12px;
    line-height: 14px;
    padding: 20px 36px 0 35px;
}
#header #auth #error .desc {
    color: #008ad1;
}
#header #auth .status .desc{
    color: #a8abb4;
}
#header .search {
    float: left;
    width: 450px;
    height: 39px;
    vertical-align: top;
}
#header .search fieldset {
    display: block;
    padding: 11px 0 0 15px;
    position: relative;
}
#header .search input[type="text"] {
    background: url('../images/search-input-bg.png') repeat-x top left;
    border: 1px solid #18191d;
    box-shadow: 0 1px 0 0 #37393f;
    border-radius: 7px 0 0 7px;
    width: 362px;
}
#header .search #search-submit {
    background: url("../images/search-button.png") no-repeat scroll right top transparent;
    border: 0 none;
    font-size: 0;
    height: 19px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 17px;
    top: 11px;
    width: 32px;
    cursor: pointer;
    outline: none;
}
#header .search #search-submit:hover {
    box-shadow: 0 0px 4px 0 #009CFF;
    height: 17px;
    border-radius: 0 9px 9px 0;
}
#header .search #search-submit:active {
    outline: none;
}
#header .check-age {
    background: url('../images/container-right-shadow.png') repeat-y left top;
    color: #5B5E66;
    float: left;
    font-size: 12px;
    height: 39px;
    width: 300px;
}
#header .check-age .label {
    display: inline-block;
    padding: 11px 0 0 20px;
    vertical-align: top;
}
#header .check-age input {
    display: none;
}
#header .check-age .radiocheck {
    display: inline-block;
    position: relative;
    font-size: 0;
    height: 18px;
    margin: 11px 0 0 10px;
}
#header .check-age .field {
    display: inline-block;
    background: url('../images/search-input-bg.png') repeat-x top left;
    border: 1px solid #18191d;
    box-shadow: 0 1px 0 0 #37393f;
    border-radius: 7px;
    display: inline-block;
    height: 15px;
    width: 76px;
    font-size: 0;
}
#header .check-age .field .checker {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 19px;
    background: url('../images/checker-black.png') no-repeat 0 0;
    cursor: pointer;
    z-index: 2;
}
#header .check-age .field:hover .checker {
    box-shadow: 0 0px 4px 0 #009CFF;
    border-radius: 9px;
    height: 17px;
}
#header .check-age .item {
    color: #A8ABB4;
    display: inline-block;
    font-size: 0;
    text-align: center;
    text-transform: lowercase;
    width: 50%;
}
#header .check-age .item.positive {
    background: url("../images/blue-input-bg.png") repeat-x scroll left top transparent;
    border-left: 1px solid #18191D;
    border-radius: 0 7px 7px 0;
    margin-left: -1px;
}
#header .check-age .item label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    margin-top: -2px;
    text-shadow: 0 0 1px #000000;
    width: 100%;
    text-align: center;
    text-indent: -5px;
    line-height: 16px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* --- header end --- */
/* --- welcome --- */
#welcome {
    background: #18191d;
    clear: both;
    height: 150px;
    color: #a8abb4;
}
#welcome .img {
    width: 150px;
    height: 150px;
    float: left;
}
#welcome .desc {
    position: relative;
    height: 150px;
    width: 300px;
    float: left;
}
#welcome .desc .middle-text {
    display: table-cell;
    height: 142px;
    line-height: 12px;
    padding-left: 65px;
    vertical-align: middle;
}
#welcome .photos {
    float: left;
    height: 150px;
}
#welcome .photos li {
    float: left;
    height: 150px;
    width: 150px;
}
/* --- welcome end --- */
/* --- content --- */
#content {
    background: #fff;
    margin: auto;
    min-height: 300px;
}
#content #pager {
    position: fixed;
    left: 50%;
    margin-left: 450px;
    text-align: center;
    top: 50%;
    margin-top: 0;
    width: 39px;
    z-index: 10;
    font-size: 10px;
}
#content #pager ul {

}
#content #pager ul li{
    margin: 1px 0 0;
}
#content #pager a{
    color: #272930;
    display: block;
    height: 19px;
    padding: 4px 2px 0 0;
    text-decoration: none;
    width: 37px;
}
#content #pager a.prev{
    background: url('../images/arrows-vertical-pict.png') no-repeat center -48px;
    height: 16px;
    margin: 0 0 10px;
    padding: 0;
    width: 39px;
}
#content #pager a.prev:hover{
    background: url('../images/arrows-vertical-pict.png') no-repeat center -16px;
}
#content #pager a.next{
    background: url('../images/arrows-vertical-pict.png') no-repeat center -32px;
    height: 16px;
    margin: 10px 0 0;
    padding: 0;
    width: 39px;
}
#content #pager a.next:hover{
    background: url('../images/arrows-vertical-pict.png') no-repeat center 0px;
}
#content #pager a.current{
    color: #fff;
    background: #272930;
}
#content #pager a:hover{
    color: #fff;
    background: #272930;
}
#content .jq-checkbox {
    cursor: pointer;
    display: inline-block;
    height: 19px;
    width: 19px;
    vertical-align: middle;
    background: url('../images/checkboxes.png') no-repeat bottom left;
}
#content .jq-checkbox:hover {
    background-position: center left;
}
#content .jq-checkbox.checked {
    background-position: top left !important;
}
#content input.error {
    border: 1px solid #008ad1;
    color: #008ad1;
}
#content .side-menu {
    color: #A8ABB4;
    float: left;
    padding: 19px 0px 5px;
    width: 150px;
}
#content .side-menu .separator {
    border-top: 1px solid #A8ABB4;
    margin-top: 12px;
    padding-bottom: 21px;
    padding-top: 23px;
}
#content .side-menu a{
    font-family: 'futurapress';
    color: #272930;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
#content .side-menu a.hover {
    color: #a8abb4;
}
#content .side-menu li {
    padding: 0 13px 8px;
}
#content .side-menu .photo-counter {
    display: block;
    margin-top: -2px;
}
#content .popular-author {
    width: 300px;
    position: relative;
    float: left;
}
#content .popular-author .item {
    width: 300px;
    height: 150px;
    position: relative;
}
#content .popular-author .item:hover .photos {
    display: block;
}
#content .popular-author .item .box-arrow.bottom {
    display: none;
}
#content .popular-author .item:hover .box-arrow.bottom {
    display: block;
}
#content .popular-author .item .photo {
    float: left;
    width: 150px;
    height: 150px;
}
#content .popular-author .item .photos {
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 300px;
    z-index: 11;
    display: none;
    background: #18191d;
}
#content .popular-author .item .photos .photos-item {
    float: left;
    width: 150px;
    height: 150px;
}
#content .popular-author .item .desc {
    float: left;
    width: 150px;
    height: 150px;
    position: relative;
    color: #a8abb4;
    text-align: center;
}
#content .popular-author .item .desc a {
    font-size: 14px;
    color: #272930;
}
#content .popular-author .item .desc .title {
    height: 54px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 150px;
}
#content .popular-author .item .desc .title a {
    display: table-cell;
    height: 54px;
    padding: 0 7px;
    vertical-align: middle;
    width: 136px;
}
#content .popular-author .item .desc .date {
    left: 0;
    position: absolute;
    bottom: 16px;
    width: 150px;
}
#content .popular-author .item .desc .date .datelabel {
    display: block;
    padding-bottom: 3px;
}
#content .popular-author .item .desc .date .datetime{
    display: block;
}
#content .popular-author .item .desc .box-arrow.left {
    margin-top: -11px;
}
#content .popular-author .label {
    background: #18191d;
    color: #fff;
    position: absolute;
    top: 0;
    left: -39px;
    width: 39px;
    height: 150px;
    z-index: 2;
}
#content .popular-author .label:hover {
    background: #fff;
}
#content .popular-author .label:hover a {
    color: #272930;
}
#content .popular-author .label a {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: tb-rl;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 29px;
    left: -61px;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 60px;
    width: 150px;
    text-transform: lowercase;
}
.clear {
    clear: both;
}
/* --- content end --- */
/* --- breadcrumbs --- */
#breadcrumbs {
    width: 600px;
    height: 39px;
    background: #e2e2e2;
    float: left;
    font-size: 12px;
    color: #5b5e66;
}
#breadcrumbs .field {
    height: 15px;
    background: #dcdcdc url('../images/breadcrumbs-bg.png') repeat-x left top;
    margin: 11px 17px 0 15px;
    border: 1px solid #a8abb4;
    border-radius: 7px;
    box-shadow: 0 1px 0 0px #ececec;
    padding: 0 11px;
    overflow: hidden;
}
#breadcrumbs a {
    color: #a8abb4;
    text-decoration: none;
    display: block;
    float: left;
	/*    margin-top: -2px;*/
}
#breadcrumbs a:hover {
    color: #5b5e66;
}
#breadcrumbs .field span {
    float: left;
	/*    margin-top: -2px;*/
}
#breadcrumbs .field .separator {
    float: left;
    margin: 4px 5px 0 6px;
    width: 6px;
    height: 7px;
    background: url('../images/breadcrumbs-arrow.png') no-repeat left top;
}
/* --- breadcrumbs end --- */
/* --- colorpicker --- */
#colorpicker {
    width: 300px;
    float: left;
    height: 39px;
    background: #e2e2e2;
}
#colorpicker .item {
    float: left;
    position: relative;
    width: 75px;
    height: 39px;
    cursor: pointer;
}
#colorpicker .item:hover {
    box-shadow: inset 0 0 0 3px #fff;
}
#colorpicker .black {
    background: #18191d;
}
#colorpicker .darkgray {
    background: #5b5e66;
}
#colorpicker .lightgray {
    background: #A8ABB4;
}
#colorpicker .white {
    background: #e2e2e2;
}
/* --- colorpicker end --- */
/* --- main-photo --- */
#main-photo {
    text-align: center;
    font-size: 0;
    line-height: 0;
    background: #e2e2e2;
    position: relative;
    clear: both;
}
#main-photo.black {
    background: #18191d;
}
#main-photo.darkgray {
    background: #5b5e66;
}
#main-photo.lightgray {
    background: #A8ABB4;
}
#main-photo.white {
    background: #e2e2e2;
}
#main-photo .left-arrow {
	position: absolute;
	left: -24px;
	width: 174px;
	height: 18px;
	top: 0;
	height: 100%;
	cursor: pointer;
	z-index: 3;
}
#main-photo .left-arrow a{
	background: url("../images/slider-arrow.png") no-repeat scroll -48px center transparent;
	width: 14px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding-right: 10px;
}
#main-photo .left-arrow:hover a {
    background: url('../images/slider-arrow.png') no-repeat 0px center;
}
#main-photo .right-arrow {
	position: absolute;
	right: -24px;
	width: 974px;
	height: 18px;
	top: 0;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}
#main-photo .right-arrow a {
	background: url('../images/slider-arrow.png') no-repeat -62px center;
	width: 14px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-left: 10px;
}
#main-photo .right-arrow:hover a {
    background: url('../images/slider-arrow.png') no-repeat -14px center;
}
/* --- main-photo end --- */
/* --- photo-info --- */
#photo-info {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #18191D;
    float: left;
    height: 123px;
    overflow: hidden;
    padding: 27px 27px 0;
    width: 546px;
}
#photo-info .models {
    font-size: 12px;
    padding: 0 0 20px;
}
#photo-info .models a {
    color: #5c5e63;
}
#photo-info .models ul {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    width: 455px;
}
#photo-info .models ul li{
    display: inline-block;
}
#photo-info .info {
    line-height: 12px;
}
#author-info {
    float: left;
    width: 300px;
    height: 150px;
    position: relative;
    text-align: center;
    background: #18191d;
    color: #5b5e66;
}
#author-info a {
    color: #fff;
}
#author-info .box-arrow.top {
    margin-left: 64px;
}
#author-info .type {
    color: #fff;
    padding: 30px 0 0;
}
#author-info .title {
    font-size: 12px;
    height: 31px;
    position: relative;
}
#author-info .title a,#author-info .title span {
    position: absolute;
    bottom: 0;
    width: 300px;
    text-align: center;
    left: 0;
    color:#fff;
}
#author-info .username {
    color: #FFFFFF;
    font-family: 'futurapress','verdana';
    font-size: 14px;
    letter-spacing: 1px;
    padding: 2px 0 0;
    text-transform: uppercase;
}
#author-info .dateview {
    padding: 3px 0 8px;
}
#author-info .buttons {
    bottom: 11px;
    left: 0;
    padding: 0 17px;
    position: absolute;
    width: 266px;
}
#author-info .buttons span{
    color:#fff;
}
#author-info .buttons .left {
    float: left;
}
#author-info .buttons .rating {
    float: left;
    margin: 1px 0 0 3px;
}
#author-info .buttons .right {
    float: right;
}
#rating-editor {
    display: inline-block;
}
#rating-editor input {
    background: url('../images/header-input-bg.png') repeat-x top left;
    border: 1px solid #000000;
    box-shadow: 0 1px 0 0 #2F3033;
    color: #5B5E66;
    font-size: 10px;
    height: 13px;
    margin: 0;
    padding: 0 8px 2px 3px;
    text-align: right;
    width: 46px;
}
#rating-editor .plus-button {
    background: url('../images/plusminus-button.png') no-repeat right top;
    display: inline-block;
    width: 33px;
    height: 19px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -5px;
    border-radius: 0 8px 8px 0;
    position: relative;
}
#rating-editor .plus-button:hover {
    height: 17px;
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
}
#rating-editor .minus-button {
    background: url('../images/plusminus-button.png') no-repeat left top;
    display: inline-block;
    width: 33px;
    height: 19px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -5px 0 0;
    border-radius: 8px 0 0 8px;
    position: relative;
}
#rating-editor .minus-button:hover {
    height: 17px;
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
}
#partition-info {
    float: left;
    width: 300px;
    height: 150px;
    position: relative;
    text-align: center;
    background: #18191d;
    color: #5b5e66;
}
#partition-info a {
    color: #fff;
}
#partition-info .box-arrow.top {
    margin-left: 64px;
}
#partition-info .type {
    color: #FFFFFF;
    font-family: 'futurapress','verdana';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 30px 0 0;
}
#partition-info .title {
    font-size: 12px;
    height: 31px;
    position: relative;
}
#partition-info .title a {
    position: absolute;
    bottom: 0;
    width: 300px;
    text-align: center;
    left: 0;
}
#partition-info .username {
    color: #fff;
    padding: 0 0 2px;
}
#partition-info .dateview {
    padding: 3px 0 8px;
}
#partition-info .buttons {
    padding: 0 17px;
}
#partition-info .buttons .left {
    float: left;
}
#partition-info .buttons .right {
    float: right;
}
#model-info {
    float: left;
    width: 300px;
    height: 150px;
    position: relative;
    text-align: center;
    background: #18191d;
    color: #5b5e66;
}
#model-info a {
    color: #fff;
}
#model-info .box-arrow.top {
    margin-left: 64px;
}
#model-info .title {
    font-size: 12px;
    height: 31px;
    position: relative;
}
#model-info .title a,#model-info .title span {
    position: absolute;
    bottom: 0;
    width: 300px;
    text-align: center;
    left: 0;
    color:#fff;
}
#model-info .username {
    color: #FFFFFF;
    font-family: 'futurapress','verdana';
    font-size: 14px;
    letter-spacing: 1px;
    padding: 46px 0 0;
    text-transform: uppercase;
}
#model-info .dateview {
    padding: 3px 0 8px;
}
#model-info .buttons {
    bottom: 11px;
    left: 0;
    padding: 0 17px;
    position: absolute;
    width: 266px;
}
#model-info .buttons span{
    color:#fff;
}
#model-info .buttons .left {
    float: left;
}
#model-info .buttons .rating {
    float: left;
    margin: 1px 0 0 3px;
}
#model-info .buttons .right {
    float: right;
}
/* --- photo-info end --- */
/* --- comment-status --- */
#comment-status {
    background: #272930;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    height: 29px;
    padding: 10px 0 0;
    text-align: center;
}
/* --- comment-status end --- */
/* --- carousel --- */
#carousel {
    clear: both;
    position: relative;
}
#carousel .carousel-wrapper {
    height: 150px;
    overflow: hidden;
    display: block;
    width: 900px;
    position: relative;
}
#carousel ul {
    position: absolute;
    left: 0;
    top: 0;
}
#carousel ul li {
    width: 150px;
    height: 150px;
    float: left;
}
#carousel .left-arrow {
    position: absolute;
    left: -24px;
    width: 24px;
    height: 18px;
    top: 0;
    height: 100%;
    cursor: pointer;
}
#carousel .left-arrow a{
    background: url("../images/slider-arrow.png") no-repeat scroll -48px center transparent;
    width: 14px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-right:10px;
}
#carousel .left-arrow:hover a {
    background: url('../images/slider-arrow.png') no-repeat 0px center;
}
#carousel .right-arrow {
    position: absolute;
    right: -24px;
    width: 24px;
    height: 18px;
    top: 0;
    height: 100%;
    cursor: pointer;
}
#carousel .right-arrow a {
    background: url('../images/slider-arrow.png') no-repeat -62px center;
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-left:10px;
}
#carousel .right-arrow:hover a {
    background: url('../images/slider-arrow.png') no-repeat -14px center;
}
/* --- carousel end --- */
/* --- photo-comments --- */
#photo-comments {

}
#photo-comments .vertical-shadow {
    background: url('../images/vertical-shadow.png') repeat-x top left;
    height: 19px;
    width: 750px;
    position: absolute;
    top: -19px;
    left: 0;
}
#photo-comments #review .user-info .inp {
    width: 135px;
    margin-left: 15px;
}
#photo-comments #review .user-info .inp.first {
    margin: 24px 0 9px 15px;
}
#photo-comments #review .user-info .inp label{
    color: #a8abb4;
    left: 12px;
}
#photo-comments #review .user-info .inputfield {
    width: 113px;
    color: #A8ABB4;
}
#photo-comments #review .user-info .title {
    padding-top: 19px;
}
#photo-comments #review .user-info .mail {
    padding-top: 4px;
}
#photo-comments #review .user-info .date {
    bottom: 23px;
}
#photo-comments .box-arrow.left {
    margin-top: -12px;
}
#photo-comments .box-arrow.right {
    margin-top: -11px;
}
#photo-comments .comment {
    height: 150px;
}
#photo-comments .comment .user-photo {
    float: left;
    height: 150px;
    width: 150px;
    text-align: center;
}
#photo-comments .comment .user-info {
    position: relative;
    float: left;
    height: 150px;
    width: 150px;
    text-align: center;
}
#photo-comments .comment .user-info .mail a {
    color: #18191d;
    text-decoration: none;
}
#photo-comments .comment .user-info .title{
    padding-top: 1px;
}
#photo-comments .comment .user-info .title a{
    left: 0;
    padding: 0 10px;
    position: absolute;
    bottom: 0px;
    width: 130px;
    color: #18191d;
}
#photo-comments .comment .desc {

}
#photo-comments .comment .user-info .mail {
    padding: 5px 0 0px;
}
#photo-comments .comment .user-info .date {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 150px;
}
#photo-comments .comment .user-info .buttons {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 150px;
    height: 19px;
}
#photo-comments .comment .user-info .buttons .button {
    margin: 0 2px;
}
#photo-comments .answer {
    height: 150px;
}
#photo-comments .answer .user-info {
    position: relative;
    float: left;
    height: 150px;
    width: 150px;
    background: #18191D;
    text-align: center;
}
#photo-comments .answer .user-info .title a{
    left: 0;
    padding: 0 10px;
    position: absolute;
    bottom: 0px;
    width: 130px;
    color: #fff;
}
#photo-comments .answer .user-photo {
    float: left;
    height: 150px;
    width: 150px;
    text-align: center;
}
#photo-comments .answer .desc {
    background: url('../images/vertical-shadow-bottom.png') top left repeat-x;
}
#photo-comments .desc textarea {
    border: 1px solid #A8ABB4;
    border-radius: 6px 6px 6px 6px;
    height: 101px;
    margin: -3px 0 0 -11px;
    padding: 0 9px;
    resize: none;
    width: 547px;
    background: #f8f8f8 url('../images/textarea-bg.png') repeat-x top left;
}
#photo-comments .desc .buttons {
    text-align: center;
    position: relative;
    top: -9px;
}
#photo-comments .desc .buttons .button {
    margin: 0 30px 0 0;
}
#photo-comments .answer .type {
    bottom: 40px;
    color: #A8ABB4;
    left: 0;
    position: absolute;
    width: 150px;
}
#photo-comments .title {
    height: 60px;
    width: 130px;
    padding: 20px 10px 0;
    text-align: center;
    font-size: 14px;
    position: relative;
}
#photo-comments .desc {
    color: #18191D;
    float: left;
    height: 123px;
    line-height: 12px;
    padding: 27px 27px 0;
    width: 546px;
}
#photo-comments .date {
    color: #a8abb4;
}
#photo-comments .footer {
    background: #e2e2e2;
    color: #A8ABB4;
    height: 39px;
}
#photo-comments .footer .left {
    width: 600px;
    float: left;
    height: 39px;
    font-size: 12px;
}
#photo-comments .footer .left .pager-desc {
    padding: 10px 0 0 202px;
    display: inline-block;
}
#photo-comments .footer .left .button-down{
    margin: 9px 0 0 17px;
}
#photo-comments .footer .right {
    float: left;
    width:300px;
    height: 39px;
    position: relative;
    background: url('../images/news-right-shadow.png') repeat-y left top;
}
#photo-comments .footer .right .ink {

}
#photo-comments .footer .right .counter {
    display: inline-block;
    padding: 10px 0 0 63px;
}
#photo-comments .footer .right .button {
    float: right;
    margin: 9px 20px 0 0;
}
/* --- photo-comments end --- */
/* --- frontpage --- */
.frontpage .box-arrow.right {
    margin-top: -12px;
}
.frontpage .box-arrow.left {
    margin-top: -12px;
}
.frontpage {
    float: left;
    width: 750px;
}
.frontpage .best-photo {
    width: 300px;
    float: left;
}
.frontpage .best-photo .item {
    width: 300px;
    position: relative;
}
.frontpage .best-photo .item .photo a {
    width: 300px;
    height: 300px;
    display: block;
}
.frontpage .best-photo .item .photo .img-border {
    width: 292px;
    height: 292px;
}
.frontpage .best-photo .item .label {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #272930;
    right: -150px;
    bottom: 0;
    text-align: center;
    color: #a8abb4;
}
.frontpage .best-photo .item .label a {
    color: #a8abb4;
    text-decoration: none;
}
.frontpage .best-photo .item .label a:hover {
    color: #fff;
}
.frontpage .best-photo .item .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    padding: 67px 0 21px;
}
.frontpage .best-photo .item .label .author {
    padding: 0 0 5px;
}
.frontpage .popular-photo {
    float: left;
    position: relative;
    width: 300px;
    margin: 0 0 0 150px;
}
.frontpage .popular-photo .label {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #18191d;
    left: -150px;
    top: 0;
    text-align: center;
    color: #a8abb4;
}
.frontpage .popular-photo .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    padding: 67px 0 21px;
}
.frontpage .popular-photo .item {
    float: left;
    height: 150px;
    width: 150px;
}
.frontpage .last-photo {
    float: left;
    position: relative;
    width: 300px;
    margin: 0 0 0 150px;
}
.frontpage .last-photo .label {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #18191d;
    left: -150px;
    top: 0;
    text-align: center;
    color: #a8abb4;
}
.frontpage .last-photo .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    padding: 67px 0 21px;
}
.frontpage .last-photo .item {
    float: left;
    height: 150px;
    width: 150px;
}
.news-block {
    float: left;
    width: 600px;
    height: 300px;
    position: relative;
    color: #272930;
    background: #e2e2e2 url('../images/news-right-shadow.png') repeat-y left top;
}
.news-block a {
    color: #272930;
    text-decoration: none;
    display: block;
}
.news-block a:hover .item {
    background: #fff url('../images/news-right-shadow.png') repeat-y left top;
}
.news-block .item {
    padding-left: 150px;
    padding-right: 80px;
    height: 149px;
    overflow: hidden;
    display: block;
}
.news-block .item:first-child {
    border-bottom: 1px solid #a8abb4;
}
.news-block .item .title {
    padding: 27px 0 0;
    font-size: 14px;
    display: block;
}
.news-block .item:last-child .title {
    padding: 16px 0 0;
}
.news-block .item .date {
    margin-top: -2px;
    padding: 0 0 11px;
    display: block;
}
.news-block .item .desc {
    line-height: 12px;
    display: block;
}
.news-block .separator {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 149px;
    width: 100%;
    display: block;
}
.news-block .separator .button {
    position: absolute;
    left: 25px;
    top: 0;
}
.best-model-photo {

}
.best-model-photo .label {
    width: 150px;
    height: 150px;
    background: #18191d;
    text-align: center;
    color: #a8abb4;
    float: left;
    position: relative;
}
.best-model-photo .label .box-arrow.right {
    margin-top: -10px;
}
.best-model-photo .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    line-height: 18px;
    padding: 57px 20px 21px;
}
.best-model-photo .item {
    width: 150px;
    height: 150px;
    float: left;
}
.recommend-photo {

}
.recommend-photo .label {
    width: 150px;
    height: 150px;
    background: #272930;
    text-align: center;
    color: #a8abb4;
    float: left;
    position: relative;
}
.recommend-photo .label .box-arrow.right {
    margin-top: -10px;
}
.recommend-photo .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    line-height: 18px;
    padding: 57px 20px 21px;
}
.recommend-photo .item {
    width: 150px;
    height: 150px;
    float: left;
}
/* --- frontpage end --- */
/* --- footer --- */
#footer {
    background: #18191d;
    margin: auto;
    height: 91px;
}
#footer #footer-logo {
    float: left;
    width: 150px;
    height: 91px;
    overflow: hidden;
}
#footer #footer-logo a{
    display: inline-block;
    width: 150px;
    height: 91px;
    background: url('../images/footer-logo.png') no-repeat top left;
}
#footer #footer-logo a:hover {
    background-position: bottom left;
}
/* --- footer menu --- */
#footer #footer-menu {
    background: url('../images/container-right-shadow.png') repeat-y left top;
    color: #a8abb4;
    float: left;
    font-size: 12px;
    height: 52px;
    padding: 0 5px 0 0;
    text-align: center;
    width: 745px;
    position: relative;
}
#footer #footer-menu a {
    color: #a8abb4;
}
#footer #footer-menu a.hover {
    color: #5b5e66;
}
#footer #footer-menu a.current {
    text-decoration: none;
}
#footer #footer-menu li {
    display: inline-block;
    margin: 0 9px;

}
#footer #footer-menu > li {
    height: 39px;
}
#footer #footer-menu li .parent-link {
    padding-top: 23px;
    height: 16px;
    display: block;
}
#footer #footer-menu li ul.level2 {
    bottom: 52px;
    box-shadow: 0 0 9px 1px #18191D;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    width: 150px;
    z-index: 12;
}
#footer #footer-menu li.col1 ul.level2 {
    left: 0;
}
#footer #footer-menu li.col2 ul.level2, #footer #footer-menu li.col3 ul.level2 {
    left: 150px;
}
#footer #footer-menu li.col4 ul.level2, #footer #footer-menu li.col5 ul.level2 {
    left: 300px;
}
#footer #footer-menu li.col6 ul.level2, #footer #footer-menu li.col7 ul.level2 {
    left: 450px;
}
#footer #footer-menu li.col8 ul.level2, #footer #footer-menu li.col9 ul.level2 {
    left: 600px;
}
#footer #footer-menu li ul.level2 li {
    background: #fff;
    display: block;
    line-height: 14px;
    margin: 0;
    padding: 7px 22px 0;
}
#footer #footer-menu li ul.level2 li:last-child {
    background: #fff url('../images/menu-arrows.png') right bottom no-repeat;
    padding-top: 10px;
    padding-bottom: 5px;
}
#footer #footer-menu li ul.level2 li.end-section {
    border-bottom: 1px solid #a8abb4;
    padding-bottom: 9px;
}
#footer #footer-menu li ul.level2 a {
    color: #000;
    letter-spacing: 0;
    font-size: 10px;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    margin: 0;
    height: auto;
    text-decoration: none;
    display: block;
}
#footer #footer-menu li ul.level2 a.hover {
    color: #a8abb4;
}
/* --- footer menu end --- */
#footer #footer-bottom {
    float: left;
    font-size: 12px;
    width: 750px;
    background: #272930;
    height: 39px;
    overflow: hidden;
    color: #5b5e66;
}
#footer #footer-bottom a {
    color: #a8abb4;
    text-decoration: none;
}
#footer #footer-bottom #copyright {
    float: left;
    width: 170px;
    padding-top: 10px;
    text-align: center;
}
#footer #footer-bottom #dev {
    float: left;
    padding-left: 6px;
    width: 274px;
    padding-top: 10px;
}
#footer #footer-bottom #dev .samani {
    display: inline-block;
    height: 20px;
    background: url('../images/samani-logo.png') no-repeat top left;
    color: #5b5e66;
    margin-left: 3px;
    padding-left: 38px;
}
#footer #footer-bottom #dev .samani:hover {
    background-position: bottom left;
    color: #5b5e66;
}
#footer #footer-bottom #contacts {
    padding-top: 10px;
    height: 29px;
    float: left;
    padding-left: 30px;
    width: 270px;
    background: url('../images/container-right-shadow.png') repeat-y left top;
}
#underfooter {
    background: none repeat scroll 0 0 #18191D;
    margin: auto;
    text-align: center;
    /* min-height: 150px; */
}
/* --- footer end --- */
/* --- profile --- */
#photo-count-selector {
    width: 300px;
    height: 39px;
    float: left;
    background: #e2e2e2 url('../images/news-right-shadow.png') repeat-y left top;
    font-size: 12px;
    color: #A8ABB4;
}
#photo-count-selector .label{
    padding: 11px 0 0 20px;
    display: inline-block;
}
#photo-count-selector .jq-selectbox {
    margin-left: 28px;
}
#photo-count-selector .jq-selectbox .select {
    width: 30px;
}
#photo-count-selector .jq-selectbox .dropdown {
    width: 77px;
}
.sidebar-profile {
    width: 300px;
    float: left;
}
.sidebar-profile .inputfield {
    width: 237px;
}
.sidebar-profile .subscription {
    color: #a8abb4;
    font-size: 12px;
    padding: 34px 0 44px;
}
.sidebar-profile .subscription .label {
    padding: 0 27px 12px;
}
.sidebar-profile .subscription .item {
    padding: 0 14px 7px;
}
.sidebar-profile .subscription .item label {
    padding: 0 0 0 6px;
    text-transform: lowercase;
}

.sidebar-profile .favorites {
    color: #a8abb4;
    font-size: 12px;
    padding: 0 0 57px;
}
.sidebar-profile .favorites .item {
    padding: 0 14px 7px;
}
.sidebar-profile .favorites .item label {
    padding: 0 0 0 6px;
    text-transform: lowercase;
}
.sidebar-profile .profile-photo {
    position: relative;
}
.sidebar-profile .profile-photo .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 8px;
    margin-left: -75px;
    z-index: 20;
}
.sidebar-profile .profile-photo form{

    position: relative; 
    height: 20px;
    top:-10px;
}
.sidebar-profile .profile-photo .button span {
    border-radius: 8px;
}
.sidebar-profile .profile-info {
    padding: 20px 27px 39px;
    font-size: 12px;
    color: #272930;
    border-bottom: 1px solid #a8abb4;
    position: relative;
    margin: 0 0 15px;
}
/* edit */
.sidebar-profile .profile-info.edit {
    padding: 21px 27px 18px 14px;
    display: none;
}
.sidebar-profile .profile-info.edit .item {
    padding: 0 0 3px;
}
.sidebar-profile .profile-info.edit .edit-label {
    padding: 8px 11px 7px;
    color: #a8abb4;
}
.sidebar-profile .profile-info.edit .group-item {
    padding: 6px 13px 9px;
}
.sidebar-profile .profile-info.edit .inp {
    color: #a8abb4;
}
.sidebar-profile .profile-info.edit .inp.phone {
    padding: 0 0 9px;
}
.sidebar-profile .profile-info.edit .password {

}
.sidebar-profile .profile-info.edit .password .item {
    padding: 0 0 8px;
}
.sidebar-profile .profile-info.edit .password .item .inputfield {
    width: 146px;
}
.sidebar-profile .profile-info.edit .inp label {
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    text-transform: lowercase;
    letter-spacing: 0;
    top: 0;
}
.sidebar-profile .profile-info.edit .inputfield {
    color: #a8abb4;
    height: 13px;
    padding: 0 10px 2px;
}
.sidebar-profile .profile-info.edit textarea {
    border: 1px solid #A8ABB4;
    border-radius: 6px 6px 6px 6px;
    height: 148px;
    margin: 0;
    padding: 0 10px;
    resize: none;
    width: 237px;
    background: #f8f8f8 url('../images/textarea-bg.png') repeat-x top left;
}
/* edit end */
.sidebar-profile .profile-info.noborder {
    border: 0;
    padding-bottom: 17px;
}
.sidebar-profile .profile-info .buttons {
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: 258px;
}
.sidebar-profile .profile-info .buttons .left {
    float: left;
}
.sidebar-profile .profile-info .buttons .right {
    float: right;
    text-align: right;
}
.sidebar-profile .profile-info .item {
    padding: 0 0 1px;
}
.sidebar-profile .profile-info .city {
    padding: 20px 0px;
}
.sidebar-profile .profile-info .mail a {
    color: #272930;
    text-decoration: none;
}
.sidebar-profile .profile-info .about {
    padding: 23px 0 0;
}
.sidebar-profile .profile-info .about .label {
    padding: 0 0 5px;
}
.sidebar-profile .profile-info .about .desc {
    font-size: 10px;
    line-height: 12px;
}
.sidebar-profile .profile-info .title {
    font-family: 'futurapress', 'verdana';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sidebar-profile .fav-author, .sidebar-profile .fav-models{
    position: relative;
}
.sidebar-profile .fav-author .item, .sidebar-profile .fav-models .item{
    width: 300px;
    height: 150px;
    position: relative;
}
.sidebar-profile .fav-author .item .ink, .sidebar-profile .fav-models .item .ink{
    left: 10px;
}
.sidebar-profile .fav-author .item .buttons, .sidebar-profile .fav-models .item .buttons{
    text-align: center;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 150px;
}
.sidebar-profile .fav-author .item .buttons .button, .sidebar-profile .fav-models .item .buttons .button{
    font-size: 12px;
}
.sidebar-profile .fav-author .item .photo, .sidebar-profile .fav-models .item .photo{
    float: left;
    width: 150px;
    height: 150px;
}
.sidebar-profile .fav-author .item .desc, .sidebar-profile .fav-models .item .desc {
    float: left;
    width: 150px;
    height: 150px;
    position: relative;
    color: #a8abb4;
    text-align: center;
}
.sidebar-profile .fav-author .item .desc a, .sidebar-profile .fav-models .item .desc a {
    font-size: 14px;
    color: #272930;
}
.sidebar-profile .fav-author .item .desc a:hover, .sidebar-profile .fav-models .item .desc a:hover {
    text-decoration: none;
}
.sidebar-profile .fav-author .item .desc .title, .sidebar-profile .fav-models .item .desc .title {
    height: 54px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 150px;
}
.sidebar-profile .fav-author .item .desc .title a, .sidebar-profile .fav-models .item .desc .title a {
    display: table-cell;
    height: 54px;
    padding: 0 7px;
    vertical-align: middle;
    width: 136px;
}
.sidebar-profile .fav-author .item .desc .box-arrow.left, .sidebar-profile .fav-models .item .desc .box-arrow.left {
    margin-top: -11px;
}
.sidebar-profile .fav-author .label, .sidebar-profile .fav-models .label {
    background: #18191d;
    color: #fff;
    position: absolute;
    top: 0;
    left: -39px;
    width: 39px;
    height: 150px;
    z-index: 2;
}
.sidebar-profile .fav-author .label:hover, .sidebar-profile .fav-models .label:hover {
    background: #fff;
}
.sidebar-profile .fav-author .label:hover a, .sidebar-profile .fav-models .label:hover a {
    color: #272930;
}
.sidebar-profile .fav-author .label a, .sidebar-profile .fav-models .label a {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: tb-rl;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    left: -61px;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 60px;
    text-transform: lowercase;
    width: 150px;
    height: 29px;
}
/* --- profile end --- */
/* --- profile-all-photos --- */
#profile-all-photos {
    float: left;
    width: 600px;
    background: #18191d;
}
#profile-all-photos.last-view {
    clear: both;
    float: none;
    width: 900px;
}
#profile-all-photos .item {
    float: left;
    width: 300px;
    height: 450px;
    position: relative;
}
#profile-all-photos .item.draggable {

}
#profile-all-photos .item.draggable .button-move{
    box-shadow: 0 0px 4px 0 #009CFF, inset 0 0px 1px 1px #009CFF;
    height: 17px;
}
#profile-all-photos .item.draggable .border {
    display: block;
}
#profile-all-photos .item:hover .border {
    display: block;
}
#profile-all-photos .item .outside-arrow {
    display: none;
}
#profile-all-photos .item.draggable .outside-arrow {
    display: block;
}
#profile-all-photos .item .top-arrow{
    background: url('../images/arrows-vertical-pict.png') no-repeat 0 -16px;
    height: 16px;
    width: 21px;
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -11px;
    z-index: 20;
}
#profile-all-photos .item .right-arrow{
    background: url('../images/arrows-horizontal-pict.png') no-repeat 0 -105px;
    height: 21px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -11px;
    z-index: 20;
}
#profile-all-photos .item .bottom-arrow{
    background: url('../images/arrows-vertical-pict.png') no-repeat 0 0px;
    height: 16px;
    width: 21px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -11px;
    z-index: 20;
}
#profile-all-photos .item .left-arrow{
    background: url('../images/arrows-horizontal-pict.png') no-repeat 0 -84px;
    height: 21px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -11px;
    z-index: 20;
}
#profile-all-photos .item .border {
    width: 294px;
    height: 444px;
    border: 3px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}
#profile-all-photos .item .img {
    position: absolute;
    width: 300px;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
}
#profile-all-photos .item .desc {
    position: absolute;
    width: 300px;
    left: 0;
    bottom: 0;
    height: 150px;
    background: #18191d;
    color: #5b5e66;
    text-align: center;
}
#profile-all-photos .item .desc .box-arrow {
    background: url('../images/arrows-vertical-pict.png') no-repeat 0 -48px;
    height: 16px;
    width: 21px;
    position: absolute;
    top: -16px;
    right: 65px;
}
#profile-all-photos .item.odd .desc .box-arrow {
    background-position: 0 -32px;
    bottom: -16px;
    top: auto;
}
#profile-all-photos .item .desc .type {
    color: #fff;
    position: absolute;
    top: 29px;
    left: 0;
    width: 300px;
    z-index: 2;
}
#profile-all-photos .item .desc .date {
    color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    width: 300px;
    z-index: 2;
}
#profile-all-photos .item .desc .title {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 69px;
    left: 0;
    width: 300px;
    height: 27px;
    z-index: 2;
}
#profile-all-photos .item .desc .title a{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
}
#profile-all-photos .item .desc .buttons {
    bottom: 11px;
    left: 0;
    padding: 0 14px 0 22px;
    position: absolute;
    width: 261px;
    z-index: 2;
}
#profile-all-photos .item .desc .rating {
    bottom: 51px;
    left: 0;
    padding: 0 19px 0 0;
    position: absolute;
    width: 281px;
    z-index: 2;
}
/* --- profileview --- */
#profile-all-photos.profile-view .item .desc .type {
    top: 37px;
}
#profile-all-photos.profile-view .item .desc .date {
    top: 49px;
}
#profile-all-photos.profile-view .item .desc .title {
    bottom: 60px;
}
#profile-all-photos.profile-view .item .desc .rating {
    bottom: 43px;
}
/* --- profileview end --- */
#profile-all-photos .item .desc .buttons .left {
    float: left;
}
#profile-all-photos .item .desc .buttons .right {
    float: right;
}
#profile-all-photos .item.odd .img {
    bottom: 0;
    top: auto;
}
#profile-all-photos .item.odd .desc {
    top: 0;
    botton: auto;
}
/* --- profile-all-photos end --- */
/* --- profile-all-photos --- */
#all-photos {
    clear: both;
    float: none;
    width: 900px;
    background: #18191d;
}
#all-photos .item {
    float: left;
    width: 300px;
    height: 450px;
    position: relative;
}
#all-photos .item .border {
    width: 294px;
    height: 444px;
    border: 3px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}
#all-photos .item .img {
    position: absolute;
    width: 300px;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
}
#all-photos .item .desc {
    position: absolute;
    width: 300px;
    left: 0;
    bottom: 0;
    height: 150px;
    background: #18191d;
    color: #5b5e66;
    text-align: center;
}
#all-photos .item .desc .box-arrow {
    background: url('../images/arrows-vertical-pict.png') no-repeat 0 -48px;
    height: 16px;
    width: 21px;
    position: absolute;
    top: -16px;
    right: 65px;
}
#all-photos .item.odd .desc .box-arrow {
    background-position: 0 -32px;
    bottom: -16px;
    top: auto;
}
#all-photos .item .desc .type {
    color: #fff;
    position: absolute;
    top: 29px;
    left: 0;
    width: 300px;
    z-index: 2;
}
#all-photos .item .desc .date {
    color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    width: 300px;
    z-index: 2;
}
#all-photos .item .desc .title {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 300px;
    height: 27px;
    z-index: 2;
}
#all-photos .item .desc .username {
    color: #fefeff;
    font-family: 'futurapress', 'verdana';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    left: 0;
    top: 58px;
    position: absolute;
}
#all-photos .item .desc .username a {
    text-decoration: none;
    color: #fefeff;
}
#all-photos .item .desc .title a{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
}
#all-photos .item .desc .rating {
    bottom: 25px;
    left: 0;
    padding: 0 19px 0 0;
    position: absolute;
    width: 281px;
    z-index: 2;
}
#all-photos .item .desc .buttons .left {
    float: left;
}
#all-photos .item .desc .buttons .right {
    float: right;
}
#all-photos .item.odd .img {
    bottom: 0;
    top: auto;
}
#all-photos .item.odd .desc {
    top: 0;
    botton: auto;
}
#all-photos.one-of-gallery .item .desc .date {
    top: 30px;
}
#all-photos.one-of-gallery .item .desc .username {
    top: 47px;
}
#all-photos.one-of-gallery .item .desc .title {
    bottom: 55px;
}
#all-photos.one-of-gallery .item .desc .rating {
    bottom: 37px;
}
/* --- all-photos end --- */
/* --- photographers --- */
#content #photographers {
    clear: both;
}
#content #photographers .item {
    float: left;
    background: #18191d;
    position: relative;
    width: 300px;
    height: 150px;
}
#content #photographers .item:hover .photos{
    display: block;
}
#content #photographers .item:hover .desc{
    background: #fff;
}
#content #photographers .item:hover .desc .arrow{
    background-position: 0 -84px;
}
#content #photographers .item.odd:hover .desc .arrow{
    background-position: 0 -105px;
}
#content #photographers .item:hover .desc .username {
    color: #272930;
}
#content #photographers .item:hover .desc .username a {
    color: #272930;
}
#content #photographers .item:hover .img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE 6-9 */
}
#content #photographers .item:hover .desc .arrow-preview {
    display: block;
}
#content #photographers .item .photos {
    position: absolute;
    left: 0;
    top: 150px;
    width: 300px;
    z-index: 11;
    display: none;
    background: #18191d;
}
#content #photographers .item.last-item .photos {
    bottom: 150px;
    top: auto;
}
#content #photographers .item .photos .photos-item {
    float: left;
    width: 150px;
    height: 150px;
}
#content #photographers .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
}
#content #photographers .item.odd .img{
    left: 150px;
}
#content #photographers .item .desc {
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #5B5E66;
    position: absolute;
    left: 150px;
    top: 0;
}
#content #photographers .item.odd .desc {
    left: 0;
}
#content #photographers .item .desc .arrow {
    background: url('../images/arrows-horizontal-pict.png') no-repeat;
    width: 16px;
    height: 21px;
    left: -16px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
}
#content #photographers .item .desc .arrow-preview {
    background: url('../images/arrows-vertical-pict.png') no-repeat 0 0px;
    width: 21px;
    height: 16px;
    left: 50%;
    bottom: -16px;
    margin-left: -11px;
    position: absolute;
    z-index: 12;
    display: none;
}
#content #photographers .item.last-item .desc .arrow-preview {
    background-position: 0 -16px;
    top: -16px;
    bottom: auto;
}
#content #photographers .item.odd .desc .arrow {
    left: auto;
    right: -16px;
    background-position: 0 -21px;
}
#content #photographers .item .desc .date {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 12px;
}
#content #photographers .item .desc .date span {
    display: block;
    padding: 0 0 4px;
}
#content #photographers .item .desc .username {
    height: 40px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 71px;
    font-size: 14px;
}
#content #photographers .item .desc .username a {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#content #photographers .item .desc .counters {
    padding: 11px 0 0;
}
/* --- photographers end --- */
/* --- notfound --- */
.notfound-block {
    float: left;
    height: 150px;
    width: 150px;
    position: relative;
    background: #18191d;
}
.notfound-block .title {
    font-family: 'futurapress';
    color: #900;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-top: 59px;
}
.notfound-img {
    width: 750px;
    float: left;
    height: 150px;
    background: url('../images/notfound.jpg') no-repeat left top;
}
.notfound-text {
    clear: both;
    margin-left: 165px;
    padding-top: 21px;
}
.notfound-text h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
}
.notfound-text a {
    color: #272930;
}
/* --- notfound end --- */
/* --- registration --- */
#content .right-sidebar {
    float: right;
    width: 300px;
    background: url('../images/news-right-shadow.png') repeat-y left top;
    position: relative;
}
#content .right-sidebar.no-shadow {
    background: #fff;
}
#content .right-sidebar .box-arrow.left.white {
    top: 136px;
}
#content .right-sidebar h2 {
    margin: 0;
    padding: 61px 30px 12px 43px;
    font-size: 12px;
    font-weight: 400;
}
#content .right-sidebar .content {
    padding: 0px 30px 40px 43px;
    line-height: 12px;
}
#content .right-sidebar .content p {
    margin: 0;
    padding: 0 0 6px;
}
#content .right-sidebar .content a {
    color: #a8abb4;
}
#content .right-sidebar .error-block {
    position: relative;
    width: 300px;
    height: 100%;
    background: #272930;
    color: #008ad1;
}
#content .right-sidebar .error-block .content {
    font-size: 12px;
    line-height: 14px;
    padding: 34px 30px 20px 43px;
}
#content .right-sidebar .error-block .box-arrow.left {
    top: 88px;
}
#content .left-content {
    float: left;
    width: 600px;
}
#content .left-content.complete {
    background: #272930;
}
#content .left-content .inp label {
    color: #a8abb4;
}
#content .left-content .inp input {
    color: #272930;
    width: 200px;
}
#content .left-content h1{
    margin: 0;
    display: block;
    font-family: 'futurapress';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 23px 27px;
}
#content .left-content.complete h1{
    color: #e2e2e2;
}
#content .left-content.complete {
    color: #fff;
}
#content .left-content.complete a{
    color: #a8abb4;
}
#content .left-content.complete .content {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 26px 0;
}
#content .left-content .jq-selectbox {
    font-size: 12px;
}
#content .left-content .jq-selectbox .dropdown {
    width: 100%;
}
#content .left-content.registration .jq-selectbox .select {
    width: 66px;
}
#content .left-content .item {
    padding: 0 15px 19px;
}
#content .left-content .item .label{
    padding: 5px 12px 7px;
    font-size: 12px;
    color: #a8abb4;
}
#content .left-content .item .field {
    display: block;
    margin: 0 0 7px;
}
#content .left-content .item.date {

}
#content .left-content .item.date .field {
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
}
#content .left-content .item.date  .label {
    padding: 8px 12px 7px;
}
#content .left-content .item.contacts  .label {
    padding: 0 12px 8px;
}
#content .left-content .item.password {
    padding: 0 15px 22px;
}
#content .left-content .item.password  .label {
    padding: 1px 12px 8px;
}
#content .left-content .item.password .field {
    margin: 0 0 9px;
}
#content .left-content .item.password  input {
    width: 146px;
}
#content .left-content  input.ui-combobox-input {
    width: 177px;
}

#content .left-content .buttons {
    border-bottom: 1px solid #A8ABB4;
    text-align: center;
    margin: 4px 0 38px;
}
#content .left-content .buttons .button {
    margin: 0 5px;
    position: relative;
    top: 11px;
}
#content .left-content .item.rules label {
    font-size: 12px;
    padding-left: 5px;
    color: #A8ABB4;
}
#content .left-content a {
    color: #18191D;
}

#content .left-content .item.date #dateDay, #content .left-content .item.date #dateYear {
    padding: 0 5px 2px;
    width: 37px;
    text-align: center;
}
#content .left-content .inputfield {
    height: 13px;
    padding: 0 10px 2px;
}
#content .radiocheck {
    display: inline-block;
    position: relative;
    font-size: 0;
    height: 18px;
    margin: 1px 0 0 0px;
}
#content .radiocheck .field {
    display: inline-block;
    background: url("../images/blue-input-bg.png") repeat-x scroll left top transparent;
    border: 1px solid #a8abb4;
    border-radius: 7px;
    display: inline-block;
    height: 15px;
    width: 166px;
    font-size: 0;
}
#content .radiocheck .field .checker {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 85px;
    height: 19px;
    background: url('../images/checker-white.png') no-repeat 0 0;
    cursor: pointer;
    z-index: 2;
}
#content .radiocheck .field:hover .checker {
    box-shadow: 0 0px 4px 0 #009CFF;
    border-radius: 9px;
    height: 17px;
}
#content .radiocheck .item {
    color: #A8ABB4;
    display: inline-block;
    font-size: 0;
    text-align: center;
    text-transform: lowercase;
    width: 50%;
    padding: 0;
}
#content .radiocheck .item input {
    display: none;
}
#content .radiocheck .item.positive {
    background: url("../images/blue-input-bg.png") repeat-x scroll left top transparent;
    border-left: 1px solid #18191D;
    border-radius: 0 7px 7px 0;
    margin-left: -1px;
}
#content .radiocheck .item label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    margin-top: -2px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    text-indent: -3px;
    line-height: 16px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* --- registration end --- */
/* --- addphoto --- */
#content .addphoto-right {
    width: 300px;
    float: right;
    background: url('../images/news-right-shadow.png') repeat-y left top;
    position: relative;
}
#content .addphoto-right h2 {
    margin: 0;
    padding: 61px 10px 12px 43px;
    font-size: 12px;
    font-weight: 400;
}
#content .addphoto-right .content {
    padding: 0 40px 40px 43px;
    line-height: 12px;
}
#content .addphoto-right .content p {
    margin: 0;
    padding: 0 0 6px;
}
#content .addphoto-right .content a {
    color: #a8abb4;
}
#content .addphoto-right .photo {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#content .addphoto-right .photo .achievements {
    top: auto;
    bottom: -18px;
}
#content .addphoto-right .photo label {
    bottom: 8px;
    height: 17px;
    position: relative;
    z-index: 3;
}
#content .addphoto-right .photo label span {
    height: 17px;
}
#content .addphoto-right .viewreview {
    margin-top: 80px;
    text-align: center;
    color: #5b5e66;
}
#content .addphoto-right .error-block {
    width: 300px;
    background: #272930;
    color: #008ad1;
    position: absolute;
    top: 300px;
    border-top: 1px solid #a8abb4;
}
#content .addphoto-right .error-block .content {
    font-size: 12px;
    line-height: 14px;
    padding: 89px 30px 20px 43px;
}
#content .addphoto-right .error-block .box-arrow.left {
    top: 101px;
}
#content .addphoto-left {
    width: 600px;
    float: left;
}
#content .addphoto-left h1{
    margin: 0;
    display: block;
    font-family: 'futurapress';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 23px 27px;
}
#content .addphoto-left .jq-selectbox {
    font-size: 12px;
}
#content .addphoto-left .jq-selectbox .dropdown {
    width: 100%;
}
#content .addphoto-left .jq-selectbox .select {
    width: 176px;
}
#content .addphoto-left .item {
    padding: 0 15px 19px;
}
#content .addphoto-left .item .label{
    padding: 5px 12px 7px;
    font-size: 12px;
    color: #a8abb4;
}
#content .addphoto-left .item .field {
    display: block;
    margin: 0 0 7px;
}
#content .addphoto-left .item.models .field{
    height: 19px;
}
#content .addphoto-left .item.models .field .button {
    margin-left: 4px;
}
#content .addphoto-left .item.models .field .button-remove {
    margin-left: 8px;
}
#content .addphoto-left  input.ui-combobox-input {
    width: 177px;
}
#content .addphoto-left .button {
    vertical-align: middle;
}
#content .addphoto-left .buttons {
    border-bottom: 1px solid #A8ABB4;
    text-align: center;
    margin: 4px 0 38px;
}
#content .addphoto-left .buttons .button {
    margin: 0 5px;
    position: relative;
    top: 11px;
}
#content .addphoto-left .item label {
    color: #A8ABB4;
}
#content .addphoto-left .item input {
    height: 13px;
    padding: 0 10px 2px;
    width: 200px;
    color: #272930;
}
#content .addphoto-left a {
    color: #18191D;
}
#content .addphoto-left .inputfield {
    height: 13px;
    padding: 0 10px 2px;
}
#content .addphoto-left textarea {
    border: 1px solid #A8ABB4;
    border-radius: 6px 6px 6px 6px;
    height: 148px;
    margin: 0;
    color: #272930;
    padding: 0 9px;
    resize: none;
    width: 366px;
    background: #f8f8f8 url('../images/textarea-bg.png') repeat-x top left;
}
#content .addphoto-left .item.ero label {
    font-size: 12px;
    padding-left: 5px;
    color: #A8ABB4;
}
#content .addphoto-left .photoCounter {
    padding: 6px 26px 77px;
    color: #272930;
    font-size: 12px;
}
/* --- gallery-dmitrii --- */
#gallery-dmitrii {
    width: 750px;
    float: right;
}
#gallery-dmitrii .item {
    float: left;
    font-size: 0;
    line-height: 0;
}
#gallery-dmitrii .small {
    float: left;
}
#gallery-dmitrii .small .item{
    width: 150px;
    height: 150px;
    float: none;
}
#gallery-dmitrii .small .item img{
    width: 150px;
    height: 150px;
}
#gallery-dmitrii .small .item .hover-border {
    height: 150px;
    width: 150px;
}
#gallery-dmitrii .small .item .hover-border .img-border{
    height: 142px;
    width: 142px;
}
#gallery-dmitrii .item .hover-border {
    height: 300px;
    width: 300px;
}
#gallery-dmitrii .item .hover-border .img-border{
    height: 292px;
    width: 292px;
}
/* --- editable page --- */
#content .editable-page {
    width: 600px;
    float: left;
}
#content .editable-page.dm {
    width: 450px;
    background: url('../images/news-right-shadow.png') repeat-y left top;
}
#content .editable-page .content {
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    padding: 0 29px 50px;
    width: 520px;
}
#content .editable-page.dm .content {
    width: 392px;
}
#content .editable-page .content p {
    margin: 0 0 15px;
}
#content .editable-page h1{
    margin: 0;
    display: block;
    font-family: 'futurapress';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 23px 27px 27px;
    color: #272930;
}
#content .editable-page.dm h1 {
    padding: 23px 15px 27px;
}
#content .editable-page-right {
    float: right;
    width: 300px;
    min-height: 300px;
    background: url('../images/news-right-shadow.png') repeat-y left top;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
#content .editable-page-right img {

}
/* --- news --- */
#news {
    clear: both;
    background: #e2e2e2 url('../images/vertical-shadow-bottom.png') top left repeat-x;
    padding: 0 0 15px;
}
#news .item {
    padding-bottom: 5px;
    padding-top: 27px;
}
#news .item .date {
    width: 150px;
    float: left;
    text-align: center;
    font-size: 12px;
}
#news .item .title {
    float: left;
    font-family: 'futurapress', Verdana;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #272930;
    margin-left: 17px;
    padding-bottom: 6px;
    width: 600px;
}
#news .item .buttons {
    clear:both;
    border-bottom: 1px solid #A8ABB4;
    position: relative;
    padding: 8px 0 0;
}
#news .item .buttons a {
    position: absolute;
    left: 20px;
    top: 0;
}
#news .item .desc {
    font-size: 12px;
    line-height: 15px;
    margin-left: 166px;
    margin-top: 12px;
    width: 600px;
}
#news .item .descfull {
    display: none;
    background: #fff;
}
#news .item .descfull .content {
    float: left;
    font-size: 12px;
    margin: 15px 20px 15px 40px;
    width: 540px;
}
#news .item .descfull .content p {
    margin: 0 0 10px;
}
#news .item .descfull .rightblock{
    float: right;
    width: 300px;
    font-size: 0;
    line-height: 0;
}
#news .item .descfull .bottom {
    border-top: 1px solid #A8ABB4;
    position: relative;
    clear: both;
    height: 16px;
    background: #e2e2e2;
}
#news .item .descfull .bottom a{
    left: 20px;
    position: absolute;
    top: -8px;
    width: 96px;
}
#news .item .descfull .bottom a span{
    text-align: center;
    text-indent: -12px;
    width: 96px;
}
#news .item .descfull .bottom .shadow {
    bottom: -19px;
    left: 0;
    height: 19px;
    width: 100%;
    position: absolute;
    background: url('../images/vertical-shadow-bottom.png') top left repeat-x;
}
/* --- box-arrow --- */
/* --- photographer-count --- */
#photographer-count {
    width: 300px;
    height: 38px;
    border-bottom: 1px solid #A8ABB4;
    float: left;
    background: #e2e2e2 url('../images/news-right-shadow.png') repeat-y left top;
    font-size: 12px;
    color: #A8ABB4;
}
#photographer-count .label{
    padding: 11px 0 0 20px;
    display: inline-block;
}
/* --- photographer-count end --- */
/* --- sorter --- */
#sort {
    background: #e2e2e2;
    width: 600px;
    height: 39px;
    float: left;
}
#sort .label{
    color: #A8ABB4;
    font-size: 12px;
    padding: 10px 0 0 16px;
    display: inline-block;
}
#sort #sort-slider {
    float: right;
    height: 34px;
    margin: 5px 25px 0 0;
    width: 424px;
}
#sort #sort-slider.smallsort {
    width: 287px;
}
#sort #sort-slider .item-slider {
    position: relative;
    background: url('../images/sort-line.png') repeat-x 0 8px;
    height: 17px;
    width: 100%;
}
#sort #sort-slider .item-slider .point {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 17px;
    cursor: pointer;
    margin: 0 0 0 -8px;
    background: url('../images/sort-circle.png') no-repeat 0 -17px;
}
#sort #sort-slider .item-slider .point:hover {
    background-position: 0 0;
}
#sort #sort-slider .item-slider .handle {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 17px;
    cursor: pointer;
    margin: 0 0 0 -8px;
    background: url('../images/sort-circle.png') no-repeat 0 -34px;
    z-index: 2;
}
#sort #sort-slider .links {
    color: #5b5e66;
    position: relative;
    height: 14px;
}
#sort #sort-slider .links a{
    color: #5b5e66;
    text-decoration: none;
    padding-right: 15px;
    margin: 0 0 0 3px;
    background: url('../images/sort-arrows.png') no-repeat 100% 3px;
    position: absolute;
    top: 0;
    left: 0;
}
#sort #sort-slider .links a.asc{
    background-position: 100% -86px;
}
#sort #sort-slider .links a.desc{
    background-position: 100% 3px;
}
#sort #sort-slider.models .links .first {
    left: 0px;
}
#sort #sort-slider.smallsort .links .first {
    left: 65px;
}
#sort #sort-slider.models .links .second {
    left: 133px;
}
#sort #sort-slider.smallsort .links .second {
	left: 230px;
}
#sort #sort-slider.models .links .third {
    left: 262px;
}
#sort #sort-slider.models .links .fourth {
    left: 342px;
    width: 70px;
}
/* --- sorter end --- */
/* --- best-photographer --- */
#content .best-photographer {

}
#content .best-photographer .photo {
    width: 150px;
    height: 150px;
    float: left;
}
#content .best-photographer .box {
    width: 150px;
    height: 150px;
    float: left;
    background: #18191d;
    position: relative;
    text-align: center;
}
#content .best-photographer .box .username {
    color: #A8ABB4;
    font-size: 14px;
}
#content .best-photographer .box .username a {
    color: #A8ABB4;
}
#content .best-photographer .box .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress', Verdana;
    text-transform: uppercase;
    padding: 48px 0 16px;
}
#content .best-photographer .box .box-arrow {
    margin-top: -11px;
}
#content .best-photographer .photos {
    float: left;
    width: 600px;
    height: 150px;
    overflow: hidden;
}
#content .best-photographer .photos .item {
    float: left;
}

/* --- best-photographer end --- */
#content #popular-photo {
    float: left;
    width: 900px;
    height: 150px;
    overflow: hidden;
}
#content #popular-photo .label {
    width: 150px;
    height: 150px;
    background: #18191d;
    text-align: center;
    color: #a8abb4;
    float: left;
    position: relative;
}
#content #popular-photo .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    padding: 67px 0 21px;
}
#content #popular-photo .item {
    float: left;
    height: 150px;
    width: 150px;
}
#content #last-photo {
    float: left;
    width: 900px;
    height: 150px;
    overflow: hidden;
}
#content #last-photo .label {
    width: 150px;
    height: 150px;
    background: #272930;
    text-align: center;
    color: #a8abb4;
    float: left;
    position: relative;
}
#content #last-photo .label .title {
    color: #fff;
    font-size: 12px;
    font-family: 'futurapress';
    text-transform: uppercase;
    padding: 67px 0 21px;
}
#content #last-photo .item {
    float: left;
    height: 150px;
    width: 150px;
}
/* --- best-model --- */
#content .best-model {

}
#content .best-model .photo {
    width: 150px;
    height: 150px;
    float: left;
}
#content .best-model .box {
    width: 150px;
    height: 150px;
    float: left;
    background: #fff;
    position: relative;
    text-align: center;
}
#content .best-model .box .username {
    color: #5b5e66;
    font-size: 14px;
}
#content .best-model .box .username a {
    color: #5b5e66;
}
#content .best-model .box .title {
    color: #272930;
    font-size: 12px;
    font-family: 'futurapress', Verdana;
    text-transform: uppercase;
    padding: 67px 0 16px;
}
#content .best-model .box .box-arrow {
    margin-top: -11px;
}
#content .best-model .photos {
    float: left;
    width: 600px;
    height: 150px;
    overflow: hidden;
}
#content .best-model .photos .item {
    float: left;
}
/* --- best-model end --- */
/* --- two-bestphoto --- */
#content .two-bestphoto {
    clear: both;
}
#content .two-bestphoto .item {
    float: left;
    width: 450px;
}
#content .two-bestphoto .item .img {
    font-size: 0;
    line-height: 0;
}
#content .two-bestphoto .item img {
    width: 450px; height: 450px;
}
#content .two-bestphoto .item .hover-border {
    width: 450px; height: 450px;
}
#content .two-bestphoto .item .hover-border .img-border{
    width: 442px; height: 442px;
}
#content .two-bestphoto .item .bottom {
    height: 75px;
    background: #272930;
    text-align: center;
    color: #5b5e66;
}
#content .two-bestphoto .item .bottom a {
    color: #fff;
}
#content .two-bestphoto .item .bottom .left {
    float: left;
    width: 300px;
    height: 75px;
}
#content .two-bestphoto .item .bottom .left .username {
    color: #fff;
    font-size: 14px;
    font-family: 'futurapress', Verdana;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0 3px;
}
#content .two-bestphoto .item .bottom .left .username a {
    text-decoration: none;
}
#content .two-bestphoto .item .bottom .left .title {
    font-size: 12px;
}
#content .two-bestphoto .item .bottom .left .title a {

}
#content .two-bestphoto .item .bottom .left .title a:hover {
    text-decoration: none;
}
#content .two-bestphoto .item .bottom .right {
    float: left;
    width: 150px;
    height: 75px;
    position: relative;
    background: url('../images/news-right-shadow.png') repeat-y left top;
}
#content .two-bestphoto .item .bottom .right .publish {
    padding: 26px 0 0;
}
#content .two-bestphoto .item .bottom .right .publish span {
    display: block;
}
/* --- two-bestphoto end --- */
.box-arrow {
    position: absolute;
    z-index: 10;
}
.box-arrow.left {
    background: url('../images/arrows-horizontal-pict.png') no-repeat;
    width: 16px;
    height: 21px;
    left: -16px;
    top: 50%;
    margin-top: -14px;
}
.box-arrow.right {
    background: url('../images/arrows-horizontal-pict.png') no-repeat;
    width: 16px;
    height: 21px;
    right: -16px;
    top: 50%;
    margin-top: -14px;
}
.box-arrow.top {
    background: url('../images/arrows-vertical-pict.png') no-repeat;
    height: 16px;
    left: 50%;
    margin-left: -12px;
    top: -16px;
    width: 21px;
}
.box-arrow.bottom {
    background: url('../images/arrows-vertical-pict.png') no-repeat;
    bottom: 150px;
    height: 16px;
    left: 50%;
    margin-left: -10px;
    width: 21px;
    z-index: 12;
}
.box-arrow.left.black {
    background-position: 0 0;
}
.box-arrow.right.black {
    background-position: 0 -21px;
}
.box-arrow.top.black {
    background-position: 0 -48px;
}
.box-arrow.bottom.black {
    background-position: 0 -64px;
}
.box-arrow.left.gray {
    background-position: 0 -42px;
}
.box-arrow.right.gray {
    background-position: 0 -63px;
}
.box-arrow.top.white {
    background-position: 0 0px;
}
.box-arrow.bottom.white {
    background-position: 0 -16px;
}
.box-arrow.left.white {
    background-position: 0 -84px;
}
.box-arrow.right.white {
    background-position: 0 -105px;
}
/* --- achivements --- */
.achievements {
    height: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 100%;
    z-index: 9;
}
.achievements .ach-item {
    background: url('../images/achievements.png') no-repeat;
    display: inline-block;
    height: 25px;
    width: 35px;
    margin: 0 -5px;
}
.achievements .ach-item.bestday {
    background-position: 0 0;
}
.achievements .ach-item.bestweek {
    background-position: -35px 0;
}
.achievements .ach-item.justgood {
    background-position: -70px 0;
}
/* --- ink --- */
.ink {
    background: url('../images/ink.png') no-repeat;
    width: 68px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.ink.newcomments {
    background-position: 0 0;
}
.ink.newphotos {
    background-position: -68px 0;
}
/* --- select combobox --- */
.ui-combobox {
    position: relative;
    display: inline-block;
    height: 15px;
}
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    right: -1px;
    width: 33px;
    height: 19px;
    background: url('../images/select-arrow.png') no-repeat top right;
    border-radius: 0 6px 6px 0;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.ui-combobox-toggle .ui-icon {
    display: none;
}
.ui-combobox-input {
    border: 1px solid #A8ABB4;
    border-radius: 7px 7px 7px 7px;
    color: #A8ABB4;
    display: inline-block;
    font-weight: 400;
    height: 15px;
    padding: 0 33px 0 10px;
    width: 213px;
    background: url('../images/inputfield.png') repeat-x left top;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-size: 12px;
}
.ui-autocomplete.ui-menu {
    z-index: 100 !important;
    background: #e2e2e2;
    color: #5b5e66;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 191px;
    font-size: 12px;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
    display: block;
    line-height: 14px;
    padding: 3px 13px;
    text-decoration: none;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
    background: #fff;
    padding: 3px 13px;
    margin: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    color: #5b5e66;
}
.selectbox {
    vertical-align: middle;
    cursor: pointer;
}
/* --- select --- */
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox .select {
    width: 100px;
    height: 15px;
    padding: 0 33px 0 11px;
    color: #fff;
    border: 1px solid #A8ABB4;
    background: url('../images/select-bg.png') repeat-x top left;
    border-radius: 7px;
}
.jq-selectbox .select:hover {

}
.jq-selectbox .select:active {

}
.jq-selectbox.focused .select {

}
.jq-selectbox.disabled .select {

}
.jq-selectbox .select .text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    height: 15px;
}
.jq-selectbox .trigger {
    position: absolute;
    top: 0;
    right: -1px;
    width: 33px;
    height: 19px;
    background: url('../images/select-arrow.png') no-repeat top right;
    border-radius: 0 6px 6px 0;
}
.jq-selectbox:hover .trigger {
    box-shadow: 0 0px 4px 0 #009CFF;
    height: 17px;
}
.jq-selectbox .dropdown {
    top: 19px;
    margin: 0;
    padding: 0;
    background: #e2e2e2;
    color: #5b5e66;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    padding: 2px 12px;
}
.jq-selectbox li.selected {
    background: #fff;
    color: #5b5e66;
}
.jq-selectbox li:hover {
    background: #fff;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
/* --- errors --- */
#content .inp.error label {
    color: #008ad1;
}
#content .input.error {
    border-color: #008ad1;
}
select.autocomplete {
    display: none;
}
#tempLoad
{
    font-size: 10px;
    position: absolute;
    bottom: -4px;
    left: -500px;
    z-index: -1;
    opacity:0;
}
#sLog
{
    text-align: center;
    padding-top: 30px;
}
#sLog span{
	display: block;
}
#sLog span.notice{
	color:#FD6B1B;
}
#sLog span.error{
	color:#900;
}
#cImg
{
    max-width: 300px;
    max-height: 300px;
}
div.photo_wrapper
{
    height: 300px;
	text-align: center;
}
.errorSummary p {
    margin: 0 0 8px;
}

#regedit .errorSummary
{
	padding-bottom: 10px;
}

#regedit .errorSummary
{
	color: #ae9191;
}

#regedit .errorSummary li
{
	padding-left: 5px;
}

#set-rmk
{
	position: absolute;
	right: 0;
	top: 0;
}
.profile-photo #pst{
	position: absolute;
	z-index: 20;
	width: 300px;
	background: #fff;
	height: 310px;
	top: 0;
	left: 0;
	padding-bottom: 20px;
}
#crops-form{
	z-index: -1;
	width: 300px;
	height: 300px;
	position: absolute;
	top:0;
	left: 0;
}
#crops-form>.button.white{
	position: absolute;
	bottom: -10px;
	right: 23px;
	left: auto;
}
#crops-form label.button.white{
	bottom: 20px;
}
#sLog1{
	display: none;
}