/* Base CSS */
body {
  color: #666666;
  background: #fefefe;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

html, body {
  height: 100%;
  margin: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #373e62;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  margin-bottom: 24px;
}

h2 {
  font-size: 30px;
  margin-bottom: 22px;
}

h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

h4 {
  font-size: 22px;
  margin-bottom: 18px;
}

h5 {
  font-size: 18px;
  margin-bottom: 14px;
}

h6 {
  font-size: 16px;
  margin-bottom: 12px;
}

a {
  color: #1fc585;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 0.5px;
  font-weight: 700;
  outline: 0 !important;
}
a:hover, a:active, a:focus {
  color: #19835a;
  text-decoration: none;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

ul, ol {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 7px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 7px;
  background-color: #1fc585;
}

ol li {
  margin-bottom: 7px;
}

li {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

blockquote {
  border-left: 5px solid #ebebeb;
}

blockquote p {
  font-size: 16px;
  font-weight: 400;
}

cite {
  color: #cccccc;
  font-size: 14px;
}

strong {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.lead {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-default {
  color: #373e62;
}

.text-primary {
  color: #1fc585;
}

.text-success {
  color: #1fc55a;
}

.text-info {
  color: #1f9cc5;
}

.text-warning {
  color: #c58c1f;
}

.text-danger {
  color: #c51f1f;
}

.bg-default {
  color: white;
  background: #373e62;
  padding: 3px 4px;
}

.bg-primary {
  color: white;
  background: #1fc585;
  padding: 3px 4px;
}

.bg-success {
  color: white;
  background: #1fc55a;
  padding: 3px 4px;
}

.bg-info {
  color: white;
  background: #1f9cc5;
  padding: 3px 4px;
}

.bg-warning {
  color: white;
  background: #c58c1f;
  padding: 3px 4px;
}

.bg-danger {
  color: white;
  background: #c51f1f;
  padding: 3px 4px;
}

/* / End Typography */
.row {
  margin-right: 0;
  margin-left: 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.btn-pill {
  border: 1px solid transparent;
}

.page-header {
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.page-header h2 {
  margin-bottom: 8px;
}

.page-header.wsub {
  margin-bottom: 0;
}

.page-header.wsub h2 {
  margin-bottom: 0;
}

.sub-title {
  color: #272733;
  font-size: 24px;
  font-weight: 400;
}

/*only used for newity page*/
.sub-title h5 {
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.space-top {
  margin-top: 20px !important;
}

.space-top-30 {
  margin-top: 30px !important;
}

.space-top-2x {
  margin-top: 40px !important;
}

.space-bottom {
  margin-bottom: 20px !important;
}

.space-bottom-30 {
  margin-bottom: 30px !important;
}

.space-bottom-2x {
  margin-bottom: 40px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.space-left {
  padding-left: 15px !important;
}

.space-left-2x {
  padding-left: 30px !important;
}

.space-right-10 {
  padding-right: 10px !important;
}

.space-right {
  padding-right: 15px !important;
}

.space-right-2x {
  padding-right: 30px !important;
}

.space-25 {
  margin: 12.5px 0;
  line-height: 0;
}

.space-50 {
  margin: 25px 0;
  line-height: 0;
}

.space-100 {
  margin: 50px 0;
  line-height: 0;
}

.space-200 {
  margin: 100px 0;
  line-height: 0;
}

.margin-left {
  margin-left: 15px;
}

.margin-left-2x {
  margin-left: 30px;
}

.margin-right {
  margin-right: 15px;
}

.margin-right-2x {
  margin-right: 30px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: none !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 5px !important;
}

a:focus {
  outline: none !important;
}

.btn:focus {
  outline: none !important;
}

.btn-social:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

.fa {
  display: initial !important;
}

/* Buttons */
.btn {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 0;
  padding: 10px 18px;
  margin: 5px;
}

.btn span {
  margin-left: 10px;
  margin-right: 10px;
}

.btn:hover {
  background: transparent;
}

.btn:focus {
  background: transparent;
}

.btn-xl {
  font-size: 20px;
  padding: 9px 10px;
}

.btn-lg {
  font-size: 15px;
  padding: 10px 12px;
}

.btn-sm {
  font-size: 12px;
  padding: 7px 6px;
}

.btn-xs {
  font-size: 10px;
  padding: 5px 8px;
}

.btn-rounded {
  border-radius: 5px !important;
}

.btn-pill {
  border-radius: 50px !important;
}

.btn-circle {
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  padding: 3px !Important;
}

.btn-square {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  padding: 3px !Important;
}

.btn-link {
  color: #1fc585;
}

.btn-link:hover {
  color: #19835a;
  text-decoration: none;
}

.btn-link:focus {
  color: #19835a;
  text-decoration: none;
}

a.btn {
  white-space: nowrap;
}

/* Default Button */
.btn-default, .btn-default:active, .btn-default:focus {
  color: #373e62;
  border: 2px solid #373e62;
  background: transparent;
}

.btn-default:hover {
  color: white;
  background: #373e62;
  border: 2px solid #373e62;
}

.btn-default-filled, .btn-default-filled:active, .btn-default-filled:focus {
  color: white;
  background: #373e62;
  border: 2px solid #373e62;
}

.btn-default-filled:hover {
  color: white;
  background: #272733;
  border: 2px solid #272733;
}

/* / End Default Button */
/* Primary Button */
.btn-primary, .btn-primary:active, .btn-primary:focus {
  color: #1fc585;
  border: 2px solid #1fc585;
  background: transparent;
}

.btn-primary:hover {
  color: white;
  background: #1fc585;
  border: 2px solid #1fc585;
}

.btn-primary-filled, .btn-primary-filled:active, .btn-primary-filled:focus {
  color: white;
  background: #1fc585;
  border: 2px solid #1fc585;
}

.btn-primary-filled:hover {
  color: white;
  background: #19835a;
  border: 2px solid #19835a;
}

/* / End Primary Button */
/* Success Button */
.btn-success, .btn-success:active, .btn-success:focus {
  color: #1fc55a;
  border: 2px solid #1fc55a;
  background: transparent;
}

.btn-success:hover {
  color: white;
  background: #1fc55a;
  border: 2px solid #1fc55a;
}

.btn-success-filled, .btn-success-filled:active, .btn-success-filled:focus {
  color: white;
  background: #1fc55a;
  border: 2px solid #1fc55a;
}

.btn-success-filled:hover {
  color: white;
  background: #147a38;
  border: 2px solid #147a38;
}

/* / End Success Button */
/* Info Button */
.btn-info, .btn-info:active, .btn-info:focus {
  color: #1f9cc5;
  border: 2px solid #1f9cc5;
  background: transparent;
}

.btn-info:hover {
  color: white;
  background: #1f9cc5;
  border: 2px solid #1f9cc5;
}

.btn-info-filled, .btn-info-filled:active, .btn-info-filled:focus {
  color: white;
  background: #1f9cc5;
  border: 2px solid #1f9cc5;
}

.btn-info-filled:hover {
  color: white;
  background: #135e77;
  border: 2px solid #135e77;
}

/* / End Info Button */
/* Warning Button */
.btn-warning, .btn-warning:active, .btn-warning:focus {
  color: #c58c1f;
  border: 2px solid #c58c1f;
  background: transparent;
}

.btn-warning:hover {
  color: white;
  background: #c58c1f;
  border: 2px solid #c58c1f;
}

.btn-warning-filled, .btn-warning-filled:active, .btn-warning-filled:focus {
  color: white;
  background: #c58c1f;
  border: 2px solid #c58c1f;
}

.btn-warning-filled:hover {
  color: white;
  background: #654811;
  border: 2px solid #654811;
}

/* / End Warning Button */
/* Danger Button */
.btn-danger, .btn-danger:active, .btn-danger:focus {
  color: #c51f1f;
  border: 2px solid #c51f1f;
  background: transparent;
}

.btn-danger:hover {
  color: white;
  background: #c51f1f;
  border: 2px solid #c51f1f;
}

.btn-danger-filled, .btn-danger-filled:active, .btn-danger-filled:focus {
  color: white;
  background: #c51f1f;
  border: 2px solid #c51f1f;
}

.btn-danger-filled:hover {
  color: white;
  background: #731212;
  border: 2px solid #731212;
}

/* / End Danger Button */
/* Social Buttons */
.btn-social {
  font-size: 13px;
  padding: 8px 15px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin: 5px;
}

a.btn-social {
  white-space: nowrap;
}

.btn-social span {
  margin-left: 10px;
}

/* Facebook Button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
  color: #4e68a1;
  background: transparent;
  border: 2px solid #4e68a1;
}

.btn-facebook:hover {
  color: white !important;
  background: #4e68a1;
  border: 2px solid #4e68a1;
}

.btn-facebook-filled, .btn-facebook-filled:active, .btn-facebook-filled:focus {
  color: white;
  background: #4e68a1;
  border: 2px solid #4e68a1;
}

.btn-facebook-filled:hover {
  color: white;
  background: #3b4f7a;
  border: 2px solid #3b4f7a;
}

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
  color: #4e68a1;
  background: transparent;
  border: none;
}

.btn-facebook-link:hover {
  color: #3b4f7a;
}

/* / End Facebook Button */
/* Twitter Button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
  color: #65b5f2;
  background: transparent;
  border: 2px solid #65b5f2;
}

.btn-twitter:hover {
  color: white;
  background: #65b5f2;
  border: 2px solid #65b5f2;
}

.btn-twitter-filled, .btn-twitter-filled:active, .btn-twitter-filled:focus {
  color: white;
  background: #65b5f2;
  border: 2px solid #65b5f2;
}

.btn-twitter-filled:hover {
  color: white;
  background: #5294c6;
  border: 2px solid #5294c6;
}

.btn-twitter-filled:hover {
  color: white;
  background: #5294c6;
  border: 2px solid #5294c6;
}

.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
  color: #65b5f2;
  background: transparent;
  border: none;
}

.btn-twitter-link:hover {
  color: #5294c6;
}

/* / End Twitter Button */
/* Google Button */
.btn-google, .btn-google:active, .btn-google:focus {
  color: #e05d4b;
  background: transparent;
  border: 2px solid #e05d4b;
}

.btn-google:hover {
  color: white;
  background: #e05d4b;
  border: 2px solid #e05d4b;
}

.btn-google-filled, .btn-google-filled:active, .btn-google-filled:focus {
  color: white;
  background: #e05d4b;
  border: 2px solid #e05d4b;
}

.btn-google-filled:hover {
  color: white;
  background: #b94c3d;
  border: 2px solid #b94c3d;
}

.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
  color: #e05d4b;
  background: transparent;
  border: none;
}

.btn-google-link:hover {
  color: #b94c3d;
}

/* / End Google Button */
/* Linkedin Button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
  color: #2083bc;
  background: transparent;
  border: 2px solid #2083bc;
}

.btn-linkedin:hover {
  color: white;
  background: #2083bc;
  border: 2px solid #2083bc;
}

.btn-linkedin-filled, .btn-linkedin-filled:active, .btn-linkedin-filled:focus {
  color: white;
  background: #2083bc;
  border: 2px solid #2083bc;
}

.btn-linkedin-filled:hover {
  color: white;
  background: #186592;
  border: 2px solid #186592;
}

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
  color: #2083bc;
  background: transparent;
  border: none;
}

.btn-linkedin-link:hover {
  color: #186592;
}

/* / End Linkedin Button */
/* Pinterest Button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
  color: #d2373b;
  background: transparent;
  border: 2px solid #d2373b;
}

.btn-pinterest:hover {
  color: white;
  background: #d2373b;
  border: 2px solid #d2373b;
}

.btn-pinterest-filled, .btn-pinterest-filled:active, .btn-pinterest-filled:focus {
  color: white;
  background: #d2373b;
  border: 2px solid #d2373b;
}

.btn-pinterest-filled:hover {
  color: white;
  background: #ad2c2f;
  border: 2px solid #ad2c2f;
}

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
  color: #d2373b;
  background: transparent;
  border: none;
}

.btn-pinterest-link:hover {
  color: #ad2c2f;
}

/* / End Pinterest Button */
/* Dribbble Button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
  color: #ec5f94;
  background: transparent;
  border: 2px solid #ec5f94;
}

.btn-dribbble:hover {
  color: white;
  background: #ec5f94;
  border: 2px solid #ec5f94;
}

.btn-dribbble-filled, .btn-dribbble-filled:active, .btn-dribbble-filled:focus {
  color: white;
  background: #ec5f94;
  border: 2px solid #ec5f94;
}

.btn-dribbble-filled:hover {
  color: white;
  background: #b4446e;
  border: 2px solid #b4446e;
}

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
  color: #ec5f94;
  background: transparent;
  border: none;
}

.btn-dribbble-link:hover {
  color: #b4446e;
}

/* / End Dribbble Button */
/* / End Social Buttons */
/* Checkboxes */
.checkbox {
  padding-left: 10px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  width: 25px;
  height: 25px;
}

.checkbox label span {
  margin-top: 2px;
  position: absolute;
  white-space: nowrap;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  margin-left: -17px;
  padding-left: 3px;
  padding-top: 3px;
  font-size: 14px;
  color: #373e62;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: 0;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.3;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #ebebeb;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-default input[type="checkbox"]:checked + label::before {
  background-color: #373e62;
  border-color: #373e62;
}

.checkbox-default input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-default label {
  color: #373e62;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #1fc585;
  border-color: #1fc585;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-primary label {
  color: #1fc585;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #1fc55a;
  border-color: #1fc55a;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-success label {
  color: #1fc55a;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #1f9cc5;
  border-color: #1f9cc5;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-info label {
  color: #1f9cc5;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #c58c1f;
  border-color: #c58c1f;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-warning label {
  color: #c58c1f;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #c51f1f;
  border-color: #c51f1f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-danger label {
  color: #c51f1f;
}

/* / End Checkboxes */
/* Radio Buttons */
.radio {
  padding-left: 10px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  width: 25px;
  height: 25px;
}

.radio label span {
  margin-top: 2px;
  position: absolute;
  white-space: nowrap;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  border: 3px solid #cccccc;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 7px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #cccccc;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.3;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-default input[type="radio"] + label::after {
  background-color: #373e62;
}

.radio-default input[type="radio"]:checked + label::before {
  border-color: #373e62;
}

.radio-default input[type="radio"]:checked + label::after {
  background-color: #373e62;
}

.radio-default label {
  color: #373e62;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #1fc585;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #1fc585;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #1fc585;
}

.radio-primary label {
  color: #1fc585;
}

.radio-success input[type="radio"] + label::after {
  background-color: #1fc55a;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1fc55a;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1fc55a;
}

.radio-success label {
  color: #1fc55a;
}

.radio-info input[type="radio"] + label::after {
  background-color: #1f9cc5;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #1f9cc5;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #1f9cc5;
}

.radio-info label {
  color: #1f9cc5;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #c58c1f;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #c58c1f;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #c58c1f;
}

.radio-warning label {
  color: #c58c1f;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #c51f1f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #c51f1f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #c51f1f;
}

.radio-danger label {
  color: #c51f1f;
}

/* / End Radio Buttons */
/* Button Groups */
.btn-group-xl > .btn {
  font-size: 20px;
  padding: 9px 10px;
  border-radius: 5px;
}

.btn-group-lg > .btn {
  font-size: 15px;
  padding: 10px 12px;
  border-radius: 5px;
}

.btn-group > .btn {
  border-radius: 5px;
}

.btn-group-sm > .btn {
  font-size: 12px;
  padding: 5px 4px;
  border-radius: 5px;
}

.btn-group-xs > .btn {
  font-size: 10px;
  padding: 3px;
  border-radius: 5px;
}

/* / End Button Groups */
/* Dropdown Buttons */
.dropdown-buttons {
  display: inline-block;
  position: relative;
}

.dropdown-buttons .btn-group > .btn {
  padding-left: 17px;
}

.dropdown-buttons .dropdown-icon {
  margin: 0 2px 0 10px;
}

.dropdown-buttons .btn {
  border-radius: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 5px 0 0 0;
  background-color: #f7f7f7;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  color: #666666;
}

.dropdown-menu > li > a:hover {
  color: white;
  background: #cccccc;
}

.dropdown-menu .divider {
  height: 2px;
  margin: 3px 0;
  background-color: #ebebeb;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: white;
  background-color: #373e62;
  border-color: #373e62;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #373e62;
  border-color: #373e62;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: white;
  background-color: #1fc585;
  border-color: #1fc585;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1fc585;
  border-color: #1fc585;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: white;
  background-color: #1fc55a;
  border-color: #1fc55a;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #1fc55a;
  border-color: #1fc55a;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: white;
  background-color: #1f9cc5;
  border-color: #1f9cc5;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #1f9cc5;
  border-color: #1f9cc5;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: white;
  background-color: #c58c1f;
  border-color: #c58c1f;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #c58c1f;
  border-color: #c58c1f;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: white;
  background-color: #c51f1f;
  border-color: #c51f1f;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c51f1f;
  border-color: #c51f1f;
}

/* / End Dropdown Buttons */
/* / End Buttons */
/* Navigations */
/* Default Menus */
.nav > li > a {
  font-family: "Josefin Sans", sans-serif;
  padding-left: 20px;
  padding-right: 0;
}

.nav li label a {
  font-family: "Lato", sans-serif;
}

.navbar {
  border-radius: 5px;
  margin-bottom: 0;
}

.navbar-fixed-top {
  border-radius: 0;
}

.navbar-fixed-top .container {
  padding-left: 30px;
  padding-right: 30px;
}

.top-nav-collapse {
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.navbar-brand {
  color: #cccccc !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  height: 60px;
  padding: 20px 15px;
}

.navbar-brand span {
  color: #1fc585;
}

.navbar-brand > img {
  width: auto;
  max-height: 70px;
}

.navbar-toggle {
  margin: 8px;
}

.navbar-toggle .icon-bar {
  background: #1fc585;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.navbar-collapse {
  text-align: center;
}

.dropdown-menu {
  z-index: 9999;
  border-radius: 0;
}

/* Default Navbar */
.navbar-default .navbar-nav > li > a {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #1fc585;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #666666 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #1fc585;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .dropdown-menu > li > a {
  font-size: 14px;
  text-align: center;
}

.navbar-default .dropdown-menu > li > a:hover {
  color: white;
  background-color: #1fc585;
}

/* End Default Navbar */
/* Default Navbar Inverse */
.navbar-inverse .navbar-nav > li > a {
  color: #cccccc;
  font-size: 15px;
  font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #1fc585;
}

.navbar-inverse .navbar-nav > li > a:focus {
  color: #cccccc !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1fc585;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .dropdown-menu {
  background-color: #272733;
}

.navbar-inverse .dropdown-menu .divider {
  background-color: #373e62;
}

.navbar-inverse .dropdown-menu > li > a {
  color: #cccccc;
  font-size: 14px;
  text-align: center;
}

.navbar-inverse .dropdown-menu > li > a:hover {
  color: white;
  background-color: #1fc585;
}

/* / End Default Navbar Inverse */
/* Split Menu */
.split-menu {
  text-align: center;
}

.split-menu .navbar-brand {
  float: none;
  display: inline-block;
}

/* / End Split Menu */
/* Stacked Menu */
.stacked-menu {
  text-align: center;
}

.stacked-menu .navbar-brand {
  float: none;
  display: inline-block;
}

.stacked-menu .navbar-nav {
  float: none;
  display: inline-block;
}

.stacked-menu .navbar-nav > li > a {
  padding-top: 0;
}

/* / End Stacked Menu */
/* / End Default Menus */
/* Navbar-1 */
.navbar-1 {
  border-radius: 0;
}

.navbar-1.navbar-default {
  background-color: #f7f7f7;
  border-color: transparent;
}

.navbar-inverse {
  background-color: #272733;
  border-color: transparent;
}

/* Transparent Navigations */
.navbar-default-transparent {
  background-color: transparent !important;
}

.navbar-default-transparent.top-nav-collapse {
  background-color: #272733 !important;
}

.navbar-default-transparent.navbar-fixed-top .navbar-collapse.in {
  background: #272733;
}

.navbar-inverse-transparent {
  background-color: transparent !important;
}

.navbar-inverse-transparent.top-nav-collapse {
  background-color: rgba(255, 255, 255, 0.97) !important;
}

.navbar-inverse-transparent.navbar-fixed-top .navbar-collapse.in {
  background: #f7f7f7;
}

.navbar-default-transparent.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default-transparent.navbar-default .navbar-nav > li > a:hover {
  color: #1fc585;
}

.navbar-default-transparent.navbar-default .navbar-nav > li > a:focus {
  color: white !important;
}

.navbar-default-transparent.navbar-default .navbar-nav > .active > a, .navbar-default-transparent.navbar-default .navbar-nav > .active > a:focus, .navbar-default-transparent.navbar-default .navbar-nav > .active > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-default-transparent.navbar-default .navbar-nav > .open > a, .navbar-default-transparent.navbar-default .navbar-nav > .open > a:focus, .navbar-default-transparent.navbar-default .navbar-nav > .open > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-default-transparent.navbar-default .navbar-toggle .icon-bar {
  background-color: #1fc585;
}

.navbar-default-transparent.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default-transparent.navbar-default .navbar-toggle:hover, .navbar-default-transparent.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a {
  color: black;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:hover {
  color: #1fc585;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:focus {
  color: black !important;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:hover {
  color: #1fc585;
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1fc585;
}

.navbar-inverse-transparent .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle:hover, .navbar-inverse-transparent.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

/* End Transparent Navigations */
/* Navigations with Buttons */
.btn-default-nav {
  background: transparent;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #666666;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-default-nav a {
  color: #666666;
  padding: 5px 10px !important;
}

.btn-default-nav a:hover {
  color: #1fc585 !important;
}

.btn-default-nav:hover {
  border: 2px solid #1fc585;
}

.btn-inverse-nav {
  background: transparent;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #cccccc;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-inverse-nav a {
  color: #cccccc;
  padding: 5px 10px !important;
}

.btn-inverse-nav a:hover {
  color: #1fc585 !important;
}

.btn-inverse-nav:hover {
  border: 2px solid #1fc585;
}

.navbar-default-transparent .btn-default-nav a {
  color: white;
}

.navbar-default-transparent .btn-default-nav {
  border: 2px solid white;
}

.navbar-default-transparent .btn-default-nav:hover {
  border: 2px solid #1fc585;
}

.navbar-inverse-transparent .btn-inverse-nav a {
  color: black;
}

.navbar-inverse-transparent .btn-inverse-nav {
  border: 2px solid black;
}

.navbar-inverse-transparent .btn-inverse-nav:hover {
  border: 2px solid #1fc585;
}

/* Navbar Button Colors */
.btn-default-filled-nav {
  background: #373e62;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #373e62;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-default-filled-nav a {
  color: white;
  padding: 5px 10px !important;
}

.btn-default-filled-nav a:hover {
  color: white;
}

.btn-default-filled-nav:hover {
  background: #272733;
  border: 2px solid #272733;
}

.btn-primary-filled-nav {
  background: #1fc585;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #1fc585;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-primary-filled-nav a {
  color: white;
  padding: 5px 10px !important;
}

.btn-primary-filled-nav a:hover {
  color: white;
}

.btn-primary-filled-nav:hover {
  background: #19835a;
  border: 2px solid #19835a;
}

.btn-success-filled-nav {
  background: #1fc55a;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #1fc55a;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-success-filled-nav a {
  color: white;
  padding: 5px 10px !important;
}

.btn-success-filled-nav a:hover {
  color: white;
}

.btn-success-filled-nav:hover {
  background: #147a38;
  border: 2px solid #147a38;
}

.btn-info-filled-nav {
  background: #1f9cc5;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #1f9cc5;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-info-filled-nav a {
  color: white;
  padding: 5px 10px !important;
}

.btn-info-filled-nav a:hover {
  color: white;
}

.btn-info-filled-nav:hover {
  background: #135e77;
  border: 2px solid #135e77;
}

.btn-warning-filled-nav {
  background: #c58c1f;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #c58c1f;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-warning-filled-nav a {
  color: white;
  padding: 5px 10px !important;
}

.btn-warning-filled-nav a:hover {
  color: white;
}

.btn-warning-filled-nav:hover {
  background: #654811;
  border: 2px solid #654811;
}

.btn-danger-filled-nav {
  background: #c51f1f;
  font-size: 12px !important;
  font-weight: 700;
  border: 2px solid #c51f1f;
  margin: 13px 0 0 15px;
  padding: 7px 0;
}

.btn-danger-filled-nav a {
  color: white;
  padding: 5px 10px !important;
}

.btn-danger-filled-nav a:hover {
  color: white;
}

.btn-danger-filled-nav:hover {
  background: #731212;
  border: 2px solid #731212;
}

/* End Navbar Button Colors */
/* End Navigations with Buttons */
/* End Navbar-1 */
/* Top Menus */
.top-menu {
  background-color: #f7f7f7;
}

.top-menu-inverse {
  background-color: #272733;
}

.top-menu-primary {
  background-color: #1fc585;
}

.top-menu-success {
  background-color: #1fc55a;
}

.top-menu-info {
  background-color: #1f9cc5;
}

.top-menu-warning {
  background-color: #c58c1f;
}

.top-menu-danger {
  background-color: #c51f1f;
}

.top-menu p {
  margin-bottom: 0;
  padding: 9px 15px;
}

.top-menu-bg p {
  padding: 9px 0;
}

.top-menu-bg-inverse p {
  padding: 9px 0;
}

.top-menu a {
  color: #666666 !important;
  font-size: 12px !important;
  margin-right: 10px;
}

.top-menu-inverse a {
  color: white !important;
}

.top-menu a:hover {
  color: #1fc585 !important;
}

.top-menu-primary a:hover {
  color: #272733 !important;
}

.top-menu-success a:hover {
  color: #272733 !important;
}

.top-menu-info a:hover {
  color: #272733 !important;
}

.top-menu-warning a:hover {
  color: #272733 !important;
}

.top-menu-danger a:hover {
  color: #272733 !important;
}

.top-menu .left i {
  margin-right: 5px;
}

.top-menu .right {
  float: right;
}

.top-menu .right a {
  margin: 0 0 0 15px;
}

.top-menu-bg {
  background: url("../images/nav-bg-default.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-menu-bg-inverse {
  background: url("../images/nav-bg-inverse.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-menu .container {
  padding: 0 15px;
}

.top-menu-bg a {
  color: white !important;
}

.top-menu-bg-inverse a {
  color: black !important;
}

.btn-top-menu {
  background: transparent;
  font-size: 10px !important;
  font-weight: 700;
  border: 2px solid #666666;
  margin: -3px 0 0 10px;
  padding: 5px 0;
}

.btn-top-menu:hover {
  border: 2px solid #1fc585;
}

.btn-top-menu a {
  font-size: 10px !important;
  margin: 0 !important;
  padding: 8px;
}

.btn-top-menu-inverse {
  background: transparent;
  font-size: 10px !important;
  font-weight: 700;
  border: 2px solid #cccccc;
  margin: -3px 0 0 10px;
  padding: 5px 0;
}

.btn-top-menu-inverse:hover {
  border: 2px solid #1fc585;
}

.btn-top-menu-inverse a {
  font-size: 10px !important;
  margin: 0 !important;
  padding: 8px;
}

.top-menu-bg .btn-top-menu {
  border: 2px solid white;
}

.top-menu-bg .btn-top-menu:hover {
  border: 2px solid #1fc585;
}

.top-menu-bg-inverse .btn-top-menu-inverse {
  border: 2px solid black;
}

.top-menu-bg-inverse .btn-top-menu-inverse:hover {
  border: 2px solid #1fc585;
}

/* End Top Menus */
/* End Navigations */
/* Tabs & Accordions */
/* Tabs */
.nav-tabs {
  border-bottom: 2px solid #ebebeb;
}

.nav-tabs > li {
  float: none;
  margin-bottom: -2px;
  display: inline-block;
}

.nav-tabs > li > a {
  position: relative;
  z-index: 0;
  display: block;
  color: #666666;
  text-decoration: none;
  font-weight: 700;
  margin-right: 0;
  padding: 20px;
  line-height: 1.5;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.nav-tabs > li > a:focus {
  background: transparent;
  border: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #1fc585;
  background: none;
  border: none;
  border-bottom: 2px solid #1fc585 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.nav > li > a:hover {
  background: none;
  border: none;
}

.nav-pills.text-right > li {
  float: right;
}

.nav.nav-pills a:hover {
  color: white;
  background: #19835a;
}

.tab-content {
  padding-top: 30px;
}

/* / End Tabs */
/* Accordions */
.panel-group .panel {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.panel-group .panel-heading {
  padding: 15px 0;
  border: none;
  border-radius: 0;
}

.panel-group .panel-title {
  font-size: 16px;
  font-weight: 700;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.panel-group .panel-heading > a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f0d8";
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-group .panel-heading .panel-title.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-group .panel-body {
  padding: 15px 0;
}

.panel-group.tabbed .panel-heading {
  background: #ebebeb;
  padding: 15px;
}

.panel-group.tabbed a {
  color: #666666;
}

.panel-group.tabbed .panel-heading > a:after {
  float: right;
}

.panel-group.tabbed .panel-heading .panel-title.collapsed:after {
  float: right;
}

/* / End Accordions */
/* / End Tabs & Accordions */
/* Labels Badges & Alerts */
/* Labels */
.label {
  font-weight: 400;
  padding: .2em .6em;
}

.label-pill {
  border-radius: 5em;
}

.label-default {
  color: #373e62;
  background-color: transparent;
  border: 2px solid #373e62;
}

.label-default-filled {
  color: white;
  background-color: #373e62;
  border: 2px solid #373e62;
}

.label-primary {
  color: #1fc585;
  background-color: transparent;
  border: 2px solid #1fc585;
}

.label-primary-filled {
  color: white;
  background-color: #1fc585;
  border: 2px solid #1fc585;
}

.label-success {
  color: #1fc55a;
  background-color: transparent;
  border: 2px solid #1fc55a;
}

.label-success-filled {
  color: white;
  background-color: #1fc55a;
  border: 2px solid #1fc55a;
}

.label-info {
  color: #1f9cc5;
  background-color: transparent;
  border: 2px solid #1f9cc5;
}

.label-info-filled {
  color: white;
  background-color: #1f9cc5;
  border: 2px solid #1f9cc5;
}

.label-warning {
  color: #c58c1f;
  background-color: transparent;
  border: 2px solid #c58c1f;
}

.label-warning-filled {
  color: white;
  background-color: #c58c1f;
  border: 2px solid #c58c1f;
}

.label-danger {
  color: #c51f1f;
  background-color: transparent;
  border: 2px solid #c51f1f;
}

.label-danger-filled {
  color: white;
  background-color: #c51f1f;
  border: 2px solid #c51f1f;
}

/* / End Labels */
/* Badges */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: white;
  background-color: #1fc585;
}

.nav-pills > li > a:hover {
  color: white;
  background-color: #cccccc;
}

.nav-pills > li > a {
  border-radius: 5px;
  padding: 10px;
}

.badge {
  color: white;
  background-color: #1fc585;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
  padding: 6px 7px;
}

.active .badge {
  color: #1fc585 !important;
}

/* / End Badges */
/* Alerts */
.alert {
  border: 2px solid transparent;
  border-radius: 5px;
}

.alert-success {
  color: white;
  background-color: #1fc55a;
  border-color: #147a38;
}

.alert-success .close {
  color: #147a38;
}

.alert-info {
  color: white;
  background-color: #1f9cc5;
  border-color: #135e77;
}

.alert-info .close {
  color: #135e77;
}

.alert-warning {
  color: white;
  background-color: #c58c1f;
  border-color: #654811;
}

.alert-warning .close {
  color: #654811;
}

.alert-danger {
  color: white;
  background-color: #c51f1f;
  border-color: #731212;
}

.alert-danger .close {
  color: #731212;
}

.alert-dismissible .close {
  font-size: 16px;
  top: -14px;
  right: -31px;
  text-shadow: none;
  opacity: 1;
}

.alert-dismissible .close:hover {
  opacity: 0.8;
}

.alert-sm {
  font-size: 14px;
  padding: 5px;
}

.alert i {
  margin: 0 10px 0 5px;
}

.alert-sm.alert-dismissible .close {
  top: -5px;
  right: -2px;
}

/* / End Alerts */
/* / End Labels Badges & Alerts */
/* Listgroups & Panels */
/* Listgroups */
.list-group-item {
  color: #666666;
  background-color: white;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

.list-group-item p {
  font-size: 14px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  color: white;
  background-color: #1fc585;
  border-color: #1fc585;
}

a.list-group-item:hover {
  color: #1fc585;
}

a.list-group-item, button.list-group-item {
  color: #666666;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: white;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #373e62;
}

/* / End Listgroups */
/* Panels */
.panel-default {
  border-color: #272733;
}

.panel-default > .panel-heading {
  color: white;
  background-color: #373e62;
  border-color: #272733;
}

.panel-success {
  border-color: #147a38;
}

.panel-success > .panel-heading {
  color: white;
  background-color: #1fc55a;
  border-color: #147a38;
}

.panel-primary {
  border-color: #19835a;
}

.panel-primary > .panel-heading {
  color: white;
  background-color: #1fc585;
  border-color: #19835a;
}

.panel-info {
  border-color: #135e77;
}

.panel-info > .panel-heading {
  color: white;
  background-color: #1f9cc5;
  border-color: #135e77;
}

.panel-warning {
  border-color: #654811;
}

.panel-warning > .panel-heading {
  color: white;
  background-color: #c58c1f;
  border-color: #654811;
}

.panel-danger {
  border-color: #731212;
}

.panel-danger > .panel-heading {
  color: white;
  background-color: #c51f1f;
  border-color: #731212;
}

/* / End Panels */
/* Well */
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.rounded-well {
  border-radius: 5px;
}

/* / End Well */
/* Jumbotron */
.jumbotron {
  background: #ebebeb;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
}

.rounded-jumbotron {
  border-radius: 5px !important;
}

.jumbotron h1 {
  color: #1fc585;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
}

.jumbotron p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

/* / End Jumbotron */
/* / End Listgroups & Panels */
/* Progress Bars */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: 70px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  font-size: 12px;
  line-height: 20px;
  color: white;
  background-color: #1fc585;
  border-radius: 70px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-default {
  background-color: #373e62;
}

.progress-bar-primary {
  background-color: #1fc585;
}

.progress-bar-success {
  background-color: #1fc55a;
}

.progress-bar-info {
  background-color: #1f9cc5;
}

.progress-bar-warning {
  background-color: #c58c1f;
}

.progress-bar-danger {
  background-color: #c51f1f;
}

.progress-label .sr-only {
  position: relative;
}

/* / End Progress Bars */
/* Tables */
table {
  width: 100%;
  max-width: 100%;
}

table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #cccccc;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px !important;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tr > td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #ebebeb;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}

/* / End Tables */
/* End Base CSS */
/* Headers */
#header-1 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-2 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-3 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-4 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-5 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-6 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-7 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-8 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-9 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-10 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-11 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-12 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-13 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-14 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-15 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-16 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-17 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-18 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-19 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-20 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header .has-sticky-menu {
  padding-top: 50px;
}

header .has-sticky-menu.w-top-menu {
  padding-top: 100px;
}

header .nav-w-top-space {
  margin-top: 30px;
}

#header-3 .header-content-details {
  padding: 10px 20px;
}

#header-4 .header-content-details {
  padding: 10px 20px;
}

#header-7 .header-content-details {
  padding: 110px 20px;
}

#header-11 .header-content-details {
  padding: 110px 0;
}

.light-header {
  background-color: #ebebeb;
}

.dark-header {
  background-color: #272733;
}

.header-content {
  padding: 70px 0;
}

.header-content .col-sm-6 .header-image img {
  margin-left: 0 !important;
}

#header-15 .header-content .col-sm-6 .header-image img {
  margin-left: -15px !important;
}

.header-content.header-w-image {
  padding-top: 70px;
  padding-bottom: 0;
}

.header-content-details {
  padding: 110px 15px;
}

header p {
  margin-bottom: 0;
  padding: 20px 0;
}

.header-details-text {
  width: 60%;
  margin: 0 auto;
}

.dark-header h3, .dark-header h5 {
  color: white;
}

.dark-header p {
  color: #cccccc;
}

.header-brand {
  font-size: 36px;
}

.btn-light, .btn-light:focus {
  color: white;
  border: 2px solid white;
  background: transparent;
}

.btn-light:hover {
  color: #666666;
  border: 2px solid white;
  background: white;
}

.btn-dark, .btn-dark:focus {
  color: #333333;
  border: 2px solid #333333;
  background: transparent;
}

.btn-dark:hover {
  color: white;
  border: 2px solid #333333;
  background: #333333;
}

.download-buttons img {
  display: inline-block;
  width: auto;
  max-height: 42px;
  margin: 3px;
}

#cta .download-buttons img {
  max-height: 45px;
}

.download-buttons a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.top-menu.has-transparent-menu p {
  padding-bottom: 0;
}

/* Header Forms */
/* Login / Register Forms */
.form-group input {
  font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif;
}

.input-group input {
  font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif;
}

.form-group textarea {
  font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif;
}

.input-group textarea {
  font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif;
}

#login-form {
  width: 100%;
  background: white;
  border: 1px solid #ebebeb;
  padding: 35px;
}

#login-form .form-control {
  color: #666666;
  background: #f7f7f7;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#login-form .form-group {
  margin-bottom: 0;
}

#login-form .btn-log {
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
}

#register-form {
  width: 100%;
  background: white;
  border: 1px solid #ebebeb;
  padding: 35px;
}

#register-form .form-control {
  color: #666666;
  background: #f7f7f7;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#register-form .form-group {
  margin-bottom: 0;
}

#register-form .btn-log {
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
}

.log-title {
  color: #373e62 !important;
  font-size: 24px;
  margin-bottom: 10px;
}

.log-text {
  color: #666666 !important;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0;
}

.log-line {
  padding: 0 0 35px 0;
  margin-bottom: 35px;
}

.log-line a {
  font-size: 14px;
}

.log-line .checkbox {
  margin-left: 10px;
}

.log-line .checkbox-primary label {
  color: #373e62;
}

.log-line .checkbox label {
  padding-left: 15px;
}

.forgot-password {
  font-size: 16px;
}

/* End Login / Register Forms */
/* Contact Forms */
#contact-form-1 {
  width: 100%;
  background: white;
  border: 1px solid #ebebeb;
  padding: 35px;
}

#contactForm .form-control {
  color: #666666;
  background: #f7f7f7;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contactForm textarea {
  max-width: 100%;
  min-height: 130px !important;
  max-height: 211px;
  padding: 20px !important;
}

::-webkit-input-placeholder {
  color: #cccccc !important;
}

:-moz-placeholder {
  color: #cccccc !important;
}

::-moz-placeholder {
  color: #cccccc !important;
}

:-ms-input-placeholder {
  color: #cccccc !important;
}

.has-error .form-control {
  color: #c51f1f !important;
  border: 1px solid #c51f1f !important;
}

.help-block.with-errors li {
  color: #c51f1f;
  font-size: 13px;
  margin-top: -30px;
  margin-bottom: 0;
}

#msgSubmit.h3 {
  font-size: 14px;
  margin-top: 5px;
}

#contact-form-1 .form-group {
  margin-bottom: 0;
}

#contact-form-1 #contactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#contact-form-1 .btn-form-submit {
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 14px 24px;
}

/* End Contact Forms */
/* End Header Forms */
/* End Headers */
/* Content */
.block i {
  color: #1fc585;
  font-size: 22px;
}

.block img {
  margin-top: 0;
  margin-bottom: 20px;
}

.block .social i {
  font-size: 16px;
}

.block .social.center a {
  margin: 0 5px;
}

/* Features */
#features {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#features .container {
  padding: 0 30px;
}

#more-features {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#more-features.centered-features .container {
  padding: 0 15px;
}

#extra-features {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.feature-icon i {
  border: 2px solid #1fc585;
  border-radius: 50%;
  padding: 20px;
}

.feature-center {
  text-align: center;
  padding: 60px 30px 30px 30px;
}

.feature-center.dark {
  background-color: #ebebeb;
}

.feature-center.light {
  background-color: #f7f7f7;
}

.feature-center.dark:hover, .feature-center.light:hover {
  background-color: #1fc585;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.feature-center.dark:hover .feature-icon i, .feature-center.light:hover .feature-icon i {
  color: white;
  border-color: white;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.feature-center.dark:hover h4, .feature-center.light:hover h4 {
  color: white;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.feature-center.dark:hover p, .feature-center.light:hover p {
  color: #ebebeb;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.feature-center .feature-icon {
  margin-bottom: 35px;
}

.feature-center h4 {
  margin-bottom: 10px;
}

#features.style-2 i {
  border-radius: 0;
}

.feature-left .feature-icon {
  position: absolute;
  float: left;
  left: 0;
}

.feature-left .feature-icon i {
  border-radius: 50%;
  padding: 15px;
}

.feature-left .feature {
  text-align: left;
  padding: 50px 0 0 60px;
}

.feature-right .feature-icon {
  position: absolute;
  float: right;
  right: 0;
}

.feature-right .feature-icon i {
  border-radius: 50%;
  padding: 15px;
}

.feature-right .feature {
  text-align: right;
  padding: 50px 60px 0 0;
}

/* End Features */
/* Services */
#services {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#services .container {
  padding: 0 30px;
}

#more-services {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#more-services.center .container {
  padding: 0 15px;
}

#extra-services {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

/* End Services */
/* About */
#about {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#more-about {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#about p {
  font-size: 14px;
}

#about.dark {
  background-color: #272733;
}

#about.dark h4, #about.dark h6 {
  color: white;
}

#about.dark p {
  color: #ebebeb;
}

.skills {
  padding: 0;
}

/* Facts */
#facts {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #1fc585;
  padding: 160px 0;
}

#facts.dark {
  background-color: #272733;
}

#facts.light {
  background-color: #ebebeb;
}

.fact-icon {
  color: white;
  font-size: 46px;
  display: block;
  margin-bottom: 20px;
}

.timer {
  color: white;
  font-size: 48px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.fact-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

#facts.light .fact-icon {
  color: #1fc585;
}

#facts.light .timer {
  color: #373e62;
}

#facts.light .fact-title {
  color: #666666;
}

/* End Facts */
/* End About */
/* How it Works */
#how {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  padding: 90px 0;
}

.hiw {
  text-align: left;
  padding: 50px 30px 30px 90px;
}

.hiw-content {
  padding: 80px 15px;
}

.hiw-content {
  padding: 30px 15px;
}

.hiw-content .hiw.next-indicator:after {
  width: 13%;
}

.hiw.next-indicator:after {
  color: #cccccc;
  content: "\f178";
  font-family: FontAwesome;
  display: block;
  width: 33%;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50px;
}

.step-badge {
  color: white;
  background: #373e62;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 16px;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  top: -15px;
  left: -7px;
  text-align: center;
  z-index: 99;
}

#how.style-2 .step-badge {
  top: -25px;
  left: -10px;
}

#how.style-2 .step-badge {
  border-radius: 0;
  top: -25px;
  left: -10px;
}

.how-icon {
  position: absolute;
  float: left;
  left: 15px;
}

.how-icon i {
  color: #1fc585;
  background: transparent;
  border: 2px solid #1fc585;
  border-radius: 50%;
  font-size: 20px;
  padding: 15px;
}

#how.style-2 .how-icon i {
  border: 2px solid #1fc585;
  border-radius: 0;
}

.hiw h4 {
  margin-bottom: 10px;
}

/* End How it Works */
/* Portfolio */
#portfolio {
  padding: 80px 0;
}

#portfolio ul.portfolio {
  margin-bottom: 0 !important;
}

.portfolio-filter {
  margin-top: 35px;
  margin-bottom: 20px;
}

.portfolio-filter a {
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0 5px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(31, 197, 133, 0.8);
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .5s linear;
  transition: all .2s linear;
}

.hovereffect-title h5 {
  color: white;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 43%;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h6, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#portfolio .project {
  padding-top: 15px;
  padding-bottom: 15px;
}

#portfolio .project-description {
  font-size: 14px;
}

/* / End Portfolio */
/* Pricing */
#pricing {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 50px 0;
}

#pricing .page-header.has-stacked {
  margin-bottom: 65px;
}

#pricing .row.stacked {
  padding: 0 15px;
}

.pricing-table {
  background: #f7f7f7;
  border: 2px solid #373e62;
  text-align: center;
  margin-bottom: 30px;
}

.featured.pricing-table {
  border: 2px solid #1fc585;
}

.pricing-table ul, .pricing-table ol {
  margin-bottom: 0;
  padding: 0;
}

.pricing-title {
  color: white;
  background-color: #373e62;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
}

.featured .pricing-title {
  background-color: #1fc585;
}

.pricing-table-price {
  font-weight: 700;
  padding: 30px 20px;
}

.pricing-table-price p {
  color: #373e62;
}

.featured .pricing-currency {
  color: #1fc585;
}

.featured .pricing-price {
  color: #1fc585;
}

.pricing-currency {
  font-size: 16px;
  font-weight: 700;
  vertical-align: 30px;
}

.pricing-price {
  font-size: 50px;
  font-weight: 700;
}

.pricing-period {
  font-size: 14px;
  font-weight: 700;
}

.pricing-table-content li {
  font-size: 14px;
  margin-bottom: 15px;
}

.pricing-table-button {
  padding: 15px 0 35px;
}

.stacked > .col-sm-4, .stacked > .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.stacked .pricing-table {
  border: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.stacked .pricing-table {
  position: relative;
  z-index: 1;
}

.stacked .featured.pricing-table {
  position: relative;
  z-index: 2;
  margin-top: -35px;
}

.stacked .featured .pricing-table-price {
  padding: 45px 20px;
}

.stacked .featured .pricing-table-button {
  padding: 35px 0 55px;
}

.stacked .col-md-3 .featured.pricing-table {
  margin-top: -25px;
}

.stacked .col-md-3 .featured .pricing-table-price {
  padding: 40px 20px;
}

.stacked .col-md-3 .featured .pricing-table-button {
  padding: 25px 0 45px;
}

/* End Pricing */
/* Team */
#team {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  padding: 80px 0;
}

.team {
  margin-top: 30px;
}

.team img {
  border-radius: 50%;
  max-width: 150px;
}

#team.style-2 .team img {
  border-radius: 0;
}

.team-role {
  font-size: 14px;
  margin-bottom: 15px;
}

.team .social i {
  color: #cccccc;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.team .social i:hover {
  color: #1fc585;
}

/* End Team */
/* Clients */
#clients {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#clients.light {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ebebeb;
  padding: 80px 0;
}

#clients .owl-item img {
  opacity: 0.8;
}

#clients.light .owl-item img {
  opacity: 0.7;
}

#clients.primary-background .owl-item img {
  opacity: 1;
}

#clients.default-background {
  background-color: #373e62;
}

#clients.primary-background {
  background-color: #1fc585;
}

#clients.success-background {
  background-color: #1fc55a;
}

#clients.info-background {
  background-color: #1f9cc5;
}

#clients.warning-background {
  background-color: #c58c1f;
}

#clients.danger-background {
  background-color: #c51f1f;
}

#clients.primary-background h2, #clients.color-background h2 {
  color: white;
}

#clients-carousel .owl-controls {
  display: none !important;
}

/* End Clients */
/* Newsletter */
#newsletter {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.widget-area #newsletter {
  padding: 0;
}

#newsletter.light {
  background-color: #ebebeb;
}

#newsletter.dark {
  background-color: #272733;
}

#newsletter.dark .page-header h2 {
  color: white;
}

#newsletter .form-control {
  color: #666666;
  background: #f7f7f7;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
}

#newsletter .input-group {
  width: 60%;
  margin: 0 auto;
}

#newsletter .input-group-btn {
  vertical-align: top;
}

.btn-newsletter {
  padding: 14px 24px;
  margin-left: 20px !important;
  border-radius: 0;
  z-index: 2;
}

#newsletter .btn-newsletter.inside {
  margin-left: 0 !important;
}

#newsletter .btn-left.btn-newsletter.inside {
  margin-left: -140px !important;
  margin-top: 0;
  z-index: 999;
}

#newsletter.no-icons .btn-left.btn-newsletter.inside {
  margin-left: -112px !important;
}

/* End Newsletter */
/* Call to Action */
#cta {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
  padding: 120px 0;
}

#cta.dark-bg {
  background-color: #272733;
}

.cta-content {
  text-align: center;
}

#cta.dark-bg .cta-content .cta-title {
  color: white;
}

#cta.dark-bg .cta-info {
  color: #ebebeb;
}

#cta.dark-bg p {
  color: #cccccc;
}

.cta-description {
  width: 65%;
  margin: 0 auto;
}

.cta-info {
  margin: 30px 0 15px 0;
}

/* End Call to Action */
/* Contact Section */
#contact {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ebebeb;
  padding: 80px 0;
}

#contact.full-width-map {
  padding-top: 0;
}

.full-width-map #contact-form-1 {
  margin-top: 80px;
}

#contact.dark {
  background-color: #272733;
}

#contact.form-over-map {
  padding: 0;
}

#contact.dark h2, #contact.dark h3, #contact.dark h4 {
  color: white;
}

#contact.dark p {
  color: #ebebeb;
}

#contact .contact-one-col {
  width: 80%;
  margin: 0 auto;
}

.contact-on-top {
  position: relative;
}

.contact-on-top .container {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 30px;
}

.contact-on-top #contact-form-1 {
  width: 50%;
}

.contact-widget .info {
  margin-bottom: 15px;
}

.contact-widget i {
  font-size: 20px;
  margin-top: 5px;
}

.contact-widget .social i {
  font-size: 14px;
}

.contact-widget a {
  font-size: 14px;
}

.contact-widget span {
  margin-left: 15px;
  margin-top: 3px;
  position: absolute;
}

/* Maps */
#map {
  width: 100%;
  height: 300px;
}

.map-one-col #map {
  height: 400px;
}

.contact-on-top #map {
  width: 100%;
  height: 700px;
}

.map-w-border {
  border: 10px solid white;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  padding: 0;
}

/* End Maps */
/* End Contact Section */
/* Testimonials*/
#testimonials {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #1fc585;
  padding-bottom: 50px;
}

#testimonials.light {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ebebeb;
  padding-bottom: 80px;
}

#testimonials.light .testimonial i, #testimonials.light .testimonial h3 {
  color: #373e62;
}

#testimonials.light .customer-name {
  color: #666666;
}

#testimonials.light .carousel-indicators .active {
  background-color: #272733;
}

#testimonials.light .carousel-indicators li {
  background-color: #272733;
}

#testimonials .testimonial {
  padding: 150px 0;
  text-align: center;
}

#testimonials .testimonial i {
  color: white;
  font-size: 38px;
  margin-bottom: 40px;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-top: -40px;
  margin-bottom: 40px;
}

#testimonials .testimonial h3 {
  color: white;
  font-size: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 900px;
}

.customer-name {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

#testimonials.carousel-indicators {
  margin-bottom: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: white;
  margin: 3px;
  opacity: 1;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 3px;
  background-color: white;
  border: 0;
  opacity: 0.5;
}

/* End Testimonials */
/* Content */
/* Footers */
.footer-info {
  padding: 25px 15px;
}

footer p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

footer .social a {
  font-size: 14px;
  margin-left: 10px;
}

.light-footer {
  background: #f7f7f7;
}

.light-footer p {
  color: #666666;
}

.dark-footer {
  background: #222222;
}

.dark-footer p {
  color: #cccccc;
}

.color-footer {
  background: #373e62;
}

.color-footer p {
  color: white;
}

.color-footer a {
  color: white;
}

.color-footer a:hover {
  color: #cccccc;
}

.color-footer p a {
  color: #1fc585;
}

.color-footer p a:hover {
  color: #19835a;
}

/* Footer Widgets */
.light-footer .widget-area {
  background: white;
}

.dark-footer .widget-area {
  background: black;
}

.color-footer .widget-area {
  background: #272733;
}

footer .widget-title {
  text-align: left;
  margin-bottom: 30px;
}

.dark-footer .widget-title h4 {
  color: white;
}

.color-footer .widget-title h4 {
  color: white;
}

footer .widget-title h4 {
  margin: 0;
}

footer .widget-area {
  font-size: 14px;
  padding: 50px 0;
}

footer .about-widget img {
  width: auto;
  max-height: 20px;
  margin: 0;
}

footer .blog-post-small {
  margin-top: 25px;
  padding-bottom: 30px;
}

footer .blog-post-small.second-post {
  margin-top: 25px;
  padding-bottom: 0;
}

footer .blog-post-small.first-post {
  border-bottom: 1px solid #cccccc;
  margin-top: 0;
}

footer .blog-posts-small img {
  max-width: 66px;
  margin: 0 10px 0 0;
  float: left;
}

footer .projects-widget img {
  max-width: 84px;
  float: left;
  margin: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
}

footer .contact-widget .info {
  margin-bottom: 15px;
}

footer .contact-widget i {
  font-size: 20px;
  margin-top: 5px;
}

footer .contact-widget .social i {
  font-size: 14px;
}

footer .contact-widget span {
  margin-left: 20px;
  margin-top: 3px;
  position: absolute;
}

footer .newsletter-widget .btn-newsletter {
  margin-left: 0 !important;
  padding: 10px 20px;
}

footer #newsletter .form-control {
  margin-bottom: 12px;
  padding: 5px 20px;
  min-height: 42px;
}

/* End Footer Widgets */
/* End Footers */
/* Scroll to Top */
.scroll-to-top {
  background: #1fc585;
  color: white;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  line-height: 25px;
  border: 2px solid #19835a;
  border-radius: 50%;
  position: fixed;
  text-align: center;
  font-size: 18px;
  z-index: 99;
}
.scroll-to-top.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0, -5px);
  -webkit-transition: -webkit-transform 0.2s, background 0.2s, color 0.2s, opacity 0 0.2s;
}
.scroll-to-top.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .2s,background .2s,color .2s;
}

.scroll-to-top.style-2 {
  border-radius: 0;
}

.scroll-to-top:hover {
  background: #19835a;
  color: white;
  border: 2px solid #19835a;
}

.scroll-to-top:focus {
  background: #19835a;
  color: white;
  border: 2px solid #19835a;
}

/* End Scroll to Top */
/* Media Screens */
@media only screen and (max-width: 1200px) {
  .hiw-content {
    padding: 10px 15px;
  }

  .pricing-currency {
    font-size: 14px;
    vertical-align: 20px;
  }

  .pricing-price {
    font-size: 40px;
  }

  .pricing-table .pricing-table-content ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .hiw-content {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .split-menu .pull-left {
    float: none !important;
  }

  .split-menu .navbar-brand {
    display: block;
  }

  .split-menu .pull-right {
    float: none !important;
  }

  .split-menu .navbar-nav {
    float: none;
  }

  .split-menu .navbar-nav > li {
    float: none;
    display: inline-block;
  }

  .nav > li > a {
    padding: 12.5px 10px;
  }

  .open .dropdown-menu > li > a {
    font-size: 14px;
  }

  .log-line .checkbox label {
    padding-left: 8px;
  }

  .block {
    margin-bottom: 30px;
  }

  .block .social {
    margin-bottom: 20px;
  }

  #features img {
    margin-top: 50px;
  }

  .header-details-text {
    width: 70%;
  }

  .center-feature-image {
    width: 70%;
    margin: 0 auto;
  }

  .hiw-content {
    padding: 15px;
  }

  .hiw {
    padding: 50px 30px 0 90px;
  }

  .hiw.next-indicator:after {
    color: #cccccc;
    content: "\f178";
    font-family: FontAwesome;
    display: block;
    width: 20%;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .fact-icon {
    margin-top: 20px;
  }

  .widget-area .col-md-4, .widget-area .col-md-3 {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .container-fluid {
    padding: 0;
  }

  .navbar-brand {
    color: #cccccc !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    height: 50px;
    padding: 15px 15px;
  }

  .open .dropdown-menu > li > a {
    padding: 5px 20px;
    text-align: center;
    max-width: 160px;
  }

  .navbar-nav .open .dropdown-menu {
    max-width: 160px;
    margin: 0 auto;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: white;
    background-color: #1fc585;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: white;
    background-color: #1fc585;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #333333;
  }

  .navbar .btn {
    margin: 7px 0 20px 0;
  }

  .header-content-details {
    padding: 20px 15px;
  }

  header h3 {
    font-size: 30px;
  }

  header h5 {
    font-size: 16px;
  }

  header p {
    font-size: 14px;
  }

  .header-content {
    padding: 50px 0;
  }

  .header-content-left {
    padding: 20px;
  }

  #header-3 .header-content-details {
    padding: 20px;
  }

  #header-3 .header-content-feature {
    padding: 0 15px;
  }

  .feature-left .feature {
    text-align: left;
    padding: 20px 0 0 50px;
  }

  .feature-image-left {
    margin-bottom: 30px;
  }

  .feature-image-right {
    margin-top: 30px;
  }

  .center-feature-image {
    width: 50%;
  }

  .header-details-text {
    width: 80%;
  }

  .block i {
    font-size: 18px;
  }

  #how {
    padding: 60px 0 20px 0;
  }

  .hiw {
    text-align: center;
    padding: 30px 0 0 0;
  }

  .hiw.next-indicator:after {
    display: none;
  }

  .how-icon {
    position: relative;
    float: none;
    left: auto;
    text-align: center;
    margin-bottom: 35px;
  }

  .how-icon i {
    padding: 20px;
  }

  .step-badge {
    left: auto;
    margin-left: -8px;
  }

  #how.style-2 .step-badge {
    left: auto;
    margin-left: -8px;
  }

  #newsletter .input-group {
    width: 80%;
  }

  #features img {
    margin-top: 10px;
  }

  #facts {
    padding: 50px 0;
  }

  .fact-icon {
    font-size: 36px;
    margin-top: 30px;
  }

  .timer {
    font-size: 38px;
  }

  .fact-title {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #testimonials-slider .testimonial {
    padding: 100px 0;
  }

  #testimonials-slider .testimonial h3 {
    font-size: 22px;
  }

  .customer-name {
    font-size: 14px;
  }

  #pricing .page-header.has-stacked {
    margin-bottom: 20px;
  }

  .pricing-table {
    max-width: 80%;
    margin: 30px auto;
  }

  .stacked > .col-sm-4, .stacked > .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stacked .col-md-3 .featured.pricing-table {
    margin-top: 0;
  }

  .stacked .featured.pricing-table {
    margin-top: 0;
  }

  #clients {
    padding: 30px 0;
  }

  #clients img {
    max-height: 100px;
    width: auto;
  }

  .map-w-border {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  #contact .contact-one-col {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .top-menu .left {
    float: none;
    display: block;
    text-align: center;
  }

  .top-menu .right {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  #newsletter .form-control {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 40px;
  }

  #newsletter .input-group {
    width: 100%;
  }

  .btn-newsletter {
    padding: 9px;
  }

  #newsletter .btn-left.btn-newsletter.inside {
    margin-left: -110px !important;
  }

  #newsletter.no-icons .btn-left.btn-newsletter.inside {
    margin-left: -80px !important;
  }

  #register-form {
    padding: 20px;
  }

  #register-form .form-control {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 40px;
  }

  #register-form .btn-log {
    margin-bottom: 20px;
  }

  .log-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #contactForm .form-control {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 40px;
  }

  #contactForm textarea {
    padding: 15px 10px !important;
  }

  #contact-form-1 .btn-form-submit {
    padding: 9px;
  }

  .help-block {
    margin-top: 20px;
  }

  .help-block.with-errors li {
    margin-top: -20px;
  }

  .contact-on-top #contact-form-1 {
    width: 100%;
  }

  #contact .contact-one-col {
    width: 100%;
    margin: 0 auto;
  }

  .map-one-col #map {
    height: 300px;
  }

  .footer-info {
    text-align: center;
    line-height: 1.8;
  }

  .footer-info .pull-right {
    float: none !important;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #header-2 .header-content-details {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .header-content {
    padding: 40px 0;
  }

  header h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .header-brand {
    font-size: 26px;
  }

  header h5 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  header p {
    padding: 10px 0;
  }

  .center-feature-image {
    width: 70%;
  }

  .header-details-text {
    width: 90%;
  }

  .fact-icon {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .timer {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .fact-title {
    font-size: 16px;
  }

  #testimonials-slider .testimonial {
    padding: 80px 0;
  }

  #testimonials-slider .testimonial h3 {
    font-size: 18px;
  }

  .customer-name {
    font-size: 12px;
  }

  #portfolio .col-xs-6 {
    width: 100%;
  }

  .portfolio-filter a {
    line-height: 2;
  }

  .pricing-table {
    max-width: 100%;
  }

  .map-w-border {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .map-one-col #map {
    height: 200px;
  }

  #map {
    height: 200px;
  }
}
@media only screen and (max-width: 450px) {
  .log-line .pull-left {
    float: none !Important;
  }

  .log-line .pull-right {
    float: none !important;
  }

  .log-line {
    padding: 0;
  }

  #register-form .btn-log {
    margin-bottom: 0;
  }
}
/* Min Widths */
@media only screen and (min-width: 992px) {
  .split-menu {
    max-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    float: right;
  }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* End Min Widths */
/* / End Media Screens */
