/*------------------------------------------------------------------

 [ Global HTML styles]

------------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}
a {
  outline: 0 !important;
  color: #079c74;
  text-decoration: none !important;
}
a:visited {
  color: #007a52;
}
a:hover {
  color: #3d3d3d;
}
h2 {
  text-align: center;
  color: #333333;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.8em;
}
h2 span {
  color: #079c74;
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: 0.625em;
}
h3 {
  color: #333333;
  font-size: 2.5em;
}
h3:after {
  content: ' ';
  width: 100%;
  max-width: 485px;
  border-top: 2px solid #079c74;
  height: 1px;
  display: block;
  margin: 20px 0 30px;
}
h4 {
  font-size: 1.5em;
  font-weight: 700;
}
h5 {
  color: #079c74;
  font-size: 1.25em;
  font-weight: 600;
}
h6 {
  color: #333333;
  font-size: 1.125em;
  font-weight: 700;
}
::selection {
  /* webkit */

  background: #079c74;
  color: #ffffff;
}
::-moz-selection {
  /* gecko */

  background: #079c74;
  color: #ffffff;
}
/*------------------------------------------------------------------

 [ Theme global styles]

------------------------------------------------------------------*/
.bg-grey {
  background: #f3f3f3;
}
.caption-margin {
  margin-top: 60px;
}
.parallax {
  background-attachment: fixed !important;
  /*fix for background parallax bug*/
}
.color-overlay-sec {
  background: rgba(163, 26, 10, 0.92) !important;
  position: relative;
  padding: 20px 0;
}
.overlay-sec {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.overlay-sec h2 {
  color: #ffffff;
}
.color-overlay-sec h2 {
  color: #ffffff;
}
.color-overlay-sec h2 span {
  color: #5cf1c9;
}
.color-overlay-sec .person span {
  color: #cccccc !important;
}
.color-overlay-sec p {
  border-bottom-color: rgba(51, 51, 51, 0.1) !important;
}
.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list li {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5em;
}
.icon-list .elegant {
  float: left;
  width: 10%;
  color: #079c74;
  font-size: 1.3em;
}
.icon-list .txt {
  float: left;
  max-width: 90%;
}
.noopacity {
  opacity: 0;
}
.nodisplay {
  display: none;
}
.breakit {
  word-break: break-all;
}
/*------------------------------------------------------------------

 [ Bootstrap components styles]

------------------------------------------------------------------*/
/*     3.1. Buttons     */
.btn {
  padding: 10px 18px;
  border-radius: 5px;
  outline: 0 !important;
}
.btn-primary {
  background: #ffffff;
  border-color: #cccccc;
  color: #666666;
}
.btn-success {
  background: #079c74;
  border-color: #079c74;
  font-weight: 600;
}
.btn-info {
  background: #4e4e4e;
  border-color: #4e4e4e;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #3d3d3d;
  border-color: #3d3d3d;
  outline: 0;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #3d3d3d;
  border-color: #3d3d3d;
  outline: 0;
}
/*     3.2. Forms     */
input {
  height: 64px !important;
  border-color: #cccccc;
  font-weight: 400;
}
input:focus,
input:active {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon {
  width: 68px !important;
  background: #3d3d3d;
  border-color: #3d3d3d;
  color: #f3f3f3;
}
/*     3.3. Form validation     */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #999999;
}
.has-error .form-control {
  border-color: #079c74;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .input-group-addon {
  color: #ffffff;
  background-color: #079c74;
  border-color: #079c74;
}
.has-error .form-control-feedback {
  color: #079c74;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background: #3d3d3d;
  border-color: #3d3d3d;
}
.help-block {
  font-size: 0.75em;
  margin-bottom: 0px;
}
.help-block ul {
  margin-bottom: 0px;
}
/*     3.4. Button icons     */
.btn .elegant {
  margin-right: 0px;
}
.btn .elegant:before {
  margin-top: 6px;
  margin-left: 5%;
  float: left;
}
.elegant {
  font-size: 1.75em;
}
/*     3.5. Tabs     */
.nav-tabs {
  border: none !important;
  width: auto !important;
  height: auto;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.nav-tabs li {
  overflow: hidden;
  border: 1px solid #cccccc !important;
  border-left: 0px !important;
}
.nav-tabs li:first-of-type {
  border: 1px solid #cccccc !important;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs li:last-of-type {
  border: 1px solid #cccccc !important;
  border-left: 0px !important;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.nav-tabs li a {
  border-radius: 0px !important;
  border: none !important;
  margin-right: 0px !important;
  padding: 10px 40px;
  font-weight: 600;
  color: #333333;
}
.nav-tabs li a:hover {
  background: #666666;
  color: #ffffff;
}
.nav-tabs .active a {
  background: #079c74 !important;
  color: #ffffff !important;
}
.tab-content {
  margin-top: 60px;
}
.nav-light li,
.nav-light li:first-of-type,
.nav-light li:last-of-type {
  border-color: #666666 !important;
}
.nav-light .active a {
  background: #f3f3f3 !important;
  color: #333333 !important;
}
.nav-light li a {
  color: #999999;
}
.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.gradient-overlay-sec .nav-light .active a {
  color: #079c74 !important;
}
.gradient-overlay-sec .nav-light li a:hover {
  background: rgba(51, 51, 51, 0.5);
}
.gradient-overlay-sec .nav-light li a {
  color: #ffffff;
}
/*     3.6. Navigation bar    */
.navbar-brand {
  margin-bottom: 5px;
  opacity: 1;
  display: table;
  padding: 8px 0 0;
  margin-bottom: 0px;
}
.navbar-brand:hover {
  opacity: 0.8;
}
.navbar-brand img {
  width: 60px;
}
.main-menu {
  background: #ffffff;
  height: auto;
  padding: 13px 0 15px 0;
}
.main-menu .navbar-nav {
  padding: 8px 0 0 0;
}
.main-menu .navbar-nav a {
  color: #666666;
  border-radius: 5px;
}
.main-menu .navbar-collapse a {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 38px;
}
.main-menu .navbar-collapse li {
  background: #ffffff;
  font-size: 0.875em;
}
.main-menu .navbar-collapse a:hover {
  background: transparent;
  color: #079c74;
}
/*toggle menu icon*/
.main-menu .navbar-toggle .icon-bar {
  background: #ffffff;
}
.main-menu .navbar-toggle {
  border-color: #3d3d3d;
  background: #3d3d3d;
  margin-top: 10px;
}
.main-menu .collapsed {
  background: #ffffff;
  border-color: #cccccc;
}
.main-menu .collapsed .icon-bar {
  background: #666666;
}
/*Menu - LOGO container*/

.main-menu .navbar-collapse .navbar-left h4 {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 38px;
  color: #205107;
}

/*Menu - page scrolled down & RWD menu*/
.main-menu .in li {
  background: #3d3d3d;
}
.main-menu .in a {
  color: #cccccc;
  width: 95%;
  margin: 0 auto;
}
.main-menu .in li,
.main-menu .collapsing li {
  text-align: center;
  border-bottom: 1px solid #4e4e4e;
  padding: 4px 0;
}
.main-menu .in a:hover {
  background: #079c74;
  color: #ffffff;
}
/*buttons in menu */
.main-menu .buttons-cont {
  float: right;
}
.main-menu .btn-primary,
.main-menu .btn-success {
  margin: 10px 0 0 0;
}
.main-menu .btn-primary {
  margin-left: 20px;
}
.main-menu .btn {
  margin-left: 10px;
}
/*     3.7. Modal windows     */
.modal-dialog {
  margin-top: 20vh;
  max-width: 500px;
  width: auto;
}
.modal-content {
  padding: 0 10px;
}
.modal-body {
  padding-bottom: 0px;
}
.modal-header h5,
.modal-header h6 {
  text-align: center;
}
.modal-header h5 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.125em;
  margin-top: 10px;
}
.modal-header h6 {
  font-size: 1em;
  font-weight: 300;
  color: #666666;
}
.modal-body .form-horizontal,
.modal-body .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.modal-body .icon-password {
  font-size: 5.625em;
  line-height: 0px;
  margin-top: 35px;
  display: block;
}
.modal-body .icon-repeat {
  font-size: 3.125em;
  line-height: 0px;
  display: block;
  margin-top: 20px;
}
.modal-body button {
  font-size: 1.125em;
  font-weight: 600;
  padding: 20px 0;
}
.modal-body input {
  background: #f3f3f3;
}
.modal-body .other {
  font-size: 0.875em;
  font-weight: 300;
  color: #999999;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}
.modal-body .other:hover {
  color: #666666;
}
.modal-footer p {
  color: #333333;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 7px;
}
.modal-footer p span {
  color: #079c74;
}
.modal-footer p:hover span {
  color: #005830;
}
.formModal {
  text-align: center;
  margin-bottom: 30px;
}
.formModal .elegant {
  font-size: 6em;
  color: #cccccc;
  display: block;
}
.formModal .error {
  color: #079c74 !important;
}
.formModal .desc {
  font-size: 2em;
  font-weight: 700;
  color: #079c74;
}
.modal .btn-ok {
  min-width: 66%;
  margin: 0 auto;
  display: block;
}
/*------------------------------------------------------------------

 [ Plugins styles]

------------------------------------------------------------------*/
/*     4.1. OWL carusels     */
.owl-nav div {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: none !important;
  font-size: 5em;
  color: #079c74;
  margin-top: -40px !important;
}
.owl-nav div:hover {
  color: #666666;
}
.owl-nav .owl-prev:hover {
  left: -7px;
}
.owl-nav .owl-next:hover {
  right: -7px;
}
.owl-nav .owl-prev {
  left: 0;
  content: ' ' !important;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: none !important;
  border: 1px solid #3d3d3d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #079c74 !important;
  border: 1px solid #079c74;
}
.parallax .owl-theme .owl-dots .owl-dot span {
  background: none !important;
  border: 1px solid #ffffff;
}
.parallax .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #079c74 !important;
  border: 1px solid #079c74;
}
/*     4.2. Headroom.js - smart navbar scrolling     */
.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.headroom--unpinned {
  top: -100px;
}
.headroom--pinned {
  top: 0;
}
.headroom--not-top {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/*------------------------------------------------------------------

 [ Headers]

------------------------------------------------------------------*/
/*     5.1. Main header styles & layout-1 styles     */
#header {
  background: url(../img/header/bg03-green.jpg) fixed;
  height: 100vh;
  max-height: 890px;
  min-height: 690px;
  margin-bottom: 50px;
}
#header .container {
  height: 100%;
}
#header .overlay {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: relative;
}
#header .color-overlay {
  background: rgba(244, 99, 82, 0.9);
  height: 100%;
  position: relative;
}
#header .color-overlay .header-txt-color {
  color: #ffffff;
}
#header .color-overlay .btn-success {
  border-color: transparent;
  background: rgba(163, 26, 10, 0.7);
}
#header .color-overlay .btn-success:hover {
  background: #3d3d3d;
  border-color: #3d3d3d;
}
#header .row {
  height: 100%;
  border-bottom: 5px solid #19ae86;
}
#header .header-cont {
  height: 100%;
}
#header .header-image-left {
  margin-top: -30px;
}

#header .header-image-right {
  margin-top: -100px;
}

#header .header-image-fit {
  /* width: 90%; */
  margin-top: -30px;
  margin-left: -280px;
  height: 80vh;
}
/* captions for header only */
#header header {
  /*margin-bottom: 30px;*/
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5 {
  color: #ffffff;
}
#header h1 {
  font-size: 6.25em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.75em;
}
#header h3 {
  font-size: 2.25em;
  font-weight: 300;
}
#header h3:after {
  display: none;
}
#header img {
  margin-top: 20px;
}
#header .header-store-badge {
  margin-left: 10px;
}
#header .header-txt-small {
  font-size: 0.6em;
  line-height: 1.25em;
}
#header .header-txt-small-countdown {
  font-size: 0.4em;
}
#header .header-txt-color {
  color: #00e2a3;
}

#header .header-txt-color-white {
  color: #ffffff;
}

#header .header-txt-color-span {
  color: #ffbf5e;
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: 0.625em;
}

#header .header-addonial-bg {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.35);
}
#header .header-download-bg {
  border-radius: 5px;
  background: #1e2024;
}

#header .header-download-bg img {
  height: 96px;
}

/* buttons in header */
#header .btn {
  width: 35%;
  max-width: 264px;
  margin-right: 30px;
  padding: 0;
  font-size: 1.125em;
}
#header .btn a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 20px 20px;
}
#header .btn-subscribe {
  display: block;
  width: 100% !important;
  padding: 20px 0;
  max-width: none !important;
}
/* margins before content in the header */
#header .header-margin {
  width: 100%;
  height: 26%;
}
#header .header-margin-more {
  width: 100%;
  height: 35%;
}
#header .buttons-cont .btn:last-of-type {
  margin-right: 0px;
}
/*     5.2. Layout-2 styles     */
.header-centred {
  text-align: center;
}
.header-centred h1 {
  font-size: 7.5em !important;
}
.header-centred .header-txt-small {
  font-size: 0.5em !important;
}
.header-centred .header-margin-more {
  height: 25% !important;
}
/*     5.3. Layout-3 styles     */
.header-submit {
  text-align: center;
}
.header-submit .header-txt-small {
  font-size: 0.55em !important;
  line-height: 0.9em;
}
.header-form form {
  width: 100%;
  padding: 20px 0;
  display: table;
}
.header-form form .btn {
  width: 90% !important;
}
.header-more {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.header-more p {
  color: #fff;
  opacity: 0;
  line-height: 1em;
  margin-bottom: 20px;
}
.header-more:hover p {
  opacity: 0.5;
}
.header-more .elegant {
  color: #00e2a3;
  font-size: 2.85em;
}
.header-more .elegant:hover {
  margin-top: 0px;
  color: #079c74;
  cursor: pointer !important;
}
/*     5.4. Layout-4 styles     */
.header-countdown {
  text-align: center;
}
.header-countdown .header-txt-small {
  line-height: 0.9em;
}
.header-countdown h3 {
  line-height: 0.3em;
}
.header-countdown #countdown {
  color: #ffffff;
}
.header-countdown #countdown div {
  float: left;
  text-align: center;
  width: 25%;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 20px;
}
.header-countdown #countdown div p {
  font-size: 3.33em;
  font-weight: 700;
  margin-bottom: -10px;
}
/**     5.5. Flutter styles     */
#handheld::before {
  content: '';
  position: absolute;
  top: -49px;
  bottom: 0;
  left: -186px;
  right: 0;
  background: url(../img/header/header-left-img.png) no-repeat;
  width: 812px;
  height: 736px;
  background-size: 943px;
  background-position: center right;
  opacity: 1;
  transition: opacity 200ms ease-out;
}

#handheld::after {
  content: '';
  position: absolute;
  display: block;
  width: 77px;
  height: 67px;
  top: 459px;
  right: 270px;
  background: url(../icons/nail.png) no-repeat;
  background-size: 75px;
  opacity: 1;
  transition: opacity 200ms ease-out;
}

#handheld.hidden::before,
#handheld.hidden::after {
  opacity: 0;
}

#flutter_target {
  position: absolute;
  right: -295px;
  transform-origin: 0px 2px 0px;
  transform: rotate(346deg) scale(0.8) translate(-542px, -49px);
  width: 299px;
  height: 640px;
  border-radius: 34px;
  border: 1px solid #000;
  overflow: hidden;
}
/*------------------------------------------------------------------

 [ About section]

------------------------------------------------------------------*/
#about .video-cont {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#about .video {
  width: 80%;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------

 [ Features section]

------------------------------------------------------------------*/
/*     6.1. General features styles     */
#features .feature {
  text-align: center;
  color: #666666;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
#features .feature .elegant {
  color: #333333;
  font-size: 5.5em;
}
#features .feature h5 {
  margin-top: 32px;
}
#features .feature:hover {
  box-shadow: inset 0px 0px 0px 1px #e2e2e2;
  border-radius: 5px;
}
/*     6.2. Load more panel     */
#features .load-more {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
#features .load-more:before {
  border-top: 2px solid #f3f3f3;
  content: '';
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */

  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
#features .load-more .btn {
  margin: 0 auto;
  display: block;
  font-weight: 600;
  font-size: 1em;
  padding: 15px 5%;
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
#features .video-cont {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  /*background: #ffffff url(../img/header/img-smartphone.png) center no-repeat;*/
  /*background-color: black;*/
  /*border-radius: 10px;*/
  /*width: 430px;*/
  /*padding: 10px;*/
  /*width: 60%;*/
  /*margin-bottom: 5px;*/
}
#features .video-cont p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #37afd7;
}
#features .video {
  width: 60%;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------

 [ Testimonials section]

------------------------------------------------------------------*/
#testimonials {
  background: url(../img/parallax_bg/01-green.jpg);
  background-size: cover;
}
.carousel-element {
  padding: 50px 0;
}
#testimonials .avatar {
  border-radius: 50%;
  border: 4px solid #ffffff;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
#testimonials p {
  color: #ffffff;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.5);
}
#testimonials .person {
  font-size: 1em;
  border-bottom: none;
  font-weight: 400;
}
#testimonials .person span {
  color: #999999;
  margin-left: 15px;
}

#testimonials .person .keepcool61 {
  color: #00e2a3;
  margin-left: 15px;
}

#testimonials h2 span {
  color: #00e2a3;
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: 0.625em;
}
/*------------------------------------------------------------------

 [1 Gallery section]

------------------------------------------------------------------*/
#gallery {
  margin-bottom: 80px;
}
#gallery h2 {
  margin-bottom: 60px;
}

#gallery .cover-image-left {
  margin-top: 10px;
}
#gallery .cover-image-fit {
  width: 90%;
}
#gallery .carousel-gallery .image {
  width: 97%;
  padding: 0 1.5%;
  text-align: center;
}
#gallery .carousel-gallery .image span {
  display: inline-block;
  background: #f3f3f3 url(../img/02zoomin.png) center no-repeat;
  cursor: pointer;
  border-radius: 5px;
}
#gallery .carousel-gallery .image span:hover img {
  /* background: #00e2a3; */
  opacity: 0.5;
}
#gallery .carousel-gallery .image img {
  width: 100%;
  border-radius: 5px;
}
#gallery .owl-dots {
  margin-top: 40px;
}
#gallery .owl-prev,
#gallery .owl-next {
  display: none !important;
}
#gallery .feature {
  text-align: center;
  color: #666666;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
/*------------------------------------------------------------------

 [ Fun facts section]

------------------------------------------------------------------*/
#funfacts {
  background: #f3f3f3 url(../img/03pattern.png);
  text-align: center;
  margin-bottom: 50px;
}
#funfacts .carousel-funfacts {
  max-width: 75%;
  margin: 0 auto;
}
#funfacts .owl-prev {
  left: -15%;
}
#funfacts .owl-prev:hover {
  left: -16.5%;
}
#funfacts .owl-next {
  right: -10.5%;
}
#funfacts .owl-next:hover {
  right: -12%;
}
#funfacts .elegant {
  font-size: 4.5em;
}
#funfacts .count {
  font-size: 3.75em;
  font-weight: 700;
  color: #079c74;
  margin-bottom: 0px;
}
#funfacts .desc {
  font-weight: 1.125em;
  color: #333333;
  font-weight: 700;
}
/*------------------------------------------------------------------

 [ Contact]

------------------------------------------------------------------*/
/*     15.1. Contact form     */
#contact {
  background: url(../img/grey_bg/02.jpg) center bottom no-repeat;
  min-height: 650px;
}
#contact h2 {
  margin-bottom: 60px;
}
#contact input,
#contact textarea {
  font-size: 1em !important;
}
#contact .inline-input {
  margin-right: 1.3%;
}
#contact .col-inline input {
  width: 93%;
}
#contact .col-inline:last-of-type input {
  width: 100%;
}
#contact textarea {
  resize: none;
  padding: 20px 15px;
}
#contact input,
#contact textarea {
  background-color: #f3f3f3;
}
#contact input:focus,
#contact textarea:focus {
  background-color: #ffffff;
}
#contact .form-group {
  margin-bottom: 30px;
}
#contact button {
  font-size: 1.125em;
  font-weight: 600;
  padding: 15px 0 20px;
  float: right;
}
#contact button span {
  font-size: 1.5em;
  margin-bottom: -20px;
}
/*     15.2. Addonial contact informations     */
#contact-more {
  background: rgba(61, 61, 61, 0.08);
  margin: 40px 0 0;
  padding: 25px 0 30px;
  color: #666666;
  font-size: 0.875em;
  line-height: 1.5em;
}
#contact-more h6 {
  margin-bottom: 0.33em;
}
#contact-more a {
  color: inherit !important;
}
#contact-more a:hover {
  color: #079c74 !important;
}
#contact-more ul {
  list-style: none;
  padding-left: 0px;
}
#contact-more ul li span {
  width: 30%;
  float: left;
}
/*------------------------------------------------------------------

 [ Footer]

------------------------------------------------------------------*/
footer {
  padding: 25px 0 15px;
  background: #3d3d3d;
  color: #999999;
  font-size: 0.875em;
  overflow: hidden;
}
footer a {
  color: inherit !important;
}
footer .container div:nth-child(1),
footer .container div:nth-child(3) {
  padding-top: 15px;
}
footer .container div:nth-child(2) {
  text-align: center;
}
footer .container div:nth-child(3) {
  text-align: right;
}
footer img {
  height: 35px;
  /* vertical-align: bottom; */
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer .sm {
  color: #cccccc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3d3d3d;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
footer .sm:hover {
  background: #079c74;
  color: #ffffff;
}
footer .sm span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-table;
  margin: auto;
  width: 100%;
  text-align: center;
  line-height: 1em;
}
/*------------------------------------------------------------------

 [ Responsive web design]

------------------------------------------------------------------*/
/*     1. Breakpoint: 1900px width and more     */
@media all and (min-width: 1900px) {
  #header {
    background-size: 100%;
  }
}
/*     2. Breakpoint: 1200px width and less     */
@media all and (max-width: 1200px) {
  #header .header-txt-small {
    font-size: 0.5em;
  }
  #header h1 {
    font-size: 5em;
  }
  #header h3 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  #header .header-image-right {
    margin-top: -40px;
  }
  #header .header-image-fit {
    /* width: 90%; */
    margin-top: -30px;
    margin-left: -150px;
    height: 80vh;
  }

  #about .row div img {
    width: 100%;
  }

  /* #about .video {
    width: 70%;
    margin-bottom: 5px;
  } */

  #features .video {
    width: 50%;
    margin-bottom: 5px;
  }
}
/*     3. Breakpoint: 991px width and less     */
@media all and (max-width: 991px) {
  #mainmenu .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
  #mainmenu .nav li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header {
    min-height: 650px;
  }
  .header-centred .header-margin-more {
    height: 20% !important;
  }
  #about {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about-to-right h3,
  .about-to-right p {
    text-align: left;
  }
  h3:after {
    max-width: 100%;
  }
  h3 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 2em;
  }
  #about h2 {
    margin-bottom: 30px;
  }
  #about .about-cont {
    padding: 20px 0 70px;
  }
  #testimonials p {
    font-size: 1.25em;
    text-align: center;
    margin-top: 10px;
  }
  #testimonials .carousel-element {
    padding: 35px 0;
  }
  #testimonials .owl-prev,
  #testimonials .owl-next {
    display: none !important;
  }
  #testimonials h2 {
    margin-top: 20px !important;
  }
  #pricing {
    margin-bottom: 60px;
  }
  #pricing .offer-best:before {
    display: none;
  }
  #pricing .offer .offer-features p {
    padding: 10px 0;
  }
  #pricing .offer-best {
    margin-top: 23px;
  }
  #pricing .offer-best .offer-name {
    font-size: 1.125em;
    padding: 12px 0;
  }
  #pricing .offer-best .offer-buy {
    padding: 16px 0;
  }
  #contact .inline-input,
  .form-textarea {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .form-horizontal .form-group {
    margin-left: 0px;
  }
  .caption-margin {
    margin-top: 0px;
  }
  footer .sm {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  footer .sm span {
    line-height: 0.5em;
  }
  .anim-from-right,
  .anim-from-left {
    margin-left: inherit !important;
    opacity: 1 !important;
  }
  .anim-fade,
  .anim-fade-down {
    opacity: 1 !important;
  }
  .anim-fade-down {
    margin-top: inherit !important;
  }
  .anim-from-right,
  .anim-from-left,
  .anim-fade,
  .anim-fade-down {
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
}
/*     4. Breakpoint: 768px width and less     */
@media all and (max-width: 768px) {
  .main-menu li {
    background: #3d3d3d !important;
    font-size: 1.125em !important;
  }
  .modal-dialog {
    max-width: none;
  }
  #header header {
    text-align: center;
  }
  #header h1 {
    font-size: 5em !important;
  }
  #header .buttons-cont {
    text-align: center;
  }
  #header .btn {
    font-size: 1em;
  }
  #header form button {
    width: 100% !important;
    max-width: none !important;
  }
  #header .header-more p {
    display: none;
  }
  #header .header-margin-more {
    height: 20% !important;
  }
  .modal-header h5 {
    font-size: 1.25em;
  }
  .modal-header h6 {
    font-size: 0.875em;
  }
  #tabs .nav-tabs li {
    width: 100% !important;
    border-left: 1px solid #666666 !important;
    border-radius: 0px;
  }
  #tabs .nav-tabs li:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #tabs .nav-tabs li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #tabs .nav-tabs li a {
    padding: 15px 40px;
  }
  #gallery .container {
    margin: 0 !important;
  }
  #gallery .row {
    margin-left: 0px;
  }
  #funfacts .count {
    font-size: 3em;
  }
  #contact-more .col-xs-12 {
    text-align: center;
  }
  #contact-more ul li span {
    float: none;
  }
  footer {
    padding-top: 20px;
  }
  footer .container div:nth-child(1),
  footer .container div:nth-child(3) {
    text-align: center;
  }
  .anim-from-right,
  .anim-from-left,
  .anim-fade-down,
  .anim-fade-up,
  .anim-fade,
  .anim-bounce,
  .anim-bounce-left,
  .anim-bounce-right,
  .anim-bounce-down,
  .anim-bounce-up,
  .anim-zoom-up,
  .anim-zoom-down {
    opacity: 1 !important;
  }
}
/*     5. Breakpoint: 600px width and less     */
@media all and (max-width: 600px) {
  #header {
    min-height: 500px;
  }
  #header .btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  #header h1 {
    font-size: 4em !important;
  }
  #header h3 {
    font-size: 1.75em;
  }
  #header .header-margin {
    height: 20%;
  }
  .header-countdown #countdown div p {
    font-size: 2em;
  }
  .header-more .elegant {
    font-size: 2.5em;
  }
}
/*     6. Breakpoint: 480px width and less     */
@media all and (max-width: 480px) {
  #header {
    min-height: 550px;
  }
  #header .header-margin {
    height: 18%;
  }
  .logo-cont {
    width: 30%;
  }
  .logo-cont a img {
    width: 100%;
  }
  #mainmenu .btn {
    font-size: 0.75em;
  }
  .navbar-toggle {
    padding: 12px 5px;
  }
  .main-menu .btn {
    margin-left: 4px;
  }
  .header-countdown #countdown div {
    font-size: 0.875em;
    padding-top: 10px;
  }
  #contact-more ul li span {
    width: 100%;
  }
  #header .header-txt-small {
    font-size: 0.5em;
  }
  #header h1 {
    font-size: 3.5em;
  }
  #header h3 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  #pricing {
    background: none;
  }
  footer .elegant {
    font-size: 1.5em;
  }
  footer .sm {
    width: 35px;
    height: 35px;
  }
  footer .container div:nth-child(1),
  footer .container div:nth-child(3) {
    padding-top: 12px !important;
  }
}
/*     7. Breakpoint: 700px width and less, landscape orientation    */
@media all and (orientation: landscape) and (max-width: 700px) {
  .navbar-fixed-top {
    position: absolute;
  }
}
