/* ==============================
   Global styles
   ============================== */
html {
  
}
html,
body {
  height: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
      font-size: 14px;
    color: #666;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body ::-moz-selection {
  background: #171724;
  color: #fff;
}
body ::selection {
  background: #171724;;
  color: #fff;
}
a,
a:hover, a:focus {
	    pointer-events: all;
  color: #111;
  outline: none;
  text-decoration: none;
}
ul {
  list-style-type: none;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* ==============================
   Typography
   ============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: 400;
  color: #444;
}
p {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  font-weight: 300;
}
b {
  font-weight: 700;
}
blockquote {
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #777;
}
blockquote p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.alt-font {
  font-family: 'Dosis', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.amatic{
  font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #fff;
    line-height: 41px;
    margin-bottom: 0.3em;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eeeef7;
}
/* ==============================
   Helper clases
   ============================== */
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
img.resp {
  width: 100%;
  height: auto;
}
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.relative {
  position: relative;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* ==============================
   Page loaders
   ============================== */
.page-loader {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-right: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-left: 1px solid rgba(0,0,0,0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
.loader-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 6px;
  color: #777;
}
.mfp-preloader {
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50% !important;
  left: 50% !important;
  right: 0;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  border-left: 1px solid #fff;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==============================
   Backgrounds and sections
   ============================== */
.bg-dark-10,
.bg-dark-50,
.bg-dark-80,
.bg-dark-90,
.bg-light-90 {
  color: #fff;
}
.bg-dark-10 *,
.bg-dark-50 *,
.bg-dark-80 *,
.bg-dark-90 *,
.bg-light-90 * {
  color: #fff;
}
.bg-dark-10:before,
.bg-dark-50:before,
.bg-dark-80:before,
.bg-dark-90:before,
.bg-light-90:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-dark-10:before {
  background: rgba(0,0,0,0.1);
}
.bg-dark-50:before {
  background: rgba(0,0,0,0.5);
}
.bg-dark-80:before {
  background: rgba(0,0,0,0.8);
}
.bg-dark-90:before {
  background: rgba(0,0,0,0.9);
}
.bg-light-90:before {
  background: rgba(255,255,255,0.8);
}
.bg-light {
  background: #f0f0f0;
}
.bg-light-2 {
  background: #f8f8f8;
}
.bg-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/*
section {
  position: relative;
  padding: 0px 0 0 0;
  min-height: 100px;
  overflow: hidden;
}
*/

.page {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 1;
}
.page-2 {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
}

.min-height {
  min-height: 400px;
}
.half-height {
  padding: 0 !important;
  margin: 0 !important;
  height: 90vh;
  width: 100%;
}
.full-screen {
  height: 100vh;
  width: 100%;
}

/* ==============================
   Headers
   ============================== */
span.hs {
  font-weight: 400;
}
.hs-line-1,
.hs-line-2,
.hs-line-3,
.hs-line-4,
.hs-line-5,
.hs-line-6,
.hs-line-8,
.hs-line-9,
.hs-line-first,
.hs-line-second {
  color: #fff;
}
.hs-line-1 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hs-line-2 {
  letter-spacing: 5px;
  font-family: 'Dosis', sans-serif;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.hs-line-3 {
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
}
.hs-line-4 {
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 5px;
}
.hs-line-5 {
  text-transform: capitalize;
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 40px;
  letter-spacing: 5px;
}
.hs-line-6 {
  text-transform: uppercase;
  font-size: 4.5em;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 10px;
}
.hs-line-7 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 40px;
  letter-spacing: 15px;
}
.hs-line-8 {
  font-size: 2.5em;
  font-weight: 100;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.hs-line-9 {
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.hs-line-first {
  margin-top: 0;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.hs-line-second {
  margin-top: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.85);
}

/* ==============================
   Parallax
   ============================== */
.parallax-hero {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.parallax-fixed {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-section-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.mobile .parallax-section-bg {
  height: 100% !important;
}

/* ==============================
   Hero section
   ============================== */
.hero-content {
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
}
.hero-content-inner {
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 0 0px;
  z-index: 5;
  padding-top: 60px;
}
.hero-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* ===============================
   Page
   =============================== */

.page {
  background: transparent;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 1;
}

.small-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.call-to-action h5 {
  color: #777;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .call-to-action h4,
  .call-to-action h5 {
    text-align: center;
  }
}

/* ==============================
   Service
   ============================== */
.features-item {
  margin-top: 70px;
}
.features-icon {
  padding-top: 10px;
  font-size: 48px;
  line-height: 1.3;
  color: #32B2A5;
}
.features-icon img {
  width: 100%;
}
.features-title {
  color: #777;
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.features-descr {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}
.service-quote p {
  font-size: 20px;
}

/* ==============================
   Buttons
   ============================== */
.social-links {
  font-size: 16px;
  margin-bottom: 20px;
}
.social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  position: relative;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  color: #C7D4B5;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.social-links a a i,
.social-links a a span {
  position: relative;
  top: 0;
  left: 0;
}
.social-links a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.social-links a:hover {
  color: #fff;
}
.social-links a:hover:before {
  border: 2px solid #fff;
}
.icon-big-round {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  color: rgba(255,255,255,0.97);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.icon-big-round .fa-play {
  position: relative;
  left: 4px;
}
.btn-read-more {
  border-bottom: 1px solid #111;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
}
.btn-scroll-down {
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: display 0.5s easy-in-out;
  -moz-transition: display 0.5s easy-in-out;
  -o-transition: display 0.5s easy-in-out;
  -ms-transition: display 0.5s easy-in-out;
  transition: display 0.5s easy-in-out;
}
.btn-scroll-down:after {
  content: '';
  display: block;
      border-bottom: 8px solid #01D088;
    border-right: 8px solid #01D088;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.btn-scroll-down:after {
  width: 30px;
  height: 30px;
  bottom: 35px;
  -webkit-animation: sc-down-a 0.3s infinite alternate;
  -moz-animation: sc-down-a 0.3s infinite alternate;
  -o-animation: sc-down-a 0.3s infinite alternate;
  -ms-animation: sc-down-a 0.3s infinite alternate;
  animation: sc-down-a 0.3s infinite alternate;
}
.btn-coffee {
  font-family: 'Dosis', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34,34,34,0.9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.btn-coffee:hover,
.btn-coffee:focus {
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-coffee:active {
  cursor: pointer !important;
  outline: none !important;
}
.btn-coffee.btn-small {
  height: auto;
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}
.btn-coffee.btn-medium {
  height: auto;
  padding: 8px 37px;
  font-size: 12px;
}
.btn-coffee.btn-large {
  height: auto;
  padding: 12px 45px;
  font-size: 13px;
}
.btn-coffee.btn-glass {
  color: rgba(255,255,255,0.75);
  background: rgba(0,0,0,0.4);
}
.btn-coffee.btn-glass:hover,
.btn-coffee.btn-glass:focus {
  color: #fff;
  background: #000;
}
.btn-coffee.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}
.btn-coffee.btn-border:hover,
.btn-coffee.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #000;
}
.btn-coffee.btn-color {
  color: #fff;
  background: #00b2ca;
}
.btn-coffee.btn-color:hover,
.btn-coffee.btn-color:focus {
  color: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.btn-coffee.btn-color-w {
  color: #fff;
  border: 2px solid #00b2ca;
  background: #00b2ca;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
.btn-coffee.btn-color-w:hover,
.btn-coffee.btn-color-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}
.btn-coffee.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.75);
  background: transparent;
}
.btn-coffee.btn-border-w:hover,
.btn-coffee.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}
.btn-coffee.btn-border-1px {
  border: 1px solid;
}
.btn-coffee.btn-w {
  color: #111;
  background: rgba(255,255,255,0.8);
}
.btn-coffee.btn-w:hover,
.btn-coffee.btn-w:focus {
  color: #111;
  background: #fff;
}
.btn-coffee.btn-gray {
  color: #777;
  background: #e5e5e5;
}
.btn-coffee.btn-gray:hover,
.btn-coffee.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}
.btn-coffee.btn-circle {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-coffee.btn-round {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}
.btn-icon.btn-small {
  overflow: hidden;
}
.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.btn-icon:hover > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.btn-icon > span.white {
  color: #fff;
}
.btn-icon > span.black {
  color: #000;
}
.btn-full {
  width: 100%;
}
@-moz-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}
@-webkit-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY()5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}
@-o-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}

/* ==============================
   Form Field
   ============================== */
.form input,
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0,0,0,0.1);
  padding-left: 7px;
  padding-right: 7px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.form select {
  font-size: 12px;
}
.form select[multiple] {
  height: auto;
}
.form input:hover,
.form select:hover {
  border-color: rgba(0,0,0,0.2);
}
.form input:focus,
.form select:focus {
  color: #111;
  border-color: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  outline: none;
}
.form input.input-lg,
.form select.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
.form input.input-md,
.form select.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
.form input.input-sm,
.form select.input-md {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}
.form textarea {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0,0,0,0.1);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form textarea:hover {
  border-color: rgba(0,0,0,0.2);
}
.form textarea:focus {
  color: #111;
  border-color: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21,0.3);
  box-shadow: 0 0 3px rgba(21,21,21,0.3);
}
.form-contact input {
  margin-bottom: 15px;
}
.form-contact textarea {
  height: 90px;
}
.form-contact button {
  margin-top: 15px;
  float: right;
}

.contact-item a,
.contact-item h5 {
  color: #777;
}
.contact-item p,
.contact-item a {
  letter-spacing: 2px;
}
.contact-item span,
.contact-item i {
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
  color: #00b2ca;
}

/* ==============================
   Footer
   ============================== */
footer.page-footer {
  
  /*position: relative;*/
  padding-top: 100px;
  padding-bottom: 60px;
}
.copy-right a {
  color: #C7D4B5;
  font-size: 12px;
  letter-spacing: 0.5em;
}
.copy-right a:hover {
  text-decoration: none;
}
.copy-right p {
  color: #fff !important;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}
.copy-right p a{ letter-spacing: inherit; }

a.scroll-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0,0,0,0.2);
  font-size: 48px;
}

/* ==============================
   Logotype
   ============================== */

div.logotype{
      position: relative;
    top: -60px;
}

div.sigreLogotype{
  position: fixed; top: 0; left: 0; z-index: 1;
  width: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding:0 50px;
      z-index: 1000;
}
div.sigreLogotype ul{
	
}

div.sigreLogotype.scrolled{
  background: rgba(0,0,0,0.05);
  pointer-events:all;
}
div.sigreLogotype.scrolled ul{
	pointer-events:all;
}

div.sigreLogotype > img{
  width: 200px;
}

img.smallLogo{ max-width: 150px; margin: 0 auto; }

/* ==============================
   Media Query Retina
   ============================== */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  .retinaQuery{ position: relative; top: -40px; }
  img.retinaImg{ max-width: 200px; }
}

@media (max-width: 1024px){
  .mediaProyector{ position: relative; top: -90px; }
}