body {
  color: #666;
  background: #fff;
}

html {
  width: 100%;
  height: 100%;
}

/* ===========
Typo
============= */

.highlight-light {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: inline-block;
  color: #111;
}

.highlight-dark {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: inline-block;
  color: #fff;
}

.highlight-color {
  padding: 2px 5px;
  display: inline-block;
  color: #fff;
}

a {
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

.light {
  font-weight: 400;
}

/* misc */
.divider-short {
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ===========================
--- General sections
============================ */

.home-section {
  padding: 70px 0 70px;
  display: block;
  position: relative;
  z-index: 120;
  background-color: #fff;
}

.home-section .heading {
  margin-bottom: 40px;
}

.home-section.nopadding {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  z-index: 120;
}
.home-section.nopadding-bot {
  padding-bottom: 0;
}
.home-section.nopadding-top {
  padding-top: 0;
}

.inner-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.home-section.nopadd-bot {
  padding-bottom: 0;
}

.section-heading p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6em;
}

.color-dark .section-heading p {
  color: #444;
}

.divider-short,
.color-dark .divider-short {
  background: #aaa;
}

.color-light .divider-short {
  background: #fefefe;
}

.color-light .section-heading p {
  color: #fefefe;
}

.color-light p {
  color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #404040;
}

/* --- section color var --- */

.text-light {
  color: #fff;
}

/* ===========================
--- Intro
============================ */

.intro {
  width: 100%;
  position: relative;
}

.intro-content {
  padding: 60px 0 60px;
}
.intro-content.intro-nobg {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 140px 0 60px;
}

.intro .buttons a.btn {
  margin: 10px;
  padding: 10px 30px;
}

.intro .buttons a.btn small {
  text-transform: none;
  font-weight: 100;
}

.white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 4px;
}

/* ===========================
--- Footer
============================ */

footer .widget {
  margin-bottom: 30px;
}

.sub-footer {
  border-top: 1px solid #fafafa;
  padding: 50px 0 20px;
}

.sub-footer a {
  color: #444;
}

footer .sub-footer p {
  font-size: 14px;
}

ul.social {
  list-style: none;
  padding-left: 0;
}
ul.social li {
  display: inline;
  margin-right: 5px;
}

/* -- icon var -- */

.bg-dark {
  background: #666;
}

.bg-light {
  background: #fff;
}

.icon-primary {
  color: #4765a0;
}
.icon-success {
  color: #7db53b;
}
.icon-info {
  color: #51b6bf;
}
.icon-warning {
  color: #e6e039;
}
.icon-danger {
  color: #e24e47;
}

/* scroll to top */
.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
  background: #222;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

a.scrollup {
  outline: 0;
  text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}
a.scrollup i {
  margin-top: 10px;
  color: #fff;
}
a.scrollup i:hover {
  text-decoration: none;
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}

/* --- scroll --- */

.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

/* --- button --- */
.btn {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 14px;

  font-weight: 700;
}

.btn.btn-noradius {
  border-radius: 0;
}

a.btn:focus {
  outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #28c3ab;
  outline: 0;
  color: #000;
  background-color: #28c3ab;
}

.btn-huge {
  padding: 25px;
  font-size: 26px;
}

.banner-social-buttons {
  margin-top: 0;
}

/* Theme Styler :: End */

/* Media queries */
@media (min-width: 768px) and (max-width: 979px) {
  .intro-content {
    padding: 80px 0 0;
  }
  .divider-short {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .intro-content .slogan {
    text-align: center;
    margin-top: 30px;
  }

  .sub-footer p {
    float: none;
    text-align: center;
  }
  .sub-footer p {
    float: none;
    text-align: center;
  }

  ul.social {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .intro-content .slogan {
    text-align: center;
    margin-top: 30px;
  }

  .box {
    padding: 45px;
  }

  .box i {
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .intro-content {
    padding: 60px 0 0;
  }
}
