/*
	Template Name: Urip Landing Page
	Template URI: http://worksofwisnu.com/theme-preview/urip
	Description: Modern and Professional HTML Landing Page Template
	Author: xWisnux (Works of Wisnu)
	Author URI: http://worksofwisnu.com
	Version: 3.0

*/

/**
 * Table of Contents:
 *
 * 1.0 - BASIC STRUCTURE
 *	 1.1 - Typography
 *	 1.2 - Custom Column
 *	 1.3 - Custom Margin
 *	 1.4 - Vertical Center Content
 *
 * 2.0 - COMPONENTS
 *	 2.1 - Buttons
 *	 2.2 - Lists
 *	 2.3 - Content Tab
 *	 2.4 - Section Tab
 *	 2.5 - Toggle
 *	 2.6 - Pricing Table
 *	 2.7 - Contact Modal
 *	 2.8 - Alert Notification
 *	 2.9 - Lightbox Modal
 *	 2.10 - Attention Box
 *	 2.11 - Progress Bar
 *	 2.12 - To Top Button
 *
 * 3.0 - HEADER & HERO SECTION
 *	 3.1 - Menu Toggle
 *	 3.2 - Navigation
 *     3.2.1 - Navigation Bar
 *	 3.3 - Hero Background
 *	 3.4 - Hero Subscribe Form
 *	 3.5 - Hero Form
 *	 3.6 - Creative Layouts Hero CTA Content
 *	 3.7 - Hero App Layout
 *	 3.8 - Animated Headline
 *	 3.9 - Hero Event Layout
 *	 3.10 - Video Background
 *
 * 4.0 - TOP CLIENT LOGO
 *
 * 5.0 - WHAT WE DO SECTION
 *	 5.1 - What We Do on Form Layout
 *	 5.2 - Introduction on App Layout
 *   5.3 - Introduction on Event Layout
 *
 * 6.0 - HOW IT WORKS SECTION
 *	 6.1 - How It Works info hover transitions/animations
 * 	 6.2 - How It Works hover background
 *
 * 7.0 - OUR FEATURES SECTI0N
 * 	 7.1 - Feature Icon on Hero Form Layout
 * 	 7.2 - The Feature on App Layout
 *
 * 8.0 - FEATURETTES SECTION
 *	 8.1 - Featurettes Quote
 *
 * 9.0 - COUNTER
 *
 * 10.0 - BREAKOUT
 *	 10.1 - App Layout Breakout
 *	 10.2 - Event Layout Breakout
 *
 * 11.0 - PRICING & SECTION TABS
 * 	 11.1 - Why Us Section on App Layout
 *	 11.2 - Event Session
 *
 * 12.0 - OUR TEAM SECTION
 *	 12.1 - App Layout Carousel
 *
 * 13.0 - CUSTOMER STORIES/LOGOS SECTION
 *	 13.1 - App Layout Customer Quote
 *
 * 14.0 - PORTFOLIO SECTION
 *	 14.1 - Portfolio External Link
 *
 * 15.0 - FOOTER SUBSCRIBE
 *
 * 16.0 - MAIN FOOTER SECTION
 * 	 16.1 - App Layout Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 BASIC STRUCTURE
 * -----------------------------------------------------------------------------
 */

:root {
	--red-text: #d72821;
}
.seller-pfg, .seller-eXp{
	--red-text: #113072;
}
.seller-car {
	--red-text: #d72821;
}

body {
	background: #fff;
	color: #777;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
	margin: 0;
	padding: 80px 0;
}

main#main-content {
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(39, 36, 36, 0.42);
}

hr {
	border-top: 1px solid #ccc;
}

.gray-bg {
	background: #fff;
}

ul {
	padding-left: 15px;
}

li {
	/*list-style: none;
	list-style-type: circle;*/
}

img {
	 max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
	width: 100%;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
	box-shadow: none !important;
}

.popover {
	z-index: 999999 !important;
}

.opacity-one {
	opacity: 1 !important;
}

/* 1.1 Typography */
p {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	line-height: 24px;
}

p.lead {
	font-size: 22px;
}

p.sub-lead {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h4,
.h3,
.h5,
.h6,
.h2,
.h1 {
	margin-top: 0;
	color: #222;
	line-height: 1.5em;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Montserrat", sans-serif;
}

h1,.h1 {
	 font-size: 42px;
}

h2,.h2 {
	font-size: 36px;
}

h3,.h3 {
	font-size: 30px;
}

h4,.h4 {
	font-size: 24px;
}

h5,.h5 {
	text-transform: uppercase;
	font-size: 15px;
}

h6,.h6 {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

p.section-title {
	color: #777;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .9em;
}
.pricing-section .section-title{
	margin: 0;
}
.pricing-section .section-heading{
	margin-bottom: 15px;
}

p.section-title:after {
	display: block;
	margin: 0 auto;
	margin-top: 17px;
	height: 1px;
	background: var(--red-text);
	content: "";
}

.section-heading {
	margin-top: 22px;
	margin-bottom: 10px;
}

small {
	font-family: "Droid Serif", serif;
}

b, strong {
	font-size: 700;
	-webkit-font-smoothing: auto;
}

a {
	color: var(--red-text);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	color: var(--red-text);
	text-decoration: none;
}
a.text-white:hover {
    color: var(--black-text);
    text-decoration: none;
}

a:focus {
  	outline: none;
  	text-decoration: none;
}

.new-pricing .price a,
p a,
a.more {
	position: relative;
	-webkit-transition: none;
	transition: none;
}

/*.new-pricing .price a:after,*/
/*p a:after,*/
/*a.more:after {*/
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*margin: auto;*/
	/*margin: 0;*/
	/*width: 0%;*/
	/*height: 1px;*/
	/*background: var(--red-text);*/
	/*color: #fff;*/
	/*content: ".";*/
	/*text-align: left;*/
	/*opacity: 0;*/
/*}*/

.new-pricing .price a:hover:after,
p a:hover:after,
a.more:hover:after {
	z-index: -10px;
	width: 100%;
	opacity: 1;
	-webkit-animation: underline 1s forwards;
	animation: underline 1s forwards;
}

@-webkit-keyframes underline {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 1px;
    background: var(--red-text);
  }
}

.centered {
	text-align: center;
}

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

.breaking {
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center top;
	color: #fff;
}

.breaking h1,
.breaking h2,
.breaking h3,
.breaking h4,
.breaking h5,
.breaking p,
.breaking .h1,
.breaking .h2,
.breaking .h3,
.breaking .h4,
.breaking .h5{
	color: #fff;
}

.urip-blue-color {
	color: var(--red-text);
}

.urip-orange-color {
	color: var(--red-text);
}

.text-shadow-xsmall {
	text-shadow: 1px 1px 0 rgba(125,116,107,.75);
}

.text-shadow-small {
/*	text-shadow: 1px 1px 2px rgba(125,116,107,.75);*/
	text-shadow: -1px -1px 4px rgba(125,116,107,.75), 1px -1px 4px rgba(125,116,107,.75), -1px 1px 4px rgba(125,116,107,.75), 1px 1px 4px rgba(125,116,107,.75)
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.text-shadow-medium {
/*	text-shadow: 2px 1px 2px rgba(125,116,107,.75);*/
    text-shadow: -1px -1px 4px rgba(125,116,107,.75), 1px -1px 4px rgba(125,116,107,.75), -1px 1px 4px rgba(125,116,107,.75), 1px 1px 4px rgba(125,116,107,.75)
}

.text-shadow-large {
	text-shadow: 3px 3px 0 rgba(125,116,107,.75);
}

/* -- */

/* 1.2 Custom Column */
.container-full {
	overflow: hidden;
	width: 100%;
}

.container-full .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.two-blocks-col {
	padding: 68px 80px 0;
}

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

.overflow-hidden,
.overlay-on {
	overflow: hidden;
}

body.overflow-hidden:before {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(71, 71, 71, 0.48);
	content: "";
}
/* -- */

/* 1.3 Custom Margin */
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

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

.margin-top-25 {
	margin-top: 25px !important;
}

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

.margin-top-32 {
	margin-top: 32px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

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

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-min-5 {
	margin-top: -5px !important;
}

.margin-top-min-10 {
	margin-top: -10px !important;
}

.margin-top-min-13 {
	margin-top: -13px !important;
}

.margin-top-min-18 {
	margin-top: -18px !important;
}

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

.margin-bot-5 {
	margin-bottom: 5px !important;
}

.margin-bot-8 {
	margin-bottom: 8px !important;
}

.margin-bot-10 {
	margin-bottom: 10px !important;
}

.margin-bot-15 {
	margin-bottom: 15px !important;
}

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

.margin-bot-25 {
	margin-bottom: 25px !important;
}

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

.margin-bot-32 {
	margin-bottom: 32px !important;
}

.margin-bot-35 {
	margin-bottom: 35px !important;
}

.margin-bot-40 {
	margin-bottom: 40px !important;
}

.margin-bot-60 {
	margin-bottom: 60px !important;
}

.margin-bot-min-10 {
	margin-bottom: -10px !important;
}

.margin-bot-min-13 {
	margin-bottom: -13px !important;
}

.margin-bot-min-18 {
	margin-bottom: -18px !important;
}

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

.zero-top {
	margin-top: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
}
/* -- */

/* 1.4 Vertical Center Content */
.vertical-center-wrapper {
	height: 100%;
}

.vertical-center-table {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-center-content {
	display: table-cell;
	vertical-align: middle;
}


/**
 * 2.0 COMPONENTS
 * -----------------------------------------------------------------------------
 */

/* 2.1 Buttons */
.cta {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 22px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.cta:hover, .cta:active, .cta:focus {
	color: #fff;
	text-decoration: none;
}

.cta-default {
	background: var(--red-text);
}

.cta-stroke {
	margin-top: 22px;
	border: 2px solid var(--red-text);
	background-clip: padding-box;
	color: var(--red-text);
}

.cta-stroke:hover, .cta-stroke:focus {
	color: var(--red-text);
}

.cta-default:after,
.cta-stroke:after {
	position: relative;
	top: 0;
	display: inline;
	margin-left: 0;
	content: '\e62a';
	font-weight: normal;
	font-size: 0;
	font-family: "Icomoon";
	line-height: 1;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cta-default:hover:after,
.cta-stroke:hover:after {
	margin-left: 8px;
	font-size: 14px;
	opacity: 1;
}

.cta-hero {
	font-size: 24px;
	}
.cta-hero:hover:after {
	font-size: 20px;
}

.cta-transparent {
	border: 2px solid rgba(255, 255, 255, 0);
	background-color: rgba(34,34,34,.14);
	background-clip: padding-box;
}

.cta-transparent:hover {
	border: 2px solid #fff;
	background-color: rgba(34,34,34,.05);
}

.play-btn {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(90, 85, 85, 0.7);
	box-shadow: 0 0 20px #5D5B56;
	color: #fff;
	font-size: 74px;
}

.play-btn:hover, .play-btn:focus {
	color: #fff;
}

.play-btn:hover {
	box-shadow: 0 0 28px #3f3e3b;
}

.inline-cta {
	margin: 0;
	padding: 20px 0;
}

.inline-cta li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
/* -- */

/* 2.2 Lists */
ul.checklist {
	margin-bottom: 30px;
}

ul.checklist li {
	position: relative;
	padding-left: 30px;
}

ul.checklist li:before {
	position: relative;
	top: 2px;
	margin-right: 12px;
	margin-left: -30px;
	color: var(--red-text);
	content: "\e116";
	font-size: 17px;
	font-family: "icomoon";
}
/* -- */

/* 2.3 Content Tab */
.content-tab-wrapper .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid rgba(25, 169, 229, 0.63);
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.content-tab-wrapper .nav-tabs > li > a {
	color: #777;
}

.content-tab-wrapper .nav-tabs > li > a:hover {
	padding: 11px 21px;
	border: none;
	background: none;
	color: #222;
}

.content-tab-wrapper .nav-tabs > li.active > a,
.content-tab-wrapper .nav-tabs > li.active > a:focus,
.content-tab-wrapper .nav-tabs > li.active > a:hover {
	padding: 11px 21px;
	border: none;
	background: none;
	color: #222;
}

.content-tab-wrapper .nav > li > a {
	padding: 10px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.content-tab-wrapper .nav-tabs > li.active:before,
.content-tab-wrapper .nav-tabs > li.active:after {
	position: absolute;
	top: 99%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid rgba(0, 0, 0, 0);
	content: '';
	pointer-events: none;
}

.content-tab-wrapper .nav > li > a span[class^="icon-"] {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.content-tab-wrapper .nav > li.active > a span[class^="icon-"] {
	color: var(--red-text);
}

.content-tab-wrapper .nav-tabs > li.active:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: var(--red-text);
}

.content-tab-wrapper .nav-tabs > li.active:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #f7f8f9;
}

.tab-content {
	margin-top: 34px;
}
/* -- */

/* 2.4 Section Tab */
.section-tab {
	margin-top: 5px;
}

.section-tab .tab-content {
	margin-top: 50px;
}

.section-tab .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.section-tab .nav > li {
	margin: 0 4px;
}

.section-tab .nav > li > a {
	padding: 14px 55px;
	height: 50px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #eaebeb;
	background-clip: padding-box;
	color: #777;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

.section-tab .nav > li > a:hover {
	background: #dfe0e0;
}

.section-tab .nav > li.active > a {
	background: var(--red-text);
	color: #fff;
}

.section-tab .nav > li:first-child > a {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.section-tab .nav > li:last-child > a {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.section-tab .nav-tabs > li.active > a,
.section-tab .nav-tabs > li.active > a:focus,
.section-tab .nav-tabs > li.active > a:hover {
	border: none;
}

/*Schedule Tab*/
.section-tab.schedule-tab .nav > li > a {
	height: 68px;
}

.event-date {
	display: block;
    margin-top: 0px;
    font-size: 12px;
    text-transform: none;
}
/* -- */

/* 2.5 Toggle */
.panel {
	margin-bottom: 10px !important;
	border: 0;
	background: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-heading a {
	position: relative;
	display: block;
	padding: 13px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-decoration: none;
}

.panel-heading a:hover {
	background: #dfe0e0;
}

.panel-heading a:focus {
	outline: none;
	box-shadow: none;
}

.panel-heading a:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #dfe0e0;
	color: #777;
	content: "\e114";
	font-family: "Icomoon";
	line-height: 1em;
}

.panel-heading.panel-active a {
	background: var(--red-text);
	color: #fff;
}

.panel-heading.panel-active a:hover {
	background: #13a0db;
}

.panel-heading.panel-active a:after {
	background: #13a0db;
	color: #fff;
	content: "\e115";
}

.panel-default > .panel-heading+.panel-collapse > .panel-body {
	border: none;
}
/* -- */

/* 2.6 Pricing Table */
ul.pricing .price {
	margin-top: 36px;
	padding: 0 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
}

.price .price-title {
	margin-top: 14px;
	margin-bottom: 12px;
	color: #777;
}

.price .price-text {
	font-weight: normal;
	font-size: 24px;
	color: #000000
}

.price .price-amount {
	padding: 0;
	border: 2px solid #eee;
	border-right: none;
	border-left: none;
	color: #222;
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
}

.price .price-feature {
	padding: 10px 0;
}

.price .price-feature li {
	margin-bottom: 7px;
}

.price .price-feature li:last-child {
	margin-bottom: 0;
}

.price .price-button {
	display: block;
	margin-right: -20px;
	margin-left: -20px;
	padding: 14px 0;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: none;
	color: #777;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

ul.pricing .price.best-value {
	margin-top: 5px;
}

.price.best-value .price-title {
	margin-bottom: -3px;
}

.price .price-label {
	padding: 4px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

.best-value-label {
	display: block;
	margin-bottom: 14px;
	color: #222;
	font-style: oblique;
	font-size: 18px;
	font-family: "Droid Serif", serif;
}
.text-white {
	color: #ffffff;
}
.text-black {
	color: #000000;
}
.bold {
	font-weight: bold !important;
}
img {
	cursor: pointer;
}
.section-footer h5{
    font-size: 2.1rem;
}
.section-footer {
	text-align: center;
	margin-top: 4rem;
}
ul.pricing .advancedPlan .price:hover,
ul.pricing .starterPlan .price:hover,
ul.pricing .price:hover {
	border-color: #939598;
}

.price:hover .price-title {
	color: #222;
}
.price .price-amount {
	margin-right: -20px;
	margin-left: -20px;
}
.price:hover .price-amount {
	background: #939598;
}

.price:hover .price-feature li {
	color: #222;
}

.price:hover .price-label {
	background: #939598;
	color: #fff;
}

.price:hover .price-button {
	background: #939598;
	color: #fff;
}

ul.pricing .proPlan .price.best-value{
	border-color: var(--red-text);
}

ul.pricing .proPlan .price.best-value:hover {
	border-color: #939598;
}

.price.best-value:hover .price-title {
	color: #222;
}

.proPlan .price.best-value .price-amount{
	margin-right: -20px;
	margin-left: -20px;
	border-color: var(--red-text);
	background: var(--red-text);
	color: #fff;
}

.proPlan .price.best-value:hover .price-amount {
	margin-right: -20px;
	margin-left: -20px;
	border-color: #939598;
	background: #939598;
}

.price.best-value .price-feature li,
.price.best-value:hover .price-feature li {
	color: #222;
}

.proPlan .price.best-value .price-button{
	background: var(--red-text);
	color: #fff;
}

.price:hover .price-amount,
.proPlan .price.best-value:hover .price-button {
	background: #939598;
	color: #fff;
}

.price.best-value .price-label {
	background: var(--red-text);
	color: #fff;
}

ul.pricing .price .external-title{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
ul.pricing .price .external-title.left-align{
    justify-content: left;
}
ul.pricing .price .feature-title.feature-img, ul.pricing .price .external-title .feature-title {
	margin: 0;
	padding: 0;
	text-transform: inherit;
}
ul.pricing .price .feature-title h5{
	transform: inherit;
}
ul.pricing .price h5{
	font-size: 12px;
	border-bottom: 1px dashed #dedede;
}
ul.pricing .price .external-title span {
	 margin: 0;
}
ul.pricing .price .external-title .icon {
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	margin: -10px;
	cursor: pointer;
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-right: 8px;
}
ul.pricing .price .external-title .icon.icon-plus {
	margin-left: 22px;
}
#slider {
	width: 200px;
}
ul.pricing .price.best-value {
	margin-top: 0;
}
ul.pricing .price {
	margin-top: 0;
}
.noUi-connects{
	border: 0px solid #D3D3D3;
}
.noUi-target {
	border: none;
	box-shadow: none;
}
.price.best-value .price-title {
	 margin-bottom: 12px;
}
.line-through{
	text-decoration: line-through;
    color: #afafaf
}
ul.pricing .price h5.feature-title-standart-features{
	font-weight: bold;
}
ul.pricing .price h5.feature-title-help{
	border-bottom: 0px;
}

ul.pricing .external-title .agents,
ul.pricing .external-title .brands,
ul.pricing .external-title .e3plan,
ul.pricing .external-title .eyespylive, ul.pricing .external-title .eyespyplay, ul.pricing .external-title .tours, ul.pricing .external-title .images ,ul.pricing .external-title .title, ul.pricing .external-title .planprice{
	margin: 0;
	padding: 0;
}
ul.pricing .external-title .e3plan-text{
    padding-right: 3px;
}
ul.pricing .price .price-title{
	font-weight: bold;
}
/* -- */


.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.overlay-scale.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

a.contact-trigger {
	cursor: pointer;
}

a.overlay-close,a.privacy-overlay-close,a.terms-overlay-close,a.tour-overlay-close,a.tour-second-overlay-close,a.tour-third-overlay-close {
	position: fixed;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

a.overlay-close:hover,a.privacy-overlay-close:hover,a.terms-overlay-close:hover,a.tour-overlay-close:hover,a.tour-third-overlay-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.contact-content {
	margin-top: 108px;
	margin-bottom: 120px;
}

.contact-content,
.contact-content h2,
.contact-content p {
	color: #fff;
}

.contact-content h2 {
	margin-bottom: 36px;
}

.contact-form {
	margin: 50px 0;
}

.contact-form .contact-input,
.contact-form textarea,
.contact-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus,
.contact-form .submit-btn:focus {
	outline: none;
	border: none;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus {
	background: #515459;
}

.contact-form .contact-input {
	margin-bottom: 15px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #52555a;
}

.contact-form textarea {
	margin-bottom: 24px;
	padding: 20px;
	width: 100%;
	background: #42454a;
}

.contact-form .submit-btn {
	min-width: 170px;
	height: 50px;
	background: var(--red-text);
	font-size: 20px;
}

.contact-form .submit-btn:hover {
	background: #939598;
}


.contact-form .submit-btn:hover:before {
	left: 75%;
}

.required-field {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.required-field:after {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--red-text);
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-field.field-error:after {
	background: #cc3530;
	/*
	box-shadow: inset 0 0 0 2px #cc3530;
	*/
	color: #cc3530;
}

.submit-btn.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: not-allowed;
	pointer-events: none;
}
/* -- */

/* 2.8 Alert Notification */
.notif-box {
	position: fixed;
	top: 0;
	z-index: 99999;
	padding: 22px;
	width: 100%;
	font-size: 90%;
	line-height: 1.4;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.notif-box.show-up {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.notif-box p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 3.2em;
	font-size: 1.2em;
}

.notif-box span.notif-icon{
	position: absolute;
	top: 50%;
	left: .6em;
	display: block;
	font-size: 28px;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.notif-box.show-up span.notif-icon {
	opacity: 1;
}

.notif-box a.notification-close {
	position: absolute;
	top: 15%;
	right: 1em;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

.notif-box a.notification-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#error-notification,
#subscribe-error-notification,
#hero-error-notification {
	background: #cc3530;
	color: rgba(250, 251, 255, 0.95);
}

#error-notification.notif-box,
#subscribe-error-notification.notif-box,
#hero-error-notification.notif-box {
	box-shadow: inset 4.5em 0 #b80d07;
}

#success-notification,
#subscribe-success-notification,
#hero-success-notification {
	background: var(--red-text);
	color: rgba(250, 251, 255, 0.95);
}

#success-notification.notif-box
#subscribe-success-notification.notif-box,
#hero-success-notification.notif-box {
	box-shadow: inset 4.5em 0 #13a0db;
}
/* -- */

/* 2.9 Lightbox Modal */
#swipebox-overlay {
 	background: #292c33;
}

#swipebox-title {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	background: rgba(41, 44, 51, 0.85);
	text-shadow: none;
	opacity: 1;
}

#swipebox-close {
	position: absolute;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

#swipebox-prev,
#swipebox-next {
	background: none !important;
}

#swipebox-prev:before,
#swipebox-next:before {
	color: #fff;
	font-size: 26px;
	font-family: "Icomoon";
	line-height: 2em;
}

#swipebox-prev:before {
	content: "\e629";
}

#swipebox-next:before {
	content: "\e62a";
}

#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* 2.10 Attention Box */
.attention-box {
	padding: 13px 0;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f7f7f9;
	background-clip: padding-box;
	text-align: center;
}

.attention-box h5,
.attention-box p,
.attention-box a {
	display: inline-block;
	margin: 0;
}

.attention-box p {
	margin: 0 14px;
}

/* 2.11 Progress Bar */
.progress-title {
	margin-bottom: 3px;
}

.progress {
	margin-bottom: 24px;
	height: 8px;
	background: #d8dce0;
	background-clip: padding-box;
	box-shadow: none;
}

.progress-bar {
	box-shadow: none;
}

.blue-progress-bar {
	background-color: var(--red-text);
}

.orange-progress-bar {
	background-color: var(--red-text);
}

.red-progress-bar {
	background-color: #ff5b5b;
}

.teal-progress-bar {
	background-color: #008989;
}

.grey-progress-bar {
	background-color: #757679;
}

/* 2.12 To Top Button */
#to-top {
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 1;
	padding: 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: rgba(34, 34, 34, 0.8);
	color: #fff;
	font-size: 30px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}

#to-top:hover {
	background: var(--red-text);
}

/**
 * 3.0 HEADER & HERO SECTION
 * -----------------------------------------------------------------------------
 */
header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
	padding: 37px 0;
}

.the-origin-header a.logo {
	display: inline-block;
}

.header-clone {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: #222;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-stick {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

/* .header-clone .logo img {
	position: absolute;
	top: 3px;
	margin-top: -9px;
	width: 70px;
} */

.header-clone a.menu-toggle {
	padding: 3px 0px;
}

/* 3.1 Menu Toggle */
a.menu-toggle {
	padding: 14px 0;
	color: #fff;
	font-size: 18px;
}

a.menu-toggle:hover {
	color: #eee;
	text-decoration: none;
}

a.menu-toggle span {
	padding-left: 10px;
	vertical-align: text-top;
	font-size: 19px;
}
/* -- */

/* 3.2 Navigation */
#nav-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	padding: 45px 40px;
	width: 260px;
	height: 100%;
	background-color: #292c33;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#nav-wrapper.nav-wrapper-opened {
	z-index: 999;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

.nav-close {
	display: none;
	color: #fff;
	font-size: 24px;
}

.nav-close:hover,
.nav-close:focus {
	color: #fff;
}

.touch .nav-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px;
	width: 40px;
	height: 40px;
	background: #CC3530;
	text-align: center;
}

.main-nav {
	margin-bottom: 55px;
}

.main-nav li {
	margin-bottom: 18px;
}

.main-nav li a {
	font-weight: 100;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.main-nav li a,
.secondary-nav li a {
	color: #777;
}

.main-nav li a:hover,
.secondary-nav li a:hover {
	color: #fff;
}

.secondary-nav li {
	margin-bottom: 10px;
}

.main-nav .dropdown:before {
	position: absolute;
	top: 4px;
	left: -25px;
	color: #fff;
	content: "\e621";
	font-size: 18px;
	font-family: "Icomoon";
	line-height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-nav .dropdown.active:before {
	content: "\e62c";
}

.main-nav .dropdown-menu {
	position: relative;
	top: 0;
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -40px;
	padding: 15px 20px;
	min-width: 260px;
	width: 100%;
	border: none;
	background: #222;
	box-shadow: none;
}

.main-nav .dropdown-menu li {
	margin-bottom: 10px;
	color: #777;
}

.main-nav .dropdown-menu li:last-child {
	margin-bottom: 0;
}

.main-nav .dropdown-menu li a {
	color: #eee;
	text-transform: none !important;
	font-size: 14px;
}

.main-nav .dropdown-menu li a:hover {
	background: none;
	color: #fff;
}
/* -- */

/* 3.2.1 Navigation Bar */
.navbar-nav>li {
	margin-left: 40px;
}

.navbar-nav>li>a, .navbar-nav>li>.dropdown span{
	color: #fff;
	font-size: 13px;
	text-shadow: 2px 1px 0 rgba(125,116,107,.75);
	font-family: "Montserrat", sans-serif;
}

.navbar-nav>li>select {
	background: #222;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav>li .dropdown-toggle {
	background: none;
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: unset;
	border-radius: 0;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    text-shadow: 2px 1px 0 rgba(125, 116, 107, 0.75);
}

.header-clone>div>#navbar>ul.navbar-nav.all-caps.pull-right>li  .dropdown-toggle{
    text-shadow: none;
}

.navbar-nav>li .dropdown-menu {
	background: #222;
	width: 100%;
	min-width: 235px;
	top: 100%;
	left: -10px;
}
.navbar-nav>li .dropdown-menu>a {
	color: #fff;
	padding: 10px;
	display: block;
}
.navbar-nav>li .dropdown-menu>a:hover {
	color: var(--red-text);
}

.navbar-nav>li .dropdown-toggle:active:focus, .navbar-nav>li .dropdown-toggle:focus {
	outline: none;
}

.header-clone .navbar-nav>li>a:hover,
.header-clone .navbar-nav>li.current>a {
	color: var(--red-text);
}

.navbar-nav>li .dropdown button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-nav>li .dropdown button i {
	margin-left: 5px;
}
.navbar-header {
	margin-top: 0;
	a.logo {
		img {
			height: 36px; 
		}
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-top: 0;
}

.header-clone .container-fluid>.navbar-collapse,
.header-clone .container-fluid>.navbar-header,
.header-clone .container>.navbar-collapse,
.header-clone .container>.navbar-header {
	margin-top: 3px;
}

.header-clone .navbar-header .logo img {
	top: 12px;
}

.navbar-toggle {
	margin: 0;
	padding: 0;
	margin-top: -2px;
}

.navbar-toggle span {
	color: #fff;
	font-size: 24px;
}

/* -- */
#hero {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 100vh;
	color: #fff;
	background-size: cover !important;
}

#hero .container {
  	height: 580px;
}

#hero .container .header-label-block{
	margin-top: 8vh;
}
#hero .container .text-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(100% - min(20vh, 400px));
	margin-top: min(20vh, 200px);
}
.seller-pfg #hero .container .text-block,
.seller-c21 #hero .container .text-block,
.seller-car #hero .container .text-block,
.seller-exp #hero .container .text-block,
.seller-remax #hero .container .text-block,
.seller-remax_europe #hero .container .text-block,
.seller-remax_europe #hero .container .text-block{
	height: calc(100% - min(20vh, 200px));
	margin-top: min(15vh, 100px);
}

.color-overlay {
	background: rgba(34, 34, 34, 0.5);
}

.hero-split-left,
.hero-split-right {
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 34, 0.7);
}

.hero-split-left {
	left: 0;
}

.hero-split-right {
	right: 0;
}

/* 3.3 Hero Background */
/* .hero-subscribe-layout #hero,
.creative-layout #hero,
.event-layout #hero {
	background: url(../images/stocks/stock.jpg) center center no-repeat;
	background-attachment: fixed !important;
	background-position: center top;
} */

.hero-form-layout #hero {
	background: url(../images/stocks/stock3.jpg) no-repeat center center fixed;
}

.app-layout #hero {
	background: url(../images/stocks/stock5.jpg) no-repeat center center fixed;
}

/* Session Video Background*/
.video-bg-section {
	background: none !important;
	background-color: #222 !important;
}

/* .touch #hero.video-bg-section {
	background: url(../images/video-poster.jpg) center center no-repeat !important;
	background-size: cover !important;
} */
/* -- */


.hero-content p.lead {
	margin-bottom: 13px;
}

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
	color: #fff;
}
.hero-content .h1,
.hero-content .h2,
.hero-content .h3,
.hero-content .h4,
.hero-content .h5,
.hero-content .h6 {
	color: #fff;
}

.hero-form-layout .hero-content h2 {
	margin-top: 5px;
	line-height: 1.2em;
}

/* 3.4 Hero Subscribe Form */
.hero-subscribe-wrapper {
	margin-top: 16px;
	margin-bottom: 27px;
}

.hero-subscribe-wrapper form .input-group input {
	padding: 25px;
	max-width: 500px;
	height: 70px;
	border: none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(255,255,255,.80);
	background-clip: padding-box;
	box-shadow: none;
	color: #444;
	font-size: 24px;
}

.realtor-pricing .hero-subscribe-wrapper {
	margin-left: 4.15%;
}
.realtor-pricing .hero-subscribe-wrapper form .input-group input {
	padding-right: 0;
}

.hero-subscribe-wrapper form .input-group input::-webkit-input-placeholder {
   color: #777;
}

.hero-subscribe-wrapper form .input-group input:-moz-placeholder { /* Firefox 18- */
   color: #777;
}

.hero-subscribe-wrapper form .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}

.hero-subscribe-wrapper form .input-group input:-ms-input-placeholder {
   color: #777;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe {
	position: relative;
	overflow: hidden;
	margin-left: 0;
	width: auto;
	height: 70px;
	padding: 0 5vw;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	background-color: var(--red-text);
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-overflow: ellipsis;
	font-size: clamp(12px, 4vw, 24px);
	max-width: 90vw;
	margin: 0 auto;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:hover,
.hero-subscribe-wrapper form .input-group .btn-subscribe:focus,
.hero-subscribe-wrapper form .input-group .btn-subscribe:active {
	outline: none;
	background-color: #ea262c;
	box-shadow: none;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:before {
	position: absolute;
	top: 11%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 992px){
	.hero-subscribe-wrapper form .input-group .btn-subscribe:before  {
		top: 28%;
	}
}


.hero-subscribe-wrapper form .input-group .btn-subscribe:hover:before {
	left: 90%;
}

.hero-subscribe-wrapper .helper-text {
	display: block;
	margin-top: 11px;
	color: #342f27;
}
/* -- */
/* 3.41 Hero Form */
.hero-subscribe-wrapper-pricing form .input-group input{
    padding: 0 25px;
	height: 35px;
	border: 1px solid;
}
.hero-subscribe-wrapper-pricing form .input-group .btn-subscribe{
	height: 35px;
}
.hero-subscribe-wrapper-pricing .register-modal-term {
	 text-shadow: none;
}
.hero-subscribe-wrapper-pricing  form .input-group .btn-subscribe:before{
	top: 2%;
	height: 50%;
	font-size: 50%;
}
@media (max-width: 992px){
	.hero-subscribe-wrapper-pricing  form .input-group .btn-subscribe:before{
		top: 30%;
	}
}

/* -- */
/* 3.5 Hero Form */
.register-form .hero-input,
.register-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.register-form .hero-input:focus,
.register-form .submit-btn:focus {
	outline: none;
	border: none;
}

.register-form .hero-input {
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
}

.register-form .hero-input::-webkit-input-placeholder {
	color:#fff;
}

.register-form .hero-input::-moz-placeholder {
	color:#fff;
}

.register-form .hero-input:-ms-input-placeholder {
	color:#fff;
}

.register-form .hero-input:-moz-placeholder {
	color:#fff;
}

.register-form .submit-btn {
	width: 100%;
	height: 50px;
	background: var(--red-text);
	text-transform: uppercase;
	font-size: 20px;
}
/* -- */

.hero-content a.cta {
	display: inline-block;
	margin-top: 88px;
}

.hero-content a.cta span {
	padding-left: 5px;
	vertical-align: text-bottom;
	font-size: 1.2em;
}

/* 3.6 Creative Layouts Hero CTA Content */
.creative-layout .inline-cta a.cta {
	margin-top: 0;
}

#hero a.cta-stroke {
	border-color: #fff;
	color: #fff;
}

#hero .scroll-link {
	display: inline-block;
	margin-top: 88px;
	color: #fff;
	font-size: 30px;
}

a.scroll-link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*--*/

/* 3.7 Hero App Layout */
.hero-mockup {
	margin: 0 auto;
	max-width: 275px;
}

.hero-mockup img  {
	width: 100%;
}

.app-layout .hero-content {
	margin-top: 93px;
}

.hero-app-content-right {
	padding: 55px 25px;
}

/* 3.8 Animated Headline */
.animated-headline {
	margin-top: -28px;
}

.animated-words-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100% !important;
	vertical-align: top;
	text-align: left;
}

.animated-words-wrapper b {
	position: absolute;
	top: .2em;
	display: inline-block;
	white-space: nowrap;
	opacity: 0;
}

.animated-headline.slide b {
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.animated-words-wrapper b.is-visible {
	position: relative;
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
}

.animated-words-wrapper b.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
}

.no-js .animated-words-wrapper b {
	opacity: 0;
}

.no-js .animated-words-wrapper b.is-visible {
	opacity: 1;
}

/* animated slide keyframes */
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.hero-content-block{
	margin-bottom: 20px;
}
/* 3.9 Hero Event Layout */
.event-hero-info{

}

.event-hero-info small {
	font-size: 18px;
	margin-right: 35px;
}

.event-hero-info small span {
	color: var(--red-text);
	margin-right: 20px;
}

.event-layout .hero-content a.cta {
	margin-top: 75px;
}

/* 3.10 Video Background */
.video-bg-section {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/**
 * 4.0 TOP CLIENT LOGO
 * -----------------------------------------------------------------------------
 */
#top-client {
	padding: 15px 0;
	background: #202528;
}

.client-logo h5 {
	padding-top: 25px;
	color: #ffffff;
}
.client-logo .h5 {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-align: start;
	margin-bottom: 0;
}
.client-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	.client-logo {
		align-items: center;
		flex-wrap: wrap;
	}
	.client-logo img {
		/*max-width: 150%;*/
	}
	.client-logo .h5 {
		text-align: center;
		font-size: 14px;
	}
	.client-logo {
		justify-content: SPACE-AROUND;
	}
}

.the-logo {

}


/**
 * 5.0 WHAT WE DO SECTION
 * -----------------------------------------------------------------------------
 */
#what-we-do {
	position: relative;
	overflow: hidden;
}

/* 5.1 What We Do on Form Layout */
.hero-form-layout #what-we-do {
	padding-top: 30px;
}
/* -- */

#what-we-do:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 279px;
	height: 693px;
	background: url(../images/mockup/ipad-cover.png) no-repeat;
	content: "";
}

#what-we-do:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 306px;
	height: 665px;
	background: url(../images/mockup/paper-mockup.png) no-repeat;
	content: "";
}

.hero-form-layout #what-we-do:before,
.hero-form-layout #what-we-do:after {
	top: auto;
	bottom: -11em;
}

.hero-form-layout .attention-box {
	  margin-bottom: 55px;
}


/* 5.2 Introduction on App Layout */
#introduction {
	position: relative;
	overflow: hidden;
}

#introduction .landscape-iframe-modal {
	display: none;
}
#introduction .landscape-iframe .lds-ring::after {
	content: "Virtual Tour Loading";
	color: #ffffff;
	left: 50px;
	top: 25px;
	font-weight: bold;
	position: absolute;
	font-size: 22px;
	word-wrap: break-word;
	width: 278px;
}
#introduction .landscape-iframe .lds-ring{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc( 100% - 188px), -50%);
}
#introduction .landscape-iframe {
	display: block;
}
#introduction .landscape-iframe {
	display: inline-block;
	position: relative;
}
#introduction .landscape-iframe img {
	min-width: 990px;
}
#introduction .landscape-iframe iframe{
	position: absolute;
	width: calc( 100% - 9%);
	height: calc( 100% - 9.4% );
	left: 4.7%;
	top: 4.5%;
	border-radius: 12px;
}
@media (max-width: 1100px) {
	#introduction .landscape-iframe img {
		min-width: 768px;
	}
}
@media (max-width: 800px) {
	#introduction .landscape-iframe img {
		min-width: 700px;
	}
}
@media (max-width: 768px) {
	#introduction .landscape-iframe-modal {
		display: block;
	}
	#introduction .landscape-iframe {
		display: none;
	}
}

.app-layout #introduction {
	padding-bottom: 662px;
}

.app-layout #introduction:after {
	position: absolute;
	bottom: -56px;
	left: 0;
	width: 100%;
	height: 665px;
	background: url(../images/mockup/apps-perspectives-mockup-wide.png) top center no-repeat;
	content: "";
}

/* 5.3 Introduction on Event Layout */
.event-layout #introduction {
	padding-bottom: 0;
}

/**
 * 6.0 HOW IT WORKS SECTION
 * -----------------------------------------------------------------------------
 */
#how-it-works {
	padding: 0;
}

ul.how-it-works-col li {
	float: left;
	padding: 120px 0 100px;
}

.how-it-works-title img {
	margin-bottom: 30px;
}

.how-it-works-title h4 {
	margin-bottom: 10px;
}

.how-it-works-info {
	position: absolute;
	top: 0;
	visibility: hidden;
	padding: 113px 8%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

.how-it-works-info,
.how-it-works-info h4,
.how-it-works-info p,
.how-it-works-info p strong {
	color: #fff;
}

.how-it-works-info h4 {
	margin-bottom: 26px;
}

ul.how-it-works-col li:first-child .how-it-works-info:after,
ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
	display: block;
	margin-top: 32px;
	width: 100%;
	height: 50px;
	background: url(../images/arrow.png) no-repeat right;
	content: "";
}

.how-it-works-info .cta {
	margin-top: 7px;
	-webkit-transition: none;
	transition: none;
}

ul.how-it-works-col li:hover .how-it-works-title {
	opacity: 0;
}

ul.how-it-works-col li:hover .how-it-works-info {
	visibility: visible;
}

/* 6.1 How It Works info hover transitions/animations */
.how-it-works-info p,
.how-it-works-info p strong {
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}

.how-it-works-info h4,
.how-it-works-info .cta,
ul.how-it-works-col li:first-child .how-it-works-info:after,
ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
	-webkit-transform: translateY(60%);
	-ms-transform: translateY(60%);
	transform: translateY(60%);
}

ul.how-it-works-col li:hover .how-it-works-info h4,
ul.how-it-works-col li:hover .how-it-works-info p,
ul.how-it-works-col li:hover .how-it-works-info p strong {
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

ul.how-it-works-col li:hover .how-it-works-info .cta,
ul.how-it-works-col li:hover:first-child .how-it-works-info:after,
ul.how-it-works-col li:hover:nth-child(2) .how-it-works-info:after {
	-webkit-transition: all 0.32s ease-in-out;
	transition: all 0.32s ease-in-out;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
/* -- */

/* 6.2 How It Works hover background */
ul.how-it-works-col li:first-child:hover {
	background: url(../images/stocks/stock1.jpg) no-repeat center center;
}

ul.how-it-works-col li:nth-child(2):hover {
	background: url(../images/stocks/stock2.jpg) no-repeat center center;
}

ul.how-it-works-col li:last-child:hover {
	background: url(../images/stocks/stock3.jpg) no-repeat center center;
}

/* 7.1 Feature Icon on Hero Form Layout */
.hero-form-layout .the-feature {
	margin-bottom: 15px;
}

.hero-form-layout .feature-icon {
	display: flex;
	flex-direction: column;
	min-height: 125px;
	font-size: 48px;
	justify-content: center;
	align-items: center;
}

.hero-form-layout .feature-title {
	margin-top: 0;
}
/* -- */

.the-feature,
.feature-icon,
.feature-title {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}



.the-feature a p {
	margin-bottom: 0;
	color: #777;
}

.the-feature:hover .feature-icon {
	color: #222;
	cursor: default;
}

.the-feature:hover .feature-title {
	color: var(--red-text);
}

.side-feature-icon span[class^="icon-"] {
	display: block;
	margin-top: 28px;
	font-size: 65px;
}

.side-feature-info h4 {
	margin-bottom: 5px;
}
/* -- */

/* 7.2 The Feature on App Layout */
.app-layout .the-feature {
	margin-top: -15px;
	margin-bottom: 32px;
}
.left-features .the-feature {
	text-align: right;
}

/**
  * 8.0 FEATURETTES SECTION
  * -----------------------------------------------------------------------------
  */

/* 8.1 Featurettes Quote */
.featurettes-quote-wrapper {
	height: 500px;
	background: url(../images/stocks/stock2.jpg) no-repeat center center;
	background-size: cover;
}

.featurettes-quote-wrapper .vertical-center-content {
	background: rgba(26, 169, 230, 0.85);
}

.featurettes-quote {
	padding: 0 75px;
	color: #fff;
	font-style: italic;
	font-size: 24px;
	font-family: "Droid Serif", serif;
	line-height: 36px;
}

.featurettes-quote-author {
	margin-top: 45px;
	margin-bottom: 0;
	color: #fff;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
}

/**
  * 9.0 COUNTER
  * -----------------------------------------------------------------------------
  */

#counter {
	background: url(../images/stocks/stock4.jpg) center center no-repeat;
}

#counter .breaking-content {
	padding-bottom: 70px;
}

.counter-icon {
	display: block;
	margin-bottom: 26px;
	font-size: 70px;
}

.counter {
	display: block;
	margin-bottom: 13px;
	letter-spacing: 1px;
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
}

.counter-title {
	display: block;
	font-size: 24px;
}

/**
  * 10.0 BREAKOUT
  * -----------------------------------------------------------------------------
  */

/*#breakout {*/
	/*background: url(../images/stocks/stock3.jpg) center center no-repeat;*/
/*}*/

/* 10.1 App Layout Breakout */
.app-layout #breakout {
	background: url(../images/stocks/stock2.jpg) no-repeat center center;
}

/* -- */

/* 10.2 Event Layout Breakout */
ul.countdown-timer {
	margin-bottom: 40px;
}

ul.countdown-timer li {
	position: relative;
	display: inline-block;
	margin: 0 35px;
	min-width: 100px;
	font-size: 24px;
}

ul.countdown-timer li span.time-number {
	display: block;
	margin-bottom: 8px;
	font-size: 72px;
	font-family: "Montserrat", sans-serif;
}

ul.countdown-timer li span.time-name {

}
/* -- */

#breakout p.sub-lead {
	margin-top: 25px;
	margin-bottom: 30px;
}

/**
  * 11.0 PRICING & SECTION TABS
  * -----------------------------------------------------------------------------
  */

#tab-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}

.section-tab .panel-group {
	margin-top: 5px;
}

.browser-mockup-wrapper {
	position: relative;
}

.browser-mockup-wrapper .play-btn {
	position: absolute;
	top: 56%;
	left: 47%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.section-tab .side-feature {
	margin-bottom: 47px;
}

.perspective-mockup-bg:before {
	position: absolute;
	width: 787px;
	height: 625px;
	background: url(../images/mockup/perspective-app-mockup.png) no-repeat;
	content: "";
}

/* 11.1 Why Us Section on App Layout */
#why-us,
#why-us-2 {
	overflow: hidden;
	padding-bottom: 0;
}

.why-us-content {
	padding-top: 80px;
}

.why-us-icon {
	display: inline-block;
	margin-bottom: 30px;
	padding: 17px;
	border: 3px solid var(--red-text);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: var(--red-text);
	font-size: 70px;
}

.why-us-content h3 {
	margin-bottom: 25px;
	line-height: 1.3em;
}

.half-phone-mockup {
	margin: 0 auto;
	max-width: 450px;
}


/* 11.2 Event Session */
.session-wrapper {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	/*margin-left: 15px;*/
	/*margin-right: 15px;*/
}


.session-meta-thumbnail {

}

.session-meta-thumbnail .color-overlay {
	background: rgba(34, 34, 34, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
}

.session-meta-thumbnail img {

}

.session-meta > .session-meta-info {
	position: absolute;
	z-index: 2;
	top: 0;
	padding: 26px 30px 26px 45px;
	width: 100%;
	color: #fff;
}

.session-meta > .session-meta-info > .session-info-time {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.session-meta > .session-meta-info > .session-info-time > span {
	font-size: 18px;
    margin-right: 12px;
    color: var(--red-text);
}

.session-meta > .session-meta-info > .session-info-place {
	font-size: 18px;
}

.session-meta > .session-meta-info > .session-info-place > span {
	font-size: 17px;
    margin-right: 13px;
    color: var(--red-text);
}

.session-description {
	padding: 22px 45px 22px 30px;
}

h4.session-title {
	margin-bottom: 15px;
}
.h4.session-title {
	margin-bottom: 15px;
}

.session-speaker {
	font-size: 14px;
	font-family: "Droid Serif", serif;
	font-style: italic;
	color: #999;
	margin-top: -4px;
}

.session-speaker span {
	color: #222;
	margin-right: 6px;
	font-size: 16px;
}

.session-break {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    border: 3px dashed #dfe0e0;
}

.session-break .session-description {
	padding-right: 30px;
}

.session-break .session-break-time {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: var(--red-text);
}

.session-break .session-break-time span {
    font-size: 18px;
    margin-right: 8px;
}

.session-break .session-break-title {
	margin-bottom: 0;
}

/**
  * 12.0 OUR TEAM SECTION
  * -----------------------------------------------------------------------------
  */

#our-team {
	padding-bottom: 60px;
}
.the-team-wrapper {
	margin-top: 62px;
}

#team_grid {
	margin-top: 8px;
}

ul.filter {
	margin-top: 25px;
}

ul.filter li {
	margin-bottom: 10px;
}

ul.filter li a {
	color: #777;
}

ul.filter li a:hover {
	color: #222;
}

ul.filter li.current a {
	color: var(--red-text);
}

.mobile-filter-select {
	position: relative;
	z-index: 12;
	display: block;
	margin: 0 auto;
	padding: 13px 20px;
	width: 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-align: center;
	text-decoration: none;
}

.mobile-filter-select:hover {
	background: #dfe0e0;
}

.mobile-filter-select.select-active {
	background: var(--red-text);
}

.mobile-filter-select.select-active:hover {
	background: #939598;
}

.mobile-filter-select h4 {
	margin: 0;
	color: #777;
}

.mobile-filter-select.select-active h4 {
	color: #fff;
}

.mobile-filter-select span {
	margin-left: 10px;
}

.team-item {
	margin-bottom: 20px;
}

.team-item-content {
	position: relative;
	overflow: hidden;
}

.team-item-content img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.team-item:hover .team-item-content img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-info {
	position: absolute;
	top: 78%;
	width: 100%;
	height: 100%;
	padding: 14px 20px 20px;
	background-color: rgba(34,34,34,.87);
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.team-item:hover .team-info {
	top: 0;
}

.team-info h6 {
	margin-top: 5px;
	margin-bottom: 23px;
	color: #fff;
}

.team-info h6:after {
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	width: 30px;
	height: 1px;
	background: #fff;
	content: "";
}

.team-info small {
	font-style: italic;
	font-size: 13px;
}

ul.team-social {
	margin-top: 16px;
}

ul.team-social li {
	display: inline-block;
	margin: 8px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.team-social li a {
	display: block;
	padding: 8px 9px;
	color: #fff;
	font-size: 20px;
	line-height: .8em;
}

/* 12.1 App Layout Carousel */
#screenshots {
	padding-bottom: 68px;
}

.app-carousel {
	margin-top: 115px;
	margin-bottom: 164px;
}

.slick-slide {
	width: 295px;
}

.slick-dots {
	position: absolute;
	bottom: -175px;
	z-index: 4;
}

.slick-dots li button:before {
	left: auto;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #777;
	content: "";
	opacity: 1;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;

}

.slick-dots li button:hover:before {
	background: #222;
	box-shadow: 0 0 0 2px #222;
}

.slick-dots li.slick-active button:before {
	background: var(--red-text);
	box-shadow: 0 0 0 4px var(--red-text);
}

.phone-frame {
	position: absolute;
	top: 6px;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.phone-frame img {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 350px;
}

.app-carousel:before {
	position: absolute;
	top: 0;
	right: 59%;
	z-index: 2;
	display: block;
	width: 500%;
	height: 100%;
	background: rgba(255, 255, 255, 0.86);
	content: "";
}

.app-carousel:after {
	position: absolute;
	top: 0;
	left: 59%;
	z-index: 2;
	display: block;
	width: 500%;
	height: 100%;
	background: rgba(255, 255, 255, 0.86);
	content: "";
}

/**
  * 13.0 CUSTOMER STORIES/LOGOS SECTION
  * -----------------------------------------------------------------------------
  */

.customer-box-wrapper {
	margin-top: 5px;
}

div.customer-logos {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 0;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

/*.customer-logos div {*/
	/*position: relative;*/
	/*overflow: hidden;*/
	/*width: 300px;*/
	/*height: 200px;*/
	/*margin:10px;*/
/*}*/

/*ul.customer-logos div.center-customer-logo {*/
	/*border-right: 1px solid #ccc;*/
	/*border-left: 1px solid #ccc;*/
/*}*/

ul.customer-logos .vertical-center-content {
	width: 300px;
}
.customer-quote {
	position: absolute;
	top: 14%;
	padding: 0 30px;
	/*opacity: 0;*/
}

.customer-quote:before {
	display: block;
	margin-bottom: 18px;
	color: #222;
	content: '';
	font-size: 18px;
	font-family: "Icomoon";
}

.customer-quote h5 {
	margin-bottom: 15px;
}

.customer-quote small {
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}

.customer-quote .customer-link {
	display: block;
	margin-top: 17px;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

.customer-quote .customer-link a {
	color: #222;
}

.customer-quote,
div.customer-logos div .customer-logo {
	-webkit-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

div.customer-logos div:hover .customer-logo {
	opacity: 1;
}

div.customer-logos div:hover .customer-quote {
	opacity: 1;
}

.customer-box-wrapper hr {
	margin: 0 auto;
	max-width: 900px;
}

/* 13.1 App Layout Customer Quote */
.app-layout .customer-quote:before {
	display: none;
}

.app-layout .customer-quote .customer-link {
	margin-top: 19px;
	font-family: "Varela Round", sans-serif;
}

.app-layout .customer-quote .customer-link a {
	color: var(--red-text);
}


/**
  * 14.0 PORTFOLIO SECTION
  * -----------------------------------------------------------------------------
  */
#portfolio {
	padding-bottom: 0;
}

ul.portfolio-filter {
	margin-bottom: 30px;
	text-align: center;
}

ul.portfolio-filter li {
	display: inline-block;
}

ul.portfolio-filter li a {
	position: relative;
	padding: 2px 15px;
	background-clip: padding-box;
	color: #777;
}

ul.portfolio-filter li a:hover {
	color: #222;
}

ul.portfolio-filter li.current a {
	display: block;
	color: var(--red-text);
}

ul.portfolio-filter li a:after {
	position: absolute;
	right: -12px;
	color: #222;
	content: "\e63a";
	font-family: "Icomoon";
}

ul.portfolio-filter li:last-child a:after {
	display: none;
}

.portfolio-list {
	margin-bottom: 0;
}

.portfolio-list .portfolio-item {
	float: left;
	width: 20%;
	background-color: #eee;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.portfolio-list .portfolio-item figure {
	position: relative;
	overflow: hidden;
}

.portfolio-list .portfolio-item figure img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.portfolio-list .portfolio-item figure:hover img,
.portfolio-list .portfolio-item figure:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-list .portfolio-item figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25% 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	text-align: center;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.portfolio-list figure:hover figcaption,
.portfolio-list figure:focus figcaption {
	opacity: 1;
}

.portfolio-list .portfolio-item figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -100px;
	width: 200px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
}

.portfolio-list figure:hover figcaption .caption-content,
.portfolio-list figure:focus figcaption .caption-content {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.portfolio-list:hover li {
	opacity: .25;
}

.portfolio-list .portfolio-item:hover  {
	opacity: 100;
}


.portfolio-list .portfolio-item.ext-link {
	padding: 15px;
	background-color: #ea4c89 !important;
}

/* 14.1 Portfolio External Link */
.ext-link figcaption {
	padding: 12.5% 0 !important;
	background: rgba(255, 255, 255, 0) !important;
	box-shadow: inset 0 0 0 5px #d12b6b;
	opacity: 1 !important;
	-webkit-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}

.portfolio-list .portfolio-item.ext-link figure:hover figcaption,
.portfolio-list .portfolio-item.ext-link figure:focus figcaption {
	box-shadow: inset 0 0 0 9px #d12b6b;
}

.ext-link figcaption .ext-link-content {
	padding: 15px;
	color: #fff;
	text-align: center;
}

.ext-link-content span {
	color: #d12b6b;
	font-size: 60px;
}

.ext-link-content p {
	margin: 14px 0;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.ext-link-content img {
	width: auto !important;
}

.portfolio-list .portfolio-item.ext-link figure:hover img,
.portfolio-list .portfolio-item.ext-link figure:focus img {
	transform: none !important;
}

/**
  * 15.0 FOOTER SUBSCRIBE
  * -----------------------------------------------------------------------------
  */

#subscribe-section {
	background: url(../images/stocks/stock2.jpg) center center no-repeat;
	background-position: center bottom;
}

.subscribe-icon {
	margin-top: 27px;
}

.subscribe-section-content h4{
	margin-top: -8px;
	margin-bottom: 26px;
}

.subscribe-section-content p {
	margin-bottom: 33px;
}

#footer-subscribe input[type="email"],
#breaking-subscribe input[type="email"] {
	padding: 20px;
	max-width: 300px;
	height: 50px;
	border: none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(255, 255, 255, 0.25);
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}

#footer-subscribe .btn-subscribe,
#breaking-subscribe .btn-subscribe {
	position: relative;
	overflow: hidden;
	margin-left: 0;
	width: 170px;
	height: 50px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	background-color: var(--red-text);
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#footer-subscribe .btn-subscribe:hover,
#footer-subscribe .btn-subscribe:focus,
#footer-subscribe .btn-subscribe:active,
#breaking-subscribe .btn-subscribe:hover,
#breaking-subscribe .btn-subscribe:focus,
#breaking-subscribe .btn-subscribe:active {
	outline: none;
	background-color: var(--red-text);
	box-shadow: none;
}

#footer-subscribe .btn-subscribe:before,
#breaking-subscribe .btn-subscribe:before {
	position: absolute;
	top: 11%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#footer-subscribe .btn-subscribe:hover:before,
#breaking-subscribe .btn-subscribe:hover:before {
	left: 81%;
}

#breaking-subscribe {
	margin: 50px auto 10px;
	max-width: 41.11111%;
}

/* 15.1 Footer Widget */
#footer-widget-section {
	/*background: url(../images/stocks/stock2.jpg) center center no-repeat;*/
	background-position: center bottom;
	background-color:#000;
}

.footer-widget-wrapper {
	padding: 80px 0;
}

.widget,
.widget p {
	font-size: 14px;
	line-height: 1.5em;
}

.widget ul.link-list a {
	color: #fff;
}

.widget ul.link-list a:hover {
	color: var(--red-text);
}

ul.link-list li {
	position: relative;
	padding-left: 30px;
}

ul.link-list li:before {
    position: relative;
    margin-right: 5px;
    margin-left: -33px;
    color: var(--red-text);
    content: "\e63a";
    vertical-align: middle;
    font-size: 22px;
    font-family: "icomoon";
}

.widget #footer-subscribe input[type="email"] {
	height: 45px;
	font-size: 14px;
}

.widget #footer-subscribe .btn-subscribe {
	width: 58px;
	height: 45px;
}

.widget #footer-subscribe .btn-subscribe span {
	margin-left: -2px;
	font-size: 20px;
}

.widget #footer-subscribe .btn-subscribe:before {
	display: none;
}

.instagram {

}

.instagram li {
    float: left;
    width: 25%;
}

.instagram li img.instagram-image {
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.instagram li a:hover {
	opacity: .6;
}
/**
  * 16.0 MAIN FOOTER SECTION
  * -----------------------------------------------------------------------------
  */

#main-footer {
	bottom: 0;
	left: 0;
	z-index: 0;
	padding: 49px 0;
	width: 100%;
	-webkit-transition: all linear 300ms;
	-webkit-transition: 300ms;
	-moz-transition: all linear 300ms;
	-moz-transition: 300ms;
	-ms-transition: all linear 300ms;
	-ms-transition: 300ms;
	-o-transition: all linear 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

/* 16.1 App Layout Footer */
.footer-content {
	margin-bottom: 54px;
}
/* -- */



.copyright p,
.copyright .language {
	display: inline-block;
	font-size: 11px;
}

.copyright p {
	margin-bottom: 0;
}

.copyright .language:before {
	display: inline;
	margin-top: 2px;
	margin-right: 11px;
	margin-left: 9px;
	width: 1px;
	height: 10px;
	color: #777;
	content: "|";
	font-size: 18px;
	font-family: monospace;
}

.copyright .language span[class^="icon-"] {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 18px;
}

.copyright .language a {
	color: #777;
	cursor: pointer;
}

ul.language-selection {
	margin-bottom: 0;
}

#main-footer .popover {
	top: 25px;
	font-size: 12px;
}

#main-footer.footer-facebook-hovered {
	background: #3b5998 !important;
}

#main-footer.footer-twitter-hovered {
	background: #55acee !important;
}

#main-footer.footer-linkedin-hovered {
	background: #1769ff !important;
}

#main-footer.footer-instagram-hovered {
	background: #3f729B !important;
}

#main-footer.footer-google-hovered {
	background: #cc3732 !important;
}

#main-footer.footer-dribbble-hovered {
	background: #ea4c89 !important;
}

#main-footer.footer-pinterest-hovered {
	background: #cc2127 !important;
}
#main-footer.footer-youtube-hovered {
	background: #cc2127 !important;
}

#main-footer.footer-vimeo-hovered {
	background: #1ab7ea !important;
}

#main-footer.footer-facebook-hovered,
#main-footer.footer-facebook-hovered li a,
#main-footer.footer-facebook-hovered .copyright .language:before,
#main-footer.footer-facebook-hovered .copyright .language a,
#main-footer.footer-twitter-hovered,
#main-footer.footer-twitter-hovered li a,
#main-footer.footer-twitter-hovered .copyright .language:before,
#main-footer.footer-twitter-hovered .copyright .language a,
#main-footer.footer-linkedin-hovered,
#main-footer.footer-linkedin-hovered li a,
#main-footer.footer-linkedin-hovered .copyright .language:before,
#main-footer.footer-linkedin-hovered .copyright .language a,
#main-footer.footer-instagram-hovered,
#main-footer.footer-instagram-hovered li a,
#main-footer.footer-instagram-hovered .copyright .language:before,
#main-footer.footer-instagram-hovered .copyright .language a,
#main-footer.footer-google-hovered,
#main-footer.footer-google-hovered li a,
#main-footer.footer-google-hovered .copyright .language:before,
#main-footer.footer-google-hovered .copyright .language a,
#main-footer.footer-dribbble-hovered,
#main-footer.footer-dribbble-hovered li a,
#main-footer.footer-dribbble-hovered .copyright .language:before,
#main-footer.footer-dribbble-hovered .copyright .language a,
#main-footer.footer-pinterest-hovered,
#main-footer.footer-pinterest-hovered li a,
#main-footer.footer-pinterest-hovered .copyright .language:before,
#main-footer.footer-pinterest-hovered .copyright .language a,
#main-footer.footer-youtube-hovered,
#main-footer.footer-youtube-hovered li a,
#main-footer.footer-youtube-hovered .copyright .language:before,
#main-footer.footer-youtube-hovered .copyright .language a {
	color: #fff;
}

.header-clone>div>#navbar>ul.navbar-nav.all-caps.pull-right>li>a{
	text-shadow: none;
}
.text-shadow-icons {
	text-shadow: 1px 1px 1px rgba(125,116,107,.75);
}
/*.gray-text{*/
	/*color:#777!important;*/
/*}*/
/* carousel */
#quote-carousel
{
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
	right: 50%;
	top: auto;
	/*bottom: 0px;*/
	bottom: -50px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
	background: #333333;
}
#quote-carousel img
{
	width: 250px;
	height: 100px
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#quote-carousel
	{
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
		height:350px;
	}

    .the-feature .cta {
        float: right;
        padding: 5px 22px;
		margin-top: auto;
		position: absolute;
		bottom: 15px;
		right: 15px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}
.color-red{
	font-style: italic;
	font-family: "Droid Serif", serif;
}

.color-white{
	color:#fff;
}
.bx-wrapper, .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px transparent!important;
	-webkit-box-shadow: 0 0 5px transparent!important;
	box-shadow: 0 0 5px transparent!important;
	border: 5px solid transparent!important;
	background: transparent!important;
	padding-bottom: 10px;
	box-sizing: content-box;
}

.float-right{
    float: right;
}
iframe {
    max-width: 100%;
}



img.tour-thumb,a.external {
	cursor: pointer;

}


::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.pcm{
	font-size: 30%;
}


button.close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}
.view{
	/*margin: -20px -50px;*/
	/*position: absolute;*/
	/*width: 100px;*/
	/*bottom: -30px;*/
	/*left: 50%;*/
	cursor: pointer;
}
.color-white{
	color: white;
}

.p-5{
    padding-right: 5px;
}


.c-gray{
    /*color: #939598;*/
    color: #B8B8B8;
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.modal-header .close{
		right:25px;
		top:10px;
	}
	.modal-header .close:hover {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	.modal-open .modal{
		overflow: hidden;
	}
	.inner-container::-webkit-scrollbar {
		display: none;
		-ms-overflow-style: none;
	}
	.scroll-hide{
		height: 100%;
		width: 100%;
		overflow: auto;
	}
	.modal{
		right:0;
		left:-25px;
	}



}
/* Microsoft Edge Browser 12+ (All) - @supports method */

.videoWrapper {
	/* position: relative; */
	/* width: 100%; */
	height: 45vh;
	/* background-color: #000; */
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/*transform: translate(0%,20%);*/
	margin-top: 8%;
	/* padding: 2rem; */
	position: static;
}
/*.videoWrapper43 {*/
	/*padding-top: 75%;*/
/*}*/
/*.videoWrapper169 {*/
	/*padding-top: 56%;*/
/*}*/


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-header {
	border-bottom: none;
}

.scroll_frame {
    -webkit-overflow-scrolling:touch;
    width: 100%;
    height: 100%;
}

.modal-fullscreen .modal-dialog {
	width: 100%;
}

.modal-feature .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 2% 5% 5%;
	margin: 0;
}

.modal-feature .modal-content{
	background: transparent;
	box-shadow: none;
	border: none;
	width: 100%;
	height: 100%;
}

.modal-feature .modal-header{
    height: 50px;
    background: #222;
}
.modal-feature .modal-header button{
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 1;
}
.modal-feature .modal-body {
	padding: 0;
	width: 100%;
	height: calc(100% - 30px);;
	font-size: 0;
	background: #ffffff;
	min-height: 300px;
	overflow: hidden;
}

.modal-feature .modal-body iframe {
	width: 100%;
	height: 100%;
}

iframe{
	border-width: 0px;
}

.popover-content {
    font-size: 11px;
}

.popover-content a {
    color: #777;
}

iframe{
	border-width: 0px;
}
.f-h{
	height: 15em;
}
.navbar-nav>li {
	float: left;
	margin-left: 30px;
}
b{
	color:#fff;
}
small.pcm.pcm-w{
	color: #222;
	font-size: 40%;
}
.margin-bot-234{
	margin-bottom: 234px;
}
.bg-rgba-34{
	background: rgba(34, 34, 34, 0.5)
}

/*
	Template Name: Urip Landing Page (Responsive Layout)
	Template URI: http://worksofwisnu.com/theme-preview/urip
	Description: Modern and Professional HTML Landing Page Template
	Author: xWisnux (Works of Wisnu)
	Author URI: http://worksofwisnu.com
	Version: 3.0

*/

/**
 * 1.0 LARGE DEVICES (large desktops, 1200px and up)
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1441px) {
	/* MAIN FOOTER SECTION */
	#main-footer {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

@media (max-width: 1440px) {
	/* WHAT WE DO SECTION */
	#what-we-do:before {
		left: -4em;
	}

	#what-we-do:after {
		right: -4em;
	}
}

@media (max-width: 1383px) {
	/* FEATURETTES SECTION */
	.content-tab-wrapper .nav > li > a {
		padding: 11px 14px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover,
	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding: 12px 15px;
	}
}

@media (max-width: 1280px) {
	/* WHAT WE DO SECTION */
	#what-we-do:before {
		left: -5em;
	}

	#what-we-do:after {
		right: -5em;
	}
}

@media (max-width: 1208px) {
	/* WHAT WE DO SECTION */
	#what-we-do:before,
	#what-we-do:after {
		content: "";
		background: none;
		display: none;
	}
}

@media (min-width: 935px)and (max-width: 1023px) {
	.the-feature {
		/* margin-top: -10px; */
		margin-bottom: 0px;
		padding: 15px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
}
/**
 * 2.0 MEDIUM DEVICES (desktops, 992px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1199px) {
	/* BASIC STRUCTURE */
	.touch .breaking,
	.touch .hero-subscribe-layout #hero,
	.touch .creative-layout #hero,
	.touch .hero-form-layout #hero,
	.touch .app-layout #hero,
	.touch .event-layout #hero {
		background-attachment: inherit !important;
	}

	/* PRICING & SECTION TABS */
	.browser-mockup-wrapper .play-btn  {
		top: 45%;
	}

	/* OUR TEAM SECTION */
	.team-info {
		padding: 5px 10px;
	}

	.team-info h6 {
		margin-bottom: 10px;
	}

	.team-info small {
		font-size: 11px;
	}

	ul.team-social {
		margin-top: 4px;
		margin-bottom: 4px;
	}

	/* APP CAROUSEL */
	.phone-frame img {
		top: -22%;
	}

	/* CONTACT MODAL */
	.touch .contact-overlay {
		display: none;
	}

	.touch .contact-overlay.open {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* BASIC STRUCTURE */
	.two-blocks-col {
		padding: 28px 40px 0;
	}

	/* HEADER & HERO SECTION */
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 225px;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-info {
		padding-top: 71px;
		padding-bottom: 71px;
	}

	/* OUR FEATURES SECTION */
	.feature-title {
		font-size: 20px;
	}

	.side-feature-icon span[class^="icon-"] {
		margin-top: 7px;
	}

	/* FOOTER SUBSCRIBE */
	#footer-subscribe .btn-subscribe,
	#breaking-subscribe .btn-subscribe {
		width: 150px;
	}

}


/**
 * 3.0 SMALL DEVICES (tablets, 768px and up)
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1024px) {

	.float-right {
		float: left;
	}
}
@media (max-width: 1024px) {
	.videoPoster, .videoIframe {
		width: 100%;
		/*height: 25vh;*/
	}
}
@media (max-width: 1024px) {
	/* BASIC STRUCTURE */
	main#main-content {
		margin-bottom: 0 !important;
		box-shadow: none;
	}

	/* HEADER & HERO SECTION */
	.hero-form-layout .hero-content {
		padding-top: 45px;
	}

	.creative-layout .hero-content h1 {
		font-size: 42px;
	}

	.hero-app-content-right {
		padding-top: 0;
		padding-bottom: 0;
	}

	/* OUR FEATURES SECTION */
	.middle-phone-mockup {
		margin-top: 15vh;
	}

	/* FEATURETTES SECTION */
	.content-tab-wrapper .nav > li > a {
		padding: 10px 8px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover {
		padding: 11px 9px;
	}

	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding: 11px 9px;
	}

	/* WHY US SECTION */
	.half-phone-mockup {
		display: flex;
	}

	/* BREAKOUT SECTION */
	#breaking-subscribe {
		max-width: 50%;
	}

	/* MAIN FOOTER SECTION */
	#main-footer {
		position: relative;
	}
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
	.videoWrapper {
		height: 75vh;
	}
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
	.videoWrapper {
		height: 75vh;
	}

}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
	.videoWrapper {
		height: 25vh;
	}
}
@media all and (max-width: 991px) and (min-width: 768px) {
	.videoWrapper {
		height: 25vh;
	}
	.the-feature, .the-feature.zero-bottom {
		margin-bottom: 32px !important;
	}
}
@media (max-width: 991px) {
	.the-feature{
		text-align: center;
	}
	/* NAVIGATION BAR*/
	.navbar-header {
		float: none;
	}

	.navbar-left,.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav {
		float: none!important;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in{
		display:block !important;
	}

	.header-clone .container-fluid>.navbar-collapse,
	.header-clone .container-fluid>.navbar-header,
	.header-clone .container>.navbar-collapse,
	.header-clone .container>.navbar-header,
	.header-clone .container-fluid>.navbar-collapse.collapsing,
	.header-clone .container>.navbar-collapse.collapsing {
		margin-top: 5px;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		background-color: #292c33;
		margin-left: -24px;
		margin-right: -24px;
	}

	.collapsing .navbar-nav>li,
	.collapse.in .navbar-nav>li {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.header-navbar.header-clone {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}


	.header-navbar.the-origin-header {
		display: none !important;
	}

	/* WHY US SECTION */
	#why-us,
	#why-us-2 {
		text-align: center;
	}

	.half-phone-mockup {
		display: block;
		max-width: 100%;
		margin-bottom: 80px;
	}

	.half-phone-mockup img {
		max-width: 60%;
	}

	.half-phone-mockup:after {
		width: 100%;
		border: none;
		height: 1px;
		margin: 0 auto;
		text-align: center;
		background: #777;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #777), color-stop(100%, #fff));
		background: -webkit-linear-gradient(left, #fff 0%, #777 50%, #fff 100%);
		background: linear-gradient(to right, #fff 0%, #777 50%, #fff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
		content: "";
		display: block;
	}

	.why-us-content {
		padding-top: 0;
		margin-bottom: 72px;
	}
}

@media (max-width: 979px) {
	/* COMPONENTS */
	.attention-box h5 {
		font-size: 14px;
	}

	.attention-box p {
		margin: 0 8px;
		font-size: 13px;
	}

	/* HEADER & HERO SECTION */
	.hero-form-layout .hero-content {
		padding-top: 0;
		margin-top: -27px;
	}

	.hero-form-layout .feature-icon {
		font-size: 30px;
		min-height: 0;
		align-items: inherit;
	}

	.hero-form-layout .feature-title {
		margin-top: 20px;
	}

	.register-form .hero-input {
		margin-bottom: 10px;
	}

	.register-form .submit-btn {
		margin-top: 20px;
	}

	.hero-app-content-left,
	.hero-app-content-right {
		text-align: center;
	}

	/* TOP CLIENT SECTION */
	.client-logo h5 {
		padding-top: 0;
	}

	/* OUR FEATURES SECTION */
	.left-features .the-feature,
	.app-layout #our-features {
		text-align: center;
	}

	.middle-phone-mockup {
		margin-top: 0;
		margin-bottom: 55px;
	}

	/* FEATURETTES SECTION */
	.expandable-gallery-info {
		position: relative !important;
		width: 100% !important;
		background: #fff;
	}

	.two-blocks-col {
		padding-bottom: 73px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.featurettes-quote-wrapper {
		height: 375px;
	}

	.featurettes-quote {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* BREAKOUT SECTION */
	#breaking-subscribe {
		max-width: 65%;
	}

	.breakout-quote-photo {
		display: none;
	}

	/* PRICING & SECTION TABS */
	.large-image-mockup {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.side-feature-icon span[class^="icon-"] {
		margin-top: 50px;
		font-size: 80px;
		text-align: right;
	}

	.side-feature-info {
		margin-bottom: 14px;
	}

	/* EVENT SCHEDULE */
	.session-wrapper > .row > .pull-left {
		float: none !important;
	}

	.session-meta {
		/*max-height: 244px;*/
		position: relative;
		overflow: hidden;
	}

	.session-meta-thumbnail img {
		width: 100%;
		margin-top: -10%;
	}

	.session-description {
		padding: 22px 45px;
	}

}


@media (min-width: 768px) and (max-width: 979px) {
	/* HEADER & HERO SECTION */
	header {
		padding: 23px 0;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 200px;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe:before {
		display: none;
	}

	.app-layout .hero-content {
		margin-top: 80px;
	}

	.hero-app-content-left img {
		max-width: 35%;
	}

	.hero-app-content-right {
		margin-top: 30px;
	}

	/* INTRODUCTION SECTION */
	#introduction:after {
		background-size: 300%;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-title img {
		width: 50%;
	}

	.how-it-works-title h4,
	.how-it-works-info h4 {
		font-size: 18px;
	}

	.how-it-works-info {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.how-it-works-info p,
	.how-it-works-info p strong,
	.how-it-works-info .cta {
		font-size: 14px;
		line-height: 1.5em;
	}

	ul.how-it-works-col li:first-child .how-it-works-info:after,
	ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
		margin-top: 0;
		background-size: 100px;
	}

	/* OUR FEATURES SECTION */
	.the-feature,
	.the-feature.zero-bottom {
		margin-bottom: 32px !important;
	}

	/* COUNTER */
	.counter-title {
		font-size: 18px;
	}

	/* PRICING & SECTION TABS */
	ul.pricing {
		padding: 0 5px;
	}

	ul.pricing > div.col-sm-3 {
		padding: 0;
	}

	ul.pricing .price {
		padding: 0 10px;
	}

	ul.pricing .price,
	.price .price-button,
	.price.best-value .price-button,
	.price.best-value:hover .price-button {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.price .price-button,
	.price:hover .price-button,
	.price:hover .price-amount,
	.price.best-value .price-amount,
	.price.best-value:hover .price-amount,
	.price.best-value .price-button,
	.price.best-value:hover .price-button {
		margin-right: -10px;
		margin-left: -10px;
	}

	.proPlan .price-amount, .starterPlan .price-amount, .advancedPlan .price-amount, .price:hover .price-amount{
		font-size: 22px;
		margin-right: -10px !important;
		margin-left: -10px !important;
	}
	.price .price-feature li {
		font-size: 12px;
	}

	.price .price-button {
		font-size: 16px;
	}

	.price .price-label {
		padding: 3px 6px;
	}

	/* OUR TEAM SECTION */
	.the-team-wrapper {
		text-align: center;
	}

	ul.filter li {
		display: inline-block;
	}

	ul.filter li a {
		padding: 2px 15px;
		position: relative;
	}

	ul.filter li a:after {
		content: "\e63a";
		font-family: "Icomoon";
		color: #222;
		position: absolute;
		right: -12px;
	}

	ul.filter li:last-child a:after {
		display: none;
	}

	ul.team-social {
		margin-bottom: 11px;
	}

	/* CUSTOMER STORIES/LOGOS SECTION */
	ul.customer-logos li {
		width: 100%;
	}

	/* PORTFOLIO SECTION */
	ul.portfolio-list {
		width: 100% !important;
	}

	ul.portfolio-list li {
		width: 33.333333333%;
	}

	/* FOOTER SUBSCRIBE */
	#footer-subscribe .btn-subscribe,
	#breaking-subscribe .btn-subscribe {
		width: 125px;
	}

	#footer-subscribe .btn-subscribe:before,
	#breaking-subscribe .btn-subscribe:before {
		display: none;
	}

}

@media (max-width: 767px) {
	p.section-title.undeline-white.left {
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		line-height: .9em;
		padding-top: 25px;
	}
	/* NAVIGATION BAR */
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		margin-left: -15px;
		margin-right: -15px;
	}

	.navbar-nav {
		padding-left: 5px;
		padding-right: 5px;
	}

	/* FOOTER WIDGET */
	.footer-widget-wrapper .container {
		max-width: 420px;
	}

	.widget {
		margin-bottom: 60px;
	}

    .the-feature .cta {
        margin-top: 20px;
    }
}



/**
 * 4.0 EXTRA SMALL DEVICES (mobile phone, 320px and up)
 * -----------------------------------------------------------------------------
 */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	#swipebox-close {
		position: absolute;
		top: 5px;
		right: 5px;
		visibility: visible;
		overflow: hidden;
		width: 20px;
		height: 20px;
		background: url(../images/cd-icon-close.svg) no-repeat center center;
		text-indent: 100%;
		white-space: nowrap;
		opacity: 1;
		cursor: pointer;
		-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
		-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
		transition: transform 0.3s 0s, visibility 0s 0.4s;
	}
}

@media (max-width: 640px), (max-height: 600px) {
	#hero {
		padding: 76px 0;
		height: auto;
	}

	#hero .color-overlay {
		margin-top: -76px;
		margin-bottom: -76px;
		padding: 76px 0;
	}
}

@media (max-width: 738px) {
	/* BASIC STRUCTURE */
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.25em;
	}
	.h1, .h2, .h3, .h4, .h5, .h6 {
		line-height: 1.25em;
	}

	h1,
	.creative-layout .hero-content h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4,
	p.lead {
		font-size: 18px;
	}
	.h1,
	.creative-layout .hero-content h1 {
		font-size: 36px;
	}

	.h2 {
		font-size: 30px;
	}

	.h3 {
		font-size: 24px;
	}

	.h4,
	p.lead {
		font-size: 18px;
	}

	/* HEADER & HERO SECTION */
	header {
		padding: 10px 0;
	}

	.the-origin-header a.logo {
		margin-top: 0;
	}

	.logo img {
		width: 70px;
	}

	.app-layout #hero {
		padding: 0;
	}

	/*#hero .container {*/
	/*height: auto;*/
	/*}*/

	.hero-content h1 {
		text-shadow: 2px 2px 0 rgba(125, 116, 107, 0.75);
	}

	.hero-subscribe-wrapper {
		margin-top: 7px;
	}

	.hero-subscribe-wrapper form .input-group input,
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		height: 50px;
		font-size: 12px;
	}

	.hero-subscribe-wrapper form .input-group input::-webkit-input-placeholder,
	.hero-subscribe-wrapper form .input-group input:-moz-placeholder,
	.hero-subscribe-wrapper form .input-group input::-moz-placeholder,
	.hero-subscribe-wrapper form .input-group input:-ms-input-placeholder{
		font-size: 12px;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 210px;
	}

	.hero-content a.cta {
		margin-top: 46px;
	}

	.hero-split-right {
		display: none;
	}

	.hero-form-layout #hero {
		text-align: center;
	}

	.hero-form-layout #hero .embed-responsive {
		display: none;
	}

	.hero-form-wrapper {
		padding: 36px 25px 33px;
		margin-top: 12px;
		background: rgba(0, 0, 34, 0.7);
	}

	.register-form .submit-btn {
		margin-bottom: 9px;
	}

	.hero-form-layout .hero-content {
		padding-top: 25px;
	}

	.animated-headline {
		margin-top: -18px;
	}

	.animated-words-wrapper b {
		white-space: normal;
	}

	.app-layout .hero-content {
		padding: 0;
		padding-bottom: 62px;
	}

	.hero-app-content-right {
		margin-top: 30px;
	}

	#nav-wrapper.nav-wrapper-opened {
		overflow: auto;
	}

	/* INTRODUCTION SECTION */
	#introduction {
		padding-bottom: 350px
	}

	#introduction:after {
		bottom: auto;
		background-size: 300%;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-col {
		padding: 80px 0 14px;
	}

	ul.how-it-works-col li {
		float: none;
		padding: 0;
		margin-bottom: 32px;
	}

	ul.how-it-works-col li:hover {
		background: none !important;
	}

	ul.how-it-works-col li:hover .how-it-works-title {
		opacity: 1;
	}

	.how-it-works-info {
		position: relative;
		visibility: visible;
		padding: 15px 8%;
		background: none;
	}

	.how-it-works-info h4 {
		display: none;
	}

	.how-it-works-info,
	.how-it-works-info p,
	.how-it-works-info p strong {
		color: #777;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.how-it-works-info h4, .how-it-works-info .cta,
	ul.how-it-works-col li:first-child .how-it-works-info:after,
	ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	ul.how-it-works-col li:first-child .how-it-works-info:after,
	ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
		display: none;
	}

	/* OUR FEATURE SECTION */
	.the-feature {
		text-align: center;
	}

	.the-feature .external-title {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}

	.the-feature .external-title span,
	.the-feature .external-title .feature-title {
		margin: 0;
		display: inline;
		vertical-align: middle;
	}

	.the-feature.zero-bottom {
		margin-bottom: 53px !important;
	}

	.feature-icon {
		font-size: 48px;
	}

	/* COUNTER */
	.counter-title {
		margin-bottom: 68px;
	}

	/* LATEST WORK SECTION */
	#latest-work {
		text-align: center;
	}

	img.latest-work-image {
		margin-top: 50px !important;
	}

	/* PRICING & SECTION TABS */
	ul.pricing .price.best-value {
		margin-top: 36px;
	}

	.panel-heading a:after {
		padding: 15px;
	}

	.section-tab .nav > li > a {
		padding: 10px 40px;
		height: 40px;
		font-size: 14px;
	}

	.section-tab .nav > li:first-child > a {
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
	}

	.section-tab .nav > li:last-child > a {
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
	}

	.side-feature-icon span[class^="icon-"] {
		margin-top: 28px;
	}

	/* WHY US SECTION */
	.half-phone-mockup img {
		max-width: 75%;
	}

	/* OUR TEAM SECTION */
	.the-team-wrapper {
		text-align: center;
	}

	ul.filter,
	ul.portfolio-filter {
		margin-top: -4px;
		display: none;
	}

	ul.filter.filter-active,
	ul.portfolio-filter.filter-active {
		display: block;
	}

	ul.filter li a,
	ul.portfolio-filter li a {
		color: #777;
		position: relative;
		display: block;
		padding: 13px 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		color: #777;
		text-decoration: none;
		width: 50%;
		margin: 0 auto;
		box-shadow: inset 0 0 0 1px #eee;
	}

	ul.filter li,
	ul.portfolio-filter li {
		margin-bottom: -1px;
	}

	ul.portfolio-filter li {
		display: block;
	}

	ul.portfolio-filter li a:after {
		display: none;
	}

	ul.filter li:last-child a,
	ul.portfolio-filter li:last-child a {
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}

	#team_grid,
	#portfolio_grid {
		margin-top: 25px;
	}

	/* CUSTOMER STORIES/LOGOS SECTION */
	ul.customer-logos li {
		width: 100%;
		height: 175px;
	}

	.customer-box-wrapper hr {
		width: 95%;
	}

	ul.customer-logos li:hover .customer-logo {
		opacity: 1;
	}

	.customer-quote {
		display: none;
	}

	/* PORTFOLIO SECTION */
	ul.portfolio-list li {
		width: 50%;
	}

	/* FOOTER SUBSCRIBE */
	.subscribe-icon {
		margin-top: 0;
		margin-bottom: 59px;
	}

	.subscribe-section-content {
		text-align: center;
	}

	#footer-subscribe input[type="email"],
	#breaking-subscribe input[type="email"] {
		max-width: 500px;
	}

	/* MAIN FOOTER SECTION */
	.footer-content {
		margin-bottom: 29px;
	}


}

@media (max-width: 1024px) {
	.hero-subscribe-wrapper form .input-group input,
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		font-size: 16px;
	}
}

@media (max-width: 968px) {
	.hero-subscribe-wrapper form .input-group input,
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		font-size: 12px;
	}
}

@media (max-width: 667px) {
	/* OUR TEAM SECTION */
	.team-item-content img {
		width: 100%;
	}

	.team-info {
		height: 100%;
		padding: 22px 15px;
	}

	.team-info h6 {
		margin-bottom: 18px;
	}

	ul.team-social {
		margin-top: 6px;
	}
}

@media (max-width: 640px) {
	/* HEADER & HERO SECTION */
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 175px;
	}

	.layout-with-navbar #hero {
		padding-top: 125px;
	}

	.event-hero-info small {
		display: block;
	}

	.event-layout .hero-content a.cta {
		margin-top: 6px;
	}

	/* OUR TEAM SECTION */
	.team-info h6 {
		margin-bottom: 15px;
	}

	/* BREAKOUT SECTION */
	ul.countdown-timer li {
		width: 25%;
		margin-bottom: 43px;
	}

	/* EVENT SCHEDULE */
	.session-meta > .session-meta-info {
		padding: 35px 45px;
	}
}

@media (min-width: 481px) and (max-width: 568px) {
	/* OUR TEAM SECTION */
	.team-info {
		top: 76%;
		padding: 14px 20px 20px;
	}

	.team-info h6 {
		margin-bottom: 23px;
	}

	.team-info small {
		font-size: 13px;
	}

	/* BREAKOUT SECTION*/
	#breaking-subscribe {
		max-width: 85%;
	}

	/* SECTION TABS */
	.section-tab.schedule-tab .nav > li > a {
		padding-left: 27px;
		padding-right: 27px;
	}
}
@media (max-width: 480px) {
	/* FEATURETTES SECTION */
	.content-tab-wrapper .nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover,
	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding-left: 6px;
		padding-right: 6px;
	}

	/* PRICING & SECTION TABS */
	.section-tab .nav > li > a {
		padding: 10px 30px;
	}

	.section-tab.schedule-tab .nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-tab .nav > li {
		margin: 0 2px;
	}

	.play-btn {
		font-size: 60px;
	}

	.browser-mockup-wrapper .play-btn {
		left: 40%;
	}

	/* BREAKOUT SECTION*/
	#breaking-subscribe {
		max-width: 100%;
	}

	/* OUR TEAM SECTION*/
	.team-info {
		top: 80%;
		padding: 5px 10px;
	}

	.team-info small br.visible-xs {
		display: none !important;
	}

	ul.team-social li a {
		padding: 6px 6px;
		font-size: 14px;
	}

	/* MAIN FOOTER SECTION */
	ul.footer-nav li {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 419px) {
	/* OUR TEAM SECTION */
	.mobile-filter-select,
	ul.filter li a,
	ul.portfolio-filter li a,
	.team-item,
	.team-item-content img {
		width: 100%;
	}

	.team-item {
		margin-left: 0;
	}

	.team-info {
		top: 84%;
		padding: 14px 20px 20px;
	}

	.team-info h6 {
		margin-bottom: 33px;
		font-size: 18px;
	}

	.team-info small {
		font-size: 13px;
	}

	.team-info small br.visible-xs {
		display: block !important;
	}

	ul.team-social {
		margin-top: 27px;
		margin-bottom: 27px;
	}

	ul.team-social li a {
		padding: 8px 9px;
		font-size: 20px;
	}

	/* FOOTER WIDGET */
	.footer-widget-wrapper .container {
		max-width: 300px;
	}

}

@media (max-width: 375px) {
	/* OUR TEAM SECTION */
	.team-info {
		top: 82%;
	}
}

@media (max-width: 320px) {
	/* BASIC STRUCTURE */
	section {
		padding: 60px 0;
	}

	/* TYPOGRAPHY */
	h1,
	.creative-layout .hero-content h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}
	.hero-content p.lead{
		font-size: 13px;
	}

	/* COMPONENTS */
	.notif-box p {
		line-height: 1.3em;
		font-size: 1em;
	}

	.notif-box a.notification-close {
		top: 20%;
	}

	/* HEADER & HERO SECTION */
	.input-group-btn,
	.hero-subscribe-wrapper form .input-group input,
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		display: block;
		width: 100%;
	}

	.hero-subscribe-wrapper form .input-group input {
		-webkit-border-radius: 8px 8px 0 0 !important;
		-moz-border-radius: 8px 8px 0 0 !important;
		border-radius: 8px 8px 0 0 !important;
		text-align: center;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}

	.hero-form-wrapper {
		padding: 36px 15px 33px;
		margin-left: 5% !important;
		width: 90% !important;
	}

	.hero-form-wrapper p {
		font-size: 14px;
		line-height: 1.5em;
	}

	.inline-cta li {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.creative-layout .inline-cta a.cta {
		display: block;
		width: 100%;
	}

	#hero .scroll-link {
		margin-top: 20px;
	}

	/* TOP CLIENT SECTION */
	#top-client {
		padding-top: 37px;
		padding-bottom: 37px;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-col {
		padding: 60px 0 3px;
	}

	ul.how-it-works-col li {
		margin-bottom: 8px;
	}

	/* OUR FEATURES SECTION */
	.the-feature {
		margin-top: 0;
		margin-bottom: 22px !important;
	}

	/* FEATURETTES SECTION */
	.two-blocks-col,
	.featurettes-quote {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-tab-wrapper .nav > li > a {
		font-size: 0;
	}

	.content-tab-wrapper .nav > li > a span[class^="icon-"] {
		font-size: 28px;
	}

	.content-tab-wrapper .nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover,
	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding-left: 11px;
		padding-right: 11px;
	}

	.featurettes-quote {
		font-size: 20px;
		line-height: 1.5em;
	}

	/* PRICING & SECTION TABS */
	ul.pricing > div {
		width: 83.33333333%;
		margin-left: 8.33333333%;
	}

	.section-tab .nav > li > a {
		font-size: 12px;
		padding: 10px 12px;
	}

	.panel-heading a {
		font-size: 14px;
	}

	.panel-heading a:after {
		display: none;
	}

	/* OUR TEAM SECTION */
	.team-info {
		top: 80%;
	}


	/* CUSTOMER STORIES/LOGOS SECTION */
	ul.customer-logos li {
		width: 100%;
	}

	ul.customer-logos li.center-customer-logo {
		border: none;
	}

	.customer-box-wrapper hr {
		display: none;
	}

	/* PORTFOLIO SECTION */
	#portfolio .container-full {
		padding-left: 15px;
		padding-right: 15px;
	}

	ul.portfolio-list li {
		width: 100%;
	}

	/* FOOTER SUBSCRIBE */
	.input-group,
	#footer-subscribe input[type="email"],
	#footer-subscribe .btn-subscribe,
	#breaking-subscribe input[type="email"],
	#breaking-subscribe .btn-subscribe {
		display: block;
		width: 100%;
	}

	#footer-subscribe input[type="email"],
	#breaking-subscribe input[type="email"] {
		-webkit-border-radius: 8px 8px 0 0 !important;
		-moz-border-radius: 8px 8px 0 0 !important;
		border-radius: 8px 8px 0 0 !important;
		text-align: center;
	}

	#footer-subscribe .btn-subscribe,
	#breaking-subscribe .btn-subscribe {
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}

	.widget #footer-subscribe .btn-subscribe {
		width: 100%;
	}

	/* MAIN FOOTER SECTION */
	#main-footer {
		padding: 20px 0 25px;
	}

	.footer-content {
		margin-bottom: 29px;
	}


	.copyright .language:before {
		display: none;
	}
}


/**
 * 5.0 APP CAROUSEL WHITE OVERLAY SETTING
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1600px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 60%;
	}

	.app-carousel:after {
		left: 60%;
	}
}

@media (max-width: 1500px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 61%;
	}

	.app-carousel:after {
		left: 61%;
	}
}

@media (max-width: 1335px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 62%;
	}

	.app-carousel:after {
		left: 63%;
	}
}

@media (max-width: 1080px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 66%;
	}

	.app-carousel:after {
		left: 66%;
	}
}

@media (max-width: 940px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 68%;
	}

	.app-carousel:after {
		left: 68%;
	}
}

@media (max-width: 840px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 71%;
	}

	.app-carousel:after {
		left: 71%;
	}
}

@media (max-width: 720px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 74%;
	}

	.app-carousel:after {
		left: 74%;
	}
}

@media (max-width: 630px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 77%;
	}

	.app-carousel:after {
		left: 78%;
	}
}

@media (max-width: 568px) {
	/* APP CAROUSEL */
	.app-carousel:before,
	.app-carousel:after {
		display: none;
	}

	.slick-slide img {
		margin: 0 auto;
	}

	.phone-frame img {
		top: -21%;
		max-width: 349px;
	}
}

@media (max-width: 320px) {
	.slick-slide img {
		max-width: 220px;
	}

	.phone-frame img {
		max-width: 256px;
	}
}
@media (min-width: 992px){
	.col-md-offset-12 {
	 	margin-left: 0;
	}
}
@media (min-width: 990px) and (max-width: 1201px) {
	.navbar-nav>li>a, .navbar-nav>li>.dropdown span{
		font-size: 10px;
	}
}
.section-title-block{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.section-title-block .section-title{
	border-bottom: 1px solid #d7282;
}
@media (max-width: 640px){
	#hero .container {
		height: 100%;
	}
	.layout-with-navbar #hero {
		padding: 0px 0 10px 0;
	}
}
.modal-body {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #000000;
	padding: 15px 0 15px 10px;
}
#tourModal .modal-body{
	overflow-y: hidden;
}

/* 2.7 Contact Modal */
.contact-overlay {
	overflow-x: hidden;
	overflow-y: auto;
	width: 365px;
}

.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.overlay-scale.open {
	z-index: 999;
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

a.contact-trigger {
	cursor: pointer;
}

a.overlay-close {
	position: fixed;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

a.overlay-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.signup-content,
.signup-content h2,
.signup-content p {
	color: #fff;
}

.signup-content h2 {
	margin-bottom: 36px;
}

.contact-form {
	margin: 50px 0;
}

.contact-form .contact-input,
.contact-form textarea,
.contact-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus,
.contact-form .submit-btn:focus {
	outline: none;
	border: none;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus {
	background: #515459;
}

.contact-form .contact-input {
	margin-bottom: 15px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #42454a;
	opacity: 0.7;
}
.contact-form .contact-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaa;
}
.register-modal-term{
	color: #bbb;
}
.register-modal-term a{
	color: #bbb;
	text-decoration: underline;
}

.register-modal-password{
	position: relative;
}
.contact-form textarea {
	margin-bottom: 24px;
	padding: 20px;
	width: 100%;
	background: #42454a;
}

.contact-form .submit-btn {
	min-width: 100%;
	height: 50px;
	background: #19a9e5;
	font-size: 18px;
}

.contact-form .submit-btn:hover {
	background: rgba(245, 50, 50, 1);
}

.contact-form .submit-btn:hover:before {
	left: 90%;
}

.required-field {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.required-field:after {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: #19a9e5;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-field.field-error:after {
	background: #cc3530;
	/*
    box-shadow: inset 0 0 0 2px #cc3530;
    */
	color: #cc3530;
}

.submit-btn.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: not-allowed;
	pointer-events: none;
}
a.overlay-close {
	position: absolute;
	top: 10px;
	right: 10px;
	visibility: visible;
	overflow: hidden;
	width: 15px;
	height: 15px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
	z-index: 1;
}

a.overlay-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.contact-form-require{
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.signup-content .contact-form{
	margin: 15px 0 0 0;
}
.signup-content .cta{
	margin-top: 5px;
}
.contact-form .submit-btn{
	background: var(--red-text);
	margin-bottom: 4px;
}
.contact-form .contact-signup{
	margin-bottom: 15px;
}
.opacity-null{
	opacity: 0;
	padding-bottom: 10px !important;
}
.register-modal-overlay{
	background: #292c33;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 4px;
}
.register-modal{
	padding: 0 15px;
}
@media (min-width: 1200px){
	.hero-content .col-lg-7 {
		width: 100%;
	}
}

@media (max-width: 738px) {
	.text-shadow-icons small{
		float:left;
		font-size: 15px;
	}
}

@media (max-width: 395px) {
	.contact-overlay{
		width: 100%;
	}
}
.register-modal-help-block{
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
}
.register-modal-help-block small{
	background: #fff;
	color: #ff0000;
	margin-bottom: 0px;
	border-radius: 6px;
	width: auto;
	padding: 0 20px;
	z-index: 10;
}
@media (max-width: 738px) {
	.event-hero-info small {
		margin-right: 23px;
	}
}
.contact-form .help-block{
	color: #ff0039;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
/* -- */
.register-modal-password {
	padding-right: 7.5px;
}
.register-modal-confirm-password{
	padding-left: 7.5px;
}
.ladda-button[data-style=expand-left][data-loading]{
	padding: 0px;
}
.ladda-button{
	padding: 0px;
}
@media (max-width: 640px){
	.event-hero-info small {
		margin-right: 10px;
	}
	.event-hero-info small span {
		margin-right: 10px;
	}
}

div.alert-message {
	display: block;
	padding: 13px 12px 12px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #2ba6cb;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	position: relative;
}

div.alert-message div {
	margin: 0px;
	font-size: 3vh;
}

div.alert-message.error {
	background-color: #c60f13;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	margin: 20px auto;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.42);
}
div.alert-message.error a{
	color: #ffffff;
	text-decoration: underline;
}
div.alert-message.error .box-icon {
	background-position: -128px -8px;
}
.vertical-center-content{
	position: relative;
}

.hero-content .col-lg-12{
	position: static;
}
.hero-content .col-lg-12 .row{
	position: absolute;
	bottom: 0;
}
@media (max-width: 330px) {
	div.alert-message.error {
		transform: translate( -50%, 2vh);
	}
}

.rangeslider, #savings_calculator_block input[type='range'] {
	max-width: 400px;
}
.rangeslider__fill {
	background: var(--red-text) !important;
}
.rangeslider__handle {
	border-radius: 22px;
	min-width: 62px;
	line-height: 18px;
	text-align: center;
}
.rangeslider__handle:after {
	 background: 0;
 }
#savings_calculator_block{
	background-color: #ffffff;
	background: #ffffff;
	color:#000000;
	max-width: 400px;
	display: flex;
}
div.alert-message.error#savings_calculator_block h2 {
	color: #000;
	font-size: 18px;
	font-family: "Varela Round", sans-serif;
	line-height: 18px;
}
div.alert-message.error#savings_calculator_block p{
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
#savings_calculator_block img{
	padding-right: 5px;
}
div.alert-message#savings_calculator_block div {
	margin: 0px;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
}
.savings_calculator_range{
	width:100%;
}
.savings_calculator_range_block{
	width: 100%;
	float: left;
}
.savings_calculator_range_total{
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 10px !important;
}
.savings_calculator_range_total .base_on{
	color: #000;
	position: absolute;
	left: 12px;
	text-decoration: underline;
	cursor: pointer;
}
div.alert-message#savings_calculator_block .about_text{
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}
div.alert-message#savings_calculator_block .savings_calculator_range_total .base_on{
	color: #000;
	font-size: 10px;
}
@media (max-width: 768px) {
	.savings_calculator_range_block{
		width: 100%;
		padding-bottom: 15px;
	}
	.savings_calculator_range_total{
		width: 100%;
	}
}

.rangeslider__handle:after{
	display: none !important;
}
div.alert-message#savings_calculator_block .rangeslider__handle{
	font-size: 18px;
	line-height: 35px;
}

.external-title{
	display: flex;
	align-items: flex-start;
}
.the-feature {
	overflow: auto;
}
.the-feature .external-title{
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.the-feature .external-title .feature-title{
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.external-title img, .external-title span{
	padding-right: 15px;
	width: 48px;
}
.external-title span{
//	margin-top: 17px;
}
@media (max-width: 990px) {
	.external-title{
		justify-content: center;
	}
}

.noUi-connects {
	border-radius: 3px;
	background-color: var(--red-text);
}

.carousel {
	position: absolute;
	top: calc(100vh + 44px);
	left: 10px;
	width: 40vw;
	z-index: 1;
}
@media (max-width: 768px){
	.carousel {
        width: 70vw;
		top: calc(100vh + 34px);

	}
}
@media (max-width: 640px){
	.carousel {
		top: calc(100vh - 26px);
	}
}

.carousel .item blockquote .small:before, blockquote footer:before, blockquote small:before{
	content: '';
}
.carousel .item blockquote {
	padding: 0;
	font-style: italic;
	color: #fff;
}
.carousel .item blockquote .blockquote-footer {
	font-style: normal;
	color: #fff;
}
.carousel .carousel-inner {
	overflow: visible;
}
.carousel .item .carousel-caption blockquote p{
	margin-bottom: 10px;
	font-size: 14px;
	text-align: justify;
}
.carousel .item .carousel-caption blockquote footer{
	text-align: right;
}
.carousel .item .carousel-caption{
	margin: 0;
	width: 100%;
	left: 0;
}
.carousel .item .carousel-caption .text{

}
.carousel .item .carousel-caption .author{
 	text-align: right;
}


.tippy-popper .tippy-tooltip{
	font-size: 14px;
}

.scenes-popup{
	padding-right: 0px !important;
	cursor: pointer;
	border-bottom: 1px dashed #dedede;
}

.tour-as-a-service .nav{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: bold;
}

.tour-as-a-service .product a, .tour-as-a-service .scenes a{
	padding: 10px;
}

.tour-as-a-service .product, .tour-as-a-service .scenes{
	padding: 9px;
	color: #fff;
	background: var(--red-text);
	border-radius: 10px;
	margin: 5px 5px;
}
.tour-as-a-service .scenes .dropdown-menu{
	height: 300px;
	overflow: auto;
	padding: 0;
}

@media (max-width: 768px) {
	.tour-as-a-service .product, .tour-as-a-service .scenes {
		font-size: 15px;
	}
}
.tour-as-a-service .product .dropdown-toggle, .tour-as-a-service .scenes .dropdown-toggle{
	color: #fff;
}
.tour-as-a-service .product select, .tour-as-a-service .scenes select{
	color: #fff;
	background: var(--red-text);
	border: 0px;
}
.tour-as-a-service .product select option, .tour-as-a-service .scenes select option{
	color: #000000;
	background: #FFFFFF;
	border: 0px;
}

*:focus {
	outline: 0;
}

.tour-as-a-service .dropdown-toggle .caret{
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px dashed;
	margin-left: 8px;
}

.tour-as-a-service .main{
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.tour-as-a-service .title h4{
	padding: 0;
	margin: 0 5px;
}
.tour-as-a-service .title{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-bottom: 10px;
}

.realtor-pricing-carret{
	width: auto;
	border: 1px solid #eee;
	margin: 10px;
	padding: 10px 60px 10px 60px;
	display: inline-flex;
	flex-direction: column;
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
}
@media (max-width: 768px) {
	.realtor-pricing-carret{
		width: 100%;
		padding: 10px;
	}
}

.tour-as-a-service-caret{
	border: 1px solid #eee;
	margin: 10px;
	padding: 10px 60px 10px 60px;
	display: inline-flex;
	flex-direction: column;
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
}

.flex-center{
	display: flex;
	justify-content: center;
}
.flex-space-between-center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.realtor-pricing{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0px 15px 0px 15px !important;
}

.realtor-pricing .icon-plus{
	color: var(--red-text);
	font-size: 32px;
	font-weight: bold;
}

.realtor-pricing .price-title{
	cursor: pointer;
}

.realtor-toggle{
	cursor: pointer;
	text-decoration: underline;
	color: #000;
}

.low-opacity{
	opacity: 0.4;
}
.realtor-pricing-title{
	font-size: 18px;
	color: #000;
}
.realtor-pricing-description{
	font-size: 14px;
}

.realtor-signup{
	margin-top: 18px;
	color: #fff;
	padding: 6px 12px;
	background: #b61827;
	font-size: 24px;
	font-weight: bold;
	border-radius: 13px;
}
.realtor-signup:hover {
	color: #fefefe;
	text-decoration: none;
	opacity: 0.7;
}

.user-toogle{
	 display: flex;
	 justify-content: center;
	 align-items: center;
 }
.user-toogle span{
	padding-right: 10px;
	font-size: 12px;
}
.user-toogle-pricing{
	padding-top: 20px !important;
}

label.label-radiocharm {
	background: #f16367;
	color: #fff;
	text-shadow: none !important;
}
label.label-radiocharm:hover {
	background: #f16367;
}

label.label-radiocharm.red{
	background: #ea262c;
}

.hero-content{
	height: 100%
}
/*.seller-pfg .hero-content {*/
	/*height: 500px;*/
/*}*/
.seller-pfg .client-logo {
    padding: 0;
}
.seller-pfg .client-logo-label p{
	color: #ffffff;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
	label.label-radiocharm {
		background: #f16367;
		color: #fff;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 150px;
	}
	.hero-content{
		top: -80px;
	}
	label.label-radiocharm {
		font-size: 10px;
	}
	.user-toogle span{
		font-size: 10px;
	}
	.user-realtor a{
		white-space: nowrap;
		font-size: 5vw;
	}
}

.capitalize{
	text-transform: capitalize;
}

.slider-block{
	background-color: var(--red-text);
	font-family: "Varela Round", sans-serif;
}

.slider-block .breakout-quote{
	font-family: "Varela Round", sans-serif;
}

.slider-block a{
	color: #ffffff;
	text-decoration: underline;
}

.slider-block .slider-block-chunk{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.slider-block .slider-block-body img {
	max-width: none;
	width: 85vw;
}

.slider-block .bx-wrapper .bx-prev{
	left: 0;
	background: url(../js/jquery.bxslider/images/controls_step.png) no-repeat 0 -32px;
}
.slider-block .bx-wrapper .bx-next{
	right: 0;
	background: url(../js/jquery.bxslider/images/controls_step.png) no-repeat -43px -32px;
}
.slider-block .slider-block-title{
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}
.slider-block .bx-pager{
	display: none;
}
.slider-block .bx-controls-auto{
	display: none;
}

.slider-block .breakout-quote{
	font-style: normal;
}
.slider-block .bx-wrapper{
  margin: 0 auto 20px;
}

.steps {
	display: grid;
	grid-template-rows: 30% 30% 30%;
}

.steps li {
	width: 30%;
}

.grid {
display: table;
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 5px;
}
.grid-tr {
display: table-row;
text-align: center;
}
.grid-td {
display: table-cell;
width: 33.3%;
vertical-align: top;
padding: 20px;
}

@media (max-width: 992px){
	.slider-block-red .row{
		margin: 0 !important;
	}
}

.transparent{
	opacity: 0;
}

.block{
	display: block;
}

#pricing{
	margin-top: 0;
	padding: 40px 0 40px 0;
	background: #434343;
}
#pricing-label{
	padding: 80px 0 0 0;
}

.table    { display: table }
.tr       { display: table-row }
.thead    { display: table-header-group }
.tbody    { display: table-row-group }
.tfoot    { display: table-footer-group }
.col      { display: table-column }
.colgroup { display: table-column-group }
.td, th   { display: table-cell }
.caption  { display: table-caption }

.second-td{
	border: none !important;
	width: 1px !important;
}

.seller-car-container .hero-content,
.seller-car-container .hero-content .col-lg-12{
	position: static;
}
.seller-car-container .user-CAR{
}
.seller-car-container .user-CAR .text-shadow-small,
.seller-car-container .user-CAR-discount .text-shadow-small {
	text-shadow: -1px -1px 1px rgba(255,255,255,.75), 1px -1px 1px rgba(255,255,255,.75), -1px 1px 1px rgba(255,255,255,.75), 1px 1px 1px rgba(255,255,255,.75)
}
.seller-car-container .user-CAR img{
	width: 200px;
}
.seller-car-container .discounts{
	font-size: 40px;
	color: #003767;
	font-weight: bold;
	text-transform: capitalize;
}
@media (max-width: 640px) {
	.seller-car-container .discounts{
		font-size: 28px;
	}
	.seller-car-container .user-CAR {
		bottom: 15%;
	}
}
.seller-car-container .partnership{
	font-size: 14px;
}

.dropdown-menu{
	font-size: 13px !important;
}

.features-list article{
	text-align: left;
	color: #000000;
	padding-left: 20px;
	border-left: 3px solid var(--red-text);
	margin: 20px 0;
	cursor: pointer;
}
.features-list article h5{
	margin-bottom: 10px;
	text-transform: capitalize;
}
.features-list-more {
	text-transform: capitalize;
	text-align: right;
}
.not-active, .not-active h5, .not-active .text-red, .not-active a{
	color: #d5d6d6 !important;
	border-color: #d5d6d6 !important;
}
.feature-list-items{
	margin-top: 40px;
}
.align-right{
	text-align: right;
}
#steps {
	padding: 0;
}
.use_any_getting_started_block .container{
	position: relative;
	padding: 40px 0;
}
.use_any_getting_started_block {
	background: #3f454d;
	position: relative;
}

@media (max-width: 769px){
	.nav-tabs {
		border-bottom: 0px solid #ddd;
	}
}

.new-pricing-table{
	flex-direction: row;
	padding: 5px 0;
	padding-bottom: 0px;
}
.new-pricing-table article{
	border: 1px solid #000000;
	border-radius: 24px 24px 0 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.new-pricing-table{
	border: none;
}
.new-pricing-table{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.new-pricing-table input{
	width: 300px;
}
.new-pricing-table .main{
	justify-content: center;
}


.numberCircle {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	padding: 7px;
	border: 2px solid #00FF85;
	color: #00FF85;
	text-align: center;
	font-size: 21px;
}
.grey-color {
	color: #C3C3C3 !important;
}

.social-network-block h5{
	margin-bottom: 5px;
	padding: 0 5px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: bold;
}
.social-network-block ul li{
	padding: 0 5px;
}
.social-network-block ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-network-block{
	display: flex;
	justify-content: left;
	align-items: start;
	flex-direction: column;
	position: absolute;
	bottom: 0;
}

.lowercase{
	text-transform: lowercase;
}
.text-red {
	color: var(--red-text) !important;
}
@media (max-width: 768px) {
	.new-pricing .subscribe .input-group{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.new-pricing .subscribe .input-group .email{
		margin-bottom: 10px;
	}
	.new-pricing .subscribe .input-group .input-group-btn{
		width: 100%;
	}
	.new-pricing .subscribe .input-group #submit-register-pricing{
		font-size: initial;
		border-radius: 8px;
		max-width: 100%;
		width: 100%;
	}
	.new-pricing .subscribe #hero-subscribe-mobile-professional button{
		width: 300px;
	}
	.new-pricing{
		padding: 0 15px 0 15px;
		flex-direction: column;
	}
	.mobile-new-pricing{
		display: flex;
	}
	.new-pricing article {
		width: 90%;
	}
}
/*#breakout small{*/
	/*-webkit-box-shadow: 5px 5px 10px 5px #000000;*/
	/*box-shadow: 5px 5px 10px 5px #000000;*/
	/*border-radius: 5px;*/
	/*padding: 10px 45px;*/
	/*background: #4f575e;*/
/*}*/
.breaking p{
	color: #ffffff;
	font-style: normal;
	border-radius: 20px;
}

#features .features-landscape .features-poster{
	position: absolute;
	top: -1.1%;
	left: 8%;
	width: calc( 84.5%);
}
#features .features-landscape .features-landscape-bg{
	position: relative;
	z-index: 1;
}
#features .features-landscape .the-feature-video_play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48%;
	transform: translate(-50%, -50%);

	display: none;
}
#features .features-landscape{
	position: relative;
}
#features video{
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	#features .feature-description {
		margin-bottom: 30px;
	}
}
#features .feature-description span{
	color: #000000
}
#features .feature-description h5, #features .feature-description span{
	font-weight: bold;
	margin-bottom: 10px;
}
#features .features-video-block{
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 30px;
}
#features .features-video-block .title{
	color: red;
	text-transform: uppercase;
	text-decoration: underline;
}
#features .features-video-block .description{
	color: #000000;
}
#pricing .pricing-text h3{
	font-size: 1.6vw;
}
@media (max-width: 768px) {
	#pricing .pricing-text h3{
		font-size: 2.3vw;
	}
}

.underline{
	text-decoration: underline;
	cursor: pointer;
}
.color-white-link{
	text-decoration: underline;
	color: #ffffff;
}
.color-white-link:hover{
	color: #000000;
	text-decoration: underline;
}

.book-now-button a{
	color: #ffffff;
	text-transform: uppercase;
}
.book-now-button{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 8px;
	margin-top: 8px;
	max-width: 450px;
	position: relative;
	overflow: hidden;
	margin-left: 0;
	background-color: var(--red-text);
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	padding: 0 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Montserrat", sans-serif;
}

*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}

.modal-feature .modal-header{
    height: 50px;
    background: #222;
}

.modal-feature .modal-header button{
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 1;
}

.rounded{
	border-radius: 8px !important;
}
.seller-pfg #top-client{
    background: #ffffff;
}

.user-PFG p.lead{
	font-size: min(5vh, 30px);
	font-weight: bold;
}
.seller-pfg .hero-content h1{
	font-size: min(5vh, 40px);
	font-weight: bold;
}
.seller-pfg .book-now-button {
	font-size: min(5vh, 36px);
}
.hero-subscribe-wrapper .get-start{
	padding: 10px min(5vh, 30px);
}
.top-client-container-pfg{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%
}

.hero-subscribe-wrapper .features{
	font-size: 18px;
}

.hero-subscribe-wrapper .lead{
	font-size: 18px;
}
.seller-pfg .hero-subscribe-wrapper {
	margin-bottom: 75px;
}

.seller-pfg .contact-form-require {
	margin-bottom: 40px;
}

@media (max-width: 768px){
	.hero-subscribe-wrapper .get-start{
		padding: 0;
	}
	.seller-pfg .book-now-button {
		font-size: 28px;
		padding: 10px 20px;
	}
	.seller-pfg .hero-content h1 {
		font-size: 30px;
	}
	.user-PFG p.lead {
		font-size: 20px;
	}
}

.seller-pfg #fc_frame{
	bottom: 90px !important;
}

.MAIN-LABEL-MOB{
	display: none;
}
@media (max-width: 768px){
	.MAIN-LABEL{
		display: none;
	}
	.MAIN-LABEL-MOB{
		display: block;
		margin-top: 20px;
	}
}

.inline{
	display: inline !important;
}

.text-shadow-red{
	text-shadow: -1px -1px 0 rgba(255,25,25,1), 1px -1px 0 rgba(255,25,25,1), -1px 1px 0 rgba(255,25,25,1), 1px 1px 0 rgba(255,25,25,1);
}

.steps {
	display: flex;
    justify-content: space-around;
	background: #3f3f3f;
	border-radius: 32px;
	padding: 32px;
	color: white;
    gap: 20px;
	
	.steps-block {
		max-width: 33%;
		display: flex;
        align-items: flex-start;

		.steps-block--number{
			color: #00be31;
            border: 2px solid #00be31;
            border-radius: 100%;
            font-size: 16px;
            padding: 8px 16px;
            font-weight: bold;
            margin-right: 16px;
		}
		
		.steps-block--body {
			display: flex;
            flex-direction: column;
            align-items: flex-start;

			.steps-block--body__title {
				font-size: 32px;
                font-weight: bold;
			}
			.steps-block--body__description {
				text-align: left;
				font-weight: bold;
			}
		}
	}
}

@media (max-width: 768px) {
	.steps {
		flex-direction: column;
		align-items: center;
	}
}

/* --- Custom styles for title-element block --- */
.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;\
}

.service-pill {
  background: rgba(255,255,255,0.12);
  border: 1.5px solid #fff;
  border-radius: 32px;
  padding: 6px 12px;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s;
}

.service-pill:hover {
  background: #fff;
  color: #d72821;
  cursor: pointer;
}

@media (max-width: 768px) {
  .services-list {
    gap: 8px;
    margin-top: 16px;
  }
  .service-pill {
    font-size: 14px;
    padding: 7px 14px;
  }
}
/* --- End custom styles for title-element block --- */

#modal-iframe  {
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

	.modal-body {
		background: transparent;

		button {
			position: absolute;
			top: 16px;
			right: 32px;
		}
	}

	@media (max-width: 768px) {
		width: 100%;
		padding: 32px 0;
		height: 700px;
	}
}

li {
  list-style: none;
}