h1
{
	font-size: 48px;
}

.bd-flex-wide
{
	flex: 0 0 auto;
}

.bd-flex-vertical.bd-flex-wide.bd-no-margins
{
    padding-left: 0px;
}

.bd-section-9
{
	background-position: left 23%;
}

#logo-section
{
	position: fixed;
	transform: translateY(0px);
	z-index: 1009;
}

input[type="submit"],
input[type="button"]
{
	text-transform: uppercase;
}

h3
{
	text-transform: uppercase;
}

h3.header
{
	text-shadow: 3px 3px 0px #000, -3px -3px 0px #000, -3px 3px 0px #000, 3px -3px 0px #000, 3px 0px 0px #000, -3px 0px 0px #000, 0px 3px 0px #000, 0px -3px 0px #000;
}

h4.header
{
	text-shadow: 2px 2px 0px #000, -2px -2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, 2px 0px 0px #000, -2px 0px 0px #000, 0px 2px 0px #000, 0px -2px 0px #000;
}

h3.header
{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 45.71px;
}

h4.header
{
	margin-top: -1px;
	padding-top: 3px;
}

h3.header span,
h4.header span
{
	/*position: relative;
	left: -7px;
	padding: 2px 7px;
	background-color: #000;*/
}

.chzn-container,
.chzn-container-single .chzn-single
{
	height: 35px;
}

.chzn-container-single .chzn-single span
{
	padding-top: 5px;
}

.chzn-container-single .chzn-single div b
{
	margin-top: 5px;
}

.copyrightLink
{
	font-size: 12px;
    line-height: 17.14px;
    margin-top: 3px;
}

a.menu-logo-split
{
	margin-right: 10em !important;
}

.bd-block
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

*.bd-joomlaposition-5
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.js-stools
{
	margin-bottom: 20px;
}

.js-stools-field-filter
{
	display: inline-block;
	width: 20%;
	margin-right: 20px;
	box-sizing: border-box;
	min-width: 270px;
}

.bd-hmenu-1
{
	position: relative;
	left: 15px;
}

#section10
{
	padding-left: 15px;
}

.bd-menu-1.nav-pills .bd-menuitem-2 > a::before, 
.bd-menu-1.nav-pills .bd-menuitem-2 > a:link::before, 
.bd-menu-1.nav-pills .bd-menuitem-2 > a:visited::before
{
	margin-top: 4px;
}

/*hr.hr-footer
{
	border-top: 1px dotted #8c8b8b;
	margin: 0px 25% 20px 25%;
}*/

hr
{
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #dcdcdc, #dcdcdc, #dcdcdc);
	background-image: -moz-linear-gradient(left, #dcdcdc, #dcdcdc, #dcdcdc);
	background-image: -ms-linear-gradient(left, #dcdcdc, #dcdcdc, #dcdcdc);
	background-image: -o-linear-gradient(left, #dcdcdc, #dcdcdc, #dcdcdc); 
	margin-top: 0px;
}

.bd-joomlaposition-16 iframe
{
	margin-top: 2em;
	margin-bottom: 4em;
	margin-right: 10em;
}

.recent .postList,
.recent.videoList
{
	max-width: 800px;
	margin-top: 10px;
	margin-bottom: 4em;
	margin-left: 10em;
	margin-right: 10em;
}

.recent .post-image
{
	width: 100%;
	display: block !important;
}
.recent .photo-container
{
	width: 100%;
}
.recent .comment-container
{
	width: 100%;
}

.list .post-image
{
	height: 100%;
}

.comment-container
{
	color: #fff;
	background-color: #5a5a5a;
	padding: 10px;
	margin-bottom: 20px;
}

.photo-edit
{	
	background-color: #F7F7F7;
	padding: 10px;
}

.photo-edit .control-label
{
	text-align: left !important;
	display: none;
}

.inputfile-box
{
	clear: both;
	height: 35px;
	display: inline-block;
	float: right;
	position: relative;
	top: -7px;
	right: 1px;
}
.homeless-box
{
	width: 100%;
	max-width: 270px;
	display: inline-block;
}
.homeless-box .control-group
{
	margin-top: 0px !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 2 */
.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}

/* style 3 */
.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}

/* override */
.inputfile + label 
{
	max-width: none !important;
	padding-right: 0px;
}

.lb-outerContainer{border-radius:4px 4px 0 0 !important;}
.lb-dataContainer{background-color:#fff;}
.lb-caption{color:#666;margin-left:5px;line-height:150% !important;display: inline-block;}
.lb-number{margin-top:7px;margin-left:5px;padding-bottom:5px;}
.lb-closeContainer{margin-right:5px;}

div.pager-loading
{
	width: 100%;
	height: 30px;
	display: block;
	background-color: #ccc;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img.lazy, 
div.lazy-video
{
	width: 100%;
	display: block;
	background-color: #ccc;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}


div.videoItem
{
	margin-bottom: 20px;
}

.list iframe.video,
.bd-joomlaposition-40 iframe
{
	width: 100%;
	height: 477px;
	/*width: 1150px;
	height: 863px;*/
	max-width: 100%;
}

.recent iframe.video,
.bd-joomlaposition-16 iframe
{
	width: 100%;
	height: 474px;
	max-width: 100%;
}

.homelessList
{
	margin-left: -3em;
	margin-right: -3em;
}
.random.homelessList
{
	margin-left: 0px;
	margin-right: -3em;
}

.homeless
{
	width: 43%;
	display: inline-block;
	padding: 3em;
	margin: 0em 0em 3em 3em;
	background-color: #fff;
	text-align: center;
}
.random .homeless
{
	width: 40%;
	display: inline-block;
	padding: 0px;
	margin: 1em 3em 3em;
	background-color: transparent;
	text-align: center;
}

.homeless-image
{
	width: 217px;
}

.random .homeless-image
{
	width: 300px;
}

.hcomment-container
{
	text-align: center;
}
.random .hcomment-container
{
	text-align: center;
	width: auto;
}

.homeless-title
{
	text-transform: uppercase;
	font-size: 26px;
}
.homeless-desc
{
	font-size: 16px;
	/*min-height: 46px;*/
}
.homeless-btn
{
	font-size: 16px;
	margin-top: 1em;
}
.homeless-btn > input
{
	text-transform: uppercase;
}

#btl-panel-login,
#btl-panel-logout,
#btl-panel-vprofile
{
	margin: 10px;
	font-size: 16px;
}
#btl-panel-login,
#btl-panel-logout,
#btl-panel-vprofile
{
	margin: 10px;
	font-size: 16px;
}

div.tracker-btn-back
{
    float: right;
    margin-right: 0;
    min-width: 50px;
    position: relative;
    top: 2.4em;
    vertical-align: bottom;
    width: auto !important;
}
div.tracker-btn-back input
{
	text-transform: uppercase;
}

div.tracker-btn-back.nofilters
{
	top: 0px;
}

.columnsContainer { position: relative; }
.leftColumn { margin-right: 19.5em; }
.rightColumn { position: absolute; top: 0; right: 0; }

hr.photoform
{
	margin-top: 2em;
	margin-bottom: 2em;
}

hr.add-photo
{
	margin: 0em;
	margin-bottom: 1.2em;
}

h2.add-photo
{
	margin-top: 1em;
	line-height: 40px;
}

#btn-add-photo
{
	text-transform: uppercase;
}

.lt-container
{
	margin-bottom: 2em;
}

.phtml-container
{
	/*margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 4em;*/
}

.phtml-container-home
{
	/*margin-top: 4em;
	margin-bottom: 4em;*/
}

.about-col1,
.about-col2
{
	padding-top: 0px;
}

.about-col1
{
	padding-left: 0px;
	padding-right: 2em;
}

.about-col2
{
	padding-right: 0px;
	padding-left: 0px;
}

.contact-container
{	
	background-color: #ccc;
	padding: 2em;
	margin-top: 1em;
}

.bd-joomlaposition-18 .contact-container
{
	background-color: unset;
	padding: 2em 0em;
}

.bd-joomlaposition-18 .contact-container .bd-socialicons-2 .bd-socialicon
{
	border: 1px solid #ccc;
}

.bd-socialicons-2
{
	margin-left: -5px;
	margin-top: 10px;
}

.contact-desc
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.contact-followus
{
	margin-bottom: 0px;
}

div.exhibition-container
{
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 2em;
	width: 60%;
	margin-bottom: 20px;
}

div.exhibition-container h3
{
	margin-top: 0px;
}

.exhibition-container p,
.press-container p
{
	max-width: 330px;
}

.exhibition-image
{
	min-height: 420px;
}

.press-title
{
	max-width: 450px;
}

div.btl-buttonsubmit
{
	border-top: 0px !important;
	margin-top: 0px !important;
}

.bd-joomlaposition-34 .btl-panel,
.bd-joomlaposition-36 .btl-panel,
.bd-joomlaposition-38 .btl-panel
{	
	margin-left: 0px;
	margin-right: 0px;
	text-align: right !important;
}

.bd-joomlaposition-34 #btl-panel-login,
.bd-joomlaposition-34 #btl-panel-logout,
.bd-joomlaposition-36 #btl-panel-login,
.bd-joomlaposition-36 #btl-panel-logout,
.bd-joomlaposition-38 #btl-panel-login,
.bd-joomlaposition-38 #btl-panel-logout
{	
	margin-left: 0px;
	margin-right: 0px;
}
	
#section8 #btl-panel-logout,
#section8 #btl-panel-vprofile
{
	width: 170px;
}

.bd-joomlaposition-34 #btl-panel-logout,
.bd-joomlaposition-36 #btl-panel-logout,
.bd-joomlaposition-38 #btl-panel-logout
{
	width: auto !important
}
	
.list .photoList
{
	margin-bottom: 4em;
}

.btn-view-more
{
	width: 100%;
	text-align: center;
	margin-top: 2em;
}

a.btn
{
	margin-bottom: 10px;
}

div.show_own
{
	margin-top: 1em;
	text-align: center;
}
div.show_own label
{
	position: relative;
	top: -1px;
}

div.norecords
{
	text-align: center;
	background-color: #ccc;
	height: 50px;
	padding-top: 15px;
}

div.post-reCAPTCHA
{
	margin-top: 10px;
}

button.close
{
	display: none !important;
}

.map-content
{
	margin-top: 4px;
}

.map-content .photo
{
	display: inline-block;
}

.map-content .photo img
{
	width: 120px;
}

.map-content .info
{
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-left: 10px;
}

.map-content .info h3
{
	margin: 0px;
	padding: 0px;
}

.map-content .info .caption
{
	display: inline-block;
	width: 100px;
}

.map-content .info .value
{
	display: inline-block;
	width: auto;
}

a.btn.jmodedit
{
	display: none !important;
}

.in2-a-btn
{
	background-color: #737373;
	padding: 0.7em 1em;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}
.in2-a-btn:hover
{
	background-color: #404040;
	color: #fff;
}
.in2-a-btn:active
{
	background-color: #bfbfbf;
	color: #fff;
}

#sfm-category-list
{
	padding-left: 0px;
}
#sfm-category-list li
{
	background: #eee;
	padding: 1em 1em;
}
#sfm-category-list li:nth-child(odd)
{
	background: #fff;
}
#sfm-category-list li img.sfm-icon
{
	margin-top: 10px;
}
#sfm-category-list li span.label-important
{
	color: #159f5c;
}
form.simplefilamanager .pagination-toolbar
{
	float: right;
}
form.simplefilamanager .pagination-toolbar #limit_chzn
{
	margin-left: 10px;
	position: relative;
	top: -3px;
}
form.simplefilamanager .pagination-toolbar #limit_chzn ul.chzn-results
{
	text-align: left;
	padding-left: 0px;
}
form.simplefilamanager + script + small
{
	display: none;
}
div.policy-content
{
	margin-top: 50px;
}
p.footer-policy-link
{
	margin-top: 10px;
    margin-bottom: 2em;
}
.bd-joomlaposition-19 .bd-section-2 
{
    line-height: 17.14px;
    font-size: 12px;
}

.bd-blog-5
{
	width: auto;
	max-width: 1020px;
}

.jsn-themegrid-loadmore .btn-primary
{
	color: #fff;
	border-color: #737373;
	background-color: #737373;
}
.jsn-themegrid-loadmore .btn-primary:hover
{
	color: #fff;
	border-color: #bfbfbf;
	background-color: #bfbfbf;
}

/*#pwebbox177 {
    position: fixed;
    z-index: 1009;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: left;
}*/
#pwebbox177_container {
    background-color: #333;
	color: #fff;
	bottom: 50px;
}
#pwebbox177_toggler
{
	background-color: #d12f2e;
    border: 1px solid #d12f2e;
	height: auto !important;
	line-height: 50px !important;
}
#pwebbox177_toggler .icon-remove::before
{
	content: "x";
	font-family: Cabin,Arial,'Arial Unicode MS',Helvetica,sans-serif;
	font-size: 20px;
	font-style: normal;
	position: relative;
	top: -3px;
}
#pwebbox177_content a:hover
{
    color: #fff;
}

#pwebbox95_modal 
{
	padding: 0px !important;
	overflow: hidden;
}

#pwebbox95_container 
{
    padding: 0px;
}

.btn-in2-info-bg {
    background-color: #0078ff !important;
	margin: 0 !important;
}
.btn-in2-info-bg:hover {
    background-color: #0051ff !important;
}

.btn-in2-danger-bg {
    background-color: #c9302c !important;
	margin: 0 !important;
}
.btn-in2-danger-bg:hover {
    background-color: #c31f1b !important;
}

.jsn-container
{
	margin-left: -15px;
}

img[class^="jsn-ismsnry"],
.in2c-jsn-mansory img
{
	width: 100%;
}

.post
{
	width: calc(33% - 0.6em);
	display: inline-block;
	margin-right: 1em;
}

.postList .post:nth-child(3n+3)
{
	margin-right: 0px;
}

.recent .post
{
	width: unset;
	margin-right: 0px;
}

h3.header.app-title span,
h3.header.app-title-mobile span
{
	background-color: #000;
	padding: 5px 20px;
	border-radius: 5px;
}

h3.header.app-subtitle,
h3.header.app-subtitle-mobile
{
	text-shadow: unset;
}

h3.header.app-subtitle-mobile
{
	margin-top: 0px;
}

h3.header.app-subtitle a span,
h3.header.app-subtitle-mobile a span
{
	background-color: #fff;
	color: #000;
	padding: 2px 20px;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline-block;
	text-shadow: unset;
}

h3.header.app-subtitle a span:hover,
h3.header.app-subtitle-mobile a span:hover
{
	color: #fff;
	background-color: #0078ff;
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	#header-section .bd-layoutbox-5 .bd-container-inner
	{
		max-width: 1070px;
	}
}

@media (max-width: 992px)
{
	#logo-section
	{
		position: relative;
		transform: auto;
		z-index: 0;
	}

	input[type="text"],
	textarea,
	select
	{
		width: 100% !important;
	}
	
	input[id="btl-input-username"],
	input[id="btl-input-password"]
	{
		width: 190px !important;
	}
	
	a.menu-logo-split
	{
		margin-right: 11px !important;
	}
	
	.phtml-container
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	div.exhibition-container
	{
		background-color: inherit;
		color: inherit;
		top: 0px;
		left: 0px;
		padding: 0px;
		position: relative;
		width: auto;
	}
	div.exhibition-container h3
	{
		margin-top: 20px;
	}
	.exhibition-image
	{
		min-height: unset;
	}
	
	.bd-layoutbox-23,
	.bd-layoutbox-33
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.bd-joomlaposition-8,
	.bd-joomlaposition-16
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.recent .postList,
	.recent.videoList,
	.bd-joomlaposition-16 iframe
	{
		margin-top: 0px;
		max-width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.recent iframe.video,
	.bd-joomlaposition-16 iframe
	{
		height: 366px;
		width: 100%;
	}
	
	.list iframe.video,
	.bd-joomlaposition-40 iframe
	{
		height: 386px;
		width: 100%;
	}
	
	.recent .postList .last .comment-container
	{
		margin-bottom: 0px !important;
	}
	
	/*.recent.photoList,
	.recent.videoList,
	.list.photoList,
	.list.videoList
	{
		margin-left: -2em;
		margin-right: -2em;
	}*/
	
	.leftColumn { margin-bottom: .5em; }
	
	.homeless-box
	{
		max-width: 100%;
	}
	
	.homelessList
	{
		margin-left: 0px;
		margin-right: 0px;
	}	
	.random.homelessList
	{
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.homeless
	{
		margin: 0em 0em 2em 0em;
		width: 100%;
	}
	
	.random .homeless
	{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
	}
	
	.random .hcomment-container
	{
		width: 100%;
		text-align: center;
	}
	
	.homeless-desc
	{
		min-height: auto;
	}
	
	.bd-joomlaposition-34,
	.bd-joomlaposition-36,
	.bd-joomlaposition-38
	{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	.bd-joomlaposition-34 .btl-panel,
	.bd-joomlaposition-36 .btl-panel,
	.bd-joomlaposition-38 .btl-panel
	{
		text-align: center !important;
	}

	.bd-joomlaposition-34 #btl-panel-logout,
	.bd-joomlaposition-36 #btl-panel-logout,
	.bd-joomlaposition-38 #btl-panel-logout
	{
		width: 170px !important
	}
	
	.bd-hmenu-1
	{
		position: unset;
		left: unset;
	}
	
	.bd-hmenu-1 .collapse-button .bd-menuitem-10 > a::before, 
	.bd-hmenu-1 .collapse-button .bd-menuitem-10 > a:link::before, 
	.bd-hmenu-1 .collapse-button .bd-menuitem-10 > a:visited::before
	{
		margin-right: 0px !important;
	}
	
	#header-section
	{
		height: 1130px;
	}

	#header-section .bd-layoutbox-11
	{
		height: 1078px;
	}
	
	.post
	{
		width: unset;
	}
	
	.postList .post
	{
		margin-right: 0px !important;
	}
}

@media (max-width: 601px)
{
	h3.header.app-subtitle-mobile
	{
		font-size: 28px;
	}
}

@media (max-width: 401px)
{
	.list iframe.video,
	.recent iframe.video,
	.bd-joomlaposition-40 iframe,
	.bd-joomlaposition-16 iframe
	{
		height: 186px;
	}
	
	h3.header.app-subtitle-mobile
	{
		font-size: 18px;
	}
}