html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	overflow-y: scroll; 
}

body.signin {
	background-color: #e6e6e6;
	color: #5a5a5a;
	overflow: hidden;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 5;
}

header.middle {
	margin-top: 45vh;
	background: rgba(0, 0, 0, 0.5);
}

a:hover, a:focus {
	color: #66B8FF;
	text-decoration: none;
}

#camera_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: fixed;
	right: 0;
	top: 0;
}

.logo {
	padding: 10px;
	background: #F5F5F5;
	width: 40%;
}

.logo img {
	width: auto;
	height: 66px;
	float: right;
}

.content {
	/*min-height: calc(100vh - 84px);;*/
	color: #FFF;
	font-family: "Open Sans";
	font-weight: 100;
	font-size: 13px;
	line-height: 20px;
	padding-top: 120px;
	padding-bottom: 60px;
}

.content .container {
	position: relative;
}

footer	{
	width: 100%;
	background: rgba(4, 0, 1, 0.24);
	color: white;
	position: fixed;
	border-top: 1px solid #000;
	padding: 10px 0;
	bottom: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer.detached {
	position: relative;
}

.social, .copyright, .navbar-default .navbar-nav>li>a {
	font-family: "carrois_gothicregular";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-shadow: 1px 1px 2px #000;
	color: white;
}

.copyright {
	padding: 7px 0;
}

.social a {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 3px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	font-size: 19px;
	padding: 4px 5px;
	text-align: center;
	color: #000;
	text-shadow: none;
	background: #FFF;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.5;

}

.social a:hover {
	background: black;
	color: white;
	opacity: 1;
}

section {
	display: none;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #000;
	padding: 15px;
}

section.visible {
	display: block;
}

.navbar {
	background: transparent;
	border: none;
	border-radius: 0px;
	padding-left: 0px;
	margin: 0px;
}

.navbar .container-fluid {
	padding: 0px;
}

.navbar-default .navbar-nav>li {
	padding: 34px 0 0px;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	padding: 0;
	width: 110px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-shadow: 1px 1px 2px #000;
	height: 20px;
	overflow: hidden;
}

.navbar-default .navbar-nav>li>a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.navbar-default .navbar-nav>li>a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #66B8FF;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav>li>a:hover span, .navbar-default .navbar-nav>li>a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-default .navbar-nav>li.separator {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+48,ffffff+51,fefefe+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 48%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 51%, rgba(254,254,254,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.96) 48%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.98) 51%,rgba(254,254,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.96) 48%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.98) 51%,rgba(254,254,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00fefefe',GradientType=0 ); /* IE6-9 */
	width: 1px;
	margin-top: 28px;
	padding: 15px 0;
}

.navbar-default .navbar-toggle {
	border-color: #000;
	border-radius: 0;
	margin-top: 28px;
	margin-left: 5px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 33px;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.57);
}

.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 100;
	line-height: 1.42857143;
	color: #FFF;
	white-space: nowrap;
	font-family: "Open Sans Condensed", sans-serif;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-align: center;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
}

.camera_prev, .camera_next, .camera_counter {
	display: none;
}

.social > div {
		float: right;
	}

.lang-selector {
	cursor: pointer;
	color: white;
	height: 30px;
	display: inline-block;
	width: 30px;
	font-size: 11px;
	padding: 7px 6px;
	text-align: center;
	margin-top: -8px;
	border-radius: 50%;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.lang-selector:hover {
	background: rgba(255, 255, 255, 0.3);
}

.lang-selector.active {

	background: #f5f5f5;
	color: black;
}

.about-photo {
	background: url(../img/profile-bw-2.jpg) no-repeat top center;
	background-size: cover;
}

.about-content {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
}

div#gallery-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
	display: none;
}

div#gallery-box h3 {
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
}

div#gallery-box button.close {
	color: #fff;
	opacity: 1;
	font-size: 50px;
	margin-top: 5px;
}

div#gallery-box .fotorama__stage {
	margin-bottom: 15px;
}

div#gallery-box .fotorama__caption {
	color: white;
	width: 100%;
	text-align: center;
}

div#gallery-box .fotorama__caption__wrap {
	background-color: rgba(0, 0, 0, 0.56);
	border-radius: 5px 5px 0 0;
}

div.selected div.image-wrap {
	border-color: orange;
}

div#image-selection-box .close, div#gallery-images-wrap .close {
	display: none;
}

div#gallery-images-wrap .image-wrap:hover .close {
	display: block;
}

div#image-selection-box .modal-body {
	min-height: 400px;
	max-height: calc(100vh - 210px);
	overflow: auto;
}

div.single-image .image-wrap {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background: white;
	box-shadow: 0 0 10px #ccc;
	border-radius: 3px;
}

div.single-image .image-wrap div.image {
	height: 150px;
	border-bottom: 1px solid #ddd;
	background-position: center center;
	background-size: cover;
}

div.single-image .image-wrap div.image-description-wrap {
	padding: 5px;
}
div.single-image .image-wrap div.image-description-wrap h4 {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 2px 0 0;
}

div.single-image .image-wrap div.image-description-wrap span {
	font-size: 9px;
	color: #ccc;
}

span.painting-thumbnail-title {
    display: block;
    width: 100%;
    position: absolute;
    color: white;
    font-size: 11px;
    padding: 10px;
    line-height: 14px;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000000d4, transparent);
    opacity: 0;
    transition: opacity 0.2s linear;
}

a.jg-entry:hover span.painting-thumbnail-title {
	opacity: 1;
}


div.single-event {
	height: 150px;
	border: 2px solid;
	background: url(../img/bgs/bg4.jpg) no-repeat center center;
	background-size: cover;
	margin: 0 0px 25px;
	-webkit-filter: saturate(0.2);
	-moz-filter: saturate(0.2);
	-o-filter: saturate(0.2);
	-ms-filter: saturate(0.2);
	filter: saturate(0.2);
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

div.single-event:hover {
	-webkit-filter: saturate(1);
	-moz-filter: saturate(1);
	-o-filter: saturate(1);
	-ms-filter: saturate(1);
	filter: saturate(1);
}

div.single-event .event-date {
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid;
	width: 90px;
	height: 90px;
	margin-top: -8px;
	display: inline-block;
	margin-left: 16px;
	background: url(../img/bgs/bg4.jpg) no-repeat center center;
	position: absolute;
	right: 25px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

div.single-event .event-date span {
	display: block;
	position: relative;
	text-align: center;
	padding-top: 5px;
	z-index: 1;
}

div.single-event .event-date .event-month {
	font-size: 25px;
	text-transform: uppercase;
}

div.single-event .event-date .event-day {
	font-size: 35px;
	font-weight: bold;
	padding-top: 10px;
}

div.single-event .event-date .event-time {
	font-size: 15px;
}

div.single-event .event-date::before, div.single-event .event-name-wrap::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.5);
}

div.single-event .event-name-wrap {
	height: 80px;
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid;
	padding: 0 20px 0 20px;
	text-align: right;
	margin-top: 50px;
	margin-left: -10px;
	position: relative;
	background: url(../img/bgs/bg4.jpg) no-repeat center center;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

div.single-event .event-name {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 6px black;
}

section h3 {
	font-weight: 100;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	margin-top: 0;
	border-bottom: 2px solid #888;
	padding-bottom: 10px;
	width: 50%;
	margin-bottom: 15px;
	padding-left: 15px;
}

#contacts p {
	opacity: 0.8;
}

.page-image-wrap img {
	height: 200px;
	width: auto;
	display: inline-block;
	margin: 9px;
	box-shadow: 0 0 10px #000;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	padding: 1px;
}

.page-image-wrap img:hover {
	box-shadow: inset 0 0 0 10px #ddd;
}


.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	adding: 0px 15px 15px 15px;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.form-bottom p { opacity: 0.8; color: #fff; }


.form-control.input-style {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: rgba(245, 245, 245, 0.17);
	border: 1px solid #A7A7A7;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

textarea, 
textarea.form-control.input-style {
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
	height: 105px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
	outline: 0;
	background: #F5F5F5;
	border: 1px solid #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.contact-form input, .contact-form textarea {
	color: #f5f5f5;
}
button.btn {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #F5F5F5;
	border: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #555;
	opacity: 0.8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

button.btn:hover { opacity: 1; }

button.btn:active { outline: 0; opacity: 1; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 1; background: #19b9e7; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 1; background: #19b9e7;  }

.signinpanel {
		margin: 10vw auto 0;
		width: 300px;
}

.signinpanel .btn {
	padding: 15px;
	border-radius: 0px;
	outline: none !important;
	margin-bottom: 5px;
	min-width: 90px;
	margin-top: 10px;
}

.alert {
	margin-top: 5px;
}

@media (max-width: 1000px) {
	#about .about-photo {
		height: 300px !important;
		background-position: 50% 50%;
		width: 100%;
		margin-bottom: 10px;
	}

	#about .about-content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	li.separator {
		display: none;
	}
	.logo {
		width: auto;
	}
	.logo img {
		float: none;
	}
	.navbar-default .navbar-nav > li {
		padding: 8px 0;
	}
	.navbar-default .navbar-nav > li > a {
		width: 100%;
	}
	.navbar-default .navbar-nav>li>a:hover span, .navbar-default .navbar-nav>li>a:focus span {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	.social > div {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	.copyright {
		text-align: center;
	}
	header.middle {
		margin-top: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #f5f5f5;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #dddddd;
		background-color: transparent;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 20px;
		padding: 0;
		height: 34px;
		overflow: hidden;
		line-height: 30px;
	}
}

@media (max-width: 500px) {
	.image-wrap img {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 10px;
	}

	div.single-event .event-date {
		width: 70px;
		height: 70px;
	}

	div.single-event .event-date .event-month {
		font-size: 15px;
		padding-top: 3px;
	}

	div.single-event .event-date .event-day {
		font-size: 20px;
		padding-top: 0px;
	}

	div.single-event .event-date .event-time {
		font-size: 9px;
		padding-top: 0;
	}

	div.single-event .event-name {
		font-size: 15px;
	}
}

.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}

.file-choose {
	position: absolute;
	margin-left: -150px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transform: translate(-60px, 0) scale(1.5);
	right: 0;
	border-left: solid 250px;
	cursor: pointer;
	direction: ltr;
	outline: none;
	margin-top: -22px;
}


