/* ----- GLOBAL STYLES ----- */
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 13px;
}
a {
	color: #555555;
}
a:hover, a:focus {
	text-decoration: none;
	color: #337ab7;
	cursor: pointer;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.btn-default:active, .btn-default:focus {
	border-color: white;
}
.btn-default {
	color: #ccc;
	background: #337ab7;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #337ab7;
	background-color: #ffffff;
}
.btn-signup {
	border: 2px solid #337ab7;
	color: white;
}
.btn-login {
	background: none;
	border: 2px solid white;
	color: white;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn-signup:hover, .btn-login:hover {
	border-color: white;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 30px;
}
.section-title.center hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: rgb(255, 166, 107);
	margin: 0 auto;
	margin-bottom: 50px;
	border: 0;
}
.section-title.center hr:after {
	content: "";
	height: 4px;
	width: 50px;
	display: inline-block;
	border-radius: 2px;
	position: relative;
	top: 2px;
	background: rgba(255, 166, 107, 0.4);
}

/* ----- SIGNUP/LOGIN MODAL */
#sign {
  color: #eee;
  padding: 30px 20px;
  background-color: #313945;
}
#sign .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: none;
}
#sign a:link, #sign a:visited {
  color: #337ab7;
}
#sign .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
#sign .nav-tabs li {
  width: 50%;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  font-family: Lato, sans-serif;
}
#sign .nav-tabs li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
#sign .nav-tabs li.active a, #sign .nav-tabs li.active a:hover {
  background-color: #313945;
  color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: #313945;
}
#sign .tab-content {
  position: relative;
  perspective: 100%;
  perspective-origin: 50% 50%;
  background-color: red;
}
#sign .tab-content:after {
  content: '';
  display: table;
  clear: both;
}
#sign .tab-content .tab-pane {
  padding: 30px 0;
  display: block !important;
  position: absolute;
  width: 100%;
  transform-style: preserve-3d;
  transform: scale(0.8) rotateY(0);
  transition: all 0.5s cubic-bezier(0.5, 0.2, 0, 1);
  opacity: 0;
}
#sign .tab-content .tab-pane:nth-child(1) {
  transform: rotateY(-90deg) translateZ(200px);
}
#sign .tab-content .tab-pane:nth-child(1).active {
  transform: rotateY(0deg) translateZ(200px);
  opacity: 1;
}
#sign .tab-content .tab-pane:nth-child(2) {
  transform: rotateY(90deg) translateZ(200px);
}
#sign .tab-content .tab-pane:nth-child(2).active {
  transform: rotateY(0) translateZ(200px);
  opacity: 1;
}
#sign .tab-content .tab-pane .btn {
  font-family: Lato, sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
#sign .tab-content .tab-pane .btn .fa {
  margin-right: 15px;
}
#sign .tab-content .tab-pane .btn.btn-facebook {
  background-color: #3b5998;
  color: white;
}
#sign .tab-content .tab-pane .btn.btn-facebook:hover {
  background-color: #466bb7;
}
#sign .tab-content .tab-pane .btn.btn-twitter {
  background-color: #55acee;
  color: white;
}
#sign .tab-content .tab-pane .btn.btn-twitter:hover {
  background-color: #77c4ff;
}
#sign .tab-content .tab-pane .btn.btn-linkedin {
  background-color: #4875B4;
  color: white;
}
#sign .tab-content .tab-pane .btn.btn-linkedin:hover {
  background-color: #5f86bc;
}
#sign .tab-content .tab-pane .btn.btn-email {
	margin-top: 10px;
  background-color: rgba(255,255,255,0.3);
  color: white;
}
#sign .tab-content .tab-pane .btn.btn-email:hover {
  background-color: rgba(255,255,255,0.2);
}
#sign .tab-content .tab-pane .btn.btn-default {
  background-color: #313945;
  color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
}
#sign .tab-content .tab-pane .btn.btn-default:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/*#sign .tab-content .tab-pane form#signupform {
  display: none;
}*/
#sign .tab-content .tab-pane form#loginform {
  display: block;
}
#sign .tab-content .tab-pane form input.form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  box-shadow: none;
  text-align: center;
  color: white;
}
#sign .tab-content .tab-pane form input.form-control:nth-last-child(1) {
  margin-bottom: 20px;
}
#sign .tab-content .tab-pane p {
  margin-bottom: 20px;
}
#sign .tab-content .tab-pane p.lostpassword {
  margin-top: 10px;
}
#sign .tab-content .tab-pane p .fa {
  margin-right: 5px;
  color: #888;
}

/* ----- NAVIGATION ----- */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: rgba(51, 122, 183, .97);
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: rgb(255, 166, 107);
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 25px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	color: rgb(255, 166, 107);
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: rgb(255, 166, 107);
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #F4D03F;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.navbar-custom .nav li button.btn-login-nav {
  margin: 9px;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 3px;
  width: 65px;
  text-align: center;
  font-size: 14px;
	text-transform: uppercase;
}
.navbar-custom .nav li button.btn-btn-login:hover {
	background: white;
	color: rgb(255, 132, 50);
}

/* ----- INTRO SECTION ----- */
#intro {
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg);
	background-attachment: fixed;
	background-color: #000;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.logo-row {
	padding-bottom: 25px;
}
#intro .logo {
	display: inline-block;
	margin: 20px 0;
}
#intro .logo img {
	height: 100px;
	margin-right: 20px;
  filter: opacity(.8);
  -webkit-filter: opacity(.8);
}
#intro .intro-body h1 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
	font-size: 82px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: .8;
	color: rgba(255,255,255,0.8);
}
#intro .intro-body .brand-heading {
	letter-spacing: 2px;
	max-width: 100%;
	margin: 0 auto;
}
.brand-heading:before, .brand-heading:after {
	display: block;
	content: "";
	width: 60%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	margin: 0 auto;
}
#intro .intro-body .intro-text {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: rgba(255,255,255,0.8);
}
.deftr-video {
	display: table;
	width: 320px;
	height: 190px;
	background-color: rgba(255,255,255,0.25);
	margin: 0 auto;
}
.deftr-video .play-btn {
	display: table-cell;
	vertical-align: middle;
}
.play-btn i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.75);
	border: 9px solid rgba(255, 255, 255, 0.75);
	height: 140px;
	width: 140px;
	border-radius: 70px;
	line-height: 120px;
	padding-left: 15px;
}
.cta-row {
	padding-top: 25px;
}
.cta-row h3 {
	margin-bottom: 25px;
	font-size: 20px;
}

/* ----- VIDEO MODAL ----- */
@media (min-width: 768px) {
	#intro-video .modal-dialog {
		width: 65%;
	}
}

#intro-video video {
	height: auto;
	width: 100%;
}

/* ----- SERVICES SECTION ----- */
#product {
	padding: 100px 0;
	border-top: 5px solid rgb(255, 166, 107);
	background-color: #eeeeee;
}
#product .section-title p {
	font-size: 18px;
}
#product .service {
  background: #337ab7;
  color: white;
  margin: 10px 0px;
  padding: 20px 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
}
#product h3 {
	font-size: 20px;
	font-weight: 600;
	color: white;
	transition: all 0.5s;
}
.space {
	margin-top: 40px;
}
#product i.fa {
	font-size: 30px;
	color: rgb(255, 166, 107);
	transition: all 0.5s;
}
#product .service:hover {
	background: #17568c;
}
#product .service:hover > i.fa {
	color: rgb(255, 102, 0);
}
#product .section-title h2, #product .section-title p {
	color: #444444;
}
#product .cta-row .btn-signup:hover {
	background-color: transparent;
	border-color: #337ab7;
}

/* ----- PRICING SECTION ----- */
#pricing {
	padding: 100px 0;
  background: url(../img/pricing-bg.jpg);
  background-attachment: fixed;
  color: white;
}
#pricing .container {
	width: 100%;
}
.price-table-wrapper {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.price-table-wrapper .pricing-table {
  display: inline-block;
  vertical-align: middle;
  height: 480px;
  width: 210px;
  margin:	0 5px;
  padding: 0;
  border: 2px solid white;
  border-radius: 10px;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__header {
  padding: 10px;
  font-size: 20px;
  color: #f8f8f8;
  background: #337ab7;
  border-radius: 7px 7px 0px 0px;
}
.price-table-wrapper .pricing-table__price {
	height: 75px;
  color: #337ab7;
  padding: 15px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .featured-table {
  height: 500px;
}
.price-table-wrapper .featured-table .pricing-table__button {
  background-color: #ffa66b;
}
.price-table-wrapper .featured__header {
  background: #ffa66b;
}
.pricing-table h3.price-smaller{
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #337ab7;
  text-decoration: none;
  padding: 15px;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: white;
  opacity: .3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 8px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:hover {
  background: #666;
}
#pricing h3.no-padding-btm {
	padding-bottom: 0;
	height: 60px;
}
#pricing p {
	padding: 15px 0 5px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 0;
}
#pricing p.pricing-table-subtext {
  color: #337ab7;
  padding-top: 0px;
}
.price-table-wrapper .pricing-table__list {
  padding: 0 20px;
  color: #A0A0A0;
}
.price-table-wrapper .pricing-table__list li {
  padding: 10px 0;
  border-bottom: 1px solid #C8C8C8;
  color: #444444;
  font-size: 12px;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}

/* ----- WAITLIST-MODAL ----- */
#waitlist .modal-content {
	padding: 50px;
}
#waitlist .btn-waitlist {
	background-color: #337ab7;
	color: white;
}

/* ----- ABOUT SECTION ----- */
#about {
  padding: 75px 0;
  color: #444444;
}
#about a {
	font-weight: 600;
	color: #337ab7;
	text-decoration: underline;
}
#about a:hover {
	color: rgb(255, 166, 107);
}
#about h4 {
	font-size: 24px;
	font-weight: 600;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 15px;
}

/* ----- TEAM SECTION ----- */
#team {
	padding: 100px 0;
	background:
		linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)),
		url(../img/testimonials-bg.jpg);
	background-attachment: fixed;
	color: white;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #ddd;
	transition: all 0.5s;
}
img.img-thumbnail.team-img.img-small {
	width: 150px;
	height: 150px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: white;
}

/* ----- TESTIMONIALS SECTION ----- */
#testimonials {
	background: url(../img/testimonials-bg.jpg);
	background-attachment: fixed;
	color: #ddd;
	padding: 70px 0;
}
#testimonials .row {
	margin: 0;
}
.testimonial-item {
	max-width: 400px;
	margin: 0 auto;
}
#testimonials .owl-buttons i {
	margin-bottom: 0;
	font-size: 50px;
	color: white;
}
#testimonials blockquote {
	position: relative;
	background: rgba(0,0,0,0.4);
	min-height: 150px;
	margin-top: 20px;
	margin-bottom: 100px;
	padding: 10px 20px;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	color: rgba(255,255,255,0.8);
	border-radius: 4px;
}
#testimonials i {
	font-size: 28px;
	color: rgb(255, 166, 107);
	margin-bottom: 12px;
}
#testimonials blockquote:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	border-top: 14px solid rgba(255,255,255,0.5);
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
#testimonials blockquote img {
	height: 70px;
	width: 70px;
	position: absolute;
	bottom: -95px;
	left: 50%;
	margin-left: -34px;
}
#testimonials p.clients-words {
	font-size: 16px;
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.5px;
}
#testimonials .clients-name {
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#testimonials .clients-name p {
	font-size: 16px;
	font-weight: 400;
}

/* CONTACT SECTION */
#contact {
	padding: 80px 0 40px 0;
	background: #e6e6e6;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 110px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}
#contact .contact-item:hover {
	background-color: #fbfbfb;
	border: 2px solid #337ab7;
	font-weight: 700;
	cursor: pointer;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 42px;
	color: #337ab7;
	margin-bottom: 10px;
}
#contact i.fa-envelope-o, #contact i.fa-phone {
padding-top: 8px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #337ab7;
	border: 0;
	border-radius: 4px;
	padding: 6px 14px;
	color: #fff;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #337ab7;
	background: #ffffff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#contact .social i.fa {
	font-size: 20px;
	width: 36px;
	height: 36px;
	padding-top: 8px;
	color: #337ab7;
	background: #f6f6f6;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: rgb(255, 166, 107);
	background: #337ab7;
}

/* ----- FOOTER ----- */
footer {
	background: #337ab7;
	color: #f9f9f9;
	padding: 10px 0;
	text-align: center;
}
footer a {
	color: #ffffff;
}
footer a:hover, a:focus {
	color: rgb(255, 166, 107);
}
footer p {
	font-size: 12px;
	margin-top: 10px;
}
footer i.fa {
	height: 30px;
	width: 30px;
	font-size: 20px;
	padding: 4px 5px;
	color: #ddd;
	transition: all 0.5s;
}
footer i.fa:hover {
	color: #F4D03F;
}

/* --------------------------------------------------------
----------------------- OTHER PAGES -----------------------
---------------------------------------------------------*/

/* ----- HIRING PAGE ----- */
#hiring-image {
	display: table;
	width: 100%;
	height: 100vh;
	background-image: url(../img/hiring/hiring-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.hiring-image-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}
.hiring-image-text:before, .hiring-image-text:after {
	display: block;
	margin: 30px auto;
	content: "";
	width: 50%;
	height: 1px;
	background-color: rgba(255,255,255,0.6);
}
.hiring-image-text h1 {
	margin: 0;
	text-align: center;
	font-size: 88px;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
}
#hiring-info {
	border-top: 5px solid #337ab7;
	padding: 50px 0;
}
#hiring-info h4 {
	font-size: 24px;
}
#hiring-contact {
	padding: 50px 0;
	background-color: #f5f5f5;
}
form#hiring-form {
	padding: 20px 0;
}
.form-info {
	font-weight: 700;
	margin-bottom: 4px;
}
.form-info-small {
	margin-bottom: 4px
}
.required {
	color: red;
}
.btn-submit {
	margin: 5px 0;
	padding: 10px 20px;
  border: 1px solid #337ab7;
	color: white;
	font-size: 14px;
}
.btn-submit:hover {
	background-color: white;
  border: 1px solid #337ab7;
}

/* PAYMENTS PAGE*/
#payment {
	margin-top: 50px;
	height: 100vh;
}

/* ----- MEDIA QUERIES ----- */
@media(min-width:768px) {
	.navbar-custom .nav li a.login {
    margin: 9px;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 3px;
 }
 .navbar-custom .nav li a.login:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(255, 132, 50);
	}
	#intro {
		height: 100%;
		padding: 0;
		background-image: url(../img/intro-bg.jpg) no-repeat center center fixed;
	}
	#intro .intro-body .brand-heading {
		max-width: 100%;
	}
	#intro .intro-body h1 {
		font-size: 120px;
	}
	#intro .intro-body .intro-text {
		color: rgba(255,255,255,0.8);
		font-size: 30px;
	}
	.brand-heading:before, .brand-heading:after {
		width: 490px;
	}
	.logo-row {
		padding-bottom: 40px;
	}
	#intro .logo img {
		height: 150px;
	}
	.cta-row {
		padding-top: 40px;
	}
	#testimonials {
		background: url(../img/testimonials-bg.jpg) no-repeat center center fixed;
	}
}

@media (min-width: 992px) {
	#product .service {
		height: 160px;
	}
}

@media (max-width: 890px) {
	.price-table-wrapper .pricing-table {
		height: 430px;
		width: 280px;
		margin: 10px;
	}
	.price-table-wrapper .featured-table {
		height: 430px;
	}
}

@media (max-width: 768px) {
	#intro .intro-body {
		padding-bottom: 50px;
	}
  .price-table-wrapper .pricing-table__button:before {
    left: -30%;
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
}
	#about, #product, #team {
		padding: 40px 0 70px;
	}
	#about .about-text {
		margin-top: 0;
	}
	#about .about-img {
		margin-bottom: 30px;
	}
	#team .caption h3 {
		margin-bottom: 5px;
	}
	#testimonials h2 {
		padding: 0 20px;
		line-height: 1.2;
	}
	#testimonials i {
		margin-bottom: 15px;
	}
	#testimonials p.clients-words, #testimonials .clients-name p {
    font-size: 14px;
	}
	#contact {
		padding: 40px 0;
	}
}