
/*485174*/

/***************************/

 html, body {
	margin: 0px;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	color: #1c2858;

	background: url(../content_bg-3-.jpg) #bfc5db no-repeat top center fixed;
	background-size: cover;
}
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	min-height: 100%;*/

	min-height: calc(100% - 36px);

	overflow-x: hidden;

		Border-bottom: 0px solid red;
}
#container {
	width: 100%;

		Border-bottom: 0px solid green;
}

h1 { text-align: center; font-size: 30px; font-weight: normal; }
h2 { text-align: center; font-size: 22px; font-weight: normal; margin-bottom: 0px; }

.clear_float{
	display: block; 
	clear:both;
}
.content_cntr { 
	margin: 0 auto; 
	max-width: 1180px; 
	position: relative; 
}

div#header{
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 100;
	background-color: #485174;
	padding: 0px;
	margin: 0px; 
 }





div#header .logo { position: absolute; top: 0; left: 20px; z-index: 10; line-height: 50px; font-size: 28px; color: #fff; float: left; margin-right: 12px; }
div#header .logo a { color: #fff; text-decoration: none; }
div#header .logo a:hover { color: #fff; }



/***************************/

/* top_menu */
.top_menu { display: block; position: absolute; top: 0; right: 19px; }
.top_menu li { list-style: none; float: left; padding: 0 10px 0 14px; font-size: 16px; line-height: 39px; }
.top_menu li:last-child { background: none; padding-right: 0; }
.top_menu li a { color: #CCC; text-decoration: none; }
.top_menu li.active a { color: #FFF; text-decoration: none; }
.top_menu li a:hover { color: #FFF; }


/* mobile_menu */
.mobile_menu { float:right; width: 100%; font-size: 16px; line-height: 39px; }
.mobile_menu a { color: #CCC; text-decoration: none; }
.mobile_menu a.active { color: #FFF; text-decoration: none; }
.mobile_menu a:hover { color: #FFF; }




div#repl_header_mob {
    display: none;
    height: 0px;
}




/* banner filler */
.banner_filler { width: 100%; text-align: center; max-height: 100px; overflow: hidden;}
.banner_filler .image { width: 100%; }
.banner_filler img { width: 100%; }


/* page content */
.page_content { 
	/*position: absolute;*/
	width: 100%; 
	min-height: 600px; 
	/*overflow: auto; */
	padding: 20px 0px 40px 0px;
}
.page_content p { 
	color: #1c2858; 
	font-size: 16px; 
	line-height: 1.9; 
	font-weight: 300; 
	margin: 0 20px 0 20px; 
}
.txt_img{
	/*display: block;*/
	margin: 20px;
}


/* page bottom */
.page_bottom { width: 100%; height: 267px; background: url(../images/content_bg_bottom.png) no-repeat bottom; background-size: 100% 267px; }
.page_bottom .center { padding: 42px 0 0 0; }
.page_bottom ul { overflow: hidden; }
.page_bottom li { float: left; margin-left: 11px; font-size: 15px; color: #211e52; }
.page_bottom li a { color: #211e52; text-decoration: none; }
.page_bottom li a:hover { color: #dddddd; }


/* footer */
.footer { 
	position: absolute;
	overflow: hidden; 
	width: 100%; 
	height: 36px; 
	background: #485174; 
	padding: 0px;

	border: 0px solid red;
}

.footer p {
	text-align: center;
	color: #211e52;
}




/***************************/
.gallery-container {
  max-width: 80rem;
  width: 90%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.main .gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 650px) {
  .main .gallery-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
/***************************/


/*******************************************************/





/********** Mobile menu overlay *****************/

.overlay {
	z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
}
.overlay .overlay-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.overlay-content .mob_block{
	display: block; 
}

.background-content {
    height: 100%;
    overflow: auto;
}
.hide-overlay .overlay {
    left: -100%;
}
.fa-toggle-off {
    display: none;
}
.hide-overlay .fa-toggle-off {
    display: inline-block;
}
.hide-overlay .fa-toggle-on {
    display: none;
}
.overlay .overlay-content {
    box-sizing: border-box;
}

/********** Mobile menu overlay *****************/

/*** Mobile menu ***/
.mob_block{
	float:right; 
	margin: 10px;
	display: none; 
	width: 50px; 
	height: 32px; 
	text-align: center;
	line-height: 50px;
}

.mob_block.menu_open{
	background-color: #24283a;
}
.menu_item{
	border-bottom: 1px solid #33374c;
}

.menu_item_container{
	background-color: #24283a;
	padding: 0px 0px 0px 24px;
	height: 34px;
	line-height: 34px;
}
/*** END Mobile menu ***/





@media only screen and (min-width : 650px) {
	.overlay {
		display: none;
	}
}


@media only screen and (max-width: 650px) { /*tab*/

	.mob_block{
		display: block;
	}
	.top_menu {
		display: none;
	}

}