/*!-------------------------------------------------------------------------------------------------------------------
 *
 * Ve-Theme - Responsive HTML Site Template
 *
 * Author     Valery Timofeev
 * Version    1.0
 *
 *--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------
 * Imports
 *--------------------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500|Roboto+Condensed:300,400|Dancing+Script:400);
/*--------------------------------------------------------------------------------------------------------------------
 * General Styles
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * General
 *---------*/
* {
  outline: none !important;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #606469;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #fff;
}
/*
 * Fonts
 *-------*/
.font-primary {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-primary.font-bold {
  font-weight: 500;
}
.font-primary.font-light {
  font-weight: 300;
}
.font-secondary {
  font-family: 'Roboto Condensed', sans-serif;
}
.font-secondary.font-bold {
  font-weight: 400;
}
.font-secondary.font-light {
  font-weight: 400;
}
.font-size-1p5x {
  font-size: 150%;
}
.font-size-2x {
  font-size: 200%;
}
/*
 * Headings
 *----------*/
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin: 0 0 20px;
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.h1 .small,
h1 .small,
.h2 .small,
h2 .small,
.h3 .small,
h3 .small,
.h4 .small,
h4 .small,
.h5 .small,
h5 .small,
.h6 .small,
h6 .small,
.h1 small,
h1 small,
.h2 small,
h2 small,
.h3 small,
h3 small,
.h4 small,
h4 small,
.h5 small,
h5 small,
.h6 small,
h6 small {
  color: inherit;
  opacity: .9;
}
.h1 .strong,
h1 .strong,
.h2 .strong,
h2 .strong,
.h3 .strong,
h3 .strong,
.h4 .strong,
h4 .strong,
.h5 .strong,
h5 .strong,
.h6 .strong,
h6 .strong,
.h1 strong,
h1 strong,
.h2 strong,
h2 strong,
.h3 strong,
h3 strong,
.h4 strong,
h4 strong,
.h5 strong,
h5 strong,
.h6 strong,
h6 strong {
  font-weight: 400;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
/*
 * Links
 *-------*/
a,
.link {
  cursor: pointer;
  color: #c716b2;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
.link:hover,
a.hover,
.link.hover,
a:focus,
.link:focus,
a.focus,
.link.focus {
  text-decoration: none;
  color: #b0149e;
}
.link-white {
  color: #fff;
}
.link-white:hover,
.link-white.hover,
.link-white:focus,
.link-white.focus {
  color: #fff;
}
.link-default {
  color: #e729d1;
}
.link-default:hover,
.link-default.hover,
.link-default:focus,
.link-default.focus {
  text-decoration: none;
  color: #6b0c60;
}
.link-primary {
  color: #a49fe1;
}
.link-primary:hover,
.link-primary.hover,
.link-primary:focus,
.link-primary.focus {
  text-decoration: none;
  color: #4037b0;
}
.link-info {
  color: #8fb7bf;
}
.link-info:hover,
.link-info.hover,
.link-info:focus,
.link-info.focus {
  text-decoration: none;
  color: #426b73;
}
.link-success {
  color: #6cc5a7;
}
.link-success:hover,
.link-success.hover,
.link-success:focus,
.link-success.focus {
  text-decoration: none;
  color: #2b6d57;
}
.link-warning {
  color: #f7a053;
}
.link-warning:hover,
.link-warning.hover,
.link-warning:focus,
.link-warning.focus {
  text-decoration: none;
  color: #a95408;
}
.link-danger {
  color: #ec6957;
}
.link-danger:hover,
.link-danger.hover,
.link-danger:focus,
.link-danger.focus {
  text-decoration: none;
  color: #992211;
}
/*
 * Text
 *------*/
p {
  margin-bottom: 20px;
}
blockquote {
  font-size: 14px;
  border-color: #dedede;
}
blockquote.blockquote-default {
  border-color: #e729d1;
}
blockquote.blockquote-primary {
  border-color: #a49fe1;
}
blockquote.blockquote-info {
  border-color: #8fb7bf;
}
blockquote.blockquote-success {
  border-color: #6cc5a7;
}
blockquote.blockquote-warning {
  border-color: #f7a053;
}
blockquote.blockquote-danger {
  border-color: #ec6957;
}
.strong,
strong {
  font-weight: 500;
}
.del,
del {
  opacity: .7;
}
.del:hover,
del:hover,
.del.hover,
del.hover {
  opacity: 1.0;
}
.text-muted {
  color: inherit !important;
  opacity: .85;
}
/*
 * Text Colors
 *-------------*/
.text-white {
  color: #fff             !important;
}
.text-base {
  color: #e729d1 !important;
}
.text-default {
  color: #e729d1 !important;
}
.text-primary {
  color: #a49fe1 !important;
}
.text-success {
  color: #6cc5a7 !important;
}
.text-info {
  color: #8fb7bf !important;
}
.text-warning {
  color: #f7a053 !important;
}
.text-danger {
  color: #ec6957 !important;
}
.text-dark {
  color: #333 !important;
}
.text-default-light {
  color: #e939d4 !important;
}
.text-primary-light {
  color: #b1ade5 !important;
}
.text-success-light {
  color: #79caaf !important;
}
.text-info-light {
  color: #9abec5 !important;
}
.text-warning-light {
  color: #f8a964 !important;
}
.text-danger-light {
  color: #ee7767 !important;
}
.text-dark-light {
  color: #3c3c3c !important;
}
.text-default-dark {
  color: #e51acd !important;
}
.text-primary-dark {
  color: #9791dd !important;
}
.text-success-dark {
  color: #5fc09f !important;
}
.text-info-dark {
  color: #84b0b9 !important;
}
.text-warning-dark {
  color: #f69742 !important;
}
.text-danger-dark {
  color: #ea5b47 !important;
}
.text-dark-dark {
  color: #2a2a2a !important;
}
.relative {
  position: relative;
}
.height100p {
  height: 100%;
}
.wide {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.no-border {
  border: none !important;
}
.no-bg {
  background: transparent !important;
}
.block {
  display: block !important;
}
.relative {
  position: relative;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullscreen {
  height: 100vh;
}
.fullscreen-middle {
  display: table-cell;
  width: 1%;
  height: 100vh;
  vertical-align: middle;
}
.nowrap {
  -ms-word-wrap: normal;
  word-wrap: normal;
  white-space: nowrap;
}
.canvas-holder {
  margin-bottom: 20px;
}
.muted {
  opacity: .85;
}
/*
 * Offsets
 *---------*/
.mt-0p5 {
  margin-top: 10px !important;
}
.mt {
  margin-top: 20px !important;
}
.mt-2x {
  margin-top: 40px !important;
}
.mt-3x {
  margin-top: 60px !important;
}
.mt-4x {
  margin-top: 80px !important;
}
.no-mt {
  margin-top: 0 !important;
}
.pt-0p5 {
  padding-top: 10px !important;
}
.pt {
  padding-top: 20px !important;
}
.pt-2x {
  padding-top: 40px !important;
}
.no-pt {
  padding-top: 0 !important;
}
.mb-0p5 {
  margin-bottom: 10px !important;
}
.mb {
  margin-bottom: 20px !important;
}
.mb-2x {
  margin-bottom: 40px !important;
}
.no-mb {
  margin-bottom: 0 !important;
}
.pb-0p5 {
  padding-bottom: 10px !important;
}
.pb {
  padding-bottom: 20px !important;
}
.pb-2x {
  padding-bottom: 40px !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rounded {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
/*
 * Images
 *--------*/
.image {
  max-width: 100%;
  overflow: hidden;
}
.image img {
  max-width: 100%;
}
.image.image-overflow {
  overflow: visible;
}
.image.image-center {
  margin-left: auto;
  margin-right: auto;
}
/*
 * Icons
 *-------*/
.inline-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-icons li {
  display: inline-block;
  margin-bottom: 3px;
}
/*
 * Rate
 *------*/
.rate {
  text-align: right;
}
.rate .rate-text {
  color: rgba(96, 100, 105, 0.8);
  font-weight: 500;
  display: block;
  line-height: 1;
  font-size: 85%;
}
.rate .rate-stars {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rate .rate-stars li {
  display: inline-block;
}
.rate .rate-stars .icon {
  color: #f90;
}
/*
 * Scroll to top
 *---------------*/
.scroll-to-top {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: -1;
  line-height: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-to-top.in {
  opacity: .8;
  z-index: 10;
}
.scroll-to-top .icon {
  color: #fff;
  font-size: 14px;
}
.scroll-to-top:hover {
  opacity: 1.0;
}
.scroll-to-top:hover .icon {
  -webkit-animation: 1.3s fadeOutUp;
  -o-animation: 1.3s fadeOutUp;
  animation: 1.3s fadeOutUp;
}
/*
 * Backgrounds
 *-------------*/
.bg-center-top {
  background: transparent none no-repeat scroll center top / cover;
}
.bg-cover {
  background: transparent none no-repeat scroll center center / cover;
}
.bg-center {
  background: transparent none no-repeat scroll center center;
}
.bg-fixed {
  background-attachment: fixed !important;
}
/*
 * Background colors
 *-------------------*/
.bg-default {
  background-color: #e729d1 !important;
}
.bg-primary {
  background-color: #a49fe1 !important;
}
.bg-success {
  background-color: #6cc5a7 !important;
}
.bg-info {
  background-color: #8fb7bf !important;
}
.bg-warning {
  background-color: #f7a053 !important;
}
.bg-danger {
  background-color: #ec6957 !important;
}
.bg-light-gray {
  background-color: #f0f0f0 !important;
}
/*
 * Masks
 *--------*/
.mask {
  position: relative;
  z-index: 0;
}
.mask::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mask-after {
  position: relative;
  z-index: 1;
}
.mask-black::after {
  opacity: .7;
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#80000000', GradientType=0);
}
.mask-white::after {
  opacity: .3;
  background-color: #fff;
}
/*
 * HELPER ONLY: Logo
 *-------------------*/
.helper-template-logo {
  color: #fff;
  text-shadow: none;
  font-size: 30px;
  font-family: 'Questrial', sans-serif;
}
.helper-template-logo:first-letter {
  color: #e729d1;
}
@media screen and (max-width: 767px) {
  .xs-mt {
    margin-top: 20px;
  }
  .xs-mb {
    margin-bottom: 20px;
  }
  .xs-text-center {
    text-align: center;
  }
}
/*
 * Bootstrap components
 *----------------------*/
.dropdown-menu {
  margin-top: 1px !important;
  font-size: 14px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu::after {
  display: none;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 10px;
  background: #fff;
  border: solid 1px #dedede;
  border-bottom-width: 0;
  border-right-width: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-menu li a {
  display: block;
  padding: 7px 15px;
  color: #606469;
  text-decoration: none;
  font-size: 14px !important;
  text-transform: none !important;
}
.dropdown-menu li a:hover {
  color: #333 !important;
  background: #f0f0f0 !important;
}
.btn,
.btn:hover,
.btn.hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.btn {
  padding: 10px 29px;
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn-squared {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn.btn-min-width {
  min-width: 130px;
}
.btn:disabled,
.btn.disabled {
  opacity: .65;
}
.btn-base {
  color: #fff;
  background: #e729d1;
  border-color: #e729d1;
}
.btn-base.btn-o {
  color: #e729d1;
  background-color: transparent;
}
.btn-base:hover,
.btn-base.hover {
  color: #fff;
  border-color: #f31dda;
  background-color: #f31dda;
}
.btn-base:focus,
.btn-base.focus {
  color: #fff;
  border-color: #db35c8;
  background-color: #db35c8;
}
.btn-base[disabled],
.btn-base.disabled {
  opacity: 1.0;
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}
.open > .dropdown-toggle.btn-base {
  color: #fff;
  border-color: #db35c8;
  background-color: #db35c8;
}
.btn-base.active,
.btn-base:active,
.open > .dropdown-toggle.btn-base {
  color: #fff;
  border-color: #db35c8;
  background-color: #db35c8;
}
.btn-base.active.focus,
.btn-base.active:focus,
.btn-base.active:hover,
.btn-base.focus:active,
.btn-base:active:focus,
.btn-base:active:hover,
.open > .dropdown-toggle.btn-base.focus,
.open > .dropdown-toggle.btn-base:focus,
.open > .dropdown-toggle.btn-base:hover {
  color: #fff;
  border-color: #db35c8;
  background-color: #db35c8;
}
.btn-secondary {
  color: #fff;
  background: #29e73f;
  border-color: #29e73f;
}
.btn-secondary.btn-o {
  color: #29e73f;
  background-color: transparent;
}
.btn-secondary:hover,
.btn-secondary.hover {
  color: #fff;
  border-color: #1df336;
  background-color: #1df336;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  border-color: #35db48;
  background-color: #35db48;
}
.btn-secondary[disabled],
.btn-secondary.disabled {
  opacity: 1.0;
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  border-color: #35db48;
  background-color: #35db48;
}
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  border-color: #35db48;
  background-color: #35db48;
}
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  color: #fff;
  border-color: #35db48;
  background-color: #35db48;
}
.btn-primary {
  color: #fff;
  background: #a49fe1;
  border-color: #a49fe1;
}
.btn-primary.btn-o {
  color: #a49fe1;
  background-color: transparent;
}
.btn-primary:hover,
.btn-primary.hover {
  color: #fff;
  border-color: #9f99e7;
  background-color: #9f99e7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  border-color: #a9a5db;
  background-color: #a9a5db;
}
.btn-primary[disabled],
.btn-primary.disabled {
  opacity: 1.0;
  border-color: #ffffff;
  background-color: #ffffff;
}
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #a9a5db;
  background-color: #a9a5db;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #a9a5db;
  background-color: #a9a5db;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.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: #fff;
  border-color: #a9a5db;
  background-color: #a9a5db;
}
.btn-success {
  color: #fff;
  background: #6cc5a7;
  border-color: #6cc5a7;
}
.btn-success.btn-o {
  color: #6cc5a7;
  background-color: transparent;
}
.btn-success:hover,
.btn-success.hover {
  color: #fff;
  border-color: #62cfaa;
  background-color: #62cfaa;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  border-color: #76bba4;
  background-color: #76bba4;
}
.btn-success[disabled],
.btn-success.disabled {
  opacity: 1.0;
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.open > .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #76bba4;
  background-color: #76bba4;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #76bba4;
  background-color: #76bba4;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.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: #fff;
  border-color: #76bba4;
  background-color: #76bba4;
}
.btn-info {
  color: #fff;
  background: #8fb7bf;
  border-color: #8fb7bf;
}
.btn-info.btn-o {
  color: #8fb7bf;
  background-color: transparent;
}
.btn-info:hover,
.btn-info.hover {
  color: #fff;
  border-color: #86bdc8;
  background-color: #86bdc8;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  border-color: #98b1b6;
  background-color: #98b1b6;
}
.btn-info[disabled],
.btn-info.disabled {
  opacity: 1.0;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}
.open > .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #98b1b6;
  background-color: #98b1b6;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #98b1b6;
  background-color: #98b1b6;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.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: #fff;
  border-color: #98b1b6;
  background-color: #98b1b6;
}
.btn-warning {
  color: #fff;
  background: #f7a053;
  border-color: #f7a053;
}
.btn-warning.btn-o {
  color: #f7a053;
  background-color: transparent;
}
.btn-warning:hover,
.btn-warning.hover {
  color: #fff;
  border-color: #ffa04b;
  background-color: #ffa04b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  border-color: #eea15c;
  background-color: #eea15c;
}
.btn-warning[disabled],
.btn-warning.disabled {
  opacity: 1.0;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #eea15c;
  background-color: #eea15c;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #eea15c;
  background-color: #eea15c;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.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: #fff;
  border-color: #eea15c;
  background-color: #eea15c;
}
.btn-danger {
  color: #fff;
  background: #ec6957;
  border-color: #ec6957;
}
.btn-danger.btn-o {
  color: #ec6957;
  background-color: transparent;
}
.btn-danger:hover,
.btn-danger.hover {
  color: #fff;
  border-color: #f5624e;
  background-color: #f5624e;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  border-color: #e37060;
  background-color: #e37060;
}
.btn-danger[disabled],
.btn-danger.disabled {
  opacity: 1.0;
  border-color: #eeeeee;
  background-color: #eeeeee;
}
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #e37060;
  background-color: #e37060;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #e37060;
  background-color: #e37060;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.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: #fff;
  border-color: #e37060;
  background-color: #e37060;
}
.btn-white {
  color: #606469;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-o {
  color: #fff;
  background-color: transparent;
}
.btn-white:hover,
.btn-white.hover {
  color: #606469;
  border-color: #fff;
  background-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  color: #606469;
  border-color: #fff;
  background-color: #fff;
}
.open > .dropdown-toggle.btn-white {
  color: #606469;
  border-color: #fff;
  background-color: #fff;
}
.btn-white.active,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
  color: #606469;
  border-color: #fff;
  background-color: #fff;
}
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white.focus:active,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
  color: #606469;
  border-color: #fff;
  background-color: #fff;
}
.pagination {
  margin: 0;
}
.pagination li a,
.pagination li span {
  color: #606469;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a.hover,
.pagination li span.hover,
.pagination li a:focus,
.pagination li span:focus,
.pagination li a.focus,
.pagination li span.focus {
  color: #fff;
  border-color: #e729d1;
  background-color: #e729d1;
}
.pagination li.active a,
.pagination li.active span {
  color: #fff;
  border-color: #e729d1;
  background-color: #e729d1;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  border-color: #e729d1;
  background-color: #e729d1;
}
.label {
  padding: .3em .5em;
  font-size: 85%;
  font-weight: 300;
  background-color: #e729d1;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 2px 0 0;
}
textarea.vertical-resize-only {
  resize: vertical !important;
}
.form-control,
.form-control:hover,
.form-control.hover,
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control {
  font-weight: 300;
  border-color: #dedede;
}
.form-control:not([class*="input-"]) {
  font-size: inherit;
}
.form-control[disabled],
.form-control[readonly] {
  opacity: .7;
  background-color: #f0f0f0;
}
.form-control-underline {
  position: relative;
}
.form-control-underline::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background: #e729d1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control-underline:hover::after {
  width: calc(100% - 30px);
}
.form-control-underline .form-control {
  border-color: #dedede;
}
.form-control-underline .form-control:focus,
.form-control-underline .form-control.focus {
  border-color: #e729d1;
}
.form-control-underline .form-control:focus::-webkit-input-placeholder,
.form-control-underline .form-control.focus::-webkit-input-placeholder {
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control-underline .form-control:focus:-ms-input-placeholder,
.form-control-underline .form-control.focus:-ms-input-placeholder {
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control-underline .form-control:focus::-moz-placeholder,
.form-control-underline .form-control.focus::-moz-placeholder {
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control-underline .form-control:focus:-moz-placeholder,
.form-control-underline .form-control.focus:-moz-placeholder {
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*
 * Theme components
 *------------------*/
.info-box .title {
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #333;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.info-box .description {
  margin-bottom: 20px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
.icon-box {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.icon-box .icon {
  display: block;
  margin-bottom: 20px;
  font-size: 48px;
  color: #606469;
}
.icon-box .title {
  margin-bottom: 20px;
  color: #e729d1;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.icon-box .description {
  margin-bottom: 0;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .info-box {
    margin-bottom: 20px;
  }
}
.stat-number {
  text-align: center;
}
.stat-number .number {
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
}
.stat-number .title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .stat-number {
    margin-bottom: 20px;
  }
  .stat-number .number {
    font-size: 2em;
    letter-spacing: 1px;
  }
  .stat-number .title {
    text-transform: none;
  }
}
.icon-theme {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  background: #e729d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.icon-theme:hover,
.icon-theme.hover,
.icon-theme:focus,
.icon-theme.focus {
  color: #fff;
}
.icon-theme:active,
.icon-theme.active {
  color: #fff;
}
.icon-theme.icon-theme-lg {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}
.icon-theme.icon-theme-sm {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.icon-theme.icon-theme-xs {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.icon-theme.icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-theme.icon-base {
  background-color: #e729d1;
}
.icon-theme.icon-default {
  background-color: #e729d1;
}
.icon-theme.icon-primary {
  background-color: #a49fe1;
}
.icon-theme.icon-success {
  background-color: #6cc5a7;
}
.icon-theme.icon-info {
  background-color: #8fb7bf;
}
.icon-theme.icon-warning {
  background-color: #f7a053;
}
.icon-theme.icon-danger {
  background-color: #ec6957;
}
.icon-theme.icon-o {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.icon-theme.icon-brand-facebook {
  background: #3b5998;
}
.icon-theme.icon-brand-facebook:hover,
.icon-theme.icon-brand-facebook.hover,
.icon-theme.icon-brand-facebook:focus,
.icon-theme.icon-brand-facebook.focus {
  background: #4c70ba;
}
.icon-theme.icon-brand-facebook:active,
.icon-theme.icon-brand-facebook.active {
  background: #2d4373;
  border-color: #2d4373;
}
.icon-theme.icon-brand-facebook.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-facebook.icon-o:hover,
.icon-theme.icon-brand-facebook.icon-o.hover,
.icon-theme.icon-brand-facebook.icon-o:focus,
.icon-theme.icon-brand-facebook.icon-o.focus {
  background: #4c70ba;
  border-color: #4c70ba;
}
.icon-theme.icon-brand-twitter {
  background: #00aced;
}
.icon-theme.icon-brand-twitter:hover,
.icon-theme.icon-brand-twitter.hover,
.icon-theme.icon-brand-twitter:focus,
.icon-theme.icon-brand-twitter.focus {
  background: #21c2ff;
}
.icon-theme.icon-brand-twitter:active,
.icon-theme.icon-brand-twitter.active {
  background: #0087ba;
  border-color: #0087ba;
}
.icon-theme.icon-brand-twitter.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-twitter.icon-o:hover,
.icon-theme.icon-brand-twitter.icon-o.hover,
.icon-theme.icon-brand-twitter.icon-o:focus,
.icon-theme.icon-brand-twitter.icon-o.focus {
  background: #21c2ff;
  border-color: #21c2ff;
}
.icon-theme.icon-brand-linkedin {
  background: #007bb6;
}
.icon-theme.icon-brand-linkedin:hover,
.icon-theme.icon-brand-linkedin.hover,
.icon-theme.icon-brand-linkedin:focus,
.icon-theme.icon-brand-linkedin.focus {
  background: #009de9;
}
.icon-theme.icon-brand-linkedin:active,
.icon-theme.icon-brand-linkedin.active {
  background: #005983;
  border-color: #005983;
}
.icon-theme.icon-brand-linkedin.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-linkedin.icon-o:hover,
.icon-theme.icon-brand-linkedin.icon-o.hover,
.icon-theme.icon-brand-linkedin.icon-o:focus,
.icon-theme.icon-brand-linkedin.icon-o.focus {
  background: #009de9;
  border-color: #009de9;
}
.icon-theme.icon-brand-skype {
  background: #00aff0;
}
.icon-theme.icon-brand-skype:hover,
.icon-theme.icon-brand-skype.hover,
.icon-theme.icon-brand-skype:focus,
.icon-theme.icon-brand-skype.focus {
  background: #24c4ff;
}
.icon-theme.icon-brand-skype:active,
.icon-theme.icon-brand-skype.active {
  background: #008abd;
  border-color: #008abd;
}
.icon-theme.icon-brand-skype.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-skype.icon-o:hover,
.icon-theme.icon-brand-skype.icon-o.hover,
.icon-theme.icon-brand-skype.icon-o:focus,
.icon-theme.icon-brand-skype.icon-o.focus {
  background: #24c4ff;
  border-color: #24c4ff;
}
.icon-theme.icon-brand-googleplus {
  background: #dd4b39;
}
.icon-theme.icon-brand-googleplus:hover,
.icon-theme.icon-brand-googleplus.hover,
.icon-theme.icon-brand-googleplus:focus,
.icon-theme.icon-brand-googleplus.focus {
  background: #e47365;
}
.icon-theme.icon-brand-googleplus:active,
.icon-theme.icon-brand-googleplus.active {
  background: #c23321;
  border-color: #c23321;
}
.icon-theme.icon-brand-googleplus.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-googleplus.icon-o:hover,
.icon-theme.icon-brand-googleplus.icon-o.hover,
.icon-theme.icon-brand-googleplus.icon-o:focus,
.icon-theme.icon-brand-googleplus.icon-o.focus {
  background: #e47365;
  border-color: #e47365;
}
.icon-theme.icon-brand-pinterest {
  background: #cb2027;
}
.icon-theme.icon-brand-pinterest:hover,
.icon-theme.icon-brand-pinterest.hover,
.icon-theme.icon-brand-pinterest:focus,
.icon-theme.icon-brand-pinterest.focus {
  background: #e03e44;
}
.icon-theme.icon-brand-pinterest:active,
.icon-theme.icon-brand-pinterest.active {
  background: #9f191f;
  border-color: #9f191f;
}
.icon-theme.icon-brand-pinterest.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-pinterest.icon-o:hover,
.icon-theme.icon-brand-pinterest.icon-o.hover,
.icon-theme.icon-brand-pinterest.icon-o:focus,
.icon-theme.icon-brand-pinterest.icon-o.focus {
  background: #e03e44;
  border-color: #e03e44;
}
.icon-theme.icon-brand-youtube {
  background: #bb0000;
}
.icon-theme.icon-brand-youtube:hover,
.icon-theme.icon-brand-youtube.hover,
.icon-theme.icon-brand-youtube:focus,
.icon-theme.icon-brand-youtube.focus {
  background: #ee0000;
}
.icon-theme.icon-brand-youtube:active,
.icon-theme.icon-brand-youtube.active {
  background: #880000;
  border-color: #880000;
}
.icon-theme.icon-brand-youtube.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-youtube.icon-o:hover,
.icon-theme.icon-brand-youtube.icon-o.hover,
.icon-theme.icon-brand-youtube.icon-o:focus,
.icon-theme.icon-brand-youtube.icon-o.focus {
  background: #ee0000;
  border-color: #ee0000;
}
.icon-theme.icon-brand-vine {
  background: #00b488;
}
.icon-theme.icon-brand-vine:hover,
.icon-theme.icon-brand-vine.hover,
.icon-theme.icon-brand-vine:focus,
.icon-theme.icon-brand-vine.focus {
  background: #00e7af;
}
.icon-theme.icon-brand-vine:active,
.icon-theme.icon-brand-vine.active {
  background: #008161;
  border-color: #008161;
}
.icon-theme.icon-brand-vine.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-vine.icon-o:hover,
.icon-theme.icon-brand-vine.icon-o.hover,
.icon-theme.icon-brand-vine.icon-o:focus,
.icon-theme.icon-brand-vine.icon-o.focus {
  background: #00e7af;
  border-color: #00e7af;
}
.icon-theme.icon-brand-dribble {
  background: #ea4c89;
}
.icon-theme.icon-brand-dribble:hover,
.icon-theme.icon-brand-dribble.hover,
.icon-theme.icon-brand-dribble:focus,
.icon-theme.icon-brand-dribble.focus {
  background: #ef7aa7;
}
.icon-theme.icon-brand-dribble:active,
.icon-theme.icon-brand-dribble.active {
  background: #e51e6b;
  border-color: #e51e6b;
}
.icon-theme.icon-brand-dribble.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-dribble.icon-o:hover,
.icon-theme.icon-brand-dribble.icon-o.hover,
.icon-theme.icon-brand-dribble.icon-o:focus,
.icon-theme.icon-brand-dribble.icon-o.focus {
  background: #ef7aa7;
  border-color: #ef7aa7;
}
.icon-theme.icon-brand-flickr {
  background: #ff0084;
}
.icon-theme.icon-brand-flickr:hover,
.icon-theme.icon-brand-flickr.hover,
.icon-theme.icon-brand-flickr:focus,
.icon-theme.icon-brand-flickr.focus {
  background: #ff339d;
}
.icon-theme.icon-brand-flickr:active,
.icon-theme.icon-brand-flickr.active {
  background: #cc006a;
  border-color: #cc006a;
}
.icon-theme.icon-brand-flickr.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-flickr.icon-o:hover,
.icon-theme.icon-brand-flickr.icon-o.hover,
.icon-theme.icon-brand-flickr.icon-o:focus,
.icon-theme.icon-brand-flickr.icon-o.focus {
  background: #ff339d;
  border-color: #ff339d;
}
.icon-theme.icon-brand-behance {
  background: #1769ff;
}
.icon-theme.icon-brand-behance:hover,
.icon-theme.icon-brand-behance.hover,
.icon-theme.icon-brand-behance:focus,
.icon-theme.icon-brand-behance.focus {
  background: #4a8aff;
}
.icon-theme.icon-brand-behance:active,
.icon-theme.icon-brand-behance.active {
  background: #0050e3;
  border-color: #0050e3;
}
.icon-theme.icon-brand-behance.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-behance.icon-o:hover,
.icon-theme.icon-brand-behance.icon-o.hover,
.icon-theme.icon-brand-behance.icon-o:focus,
.icon-theme.icon-brand-behance.icon-o.focus {
  background: #4a8aff;
  border-color: #4a8aff;
}
.icon-theme.icon-brand-vimeo {
  background: #1ab7ea;
}
.icon-theme.icon-brand-vimeo:hover,
.icon-theme.icon-brand-vimeo.hover,
.icon-theme.icon-brand-vimeo:focus,
.icon-theme.icon-brand-vimeo.focus {
  background: #49c6ee;
}
.icon-theme.icon-brand-vimeo:active,
.icon-theme.icon-brand-vimeo.active {
  background: #1295bf;
  border-color: #1295bf;
}
.icon-theme.icon-brand-vimeo.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-vimeo.icon-o:hover,
.icon-theme.icon-brand-vimeo.icon-o.hover,
.icon-theme.icon-brand-vimeo.icon-o:focus,
.icon-theme.icon-brand-vimeo.icon-o.focus {
  background: #49c6ee;
  border-color: #49c6ee;
}
.icon-theme.icon-brand-tumblr {
  background: #32506d;
}
.icon-theme.icon-brand-tumblr:hover,
.icon-theme.icon-brand-tumblr.hover,
.icon-theme.icon-brand-tumblr:focus,
.icon-theme.icon-brand-tumblr.focus {
  background: #426a90;
}
.icon-theme.icon-brand-tumblr:active,
.icon-theme.icon-brand-tumblr.active {
  background: #22364a;
  border-color: #22364a;
}
.icon-theme.icon-brand-tumblr.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-tumblr.icon-o:hover,
.icon-theme.icon-brand-tumblr.icon-o.hover,
.icon-theme.icon-brand-tumblr.icon-o:focus,
.icon-theme.icon-brand-tumblr.icon-o.focus {
  background: #426a90;
  border-color: #426a90;
}
.icon-theme.icon-brand-instagram {
  background: #bc2a8d;
}
.icon-theme.icon-brand-instagram:hover,
.icon-theme.icon-brand-instagram.hover,
.icon-theme.icon-brand-instagram:focus,
.icon-theme.icon-brand-instagram.focus {
  background: #d544a6;
}
.icon-theme.icon-brand-instagram:active,
.icon-theme.icon-brand-instagram.active {
  background: #92216e;
  border-color: #92216e;
}
.icon-theme.icon-brand-instagram.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-instagram.icon-o:hover,
.icon-theme.icon-brand-instagram.icon-o.hover,
.icon-theme.icon-brand-instagram.icon-o:focus,
.icon-theme.icon-brand-instagram.icon-o.focus {
  background: #d544a6;
  border-color: #d544a6;
}
.icon-theme.icon-brand-vk {
  background: #45668e;
}
.icon-theme.icon-brand-vk:hover,
.icon-theme.icon-brand-vk.hover,
.icon-theme.icon-brand-vk:focus,
.icon-theme.icon-brand-vk.focus {
  background: #587fae;
}
.icon-theme.icon-brand-vk:active,
.icon-theme.icon-brand-vk.active {
  background: #344d6c;
  border-color: #344d6c;
}
.icon-theme.icon-brand-vk.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-vk.icon-o:hover,
.icon-theme.icon-brand-vk.icon-o.hover,
.icon-theme.icon-brand-vk.icon-o:focus,
.icon-theme.icon-brand-vk.icon-o.focus {
  background: #587fae;
  border-color: #587fae;
}
.icon-theme.icon-brand-wordpress {
  background: #21759b;
}
.icon-theme.icon-brand-wordpress:hover,
.icon-theme.icon-brand-wordpress.hover,
.icon-theme.icon-brand-wordpress:focus,
.icon-theme.icon-brand-wordpress.focus {
  background: #2a95c5;
}
.icon-theme.icon-brand-wordpress:active,
.icon-theme.icon-brand-wordpress.active {
  background: #185571;
  border-color: #185571;
}
.icon-theme.icon-brand-wordpress.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-wordpress.icon-o:hover,
.icon-theme.icon-brand-wordpress.icon-o.hover,
.icon-theme.icon-brand-wordpress.icon-o:focus,
.icon-theme.icon-brand-wordpress.icon-o.focus {
  background: #2a95c5;
  border-color: #2a95c5;
}
.icon-theme.icon-brand-yahoo {
  background: #7B0099;
}
.icon-theme.icon-brand-yahoo:hover,
.icon-theme.icon-brand-yahoo.hover,
.icon-theme.icon-brand-yahoo:focus,
.icon-theme.icon-brand-yahoo.focus {
  background: #a400cc;
}
.icon-theme.icon-brand-yahoo:active,
.icon-theme.icon-brand-yahoo.active {
  background: #520066;
  border-color: #520066;
}
.icon-theme.icon-brand-yahoo.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-yahoo.icon-o:hover,
.icon-theme.icon-brand-yahoo.icon-o.hover,
.icon-theme.icon-brand-yahoo.icon-o:focus,
.icon-theme.icon-brand-yahoo.icon-o.focus {
  background: #a400cc;
  border-color: #a400cc;
}
.icon-theme.icon-brand-blogger {
  background: #fb8f3d;
}
.icon-theme.icon-brand-blogger:hover,
.icon-theme.icon-brand-blogger.hover,
.icon-theme.icon-brand-blogger:focus,
.icon-theme.icon-brand-blogger.focus {
  background: #fcac6f;
}
.icon-theme.icon-brand-blogger:active,
.icon-theme.icon-brand-blogger.active {
  background: #fa720b;
  border-color: #fa720b;
}
.icon-theme.icon-brand-blogger.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-blogger.icon-o:hover,
.icon-theme.icon-brand-blogger.icon-o.hover,
.icon-theme.icon-brand-blogger.icon-o:focus,
.icon-theme.icon-brand-blogger.icon-o.focus {
  background: #fcac6f;
  border-color: #fcac6f;
}
.icon-theme.icon-brand-soundcloud {
  background: #ff3a00;
}
.icon-theme.icon-brand-soundcloud:hover,
.icon-theme.icon-brand-soundcloud.hover,
.icon-theme.icon-brand-soundcloud:focus,
.icon-theme.icon-brand-soundcloud.focus {
  background: #ff6133;
}
.icon-theme.icon-brand-soundcloud:active,
.icon-theme.icon-brand-soundcloud.active {
  background: #cc2e00;
  border-color: #cc2e00;
}
.icon-theme.icon-brand-soundcloud.icon-o {
  background: transparent;
}
.icon-theme.icon-brand-soundcloud.icon-o:hover,
.icon-theme.icon-brand-soundcloud.icon-o.hover,
.icon-theme.icon-brand-soundcloud.icon-o:focus,
.icon-theme.icon-brand-soundcloud.icon-o.focus {
  background: #ff6133;
  border-color: #ff6133;
}
.testimonial {
  position: relative;
  padding: 0 10px;
}
.testimonial .rate {
  position: absolute;
  top: 0;
  right: 10px;
}
.testimonial .author {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
  padding: 5px 0 0 75px;
}
.testimonial .author .image {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
.testimonial .author .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.testimonial .author .name {
  color: #333;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
.testimonial .author .company {
  display: block;
  color: rgba(96, 100, 105, 0.8);
  margin-bottom: 20px;
}
.testimonial .text {
  position: relative;
  margin-bottom: 0;
  padding: 15px;
  background: #fff;
  border: solid 1px #dedede;
}
.testimonial .text::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 15px;
  background: #fff;
  border: solid 1px #dedede;
  border-bottom-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
.price-block {
  overflow: hidden;
  margin-bottom: 20px;
  border: solid 1px #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.price-block .plan-name {
  color: #606469;
  line-height: 80px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.price-block .plan-price {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  color: #e729d1;
}
.price-block .plan-price .plan-price-real {
  margin-left: -5px;
  font-size: 19px;
  vertical-align: super;
}
.price-block .plan-price .plan-price-divider {
  margin-left: -30px;
  opacity: .85;
  font-size: 13px;
  font-style: italic;
}
.price-block .plan-parameters {
  margin-bottom: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.price-block .plan-parameters .list-group-item {
  margin-left: 50px;
  margin-right: 50px;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 85%;
  font-weight: 500;
}
.price-block .plan-parameters .list-group-item:first-child {
  border-top: none;
}
.price-block .plan-parameters .label {
  margin-top: 2.5px;
}
.price-block .plan-bottom {
  padding: 30px 15px;
  text-align: center;
}
.price-block .plan-bottom .btn {
  text-transform: uppercase;
}
.price-block.price-block-best {
  margin-top: -10px;
}
.price-block.price-block-best .plan-name {
  line-height: 90px;
  letter-spacing: .5px;
}
.price-block.price-block-best .plan-price {
  padding: 20px 15px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .price-block.price-block-best {
    margin-top: 0;
  }
}
.team-member {
  padding: 30px 15px;
  margin: 0 15px;
  text-align: center;
  background: #fff;
  border: solid 1px #dedede;
}
.team-member .author {
  width: 100%;
}
.team-member .author .image {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.team-member .author .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.team-member .author .name {
  color: #333;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
.team-member .author .post {
  margin-bottom: 20px;
  display: block;
  color: rgba(96, 100, 105, 0.8);
}
.team-member .text {
  margin-bottom: 20px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * External components
 *---------------------*/
label.error {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 85%;
  font-weight: 400;
  background-color: #ec6957;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mfp-inline-container {
  display: none;
}
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
  opacity: .0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1.0;
}
.mfp-with-zoom.mfp-ready .mfp-inline-container {
  display: block;
}
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: .0;
}
.mfp-with-zoom .mfp-inline-holder .mfp-content {
  height: 100%;
}
.mfp-with-zoom .mfp-inline-holder .mfp-content .mfp-height-80p {
  margin-top: 5%;
  height: 80%;
}
.mfp-with-zoom .mfp-inline-holder .mfp-content .mfp-width-80p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: .0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: .0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: .0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1.0;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 1.0;
}
.owl-thumbnail {
  display: block;
  width: 100%;
  overflow: hidden;
}
.owl-thumbnail .image {
  overflow: hidden;
  -ms-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-thumbnail:hover .image,
.owl-thumbnail.owl-thumbnail-active .image {
  -ms-filter: none;
  filter: none;
}
.owl-carousel .item-padding {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.owl-carousel .thumbnail {
  margin-bottom: 0;
}
.owl-theme .owl-nav {
  margin: 20px 0;
  height: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  line-height: 20px;
  background: #fff;
  border: solid 1px #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(255, 255, 255, 0.7);
}
.owl-theme .owl-nav .icon {
  color: #606469;
  font-size: 14px;
  text-align: center;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #dedede;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #606469;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #333;
}
.owl-theme.owl-pagination-inner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.owl-theme.owl-pagination-inner .owl-dots .owl-dot {
  width: 20px;
  line-height: 12px;
  vertical-align: middle;
}
.owl-theme.owl-pagination-inner .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  opacity: .5;
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.owl-theme.owl-pagination-inner .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  opacity: 1.0;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1800ms !important;
  -moz-animation-duration: 1800ms !important;
  -o-animation-duration: 1800ms !important;
  animation-duration: 1800ms !important;
}
.owl-animated-in {
  z-index: 0;
}
.owl-animated-out {
  z-index: 1;
}
/*
 * Import elements
 *-----------------*/
.hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 0;
  color: #606469;
  min-height: 350px;
}
.hero .hero-heading {
  margin-bottom: 40px;
}
.hero .hero-title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}
.hero .hero-title .helper-template-logo {
  font-size: 60px;
  display: inline-block;
}
.hero .hero-subtitle {
  font-size: 14px;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hero .hero-scroll-button-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
.btn-scroll {
  padding: 10px 6px;
  color: #fff;
  border: solid 1px #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.btn-scroll:hover,
.btn-scroll.hover,
.btn-scroll:focus,
.btn-scroll.focus {
  color: #fff;
}
.btn-scroll .icon {
  font-size: 18px;
  -webkit-animation: 1.9s fadeInDown infinite;
  -o-animation: 1.9s fadeInDown infinite;
  animation: 1.9s fadeInDown infinite;
}
@media screen and (max-width: 767px) {
  .hero .hero-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-title {
    font-size: 24px;
  }
  .hero .hero-subtitle {
    font-size: 14px;
  }
}
.footer {
  color: rgba(255, 255, 255, 0.8);
  background: #2E313D;
}
.footer p,
.footer span {
  font-size: 85%;
}
.footer .column-title {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.footer .footer-content {
  padding: 40px 0;
}
.footer .footer-bottom {
  padding: 20px 0;
  background: #181a20;
}
.footer .subscribe-form .form-control {
  width: 100%;
  height: 45px;
  color: #fff;
  padding: 10px 12px;
  background: #353846;
  border: solid 1px #2b2d39;
}
.footer .subscribe-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .subscribe-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .subscribe-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .subscribe-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .contact-information li {
  line-height: 30px;
}
.footer .contact-information .icon {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-column {
    margin-bottom: 20px;
  }
}
.blog-post-small {
  display: block;
}
.blog-post-small .post-body {
  padding: 15px 15px 10px;
  border: solid 1px #dedede;
  border-top: none;
}
.blog-post-small .post-body .date {
  float: right;
  color: rgba(96, 100, 105, 0.8);
  font-size: 85%;
}
.blog-post-small .post-body .title {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.blog-post-small .post-body .post-buttons {
  margin-bottom: 10px;
}
.blog-post-small .post-body .post-bottom {
  margin: 0;
  padding-top: 10px;
  color: rgba(96, 100, 105, 0.8);
  border-top: solid 1px #dedede;
}
@media screen and (max-width: 767px) {
  .blog-post-small {
    margin-bottom: 20px;
  }
}
.project-item {
  display: block;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.project-item img {
  max-width: 100%;
}
.project-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project-item .project-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-item .project-overlay .title,
.project-item .project-overlay .description {
  opacity: .0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project-item .project-overlay .title {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.project-item .project-overlay .description {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.project-item .project-social {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  opacity: .0;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project-item .project-social .icon {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
}
.project-item .project-social li {
  display: inline-block;
  margin-right: 7px;
}
.project-item:hover::before {
  opacity: 1.0;
}
.project-item:hover .project-social {
  opacity: 1.0;
}
.project-item:hover .project-overlay .title,
.project-item:hover .project-overlay .description {
  opacity: 1.0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gallery-item {
  display: block;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  max-width: 100%;
}
.gallery-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-item .gallery-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-item .gallery-overlay .title,
.gallery-item .gallery-overlay .description {
  opacity: .0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-item .gallery-overlay .title {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.gallery-item .gallery-overlay .description {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.gallery-item .gallery-social {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  opacity: .0;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-item .gallery-social .icon {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
}
.gallery-item .gallery-social li {
  display: inline-block;
  margin-right: 7px;
}
.gallery-item .gallery-item-type {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
}
.gallery-item:hover::before {
  opacity: 1.0;
}
.gallery-item:hover .gallery-social {
  opacity: 1.0;
}
.gallery-item:hover .gallery-overlay .title,
.gallery-item:hover .gallery-overlay .description {
  opacity: 1.0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.top-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 10;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-menu .navbar-toggle {
  color: #fff;
}
.top-menu .navbar-toggle .icon-bar {
  background: #fff;
}
.top-menu .navbar-brand {
  height: 60px;
}
.top-menu .navbar-brand .helper-template-logo {
  padding-top: 2px;
}
.top-menu .nav li a {
  text-shadow: none;
  color: #606469;
  text-transform: uppercase;
}
.top-menu .nav li a:focus,
.top-menu .nav li a:hover {
  color: #fff;
  background: #e729d1;
}
.top-menu .nav > li > a {
  position: relative;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-menu .nav > li > a::before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-menu .nav > li.open > a,
.top-menu .nav > li.active > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a.hover,
.top-menu .nav > li > a:focus,
.top-menu .nav > li > a.focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.top-menu .nav > li.open > a::before,
.top-menu .nav > li.active > a::before,
.top-menu .nav > li > a:hover::before,
.top-menu .nav > li > a.hover::before,
.top-menu .nav > li > a:focus::before,
.top-menu .nav > li > a.focus::before {
  width: 100%;
}
.top-menu .dropdown-menu li a {
  font-size: 13px !important;
  font-weight: 400;
}
.top-menu .dropdown-toggle:not(.no-caret)::after {
  display: inline-block;
  margin: 0 0 -1px 5px;
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
}
.top-menu.affix {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.top-menu.affix .nav > li > a {
  color: #fff;
}
.top-menu.affix .nav > li > a::before {
  opacity: .0;
}
.top-menu.affix .nav > li.open > a,
.top-menu.affix .nav > li.active > a,
.top-menu.affix .nav > li > a:hover,
.top-menu.affix .nav > li > a.hover,
.top-menu.affix .nav > li > a:focus,
.top-menu.affix .nav > li > a.focus {
  color: #fff;
  background: #e729d1;
}
.top-menu.affix-top {
  position: fixed;
  top: 0;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 100%;
  overflow: hidden;
}
.section .section-header .section-title-intro {
  margin-bottom: 5px;
  opacity: .85;
  letter-spacing: -1px;
  font-size: 18px;
  text-transform: uppercase;
  color: #db35c8;
}
.section .section-header .section-title {
  margin-bottom: 5px;
  color: #333;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
.section .section-header .section-subtitle {
  margin-bottom: 0;
  opacity: .8;
}
.section .section-content {
  margin-top: 100px;
}
.section.section-bordered {
  border: solid 1px #e3e3e3;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 991px) {
  .top-menu .navbar-brand .helper-template-logo {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-menu .navbar-brand .helper-template-logo {
    font-size: 30px;
  }
  .top-menu.affix-top .nav {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-menu .nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}
.preloader .preloader-text {
  position: relative;
  bottom: -80px;
  left: -20px;
  font-size: 30px;
  text-align: center;
  color: #333;
  font-family: 'Questrial', sans-serif;
}
.preloader .preloader-text:first-letter {
  color: #c716b2;
}
.preloader .shapes {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  margin: auto;
  width: 64px;
  height: 64px;
}
.preloader .shape-1,
.preloader .shape-2,
.preloader .shape-3,
.preloader .shape-4,
.preloader .shape-5,
.preloader .shape-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-animation: 2s ease-in-out preloaderAnimation infinite alternate-reverse;
  -o-animation: 2s ease-in-out preloaderAnimation infinite alternate-reverse;
  animation: 2s ease-in-out preloaderAnimation infinite alternate-reverse;
}
.preloader .shape-1::before,
.preloader .shape-2::before,
.preloader .shape-3::before,
.preloader .shape-4::before,
.preloader .shape-5::before,
.preloader .shape-6::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.preloader .shape-1::after,
.preloader .shape-2::after,
.preloader .shape-3::after,
.preloader .shape-4::after,
.preloader .shape-5::after,
.preloader .shape-6::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: .7;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.preloader .shape-1.shape-1::before,
.preloader .shape-2.shape-1::before,
.preloader .shape-3.shape-1::before,
.preloader .shape-4.shape-1::before,
.preloader .shape-5.shape-1::before,
.preloader .shape-6.shape-1::before {
  background: rgba(236, 105, 87, 0.8);
}
.preloader .shape-1.shape-2,
.preloader .shape-2.shape-2,
.preloader .shape-3.shape-2,
.preloader .shape-4.shape-2,
.preloader .shape-5.shape-2,
.preloader .shape-6.shape-2 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.preloader .shape-1.shape-2::before,
.preloader .shape-2.shape-2::before,
.preloader .shape-3.shape-2::before,
.preloader .shape-4.shape-2::before,
.preloader .shape-5.shape-2::before,
.preloader .shape-6.shape-2::before {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  background: rgba(41, 117, 231, 0.8);
}
.preloader .shape-1.shape-3,
.preloader .shape-2.shape-3,
.preloader .shape-3.shape-3,
.preloader .shape-4.shape-3,
.preloader .shape-5.shape-3,
.preloader .shape-6.shape-3 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.preloader .shape-1.shape-3::before,
.preloader .shape-2.shape-3::before,
.preloader .shape-3.shape-3::before,
.preloader .shape-4.shape-3::before,
.preloader .shape-5.shape-3::before,
.preloader .shape-6.shape-3::before {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  background: rgba(231, 135, 41, 0.8);
}
.preloader .shape-1.shape-4,
.preloader .shape-2.shape-4,
.preloader .shape-3.shape-4,
.preloader .shape-4.shape-4,
.preloader .shape-5.shape-4,
.preloader .shape-6.shape-4 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.preloader .shape-1.shape-4::before,
.preloader .shape-2.shape-4::before,
.preloader .shape-3.shape-4::before,
.preloader .shape-4.shape-4::before,
.preloader .shape-5.shape-4::before,
.preloader .shape-6.shape-4::before {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
  background: rgba(159, 41, 231, 0.8);
}
.preloader .shape-1.shape-5,
.preloader .shape-2.shape-5,
.preloader .shape-3.shape-5,
.preloader .shape-4.shape-5,
.preloader .shape-5.shape-5,
.preloader .shape-6.shape-5 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.preloader .shape-1.shape-5::before,
.preloader .shape-2.shape-5::before,
.preloader .shape-3.shape-5::before,
.preloader .shape-4.shape-5::before,
.preloader .shape-5.shape-5::before,
.preloader .shape-6.shape-5::before {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  background: rgba(231, 41, 209, 0.8);
}
.preloader .shape-1.shape-6,
.preloader .shape-2.shape-6,
.preloader .shape-3.shape-6,
.preloader .shape-4.shape-6,
.preloader .shape-5.shape-6,
.preloader .shape-6.shape-6 {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.preloader .shape-1.shape-6::before,
.preloader .shape-2.shape-6::before,
.preloader .shape-3.shape-6::before,
.preloader .shape-4.shape-6::before,
.preloader .shape-5.shape-6::before,
.preloader .shape-6.shape-6::before {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  background: rgba(73, 174, 36, 0.8);
}
@keyframes preloaderAnimation {
  40% {
    -webkit-transform: rotate(360deg) scale(0.3);
    -moz-transform: rotate(360deg) scale(0.3);
    -ms-transform: rotate(360deg) scale(0.3);
    -o-transform: rotate(360deg) scale(0.3);
    transform: rotate(360deg) scale(0.3);
  }
  70% {
    opacity: .7;
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
    -ms-transform: rotate(720deg) scale(0.8);
    -o-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8);
  }
}
/*
 * Import sections
 *-----------------*/
.section-portfolio .gallery-item {
  margin: 0 -10px 10px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
