html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon2018_03_26.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(open_sans_300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(open_sans_400.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(open_sans_700.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(open_sans_400_italic.woff) format('woff');
}

html, 
body {
	color: #222222;
	background: #f0f0f0;
	text-align:left;
	font:13px/1.2 'Open Sans';
  background-color:#fff;
}

html{
  overflow-y:scroll;
}

strong,b{
  font-weight:bold;
}

img {
  border:0;    
}

.clr{
  clear:both;
}

.fleft{
  float:left;
}

.fright{
  float:right;
}

.mtop5{
  margin-top:5px;
}

.mtop10{
  margin-top:10px;
}

.mtop15{
  margin-top:15px;
}

.mtop20{
  margin-top:20px;
}

.mtop30{
  margin-top:30px;
}

p,h1,h2,h3,h4,h5 {
  margin:0;margin-bottom:12px;
  padding:0;
}

h1,h2,h3,h4,h5{
  font-weight:bold;
}

h1{
  font-size:26px;
  color:#222;
  font-weight:normal;
  cursor:default;
  margin-bottom:25px;
  line-height:100%;
}

  #photographer_title{
    display:block;
    font-size:14px;
    text-align:center;
    background:none;
    padding:0;
    margin:0 auto;
    margin-bottom:17px;
    font-weight:normal;
    color:#b9b9b9;
  }
  
h2{
  line-height:100%;  
}

h3{
  font-size:15px;
  line-height:100%;  
}

h4{
  margin:5px 0;
}

.smallgray{
  font-size:11px;
  color:#888888;
}

a{
  color:#111111;
  text-decoration:none;
  cursor:pointer;
}

a.under{
  text-decoration:underline;
}

a.under:hover{
  text-decoration:none;
}

a:hover{
  color:#222;
  text-decoration:none;
}


.contact-link{
	color:#888;
	font-weight:bold;
}

.contact-link:hover{
	color:#444;
}


.breadcrumbs{
	margin-bottom:40px;
}

.breadcrumbs.center{
	text-align:center;
}

.breadcrumbs .space{
	display:none;
}

.breadcrumbs a,.breadcrumbs h1{
	color:#aaa;
	font-size:19px;
	display:inline-block;
	padding:0;
	margin:0;
	margin-top:8px;
	outline:none;
}

.breadcrumbs a:hover{
	color:#666;
}

.breadcrumbs h1 a{
	margin-top:0;
}


.breadcrumbs a.active{
	color:#666;
	cursor:default;
}

.breadcrumbs a:last-child:after{
	content:'';
	margin:0;
}

.breadcrumbs a:after{
	content:'→';
	margin-left:10px;
	margin-right:10px;
	color:#ccc;
}

/*upload rules start*/

.upload-rules{
	float:left;
	max-width:650px;
}


.upload-rules h2{
	font-size:20px;
}

.upload-rules ol{
	padding-left:15px;
	margin-top:30px;
	margin-bottom:50px;
}

.upload-rules ol li{
	/*list-style-type:disc;*/
	list-style-type:decimal;
	margin-bottom:18px;
	line-height:1.4;
	font-size:14px;
}
/*upload rules end*/


.global-block{
    margin: 0 auto;
 		max-width: 1000px;
 		min-width: 250px;
 		overflow: hidden;
 		padding: 20px; 
		box-sizing:border-box;
}

.hor-ad-wrapper .inside{
  max-width: 1220px;  
  margin: 0 auto; 
  overflow:hidden;
}

.hor-ad-wrapper {
	overflow: hidden;
	min-width: 250px;
	padding: 0 20px; 
  margin-top:20px;
  margin-bottom:30px;   
}

.global-block{
  padding-top:25px;  
}

.head{
  overflow:hidden; 
  width:100%;  
  min-width:1000px;
  background-color:#fdfdfd;
  display:block;
  border-bottom:1px solid #f0f0f0;
  position:static;
}

.head .in-head{
  max-width:1000px;
  margin:0 auto;
}

.head .logo{
  top:+4px;
  position:relative;    
  margin-left:19px;  
  font-weight:bold;
  font-size:26px;
  font-family:Arial,"Helvetica CY","Nimbus Sans L";
  color:#333;
  outline:0;
}

.head .logo:hover{
  text-decoration:none;
}

.head .logo img{
  width:113px;
  height:24px;
  display:none;
}

.head .menu nav.visible{
  display:inline;
  position:relative;  
}

.head .menu,nav{
  top:-1px;
  display:inline;
  margin-left:15px;
  position:relative;
}
/*ie bug fix*/
.head .menu nav a span{
  display:inline-block;
}

.head .menu nav a{
  color:#888888; /*#4394E6*/
  display:inline-block;
  background:transparent;
  line-height:60px;
  height:56px;      
  font-size:11px;
  text-transform:uppercase;
  padding:0 16px;
  margin-left:1px;
  text-decoration:none;
  background-repeat: no-repeat;
  outline:none;  
}

.head .menu nav a:hover span{
  text-decoration:none;
}

.head .menu nav a:active{
  color:#111111;
}

/*user panel*/

.user-panel{
	display:inline-block;
	float:right;
	margin-right:35px;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;	
	
}

.head .menu .user-panel a.singin{
	font-size:12px;
	color:#888;
	line-height:55px;
	margin-right:7px;
	text-transform:uppercase;
}


.notification{
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	1border:1px solid #e3e3e3;
	padding:14px 20px;
	width:180px;
	border-radius:4px;
	color:#fff;
	font-size:13px;
	box-sizing:border-box;
	text-align:center;
	1border-bottom:1px solid #d3d3d3;
	box-shadow:0px 2px 3px rgba(0,0,0,0.1);
	z-index:1000;
	padding-bottom:16px;
}

.context-menu{
	position:absolute;
	display:none;
	border-radius:4px;
	background:#fbfbfb;
	z-index:101;
	padding:4px 0px;
	border:1px solid #e7e7e7;
}


#user_menu{
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	
}

.context-menu li{
	padding:0;
}

#user_menu a{
	padding:14px 20px;
	margin:0;
	display:block;
	text-transform:none;
	width:140px;
	box-sizing:border-box;
	height:auto;
	line-height:1;
	color:#444;
	font-size:13px;
}


#user_menu a:hover{
	background:#f2f2f2;
}



.user-panel .avatar-block{
	cursor:pointer;
	padding-right:12px;
	position:relative;
}

.user-panel .avatar-block:hover .triangle{
	border-top: 5px solid #aaa;
	transition: all 0.5s;
}

.user-panel .triangle{
	position:absolute;
	display:block;
	left:100%;
	top:50%;
	margin-top:0px;
	margin-left:-10px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #d3d3d3;	
}


.context-menu .triangle{
position: absolute;
    margin: auto;
	top:auto;
    width: 8px;
    height: 8px;
	margin-top:-10px;
	margin-left:113px;
	background:#fbfbfb;
    transform:  rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
	border:none;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;	
}

.context-menu.lightbox .triangle{
	right:0;
	margin-left:0;
	margin-top:-9px;
	margin-right:29px;
	border:none;
    border:none;
	background:#333;	
}

.context-menu.lightbox .triangle.left{
	left:0;
	margin-left:29px;
}


.context-menu.lightbox.from-image .triangle{
	display:none;
}

.context-menu.lightbox .in{
	max-height:280px;
	margin-right:1px;
}

.context-menu.lightbox{
	background:#333;	
	border:none;
	line-height:1;
	padding:5px 0px;
}

.context-menu.lightbox.from-image{
	background:#f7f7f7;
	border:1px solid #e4e4e4;
}

.context-menu.lightbox a:hover{
	background:#444;
}

.context-menu.lightbox.from-image a:hover{
	background:#d3d3d3;
}

.context-menu.lightbox a{
	padding:8px 14px;
	margin:0;
	display:block;
	text-transform:none;
	width:226px;
	box-sizing:border-box;
	height:auto;
	color:#d3d3d3;
	font-size:10px;
	overflow:hidden;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	padding-right:0;
}

.context-menu.lightbox.from-image a{
	color:#333;
	text-shadow:none;
}


#new_lightbox_and_add{
	overflow:hidden;
}

#new_lightbox_and_add .thumb,#new_lightbox_and_add .text{
	float:left;
	display:block;
}

#new_lightbox_and_add .text{
	margin-top:6px;
}

#new_lightbox_and_add .thumb{
	font-size:14px;
	line-height:20px;
}



.context-menu.lightbox .text{
	display:inline-block;
	max-width:173px;
	white-space:nowrap;
	overflow:hidden;
}

.context-menu.lightbox .thumb{
	width:22px;
	height:22px;
	line-height:22px;
	text-transform:uppercase;
	color:#f5f5f5;
	background:#444;
	text-align:center;
	border:1px solid #222;
	display:inline-block;
	margin-right:8px;
	border-radius:2px;
	background-size:cover;
}

.context-menu.lightbox.from-image .thumb{
	color:#444;
	background-color:#d3d3d3;
	border:1px solid #999;
}



.lightbox-actions-panel{
	margin:30px 0;
	margin-bottom:26px;
	overflow:hidden;
	margin-top:-20px;
	display:flex;
	align-items:center;
}


.lightbox-actions-panel .action-button{
	display:block;
	margin-top:20px;
}

.action-button.download{
	font-size:15px;
	padding:9px;
	/*padding-top:8px;*/
	line-height:1;
	padding-left: 35px;
	padding-right:18px;
	background:#444;
	margin-top:20px;
	display:block;
	height:34px;
	/*line-height:17px;*/
}



.action-button.download:before{
	content:"\e607";
	font-family:icomoon;
	font-size:14px;
	position:absolute;
	margin-left:-21px;
	margin-top:1px;
	line-height:1;
}

.action-button:hover{
	background:#555;
	color:white;
}

.action-button.download:hover{
	background:#222;
}

.action-button.disabled{
	color:#bbbbbb;
	background:#f0f0f0;
}

.action-button:active{
	position:relative;
	top:+1px;
}

.action-button.cancel:hover{
	color:#222;
}

.action-button.cancel{
	margin-left:10px;
	background:none;
	color:#666;
}

.action-button.red{
	background:#911a1a;
}

.action-button.red:hover{
	background:#af0f0f;
}

.action-button{
	display:inline-block;
	padding:8px 18px;
	border:0px solid #e3e3e3;
	text-align:center;
	font-size:14px;
	color:white;
	background:#888;
	cursor:pointer;
	box-sizing:border-box;
	text-transform:none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;	
}


.popup{
	width:100%;height:100%;
	position:fixed;
	background:rgba(0,0,0,0.8);
	display:none;
	z-index:999;
}

.popup .in{
	width:304px;
	box-sizing:border-box;
	background:#fff;
	position:relative;
	margin:0 auto;
}

.popup .in .close:active{
	top:+1px;
}

.popup .in .close:hover{
	color:#222;
}

.popup .in .close{
	position:absolute;
	right:0;
	top:0;
	padding:0px 7px;
	color:#999;
	font-size:24px;
	margin-top:-1px;
	cursor:pointer;
	text-align:center;
}


.popup .in .popup-content{
	padding:40px;
	padding-bottom:0;
}

.popup .in .button-zone{
	padding:40px;
	padding-top:10px;
	
}

.popup .delete-lightbox-text{
	font-size:15px;
	padding-bottom:25px;
	line-height:1.4;
}


/*!
 * 
 *         SimpleBar.js - v2.5.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.simplebar-content {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    border-radius: 7px;
    min-height: 10px;
    width: 7px;
	left:-2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: black;
    background-clip: padding-box;
}

.lightbox.from-image .simplebar-scrollbar{
	background:#aaa;
}


.simplebar-track:hover .simplebar-scrollbar {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
    opacity: 0.5;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.vertical {
    top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}




.user-panel .avatar{
	background:#ccc url() 50% 50% no-repeat;
	background-size:cover;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	padding-top:5px;
	margin-top:10px;
	width:32px;
	height:32px;
	border-radius:32px;
	color:white;
	box-sizing:border-box;
	cursor:pointer;
}


.user-profile{
	overflow:hidden;
	min-width:304px;
	max-width:608px;
	margin:0 auto;
	padding-bottom:20px;
}

.user-profile .user-profile-left{
	float:left;
	margin-right:40px;
}

.user-profile .user-profile-right{
	float:left;
	width:250px;
	margin-top:-2px;
	margin-right:0;
}

.user-profile .user-profile-right{
	color:#444;
}


.user-profile .edit-button:before{
	content:"\e254";
	font-family:"icomoon";
	font-size:14px;
	position:absolute;
	left:50%; margin-left:-8px;
	color:#999;
}

.user-profile .edit-button:hover:before{
	color:#333;
}

.user-profile .edit-button:active{
	top:-1px;
}

.user-profile .edit-button{
	display:inline-block;
	border-radius:4px;
	cursor:pointer;
	width:30px;
	height:20px;
	top:-2px;
	position:relative;
	
}

.user-profile textarea{
	box-sizing:border-box;
	display:block;
	width:100%;
	margin:0;
	height:70px;
	resize: none;
	border:1px solid #d8d8d8;
	background:#fff;
	color:#666;  
	border-radius:4px;
	font-family: "Open Sans";     
	padding:2px 8px;
	font-size:12px;
}


.user-profile label{
	margin-top:10px;
}

.user-profile label:first-child{
	margin-top:0px;
}

.user-profile .avatar-upload-status,.user-profile .validation-text{
	width:200px;
	margin-top:5px;
	text-align:center;
	font-size:11px;
}

.user-profile .validation-text{
	color:#999;
}

.user-profile .download-limit .label{
	display:inline-block;
}

.user-profile .download-limit{
	margin-top:20px;
	width:200px;
	margin-bottom:25px;
	color:#999;
}

.user-profile .avatar-upload-status{
	color:green;
}

.user-profile .avatar-upload-status.red{
	color:#d1515a;
}


.user-profile .avatar{
	background:#ccc url() 50% 50% no-repeat;
	background-size:cover;
	text-align:center;
	text-transform:uppercase;
	font-size:40px;
	line-height:195px;
	width:200px;
	height:200px;
	color:white;
	box-sizing:border-box;
}

/*forms*/


.default-form{
	min-height:500px;
}


.default-form .forget-link{
	color:#999;
	font-size:10px;
	text-transform:uppercase;
}

.default-form .forget-link:hover{
	color:#222;
}


.default-form h2{
	margin-bottom:0px;
	margin-top:35px;
	font-size:20px;
	font-weight:normal;
}

.default-form .in{
	margin:0 auto;
	margin-top:0px;
	width:284px;
	box-sizing:border-box;
	border-radius:4px;
}

.default-form label{
	color:#999;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	margin-bottom:8px;
}

.user-profile label{
	margin-bottom:5px;
	display:block;
}

input::-webkit-input-placeholder{
	color:#aaa;
}

#search_box input::-webkit-input-placeholder{
	color:#bbbbbb;
}


.default-form input[type="password"].invalid,.default-form input[type="text"].invalid{
	border-color:#e85f63;
}

.default-form textarea.invalid{
	border-color:#e85f63;
}

.default-form .message{
	font-size: 15px;
	padding-top:25px;
	line-height:1.4;
	text-align:left;
}

.default-form input[type="text"], .default-form input[type="password"],.default-form input[type="email"]{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	margin:0;
	/*margin-top:8px;*/
	outline:none;
	padding:0px 10px;
	height:30px;
	font-size:12px;
	border:1px solid #d8d8d8;
	background:#fff;
	color:#666;  
	border-radius:4px;
	font-family: "Open Sans";     
	line-height:1;
	margin-bottom:15px;
}

.default-form #register_password{
	margin-bottom:5px;
}

.default-form #register_password2{
	margin-top:8px;
	margin-bottom:10px;
}

.default-form #login_password{
	margin-bottom:0px;
}

.user-profile input:disabled{
	background:#f0f0f0;
}

.user-profile input[type="text"], .user-profile input[type="password"],.user-profile input[type="email"]{
	margin-top:0;
	margin-bottom:10px;
}


.default-form .remember-label{
	position:relative;
	top:-2px;
	font-weight:normal;
	font-size:10px;
	display:inline-block;
}

.default-form #post_status{
	color:red;
	font-size:13px;
}

.default-form #login_remember{
	width:13px;
	padding:0;
	margin:0;
	margin-top:20px;
	margin-right:2px;
}


.default-form .post-button:hover{
	background:#555;
	color:white;
}

.default-form .post-button.disabled{
	color:#bbbbbb;
	background:#f0f0f0;
}

.default-form .post-button:active{
	position:relative;
	top:+1px;
}

.default-form textarea{
	border:1px solid #d8d8d8;
	padding:2px 4px;
	box-sizing:border-box;
	border-radius:4px;
}

.default-form textarea.invalid{
	border-color:#e85f63;
}

.default-form .post-button{
	display:inline-block;
	padding:8px 20px;
	border:0px solid #e3e3e3;
	text-align:center;
	font-size:14px;
	color:white;
	background:#888;
	cursor:pointer;
	margin-top:20px;
	box-sizing:border-box;
	text-transform:none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;	
}

.default-form .post-button.login{
	padding:12px 70px;
}

.default-form .post-button.register{
	padding:10px 20px;
}


.user-profile .user-profile-left .post-button{
	margin-top:5px;
	width:200px;
}


.user-profile .user-profile-right.public{
	color:#999;
}

.user-profile .user-profile-right .post-button{
	margin-top:8px;
}

.user-profile h1{
	margin-top:0px;
}


/*autocomplete*/

#search_box,#filter_box{
  display:inline-block;
  position:relative;
  margin-left:43px;   
  top:-2px;
}

#filter_box{
	margin-left:0px;  
	top:0;
	display:block;
	float:left;
	margin-top:20px;
}

#search_label{
  font-size:12px;
  font-weight:bold;
  color:#aaaaaa;
  margin-right:10px;
  text-shadow:0 -1px 0 #444444;  
}


  #search_box:before,#filter_box:before{
    font-family:"icomoon";
    content:'\e60f';
    color:#ccc;
    position:absolute;
    font-size:14px;
	top:50%;
    margin-top:-7px;
    margin-left:5px;  
	line-height:1;
	padding:0;
  }

  #search_box:before{
	  position:relative;
	  top:+2px;
	  left:+18px;
	  
  }
  
  #filter_box #cancelx{
	cursor:pointer;
	display:inline-block;
	margin-left:2px;
	padding:5px;
	position:absolute;
	color:#aaa;
	font-size:23px;
	margin-top:-6px;
	font-weight:300;
  }
  
  #filter_box #cancelx.hidden{
	visibility:hidden;
  }
  
  #filter_box #cancelx:hover{
	  color:#444;
  }
  
  #filter_box:before{
	margin-left:6px;
	margin-top:-7px;
	color:#999;
  }

#search_box input,#filter_box input{
  outline:none;
  margin:0;
  padding:3px 5px;
  height:22px;
  font-size:12px;
  padding-left:21px;
  border:1px solid #e3e3e3;
  background:#fff;
  width:210px;
  color:#999;  
  border-radius:4px;
  font-family: "Open Sans";     
  box-sizing:border-box;
  	padding-bottom:1px;

}

#search_box input{
	height:22px;
	padding-top:0;
}

#filter_box input{
	width:250px;
	padding:2px 5px;
	padding-left:23px;
	height:28px;
	border:1px solid #d3d3d3;
	border-radius:4px;
	color:#333;
	font-weight:400;
  	padding-bottom:3px;	
}	




#search_box input:focus{
  border:1px solid #d3d3d3;
}

#filter_box input:focus{
	color:#333;
}

.acResults {
	padding: 0px;
	border: 1px solid #e2e2e2;
  border-top:none;
	background-color: white;
  color:#666;
	overflow: hidden;
  z-index:9999;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 7px 8px;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.acLoading {
	background : url('ajax-loader.gif') right center no-repeat;
}

.acSelect {
	background-color: #f0f0f0;
}

.content{
  width:100%;
  float:left;
  margin-left:-300px;  
}

#browse_content{
  float:none;
  margin-left:0;
}

.content.image{
  margin-left:-120px;
  min-height:290px;	
  width:100%;
  float:left;
}
.content.image .breadcrumbs{
	text-align:center;
	margin-bottom:25px;
	text-align:center;
}

#real_content{
	width:auto;	
  margin-left:300px;
  float:none; 	 	
}

#real_content.image{
	width:auto;	
  margin-left:108px;
  float:none; 	 	
}
 
#front_page_content{
  width:auto;      
  float:none;
  margin-left:0;
  margin-top:12px;
}
        
#front_links{
  line-height:1;
  position:relative; 
  display:inline-block;
  margin-left:20px;
}

#front_links li{
  margin:0;padding:0;
  margin-right:15px;
  display:inline;
}

#front_page h3,#front_page h4{ 
  margin-top:30px;
  padding-bottom:4px;
  width:951px;
  margin-bottom:6px;
  font-weight:normal;
  font-size:20px;
}

#front_page h3:first-child{
  margin-top:0;
}

#front_page #new_celebs h4{
  margin-top:20px;
  font-size:16px;
  padding-bottom:2px;
}

#front_page #new_celebs h3:first-child{
  margin-top:5px;
}



.content-no-sidebar{
  width:auto;
}

.sidebar{
  float:right;
  width:300px;
}

.sidebar.image{
  float:right;
  width:100px;
}

.toolbar{
  color:#999;
  background:#f9f9f9;
  text-align:center;
  /*padding:15px;  */
  margin-top:90px;
}

.toolbar .button .text{
  /*margin-left:5px;*/
}

.toolbar .in{
	/*margin-top:-40px;*/
}

.toolbar .button{
  padding:15px 15px;
  border-top:0px solid #f0f0f0;
  cursor:default;
  display:block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

.toolbar #event_count{
  font-size:14px;
}


.toolbar #download_button,.toolbar #download_button a{
  border:none; 
  color:#777;
  display:block;
}

.toolbar #download_button a{
  outline:none;
}

.toolbar #share_button,
.toolbar #grid_button{
  color:#777;
}

.toolbar .slice{
	border-bottom:1px solid #f0f0f0;
	margin:10px auto;
	width:70%;
}

.toolbar #grid_button,
.toolbar #grid_button a{
  color:#777;
  display:block;
}

.toolbar #grid_button span{
  display:none;
}

.toolbar #share_button.active{
  color:#222;
}

.toolbar #lightbox_button{
	padding-top:5px;
}

.toolbar #lightbox_button,
.toolbar #lightbox_button a{
	display:block;
	color:#777;
}

.toolbar #lightbox_button:active a,
.toolbar #share_button:active a,
.toolbar #download_button:active a{
	
}

.toolbar #lightbox_button.active,
.toolbar #lightbox_button.active a{
	color:#222;
}


.toolbar #lightbox_button .text{
	white-space:nowrap;
}


.toolbar #grid_button:hover a,
.toolbar #grid_button:hover,
.toolbar #download_button:hover,
.toolbar #download_button:hover a,
.toolbar #lightbox_button:hover,
.toolbar #lightbox_button:hover a,
.toolbar .button.social:hover,
.toolbar #share_button:hover{
  color:#222;
  /*background:#d3d3d3;*/
  cursor:pointer;
}



.toolbar #photo_upload_date:hover{
  color:#222;
}

.toolbar #grid_button a:hover{
  text-decoration:none;
}


.toolbar.social{
  display:none;
  border:1px solid #e8e8e8;
  position:absolute;
  padding:10px;
  z-index:100;
}

.toolbar .button.social{
  display:inline;
}

.toolbar .button.social{
  padding:5px;
}


.icon{
  font-family:"icomoon";  
  font-size:20px;
}


.toolbar .icon.swap:before{
  content:'\e626';
}

.toolbar .icon.lightbox{
  /*content:'\e145';*/
  font-size:28px;
}


.toolbar .icon.date:before{
  content:'\e622';
}


.toolbar .icon.grid:before{
  content:'\e61f';
}


.toolbar .icon.views:before{
  content:'\e60c';
}



.toolbar .button.social .icon{
  font-size:25px;
}

.toolbar .icon.download:before{
  /*content:'\e607';*/
}

.toolbar .icon.vk:before{
  content:'\e611';
}

.toolbar .icon.fb:before{
  content:'\e612';
}

.toolbar .icon.gp:before{
  content:'\e613';
}


.toolbar .icon.tb:before{
  content:'\e614';
}

.toolbar .icon.tw:before{
  content:'\e615';
}

.toolbar .icon.share:before{
  /*content:'\e61b';*/
}


.toolbar .icon.pt:before{
  content:'\e61c';
}






.sidebar a{
  
}

.sidebar .header{
  padding-bottom:3px;
  border-bottom:1px solid #c3c3c3;
}

.sidebar .header a{
  font-size:14px;
  color:#C13939;
}

.footer .footer-links{
  overflow:hidden;
  margin:0 auto;
  margin-bottom:20px;
  width:800px;
}

.footer .links{
  margin:10px auto;
}

.footer .nonprofit{
	margin:20px;
	margin-top:25px;
	line-height:1.4;
}

.action-button.donate:hover,.action-button.user-donate:hover{
	background:#e3e3e3;
}

.action-button.donate,.action-button.user-donate{
	padding: 12px 0;
	padding-left:36px;
	padding-right:16px;
	margin:20px auto;
	line-height:1;
	background: #f5f5f5;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	border-radius: 4px;
	border: 1px solid #444;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow:none;
	height:40px;
}

.action-button.donate{
	display:block;
	width:190px;
}

.action-button.user-donate{
	margin-bottom:0px;
	margin-top:20px;
	font-size:12px;
	line-height:1.2;
	padding-top:12px;
	padding-left:33px;
}

.action-button.user-donate:before,
.action-button.donate:before{
	content:"\e60e";
	font-family:icomoon;
	font-size:16px;
	position:absolute;
	margin-left:-21px;
	margin-top:0px;
	line-height:1.2;
	margin-top:-2px;	
}

.action-button.user-donate:before{
	font-size:13px;
	margin-top:-1px;
	margin-left:-18px;
}

.footer .links a{ 
  font-size:11px;
  text-transform:uppercase;
  color:#999;
  cursor:pointer;
  display:inline-block;
  padding:0;
  white-space: nowrap;
  margin:5px 0px;
  margin-left:4%;
  font-weight:bold;
}

.footer .links a:hover{
  color:#222;
}

.footer .links a:first-child{
	margin-left:0;
}


.footer .logo{
  position:relative;    
  top:0;  
  font-weight:bold;
  font-size:26px;
  font-family:Arial,"Helvetica CY","Nimbus Sans L";
  color:#444;
  margin-left:-5px;
}



.footer{
  margin-top:15px;
  line-height:30px;   
  /*padding:35px 0;*/
  color:#999;
  background:#f5f5f5;
  text-shadow:0 1px 0 white;
  border-top:1px solid #e2e2e2;
  padding:20px 0px;
  width:100%;   
  text-align:center;
}

.footer .in-footer{
  margin:0 auto;
	max-width: 1000px;
  
}

.email-over{
  margin-left:10px;
  width:140px;
  height:30px;
  position:absolute;
  margin-left:-10px;
  margin-top:-5px;
  border:1px solid black;
  z-index:10;
}

.email-link{
  color:#5F96CD;
  margin-left:10px;
}
  
#sortBlock{
  margin-bottom:30px;
  margin-top:-20px;
  background:#fff;  
  overflow:hidden;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}


.cool-select .triangle{position: absolute;
    margin: auto;
	right:-3px;
	width:0;height:0;
	border:none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #aaa;	
	margin-top:10px;
}
   
.cool-select.active .triangle{
	border:none;	
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #aaa;	
}

.cool-select{
	width:150px;
	padding:0px 10px;
	padding-left:12px;
	height:28px;
	border:1px solid #d3d3d3;
	border-radius:4px;
	box-sizing:border-box;
	display:block;
	color:#777;
	line-height:1;
	font-size:11px;
	line-height:26px;
	text-transform:uppercase;
	cursor:pointer;
-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;	
  margin-right:20px;
  margin-top:20px;
}

.cool-select .relat{
  position:relative;
  width:100%;
}
.cool-select.active{
	border-bottom:0;
  border-radius:4px 4px 0 0px;
}

.cool-select.active .list{
  visibility:visible;
  z-index:100;
}

.cool-select .list{
	position:absolute;
  visibility:hidden;
  border:1px solid #d3d3d3;
  border-top:1px solid #d7d7d7;
  box-sizing:border-box;
  box-shadow:0 1px 6px rgba(255,255,255,0.25);
  background:#fff;
  border-radius:0 0 4px 4px;
-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;  
  border-bottom:1px solid #bbb;
}

.cool-select .list a:last-child{
	border-radius:0 0 4px 4px;
}

.cool-select .list a:first-child{
	margin-top:0;
}

.cool-select .list a{
	display:block;
	margin-top:3px;
	padding:0px 12px;
	color:#666;
	font-weight:normal;
}

.cool-select .list a:hover{
	background:#f5f5f5;
}


.checkbox-two{
  overflow:hidden;
  cursor:pointer;
  margin-right:20px;
  margin-top:20px;
}

.checkbox-two div:first-child{
  border-radius:4px 0 0 4px;
}

.checkbox-two div:nth-child(2){
  left:-1px;
}

.checkbox-two div.selected{
   background-color:#e3e3e3;
   border:1px solid #bbb;
   z-index:10;
   transition:background-color 3s;
}

.checkbox-two div{
  z-index:9;
  border-radius:0 4px 4px 0;
  width:100px;
  border:1px solid #d3d3d3;
  height:28px;
  float:left;
  position:relative;
  line-height:26px;
  text-align:center;
  box-sizing:border-box;
  color:#333;
  text-transform:uppercase;
  font-size:11px;
}


/*sitemap*/
.sitemap{
  color:#999999;
  margin-top:30px;
}

.sitemap a{
  color:#91A1AD;
  text-decoration:underline;
}

.sitemap a:hover{
  text-decoration:none;
}


.letters-button:after{
  content:'\e61d';
  font-family:"icomoon";
  color:#777;
  margin-left:10px;
  position:relative;
  top:+1px;
}

.letters-button.clicked{
  background:#e8e8e8;
}

.letters-button.clicked:after{
  content:'\e61e';
}


.letters-button{
  background:#f8f8f8;
  padding:10px;
  width:80px;
  cursor:pointer;
  color:#666;
  margin-bottom:30px;
  text-align:center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

.letters{
  margin-bottom:30px;
  cursor:default;
  width:96%;
  margin-left:-10px;
  margin-top:-20px;
  display:none;
}

.letters a{
  padding:15px 20px;
  margin:0 10px;
  color:#777;
  font-size:14px;
  display:inline-block;
  cursor:pointer;
}

.letters a:hover{
  color:#222;
  text-decoration:none;
}

.letters a.disabled{
  color:#d3d3d3;
  cursor:default;
}

.letters a.disabled:hover{
  text-decoration:none;
}

.letters a.active{
  color:#222;
  background:#f0f0f0;
}


.celeb-list{
  overflow:hidden;
  color:#999999;
}

.celeb-list .letter{
  font-size:14px;
  color:#C13939;
  font-weight:bold;
  margin-bottom:5px;
  display:block;
}

.celeb-list ul{
  list-style:none;
  padding:0;margin:0;
}

.celeb-list.one-letter ul li:first-child{
  margin:0;
}

.celeb-list ul li{
  margin-top:5px;
}


.celeb-list ul li span{
  font-size:8px;
  position:relative;
  top:-4px;
  color:green;
}

.celeb-list ul li a{  
  text-decoration:underline;
}

.celeb-list.one-letter ul li{
  overflow:hidden;
  vertical-align:middle;
}

.celeb-list.one-letter ul li a.celeb-name{
  float:left;
  display:block;
  text-decoration:none;
  font-weight:bold;  
  height:54px;
  line-height:54px;
  margin-left:10px;
  font-size:15px;
}
.celeb-list.one-letter ul li a.celeb-name:hover{
  text-decoration:underline;
}

.celeb-list ul li a:hover{
  text-decoration:none;
}

.celeb-list .column:last-child{
  margin-right:0;
}

.celeb-list .column{
  width:190px;
  margin-right:20px;
  overflow:hidden;
  float:left;
  padding-left:1px;
}

.celeb-list.one-letter .column{
  width:290px;
}
/*photo*/

  .cursorZoom{
    cursor:-webkit-zoom-in;
    cursor:zoom-in;    
  }

  .cursorZoomOut{
    cursor:-webkit-zoom-out;
    cursor:zoom-out;    
  }

.photo{
  margin-top:0;
  margin-bottom:12px;
  padding:0 70px;
}

.photo .image-holder:active{
  background:transparent;
}

.photo .image-holder{
  display:block;
  overflow:hidden;
  position:relative;
  width:100%;height:100%;
  line-height:0px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline:none;
  -webkit-tap-highlight-color:transparent;  
}

.photo .image-bg{
  text-align:center;
  background:#333333;
  background:#fff;
  display:block;
  overflow:visible;
  position:relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.photo .image-bg img{
  background:none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.photo .image-bg .next:before{
  content:"\e603";
}

.photo .image-bg .next:active,
.photo .image-bg .prev:active{
  background:transparent;
  outline:none;
}

.photo .image-bg .next,
.photo .image-bg .prev{
  -webkit-tap-highlight-color:transparent;
}



.photo .image-bg .next.hover,
.photo .image-bg .prev.hover{
  color:#333;
  text-decoration:none;
}

.photo .image-bg .next.disabled,
.photo .image-bg .prev.disabled{
  color:#e3e3e3;
}

.photo .image-bg .next.hover.disabled,
.photo .image-bg .prev.hover.disabled{
  color:#e3e3e3;
}

.photo .image-bg .next.hover.disabled:active,
.photo .image-bg .prev.hover.disabled:active{
  color:#e3e3e3;
}

                                     
.photo .image-bg .prev,.img-zoom .prev,.photo .image-bg .next,.img-zoom .next{
  width:70px;
  height:70px;
  position:absolute;
  display:block;
  top:30%;
  z-Index:20;     
  font-family:"icomoon";
  font-size:50px;
  color:#e3e3e3;
  margin-left:-71px;
}

.photo .image-bg .next,
.img-zoom .next{
  left:100%;
  margin-left:2px;
}

.img-zoom .next{
  top:-100%;
  width:47%;
  margin-left:53%;
}

.photo .image-bg .prev:before{
  content:"\e602";
}

.img-zoom .prev{
  top:0%;
  width:47%;
}



.description p{
  margin:0;
  padding:0;
  margin-top:5px;
}

.new-photos-description{
  color:#666;
  font-size:14px;
  line-height:1.5;
  margin-top:50px;
}

::selection {
  text-shadow:0 1px 0 black;
  background:#222;
  color:white;
}
::-moz-selection {
  text-shadow:0 1px 0 black;
  background:#222;
  color:white;
}

.new-photos-description strong{
  color:#444;
}

.new-photos-description h2{
  font-size:16px;
  font-weight:bold;
  color:#222;
}

.new-photos-description p{
  margin-top:15px;
  /*font-style:italic;*/
}

.description,.linksBlock{
  overflow:visible;
  font-size:14px;
  line-height:1.4;
  padding:0;
  padding-top:15px;
  /*margin-top:12px;*/
  margin-bottom:15px;
  position:relative;
  border-top:1px solid #e8e8e8;
  width:544px;
  margin:0 auto;
  margin-top:25px;
  font-weight:400;
  box-sizing:border-box;
  left:-1px;
  text-align:center;
  color:#222;
}

.description a:hover{
	color:#333;
}

.description a{
  color:#888;
  font-weight:bold;
}

.linksBlock{
  font-size:12px;
  color:#666666;
  margin-top:0px;
  margin-bottom:20px;
}

.description h4{
  margin-bottom:3px;
}

.description h4:first-child{
  margin-top:0;
}


.description .left{
  float:left;
}


.photo .description .right{
  float:left;
  margin-left:20px;
}

.description p:first-child{
  margin:0;
}

.description .date{
  color:#444444;
  margin-top:10px;
}
/* full view */
/* new zoom */
.fake-zoom-container img{
    cursor: zoom-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
    
}

.zoom-container,.fake-zoom-container{
  position: fixed;
  z-index: 2000;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width:100%;
  height:100%;
  cursor: zoom-out;
  display:none;
  background:rgba(255,255,255,0.8);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

.fake-zoom-container{
  background:none;
}

.fake-zoom-container .bgFade{
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width:100%;
  height:100%;
  z-index: 2000;
  background:white;
  opacity:0;
  cursor: zoom-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

.zoom-modal .modal{
/*    margin: 100px;*/
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

    z-index:2;
    width:100%;
    height:100%;
    position:absolute;
}


.zoom-modal img{
/*    margin: 100px;*/
    -moz-user-select: none;
}


/*new zoom end*/




#mobileLoader{
  height: 3px;
  width: 100%;
  position: fixed;
  overflow: hidden;
  top:-10000; left:-10000;
  background-color: #fbfbfb;
  display:block;
  z-index: 3333;
  opacity:0;
}

#mobileLoader.visible{
  top:0; left:0;
  transition: opacity 0.2s;
  transition-delay: 0.6s;
  opacity:1;
}

#mobileLoader:before{
  display: none;
  position: absolute;
  content: "";
  left: 0%;
  width: 33%;
  height: 3px;
  background-color: #3A96D5;
  animation: loading 1.5s linear infinite;
  -webkit-animation: loading 1.5s linear infinite;
  animation-delay: 0.8s;
  transform: translate(-100%,0);
}

#mobileLoader.visible:before{
  display:block;
}


@-webkit-keyframes loading{
    0% {
      -webkit-transform: translate(-100%,0);
    }
    100% {
      -webkit-transform: translate(300%,0);
    }
}

@keyframes loading  {
    /*from {transform: translate(-30%,0,0);}
    to {left: 100%;}*/
    0% {
      transform: translate(-100%,0);
    }
    100% {
      transform: translate(300%,0);
    }
    
}


#image_load_indicator div,#image_load_indicator_image div{
  margin-top:0;
  background:url(ajax-loader.gif);
  background-position:center center;
  background-color:rgba(255,255,255,0.95);
  background-repeat:no-repeat;
  position:absolute;
  z-index:100000;
  width:50px;
  height:50px;
  border:1px solid #e3e3e3;
  margin-left:-25px;
}

#image_load_indicator_image div{  
  border:none;
  z-index:99;
}
             
#image_load_indicator,#image_load_indicator_image{
  left:50%;
  top:32%;
  position:relative;   
  display:none;
}

#image_load_indicator_image{
  display:block;
  z-index:99;
  top:15%;
}

.loading-spinner div{
  margin-top:0;
  background:url(ajax-loader.gif);
  background-position:47% 50%;  
  background-repeat:no-repeat;
  background-color:rgba(255,255,255,0.95);
  width:100px;
  height:100px;
  left:40%;
  top:40%;
  position:absolute;
  z-index:100000;
  border:1px solid #e3e3e3;
}

.loading-spinner{
  z-index:100000;
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:fixed;
  display:none;
  cursor:-webkit-zoom-in;
  cursor:zoom-in;    
}


.normal-thumbs .thumb,.celeb-thumbs .thumb{
  width:218px;
  height:309px;
  overflow:hidden;
  text-shadow:none;               
  border:1px solid #f0f0f0;
  border-bottom:1px solid #e5e5e5;  
  float:left;
}

.normal-thumbs .thumb:active,.celeb-thumbs .thumb:active{

}

#front_page .normal-thumbs{
  overflow:hidden;
}

#front_page .normal-thumbs .thumb{
  width:218px;
  height:424px;    /*423+85*/
  margin-bottom:20px;
  margin-right:20px;
}

.celeb-thumbs .thumb{
  height:424px;
  z-index:3;
  margin-right:20px;
  margin-bottom:20px;
  position:relative;
  /*width:140px;
  height:200px;
  margin-right:19px;
  margin-bottom:15px;*/
}

.thumb .album-image-count{
	display:block;
	position:absolute;
	font-size:10px;
	text-transform:uppercase;
	top:0px;
	left:0px;
	z-index:4;
	background:rgba(0,0,0,0.8);
	padding:3px 6px;
	text-align:center;
	border-radius:0px 0px 4px 0px;
	box-sizing:border-box;
	color:#f5f5f5;
}

.celeb-thumbs .thumb.album table label{
	background:#e3e3e3;
	color:#222;
	padding:0px 3px;
}


.normal-thumbs a,.celeb-thumbs a{
  position:relative;
  width:700px;
  left:-241px;
  display:block;
  text-align:center;
  overflow:hidden;
  background:#d3d3d3;
  text-decoration:none;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;    
}

.celeb-thumbs a{
  height:424px;
}


#front_page .normal-thumbs a{
  width:700px;
  left:-241px;
  height:424px;  
}

.random-shoots{
  margin:20px 0;
  margin-bottom:20px
}

.random-shoots .normal-thumbs{
  max-width:960px;
  margin:0 auto;
}


.random-shoots #front_page .normal-thumbs{
  position:relative;
  padding-left:15px;
/*  left:10px;
  padding:1px;*/
}

.random-shoots #front_page{
  overflow:visible;
  border:1px solid #f5f5f5;
  border-bottom:1px solid #f0f0f0;
  border-left:none;
  border-right:none;
  box-sizing:border-box;
  padding:30px 0;
  padding-bottom:15px;
  position:absolute;
  width:100%;
  left:0;
  box-sizing:border-box;
  background:#fbfbfb;
}


.celeb-thumbs table td{
  vertical-align:middle;
  padding:0px 8px;
  padding-bottom:5px;
  /*padding-right:20px;*/
  text-align:center;
}

.celeb-thumbs table{
  position:absolute;
  width:218px;
  height:115px;
  left:241px;
  bottom:0px;
  background:#fff;
  color:#222;
  box-sizing:border-box;
  text-shadow:none;
  font-size:16px;
  line-height:1.7;
}

.celeb-thumbs.photos table,.celeb-thumbs.photos.all table{
  font-size:14px;
  background:#fbfbfb;
  line-height:1.8;
}

.celeb-thumbs.photos .thumb{
	position:relative;
}

.photos .dots:before{
	font-family:'icomoon';
	content:'\e5d4';
	font-size:26px;
	color:white;
}

.photos .dots{
	right:0px;
	top:0px;
	position:absolute;
	text-shadow:0px 0px 1px #000;
	z-index:5;
	padding:5px;
	padding-right:5px;
	padding-bottom:10px;
	cursor:pointer;
	display:none;
}

.celeb-thumbs.photos .thumb:hover .action-bar,.celeb-thumbs.photos .thumb:active .action-bar{
	/*opacity:1;
	visibility:visible;
	transition-delay:0.1s;*/
	display: -webkit-flex;
	display:flex;
	
}

.celeb-thumbs.photos .action-bar.stay{
	/*opacity:1;
	visibility:visible;*/
	display: -webkit-flex;
	display:flex;
}

.celeb-thumbs.photos .action-bar{
	transition:opacity 0.1s ease;
	position:absolute;
	width:100%;
	text-align:center;
	bottom:115px;
	display:none;
	/*opacity:0;
	visibility:hidden;*/
	background:rgba(0,0,0,0.8);
	line-height:1;
	z-index:101;
	cursor:pointer;
-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;	
	
}

.celeb-thumbs.photos .action-bar .item{
	flex:50%;
	-webkit-flex: 50%;
	height:48px;
	line-height:48px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
}


.celeb-thumbs.photos .action-bar .item .in{
	float: left;
    position: relative;
    left: 50%;
}

.celeb-thumbs.photos .action-bar .item:active .text{
	position:relative;
	top:+1px;
}

.celeb-thumbs.photos .action-bar .item:hover{
	background:rgba(0,0,0,0.3);
}

.celeb-thumbs.photos .action-bar .text{
	float:left;
    position: relative;
    left: -50%;	
}

.celeb-thumbs.photos .action-bar .item .text:before{
	font-family:'icomoon';
	font-size:14px;
	color:#fff;
	display:block;
	float:left;
	padding-right:5px;
}

.celeb-thumbs.photos .action-bar .item.rename{
	
}

.celeb-thumbs.photos .action-bar .item.rename .text:before{
	font-size:12px;
	content:"\e254";
	margin-top:0px;
	padding-right:4px;
}

.celeb-thumbs.photos .action-bar .item.delete{
	
}


.celeb-thumbs.photos.all.guest .action-bar .item.delete{
	display:none;
}

.celeb-thumbs.photos .action-bar .item.delete .text:before{
	font-size:12px;
	content:"\e872";
	margin-top:0px;
	padding-right:4px;
}


.celeb-thumbs.photos .action-bar .item.download{
}

.celeb-thumbs.photos .action-bar .item.download .text:before{
	font-size:12px;
	content:"\e607";
	margin-top:0px;
	padding-right:5px;
}

.celeb-thumbs.photos .action-bar .item.lightbox{
}

.celeb-thumbs.photos .action-bar .item.lightbox .text:before{
	content:"\e145";
	font-size:17px;
	margin-top:0px;
	padding-right:2px;
}


#front_page .normal-thumbs p,#front_page .normal-thumbs table{
  width:130px;
  height:26px;
  left:136px;
  opacity:1;
  font-size:14px;
  color:#888;
  background:none;
}

#front_page .normal-thumbs table label{
  color:#222;
  font-size:16px;
  cursor:pointer;
}


#front_page .normal-thumbs table td{
  vertical-align:middle;
  text-align:center;  
  padding:0px 10px;
  padding-bottom:5px;
}

#front_page .normal-thumbs table{
  left:241px;
  top:auto;
  bottom:0;

  position:absolute;
  line-height:1.6;
  height:100px;
  width:218px;
  overflow:hidden;
  background:#fbfbfb;
  box-sizing:border-box;
}

.celeb-thumbs table label{
  color:#888;
  cursor:pointer;
}

.celeb-thumbs.photos table label{
  font-size:13px;
}


.normal-thumbs a:focus img,.celeb-thumbs a:focus img{
}

.normal-thumbs .thumb a img{
  max-height:350px;
}

.normal-thumbs .thumb a img,.celeb-thumbs .thumb a img{
  max-height:350px;
}

#front_page .normal-thumbs .thumb a img{
  max-height:350px;
}


.slider-nav-left:before{
  content:'\e602';
}

.slider-nav-right:before{
  content:'\e603';
}


.slider-nav-left,.slider-nav-right{
  display:block;
  visibility:visible;
  float:left;
  width:20px;
  height:108px;
  line-height:108px;
  position:relative;
  font-family:"icomoon";
  font-size:20px;
  text-align:center;
  color:#bbb;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

.slider-nav-left{
  margin-right:10px;
}

.slider-nav-right{
  margin-left:10px;
}

.slider-nav-left:hover,.slider-nav-right:hover{
  color:#666;
  text-decoration:none;
  background:none;
}

.scroll-left{
  background-position: 0 0;
}  

.scroll-right{
  background-position: -20px 0;
}  

.thumbs-slider-holder{
  width:593px;
  overflow:hidden;
  text-align:center;
  height:108px;
  margin:0 auto;
  margin-top:20px;
  line-height:0;
  border-radius:4px;
}


.thumbs-slider{
  width:532px;
  overflow:hidden;
  position:relative;
  height:108px;  
  display:block;
  padding-left:1px;
  float:left;
}

.thumbs-slider .view{
  white-space:nowrap;
  position:absolute;
  margin-left:0px;
  top:+2px;
  width:50000px;
}

.thumb-small{
  display:block;
  margin-left:2px;
  float:left;
}

.thumb-small:first-child{
  margin:0;
}

.thumb-small div{
 width:106px;
 height:106px;
 position:relative;
 display:inline-block;
}

.thumb-small div.active{
  top:-2px;
  left:-1px;
  border:1px solid #666666;
}

.thumb-small div a{
  width:102px;
  height:102px;
  display:block;
  margin:1px;
  background:#999999 url() 50% 50% no-repeat; 
  background-size:cover;
}

.thumb-small div.active a{
  width:104px;
  height:104px;
  line-height:0px;
}

/* vertical slider */

.vertical .slider-nav-left:before{
  content:'\e619';
}

.vertical .slider-nav-right:before{
  content:'\e618';
}


.vertical .slider-nav-left,.vertical .slider-nav-right{
  width:100px;
  display:block;
  visibility:visible;
  height:20px;
  line-height:20px;
  float:auto;
  position:relative;
  padding:0;
  margin-top:0px;
  font-family:"icomoon";
  font-size:18px;
  color:#aaa;
  box-sizing:borderbox;
  margin:0;
}

.vertical .slider-nav-left{
  margin-bottom:4px;
  margin-top:5px;
}

.vertical .slider-nav-right{
  margin-top:4px;
  margin-bottom:5px;
}

.vertical .slider-nav-left:hover,.vertical .slider-nav-right:hover{
  color:#666;
  text-decoration:none;
  background:none;
}

.vertical .thumbs-slider-holder{
  width:100px;
  /*margin-left:-16px;*/
  overflow:hidden;
  text-align:center;
  height:448px;
  margin:0 auto;
  margin-top:15px;
  line-height:0;
  background:#f9f9f9;
  padding-left:2px;
}


.vertical .thumbs-slider{
  width:78px;
  overflow:hidden;
  position:relative;
  height:389px;  
  display:block;
  float:none;
  margin:0 auto;
  padding-left:2px;
}

.vertical .thumbs-slider .view{
  white-space:nowrap;
  position:absolute;
  margin-top:0px;
  width:80px;
  height:50000px;
  top:0;
}

.vertical .thumb-small{
  display:block;
  margin-top:2px;
  margin-left:0;
  float:none;
}

.vertical .thumb-small:first-child{
  margin:0;
}

.vertical .thumb-small div{
 width:76px;
 height:76px;
 position:relative;
 display:block;
}

.vertical .thumb-small div.active{
  top:-1px;
  left:-2px;
  border:1px solid #666666;
}

.vertical .thumb-small div a{
  width:72px;
  height:72px;
  display:block;
  margin:1px;
  background:#999999 url() 50% 50% no-repeat; 
}

.vertical .thumb-small div.active a{
  width:74px;
  height:74px;
  line-height:0px;
}

/* vertical slider end */



#f_gplus{
  position:absolute;
}

.pages{
  margin:15px 0;
  text-align:center;
  cursor:default;  
  line-height:60px;
  background:#fcfcfc;
  box-sizing:border-box;
  margin-right:20px;
  border:1px solid #f3f3f3;
  border-radius:5px;
  color:#222;
  font-size:15px; 
}

.pages .last-page{
  display:inline-block;
  margin-left:10px;
}

.pages input{
  width:32px;
  text-align:center;
  margin-right:10px;
  font-size:15px;
  padding:4px;
  padding-bottom:5px;
  line-height:1;
  height:14px;
  color:#333;
  border:1px solid #d3d3d3;
}

.pages a{
  line-height:1;
  padding:0px 0px;
  margin:0 10px;
  /*border-bottom:3px solid #fff;*/
  font-size:18px;
  color:#888;
  cursor:pointer;
  display:inline-block;
}

.pages a.disabled:hover{
  color:#e6e6e6; 
}

.pages a.disabled:before{
  color:#e6e6e6;
  cursor:default;
}

.pages a.active{
  color:#000;
}

.pages a.prev-page,.pages a.next-page{
  color:#bbb;
  margin:20px 0;
  margin-top:17px;
  margin-left:0px;
  margin-right:16px;
  width:60px;
  height:60px;
  position:relative;
  top:+2px;   
}


.pages a.next-page{
  margin-right:0px;
  margin-left:15px;
}  

.pages a:hover{
  color:#222;
  text-decoration:none;
}

.pages a.prev-page.active,.pages a.next-page.active,.pages a.prev-page:active,.pages a.next-page:active{
  outline:1px solid #e3e3e3;
  color:#222;
}

.pages a.prev-page.disabled:active,.pages a.next-page.disabled:active{
   outline:none;
}

.pages a.prev-page:before,.pages a.next-page:before{
  font-family:"icomoon";
  content:'\e602';
  font-size:41px;
  line-height:1; 
  left:-1px;
  position:relative;
  top:+10px;
}

.pages a.next-page:before{
  content:'\e603';  
  left:1px;
}

.pages .prev-next-block{
  margin-bottom:30px;
}

.pages .prev-next-block a:nth-child(2):hover{
  color:#666;
  text-decoration:none;
  cursor:default;
}



.pages .dots-left,.pages .dots-right{
  color:#aaa;
  font-size:13px;
  position:relative;top:-3px;
  margin-right:12px;  
  margin-left:12px;
}

.pages .dots-right{
  margin-right:12px;
  margin-left:12px;
}

button::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.social-bar{
  display:inline-block;
  margin-top:10px;
}

.social-bar .social-icon:hover{
  opacity:1;
}

.social-bar .social-icon{
  width:28px;
  height:28px;
  padding:0;margin:0;
  display:inline-block;
  padding:0;margin:0;
  margin-left:15px;
  background:none;
  background-image: url(footer_icons.png);
  text-indent: -99999px; 
  overflow: hidden; background-repeat: no-repeat;
  vertical-align:middle;
  cursor:pointer;
  opacity:0.7;
}

.social-bar .social-icon:first-child{
  margin:0;
}

.social-icon.cf{
  background-position: 0px 0px;  
}

.social-icon.vk{
  background-position: -28px 0px;  
}

.social-icon.tw{
  background-position: -56px 0px;  
}
          
#hamburger{
  display:none;
  padding:10px 10px;
  margin-left:5px;
  padding-top:8px;
  position:relative;
  cursor:pointer;
  float:left;
}

#hamburger div{
  margin-top:5px;
  width:20px;
  height:3px;
  background:#e0e0e0;    
}


#event_count_block{
  width:70px;
}



#mobile_menu{
    position:relative;
    display:inline;
    /*top:-2px;
    margin-left:10px;*/
    overflow:hidden;
}



.celeb-thumbs.photos.mobile .thumb:hover .action-bar{
	display:none;
}


.celeb-thumbs.photos.mobile .action-bar.stay,
.celeb-thumbs.photos.mobile .thumb:hover .action-bar.stay
{
	display:block;
}

.photos.mobile .dots{
	display:block;
}

@media (max-width: 1000px){
	
  .head .menu .user-panel a.singin{
	line-height:44px;
	margin-right:0;
  }

  .user-panel .avatar{
	margin-top:5px;  
  }

  #hamburger{
    display:block;
    float:right;
  }
  
  .global-block{
    width:auto;
    padding-bottom:15px;
    padding-left:10px;
  }
  
  .menu nav{
    display:none;
    position:absolute;
  }

  .head .menu nav.visible{
    display:block;
    position:absolute;
  }
  
  .head{
    min-width:0;
  }
  
  .head .in-head{
    width:auto;
    height:44px;
    line-height:44px;
    min-width:290px;
    padding-left:10px;
    padding-right:0px;
    overflow:hidden;
  }

  .head .logo img{
    width:104px;
    height:22px;
  }
  
  .head .logo{
  margin-left: 0px;
  display: block; 
  top:1px;
  font-size:26px;
  float: left;
  margin-right:10px;
}
  
  #search_box{
    top:auto;
    position:relative;
    /*margin-top:-11px;*/
    margin-left:0;
    height:44px;
    box-sizing:border-box;
  }
  
  #search_box:before{
    /*top:0px; */
	margin-top:-7px;
  }
  
  #search_box input{
/*    height:22px;
    width:130px;
    font-size:12px;
    padding-top:1px;
    padding-bottom:2px;*/
    outline:none;
    border-radius:4px;
  }
  
  #mobile_menu{
    position:relative;
    display:block;
    float:left;
    /*top:-2px;
    margin-left:10px;*/
    overflow:hidden;
  }
  
  #search_label{
    display:none;
  }
  
  .head .menu{
    position:static;
  }
  
  .head .menu nav{
    position:absolute;
    width:100%;
    top:60px;
    left:0;
    z-index:150;
    padding:0;margin:0;
  }

  .head .menu nav a:first-child{
    border-top:1px solid #f0f0f0;  
  }

  .head .menu nav a:last-child{
    border-bottom:1px solid #d3d3d3;  
  }


  .head .menu nav a{
    line-height:1;
    display:block;
    height:auto;
    padding:15px;
    border-bottom:1px solid #f0f0f0;
    background:#fff;
    background-image:none;
    margin:0;
    font-size:16px;
    text-align:center;
    line-height:54px;
    height:52px;
  }

  h1{
    font-size:20px;
    margin-bottom:15px;
    line-height:1.2;
  }
  
  #photo_title_h1,#photo_title_h1:hover,#photo_title_h1:active{
    float:none;
    border:none;
    padding:0;
    display:block;
    font-size:18px;
    background:none;
    margin:0;padding:0;
    width:100%;
    margin-bottom:7px;
    font-weight:normal;
    color:#222;
    box-shadow:none;
  }
  
  .photo{
    margin-top:8px;
  }
  
  
  #event_count_block{
    width:30%;
    min-width:70px;
    border-right:none;
    border-left:none;
  }
   
  #photo_nav{
    float:none;
    display:block;
  } 
  
  #photo_nav .ui-button{
    margin:0;
  }
  
  #photo_nav *{
    box-sizing:border-box;
  }
  
  #real_content,#real_content.image{
    margin-left:0;
  }
  
  #real_content.image{
  }
  
  .content{
    width:100%;
    float:none;
    min-height:290px;
    margin-left:0;
  }
  
  .content.image{
    width:100%;
    float:none;
    min-height:290px;
    margin-left:0;
  }
  
  .sidebar{
    margin:0 auto;
    float:none;
    padding:0;
    display:none;
    width:0;
    height:0;
  }
  
  .description{
  }
  
  #google-right-square-ad{
  }
  
  
  .ui-social-toolbar{
    margin-top:10px;
  }
 
   #celeb_link{
    font-size:16px;
    
   }
    
  .header .smallgray{
    font-size:15px;
  }
  
  .sidebar .header{
    border-bottom:0;
    margin-top:25px;
    
  }
  
  #zoom_in{
    display:none;
  }
  
  #after_photo_info{
    margin-top:15px;
  }
  
  #after_photo_info div{
    box-sizing:border-box;
    width:189px;
    margin:0;
    margin-left:10px;
  }
  
  #after_photo_info .photo-views{
    margin:0;
    width:98px;
    /*margin-right:9px;*/
  }


.toolbar{
  margin-top:50px;
  max-width:550px;
  margin-left:auto;
  margin-right:auto;
  padding-top:0;
}

.toolbar #download_button a,.toolbar #download_button,
.toolbar #lightbox_button a,.toolbar #lightbox_button
{
  display:inline-block;
}

.toolbar .button:first-child{
  min-width:91px;
  box-sizing:border-box;
}

.toolbar .button,.toolbar .button a{
  display:inline-block;
  
}

.toolbar .button{
  padding-top:25px;
}

.toolbar #share_button{
	border-bottom:none;
}

.toolbar #event_count{
  position:relative;
  padding-top:10px;
}

.toolbar #photo_views,
.toolbar #photo_upload_date{
  position:relative;
  padding-top:10px;
  padding-bottom:25px;
/*  padding-top:10px;
  top:-3px;*/
}


  
.toolbar #grid_button{
  border:0;
  border-right:1px solid #f0f0f0;
}
   
#image_1{
  cursor: pointer;
}    

.footer{
  min-width:290px;
}

.footer .in-footer{
  width:auto;
  /*margin-left:10px;*/
}

.social-bar .social-icon{
  margin-left:11px;
}




#front_page .mtop20{
  margin-top:0;
}
#front_page h3{
  margin-top:15px;
}

.photos .dots{
	display:block;
}

.celeb-thumbs.photos .thumb:hover .action-bar{
	display:none;
}


.celeb-thumbs.photos .action-bar.stay,
.celeb-thumbs.photos .thumb:hover .action-bar.stay
{
	display:block;
}

.celeb-thumbs.photos .action-bar{
	bottom:84px;
	display:none;
}


.celeb-thumbs.photos.all .action-bar{
	bottom:105px;
  }



 .celeb-thumbs .thumb,.normal-thumbs .thumb{
    width:162px;
    height:243px;
  }

  .celeb-thumbs .thumb{
    height:328px;
  }

/*.normal-thumbs .thumb:active,.celeb-thumbs .thumb:active{
  outline: 1px solid #999;
}*/

  .celeb-thumbs a,.normal-thumbs a{
    left:-269px;
  }

 .celeb-thumbs.photos.all table td label{
  font-size:12px;
 }
 
 .celeb-thumbs table td{
  font-size:13px;
 }
 
 
 .celeb-thumbs table{
   width:162px;
   left:269px;
   height:85px;
   bottom:95px;
 }
 
 .celeb-thumbs.photos.all table{
  height:105px;
  bottom:96px; 
 }
 
 #front_page .normal-thumbs .thumb{
  width:224px; 
  height:421px;
 }

 #front_page .normal-thumbs a{
  left:-241px;
 }

 #front_page .normal-thumbs table{
  width:224px;
  left:238px;
  top:336px;
 }

 .normal-thumbs .thumb a img,.celeb-thumbs .thumb a img{
  max-height:280px;
  }

  .normal-thumbs .thumb a img{
    max-height:310px;  
  }
  
  #front_page .normal-thumbs .thumb a img{
  max-height:360px;
  }

}

@media (max-width: 700px){

  .random-shoots #front_page .normal-thumbs .thumb:last-child{
  display:block;
  }
    

.description{
  width:auto;
}

}


@media (max-width: 610px){
  .thumbs-slider-holder{
    margin-left:-5px;
  }
}

@media (max-width: 600px){
  .thumbs-slider-holder{
    margin-left:-9px;
  }
  
  .user-panel{
	margin-right:20px;  
  }

}
            

@media (max-width: 598px){
 .thumbs-slider-holder{
    margin:0 auto;
    width:301px;
    height:54px;
 }

.thumbs-slider{
  width:234px;  
}

.thumb-small{
  margin-left:7px;
}

.thumb-small div{
 width:40px;
 height:52px;
 position:relative;
 display:inline-block;
}

.thumb-small div a{
  width:36px;
  height:48px;
  display:block;
  margin:1px;
  background:#999999 url() 50% 50% no-repeat; 
  background-size:cover;  
}

.thumb-small div.active a{
  width:38px;
  height:50px;
  line-height:0px;
}

.slider-nav-left, .slider-nav-right{
  width:26px;
  height:52px;
  line-height:52px;  
}


.slider-nav-right{
  margin-left:0;
}

}


@media (max-width: 515px){
  .footer .logo{
	margin-left:0;
  }
  
  .footer .links a,.footer .links a:nth-child(3){
    display:block;
    margin-right:0;
	margin-left:0;
  } 
  
  .breadcrumbs{
	margin-bottom:25px;
  }
  
  
	.head .logo {
		font-size:0;
		width:13px;
	}
	.head .logo:first-letter{
		font-size:34px;
	}
	
}



@media (max-width: 380px){
	
	#search_box input{
		width:140px;
	}
	
	
}

@media (max-width: 360px){

	.head .logo {
		font-size:0;
		width:16px;
	}
	
  .pages{
    margin-right:9px;
    margin-left:3px;
  }
  
  .breadcrumbs a{
		font-size:16px;
		margin-top:3px;
  }
  
  .breadcrumbs h1{
		margin-top:3px;
  }
  
  .breadcrumbs{
	 margin-bottom:20px; 
  }
  
  .content.image .breadcrumbs{
	  margin-bottom:15px;
  }
  
  .global-block{
	  padding-top:15px;
  }
  
  #photo_title_h1,#photo_title_h1:hover,#photo_title_h1:active{
    font-size:16px;
    margin-bottom:7px;
  }

 /*.random-shoots #front_page .normal-thumbs{
    left:+15px;
  }*/
  
  .toolbar #grid_button{
    border:0;
  }
  
  .toolbar .button{
  }
 
 
  .photo{
    padding-left:20px;
    padding-right:20px;
  }
  
  .photo .image-bg .prev,.photo .image-bg .next{
    font-size:24px;
    width:24px;
    height:24px;
    margin-left:-30px;
  }
  
  .photo .image-bg .next{
    margin-left:6px
  }
  
  #front_page h3,#front_page h4{
    text-align:center;
    width:auto;
  }     
  
  .celeb-thumbs a{
    left:-275px;
  }
  
 .celeb-thumbs .thumb,.normal-thumbs .thumb{
    margin-left:4px;
    margin-right:9px;
    width:150px;
    height:310px;
  }

  .normal-thumbs .thumb{
    height:225px;   
  }
  
  .celeb-thumbs table td{
    padding:5px;
  }
  
  .celeb-thumbs table{
    width:150px;
    left:275px;  
    top:225px;
  }

  .celeb-thumbs.photos.all table{
    top:195px;  
    height:115px;
    bottom:0px;
  }
  
  

#front_page .normal-thumbs .thumb{
  width:150px;
  height:320px;   
  margin-left:4px;
  margin-right:9px;

}
  
#front_page .normal-thumbs .thumb table{
  width:150px;
  left:275px;
  top:225px;
}

#front_page .normal-thumbs .thumb table label{
  font-size:13px;
  cursor:pointer;
}

#front_page .normal-thumbs .thumb a{
  left:-275px;
}

#front_page .normal-thumbs .thumb table td{
  padding:5px;
  padding-bottom:8px;
}

#front_page .normal-thumbs .thumb table{  
  width:150px;
  left:275px;
  height:95px;
}

 .normal-thumbs .thumb a img,.celeb-thumbs .thumb a img{
  max-height:260px;
  }

/*  .normal-thumbs div a img{
    max-height:230px;
  }*/
  
  #front_page .normal-thumbs .thumb a img{
  max-height:260px;
  }
  

}



@media (max-width: 320px){
  .pages a{
  
  }
  
.head .menu{
	margin-left:0;
	/*margin-right:9px;*/
}
  .footer{
/*    line-height:40px;
    padding:20px 0px;
    padding-left:10px;*/
  }
  .googlephoto{
    width:300px;
    height:250px;
  }

  .googlebottom{
    width:300px;
    height:250px;
  }
      
  .footer .social-bar{
    /*margin-right:50px;*/
  }
  
  .footer .social-bar :first-child{
    margin-left:0;
  }
  
  
  #front_page h3,#front_page h4{
    text-align:center;
    width:auto;
  }     
  
  #search_box input{
    /*width:100px;*/
  }

  .celeb-thumbs a{
    left:-285px;
  }
  
  .celeb-thumbs.photos.all  .action-bar{
	bottom:115px;
  }
  
  .celeb-thumbs.photos .action-bar{
	bottom:110px;
  }
  
 .celeb-thumbs .thumb,.normal-thumbs .thumb{
    margin-left:4px;
    margin-right:14px;
    width:130px;
    height:280px;
  }

  .celeb-thumbs .thumb:nth-child(2n),.normal-thumbs .thumb:nth-child(2n){
	margin-right:0;
  }
  
  .normal-thumbs .thumb{
    height:195px;
  }
  
  .celeb-thumbs table td{
    padding:5px;
  }
  
  .celeb-thumbs table{
    width:130px;
    left:285px;
    top:180px;  
    height:100px;
    bottom:0px;
  }

  .celeb-thumbs.photos table{
    top:170px;  
    height:110px;
    bottom:0px;
  }
  
  .celeb-thumbs.photos.all table{
    width:130px;
    left:285px;
    top:165px;  
    height:115px;
    bottom:0px;
  }
  


#front_page .normal-thumbs .thumb{
  width:130px;
  height:280px;  
  margin-right:14px;
}
  
#front_page .normal-thumbs .thumb table{
  width:150px;
  left:285px;
  top:185px;
}

#front_page .normal-thumbs .thumb table label{
  font-size:13px;
  cursor:pointer;
}

#front_page .normal-thumbs .thumb a{
  left:-285px;
}

#front_page .normal-thumbs .thumb table td{
  padding:5px;
  padding-bottom:8px;
}

#front_page .normal-thumbs .thumb table{  
  width:130px;
  left:285px;
  height:95px;
}
  
  #front_page .normal-thumbs .thumb:nth-child(2n){
	 margin-right:0; 
  }

}
      




