/**
 * Extra resizeble gallery CSS
 * Author: Yavor Savov /Actra Ltd./
 */

@CHARSET "UTF-8";

div#ga_lb {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	opacity: 0.8;
	background: #000;
}
div#ga_co {
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
	z-index: 1101;
}
div#ga_lc,
div#ga_lc:hover:before,
div#ga_lc:hover:after {
	position: absolute;
	display: block;
	content: '';
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
div#ga_lc {
	top: 0;
	bottom: 0;
	left: 0;
	right: 30%;
	background-color: #000;
	font-family: 'FontAwesome';
	content: "\f110";
	color: #777;
}
div#ga_lc:hover:before {
	top: 48%;
	left: 1%;
	font-family: 'FontAwesome';
	content: "\f104";
	font-size: 4em;
    color: #999;
}
div#ga_lc:hover:after {
	top: 48%;
	right: 1%;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 4em;
    color: #999;
}
div#ga_lc:hover>div#ga_fs {
	display: block;
}
div#ga_lc div#ga_ep {
	color: #FFF;
	text-align: center;
}
/* Full screen */
div#ga_lc:-webkit-full-screen {
	right: 0;
}
div#ga_lc:-webkit-full-screen>div#ga_fs {

}
div#ga_lc:-moz-full-screen>div#ga_fs {

}
div#ga_lc:-ms-fullscreen>div#ga_fs {

}

div#ga_lc:-webkit-full-screen>div#ga_fd {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}
div#ga_lc:-moz-full-screen>div#ga_fd {
	display: block;
}
div#ga_lc:-ms-fullscreen>div#ga_fd {
	display: block;
}
/* Full screen */
/*
div#ga_lc:-webkit-full-screen:hover:after,
div#ga_lc:-webkit-full-screen:hover:before {
	display: none;
}
div#ga_lc:-moz-full-screen:hover:after,
div#ga_lc:-moz-full-screen:hover:before {
	display: none;
}
div#ga_lc:-ms-fullscreen:hover:after,
div#ga_lc:-ms-fullscreen:hover:before {
	display: none;
}
*/

#ga_co a {
	color: inherit;
	text-decoration: none;
}
div#ga_fs {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	cursor: pointer;
	z-index: 102;
	font-size: 2em;
    color: #999;
	margin-right: 0.5em;
    margin-top: 0.1em;
	content: "\f065";
	font-family: 'FontAwesome';
    color: #999;
}
div#ga_cl {
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	font-size: 200%;
	font-weight: bolder;
	cursor: pointer;
}
div#ga_fd {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	color: #FFF;
	background: #000;
	opacity: 0.5;
	line-height: 3em;
	/* white-space: nowrap; */
	padding: 0 2em;
	box-sizing: border-box;
}
div#ga_fd>span {
	display: block;
	float: right;
}
div#ga_rc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 70%;
	right: 0;
	background: #FFF;
	overflow: auto;
	font-size: 100%;
	padding: 1em;
}
div#ga_rc>div {
	position: absolute;
	padding: 0.5em 1em;
}
div#ga_rc>div:nth-child(1) {
	top: 0;
	left: 0;
	/* bottom: 9em; */
	right: 0;
	overflow: hidden;
	min-height: 9em;
	/* background-color: #F7F7F7; */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 26%, rgba(225,225,225,.8) 79%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#EEE), color-stop(75%,rgba(255, 255, 255, .2)));
	background: -webkit-linear-gradient(left, #FFF 26%,rgba(225,225,225,.8) 79%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 26%,rgba(225,225,225,.8) 79%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 26%,rgba(225,225,225,.8) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );	
}
div#ga_rc>div:nth-child(1)>span,
div#ga_rc>div:nth-child(1)>a {
	display: block;
	white-space: nowrap;
}
div#ga_rc>div:nth-child(2) {
	top: 10em;
	left: 0;
	bottom: 100px;
	right: 0;
	overflow: auto;
	font-size: 0.9em;
}
div#ga_rc>div:nth-child(2)>p {
	color: #666;
	font-size: 80%;
}
div#ga_rc>div:nth-child(3) {
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;	
	height: 100px;
	text-align: center;
	overflow: hidden;
	padding: 0;
	padding-top: 6px;
	background-color: #F7F7F7;
}

div#ga_co div.ga_avat {
	background-repeat: no-repeat;
	background-position: center center;
	width: 64px;
	height: 64px;
	background-size: cover;
	margin-bottom: 1px;
	border-radius: 8px;	
	float: left;
}

div#ga_rc textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 3em;
	margin: 1em 0;
}
div#ga_rc button {
	width: 100%;
	margin-bottom: 1em;
}
[data-gal] {
	cursor: pointer;
}

.ga_usernames {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #F05F40;
	font-size: 1.2em;	
}

hr {
	margin-top: 2px;
	margin-bottom: 7px;
	border: 0;
	border-top: 1px solid #EEE;
	max-width: 100%;
}

.CommentsAutor {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #F05F40;
	padding-right: 0.5em;
}

.CommentsDate {
	color: #777;
	font-family:
	Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.PhotoTitle {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.2em;
}

.gradient {
	background: #FFF;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 26%, rgba(225,225,225,.8) 79%);
	background: -webkit-gradient(linear, left top, right top, color-stop(26%,#FFF), color-stop(79%,rgba(225,225,225,.8)));
	background: -webkit-linear-gradient(left, #FFF 26%,rgba(225,225,225,.8) 79%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 26%,rgba(225,225,225,.8) 79%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 26%,rgba(225,225,225,.8) 79%);
    /* background: linear-gradient(to right, #FFF 26%,rgba(225,225,225,.8) 79%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );	
}