/*
* Theme Name: Oppo
* Author: Okathemes
* Version: 1.0.0

/* Table of Content
*****************************************************

   
    01. General Properties
		- Styling
		- Buttons
		- Inputs
		- Forms
    02. Main Nav
    03. Header
    04. Revolution Slider
	05. Slick Carousel
    06. Features
    07. iPhone Features
    08. Map Features
    09. iPhone Screens
	10. Ready to Buy
    11. Testimonials
    12. Plans
	13. Subscribe
	14. Footer		
	15. Responsive Styles
	

*/

/*****************************************************
*** General Properties ***
*****************************************************/
* {
	box-sizing: border-box;
}
html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Open Sans', serif;
	line-height: 1.625em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;/* For IE 6/7 (trigger hasLayout) */
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	letter-spacing: -0.05em;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 55px;
	line-height: 70px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 48px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 44px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 22px;
}
h6 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	margin:0px;
}
p.subtitle {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
	padding:0px 0 30px;
	margin-top:-34px;
}
p {
	font-size: 15px;
	line-height: 24px;
	color: #8c8f94;
}
a {
	color: #F3767F;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
.f-w-300 {
	font-weight: 300;
}
.f-w-400 {
	font-weight: 400;
}
ul {
	padding-left: 0px;
}
ul > li {
	list-style: none;
}
/*****************************************************
*** Buttons ***
*****************************************************/
.btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 800;
	padding: 9px 20px;
	text-decoration: none;
	color: #26272d;
	border: 1px solid rgba(38, 39, 45, 0.1);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-transform:uppercase;
}
.btn:active, .btn:focus {
	outline: none;
	box-shadow: none;
}
.btn-lg {
	padding: 14px 48px;
}
.btn-blue {
	background-color: #F3767F;
	color: white;
}
.btn-green {
	background-color: #6fc754;
	color: white;
}
.btn-dark {
	background-color: #131315;
	color: white;
}
.btn-blue:hover, .btn-blue:focus, .btn-green:hover, .btn-green:focus, .btn-dark:hover, .btn-dark:focus {
	color: #ffffff;
}
/*****************************************************
*** Inputs ***
*****************************************************/
input[type="text"], input[type="email"] {
	width: 500px;
	height: 44px;
	max-width: 100%;
	border: 1px solid rgba(38, 39, 45, 0.2);
	padding: 12px 26px;
	font-size: 14px;
	background-color: transparent;
	padding-right: 148px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
select {
	width: 100%;
	height: 44px;
	max-width: 100%;
	border: 1px solid rgba(38, 39, 45, 0.2);
	padding: 12px 26px;
	font-size: 14px;
	background-color: transparent;
	padding-right: 148px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
#contact-form .row{
	margin-bottom:30px;
}
input[type="text"]:focus, input[type="email"]:focus, select:focus {
	outline: none;
}
.form-email input[type="text"], .form-email input[type="email"] {
	width: 100%;
	height: 48px;
	max-width: 100%;
	border: 1px solid rgba(38, 39, 45, 0.2);
	padding: 12px 26px;
	font-size: 14px;
	background-color: transparent;
	padding-right: 148px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.form-email input[type="text"]:focus, .form-email input[type="email"]:focus {
	outline: none;
	color: #26272d;
}
.form-email textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(38, 39, 45, 0.2);
	padding: 12px 26px;
	font-size: 14px;
	background-color: transparent;
	padding-right: 148px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.form-email button[type="submit"] {
	width: 100%;
	height:44px;
	max-width: 100%;
	padding: 12px 26px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-bottom:30px;
}
.field-error .error{
    font-weight: 500;
    color: #FF0027;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
}
.field-error input, .field-error select, .field-error textarea{
    border-color: #FF0027 !important;
}
#response{
    display: none;
    width: 100%;
    height: 44px;
    max-width: 100%;
    padding: 12px 26px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 9px 20px;
    text-decoration: none;
    color: #26272d;
    border: 1px solid #F3767F;
    background-color: #F3767F;
    border-radius: 30px;
    color: white;
    text-align: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
}
/*****************************************************
*** Forms ***
*****************************************************/
#ready-to-buy .form-group, #contacts .form-group {
	position: relative;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
#ready-to-buy .form-group .btn, #contacts .form-group .btn {
	position: absolute;
	top: 4px;
	right: 4px;
}
/*****************************************************
*** Main Nav ***
*****************************************************/
#main-nav {
	font-family: 'Montserrat', sans-serif;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 40px 0 35px;
	font-size: 14px;
	z-index: 10;
	background-color: transparent;
	webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
#main-nav #navigation {
	color: #26272d;
	text-decoration: none;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	z-index: 2;
}
#main-nav #navigation:hover {
	color: #F3767F !important;
}
#main-nav ul {
	padding: 0;
}
#main-nav ul li {
	display: inline-block;
	margin-right: 30px;
}
#main-nav ul li a {
	color: #26272d;
	text-decoration: none;
}
#main-nav ul li a:hover {
	color: #F3767F;
}
#main-nav ul li .btn-blue {
	color: #ffffff;
}
#main-nav ul li .btn-blue:hover {
	color: #ffffff;
}
#main-nav ul li:last-child {
	margin-right: 0;
}
#main-nav ul.left {
	text-align: left;
	margin-left: 40px;
}
#main-nav ul.left li {
	display: inline-block;
	padding: 12px 0;
}
#main-nav ul.right li {
	display: inline-block;
	padding: 6px 0;
}
#main-nav ul.left li:first-child {
	margin-right: 40px;
}
#main-nav ul.right {
	text-align: right;
}
#main-nav .logo {
	display: inline-block;
	padding-top: 5px;
	/*padding-right:100px;*/
}
#main-nav #slide_out_menu {
	position: fixed;
	display: block;
	width: 380px;
	max-width: 650px;
	height: 100%;
	left: -380px;
	top: 0;
	padding: 40px;
	z-index: 50;
	background: #26272d;
	transition: left 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
#main-nav #slide_out_menu .menu-close {
	position: absolute;
	color: #ffffff;
	right: 20px;
	top: 52px;
}
#main-nav #slide_out_menu ul {
	margin-top: 40px;
}
#main-nav #slide_out_menu ul li {
	display: block;
	margin: 10px 0;
}
#main-nav #slide_out_menu ul li a {
	color: #ffffff;
}
#main-nav #slide_out_menu ul li a:hover {
	color: #F3767F;
}
#main-nav #slide_out_menu ul li .btn-blue:hover {
	color: #ffffff;
}
#main-nav #slide_out_menu ul li:last-child {
	margin-top: 20px;
}
#main-nav #slide_out_menu .slide_out_menu_footer {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 40px 25px;
}
#main-nav #slide_out_menu .slide_out_menu_footer .more-info p {
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}
#main-nav #slide_out_menu .slide_out_menu_footer .socials {
	margin: 18px 0 0;
}
#main-nav #slide_out_menu .slide_out_menu_footer .socials li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#main-nav #slide_out_menu .slide_out_menu_footer .socials li a {
	color: rgba(255, 255, 255, 0.8);
	transition: all .2s ease-in-out;
}
#main-nav #slide_out_menu .slide_out_menu_footer .socials li a:hover {
	color: #ffffff;
}
#main-nav #slide_out_menu .slide_out_menu_footer .socials li:last-child {
	margin-right: 0;
}
#main-nav #slide_out_menu.xs-screen {
	overflow-y: auto;
}
#main-nav #slide_out_menu.xs-screen ul {
	margin-top: 40px;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer {
	position: relative;
	padding: 0;
	margin-top: 40px;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .more-info p {
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials {
	margin: 18px 0 0;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li a {
	color: rgba(255, 255, 255, 0.8);
	transition: all .2s ease-in-out;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li a:hover {
	color: #ffffff;
}
#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li:last-child {
	margin-right: 0;
}
#main-nav #slide_out_menu.open {
	left: 0;
}
#main-nav.active {
	background-color: #ffffff;
	padding: 30px 0 24px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
/*****************************************************
*** Header ***
*****************************************************/
#header {
	padding: 160px 0 480px;
	background-image: url("../images/banner_background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#header.bg2 {
	padding: 160px 0 480px;
	background-image: url("../images/banner_background02.jpg");
}
#header.nobg {
	padding: 0px;
	background-image: none;
}
#header p {
	font-size: 16px;
	color: #8c8f94;
}
#header .header_iphone {
	position: absolute;
	bottom: -310px;
	left: 50%;
	margin-left: -185px;
}
#header .header_ipad {
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -490px;
	margin-top:60px;
}
#header .header_iphone_right {
	position: absolute;
	bottom: -620px;
	left: 50%;
	margin-left: -260px;
}
#header .video-btn {
	margin-top: 48px;
}
#header .video-btn i {
	margin-right: 15px;
}
#header.landing {
	padding: 160px 0 200px;
	background: url("../images/banner_background03.jpg") no-repeat center;
}
/*****************************************************
*** Revolution Slider ***
*****************************************************/
.banner-container.no-tmrg {
	width: 100%;
	position: relative;
	padding: 0;
	margin-top:0px!important;
	z-index:2;
}
.banner {
	width: 100%;
	position: relative;
	z-index:2;
}
.banner-center {
	width: auto;
	position: relative;
	z-index:2;
}
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	overflow: hidden !important;
	z-index:2;
}
.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 0;
	margin-top:120px;
}
.tp-caption.upper.black {
	font-family: 'Montserrat', sans-serif;
	color: #1f2126;
	font-size: 70px;
	font-weight:800;
	line-height:72px;
	letter-spacing:-4px;
}
.tp-caption.lower.black {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #373737;
	line-height:18px;
	text-transform:none;
	letter-spacing:0px;
}
.tp-caption.lower.black2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #373737;
	line-height:18px;
	text-transform:none;
	letter-spacing:0px;
}
.tp-caption.lower.black.para {
	font-size: 16px;
	font-weight:200;
	color: #1f2126;
	line-height:24px;
	letter-spacing:0px;
}
.tp-caption a.btn {
	color: #fff
}
.tp-leftarrow.default, .tp-rightarrow.default {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	top: 50% !important;
	background:none!important;
	color: #b1b2b6;
	line-height: 1;
	font-size: 24px;
	padding: 22px 39px 46px 29px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	border-radius:50%;
}
.tp-leftarrow:hover.default, .tp-rightarrow:hover.default {
	color: #989a9f;
}
.tp-leftarrow.default {
	left:20px!important;
}
.tp-rightarrow.default {
	right:20px!important;
}
.tparrows:before {
	font-family: 'Linearicons-Free';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	padding-top:-20px;
	position:relative;
	z-index:999;
}
.tp-leftarrow.default:before {
	content: '\e879'
}
.tp-rightarrow.default:before {
	content: '\e87a'
}
.tp-bullets.simplebullets.round .bullet {
	width: 10px!important;
	height: 10px!important;
	margin-left: 6px!important;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	background: #b1b2b6;
	border-radius:50%;
}
.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
	background: #989a9f;
}
.tp-bullets.hidebullets {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	background: url(../images/timer.png);
	position: absolute;
	z-index: 200;
	display: none;
}
.tp-caption .btn {
	margin-left:-126px;
	margin-top:-3px;
}
/*****************************************************
*** Slick Carousel ***
*****************************************************/
.blue {
	background:#f4f4f5;
	color:#fff;
}
.blue h3 {
	background:none;
	color:#3498db;
	font-size:36px;
	line-height:100px;
	margin:20px;
	padding:0;
	position:relative;
	text-align:center;
	padding:50px 0 120px;
}
.variable-width .slick-slide p {
	background: none;
	height: 100px;
	color:#3498db;
	margin: 0px;
	line-height: 100px;
}
.button {
	background:#3498db;
	color:#fff;
	display:block;
	font-size:16px;
	margin:20px auto;
	padding:20px;
	text-align:center;
	text-decoration:none;
	width:48%;
}
.buttons {
	padding:0 20px 20px;
	margin-bottom: 10px;
}
.buttons .button {
	background:#FFF;
	color:#3498db;
	float:left;
	margin:5px;
}
.center .slick-center h3 {
	-moz-transform:scale(1.08);
	-ms-transform:scale(1.08);
	-o-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	color:#e67e22;
	opacity:1;
	transform:scale(1.08);
}
.slick-slide img {
	width:100%;
	box-shadow: 0px 10px 20px 0px rgba(61, 61, 62, 0.3);
}
.slick-slide img.no-shadow {
	width:100%;
	box-shadow: none;
}
.slick-slide img.slick-loading {
	border:0
}
/*****************************************************
*** Features ***
*****************************************************/
#features {
	padding: 120px 0 80px;
}
#features .feature {
	padding: 0px 38px;
}
#features .feature .f-icon {
	margin-bottom: 24px;
}
#features .feature .f-icon i {
	font-size: 40px;
	color: #F3767F;
}
#features .feature .f-icon.left i {
	font-size: 40px;
	color: #F3767F;
	float:left;
	margin-right:15px;
	margin-top:15px;
	display:block;
}
#features .feature .f-description {
	overflow:auto;
}
#features .feature-item a img {
	box-shadow: 10px 10px 10px 0px rgba(61, 61, 62, 0.15);
	text-decoration:none;
	webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#features .feature-item a:hover img {
	box-shadow: 1px 1px 2px 0px rgba(61, 61, 62, 0.15);
}
/*****************************************************
*** iPhone Feature ***
*****************************************************/
#iphone-feature {
	position: relative;
	padding: 160px 0 300px;
}
#iphone-feature .btns-container {
	margin-top: 60px;
}
#iphone-feature .btns-container a {
	margin-right: 20px;
	margin-bottom: 18px;
}
#iphone-feature .btns-container a i {
	margin-left: 50px;
	font-size: 14px;
}
#iphone-feature .btns-container a:last-child {
	margin-right: 0;
}
#iphone-feature .iphone-showcase {
	position: absolute;
	/*bottom: 50px;*/
    top:50px;
	right: 50%;
}
.rightList {
	/*margin-top:20px;*/
}
.rightList li {
	padding-bottom: 10px;
	position: relative;
	color: #8c8f94;
	font-size: 15px;
}
.rightList li i {
	position: absolute;
	top: 5px;
	left: 0px;
}
.rightList li span {
	padding-left: 24px;
}
.socials {
	margin-top: 32px;
}
.socials li {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
}
.socials li a {
	color: rgba(19, 19, 21, 0.3);
}
.socials li a:hover {
	color: rgba(19, 19, 21, 0.6);
}
.socials li:last-child {
	margin-right: 0;
}
/*****************************************************
*** Map Feature ***
*****************************************************/
#map-feature {
	padding: 100px 0 250px;
	position: relative;
	overflow: hidden;
}
#map-feature .partners {
	margin-top: 40px;
}
#map-feature .partners .title {
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 12px;
}
#map-feature .partners ul {
	margin: 25px 0 0;
}
#map-feature .partners ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 24px;
}
#map-feature .partners ul li:last-child {
	margin-right: 0;
}
#map-feature .partners ul li a {
	opacity:0.5;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#map-feature .partners ul li a:hover {
	opacity:0.8;
}
#map-feature .map-showcase {
	position: absolute;
	/*bottom: 200px;*/
    top: 200px;
	left: 50%;
}
/*****************************************************
*** iPhone Screens ***
*****************************************************/
#interface {
	padding: 100px 0 850px;
	position: relative;
	background-color: #f4f4f5;
	overflow: hidden;
}
#partners{
	padding: 100px 0 250px;
	position: relative;
	background-color: #f4f4f5;
	overflow: hidden;
}
#feature {
	padding: 150px 0;
	position: relative;
	background-color: #f4f4f5;
	overflow: hidden;
}
#interface.nopad {
	padding: 100px 0 0px;
	position: relative;
	background-color: #f4f4f5;
	overflow: hidden;
}
#interface hr {
	width: 50px;
	height: 2px;
	margin: 40px auto;
	background-color: #F3767F;
}
#interface .images-list {
	width: 100%;
	position: relative;
}
#interface .images-list li {
	position: absolute;
	width: 320px;
	top: 92px;
	box-shadow: 10px 10px 16px 0px rgba(61, 61, 62, 0.15);
}
#interface .images-list li img {
	max-width: 100%;
}
#interface .images-list li:nth-child(1) {
	left: 50%;
	margin-left: -880px;
}
#interface .images-list li:nth-child(2) {
	left: 50%;
	margin-left: -530px;
}
#interface .images-list li:nth-child(4) {
	right: 50%;
	margin-right: -530px;
}
#interface .images-list li:nth-child(5) {
	right: 50%;
	margin-right: -880px;
}
#interface .images-list li.main-img {
	width: 395px;
	top: 0;
	left: 50%;
	margin-left: -193px;
	box-shadow: none;
}
#interface .images-list li.main-img img {
	max-width: 100%;
}
/*****************************************************
*** Ready to Buy ***
*****************************************************/
#ready-to-buy {
	padding: 120px 0 130px;
	background-color: #f4f4f5;
}

#ready-to-buy .btn i {
	font-size: 12px;
	margin-left: 18px;
}
#ready-to-buy .btn-dark {
	padding: 9px 28px;
}
#ready-to-buy .btn-dark i {
	font-size: 32px;
	display: inline-block;
	margin-left: 0;
	margin-right: 18px;
}
#ready-to-buy .btn-dark span {
	font-size: 12px;
	display: inline-block;
	text-align: left;
}
#ready-to-buy .btn-dark span b {
	font-size: 22px;
	line-height: 18px;
}
/*****************************************************
*** Testimonials ***
*****************************************************/
#testimonials {
	padding: 120px 0;
}
#testimonials i {
	color: #8c8f94;
	font-size: 22px;
}
#testimonials .star-rating {
	margin-top: 17px;
}
#testimonials .star-rating .gold-star {
	color: #f2bc3b;
}
#testimonials .customer-name {
	margin-top: 56px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #26272d;
}
#testimonials .testimonial {
	padding-top: 174px;
}
#testimonials .carousel-indicators {
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	z-index: 5;
	left: 0;
	margin-left: 0;
}
#testimonials .carousel-indicators li {
	width: 130px;
	height: 130px;
	border-radius: 0;
	margin: 0;
	border: none;
	opacity: .2;
	transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transition: all 0.97s cubic-bezier(0.545, 0, 0.05, 1);
}
#testimonials .carousel-indicators li img {
	position: relative;
	border-radius: 100%;
	z-index: 2;
	box-shadow: 0px 12px 30px 0px rgba(92, 95, 101, 0.18);
}
#testimonials .carousel-indicators li:first-child {
	float: left;
}
#testimonials .carousel-indicators li:first-child img {
	box-shadow: 10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}
#testimonials .carousel-indicators li:last-child {
	float: right;
}
#testimonials .carousel-indicators li:last-child img {
	box-shadow: -10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}
#testimonials .carousel-indicators li.active {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
#testimonials .carousel-control.left, #testimonials .carousel-control.right {
	background: none;
	width: 41px;
	height: 41px;
	top: 45px;
	line-height: 41px;
}
#testimonials .carousel-control.left {
	left: -100px;
}
#testimonials .carousel-control.right {
	right: -100px;
}
/*****************************************************
*** Plan ***
*****************************************************/
#plan {
	padding: 160px 0 190px;
	background-color: #f4f4f5;
}
#plan .subtitle {
	color: #26272d;
}
#plan .toggle-container {
	margin-bottom: 70px;
}
#plan .toggle-container .switch-toggles {
	position: relative;
	width: 262px;
	height: 50px;
	border: 1px solid rgba(38, 39, 45, 0.2);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    z-index:9;
}
#plan .toggle-container .switch-toggles .personal, #plan .toggle-container .switch-toggles .company {
	position: relative;
	width: 130px;
	float: left;
	padding: 13px 10px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	font-size: 16px;
	color: #8c8f94;
	transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
#plan .toggle-container .switch-toggles .personal.active, #plan .toggle-container .switch-toggles .company.active {
	color: #26272d;
}
#plan .toggle-container .switch-toggles .active:after {
	position: absolute;
	content: "";
	width: 122px;
	height: 42px;
	background: #ffffff;
	left: 3px;
	top: 3px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
    z-index:-1;

	-moz-box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
	-webkitbox-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
	transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
#plan .toggle-container .switch-toggles.active:after {
	left: 135px;
	top: 3px;
}

#plan .info {
	font-size: 14px;
	margin-top: 24px;
}
#plan .price-table {
	position: relative;
	width: 340px;
	max-width: 50%;
	float: left;
	padding: 20px 0;
}
#plan .price-table.highlighted.fw {
	max-width: 100%;
    width:100%;
}
#plan .price-table .table-inner {
	background-color: #ebebed;
	padding: 40px 15px 50px;
}
#plan .price-table .table-inner h3 {
	margin: 0 auto 28px;
}
#plan .price-table .table-inner .price {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #26272d;
	padding: 9px 18px;
	border: 1px solid rgba(38, 39, 45, 0.2);
	display: inline-block;
	margin-bottom: 40px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
#plan .price-table .table-inner .phrase {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 38px;
}
#plan .price-table .table-inner .feature-list li {
	font-size: 15px;
	line-height: 24px;
	color: #26272d;
	margin-bottom: 12px;
}
#plan .price-table .table-inner .feature-list li i {
	color: #6fc754;
}
#plan .price-table .table-inner .feature-list li:last-child {
	margin-bottom: 34px;
}
#plan .price-table .table-inner .btn {
	width: 210px;
	max-width: 100%;
}
#plan .price-table .table-inner .btn-blue {
	background-color: transparent;
	border: 1px solid #F3767F;
	color: #F3767F;
}
#plan .price-table.highlighted {
	z-index: 2;
	padding: 0;
	box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
	-moz-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
	-webkit-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
}
#plan .price-table.highlighted .table-inner {
	background-color: #ffffff;
	padding: 60px 15px 70px;
}
#plan .price-table.highlighted .btn-blue {
	background-color: #F3767F;
	color: #ffffff;
}
#plan #price_tables .personal, #plan #price_tables .company{
	position: relative;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	transition: opacity 0.97s, -webkit-transform 0.97s;
	transition: opacity 0.97s, transform 0.97s;
	transition: opacity 0.97s, transform 0.97s, -webkit-transform 0.97s;
	transition-timing-function: cubic-bezier(0.545, 0, 0.05, 1);
}
#plan #price_tables .personal .price-table, #plan #price_tables .company .price-table {
	display: none;
}
#plan #price_tables .personal.active, #plan #price_tables .company.active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#plan #price_tables .personal.active .price-table, #plan #price_tables .company.active .price-table {
	display: block;
}
/*****************************************************
*** Subscribe ***
*****************************************************/
#contacts {
	padding: 90px 0 50px;
}
#contacts .btn {
	padding-left: 34px;
	padding-right: 34px;
}
#contacts .promise {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
}
/*****************************************************
*** Footer ***
*****************************************************/
#footer {
	color: #8c8f94;
	font-size: 15px;
}
#footer .footer-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
#footer .copyright-container {
	padding-top: 20px;
	padding-bottom: 25px;
}
#footer .logo {
	margin-bottom: 36px;
}
#footer p {
	font-size: 14px;
	line-height: 24px;
}
#footer .app_download img {
	margin-top: 6px;
}
#footer ul li .title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #26272d;
	font-size: 12px;
}
#footer ul li a {
	color: #8c8f94;
	text-decoration: none;
	line-height: 36px;
}
#footer ul li a:hover {
	color: #26272d;
}
#footer .socials {
	margin-top: 32px;
}
#footer .socials li {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
}
#footer .socials li a {
	color: rgba(19, 19, 21, 0.3);
}
#footer .socials li:last-child {
	margin-right: 0;
}
#footer .more-info {
	line-height: 24px;
	font-size: 14px;
}
#footer .made-by {
	font-size: 9px;
	font-weight: 700;
	line-height: 22px;
	color: #26272d;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#footer .made-by a img {
	margin-top: -8px;
	margin-left: 8px;
}

/*****************************************************
Responsive Styles
*****************************************************/
@media all and (min-width: 992px) and (max-width:1200px) {
    #main-nav ul li {
        margin-right: 20px;
    }
}
@media all and (max-width: 992px) {
/*** Main Nav ***/
  #main-nav .col-md-4:first-child, #main-nav .col-md-4:last-child {
	display: none;
}
#main-nav .logo {
	padding-top: 0px;
}
#main-nav #slide_out_menu {
	position: fixed;
	display: block;
	width: 300px;
	height: 100%;
	left: -300px;
}
#main-nav #slide_out_menu .menu-close {
	top: 41px;
}
#main-nav ul.left {
	display:none;
}
#main-nav ul.right {
	display:none;
}
/*#main-nav .col-md-2 {
	padding-left:20%;
}*/
.tp-caption.lower.black {
	font-size: 14px!important;
	margin-top:0px;
	line-height:18px!important;
}
.tp-caption.lower.black2 {
	font-size: 14px!important;
	margin-top:10px;
	line-height:18px!important;
}
.tp-caption input[type="text"], .tp-caption input[type="email"] {
	width: 380px;
	max-width: 100%
}
.tp-caption .btn {
	margin-top:-5px!important;
}
/*** Features ***/
  #features {
	padding: 100px 0;
}
#features .feature-item {
	margin-bottom: 80px;
}
#features .feature-item:last-child {
	margin-bottom: 0;
}
#features .feature {
	padding: 0px 0px;
}
#features .feature .f-icon {
	margin-bottom: 24px;
}
#features .feature .f-icon i {
	font-size: 40px;
	color: #F3767F;
}
/*** iPhone Feature ***/
  #iphone-feature {
	padding: 80px 0 60px;
}
#iphone-feature .iphone-showcase {
	position: relative;
	bottom: auto;
	right: auto;
	padding: 0 15px;
	margin-top: 64px;
}
#iphone-feature .iphone-showcase img {
	width: 100%;
}
/*** Map Feature ***/
  #map-feature {
	padding: 80px 0 100px;
}
#map-feature .map-showcase {
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0 15px;
	margin-top: 64px;
}
#map-feature .map-showcase img {
	width: 100%;
}
/*** iPhone Screens ***/
  #interface {
	padding: 120px 0 620px;
}
#interface .images-list li {
	position: absolute;
	width: 240px;
	top: 68px;
}
#interface .images-list li img {
	max-width: 100%;
}
#interface .images-list li:nth-child(1) {
	margin-left: -680px;
}
#interface .images-list li:nth-child(2) {
	margin-left: -410px;
}
#interface .images-list li:nth-child(4) {
	margin-right: -410px;
}
#interface .images-list li:nth-child(5) {
	margin-right: -680px;
}
#interface .images-list li.main-img {
	width: 295px;
	margin-left: -148px;
}
/*** Customers ***/
  #testimonials .carousel-control.left, #testimonials .carousel-control.right {
	display: none;
}
/*** Plan ***/
  #plan {
	padding: 120px 0 150px;
}
#plan #price_tables .personal.active, #plan #price_tables .company.active {
	margin-top: 80px;
}
#plan .toggle-container .switch-toggles .personal, #plan .toggle-container .switch-toggles .company {
	margin-top: 0;
}
/*** Footer ***/
  #footer .socials {
	margin-bottom: 60px;
}
#footer .footer-links {
	margin-bottom: 30px;
}
#footer .footer-links:last-child {
	margin-bottom: 0;
}
/*** Copyright Container ***/
  .copyright-container .text-right {
	text-align: left;
	margin-top: 22px;
}
}
@media all and (max-width: 767px) {
#main-nav ul.left {
	display:none;
}
#main-nav ul.right {
	display:none;
}
#main-nav .col-md-2 {
	text-align:center!important;
}
/*** iPhone Screens ***/
  
  #interface {
	padding: 120px 0 460px;
}
#interface .images-list li {
	position: absolute;
	width: 178px;
	top: 52px;
}
#interface .images-list li img {
	max-width: 100%;
}
#interface .images-list li:nth-child(1) {
	margin-left: -502px;
}
#interface .images-list li:nth-child(2) {
	margin-left: -304px;
}
#interface .images-list li:nth-child(4) {
	margin-right: -304px;
}
#interface .images-list li:nth-child(5) {
	margin-right: -502px;
}
#interface .images-list li.main-img {
	width: 220px;
	margin-left: -110px;
}
}
@media all and (max-width: 767px) {
input[type="text"], input[type="email"] {
	padding: 16px 26px;
}
/*** Header ***/
  #header {
	padding: 160px 0 460px;
}
#main-nav ul.left {
	display:none;
}
#main-nav ul.right {
	display:none;
}
#header .header_iphone {
	bottom: -220px;
	margin-left: -140px;
	width: 280px;
}
#header.bg2 {
	padding: 160px 0 180px;
	background-image: url("../images/banner_background02.jpg")!important;
}
#header .header_ipad {
	bottom: 0px;
	margin-left: -140px;
	width: 280px;
}
.tp-caption.upper.black {
	margin-top:100px;
	letter-spacing:0px!important;
}
.tp-caption.lower.black {
	margin-top:100px;
	font-size: 8px!important;
	line-height:10px!important;
	margin-top:36px!important;
}
.tp-caption.lower.black2 {
	margin-top:100px;
	font-size: 8px!important;
	line-height:10px!important;
	margin-top:50px!important;
}
.tp-caption input[type="text"], .tp-caption input[type="email"] {
	width: 180px;
	height: 25px;
	max-width: 100%;
	border: 1px solid rgba(38, 39, 45, 0.2);
	padding: 6px 12px;
	font-size: 9px;
	background-color: transparent;
	padding-right: 80px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-top:40px;
}
.tp-caption .btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	font-weight: 800;
	padding: 3px 5px;
	text-decoration: none;
	color: #26272d;
	border: 1px solid rgba(38, 39, 45, 0.1);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-transform:uppercase;
	margin-left:-71px!important;
	margin-top:-4px!important;
}
/*** Ready to Buy  ***/
  #ready-to-buy .form-group .btn, #contacts .form-group .btn {
	position: relative;
	margin-top: 15px;
}
/*** Customers ***/
  #testimonials {
	padding: 120px 0;
}
#testimonials .carousel-indicators li {
	width: 90px;
	height: 90px;
}
/*** Plan ***/
  #plan {
	padding: 120px 0 100px;
}
#plan .price-table {
	width: 340px;
	max-width: 100%;
	padding: 0px 15px;
	margin: 0 auto;
	float: none;
}
/*** Footer ***/
  #footer .footer-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
#footer .footer-links {
	width: 100%;
}
}
.range-container output{
    display:inline-block;
}
.range-container label {
    display: block;
    /* max-width: 100%; */
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
}
.range li {
    position: relative;
    float: left;
    width: 12.5%;
    height: 24px;
    white-space: nowrap;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #D7DCDF;
  background: #D7DCDF;
  border-radius: 3px;
  border: 0px solid #D7DCDF;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #F3767F;
  border: 0px solid #F3767F;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #F3767F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #D7DCDF;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #D7DCDF;
  background: #D7DCDF;
  border-radius: 3px;
  border: 0px solid #D7DCDF;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #F3767F;
  border: 0px solid #F3767F;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #F3767F;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #D7DCDF;
  border: 0px solid #D7DCDF;
  border-radius: 6px;
  box-shadow: 0px 0px 0px #D7DCDF;
}
input[type=range]::-ms-fill-upper {
  background: #D7DCDF;
  border: 0px solid #D7DCDF;
  border-radius: 6px;
  box-shadow: 0px 0px 0px #D7DCDF;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #F3767F;
  border: 0px solid #F3767F;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #F3767F;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #D7DCDF;
}
input[type=range]:focus::-ms-fill-upper {
  background: #D7DCDF;
}
.mb20{
    margin-bottom:20px;
}
/*# sourceMappingURL=style.css.map */
.range-container {
  width:100%;
}

input[type=range] {
    width: 100%;
    top: 0;
    height: 20px;
    -webkit-appearance: none;
}


ul.range__labels {
  display:flex;
  flex-flow:row wrap;
  list-style: none;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  align-content:flex-start;
  position:relative;
}
ul.range__labels li {
  
}
.range-container #range {
    display: inline-block;
}
.outputbox {
    background: #eee;
    padding: 10px;
    display: block;
}
.outputbox p {
    color: #333;
    font-size: 15px;
    text-align: center;
    margin: 0;
}
.outputbox p span{
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight:bold;
    display:block;
}
.highlighted i{
    color:#F3767F;
}
.box-item {
    min-height: 300px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 7px 4px #eee;
    margin: 10px;
    padding: 30px;
    background:#fff;
}
.client-logo {
    display: block;
    width: 100%;
    position: relative;
    margin: 30px 0;
        height: 60px;
    vertical-align: middle;
}
.client-logo img {
    width: auto!important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.description {
    margin: 20px 0;
}
.footerlogo {
    height: 14px!important;
    position: relative;
    top: -2px;
    margin-left: 1px;
}