 
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
  

 
 .main_wrap{
width:100%; position:relative; }

.section {padding:70px 0; position:relative; }
.section.p-0 {padding:0px;}

.section .title {text-align:center; margin-bottom:40px; padding:0 15%;}
.section .title h2 {text-transform:uppercase;}
.section .title p {margin-top:10px;}

 @media (max-width: 991px) {
 .section {padding-top:50px;}
.section .title { padding:0 0%;}
 }
 
.divider {
height:60px; margin-top:-60px;}


.btn_small {
padding:4px 25px; font-size:0.9em;}

.btn_solid:hover {
		background: rgba(0,0,0, 0.5);}

.btn_circle {
 width:85px; height:85px; padding:0; border-radius:50%; display:table; line-height:1.5em;
border-color:#fff;}
.btn_circle span {
display:table-cell; vertical-align:middle;}
.btn_circle:hover {
border-color:transparent; background:rgba(0,0,0, 0.5);}

.btn_white {
color:#fff; border-color:#fff;}
.btn_white:hover {
border:1px solid transparent; background:rgba(0,0,0, 0.5);}

	.dark, .dark h2, .dark h3, .dark h4, .dark a {
	color:#fff;}	
		


.d_tb {display:table; }	
.d_tbc {display:table-cell; vertical-align:middle;}	

.overlay {position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.overlay-be:before {
	content: ''; background: rgba(0,0,0, 0.3); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; z-index:0;}
	
.line_ver {width:1px; height:20px; background:#ccc;}


.card-cell .img-cell {
	overflow: hidden;  border-radius:5px; position:relative;}
.card-cell .img-cell img {
	transition:0.2s ease-out;  transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1);	}
.card-cell .co:hover .img-cell img {
	transform: scale(1.2); -webkit-transform: scale(1.2);}
.card-cell .desc {
	margin-top:25px; text-align:center; position: relative; 
}
.card-cell h3 {
border-bottom:1px solid #bbb; padding: 0px 0 15px; }
.card-cell p { 
margin: 10px 0px 0px; padding:0 5%;}

@media (max-width: 991px) {
.card-cell .desc {
	margin-top:15px; }
.card-cell h3 {
 padding: 0px 0 10px; }
	}
	
.card {
border:0; border-radius:0;}
.card .img-cell {
	overflow: hidden;  border-radius:5px; position:relative;}
.card .img-cell img {
	transition:0.2s ease-out;  transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1);	}
.card .co:hover .img-cell img {
	transform: scale(1.2); -webkit-transform: scale(1.2);}
.card .desc {
	margin-top:20px; text-align:center; position: relative; 
}
.card h3 {
text-transform:capitalize; border-bottom:1px solid #bbb; padding: 0px 0 15px; }
.card p { 
margin: 10px 0px 0px; padding:0 5%;}

@media (max-width: 991px) {
.card .desc {
	margin-top:15px; }
.card h3 {
 padding: 0px 0 10px; }
	}
	

.post-icon .co {
overflow:hidden;}
.post-icon .img-cell {
width:30%; float:left; text-align:center; border-right:1px solid #ccc; border-radius:0;}
.post-icon .img-cell i {
font-size:2.5em; line-height:1.2em; color:#555; margin-top:5px;}
.post-icon .desc {
width:70%; float:left; padding-left:8%; text-align:left;}

.post .img-cell {
width:30%; float:left; border-radius:5px;  overflow:hidden;}
.post .img-cell i {
font-size:2.5em; line-height:1.2em; color:#555; margin-top:5px;}
.post .desc {
width:70%; float:left; padding-left:8%; text-align:left;}


ul.hor li {
float:left;}

.overlay {position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.overlay_grd {background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);}
.grd {background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);}


.board-mini .sub-title {
text-align:center; border:1px solid #ccc; 
width:100%; height:95px; border-radius:5px; display:table; }
.board-mini .sub-title h4 {
display:table-cell; vertical-align:middle;}

@media (max-width: 991px) {
.board-mini .sub-title {
padding:5px 0; margin-bottom:10px;  height:auto;}
	}
	

ul.bullet li {
padding:1px 0; color:#444;}
ul.bullet li::before {
	background: #666; width: 3px; height: 3px; margin-right: 5px; vertical-align: middle; display: inline-block; content: "";}

	
	


	
/* Intro */
	.intro {
		background: url("../main/main.jpg");
		position:relative; 	}	
.intro .container {
position:relative; height:100%;}

.intro .caption { 
 z-index: 10; }
 .intro .caption h2 {
    font-family:;  font-size:4.0em; letter-spacing:-0.01em; text-transform:capitalize;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4); padding-top:15px; position:relative;}
 .intro .caption h2:before{
	content: ''; background: #fff; width: 8%; height: 2px;
    position: absolute; top: 0%; left: 0%;}
.intro .caption p {
   text-shadow:none; padding:0; margin: 15px auto 0;}

.intro .btn {
margin:30px 0 0;}

.intro .item { height:800px; 
background-size: cover !important; background-position: center !important;
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}

/*.carousel-item {
  transition: transform 1.0s ease-in-out;}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  transition: opacity 0s 1.0s;}*/

.intro .item:nth-child(1) {background: url("../main/main_01.jpg"); }
.intro .item:nth-child(2) {background: url("../main/main_02.jpg"); }
.intro .item:nth-child(3) {background: url("../main/main_03.jpg"); }
.intro .item:before {
	background: rgba(0, 0, 0, 0.0);  position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; 
	z-index: 0; content: "";}
.intro .item a {width:100%; height:100%; display:inline-block;}

.carousel-indicators {
  bottom: 30px;}
.carousel-indicators li {
  width: 40px; height: 4px; background-color: #fff; opacity:0.5; margin-top:1px;
  transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.carousel-indicators .active {
  width: 60px; height: 6px; background-color: #fff; opacity:1; margin-top:0px;}
  
.carousel-control-prev, .carousel-control-next { display:none;}


.intro .movie {
 left: 50%; top: 50%; width: 100%; height: auto; position: absolute; z-index: 0; 
min-width:100%; min-height:100%; transform: translateX(-50%) translateY(-50%); }
.intro .movie:after {
	content: ''; background: rgba(0,0,0, 0.3); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%;}
.intro .movie:before {
content: ''; background: url("../main/overlay.png"); 
    width: 100%; height: 100%;  position: absolute; top: 0%; left: 0%; z-index:1;
	opacity:0.7;}

@media (max-width: 1400px) {}

@media (max-width: 1199px) {
.intro .item {height:600px; }
   .intro .caption h2 {}
}
	
@media screen and (max-width: 991px) {
.intro .item {height:500px; }
	.intro .caption h2 {font-size:2.2em;}
	.carousel-indicators {
  bottom: 10px;}
.carousel-indicators li {
  width: 20px; height: 6px; }
.carousel-indicators .active {
  width: 20px; height: 6px; }
	}
	
	@media (max-width: 575px) {
.intro .item {height:350px; }
	.intro .caption h2 {
			font-size:1.8em; }
.intro .caption p {
margin-top:10px; }
.intro .btn {
margin:20px 0 0;}
	}
	
	

	
	
	.tag {
	background:#222; margin-top:0px; padding:0px 0; position:relative;	text-align:center;}
	.tag .grid {
	display:inline-block; margin:0 auto; height:40px; vertical-align:middle;}
	.tag .thumb {
	float:left; display:inline-block; position:relative; height:100%; 
	margin-right:10px; padding:5px 0;}
	.tag .thumb img{
	width:auto; height:100%;}
	.tag .desc {
	 float:left; display:table; padding:0px 0; height:100%; }
	
	.tag h4{
	font-size:1.0em; letter-spacing:1px; text-align:center; text-transform:uppercase;}
	.tag h4 span {
	margin-left:10px; color:#eea629;}
.tag .img_cell {
min-height:200px; background: url("../main/tag.jpg");}
 .pop_close { position:absolute; right:5%; top:10%;
 font-size:0.9em; }
.pop_close input {width:18px; height:18px; margin:0 5px 0px 0; vertical-align:middle;}
.pop_close i {font-size:1.3em; line-height:1em; margin:0 0 -5px 15px; overflow:hidden;}
.tag_off {padding:10px 0;}
.tag_on .desc {
	position:absolute; left:0; top:46%; width:100%; text-align:center; }

	@media screen and (max-width: 991px) {
	.tag, #tag_banner {display:none;}
	}
	
	
	
	

.md_01 .title {
padding:0 18%; margin-bottom:60px;}
.md_01 .title h2 {
font-weight:300;}
.md_01 .desc {
	transition:0.4s ease-out; width: 75%; position: relative; -webkit-transition: all 0.4s ease-out;
	text-align:left; float:left; padding-left:10%;
}
.md_01 .desc h3 {margin-top:0px; border-bottom:0px solid #999; 
 width: 100%;  padding: 0px 0 5px; 
}
.md_01 .desc p { width:100%;
margin: 10px 0px 0px; padding:0 ;
}
.md_01 .img_cell {
	 border-right:1px solid #aaa; position:relative; float:left; width:25%; height:30px;
	 text-align:center;
}
.md_01 .col .img_cell img {
	transition:0.2s ease-out; width: 100%; transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1);
}
.md_01 .img_cell i {
font-size:2.7em; line-height:1.2em; color:#555; margin-top:0px;}
		
@media screen and (max-width: 767px) {
.md_01 .title {
padding:0 0;}
.md_01 .title p {width:100%;}
.md_01 .col {
	margin: 0px 0px 50px; display:inline-block;
}
.md_01 .col:last-child {
	margin-bottom: 0px;}
}



.md_01 .grid.second {
background: url("../main/con_01_bg.jpg");
		background-size:cover;
		background-attachment: fixed;
		background-position: center center;
	 padding:60px 0; margin-top:0px; position:relative; z-index:0;}
.md_01 .grid.second:before {
	content: ''; background: rgba(0,0,0, 0.5); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; z-index:0;}
.md_01 .grid.second .inner {padding:0 25%;}
.md_01 .grid.second h2 {}
.md_01 .grid.second p {
margin-top:15px;}
.md_01 .grid.second i {
font-size:3.5em; color:#fff;}
.md_01 .grid.second .icon:hover i {
color:#e5372a;}

	
	

.md_02 {
margin:0px; padding:0;}
.md_02 .img_cell {
	overflow: hidden;  border-radius:0px; position:relative;}
.md_02 .img_cell img {
width: 100%;
	transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out; transform: scale(1);  -webkit-transform: scale(1);	}
.md_02 .img_cell:hover img {
	transform: scale(1.1); -webkit-transform: scale(1.1);}
.md_02 .top_grid .desc {
	padding:10% 10%; text-align:left; min-height:280px; background:#fff;
}
.md_02 .top_grid .desc h3 {margin-top:0px;}
.md_02 .desc h4 {
	margin: 0; font-weight:400; color:#444; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.md_02 .top_grid .desc p {
	text-align: left;  margin-top:20px;
}
.md_02 .desc h5 {
margin-top:5px; font-size:0.95em;}


.md_02 .grid.third .co.right {
height:550px; }
.md_02 .accordion {}
.md_02 .card {
 border-color:transparent;}
.md_02 .card-header {
padding:20px 30px; border:1px solid #ddd; }
.md_02 .card:last-child .card-header {
 margin-bottom: -0px !important;}
.md_02 .card-body {
padding:25px 30px; }
.md_02 .card-header i, .md_02 .collapsed span.down {
    right: 15px; top:19px;
	float:right;
    font-size: 1.1em;
}
.md_02 .card-header span.down {
    display: none;
}
.md_02 .collapsed i {
    display: none;
}
.md_02 .collapsed span.down {
    display: inline-block;
}




/* md 03 gallery */
.md_03 .cell {
position:relative;}
.md_03 .desc {
	margin: 5px auto 0; padding: 0 10%; width: 100%; text-align: center; z-index: 2; 
	 transition:0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.md_03 .desc h4 {
margin-top:5px;}
.md_03 .icon {
position:absolute; top:35%; width:100%; text-align:center; z-index:10;}
.md_03 .icon i {
font-size:2em; color:#fff; }
.md_03 .cell .img_cell {
	position: relative; box-sizing: border-box; overflow:hidden;}
.md_03 .cell .img_cell span.overlay {
	transition:0.2s ease-out; left: 0px; width: 100%; height: 100%; bottom: 0px; position: absolute; z-index: 1; 
	opacity: 0.1; background-color: rgb(0, 0, 0); -webkit-transition: all 0.2s ease-out;
}
.md_03 .cell:hover .img_cell span.overlay {
	opacity: 0.6;
}
.md_03 .cell .img_cell img {
	transition:0.2s ease-out; width: 100%; transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1.0);
}
.md_03 .cell:hover .img_cell img {
	transform: scale(1.1); -webkit-transform: scale(1.1);}

.md_03 .bottom_grid {
margin-top:30px; }

.md_03 .button {
margin-top:30px; display:inline-block;}

@media screen and (max-width: 767px) {}
	


	
.md_03 .grid.third .co {
height:600px;}
.md_03 .grid.third .co.left {
background: url("../main/con_03_1.jpg");}
.md_03 .grid.third .co.left .desc {
width:50%; margin:0 auto; padding:7% 5% 5%; }
.md_03 .grid.third .co.left span {
font-size:4em;}
.md_03 .grid.third .co.right h2 {
margin:5px auto 30px; }
.md_03 .grid.third .co.right .btn {
background:#fff; margin-top:30px;}
.md_03 .grid.third .co.right .btn:hover {
border-color:#fff; background:transparent;}




.md_04 .inner {
background:#333;}	 
.md_04 .col {
 height:500px; display:table;}
 .md_04 .col:first-child {
 background: url("../main/con_04_1.jpg");
		background-size:cover;
		background-position: center center;}
	.md_04 .desc {
	display:table-cell; vertical-align:middle; text-align:left; }
.md_04 .desc .inner {
	max-width:530px; padding-left:5%;}
.md_04 .desc h4 {
margin-top:15px;}
.md_04 .desc p {
margin-top:10px;}
.md_04 .btn {
margin-top:0px; font-size:0.9em;}
 

 
.md_04 .grid.third .title {
padding:0 20%; text-align:center;}



	
.md_05 {margin-top:0px; padding-bottom:60px; text-align:center;}	
.md_05 .cell {
padding:18% 8%;}
.md_05 .img_cell {
	 overflow: hidden; position:relative; width:80px; height:80px; border-radius:50%;
margin:0 auto 20px; text-align:center; }
.md_05 .img_cell i {
line-height:2.5em;}
.md_05 .desc {
width:60%; border:1px solid #ddd; border-radius:50px; padding:10px; margin:0 auto;}
.md_05 .icon {
margin-top:20px;}
.md_05 .icon ul {
	overflow: hidden; margin:0 auto; display:inline-block;}
.md_05 .icon li {
float: left; margin:0 5px; padding: 0px; border-radius: 50%; text-align:center;
	border:0px solid #bbb; transition:0.2s ease-out; width: 36px; height: 36px; overflow: hidden; 
	opacity: 1; -webkit-transition: all 0.2s ease-out; background:#ddd; 
}
.md_05 .icon li:nth-child(1) {background:#6087c1;}
.md_05 .icon li:nth-child(2) {background:#90a291;}
.md_05 .icon li:nth-child(3) {background:#deb162;}
.md_05 .icon li:nth-child(4) {background:#90a291;}
.md_05 .icon li a {width:100%; height:100%; display:inline-block; color:#fff; }
.md_05 .icon li:hover {opacity:0.5;} 
.md_05 .icon li i {
font-size:1.4em; margin-top:8px;}
.md_05 .icon li img {display:none; width: 100%;}

.md_05  h3 {
	text-align: center; font-size: 1.3em; font-weight: 400; margin-top:0px;}
.md_05  h3 span {font-weight:600;}
.md_05 p {
	margin-top: 10px;  
}

@media screen and (max-width: 767px) {
.md_05  h3 {
	font-size: 1.2em;}
}


	
	

.md_06 .co {
padding:0 2%;}
.md_06 .grid.second .col {
height:600px;}
.md_06 .sub-title {
text-align:center;}
.md_06 .formmail { 
   z-index: 10; text-align: center; 
background:rgba(255,255,255, 1); padding:15px 0 20px; border:4px solid #ddd; border-radius:10px; }
.md_06 .formmail_border {
border-radius:3px; height:28px;  }
.md_06 .formmail_textarea_style {
height:200px !important; border-radius:3px;}
.md_06 .formmail .table_02{
background:none; border:none !important;}
.md_06 .formmail .table_02 td{
background:none; border:none;}
.md_06 .formmail .formmail_title_bgcolor font {
color:#444;}
@media (max-width:767px) {
.md_06 .formmail_textarea_style {height:200px !important;}
}









.board_gallery_output table {
	width: 100%;
}
.board_gallery_output .board_output_gallery_img {
	border: 0px solid rgb(255, 0, 0); padding:0 10px 0 5px;
}
.board_gallery_output .board_output_gallery_img img {
	width: 100%; height: auto; border-radius:5px; overflow:hidden; 
}
.board_gallery_output .board_output_gallery_img a {
	width: 100%; height: 100%; display: block; position: relative;
}
.board_gallery_output .board_output_gallery_img a::before {
	transition:0.2s ease-out; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: ""; opacity: 0; 
	background-color: #fff;
}
.board_gallery_output .board_output_gallery_img a:hover::before {
	opacity: 0.5;
}
.board_gallery_output tbody tr td {
 width: 10%;
}
.board_gallery_output tbody tr td table {
	border: 0; width: 100%; text-align: center;
}
.board_gallery_output .board_output .board_output_gallery_img br{
display:none;}
.board_output_gallery_subject {font-family:'nanum gothic'; color:#666; margin:5px auto 20px; display:inline-block;}
.board_output_gallery_subject a {font-family:'nanum gothic'; color:#666;}
.board_output_gallery_subject a:hover {text-decoration:none;}

	@media screen and (max-width: 767px) {	
			.board_gallery_output .board_output img{width:100%; height:auto;	}
	}

	@media screen and (max-width: 480px) {	
	.board_gallery_output .board_output_gallery_img {
	padding:0 5px;}
	}
	

	


table.board_output {
background:none;}
.board_list_output .board_output .board_output tbody > tr > td {
	padding: 2px 0px; font-size: 0.85em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
/*.board_list_output .board_output .board_output tbody > tr:last-child > td {
	border-bottom-color:transparent;}*/
.board_list_output .board_output .board_output tr td:nth-child(1) {
	width: 3%;
}
.board_list_output .board_output .board_output tr td:nth-child(2) {
	width: 70%; text-align: left;
}
.board_list_output .board_output .board_output tr td:nth-child(3) {
	width: 27%; text-align: right
}
.board_list_output .list_output .bd_out1 {
	padding: 2px 0px;
}
.board_list_output .board_output .board_output a {font-family:'nanum gothic'; color:inherit;}
.board_list_output .board_output .board_output a:hover {text-decoration:none;}
.board_list_output .board_output {font-family:'nanum gothic'; font-size:15px; color:inherit;}

@media (max-width: 1199px) {
.board_list_output .board_output .board_output tr td:nth-child(3) {
	display:none;}
}



.board_blog_output .board_output .board_output tbody > tr > td {
	padding: 5px 0px; font-size: 0.9em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
.board_blog_output .board_output .board_output tr td:nth-child(1) {
	display:none;}
.board_blog_output .board_output .board_output tr td:nth-child(2) {
	width: 20%;}
.board_blog_output .board_output .board_output tr td:nth-child(3) {
	width: 30%; text-align: left; padding-left:20px;
}
.board_blog_output .board_output .board_output tr td:nth-child(4) {
	width: 50%; padding-left:20px;}
.board_blog_output .board_output .board_output img {
width:100%; height:auto;}
.board_blog_output .board_output {font-family:'nanum gothic'; color:#777; }
.board_blog_output .board_output .board_output a {font-family:'nanum gothic'; color:#666;}
.board_blog_output .board_output .board_output a:hover {text-decoration:none;}

@media all and (max-width: 767px) {}




#pop {padding:0px; position:fixed; left:0;bottom:0px; z-index:20;visibility:hidden;
height:650px; width:100%;}
#pop .desc-cell {
 display:table; width:100%; height:75%; position:absolute; bottom:0;}
#pop .desc {display:table-cell; vertical-align:middle;
padding-left:40%;}
#pop .desc h3 {
font-size:4.3em; letter-spacing:-0.01em;}
#pop .desc p {
margin-top:10px; font-size:1.1em;}
#pop .img_cell {
margin-left:15%; float:left; height:100%;}
#pop .img_cell img {
width:auto; height:100%;}
#pop .overlay {
opacity:0.8; height:100%; bottom:0; top:auto; z-index:-1;}
#pop .close_tab {text-align:right; position:absolute; bottom:5%; width:100%; height:30px; padding:0px 5%; 
background:rgba(0,0,0, 0.0); font-size:0.85em; z-index:20;}
#pop .close_tab input {
vertical-align:middle;}

@media screen and (max-width: 1400px) {
#pop {
height:550px; }		
#pop .img_cell {
margin-left:10%; float:left; }
#pop .desc h3 {
font-size:3.5em; }
	}
	
@media screen and (max-width: 991px) {
			#pop, #pro {display:none;}			
	}

	
	#pro img {opacity:1; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
#pro img:hover {opacity:1;}




.modal-header .close:hover {background:none;}
.modal-body {
  padding: 20px;
}
.modal-body img{ width:100%;}
.modal-body p{
  margin-top:20px; line-height: 30px;
}
	



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should be a color other than white */
    z-index: 1000;
    /* makes sure it stays on top */
}

.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffbf00;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
  
  
 
	
	
	
	
/* Footer */
#footer{
	margin-top:0px; background:#fff;
}
.main_wrap #footer{
	margin-top:0px; }
	
	.bottom_info {
		position: relative;
		margin-top: 0px; padding:30px 0;
		background: #393e41;
		color: #ccc;
		overflow: hidden;
	}
	.bottom_info  h4 {color:#eee;}
	.bottom_info  p {margin-top:10px;}
.bottom_info .cell {margin-top:0px; font-size:0.9em;}
.bottom_info .cell li {
	padding-right:15px; float:left; 
}

.bottom_info .social {
	float: left; overflow: hidden;}
.bottom_info .social li {
float: left; margin-right:10px; padding:0 !important; border-radius: 3px; text-align:center;
	border:1px solid #999; transition:0.2s ease-out; width: 26px; height: 26px; overflow: hidden; 
	opacity: 1; -webkit-transition: all 0.2s ease-out; 
}
.bottom_info .social i {
margin-top:5px; font-size:1.2em; line-height:1.1em; } 


.copyright { padding:15px 0 20px; border:1px solid #ccc;
font-size:0.9em;}

@media (max-width: 767px) {
.bottom_info .col {
overflow:hidden;}
.bottom_info .cell > ul > li {
	width:100%;}
.bottom_info  h4 {
margin-bottom:5px;}
	.bottom_info .social {
	margin-top:5px;}
}




/* scroll to top */
	.scrollToTop {
	border-radius: 2px; transition:0.1s ease-out; text-align: center; right: 20px; bottom: 20px; display: none; position: fixed; z-index: 100; background-color: rgb(17, 17, 17); -webkit-transition: all 0.1s ease-out;
}
.scrollToTop:hover {
	bottom: 25px;
}
.scrollToTop a {
	transition:0.1s ease-out; width: 40px; height: 40px; color: rgb(170, 170, 170); padding-top: 7px; font-size: 1em; display: block; -webkit-transition: all 0.1s ease-out;
}
.scrollToTop a:hover {
	color: rgb(255, 255, 255);
}



