/*	===================================================================
		Import Bootstrap LESS and Site Specific LESS
		=================================================================== */
/* Variables
	-------------------------------------------------- */
/* to be change in future */
/* to be change in future */
/* to be change in future */
/* Mixins
	-------------------------------------------------- */
.bg-cover {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.no-cover {
  background-size: initial;
  -moz-background-size: initial;
  -webkit-background-size: initial;
}
.text-wrap {
  white-space: normal;
  word-break: break-word;
}
.text-rendered {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.35;
}
.filter-off {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}
.grayscale {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
}
.grayscale-hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.transition-body {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.transition {
  transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
}
.no-transition {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.transform {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.transform2 {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.dark-alpha {
  background: rgba(5, 12, 20, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.flex-center {
  display: -ms-flexbox;
  /*For IE*/
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  /*For IE*/
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  /*For IE*/
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* General
	-------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #4a5562;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
/* Graphic
	-------------------------------------------------- */
img {
  max-width: 100%;
}
.img-holder {
  margin-bottom: 30px;
}
.img-holder img,
.img-holder iframe {
  max-width: 100%;
}
.map iframe,
.map img {
  width: 100%;
}
/* Mixins
	-------------------------------------------------- */
@font-face {
  font-family: 'klavika_boldbold';
  src: url('../fonts/ufonts.com_klavikabold-bold-opentype-webfont.eot');
  src: url('../fonts/ufonts.com_klavikabold-bold-opentype-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_klavikabold-bold-opentype-webfont.woff2') format('woff2'), url('../fonts/ufonts.com_klavikabold-bold-opentype-webfont.woff') format('woff'), url('../fonts/ufonts.com_klavikabold-bold-opentype-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_klavikabold-bold-opentype-webfont.svg#klavika_boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-3 {
  font-family: 'klavika_boldbold';
}
.base-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.header-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.light-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.bold-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.semi-bold-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.base-italic-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
h1 {
  font-family: 'klavika_boldbold';
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #343c45;
  /*text-transform: 	uppercase;*/
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 42px;
}
h4 {
  font-size: 38px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 24px;
}
p {
  line-height: 1.5;
  margin-bottom: 15px;
}
p:last-child {
  margin: 0;
}
a {
  text-decoration: none;
  transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
/* Landscape tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 16px;
  }
}
/* Portrait tablet @media (min-width: 768px) and (max-width : 979px) */
/*  #Mobile (Portrait)
	================================================== */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 16px;
  }
}
/* Pre Loader
	-------------------------------------------------- */
@-moz-keyframes loader {
  0% {
    background: #e6e6e6;
  }
  10% {
    background: #24bf37;
  }
  40% {
    background: #e6e6e6;
  }
}
@-webkit-keyframes loader {
  0% {
    background: #e6e6e6;
  }
  10% {
    background: #24bf37;
  }
  40% {
    background: #e6e6e6;
  }
}
@keyframes loader {
  0% {
    background: #e6e6e6;
  }
  10% {
    background: #24bf37;
  }
  40% {
    background: #e6e6e6;
  }
}
/* :not(:required) hides these rules from IE9 and below */
#loader {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -11px;
}
#loader:not(:required) {
  -moz-animation: loader 2000ms 300ms infinite ease-out;
  -webkit-animation: loader 2000ms 300ms infinite ease-out;
  animation: loader 2000ms 300ms infinite ease-out;
  background: #e6e6e6;
  display: inline-block;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  /*margin: 0 1.6em;*/
}
#loader:not(:required):before,
#loader:not(:required):after {
  background: #e6e6e6;
  content: '\x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
#loader:not(:required):before {
  -moz-animation: loader 2000ms 150ms infinite ease-out;
  -webkit-animation: loader 2000ms 150ms infinite ease-out;
  animation: loader 2000ms 150ms infinite ease-out;
  left: -1.2em;
}
#loader:not(:required):after {
  -moz-animation: loader 2000ms 450ms infinite ease-out;
  -webkit-animation: loader 2000ms 450ms infinite ease-out;
  animation: loader 2000ms 450ms infinite ease-out;
  right: -1.2em;
}
/* #Print Website
	================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* 	===================================================================
		Miscellenous
		=================================================================== */
/* Wrap
			-------------------------------------------------- */
#wrap {
  background: url('../img/bg-wrap.jpg') center center fixed no-repeat #343c45;
  width: 100%;
  min-height: 100%;
  height: auto!important;
  position: relative;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
}
#wrap.menu {
  right: 0;
}
#wrap.menu-open {
  right: 250px;
}
#wrap.menu-open #nav-slider {
  right: 0;
}
#wrap .content-wrap {
  padding-top: 0;
  text-align: center;
  height: 100%;
}
#wrap .content-wrap * {
  text-align: center;
}
#wrap.for-empty {
  height: 100%!important;
}
#wrap.for-empty .content-wrap {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.for-empty .content-wrap #home {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
/* P#Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  #wrap .content-wrap {
    padding-top: 50px;
  }
}
/*	===================================================================
		Offline Wrap
		=================================================================== */
#offline-wrap {
  /* padding: 190px 0 50px; */
  padding: 75px 0 50px;
}
#offline-wrap .left-col {
  color: #fff;
  padding-top: 175px;
  padding-right: 50px;
  font-size: 28px;
}
#offline-wrap .right-col {
  background: #fff;
  padding: 30px 40px 40px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
#offline-wrap .right-col .contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#offline-wrap .right-col .contact ul li {
  margin-bottom: 15px;
}
#offline-wrap .right-col .contact ul li:last-child {
  margin-bottom: 0;
}
#offline-wrap .right-col .contact ul li input[type="text"],
#offline-wrap .right-col .contact ul li textarea {
  height: auto;
  border: 1px solid #b3bbc5;
  padding: 8px 15px;
  font-size: 17px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#offline-wrap .right-col .contact ul li textarea {
  height: 100px;
}
#offline-wrap .right-col .contact ul li .btn {
  height: auto;
  background: #24bf37;
  padding: 8px 15px;
  font-size: 20px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/* Portrait tablet @media (min-width: 768px) and (max-width : 979px) */
@media (min-width: 768px) and (max-width: 991px) {
  #offline-wrap {
    padding-bottom: 50px;
  }
  #offline-wrap .left-col {
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
    font-size: 22px;
  }
}
/*  #Mobile (Portrait)
			================================================== */
@media only screen and (max-width: 767px) {
  #offline-wrap {
    padding: 75px 15px 30px;
  }
  #offline-wrap .left-col {
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
    font-size: 18px;
  }
  #offline-wrap .right-col {
    padding: 15px 20px 25px;
  }
}
/*	===================================================================
		Header
		=================================================================== */
header {
  width: 100%;
  height: 100px;
  padding: 30px 35px;
  /* position: 		fixed; */
  position: relative;
  z-index: 999;
}
/* Landscape tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  header {
    padding: 30px 15px;
  }
}
/* Portrait tablet @media (min-width: 768px) and (max-width : 979px) */
/* P#Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  header {
    height: 50px;
    padding: 15px 5px;
  }
}
/*	===================================================================
		Nav
		=================================================================== */
.navbar {
  border: none;
  margin: 0;
}
.navbar .navbar-header {
  float: none;
  max-width: 400px;
}
.navbar .navbar-header a {
  width: 210px;
  height: 45px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
}
.navbar .navbar-header a.brand {
  background-image: url('../img/logo-brand.png');
  background-size: 210px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.navbar .navbar-header a.brand-xs {
  width: 30px;
  height: 25px;
  background-image: url('../img/logo.png');
  background-size: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: none;
}
.navbar .nav-lg {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 30px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
}
.navbar .nav-lg a {
  color: #fff;
  padding: 13px 25px;
}
.navbar .nav-lg a:hover,
.navbar .nav-lg a:focus {
  background: none;
  color: #24bf37;
}
.navbar .nav-lg span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0 -2px;
}
.navbar .nav-lg span a {
  display: block;
  padding: 14px 25px;
}
.navbar .nav-lg span.try-it {
  margin-left: 15px;
}
.navbar .nav-lg span.try-it a {
  background: #24bf37;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.navbar .nav-lg span.try-it a:hover {
  color: #fff;
}
.navbar .nav-lg span.login a {
  background: #fff;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #000;
}
.navbar .nav-others {
  display: none;
}
/* Nav Slider
			-------------------------------------------------- */
#nav-slider {
  /* background: 	darken(@base-color, 10%); */
  background: #343c45;
  box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.8);
  width: 250px;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -250px;
  overflow-x: hidden;
  transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
}
#nav-slider .navbar-nav {
  float: none;
  padding: 99px 0 50px;
  margin: 0;
}
#nav-slider .navbar-nav li {
  border-bottom: 1px solid #1e2328;
  display: block;
  float: none;
}
#nav-slider .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
}
#nav-slider .navbar-nav li a:hover,
#nav-slider .navbar-nav li a:focus {
  background: none;
  color: #24bf37;
}
#nav-slider .navbar-nav li:first-child {
  border-top: 1px solid #1e2328;
}
#nav-slider .navbar-nav li span {
  display: block;
}
#nav-slider .navbar-nav li span a {
  display: block;
  padding: 15px 25px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#nav-slider .navbar-nav li span.try-it a {
  background: #24bf37;
  box-shadow: inset 7px 0 8px -4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 7px 0 8px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 7px 0 8px -4px rgba(0, 0, 0, 0.7);
}
#nav-slider .navbar-nav li span.try-it a:hover {
  background: #1c942b;
  color: #fff;
}
#nav-slider .navbar-nav li span.login a {
  background: #fff;
  color: #343c45;
  box-shadow: inset 7px 0 8px -4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 7px 0 8px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 7px 0 8px -4px rgba(0, 0, 0, 0.7);
}
#nav-slider .navbar-nav li span.login a:hover {
  background: #e6e6e6;
  color: #343c45;
}
#nav-slider .close {
  position: absolute;
  top: 38px;
  right: 15px;
  opacity: 1;
  color: #fff;
  text-shadow: 0 0 0;
}
#nav-slider .close i {
  font-size: 30px;
}
/* Portrait tablet @media (min-width: 768px) and (max-width : 979px) */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-header {
    max-width: 400px;
  }
  .navbar .nav-main {
    display: none;
  }
  .navbar .nav-lg {
    right: 30px;
  }
  .navbar .nav-others {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .navbar .nav-others a {
    color: #fff;
  }
  .navbar .nav-others a i {
    font-size: 35px;
  }
}
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .navbar .navbar-header {
    max-width: 75px;
    float: left;
    margin: 0;
  }
  .navbar .navbar-header a.brand-xs {
    display: block;
  }
  .navbar .nav-main {
    display: none;
  }
  .navbar .nav-lg {
    right: 30px;
  }
  .navbar .nav-others {
    display: block;
    float: right;
  }
  .navbar .nav-others a {
    color: #fff;
  }
}
/*	===================================================================
		Banner
		=================================================================== */
#banner {
  height: 650px;
  position: relative;
}
#banner .project-screen {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#banner .project-screen img {
  width: 100%;
}
#banner .banner-content {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  color: #fff;
  padding: 0 0 0 150px;
  z-index: 2;
  display: -ms-flexbox;
  /*For IE*/
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  /*For IE*/
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  /*For IE*/
}
#banner .banner-content .content {
  /*padding-right: 	600px;*/
}
#banner .banner-content .content p {
  font-size: 24px;
  line-height: 1.3;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}
#banner .banner-content .content input[type="text"],
#banner .banner-content .content button {
  border: none;
  outline: none;
  height: 65px;
  float: left;
  margin: 0;
}
#banner .banner-content .content input[type="text"] {
  background: url('../img/icon-facebook.png') 15px 20px no-repeat #fff;
  width: 410px;
  color: #343c45;
  padding: 18px 20px 16px 53px;
  line-height: 1.5;
  font-size: 21px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
#banner .banner-content .content button {
  width: 65px;
  background: #24bf37;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  color: #fff;
  padding: 0 20px;
  font-size: 36px;
}
#banner .banner-content .content span {
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  padding-top: 20px;
}
/* My Carousel
		-------------------------------------------------- */
#myCarousel {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#myCarousel .carousel-inner,
#myCarousel .carousel,
#myCarousel .item,
#myCarousel .active {
  height: 100%;
}
#myCarousel .fill {
  width: 100%;
  height: 100%;
  background: url('../img/img-001.jpg') center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
/* Small desktop */
@media (min-width: 1199px) and (max-width: 1399px) {
  #banner {
    height: 575px;
  }
}
/* Landscape tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  #banner {
    height: 475px;
  }
  #banner .banner-content {
    padding-left: 50px;
  }
  #banner .banner-content .content input[type="text"] {
    width: 350px;
    font-size: 20px;
  }
  #banner .banner-content .content p {
    font-size: 20px;
  }
}
/* Portrait tablet @media (min-width: 768px) and (max-width : 979px) */
@media (min-width: 768px) and (max-width: 991px) {
  #banner .project-screen {
    display: none;
  }
  #banner .banner-content {
    float: none;
    width: 100%;
    padding: 0 100px;
    text-align: center;
  }
  #banner .banner-content .content form {
    display: inline-block;
  }
}
/*  #Mobile (Portrait)
	================================================== */
@media only screen and (max-width: 767px) {
  #banner {
    height: auto;
    padding: 30px 0 55px;
  }
  #banner .project-screen {
    display: none;
  }
  #banner .banner-content {
    float: none;
    width: 100%;
    padding: 0 40px;
    text-align: center;
  }
  #banner .banner-content .content p {
    font-size: 16px;
  }
  #banner .banner-content .content span {
    font-size: 10px;
    padding-top: 10px;
  }
  #banner .banner-content .content .get-start .title {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }
  #banner .banner-content .content .get-start .btn {
    padding: 7px 30px;
  }
}
/* 	===================================================================
		Home
		=================================================================== */
#home h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 55px;
}
#home h4 small {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  line-height: 1.5;
}
#home .search-box {
  background: #fff;
  width: 620px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#home .search-box input[type="text"] {
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding-right: 55px;
}
#home .search-box input[type="text"]:focus {
  border: none;
  outline: none;
}
#home .search-box button {
  border: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 50%;
  padding: 0;
  margin-top: -15px;
}
#home .search-box button i {
  font-size: 36px;
}
#home #content h5 {
  color: #fff;
  margin-bottom: 30px;
}
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #home .search-box {
    width: auto;
    margin: 0 100px;
  }
  #home .search-box input[type="text"] {
    font-size: 24px;
  }
}
/* Smartphones (portrait) ----------- */
@media (max-width: 480px) {
  #home .search-box {
    width: auto;
    margin: 0 50px;
  }
  #home .search-box input[type="text"] {
    font-size: 18px;
  }
}
/*	===================================================================
		Footer
		=================================================================== */
footer {
  width: 100%;
  padding: 30px 35px;
  font-size: 14px;
  z-index: 1;
  color: #78889a;
  position: relative;
  transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
}
footer .logo-holder {
  text-align: center;
  margin-bottom: 20px;
}
footer .logo-holder a {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
  text-indent: -9999px;
  text-align: left;
}
footer .logo-holder a.logo-luna {
  width: 100px;
  height: 20px;
  background-image: url('../img/logo-luna.png');
  background-size: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
footer .info {
  text-align: center;
}
footer .info strong {
  color: #fff;
}
footer .info a {
  color: #fff;
}
footer.menu {
  right: 0;
}
footer.menu-open {
  right: 250px;
}
footer.menu-open #nav-slider {
  right: 0;
}
/* Landscape tablet */
/* Portrait tablet @media (min-width: 768px) and (max-width : 979px) */
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    padding: 20px 0;
  }
  footer .info {
    line-height: 1.5;
  }
}
/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
  footer .info {
    line-height: 1.5;
  }
}
