nav {
	/*margin-top: auto;*/
}

.btn-login {
	margin-left: 20%;
}

.mainlogo {
	width: 356px;
	display: block;
}

.site-header{
	margin: 12px auto;
	min-width: 1024px;
}
.foot-block img {
	max-height: 35px;
}

.site-footer {
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
	width: 100%;
	min-height: 85px;
}

.foot-block {
	height: 50px;
	display: flex;
	justify-content: space-between;
}

.site-footer .foot-block{
	padding: 12px;
	background: #333;
	border-radius: 5px 5px 0px 0px;
	color: white;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
}


body {
	min-height: 100%;
	background: black;	
	padding-bottom: 50px;
}

.img-loader div {
	height: 100%;
	background: transparent no-repeat url(images/img1.jpg);
	background-size: cover;
	background-position: center center;
	left: 0%;
	width: 100%;
	position: absolute;
}

.img-loader {
	height: 100%;
	z-index: -2;
    position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	background: transparent;
	overflow: hidden;
}

.page-bg {
	background-color: rgba(51,51,51,0.95);
	border-radius: 5px;
	color: white;
}

.page-bg .gm-style-iw {
	color : black;
}

label {
	display: block
}

.bottom-cover {
	background: linear-gradient(transparent, transparent, transparent, black); /* 3/4 transparent */ 
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.img-banner {
	height: 200px;
	padding: 20px;
	border-radius: 5px;
	background: white;
	width: 100%;
	margin: 25px 0px; 
}

.img-banner img {
	max-height:	160px;
	max-width: 160px;
}

.dropdown-item {
	font-size: smaller!important;
}

.dropdown-item:active {
	background-color: #333;
	color: white;
}

.dropright { width: 100%; }

.carousel {
	min-height: 200px;
	overflow: hidden;
	padding-bottom: 50px;
	margin: 65px;
}

.carousel p {
	display: none;
}

.carousel-item img {
	width: 100%;
	display:block;
	height: auto;
	padding: 12px;
	padding-bottom: 50px;
	background: white;
}

.carousel-indicators {
	z-index: auto;
}

.carousel-inner {
	overflow: visible;
	min-height: 200px;
}

.carousel-item {
	height: auto;
	text-align: center;
}

.carousel-caption {
	text-shadow: #333 2px 2px 2px;
	width: auto;
    background: rgba(51,51,51,0.95);
    /*margin: 5%;*/
    padding: 5px;
    margin: 2% auto;
	font-size: 1rem!important;
}
.carousel-caption h5{
	font-size: 1rem!important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
	

.main_content{
	min-width:1024px;
}

.children {
	padding-left : 0px
}

.content-frame img {
	vertical-align: middle;
}

.content-frame::before {
	width: 100%;
	display:block;
}

.children a {
    text-decoration: none;
    color: #333;
}

table td {
	padding: 5px;
}

td[style="width: 50%; text-align: justify;"], td[style="width: 50%;"] {

	padding-right: 50px;
	padding-bottom:50px;
	
}

.gallery {
	display: flex!important; /*force flex*/
    flex-flow: row wrap; /*allow rows with divs*/
    align-items: flex-end; /* v-align bottom*/
	
}

img.fb {
	
	height: 32px;
	
}

a.fb {
	margin-left: 25px;
}

.rcntt p{
	display: none;
}