@charset "utf-8";
/* CSS Document */


.nav>li>a>i {
	font-size: 1.4em;
}

.navbar-default .navbar-toggle {
	background: none;
	border: none;
	margin-top: 2px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 24px;
	height: 3px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: right;
}

.top_menu_staked_margins>li>a>i {
    font-size: 1.2em !important;
	opacity: 0.6;
}

.top_menu_staked_margins>li>a:hover > i {
    opacity: 1;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

@media(max-width:768px) {
	.menuHidden {
		display: none;
	}
	.nav>li>a>i {
		font-size: 2em;
	}
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #eee;
	font-family: 'Open Sans', Arial;
	font-size: 1.1em;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 100;
}

.nav-tabs>li>a {
	border-color: #eee #eee #ddd;
	background-color: #eee;
	font-family: 'Open Sans', Arial;
	font-size: 1.1em;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 100;
}

.nav-stacked>li+li {
	margin-left: 0;
}

.GalleryTabs > a {
	background-color: #fff !important;
	border: none !important;
	font-size: 1.2em !important;
	color: #333 !important;
	border-bottom: 2px solid #fff !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.active.GalleryTabs > a {
	border-bottom: 2px solid #5bc0de !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	color: #000 !important;
}

.GalleryTabs > a:hover {
	border-bottom: 2px solid #5bc0de !important;
}

@media screen and (max-width: 768px)
{
	.collapsing
	{
		position: absolute !important;
		z-index: 20;
		right: 15px;
		background-color: #1F1F1F;
	}
	.collapse.in {
		display: block;
		position: absolute;
		right: 15px;
		background-color: #1F1F1F;
	}
	.navbar-collapse
	{
		max-height: none !important;
	}
}

.top_menu > ul > li, .top_menu  > li {

}

.top_menu_staked_margins  > li {
	margin-top: 2px !important;
}

.top_menu_staked_margins > li > a {
	color: rgba(255, 255, 255, 0.9) !important;
	text-transform: none !important;
	font-size: 0.9em !important;
	padding-left: 32px;
	padding-right: 12px;
}

.top_menu  > li > a {
	padding-bottom: 0px;
}

@media ( max-width: 768px ) {
	.hide_menu_itemLo {
		display: none !important;
	}
}

@media ( min-width: 768px ) {
	#bs-example-navbar-collapse-1 {
		display: none !important;
	}
}

.tool-icons .fullscreen {
    width: 26px;
    background-position: -29px center;
    margin-left: 5px;
}
.tool-icons span {
    background: transparent url("https://photo-forum.net/static/site_design/ff_crop.png") no-repeat scroll 0% 0%;
    height: 26px;
    float: left;
}

.FirstPage_BottomTitles {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #73fff8;
}

.FirstPage_Article {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
	display: table;
    border-bottom-color: #666;
    border-bottom-width: thin;
    border-bottom-style: dashed;
    padding-bottom: 12px;
	margin-top: 12px;
}

.FirstPage_ArticleTitle {
	color: #CCC;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 10px;
}

.FirstPage_ArticleAutors {
	display: block;
    font-size: 0.9em;
    color: #999;
    padding-top: 4px;
}

.FirstPage__autorsB {
	padding: 0px !important;
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	background-size: cover;
	margin-bottom: 1px;
}

.FirstPage_NewsSmallResolution {
	margin-top: 10px;
}


@media(min-width:992px) {
	.FirstPage_NewsSmallResolution {
		display: none;		
	}
}

.FirstPage_NewsHiResolution {

}

@media(max-width:991px) {
	.FirstPage_NewsHiResolution {
		display: none;		
	}
}

.FirstPage_News {
	margin-bottom: 10px;
	float: left;
}

.FirstPage_News a, .FirstPage_News a:hover {
	 text-decoration: none;
}

.FirstPage_News img {
	max-width: 50%;
	float: left;
	margin-right: 7px;
	margin-top: 4px;
}

.FirstPage_News p {
	color: #ddd;
	font-size: 0.8em;
	margin-bottom: 4px;
}

.FirstPage_News p:hover {
	color: #e7e7e7;
}

.FirstPage_NewsDate {
	float: left;
	width: 32px;
	height: 32px;
	background: #f05f40;
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	margin-right: 4px;
	margin-top: 2px;
}

.FirstPage_NewsTitle {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 4px;
	margin-top: 0;
}

.FirstPage_Fotopisi img {
	float: left;
    max-width: 250px;
    margin-right: 20px;
}

.FirstPage_Fotopisi p {
	color: #ddd;
	font-size: 0.9em;
	margin-bottom: 4px;
}

.FirstPage_FotopisiDate {
	font-style: italic;
	margin: 0px 0px 10px 0px;
	color: #ddd;
}

.FirstPage_FotopisiTitle {
	color: #CCC;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 4px;
	margin-top: 0;
}

.FirstPage_FotopisiReadMore {
	font-size: 0.9em;
}

.addcomment_button {
	background-color: #333;
	color: eee;
}

.fldComment_txt {
	color: #777	
}

.comment_numbers {
	position: absolute;
	right: 16px;
	background-color: #fff;
	padding: 0 4px 0 4px;
	font-size: 0.9em;
}

@media ( max-width: 768px ) {
	.comment_numbers {
		right: 0px;
	}
}

#fldComment {
	background-color: #fff;
	margin: 0px;
	border: 0px;
	width: 90%;
	height: 100px;
}

#format_text {
    width: 40%;
    float: left;
    padding: 0 0 0 16px;
    float: left;
}

.reviewBody {
	display: flex;
	padding-right: 44px;
}

.reviewBody b {
	display: contents;
}

@media(min-width:1170px){
	.photo_info {
		padding-left: 9%;
		padding-right: 9%;
	}
	
	.gallery_thumbs {
		padding-left: 9%;
		padding-right: 9%;
	}
}

.photopage-photo_info {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
	float: left;
	margin-top: 8px;
	line-height: 22px;
	max-width: 60%;
}

.photopage-imagetitle {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	margin-top: 12px;
	font-weight: 300;
}

.photopage-photo_info .category, .photopage-photo_info .album, .photopage-photo_info .date {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
}

.photopage-photoinfo {
	color: #aaa;
	display: table;
	line-height: 1.6em;
	margin-bottom: 1px;
	margin-left: 8px;
}

.photopage-photoinfo-txt {
	width: 120px;
	font-size: 0.9em;
}

.photopage-photoinfo-mobile {
	display: table;
	line-height: 1.6em;
	margin-bottom: 6px;
}

.photopage-thumbs {
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 60px;
	background-size: cover;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}

.photopage-photoinfo > div {
	display: table-cell;
	font-size: 0.9em;
}

.photopage-photoinfo-mobile > div {
	display: table-cell;
	font-size: 0.9em;
}

.photopage-photoinfo > div > span {
	font-size: 0.9em; color: #777; line-height: 0.9em;
}

.photopage-photoinfo-mobile > div > span {
	font-size: 0.9em; color: #777; line-height: 0.9em;
}

.photopage-social {
	height: 60px; float: right; top: -12px; position: relative; min-height: 70px;
}

.Button_Follow {
	font-size: 0.5em;
	background-color: #ddd;
	margin-top: 4px;
}

#btn_Follow:hover  {
	background-color: #fff;
}

.active#btn_Follow  {
	background-color: #bbb;
}

.remove#btn_Follow  {
	color: #d03210;
	background-color: #fff;
}

@media(min-width:992px) {
	.photopage-thumbs {
		width: 80px; height: 80px;
	}
}

@media(max-width:768px) {
	.photopage-social {
		float: left;
	}
	.photopage-thumbs {
		width: 100px; height: 100px;
	}
}

.thumbs {

}

@media(max-width:768px) {
	.Gallery_Album {
		width: 100.5%;
		min-height: 200px;
	}
}

.rating {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #aaa;
	font-weight: 300;
	white-space: nowrap;
	text-align: center;
	padding: 4px 4px 2px 4px;
}

.rating > span {
	color: #fff;
	font-size: 1.1em;
}

.rating-history-monthinfo {
	color: #FFF;
	background-color: rgba( 52, 52, 52, 0.2);
	margin-bottom: 2px;
	position: absolute;
	bottom: 0px;
	width: 99%;
	z-index: 2;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	padding: 8px;
	line-height: 1.1em;
	height: 100%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.rating-history-monthinfo p {
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	background-color: #000;
	padding: 2px 4px;
	margin-bottom: 10px;
	height: 26px;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.rating-history-monthinfo:hover {
	color: #CCC;
	background-color: rgba( 255, 255, 255, 0.1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.rating-history-monthinfo:hover p {
	height: 58px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}


.rating-history-year {
	margin: 4px 0;
}

.rating-history-year-active, .rating-history-year-active:hover {
	background-color: #FFF; 
	color: #46b8da; 
	z-index: 10; 
	border: none; 
	box-shadow: none;
}

.tool-icons {
  width: 32px;
  margin: 0;
  float: left;
}

.photopage-SocialIcons {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	margin-right: 3px;
	margin-top: 24px;
}

#social-all .active, #social-short .active {
	/* border-bottom: 2px #d00 solid !important; */
	background-color: #777;
}

#social-all .active > div > a > i, #social-short .active > div > a > i  {
	color: #fff !important;
}

.fav {
	background-color: #ff4a50;
}

.photopage-social_count {
	color: #aaa;
	display: block;
	text-align: center;
	position: relative;
}

.photopage-navigateRight {
	font-size:40px;
	margin-left: -15px;
	color:#777;
	display:inline-block;
	position: absolute;
	padding: 70px 2px 70px 10px;
	top: 50%;
	margin-top: -50px;
}

.photopage-navigateLeft {
	top:48%;
	font-size:40px;
	right: -15px;
	color:#777;
	display:inline-block;
	position: absolute;
	padding: 70px 10px 70px 2px;
	top: 50%;
	margin-top: -50px;
}

a.photopage-navigateRight:hover, a.photopage-navigateLeft:hover {
	color: #fff;
}

.PhotoPage-InfoIcons {
	position: relative;
	right: 8px;
	color: #aaa;
	margin-top: -18px;
}

.userprofile_pic_cell {
	float: left;
}

.userprofile_pic_thumb {
	background-repeat: no-repeat;
	background-position: center center;
	width: 98%;
	height: 98%;
	background-size: cover;
	margin-bottom: 2px;
	/* border: #FFF solid 1px; */
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.userprofile-SocialIcons {
	display: block;
	color: #FFF;
	padding-top: 8px;
	position: relative;
	float: left;
	font-size: 1.4em;
	margin-right: 8px;
	opacity: 0.9;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.userprofile-gradient {
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 40%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 40%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 40%);
	background: -ms-linear-gradient(bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
	height: 300px;
	padding-top: 100px;
}

.userprofile-photoheading {
	margin-top: 12px;
	padding-left: 2px;
    padding-right: 2px;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

.userprofile-photos {

}

.message-thumbs {
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	background-size: cover;
	margin-right: 1px;
	float: left;
	margin-right: 8px;
}

.autoplay-bar .checkbox-on-off {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	font-size: 13px;
	color: #767676;
}

.yt-uix-checkbox-on-off {
	position: relative;
	display: inline-block;
	width: 35px;
	padding-right: 2px;
	overflow: hidden;
	vertical-align: middle;
  	float: right;
	margin-top: 4px;
	margin-left: 4px;
}

.yt-uix-checkbox-on-off input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 37px;
	height: 15px;
	margin: 0;
}

.yt-uix-checkbox-on-off label {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 100%;
	background: #B8B8B8;
	cursor: pointer;
	border-radius: 20px;
}

.yt-uix-checkbox-on-off input[type=checkbox]:checked+label {
	background-color: #167AC6;
	height: 15px;
}

.yt-uix-checkbox-on-off input[type=checkbox]:checked+label .checked {
	display: inline-block;
	margin-top: 1px;
	margin-left: 4px;
	background: no-repeat url('https://photo-forum.net/static/site_design_new/checked.png');
	background-size: auto;
	width: 10px;
}

.yt-uix-checkbox-on-off label .checked {
	display: none;
}

.yt-uix-checkbox-on-off input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 37px;
  height: 15px;
  margin: 0;
}

.yt-uix-checkbox-on-off label .checked {
	display: none;
}

.yt-uix-checkbox-on-off label .unchecked {
	display: inline-block;
	float: right;
	padding-right: 3px;
}

.yt-uix-checkbox-on-off label .toggle {
  float: left;
  background: #FBFBFB;
  height: 13px;
  width: 13px;
  border-radius: 13px;
}

.yt-uix-checkbox-on-off input[type=checkbox]:checked+label .toggle {
  float: right;
}

#header #search:hover .button-search {
    background-color: #d20000;
}

#search {
    position: relative;
	float: left;
	margin-right: 7px;
}

.button-search {
	width: 28px;
	height: 20px;
	cursor: pointer;
	right: 0px;
	color: #1F1F1F;
	position: absolute;
}

.button-rating {
	color: #FFF; text-align: center; position: relative; width: 100%; height: 100%; z-index: 1; font-size: 1.2em;
}

.button-rating_bg {
	top: -50%;
	height: 50%;
	width: 100%;
	background-color: #403e3e;
	position: relative;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #FFF;
	text-align: center;
}

.button-rating:hover + .button-rating_bg {
	background-color: #222;
}

.button-rating.active > a > span > i {
	color: #ded464 !important;
}

.button-rating.active + .button-rating_bg {
	background-color: #222;
}

.button-rating.disabled > a > span  {
	color: #999 !important;
}

.navbar-nav>li>.dropdown-menu {
	position: absolute;
	top: 40px;
	padding: 10px 0;
	list-style: none;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.25);
	border: 1px solid #aaa;
	border-radius: 3px;
    opacity: 1;
	min-width: 150px;
	padding: 6px 0;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.navbar-nav>li>.dropdown-menu:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: -10px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: rgba(0,0,0,.25) transparent;
	right: 12px;
	border-color: #fff transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7;
}

.hide-modal {
	cursor: pointer;
}

.big-footer > div > div > div > ol, ul {
	margin-left: 0;
	padding-left: 0;
}

.container-fluid > div > ul > li > a {
	color: #666;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 3px 0px;
	border: none;
	font-size: 0.9em;
}

.footer-h5 {
	color: #000;
	font-weight: 600;
}

.header_notification {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

.header_notification_read {
	padding-bottom: 4px;
	margin-bottom: 4px;
	background-color: #f7f7f7;
}

.mobile_comments_open {
	display: none;
}

@media(max-width:768px) {
	.mobile_comments {
		max-height: 500px;
		overflow: hidden;
		position: relative;
	}
	
	.mobile_comments_open {
		display: block;
		position: absolute;
		right: 15px;
		cursor: pointer;
		z-index: 10;
	}
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #777;
    border: none;
    padding: 4px 20px;
}

.AutorFolowers {
	float: none;
}


.popover-content {
	max-height: 400px;
	overflow: hidden;
	padding: 6px 12px 6px 6px;
}

.popover-content > li {
	list-style-type: none;
}

.tooltip-inner {
    background-color: #00acd6;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00acd6;
}

#article-body {
	padding: 1em 2em 0 2em;
	background-color: #FFF; 
	margin-bottom: 1em;
}
	
	#article-body p{
	line-height:120%;
	padding: 0 0.4em 0 0.4em;
}
	
	#article-body  ul{
		margin-left: 2em;
	}
	
	#article-body  h1{
		margin-bottom: 0.8em
	}
	
	#article-body  h2{
		margin-bottom: 0.8em
	}
	
	#article-body  h3{
		margin-bottom: 0.8em
	}