@font-face {

}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
  background: #fff;
}

body {
	width: 100%;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 18px;
  line-height: 34px;
  background: #fff;
  font-weight: 300;
  opacity: 0;
  color: #222;
    /* border:	50px solid #e0faf9; */
    /* outline: 50px solid #2e4076; */
/* outline-offset: -50px; */
padding:5%;
  /*border: 60px solid #8be9e4;
  outline: 90px solid #000;*/
}

a {
  color: #222;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
a:hover, a:active, a:focus {
  color: #222;
  outline: none;
  text-decoration: none;
  border-bottom: 2px solid white;
}

h2 {text-decoration: underline;}

.nav_h1 a:hover, a:active, a:focus {text-decoration: none; border-bottom: none;}

p, figure {
  margin-bottom: 1.5em;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  margin: 1.5em 0 1.5em 0;
}

h1.main_h1 {font-size: 16px;}
h2.main_h2 {font-size: 32px;}

::-webkit-selection {
  color: #222;
  background: #000;
}

::-moz-selection {
  color: #222;
  background: #000;
}

::selection {
  color: #222;
  background: #000;
}

#uh-page {
  overflow: hidden;
}

.uh_nav {margin-top: 50px; margin-bottom: -100px;}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ffab00;
  color: #222;
  border: 2px solid #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ffb31a !important;
  border-color: #ffb31a !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #ffab00;
  border: 2px solid #ffab00;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ffab00;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #fff;
  border: 2px solid #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background: #fff;
  border-color: #fff;
}
.btn-light.btn-outline {
  background: #f9673a;
  color: #fff;
  border: 2px solid #f9673a;
}
.btn-light.btn-outline:hover, .btn-light.btn-outline:focus, .btn-light.btn-outline:active {
  background: #fff;
  color: #222;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

#uh-nav {
  text-align: center;
  position: ;
  width: 100%;
  z-index: 99;
}
#uh-nav ul {
  padding: 0;
  margin: 0;
}
#uh-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#uh-nav ul li a {
  color: #222;
  padding: 20px 0 5px 0px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: transparent 2px solid;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#uh-nav ul li a:hover, #uh-nav ul li a:focus, #uh-nav ul li a:active {
  color: #222;
  border-bottom: white 2px solid;
}
#uh-nav ul li.uh-active a {
  color: #222;
  border-bottom: rgba(255, 255, 255, 0.1) 2px solid;
}
#uh-nav img {margin: 20px 0 -20px; width: 150px; height: auto;}

#uh-header {
  height: 180px;
  width: 100%;
  position: relative;
  content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  #uh-header {
    height: auto !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width: 100vw';
  }
}
#uh-header .uh-text-wrap {
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #uh-header .uh-text-wrap {
    height: auto !important;
    padding: 3em 0;
    height: 200vh;
    width: 100vw;
    content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
  }
}
#uh-header .uh-intro-text {
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
  text-align: center;
}
#uh-header h1 {
  font-size: 3.5em;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 15px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #222;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#uh-header h1 span {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-style: italic;
  text-transform: none !important;
}
@media screen and (max-width: 1200px) {
  #uh-header h1 {
    font-size: 2.9em;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 9px;
  }
}
@media screen and (max-width: 768px) {
body {
  font-size: 16px;
  line-height: 20px;
    /* border:	30px solid #e0faf9; */
    /* outline: 30px solid #2e4076; */
/* outline-offset: -60px; */
padding:5%;
}
  #uh-header h1 {
    font-size: 2.2em;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 9px;
  }
	
.uh_nav {margin-top: 20px; margin-bottom: -30px;}
	
}
@media screen and (max-width: 480px) {
body {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 13px;
  line-height: 34px;
  background: #fff;
  font-weight: 300;
  opacity: 0;
  color: #222;
  /*border: 18px solid #8be9e4; */
}
h1.main_h1 {font-size: 13px;}
h2.main_h2 {font-size: 24px;}

  #uh-header h1 {
    font-size: 1.5em;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 2px;
  }
	
.uh_nav {margin-top: 20px; margin-bottom: -30px;}
	
}

#uh-header span {
  margin: 0;
  padding: 0;
}
#uh-header h2 {
  font-family: "serif";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  letter-spacing: .09em;
}
@media screen and (max-width: 480px) {
body {
  font-size: 16px;
  line-height: 20px;
    /* border:	20px solid #e0faf9; */
    /* outline: 20px solid #2e4076; */
/* outline-offset: -20px; */
padding:5%;
}
	
	
#uh-nav {height: 200px;}
	
  #uh-header h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
}

.btn-next {
  position: absolute;
  bottom: 2em;
  left: 50%;
}
@media screen and (max-width: 480px) {
  .btn-next {
    bottom: 4px;
  }
}
.btn-next a {
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
}
.btn-next a span {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-next a i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  color: #ffab00;
}
@media screen and (max-width: 480px) {
#uh-nav img {margin: 20px 0 -20px; width: 70px; height: auto;}
	
	
	
	
  .btn-next a i {
    font-size: 20px;
  }
}
.btn-next a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.btn-next a:hover span {
  color: rgba(255, 255, 255, 0.7);
}
.btn-next a:hover i {
  color: #ffab00;
}

.uh-bio-photo img {
  max-width: 100%;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.uh-project {
  height: ;
  width: 100%
  display: table;
  position: relative;
}
.uh-project:before {margin: 0 auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  /*background: #fff;*/
  width: 90%;

}
.uh-project.no-border {
  border-bottom: none;
}
.uh-project.no-border:before {
  display: none;
}
@media screen and (max-width: 768px) {
#uh-nav img {margin: 20px 0 -20px; width: 70px; height: auto;}
  .uh-project {
    height: inherit !important;
    padding: 3em 0;
  }
}
.uh-project .uh-project-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  position: relative;
}
@media screen and (max-width: 768px) {
  .uh-project .uh-project-inner {
    float: left;
    width: 100%;
    height: inherit !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width:100vw';
  }
}
.uh-project .uh-imgs {
  height: calc(100% - 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .uh-project .uh-imgs {
    margin-bottom: 30px;
  }
}
.uh-project .uh-imgs .img-holder-1,
.uh-project .uh-imgs .img-holder-2 {
  position: absolute;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .uh-project .uh-imgs .img-holder-1,
  .uh-project .uh-imgs .img-holder-2 {
    position: relative;
  }
}
.uh-project .uh-imgs .img-holder-1 img,
.uh-project .uh-imgs .img-holder-2 img {
  max-width: 100%;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.uh-project .uh-imgs .img-holder-1 {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .uh-project .uh-imgs .img-holder-1 {
    right: 0;
  }
}
.uh-project .uh-imgs .img-holder-2 {
  bottom: -2em;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .uh-project .uh-imgs .img-holder-2 {
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .uh-project .uh-imgs .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .uh-project .uh-imgs .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.uh-project.uh-reverse .img-holder-1 {
  left: auto;
  right: 0;
}
.uh-project.uh-reverse .img-holder-1 img {
  text-align: right;
}
.uh-project.uh-reverse .img-holder-2 {
  bottom: -2em;
  right: auto;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .uh-project.uh-reverse .img-holder-2 {
    position: absolute;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .uh-project.uh-reverse .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .uh-project.uh-reverse .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.uh-project .uh-text {
  padding-top: 3em;
}
.uh-project .uh-text h2 {
  color: #222;
  margin-bottom: 20px;
}
.uh-project .uh-text p {
  color: rgba(255, 255, 255, 0.5);
}

#uh-main,
.uh-section {
  padding: 7em 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
#uh-main small,
.uh-section small {font-size: 13px; color: #fff;}
#uh-main .uh-lead,
.uh-section .uh-lead {
  font-size: 26px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #uh-main .uh-lead,
  .uh-section .uh-lead {
    font-size: 22px;
    line-height: 34px; 
  }
}

#uh-footer {
  padding: 2em 0em;
  color: #222;
  position: relative;
}
#uh-footer:before {
	margin: 0 auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  /*background: #fff;*/
  width: 90%;
}

.uh-project-detail {
  padding: 7em 0;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
}
.uh-project-detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #ffd700;
  width: 101%;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.uh-section-heading {
  margin-top: 0px;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.uh-section-heading .uh-number {
  color: rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.uh-section-heading .uh-number sup {
  top: -.25em;
  position: relative;
}

.uh-testimony {
  padding: 0;
  margin: 0;
  border-left: none;
}
.uh-testimony p {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 20px;
  line-height: 38px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}
.uh-testimony .uh-quote {
  margin-bottom: 10px;
}
.uh-testimony p cite {
  color: rgba(255, 255, 255, 0.5);
}

.uh-social {
  padding: 0;
  margin: 0;
}
.uh-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.uh-social li a {
  padding: 10px;
  font-size: 16px;
  color: #222;
  border-bottom: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.uh-social li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uh-social.uh-stack li {
  display: block;
}
.uh-social.uh-stack li a {
  display: block;
  padding: 5px 10px;
  border-bottom: none;
}
.uh-social.uh-stack li i {
  width: 24px;
  top: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}

#uh-map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #uh-map {
    height: 250px;
  }
}

.uh-list-style-1 {
  padding: 0;
  margin: 0 0 1.5em 0;
}
.uh-list-style-1.uh-inline {
  float: left;
  margin-right: 3em;
}
@media screen and (max-width: 480px) {
  .uh-list-style-1.uh-inline {
    margin-right: 0px;
    float: none;
  }
}
.uh-list-style-1 li {
  list-style: none;
  padding-left: 2em;
  position: relative;
}
.uh-list-style-1 li:before {
  content: "";
  left: 0;
  top: .75em;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  background: #ffab00;
}

.flexslider {
  background: none;
  border: none;
}
.flexslider img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.flexslider .flex-control-paging li a {
  background: white;
  box-shadow: none !important;
}
.flexslider .flex-control-nav {
  bottom: -60px;
}

.style-toggle {
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 15px;
  background: black;
  width: 40px;
  height: 20px;
  border-bottom: none !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.style-toggle .uh-circle {
  height: 20px;
  width: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
}
.style-toggle.active .uh-circle {
  height: 20px;
  width: 20px;
  position: relative;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.uh-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
