@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
@import url(ch.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #2d3134;
  font: 400 15px/1.73333;
  -webkit-text-size-adjust: none;
  /*background-image:url("../images/bg.gif");
  background-repeat:repeat-x;*/
 /*font-family:"微軟正黑體", Arial, Helvetica, sans-serif;*/
 font-family: Microsoft JhengHei,arial,helvetica,sans-serif;
 line-height:1.5em;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1 {
  font-size: 54px;
  line-height: 1.01852;
  font-weight: 900;
}
h1 small {
  display: block;
  font-weight: 500;
  font-size: 39px;
}

h2 {
  font-size: 21px;
  line-height: 1.11111;
  letter-spacing: -1px;
  font-weight: 900;
  /*color:#09F;*/
  color:#666;
  /*padding-top:10px;*/
}
h2.title{ 
  font-size: 21px;background-image:url(../images/gn.png); background-repeat:no-repeat; height:40px; width:100%;
  line-height:40px;
  letter-spacing: 1px; 
  font-weight: 900; color:#6c9535; text-indent:40px; margin-bottom:20px;}
h2.title{ }
h2 small {
  font-weight: 300;
}

h3 {
  font-size: 20px;
  line-height: 1.17647;
  font-weight: 900;
}

h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
h4 a {
  text-transform: none;
}
h4 a:hover {
  color: #2d3134;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}
cc
time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

blockquote cite {
  font-weight: 600;
}

.fa {
  line-height: inherit;
}

.text-right {
  text-align: right;
}

.center {
  text-align: center;
}

.primary-color {
  color: #9cc038;
}

p.primary-color {
  font-weight:300; margin-top:10px; font-size:12px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.img-add {
  margin-top: 23px;
}

.img_add2 {
  margin-top: 10px;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.border-top {
  border-top: 24px solid #393;
}
.border-top_mod1 {
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
  .clr {
    clear: left;
  }

  .img_add2 {
    margin-top: 0;
  }

  .resp-center {
	/* [disabled]text-align: center; */
  }
  .resp-center * + .col-sm-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 1;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .wrap {
  margin-top: 5px;
}

* + .row {
  margin-top: 12px;
}

* + .off {
  margin-top: 52px; 
}

* + .marked-list {
  margin-top: 10px; 
}

* + article, * + .off2 {
  margin-top: 12px;
}

* + .primary-color {
  margin-top: 29px;
}

* + .off3 {
  margin-top: 22px;
}

* + .off4 {
  margin-top: 12px;
}

* + .off5 {
  margin-top: 27px;
}

* + .index-list {
  margin-top: 23px;
}

* + .m-off {
  margin-top: -10px;
}

.primary-color + p {
  margin-top:5px;
}

.primary-color + .off {
  margin-top: 7px;
}

.marked-list + p {
  margin-top: 23px;
}

h2 + .primary-color {
  margin-top: 12px;
}

.row + .row {
  margin-top: 30px;
}

.row + .off {
  margin-top: 40px;
}

article + article {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .resp-off {
    /*margin-top: 30px;*/
  }
}
@media (max-width: 767px) {
  .resp-off_768 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .resp-off_479 {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
/*
.brand {
  position: relative;
  background: #ff5639;
  padding: 41px 23px 19px;
  display: inline-block;
}
*/
.brand {
  position: relative;
  display: inline-block; width:315px; height:70px;background: url("../images/logo.png") ; text-indent:-9999px; margin-top:30px;
}
.brand a{ display:block;width:315px; height:70px;}
.brand_name {
  color: #fff;
  overflow: hidden;
}

@media (max-width: 991px) {
  .brand {
    width: 315px; margin-top:0px;
  }
}
@media (max-width: 767px) {
  .brand { display:block;}
}
/*================    Term list     =================*/
.terms-list dt {
  font-weight: 400;
  color: #ff5639;
  font-size: 15px;
}
.terms-list * + dt {
  margin-top: 31px;
}
.terms-list dt + * {
  margin-top: 12px;
}
.terms-list + * {
  margin-top: 27px;
  display: inline-block;
  color: #ff5639;
  text-decoration: underline;
}
.terms-list + *:hover {
  color: #2d3134;
  text-decoration: none;
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-left: 100px;
}
.index-list li:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #ff5639;
  top: -1;
  left: 0;
}
@media (max-width: 991px) {
  .index-list li:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.index-list li + li {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .index-list li {
    margin-top: 65px;
  }
}

.index-list li:after {
  content: "." counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  left: 24px;
  top: 16px;
}
@media (max-width: 991px) {
  .index-list li:after {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}
.marked-list li a {
  position: relative;
  padding-left: 18px;
}
.marked-list li a:before {
  position: absolute;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 30px;
  color: #09F;
  left: 0;
  top: -7px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.marked-list li a:hover {
  color: #09F;
  text-decoration: none;
}
.marked-list li a:hover:before {
  left: -3px;
}
.marked-list li + li {
  margin-top: 7px;
}

/*==================  Backgrounds  ======================*/
.bg-primary *, .bg-secondary * {
  color: #fff;
}
.bg-primary strong, .bg-secondary strong {
  font-size: 94px;
  line-height: 95px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.bg-primary strong small, .bg-secondary strong small {
  display: block;
  margin-top: -3px;
  font-weight: 300;
}
.bg-primary * + p, .bg-secondary * + p {
  margin-top: 8px;
}
.bg-primary * + .btn, .bg-secondary * + .btn {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .bg-primary strong, .bg-secondary strong {
    font-size: 64px;
    line-height: 65px;
  }
}
@media (max-width: 479px) {
  .bg-primary strong, .bg-secondary strong {
    font-size: 34px;
    line-height: 45px;
  }
}

.bg-primary {
  background: url("../images/bg-p.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-secondary {
  background: url("../images/bg-s.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-secondary strong {
  font-weight: 900;
}

.bg-default {
  background: #fff;
}

@media (max-width: 1199px) {
  .bg-primary, .bg-secondary {
    background-attachment: scroll;
  }
}
/*==================     Media    ======================*/
.media {
  overflow: hidden;
}
.media .media-left, .media .media-body {
  display: table-cell;
  vertical-align: top;
}
.media .media-left {
  padding-right: 6px;
  color: #ff5639;
}
.media .media-left time {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.media .media-body {
  width: 10000px;
}
.media .media_ins1 {
  padding-top: 10px;
  padding-right: 28px;
}

/*==================    Wrapper   ======================*/
.main-wr {
  display: block;  
  position: relative;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  width: 100%;
  height:0;
  padding-bottom: 100%;
  background-color:#ffffff;
  overflow: hidden;
  text-align:center;
}
.main-wr a{ display:block; overflow:hidden; height:230px;}
.main-wr img{ 
   max-width:100%;
  _width:expression(this.width > 304 ? "304px" : this.width);
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  }  
.main-wr .center{ height:166px; overflow-y:hidden;}
.main-wr h3 {
  color: #333; 
}
.main-wr .caption {
  padding: 15px;
 /*position: absolute;
  bottom:-60px;
  left: 0;
  right: 0;*/
}
.main-wr .caption .wrap:before, .main-wr .caption .wrap:after {
  display: table;
  content: "";
  line-height: 0;
 
}
.main-wr .caption .wrap:after {
  clear: both;
}
.wrap{ width:100%; height:41px; border-bottom:1px solid #CCC;}
.wrap p {
  float: left; text-align:center;
  width: 90%;
  color: #666; font-size:15px; line-height:35px;
}
.wrap p a{
  float: left; text-align:center; height:auto;
}
.wrap a:hover{ text-decoration:none;}
.wrap a {
  float: right;
  margin-top: 8px;
}
.wrap a:hover { color:#333;}

.wrap a:before {
  color: #9cc038;
  font-size: 30px;
  line-height:30px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.main-wr .caption .wrap a:hover:before {
  color: #333;
}
.main-wr:hover {
  /*
  -webkit-box-shadow: 9px 13px 26px -8px #2d3134;
  -moz-box-shadow: 9px 13px 26px -8px #2d3134;
  box-shadow: 9px 13px 26px -8px #2d3134;
  */
}
.newsweb{ display:block;}
.newsphone{ display:none;}

.main-download {
  display: block;  
  position: relative;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  width: 100%;
  background-color:#ffffff;
  overflow: hidden;
  text-align:center;
}
@media (max-width: 991px) {
  .main-wr {
    /*display: inline-block;*/
    max-width: 100%;
    text-align: left;
	text-align:center;
  }
  .main-wr img{ 
  width: 100%;
  /*max-width:280px;*/
  _width:expression(this.width > 280 ? "280px" : this.width);}  
  .main-wr .center{ height:auto;}
  .main-wr a{ height:auto;}
  
  .wrap{ margin-bottom:10px;}
  .newsweb{ display:none;}
  .newsphone{ display:block;}
}
@media (max-width: 767px) {
	.wrap p {
 font-size:17px; 
}
  .main-wr img{
	  max-width:inherit;
	  width:100%;
  }
  .main-wr a{ 
    height:auto;
  }
}
@media (max-width: 479px) {
  .main-wr .caption {
    position: relative;
  }
}

/*==============    BGBA Backgrounds    =================*/
.rgba-primary {
  background: rgba(255, 86, 57, 0.9);
}
.lt-ie9 .rgba-primary {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FF5639', endColorstr='#E6FF5639')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FF5639', endColorstr='#E6FF5639');
  zoom: 1;
}
.rgba-primary.caption .wrap a:before {
  color: #fff;
}
.rgba-primary.caption .wrap a:hover:before {
  color: #2d3134;
}

.rgba-secondary {
  background: rgba(66, 147, 42, 0.5);
}
.rgba-grey {
	background: rgba(141, 169, 74, 1);
	/*background: rgba(142, 169, 74, 1);*/
}
.lt-ie9 .rgba-secondary {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62D3134', endColorstr='#E62D3134')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62D3134', endColorstr='#E62D3134');
  zoom: 1;
}
.rgba-blue {
  background: rgba(51, 153, 204, 0.9);
}
.lt-ie9 .rgba-blue {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E63399CC', endColorstr='#E3399CC')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62D3134', endColorstr='#E62D3134');
  zoom: 1;
}
.rgba-green{
  background: rgba(106, 161, 34, 0.9);
}
.lt-ie9 .rgba-green {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E699CC33', endColorstr='#E699CC33')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62D3134', endColorstr='#E62D3134');
  zoom: 1;
}
.rgba-default {
  background: rgba(255, 255, 255, 0.9);
}
.lt-ie9 .rgba-default {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
  zoom: 1;
}
.rgba-default.caption h3 {
  color: #ff5639;
}
.rgba-default.caption .wrap.ins1 p {
  width: 50%;
}
@media (max-width: 479px) {
  .rgba-default.caption .wrap.ins1 p {
    width: 90%;
  }
}
.rgba-default.caption .wrap p {
  color: #2d3134;
}
.rgba-default.caption .wrap a:hover:before {
  color: #2d3134;
}

.rgba-default_mod1 {
  background: rgba(156, 192, 56, 0.8);
}
.lt-ie9 .rgba-default_mod1 {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
  zoom: 1;
}
.rgba-default_mod1.caption {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.rgba-default_mod1.caption h3 {
  color: #4a6500;
}
.rgba-default_mod1.caption .wrap.ins1 p {
  width: 50%;
}
@media (max-width: 479px) {
  .rgba-default_mod1.caption .wrap.ins1 p {
    width: 90%;
  }
}
.rgba-default_mod1.caption .wrap p {
  color: #2d3134;
}
.rgba-default_mod1.caption .wrap a a:before {
  color: #ff5639;
}
.rgba-default_mod1.caption:hover {
  background: rgba(102, 153, 0, 0.8);
}
.lt-ie9 .rgba-default_mod1.caption:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFF5639', endColorstr='#FCFF5639')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFF5639', endColorstr='#FCFF5639');
  zoom: 1;
}
.rgba-default_mod1.caption:hover h3 {
  color: #fff;
}
.rgba-default_mod1.caption:hover p {
  color: #fff;
}
.rgba-default_mod1.caption:hover a:before {
  color: #fff;
}
.rgba-default_mod1.caption:hover a:hover:before {
  color: #2d3134;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 27px 25px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 0;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background:#9cc038;
  color:#FFF;
}
.btn span {
  position: relative;
  margin-left:0px;
  display: inline-block;
}
.btn span:before {
  position: absolute;
  font-size: 44px;
  left: -13px;
  top: -2px;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.btn:hover {
  background: #fff;
  border-color: #9cc038;
  color: #9cc038;
}
.btn:hover span:before {
  color: #ff5639;
}
.btn:active {
  background: #e6e6e6;
}

.btn-link {
  position: relative;
}
.btn-link:before {
  position: absolute;
  line-height: 40px;
  font-size: 25px;
  top: -10px;
  left: 11px;
  color: #9cc038;
  background: transparent;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:hover:before {
  color: #2d3134;
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.flex-list + .flex-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .flex-list + .flex-list {
    margin-top: 0;
  }
}

.flex-list li {
  display: table-cell;
  position: relative;
}F
.flex-list li img {
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.flex-list li img:hover {
  /*
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  */
}

@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list li {
    display: block;
  }
}
/*=================    Help Box    =====================*/
.help-box p {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color:#557b37;
}
.help-box a {
  display: block;
  color: #9cc038;
  font-size:25px;
  /*font-weight: 800;*/
  line-height: 35px;
  letter-spacing: -1px;
  position: relative;
}
.help-box .phonephone a:before{
  position: absolute;
  content: '\f10b';
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 35px;
  color: #9cc038;
  top: -7px;
  left:65px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/*
.help-box a:before {
  position: absolute;
  content: '\f10b';
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 63px;
  color: #c9c9c9;
  top: -7px;
  left: -36px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
*/
.help-box a:hover {
  color: #557b37;
}
.help-box a:hover:before {
  color: #557b37;
}
.help-box time {
  color: #777777;
  font-size: 13px;
  line-height: 25px;
  display:block;
  float:right;
  width:100%;
}
.help-box time span {
  color: #2d3134;
}
.link-list li.listphone{ display:none;}

@media (max-width: 991px) {
  .help-box {
    display: none;
  }
}
/*================    Link list     =================*/
.link-list li {
  padding: 5px 52px 5px 27px;
  /*background: #557b37;*/
  font-size: 16px;
  line-height: 30px;
  color: #555;
  font-weight: 300;
  letter-spacing: 0.5px;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; letter-spacing:1px;
}
.link-list li .btn-link {
  color: #333; 
  position: absolute;
  right: 43px;
  top: 10%;
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}
.link-list li .btn-link:before {
  color:#9cc038; font-size:24px;
  left: 0;
  top: -3px;
  
}
.link-list li:hover {
  /*background: #2d3134;*/
}
.link-list li:hover a:hover {
  color: #000; 
}
.link-list li:hover a:hover:before {
  color: #333;
}
@media (max-width: 1199px) {
  .link-list li {
    font-size: 18px;
  }
}
.link-list li + li {
  /*margin-top: 10px;*/
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu li{}
.sf-menu > li {
  position: relative;
  float: left;
  
}
.sf-menu > li + li {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    
  }
}
.sf-menu a {
  font-size: 16px;
  line-height:50px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  /*padding: 18px 24px 20px;*/
  /*padding: 20px;*/
  display: block; width:80px; text-align:center;
}
@media (max-width: 1199px) {
  .sf-menu a {
    width:75px;
  }
}

.sf-menu > li > a {
  /*color: #2d3134;*/
  color:#555;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ccc;
}
.sf-menu > li.active > a {
  color: #ccc;
  /*background: #2d3134;*/
  /*background: #99cc33;*/
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  background: #FFF;
  z-index: 22;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border: 1px solid #d9d9d9;*/
}
.sf-menu ul a {
  font-size:14px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: none;
}
.sf-menu ul li + li {
  /*border-top: 1px solid #d9d9d9;*/
}

.sf-menu ul > li > a {
  color: #2d3134;
  background: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ff5639;
  background: #f3f2f2;
}

.sf-menu ul ul {
  position: absolute;
  top: 121px;
  width: 235px;
  left: 233px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul a {
  font-size: 15px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: none;
}
.sf-menu ul ul li + li {
  border-top: 1px solid #d9d9d9;
}

.sf-menu ul ul > li > a {
  color: #2d3134;
  background: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ff5639;
  background: #f3f2f2;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
  padding-right: 48px;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  content: '\f107';
  color: #ff5639;
  right: 21px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 400 33px/12px "FontAwesome";
}
@media (max-width: 1199px) {
  .sf-menu > li > .sf-with-ul {
    padding-right: 28px;
  }
  .sf-menu > li > .sf-with-ul:before {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ff5639;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 12px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height:30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:none;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 991px) {
  body {
    padding-top: 56px !important;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 767px) {

}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  display: block;
  background-color:#FFF;
  /*border-top: 1px solid #E0E0E0;*/
  border-bottom: 1px solid #E0E0E0;
  }
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
.stuck_container .nav {
  float: right; 
}
.stuck_container .search-form {
  float: right;
}
@media (max-width: 991px) {
  .stuck_container {
    text-align: center;
    padding-bottom: 20px;
  }
  .stuck_container .search-form, .stuck_container .nav {
    float: none;
    display: inline-block;
  }
  .stuck_container .nav {
    border-bottom: 1px solid #E0E0E0;
  }
  .stuck_container .search-form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .stuck_container {
    padding-bottom: 0;
	border-top:none;
    border-bottom: none;
  }
  .stuck_container .search-form {
    margin-top: -25px;
  }
}

.isStuck {
  /*background: rgba(255, 255, 255, 0.9);*/
  z-index: 999;
  -webkit-box-shadow: 0px 1px 2px #BBB;
  -moz-box-shadow: 0px 1px 2px #BBB;
  box-shadow: 0px 1px 2px #BBB;
}
.lt-ie9 .isStuck {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
  zoom: 1;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 44px !important;
  font-weight: 700;
  color: #fff !important;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2d3134;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color:#ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .thumb {
    display: inline-block;
  }
}
@media (max-width: 500px) {
.link-list li.listphone{ display:block;}
  .thumb {
    width: 100%;
  }
}
.thumb img {
  width: 100%;
  /*max-width:280px;*/
  /*_width:expression(this.width > 280 ? "280px" : this.width);*/
  
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(255, 86, 57, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FF5639', endColorstr='#33FF5639')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FF5639', endColorstr='#33FF5639');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header{ border-bottom:1px solid #CCC;}
header .brand {
  float: left;
  background: url(../images/logo_mobile.png) no-repeat left center;
  margin-left: 15px;
}
header .help-box {
  padding-top: 20px;
  float: right;
}
header .banner {
  display: block;
  /*padding-bottom: 19px;*/
}
header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .banner:after {
  clear: both;
}


@media (max-width: 767px) {
  header .banner {
    padding: 0; 
  }
  header{ border-bottom:0;}
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
.block{
background:linear-gradient(top,#c5ed89,#fff);
background:-moz-linear-gradient(top,#c5ed89,#fff);
background:-webkit-linear-gradient(top,#c5ed89,#fff);
	}
.block2{
background:linear-gradient(top,#ff,#c5ed89);
background:-moz-linear-gradient(top,#fff,#c5ed89);
background:-webkit-linear-gradient(top,#fff,#c5ed89);
	}

/*==================      Well     ======================*/
.well {
  padding-top: 30px;
  padding-bottom: 30px;
}

.well2 {
  padding-bottom: 69px;
  padding-top: 49px;
}

.well3 {
  padding-bottom: 81px;
  padding-top: 83px;
}

.well4 {
  padding-bottom: 30px;
  padding-top: 10px;
}

.well5 {
  padding-bottom: 37px;
  padding-top: 49px;
}

.well6 {
  padding-bottom: 128px;
  padding-top: 130px;
}

.well__ins1 {
  padding-bottom: 0;
}

.well2__ins1 {
  padding-bottom: 60px;
}

.well2__ins2 {
  padding-bottom: 100px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
}
footer .copyright {
  font-size: 13px;
  color: #666; text-align:center; line-height:22px;
} 
footer .copyright a:hover {
  color: #9cc038;
  text-decoration: none;
}

/*========================================================
                     新增
=========================================================*/
.footer_title{ font-size:18px; text-align:center; color:#777; margin-bottom:30px; font-weight:700; border-bottom:2px solid #777; }
.footer_text{ width:90%; margin:0 auto; font-size:15px; color:#999; line-height:30px;}
/*========================================================
                     最新消息的頁籤
=========================================================*/
ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.abgne_tab {
		clear: left;
		width: 100%;
		margin: 10px 0;
	}
	ul.tabs, ul.tabs00 {
		width: 100%;
		height: 40px;
		border-bottom:1px solid #CCC;
		
	}
	ul.tabs li, ul.tabs00 li {
		float: left;
		font-size:18px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		
		border-left: none;font-family: 'Noto Sans TC Regular';
	}
	ul.tabs li a, ul.tabs00 li a {
		display: block;
		padding: 0 10px;
		/*border: 1px solid #fff;*/
		text-decoration: none;
		color:#333;
	}
	ul.tabs li a:hover, ul.tabs00 li a:hover {
		/*background: #709066;*/
	}
	ul.tabs li.active, ul.tabs00 li.active  {
		border-bottom:3px solid #9cc038; color:#9cc038;
		/*background: #557b37;*/
	}
	ul.tabs li.active a:hover, ul.tabs00 li.active a:hover {
		/*background: #709066;*/
	}
	div.tab_container {
		clear: left;
		width: 100%;
		
		border-top:none;
		/*background:#FFF;*/
	}
	div.tab_container .tab_content {
		padding:20px 0;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;s
	}
	
.datetext{ width:100%; background:url(../images/sy_57045619696.png); background-repeat:no-repeat;  line-height:50px; text-indent:50px; color:#294f83;}
.ptxt{ font-size:18px; color:#FFF; padding:10px; background-color:#95c83b; margin-bottom:15px;}
.ptxt2{ font-size:20px; color:#4f7000;  margin-bottom:15px;}
.ptxt3{ line-height:25px; color:#333;}
.bbb{ height:25px; border-bottom:1px solid #CCC; font-size:15px;}
.bbb a{ float:right; margin-right:20px;}
.bbb a.next_right{float:left !important; text-decoration:none;}
.off00{ margin-bottom:40px;}

.number{ width:100%; height:30px; text-align:center;clear:both; padding-top:50px; padding-bottom:30px;}
.number ul{ display:inline-block;}
.number li{ font-size:13px; line-height:30px; text-align:center; width:30px; float:left; margin-right:5px;}
.number li a{ display:block; color:#fff; background-color:#4f7000;}
.number li a:hover{background-color:#99bf40;}

.footer01{ display:block;}
.footer02{ display:none;}

.download_clear .d_clear{
	margin-bottom:20px;
	height:265px;
}

/**/

@media (max-width: 991px) {
	.bbb{ margin-bottom:10px; font-size:17px; }
.download_clear .d_clear{
	margin-bottom:20px;
	height:auto;
}
}
@media (max-width: 767px) {
h2.title{display:none;}
.banner{ display:none;}

.link-list li {
    padding: 0px 40px 0px 10px;
}
.link-list li .btn-link {
  color: #333; 
  position: absolute;
  right: 30px;
  top: 10%;
}
}
@media (max-width: 479px) {
ul.tabs li, ul.tabs00 li {
		font-size:15px;
	}
ul.tabs li.active, ul.tabs00 li.active  {
		border-bottom:3px solid #9cc038; color:#FFF; background-color:#9cc038;
	}
div.tab_container .tab_content {
		padding: 0px; padding-top:10px;
	}
.footer01{ display:none;}
.footer02{ display:block; text-align:left;}

/*------------------------------------*/
/*            首頁列表                */
/*------------------------------------*/
.listweb{ display:block;}
.listphone{ display:none;}
.listweb{ display:none;}
.listphone{ display:block;}

	}
@charset "UTF-8";
/*========================================================
                      Contact Form
=========================================================*/
/* MF
========================================================*/
.mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.mailform fieldset {
  border: none;
}
.mailform * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mailform label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.mailform label:first-child {
  margin-top: 0;
}
.mailform label input, .mailform label select, .mailform label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 20px 20px;
  line-height: 20px;
  color: #2d3134;
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.mailform select {
  display:block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 10px 10px;
  line-height: 20px;
  color: #2d3134;
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.mailform label input:-moz-placeholder, .mailform label select:-moz-placeholder, .mailform label textarea:-moz-placeholder {
  color: #2d3134;
  opacity: 1;
}
.mailform label input::-webkit-input-placeholder, .mailform label select::-webkit-input-placeholder, .mailform label textarea::-webkit-input-placeholder {
  color: #2d3134;
  opacity: 1;
}
.mailform label input::-moz-placeholder, .mailform label select::-moz-placeholder, .mailform label textarea::-moz-placeholder {
  color: #2d3134;
  opacity: 1;
}
.mailform label input:-ms-input-placeholder, .mailform label select:-ms-input-placeholder, .mailform label textarea:-ms-input-placeholder {
  color: #2d3134;
  opacity: 1;
}
.mailform label textarea {
  resize: vertical;
  overflow: auto;
  height: 150px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mailform label textarea {
    margin-top: 0;
  }
}
@media (max-width: 1365px) {
  .mailform label {
    margin-top: 30px;
  }
}

@-ms-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
@-o-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
@-webkit-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
@-moz-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
@keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
/* Mail Form PlaceHolder
========================================================*/
.mfPlaceHolder {
  font: inherit;
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 32px;
  line-height: 20px;
  color: #2d3134;
  opacity: 1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: .4;
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.mfPlaceHolder.state-1 {
  opacity: .4;
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* Mail Form Validation
  ========================================================*/
.mfValidation {
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -11px;
  left: 10%;
  width: 170px;
  margin-top: -20px;
  margin-left: 10px;
  padding: 2px 2px 2px 10px;
  height: 25px;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  background: #111;
  color: #ff5639;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998;
}
.mfValidation:hover {
  background: #231634;
}
.mfValidation:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 109%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #111 transparent transparent transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mfValidation.show {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -moz-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -ms-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -o-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.hide {
  -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -moz-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -ms-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -o-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .mfValidation {
    text-align: right;
    top: 0;
    left: auto;
    bottom: 100%;
    right: 5px;
    background: none;
    padding: 0;
    margin: 0 0 3px;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mfValidation:before {
    display: none;
  }
  .mfValidation:hover {
    background: none;
    right: 5px;
  }
}

@-ms-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@-o-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@-moz-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@-ms-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* MF Controls
========================================================*/
.mfControls {
  margin-top: 27px;
  word-spacing: 10px;
  text-align: center;
}
.mfControls > * {
  word-spacing: normal;
  margin-bottom: 5px;
  float: left;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 22px 20px 22px 0;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/* Mail Form Submit
========================================================*/
.mfProgress {
  position: relative;
}
.mfProgress .cnt, .mfProgress .loader {
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.mfProgress .loader {
  opacity: 0;
  text-align: center;
  letter-spacing: 10px;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mfProgress .loader, .mfProgress .loader:before, .mfProgress .loader:after {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.mfProgress .loader:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.mfProgress .loader:after {
  content: '';
  width: 30px;
  height: 30px;
  color: #2d3134;
  font: 400 30px "FontAwesome";
  line-height: inherit;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -moz-transform: scale(0) rotate(-60deg);
  -ms-transform: scale(0) rotate(-60deg);
  -o-transform: scale(0) rotate(-60deg);
  -webkit-transform: scale(0) rotate(-60deg);
  transform: scale(0) rotate(-60deg);
}
.mfProgress.sending .cnt, .mfProgress.fail .cnt, .mfProgress.success .cnt {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.mfProgress.sending .loader, .mfProgress.fail .loader, .mfProgress.success .loader {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfProgress.fail .loader:before, .mfProgress.success .loader:before {
  -webkit-animation: fout 0.4s ease-in-out 1 forwards;
  -moz-animation: fout 0.4s ease-in-out 1 forwards;
  -ms-animation: fout 0.4s ease-in-out 1 forwards;
  -o-animation: fout 0.4s ease-in-out 1 forwards;
  animation: fout 0.4s ease-in-out 1 forwards;
}
.mfProgress.fail .loader:after, .mfProgress.success .loader:after {
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfProgress.sending .loader:before {
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -moz-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -ms-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -o-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.mfProgress.fail .loader:after {
  content: '\f06a';
}
.mfProgress.success .loader:after {
  content: '\f058';
}

.mfProgress .msg {
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-animation: notifanim-fo 0.4s ease-in-out forwards;
  -moz-animation: notifanim-fo 0.4s ease-in-out forwards;
  -ms-animation: notifanim-fo 0.4s ease-in-out forwards;
  -o-animation: notifanim-fo 0.4s ease-in-out forwards;
  animation: notifanim-fo 0.4s ease-in-out forwards;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 10px;
  border-radius: none;
  font-size: 15px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 50%;
  width: 230px;
  margin-left: -115px;
  margin-top: 20px;
  color: #fff;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.mfProgress.fail .msg, .mfProgress.success .msg {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: notifanim 0.4s ease-in-out forwards;
  -moz-animation: notifanim 0.4s ease-in-out forwards;
  -ms-animation: notifanim 0.4s ease-in-out forwards;
  -o-animation: notifanim 0.4s ease-in-out forwards;
  animation: notifanim 0.4s ease-in-out forwards;
}
.mfProgress.fail .msg {
  background: #F44336;
}
.mfProgress.fail .msg:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #F44336 transparent;
}
.mfProgress.success .msg {
  background: #2E7D32;
}
.mfProgress.success .msg:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #2E7D32 transparent;
}

@-ms-keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@-o-keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@-moz-keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
/* Mail Form Icon
========================================================*/
.mfIcon {
  position: absolute;
  text-align: center;
  top: 12px;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  font: 400 20px/24px "material-design";
}
.mfIcon span:before, .mfIcon span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.mfIcon span:before {
  content: "";
}
.mfIcon span:after {
  content: "";
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -webkit-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -moz-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -ms-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -o-animation: zoom-out 0.4s ease-in-out 1 forwards;
  animation: zoom-out 0.4s ease-in-out 1 forwards;
}

.mfIcon.state-1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-animation: line 1.2s 0.4s infinite;
  -moz-animation: line 1.2s 0.4s infinite;
  -ms-animation: line 1.2s 0.4s infinite;
  -o-animation: line 1.2s 0.4s infinite;
  animation: line 1.2s 0.4s infinite;
}
.mfIcon.state-1 span:before {
  -moz-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}
.mfIcon.state-1 span:after {
  -moz-transform: scale(1) rotate(-35deg);
  -ms-transform: scale(1) rotate(-35deg);
  -o-transform: scale(1) rotate(-35deg);
  -webkit-transform: scale(1) rotate(-35deg);
  transform: scale(1) rotate(-35deg);
  -webkit-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -moz-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -ms-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -o-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
}

.mfIcon.state-2 span:before {
  content: "";
  -moz-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}
.mfIcon.state-2 span:after {
  -moz-transform: scale(1) rotate(-210deg);
  -ms-transform: scale(1) rotate(-210deg);
  -o-transform: scale(1) rotate(-210deg);
  -webkit-transform: scale(1) rotate(-210deg);
  transform: scale(1) rotate(-210deg);
  -webkit-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -moz-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -ms-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -o-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
}

@-ms-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-o-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-webkit-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-moz-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-ms-keyframes anim-2 {
  0% {
    transform: rotate(-35deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-35deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-35deg);
  }
}
@-o-keyframes anim-2 {
  0% {
    transform: rotate(-35deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-35deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-35deg);
  }
}
@-webkit-keyframes anim-2 {
  0% {
    transform: rotate(-35deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-35deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-35deg);
  }
}
@-moz-keyframes anim-2 {
  0% {
    transform: rotate(-35deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-35deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-35deg);
  }
}
@keyframes anim-2 {
  0% {
    transform: rotate(-35deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-35deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-35deg);
  }
}
@-ms-keyframes anim-3 {
  0% {
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    transform: rotate(150deg);
    left: 50%;
  }
}
@-o-keyframes anim-3 {
  0% {
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    transform: rotate(150deg);
    left: 50%;
  }
}
@-webkit-keyframes anim-3 {
  0% {
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    transform: rotate(150deg);
    left: 50%;
  }
}
@-moz-keyframes anim-3 {
  0% {
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    transform: rotate(150deg);
    left: 50%;
  }
}
@keyframes anim-3 {
  0% {
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    transform: rotate(150deg);
    left: 50%;
  }
}
@-ms-keyframes zoom-out {
  0% {
    transform: scale(1) rotate(-35deg);
  }
  100% {
    transform: scale(0) rotate(-180deg);
  }
}
@-o-keyframes zoom-out {
  0% {
    transform: scale(1) rotate(-35deg);
  }
  100% {
    transform: scale(0) rotate(-180deg);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    transform: scale(1) rotate(-35deg);
  }
  100% {
    transform: scale(0) rotate(-180deg);
  }
}
@-moz-keyframes zoom-out {
  0% {
    transform: scale(1) rotate(-35deg);
  }
  100% {
    transform: scale(0) rotate(-180deg);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1) rotate(-35deg);
  }
  100% {
    transform: scale(0) rotate(-180deg);
  }
}
@-ms-keyframes zoom-in-state-1 {
  0% {
    transform: scale(0) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-35deg);
  }
}
@-o-keyframes zoom-in-state-1 {
  0% {
    transform: scale(0) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-35deg);
  }
}
@-webkit-keyframes zoom-in-state-1 {
  0% {
    transform: scale(0) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-35deg);
  }
}
@-moz-keyframes zoom-in-state-1 {
  0% {
    transform: scale(0) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-35deg);
  }
}
@keyframes zoom-in-state-1 {
  0% {
    transform: scale(0) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-35deg);
  }
}
@-ms-keyframes zoom-in-state-2 {
  0% {
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    transform: scale(1) rotate(150deg);
  }
}
@-o-keyframes zoom-in-state-2 {
  0% {
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    transform: scale(1) rotate(150deg);
  }
}
@-webkit-keyframes zoom-in-state-2 {
  0% {
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    transform: scale(1) rotate(150deg);
  }
}
@-moz-keyframes zoom-in-state-2 {
  0% {
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    transform: scale(1) rotate(150deg);
  }
}
@keyframes zoom-in-state-2 {
  0% {
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    transform: scale(1) rotate(150deg);
  }
}
@-ms-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@-o-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@-webkit-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@-moz-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
.mfInput input[name='phone'] ~ .mfIcon span:before,
.mfInput select[name='phone'] ~ .mfIcon span:before,
.mfInput textarea[name='phone'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='email'] ~ .mfIcon span:before,
.mfInput select[name='email'] ~ .mfIcon span:before,
.mfInput textarea[name='email'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='name'] ~ .mfIcon span:before,
.mfInput select[name='name'] ~ .mfIcon span:before,
.mfInput textarea[name='name'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='birthday'] ~ .mfIcon span:before,
.mfInput select[name='birthday'] ~ .mfIcon span:before,
.mfInput textarea[name='birthday'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='message'] ~ .mfIcon,
.mfInput select[name='message'] ~ .mfIcon,
.mfInput textarea[name='message'] ~ .mfIcon {
  display: none;
}
.mfInput input:-webkit-autofill ~ .mfIcon span:before,
.mfInput textarea:-webkit-autofill ~ .mfIcon span:before {
  color: #2D2D2D;
}

/* Mail Form Select
========================================================*/
.mfSelect {
  position: relative;
}
.mfSelect .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  /*max-height: 300px;*/
  opacity: 0;
  visibility: hidden;
  border: 1px solid #888;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  -moz-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  -ms-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  -o-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  animation: dropd-anim-fo 0.4s ease-in-out forwards;
  outline: none;
  -webkit-appearance: none;
  font-weight: inherit;
  line-height: 20px;
  border: 1px solid #cdcdcd;
  background: #FFF;
  color: #4C3469;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.mfSelect .dropdown .option {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 15px;
  overflow: hidden;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mfSelect .dropdown .option.selected {
  background: #ececec;
}
.mfSelect .dropdown .option:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #4C3469;
  opacity: 0;
  z-index: -1;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  transform: translate(-20%, -50%);
}
.mfSelect .dropdown .option:before {
  content: '\e18e';
  position: absolute;
  display: inline-block;
  left: 15px;
  color: #FFF;
  font: 400 20px 'material-design';
  line-height: inherit;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  transform: scale(0) rotate(-60deg);
}
.mfSelect .dropdown .option:hover {
  color: #FFF;
  padding-left: 40px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mfSelect .dropdown .option:hover:before {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  transform: scale(1) rotate(0deg);
}
.mfSelect .dropdown .option:hover:after {
  width: 500px;
  height: 500px;
  opacity: 1;
}
.mfSelect .dropdown:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.mfSelect .value {
  cursor: pointer;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 20px 32px;
  line-height: 20px;
  color: #2d3134;
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.mfSelect .value:before, .mfSelect .value:after {
  position: absolute;
  right: 12px;
  top: 28px;
  width: 24px;
  height: 24px;
  font: 400 20px 'material-design';
  line-height: 24px;
  color: #FFF;
  text-align: center;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.mfSelect .value:before {
  content: '\e151';
  transform: rotate(-90deg) scale(1);
}
.mfSelect .value:after {
  content: '\e07b';
  font-size: 24px;
  transform: rotate(-180deg) scale(0);
}
.mfSelect .value:hover {
  background: #FFF;
  color: #2D2D2D;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.mfSelect .value:hover:before, .mfSelect .value:hover:after {
  color: #2D2D2D;
}
.mfSelect.show .dropdown {
  -webkit-animation: dropd-anim 0.5s ease-in-out forwards;
  -moz-animation: dropd-anim 0.5s ease-in-out forwards;
  -ms-animation: dropd-anim 0.5s ease-in-out forwards;
  -o-animation: dropd-anim 0.5s ease-in-out forwards;
  animation: dropd-anim 0.5s ease-in-out forwards;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.mfSelect.show .value {
  background: #FFF;
  color: #2D2D2D;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.mfSelect.show .value:before, .mfSelect.show .value:after {
  color: #2D2D2D;
}
.mfSelect.show .value:before {
  transform: rotate(0deg) scale(0);
}
.mfSelect.show .value:after {
  transform: rotate(0deg) scale(1);
}

@-ms-keyframes dropd-anim-fo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@-o-keyframes dropd-anim-fo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes dropd-anim-fo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@-moz-keyframes dropd-anim-fo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes dropd-anim-fo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@-ms-keyframes dropd-anim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes dropd-anim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes dropd-anim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes dropd-anim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropd-anim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Mail Form Date Picker
========================================================*/
.mfDatePicker {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  padding: 10px 15px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  -moz-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  -ms-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  -o-animation: dropd-anim-fo 0.4s ease-in-out forwards;
  animation: dropd-anim-fo 0.4s ease-in-out forwards;
  background: #fff;
  color: #111;
  border-radius: 5px;
  border: 1px solid #fff;
}
.mfDatePicker:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.mfDatePicker table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 12px;
}
.mfDatePicker table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.mfDatePicker table td {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
}
.mfDatePicker table td:hover {
  background: #ececec;
}
.mfDatePicker table td.dp-offset {
  color: #c6bbba;
}
.mfDatePicker table td.dp-today {
  color: #fff;
  background: #111;
}
.mfDatePicker table td.dp-selected {
  color: #fff;
  background: #4C3469;
}
.mfDatePicker_next, .mfDatePicker_prev {
  font: 400 22px 'material-design';
  line-height: inherit;
  text-align: center;
  color: #111;
  cursor: pointer;
}
.mfDatePicker_next:hover, .mfDatePicker_prev:hover {
  color: #4C3469;
}
.mfDatePicker_panel {
  text-align: center;
  padding: 0 2px;
  line-height: 30px;
}
.mfDatePicker_next {
  float: right;
}
.mfDatePicker_next:before {
  content: '\e0c2';
}
.mfDatePicker_prev {
  float: left;
}
.mfDatePicker_prev:before {
  content: '\e0c3';
}
.mfDatePicker_panel + table {
  margin-top: 5px;
}
.mfDatePicker.open {
  -webkit-animation: dropd-anim 0.5s ease-in-out forwards;
  -moz-animation: dropd-anim 0.5s ease-in-out forwards;
  -ms-animation: dropd-anim 0.5s ease-in-out forwards;
  -o-animation: dropd-anim 0.5s ease-in-out forwards;
  animation: dropd-anim 0.5s ease-in-out forwards;
  opacity: 1;
  visibility: visible;
}
