@charset "UTF-8";
/* CSS Document */

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  opacity: 1;
  overflow: hidden;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 30px);
}

.loader-content img {
  width: 100%;
  height: auto;
  max-width: 100px;
    margin-bottom:12px;
}

.message {
  text-align: center;
  color: #fff;
  margin-top: -5px;
  opacity: 0;
}

.random {
  display: none;
}

::selection {
  background: #0bb9b7;
  color: #fff;
}

::-moz-selection {
  background: #0bb9b7;
  color: #fff;
}

.checkboxes label {
	width: 100%;
	cursor: pointer;
}

.checkboxes input {
	float: left;
	margin-right:5px!important;
}

.checkboxes p {
	margin-bottom:4px!important;
}

.checkboxes input {
	margin: 3px 4px 0 0!important;
}

.responsiveimage {
	display: none;
}
@font-face {
  font-weight: normal;
  font-family: Mont;
  src: url(/__assets/fonts/Montserrat-Light.otf);
}

@font-face {
  font-weight: normal;
  font-family: Miso;
  src: url(/__assets/fonts/miso.otf);
}

@font-face {
  font-weight: 700;
  font-family: MontBold;
  src: url(/__assets/fonts/Montserrat-Regular.otf);
}

@font-face {
  font-weight: 600;
  font-family: MisoBold;
  src: url(/__assets/fonts/miso-bold.otf);
}

p strong {
  font-family: MontBold;
  font-weight: 700;
}

:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

html, body {
  color: #111;
  font-size: 12px;
  font-family: Mont;
  font-weight: normal;
  height: 100%;
}

ul, ul li, ol, ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

section, footer {
  width: 100%;
  float: left;
}

.spacer {
  padding: 40px 0;
}

a, button, body, input, img, .call, a, a:before, i, .meet-team .team-details:after, .service-item a:after, .local-image a:after, .cd-gallery ul li a, .cd-gallery ul li a:after, .select-ctr>div.input-preview, #request-quote input[type=radio].with-font~label:before, #request-quote input[type=checkbox].with-font~label:before, .form-box, .cd-close, .shop-middle:after, .shop-middle:before, .shop-middle, .shop-categories, .shop-overlay, #shop.shop2.shop-middle-active section:before, #shop.shop2:before, .shop-middle-home:after, .shop-middle-home:before, .shop-middle-home, #shop.shop2.shop-middle-home section:before, .shop-middle-button2:before, .shop-middle-button:after, .large-view:after  {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.logo img, .hamburger, .call, .header-right, .btn-white, body #shop .cd-gallery li:after {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.header-gradient-overlay {
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}

.cd-filters a:before {
  transition: all 0.2s ease 0s !important;
  -moz-transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
  -o-transition: all 0.2s ease 0s !important;
}

body.open .header-gradient-overlay {
  opacity: 0 !important;
}

h1, h2, h3 {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-weight: 700;
  font-family: Miso;
}

h1 {
  font-size: 36px;
}

h2 {
  color: #82207E;
  font-size: 30px;
  font-weight: 700;
}

strong, b {
  font-weight: 700;
}

header {
  color: #111;
  z-index: 12;
  width: 100%;
  padding: 30px 0;
  position: fixed;
}

p {
  line-height: 1.7em;
}

body#default header, body#default .header-gradient-overlay {
  opacity: 1;
}

.header-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  opacity: 0;
}

header.sticky .header-gradient-overlay {
  opacity: 1;
}

body.open header.sticky {
  box-shadow: inherit;
  height: 65px;
}

header.sticky {
  padding: 15px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header.sticky .logo img {
  max-height: 35px;
}

header.sticky .call {
  height: 33px;
  line-height: 33px;
}

header.sticky .btn-white {
  padding: 7px 20px;
}

header.sticky .hamburger {
  height: 33px;
}

header.sticky .hamburger-box {
  height: 33px;
}

header.sticky .hamburger-inner {
  margin-top: -5px;
}

body#default header .header-gradient-overlay {
  opacity: 1;
}

body#default header {
  padding: 15px 0;
  height: 65px;
}

body#default header .logo img {
  max-height: 35px;
}

body#default header .call {
  height: 33px;
  line-height: 33px;
}

body#default header .btn-white {
  padding: 7px 20px;
}

body#default header .hamburger {
  height: 33px;
}

body#default header .hamburger-box {
  height: 33px;
}

body#default header .hamburger-inner {
  margin-top: -5px;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 10;
  background: linear-gradient(270deg, #000, #333);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
}

.menu-wrapper {
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
  display: inline-block;
}

nav ul li a:hover {
  color: #999;
}

nav ul li a:focus {
  color: #999;
}

.menu-social {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu-social li {
  display: inline-block;
  margin: 0 7px 0 8px;
}

.menu-social li i {
  border-radius: 5px;
  width: 50px;
  font-size: 22px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  border: solid 2px #fff;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.menu-social li i:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.hamburger {
  padding: 0 !important;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  height: 39px;
  margin: 0;
  z-index: 11;
  overflow: visible;
  float: left;
  position: inherit;
}

.hamburger.show {
  position: fixed;
  z-index: 2;
}

.hamburger-box {
  width: 40px;
  height: 39px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner {
  width: 15px;
}

.hamburger-inner::after {
  width: 22.5px;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  width: 30px;
}

.logo {
  text-align: center;
  float: left;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

body.open .logo {
  z-index: -1;
  opacity: 0.1;
  position: absolute;
  left: 55px;
}

body.open .header-right .btn-white {
  z-index: -1;
  opacity: 0.1;
  position: absolute;
  right:127px;
}

body.open .header-right .call {
  z-index: -1;
  opacity: 0.1;
  position: absolute;
  right: 42px;
}

body.open header.sticky .header-gradient-overlay {
  opacity: 0;
}

.logo img {
  float: left;
}

a {
  color: #82207E;
}

a:hover {
  color: #82207E;
  text-decoration: none;
}

a:focus {
  color: inherit;
}

#banner {
  background-size: cover;
  background-position: center center;
  height: 90vh;
  position: relative;
  opacity: 1;
}

#banner.about-banner {
  background-color: #F4F4F4;
  height: 50vh;
}

#banner.about-banner.contact-banner {
  height: 100vh;
}

#banner.about-banner .bg {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 1;
}

#banner.about-banner .bg.bg-left {
  left: inherit;
  right: 50%;
}

.bgbg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 0;
}

#banner.about-banner h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  width: calc(100% + 30px);
  color: #fff;
}

#banner.about-banner.contact-banner h1 {
  color: #fff;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 0;
}

#websites {
  background-color: #F4F4F4;
  padding-top: 10px;
}

#websites h1, #it-support h1 {
  font-size: 30px;
  line-height: 34px;
  color: #82207E;
  font-weight: 700;
  margin-bottom: 15px;
}

.web-app h1 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-banner.jamboardbanner h1 {
  font-size: 30px;
  line-height: 34px;
  color: #82207E;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-banner.jamboardbanner p {
  font-size: 12px;
  line-height: 1.7em;
  color: #111;
  margin: 0 0 10px;
}

.services-banner.jamboardbanner a {
  margin-top: 15px;
}

#websites h2, #it-support h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  color: #111;
}

.services-banner.jamboardbanner a {
  margin-top: 10px;
}

#it-support h3 {
  font-size: 14px;
  margin-top: 20px;
  position: relative;
  padding-top: 15px;
  width: auto;
  display: inline-block;
}

#it-support h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 45px;
  left: 0;
  border-top: 3px solid #0BB9B7;
}

.it-support-list {
  margin-top: 10px;
  width: 100%;
}

.it-support-list li {
  float: left;
}

.it-support-list li a {
  display: block;
  margin-right: 20px;
}

.web-app h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  color: #fff;
}

#websites img, #it-support img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.it-support-list li a img {
  width: auto !important;
  height: 100% !important;
  max-height: 60px;
  background-color: #efefef;
  padding: 15px;
}

.it-support-list li a img:hover {
  background-color: #ddd;
}

#websites .btn-purple, #it-support .btn-purple {
  margin-top: 21px;
}

#websites .col-md-5 {
  height: 370px;
}

#websites .hwh-content {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0, -50%);
}

#websites .hwh-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin: 40px 0 35px;
}

#websites h3, #it-support h3 {
  color: #82207E;
}

body#default #banner {
  margin-top: 65px;
}

body#default #banner:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

body#default #banner.about-banner.jamboardbottom:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

body#default #banner.about-banner:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(130, 32, 126, 0.5);
}

#banner {
  position: relative;
}

.bottom-banner-bg {
  background-color: rgba(130, 32, 126, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.about-banner h1 {
  color: #82207E;
  margin-bottom: 0;
  font-weight: normal;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  opacity: 0.7;
  z-index: 0;
}

.logo {
  float: left;
  margin-left: 15px;
}

.logo a {
  display: block;
}

.logo img {
  width: auto;
  height: 100%;
  max-height: 39px;
}

#banner .btn-white {
  float: left;
  height: 36px;
  line-height: 34px;
  padding: 0 25px;
}
.vmore {margin-top:15px}
.btn-white {
  background: none;
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 100;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.btn-white:hover, .btn-white:focus {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.btn-purple {
  background: #82207E;
  border: solid 2px #82207E;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  text-transform: uppercase;
}

.btn-purple:hover, .btn-purple:focus {
  background-color: #fff;
  color: #82207E;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.btn-green {
  background: #0BB9B7;
  border: solid 2px #0BB9B7;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.btn-green:hover, .btn-green:focus {
  background-color: #fff;
  color: #0BB9B7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.btn-green-white {
  background: transparent;
  border: solid 2px #0BB9B7;
  border-radius: 5px;
  color: #0BB9B7;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.btn-green-white:hover, .btn-green-white:focus {
  background-color: #0BB9B7;
  color: #0BB9B7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.btn-grey {
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 5px;
  color: #ccc;
  text-align: center;
  font-weight: 100;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.btn-grey:hover, .btn-grey:focus {
  background-color: #ccc;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #ccc, #ccc);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.btn-white-purple {
  background: #0BB9B7;
  border: solid 2px #0BB9B7;
  border-radius: 5px;
  color: #fff;
  font-weight: 100;
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.btn-white-purple:hover, .btn-white-purple:focus {
  background-color: #fff;
  color: #0BB9B7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.btn-purple-white {
  background: none;
  border: solid 2px #82207E;
  border-radius: 5px;
  color: #82207E;
  font-weight: 100;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.btn-purple-white:hover, .btn-purple-white:focus {
  background-color: #82207E;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #82207E, #82207E);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}
.btn-purple-white.active {
  background-color: #82207E;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #82207E, #82207E);

}
.pusher::after {
  background: rgba(0, 0, 0, 0.5);
}

.call {
  float: right;
  color: #fff;
  margin-left: 15px;
  height: 41px;
  line-height: 41px;
}

.call:hover {
  opacity: 0.8;
  color: #fff;
}

.banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
}


#banner>.banner-content {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:3;
}

.service-video {
  float: right;
}

.services-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.services-content-text {
  width: calc(100% - 30px);
}

.services-banner .row {
  position: relative;
}

.contact-banner .banner-content {
  z-index: 1;
}

.spacer {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  height: auto;
}

.banner-spacer {
  float: left;
  padding: 45px 0 20px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.banner-content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 0;
}

.animate-reveal {
  opacity: 0;
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  -moz-animation: reveal 1s ease-in 1 normal forwards;
  -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.animate-2 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.animate-4 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animate-5 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.animate-6 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.animate-7 {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.banner-content p {
  color: #fff;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 700;
}

.banner-content .dropdown-toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  border-bottom: solid 1px #8aadc5;
  margin: 0;
  padding: 0;
}

#go:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}

#go.btn-white {
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  float: left;
  color: #fff;
  height: 35px;
  text-transform: uppercase;
  line-height: 33px;
  padding: 0 20px;
}

#go.btn-white:hover {
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
  color: #111;
}

.banner-dropdown, .banner-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-dropdown {
  margin-bottom: 20px;
}

.banner-dropdown li a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 10px;
}

.banner-dropdown li a {
  color: #fff;
  font-size: 16px;
  border-bottom: solid 1px #89adc5;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  padding: 3px 0 3px;
}

.banner-dropdown li a:hover {
  padding: 3px 15px 3px;
  background-color: #fff;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
  color: #111;
  border-radius: 5px;
}

#work h2, #why h2, #why2 h2, #work h1 {
  margin-bottom: 15px;
}

#why h2, #why2 h2 {
  margin-bottom: 30px;
}

#why ul li {
  margin-bottom: 30px;
}

#why2 ul li {
  margin-bottom: 0;
}

#why img, #why2 img {
  margin-bottom: 14px;
  width: 100%;
  height: auto;
  max-width: 75px;
}

#why p strong, #why2 p strong {
  font-size: 13px;
  color: #82207E;
  font-weight: 700;
  line-height: 1.4em;
}

#why, #why2 {
  margin-bottom: 20px;
}

.cd-filters a {
  background: none;
  border: 0;
  text-transform: uppercase;
  color: #111;
  font-weight: 700;
  padding: 0;
  width: auto;
  display: inline-block;
  font-size: 11px;
  margin: 0 15px 10px 0;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}

.cd-filters a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  border-top: 3px solid #0BB9B7;
}

.cd-filters a.selected::before {
  width: 100%;
}

.cd-filters input[type=checkbox] {
  display: none;
}

body#home .pagination {
  display: none;
}

.cd-gallery ul {
  position: relative;
  margin: 0 -8px 0 -7px;
}

.cd-gallery ul a, .service-item a {
  position: relative;
  color: #fff;
}

.cd-gallery ul a:after, .service-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.45;
  border-radius: 5px;
}

.cd-gallery ul:hover a:after, .service-item:hover a:after {
  opacity: 0.45;
}

.cd-gallery ul li.mix {
  overflow: hidden;
  cursor: pointer;
  padding: 0 8px 0 7px;
  margin-bottom: 15px;
}

.cd-gallery ul li.mix a, .service-item a {
  border-radius: 5px;
  padding-bottom: 65% !important;
  display: block;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.cd-gallery ul li.mix:nth-child(odd):hover a:after, .service-item:hover a:after {
  opacity: 0.9;
  background: #0BB9B7;
}

.cd-gallery ul li.mix:nth-child(even):hover a:after {
  opacity: 0.9;
  background: #82207E;
}

li.mix .article-content, .service-item .article-content {
  opacity: 1;
  width: calc(100% - 60px);
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}

li.mix .article-content h3, .service-item .article-content h3 {
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff !important;
  padding: 8px 15px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}

.web-app-content .service-item .article-content, .web-app-content2 .service-item .article-content {
  width: calc(100% - 30px);
}

.web-app-content .service-item .article-content h3, .web-app-content2 .service-item .article-content h3 {
  font-size: 14px;
  padding: 6px 10px;
}

.web-app-content .service-item .article-content p, .web-app-content2 .service-item .article-content p {
  font-size: 11px;
}

li.mix .article-content p, .service-item .article-content p {
  margin-bottom: 0;
  color: #fff;

}

li.mix:hover .article-content, .service-item:hover .article-content {
  opacity: 1;
}

.service-item a {
  height: 320px;
}

.web-app .service-item a {
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
}

.web-app .web-app-content .service-item:hover a:after {
  background-color: #82207E;
}

.cd-filters label {
  box-shadow: none;
}

.cd-gallery ul li.mix:nth-child(9n+1) a {
  padding-bottom: 75%;
}

.cd-gallery ul li.mix:nth-child(9n+2) a {
  padding-bottom: 100%;
}

.cd-gallery ul li.mix:nth-child(9n+3) a {
  padding-bottom: 75%;
}

.cd-gallery ul li.mix:nth-child(9n+4) a {
  padding-bottom: 100%;
}

.cd-gallery ul li.mix:nth-child(9n+5) a {
  padding-bottom: 100%;
}

.cd-gallery ul li.mix:nth-child(9n+6) a {
  padding-bottom: 100%;
}

.cd-gallery ul li.mix:nth-child(9n+7) a {
  padding-bottom: 100%;
}

.cd-gallery ul li.mix:nth-child(9n+8) a {
  padding-bottom: 100%;
}

.cd-gallery ul li.mix:nth-child(9n+9) a {
  padding-bottom: 75%;
}

.cd-gallery ul.case-studies li.mix:nth-child(9n+7) a {
  padding-bottom: 100%;
}

.cd-gallery ul.case-studies li.mix:nth-child(9n+8) a {
  padding-bottom: 100%;
}

.cd-gallery ul.case-studies li.mix:nth-child(9n+9) a {
  padding-bottom: 125%;
}

.case-studies .cd-gallery ul li.mix:nth-child(10n+9) a {
  padding-bottom: 100%;
}

#cta {
  background-color: #F4F4F4;
}

.vertical-grey {
  border-left: 2px solid #E5E5E5;
  height: 300px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.vertical-grey-right {
  border-left: 2px solid #E5E5E5;
  height: 300px;
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.vertical-white {
  border-left: 2px solid #fff;
  height: 160px;
  position: absolute;
  top: 0;
  right: 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 45px;
  padding: 30px 0 0;
  text-transform: uppercase;
  color: #82207E;
  font-weight: 700;
}

.side-padding {
  padding: 0 60px;
}

#cta .left-padding {
  padding: 60px 45px 60px 150px;
  text-align: center;
}

#cta .right-padding {
  height: 495px;
  position: relative;
}

#cta .cta-content {
  padding: 60px 180px 60px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0, -50%);
}

#cta img {
  width: 100%;
  height: auto;
  display: inline-block;
  padding:20px;
}

#cta h1 {
  color: #82207E;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

#cta h2 {
  color: #111;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  font-family: MontBold;
  margin-bottom: 20px;
}

.header-right {
  float: right;
}

footer {
  padding: 30px 0 20px;
  font-size: 11px;
}

footer .btn-purple-white, footer .btn-purple {
  padding: 8px 30px;
  width: calc(50% - 80px);
  text-align: center;
  margin-bottom: 5px;
}

footer p {
  margin-bottom: 5px;
}

footer p strong {
  color: #82207E;
}

footer a {
  color: #111;
}

footer ul li {
  line-height: 18px;
}

.footer-social {
  display: inline-block;
}

.footer-social li {
  float: left;
}

.footer-social li a {
  float: left;
  margin-right: 5px;
  display: inline-block;
  border: solid 2px #00A8B1;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.footer-social li a:hover {
  background-color: #00A8B1;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #00A8B1, #00A8B1);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.footer-social li a:hover i {
  color: #fff;
}

.footer-social i {
  display: inline-block;
  font-size: 16px;
  color: #00A8B1;
}

.footer-small {
  font-size: 10px;
}


.subfooter {
  margin-top: 5px;
  text-align: right;
}


.grey-line {
  border-top: solid 2px #E5E5E5;
  padding-top: 15px;
}
.blk-line {
  border-top: solid 0px #000000;
  margin-top: 15px;
}

#team-cta {
  position: relative;
  background-size: cover;
  background-position: center center;
}

#team-cta .spacer {
  padding: 90px 0;
}

#team-cta::after, #team-cta::before {
  height: 100%;
  content: ' ';
  position: absolute;
  top: 0;
  width: 50%;
  opacity: 0.9;
}

#team-cta:before {
  left: 0;
  background-color: #82207E;
}

#team-cta:after {
  right: 0;
  background-color: #0BB9B7;
}

#team-cta a {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  padding: 6px 30px;
  border-radius: 5px;
}

#team-cta a:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

#team-cta a h4 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 1.3em;
}

#meet h1 {
  margin-bottom: 10px;
  color: #82207E;
  font-size: 30px;
  font-weight: 700;
}

#meet h2 {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  font-family: MontBold;
  line-height: 1.4em;
  margin-bottom: 0;
}

.team-link {
  display: none;
}

.meet-team {
  margin: 35px 0 20px 0;
  display: inline-block;
  width: 100%;
  padding: 0 7px 0 8px;
}

.meet-team li {
  float: left;
  height: auto;
  padding: 0 8px 0 7px;
}

.meet-team li:nth-child(3n+1) {
  clear: left;
}

.meet-team .team-content {
  position: absolute;
  top: 52%;
  left: 50%;
  width: calc(100% - 50px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 11px;
  z-index: 1;
  opacity: 0;
}

.meet-team .team-content p {
  line-height: 1.6em;
}

.meet-team .team-name {
  padding: 12px 25px 20px 0;
  float: left;
  width: 100%;
}

.meet-team .team-details:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  border-radius: 5px;
}

.meet-team li .team-details {
  padding-bottom: 80%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  float: left;
  border-radius: 5px;
  width: 100%;
  position: relative;
  color: #fff;
}

.meet-team li:hover .team-content {
  opacity: 1;
}

.meet-team li:nth-child(odd):hover .team-details:after {
  opacity: 0.9;
  background: #0BB9B7;
}

.meet-team li:nth-child(even):hover .team-details:after {
  opacity: 0.9;
  background: #82207E;
}

.meet-team .team-name h3 {
  font-size: 18px;
  color: #82207E;
  margin-bottom: 2px;
}

.meet-team .team-name p {
  font-weight: bold;
}

.fancybox-bg {
  background-color: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-slide>* {
  padding: 25px 25px 13px;
}

#team-cta .header-gradient-overlay {
  display: none;
}

#work-detailed .go-back {
  color: #111;
  margin-top: 0;
  height: 32px;
  line-height: 32px;
  display: block;
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}

.shop-back:hover {
  cursor:pointer;
}

#st-1 {
  float: right;
  width: auto;
}

#work-detailed .go-back:before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 5px;
  height: 15px;
  line-height: 15px;
}

#st-1 .st-btn:hover {
  top: inherit;
}

#work-detailed h1 {
  color: #82207E;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

#work-detailed h2 {
  color: #82207E;
  margin-bottom: 2px;
}

.detailed-name {
  float: left;
  width: auto;
}

#work-detailed h3 {
  font-size: 14px;
  color: #111;
  font-weight: 700;
}

#work-detailed blockquote {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 10px;
  border: 0;
  background-color: #F0F0F0;
  padding: 15px 18px;
  border-radius: 5px;
  color: #82207E;
  font-weight: 700;
}

#work-detailed blockquote.green {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 10px;
  border: 0;
  background-color: #F0F0F0;
  padding: 15px 18px;
  color: #00A8B1;
  font-weight: 700;
}

#work-detailed .go-back:hover {
  opacity: 0.8;
}

#work-detailed .wwd {
  text-align: center;
  padding: 10px 0 20px;
  font-size: 16px;
  font-family: Mont;
}

#st-1 .st-btn:hover {
  top: 0 !important;
}

#work-detailed .detailed-gallery {
  width: 100%;
  display: inline-block;
  float: left;
}

#work-detailed img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#work-detailed img:last-child {
  margin-bottom: 10px;
}

#st-1 .st-btn {
  background-color: #00A8B1 !important;
}

.st-logo {
  display: none;
}

.web-featured-wrapper {
  height: 320px;
  position: relative;
}

.web-app-wrapper {
  height: 130px;
  position: relative;
}

.web-featured-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 50px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.web-app-height {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.web-app-height a {
  color: #fff;
}

.web-app-height p:last-child {
  margin: 0;
}

.web-featured-content a:after, .web-app-height a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
}

.web-featured-content a:hover, .web-app-height a:hover {
  opacity: 0.8;
}

.web-app, .web-app2 {
  position: relative;
}

.web-app2::after, .web-app::before {
  height: 100%;
  content: ' ';
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.nopadding {
  padding: 0;
}

.text-center {
  text-align: center;
}

.web-app:before {
  left: 0;
  background-color: #0BB9B7;
}

.web-app2:after {
  right: 0;
  background-color: #82207E;
}

.web-app-content {
  padding-right: 40px;
  color: #fff;
}

.web-app .web-app-content.web-app-content3 {
  padding-left:30px!important;
}

.web-app-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.case-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.case-image-right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.web-app2 .case-image-right {
  right: inherit;
  left: 0;
}

.case-image-right:after {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}

.case-image-content a {
  background-color: rgba(255, 255, 255, 0.1);
}

.web-app-content a, .web-app-content2 a {
  margin-top: 10px;
  margin-bottom: 0;
}

.web-app-content2 a.btn-purple {
  background-color: #0BB9B7;
  border: solid 2px #0BB9B7;
}

.web-app-content2 a.btn-purple:hover {
  border: solid 2px #0BB9B7;
}

.services-img {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}

.services-img:hover {}

body#default #banner.services-banner {
  margin-top: 0;
  height: auto;
  min-height: 400px;
}

body#default #banner.services-banner .bg {
  right: 50%;
  left: inherit;
}

body#default #banner.services-banner .bg.bg-left {
  left: 50%;
  right: inherit;
}

body#default #banner.services-banner h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  width: calc(100% - 45px);
  color: #fff;
}

body#default #banner.services-bottom-banner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  width: calc(100% - 45px);
  color: #fff;
}

.hwh-wrapper {
  height: 350px;
}

.contact-banner .bg {
  position: relative;
}

.contact-banner .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0BB9B7;
  opacity: 0.9;
}

.contact-banner .bg.bg-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #82207E;
  opacity: 0.9;
}

.contact-banner h2, .contact-banner h3 {
  line-height: 1.7em;
  font-family: Mont;
  font-size: 12px;
  color: #fff;
  margin: 0 0 10px;
}

.contact-banner .row {
  position: relative;
}

.talk-to-us-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contact-banner .talk-to-us-title p {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 0 0 10px;
  font-weight: normal;
}

textarea:focus, input:focus {
  outline: none;
}

.contact-banner .banner-content {
  top: 54%;
}

form#contact-form {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border: 0;
  border-radius: 5px;
  height: inherit;
  padding: 8px 10px;
  font-size: 12px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group textarea {
  height: 64px;
}

.captcha {
  margin-bottom: 10px;
  color: #fff;
  margin-top: -6px;
}

.contact-banner .footer-social {
  margin-top: 5px;
}

#local h2 {
  font-size: 18px;
  color: #82207E;
}

.local-list li {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.local-image {
  width: 50%;
  float: left;
  height: 350px;
}

.local-image a {
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
}

.local-image a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  border-radius: 5px;
}

.local-image a:nth-child(odd):hover:after {
  opacity: 0.9;
  background-color: #82207E;
}

.local-image a:nth-child(even):hover:after {
  opacity: 0.9;
  background-color: #0BB9B7;
}

.local-image .article-content {
  opacity: 0;
  width: calc(100% - 30px);
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}

.local-image a:hover .article-content {
  opacity: 1;
}

.local-image a .article-content h3 {
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff !important;
  padding: 8px 15px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
}

.local-wrapper {
  height: 350px;
  background-color: #F4F4F4;
  width: 50%;
  float: left;
  position: relative;
}

.local-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 10px 30px 0;
}

.local-list li:nth-child(odd) .local-image-alt {
  display: none;
}

.local-list li:nth-child(even) .local-image {
  display: none;
}

.local-list li:nth-child(even) .local-image-alt {
  display: block;
}

.cd-tab-filter {
  display: inline-block;
  width: 100%;
}

.cd-gallery {
  margin-top: 5px;
}

video {
  width: 100% !important;
  height: auto !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#animatedModal {
  background: linear-gradient(235deg, #752073, #5c4382);
}

#request-quote .header-gradient-overlay {
  opacity: 1;
}

#request-quote .fancybox-button svg {
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.fancybox-button {
  width: 35px;
  height: 35px;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 15px;
  top: 15px;
}

.fancybox-slide--html {
  padding: 0;
}

.select-ctr {
  position: relative;
  height: 51px;
  z-index: 0;
}

.select-ctr>div {
  padding: 10px 0;
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  z-index: 0;
}

.select-ctr.active, .select-ctr.active>div {
  z-index: 100;
}

.select-ctr div:nth-child(8) {
  top: 339px;
}

.select-ctr div:nth-child(7) {
  top: 290px;
}

.select-ctr div:nth-child(6) {
  top: 242px;
}

.select-ctr div:nth-child(5) {
  top: 194px;
}

.select-ctr div:nth-child(4) {
  top: 146px;
}

.select-ctr div:nth-child(3) {
  top: 98px;
}

.select-ctr div:nth-child(2) {
  top: 50px;
}

.select-ctr>div.input {
  background: #0BB9B7;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
  padding: 8px 13px;
  font-size: 14px;
  border: solid 2px #0BB9B7;
  width: 320px;
}

.select-ctr.second-level>div.input {
  background: #82207E !important;
  border: solid 2px #82207E;
}

.select-ctr>div.input:hover {
  padding: 8px 13px !important;
}

.select-ctr>div.input {
  transition: all 0.1s ease;
}

.select-ctr>div.input.active {
  color: #fff;
}

.select-ctr>div.input-preview {
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  transition: .3s all ease;
  border-bottom: solid 2px #fff;
  max-width: 320px;
}

.select-ctr>div.input-preview:hover, .select-ctr.active>div.input-preview {
  border-bottom: solid 2px #0BB9B7 !important;
}

.select-ctr.second-level>div.input-preview:hover, .select-ctr.second-level.active>div.input-preview {
  border-bottom: solid 2px #82207E !important;
}

.select-ctr>div.input-preview.active {
  color: white;
  font-size: 14px;
  padding: 10px 15px;
}

.select-ctr>div.input-preview:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 20px;
  width: 15px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
  clip-path: polygon(50% 73%, 0 0, 100% 0);
  padding: 5px;
  box-sizing: border-box;
  transition: .3s all ease;
}

.select-ctr>div.input-preview.active:before {
  -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
  clip-path: polygon(50% 0, 0 73%, 100% 73%);
  right: 15px;
  background: #0BB9B7;
}

.select-ctr.second-level.active>div.input-preview:before {
  right: 15px;
  background: #82207E;
}

.select-ctr.active>div.input-preview:before {
  right: 15px;
  background: #0BB9B7;
}

.select-ctr>div.input-preview:hover:before {
  right: 15px
}

.select-ctr.active>div.input-preview, .select-ctr>div.input-preview:hover {
  padding: 10px 15px;
}

.select-ctr:not(.active) .input {
  pointer-events: none;
}

.select-ctr>div.input:hover, .select-ctr>div.input:focus {
  background: #fff !important;
  color: #0BB9B7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  padding: 8px 15px
}

.select-ctr.second-level>div.input:hover, .select-ctr.second-level>div.input:focus {
  color: #82207E;
}

.select-submit {
  display: none;
}

.select-ctr .input:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0BB9B7;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  border-radius: 5px;
}

.select-ctr .input:hover:before, .select-ctr .input:focus:before {
  background-color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.select-ctr.second-level .input:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #82207E;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  border-radius: 5px;
}

.select-ctr.second-level .input:hover:before, .select-ctr.second-level .input:focus:before {
  background-color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.230, 1);
}

#footer-cta {
  position: relative;
  text-align: center;
  padding:15px 0 50px;
}

#footer-cta .header-gradient-overlay {
  opacity: 1;
}

#footer-cta h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 8px;
}

#footer-cta h4 {
  color: #fff;
  font-size: 16px;
  line-height: inherit;
  font-weight: 700;
  font-family: MontBold;
  margin-bottom: 25px;
}

#footer-cta a {
  font-size: 14px;
}

#request-quote {
  color: #fff;
}

#request-quote label {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

#request-quote .form-box.noicon label {
  height: 55px;
  width: 100%;
}

#request-quote h4 {
  width: 100%;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  font-family: MisoBold;
  margin-bottom: 10px;
}

#request-quote h5 {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  font-family: MisoBold;
  margin-bottom: 10px;
}

#request-quote .request-service-extra label, #request-quote .request-service-extra2 label {
  font-size: 20px;
  font-family: Miso;
  font-weight: normal;
}

#request-quote>div {
  margin-bottom: 20px;
}

.banner-content .dropdown a {
  margin-top: 15px;
}

.closebt:hover {
  transform: rotate(90deg);
}

.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

#btn-close-modal {
  top: 30px;
  right: 30px;
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

#request-quote {
  text-align: center;
  padding: 30px 0;
}

#request-quote input[type=radio].with-font, #request-quote input[type=checkbox].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#request-quote input[type=radio].with-font~label:before, #request-quote input[type=checkbox].with-font~label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 42px;
  color: #fff;
  width: 1.4em;
  width: 150px;
  height: 100px;
  padding-top: 8px;
  clear: both;
  border: solid 2px #fff;
  border-radius: 5px;
  content: "";
}

#request-quote .form-box.noicon input[type=radio].with-font~label:before, #request-quote .form-box.noicon input[type=checkbox].with-font~label:before {
  width: 200px;
}

#request-quote input[type=radio].with-font~label:hover:before, #request-quote input[type=checkbox].with-font~label:hover:before {
  border: solid 2px #0BB9B7;
}

#request-quote input[type=radio].with-font:checked~label:before, #request-quote input[type=checkbox].with-font:checked~label:before {
  border: solid 2px #0BB9B7;
  background-color: #0BB9B7;
}

#request-quote input[type=radio].with-font.digital~label:before {
  content: "\f109";
}

#request-quote input[type=radio].with-font.creative~label:before {
  content: "\f14b";
}

#request-quote input[type=radio].with-font.development~label:before {
  content: "\f121";
}

#request-quote input[type=radio].with-font.it~label:before {
  content: "\f108";
}

#request-quote input[type=radio].with-font.other~label:before {
  content: "\f086";
}

#request-quote input[type=radio].with-font.startup~label:before {
  content: "\f0c0";
}

#request-quote input[type=radio].with-font.mediumenterprise~label:before {
  content: "\f1ad";
}

#request-quote input[type=radio].with-font.largebusiness~label:before {
  content: "\f19c";
}

#request-quote input[type=checkbox].with-font.privacyicon~label:before {
  content: "\f1db";
}

#request-quote input[type=checkbox].with-font.privacyicon:checked~label:before {
  content: "\f058";
}

.form-box {
  display: inline-block;
  width: 150px;
  height: 100px;
  margin: 0 10px 20px;
}

.form-box span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 16px;
  width: calc(100% - 20px);
}

.form-box.noicon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  bottom: inherit;
  line-height: 16px;
}

#request-quote .form-box.noicon input[type=radio].with-font~label:before, #request-quote .form-box.noicon input[type=checkbox].with-font~label:before {
  padding-top: 0;
}

#request-quote .form-box.noicon input[type=radio].with-font~label:before, #request-quote .form-box.noicon input[type=checkbox].with-font~label:before {
  font-size: 30px;
  height: 55px;
}

.form-box.noicon {
  height: auto;
  width: 200px;
}

.request-industry .form-box, #request-quote .request-industry input[type=radio].with-font~label:before, #request-quote .request-industry input[type=checkbox].with-font~label:before, .request-industry .form-box.noicon {
  width: 120px !important;
}

.request-privacy .form-box, #request-quote .request-privacy input[type=checkbox].with-font~label:before, .request-privacy .form-box.noicon {
  width: 200px !important;
}

.request-privacy {
  margin: 8px 0 10px;
}

#request-quote .request-you-are input[type=radio].with-font~label:before, #request-quote .request-you-are input[type=checkbox].with-font~label:before, .request-you-are .form-box {
  height: 120px;
}

#request-quote textarea {
  margin-bottom: 20px;
}

.request-you-are .form-box span.singleline {
  bottom: 23px;
}

.request-field-first {
  padding-right: 8px;
  margin-bottom: 7px;
}

.request-field-second {
  padding-left: 10px;
  margin-bottom: 10px;
}

.request-details {
  margin-bottom: 20px;
}

.g-recaptcha {
  display: inline-block;
}

.request-recaptcha {
  text-align: center;
  margin-bottom: 20px;
}

.request-submit .btn-purple {
  background-color: #0BB9B7;
  border: solid 2px #0BB9B7;
  padding: 10px 125px;
  margin-bottom: 15px;
}

.request-submit .btn-purple:hover {
  color: #0BB9B7;
}

#shop {
  margin: 65px 0 0;
  min-height: calc(100vh - 210px);

}


.fancybox-button--zoom, .fancybox-button--play {
  display: none !important;
}


.hwh-content .btn-purple {
 /* width: 100%; */
  margin-bottom: 10px;
}

.jbinfo {
  width: auto;
  text-align: center;
  color: #999;
  display: inline-block;
}

#why2 {
  background-color: #F4F4F4;
  padding-bottom: 30px;
}

.cd-gallery ul li.mix:nth-child(odd) a:after {
  opacity: 0.5;
  background: #0BB9B7;
}

.cd-gallery ul li.mix:nth-child(even) a:after {
  opacity: 0.5;
  background: #82207E;
}

.services-banner h1 {
  color: #82207E;
  font-size: 42px;
}

.services-banner h2 {
  color: #111;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
}

.web-app-content {
  padding: 30px 40px 30px 0;
}

.web-app2 .web-app-content {
  padding: 30px 0 30px 40px;
}

#banner {
  width: 100%;
  float: left;
}

.detailed-share {
  text-align: right;
}

.sharethis-inline-share-buttons {
  margin-right: 10px;
  float: right;
}

.detailed-website {
  width: auto;
  padding: 7px 15px 6px;
  font-size: 11px;
  float: right;
}

.client-detailed .case-image-right:after {
  display: none;
}

.client-detailed .web-app2 .web-app-content, .client-detailed .web-app-content {
  padding: 0 45px;
}
 .rightcol {text-align:right}
.test-content {
  padding: 15px 25px 15px 35px;
  position: relative;
  margin-bottom:30px;
}

.test-content:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.25);
}

.test-content:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.25);
}

.test-content span {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-weight: 700;
  font-family: MontBold;
}

.test-content span:before {
  margin-right: 5px;
  content: "-";
  font-weight: bold;
  font-family: MontBold;
}

.web-app .web-app-content {
  padding-left: 0 !important;
}

.web-app2 .web-app-content {
  padding-right: 0 !important;
}

.web-app-min {
  min-height: 275px;
  width: 100%;
}

.web-app-min>div.minheightdiv {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.web-app-min>div {
  padding-top:15px!important;
}

.web-app2 .web-app-min>div {
  left: 0;
}

#work-detailed h2 {
  color: #111;
  font-size: 14px;
  font-family: MontBold;
  font-weight: 700;
}

.client-detailed #work-detailed .web-app-content h1, .client-detailed #work-detailed .web-app-content h2, .detailed-result h2, .other-projects h2, body#default #banner.services-bottom-banner.local-bottom h4 {
  font-size: 30px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
  text-transform: inherit !important;
  font-family: Miso !important;
  color: #fff !important;
}

.detailed-result h2, .other-projects h2 {
  color: #82207E !important;
}

.detailed-image-item {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.detailed-image-item img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.detailed-result .container-fluid {
  margin-top: 20px;
}

.other-projects .cd-gallery {
  padding: 0 15px;
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #00A8B1 0, #00A8B1 100%);
  background-image: -o-linear-gradient(top, #00A8B1 0, #00A8B1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00A8B1), to(#00A8B1));
  background-image: linear-gradient(to bottom, #00A8B1 0, #00A8B1 100%);
  background-repeat: repeat-x;
  border-color: #00A8B1;
  border-radius: 0;
}

.alert-success {
  color: #fff;
  background-color: #00A8B1;
  border-color: #00A8B1;
}

.js-contact-success2.alert-success {
  background-image: -webkit-linear-gradient(top, #82207E 0, #82207E 100%);
  background-image: -o-linear-gradient(top, #82207E 0, #82207E 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82207E), to(#82207E));
  background-image: linear-gradient(to bottom, #82207E 0, #82207E 100%);
  background-repeat: repeat-x;
  border-color: #82207E;
  border-radius: 0;
  color: #fff;
  background-color: #82207E;
  border-color: #82207E;
}

.js-contact-success2.alert-success p {
  font-size: 12px;
  line-height: 1.7em;
  margin: 0;
}

.captcha label {
  width: 100%;
}

.system-error-message, .shop-receipt {
  background: none;
  padding: 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #00A8B1;
  margin: 0 0 20px 0;
}

.shop-receipt h1, .shop-quote-receipt h1 {
  border: 0;
  padding: 0;
  margin: 0 !important;
}

.system-error-message h1, .system-error-message a, .shop-receipt h1, .shop-receipt h2, .shop-receipt a {
  color: #fff !important;
}

.shop-receipt hr {
  display: none;
}

.talk-to-us-title a {
  color: #fff;
}

.grey-download {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #999;
}

body#default #banner.shop-about-banner {
  margin-top: 0;
}


.cd-fail-message {
  text-align: center;
}

#golf-animation {
  position: relative;
  height: 75px;
  margin-bottom:25px;
}

#golf-animation .container {
  height: 75px;
}

#golf-animation .container .col-xs-12 {
  height: 75px;
}

.golf-background {
  background-image: url('/__assets/img/golf-background.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 100px;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.golf-foreground {
  background-image: url('/__assets/img/golf-foreground2.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 90px;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.golf-cart {
  position: absolute;
  left: -6px;
  bottom: -1px;
}

.golf-cart img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.local-bottom .banner-content p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 20px;
}



.body-shop #golf-animation {
  display: none;
  margin: 0;
}

.body-shop footer {
  margin-top:0;
  border-top:solid 1px #f1f1f1;
  padding-top:25px;
}

footer #nav_1984368 li:first-child {
  display: none;
}
.partners {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom:3px;
}
.partners li {
  float: right;
}
.partners li:nth-child(1),
.partners li:nth-child(2) {
margin-bottom:10px;
}
.local-bottom h4 {width:100% !important}
.local-bottom .btn-white {float:none !important}
.partners li a {
  height: 35px;
  float: left;
  width: calc(50% - 10px);
  margin-left:10px;
}

.partners li img {
  width: auto;
  height: 100%;
}

.bannerviewowkr {
  margin-right:10px;
}
.other-projects {
  margin-bottom:35px
}
.large-price {
  margin-bottom:0;
}
.shop-custom1 p {
  margin-bottom:0;
}
.large-price span {
  font-size: 12px;
}
.large-view .large-price {
  font-size: 20px;
  margin-top:5px;
}
.shop-custom2, .shop-custom3  {
  font-style: italic;
  font-size: 11px;
}
.shop-custom3 {
  margin-top:-10px;
}
.shop-custom2 p {
  margin: 0;
}
.shop-custom3 p {
  margin-bottom:10px;
}
.shop-qty {
font-weight: 700;
font-family: MontBold;
margin-bottom:18px;
margin-top:5px;
display: inline-block;
}

.shop-qty span {
  margin-right:5px;
}
.shop-qty input {
  border-radius: 5px;
  width:33px;
  height: 23px;
  text-align: center;
  border:solid 1px #ccc;
}

.shop-custom4 {
  margin-bottom:11px;
}
.shop-custom4 .warranty {
  color: #999;
  margin-right:8px;
}
.subscribe-input {
  padding: 8px 9px!important;
  width: calc(50% - 23px)!important;
  display:inline-block!important;
  margin-right:3px!important;
  max-width:130px!important;
}



.subscribe-submit {
  width:40px!important;
  display:inline-block!important;
  position:relative;
  color: transparent!important;
  padding: 8px 0!important;
}

.subscribe-submit:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  font-size:15px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 16px;
}


.subscribe-input:hover,
.subscribe-input:active,
.subscribe-input:focus {
  background-color: #fff!important;
  background-image:none!important;
  color: #111!important;
}

.subscribe-submit:hover:before,
.subscribe-submit:active:before,
.subscribe-submit:focus:before {
  color: #82207E!important;
}

footer .alert {
  padding: 8px 10px 7px;
    margin: 0;
}

.shop-footer footer {
  border-top:solid 1px #f1f1f1;
}

.services2-wrapper {
  position:relative;
  display: inline-block;
}
#services2 {
  position: relative;
}
#services2 .services2-bg {
  position: absolute;
  top:0;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-size:cover;
  background-position: center center;
}

#services2 .services2-bg-right {
  position: absolute;
  top:0;
  right: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-size:cover;
  background-position: center center;
}

#services2 .services2-content {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right:45px;
  width: calc(100% - 15px);
  color:#fff;
  background-image:none!important;
  background-size:cover;
  background-position:center center;
}

#services2 .services2-content h2 {
  color: #fff;
}

#services2 .services2-padding.services2-padding {
  padding-right:0;
  padding-left:45px;
  left:0;
}

#services2 .row > div {
  min-height:400px;
}

#services2 .btn-white {
  background-color:rgba(255,255,255,0.1);
  text-transform: uppercase;
  margin-top:10px;
  text-align:center;
}

#services2 .services2-bg:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#services2 .services2-bg-right:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color:rgba(130,32,126,0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#services2.services2-opposite .services2-bg:before {
  background-color:rgba(130,32,126,0.5);
}

#services2.services2-opposite .services2-bg-right:before {
  background-color:rgba(0,0,0,0.5);
}

.services2-center-btn {
  position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.services2-bg-mobile {
  display: none;
}


body#default #banner.services-banner.jamboardbottom .bg {
  background-size:cover;
}

#shop-banner {
  position: relative;
}
.slick-track {
  width: 100%!important;
}
.shop-banner-items div {
  width: 100%!important;
}
.shopbanneritem:after {
  content: "";
  width: 100%!important;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
  left: 0;
  background-color:rgba(0,0,0,0.1);
}

.body-shop.shop-middle-active .shopbanneritem:after {
  background-color:rgba(0,0,0,0.3);
}

.slick-initialized .slick-slide {
  position: absolute!important;
  left: 0!important;
}

.slider-handle {
  background-color: #0BB9B7;
    background-image: -webkit-linear-gradient(top, #0BB9B9 0%, #2EC2C2 100%);
    background-image: -o-linear-gradient(top, #0BB9B9 0%, #2EC2C2 100%);
    background-image: linear-gradient(to bottom, #0BB9B9 0%, #2EC2C2 100%);
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #56CFCF 0%, #56CFCF 100%);
    background-image: -o-linear-gradient(top, #56CFCF 0%, #56CFCF 100%);
    background-image: linear-gradient(to bottom, #56CFCF 0%, #56CFCF 100%);
    background-repeat: repeat-x;
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #56CFCF 0%, #56CFCF 100%);
    background-image: -o-linear-gradient(top, #56CFCF 0%, #56CFCF 100%);
    background-image: linear-gradient(to bottom, #56CFCF 0%, #56CFCF 100%);
    background-repeat: repeat-x;
    opacity: 1;
}

.pin {
  float: right;
  margin-left:15px;
}

.pin i {
  color: #fff;
  height: 41px;
  line-height: 41px;
  font-size: 24px;
}

header.sticky .call,
header.sticky .pin i {
  height: 35px;
  line-height: 35px;
}

#home.open .pin {
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    right: 15px;
}

.google-link {
  color: #00A8B1!important;
}
.gmnoprint {
  display: none!important;
}
.google-map .col-xs-12 {
  padding: 0;
}
#vic-gmap, #vic-gmap2 {
  height: 400px;
  border-bottom:solid 1px #E5E5E5;
}
 #vic-gmap2 {
   display: none;
 }
#vic-gmap h3, #vic-gmap2 h3 {
  font-size: 18px;
  margin-top:5px;
  margin-bottom:4px;
  color: #111;
}
#vic-gmap p, #vic-gmap2 p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom:12px;
}
#gallery {
  display: inline-block;
width:100%;
}
#gallery div {
  margin-bottom:30px;
}

#gallery img {
  width: 100%;
  height: auto;
}


.ui-slider-handle {
  background-color: #0BB9B7!important;
  border: 0!important;
  border-radius: 5px!important;
  width:30px!important;
  height: 30px!important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.ui-slider-horizontal {
    height: 15px;
}
.ui-widget-header {

    background: #fff;
}

.ui-widget-content {
    border: 1px solid #fff;
    background: #ddd;
    color: #ddd;
}
#slider-range {
  margin-top:40px;
}
.request-budget h4 {
  margin-bottom:0;
}
.range-left {
  float: left;
  font-size: 14px;
}
.range-right {
  float:right;
  font-size: 14px;
}
.range-box {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align:center;
  background-color: transparent;
  border:0;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media screen and (max-width:1199px) {
footer .btn-purple-white, footer .btn-purple {
  padding: 8px 15px;
	 width: calc(50% - 2px);
}

  .contact-banner .banner-content {
    top: 54%;
  }
  body#default #banner.services-banner h4 {
    width: calc(100% - 30px);
  }
  #websites .hwh-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .websites-wrapper {
    height: 350px;
  }
  .websites-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0, -50%);
  }
  .web-app-content {
    padding-right: 20px;
  }
  body#default #banner.services-banner {
    height: 360px;
  }
  .web-app-content2 {
    padding-left: 5px;
  }
  .service-item a {
    height: 200px;
  }
  .web-featured-wrapper {
    height: 200px;
  }
  .meet-team li .team-details {
    padding-bottom: 80%;
  }
  .web-app-height h3 {
    font-size: 18px;
  }
  footer .col-md-4 {
    margin-bottom: 15px;
  }
  #cta .left-padding, #cta .right-padding {
    padding: 60px 0;
  }
  #cta img {
    width: 100%;
    height: auto;
    padding: 20px;

  }
  #cta .cta-content {
    padding: 60px 60px 60px 30px;
  }
  footer .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .meet-team li:nth-child(3n+1) {
    clear: inherit;
  }
  .meet-team li:nth-child(odd) {
    clear: left;
  }
  .close-animatedModal img {
    width: 35px;
    height: 35px;
  }
  #btn-close-modal {
    right: 20px;
    top: 20px;
    z-index: 1;
  }
}

@media screen and (max-width:991px) {
	.partners li:nth-child(1),
.partners li:nth-child(2) {
margin-bottom:0;
}
#services2 .services2-content {
  left:10px;
  padding-right:0;
  width: calc(100% - 20px);
}
#services2 .services2-padding.services2-padding {
  padding-left:15px;
  width: 100%;
  padding-right:5px;
}
  footer .text-center {
    text-align: left;
  }

  footer .container .row > div {
    margin-bottom:10px;
  }

  footer .rightcol {
    text-align:left;
  }
  .partners li {
    float: left;
  }
footer .btn-purple-white, footer .btn-purple {
  padding: 8px 30px;
}
  .subfooter {
    text-align:left;
  }
  body#default #banner.services-bottom-banner.local-bottom h4 {
    padding-bottom: 10px;
    padding-top: 0;
  }
  body#default #banner.services-bottom-banner.local-bottom {
    padding: 55px 0 45px;
    text-align: center;
  }
  body#default #banner.services-bottom-banner.local-bottom .btn-white {
    float: none;
    display: inline-block;
  }
  #banner {
    height: 100vh;
  }
  #cta img {
    padding-left: 12px;
  }
  .alert-success {
    margin-top: 40px;
  }
  .services-content-text {
    width: 100%;
  }
  .services-content, .web-app-min>div.minheightdiv {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    padding-top:0!important;
    transform: inherit;
  }
  .web-app-min>div {
    padding-top:0!important;
  }
  .web-app-min {
    min-height: inherit;
    padding: 30px 20px 25px 0;
  }
  .web-app-content {
    padding: 0 15px !important;
  }
  .web-app .web-app-content {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
  .test-content:before {
    top: -15px;
  }
  .test-content {
    margin-bottom: 20px;
  }
  #why ul li, #why2 ul li {
    margin-bottom: 5px;
  }
  .talk-form {
    padding-left: 30px;
  }
  .contact-banner .banner-content {
    top: 56%;
  }
  .hwh-wrapper {
    height: inherit;
    margin-bottom: 25px;
  }
  .web-app .spacer {
    display: none;
  }
  .websites-wrapper {
    height: inherit;
  }
  .websites-content, .web-featured-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    text-align: center;
    width: 100%;
  }
  #banner.services-banner .banner-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    text-align: center;
    width: 100%;
  }
  .web-app::after, .web-app::before {
    display: none;
  }
  .hwh-height {
    min-height: inherit;
  }
  .web-app .container, .web-app2 .container {
    width: 100%;
  }
  .web-app .tablet-container {
    background-color: #0BB9B7;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 40px 0;
  }
  .web-app .tablet-container>div, .web-app2 .tablet-container>div {
    width: 50%;
    float: none;
    padding: 0 15px;
  }
  .web-app .tablet-container2 {
    background-color: #82207E;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 37px 0 40px;
  }
  .web-app .service-item a, .web-app-wrapper {
    height: 160px;
  }
  .it-support-list li a {
    margin: 0 15px 15px 0;
  }
  .web-featured-content {
    text-align: left;
  }
  .websites-content img {
    max-width: 600px;
  }
  .web-featured-wrapper {
    height: inherit;
    ;
  }
  .meet-team li .team-details {
    padding-bottom: 80%;
  }
  .meet-team li:nth-child(3n+1) {
    clear: inherit;
  }
  .meet-team li:nth-child(odd) {
    clear: left;
  }
  #banner.about-banner h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #why ul li:nth-child(odd), #why2 ul li:nth-child(odd) {
    clear: left;
  }
  footer .col-md-4:nth-child(3n+1) {
    clear: inherit;
  }
 /*
  footer .col-md-4:nth-child(odd) {
    clear: left;
  }*/
  .side-padding {
    padding: 0 15px;
  }
  .vertical-grey {
    display: none;
  }
  .banner-content h2 {
    font-size: 44px;
    line-height: 60px;
  }
  .banner-content p {
    line-height: 28px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .services-banner h1 {
    font-size: 30px;
  }
  .services-banner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body#default #banner.services-banner {
    height: auto;
    padding: 35px 0 45px;
  }
  body#default #banner.services-banner.jamboardbottom {
    padding: 0;
    height: auto;
  }
  body#default #banner.services-banner.jamboardbottom .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }
  body#default #banner.services-bottom-banner h4 {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    margin: 0;
    padding: 90px 15px;
  }
  body#default #banner.services-bottom-banner {
    padding: 0;
    min-height: inherit;
  }
  .services-banner .videoWrapper {
    margin-top: 30px;
  }
  .cd-gallery ul li.mix:nth-child(9) a {
    padding-bottom: 54.2%;
  }
  .spacer {
    padding: 15px 0;
  }
  .cd-filters {
    margin-bottom: 10px;
  }
  #cta .left-padding, #cta .right-padding {
    padding: 30px 0;
  }
  #work h2, #cta h1, #meet h1 {
    font-size: 22px;
  }
  #cta h2 {
    font-size: 15px;
  }
  #cta .right-padding {
    height: 360px;
  }
  .contact-banner h2, .contact-banner h3 {
    line-height: 1.7em;
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
  }
}

@media screen and (max-width:767px) {
	
	.partners li,
	.partners li a {
		float: left!important;
		width: auto!important;
	}
	
	.partners li.right a {
		padding-left:15px!important;
	}
	
  #google-map {
    display: none;
  }
  #vic-gmap2 {
    display: block;
  }
  #banner.contact-banner.about-banner>.banner-content {
    top:0!important;
  }
  #banner.about-banner.contact-banner {
    height: auto!important;
}

  .contact-banner .bgbg-overlay,
  .contact-banner .bg,
  .contact-banner .bg-left {
    display: none;
  }
#vic-gmap h3, #vic-gmap2 h3 {
  font-size: 14px;
  margin-bottom:0;
}
#vic-gmap p, #vic-gmap2 p {
  margin-bottom:5px!important;
}
#vic-gmap button {
  display: none;
}
  .about-banner.contact-banner .banner-content .col-xs-12 {
    padding:0;
  }
  #vic-gmap2 {
    height: 400px;
  }
  .pin i {
    font-size: 22px;
    height: 30px;
    line-height: 28px;
  }
  body.open .header-right .pin {
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    right: 15px;
}
  header.sticky .call, header.sticky .pin i {
    height: 30px;
    line-height: 28px;
}
  nav #demo02 {margin-top:30px; width:auto;
  display:inline-block!important;
  padding: 10px 35px!important;
  }
  .services2-bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index:-1;
  }
    .services2-bg-mobile:before {
      content:"";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color:rgba(0,0,0,0.6);
    }

    .services2-bg-mobile.secondmobile:before {
      content:"";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  background-color:rgba(130,32,126,0.5);
    }
  #services2 .row > div {
    padding: 0;
    min-height: inherit;
  }
.services2-wrapper {
  width: 100%;
}
.services2-content {
    padding: 45px 15px;
}
.services2-content h2,
.services2-content p {
  z-index: 10;
}
.services2-bg,
.services2-bg-right {
  display: none!important;
}
#services2 .services2-content {
  width: 100%;
  position: inherit;
  top: inherit;
  left:inherit;
  right: inherit;
  -webkit-transform: inherit;
-moz-transform: inherit;
-ms-transform: inherit;
-o-transform: inherit;
transform: inherit;
padding-right:15px!important;
}
.services2-wrapper {
  text-align: center;
}
#services2 {
  text-align:left;
}
.services2-center-btn {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin:30px 0 0 0;
    display: inline-block;
}
.services-banner.jamboardbanner h1 {
  margin-top:-10px;
}
  footer .leftcol {
    text-align:left;
  }
  footer .btn-purple-white, footer .btn-purple {
    padding: 8px 0;
    width: 48%;
}
.partners li.left {
  float: left;
  text-align:left;
}
.partners li a {
  margin-left:0;
}
  .client-detailed #work-detailed .web-app-content h1, .client-detailed #work-detailed .web-app-content h2, .detailed-result h2, .other-projects h2, body#default #banner.services-bottom-banner.local-bottom h4 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
    .partners li {
  float: none;

}
    .partners li.left {
 text-align: right;

}
    .partners li.right {
 text-align: left;

}
    .footer-small { text-align: center;}

    .partners li.right a{
        padding-left: 25px;}
  .col-sm-6.firstfield {
    padding-right: 15px !important;
  }
  .col-sm-6.secondfield {
    padding-left: 15px !important;
  }
    .rightcol {text-align:center}
    .leftcol {text-align:center}
  body#default #banner.services-banner.jamboardbottom .bg {
    right: inherit;
    left: inherit;
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: 300px;
  }
  body#default #banner.services-banner.jamboardbottom .banner-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    padding: 25px 0;
    width: 100%;
  }
  .services-banner.jamboardbanner a {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .detailed-website {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 7px 15px 6px !important;
  }
  #st-1 {
    float: left;
    margin-top: 10px;
  }
  .web-app-content {
    padding: 0 !important
  }
  .web-app-min {
    padding: 5px 0 12px 0;
  }
  .web-app .web-app-content {
    padding-left: 0 !important;
  }
  .test-content {
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .case-image-right {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    height: 200px;
  }
  #footer-cta h3 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .fancybox-slide>* {
    padding: 25px 15px 13px;
  }
  .services-banner .banner-content h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .web-app .tablet-container>div, .web-app2 .tablet-container>div, .web-app2::after, .web-app::before {
    width: 100%;
  }
  .web-app .tablet-container {
    padding: 25px 0 5px;
  }
  .web-app2 .tablet-container {
    padding: 25px 0 5px;
  }
  .web-app2 .spacer {
    display: none;
  }
  .web-app2 .btn-green {
    margin-bottom: 25px;
  }
  .services-banner .videoWrapper {
    margin-top: 15px;
  }
  #footer-cta h4 {
    font-size: 14px;
    margin-bottom: 18px;
    margin-top: 0;
  }
  #footer-cta a {
    font-size: 12px;
  }
  .request-field-first {
    padding-left: 0;
  }
  .company-field {
    padding: 0;
  }
  .request-field-second {
    padding-right: 0;
  }
  .local-list li:nth-child(odd) .local-image-alt {
    display: none;
  }
  .local-list li:nth-child(even) .local-image {
    display: block;
  }
  .local-list li:nth-child(even) .local-image-alt {
    display: none;
  }
  .local-image {
    height: auto;
    width: 100%;
  }
  .local-image a {
    padding-bottom: 60%;
  }
  .local-wrapper {
    height: auto;
    width: 100%;
  }
  .contact-banner .banner-content {
    padding: 0 !important;
  }
  .contact-banner .bg {
    display: none !important
  }
  .talk-to-us-title {
    background-color: #82207E;
  }
  .talk-form {
    background-color: #0BB9B7;
  }
  #banner.about-banner .banner-content {
    padding: 0;
  }
  #banner.about-banner.contact-banner {
    height: auto;
  }
  .talk-to-us-title {
    padding: 50px 15px 45px;
  }
  .talk-form {
    padding: 90px 15px 35px;
  }
  .talk-form h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: Miso;
    font-weight: 700;
  }
  .talk-to-us-title {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .local-content {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    padding: 20px 15px 10px;
  }
  .websites-content {
    height: auto;
  }
  #websites .hwh-line {
    margin: 30px 0 25px;
  }
  li.mix .article-content h3, .service-item .article-content h3 {
    font-size: 14px;
  }
  .btn-purple {
    padding: 8px 15px;
  }
  li.mix .article-content p, .service-item .article-content p {
    font-size: 11px;
    line-height: 1.5em;
  }
  #websites .btn-purple {
    margin-bottom: 0;
    width: 100%;
  }
  .web-app-content .col-xs-7, .web-app-content2 .col-xs-7 {
    padding-left: 0;
  }
  .web-app-content a, .web-app-content2 a {
    width: 100%;
    margin-bottom: 25px;
  }
  .web-app-content a {
    margin-bottom: 5px;
  }
  .web-app-content .service-item .article-content h3, .web-app-content2 .service-item .article-content h3 {
    font-size: 12px;
  }
  .web-app-content .service-item .article-content p, .web-app-content2 .service-item .article-content p {
    font-size: 10px;
  }
  .web-app-content {
    padding: 0;
  }
  .web-app .tablet-container>div, .web-app .tablet-container2>div {
    width: inherit;
  }
  #websites h3 {
    margin-top: 15px;
  }
  #work-detailed img:last-child {
    margin-bottom: 5px;
  }
  #team-cta .header-gradient-overlay {
    opacity: 0.9 !important;
    display: block;
  }
  .service-item a:after {
    opacity: 0.8;
    background: #0BB9B7;
  }
  .web-app-content .service-item a:after {
    opacity: 0.8;
    background: #82207E;
  }
  #team-cta .spacer {
    padding: 45px 0;
  }
  #team-cta:before, #team-cta:after {
    display: none;
  }
  li.mix .article-content, .service-item .article-content {
    opacity: 1;
  }
  .team-link {
    position: inherit;
    padding-bottom: 80%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .team-content {
    opacity: 1;
    display: none;
  }
  .call strong {
    display: none;
  }
  .call:after {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 22px;
    float: right;
    display: inline-block;
  }
  .call:focus {
    color: #fff;
  }
  .meet-team .team-name {
    padding: 20px 15px 13px;
  }
  .meet-team li .team-details {
    padding-bottom: inherit;
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
  }
  .meet-team .team-content {
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    font-size: 11px;
    z-index: 1;
    opacity: 0;
    padding: 33px 15px 20px;
  }
  .meet-team .team-details:after {
    top: 0;
    left: 0;
  }
  .cd-filters {
    margin-bottom: 0;
  }
  body#default #banner {
    margin-top: 63px;
  }
  #banner.about-banner h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    width: 100%;
  }
  #why h2, #why2 h2 {
    font-size: 22px;
  }
  #why img, #why2 img {
    max-width: 75px;
  }
  #banner.about-banner .bg.bg-left {
    float: right;
  }
  #why h2, #why2 h2 {
    margin: 0 0 30px;
  }
  #why, #why2 {
    margin-bottom: 15px;
  }
  #why2 {
    margin-bottom: 0;
  }
  #why2 li {
    margin-bottom: 0;
  }
  .banner-content {
    top: 45%;
  }
  #why .row, #why2 .row {
    margin: 0 -15px;
  }
  #why ul li, #why2 ul li {
    padding: 0 15px;
  }
  .banner-content h2 {
    font-size: 34px;
    line-height: 1.2em;
  }
  .banner-content p {
    color: #fff;
    font-size: 19px;
  }
  .banner-dropdown li a {
    font-size: 14px;
  }
  .cd-filters a {
    margin: 0 10px 10px 0;
  }
  .cd-gallery ul li.mix a {
    padding-bottom: 65% !important;
  }
  .service-item a {
    padding-bottom: 65% !important;
  }
  .spacer {
    padding: 15px 0;
  }
  .banner-spacer {
    padding: 30px 0 25px;
  }
  footer {
    padding: 30px 0 10px;

  }
  #work h2 {
    margin-bottom: 15px;
  }
  header {
    padding: 20px 0;
  }
  .logo {
    height: 30px;
  }
  #cta .left-padding, #cta .right-padding {
    padding: 8px 15px 7px;
  }
  #cta {
    padding: 25px 0 18px;
  }
  .footer-small {
    text-align: left;
    margin-top: 5px;
  }
  .subfooter {
    margin-top:0;
  }
  nav ul li a {
    font-size: 22px;
    margin-bottom: 5px;
  }
  footer .container .row > div:last-child {
    margin-bottom:0;
  }
  .menu-wrapper {
    top: 44%;
  }
  .menu-social li i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .menu-social {
    margin-top: 20px;
  }
  .vertical-white, .vertical-white {
    display: none;
  }
  #cta img {
    max-width: 300px;
  }
  #cta .right-padding {
    height: inherit;
  }
  #cta .cta-content {
    padding: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .header-right .btn-white {
    display: none;
  }
  .logo {
    margin: 0;
    float: inherit;
    text-align: center;
    display: inline-block;
    width: calc(100% - 160px);
  }
  .logo img {
    max-height: 30px;
  }
  header.sticky .logo img {
    max-height: 30px;
  }
  header.sticky .hamburger {
    height: 30px;
  }
  header.sticky .call {
    height: 30px;
    line-height: 30px;
  }
  .call {
    margin: 0;
    height: 30px;
    font-weight: normal;
    width: 30px;
    line-height: 30px;
  }
  .header-right {
    display: inline-block;
    width: 80px;
  }
  .logo a {
    display: inline-block;
  }
  .hamburger-inner {
    margin-top: -5px;
  }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
  }
  .hamburger--slider .hamburger-inner::after {
    top: 16px;
  }
  .hamburger-box {
    height: 30px;
    float: left;
  }
  .hamburger {
    height: 30px;
    width: 80px;
  }
  .hamburger-inner {
    margin-top: -6px;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    width: 25px;
  }
  .hamburger--slider.is-active .hamburger-inner::after {
    top: 20px;
  }
  .is-active .hamburger-inner {
    margin-top: -7px;
  }
  body.open .logo {
    left: 80px;
  }
  body#default #banner.services-banner {
    height: auto;
  }
  #banner.about-banner .bg {
    padding-bottom: 50%;
  }
  body#default #banner.services-banner h4 {
    width: 100%;
    margin-top: 0;
  }
  .menu-wrapper {
    width: calc(100% - 30px);
  }
  body#default #banner.services-banner .bg {
    right: inherit;
    margin-top: 0;
  }
  #websites h1, #it-support h1, .web-app h1, body#default #banner.services-banner h4, #work h2, #cta h1, #meet h1, #work-detailed h1, #banner.about-banner h1, #why h2, #why2 h2, #team-cta a h4, #banner.about-banner.contact-banner h1, .contact-banner .banner-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .h3, h3, .web-app-height h3, #meet h2, #cta h2, #work-detailed h2 {
    font-size: 15px;
  }
  .cd-filter h3 {
    font-size: 20px;
  }
  #work-detailed h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #team-cta a {
    width: auto;
    padding: 6px 15px;
  }
  #work-detailed h3 {
    font-size: 13px;
  }
  #request-quote input[type=radio].with-font~label:before, #request-quote input[type=checkbox].with-font~label:before {
    font-size: 32px;
    padding-top: 5px;
  }
  .banner-content h2 {
    line-height: 40px;
  }
  #banner>.banner-content {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  #banner.about-banner>.banner-content {
    top: 40%;
  }
  .banner-content p {
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
  }
  .select-ctr>div.input-preview {
    font-size: 13px;
  }
  .select-ctr>div.input {
    width: auto;
    font-size: 12px;
    padding: 5px 8px;
  }
  .select-ctr div:nth-child(2) {
    top: 45px;
  }
  .select-ctr div:nth-child(3) {
    top: 45px;
    left: 63px;
  }
  .select-ctr div:nth-child(4) {
    top: 45px;
    left: 136px;
  }
  .select-ctr div:nth-child(5) {
    top: 45px;
    left: 241px;
  }
  .select-ctr div:nth-child(6) {
    top: 81px;
  }
  .select-ctr div:nth-child(7) {
    top: 81px;
    left: 98px;
  }
  .select-ctr div:nth-child(8) {
    top: 81px;
    left: 183px;
  }
  .second-level.select-ctr div:nth-child(2) {
    top: 45px;
  }
  .second-level.select-ctr div:nth-child(3) {
    top: 81px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(4) {
    top: 117px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(5) {
    top: 153px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(6) {
    top: 189px;
  }
  .second-level.select-ctr div:nth-child(7) {
    top: 225px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(8) {
    top: 261px;
    left: 0;
  }
  .heading-2, .heading-3, .heading-4 {
    float: left;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
  }

  .select-ctr>div.input:hover {
    padding: 5px 8px !important;
  }
  .form-box {
    height: 53px;
    margin: 0 5px 5px;
  }
  #request-quote input[type=radio].with-font~label:before, #request-quote input[type=checkbox].with-font~label:before {
    height: 53px;
  }
  #request-quote h4 {
    font-size: 24px;
  }
  #request-quote input[type=radio].with-font~label:before, #request-quote input[type=checkbox].with-font~label:before {
    font-size: 32px;
    padding-top: 3px;
  }
  #request-quote input[type=radio].with-font~label:before, #request-quote input[type=checkbox].with-font~label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    width: 1.4em;
    width: 150px;
    height: 53px;
    padding-top: 3px;
    clear: both;
    border: solid 2px #fff;
    border-radius: 5px;
    content: "";
    float: left;
    padding-left: 10px;
    text-align: left;
  }
  .form-box span {
    position: absolute;
    bottom: inherit;
    left: 53px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(0, -50%);
    line-height: 16px;
    text-align: left;
    width: calc(100% - 20px);
    top: 27px;
  }
  .form-box.noicon span {
    text-align: center;
    padding: 0 4px;
  }
  #request-quote .form-box.noicon input[type="radio"].with-font~label::before, #request-quote .form-box.noicon input[type="checkbox"].with-font~label::before {
    width: 160px;
  }
  .form-box.noicon {
    height: auto;
    width: 160px;
  }
  #request-quote .form-box.noicon label {
    height: 43px;
  }
  #request-quote .form-box.noicon input[type="radio"].with-font~label::before, #request-quote .form-box.noicon input[type="checkbox"].with-font~label::before {
    font-size: 30px;
    height: 43px;
  }
  #request-quote .request-you-are input[type="radio"].with-font~label::before, #request-quote .request-you-are input[type="checkbox"].with-font~label::before, .request-you-are .form-box {
    height: 53px;
  }
  .request-you-are .form-box span.singleline {
    bottom: 10px;
  }
  #request-quote .request-you-are input[type=radio].with-font~label:before, #request-quote .request-you-are input[type=checkbox].with-font~label:before {
    width: 175px;
  }
  .request-you-are .form-box {
    width: 175px;
  }
  #CAT_Custom_20162915, #CAT_Custom_20162920 {
    margin-bottom: 10px;
  }
  .request-privacy .form-box, #request-quote .request-privacy input[type="checkbox"].with-font~label::before, .request-privacy .form-box.noicon {
    width: 304px !important;
  }
  #request-quote h5 {
    margin-top: 5px;
    font-size: 16px;
  }
  .request-industry .form-box {
    margin-bottom: 0;
  }

    .bannerWrapper{
        display: flex;
    flex-direction: column;
    }
    .centerBanner{
        width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
  footer .container .row > div {
    width: 100%;
  }
  .subscribe-input {
    max-width:inherit!important;
  }
  footer .btn-purple-white, footer .btn-purple {
    width: 100%;
  }
}

@media screen and (max-width:400px) {


  .web-app-content .col-xs-5 {
    width: 100%;
  }
  .web-app-content .col-xs-7 {
    width: 100%;
    padding: 0 15px;
  }
  .web-app-wrapper {
    height: inherit;
    margin-top: 15px;
  }
  .web-app .service-item a, .web-app-wrapper {
    height: inherit;
  }
  .web-app-height {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  #websites h1, #it-support h1, .web-app h1, .web-app2 h1, body#default #banner.services-banner h4, #work h2, #cta h1, #meet h1, #work-detailed h1, #banner.about-banner h1, #why h2, #why2 h2, #team-cta a h4 {
    font-size: 24px;
    line-height: 28px;
  }
  #cta h1 {
    font-size: 22px;
  }
  .h3, h3, .web-app-height h3, #meet h2, #cta h2, #work-detailed h2 {
    font-size: 14px;
    line-height: 1.5em;
  }
  #work h2 {
    margin-bottom: 8px;
  }
  #websites .hwh-line {
    margin: 20px 0 15px;
  }
  #work-detailed .go-back {
    font-size: 10px;
  }
  #cta .cta-content {
    padding: 10px 0;
  }
  #websites .hwh-content {
    padding: 0;
  }
  .spacer {
    padding: 10px 0;
  }
  .web-app .tablet-container {
    padding: 30px 0;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .it-support-list li a img {
    max-height: 45px;
    padding: 10px;
  }
  .it-support-list li a {
    margin: 0 10px 10px 0;
  }
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
