/*
	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: "Varela Round", 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: 1080;
	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: 0;
}

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;
}

[data-sr] {
	visibility: hidden;
}

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

/* 1.1 Typography */
p {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "Varela Round", 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;
	margin-bottom: 20px;
	color: #222;
	line-height: 1.5em;
}

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

h1,.h1 {
	font-size: 42px;
	margin: 0.67em 0;
}

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

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

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

.section-heading {
	margin-top: 42px;
	margin-bottom: 35px;
}

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

b, strong {
	color: #222;
	-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:focus {
  	outline: none;
  	text-decoration: none;
}

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

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;
}

p a.more: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;
}

section.breaking {
	padding: 0;
}

.breaking-content {
	padding: 80px 0;
}

.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-medium {
	text-shadow: -1px -1px 4px rgb(125 116 107 / 75%), 1px -1px 4px rgb(125 116 107 / 75%), -1px 1px 4px rgb(125 116 107 / 75%), 1px 1px 4px rgb(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-0 {
	margin-bottom: 0px !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-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-amount {
	padding: 15px 0;
	border: 2px solid #eee;
	border-right: none;
	border-left: none;
	color: #222;
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
}

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

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

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

.price .price-button {
	display: block;
	margin-right: -20px;
	margin-left: -20px;
	padding: 24px 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,
.price .price-feature li,
.price .price-button {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

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;
}

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

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

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

.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 .price.best-value,
ul.pricing .price.best-value:hover {
	border-color: var(--red-text);
}

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

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

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

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

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


.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: 99999;
	padding: 10px 0;
	background: #222;
}

header .logo img {
	position: absolute;
	top: 12px;
	margin-top: -9px;
	width: 70px;

}

.the-origin-header a.logo {
	display: inline-block;
	margin-top: -10px;
}

.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 {
	color: #fff;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

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

.navbar-nav>li>a:hover,
.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 a.logo {
	margin-top: -20px;
	padding: 7px 0;
}
.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;
}

.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;
}

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

.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: 580px;
	color: #fff;
	background-size: cover !important;
}

#hero .container {
  	height: 580px;
}


.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,.25);
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
}

.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: #f59f06;
	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: #ed9903;
	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;
}

.hero-subscribe-self-capture form .input-group .btn-subscribe {
	border-radius: 8px !important;
}

.hero-subscribe-self-capture form .input-group .btn-subscribe:before  {
	display: none
}

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

.hero-subscribe-wrapper .helper-text {
	display: block;
	margin-top: 11px;
	color: #342f27;
}
/* -- */

/* 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: #eee;
}

.client-logo h5 {
	padding-top: 25px;
}
.client-logo .h5 {
	padding-top: 25px;
}

.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;
}

.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.0 OUR FEATURES SECTI0N
 * -----------------------------------------------------------------------------
 */
.the-feature {
	margin-top: -10px;
	margin-bottom: 53px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.the-feature:hover {
	background: #f7f8f9;
}

.feature-icon {
	color: #777;
	font-size: 30px;
}

.feature-title {
	margin-top: 17px;
	margin-bottom: 15px;
}

/* 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;*/
/*}*/

#breakout .breaking-content {
	padding: 74px 0;
}

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

.app-layout #breakout .breaking-content {
	padding-top: 71px;
}
/* -- */

/* 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;
}

#breakout small {
	display: block;
	margin-top: 18px;
	font-size: 12px;
	padding: 0 30px;
}

.breakout-quote {
	color: #fff;
	font-style: italic;
	font-size: 18px;
	font-family: "Droid Serif", serif;
	line-height: 26px;
	padding-top: 20px;
	padding: 30px;
}
	/*color: #fff;*/
	/*font-style: italic;*/
	/*font-size: 24px;*/
	/*font-family: "Droid Serif", serif;*/
	/*line-height: 36px;*/
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/


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


.breakout-quote-photo .portrait {
    position: absolute;
    top: -36px;
}

/**
  * 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 {
	position: fixed;
	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;
}
/* -- */

ul.footer-nav,
ul.footer-social,
.copyright {
	text-align: center;
}

ul.footer-nav,
ul.footer-social {
	margin-bottom: 30px;
}

ul.footer-nav li {
	display: inline-block;
	padding: 0 17px;
	font-size: 14px;
}

ul.footer-social li {
	display: inline-block;
	padding: 0 7px;
}

ul.footer-social li a {
	color: #777;
	font-size: 20px;
}

.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;
	}

}

/* 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;
}

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.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;
}

.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;
}
h2.section-title{
    text-decoration: underline
}

.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 */


#breakout {
	background: url(../images/stocks/stock.jpg) center center no-repeat;
	background-position: center center!important; ;
}
.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%;
}

iframe{
	border-width: 0px;
}

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

.popover-content a {
    color: #777;
}
.breakout-quote {
	display:table;
	text-align: justify;
	margin:0 auto;
}
.breakout-quote .source {
	text-align:center;
}

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;
	}

	.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;
	}
}



/**
 * 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: 20px;
	}

	.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.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: 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: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	/* 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;
	}

	/* 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;
	}
}
#our-features .row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}
#our-features .container{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
@media (min-width: 992px){
	.col-md-offset-12 {
	 	margin-left: 0;
	}
}
@media (min-width: 990px) and (max-width: 1201px) {
	.navbar-nav>li>a{
		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: 60px 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;
}

.client-logo h5 {
	padding-top: 25px;
	color: #ffffff;
}
.client-logo .h5 {
	margin: 0;
	padding: 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;
	}
}

.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;
}
.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: 66.3%;
	}
}

@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: 15px;
}
.register-modal-help-block small{
	background: #fff;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
@media (max-width: 738px) {
	.event-hero-info small {
		margin-right: 23px;
	}
}
.contact-form .help-block{
	color: #ff0039;
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* -- */
.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: 0 auto;
	position: absolute;
	top: -50px;
	z-index: 999;
	left: 50%;
	transform: translate( -50%, -10vh);
	width: calc( 100% - 20px );
	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{
	position: relative;
}

@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;
	top: -100px;
	max-width: 400px;
}
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%;
	}
}
@media (max-width: 1200px) {
	#savings_calculator_block{
		top: -80px;
	}
}
@media (max-width: 960px) {
	#savings_calculator_block{
		top: -40px;
	}
}

.rangeslider__handle:after{
	display: none !important;
}
div.alert-message#savings_calculator_block .rangeslider__handle{
	font-size: 18px;
	line-height: 35px;
}

@media (max-width: 768px) {
	div.alert-message.error#savings_calculator_block h2 {
		line-height: 22px;
	}
	div.alert-message.error#savings_calculator_block p {
		font-size: 14px;
		line-height: 18px;
	}
	div.alert-message#savings_calculator_block .savings_calculator_range_total div{
		line-height: 4vh;
	}
}
@media (max-width: 560px) {
	div.alert-message.error#savings_calculator_block h2 {
		font-size: 15px;
		line-height: 15px;
	}
	div.alert-message.error#savings_calculator_block p {
		font-size: 12px;
		line-height: 12px;
	}
	div.alert-message#savings_calculator_block .savings_calculator_range_total div{
		line-height: 4vh;
	}
	div.alert-message#savings_calculator_block .rangeslider__handle{
		font-size: 16px;
		line-height: 38px;
	}
}

.ql-video {
  display:block;
  margin: 0 auto;
}
@media (min-width: 992px) {
    .ql-video {
        width: 1170px;
        height: 641px; /* 720px */
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .ql-video {
        width: 640px;
        height: 360px; /* 480px */
    }
}

@media (min-width: 481px) and (max-width: 766px) {
    .ql-video {
        width: 480px;
        height: 270px; /* 320px */
    }
}

@media (max-width: 480px) {
    .ql-video {
        width: 300px;
        height: 169px; /* 225px */
    }
}

.freshdesk{
	height: 1820px;
}

@media (max-width: 768px) {
	.freshdesk{
		height: 2890px;
	}
}
@media (min-width: 768px)and (max-width: 1023px)  {
	.freshdesk{
		height: 1824px;
	}
}

.photographer_sign_up{
	height: 1720px;
}

@media (max-width: 986px) {
	.photographer_sign_up{
		height: 1180px;
	}
}


/* virtual staging */
.virtual_staging_logo{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(/common/images/pages/virtual_staging/virtual_staging_logo.png) center center no-repeat;
	background-size: cover;
}
.virtual_staging .benefits{
	display: flex;
	justify-content: start;
	flex-direction: row;
	flex-wrap: wrap;
}
.virtual_staging .benefits .item{
	display: flex;
	justify-content: start;
	flex-direction: row;
	margin-bottom: 30px;
}
.virtual_staging .benefits .item .benefits-img{
	width: 15%;
}
.virtual_staging .benefits .item .benefits-img img{
	width: 80%;
}
.virtual_staging .benefits .item .benefits-label{
	font-size: 24px;
}
.virtual_staging .benefits .item .benefits-text{
	text-align: left;
	padding-left: 20px;
	width: 100%;
}
.virtual_staging .layer{
	text-align: left;
}
.virtual_staging .layer div{
	height: 100px;
}
.virtual_staging .layer h2{
	margin-bottom: 30%;
}

@media (max-width: 700px){
	.virtual_staging .grey{
		min-height: 250px;
	}
}

.virtual_staging_options .item{
	background: #7f7f7d;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 15px rgb(0 0 0);
	box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 1);
	width: 30%;
	margin: 10px;
	cursor: pointer;
}
@media (max-width: 768px){
	.virtual_staging_options .item span{
		font-size: 11px;
	}
}

.virtual_staging_img img{
	cursor: pointer;
}
.virtual_staging_img .bottom-price {
	position: absolute;
	bottom: 30px;
}
.virtual_staging_img .container-img{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
}
#modal-trigger-btn-image{
	z-index: 999999;
}
#modal-feature, #myModal{
	z-index: 999999;
}
.text-light-grey{
	color: #525355;
}

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

.virtual_staging  h3{
	margin-top: 15px;
}
.virtual_staging .text{
	font-size: 14px;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
.text-white{
	color: #FFFFFF;
}
.virtual_staging .bottom-title{
	position: absolute;
	bottom: 20px;
	width: calc( 100% - 30px );
}
.virtual_staging .bottom-title button{
	width: 50%;
}
.virtual_staging_before_after_title span{
	margin-left: 10px;
}
.virtual_staging_before_after_text{
	align-items: center;
}
.virtual_staging .flex-container {
	padding: 20px 0;
}
.align-right{
	justify-content: end !important;
}
.virtual_staging .flex-container span{
	width: 50%;
	font-size: 16px;
}

.virtual_staging .layer img{
	width: 86px;
}
.button-text{
	position: absolute !important;
	bottom: 100px;
	right: 20px;
	border-radius: 0 !important;
	font-size: 30px;
	font-weight: bold;
}
/*.virtual_staging_logo h1{*/
	/*text-shadow: 1px 1px 15px rgb(0 0 0);*/
/*}*/

.virtual_staging button{
	position: relative;
	overflow: hidden;
	margin-left: 0;
	border-radius: 12px;
	background-color: var(--red-text);
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Montserrat", sans-serif;
}
.virtual_staging button a {
	color: #FFFFFF;
}
.virtual_staging .text-black{
	color: #000000;
}
.virtual_staging .text-grey{
	color: #656565;
}
.virtual_staging_description .benefits .item-start{
}
.virtual_staging_description .benefits .item-end{
}
.virtual_staging_description .images{
	padding: 0 50px;
}
.virtual_staging_description .images img{
	width: 48px;
}
@media (min-width: 768px){
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
}

@media (min-width: 768px)and (max-width: 1023px){
	.modal-dialog {
		width: calc( 100% - 40px );
	}
}
@media (min-width: 1024px){
	.modal-dialog {
		width: 1020px;
	}
}

@media (max-width: 768px) {
	.virtual_staging_description .images img{
		width: 32px;
	}
	.virtual_staging_description .images{
		padding: 0 10px;
	}
	.virtual_staging_examples .flex-wrap{
		display: block;
	}
}
.virtual_staging_examples .row{
	cursor: pointer;
}
.virtual_staging_examples .grey{
	position: relative;
	padding-bottom: 67px;
}
.virtual_staging_examples .grey .bottom-block{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: calc( 100% - 35px );
}
.virtual_staging_examples .row .external{
	cursor: pointer;
}
.virtual_staging_examples_flex{
	display: flex;
	flex-direction: column;
}
.virtual_staging_examples_flex .text{
	flex-grow: 1;
}
.virtual_staging .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.virtual_staging_review .container{
	position: relative;
}
.virtual_staging_review .price-text{
	font-size: 24px;
}
.virtual_staging_review .price-text span{
	font-size: 48px;
}
.virtual_staging_review .review-lg{
	position: absolute;
	bottom: -10%;
	right: 10%;
}
.virtual_staging_review img{
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	z-index: 0;
}
.virtual_staging_booking h2:before {
	content: "";
	display: block;
	border-top: solid 1px var(--red-text);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.virtual_staging_booking h2 {
	position: relative;
}
.virtual_staging_booking h2 span{
	background: #fff;
	position: relative;
	z-index: 5;
}
.virtual_staging_before_after img{
	cursor: pointer;
}
.virtual_staging_before_after  .flex-wrap{
	clear: both;
}
.flex{
	display: flex;
}
.grey{
	padding: 5px 15px;
}
#modal-trigger-btn-image .modal-body{
	display: flex;
	justify-content: center;
}
/* end virtual staging */

/* professional_photography */
.professional_photography_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(/common/images/pages/professional_photography/professional_photography_logo.png) center center no-repeat;
	background-size: cover;
}
/*.professional_photography_logo h1{*/
	/*text-shadow: 1px 1px 15px rgb(0 0 0);*/
/*}*/

.professional_photography button{
	position: relative;
	overflow: hidden;
	margin-left: 0;
	border-radius: 12px;
	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;
}
.professional_photography button a {
	color: #FFFFFF;
}
.professional_photography .text-red{
	color: var(--red-text);
}
.professional_photography .text-black{
	color: #000000;
}
.professional_photography .text-grey{
	color: #656565;
}
.professional_photography .bold{
	font-weight: bold;
}
.professional_photography_description .images{
	padding: 0 50px;
}
.professional_photography_description .images img{
	width: 48px;
}
@media (min-width: 768px){
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
}

@media (min-width: 768px)and (max-width: 1023px){
	.modal-dialog {
		width: calc( 100% - 40px );
	}
}
@media (min-width: 1024px){
	.modal-dialog {
		width: 1020px;
	}
}

@media (max-width: 768px) {
	.professional_photography_description .images img{
		width: 32px;
	}
	.professional_photography_description .images{
		padding: 0 10px;
	}

}
.professional_photography_examples .row .external{
	cursor: pointer;
}
.professional_photography_examples .text-center{
	margin: 10px 0 50px 0;
}
.professional_photography_examples .margin-0{
	margin: 0 !important;
}
.professional_photography_examples .the-feature-video{
	position: relative;
}
.professional_photography_examples img{
	height: 220px;
	-webkit-box-shadow: -1px 4px 15px 2px rgba(0,0,0,0.95);
	box-shadow: -1px 4px 15px 2px rgba(0,0,0,0.95);
}
.professional_photography_examples .floor-plan{
	margin: 0px;
}
.professional_photography_examples .bold{
	margin-top: 15px;
}
.professional_photography_examples{
	padding: 80px 0 30px 0;
}
.professional_photography .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.professional_photography_review .container{
	position: relative;
}
.professional_photography_review .price-text{
	font-size: 24px;
}
.professional_photography_review .price-text span{
	font-size: 48px;
}
.professional_photography_review .review-lg{
	position: absolute;
	bottom: -10%;
	right: 10%;
}
.professional_photography_review img{
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	z-index: 0;
}
.professional_photography_booking h2:before {
	content: "";
	display: block;
	border-top: solid 1px var(--red-text);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.professional_photography_booking h2 {
	position: relative;
}
.professional_photography_booking h2 span{
	background: #fff;
	position: relative;
	z-index: 5;
}
.the-feature-video .the-feature-video_play {
	width: 80px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.the-feature-video .the-feature-video_play .ytb-btn-background {
	transition: .3s;
	cursor: pointer;
}
.the-feature-video:hover .the-feature-video_play .ytb-btn-background {
	fill: red;
}
.modal-feature iframe{
	width: 100%;
	min-height: 600px;
	padding-left: 20px;
}
.modal{
	top: 30px;
}
.flex-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* professional_photography_logo */

/* DIY */

.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;
}
.external-title img, .external-title span{
	padding-right: 15px;
}
.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;
}

.question-mark{
	height: 21px;
	outline: none;
}

.question-mark svg{
	fill: #777;
}
.tippy-popper .tippy-tooltip{
	font-size: 14px;
}

.scenes-popup{
	padding-right: 0px !important;
	cursor: pointer;
	border-bottom: 1px dashed #dedede;
}
/* 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-amount {
	padding: 15px 0;
	border: 2px solid #eee;
	border-right: none;
	border-left: none;
	color: #222;
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
}

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

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

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

.price .price-button {
	display: block;
	margin-right: -20px;
	margin-left: -20px;
	padding: 24px 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,
.price .price-feature li,
.price .price-amount,
.price .price-button {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

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;
}

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: 7px;
	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: 1px 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;
}
/* end DIY */

/* use_any_360_camera */
.modal-trigger-btn-professional_photography_examples{
	cursor: pointer;
}

/* 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;
	max-width: 90vw;
	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%;
	}
}

.transparent{
	opacity: 0;
}

.block{
	display: block;
}

.use_any_360_camera_logo{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(/common/images/pages/use_any_360_camera/use_any_360_camera_logo.jpg) center center no-repeat;
	background-size: cover;
}
.use_any_360_camera #simple_pricing {
	background: none;
}
/*.use_any_360_camera #simple_pricing .pricing-item-container{*/
	/*margin: 0;*/
/*}*/
/*.use_any_360_camera #simple_pricing .pricing-item {*/
	/*grid-template-rows: 1fr auto auto 0px;*/
/*}*/
/*.use_any_360_camera #simple_pricing .pricing-item-container {*/
	/*grid-template-columns: 50%;*/
	/*justify-content: center;*/
/*}*/
.use_any_360_camera button{
	position: relative;
	overflow: hidden;
	margin-left: 0;
	border-radius: 12px;
	background-color: var(--red-text);
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Montserrat", sans-serif;
}
.use_any_360_camera .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.use_any_360_camera h3{
	margin: 0;
}
.use_any_360_camera .the-feature-video{
	cursor: pointer;
	text-decoration: underline;
}
.use_any_360_camera .footer{
	display: flex;
	justify-content: center;
	align-items: center;
}
.use_any_360_camera .left-footer{
	padding: 20px 0;
}
.use_any_360_camera .flex-container-column{
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	padding: 10px;
}
@media (max-width: 576px) {
	.use_any_360_camera .footer {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.use_any_360_camera .left-footer h3 small{
		font-size: 13px;
	}
	.use_any_360_camera .left-footer h3{
		line-height: 0.6em;
		padding: 0 0 10px 0;
	}
	.use_any_360_camera .left-footer {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		display: flex;
		padding: 10px 0;
		text-align: center;
	}
	.use_any_360_camera .flex-container-column {
		align-items: center;
	}
}
.use_any_360_camera button a {
	color: #FFFFFF;
}
.use_any_360_camera_guide .tab-pane .see_demo{
	background: #7f7f7d;
	position: absolute;
	bottom: 4%;
	right: 15px;
	padding: 10px 20px;
	border-radius: 5px 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.use_any_360_camera_guide .buy_now{
	font-size: 24px;
}
.use_any_360_camera_guide .grey{
	padding: 0;
	border: 1px solid #ffffff;
}
.use_any_360_camera_guide h3{
	color: #FFFFFF;
}
.use_any_360_camera_guide .nav-tabs>li>a{
	background: #ababab;
	font-weight: bold;
}
.use_any_360_camera_guide .nav-tabs>li.active>a{
	background: #7f7f7d;
	color: #FFFFFF;
}
.use_any_360_camera_guide .nav-tabs{
	background: #fff;
}
.use_any_360_camera_guide .nav-tabs>li.active>a{
	border: 1px solid #7f7f7d;
}
.use_any_360_camera_guide .grey{
	border: none;
}
.use_any_360_camera_description img{
	overflow: auto;
	margin-bottom: 20px;
}
.use_any_360_camera_description h3{
	width: 100%;
	float: none;
}

.use_any_getting_started{
	background: #4F575E;
	color: #ffffff !important;
}
.use_any_getting_started .section-title span{
	color: #ffffff;
}

.use_any_getting_started .main{
	display: flex;
}
.use_any_getting_started .section-right{
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
}
.use_any_getting_started .section-right .section-title{
	text-align: start;
}
.use_any_getting_started .section-right ul{
	width: 100%;
}
.use_any_getting_started .section-right .content{
	text-align: start;
}
.use_any_getting_started .section-right img{
	max-width: 100%;
}
.use_any_getting_started .section-left{
	width: 60%;
	padding-right: 12%;
}

.use_any_getting_started .section-right li{
	margin-bottom: 20px;
}
.use_any_getting_started .section-right .number{
	float: left;
	margin-right: 20px;
}
.use_any_getting_started .section-right .description {
	font-size: 12px;
}
.use_any_getting_started .section-right button{
	background: #ffffff;
	color: #000000;
	font-size: 24px !important;
	height: 38px !important;
	margin-top: 20px;
	text-transform: capitalize;
	border-radius: 10px;
}

.use_any_best_practice{
	background: #4F575E;
	color: #ffffff !important;
	text-align: center;
}
.use_any_best_practice .section-title{
	color: #ffffff;
	font-size: 21px;
}
.use_any_best_practice .section-title span{
	font-size: 12px;
}
.use_any_best_practice .section-title div{
	font-weight: bold;
	padding: 10px 0;
}

.use_any_best_practice .section-title span{
	color: #ffffff;
	font-size: 14px;
}

.use_any_best_practice .main{
	display: flex;
}
.use_any_best_practice .section-right{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.use_any_best_practice .section-right img{
	max-width: 100%;
}
.use_any_best_practice .section-left{
	width: 50%;
	padding-left: 0px;
}

@media (max-width: 769px){
	.use_any_best_practice .section-left{
		width: 100%;
	}
	.use_any_best_practice .section-right{
		display: none;
	}
}

.use_any_best_practice .section-left li{
	margin-bottom: 20px;
}
.use_any_best_practice .section-left .number{
	float: left;
	margin-right: 20px;
}
.use_any_best_practice .section-left .description {
	font-size: 12px;
}
.use_any_best_practice .section-left button{
	background: #ffffff;
	color: #000000;
	font-size: 24px !important;
	height: 38px !important;
	margin-top: 10px;
	text-transform: capitalize;
	border-radius: 10px;
}
@media (max-width: 769px){
	.use_any_best_practice .section-left button{
		font-size: 16px !important;
	}
	.use_any_getting_started .section-left{
		width: 100%;
		padding-left: 50px;
	}
	.use_any_getting_started .main{
		flex-direction: column;
	}
	.use_any_getting_started .section-right{
		text-align: center;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0 50px;
	}
	.use_any_getting_started .section-right .section-title{
		text-align: center;
	}
}
.use_any_best_practice .new-pricing-table{
	padding-top: 50px;
}
.use_any_best_practice .new-pricing-table article{
	border: none;
}
.use_any_best_practice .new-pricing-table article{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.use_any_best_practice .new-pricing-table input{
	width: 300px;
}
.use_any_best_practice .new-pricing-table .main{
	justify-content: center;
}

.use_any_trial button{
background: #4F575E;
font-size: 24px;
font-weight: bold;
padding: 10px 20px;
}
/* end use_any_360_camera */

.text-white {
	color: #ffffff;
}
.text-black {
	color: #000000;
}
.bold {
	font-weight: bold !important;
}
.text-red{
	color: var(--red-text) !important;
}

.grey{
	background: #7f7f7d;
	border: 1px solid #7f7f7d;
	color: #fff;
	height: 100%;
}
.p-tb-20{
	padding: 20px 0 !important;
}
@media (min-width: 990px){
	.col-lg-offset-15{margin-left:12.5%}
}

/* CAR */
.CAR_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(/common/images/pages/CAR/CAR_logo.png) center center no-repeat;
	background-size: cover;
	position: relative;
}
.CAR_logo .price{
	padding-bottom: 0px
}
.CAR_logo img{
	width: 200px;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}
.CAR_logo h1{
	/*text-shadow: 1px 1px 15px rgb(0 0 0);*/
	padding-bottom: 30px
}
.CAR_logo h3{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -0%);
}
@media (max-width: 768px){
	.CAR_logo h3 {
		width: 100%;
		font-size: 14px;
	}
}

.CAR_logo .hero-content{
	position: static;
}

.CAR .CAR_logo button{
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}

.CAR .CAR_description button, .CAR .CAR_review button{
	font-size: 44px;
}

.CAR button{
	position: relative;
	overflow: hidden;
	margin-left: 0;
	border-radius: 12px;
	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;
	background-color: #003767;
}
.CAR button a {
	color: #FFFFFF;
}
.CAR .text-red{
	color: #003767;
}
.CAR .text-black{
	color: #000000;
}
.CAR .text-grey{
	color: #656565;
}
.CAR .bold{
	font-weight: bold;
}
.CAR_description .images{
	padding: 0 50px;
}
.CAR_description .images img{
	width: 48px;
}
@media (min-width: 768px){
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
}

@media (min-width: 768px)and (max-width: 1023px){
	.modal-dialog {
		width: calc( 100% - 40px );
	}
}
@media (min-width: 1024px){
	.modal-dialog {
		width: 1020px;
	}
}

@media (max-width: 768px) {
	.CAR_description .images img{
		width: 32px;
	}
	.CAR_description .images{
		padding: 0 10px;
	}
}
.CAR_examples .row .external{
	cursor: pointer;
}
.CAR_examples .text-center{
	margin: 10px 0 50px 0;
}
.CAR_examples .margin-0{
	margin: 0 !important;
}
.CAR_examples .the-feature-video{
	position: relative;
}
.CAR_examples img{
	height: 234px;
}
.CAR_examples{
	padding: 80px 0 30px 0;
}
.CAR .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.CAR_review .container{
	position: relative;
}
.CAR_review .price-text{
	font-size: 24px;
}
.CAR_review .price-text span{
	font-size: 48px;
}
.CAR_review .review-lg{
	position: absolute;
	bottom: -15%;
	right: 10%;
}
.CAR_review img{
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	z-index: 0;
}
.CAR_booking h2:before {
	content: "";
	display: block;
	border-top: solid 1px #003767;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.CAR_booking h2 {
	position: relative;
}
.CAR_booking h2 span{
	background: #fff;
	position: relative;
	z-index: 5;
}
.CAR .ipro-video{
	position: fixed;
	bottom: -7px;
	left: -220px;
	z-index: 9999999;
	cursor: pointer;
	pointer-events: none;
}
.CAR .ipro-video video{
	width: 600px;
}
.CAR .ipro-video .video-controls{
	width: 200px;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	pointer-events: visible;
}
.CAR .ipro-video .fa-volume-up{
	position: absolute;
	bottom: 85px;
	left: 22%;
	color: #fff;
	transform: translate( -50%, -50%);
	font-size: 48px;
	text-shadow: 2px 2px 4px #000000;
}
.CAR .ipro-video .fa-volume-off{
	position: absolute;
	bottom: 85px;
	left: 22%;
	color: #fff;
	transform: translate( -50%, -50%);
	font-size: 48px;
	text-shadow: 2px 2px 4px #000000;
}
.CAR .ipro-video .off{
	position: absolute;
	bottom: 85px;
	left: 22%;
	color: #fff;
	transform: translate( -50%, -50%);
	font-size: 48px;
	text-shadow: 2px 2px 4px #000000;
	width: 42px;
}
.CAR .ipro-video .on{
	position: absolute;
	bottom: 85px;
	left: 22%;
	color: #fff;
	transform: translate( -50%, -50%);
	font-size: 48px;
	text-shadow: 2px 2px 4px #000000;
	width: 42px;
}

/* end CAR */

/* professional_photography_network */
/*.professional_photography_network_logo h1{*/
	/*font-size: 30px;*/
	/*margin-bottom: 80px;*/
/*}*/
.professional_photography_network_logo .buttons h2{
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.professional_photography_network button{
		margin-top: 20px;
	}
	.professional_photography_network_logo .buttons h2{
		font-size: 26px;
	}
}
.professional_photography_network_logo .logo{
	width: 200px;
	margin-bottom: 20px;
}

.professional_photography_network_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(/common/images/pages/professional_photography_network/professional_photography_network_logo.png) center center no-repeat;
	background-size: cover;
}
/*.professional_photography_network_logo h1{*/
/*text-shadow: 1px 1px 15px rgb(0 0 0);*/
/*}*/

.professional_photography_network button{
	position: relative;
	overflow: hidden;
	margin-left: 0;
	border-radius: 12px;
	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;
}
.professional_photography_network button a {
	color: #FFFFFF;
}
.professional_photography_network .text-red{
	color: var(--red-text) !important;
}
.professional_photography_network .text-black{
	color: #000000;
}
.professional_photography_network .text-grey{
	color: #656565;
}
.professional_photography_network .bold{
	font-weight: bold;
}
.professional_photography_network_description{
	padding-bottom: 0px;
}
.professional_photography_network_description .row{
	position: relative;
}
.professional_photography_network_description .avatar-background{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 0;
}
.professional_photography_network_description .images{
	padding: 0 50px;
	margin-top: 100px;
}
.professional_photography_network_description .images img{
	width: 150px;
}
@media (min-width: 768px){
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
}

@media (min-width: 768px)and (max-width: 1023px){
	.modal-dialog {
		width: calc( 100% - 40px );
	}
}
@media (min-width: 1024px){
	.modal-dialog {
		width: 1020px;
	}
}

@media (max-width: 768px) {
	.professional_photography_network_description .images img{
		width: 32px;
	}
	.professional_photography_network_description .images{
		padding: 0 10px;
	}
}
.professional_photography_network_examples .container{
	position: relative;
	text-align: center;
	padding: 80px 0;
	margin: 0;
	width: 100%;
	box-shadow: none;
}
.professional_photography_network_examples .avatar-background{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 0;
	box-shadow: none;
}
.professional_photography_network_examples .row .external{
	cursor: pointer;
}
.professional_photography_network_examples .text-center{
	margin: 10px 0 50px 0;
}
.professional_photography_network_examples .margin-0{
	margin: 0 !important;
}
.professional_photography_network_examples .the-feature-video{
	position: relative;
}
.professional_photography_network_examples img{
	height: 220px;
	-webkit-box-shadow: -1px 4px 15px 2px rgba(0,0,0,0.95);
	box-shadow: -1px 4px 15px 2px rgba(0,0,0,0.95);
}
.professional_photography_network_examples .floor-plan{
	margin: 0px;
}
.professional_photography_network_examples .bold{
	margin-top: 15px;
}
.professional_photography_network_examples{
	padding: 80px 0 30px 0;
}
.professional_photography_network .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.professional_photography_network_review ul{
	margin-left: 15px;
}
.professional_photography_network_review li{
	list-style-type: disc;
}
.professional_photography_network_review .container{
	position: relative;
}
.professional_photography_network_review .price-text{
	font-size: 24px;
}
.professional_photography_network_review .price-text span{
	font-size: 48px;
}
.professional_photography_network_review .review-lg{
	position: absolute;
	bottom: -10%;
	right: 10%;
}
.professional_photography_network_review img{
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	z-index: 0;
}
.professional_photography_network_booking h2:before {
	content: "";
	display: block;
	border-top: solid 1px var(--red-text);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.professional_photography_network_pricing{
	padding-top: 120px;
}

.professional_photography_network_pricing .section-container-title h3{
	font-size: 24px;
}

.professional_photography_network_booking h2 {
	position: relative;
	margin-top: 60px;
}
.professional_photography_network_booking h2 span{
	background: #fff;
	position: relative;
	z-index: 5;
}
/* */
.dropdown-menu{
	font-size: 13px !important;
}

/* comparison */
.modal-trigger-btn-professional_photography_examples{
	cursor: pointer;
}
.m-r-4{
	margin-right: 40px !important;
}
.comparison .container .btn-subscribe.blue{
	background: #01376A;
}
.comparison .comparison_trust{
	padding: 0;
	background: #edeff0;
}
.comparison .comparison_trust img{
	padding: 10px 0;
}
.comparison .section-main {
	margin-top: 50px;
	margin-bottom: 50px;
}
.comparison .comparison_customers article{
	background: rgba(225,225,225,0.45);
	box-shadow: 0 12px 14px 0 rgba(0,0,0,0.02);
	border-radius: 10px;
	width: 165px;
	padding: 20px;
	margin: 10px;
	align-self: stretch;
}

.comparison .comparison_customers article span{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.comparison .comparison_customers article img{
	margin: 20px 0 10px;
	height: 24px;
}
.comparison .comparison_customers .section-main{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.comparison_getting_started{
	background: #4F575E;
	color: #ffffff !important;
}
.comparison_getting_started .section-title span{
	color: #ffffff;
}

.comparison_getting_started .main{
	display: flex;
}
.comparison_getting_started .section-right{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comparison_getting_started .section-right img{
	max-width: 100%;
}
.comparison_getting_started .section-left{
	width: 50%;
	padding-left: 80px;
}

@media (max-width: 769px){
	.comparison_getting_started .section-left{
		width: 100%;
		padding-left: 50px;
	}
	.comparison_getting_started .section-right{
		display: none;
	}
}

.comparison_getting_started .section-left li{
	margin-bottom: 20px;
}
.comparison_getting_started .section-left .number{
	float: left;
	margin-right: 20px;
}
.comparison_getting_started .section-left .description {
	font-size: 12px;
}
.comparison_getting_started .section-left button{
	background: #ffffff;
	color: #000000;
	font-size: 12px !important;
	height: 38px !important;
	width: 150px !important;
	margin-top: 20px;
	text-transform: capitalize;
	border-radius: 10px;
}
.comparison_there_more .section{
	margin-bottom: 40px;
}
.comparison_there_more .container{
	width: 90%;
}
.comparison_there_more .title{
	margin-bottom: 40px;
}
.comparison_there_more .title h1{
	padding: 0px;
	margin: 0px;
}
.comparison_there_more .main li{
	margin: 20px;
	color: #000000;
}
.comparison_there_more .main button{
	margin-top: 50px;
}
.comparison_there_more .description{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	text-align: start;
}
@media (max-width: 769px){
	.comparison_there_more .description{
		flex-direction: column;
	}
}
.comparison_there_more .description .item div{
	margin-bottom: 10px;
}
.comparison_there_more .description .item img{
	width: 32px;
	margin-right: 10px;
}
.comparison_there_more .section{
	margin: 0 auto;
}
.comparison_there_more .section:last-child{
	margin-top: 100px;
}
.comparison_pricing{
	background: #4F575E;
}

.comparison_pricing .section-title{
	color: #ffffff;
}

.comparison_pricing article{
	background: #fff;
}
.comparison_pricing article .new-pricing-header{
	border: 1px solid #e5e5e5;
}
.comparison_pricing article .new-pricing-header h3{
	color: #FFFFFF;
	margin-top: 20px;
}
.comparison_pricing article hr{
	border-top: 1px solid #ffffff;
}
.comparison_pricing article .main{
	margin-top: 20px;
}
.comparison_logo{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(/common/images/pages/comparison/logo.jpg) center center no-repeat;
	background-size: cover;
}
.comparison_logo .buttons{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 580px) {
	.comparison_logo .buttons{
		justify-content: center;
	}
}
.comparison_logo .buttons button{
	margin-bottom: 20px;
}
.comparison button{
	position: relative;
	overflow: hidden;
	margin-left: 0;
	border-radius: 12px;
	background-color: var(--red-text);
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Montserrat", sans-serif;
}
.comparison .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.comparison h3{
	margin: 0;
	margin-right: 20px;
}
.comparison .the-feature-video{
	cursor: pointer;
	text-decoration: underline;
}
.comparison .footer{
	display: flex;
	justify-content: center;
	align-items: center;
}
.comparison .left-footer{
	padding: 0;
}
.comparison .flex-container-column{
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	padding: 10px;
}
@media (max-width: 768px) {
	.comparison .footer {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.comparison .left-footer {
		justify-content: space-between;
		display: flex;
	}
	.comparison .flex-container-column {
		align-items: center;
	}
	.comparison .left-footer{
		padding: 10px 0;
	}
}
.comparison button a {
	color: #FFFFFF;
}
.comparison_guide .buy_now{
	font-size: 24px;
}
.comparison_guide .grey{
	padding: 0;
	border: 1px solid #ffffff;
}
.comparison_guide h3{
	color: #FFFFFF;
}
.comparison_guide .nav-tabs>li>a{
	background: #ababab;
	font-weight: bold;
}
.comparison_guide .nav-tabs>li.active>a{
	background: #7f7f7d;
	color: #FFFFFF;
}
.comparison_guide .nav-tabs{
	background: #fff;
}
.comparison_guide .nav-tabs>li.active>a{
	border: 1px solid #7f7f7d;
}
.comparison_guide .grey{
	border: none;
}
.comparison_description img{
	overflow: auto;
	margin-bottom: 20px;
}
.comparison_description h3{
	width: 100%;
	float: none;
}
/* end comparison */


.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;
}




/* start common */
.comparison_why_we_are_better{
	background: #E1E1E1;
}
.comparison_why_we_are_better .section-title-block h2{
	font-size: 42px;
}
.comparison_why_we_are_better .section-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 995px) {
	.comparison_why_we_are_better .section-main{
		justify-content: center;
	}
}
.comparison_why_we_are_better .section-main article{
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.comparison_why_we_are_better .section-main article{
		width: 80%;
	}
}
.comparison_why_we_are_better .section-main article .title{
	font-size: 32px;
	color: #000000;
	padding: 20px;
	border-bottom: 1px solid #979797;
}
.comparison_why_we_are_better .section-main article .main{
	text-align: start;
	padding: 20px 50px;
}
@media (max-width: 1200px) {
	.comparison_why_we_are_better .section-main article .main{
		padding: 20px 20px;
	}
}
.comparison_why_we_are_better .section-main article li{
	padding: 5px 0;
	color: #000000;
}

.tick, .untick {
	margin-right: 28px;
}
.tick:before, .untick:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	background-size: contain;
}
.tick:before {
	background: url(/common/images/pages/comparison/tick.png) no-repeat;
	background-size: 18px;
	background-position: 0% 40%;
}
.untick:before {
	background: url(/common/images/pages/comparison/untick.png) no-repeat;
	background-size: 11px;
	background-position: 0% 40%;
}
.w-50{
	width: 50%;
}
/* end common */


.notvisible{
	opacity: 0;
}

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

.inline{
	display: inline !important;
}

.comparison .new-pricing article, .new-pricing td{
	width: 100%
}
.comparison .new-pricing{
	grid-template-columns: 35% 35%;
}



