/*!
 * Vitality v2.0.0 (http://themes.startbootstrap.com/vitality-v2.0.0)
 * Copyright 2013-2017 Start Bootstrap
 * Purchase a license to use this theme at (https://wrapbootstrap.com)
 */
 .fa {color: #8D779F}
.btn {
  font-weight: 900;
  padding: 12px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-primary {
  border: 1px solid white;
  background-color: #C6772B;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #AC5AFF;
  border-color: white;
  background-color: white;
}
.btn-secondary {
  border: 1px solid #222;
  background-color: transparent;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: white;
  border-color: #AC5AFF;
  background-color: #AC5AFF;
}
button:hover {
  cursor: pointer;
}
.text-primary {
  color: #AC5AFF !important;
}
a.text-primary {
  color: #AC5AFF !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #860eff !important;
}
.bg-inverse {
  background-color: #222 !important;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-next {
  font-size: 50px !important;
  line-height: 50px;
  font-weight: 900px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  margin: auto 0 !important;
  text-align: center;
  color: white !important;
  border-radius: 5px !important;
  background-color: #4F425B !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.owl-carousel.owl-theme .owl-controls .owl-next:hover {
  opacity: 1;
}
.owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 15px;
}
.owl-carousel.owl-theme .owl-controls .owl-next {
  right: 15px;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
html,
body {
  height: 100%;
}
hr {
  max-width: 100px;
  height: 2px;
  border-top: 1px solid white;
  border-bottom: 1px dotted white;
}
hr.colored {
  border-color: #BA7BF9;
}
.text-purple {height: 66% !important;
background: #000000;
padding-top: 20px;
opacity: 0.7;
filter: alpha(opacity=70);
border: 1px solid #989993;}
.fixed-top2 {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* Effect 1: Brackets */
.cl-effect-1 {font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight: 700;
text-transform: uppercase;font-size:16px}
.cl-effect-1 a{color: #C6772B}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

@media (min-width: 992px) {
  hr {
    max-width: 150px;
  }
}
section.page-section {
  padding: 100px 0 60px 0;
}
section.page-section.sm {
  padding: 1px 0 60px 0;
}
section#about.page-section {
  padding: 20px 0 40px 0;
}
.icon-style-1 .builder-element-icon {

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}    

.icon-style-1 .builder-element-icon:hover {
 -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
@media (max-width: 767px) {
  section.page-section {
    padding: 75px 0;
  }
  section.page-section.sm {
    padding: 75px 0 20px 0;
}
}
::-webkit-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
:-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
:-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html, body {}
a {
  color: #AC5AFF;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
a:hover,
a:focus {
  color: #860eff;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
p.lead {
  font-size: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
h1,
h2,
h4,
h5,
h6 {
  font-family: 'Cinzel', 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
 ;
}

h3,
 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
 ;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
}
#mainNav {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #594B67;
  padding: 10px 0;
  min-height: 68px;
  font-family: 'Oranienbaum', serif;
  font-size: 19px
}
#mainNav .navbar-toggler {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}
#mainNav .navbar-toggler:hover,
#mainNav .navbar-toggler:focus {
  color: #222;
  background-color: #50435C;
}
#mainNav .navbar-brand {
  font-size: 24px;
  text-decoration: none;
  opacity: 1;
  color: white;
  margin-left: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 40px;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
  padding: 15px;
  color: white;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover,
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus {
  color: rgba(255, 255, 255, 0.5);
}
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active,
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover,
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus {
  color: #AC5AFF;
}
@media (min-width: 992px) {
	

  #mainNav {
    padding: 30px 0 25px 0;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
    border: 0;
    background-color: #463C51;
	opacity: 0.8;
    filter: alpha(opacity=90); /* For IE8 and earlier */
  }
  #mainNav.navbar-shrink {
    padding: 5px 0;
    background-color: #594b67;
	opacity: 1.0;
    filter: alpha(opacity=100)
  }

  #mainNav.navbar-shrink .navbar-brand {
  display: none
  }
  #mainNav .navbar-brand img {
    height: 50px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item {
    margin-right: 5px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item:last-child {
    margin-right: 0;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active,
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover,
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus {
    color: #C6772B;
    border-radius: 0;
    background-color: #50435C;
    border-radius: 5px;
  }
}
header.masthead {
  position: relative;
  padding-top: 15px;
  padding-bottom: 1px;
  background: no-repeat top center;
  background-color: #222;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header.masthead .masthead-img {
  max-width: 150px;
  max-height: 150px;
}
header.masthead .masthead-title {
  font-size: 3rem;
  line-height: 4rem;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #B16E39;
}
header.masthead .masthead-subtitle {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 900;
padding-bottom: 30px;
 color: #B16E39
}
header.masthead .scroll-down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
header.masthead .scroll-down .btn {
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header.masthead .masthead-subtitle a{
    font-size: 16px;
    line-height: 2rem;
    color: #e9ac77;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
header.masthead .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .masthead-img {
    max-width: 250px;
    max-height: 250px;
  }
  header.masthead .masthead-title {
    font-size: 3rem;
    line-height: 4rem;
	color: #B8783A
  }
  header.masthead .masthead-subtitle {
    font-size: 2rem;
    line-height: 2rem;
	color: #e9ac77;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
  }
}
@media (min-width: 1024px) {
  header.masthead {
    background-attachment: fixed;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header.masthead {
    background-attachment: scroll;
  }
}
header.video {
  background: transparent;
}
header.video .overlay {
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
}
header.video .container,
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 992px) {
  header.video .overlay {
    opacity: .5;
  }
}
.team-carousel .item {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.team-carousel .item .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #222;
}
.team-carousel .item .team-caption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: auto;
  padding: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
}
.team-carousel .item .team-caption h3 {
  margin: 0;
}
.team-carousel .item .team-caption hr {
  max-width: 50px;
  margin: 5px auto;
}
.team-carousel .item .team-caption p {
  margin: 0;
}
.team-carousel .item .team-caption .list-team-social {
  margin-top: 5px;
}
.team-carousel .item .team-caption .list-team-social li a {
  color: rgba(255, 255, 255, 0.7);
}
.team-carousel .item .team-caption .list-team-social li a:hover,
.team-carousel .item .team-caption .list-team-social li a:focus {
  color: white;
}
.call-to-action {
  padding: 100px 0;
  text-align: center;
  color: white;
  background: no-repeat center center scroll;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.call-to-action.cs{
    padding: 150px 0 0 0;}
.call-to-action span.quote {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}
@media (min-width: 768px) {
  .call-to-action {
    padding: 150px 0;
    background-attachment: scroll;
  }
    .call-to-action.cs {
    padding: 200px 0 10px 0;
  }
  .call-to-action span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .call-to-action {
    padding: 300px 0;
  }
   .call-to-action.cs {
    padding: 200px 0 10px 0;
  }
  .call-to-action span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  .call-to-action {
    background-attachment: fixed;
  }
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  font-size: 30px;
  line-height: 70px;
  width: 75px;
  height: 75px;
  text-align: center;
  border: 1px solid #8D779F;
  color: #8D779F
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  padding: 0;
  list-style: inside;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
.icon-style-1 a {font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
color: #292B2C;
line-height: 14px;}

section#services.page-section .fa {
  padding: 20px 0 10px 0;
}
section#services.page-section a:hover .fa {
color: #C6772B}
.sm-ser a .fa { color: #ffffff; font-size: 30px}
.sm-ser a h3 { color: #ffffff; font-size: 12px}

section#services.page-section h3 {
  font-size: 14px; font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight: 700;
}
section#services.page-section a:hover h3 {
color: #C6772B}
section#services.page-section h3 a {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight: 700;
text-transform: uppercase;font-size:14px; color: #292B2C; line-height: 14px

}
section#services.page-section .fa:hover {
	color: #000000;
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
section#services.page-section .sm-ser a h3{color: #ffffff; font-size: 0.75rem;}
#services-strategy {padding: 80px 0 1px 0}
#services-design {padding: 80px 0 1px 0}
#services-development {padding: 80px 0 1px 0}
#services-seo {padding: 80px 0 1px 0}
#services-hosting {padding: 80px 0 1px 0}
#services-photography {padding: 80px 0 1px 0}
#services-strategy .icon-style-1 {padding: 5px 0 20px 0}
#services-design .icon-style-1  {padding: 5px 0 20px 0}
#services-development.icon-style-1  {padding: 5px 0 20px 0}
#services-seo.icon-style-1  {padding: 5px 0 20px 0}
#services-hosting.icon-style-1  {padding: 5px 0 20px 0}
#services-photography.icon-style-1  {padding: 5px 0 20px 0}

section.page-section.sm {
    padding: 1px 0 20px 0;
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222;
}
.portfolio-carousel .dark{
color: #594B67;}
.portfolio-carousel .item {
  padding: 50px 55px;
  text-align: center;
  background: no-repeat center center scroll;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details .project-name {
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 5px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  font-size: 20px;
  line-height: 18px;
  display: block;
  font-weight: 700;
}
.portfolio-carousel .item .device-container {
  padding: 25px;
}
.portfolio-carousel .fa {color: #ffffff} 
@media (min-width: 992px) {
  .portfolio-carousel .item {
    min-height: 50vh;
    padding: 10px 55px 160px;
    text-align: left;
  }
  .portfolio-carousel .item .project-details {
    padding: 25% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    font-size: 50px;
    line-height: 50px;
    display: block;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-dialog {
  max-width: none;
}
.portfolio-modal .modal-dialog .modal-content {
  min-height: 100%;
  padding: 50px 0;
  text-align: center;
  color: white;
  border: none;
  border-radius: 0;
  background: transparent;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000000;
opacity: 0.9;
}
.portfolio-modal .modal-dialog .modal-content h2 {
  font-size: 46px;
  margin: 0;
}
.portfolio-modal .modal-dialog .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .modal-dialog .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .modal-dialog .close-modal:hover {
  opacity: .3;
}
.portfolio-modal .modal-dialog .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
}
.portfolio-modal .modal-dialog .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: white;
}
.mockup-carousel .item {
  margin: 0;
  padding: 0;
}
.mockup-carousel .item img {
  margin: 0;
}
.portfolio-grid .mix {
  float: left;
  overflow: hidden;
  width: 48%;
  margin: 1%;
}
.portfolio-grid .mix .portfolio-wrapper {
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  background: #222;
}
.portfolio-grid .mix .portfolio-wrapper img {
  position: relative;
  max-width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.portfolio-grid .mix .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.portfolio-grid .mix .portfolio-wrapper .caption {
  position: absolute;
  bottom: -75px;
  width: 100%;
  height: 75px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.portfolio-grid .mix .portfolio-wrapper .caption .caption-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #776089;
}
.portfolio-grid .mix .portfolio-wrapper .caption .caption-text {
  position: relative;
  z-index: 500;
  padding: 15px 8px;
  color: white;
  font-size: 22px;
font-weight: 700;
}
.portfolio-grid .mix .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
.portfolio-grid .mix .portfolio-wrapper .caption .caption-text .text-category {
  font-size: 12px;
  display: block;
}
.portfolio-grid .mix:hover .portfolio-wrapper .caption {
  bottom: 0;
}
@media (min-width: 768px) {
  .portfolio-grid .mix {
    width: 32.9%;
    margin: 0.1%;
  }
  .text-purple {
 background: #000000;}
}

.testimonials {
  text-align: center;
}
.testimonials-carousel .fa {color: #ffffff} 
.testimonials .testimonials-carousel .item .testimonial-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-img img {
  vertical-align: baseline;
}
.testimonials .testimonials-carousel .item .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-author .name {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-author hr.colored {
  max-width: 50px;
  margin: 3px auto;
}
.testimonials .testimonials-carousel .item .testimonial-author p {
  margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-author .stars {
  color: #f1c40f;
  
}
@media (min-width: 992px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
}
.pricing {
  color: white;
  background: no-repeat center center scroll;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pricing .pricing-item {
  z-index: 1;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  color: #222;
  background: white;
  -webkit-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-size: 50px;
  font-weight: 900;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-top: 15px;
    margin-right: -15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-top: 15px;
    margin-left: -15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pricing {
    background-attachment: scroll;
  }
}
.signup-form .input-group .form-control {
  border: 0;
  border-color: white;
  border-radius: 0;
}
.signup-form .input-group .input-group-btn .btn-primary {
  border: 0;
  border-radius: 0;
  background-color: #AC5AFF;
  font-size: 1rem;
}
.signup-form .input-group .input-group-btn .btn-primary:hover {
  color: white;
  background-color: #9227ff;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #AC5AFF;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
.btn-full-width {
  font-size: 26px;
  font-weight: 200;
  padding: 50px 0;
  letter-spacing: normal;
  text-transform: none;
  color: white;
  border: 0;
  border-radius: 0;
  background-color: #222;
}
.btn-full-width:hover {
  color: white;
  background-color: #C6772B;
}
.btn-full-width:focus {
  color: white;
}
footer.footer {
  padding: 50px 0 40px;
  color: #000000;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer.footer a {
  color: #292B2C;
}
footer.footer a:hover {
  color: #C6772B;
}
footer.footer p {
  font-size: 22px;
  font-weight: 700;
}
footer.footer .footer-contact-details {
  margin: 75px 0;
}
footer.footer .footer-social {
  margin-bottom: 75px;
}
footer.footer .copyright {
  font-size: 1rem;
}
 @media (max-width:767px) {footer.footer {
    padding: 60px 0 40px;
    color: #000000;
    background: #F0F0F0 no-repeat center -180px scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
	footer.footer .footer-contact-details {
    margin: 15px 0;}}
@media (min-width:768px) and (max-width:991px) {footer.footer {background: #F0F0F0 no-repeat center -180px scroll;}}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }}
@media (min-width:768px) and (max-width:991px)
@media (min-width:768px){}
@media (max-width:767px){}
@media (min-width:576px){}
 #mainNav .navbar-brand.logo { display: block;
  text-indent: -9999px; width: 300px;
  height: 125px;
  background: #403649;
  background-image: url(../img/abgraphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 90px;
  margin-bottom: -80px;}
@media (min-width: 1025px) {#mainNav .navbar-brand.logo { display: block;
  text-indent: -9999px;
  width: 450px;
  height: 155px;
  background: #403649;
  background-image: url(../img/abgraphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px 135px;
  margin-bottom: -120px;}}
@media (min-width:992px) and (max-width:1024px) {#mainNav .navbar-brand.logo { display: block;
  text-indent: -9999px; width: 460px;
  height: 145px;
  background: #403649;
  background-image: url(../img/abgraphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 90px;
  margin-bottom: -85px;}}  
@media (min-width:768px) and (max-width:991px) {#mainNav .navbar-brand.logo { display: block;
  text-indent: -9999px;width: 250px;
  height: 115px;
  background: #403649;
  background-image: url(../img/abgraphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 90px;
  margin-bottom: -85px;}
  header.masthead .masthead-title {
    font-size: 2rem;
    line-height: 2.5rem;
	padding-top: 60px}}  
  @media (max-width:767px) {#mainNav .navbar-brand.logo { display: block;
  text-indent: -9999px; width: 200px;
  height: 105px;
  background: transparent;
  background-image: url(../img/abgraphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 90px;
  margin-bottom: 0px;}
 header.masthead .masthead-title {
    font-size: 2rem;
    line-height: 2rem;
	padding-top: 120px;  }
	header.masthead .masthead-subtitle {
    font-size: 1.75rem;
    line-height: 1.5rem;
    
    padding-bottom: 90px;
    color: #B16E39;
}}
#mainNav.navbar-shrink .navbar-brand.logo {display: block;
  text-indent: -9999px; width: 120px;
  height: 50px;
 background: transparent;
  background-image: url(../img/ab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 50px;
  margin-bottom: 0px
  
 }





#mainNav .navbar-brand-big {}
#mainNav .navbar-brand-big img {}

@media (max-width: 767px) {}

.info {display: inline}
#mainNav.navbar-shrink .info{}
#mainNav.info {background: transparent !important}
.extramargin {margin-bottom: 60px}
.extramargin.sm-ser {margin-bottom: 1px;}

}
.testimonials p.lead {
    font-size: 24px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
	text-transform: none;
}

#cogSmall,
#cogBig {
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin:15.887px 29.88px;
  animation-play-state: paused;
}
#cogSmall {
  animation-duration: 3000ms;
  transform-origin: 24.691px 35.778px;
  animation-direction: reverse;
}

svg:hover #cogBig,
svg:hover #cogSmall {
  animation-play-state: running;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}