/* Mark Web Font */

@font-face {
  font-family: MarkWeb;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb.woff") format("woff");
}

@font-face {
  font-family: MarkWeb-Bold;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-Bold.woff") format("woff"), url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-Bold.eot") format("eot");
}

@font-face {
  font-family: MarkWeb-BoldItalic;
  src: url("https://dialpad.com/static/fonts/MarkWeb-BoldItalic.woff") format("woff");
 }

@font-face {
  font-family: MarkWeb-Medium;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: MarkWeb-MediumItalic;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: MarkWeb-Light;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-Light.woff") format("woff");
}

@font-face {
  font-family: MarkWeb-LightItalic;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-LightItalic.woff") format("woff");
}

@font-face {
  font-family: MarkWeb-ExtraLight;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: MarkWeb-Italic;
  src: url("https://storage.googleapis.com/switch_static/fonts/MarkWeb-Italic.woff") format("woff");
}




.float {
  float: left;
}

.rfloat {
  float: right;
}

.center {
  margin: auto;
  text-align: center;
}

.ghost {
  -webkit-transition: opacity 300ms ease, margin 300ms ease-out;
  -moz-transition: opacity 300ms ease, margin 300ms ease-out;
  -o-transition: opacity 300ms ease, margin 300ms ease-out;
  transition: opacity 300ms ease, margin 300ms ease-out;
  opacity: 1;
}

.ghost-hide {
  opacity: 0 !important;
}

.snappy {
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}


.standard-transition{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn {
  display: inline-block;
  padding: 16px 30px;
  min-width: 208px;
  max-width: 300px;
  font-family: MarkWeb-Bold, helvetica, arial, sans-serif;
  font-size : 14px;
  line-height : 14px;
  letter-spacing : 2px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:hover {
  cursor: pointer;
}

.p-btn-inv {
  background-color: #ffffff;
  color: #182c50;
}

.p-btn-inv:hover {
  background-color: #4880f8;
  color: #ffffff;
}

.s-btn-inv {
  padding: 15px 29px;
  background-color: transparent;
  border: 1px solid #00d0b4;
  color: #00d0b4;
}

.s-btn-inv:hover {
  background-color: #00d0b4;
  color: #ffffff;
}

.hd .s-btn-inv {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.hd .s-btn-inv:hover {
  background-color: #4880f8;
  border-color: #4880f8;
}


#sprite {
  position: absolute;
  visibility: hidden;
  height: 0;
}

svg {
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(1) !important;
  transform: scaleY(-1);
}




.layout-content .container {
	  margin-top: 160px !important;
}

.layout-content.status .custom-header-container {
	  margin-bottom: 0;
}

.title-container {
  margin-top: 125px;
}

.title-container img {
  display: block;
  margin: 0 auto;
}

.title-container img:first-child {
  margin-bottom: 30px;
}

.status-header-title {
  font-family: MarkWeb-Light, helvetica, arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}



/* [Primary Header] */
.hd {
  position: fixed;
  z-index: 100000000; /* super high to cover olark chat tab */
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 100%;
  height: 80px;
}

.hd.opaque {
  background-color: #182c50;
}

.hd p,
.hd a,
.hd a:link,
.hd a:visited,
.hd p {
  display: inline;
  font-family: MarkWeb-Bold, helvetica, arial, sans-serif;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hd a:hover,
.hd a:active,
.hd p:hover {
  color: #222528;
  cursor: pointer;
}

.hd .btn {
  padding: 12px 15px 10px;
  font-family: MarkWeb-Bold, helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  min-width: auto;
}

.hd .s-btn-inv {
  padding: 11px 15px 9px;
  margin-right: 12px;
}

.hd .s-btn-inv:hover {
  background-color: #e0dcce;
  border-color: #e0dcce;
}

.hd .section {
  padding: 0;
}

.hd-logo {
  margin: 30px 35px 25px 20px;
}

.hd-logo img {
  width: 94px;
  height: auto;
}

.hd-logo .dialpad-logo {
  width: 111px;
  height: 27px;
  fill: #ffffff;
}

.hd-contact-links {
  margin: 24px 20px 0 0;
  line-height: 30px;
}

.hd-contact-links a {
  float: left;
}

.contact-sales-dialog {
  margin-right: 10px;
}

.hd-contact-links svg {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin-right: 20px;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.hd-contact-links svg path,
.hd-contact-links svg circle {
  fill: #ffffff;
  opacity: 1;
}

.hd-contact-links svg .fill {
  fill: none;
  opacity: 0;
}

.hd-contact-links svg:hover .stroke,
.hd-contact-links svg:hover .fill {
  fill: #e0dcce;
  opacity: 1;
}

.hd-contact-links svg:hover circle {
  fill: none;
  opacity: 0;
}

.call-us-drop {
  height: 40px;
  width: 180px;
  margin-top: 45px;
  margin-left: -80px;
  position: absolute;
  text-align: center;
  pointer-events: auto;
}

.call-us-drop.ghost-hide  {
  margin-top: 65px;
  pointer-events: none;
}

.call-us-drop:before {
  content: "";
  border: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  margin: -10px 0 0 85px;
  position: relative;
  width: 0;
  height: 0;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.call-us-drop:hover:before {
  border-bottom-color: #e0dcce;
}

a.tel-link:link {
  background: #ffffff;
  color: #182c50;
  float: none;
  display: block;
  vertical-align: middle;
  line-height: 40px;
  font-family: 'MarkWeb-Light', sans-serif;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
}

.call-us-drop:hover a.tel-link:link {
  background-color: #e0dcce;
  text-decoration: none;
  color: #222528;
}

.hd-nav {
  margin-top: 32px;
}

.hd-main-link {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.hd-main-link a {
  border-radius: 4px;
  padding: 12px 14px 11px;
}

.hd-main-link a:hover,
.hd-main-link.selected a {
  background-color: rgba(0,0,0,.35);
  color: #ffffff;
  text-decoration: none;
}

#hd-blog {
  margin-right: 0;
}

.hd-link-stroke {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  background-color: #222528;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity:.0;
 }

.hd-main-link.selected .hd-link-stroke {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.web-clear {
  clear: both;
}

.hd-user-links {
  display: none;
  margin: 10px 20px 0 0;
  line-height: 14px;
}

.hd-help-link {
  margin-right: 20px;
}

#hd-login {
  min-width: 76px;
  padding: 10px 13px 8px;
  margin-right: 12px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

#hd-login:hover {
  background-color: #e0dcce;
  border-color: #e0dcce;
  color: #182c50;
}

#hd-signup {
  min-width: 137px;
  padding: 11px 15px 9px;
  font-family: MarkWeb-Bold, helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  background-color: #ffffff;
  color: #182c50;
}

#hd-signup:hover {
  background-color: #e0dcce;
}

a.hd-login-link,
a.hd-login-link:link,
a.hd-login-link:visited {
  color: #0080ff;
}

a.hd-login-link:hover,
a.hd-login-link:active {
  color: #0e74ff;
}

/* header mobile base styling */
.hd-mobile-menu,
.hd-mobile-nav,
.hd-contact-links-mobile {
  display: none;
}

.hd-mobile-menu {
  margin: 20px 60px 0 0;
  font-family: MarkWeb-Medium, helvetica, arial, sans-serif;
  font-size: 0.667em;
  text-transform: uppercase;
  cursor: pointer;
}

.g-xs-sprite {
  display: inline-block;
  vertical-align: text-bottom;
  height: 16px;
  background: url(/static/img/guest/webicons_master.svg) no-repeat;
  cursor: pointer;
}

.g-menu-icon {
  width: 24px;
  margin-left: 10px;
  background-size: 170px 95px;
  background-position: -71px -3px;
}

.g-menu-close {
  width: 16px;
  margin: 0 4px 0 14px;
  background-size: 113.3px 63.3px;
  background-position: -67px 0;
}



/* [Footer] */

footer {
  padding: 40px 20px;
  background-color: #182c50;
  color: #ffffff;
}

footer:before {
  content: 'web';
  display: none;
}

footer .section {
  padding: 0 0 10px;
}

footer .four-col:last-of-type {
  padding-right: 0;
}


footer a:hover {
  text-decoration: none;
}

.ft-sub-links {
  display: block;
  margin: 0 0 50px;
}

footer h4 {
  font-family: MarkWeb-Bold, helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.ft-down {
  display: none;
}

.ft-link,
.ft-link:link,
.ft-link:visited,
.trademark {
  display: block;
  color: #ffffff;
  font-size: 0.78em;        /* 14px */
  line-height: 1.2em;
  margin-bottom: 8px;
}

.ft-link:hover {
  color: #3c66dc;
}

#ftlink-apps-content .ft-link,
#ftlink-apps-content .ft-link:link,
#ftlink-apps-content .ft-link:visited {
  display: inline-block;
  width: 60px;
  margin-right: 30px;
  text-align: center;
}

#ftlink-apps-content .ft-link:first-of-type,
#ftlink-apps-content .ft-link:nth-of-type(2) {
  margin-bottom: 20px;
}

#ftlink-apps-content .ft-link:nth-of-type(even) {
  margin-right: 0;
}

.ft-download-icon {
  display: block;
  width: 30px;
  height: 37px;
  margin: 0 auto 20px;
  fill: #e1e1e1;
}

/* fixes for FF targeting */
.ft-download-icon svg {
  transform-origin: 0 18.5px;
}

.ft-download-icon use svg {
  fill: #ffffff;
}

.ft-download-icon:hover,
.ft-link:hover .ft-download-icon,
  /* fix for FF targeting */
.ft-download-icon:hover use svg,
.ft-link:hover .ft-download-icon use svg{
  fill: #d8f0f2;
}

.ft-social {
  margin-bottom: 20px;
}

.ft-social-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  fill: #ffffff;
}

/* fixes for FF targeting */
.ft-social-btn svg {
  transform-origin: 0 20px;
}

.ft-social-btn use svg {
  fill: #ffffff;
}

.ft-social-btn:hover,
  /* fix for FF targeting */
.ft-social-btn:hover use svg {
  fill: #d8f0f2;
}

footer sup {
  font-size: 6px;
}

a[href].sw-phone {
  font-size: inherit !important;
  color: #ffffff !important;
}


/* [Sections Styling] */
.section {
  max-width: 1028px;
  padding: 100px 24px;
  margin: 0 auto;
}

.column {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.four-col {
  width: 24.9%;
  padding: 0 20px;
}

.four-col:first-of-type,
.four-col:nth-of-type(2) {
  margin-bottom: 0;
}


/* [Hamburgers] */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}




@media (max-width: 800px) {
  .hide-800 {
    display: none;
  }

  .show-800 {
    display: inline-block;
  }

  .hide {
    display: none;
  }

}

@media (max-width: 600px) {
  .hide-600 {
    display: none;
  }
}

@media (max-width: 480px) {
  .hide-480 {
    display: none;
  }
}



@media (max-width: 980px) {

  .layout-content .page-status	 {
    margin-top: 140px;
  }


  /* [Header] */

  .hd {
    height: 60px;
    background-color: #182c50;
    overflow: hidden;
    transition-delay: .2s;
  }

  .hd.is-open {
    height: 100%;
    transition-delay: 0s;
  }

  .hd .section {
    background-color: #182c50;
  }

  .hd-logo {
    margin: 17px 0 0 36px;
  }

  .hd-contact-links-mobile {
    clear: both;
  }

  .hd-mobile-menu,
  .hd-contact-links-mobile {
    display: block;
  }

  .hd-contact-links {
    display: none;
  }

  .hd-nav {
    padding: 15px 45px;
    width: 100%;
  }

  .hd-nav ul.iblock {
    display: block;
    width: 100%;
  }

  .hd-main-link {
    display: block;
    margin: 0 0 10px;
  }

  .hd-main-link a,
  .hd-main-link a:link {
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    display: block;
  }

  .hd-main-link a:hover,
  .hd-main-link a:link:hover,
  .hd-main-link.selected a {
    background-color: transparent;
  }

  li.hd-main-link a {
    opacity: 0;
    display: block;
  }

  .is-open li.hd-main-link a {
    opacity: 1;
  }

  li.hd-main-link a:after {
    content: '';
    display: block;
    width: 0;
    opacity: 0;
    height: 1px;
    background: #ffffff;
    margin: 9px 0 22px;
    -webkit-transition: opacity 0.18s ease-in-out;
    -moz-transition: opacity 0.18s ease-in-out;
    -o-transition: opacity 0.18s ease-in-out;
    transition: opacity 0.18s ease-in-out;
  }

  .is-open li.hd-main-link a:after {
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }

  div.hd-main-link a {
    opacity: 0;
    -webkit-transition: opacity 0.18s ease-in-out;
    -moz-transition: opacity 0.18s ease-in-out;
    -o-transition: opacity 0.18s ease-in-out;
    transition: opacity 0.18s ease-in-out;
  }

  .is-open .hd-main-link a {
    opacity: 1;
  }

  li.hd-main-link a,
  li.hd-main-link a:after {
    transition-delay: 0s;
  }

  div.hd-main-link a {
    transition-delay: 0s;
  }

  .is-open li.hd-main-link:nth-of-type(1) a,
  .is-open li.hd-main-link:nth-of-type(1) a:after {
    transition-delay: .3s;
  }

  .is-open li.hd-main-link:nth-of-type(2) a,
  .is-open li.hd-main-link:nth-of-type(2) a:after {
    transition-delay: .4s;
  }

  .is-open li.hd-main-link:nth-of-type(3) a,
  .is-open li.hd-main-link:nth-of-type(3) a:after {
    transition-delay: .5s;
  }

  .is-open li.hd-main-link:nth-of-type(4) a,
  .is-open li.hd-main-link:nth-of-type(4) a:after {
    transition-delay: .6s;
  }

  .is-open li.hd-main-link:nth-of-type(5) a,
  .is-open li.hd-main-link:nth-of-type(5) a:after {
    transition-delay: .7s;
  }

  .is-open li.hd-main-link:nth-of-type(6) a,
  .is-open li.hd-main-link:nth-of-type(6) a:after {
    transition-delay: .8s;
  }

  .is-open div.hd-main-link a {
    transition-delay: 1.1s;
  }

  div.hd-main-link {
    display: table;
    width: 100%;
    margin-top: 50px;
  }

  div.hd-main-link a,
  div.hd-main-link a:link {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  div.hd-main-link a:first-of-type {
    padding-right: 10px;
  }

  div.hd-main-link a:link:last-of-type {
    padding-left: 10px;
  }

  div.hd-main-link .btn {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .hd-mobile-menu {
    margin-right: 40px;
  }

  .hd-main-link.selected .hd-link-stroke {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: .0;
  }

  .hd .contact-sales-dialog {
    margin-right: 0;
  }


  /* [Primary Footer] */
  footer .four-col {
    width: 24.9%;
    clear: none !important;
  }

  #ftlink-apps-content .ft-link,
  #ftlink-apps-content .ft-link:link,
  #ftlink-apps-content .ft-link:visited {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
  }

  #ftlink-apps-content br {
    display: none;
  }

  .ft-download-icon {
    display: none;
  }
}

@media (max-width:768px) {
  /* [Primary Footer] */
  footer:before {
    content: 'mobile';
    display: none;
  }

  footer .four-col {
    width: 100%;
    margin-bottom: 0;
  }

  footer .four-col:first-of-type,
  footer .four-col:nth-of-type(2n+2) {
    margin-bottom: 0;
  }

  footer .four-col:last-of-type {
    padding-right: 20px;
  }

  .link-block {
    margin-bottom: 0;
    border-bottom: #ffffff solid 1px;
  }

  footer .four-col:last-of-type .link-block {
    border-bottom: none;
    margin-bottom: 30px;
  }

  .ft-sec-hd {
    fill: #e1e1e1;
  }

  .ft-sec-hd:hover {
    cursor: pointer;
    fill: #ffffff;
  }

  .ft-down,
  .ft-up {
    display: inline;
    position: absolute;
    right: 40px;
  }

  .ft-down svg,
  .ft-up svg {
    height: 10px;
    width: 10px;
    /* fixes for FF targeting */
    transform-origin: 0 5px;
  }

  .ft-down use svg
  .ft-up use svg {
    fill: #0080ff;
  }

  .ft-down:hover use svg,
  .ft-link:hover .ft-down use svg,
  .ft-up:hover use svg,
  .ft-link:hover .ft-up use svg {
    fill: #0e74ff;
  }

  footer h4 {
    margin: 22px 0;
    line-height: 12px;
  }

  .ft-sub-links {
    height: 0;
    margin-bottom: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .open .ft-sub-links {
    margin-bottom: 30px;
    visibility: visible;
  }

  .open #ftlink-product-content {
    height: 160px;
  }

  .open #ftlink-about-content,
  .open #ftlink-contact-content,
  .open #ftlink-apps-content {
    height: 64px;
  }

  .open #ftlink-social-content {
    height: 88px;
  }

  .ft-link {
    opacity: 0;
  }

  .open .ft-link {
    opacity: 1;
  }

  .open .ft-link:nth-of-type(0) {
    animation-delay: 0.2s;
  }

  .open .ft-link:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .open .ft-link:nth-of-type(2) {
    animation-delay: 0.4s;
  }

  .open .ft-link:nth-of-type(3) {
    animation-delay: 0.5s;
  }

  .open .ft-link:nth-of-type(4) {
    animation-delay: 0.6s;
  }

  .open .ft-link:nth-of-type(5) {
    animation-delay: 0.7s;
  }

  .open .ft-link:nth-of-type(6) {
    animation-delay: 0.8s;
  }

  .open .ft-down svg {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media (max-width: 600px) {

  .layout-content .container {
    margin-top: 110px !important;
  }

  .four-col {
    width: 100%;
    margin-bottom: 30px;
  }


  footer .four-col {
    margin-bottom: 0;
  }
}