/*==========================================================
                        NORMALIZE
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input[type='button'] {
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none; }
  button::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0; }

input[type='text'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='number'] {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-offset-0 {
    margin-left: 0%; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-clear {
    clear: left; }

  .col-xs-release {
    clear: none; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-clear {
    clear: left; }

  .col-sm-release {
    clear: none; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-clear {
    clear: left; }

  .col-md-release {
    clear: none; } }
@media (min-width: 1200px) {
  .col-lg-clear {
    clear: left; }

  .col-lg-release {
    clear: none; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@charset "UTF-8";
.search-form {
  display: inline-block;
  position: relative;
  width: 300px;
  z-index: 5; }
  .search-form_label {
    display: block;
    padding: 9px 40px 9px 10px;
    background: #ededed;
    border: 1px solid #acacac; }
  .search-form_input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #333;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    height: 22px; }
  .search-form_submit {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 22px;
    color: #3b3d44;
    font: 400 20px/22px 'FontAwesome', sans-serif; }
    .search-form_submit:before {
      content: "\f002"; }
    .search-form_submit:hover {
      color: #cf3f3b; }
  @media (max-width: 479px) {
    .search-form {
      width: 270px; } }

.search-form_toggle {
  display: none; }

@media (min-width: 768px) {
  .search-form_toggle {
    float: right;
    display: inline-block;
    color: #fff;
    font: 400 20px/30px "FontAwesome";
    width: 20px; }
    .search-form_toggle:before {
      content: "\f002"; }
    .search-form_toggle.active, .search-form_toggle:hover {
      color: #cf3f3b; }
    .search-form_toggle.active:before {
      content: ""; }

  .search-form {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2; }

  .search-form.on {
    display: block; } }
.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 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; }
  .lt-ie9 .search-form_liveout {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .search-form_liveout .search_list {
    font-size: 14px;
    line-height: 24px;
    background: #FFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    text-align: left; }
    .search-form_liveout .search_list li + li {
      margin-top: 2px; }
  .search-form_liveout .search_link {
    display: block;
    padding: 5px 10px;
    background: #FFF;
    color: #999; }
    .search-form_liveout .search_link .search_title {
      color: #cf3f3b;
      text-transform: uppercase; }
    .search-form_liveout .search_link:hover {
      background: #cf3f3b;
      color: #f7e0df; }
      .search-form_liveout .search_link:hover .search_title {
        color: #FFF; }
  .search-form_liveout .search_error {
    display: block;
    color: #cf3f3b;
    background: #fafafa;
    padding: 10px 10px;
    overflow: hidden; }
  .search-form_liveout .match {
    display: none; }
  .search-form_liveout button {
    display: block;
    width: 100%;
    color: #cf3f3b;
    background: #fafafa;
    padding: 10px 10px; }
    .search-form_liveout button:hover {
      background: #cf3f3b;
      color: #FFF; }
  input:focus + .search-form_liveout {
    opacity: 1; }
    .lt-ie9 input:focus + .search-form_liveout {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }
  .search-form_liveout .tablet, .mobile .search-form_liveout {
    display: none !important; }
  .search-form_liveout h4 {
    font-size: 20px;
    line-height: 24px; }
    .search-form_liveout h4 + * {
      margin-top: 5px; }

.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
  font: 400 16px/22px 'Roboto', sans-serif;
  color: #7c7d81; }
.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top; }
.search-frame img {
  max-width: 100%;
  height: auto; }
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .search-frame a:active {
    background: transparent; }
  .search-frame a:focus {
    outline: none; }
.search-frame h4 {
  color: #3b3d44;
  font-size: 20px;
  line-height: 24px; }
  .search-frame h4 a:hover {
    color: #cf3f3b; }
.search-frame .search_list {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none; }
  .search-frame .search_list li {
    position: relative; }
    .search-frame .search_list li + li {
      margin-top: 20px; }
.search-frame .search {
  color: #777777; }
.search-frame .match {
  color: #1e6bb5;
  font-size: 11px;
  display: block; }
.search-frame * + p {
  margin-top: 16px; }
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 26.2439%; }

@media (max-width: 1143.12278px) {
  .camera_container {
    padding-bottom: 300px; } }
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0; }

.camera_wrap img {
  max-width: none !important; }

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%; }

.camera_src {
  display: none; }

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none; }

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0; }

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0; }

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2; }

.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3; }

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4; }

.camerarelative {
  overflow: hidden;
  position: relative; }

.imgFake {
  cursor: pointer; }

.camera_command_wrap .hideNav {
  display: none; }

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4; }

.showIt {
  display: none; }

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative; }

.camera_caption {
  display: none; }

.cameraContent .camera_caption {
  display: block; }

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  width: 100%;
  margin-top: 6%;
  color: #fff; }
.camera_caption .camera_bg {
	background-color: rgba(0, 0, 0, 0.24);
	background: rgba(0, 0, 0, 0.24);
	color: #FFF;
	padding-bottom: 20px;
}
  .camera_caption h2 {
    color: #fff;
    text-align: left;
    font-weight: 500; }
    .camera_caption h2 + * {
      margin-top: 25px; }
    @media (max-width: 1299px) {
      .camera_caption h2 {
        font-size: 50px;
        line-height: 52px; } }
  .camera_caption > div {
    height: 100%; }
  @media (max-width: 1600px) {
    .camera_caption {
      margin-top: 3%; } }
  @media (max-width: 650px) {
    .camera_caption {
      margin-top: 10%; }
      .camera_caption p {
        display: none; } }

.camera_pag_ul {
  text-align: center;
  padding-top: 10px; }
  .camera_pag_ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b1b2b6;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
      background: #3b3d44; }
    .camera_pag_ul li + li {
      margin-left: 8px; }
    .camera_pag_ul li > span {
      display: none; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@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: 25px; }
  .mailform label:first-child {
    margin-top: 0; }
  .mailform label input, .mailform label select, .mailform label textarea, .mailform .tx {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 8px 20px;
    line-height: 22px;
    color: #7c7d81;
    background: #d6d5d5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mailform label input:-moz-placeholder, .mailform label select:-moz-placeholder, .mailform label textarea:-moz-placeholder {
      color: #7c7d81;
      opacity: 1; }
    .mailform label input::-webkit-input-placeholder, .mailform label select::-webkit-input-placeholder, .mailform label textarea::-webkit-input-placeholder {
      color: #7c7d81;
      opacity: 1; }
    .mailform label input::-moz-placeholder, .mailform label select::-moz-placeholder, .mailform label textarea::-moz-placeholder {
      color: #7c7d81;
      opacity: 1; }
    .mailform label input:-ms-input-placeholder, .mailform label select:-ms-input-placeholder, .mailform label textarea:-ms-input-placeholder {
      color: #7c7d81;
      opacity: 1; }
  .mailform label textarea {
    resize: vertical;
    overflow: auto;
    height: 180px; }
  @media (max-width: 1365px) {
    .mailform label {
      margin-top: 30px; } }

.mailform .mRadio label {
	display: inline-block;
	width: auto;
	margin-top: 0;
}
.mailform .mRadio input {
	margin-top: 12px;
	display: inline-block;
	margin-right: 20px;
}
.mailform .mRadioRight label {
	margin-top: 0;
	margin-right: 0;
}
.mailform .mRadioRight input, .mailform .mRadioRight select {
	margin-top: 0;
	margin-left: 30px;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.mailform .mRadio, .mailform .mTextarea {
		margin-bottom: 30px;
	}
	.mailform .mTextarea h4 {
		min-height: 56px;
	}
}
@media (max-width: 768px) {
	.mailform .mRadio label img {
		width:30px;
		height: 30px;
	}
	.mailform .mRadio input {
		margin-top: 10px;
	}
}
@media (max-width: 480px) {
	.mailform .mRadio label img {
		width:20px;
		height: 20px;
	}
	.mailform .mRadio input {
		margin-top: 0;
	}
}


@-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: 8px 20px;
  line-height: 22px;
  color: #7c7d81;
  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: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .mfPlaceHolder.state-1 {
    opacity: .4;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  @media (max-width: 1365px) {
    *:-webkit-autofill ~ .container > .mailform .mfPlaceHolder, *:-webkit-autofill ~ .grid_12 .mfPlaceHolder {
      opacity: .4;
      -moz-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%); }
    .container > .mailform .mfPlaceHolder.state-1, .grid_12 .mfPlaceHolder.state-1 {
      opacity: .4;
      -moz-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%); } }
  @media (max-width: 979px) {
    *:-webkit-autofill ~ .grid_10 .mfPlaceHolder {
      opacity: .4;
      -moz-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%); }
    .grid_10 .mfPlaceHolder.state-1 {
      opacity: .4;
      -moz-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%); } }
  @media (max-width: 767px) {
    *:-webkit-autofill ~ .mfPlaceHolder {
      opacity: .4;
      -moz-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%); }
    .mfPlaceHolder.state-1 {
      opacity: .4;
      -moz-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%); } }

/* 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;
  position: absolute;
  text-align: right;
  top: auto;
  left: auto;
  bottom: 100%;
  right: 0;
  width: 210px;
  padding: 0;
  margin: 0 0 3px;
  min-height: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #cf3f3b;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998; }
  .mfValidation:hover {
    background: none;
    right: 5px; }
  .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; }

@-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: 30px;
  word-spacing: 10px; }
  .mfControls .btn {
    font: 700 18px/23px "Roboto", sans-serif; }
  .mfControls > * {
    word-spacing: normal;
    margin-bottom: 5px; }

/* 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: #fff;
      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;
    background-color: #fff; }
  .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: 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 50%;
  width: 210px;
  margin-left: -105px;
  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 .msg:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translate(50%, 0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #111 transparent;
    -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.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: 22px;
    border: none;
    background: #FFF;
    color: #4C3469;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .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: "Roboto", sans-serif;
    font-size: 16px;
    padding: 8px 20px;
    line-height: 22px;
    color: #7c7d81;
    background: #d6d5d5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mfSelect .value:before, .mfSelect .value:after {
      position: absolute;
      right: 12px;
      top: 7px;
      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; }
