@charset "utf-8";
/* CSS Document */

.reset{
	clear:both;
}
.v-center h3 { 
  font-size: 1.3em;
  color:bca474;
   }

.v-center {
  width: 100%;
  display: table;
  position: relative;
  text-align: left;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}

.btn {
  text-decoration:none;
  font-size: 13px;
  color: #581C1E;
  border-radius:8px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
	color:#000;
}
.btn2 {
  text-decoration:none;
    float: right;
  background-color: #EDE5C8;
  font-size: 13px;
  color: #581C1E;
  padding:15px 10px 15px 10px;
  border-radius:8px;
  margin:0 0 8px 5px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn2:hover {
  background-color: #dad1b0;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: #56181d;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { 
  width: 49%;
  top: 400px !important;
  left: 332px !important;
 }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #bca474;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; color:#bca474; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal_txtfield{
	width:616px;
	height:120px;
	margin:0 auto 0 auto;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 21px 10px 21px 0;
  border-top: 1px solid #bca474;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
 /* background: rgba(0, 0, 0, 0.3) !important;*/
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

/**************************************---POPUP TXT AND IMAGE CSS---*************************************/
.tooltip {
			color: #581C1E; outline: none;
			text-decoration: none;
			position: relative;
		}
		.tooltip a{
			font-size:13px;
			text-decoration:none;
			color:#581C1E;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#CBC29E;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 350px;
		}
		.tooltip:hover img {
			border: 0; margin: 0px 0 0 50px;
			float: right; position: relative;
		}
		.tooltip:hover em {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 13px; font-weight: bold;
			font-style:normal;
			color:#CBC29E;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.custom { padding:10px 10px 10px 10px; }
		.info { background: #581C1E; border: 1px solid #948A65;	}
		.line01{
			margin:68px 0 12px 0;
			border-bottom:1px solid #CBC29E;
		}