/*
        Project:		-- 4k
        Version:	    --
        Create Date:	-- 08-21-16
        Last change:	--
        Primary use:	--
*/
/* 
        --- Table Of Content ---
        
        
        1. Defult CSS 
        2. DEFAULT STYLE FOR DOWNLOAD BUTONS
        3. DEFAULT STYLEF FOR TEXT SHADOW
        4. DEFAULT LABEL ERROR STYLE
        5. DEFAULT STYLES FOR LISTS
        6. DEFAULT STYLES FOR BUTTONS
        7. DEFAULT STYLES FOR FORM
        8. DEFAULT STYLES FOR SOCIAL LIST
        9. NAVBAR STYLES
        10. SECTION VIDEO 
        11. SECTION INTRO 
        12. SECTION MORE INFO
        13. SECTION SCREENSHOTS
        14. SECTION TSTIMONIALS
        15. SECTION FEATURES
        16. SECTION FEATURES BOTTOM
        17. SECTION FACTS
        18. SECTION CONTACT
        19. SECTION CONTACT
        20. SECTION FOOTER TOP
        21. SECTION PRICING
        22. FOOTER
        23. DEFAULT STYLES FOR OWL CAROUSEL DOTS
        24. DEFAULT TYLES FOR INPUT PLACEHOLDERS
        25. CANVAS ANIMATIONS
        26. DEFAULT STYLES FOR SITE LOADER
        27. SHORTCODES
        28. COLOR PALETTE
        29. TEAM
        30. BLOG
        31. MEDIA QUERIES
*/
/*colors*/
/* sass mixins*/
/* h1-h6 global style */
h1 {
  font-weight: 300; }

h2 {
  font-weight: 300; }

h3 {
  font-weight: 300; }

h4 {
  font-weight: 300; }

h5 {
  font-weight: 300; }

h6 {
  font-weight: 300; }

/**
 * ===============================
 *  DEFAULT CSS 
 * ===============================
 */
body {
  color: white;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #1c1c1c; }

img {
  max-width: 100%; }

.relative {
  position: relative; }

h1 {
  font-size: 46px; }

h2 {
  font-size: 38px;
  margin-bottom: 20px; }
  h2 + p {
    max-width: 77%;
    display: inline-block; }

.h1 {
  padding: 10px;
  color: white; }

small {
  font-size: 12px !important; }

a {
  color: #c5b26b; }
  a:hover {
    text-decoration: none; }

p {
  letter-spacing: 1px;
  font-size: 15px; }

.p {
  font-size: 18px;
  padding: 10px;
  color: white; }

.inline-block {
  display: inline-block; }

.bg-image-none {
  background-image: none !important; }

.m-top-100 {
  margin-top: 100px; }

/**
 * ===============================
 *  DEFAULT FARALLAX BACGROUND STYLES
 * ===============================
 */
.parallax-layer {
  background-attachment: fixed !important; }

/**
 * ===============================
 *  DEFAULT STYLE FOR DOWNLOAD BUTONS
 * ===============================
 */
.downloads a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #242424;
  font-size: 18px; }
  .downloads a img {
    max-width: 250px; }

/**
 * ===============================
 *  DEFAULT STYLEF FOR TEXT SHADOW
 * ===============================
 */
.text-shadow {
  text-shadow: 2px 2px 10px rgba(170, 67, 252, 0.2);
  color: #c5b26b; }

/**
 * ===============================
 *  DEFAULT LABEL ERROR STYLE
 * ===============================
 */
label.error {
  display: block;
  font-weight: 300;
  text-align: left;
  background: #FF0027;
  padding: 3px;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 1px; }

/**
 * ===============================
 *  DEFAULT STYLES FOR LISTS
 * ===============================
 */
.list {
  list-style-type: none;
  margin-top: 100px;
  padding: 0; }
  .list li {
    margin-bottom: 30px;
    font-size: 18px;
    position: relative; }
    .list li .fa {
      margin-right: 10px;
      font-size: 15px;
      padding: 5px;
      border: 1px solid;
      border-radius: 50%; }
    .list li:hover .fa {
      color: #c5b26b;
      border-color: #c5b26b; }

/**
 * ===============================
 *  DEFAULT STYLES FOR BUTTONS
 * ===============================
 */
.btn {
  border-radius: 5px;
  border: none;
  font-size: 24px;
  font-weight: 300; }
  .btn.btn-success {
    background: #c5b26b; }
    .btn.btn-success:active, .btn.btn-success:focus {
      background: #c5b26b; }
    .btn.btn-success:hover {
      background: #242424;
      color: white; }
  .btn.btn-success-invert {
    background: #242424;
    color: white; }
    .btn.btn-success-invert:hover {
      background: #c5b26b; }
    .btn.btn-success-invert:active, .btn.btn-success-invert:focus {
      background: #242424; }
  .btn.btn-large {
    padding: 10px 35px; }
  .btn.btn-default {
    background: #eee; }
  .btn.btn-primary {
    background: #c5b26b; }
    .btn.btn-primary:hover {
      background: #242424; }
  .btn.btn-warning {
    background: rgba(255, 159, 23, 0.8); }
  .btn.btn-danger {
    background: rgba(246, 9, 2, 0.9); }
  .btn.btn-info {
    background: rgba(1, 184, 238, 0.8); }
  .btn.btn-transparent {
    background: transparent;
    color: white;
    border: 1px solid white; }
    .btn.btn-transparent:hover {
      background: white;
      color: #242424; }
  .btn.btn-white {
    background: white;
    color: #242424 !important;
    border: 1px solid transparent; }
    .btn.btn-white:hover, .btn.btn-white:active {
      border: 1px solid white;
      color: white !important; }
  .btn:active, .btn:focus {
    outline: none;
    box-shadow: none !important; }
  .btn.btn-small {
    padding: 8px; }

/**
 * ===============================
 *  DEFAULT STYLES FOR FORM
 * ===============================
 */
.form-control {
  border-radius: 5px;
  border: none;
  background: #1c1c1c;
  color: white;
  padding: 15px 10px;
  height: auto;
  border-radius: 0; }
  .form-control:focus {
    border-color: #c5b26b;
    box-shadow: 0 1px 1px #c5b26b;
    background: #c5b26b; }
  .form-control::-webkit-input-placeholder {
    color: white;
    opacity: 1; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 1; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: white;
    opacity: 1; }

/**
 * ===============================
 *  DEFAULT STYLES FOR SOCIAL LIST
 * ===============================
 */
.footer-social a {
  display: inline-block;
  width: 55px;
  height: 35px;
  color: white !important;
  text-align: center;
  line-height: 35px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 20px; }
  .footer-social a:first-child {
    margin-left: 0; }
  .footer-social a:hover, .footer-social a:active, .footer-social a:focus {
    color: #c5b26b;
    border-color: #c5b26b; }

.social-icon {
  border: 1px solid white;
  border-radius: 50%;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  margin-left: 10px; }
  .social-icon:hover {
    background: white !important;
    color: #242424 !important; }

/**
 * ===============================
 *  NAVBAR STYLES
 * ===============================
 */
.navbar {
  border: none;
  background: transparent; }
  .navbar.nav-bg {
    background: rgba(0, 0, 0, 0.95);
    color: #242424; }
    .navbar.nav-bg .logo-dark {
      display: block !important; }
    .navbar.nav-bg .logo-white {
      display: none !important; }
    .navbar.nav-bg .nav li {
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent; }
      .navbar.nav-bg .nav li a {
        color: white; }
      .navbar.nav-bg .nav li.active {
        position: relative;
        border-top: 1px solid #c5b26b;
        border-bottom: 1px solid #c5b26b;
        overflow: hidden; }

.navbar-toggle {
  font-size: 24px;
  padding: 0;
  color: white; }

.navbar-brand {
  padding: 10px; }

.logo-dark {
  display: none !important; }

.nav li {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  .nav li a {
    color: white;
    font-size: 14px; }
    .nav li a:focus, .nav li a:hover {
      background-color: transparent;
      color: white; }

/**
 * ===============================
 *  SECTION VIDEO 
 * ===============================
 */
.videoWrapper {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 * ===============================
 *  SECTION INTRO 
 * ===============================
 */
#intro {
  background: #242424;
  background-image: url(../img/bg.jpeg);
  background-size: cover;
  background-image: url(../img/bg.jpeg);
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
  padding: 100px 0;
  background-size: cover;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0;
  overflow: hidden;
  display: table; }
  #intro:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8); }
  #intro > div {
    z-index: 1;
    position: relative; }
  #intro .container {
    padding: 320px 15px;
    display: table-cell;
    vertical-align: middle; }

/**
 * ===============================
 *  SECTION MORE INFO 
 * ===============================
 */
#more-info {
  padding-bottom: 100px;
  padding-top: 50px; }

/**
 * ===============================
 *  SECTION SCREENSHOTS
 * ===============================
 */
#screenshots {
  background: url("../img/bg.jpg");
  background-size: cover;
  position: relative;
  color: white;
  padding: 100px 0;
  position: relative;
  /* This block of CSS adds opacity transition to background */ }
  #screenshots:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9); }
  #screenshots > div {
    z-index: 1;
    position: relative; }
  #screenshots .phone {
    position: absolute;
    left: 50%;
    width: 265px;
    z-index: 2;
    margin-left: -133px;
    pointer-events: none;
    top: -53px; }
  #screenshots .loop .owl-item {
    position: relative;
    width: 250px !important; }
    #screenshots .loop .owl-item:hover a {
      cursor: crosshair; }
      #screenshots .loop .owl-item:hover a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(110, 68, 252, 0.5);
        z-index: 9; }
  #screenshots .owl-dot {
    margin-top: 60px; }
  #screenshots .mfp-with-zoom .mfp-container,
  #screenshots .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  #screenshots .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1; }
  #screenshots .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8; }
  #screenshots .mfp-with-zoom.mfp-removing .mfp-container,
  #screenshots .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0; }

/**
 * ===============================
 *  SECTION TSTIMONIALS
 * ===============================
 */
#testimonials {
  background-image: url(../img/bg.jpeg);
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
  padding: 100px 0;
  background-size: cover;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  color: white; }
  #testimonials:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8); }
  #testimonials > div {
    z-index: 1;
    position: relative; }

.testimonials-loop .user-img {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .testimonials-loop .user-img img {
    max-width: 100px;
    border-radius: 50%; }
.testimonials-loop .user-desc p {
  display: inline-block;
  max-width: 77%; }
.testimonials-loop .user-name {
  color: #717171;
  font-weight: 300; }

/**
 * ===============================
 *  SECTION FEATURES
 * ===============================
 */
#features {
  padding: 100px 0;
  background: url(../img/phone-2.png) right 10% center no-repeat;
  background-size: 550px;
  background-attachment: fixed; }
  #features h2 + p {
    max-width: 100%; }
  #features .phone {
    margin-bottom: -80px;
    float: right; }

/**
 * ===============================
 *  SECTION FEATURES BOTTOM
 * ===============================
 */
#features-bottom {
  padding: 100px 0;
  padding-top: 80px;
  color: white;
  background-image: url(../img/bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }
  #features-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(110, 68, 252, 0.52);
    z-index: -1; }
  #features-bottom h3 {
    text-transform: uppercase; }
  #features-bottom .play {
    display: inline-table;
    color: white; }

/**
 * ===============================
 *  SECTION FACTS
 * ===============================
 */
#facts {
  padding: 50px 0;
  color: white;
  background-image: url(../img/bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }
  #facts:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(110, 68, 252, 0.52);
    z-index: -1; }
  #facts h1 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left; }
  #facts h3 {
    margin: 0;
    text-align: left; }
  #facts .btn-success:hover {
    background: white;
    color: #242424; }

.icon-facts {
  position: relative;
  display: inline-block; }
  .icon-facts .icon {
    position: absolute;
    top: 0;
    left: 0; }
  .icon-facts .content {
    margin-left: 100px; }

/**
 * ===============================
 *  SECTION CONTACT
 * ===============================
 */
#contact {
  padding: 100px 0;
  background: #242424;
  color: white; }

#contact-form {
  margin-top: 20px; }

/**
 * ===============================
 *  SECTION FOOTER TOP
 * ===============================
 */
#footer-top {
  background-image: url(../img/bg.jpeg);
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
  padding: 100px 0;
  background-size: cover;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  color: white; }
  #footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8); }
  #footer-top > div {
    z-index: 1;
    position: relative; }

/**
 * ===============================
 *  SECTION PRICING
 * ===============================
 */
#pricing {
  padding: 100px 0; }

.pricing-table {
  padding: 0;
  background: #242424;
  margin-top: 80px; }
  .pricing-table .price {
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 0; }
  .pricing-table .item-header {
    top: -78px;
    position: relative;
    background: #c5b26b;
    padding-top: 10px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto; }
    .pricing-table .item-header h2 {
      font-size: 30px;
      margin-top: 33px;
      margin-bottom: 10px; }
  .pricing-table .item-body {
    margin-top: -50px;
    padding: 0 30px; }
    .pricing-table .item-body ul {
      list-style-type: none;
      padding: 0; }
      .pricing-table .item-body ul li {
        padding: 20px 0;
        border-top: 1px solid white; }
  .pricing-table .item-footer {
    padding: 30px;
    font-size: 18px; }
    .pricing-table .item-footer .btn {
      font-size: inherit; }
  .pricing-table:hover {
    color: white; }
    .pricing-table:hover .btn.btn-success:hover {
      background: white;
      color: #242424; }
  .pricing-table.active {
    background: #c5b26b !important;
    color: white; }
    .pricing-table.active .item-header {
      background: #242424; }
    .pricing-table.active .btn.btn-success {
      background: white;
      color: #c5b26b; }
      .pricing-table.active .btn.btn-success:hover {
        background: #242424;
        color: white; }

/**
 * ===============================
 *  FOOTER
 * ===============================
 */
footer {
  padding: 10px 0;
  padding-top: 20px;
  background: black;
  font-size: 14px;
  color: white; }
  footer a {
    color: white; }
    footer a:hover {
      text-decoration: none;
      color: #c5b26b; }
  footer .copyright a {
    color: #c5b26b; }
  footer .footer-menu {
    list-style-type: none;
    padding: 0; }
    footer .footer-menu li {
      display: inline-block;
      margin-left: 5px; }
      footer .footer-menu li:first-child {
        margin-left: 0; }

/**
 * ===============================
 *  SECTION SUBSCRIBE
 * ===============================
 */
#subscribe {
  padding: 100px 0;
  background-image: url(../img/bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }
  #subscribe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: #002a54;
    z-index: -1; }
  #subscribe form {
    margin-top: 20px; }
  #subscribe .form-control {
    background: transparent;
    border: 1px solid white; }
  #subscribe .btn {
    padding: 8px 10px; }
  #subscribe label.error {
    position: absolute;
    bottom: -35px;
    background: #5f48a5;
    color: #FF0027; }

/**
 * ===============================
 *  DEFAULT STYLES FOR OWL CAROUSEL DOTS
 * ===============================
 */
.owl-dots {
  text-align: center;
  margin-top: 15px; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    background: rgba(250, 250, 250, 0.5);
    margin: 0 3px;
    padding: 0 20px; }
    .owl-dots .owl-dot.active {
      background: white; }

.custom1.owl-carousel {
  text-align: center; }
  .custom1.owl-carousel .owl-item {
    float: none;
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top; }
    .custom1.owl-carousel .owl-item .row {
      text-align: left; }
  .custom1.owl-carousel .owl-nav .owl-prev, .custom1.owl-carousel .owl-nav .owl-next {
    font-size: 55px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 8px;
    color: #c5b26b;
    position: absolute;
    top: 50%;
    margin-top: -18px; }
  .custom1.owl-carousel .owl-nav .owl-prev {
    left: 0; }
  .custom1.owl-carousel .owl-nav .owl-next {
    right: 0; }

/**
 * ===============================
 *  DEFAULT TYLES FOR INPUT PLACEHOLDERS
 * ===============================
 */
::-webkit-input-placeholder {
  color: white;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1; }

:-ms-input-placeholder {
  color: white;
  opacity: 1; }

/* spaces */
.space-10 {
  margin-bottom: 10px; }

.space-20 {
  margin-bottom: 20px; }

.space-30 {
  margin-bottom: 30px; }

.space-40 {
  margin-bottom: 40px; }

.space-50 {
  margin-bottom: 50px; }

.space-60 {
  margin-bottom: 60px; }

.space-70 {
  margin-bottom: 70px; }

.space-80 {
  margin-bottom: 80px; }

/**
 * ===============================
 *  CANVAS ANIMATIONS
 * ===============================
 */
.large-header {
  position: relative;
  width: 100%;
  z-index: 1; }

#canvas {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0; }

/**
 * ===============================
 *  DEFAULT STYLES FOR SITE LOADER
 * ===============================
 */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242424;
  z-index: 9999; }

.s2 {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: transparent;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/logo.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center; }

.s1 {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50vh;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: transparent; }

.bigcon {
  position: absolute;
  height: 95px;
  width: 95px;
  top: 50vh;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: transparent;
  animation: bigcon 2s infinite linear;
  animation-delay: 0.25s; }

.b {
  border-radius: 50%;
  position: absolute; }

.s {
  width: 25px;
  height: 25px;
  animation: small 2s infinite ease;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
  background-color: white; }

.s:nth-child(1) {
  top: 0%;
  left: 0%; }

.s:nth-child(2) {
  top: 0%;
  right: 0%; }

.s:nth-child(3) {
  right: 0%;
  bottom: 0%; }

.s:nth-child(4) {
  bottom: 0%;
  left: 0%; }

.big {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px white, 0px 0px 20px white, 0px 0px 30px white, 0px 0px 50px white, 0px 0px 60px white;
  z-index: 1;
  background-color: white;
  animation: bigball 1s infinite linear; }

.sb1 {
  animation-delay: -1.75s; }

.sb6 {
  animation-delay: -1.5s; }

.sb2 {
  animation-delay: -1.25s; }

.sb7 {
  animation-delay: -1s; }

.sb3 {
  animation-delay: -0.75s; }

.sb8 {
  animation-delay: -0.5s; }

.sb4 {
  animation-delay: -0.25s; }

.sb5 {
  animation-delay: -0s; }

@keyframes bigcon {
  0% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg); }
  100% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(405deg); } }
@keyframes small {
  0% {
    transform: scale(1);
    background-color: #c5b26b; }
  10% {
    transform: scale(1.3);
    background-color: white; }
  15% {
    transform: scale(1); }
  25% {
    transform: scale(1);
    background-color: #c5b26b; }
  100% {
    transform: scale(1);
    background-color: #c5b26b; } }
.map-style {
  position: relative;
  background: #29282b !important; }

.map-style-2 #map {
  right: auto;
  left: 0; }

.footer-style {
  padding-bottom: 0 !important; }
  .footer-style footer {
    background: transparent;
    margin-top: 50px; }

#map {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0; }
  #map:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8); }

/**
 * ===============================
 *  SHORTCODES
 * ===============================
 */
.breadcrumb {
  border-radius: 0; }

/*navbar*/
.navbar {
  border-radius: 0; }

.navbar-inverse {
  background: #242424; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a {
    background: transparent;
    border-top: px solid white;
    border-bottom: 1px solid white; }
    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      background: transparent;
      color: white; }
  .navbar-inverse .navbar-nav .open a {
    background: transparent;
    color: white; }
    .navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:focus {
      background: transparent;
      color: white; }
  .navbar-inverse .navbar-nav .open .dropdown-menu li a:hover {
    background: #c5b26b;
    color: white; }
  .navbar-inverse .navbar-nav .dropdown-menu {
    background: #242424; }

.navbar-form .form-control {
  padding: 6px; }

/*DROPDOWN*/
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0; }
  .dropdown-menu li a {
    padding: 6px 15px; }
    .dropdown-menu li a:hover {
      background: #c5b26b;
      color: #242424; }

.dropup .dropdown-menu {
  width: 100%; }

.open .dropdown-toggle.btn-primary {
  background: #242424; }
  .open .dropdown-toggle.btn-primary:active, .open .dropdown-toggle.btn-primary:focus, .open .dropdown-toggle.btn-primary:visited {
    background: #997bfd; }
  .open .dropdown-toggle.btn-primary:hover {
    background: #242424; }

/*labels*/
.label {
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  padding: 5px 10px; }

.label-default {
  background: #eee;
  color: #242424; }

.label-primary {
  background: rgba(110, 68, 252, 0.7); }

.label-success {
  background: rgba(11, 173, 11, 0.8); }

.label-warning {
  background: rgba(255, 159, 23, 0.8); }

.label-danger {
  background: rgba(246, 9, 2, 0.9); }

.label-info {
  background: rgba(1, 184, 238, 0.8); }

.badge {
  font-size: 13px;
  font-weight: 300;
  background: #242424; }

/*alerts*/
.alert {
  border-radius: 0;
  position: relative;
  border: none;
  border-bottom: 3px solid;
  border-right: 3px solid;
  color: white;
  background-color: #eee; }
  .alert .close {
    width: 20px;
    height: 20px;
    background: #eee;
    color: white;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    color: #fff;
    line-height: 20px;
    outline: none !important;
    font-size: 18px; }
  .alert h4 {
    font-weight: normal; }

.alert-danger {
  border-color: rgba(246, 9, 2, 0.9);
  color: rgba(246, 9, 2, 0.9); }
  .alert-danger .close {
    background: rgba(246, 9, 2, 0.9); }

.alert-warning {
  color: rgba(255, 159, 23, 0.8);
  border-color: rgba(255, 159, 23, 0.8); }
  .alert-warning .close {
    background: rgba(255, 159, 23, 0.8); }

.alert-success {
  color: rgba(11, 173, 11, 0.8);
  border-color: rgba(11, 173, 11, 0.8); }
  .alert-success .close {
    background: rgba(11, 173, 11, 0.8); }

.alert-info {
  color: rgba(1, 184, 238, 0.8);
  border-color: rgba(1, 184, 238, 0.8); }
  .alert-info .close {
    background: rgba(1, 184, 238, 0.8); }

.article-footer {
  background: white;
  color: #242424; }

/* acordion*/
.panel-group {
  margin-top: 50px; }
  .panel-group .panel-primary {
    border: none; }
    .panel-group .panel-primary .panel-heading {
      background: #242424; }
    .panel-group .panel-primary .panel-collapse .panel-body {
      background: #242424; }
    .panel-group .panel-primary .panel-body {
      border-top-color: #c5b26b !important; }

.panel-group-2 .panel-primary {
  border: none; }
  .panel-group-2 .panel-primary .panel-heading {
    background: #eee;
    color: #242424;
    border-bottom: 3px solid #c5b26b; }
  .panel-group-2 .panel-primary .panel-collapse .panel-body {
    background: #fafafa; }

.accordion-toggle {
  text-decoration: none !important;
  display: block; }

.panel-heading {
  border-radius: 0; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
  padding: 30px; }

.btn-group .btn, .btn-group-vertical .btn {
  border-radius: 0 !important; }

.dropdown-toggle:hover {
  background: #242424; }

.btn-group.dropup.open .dropdown-toggle {
  background: #997bfd !important; }
.btn-group .dropdown-menu {
  background: #eee; }
  .btn-group .dropdown-menu a:hover {
    color: white; }

.well {
  border-radius: 0; }

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none; }

code {
  border-radius: 0; }

/* progrss*/
.progress {
  border-radius: 0;
  box-shadow: none;
  background: #eee;
  height: 6px;
  overflow: visible;
  margin-top: 50px; }

.progress-bar {
  position: relative;
  background: #c5b26b; }
  .progress-bar .progress-box {
    background: inherit; }

.progress-title {
  position: absolute;
  color: #242424;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  left: 0;
  bottom: 100%;
  padding-bottom: 5px;
  text-transform: uppercase; }

.progress-box {
  position: absolute;
  background: #c5b26b;
  color: #fff;
  right: 0;
  bottom: 100%;
  padding: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 800; }

.progress-bar-info {
  background: rgba(1, 184, 238, 0.8); }

.progress-bar-warning {
  background: rgba(255, 159, 23, 0.8); }

.progress-bar-danger {
  background: rgba(246, 9, 2, 0.9); }

.progress-bar-success {
  background: rgba(11, 173, 11, 0.8); }

/*nav-tabs*/
.nav-tabs li a {
  border-radius: 0;
  color: #242424; }
  .nav-tabs li a:hover {
    color: #242424; }
.nav-tabs li.active a {
  background: #eee !important; }

.nav-pills li a {
  border-radius: 0;
  background: #c5b26b; }
  .nav-pills li a:active, .nav-pills li a:hover, .nav-pills li a:focus {
    background: #c5b26b; }
.nav-pills li.active a {
  background: #242424; }
  .nav-pills li.active a:active, .nav-pills li.active a:hover, .nav-pills li.active a:focus {
    background: #242424; }

.tab-content {
  padding: 10px 0; }

/*TOOLTIP*/
.tooltip {
  font-weight: 300;
  font-family: inherit; }

.tooltip-inner {
  border-radius: 0; }

/*POPOVER*/
.popover {
  border-radius: 0;
  box-shadow: none;
  font-weight: 300;
  font-family: inherit; }

/**
 * ===============================
 *  COLOR PALETTE
 * ===============================
 */
#color-palette {
  background: white;
  padding: 15px;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 999; }
  #color-palette .settings {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    line-height: 30px; }
    #color-palette .settings a {
      display: block;
      color: #242424;
      font-size: 18px; }
  #color-palette h5 {
    margin: 0; }
  #color-palette hr {
    margin: 5px 0; }
  #color-palette .colors ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #color-palette .colors ul li {
      display: inline-block;
      background: #000; }
      #color-palette .colors ul li a {
        display: block;
        line-height: 30px;
        cursor: pointer;
        width: 100%;
        width: 30px;
        height: 30px;
        width: 30px;
        height: 30px; }
  #color-palette #colors-1 .color-1 {
    background: #fc4461; }
  #color-palette #colors-1 .color-2 {
    background: #1383a6; }
  #color-palette #colors-1 .color-3 {
    background: #fc7844; }
  #color-palette #colors-1 .color-4 {
    background: #fca344; }
  #color-palette #colors-1 .color-5 {
    background: #25b84f; }
  #color-palette #colors-1 .color-6 {
    background: #c5b26b; }
  #color-palette #colors-1 li.active {
    position: relative; }
    #color-palette #colors-1 li.active:before {
      content: "\f1fc";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: white;
      font-size: 14px;
      padding-right: 0.5em;
      position: absolute;
      top: 6px;
      left: 8px; }

/**
 * ===============================
 * TEAM
 * ===============================
 */
#team {
  background: #242424;
  padding: 100px 0; }

.member {
  position: relative;
  margin: 0 15px; }
  .member figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 100%; }
  .member figure:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  .member figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s; }
  .member figcaption {
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 5px;
    color: #fff;
    background: #c5b26b;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s; }
    .member figcaption .socialicon-small {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .member figcaption .socialicon-small li {
        display: inline-block; }
        .member figcaption .socialicon-small li a {
          color: #fff;
          padding: 5px;
          display: block;
          min-width: 35px;
          line-height: 1; }
    .member figcaption h4 {
      margin-top: 15px; }
      .member figcaption h4 span {
        font-style: italic;
        border: 1px solid #eee;
        padding: 0 5px;
        border-radius: 5px; }

/**
 * ===============================
 *  BLOG
 * ===============================
 */
#blog {
  padding: 100px 0; }

.blog-post {
  margin-bottom: 30px;
  text-align: left; }

.post-image {
  margin-bottom: 10px;
  overflow: hidden; }
  .post-image:hover img {
    transform: scale(1.1); }

.post-description {
  margin-bottom: 10xp;
  position: relative;
  padding-bottom: 10px; }
  .post-description:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #c5b26b; }
  .post-description h4 {
    text-transform: uppercase; }

.posted-by {
  font-size: 14px;
  color: #999;
  text-transform: uppercase; }

.read-more {
  text-align: right;
  text-transform: uppercase;
  font-size: 13px; }

/**
 * ===============================
 *  MEDIA QUERIES
 * ===============================
 */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  #intro .phone {
    position: static;
    max-width: 300px;
    margin: 0 auto;
    display: block; }
  #intro h1 {
    margin-top: 0; }

  #more-info .phone {
    max-width: 500px;
    margin: 0 auto;
    display: block; }

  #features {
    padding: 100px 0;
    position: relative; }
    #features:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.9); }
    #features > div {
      z-index: 1;
      position: relative; }
    #features .phone {
      display: none; }

  #pricing .pricing-table {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 120px; }

  .icon-facts {
    margin-bottom: 25px; }

  #contact.map-style {
    padding-bottom: 0; }

  #map {
    width: 100%;
    position: relative;
    height: 400px;
    margin-top: 50px; }

  .nav li a {
    padding-left: 5px;
    padding-right: 5px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #facts {
    text-align: center; }
    #facts h1, #facts h3 {
      text-align: center; }

  .icon-facts {
    margin-bottom: 50px; }
    .icon-facts .icon {
      position: static;
      margin-bottom: 25px; }
    .icon-facts .content {
      margin: 0; }

  #more-info .phone {
    max-width: 100%; }

  .navbar-collapse {
    padding: 0;
    max-height: none !important; }

  .navbar {
    position: static !important;
    margin: 0;
    background: #242424 !important; }
    .navbar .navbar-nav {
      margin: 0;
      text-align: center;
      padding-bottom: 15px; }
      .navbar .navbar-nav li:hover {
        background: white; }
        .navbar .navbar-nav li:hover a {
          color: black;
          text-shadow: none; }
      .navbar .navbar-nav li a {
        color: white; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  #intro {
    margin-bottom: 0; }
    #intro > .container {
      padding-top: 25px;
      padding-bottom: 25px; }
    #intro .phone {
      width: 130px; }

  #more-info, #screenshots, #features, #features-bottom, #pricing, #contact {
    padding-top: 25px;
    padding-bottom: 25px; }

  h1 {
    font-size: 30px; }

  h2 + p {
    max-width: 100%; }

  .list {
    margin-top: 50px; }

  .btn {
    white-space: normal; }

  .testimonials-loop .user-desc p {
    max-width: 100%; } }
/*@import url('colors/color-1.css');
@import url('colors/color-2.css');
@import url('colors/color-3.css');
@import url('colors/color-4.css');
@import url('colors/color-5.css');
@import url('colors/color-6.css');*/

/*# sourceMappingURL=style.css.map */
