@charset "UTF-8";
/* fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@font-face {
  font-family: "Conv_MyriadPro-BoldCond";
  src: url("../fonts/MyriadPro-BoldCond.eot");
  src: local("☺"), url("../fonts/MyriadPro-BoldCond.woff") format("woff"), url("../fonts/MyriadPro-BoldCond.ttf") format("truetype"), url("../fonts/MyriadPro-BoldCond.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("../fonts/myriadprosemibold.eot");
  src: url("../fonts/myriadprosemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadprosemibold.woff") format("woff"), url("../fonts/myriadprosemibold.ttf") format("truetype"), url("../fonts/myriadprosemibold.svg#myriadprosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_probold";
  src: url("../fonts/myriad-pro-bold-webfont.eot");
  src: url("../fonts/myriad-pro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro-bold-webfont.woff") format("woff"), url("../fonts/myriad-pro-bold-webfont.ttf") format("truetype"), url("../fonts/myriad-pro-bold-webfont.svg#myriad_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proregular";
  src: url("../fonts/myriad-pro-regular-webfont.eot");
  src: url("../fonts/myriad-pro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro-regular-webfont.woff") format("woff"), url("../fonts/myriad-pro-regular-webfont.ttf") format("truetype"), url("../fonts/myriad-pro-regular-webfont.svg#myriad_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* global */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1000px;
  min-height: 100%;
  background: #fefeff;
}

body {
  color: #212121;
  font: 14px/16px Arial;
  margin: 0;
  padding: 0;
}

a {
  color: #212121;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img {
  border: none;
  margin: 0;
}

p {
  margin: 15px 0 0;
}

blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.zfix,
.easyfix {
  overflow: hidden;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

/* layout */
.bone {
  position: relative;
  min-height: 100%;
  width: 100%;
  background: url(../images/bg/page.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
}

.page-width {
  width: 960px;
  margin: auto;
}

.wrapper {
  padding: 35px 0 105px;
}

.main {
  float: right;
  position: relative;
  width: 648px;
  margin-right: 37px;
}
.main.serv {
  padding-top: 225px;
}
.main.main-wide {
  width: 888px;
}

aside {
  float: left;
  width: 242px;
  z-index: 2;
}

/* header */
.header-elements {
  padding: 35px 26px 26px 38px;
}
.header-phone {
  float: right;
  margin-top: 18px;
}
.header-phone a{
  color: #001b4d;
  font: 39px/41px "Conv_MyriadPro-BoldCond", sans-serif;
  text-decoration:none;
}
.header-phone span {
  font: 20px/22px "MyriadPro-Semibold", sans-serif;
}
.social_media{
  text-align:right;
}
.social_media .social_link{
  font-size: 30px;
  margin-right: 15px;
  color: #001b4d;
  width:85px;
  display:inline-block;
}
.social_media .social_link img{
  width:100%;
  height:auto;
  vertical-align: middle;
}
.social_media .social_link:last-of-type{
  margin-right:0;
 }
/*
.header-phone span {
  font: 14px/16px "Conv_MyriadPro-BoldCond", sans-serif;
}
.homepage .header-phone span {
  font: 20px/22px "MyriadPro-Semibold", sans-serif;
}*/

ul.lang {
    margin: 0;
    padding: 0;
    float: right;
	margin-top:-24px;
}

ul.lang li {
	list-style: none;
    float: left;
    border-left: 1px solid #2362cd;
}
ul.lang li:first-child {border:none}

ul.lang li a { margin: 0 10px 0 10px;color: #fff}

ul.lang li a.current {text-decoration:none; font-weight:bold;}

.topnav {
  margin: 0;
  padding: 16px 0 14px;
  list-style: none;
  background-color: #1D4EC4;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1846BE), to(#2D80DC));
  background-image: -webkit-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background-image: -o-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background-image: linear-gradient(to top, #1846BE 0%, #2D80DC 100%);
  border-radius: 10px;
  text-align: center;
  font-size: 0;
}
.topnav li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font: 24px/26px "Conv_MyriadPro-BoldCond", sans-serif;
}
.topnav li:before {
  content: "";
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  background: #45bafd;
}
.topnav li:first-child:before {
  display: none;
}
.topnav a {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px 3px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.25s linear, color 0.25s linear;
  -o-transition: background 0.25s linear, color 0.25s linear;
  transition: background 0.25s linear, color 0.25s linear;
}
.topnav a:hover, .topnav a.current {
  background-color: #fff;
  color: #001b4d;
}
.topnav a.current {
  cursor: default;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  color: #3f1838;
  font: 45px/47px "Conv_MyriadPro-BoldCond", sans-serif;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
  color: #3f1838;
  padding: 15px 0 20px 92px;
  text-decoration: none;
  background: url(../images/bg/logo.png) 0 0 no-repeat;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  text-transform: uppercase;
}
.logo a:hover {
  color: #000;
}

/* content */
.slogan {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(205, 233, 255, 0)), color-stop(50%, rgba(249, 253, 255, 0.98)), color-stop(51%, #F8FDFF), to(rgba(210, 237, 254, 0)));
  background-image: -webkit-linear-gradient(left, rgba(205, 233, 255, 0) 0%, rgba(249, 253, 255, 0.98) 50%, #F8FDFF 51%, rgba(210, 237, 254, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(205, 233, 255, 0) 0%, rgba(249, 253, 255, 0.98) 50%, #F8FDFF 51%, rgba(210, 237, 254, 0) 100%);
  background-image: linear-gradient(to right, rgba(205, 233, 255, 0) 0%, rgba(249, 253, 255, 0.98) 50%, #F8FDFF 51%, rgba(210, 237, 254, 0) 100%);
  border: solid rgba(69, 186, 253, 0.4);
  border-width: 1px 0;
  padding: 14px 0;
  color: #95121c;
  font: 26px/28px "myriad_proregular", sans-serif;
  text-align: center;
}
.slogan-content {
  margin: 35px 0 0;
}
.slogan-header {
  font: 30px/32px "myriad_probold", sans-serif;
}
.slogan-subheader {
  font: 23px/26px "myriad_probold", sans-serif;
}

.services {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1846BE), to(#2D80DC));
  background-image: -webkit-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background-image: -o-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background-image: linear-gradient(to top, #1846BE 0%, #2D80DC 100%);
  border-radius: 10px;
}
.services table,
.services th,
.services td,
.services caption {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
  color: #9bc8e5;
  font: 11px/13px Arial, sans-serif;
}
.services table a,
.services th a,
.services td a,
.services caption a {
  color: #9bc8e5;
  text-decoration: none;
}
.services table a.heading{
  font: 20px/20px Arial, sans-serif;
  font-weight: 600;
  color: white;
}
.services table a.heading:hover{
  text-decoration:none;  
}
.services table a:hover,
.services th a:hover,
.services td a:hover,
.services caption a:hover {
  text-decoration: underline;

}
.services table {
  width: 100%;
  margin-top: 25px;
}
.services th {
  width: 12.5%;
  text-align: center;
  border-bottom: 1px solid #3593e7;
  padding: 25px 0 15px;
  vertical-align: middle;
}
.services th img {
  display: block;
  margin: 0 auto;
}
.services td {
  width: 12.5%;
  border: solid #3593e7;
  border-width: 1px 1px 0;
  padding: 15px 10px 60px;
  position: relative;
}
.services td a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 7px;
  background: url(../images/bg/more.png) 100% 0 no-repeat;
}
.services td:first-child {
  border-left-width: 0;
}
.services td:last-child {
  border-right-width: 0;
}
.services td.header {
  color: #ff0;
  font: 15px/20px "MyriadPro-Semibold", sans-serif;
}
.services td.header p{
  margin:0;
}
.services td.header a.service_body_url{
  color: #ff0;
}
.services td.header a.service_body_url:after {
  display: none;
}
.services td.header a.service_link_url {
  color: #ff0;
  position: absolute;
  bottom: 15px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1846BE), to(#2D80DC));
  background: -webkit-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background: -o-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background: linear-gradient(to top, #1846BE 0%, #2D80DC 100%);
  border-radius: 2px;
  left:50%;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
  
}
.services td.header a.service_link_url:hover {

  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #1846BE), to(#2D80DC));

  background: -webkit-linear-gradient(bottom, #1846BE 75%, #2D80DC 100%);

  background: -o-linear-gradient(bottom, #1846BE 75%, #2D80DC 100%);

  background: linear-gradient(to top, #1846BE 75%, #2D80DC 100%);

}
.services td.header a.service_link_url:after {
  display: none;
}
.services td img {
  display: inline-block;
  vertical-align: middle;
}
.services tr:last-child td {
  border-bottom-width: 0;
}
.services caption {
  font: 50px/52px "Conv_MyriadPro-BoldCond", sans-serif;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #3593e7;
}

.main {
  padding: 25px 0 0;
}
.main-header {
  font: 30px/32px "Conv_MyriadPro-BoldCond", sans-serif;
}
.main-columns {
  margin-top: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.main-columns:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(../images/bg/main-col.png) repeat-y;
}
.main-col {
  float: left;
  width: 33.33333%;
  padding: 0 10px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 12px/16px Arial, sans-serif;
  color: #494949;
  position:relative;
  /* background: url(../images/bg/main-column.png) 50% 100% no-repeat; */
}
.main-col .yt-link{
    font:600 18px/20px Arial, sans-serif;
    color: #494949;
}
.start-page-arrows {
    font:600 18px/20px Arial, sans-serif;
    
  position:absolute;
  bottom:15px;
  left:50%;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
	display: block;
  text-align: center;
  width: 100%;
	margin: 20px 0 0;
}

.start-page-arrows p{
  margin-top: 10px!important;
}
.start-page-arrows img{
  vertical-align: middle;
}
.main-col:nth-child(1):before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../images/bg/main-col.png) repeat-y;
}
.main-col:nth-child(2):before {
  content: "";
  position: absolute;
  left:100%;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../images/bg/main-col.png) repeat-y;
}
.main-col:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../images/bg/main-col.png) repeat-y;
}
.main-col-header {
  color: #001131;
  font: 30px/32px "Conv_MyriadPro-BoldCond", sans-serif;
  text-align: center;
}
.main-col-subheader {
  color: #000;
  font: 21px/23px "myriad_probold", sans-serif;
  text-align: center;
}
.main-col-userpic {
  display: block;
  margin-top: 15px;
  width: 123px;
  height: 123px;
  border-radius: 57px;
}
.main-col-text {
  padding-left: 3px;
}
.main-col-descr {
  font: 13px/19px Arial, sans-serif;
  color: #65727a;
}
.main-col-descr.center {
  text-align: center;
}
.main-col h5 {
  margin: 30px 0 0;
  font: bold 14px/16px Arial, sans-serif;
}
.main-col p {
  margin: 15px 0 0;
}
.main-col iframe {
  display: block;
  margin-top: 5px;
}
.main-bricks {
  margin-top: 20px;
}
.main-bricks .main-brick.y {
  margin-left: 2px;
}
.main-bricks .main-brick.h {
  margin-left: 15px;
}
.main-brick {
  float: left;
  width: 138px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #fff;
  font: 25px/27px "Conv_MyriadPro-BoldCond", sans-serif;
  text-transform: uppercase;
}
.main-brick.y {
  background-color: #92bf19;
}
.main-brick.h {
  background-color: #ec5e08;
}
.main-brick strong {
  display: block;
  color: #000;
  font: 42px/44px "Conv_MyriadPro-BoldCond", sans-serif;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.main-rate-header {
  margin: 25px 0 0;
  text-align: left;
  font: 18px/19px "Conv_MyriadPro-BoldCond", sans-serif;
  color: #65727a;
}
.main-rate-tab, .main-rate-tab td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.main-rate-tab {
  margin-top: 10px;
  width: 100%;
}
.main-rate-tab td {
  padding: 4px 0 3px;
}
.main-rate-tab td.dt {
  color: #65727a;
  font: 20px/22px "Conv_MyriadPro-BoldCond", sans-serif;
  width: 33px;
  padding-right: 10px;
}
.main-rate-tab td.dd {
  border-left: 1px solid #000;
  padding-left: 10px;
}
.main-rate-marker {
  color: #fff;
  text-align: left;
  padding: 1px;
}
.main-rate-marker-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  background: #fff;
  font: 11px/19px Arial, sans-serif;
}
.m3 .main-rate-marker-title {
  color: #099ade;
}
.main-rate-marker span {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font: 17px/19px "Conv_MyriadPro-BoldCond", sans-serif;
}
.main-rate-marker.m1 {
  background-color: #78c327;
}
.main-rate-marker.m2 {
  background-color: #de096d;
}
.main-rate-marker.m3 {
  background-color: #099ade;
}

.columns {
  border-radius: 9px 9px 0 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.columns-holder {
  background: #fff url(../images/bg/main.png) 0 0 repeat-x;
  border-radius: 9px 9px 0 0;
}

.nav {
  border-radius: 9px 0 9px 9px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1846BE), to(#2D80DC));
  background-image: -webkit-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background-image: -o-linear-gradient(bottom, #1846BE 0%, #2D80DC 100%);
  background-image: linear-gradient(to top, #1846BE 0%, #2D80DC 100%);
}
.nav-header {
  font: 50px/52px "Conv_MyriadPro-BoldCond", sans-serif;
  padding: 14px 0;
  text-align: center;
  color: #fff;
}
.nav-header.sm {
  font-size: 31px;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li {
  border-bottom: 1px solid #2e7fdd;
  font: 13px/16px "myriad_proregular", sans-serif;
}
.nav ul li.hasnodes > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 12px;
  height: 8px;
  background: url(../images/bg/nav-hasnodes.png) 0 -20px no-repeat;
}
.nav ul li.hasnodes.open > a:after {
  background-position: 0 0;
}
.nav ul a {
  display: block;
  position: relative;
  padding: 14px 35px 14px 25px;
  /*min-height: 32px;*/
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.25s linear, background 0.25s linear;
  -o-transition: color 0.25s linear, background 0.25s linear;
  transition: color 0.25s linear, background 0.25s linear;
}
.nav ul a:hover, .nav ul a.current {
  color: #2c7edb;
  background: #fff;
}
.nav ul a.current {
  -webkit-box-shadow: 0 0 7px rgba(14, 93, 191, 0.33);
          box-shadow: 0 0 7px rgba(14, 93, 191, 0.33);
  cursor: default;
}
.nav ul a.current:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 17px;
  height: 32px;
  margin-top: -16px;
  background: url(../images/bg/nav-current.png) 0 0 no-repeat;
}
.nav ul li:first-child {
    border-top: 1px solid #2e7fdd;
}
.nav ul.icons a {
  padding-left: 70px;
  padding-right: 10px;
}
.nav ul ul {
  background: #3085e0;
  padding: 10px 0;
}
.nav ul ul li {
  border-bottom: none;
}
.nav ul ul a {
  padding: 2px 20px 2px 45px;
}

h1 {
  margin: 0;
  color: #001b4d;
  font: 22px/24px "MyriadPro-Semibold", sans-serif;
}

h2 {
  margin: 10px 0 0;
  color: #001b4d;
  font: bold 14px/20px Arial, sans-serif;
}

h3 {
  margin: 10px 0 0;
  color: #001b4d;
  font: bold 14px/20px Arial, sans-serif;
}

.content-header {
  padding-bottom: 30px;
}
.content-after {
  padding-top: 50px;
  padding-bottom:20px;
}
.content-text table,
.content-text td,
.content-text th {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
}
.content-text table {
  width: 90%;
  margin-top: 25px;
  border: solid #a7b3ba;
  border-width: 1px 0;
}
.content-text th {
  padding: 7px 12px;
  font: bold 15px/17px Arial, sans-serif;
}
.content-text td {
  padding: 7px 12px;
  font: 13px/16px Arial, sans-serif;
  border-top: 1px dotted #a7b3ba;
}
.content-text td.dt {
  font-weight: bold;
  color: #5f5f5f;
}
.content-text ul {
  margin: 0;
  padding: 10px 22px;
  list-style: none;
}
.content-text ul li {
  padding: 3px 0 3px 18px;
  background: url(../images/bg/bullet.png) 0 5px no-repeat;
}
.content-text-button {
  top: 135px;
  right: 35px;
}

.h-info {
  color: #001b4d;
  margin: 25px 0 0;
  font: 22px/24px "MyriadPro-Semibold", sans-serif;
}

.info {
  margin-top: 15px;
  border: 1px solid #d96f40;
  font: 18px/24px "myriad_proregular", sans-serif;
  color: #9b131a;
  padding: 8px 15px;
  background: #f0e166;
}

.l-order-service {
  float: right;
  position: relative;
  font: 21px/25px "myriad_proregular", sans-serif;
  color: #FAFAFA;
  text-shadow: 0 -1px 0 #894900;
  text-decoration: none;
  padding: 10px 50px 10px 18px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6E02), color-stop(50%, #EB9A31), to(#FF6D00));
  background-image: -webkit-linear-gradient(top, #FF6E02 0%, #EB9A31 50%, #FF6D00 100%);
  background-image: -o-linear-gradient(top, #FF6E02 0%, #EB9A31 50%, #FF6D00 100%);
  background-image: linear-gradient(to bottom, #FF6E02 0%, #EB9A31 50%, #FF6D00 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.l-order-service:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 32px;
  height: 33px;
  margin-top: -17px;
  background: url(../images/bg/order-service.png) 0 0 no-repeat;
}
.l-order-service.top {
  float: none;
  position: absolute;
  right: 35px;
  top: 130px;
}
.nav .icons li a i {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 35px;
  background: url(../images/bg/i-nav.png) 0 0 no-repeat;
}
.nav .icons li a.nav-1 i {
  height: 36px;
  margin-top: -18px;
}
.nav .icons li a.nav-1:hover i, .nav .icons li a.current.nav-1 i {
  background-position: -50px 0;
}
.nav .icons li a.nav-2 i {
  height: 27px;
  margin-top: -14px;
  background-position: 0 -71px;
}
.nav .icons li a.nav-2:hover i, .nav .icons li a.current.nav-2  i{
  background-position: -50px -71px;
}
.nav .icons li a.nav-3 i{
  height: 26px;
  margin-top: -14px;
  background-position: 0 -135px;
}
.nav .icons li a.nav-3:hover i, .nav .icons li a.current.nav-3 i{
  background-position: -50px -135px;
}
.nav .icons li a.nav-4 i{
  height: 22px;
  margin-top: -11px;
  background-position: 0 -213px;
}
.nav .icons li a.nav-4:hover i, .nav .icons li a.current.nav-4 i{
  background-position: -50px -213px;
}
.nav .icons li a.nav-5 i {
  height: 40px;
  margin-top: -20px;
  background-position: 0 -288px;
}
.nav .icons li a.nav-5:hover i, .nav .icons li a.current.nav-5 i {
  background-position: -50px -288px;
}
.nav .icons li a.nav-6 i{
  height: 36px;
  margin-top: -18px;
  background-position: 0 -365px;
}
.nav .icons li a.nav-6:hover i, .nav .icons li a.current.nav-6 i{
  background-position: -50px -365px;
}
.nav .icons li a.nav-7 i{
  height: 35px;
  margin-top: -18px;
  background-position: 0 -436px;
}
.nav .icons li a.nav-7:hover  i, .nav .icons li a.current.nav-7 i{
  background-position: -50px -436px;
}

.nav .icons li a.nav-8 i{
  height: 34px;
  margin-top: -17px;
  background-position: 0 -503px;
}
.nav .icons li a.nav-8:hover  i, .nav .icons li a.current.nav-8 i{
  background-position: -50px -503px;
}
.nav .icons li a.nav-5, .nav .icons li a.nav-7 {
  padding-bottom: 24px; padding-top: 24px;
}
.top-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}
.top-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 960px;
  margin-left: -480px;
}
.l-top {
  position: absolute;
  left: 35px;
  bottom: 105px;
  color: #b0b1b2;
  font: 18px/20px "myriad_proregular", sans-serif;
  text-decoration: none;
}
.l-top:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background: #b8e4ff url(../images/bg/l-top.png) 50% no-repeat;
  border-radius: 9px;
}

.order-service {
  float: right;
  margin-right: 37px;
  width: 648px;
  font: 12px/14px Arial, sans-serif;
  color: #000;
}
.order-service-label {
  line-height: 50px;
}
.order-service-label:after {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  content: ">>>>>";
  font: 21px/23px Arial, sans-serif;
  color: #eb9a31;
  letter-spacing: 8px;
}

.promo {
  display: block;
  margin-top: 20px;
}
.promo img {
  display: block;
}

.nurse {
  position: relative;
  height: 450px;
  margin-top: 50px;
}
.nurse img {
  display: block;
  margin: 0 auto;
}
.nurse-title {
  position: absolute;
  color: #5f5f5f;
  font: 20px/22px "Conv_MyriadPro-BoldCond", sans-serif;
}
.nurse-title-1 {
  right: 440px;
  top: 56px;
}
.nurse-title-2 {
  right: 443px;
  top: 156px;
}
.nurse-title-3 {
  left: 438px;
  top: -1px;
}
.nurse-title-4 {
  left: 440px;
  top: 137px;
}
.nurse-title span {
  font-size: 22px;
  color: #000;
}
.nurse-rate {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 10px;
  top: 245px;
  font: 25px/25px "Conv_MyriadPro-BoldCond", sans-serif;
  color: #fff;
}
.nurse-rate strong {
  display: block;
  margin-bottom: 12px;
  padding: 5px 0 4px;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  font-size: 42px;
  font-weight: normal;
  line-height: 44px;
  color: #000;
}
.nurse-rate.y {
  left: 0;
  background-color: #92bf19;
}
.nurse-rate.h {
  right: 0;
  background-color: #ec5e08;
}

.info-pie {
  position: relative;
  margin-top: 20px;
}
.info-pie-label {
  position: absolute;
  font: 20px/22px "Conv_MyriadPro-BoldCond", sans-serif;
  color: #000;
  right: 240px;
  top: 8px;
}

.video-main {
  margin-top: 15px;
}
.video-main iframe {
  display: block;
}
.video-header {
  margin: 50px 0 0;
  color: #001b4d;
  font: 22px/24px "MyriadPro-Semibold", sans-serif;
}
.video-list {
  font-size: 0;
  width: 660px;
  margin: -15px -12px 0 0;
}
.video-item {
  display: inline-block;
  vertical-align: middle;
  font: bold 17px/19px Arial, sans-serif;
  color: #001131;
  text-decoration: none;
  margin: 25px 0 0;
  width: 130px;
}
.video-item:hover {
  text-decoration: underline;
}
.video-item img {
  display: block;
  margin: 0 0 10px;
}

.warn {
  color: #001b4d;
  border: solid #971219;
  border-width: 0 2px;
  padding: 0 100px 0 80px;
  font: 22px/27px "myriad_proregular", sans-serif;
}
.warn strong {
  display: block;
  font-weight: normal;
  font-family: "myriad_probold", sans-serif;
}
.warn ul {
  margin: 0;
  padding: 0 35px;
  list-style: none;
}
.warn ul li {
  position: relative;
  padding-left: 16px;
  background: none;
}
.warn ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #001b4d;
}

.app-header {
  margin: 30px 0 0;
  font: bold 20px/22px Arial, sans-serif;
  color: #001b4d;
}

.app-content {
  font: 12px/17px Arial, sans-serif;
  color: #636d76;
}

.form-panel {
  padding: 15px;
  background: #d5e5ec;
  margin-top: 3px;
}
.form-panel-holder {
  position: relative;
}
.form-panel-title {
  float: left;
  width: 200px;
  color: #5e5e5e;
  font: 12px/14px Arial, sans-serif;
}
.form-panel-name {
  font: bold 15px/17px Arial, sans-serif;
  color: #000;
}
.form-panel-content {
  float: right;
  width: 385px;
}
.form-chk {
  float: left;
  width: 70px;
  padding: 8px 15px 8px 0;
}
.form-chk input {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  padding: 0;
}

.lab {
  display: block;
  font: 11px/13px Arial, sans-serif;
  color: #636d76;
  margin: 0 0 3px;
}

.field {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #000;
  font: 17px/19px Arial, sans-serif;
  padding: 7px 9px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 71, 92, 0)), color-stop(3%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #B2C4D4;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1.7px 4px rgba(103, 135, 161, 0.28);
          box-shadow: inset 1px 1.7px 4px rgba(103, 135, 161, 0.28);
}
.field:focus {
  outline: none;
}
.field.required {
  border-left: 3px solid #ed870e;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 7px;
}
.field.date {
  background: url(../images/bg/field-date.png) 100% no-repeat, #fff -webkit-gradient(linear, left bottom, left top, from(rgba(18, 71, 92, 0)), color-stop(3%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: url(../images/bg/field-date.png) 100% no-repeat, #fff -webkit-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background: url(../images/bg/field-date.png) 100% no-repeat, #fff -o-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background: url(../images/bg/field-date.png) 100% no-repeat, #fff linear-gradient(to top, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
}

textarea.field {
  resize: none;
  overflow-y: auto;
}

.row {
  padding-top: 15px;
}
.row:first-child {
  padding-top: 0;
}

label.error {
  display: block;
  color: #f00;
  margin: 3px 0 0;
  font: 11px/14px Arial, sans-serif;
}

.form-footer {
  padding-top: 25px;
}

.btn-continue {
  display: inline-block;
  vertical-align: middle;
  padding: 0 45px 0 12px;
  height: 47px;
  background: url(../images/bg/btn-continue.png) 100% no-repeat, #e6e6e6 -webkit-gradient(linear, left top, left bottom, from(#82B53E), to(#496F18));
  background: url(../images/bg/btn-continue.png) 100% no-repeat, #e6e6e6 -webkit-linear-gradient(top, #82B53E 0%, #496F18 100%);
  background: url(../images/bg/btn-continue.png) 100% no-repeat, #e6e6e6 -o-linear-gradient(top, #82B53E 0%, #496F18 100%);
  background: url(../images/bg/btn-continue.png) 100% no-repeat, #e6e6e6 linear-gradient(to bottom, #82B53E 0%, #496F18 100%);
  border: 1px solid #496f1c;
  border-top-color: #496f1c;
  border-bottom-color: #264402;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #FAFAFA;
  font: 21px/24px "myriad_proregular", sans-serif;
  text-shadow: 0 -1px 0 #5A7500;
  cursor: pointer;
}
.btn-continue:focus {
  outline: none;
}
.btn-continue:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-save-form {
  display: inline-block;
  vertical-align: middle;
  padding: 0 45px 0 15px;
  cursor: pointer;
  height: 47px;
  background: url(../images/bg/btn-form-save.png) 100% no-repeat, #E6E6E6 -webkit-gradient(linear, left top, left bottom, from(#FF6E02), color-stop(50%, #EB9A31), to(#FF6D00));
  background: url(../images/bg/btn-form-save.png) 100% no-repeat, #E6E6E6 -webkit-linear-gradient(top, #FF6E02 0%, #EB9A31 50%, #FF6D00 100%);
  background: url(../images/bg/btn-form-save.png) 100% no-repeat, #E6E6E6 -o-linear-gradient(top, #FF6E02 0%, #EB9A31 50%, #FF6D00 100%);
  background: url(../images/bg/btn-form-save.png) 100% no-repeat, #E6E6E6 linear-gradient(to bottom, #FF6E02 0%, #EB9A31 50%, #FF6D00 100%);
  border: 1px solid #d56e17;
  border-top-color: #ea783a;
  border-bottom-color: #ba5000;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #FAFAFA;
  font: 21px/23px "myriad_proregular", sans-serif;
  text-shadow: 0 -1px 0 #894900;
}
.btn-save-form:focus {
  outline: none;
}
.btn-save-form:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-save-form.disabled {
  background: url(../images/bg/btn-form-save-disabled.png) 100% no-repeat, #E6E6E6 -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), color-stop(50%, #d3d3d3), to(#b3b3b3));
  background: url(../images/bg/btn-form-save-disabled.png) 100% no-repeat, #E6E6E6 -webkit-linear-gradient(top, #b3b3b3 0%, #d3d3d3 50%, #b3b3b3 100%);
  background: url(../images/bg/btn-form-save-disabled.png) 100% no-repeat, #E6E6E6 -o-linear-gradient(top, #b3b3b3 0%, #d3d3d3 50%, #b3b3b3 100%);
  background: url(../images/bg/btn-form-save-disabled.png) 100% no-repeat, #E6E6E6 linear-gradient(to bottom, #b3b3b3 0%, #d3d3d3 50%, #b3b3b3 100%);
  text-shadow: 0 -1px 1px #888;
  border: 1px solid #c1c1c1;
  border-top-color: #c9c9c9;
  border-bottom-color: #b3b3b3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.col-info {
  float: left;
  width: 285px;
  padding-bottom: 40px;
}
.col-side {
  float: right;
}
.col-form {
  float: left;
}
.col-form-2 {
  width: 184px;
}
.col-form-3 {
  width: 121px;
}
.col-form-3-2 {
  width: 257px;
}

.l-add-field {
  position: absolute;
  left: 22px;
  bottom: 16px;
  color: #417bae;
  font: 17px/20px Arial, sans-serif;
  text-decoration: none;
}
.l-add-field:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin-right: 5px;
  background: #417bae;
}
.l-add-field:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #d5e5ec;
}
.l-add-field span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #417bae;
}
.l-add-field span:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 2px;
  height: 10px;
  background: #d5e5ec;
}

.upload-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  color: #949494;
  font: 11px/13px Arial, sans-serif;
  width: 228px;
  padding: 8px 0 0 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.3);
  height: 56px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  border-radius: 3px;
  text-decoration: none;
}
.upload-btn input {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 150px;
  opacity: 0;
  cursor: pointer;
}
.upload-btn:before {
  content: "";
  position: absolute;
  left: 56px;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  width: 1px;
  background: #dadada;
  border-right: 1px solid #fff;
}
.upload-btn:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/bg/upload-button.png) 0 0 no-repeat;
}
.upload-btn-title {
  display: block;
  color: #4a4a4a;
  margin-bottom: 4px;
  font: bold 18px/20px Arial, sans-serif;
}
.added .upload-btn-title {
  color: #bbb;
}
.upload-btn .d {
  display: none;
}
.upload-btn.added {
  cursor: default;
}
.upload-btn.added * {
  cursor: default;
}
.upload-btn.added .d {
  display: inline;
}
.upload-btn.added .a {
  display: none;
}
.upload-btn.added:after {
  background-position: 0 -30px;
}
.upload-btn.added input {
  display: none;
}
.upload-list {
  font-size: 0;
  padding-top: 10px;
  margin: 10px -7px 0 0;
  width: 625px;
  border-top: 1px dashed #72a8bf;
}
.upload-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 204px;
  height: 60px;
  color: #000;
  font: 13px/15px Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 0 0 3px;
  background: #dbe9ef;
  padding: 15px 0 0 53px;
}
.upload-item img {
  position: absolute;
  left: 15px;
  top: 15px;
}
.upload-item-size {
  margin-top: 3px;
  font-size: 11px;
  line-height: 13px;
  color: #7a858e;
}
.upload-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: url(../images/bg/upload-remove.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

/* footer */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  color: #6d6d6d;
  background: #a2d3fe url(../images/bg/footer.png) 50% 0 no-repeat;
  background-size: cover;
  font: 12px/14px Arial, sans-serif;
  overflow: hidden;
}
footer a {
  color: #6d6d6d;
}
footer ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
footer ul li {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
footer ul li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
footer ul li:first-child:before {
  display: none;
}

/* sweetalert */
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.04706) 0px 0px 0px 1px inset !important;
          box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.04706) 0px 0px 0px 1px inset !important;
}
.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #F27474;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #F8BB86;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.success {
  border-color: #A5DC86;
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -ms-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  border: none;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

/* custom form */
.customizedElement {
  position: absolute;
  left: -9999px;
}

.customSelect {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font: 17px/34px Arial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
  color: #494949;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 71, 92, 0)), color-stop(3%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #B2C4D4;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1.7px 4px rgba(103, 135, 161, 0.28);
          box-shadow: inset 1px 1.7px 4px rgba(103, 135, 161, 0.28);
}
.customSelect .bg-select-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  overflow: hidden;
}
.customSelect a {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.customSelect a:before, .customSelect a:after {
  content: "";
  position: absolute;
}
.customSelect a:before {
  right: 0;
  top: 0;
  height: 100%;
  background: #dbe3e9;
  width: 31px;
  border-left: 1px solid #B2C4D4;
  border-radius: 0 3px 3px 0;
}
.customSelect a:after {
  width: 0;
  height: 0;
  right: 11px;
  top: 50%;
  margin-top: -2px;
  border: outset transparent;
  border-width: 5px 5px 0;
  border-top-color: #000;
  border-top-style: solid;
}
.customSelect a:focus {
  outline: none;
}
.customSelect .bg-select-center {
  display: block;
  height: 34px;
  margin: 0 32px 0 8px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
}
.customSelectActive {
  z-index: 31;
}
.customSelect .disabled {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  z-index: 5;
}

.disabled-select {
  color: #aaa;
}
.disabled-select .disabled {
  display: block;
}

.customOptions {
  position: absolute;
  overflow-y: auto;
  z-index: 33;
}
.customOptionsHidden {
  display: none;
}
.customOptions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  color: #494949;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 71, 92, 0)), color-stop(3%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(18, 71, 92, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #B2C4D4;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: inset 1px 1.7px 4px rgba(103, 135, 161, 0.28);
          box-shadow: inset 1px 1.7px 4px rgba(103, 135, 161, 0.28);
  font: 17px/20px Arial;
}
.customOptions ul li {
  width: 100%;
  white-space: nowrap;
}
.customOptions ul a {
  display: block;
  border-top: 1px solid #B2C4D4;
  padding: 5px 8px;
  color: #494949;
  text-decoration: none;
}
.customOptions ul a:hover {
  background: #dbe3e9;
  text-decoration: none;
  text-shadow: none;
}
.customOptions ul a:first-child {
  border-top: none;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../images/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('../images/fancybox/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* =============================== Contact Page ========================================= */
.contact-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-column:first-of-type{
    -webkit-box-flex:.65;
        -ms-flex:.65;
            flex:.65;
    
}
.contact-column:last-of-type{
  -webkit-box-flex:.35;
      -ms-flex:.35;
          flex:.35;
}
/* =============================== Contact Plugin ======================================= */
.contact{
  position:fixed;
  bottom:4%;
  right:5%;
}
.contact_wrapper-panel{
    display:none;
    position: absolute;
    bottom: 150%;
    right: 0%;
    width: 310px;
    background: white;
}

.panel-heading h3.heading{
    font: 22px/1 'MyriadPro-regular',sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0;
    letter-spacing: 0.06em;
    color: white;
}
.panel-heading p.subheading{
  font:18px/1 'myriad_proregular',sans-serif;
  text-align:right;
  margin:0;
}
.panel-heading{
    margin-bottom: 15px;
    padding: 29px 25px;
    background-color: #b5d7fa;
}
.close-contact{
    position: absolute;
    top: 0px;
    right: 20px;
    padding: 4px 5px;
    background: #9ea3c5;
    color: white;
    cursor: pointer;
}
.panel-from{
  padding:0 25px;
  margin-bootom:20px;
  
}
.panel-from form.contactForm .from-row{
  margin-bottom:22px;
  position:relative;
}
.panel-from form.contactForm .from-row.required:after{
    content: "\f005";
    display: inline-block;
    font: normal normal normal 7px/1 FontAwesome;
    font-size: 8px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a7a7a7;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);   
}
.panel-from form.contactForm .from-row:last-of-type{
  margin-botoom:0;
}
.panel-from form.contactForm .from-row label{
  font:18px/1 'myriad_proregular',sans-serif;
  margin-bottom:5px;
  display:block;
}
.panel-from form.contactForm .from-row input{
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a7a7a7;
    padding: 7px 5px;
    font: 16px/normal 'myriad_proregular',sans-serif;
    color: #a7a7a7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.panel-from form.contactForm .from-row input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row input::-moz-placeholder { /* Firefox 19+ */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row input:-ms-input-placeholder { /* IE 10+ */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row input:-moz-placeholder { /* Firefox 18- */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row textarea{
    font: 16px/normal 'myriad_proregular',sans-serif;
    color: #a7a7a7;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 7px 5px;
    height: 80px;
    min-height: 87px;
    border: 0;
    border-bottom: 1px solid #a7a7a7;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}

.panel-from form.contactForm .from-row textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row textarea::-moz-placeholder { /* Firefox 19+ */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row textarea:-ms-input-placeholder { /* IE 10+ */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row textarea:-moz-placeholder { /* Firefox 18- */
  color: #a7a7a7;
}
.panel-from form.contactForm .from-row button{
    border: 0;
    background-color: #757786;
    font: 16px/normal 'myriad_proregular',sans-serif;
    color: white;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition:background-color 0.2s ease-out;
    -o-transition:background-color 0.2s ease-out;
    transition:background-color 0.2s ease-out;
}
.panel-from form.contactForm .from-row button:hover{
  background-color:#9d9faf;
}
.contact_wrapper-switchButton button{
  width:80px;
  height:80px;
  cursor:pointer;
  background-color:#9bc8e5;
  font-size:40px;
  text-align:center;
  line-height:40px;
  color:black;
  position:relative;
  padding:0;
  border:0;
  border-radius:100%;
}
.contact_wrapper-switchButton button:hover,
.contact_wrapper-switchButton button:active,
.contact_wrapper-switchButton button:focus{
  outline:0;
}
.contact_wrapper-switchButton button.animated:after{
  -webkit-animation:expanding 6s linear infinite;
          animation:expanding 6s linear infinite;
}
.contact_wrapper-switchButton button:after{
  content:'';
  cursor: default;
  border-radius:100%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
  border:10px solid #9bc8e5;
  width:100%;
  height:100%;
  display:block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index:-1;
  
}
@-webkit-keyframes expanding{
  0%{
    width:100%;
    height:100%;
  }
  20%{
    border: 0px solid #9bc8e5;
    width: 170%;
    height: 170%;
  }
  100%{
    border: 0px solid #9bc8e5;
    width: 170%;
    height: 170%;
  }
}
@keyframes expanding{
  0%{
    width:100%;
    height:100%;
  }
  20%{
    border: 0px solid #9bc8e5;
    width: 170%;
    height: 170%;
  }
  100%{
    border: 0px solid #9bc8e5;
    width: 170%;
    height: 170%;
  }
}