@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Allura);

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
  position; relative;
  width: 100%;
  height: 100%;
 }
img {
  width: 100%;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
header {
  position: relative;
  width: 100%;
  height: 80%;
  max-height: 585px;
  background: url('../images/headers/header-back.jpg') no-repeat left top;
  background-size: cover;
}
header .logo {
  position: relative;
  width: 100%;
  height: 72%;
  max-height: 375px;
  background: url('../images/logos/logo.png') no-repeat center center;
  background-size: contain;
    top: 50%;
    margin-top: -187px;
}
header .eight.columns {
  text-align: right;
}
.banner--clone {
	padding: 3% 2%;
}
header .stick.u-full-width {
    position: absolute;
    float: left;
    padding: 2% 2%;
    /* Additional styles */
    background: rgb(96,96,96); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96,96,96,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

nav {
  font-size: 1.3rem;
}
nav a {
  color: #313131;
}
nav a:hover {
  text-decoration: none;
  color: #e9e9e9;
} 
nav.eight.columns {
  text-align: right;
  font-weight: bold;
  margin-top: 1.2%;
}
#intro .nav-list {
  font-family: 'Allura', cursive;
  font-size: 2.8rem;
  margin-top: 2%;
}
#intro .nav-list a {
  opacity: .8;
}
.stick {
  z-index: 9999;
  -webkit-backface-visibility: hidden;
}
.banner--clone a {
  color: #f9f9f9;
}
.banner--clone .eight.columns .nav-list li {
  margin-bottom: 0;
}
.banner--clone .eight.columns .nav-list {
  line-height:38px;
  height: 40px;
}
section#intro {
	text-align: center;
}
#intro p {
  width: 40%;
  margin: 0 auto;
  font-size: 2.1rem;
}
#tier-one {
  background: #f7f7f7;
}
#tier-one .four.columns {
  width: 100%;
  max-width: 275px;
  margin: 20px 10px;
  border-radius: 0px 0px 200px 200px;
  /*background: #ede6e3;*/
  background: #353435;
  box-shadow: 0px 0px 25px #a1a1a1;
  float: none;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/*#tier-one a:nth-child(even) .four.columns {
  background: #e7ede3;
}*/
.anchor {
}
#tier-one .four.columns:hover {
	background: #f9f9f9 !important;
  color: #353435 !important;
}
#tier-one .container {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
#tier-one .card {
  padding-bottom: 3%;
  border-radius: 9999px;
  margin-bottom: 4%;
  overflow: hidden;
  height: 232px;
  margin-top: -100px;
}
#tier-one a {
  color: #f9f9f9;
  font-weight: lighter;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#tier-one .section-heading a {
  color: #353435;

}
#tier-one .section-heading a:hover {
  cursor: pointer;

}
#tier-one .row {
  margin: 0 !important;
  text-align: center;
}
.card img {
  width: 100%;
}
.card-footer {
  text-align: center;
  margin-top: 135px;
}
.card-footer h5 {
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: -3px;
}
.card-footer p {
  font-weight: 100;
  margin-bottom: 15px;
}
#tier-one .row {
  text-align: center;
}
#tier-two .image-main {
  position: relative;
  width: 245px;
  height: 367px;
  margin: 0 auto;
  border-radius: 0px 0px 200px 200px;
  box-shadow: 0px 0px 25px #a1a1a1;
}
#tier-two .image-main .no-overflow {
	border-radius: 0px 0px 200px 200px;
}
#tier-two h1 {
  margin-bottom: -8px;
}
.overlay {
  position: absolute;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#tier-two a {
	text-decoration: underline;
}
.image-main:hover .overlay {
  opacity: 1;
}
.line-vertical {
  height: 100px;
  background: url('../images/misc/line-vertical.png') repeat-y center top;
}
#tier-three .line-vertical {
  height: 120px;
}
@media (min-width: 550px) {
  #tier-three .line-vertical {
    -webkit-filter: brightness(1.16);
    filter: brightness(1.16);
    margin-top: -20px;
    height: 200px;
  }
}
.line-horizontal {
  width: 7%;
  height: 4px;
  float: left;
  margin: 0;
  margin-top: 14%;
  background: url('../images/misc/line-horizontal.png') repeat-x left center;
}
.h.line-horizontal {
  background: none;
  height: auto;
  margin-top: 9%;
}
#tier-two p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#tier-two .seperate {
  -webkit-filter: invert(3%);
  filter: invert(3%);
}
#tier-two .container {
  margin-top: 3%;
}
#tier-three {
  background: url('../images/backgrounds/tier-three-back.jpg') no-repeat center bottom;
  background-size: cover;
  padding: 2%;
  padding-top: 0;
}
#tier-three .container {
  position: relative;
}
#tier-three .section-heading {
  margin-top: 5%;
}
@media (max-width: 550px) {
  #tier-three .section-heading h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  #tier-three .section-heading .row:first-child {
    padding-top: 35px;
  }
}

#tier-three .lights {
  z-index: 1;
}
#tier-three .float.row {
  position: relative;
  padding: 7% 10%;
  background: #f9f9f9;
  margin-top: -10%;
  margin-bottom: 20%;
  box-shadow: 0px 2px 15px #676767;

}
#tier-three #carousel .carousel-inner a {
  color: #313131;
}
#tier-three #carousel .carousel-inner a:hover {
  text-decoration: none;
}

.u-bold {
  font-weight: bold;
}
.u-underline {
  text-decoration: underline;
}
#carousel {
  min-height: 200px;
  display: inline;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
  min-height: 200px;
  vertical-align: middle;
}
.carousel-control {
  position: absoltue;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  background-image: none !important;
  width: 8%;
  opacity: 1;
}
.carousel-control:last-child {
  right: 0 !important;
}
#tier-three .feature-container .eight.columns p span {
  font-size: 2rem;
}
#tier-three #carousel .four.columns {
	text-align: left;
}
#tier-three .six.columns {
  margin-top: 5%;
}
#tier-three span.glyphicon {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 45px;
	height: 80px;
	background-size: contain !important;
	margin-left: -25px;
	margin-top: -40px;
}
#tier-three .glyphicon.left {
	background: url('../images/arrow-left.png') no-repeat left top;
}
#tier-three .glyphicon.right {
	background: url('../images/arrow-right.png') no-repeat right top;
}
#tier-four {
  padding-top: 2%;
}
#tier-four p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#tier-four #in-content {
  margin: 2% auto;
}
#tier-four .inline.row .four.columns {
  position: relative;
  text-align: center;
  width: 28.666667%;
  margin-left: 0;
  border-radius: 99999px;
}
#tier-four .icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  	opacity: 1;
  	background-size: cover !important;
}
#tier-four .hover:hover .overlay {
  opacity: 1;
}
#tier-four #facebook .icon {
  background: url('../images/inspiration/inspiration1.png') no-repeat center center;
}
#tier-four #pinterest .icon {
  background: url('../images/inspiration/inspiration2.png') no-repeat center center;
}
#tier-four #instagram .icon {
  background: url('../images/inspiration/inspiration3.png') no-repeat center center;
}
#tier-four .four.columns {
	text-align: center;
}
#tier-five {
  display: table;
  position: relative;
  width: 100%;
  padding: 10%;
  background-size: cover;
}
.seperate {
  position: absolute;
  width: 55px !important;
  height: 100%;
  background: url('../images/misc/seperate.png') no-repeat center top;
  background-size: 100%;
  top: 0;
  left: 50%;
  margin-left: -26px;
}
#tier-five .table.container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-left: 0;
}
#tier-five button {
  border: 1px solid #f9f9f9;
  background: transparent;
  font-family: 'Allura', cursive;
  font-size: 6rem;
  font-weight: lighter;
  text-transform: none;
  letter-spacing: 2px;
  color: #f9f9f9;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 35px 24px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#tier-five button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #404040;
}
.parallax-mirror {
	width: 100% !important;
}
.parallax-mirror img {
	width: 100% !important;
	left: 0 !important;
}
.parallax-window {
  min-height: 603px;
  background: transparent;
}
.parallax-slider {
  height: 640px;
}
footer {
  display: table;
  position: absolute;
  width: 100%;
  padding: 7% !important;
  text-align: center;
  color: #414141;
}
footer .four.columns {
	float: none;
	margin: 0 auto;
}
footer .eight.columns {
	float: none;
	margin: 0 auto;
}
footer .container {
  display: table-cell;
  vertical-align: middle;
}
footer .logo {
  height: 70px;
  background: url('../images/logos/logo.png') no-repeat center center;
  background-size: contain;
  opacity: .2;
  margin: 2% 0 2% 0;
}
footer .social.nav-list img {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
  opacity: .2;
}
footer .eight.columns .nav-list li {
  margin-right: 1.5%;
}
footer .nav-list li a {
  color: #414141;
}
footer .nav-list {
  margin-bottom: 0;
}
footer nav .social.nav-list a:hover {
  -webkit-filter: invert(black);
  -moz-filter: invert(black);
  -ms-filter: invert(black);
  filter: invert(black);
}
footer .social.nav-list .fa-back {
  background: #b4b4b4;
}
footer .social.nav-list .fa {
  color: #f9f9f9;
}
#project-button {
  text-align: center;
  margin-top: 10%;
}
#project-button button{
  border: 1px solid #939598;
  background: transparent;
  font-family: 'Allura', cursive;
  font-size: 6rem;
  font-weight: lighter;
  text-transform: none;
  letter-spacing: 2px;
  color: #939598;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 35px 24px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}
#project-button button:hover {
  opacity: .5;
}
#mimi-portrait {
  max-width: 226px;
}
.before-item {
  opacity: .6;
}
.before-item div {
  font-family: 'Allura', cursive;
  font-size: 5rem;
  line-height: 1em;
  color: #010101;
  box-sizing: border-box;
  white-space: nowrap;
}
#services .container,
#tier-six .container {
  max-width: 750px;
}
#tier-six h4,
#tier-three h4 {
  margin-bottom: 0;
}
#tier-six h5,
#tier-three h5 {
  font-size: 1.8rem;
  font-weight: lighter;
  margin-bottom: 0;
  opacity: .6;
}
#services h4 {
  font-family: 'Allura', cursive;
  opacity: .8;
  font-size: 3.7rem;
  margin-top: -13px;
}
@media (max-width: 1220px) {
  .before-item div {
    font-size: 4rem;
  }
}
@media (max-width: 1030px) {
  .before-item div {
    font-size: 3rem;
  }
}
@media (max-width: 750px) {
  .before-item div {
    font-size: 3rem;
    white-space: normal;
  }
}
.image-main a:hover {
  color: inherit;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
  font-family: 'Allura', cursive;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0;
  margin-bottom: 2% !important; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #414141; }
a:hover {
  color: #797979; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
   }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {

  
  margin-bottom: 1rem; }
#services .eight.columns ul li {
  text-indent: -13px;
}
#services ul {
  margin-left: 15px;
}
.nav-list {
  display: inline-block;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}
.nav-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.555557%;
}
.nav-list li:last-child {
  margin-right: 0;
}
.social.nav-list li {
  border-radius: 9999px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
  color: #f9f9f9;
  margin-right: 0;
}
.social.nav-list li .line-horizontal {
	width: 20px;
	height: 35px;
	float: none;
	margin: 0 -4px;
	z-index: -1;
}
.social.nav-list li .fa-back:hover {
  background: #313131;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.u-section {
  position: relative;
  padding: 3% 0%; }
.section-heading {
  text-align: center;
  margin-bottom: 55px;
}
.main .inner .section-heading h1 {
    margin-bottom: 0rem !important;
}
.main .inner .footer-text { 
    text-align: center;
    margin: 5% 0;
}
.main .inner .footer-text p {
    font-size: 1.5rem;
    color: #939598;
}
.table {
  display: table;
}
.zoom {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.transition-zoom {
  -webkit-transform: scale(1.3); 
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.no-overflow {
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;

}
.fa {
  font-size: 25px;
  color: #a0a0a0;
  line-height: 37px;
}
.fa-back {
  width: 35px;
  height: 35px;
  background: #f9f9f9;
  border-radius: 9999px;
}
.fa-instagram {
  font-size: 22px;
  line-height: 36px;
}
.fa-envelope-o {
  font-size: 20px;
}
#tier-one .hover {
  cursor: pointer;
}
.inline-block {
  position: relative;
  width: 30.666667%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 25px #a1a1a1;
}
.main {
  margin-top: 3%;
}
.u-align-center {
  text-align: center;
}
.u-align-left {
  text-align: left;
}
.u-margin-zeroauto {
  margin: 0 auto !important;
  float: none;
}
.u-contain {
  position: relative;
}
.u-center-center {
  position: absolute; 
  top: 50.6666667%;
  left: 49.3333334%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-tranform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  #tier-three .six.columns {
    width: 30%;
  }
  #tier-three h1 {
    margin-left: -13px;
  }
  #tier-three .lights {
    width: 35%;
  }
  #tier-five button {
    width: 80%;
  }
  #tier-three span.glyphicon {
    top: 60%;
    width: 15px;
    margin-left: -8px;
  }
}

/* Larger than tablet */
@media (max-width: 750px) {
  .social.nav-list {
    display: none;
  }
  nav.eight.columns {
    width: 100%;
    text-align: center;
  }
  #tier-two p {
    width: 80%;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
