.inputareas li {text-align:left;}
.inputareas li span {display:inline-block; width:30%; padding:1em 0; font-size:1.3em;}
.inputareas li input, li select {padding:1em 0; font-size:1.1em;  vertical-align:middle; width:60%; margin:0 0 0 5px; }
.inputareas li input, textarea, select {border:1px solid #999999;}



@import url(http://weloveiconfonts.com/api/?family=fontawesome);

@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);

.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  cursor:pointer;
  display: block;
  position: absolute;
  z-index: 20;
  background: #FF3D82;
  opacity:0.9;
  filter:alpha(opacity=90);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img_txt {font-family:'nanumgothic';
position:relative;
display:block;
font-size:1.00em;
line-height:25px;
text-align:center;
top:50%;
width:75%;
margin:0 auto;
color:#fff;
font-weight:bold;
  font-size:20px;
}

a.close-overlay {
font-family:'nanumgothic';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: yellow;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.login_formDIV {width:550px;}
.login_form {width:90%; margin:0 auto; padding:20px 0; }
.login_form span, .login_form span input {display:inline-block; float:left;}
.login_form span {width:30%; padding:20px 0; margin:0 0 10px; text-align:center; font-size:20px; font-weight:bold; color:yellow;}
.login_form input {width:70%; padding:20px 0; margin:0 0 10px; font-size:20px;}
.real_warning {text-align:center; color:#fff; font-size:1.350em; line-height:25px;}
.real_content {max-width:610px;}
.real_content img {max-width:100%;}

/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
#effect-3 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#effect-3 .overlay a.expand {
  top: 15%;
  left:45%;
  margin: auto 0;
}
#effect-3 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 4 - SLIDE IN RIGHT
============================================================ */
#effect-4 .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
}
#effect-4 .overlay a.expand {
  top: 0;
  bottom: 0;
  left:5%;
  margin: auto -30px auto 0;
}
#effect-4 .img {
  overflow: hidden;
}
#effect-4 .img.hover .overlay {
  width: 100%;
}


/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 2700px) {
/*   .nav {max-width:310px;} */
  .effects {
    padding-left: 5px;
  }
  .effects .img {
    width: 33.2%;
  }
  .effects .img:nth-child(n) {
    margin-right: 1px;
  }
  .effects .img:first-child {
    margin-left: 1px;
  }
   .effects .img:nth-child(2n-1) {
    margin-right: 1px;
  }
  .effects .img:nth-child(2n) {
    margin-right: 1px;
  }
  .effects .img:last-child {
    margin-right: 1px;
  }
}
@media only screen and (max-width: 1260px) {
  .effects .img {
    width: 50%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
  .effects .img img {
    margin: 0 auto;
  }
    .img_txt {
	  font-size:15px;
	}
}
@media only screen and (max-width: 700px) {
  .nav {position:relative; clear:both; width:100%; max-width:100%; height:1165px; padding:0;}
  .login_formDIV {width:304px; margin:10px auto;}
  .real_warning {font-size:16px; padding:0 0 10px;}
  .login_form {padding:5px 0;}
  .login_form input { padding:5px 0; font-size:16px;}
  .login_form span, .login_form input {margin:0 0 5px;}
  .login_form span {padding:0;}
  .real_content img {max-width:100%;}
	#main {margin:0;}
   .container { position:relative; height:100%; clear:both; width:100%; max-width:100%;}

  .effects .img {
    width: 100%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
  .effects .img img {
    margin: 0 auto;
  }
  .img_txt {
	  line-height:20px;
	  font-size:14px;
	}


}
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


#feedback-page{
	text-align:center;
}

#form-main{
	position:relative;
	width:290px;
	margin:0 auto;
	padding-top:0px;
	top:-160px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 306px;
	margin:0 auto;
	position: absolute;
	 margin-top:30px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 13px;
	margin-bottom: 7px;
	width:237px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}


.feedback-input_tel {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 0 13px;
	margin-bottom: 7px;
	width:31.7%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
  }

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.feedback-input_tel:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 0 13px 0;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue,.button-blue{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    /* float: left; */
    width: 95%;
    margin: 0 auto;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #E4005B;
    color: white;
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 600;
}

#button-blue:hover,.button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #E4005B;
}

.submit:hover {
	color: #3498db;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

/* .submit:hover .ease{
  width:100%;
  background-color:white;
}
 */
/*
@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
} */