@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.blockquote-font {
  font-size: 1.6em;
  font-weight: 300;
  color: #4a4a4a;
}
/*
---------------
Screen Size
---------------
To copy and paste:

@media (min-width: @screen-min-width-lg) { ... }
@media (min-width: @screen-min-width-md) and (max-width: @screen-max-width-md) { ... }
@media (min-width: @screen-min-width-sm) and (max-width: @screen-max-width-sm) { ... }
@media (max-width: @screen-max-width-xs) { ... }
*/
@media (min-width: 1200px) {
  .dev_wrapper {
    background-color: #369;
    background-image: url('../../img/grid-960_to_1199.png');
    background-repeat: repeat-y;
    background-position: center;
  }
  .dev_wrapper .wrapper {
    width: 1200px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .dev_wrapper {
    background-color: #486;
    background-image: url('../../img/grid-780_to_959.png');
    background-repeat: repeat-y;
    background-position: center;
  }
  .dev_wrapper .wrapper {
    width: 960px;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  .dev_wrapper {
    background-color: #923;
    background-image: url('../../img/grid-480_to_779.png');
    background-repeat: repeat-y;
    background-position: center;
  }
  .dev_wrapper .wrapper {
    width: 780px;
  }
}
@media (max-width: 779px) {
  .dev_wrapper {
    background-color: #238;
    background-image: url('../../img/grid-0_to_479.png');
    background-repeat: repeat-y;
    background-position: center;
  }
  .dev_wrapper .wrapper {
    width: 480px;
  }
}
.content {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  width: 98%;
  box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  -webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  border: 1px solid #bdc3c7;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px 0.7%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="tel"]:hover,
.form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #7f8c8d;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
  outline: 0;
  border: 1px solid #7f8c8d;
}
.form textarea {
  height: 100px;
  max-width: 100%;
}
.form button[type="submit"] {
  border: 0px;
  padding: 10px 30px;
  display: block;
  text-align: center;
  width: 50%;
  max-width: 150px;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form button[type="submit"].light {
  background-color: #9f1c5a;
}
.form button[type="submit"].light:hover {
  background-color: #b52066;
}
.form button[type="submit"].dark {
  background-color: #4a4a4a;
}
.form button[type="submit"].dark:hover {
  background-color: #575757;
}
.form button[type="submit"].colored {
  background-color: #cccccc;
}
.form button[type="submit"].colored:hover {
  background-color: #d9d9d9;
}
.form button[type="submit"]:hover {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px ;
  padding-bottom: 0px ;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  border: 0px;
  left: -5px;
  background: transparent;
}
.bx-wrapper .bx-viewport ul {
  padding: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4a4a4a;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction .disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
@media (min-width: 960px) and (max-width: 2199px) {
  nav#top-nav {
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 85px;
  }
  nav#top-nav:before,
  nav#top-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  nav#top-nav:after {
    clear: both;
  }
  nav#top-nav.color {
    background-color: rgba(255, 255, 255, 0.9);
  }
  nav#top-nav.color a {
    color: #9f1c5a;
  }
  nav#top-nav.transparent {
    background-color: transparent;
  }
  nav#top-nav #menu-mobile-icon {
    display: none;
    width: 0px;
    height: 0px;
  }
  nav#top-nav ul {
    position: absolute;
    top: 22px;
  }
  nav#top-nav ul li {
    list-style-type: none;
    float: left;
    display: inline;
    padding: 0px 10px;
  }
  nav#top-nav ul li a {
    text-decoration: none;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
  }
  nav#top-nav ul li a:hover {
    color: #4a4a4a;
  }
  nav#top-nav ul li a.active {
    color: #4a4a4a;
  }
}
@media (max-width: 959px) {
  nav#top-nav {
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
  nav#top-nav:before,
  nav#top-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  nav#top-nav:after {
    clear: both;
  }
  nav#top-nav.color {
    background-color: rgba(255, 255, 255, 0.8);
  }
  nav#top-nav.color a {
    color: #9f1c5a;
  }
  nav#top-nav.transparent {
    background-color: transparent;
  }
  nav#top-nav #menu-mobile-icon {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin: 0px 5px;
    background: transparent url('img/menu-icon.png') no-repeat center center;
    cursor: pointer;
    cursor: hand;
  }
  nav#top-nav.active {
    height: 270px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  }
  nav#top-nav ul {
    position: relative;
    z-index: 500;
    display: none;
    list-style: none;
    margin: 60px 0px 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  nav#top-nav ul.active {
    display: block;
  }
  nav#top-nav ul li {
    position: relative;
    width: 96%;
    padding: 5px 2%;
  }
  nav#top-nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(159, 28, 90, 0.7);
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-weight: 400;
    text-align: right;
  }
  nav#top-nav ul li a:hover {
    color: #4a4a4a;
  }
}
nav#side-nav {
  position: fixed;
  z-index: 999;
  right: 0px;
}
nav#side-nav.inactive {
  display: none;
}
nav#side-nav ul {
  list-style-type: none;
}
nav#side-nav ul li {
  float: right;
  clear: right;
}
nav#side-nav ul li a {
  float: left;
}
nav#side-nav ul li a:before,
nav#side-nav ul li a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
nav#side-nav ul li a:after {
  clear: both;
}
nav#side-nav ul li a img {
  max-width: 75px;
  max-height: 43px;
  margin-right: 4px;
  margin-top: 3px;
}
nav#side-nav ul li span {
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
  padding: 3px 5px;
  margin-top: 2px;
  margin-bottom: 6px;
  height: 38px;
}
nav#side-nav ul li span.visable {
  display: inline-block !important;
  width: 200px;
  border-radius: 10px;
  text-shadow: 0px 0px 15px #cccccc;
}
@media (min-width: 1200px) {
  nav#top-nav ul {
    right: 15%;
  }
  nav#side-nav {
    top: 15%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  nav#top-nav ul {
    right: 10%;
  }
  nav#side-nav {
    top: 15%;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  nav#top-nav ul {
    right: 0%;
    top: 0px;
  }
  nav#top-nav ul li {
    display: inline-block;
  }
  nav#side-nav {
    top: 15%;
  }
}
@media (max-width: 779px) {
  nav#top-nav ul {
    top: 0px;
  }
  nav#top-nav ul li a {
    font-size: 1.2em;
  }
  nav#side-nav {
    top: 15%;
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  nav#top-nav ul {
    top: 0px;
  }
  nav#top-nav ul li a {
    font-size: 1.2em;
  }
  nav#side-nav {
    top: 15%;
    display: none;
  }
}
section.header-1 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.header-1 #static-icons .wrapper {
  position: relative;
  z-index: 100;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  padding: 0px;
}
section.header-1 #static-icons .wrapper ul {
  position: fixed;
  bottom: 50px;
  list-style-type: none;
  margin: 0px 0px 0px -60px;
  padding: 0px;
}
section.header-1 #static-icons .wrapper ul li {
  margin-bottom: 10px;
  padding: 0px;
}
section.header-1 #static-icons .wrapper ul li a {
  height: 35px;
  width: 37px;
  display: block;
  text-decoration: none;
  color: #9f1c5a;
  line-height: 35px;
}
section.header-1 #static-icons .wrapper ul li a span {
  display: none;
}
section.header-1 #static-icons .wrapper ul li a.home {
  background: transparent url('/img/home-sprite.png') no-repeat left top;
}
section.header-1 #static-icons .wrapper ul li a.home:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-1 #static-icons .wrapper ul li a.home:hover span {
  display: block;
}
section.header-1 #static-icons .wrapper ul li a.phone {
  background: transparent url('/img/phone-sprite.png') no-repeat left top;
}
section.header-1 #static-icons .wrapper ul li a.phone:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-1 #static-icons .wrapper ul li a.phone:hover span {
  display: block;
}
section.header-1 #static-icons .wrapper ul li a.mail {
  background: transparent url('/img/mail-sprite.png') no-repeat left top;
}
section.header-1 #static-icons .wrapper ul li a.mail:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-1 #static-icons .wrapper ul li a.mail:hover span {
  display: block;
}
section.header-1 #static-icons .wrapper ul li a.facebook {
  background: transparent url('/img/fb-sprite.png') no-repeat left top;
}
section.header-1 #static-icons .wrapper ul li a.facebook:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-1 #static-icons .wrapper ul li a.facebook:hover span {
  display: block;
}
section.header-1 .header-bg {
  background: #ffffff url('../img/startup-1920px.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
section.header-1 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.header-1 .wrapper article {
  padding-top: 25%;
}
section.header-1 .wrapper article:before,
section.header-1 .wrapper article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.header-1 .wrapper article:after {
  clear: both;
}
section.header-1 .wrapper article h1 {
  color: #9f1c5a;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1);
}
section.header-1 .wrapper article p {
  color: #fff;
}
section.header-1 .wrapper .logo.fixed {
  position: fixed;
  z-index: 1001;
  top: 5px;
  max-width: 250px;
  height: 65px;
}
@media (min-width: 1200px) {
  section.header-1 nav ul {
    right: 15%;
  }
  section.header-1 .wrapper {
    width: 1200px;
  }
  section.header-1 article {
    width: 90%;
  }
  section.header-1 article h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    font-size: 3.5em;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.header-1 nav ul {
    right: 10%;
  }
  section.header-1 .wrapper {
    width: 960px;
  }
  section.header-1 article {
    width: 90%;
  }
  section.header-1 article h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    font-size: 3em;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.header-1 nav ul {
    right: 5%;
  }
  section.header-1 .wrapper {
    width: 780px;
  }
  section.header-1 article {
    width: 90%;
  }
  section.header-1 article h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    font-size: 3em;
  }
  section.header-1 .logo.fixed {
    position: fixed;
    z-index: 1001;
    top: 5px;
    max-width: 250px;
    height: 50px !important;
  }
}
@media (max-width: 779px) {
  section.header-1 nav ul {
    right: 1%;
  }
  section.header-1 .wrapper {
    width: 480px;
  }
  section.header-1 article {
    width: 90%;
  }
  section.header-1 article h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    font-size: 2em;
  }
  section.header-1 .logo.fixed {
    position: fixed;
    z-index: 1001;
    top: 5px;
    max-width: 250px;
    height: 50px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.header-1 nav ul {
    right: 1%;
  }
  section.header-1 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.header-1 article {
    width: 90%;
  }
  section.header-1 article h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    font-size: 2em;
  }
  section.header-1 .logo.fixed {
    position: fixed;
    z-index: 1001;
    top: 5px;
    max-width: 250px;
    height: 50px !important;
  }
}
section.quote-1 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
}
section.quote-1 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.quote-1 .wrapper:before,
section.quote-1 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.quote-1 .wrapper:after {
  clear: both;
}
section.quote-1 .wrapper blockquote {
  font-size: 1.6em;
  font-weight: 300;
  color: #4a4a4a;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px ;
  padding-bottom: 0px ;
  position: relative;
  text-align: center;
}
section.quote-1 .wrapper blockquote span {
  font-size: 2em;
  text-align: center;
  color: #9f1c5a;
}
section.quote-1 .wrapper blockquote cite {
  font-size: 0.6em;
  font-style: normal;
  font-weight: 600;
  color: rgba(74, 74, 74, 0.7);
  margin-top: 30px;
  display: block;
}
section.quote-1 .wrapper blockquote cite:before,
section.quote-1 .wrapper blockquote cite:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.quote-1 .wrapper blockquote cite:after {
  clear: both;
}
section.quote-1 .wrapper p.caps {
  color: #9f1c5a;
  text-transform: uppercase;
  text-align: center;
  margin-top: 150px;
  font-size: 1.4em;
}
@media (min-width: 1200px) {
  section.quote-1 .wrapper {
    width: 1200px;
  }
  section.quote-1 blockquote {
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.quote-1 .wrapper {
    width: 960px;
  }
  section.quote-1 blockquote {
    width: 100%;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.quote-1 .wrapper {
    width: 780px;
  }
  section.quote-1 blockquote {
    width: 100%;
  }
}
@media (max-width: 779px) {
  section.quote-1 .wrapper {
    width: 480px;
  }
  section.quote-1 blockquote {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.quote-1 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.quote-1 blockquote {
    width: 100%;
  }
}
section.team-1 {
  background: transparent url('img/johannes-1920.jpg') no-repeat;
  background-size: cover;
  min-height: 420px;
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  padding-top: 30px;
}
section.team-1 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.team-1 .wrapper:before,
section.team-1 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.team-1 .wrapper:after {
  clear: both;
}
section.team-1 .wrapper article {
  background-color: rgba(255, 255, 255, 0.5);
}
section.team-1 .wrapper article h3,
section.team-1 .wrapper article h4 {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  section.team-1 {
    background-position: left -150px;
  }
  section.team-1 .wrapper {
    width: 1200px;
  }
  section.team-1 .wrapper article {
    width: 31.13333333%;
    margin-left: 62.86666667%;
    padding: 2.5%;
  }
  section.team-1 .wrapper article:nth-child(1) {
    padding-bottom: 10px;
  }
  section.team-1 .wrapper article:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.team-1 {
    background-position: left -150px;
  }
  section.team-1 .wrapper {
    width: 960px;
  }
  section.team-1 .wrapper article {
    width: 39.74166667%;
    margin-left: 54.25833333%;
    padding: 2.5%;
  }
  section.team-1 .wrapper article:nth-child(1) {
    padding-bottom: 10px;
  }
  section.team-1 .wrapper article:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.team-1 {
    background-position: center top;
  }
  section.team-1 .wrapper {
    width: 780px;
  }
  section.team-1 .wrapper article {
    height: 240px;
    width: 43.35%;
    padding: 2.5%;
    float: left;
    margin-top: 380px;
  }
  section.team-1 .wrapper article:nth-child(1) {
    margin-right: 3.3%;
  }
}
@media (max-width: 779px) {
  section.team-1 {
    background-position: center top;
  }
  section.team-1 .wrapper {
    width: 480px;
  }
  section.team-1 .wrapper article {
    width: 94%;
    padding: 2.5%;
    float: left;
  }
  section.team-1 .wrapper article:nth-child(1) {
    margin-top: 380px;
    margin-right: 3.3%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.team-1 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.team-1 .wrapper article {
    width: 94%;
    padding: 2.5%;
    float: left;
  }
  section.team-1 .wrapper article:nth-child(1) {
    margin-top: 380px;
    margin-right: 3.3%;
  }
}
section.content-1 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  background-color: #9f1c5a;
  background-repeat: no-repeat;
  background-position: 90% 15%;
  background-size: auto 80%;
  position: relative;
  overflow: hidden;
}
section.content-1 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.content-1 .wrapper:before,
section.content-1 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-1 .wrapper:after {
  clear: both;
}
section.content-1 .wrapper .bxslider li {
  padding-bottom: 40px;
}
section.content-1 .wrapper .bx-pager .bx-pager-item {
  padding: 0px 20px;
}
section.content-1 .wrapper .bx-pager .bx-pager-item a {
  width: 30px;
  height: 30px;
  display: block;
}
section.content-1 .wrapper .bx-pager .bx-pager-item a img {
  width: 100%;
}
section.content-1 .wrapper .bx-pager .bx-pager-item a.active img {
  transform: scale(1.3);
}
section.content-1 .wrapper article {
  color: #FFF;
  float: left;
  position: relative;
  z-index: 1;
  min-height: 50%;
}
section.content-1 .wrapper article h1 {
  font-size: 1.6em;
  font-weight: 300;
  color: #9f1c5a;
  margin-top: 0px;
  color: #FFF;
}
section.content-1 .wrapper article .icon-holder {
  float: left;
}
section.content-1 .wrapper article .icon-holder .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
section.content-1 .wrapper article .icon-holder .icon:before,
section.content-1 .wrapper article .icon-holder .icon:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-1 .wrapper article .icon-holder .icon:after {
  clear: both;
}
section.content-1 .wrapper article .content-holder {
  float: left;
}
section.content-1 .wrapper .clouds {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.content-1 .wrapper .clouds .cloud-1 {
  top: 0px;
  opacity: 0.15;
  background-size: 60%;
}
section.content-1 .wrapper .clouds .cloud-2 {
  top: 50px;
  opacity: 0.05;
  background-size: 50%;
}
section.content-1 .wrapper .clouds .cloud-3 {
  top: 80px;
  opacity: 0.175;
  background-size: 30%;
}
section.content-1 .wrapper .clouds .cloud-4 {
  top: 10px;
  opacity: 0.1;
  background-size: 70%;
}
section.content-1 .wrapper [class^="cloud-"] {
  position: absolute;
  background: transparent url('/img/cloud.png') no-repeat bottom left;
  z-index: 0;
  width: 447px;
  height: 287px;
}
@media (min-width: 1200px) {
  section.content-1 .wrapper {
    width: 1200px;
  }
  section.content-1 article {
    margin-right: 3.3%;
    width: 65.56666667%;
  }
  section.content-1 article .icon-holder {
    width: 6.725%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-left: 0px;
  }
  section.content-1 article .content-holder {
    width: 86.675%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-right: 0px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.content-1 .wrapper {
    width: 960px;
  }
  section.content-1 article {
    margin-right: 3.3%;
    width: 65.56666667%;
  }
  section.content-1 article .icon-holder {
    width: 6.725%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-left: 0px;
  }
  section.content-1 article .content-holder {
    width: 86.675%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-right: 0px;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.content-1 .wrapper {
    width: 780px;
  }
  section.content-1 article {
    margin-right: 3.3%;
    width: 82.78333333%;
  }
  section.content-1 article .icon-holder {
    width: 14.72%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-left: 0px;
  }
  section.content-1 article .content-holder {
    width: 78.68%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-right: 0px;
  }
}
@media (max-width: 779px) {
  section.content-1 .wrapper {
    width: 480px;
  }
  section.content-1 article {
    margin-right: 3.3%;
    width: 82.78333333%;
  }
  section.content-1 article .icon-holder {
    width: 14.72%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-left: 0px;
  }
  section.content-1 article .content-holder {
    width: 78.68%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-right: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.content-1 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.content-1 article {
    margin-right: 3.3%;
    width: 82.78333333%;
  }
  section.content-1 article .icon-holder {
    width: 14.72%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-left: 0px;
  }
  section.content-1 article .content-holder {
    width: 78.68%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6.6%;
    margin-right: 0px;
  }
}
section.content-6 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
}
section.content-6 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.content-6 .wrapper:before,
section.content-6 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-6 .wrapper:after {
  clear: both;
}
section.content-6 .wrapper section {
  float: left;
}
section.content-6 .wrapper section:before,
section.content-6 .wrapper section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-6 .wrapper section:after {
  clear: both;
}
section.content-6 .wrapper section h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #9f1c5a;
  margin-top: 0px;
}
section.content-6 .wrapper section:last-child {
  margin-right: 0%;
}
section.content-6 .wrapper section article {
  float: left;
}
section.content-6 .wrapper section article:before,
section.content-6 .wrapper section article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-6 .wrapper section article:after {
  clear: both;
}
section.content-6 .wrapper section article h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 0px;
}
section.content-6 .wrapper section article:last-child {
  margin-right: 0%;
}
@media (min-width: 1200px) {
  section.content-6 .wrapper {
    width: 1200px;
  }
  section.content-6 section:first-child {
    width: 56.95833333%;
    margin-right: 3.3%;
  }
  section.content-6 section:last-child {
    width: 22.525%;
    margin-right: 3.3%;
  }
  section.content-6 section article {
    width: 48.35%;
    margin-right: 3.3%;
  }
  section.content-6 section img.teaser {
    max-width: 82.78333333%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.content-6 .wrapper {
    width: 960px;
  }
  section.content-6 section:first-child {
    width: 65.56666667%;
    margin-right: 3.3%;
  }
  section.content-6 section:last-child {
    width: 31.13333333%;
    margin-right: 3.3%;
  }
  section.content-6 section article {
    width: 48.35%;
    margin-right: 3.3%;
  }
  section.content-6 section img.teaser {
    max-width: 48.35%;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.content-6 .wrapper {
    width: 780px;
  }
  section.content-6 section:first-child {
    width: 65.56666667%;
    margin-right: 3.3%;
  }
  section.content-6 section:last-child {
    width: 31.13333333%;
    margin-right: 3.3%;
  }
  section.content-6 section article {
    width: 48.35%;
    margin-right: 3.3%;
  }
  section.content-6 section img.teaser {
    max-width: 100%;
  }
}
@media (max-width: 779px) {
  section.content-6 .wrapper {
    width: 480px;
  }
  section.content-6 section:first-child {
    width: 100%;
    margin-right: 0px;
  }
  section.content-6 section:last-child {
    width: 48.35%;
    margin-right: 0px;
  }
  section.content-6 section article {
    width: 100%;
    margin-right: 0%;
  }
  section.content-6 section img.teaser {
    max-width: 31.13333333%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.content-6 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.content-6 section:first-child {
    width: 100%;
    margin-right: 0px;
  }
  section.content-6 section:last-child {
    width: 48.35%;
    margin-right: 0px;
  }
  section.content-6 section article {
    width: 100%;
    margin-right: 0%;
  }
  section.content-6 section img.teaser {
    max-width: 31.13333333%;
  }
}
section.content-3 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
}
section.content-3 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.content-3 .wrapper:before,
section.content-3 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-3 .wrapper:after {
  clear: both;
}
section.content-3 .wrapper article {
  position: relative;
  float: left;
  color: #FFF;
  padding: 30px 1% 1% 1%;
  min-height: 528px;
}
section.content-3 .wrapper article ul {
  padding-left: 20px;
}
section.content-3 .wrapper article h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 0px;
  color: #9f1c5a;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  text-transform: uppercase;
}
section.content-3 .wrapper article h4.plus-sign {
  color: #9f1c5a;
  background-color: #FFF;
  text-align: center;
  position: relative;
  left: -5%;
  width: 110%;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
  margin: 0px;
}
section.content-3 .wrapper article h4.grey-light,
section.content-3 .wrapper article h4.grey-dark,
section.content-3 .wrapper article h4.pink-dark {
  text-align: center;
  position: relative;
  left: -5%;
  width: 110%;
  margin: 0px;
  padding: 5px 0px;
  line-height: 1.4em;
  font-weight: 400;
}
section.content-3 .wrapper article h4.grey-light {
  background-color: #7F7F7F;
}
section.content-3 .wrapper article h4.grey-dark {
  background-color: #4a4a4a;
}
section.content-3 .wrapper article h4.pink-dark {
  background-color: #9f1c5a;
}
section.content-3 .wrapper article span.grey-light {
  background-color: #7F7F7F;
  display: block;
  width: 10px;
  height: 29px;
  border-left: 5px solid #FFF;
  position: absolute;
  z-index: 5;
  top: 30px;
  right: -1px;
}
section.content-3 .wrapper article span.grey-dark {
  background-color: #4a4a4a;
  display: block;
  width: 10px;
  height: 29px;
  border-left: 5px solid #FFF;
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 14px;
}
section.content-3 .wrapper article:last-child {
  margin-right: 0;
}
section.content-3 .wrapper article.grey-light {
  background-color: rgba(74, 74, 74, 0.7);
}
section.content-3 .wrapper article.grey-dark {
  background-color: #4a4a4a;
}
section.content-3 .wrapper article.pink-dark {
  background-color: #9f1c5a;
}
section.content-3 .wrapper article.pink-light {
  background-color: rgba(159, 28, 90, 0.7);
}
@media (min-width: 1200px) {
  section.content-3 .wrapper {
    width: 1200px;
  }
  section.content-3 article {
    width: 20.525%;
    margin-right: 3.3%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.content-3 .wrapper {
    width: 960px;
  }
  section.content-3 article {
    width: 20.525%;
    margin-right: 3.3%;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.content-3 .wrapper {
    width: 780px;
  }
  section.content-3 article {
    width: 46.35%;
    margin-right: 3.3%;
    margin-bottom: 50px;
  }
  section.content-3 article:nth-child(even) {
    margin-right: 0px;
  }
  section.content-3 article:nth-child(even):before,
  section.content-3 article:nth-child(even):after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  section.content-3 article:nth-child(even):after {
    clear: both;
  }
}
@media (max-width: 779px) {
  section.content-3 .wrapper {
    width: 480px;
  }
  section.content-3 article {
    width: 98%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  section.content-3 article:before,
  section.content-3 article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  section.content-3 article:after {
    clear: both;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.content-3 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.content-3 article {
    width: 98%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  section.content-3 article:before,
  section.content-3 article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  section.content-3 article:after {
    clear: both;
  }
  section.content-3 article h4 {
    width: 100% !important;
    left: 0px !important;
  }
  section.content-3 article h4.plus-sign {
    background-color: transparent !important;
    color: #FFF !important;
  }
}
section.pricetable-3 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  background: transparent url('../img/tree-1920.png') no-repeat;
  background-position: bottom right;
  background-size: cover;
  min-height: 90vh;
}
section.pricetable-3 .wrapper {
  background: transparent url('../img/plane_magenta.png') no-repeat;
  background-position: center left;
  background-size: auto 50% ;
  min-height: 90vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.pricetable-3 .wrapper:before,
section.pricetable-3 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.pricetable-3 .wrapper:after {
  clear: both;
}
section.pricetable-3 .wrapper .price-plan {
  background-color: rgba(255, 255, 255, 0.9);
  height: 438px;
  float: left;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
section.pricetable-3 .wrapper .price-plan header {
  padding: 10px 0px;
}
section.pricetable-3 .wrapper .price-plan header:before,
section.pricetable-3 .wrapper .price-plan header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.pricetable-3 .wrapper .price-plan header:after {
  clear: both;
}
section.pricetable-3 .wrapper .price-plan header h2 {
  font-size: 1.6em;
  font-weight: 300;
  color: #9f1c5a;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 30px;
}
section.pricetable-3 .wrapper .price-plan header .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  float: left;
}
section.pricetable-3 .wrapper .price-plan .plan-description ul {
  list-style-type: none;
  padding: 20px 0px 20px;
}
section.pricetable-3 .wrapper .price-plan .plan-description ul li {
  line-height: 2em;
  padding-left: 30px;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn {
  border: 0px;
  padding: 10px 30px;
  display: block;
  text-align: center;
  width: 40%;
  max-width: 100px;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn.light {
  background-color: #9f1c5a;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn.light:hover {
  background-color: #b52066;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn.dark {
  background-color: #4a4a4a;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn.dark:hover {
  background-color: #575757;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn.colored {
  background-color: #bdc3c7;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn.colored:hover {
  background-color: #cbd0d3;
}
section.pricetable-3 .wrapper .price-plan .plan-description a.btn:hover {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
section.pricetable-3 .wrapper .price-plan .plan-price {
  text-align: center;
  padding: 20px;
}
section.pricetable-3 .wrapper .price-plan .plan-price.price-plan-color-1 {
  background-color: rgba(74, 74, 74, 0.7);
}
section.pricetable-3 .wrapper .price-plan .plan-price.price-plan-color-2 {
  background-color: #4a4a4a;
}
section.pricetable-3 .wrapper .price-plan .plan-price.price-plan-color-3 {
  background-color: #9f1c5a;
}
section.pricetable-3 .wrapper .price-plan .plan-price.price-plan-color-4 {
  background-color: rgba(159, 28, 90, 0.7);
}
section.pricetable-3 .wrapper .price-plan .plan-price h1 .thin {
  font-weight: 300!important;
  font-size: 1em;
}
@media (min-width: 1200px) {
  section.pricetable-3 .wrapper {
    width: 1200px;
  }
  section.pricetable-3 .price-plan {
    width: 22.525%;
    margin-right: 3.3%;
  }
  section.pricetable-3 .price-plan:last-child {
    margin-right: 0%;
  }
  section.pricetable-3 .price-plan .icon {
    width: 34px;
  }
  section.pricetable-3 .price-plan .plan-price h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    margin: 0px;
    line-height: 1em;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 3em;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.pricetable-3 .wrapper {
    width: 960px;
  }
  section.pricetable-3 .price-plan {
    width: 22.525%;
    margin-right: 3.3%;
  }
  section.pricetable-3 .price-plan:last-child {
    margin-right: 0%;
  }
  section.pricetable-3 .price-plan .icon {
    width: 23px;
  }
  section.pricetable-3 .price-plan .plan-price h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    margin: 0px;
    line-height: 1em;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 2.5em;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.pricetable-3 .wrapper {
    width: 780px;
  }
  section.pricetable-3 .price-plan {
    width: 48.35%;
    margin-right: 3.3%;
    margin-bottom: 30px;
  }
  section.pricetable-3 .price-plan:nth-child(even) {
    margin-right: 0%;
  }
  section.pricetable-3 .price-plan .icon {
    width: 30px;
  }
  section.pricetable-3 .price-plan .plan-price h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    margin: 0px;
    line-height: 1em;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
  }
}
@media (max-width: 779px) {
  section.pricetable-3 .wrapper {
    width: 480px;
  }
  section.pricetable-3 .price-plan {
    width: 48.35%;
    margin-right: 3.3%;
    margin-bottom: 30px;
  }
  section.pricetable-3 .price-plan.featured {
    -webkit-transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
  }
  section.pricetable-3 .price-plan:nth-child(even) {
    margin-right: 0%;
  }
  section.pricetable-3 .price-plan .icon {
    width: 26px;
  }
  section.pricetable-3 .price-plan .plan-price h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    margin: 0px;
    line-height: 1em;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.pricetable-3 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.pricetable-3 .price-plan {
    width: 48.35%;
    margin-right: 3.3%;
    margin-bottom: 30px;
  }
  section.pricetable-3 .price-plan.featured {
    -webkit-transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
  }
  section.pricetable-3 .price-plan:nth-child(even) {
    margin-right: 0%;
  }
  section.pricetable-3 .price-plan .icon {
    width: 26px;
  }
  section.pricetable-3 .price-plan .plan-price h1 {
    font-size: 1.8em;
    font-weight: 300;
    color: #9f1c5a;
    margin-top: 0px;
    margin: 0px;
    line-height: 1em;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
  }
}
section.contact-1 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  min-height: 100vh;
  background: #ffffff url('/img/contact.jpg') no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
section.contact-1 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.contact-1 .wrapper:before,
section.contact-1 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.contact-1 .wrapper:after {
  clear: both;
}
section.contact-1 .wrapper article {
  float: left;
  margin-top: 20%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
section.contact-1 .wrapper article:before,
section.contact-1 .wrapper article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.contact-1 .wrapper article:after {
  clear: both;
}
section.contact-1 .wrapper article h2 {
  font-size: 1.6em;
  font-weight: 300;
  color: #9f1c5a;
  margin-top: 0px;
}
section.contact-1 .wrapper article h5 {
  font-size: 1em;
  font-weight: 300;
  color: #4a4a4a;
  margin-top: 0px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 30px;
  color: #9f1c5a;
}
section.contact-1 .wrapper article h5 ~ p {
  margin-top: 0px;
}
section.contact-1 .wrapper article.more-info h5 ~ p {
  margin-top: 0px;
}
section.contact-1 .wrapper article.contact-form #contact input[type="text"],
section.contact-1 .wrapper article.contact-form #contact input[type="email"],
section.contact-1 .wrapper article.contact-form #contact input[type="tel"],
section.contact-1 .wrapper article.contact-form #contact textarea {
  width: 98%;
  box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  -webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  border: 1px solid #bdc3c7;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px 0.7%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section.contact-1 .wrapper article.contact-form #contact input[type="text"]:hover,
section.contact-1 .wrapper article.contact-form #contact input[type="email"]:hover,
section.contact-1 .wrapper article.contact-form #contact input[type="tel"]:hover,
section.contact-1 .wrapper article.contact-form #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #7f8c8d;
}
section.contact-1 .wrapper article.contact-form #contact input[type="text"]:focus,
section.contact-1 .wrapper article.contact-form #contact input[type="email"]:focus,
section.contact-1 .wrapper article.contact-form #contact input[type="tel"]:focus,
section.contact-1 .wrapper article.contact-form #contact textarea:focus {
  outline: 0;
  border: 1px solid #7f8c8d;
}
section.contact-1 .wrapper article.contact-form #contact textarea {
  height: 100px;
  max-width: 100%;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"] {
  border: 0px;
  padding: 10px 30px;
  display: block;
  text-align: center;
  width: 50%;
  max-width: 150px;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"].light {
  background-color: #9f1c5a;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"].light:hover {
  background-color: #b52066;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"].dark {
  background-color: #4a4a4a;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"].dark:hover {
  background-color: #575757;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"].colored {
  background-color: #cccccc;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"].colored:hover {
  background-color: #d9d9d9;
}
section.contact-1 .wrapper article.contact-form #contact button[type="submit"]:hover {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
section.contact-1 .wrapper article.contact-form #contact div {
  margin-bottom: 10px;
}
section.contact-1 .wrapper article.contact-form #contact div label span {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}
section.contact-1 .wrapper article.contact-form #contact div#result .success {
  color: #009141;
}
section.contact-1 .wrapper article.contact-form #contact div#result .err {
  color: #c00;
}
@media (min-width: 1200px) {
  section.contact-1 .wrapper {
    width: 1200px;
  }
  section.contact-1 article {
    width: 48.35%;
    margin-right: 3.3%;
  }
  section.contact-1 article:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.contact-1 .wrapper {
    width: 960px;
  }
  section.contact-1 article {
    width: 48.35%;
    margin-right: 3.3%;
  }
  section.contact-1 article:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.contact-1 .wrapper {
    width: 780px;
  }
  section.contact-1 article {
    width: 48.35%;
    margin-right: 3.3%;
  }
  section.contact-1 article:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 779px) {
  section.contact-1 .wrapper {
    width: 480px;
  }
  section.contact-1 article {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  section.contact-1 article:last-child {
    margin-right: 0%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.contact-1 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.contact-1 article {
    width: 95%;
    margin-right: 0%;
    margin-bottom: 30px;
    padding: 2.5% !important;
  }
  section.contact-1 article:last-child {
    margin-right: 0%;
  }
  section.contact-1 article input,
  section.contact-1 article textarea {
    max-width: 90% !important;
  }
}
section.footer-1 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  background-color: #9f1c5a;
  padding: 20px 0px;
}
section.footer-1 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.footer-1 .wrapper:before,
section.footer-1 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.footer-1 .wrapper:after {
  clear: both;
}
section.footer-1 .wrapper article {
  color: #FFF;
}
section.footer-1 .wrapper article ul {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding: 0px 0px;
  float: right;
}
section.footer-1 .wrapper article ul li {
  display: inline;
  float: left;
  padding-left: 15px;
}
section.footer-1 .wrapper article ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  section.footer-1 .wrapper {
    width: 1200px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.footer-1 .wrapper {
    width: 960px;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.footer-1 .wrapper {
    width: 780px;
  }
}
@media (max-width: 779px) {
  section.footer-1 .wrapper {
    width: 480px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.footer-1 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
}
section.header-2 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  width: 100%;
  height: 50%;
  padding-top: 0px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.header-2 #static-icons .wrapper {
  position: relative;
  z-index: 100;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  padding: 0px;
}
section.header-2 #static-icons .wrapper ul {
  position: fixed;
  bottom: 50px;
  list-style-type: none;
  margin: 0px 0px 0px -60px;
  padding: 0px;
}
section.header-2 #static-icons .wrapper ul li {
  margin-bottom: 10px;
  padding: 0px;
}
section.header-2 #static-icons .wrapper ul li a {
  height: 35px;
  width: 37px;
  display: block;
  text-decoration: none;
  color: #9f1c5a;
  line-height: 35px;
}
section.header-2 #static-icons .wrapper ul li a span {
  display: none;
}
section.header-2 #static-icons .wrapper ul li a.home {
  background: transparent url('/img/home-sprite.png') no-repeat left top;
}
section.header-2 #static-icons .wrapper ul li a.home:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-2 #static-icons .wrapper ul li a.home:hover span {
  display: block;
}
section.header-2 #static-icons .wrapper ul li a.phone {
  background: transparent url('/img/phone-sprite.png') no-repeat left top;
}
section.header-2 #static-icons .wrapper ul li a.phone:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-2 #static-icons .wrapper ul li a.phone:hover span {
  display: block;
}
section.header-2 #static-icons .wrapper ul li a.mail {
  background: transparent url('/img/mail-sprite.png') no-repeat left top;
}
section.header-2 #static-icons .wrapper ul li a.mail:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-2 #static-icons .wrapper ul li a.mail:hover span {
  display: block;
}
section.header-2 #static-icons .wrapper ul li a.facebook {
  background: transparent url('/img/fb-sprite.png') no-repeat left top;
}
section.header-2 #static-icons .wrapper ul li a.facebook:hover {
  background-position: left bottom;
  width: 300px;
  padding-left: 50px;
}
section.header-2 #static-icons .wrapper ul li a.facebook:hover span {
  display: block;
}
section.header-2 .header-bg {
  background: #ffffff url('../img/contact.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
section.header-2 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.header-2 .wrapper article {
  padding-top: 25%;
}
section.header-2 .wrapper article:before,
section.header-2 .wrapper article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.header-2 .wrapper article:after {
  clear: both;
}
section.header-2 .wrapper article h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #9f1c5a;
  margin-top: 0px;
}
section.header-2 .wrapper article p {
  color: #fff;
}
section.header-2 .wrapper .logo.flow {
  position: absolute !important;
  top: 90px;
  margin-bottom: 70px;
  max-width: 250px;
}
section.header-2 .wrapper .logo.fixed {
  position: fixed;
  z-index: 1001;
  top: 5px;
  max-width: 250px;
  height: 65px;
}
@media (min-width: 1200px) {
  section.header-2 nav ul {
    right: 15%;
  }
  section.header-2 .wrapper {
    width: 1200px;
  }
  section.header-2 article {
    width: 40%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.header-2 nav ul {
    right: 10%;
  }
  section.header-2 .wrapper {
    width: 960px;
  }
  section.header-2 article {
    width: 40%;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.header-2 nav ul {
    right: 5%;
  }
  section.header-2 .wrapper {
    width: 780px;
  }
  section.header-2 article {
    width: 40%;
  }
  section.header-2 .logo.fixed {
    position: fixed;
    z-index: 1001;
    top: 5px;
    max-width: 250px;
    height: 75px;
  }
}
@media (max-width: 779px) {
  section.header-2 nav ul {
    right: 1%;
  }
  section.header-2 .wrapper {
    width: 480px;
  }
  section.header-2 article {
    width: 80%;
  }
  section.header-2 .logo.fixed {
    position: fixed;
    z-index: 1001;
    top: 5px;
    max-width: 250px;
    height: 75px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.header-2 nav ul {
    right: 1%;
  }
  section.header-2 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
  section.header-2 article {
    width: 80%;
  }
  section.header-2 .logo.fixed {
    position: fixed;
    z-index: 1001;
    top: 5px;
    max-width: 250px;
    height: 75px;
  }
}
section.content-2 {
  padding: 70px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
}
section.content-2 .wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.content-2 .wrapper:before,
section.content-2 .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.content-2 .wrapper:after {
  clear: both;
}
section.content-2 .wrapper a {
  color: #9f1c5a;
  text-decoration: none;
}
@media (min-width: 1200px) {
  section.content-2 .wrapper {
    width: 1200px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  section.content-2 .wrapper {
    width: 960px;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  section.content-2 .wrapper {
    width: 780px;
  }
}
@media (max-width: 779px) {
  section.content-2 .wrapper {
    width: 480px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 779px), only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 779px), only screen and (min-resolution: 120dpi) and (max-width: 779px) {
  section.content-2 .wrapper {
    width: 98vw;
    margin: 0 1vw;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
