@charset "UTF-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/*font weight 400 700 800*/
* {
	font-family: 'Apple SD 산돌고딕 Neo','나눔고딕','Nanum Gothic',sans-serif;
}@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y:auto scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
menu{margin:0;padding:0;list-style:none;}
menu li{float:left;height:100%}
menu li a{display:block;width:100%;height:100%;text-decoration:none}
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }@charset "UTF-8";
body {
	/*-webkit-user-select:none;*/
	/*user-select:none;*/
	background-color:#fff;
	word-spacing:-1px;
}


*{
	margin: 0;
	padding: 0;
}
html{	
	margin: 0 !important;
}
body{
	font-family: 'Ubuntu','Nanum Gothic';
	font-size: 14px;
	color: #333;
}

html, body {
	width:100%;
	height:100%;
}

#wrapper {
	width:100%;
	height:100%;
}

/*------  HEADER  ------*/
.header{
	position: fixed;
	z-index: 20;
	width: 100%;
	height:100px;
	text-align: center;
	top: 0;
	left: 0;
	/*background:#444;*/
	opacity: 1.0;
    	filter: alpha(opacity=100); /* For IE8 and earlier */

	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header.animate{
	background: #111; /*185b82*/
	opacity: 0.9;
    	filter: alpha(opacity=90); /* For IE8 and earlier */
}
	.animate .main-navi a,
	.animate .logo{
		/*line-height: 80px;*/
		color: #ccc;
		/*padding:4px 0 0 0;*/
	}
	.logo > img {
	    position: relative;
	    /*top: -3px;*/
	    padding:40px 0 0 40px;
	}
/*	.logo em {
	    font-size: 34px;
	    letter-spacing: 0;
	    margin: 0 -14px 0 -28px;
	    position: relative;
	    top: 2px;
	}*/
	.logo:hover{
		color: #fff;
	}
#header-inner {
	width:980px;
	margin:0 auto;
	display: block;
	position: relative;
}
/*------  LOGO STYLE  ------*/
.logo{
	font-size: 26px;
	font-weight: bold;
	/*line-height: 140px;*/
	text-transform: uppercase;
	letter-spacing: 14px;
	color: #fff;
}

/*.logo > img {
    position: relative;
    top: -3px;
    padding:0 0 0 40px;
}
.logo:hover{
	color: #fff;
}*/
/*------  //LOGO STYLE  ------*/

/*------  NAVI STYLE  ------*/
.main-navi {
	margin:45px 8px 0 0;
}
.main-navi a{
	font-size: 14px;
	font-weight: bold;
	/*line-height: 140px;*/
	text-transform: uppercase;
	margin-right:18px;
	color: #fff;
	text-decoration: none;
}
.animate .main-navi a:hover,
.main-navi a.active,
.main-navi a:hover{
	color: #fff;
}
/*------  //NAVI STYLE  ------*/
/*------  //HEADER  ------*/



.model-bgview {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	position: relative;
	display: block;
}

.model-bgview-sub {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	position: relative;
	display: block;
}

/*------  INDEX  ------*/
#index{
	overflow: hidden;
	width:100%;
	height:100%;
}
#index .slides {
    display: inline-block;
    width: 100%;
}
#index .flexslider{
	overflow: hidden;
}
#index .flexslider .slides img{
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	/*width: 100%;*/
}
#index .flexslider .slides img.parallax{
	background-attachment: fixed;
}
.flexslider {
 	position: relative;
 	height: 100vh;
 	min-height: initial;
 	/*margin-top: -48px;*/
	/*max-height: 874px;*/
}
.index-mask{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(/img/pattern-1.png) left top repeat;
	z-index: 3;
}
#video-header{
    background:#000;
}
#index-txt{
	/*display: block;*/
	display: table;
	position:absolute;
	top: 0;
	width:100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	z-index: 4;	
}
.outer {
	display: table;
	width: 100%;
	height: 100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.centered {
	position: relative;
	display: inline-block;
	/*width: 50%;*/
	padding: 1em;
/*	background: orange;
	color: white;*/
}
#index-ment {
/*	position: relative;
	display: block;
	margin:0 auto;*/
	vertical-align: middle;
	/*padding:150px 0 40px 0;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.index-box {
	/*height:500px;*/
	background-color: #fff;
}
.index-box h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 16px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
}
.index-box2 {
	/*height:500px;*/
	background-color: #ccc;
	padding:20px 0 0 0;
}
/*#bottom {
	height:100px;
	background-color: #222;
	padding:20px 0 0 0;
	color:#bbb;
	line-height: 18px;
}*/
.index-box-inner {
	width:980px;
	margin:0 auto;
	text-align: center;
}
.index-box h2 {
	height: 30px;
	line-height: 30px;
	font-family: Ubuntu;
}
#box2 {
	margin:0 0 0 50px;
}

/*------  FORM STYLE  ------*/
input[type="text"]{
	border: 2px solid #ddd;
	/*box-shadow: inset 0 0 0 1px #999;*/
	background: none;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	width: 90%;
	/*margin-bottom: 30px;*/
	/*color: #eee!important;*/
}
input[type="text"].error{
	/*box-shadow: inset 0 0 0 2px #D00000;*/
	/*color: #fff;*/
}
textarea:focus,
input[type="text"]:focus{
	/*box-shadow: inset 0 0 0 2px #fff;*/
	/*color: #fff;*/
}
textarea{
	border: 2px solid #ddd;
	/*box-shadow: inset 0 0 0 1px #999;*/
	background: none;
	width: 90%;
	height: 110px;
	padding: 10px;
	/*margin-bottom: 30px;*/
	/*color: #ddd;*/
}
/*------  //FORM STYLE  ------*/


/*------ SUB ----------*/
#sub{
	overflow: hidden;
	width:100%;
	height:80%;
	display: block;
}
.sub-mask{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background:url(/img/pattern-1.png) left top repeat;
	z-index: 3;
}
#sub-ments {
	position:absolute;
	z-index: 5;
	/*top:0;*/
	/*left:0;*/
	width:900px;
	text-align: right;
	/*text-align: center;*/
}
.sub-title  {
	color:#fff;
	font-weight: 700;
	font-size:50px;
	line-height: 50px;
}
.sub-title2 {
	color:#fff;
	font-weight: 700;
	/*font-size:30px;*/
	line-height: 20px;
	margin:20px 0 0 0;
}
#sub-wrapper {
	background-color:#eee;
	display: block;
	position: relative;
}
.sub-contents {
	width:900px;
	/*height:500px;*/
	margin:0 auto;
	padding: 20px 40px;
	background-color:#fff;
	display: block;
	position: relative;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;
	color:#333;
	position: relative;
}
.sub-sidebar {
	top:0;
	left:20px;
	width:180px;
	/*height:500px;*/
	margin:0;
	padding: 20px 0 0 0;
	background-color:#fff;
	display: block;
	position: absolute;
	/*float:left;*/
	font-size: 1.0em;
	font-weight: bold;
	line-height: 20px;
	color:#333;
	text-align: right;
}
.sub-sidebar a:link,.sub-sidebar a:active,.sub-sidebar a:visited {
	color:#266488;
}
.sub-contents2 {
	width:690px;
	height:auto;
	position: relative;
	margin:0 0 0 200px;
	padding: 0;
	display: block;
}
.sub_summary {
	width:auto;
	margin:15px 5px 15px 30px;
	padding:10px;
	line-height: 1.8em;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	border-radius: 5px;
	behavior: url('/css/PIE.php');
}
.sub-contents h2 {
	margin: 10px 0 28px;
	padding: 0;
	color:#000;
	font-size:1.6em;
	line-height: 1.8em;
	font-weight: 700;
}
.text_shadow {
	text-shadow:0 1px 5px #999;
}
.sub-contents h3 {
	margin: 15px 0 10px;
	padding: 0 0 0 25px;
	color:#111;
	font-size:1.1em;
	font-weight: 700;
}
.sub-contents h4 {
	margin: 15px 0 10px;
	padding: 0 0 0 25px;
	color:#111;
	font-size:1em;
	font-weight: 700;
}
.sub-contents strong {
	font-weight: 700;
	color:#222;
}
.sub-contents hr {
	border-style: dotted;
	border-color:#e7e7e7;
	margin-bottom:40px;
}
.sub-contents ul li, .sub-contents ol li, .sub-contents p {
	line-height: 1.6em;
}
.sub-contents ul li, .sub-contents ol li {
	margin:8px 0 0 14px;
}
.margin30 {
	margin:0 0 0 30px;
}
.sub_judgement {
	font-size:0.8em;
	color:#444;
	margin:0;
	line-height: 0.8em;
	padding:2px 5px;
	background-color:#fafafa;
	border:1px solid #efefef;
}

.sub-button-item {
	display: inline;
	position: relative;
	background-color: #0d97d7;
	color:#fff!important;
	text-decoration: none;
	font-size:15px;
	font-weight:700;
	margin:20px 0;
	padding: 10px 25px!important;
	border-radius:8px;
	/*border:1px solid #bbb;*/
	-webkit-appearance:none;
	box-shadow: 0 0 2px #555;
	zoom:1;
	/*behavior: url('/css/PIE.php');*/
	cursor: pointer;
}

.sub-button-item2 {
	display: inline;
	position: relative;
	background-color: #0d97d7;
	color:#fff!important;
	text-decoration: none;
	font-size:15px;
	font-weight:700;
	margin:20px 0;
	padding: 8px 0;
	/*border-radius:8px;*/
	/*border:1px solid #bbb;*/
	-webkit-appearance:none;
	box-shadow: 0 0 2px #555;
	zoom:1;
	/*behavior: url('/css/PIE.php');*/
	cursor: pointer;
}

/*#sub-box {
	height:1000px;
	background-color: #fff;
}*/
#sub-box1 {
	width:220px;
	/*height:1000px;*/
	min-height: 700px;
	background-color: #eee;
	padding:0 10px 20px 10px;
}
#sub-box2 {
	width:700px;
	/*height:1000px;*/
	min-height: 700px;
	background-color: #fff;
	padding:0 20px 20px 20px;
}
#blank-bg {
	background: #595959;
}
#sub h1 {
	font-size:30px;
	line-height: 30px;
	color:#fff;
	font-weight:bold;
	margin:5px;
}

.header2-text{
	background: rgba(0, 0, 0, .4);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 24px 16px;
	margin: 20px auto;
	width: 55%;
	margin-bottom: 26px;
	line-height: 20px!important;
	background:#111;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.detail-item {
    position: relative;
    display:block;
    margin:10px;
}

.detail-item .item-title {
     color: #333;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: bold;
}

.detail-item2 {
    color: #ddd;
    position: relative;
    display:block;
    margin:10px;
}

.detail-item2 .item-title2 {
    color: #fff;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: bold;
}

.headline  {
	color:#fff;
	font-weight: 700;
	line-height: 20px;
}



/*------- SUB ------------*/

.sidebar-box {
	margin:20px 10px 0 10px;
}
.sidebar-phonenum {
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	color:#444;
	margin-left:5px;
}

.about-txt p {
	font-size:14px!important;
	line-height: 28px!important;
}





/*------  INSTAGRAM  ------*/
/*.instagram{
	margin-bottom: -80px;
}*/
.instagram-block, .instagram-block1{
	width: 25%;
	float: left;
	position: relative;
	background-color: #18263a;
	overflow: hidden;
	/*opacity: 0;*/
}
.instagram-block2{
	/*width: 24.9999%;*/
	width:237px;
	float: left;
	position: relative;
	background-color: #18263a;
	overflow: hidden;
	margin:2px!important;
	/*opacity: 0;*/
}
.instagram-block img,
.instagram-block1 img,
.instagram-block2 img
{
	display: block;
	width: 100%;
	opacity: 0.6;
	margin:0;
	padding:0;
	filter: alpha(opacity=60); /* For IE8 and earlier */

	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.instagram-block:hover img,
.instagram-block1:hover img,
.instagram-block2:hover img
{
	display: block;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */

	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.instagram-block-txt {
	position: absolute;
	top:200px;
	left:0;
	height:45px;
	width:245px;
	padding:5px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	color:#fff;
	font-size:15px;
	line-height:17px;
	font-weight: bold;
	text-decoration: none;
}
.instagram-block-txt-title {
	position: absolute;
	top:84%;
	height:18px;
	width:100%;
	padding:5px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	color:#fff;
	font-size:15px;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
}
.instagram-block a,
.instagram-block a:visited,
.instagram-block a:hover,
.instagram-block2 a,
.instagram-block2 a:visited,
.instagram-block2 a:hover
 {
	text-decoration: none;
}
.instagram-block-txt2 {
	position: absolute;
	top:204px;
	left:0;
	height:25px;
	width:100%;
	padding:5px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-weight: normal;
}

/*------  //INSTAGRAM  ------*/









/*------  BUTTON  ------*/
.buttons {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	/*background: #eee;*/
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	/*text-shadow: 1px 1px 1px #FFF;*/
	/*border:1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	text-align:center;
	padding:10px 0 0 0;
}

.button,
.button a,
.button a:visited{
	width: 170px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size:14px;
	box-shadow: inset 0 0 0 2px #fff;
	border:2px solid #DDD;
}
.button:hover{
	background: #fff;
	color:#000;
}
.button:active{
	color: #fff;
}


.buttons2 {
     margin-left:auto;
     margin-right:auto;
     /*background: #eee;*/
     font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: #888;
     text-shadow: 1px 1px 1px #FFF;
     /*border:1px solid #DDD;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;*/
     text-align:center;
     padding:15px 0 0 0;
     text-decoration: none;
}
.buttons2 .button2 {
     background: #FFF;
     border: 1px solid #CCC;
     padding: 5px 10px;
     color: #333;
     border-radius: 4px;
     margin:0 0 0 2px;
     text-decoration: none;
}
.buttons2 .button2:hover {
     color: #333;
     background-color: #EBEBEB;
     border-color: #ADADAD;
     text-decoration: none;
}


/* login */

.l_form_wrapper {
	margin:100px 90px;
	width: auto;
}
.login_form_wrapper {
	margin:10px auto;
	position: relative;
	/*border:#e0e0e0 1px solid;*/
	border-radius:5px;
}
.login_form_wrapper2 {
	margin:10px auto;
	position: relative;
	height:30px;
	line-height: 30px;
	padding:0 10px;
}
.input_label {
	position: absolute;
	height:30px;
	line-height: 30px;
	top: 0;
	left: 10px;
	width:80px;
	font-weight: bold;
}
.input_label2 {
	height:30px;
	line-height: 30px;
	display:inline;
	width:200px;
	margin-left:10px;
}
#checksaveid {
	vertical-align: text-top;
}
.login_input_wrapper {
	width:auto;
	height:30px;
	padding:0 10px;
	margin:0 0 0 100px;
	position: relative;
	zoom:1;
}
.login_input_wrapper input {
	position: absolute;
	display: block;
	width:93%!important;
	padding:6px 5px!important;
	height:16px;
	margin:0;
	outline:none;
	border:1px solid #e0e0e0;
	background:transparent;
	-webkit-appearance:none;
	box-shadow: 0 0 0 1000px white inset;
}
.button_login {
	display: block;
	position: relative;
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cacaca));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #cacaca);
	background-image: -moz-linear-gradient(top, #f0f0f0, #cacaca);
	background-image: -o-linear-gradient(top, #f0f0f0, #cacaca);
	background-image: linear-gradient(top bottom, #f0f0f0, #cacaca);
	border-radius:4px;
	height:40px;
	line-height:40px;
	color:#333!important;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	width:100%;
	margin:0 auto;
	border:1px solid #bbb;
	-webkit-appearance:none;
	box-shadow: 0 0 2px #555;
	/*behavior: url('/css/PIE.php');*/
}
.paging_wrapper {
	margin:20px auto 10px;
	text-align: center;
}
.button_item {
	display: inline;
	position: relative;
	background-color: #f0f0f0;
	color:#333!important;
	text-decoration: none;
	font-size:13px;
	margin:0 4px!important;
	padding: 6px 15px!important;
	border-radius:3px;
	border:1px solid #bbb;
	-webkit-appearance:none;
	/*box-shadow: 0 0 2px #555;*/
	zoom:1;
	/*behavior: url('/css/PIE.php');*/
}
#index-txt .button_item_idx {
	display: inline;
	position: relative;
	background-color: #0d97d7;
	color:#fff!important;
	text-decoration: none;
	font-size:15px;
	font-weight:700;
	margin:0 8px!important;
	padding: 10px 25px!important;
	border-radius:8px;
	/*border:1px solid #bbb;*/
	-webkit-appearance:none;
	/*box-shadow: 0 0 2px #555;*/
	zoom:1;
	/*behavior: url('/css/PIE.php');*/
	cursor: hand;
}
#index_thumbs {
	position:absolute;
	z-index: 5;
	/*top:0;*/
	/*left:0;*/
	/*width:980px;
	text-align: center;*/
}
#index-button {
    postion:absolute;margin:0;padding:0;top:580px;display:block;text-align:center;z-index:5;
}
.index-button img {
    width:80px!important;
}
.index-button-img {
    width:80px!important;
}
.current_item {
	background-color:#fff;
}
.text_content {
	display: none;
}
.show_more {
	border:1px solid #e0e0e0;
	background-color:#efefef;
	display: inline;
	padding:2px 5px;
	margin: 10px 25px;
	cursor: pointer;
}
#bottom {
	position:absolute;
	z-index: 5;
	/*top:0;*/
	/*left:0;*/
	/*width:980px;
	text-align: center;*/
}

#bottom-sub {
	height:100px;
	background-color: #777;
	padding:20px 0 0 0;
	color:#fff;
	line-height: 18px;
}


/* util */
b {font-weight: 700;}
.container {
	/*width:100%;*/
	width:980px;
	position: relative;
	display: block;
	margin:0 auto;
}
.container100 {
	width:100%;
	position: relative;
	display: block;
	margin:0;
	/*overflow: hidden;*/
}
.placeholder { color: #666; }
.placeholderFocus { color: #000; }
.png {
	behavior: url('/css/PIE.php');
	-pie-png-fix:true;
}
.clearfix:before, .clearfix:after {
	content:"";
	display: table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	clear:both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.align-center {
	margin:0 auto;
	text-align: center;
}
.align-center img {
	margin:10px;
	width:140px;
	border:1px solid #999;
}
/*.text_shadow {
	text-shadow:0 1px 5px #444;
}*/