

/* ================================================
// ************************************************
//
// Startuply v2.0 by Vivaco
//
// ************************************************
================================================ */

/* ================================================
//
// Libraries
//
================================================ */

/* ------------------------------------------------
	CSS Reset
------------------------------------------------ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html *{
	font-family: 'Open Sans', sans-serif;
}
body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ================================================
// ************************************************
//
// Startuply Custom Styles
//
// ************************************************
================================================ */

/* ----------------------------------------------------------------------------
	Typography
---------------------------------------------------------------------------- */

* {
	-webkit-font-smoothing: antialiased !important;
}

html{
	height: auto;
	min-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
}

body {
	font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	 -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: transparent;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #1d1d1d;
	line-height: 1.5625;
}

.thin {
	font-weight: 300;
}

.base-font {
	font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.heading-font,
.team-member .position {
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.uppercase {
	text-transform: uppercase;
}

h1 {
	font-size: 58px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 17px;
}

.heading {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
	display: block;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0 15px;
	font-weight: 300;
}

h6 {
	margin: 20px 0 10px;
}

.heading {
	margin: 0 0 10px;
	font-weight: 400;
}

.sub-title {
	margin-bottom: 20px;
	font-weight: 300;
}

.sub-title,
.sub-title.alt {
	font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
}

.sub-title.alt {
	color: #b5b5b5;
}

.sub-title.big {
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 30px;
}

p {
	margin: 0 0 10px;
	line-height: 25px;
}

.sub-header {
	margin-bottom: 30px;
}

strong {
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

small {
	font-weight: 300;
	font-size: 15px;
}

a {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #00ade6;
}

span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.light-text {
	color: #ffffff;
}

.light-text .sub-heading {
	color: #ffffff;
}

.light-text .fa {
	color: inherit;
}

.dark-text {
	color: #000000;
}

.dark-text .fa {
	color: inherit;
}

/* ----------------------------------------------------------------------------
	Common styles
---------------------------------------------------------------------------- */

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	overflow-x: hidden;
	min-height: 100px;
}

body > .container {
	padding-top: 65px;
}

.base-clr-txt,
.highlight,
a,
.fa,
.icon,
blockquote:before,
blockquote:after,
.btn,
button:not(.default),
input[type=button]:not(.default),
input[type=submit]:not(.default),
.btn.btn-outline:active,
button:not(.default).btn-outline:active,
input[type=button]:not(.default).btn-outline:active,
input[type=submit]:not(.default).btn-outline:active,
.btn.btn-outline:hover,
button:not(.default).btn-outline:hover,
input[type=button]:not(.default).btn-outline:hover,
input[type=submit]:not(.default).btn-outline:hover,
.btn.btn-outline:focus,
button:not(.default).btn-outline:focus,
input[type=button]:not(.default).btn-outline:focus,
input[type=submit]:not(.default).btn-outline:focus,
.btn.btn-outline.hovered,
button:not(.default).btn-outline.hovered,
input[type=button]:not(.default).btn-outline.hovered,
input[type=submit]:not(.default).btn-outline.hovered,
.btn.btn-outline.pressed,
button:not(.default).btn-outline.pressed,
input[type=button]:not(.default).btn-outline.pressed,
input[type=submit]:not(.default).btn-outline.pressed,
.btn.btn-no-border:hover,
button:not(.default).btn-no-border:hover,
input[type=button]:not(.default).btn-no-border:hover,
input[type=submit]:not(.default).btn-no-border:hover,
.btn.btn-no-border:active,
button:not(.default).btn-no-border:active,
input[type=button]:not(.default).btn-no-border:active,
input[type=submit]:not(.default).btn-no-border:active,
.btn.btn-no-border:focus,
button:not(.default).btn-no-border:focus,
input[type=button]:not(.default).btn-no-border:focus,
input[type=submit]:not(.default).btn-no-border:focus,
.btn.btn-no-border.hovered,
button:not(.default).btn-no-border.hovered,
input[type=button]:not(.default).btn-no-border.hovered,
input[type=submit]:not(.default).btn-no-border.hovered,
.btn.btn-no-border.pressed,
button:not(.default).btn-no-border.pressed,
input[type=button]:not(.default).btn-no-border.pressed,
input[type=submit]:not(.default).btn-no-border.pressed,
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6,
.well .heading,
.well .icon,
.form.form-outline.form-outline-black .btn.btn-outline:hover,
.form.form-outline.form-outline-black .btn.btn-outline:active,
.team-member .name,
.team-member .socials-block > li .fa,
.featured-tab li > a .tab-title,
.package-column .package-price,
.countdown .counter:after,
.countdown .counter .stat-info,
.countdown .counter .stat,
.post-title a:hover,
.post-meta span > a:hover,
.post-meta span > a:active,
.post-meta span > a:focus,
.product-list.material-view .product-controls .btn:hover,
.product-list.material-view .product-controls .btn:active,
.product-list.material-view .product-controls .btn:focus,
.cart-checkout-navigation-list > li:hover .cart-checkout-navigation-list-item-link,
.cart-checkout-navigation-list > li.active .cart-checkout-navigation-list-item-link,
.cart-list-item-amount,
.billing-details-form .result .cart-ammount,
.navigation-header .navigation-bar > li:not(.featured) > a:hover,
.navigation-header .navigation-bar.navigation-bar-left > li.active > a,
.navigation-header .navigation-bar li.dropdown:not(.featured).opened > .dropdown-toggle,
.navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured).opened > .dropdown-toggle,
.navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened > .dropdown-toggle,
.navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened > .dropdown-toggle,
.navigation-bar .dropdown-menu > li:hover > a,
.fixed-menu .navigation-header .btn.btn-outline,
.fixed-menu .navigation-header .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
.navigation-header.white-header .btn.btn-outline,
.footer .list-inline li .icon,
.footer .list-unstyled li .icon,
.social-icons li .social,
.color-landing-page .guarantee-block,
.color-landing-page .guarantee-section .fa,
.color-landing-page .features-section .fa,
.color-landing-page .guarantee-section .icon,
.color-landing-page .features-section .icon,
.package-column:hover > .package-detail .btn.btn-outline-color:hover,
.package-column.featured > .package-detail .btn.btn-outline-color:hover,
.package-column:hover > .package-detail .btn.btn-outline-color:focus,
.package-column.featured > .package-detail .btn.btn-outline-color:focus {
	color: #1ac6ff;
}

::selection {
	color: #ffffff;
	background-color: #1ac6ff;
}

::-moz-selection {
	color: #ffffff;
	background-color: #1ac6ff;
}

.bg-low-poly,
div.bg-low-poly,
footer.bg-low-poly,
section.bg-low-poly {
	background-image: url("../img/background/low_poly_background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

hr {
	display: inline-block;
	width: 100%;
	height: 1px;
	border: none;
	background-color: #e9e9e9;
}

hr.no-margin {
	margin: 0;
}

.visible {
	opacity: 1;
}

.section {
	position: relative;
	min-height: 50px;
	padding: 30px 0;
}

.icon,
.fa {
	line-height: 1;
}

blockquote {
	position: relative;
	margin: 0 1px;
	display: block;
	padding: 0 100px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	line-height: 1.6;
	border: none;
}

blockquote:before,
blockquote:after {
	font-family: "line-icons";
	position: absolute;
	top: 25%;
}

blockquote:before {
	left: 0;
	content: url('../img/icon/quotes-a.png');
}

blockquote:after {
	right: 0;
	content: url('../img/icon/quotes-b.png');
}

.logo-placeholder {
	margin: 20px 10px;
	display: inline-block;
	font-family: Impact, sans-serif;
	font-size: 45px;
	color: rgba(255, 255, 255, 0.6);
}

.logo-placeholder:first-child {
	margin-left: 0;
}

.home-image.notebook {
	margin-top: 20px;
}

.home-image.iPhone {
	margin-top: -30px;
}

.section .section-header {
	margin: 30px 0 80px;
}

/* ----------------------------------------------------------------------------
	Style switcher
---------------------------------------------------------------------------- */

.style-switcher {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: -225px;
	top: 200px;
	display: block;
	width: 225px;
	padding: 10px 20px 20px;
	background-color: #ffffff;
	border: 2px solid #f0f0f0;
	z-index: 9999;
}

.style-switcher .style-toggle {
	-webkit-border-radius: 5%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5%;
	-moz-background-clip: padding;
	border-radius: 5%;
	background-clip: padding-box;
	position: absolute;
	top: 32px;
	right: -52px;
	margin-left: -2px;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
}

.style-switcher .style-toggle .fa {
	color: #ffffff;
}

.style-switcher .template-set-color {
	zoom: 1;
	margin-bottom: 8px;
	width: 100%;
	list-style: none;
	padding-left: 0;
}

.style-switcher .template-set-color:before,
.style-switcher .template-set-color:after {
	content: "";
	display: table;
}

.style-switcher .template-set-color:after {
	clear: both;
}

.style-switcher .template-set-color > li {
	float: left;
	display: inline-block;
}

.style-switcher .template-set-color .color {
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	display: block;
	padding: 15px;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
	color: #ffffff;
	background-color: #606060;
}

.style-switcher .template-set-color .color.pink {
	background-color: #ff5f9b;
}

.style-switcher .template-set-color .color.green {
	background-color: #39c8b7;
}

.style-switcher .template-set-color .color.blue {
	background-color: #1ac6ff;
}

.style-switcher .template-set-color .color.berry {
	background-color: #fe6760;
}

.style-switcher .template-set-color .color.orange {
	background-color: #ff7200;
}

.style-switcher .template-animations-switch input[type="checkbox"] {
	display: none;
}

.style-switcher .template-animations-switch input[type="checkbox"] + label {
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	-moz-transition: background 0.2s ease, color 0.2s ease;
	-o-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
	position: relative;
	display: block;
	width: 65px;
	height: 32px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 16px;
	background: #f0f0f0;
	cursor: pointer;
	overflow: hidden;
}

.style-switcher .template-animations-switch input[type="checkbox"] + label:before,
.style-switcher .template-animations-switch input[type="checkbox"] + label:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: left 0.2s ease, right 0.2s ease;
	-moz-transition: left 0.2s ease, right 0.2s ease;
	-o-transition: left 0.2s ease, right 0.2s ease;
	transition: left 0.2s ease, right 0.2s ease;
	position: absolute;
	top: 0;
	display: block;
	width: 35px;
	height: 100%;
	line-height: 32px;
}

.style-switcher .template-animations-switch input[type="checkbox"] + label:before {
	content: "Off";
	left: 0;
	color: #a3a3a3;
	text-align: center;
}

.style-switcher .template-animations-switch input[type="checkbox"] + label:after {
	content: 'On';
	right: -32px;
	color: #ffffff;
	padding-left: 5px;
}

.style-switcher .template-animations-switch input[type="checkbox"] + label > i {
	-webkit-transition: right 0.2s ease;
	-moz-transition: right 0.2s ease;
	-o-transition: right 0.2s ease;
	transition: right 0.2s ease;
	position: absolute;
	top: 3px;
	right: 4px;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: #ffffff;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked + label {
	background-color: #92c83c;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked + label:before {
	left: -32px;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked + label:after {
	right: 0;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked + label > i {
	right: 35px;
}

/* ----------------------------------------------------------------------------
	Preloader
---------------------------------------------------------------------------- */

.preloader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 10000;
	height: 100%;
}

.preloader-mask .preloader {
	-webkit-animation: container-rotate 1.4s linear infinite;
	-moz-animation: container-rotate 1.4s linear infinite;
	-o-animation: container-rotate 1.4s linear infinite;
	animation: container-rotate 1.4s linear infinite;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	width: 36px;
	height: 36px;
}

.preloader-mask .preloader .spin {
	-webkit-animation: fill-unfill-rotate 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: fill-unfill-rotate 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: fill-unfill-rotate 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.preloader-mask .preloader .circle {
	border-radius: 50%;
}

.preloader-mask .preloader .gap {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.preloader-mask .preloader .gap .circle {
	width: 1000%;
	left: -450%;
}

.preloader-mask .preloader .clip {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.preloader-mask .preloader .clip .circle {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 200%;
	height: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent;
	border-radius: 50%;
}

.preloader-mask .preloader .clip.left .circle {
	-webkit-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	transform: rotate(129deg);
	-webkit-animation: left-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: left-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: left-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	left: 0;
	border-right-color: transparent;
}

.preloader-mask .preloader .clip.right .circle {
	-webkit-transform: rotate(-129deg);
	-moz-transform: rotate(-129deg);
	-o-transform: rotate(-129deg);
	-ms-transform: rotate(-129deg);
	transform: rotate(-129deg);
	-webkit-animation: right-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: right-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: right-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	left: -100%;
	border-left-color: transparent;
}

/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.btn,
button:not(.default),
input[type=button]:not(.default),
input[type=submit]:not(.default) {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-transition: color 0.2s ease, border 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: color 0.2s ease, border 0.2s ease, background 0.2s ease, -moz-box-shadow 0.2s ease;
	-o-transition: color 0.2s ease, border 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	transition: color 0.2s ease, border 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	position: relative;
	margin: 0 7px;
	min-width: 144px;
	max-width: 100%;
	padding: 15px 25px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

.btn .fa,
button:not(.default) .fa,
input[type=button]:not(.default) .fa,
input[type=submit]:not(.default) .fa {
	margin-right: 0.3em;
	padding-right: 4px;
}

.btn.btn-lg,
button:not(.default).btn-lg,
input[type=button]:not(.default).btn-lg,
input[type=submit]:not(.default).btn-lg {
	min-width: 160px;
	padding: 19px 50px;
	font-size: 17px;
	line-height: 20px;
}

.btn.btn-sm,
button:not(.default).btn-sm,
input[type=button]:not(.default).btn-sm,
input[type=submit]:not(.default).btn-sm {
	min-width: 94px;
	padding: 11px 20px;
	font-size: 13px;
	border-radius: 2px;
}

.btn.btn-block,
button:not(.default).btn-block,
input[type=button]:not(.default).btn-block,
input[type=submit]:not(.default).btn-block {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}

.btn:hover,
button:not(.default):hover,
input[type=button]:not(.default):hover,
input[type=submit]:not(.default):hover,
.btn:focus,
button:not(.default):focus,
input[type=button]:not(.default):focus,
input[type=submit]:not(.default):focus,
.btn.hovered,
button:not(.default).hovered,
input[type=button]:not(.default).hovered,
input[type=submit]:not(.default).hovered {
	color: #ffffff;
}

.btn:focus,
button:not(.default):focus,
input[type=button]:not(.default):focus,
input[type=submit]:not(.default):focus,
.btn:active:focus,
button:not(.default):active:focus,
input[type=button]:not(.default):active:focus,
input[type=submit]:not(.default):active:focus,
.btn.active:focus,
button:not(.default).active:focus,
input[type=button]:not(.default).active:focus,
input[type=submit]:not(.default).active:focus {
	outline: none;
	outline-offset: 0;
}

.btn:active,
button:not(.default):active,
input[type=button]:not(.default):active,
input[type=submit]:not(.default):active,
.btn.pressed,
button:not(.default).pressed,
input[type=button]:not(.default).pressed,
input[type=submit]:not(.default).pressed {
	-webkit-box-shadow: inset 0 200px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 200px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 200px 0 rgba(0, 0, 0, 0.1);
}

.btn.btn-solid,
button:not(.default).btn-solid,
input[type=button]:not(.default).btn-solid,
input[type=submit]:not(.default).btn-solid {
	color: #ffffff;
	border: none;
	padding: 16px 25px;
}

.btn.btn-solid:hover:not(:active),
button:not(.default).btn-solid:hover:not(:active),
input[type=button]:not(.default).btn-solid:hover:not(:active),
input[type=submit]:not(.default).btn-solid:hover:not(:active),
.btn.btn-solid:focus:not(:active),
button:not(.default).btn-solid:focus:not(:active),
input[type=button]:not(.default).btn-solid:focus:not(:active),
input[type=submit]:not(.default).btn-solid:focus:not(:active),
.btn.btn-solid.hovered:not(:active),
button:not(.default).btn-solid.hovered:not(:active),
input[type=button]:not(.default).btn-solid.hovered:not(:active),
input[type=submit]:not(.default).btn-solid.hovered:not(:active) {
	-webkit-box-shadow: inset 0 200px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 200px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 200px 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-solid:active,
button:not(.default).btn-solid:active,
input[type=button]:not(.default).btn-solid:active,
input[type=submit]:not(.default).btn-solid:active,
.btn.btn-solid.pressed,
button:not(.default).btn-solid.pressed,
input[type=button]:not(.default).btn-solid.pressed,
input[type=submit]:not(.default).btn-solid.pressed {
	border-color: #ffffff;
}

.btn.btn-solid.btn-lg,
button:not(.default).btn-solid.btn-lg,
input[type=button]:not(.default).btn-solid.btn-lg,
input[type=submit]:not(.default).btn-solid.btn-lg {
	padding: 20px 51px;
}

.btn.btn-solid.btn-sm,
button:not(.default).btn-solid.btn-sm,
input[type=button]:not(.default).btn-solid.btn-sm,
input[type=submit]:not(.default).btn-solid.btn-sm {
	padding: 12px 21px;
}

.btn.btn-outline,
button:not(.default).btn-outline,
input[type=button]:not(.default).btn-outline,
input[type=submit]:not(.default).btn-outline,
.package-column:hover > .package-detail .btn.btn-outline-color,
.package-column.featured > .package-detail .btn.btn-outline-color {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}

.btn.btn-outline:hover,
button:not(.default).btn-outline:hover,
input[type=button]:not(.default).btn-outline:hover,
input[type=submit]:not(.default).btn-outline:hover,
.btn.btn-outline:focus,
button:not(.default).btn-outline:focus,
input[type=button]:not(.default).btn-outline:focus,
input[type=submit]:not(.default).btn-outline:focus,
.btn.btn-outline.hovered,
button:not(.default).btn-outline.hovered,
input[type=button]:not(.default).btn-outline.hovered,
input[type=submit]:not(.default).btn-outline.hovered,
.btn.btn-outline.pressed,
button:not(.default).btn-outline.pressed,
input[type=button]:not(.default).btn-outline.pressed,
input[type=submit]:not(.default).btn-outline.pressed,
.package-column:hover > .package-detail .btn.btn-outline-color:hover,
.package-column.featured > .package-detail .btn.btn-outline-color:hover,
.package-column:hover > .package-detail .btn.btn-outline-color:focus,
.package-column.featured > .package-detail .btn.btn-outline-color:focus {
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn.btn-outline-color,
button:not(.default).btn-outline-color,
input[type=button]:not(.default).btn-outline-color,
input[type=submit]:not(.default).btn-outline-color,
.fixed-menu .navigation-header .btn.btn-outline,
.navigation-header.white-header .btn.btn-outline {
	background-color: transparent;
}

.btn.btn-outline-color:hover,
button:not(.default).btn-outline-color:hover,
input[type=button]:not(.default).btn-outline-color:hover,
input[type=submit]:not(.default).btn-outline-color:hover,
.btn.btn-outline-color:focus,
button:not(.default).btn-outline-color:focus,
input[type=button]:not(.default).btn-outline-color:focus,
input[type=submit]:not(.default).btn-outline-color:focus,
.btn.btn-outline-color:active,
button:not(.default).btn-outline-color:active,
input[type=button]:not(.default).btn-outline-color:active,
input[type=submit]:not(.default).btn-outline-color:active,
.btn.btn-outline-color.hovered,
button:not(.default).btn-outline-color.hovered,
input[type=button]:not(.default).btn-outline-color.hovered,
input[type=submit]:not(.default).btn-outline-color.hovered,
.btn.btn-outline-color.pressed,
button:not(.default).btn-outline-color.pressed,
input[type=button]:not(.default).btn-outline-color.pressed,
input[type=submit]:not(.default).btn-outline-color.pressed {
	color: #ffffff;
}

.btn.btn-no-border,
button:not(.default).btn-no-border,
input[type=button]:not(.default).btn-no-border,
input[type=submit]:not(.default).btn-no-border {
	padding: 16px 25px;
	border: none;
}

.btn.btn-no-border.btn-lg,
button:not(.default).btn-no-border.btn-lg,
input[type=button]:not(.default).btn-no-border.btn-lg,
input[type=submit]:not(.default).btn-no-border.btn-lg {
	padding: 20px 51px;
}

.btn.btn-no-border.btn-sm,
button:not(.default).btn-no-border.btn-sm,
input[type=button]:not(.default).btn-no-border.btn-sm,
input[type=submit]:not(.default).btn-no-border.btn-sm {
	padding: 12px 21px;
}

.btn.btn-no-border:hover,
button:not(.default).btn-no-border:hover,
input[type=button]:not(.default).btn-no-border:hover,
input[type=submit]:not(.default).btn-no-border:hover,
.btn.btn-no-border:active,
button:not(.default).btn-no-border:active,
input[type=button]:not(.default).btn-no-border:active,
input[type=submit]:not(.default).btn-no-border:active,
.btn.btn-no-border:focus,
button:not(.default).btn-no-border:focus,
input[type=button]:not(.default).btn-no-border:focus,
input[type=submit]:not(.default).btn-no-border:focus,
.btn.btn-no-border.hovered,
button:not(.default).btn-no-border.hovered,
input[type=button]:not(.default).btn-no-border.hovered,
input[type=submit]:not(.default).btn-no-border.hovered,
.btn.btn-no-border.pressed,
button:not(.default).btn-no-border.pressed,
input[type=button]:not(.default).btn-no-border.pressed,
input[type=submit]:not(.default).btn-no-border.pressed {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.light-text .btn-no-border {
	color: #ffffff;
}

.dark-text .btn-no-border {
	color: #000000;
}

/* ----------------------------------------------------------------------------
	Dropdowns
---------------------------------------------------------------------------- */



/* Media queries */

/* ----------------------------------------------------------------------------
	Whells
---------------------------------------------------------------------------- */

.well {
	position: relative;
	padding-left: 60px;
	border-width: 2px 0 0;
	border-radius: 0;
}

.well .icon {
	position: absolute;
	left: 5px;
	top: 38px;
	font-size: 50px;
}

/* ----------------------------------------------------------------------------
	Alerts
---------------------------------------------------------------------------- */

.alert {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	position: relative;
	padding: 16px 16px 16px 60px;
	font-size: 17px;
	line-height: 1.3;
	border: none;
}

.alert.alert-success {
	background-color: #d8f0e4;
	color: #68a74c;
}

.alert.alert-info {
	background-color: #e2f6fa;
	color: #4c95a4;
}

.alert.alert-warning {
	background-color: #faf3e2;
	color: #a68128;
}

.alert.alert-danger {
	background-color: #fae2e2;
	color: #ad5254;
}

.alert .icon {
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 13px;
}

.alert .close {
	display: inline-block;
	font-weight: 300;
	font-size: 28px;
	color: inherit;
	opacity: 0.8;
	line-height: 20px;
	outline: none;
}

/* ----------------------------------------------------------------------------
	Navs
---------------------------------------------------------------------------- */

.nav-tabs {
	margin-bottom: 20px;
	display: inline-block;
	border: 1px solid #e9e9e9;
}

.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color 0.25s ease, background 0.25s ease;
	-moz-transition: color 0.25s ease, background 0.25s ease;
	-o-transition: color 0.25s ease, background 0.25s ease;
	transition: color 0.25s ease, background 0.25s ease;
	margin-right: 0;
	padding: 20px 40px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #606060;
	background-color: #f0f0f0;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: transparent transparent transparent #e9e9e9;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
	color: #ffffff;
}

.nav-tabs > li:first-child > a {
	border-left-color: transparent;
}

.nav-tabs > li.active a {
	border-width: 0 0 0 1px;
	border-color: transparent transparent transparent #ffffff;
}

.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
	border-width: 0 0 0 1px;
	border-color: transparent transparent transparent #ffffff;
}

.nav-tabs > li.active + li a {
	border-left-color: transparent;
}

.nav-tabs.alt {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 50px;
	display: inline-block;
}

.nav-tabs.alt > li {
	margin-bottom: 0;
}

.nav-tabs.alt > li:first-child > a {
	border-left-color: transparent;
}

.nav-tabs.alt > li > a {
	padding: 20px 60px;
	background-color: transparent;
	border-left: 1px solid #e9e9e9;
}

.nav-tabs.alt > li > a:hover,
.nav-tabs.alt > li > a:active,
.nav-tabs.alt > li > a:focus {
	color: #ffffff;
}

.nav-tabs.alt > li.active a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px 60px;
	color: #ffffff;
	border-width: 0 0 0 1px;
	border-left-color: transparent;
}

.tab-content {
	margin-top: -7px;
}

.tab-content.tab-pane {
	padding: 16px 30px;
	border: 1px solid #e9e9e9;
}

.tab-content.alt .tab-pane {
	padding: 0;
	text-align: left;
	border: none;
}

.tab-content.alt .tab-pane .btn {
	margin-top: 15px;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Panels
---------------------------------------------------------------------------- */

.panel-group .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	border: none;
}

.panel-group .panel .panel-heading {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	padding: 0;
	border: none;
	border-bottom: none;
}

.panel-group .panel .panel-heading a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 15px 15px 50px;
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
}

.panel-group .panel .panel-heading a.collapsed {
	background-color: #f0f0f0;
	color: #606060;
}

.panel-group .panel .panel-heading a.collapsed:before {
	content: '+';
}

.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a.collapsed:hover {
	background-color: #e9e9e9;
	color: #474747;
}

.panel-group .panel .panel-heading a:before {
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 30px;
	content: '-';
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	line-height: inherit;
	color: inherit;
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
	padding: 16px 30px;
	border: 1px solid #dadfe4;
	border-top: none;
}

.panel-group .panel + .panel {
	margin-top: 8px;
}

/* ----------------------------------------------------------------------------
	Forms
---------------------------------------------------------------------------- */

.form {
	zoom: 1;
	display: block;
	width: auto;
	padding: 25px 0 0;
}

.form:before,
.form:after {
	content: "";
	display: table;
}

.form:after {
	clear: both;
}

.form.form-inline {
	display: inline-block;
}

.form.form-dark {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.form.form-light {
	background-color: #f8fdfe;
	border-radius: 3px;
}

.form.lead-form {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	margin: 0;
	width: 100%;
	padding: 15px 20px;
	border-radius: 3px;
}

.form .form-group {
	zoom: 1;
	position: relative;
	margin-bottom: 25px;
}

.form .form-group:before,
.form .form-group:after {
	content: "";
	display: table;
}

.form .form-group:after {
	clear: both;
}

.form .form-group:after {
	content: '';
	display: block;
	clear: both;
}

.form .form-group[class*="col-"] .btn,
.form .form-group[class*="col-"] button,
.form .form-group[class*="col-"] input[type="submit"] {
	margin: 0;
	width: 100%;
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.form .form-group[class*="col-"] textarea,
.form .form-group[class*="col-"] input[type=text],
.form .form-group[class*="col-"] input[type=url],
.form .form-group[class*="col-"] input[type=tel],
.form .form-group[class*="col-"] input[type=number],
.form .form-group[class*="col-"] input[type=color],
.form .form-group[class*="col-"] input[type=email],
.form .form-group[class*="col-"] input[type=email],
.form .form-group[class*="col-"] input[type=password] {
	display: inline-block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.form .form-group label {
	text-align: right;
	line-height: 46px;
	margin-bottom: 0;
}

.form .form-group .btn {
	margin: 0 auto;
}

.form .form-group label.error {
	position: absolute;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1;
	color: #c68687;
}

.form .input-wrapper {
	position: relative;
	display: block;
}

.form .form-control {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	font-size: 17px;
	font-weight: 300;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
}

.form.form-outline textarea,
.form.form-outline input[type=text],
.form.form-outline input[type=url],
.form.form-outline input[type=tel],
.form.form-outline input[type=number],
.form.form-outline input[type=color],
.form.form-outline input[type=email],
.form.form-outline input[type=email],
.form.form-outline input[type=password] {
	border-width: 1px;
	background-color: transparent;
	border-radius: 2px;
}

.form.form-outline.form-outline-black textarea,
.form.form-outline.form-outline-black input[type=text],
.form.form-outline.form-outline-black input[type=url],
.form.form-outline.form-outline-black input[type=tel],
.form.form-outline.form-outline-black input[type=number],
.form.form-outline.form-outline-black input[type=color],
.form.form-outline.form-outline-black input[type=email],
.form.form-outline.form-outline-black input[type=email],
.form.form-outline.form-outline-black input[type=password] {
	border-color: rgba(0, 0, 0, 0.9);
}

.form.form-outline.form-outline-black .btn.btn-outline {
	font-weight: 300;
	color: #000000;
	border-color: #000000;
}

.form.form-outline.form-outline-white textarea,
.form.form-outline.form-outline-white input[type=text],
.form.form-outline.form-outline-white input[type=url],
.form.form-outline.form-outline-white input[type=tel],
.form.form-outline.form-outline-white input[type=number],
.form.form-outline.form-outline-white input[type=color],
.form.form-outline.form-outline-white input[type=email],
.form.form-outline.form-outline-white input[type=email],
.form.form-outline.form-outline-white input[type=password] {
	color: #f0f0f0;
	border-color: rgba(255, 255, 255, 0.9);
}

.form.form-outline.form-outline-white ::-webkit-input-placeholder {
	color: #f0f0f0;
}

.form.form-outline.form-outline-white ::-moz-placeholder {
	color: #f0f0f0;
}

.form.form-outline.form-outline-white :-moz-placeholder {
	color: #f0f0f0;
}

.form.form-outline.form-outline-white :-ms-input-placeholder {
	color: #f0f0f0;
}

textarea,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=email],
input[type=password] {
	-webkit-transition: color 0.2s ease, background 0.3s ease;
	-moz-transition: color 0.2s ease, background 0.3s ease;
	-o-transition: color 0.2s ease, background 0.3s ease;
	transition: color 0.2s ease, background 0.3s ease;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	font-size: 17px;
	color: #4a4a4a;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	outline: none;
}

textarea:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=password]:focus {
	color: #000000;
}

textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
	padding: 0 10px 0 20px;
	line-height: 44px;
}

textarea.error,
input[type=text].error,
input[type=url].error,
input[type=tel].error,
input[type=number].error,
input[type=color].error,
input[type=email].error,
input[type=email].error,
input[type=password].error {
	border-color: #FF3333;
}

input[type=text]:placeholder,
input[type=url]:placeholder,
input[type=tel]:placeholder,
input[type=number]:placeholder,
input[type=color]:placeholder,
input[type=email]:placeholder,
input[type=email]:placeholder,
input[type=password]:placeholder {
	color: #8d8d8d;
}

textarea {
	padding: 15px;
	resize: vertical;
	line-height: 20px;
	min-height: 200px;
}

select {
	min-height: 46px;
}

select option {
	padding: 2px 10px 0 20px;
	min-height: 23px;
}

input[type=checkbox] {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	margin: 4px 15px 0 0;
	-webkit-appearance: button;
	width: 19px;
	height: 19px;
	color: #000000;
	border: 1px solid #e9e9e9;
	background-color: #ffffff;
	cursor: pointer;
}

input[type=checkbox]:checked {
	color: #000000;
}

input[type=checkbox]:checked:before {
	position: relative;
	top: -2px;
	left: 3px;
	content: '\2713';
	font-size: 17px;
	text-align: center;
	line-height: 15px;
	color: #303030;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: none;
}


/* Media queries */

/* ----------------------------------------------------------------------------
	Tables
---------------------------------------------------------------------------- */

.table {
	border-color: #d1d8dd;
	text-align: left;
}

.table > thead > tr > th {
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: none;
	border-color: #e9e9e9;
}

.table > thead > tr > th,
.table > tbody > tr > td {
	font-size: 15px;
	font-weight: 300;
	padding: 15px 20px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #ffffff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background: #e9e9e9;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Thumbnails
---------------------------------------------------------------------------- */

.thumb-wrapper {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.thumb-wrapper .overlay {
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	opacity: 0.5;
	z-index: 1;
	cursor: url('../img//magnify-cur.png') 20 20, auto;
}

.thumb-wrapper:hover .overlay {
	top: 0;
}

/* ----------------------------------------------------------------------------
	Testimonials slider
---------------------------------------------------------------------------- */

.flexslider {
	margin-bottom: 30px;
}

.flexslider ul,
.flexslider ol {
	padding: 0;
	list-style: none;
}

.flex-viewport > ul > li {
	padding-bottom: 15px;
}

.flex-manual {
	margin-top: 15px;
	border-bottom: 1px solid #e9e9e9;
	height: 120px;
}

.flex-manual .wrap {
	padding: 0;
}

.flex-manual .switch {
	-webkit-transition: border 0.3s ease, opacity 0.3s ease;
	-moz-transition: border 0.3s ease, opacity 0.3s ease;
	-o-transition: border 0.3s ease, opacity 0.3s ease;
	transition: border 0.3s ease, opacity 0.3s ease;
	margin: 0 0 0 30px;
	height: 120px;
	padding: 15px 0;
	text-align: left;
	opacity: 0.75;
	cursor: pointer;
}

.flex-manual .switch * {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.flex-manual .switch p {
	padding: 12px 0 0 80px;
	font-size: 16px;
	color: #dadada;
}

.flex-manual .switch:not(:hover):not(.flex-active) .highlight {
	color: #dadada;
}

.flex-manual .switch.flex-active {
	border-style: solid;
	border-width: 0 0 1px;
}

.flex-manual .switch.flex-active,
.flex-manual .switch:hover {
	opacity: 1;
}

.flex-manual .switch.flex-active p,
.flex-manual .switch:hover p {
	color: #606060;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Progress bars
---------------------------------------------------------------------------- */

.progress-wrapper .progress-txt {
	text-align: center;
	color: #8d8d8d;
}

.progress-wrapper .progress {
	-webkit-border-radius: 20px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 20px;
	-moz-background-clip: padding;
	border-radius: 20px;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 20px;
	background-color: #f0f0f0;
}

.progress-wrapper .progress .progress-bar {
	-webkit-border-radius: 20px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 20px;
	-moz-background-clip: padding;
	border-radius: 20px;
	background-clip: padding-box;
}

/* ----------------------------------------------------------------------------
	Text with icon
---------------------------------------------------------------------------- */

.icon-text {
	position: relative;
}

.icon-text.icon-block-left .icon-block-text {
	padding-left: 50px;
}

.icon-text.icon-block-left .icon-block-icon {
	position: absolute;
	top: 50%;
	left: 0;
}

.icon-text.icon-block-left .icon-block-icon > i {
	margin-top: -0.5em;
	width: 1em;
	height: 1em;
	font-size: 35px;
}

/* ----------------------------------------------------------------------------
	Team
---------------------------------------------------------------------------- */

.team-member {
	width: 100%;
}

.team-member .photo-wrapper {
	position: relative;
}

.team-member .photo-wrapper:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.team-member .overlay-content,
.team-member .overlay-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.team-member .overlay-content img,
.team-member .overlay-wrapper img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	z-index: 1;
}

.team-member .overlay-wrapper:before {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	content: "";
	z-index: 2;
}

.team-member .name {
	margin: 15px 0 5px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	color: black;
}

.team-member .position {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}

.team-member .overlay-content {
	padding: 8%;
	z-index: 3;
	color: #ffffff;
}

.team-member .overlay-content .text-wrapper {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	height: 70%;
	overflow: hidden;
	opacity: 0;
}

.team-member .overlay-content .text-container {
	display: table;
	width: 100%;
	height: 100%;
}

.team-member .overlay-content .text-container > * {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team-member .socials-block {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: absolute;
	bottom: 8%;
	display: block;
	width: 84%;
	height: 13%;
	font-size: 0;
	text-align: justify;
	opacity: 0;
}

.team-member .socials-block:after {
	display: inline-block;
	width: 100%;
	content: '';
}

.team-member .socials-block.align-center {
	text-align: center;
}

.team-member .socials-block.align-center > li {
	margin: 0 7px;
}

.team-member .socials-block > li {
	display: inline-block;
	width: 15%;
	height: 100%;
	list-style-type: none;
}

.team-member .socials-block > li a {
	-webkit-transition: background 0.2s ease, border 0.2s ease;
	-moz-transition: background 0.2s ease, border 0.2s ease;
	-o-transition: background 0.2s ease, border 0.2s ease;
	transition: background 0.2s ease, border 0.2s ease;
	position: relative;
	display: block;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
}

.team-member .socials-block > li .fa {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -7px;
	font-size: 14px;
	text-align: center;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Long blocks
---------------------------------------------------------------------------- */

.long-block {
	position: relative;
	padding: 40px 0 25px;
}

.long-block h1,
.long-block h2,
.long-block h3,
.long-block h4,
.long-block h5,
.long-block h6,
.long-block .heading {
	margin: -5px 0 0;
	line-height: 1;
}

.long-block article {
	text-align: inherit;
}

.long-block .icon {
	margin-right: 15px;
	font-size: 60px;
	color: #ffffff;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Featured tabs
---------------------------------------------------------------------------- */

.featured-tab {
	position: relative;
	font-size: 0;
}

.featured-tab .tab-content .tab-pane {
	border: none;
	padding: 0;
}

.featured-tab li > a {
	display: block;
}

.featured-tab li > a .tab-info {
	float: left;
	position: relative;
	display: block;
	width: 346px;
	padding: 25px 28px;
	text-align: left;
	z-index: 2;
}

.featured-tab li > a .tab-title {
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.23;
}

.featured-tab li > a .tab-desc {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.86;
	color: #606060;
}

.featured-tab li > a .tab-icon {
	float: right;
	position: relative;
	display: block;
	width: 113px;
	text-align: right;
	z-index: 2;
}

.featured-tab li > a .icon {
	display: block;
	padding: 46px 28px;
	font-size: 50px;
}

.featured-tab li.active > a .tab-info,
.featured-tab li.active > a .tab-icon {
	-webkit-border-radius: 5px 0 0 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px 0 0 5px;
	-moz-background-clip: padding;
	border-radius: 5px 0 0 5px;
	background-clip: padding-box;
}

.featured-tab li.active > a .tab-info .tab-title,
.featured-tab li.active > a .tab-info .tab-desc,
.featured-tab li.active > a .icon {
	color: #ffffff;
}

.featured-tab li:last-child > a .tab-info:after,
.featured-tab li:last-child > a .tab-icon:after,
.featured-tab li.active > a .tab-info:after,
.featured-tab li.active > a .tab-icon:after {
	display: none;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Package column
---------------------------------------------------------------------------- */

.package-column {
	-webkit-transition: background 0.25s ease-in-out;
	-moz-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
	border: 1px solid #f0f0f0;
	background-color: #f7f7f7;
}

.package-column > .package-price .price,
.package-column > .package-price .period,
.package-column > .package-title,
.package-column > .package-detail ul li {
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

.package-column .package-title {
	padding: 20px 0 18px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	color: #474747;
}

.package-column .package-price {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	padding: 15px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: rgba(171, 172, 179, 0.1);
}

.package-column .package-price .price {
	position: relative;
	font-size: 115px;
	font-weight: 300;
	line-height: 125px;
}

.package-column .package-price .currency {
	position: relative;
	top: -40px;
	font-size: 47px;
	font-weight: 500;
	line-height: 1;
}

.package-column .package-price .period {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
}

.package-column .package-detail {
	padding: 30px 15% 50px;
}

.package-column .package-detail ul {
	margin-bottom: 30px;
}

.package-column .package-detail ul li {
	height: 56px;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #4c4c4c;
	border-bottom: 1px solid #dadada;
}

.package-column .package-detail ul li:last-child {
	border-bottom: none;
}

.package-column .package-detail .btn {
	margin: 0;
}

.package-column.disabled,
.package-column.disabled:hover {
	opacity: 0.8;
	pointer-events: none;
}

.package-column.disabled .package-title,
.package-column.disabled:hover .package-title {
	color: #8d8d8d;
}

.package-column.disabled .package-price .price,
.package-column.disabled:hover .package-price .price,
.package-column.disabled .package-price .period,
.package-column.disabled:hover .package-price .period {
	color: #aeaeae;
}

.package-column.disabled .package-detail ul li,
.package-column.disabled:hover .package-detail ul li {
	color: #8d8d8d;
}

.package-column.disabled .package-detail .btn,
.package-column.disabled:hover .package-detail .btn {
	color: #a4a4a4;
	background: transparent;
	border: 1px solid #a4a4a4;
}

.package-column:hover > .package-price,
.package-column.featured > .package-price {
	background-color: rgba(71, 72, 76, 0.2);
}

.package-column:hover > .package-detail ul li,
.package-column.featured > .package-detail ul li {
	border-color: rgba(255, 255, 255, 0.3);
}

.package-column:hover > .package-price .price,
.package-column.featured > .package-price .price,
.package-column:hover > .package-price .period,
.package-column.featured > .package-price .period,
.package-column:hover > .package-title,
.package-column.featured > .package-title,
.package-column:hover > .package-detail ul li,
.package-column.featured > .package-detail ul li {
	color: #ffffff;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Countdowns
---------------------------------------------------------------------------- */

.countdown .counter {
	position: relative;
}

.countdown .counter:after {
	position: absolute;
	right: -19px;
	top: 109px;
	content: '\2022';
}

.countdown .counter .stat-info {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.countdown .counter .stat {
	font-size: 100px;
	font-weight: 300;
	line-height: 1;
}

.countdown .counter hr {
	margin-bottom: 10px;
	width: 90%;
	border-top: 1px solid #e9e9e9;
}

.countdown div[class*="col-"]:last-child > .counter:after {
	display: none;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Blog
---------------------------------------------------------------------------- */

.blog {
	padding: 50px 0 100px;
}

.post {
	position: relative;
	margin-bottom: 70px;
	padding-left: 100px;
}

.post .post-content {
	zoom: 1;
}

.post .post-content:before,
.post .post-content:after {
	content: "";
	display: table;
}

.post .post-content:after {
	clear: both;
}

.post .post-content .post-image {
	margin-bottom: 20px;
}

.post-date {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 67px;
	height: 67px;
	padding: 8px 0 0;
	font-size: 0;
	text-align: center;
	color: #ffffff;
}

.post-date span {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

.post-date .post-day {
	margin-bottom: 2px;
	font-size: 34px;
	line-height: 33px;
}

.post-date .post-year {
	padding-right: 0;
	position: absolute;
	top: 110%;
	left: 0;
	right: 0;
	font-weight: 300;
	color: #8d8d8d;
}

.post-thumbnail {
	margin-bottom: 30px;
	overflow: hidden;
}

.post-thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
}

.post-thumbnail a:after {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	opacity: 0;
}

.post-thumbnail a:hover:after {
	opacity: 0.2;
}

.post-thumbnail img {
	-webkit-transition: -webkit-transform 2s ease;
	-moz-transition: -moz-transform 2s ease;
	-o-transition: -o-transform 2s ease;
	transition: -webkit-transform 2s ease,-moz-transform 2s ease,-o-transform 2s ease,transform 2s ease;
}

.post-thumbnail:hover img {
	-webkit-transform: scale(1.2) rotate(4deg);
	-moz-transform: scale(1.2) rotate(4deg);
	-o-transform: scale(1.2) rotate(4deg);
	-ms-transform: scale(1.2) rotate(4deg);
	transform: scale(1.2) rotate(4deg);
}

.post-title {
	margin: -8px 0 11px;
	text-transform: uppercase;
	line-height: 1.2;
}

.post-title a:hover {
	opacity: 0.7;
}

.post-meta {
	margin: 0 0 12px;
}

.post-meta span {
	vertical-align: top;
	display: inline;
	padding-right: 4px;
	color: #8d8d8d;
}

.post-meta span > a {
	color: inherit;
}

.post-meta span > i {
	padding-right: 7px;
}

.post-meta .post-comments {
	padding-left: 7px;
}

.post-text-content[class*="col-"] .post-meta .post-comments {
	padding-left: 0;
}

.post-preview .more-link {
	margin: 18px 0 0;
	padding-left: 52px;
	padding-right: 52px;
}

.post-tags-box {
	position: relative;
	margin: 25px 0 10px 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
}

.post-tags-box i {
	vertical-align: top;
	display: inline-block;
	line-height: 27px;
}

.post-tags-box .tags-links {
	vertical-align: top;
	display: inline-block;
	padding-left: 15px;
	line-height: 20px;
}

.post-tags-box a {
	margin-right: 15px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog .sidebar {
	padding: 0 15px 50px 50px;
}

.blog-widget {
	margin-bottom: 25px;
}

.blog-widget > h6 {
	margin-top: 0;
	padding: 20px 0 15px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
}

.blog-search .search-form {
	position: relative;
}

.blog-search button {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -11px;
	padding: 6px;
	font-size: 14px;
	line-height: 1;
	border: none;
	background-color: transparent;
	outline: none;
}

.blog-search button .fa {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.blog-search button:not(:hover):not(:active) .fa {
	color: #606060;
}

.blog-categories .fa {
	margin-right: 15px;
	color: #000000;
}

.blog-categories > ul > li {
	padding: 0 0 10px;
}

.blog-categories a:not(:active):not(:hover) {
	color: #8d8d8d;
}

.blog-recent-posts .recent-posts-item {
	zoom: 1;
	margin-bottom: 13px;
}

.blog-recent-posts .recent-posts-item:before,
.blog-recent-posts .recent-posts-item:after {
	content: "";
	display: table;
}

.blog-recent-posts .recent-posts-item:after {
	clear: both;
}

.blog-recent-posts .recent-posts-item-image {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-recent-posts .recent-posts-item-image img {
	width: 100%;
}

.blog-recent-posts .recent-posts-item-info {
	float: left;
	width: 240px;
	padding: 6px 0 0 10px;
}

.blog-recent-posts .recent-posts-item-title,
.blog-recent-posts .recent-posts-item-date {
	display: inline-block;
	width: 100%;
	line-height: 20px;
}

.blog-recent-posts .recent-posts-item-title {
	font-weight: 700;
}

.blog-recent-posts .recent-posts-item-date {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #8d8d8d;
}

.recent-comments-item .fa {
	margin-right: 5px;
}

.recent-comments-item {
	margin-bottom: 15px;
}

.recent-comments-item-author {
	color: #8d8d8d;
}

.social-networks-item {
	margin: 15px 10px 0;
}

.social-networks-item .icon {
	font-size: 30px;
}

.blog-tags .tags-list {
	font-size: 0;
}

.blog-tags .tags-item {
	margin: 0 5px 5px 0;
	display: inline-block;
}

.blog-tags .tags-item a {
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
	display: inline-block;
	height: 22px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	line-height: 22px;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------------------------------------------
	Product List
---------------------------------------------------------------------------- */

.product-list {
	text-align: left;
	padding-bottom: 50px;
}

.product-list .product {
	zoom: 1;
	padding: 0 18px 30px;
}

.product-list .product:before,
.product-list .product:after {
	content: "";
	display: table;
}

.product-list .product:after {
	clear: both;
}

.product-list .product-inner {
	position: relative;
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
}

.product-list .product-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	display: block;
	width: 100%;
	padding-bottom: 69.444444%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f0f0f0;
	background-image: url("../img/products/product-no-img-800x560.jpg");
}

.product-list .product-content {
	position: relative;
}

.product-list .product-controls > div {
	display: inline-block;
	vertical-align: top;
}

.product-list .product-controls .btn {
	margin: 0;
}

.product-list .product-controls .btn .icon {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	color: inherit;
}

.product-list .product-controls .icon {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	margin: -2px 8px 0 0;
	display: inline-block;
	height: 13px;
	font-size: 16px;
	vertical-align: top;
}

.product-list .product-title {
	margin: 0 0 15px;
	text-transform: uppercase;
}

.product-list .product-title a {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list .product-description {
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list .product-description * {
	line-height: 25px;
}

.product-list .product-description p {
	margin-bottom: 25px;
}

.product-list .product-price-wrapper {
	position: absolute;
	display: inline-block;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.product-list .product-price {
	display: inline-block;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.product-list.list-view .product-inner {
	zoom: 1;
	padding: 10px;
}

.product-list.list-view .product-inner:before,
.product-list.list-view .product-inner:after {
	content: "";
	display: table;
}

.product-list.list-view .product-inner:after {
	clear: both;
}

.product-list.list-view .product-image-wrapper {
	float: left;
}

.product-list.list-view .product-content {
	float: right;
}

.product-list.list-view .product-price {
	position: absolute;
	top: 0;
	display: inline-block;
}

.product-list.list-view .product-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
}

.product-list.list-view .product.col-md-12 .product-image-wrapper {
	margin-right: 3%;
	width: 30%;
}

.product-list.list-view .product.col-md-12 .product-content {
	width: 67%;
}

.product-list.list-view .product.col-md-12 .product-price {
	right: 30px;
	margin: 29px 0 0;
	max-width: 78px;
	font-size: 18px;
}

.product-list.list-view .product.col-md-12 .product-title {
	margin: 25px 0;
	margin-right: 110px;
	font-size: 25px;
}

.product-list.list-view .product.col-md-12 .product-description {
	margin-bottom: 51px;
	max-height: 100px;
	padding-right: 25px;
}

.product-list.list-view .product.col-md-6 .product-image-wrapper {
	margin-right: 3%;
	width: 44%;
}

.product-list.list-view .product.col-md-6 .product-content {
	width: 53%;
}

.product-list.list-view .product.col-md-6 .product-price {
	right: 0;
	margin: 16px 0 0;
	max-width: 70px;
	font-size: 16px;
}

.product-list.list-view .product.col-md-6 .product-title {
	margin: 15px 0;
	margin-right: 70px;
	font-size: 20px;
}

.product-list.list-view .product.col-md-6 .product-description {
	margin-bottom: 56px;
	max-height: 50px;
	padding-right: 5px;
}

.product-list.list-view .product.col-md-6 .product-description * {
	color: #8d8d8d;
}

.product-list.list-view .product.col-md-6 .product-controls {
	text-align: justify;
	font-size: 0;
}

.product-list.list-view .product.col-md-6 .product-controls:after {
	display: inline-block;
	width: 100%;
	content: "";
}

.product-list.list-view .product.col-md-6 .product-controls > * {
	display: inline-block;
}

.product-list.list-view .product.col-md-6 .product-controls .btn {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.product-list.grid-view .product-title > a:not(:hover):not(:focus) {
	color: #000000;
}

.product-list.grid-view .product-description {
	max-height: 50px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list.grid-view .product-description * {
	color: #8d8d8d;
}

.product-list.grid-view .product-price {
	position: absolute;
}

.product-list.grid-view .product-controls {
	position: absolute;
	font-size: 0;
	text-align: justify;
}

.product-list.grid-view .product-controls:after {
	display: inline-block;
	width: 100%;
	content: "";
}

.product-list.grid-view .product-controls .btn {
	min-width: 0;
}

.product-list.grid-view .product-controls .product-buy {
	border: 1px solid transparent;
}

.product-list.grid-view .product.col-md-6 .product-inner {
	padding: 0;
}

.product-list.grid-view .product.col-md-6 .product-image-wrapper {
	margin: -1px -1px 25px;
}

.product-list.grid-view .product.col-md-6 .product-content {
	padding: 0 25px 15px;
}

.product-list.grid-view .product.col-md-6 .product-price {
	top: 2px;
	right: 30px;
	max-width: 80px;
	font-size: 18px;
}

.product-list.grid-view .product.col-md-6 .product-title {
	margin: 0 0 20px;
	padding-right: 85px;
	font-size: 25px;
}

.product-list.grid-view .product.col-md-6 .product-controls {
	bottom: 15px;
	left: 5px;
	right: 10px;
}

.product-list.grid-view .product.col-md-6 .product-link {
	padding-left: 20px;
	padding-right: 20px;
}

.product-list.grid-view .product.col-md-6 .product-description {
	margin-bottom: 60px;
}

.product-list.grid-view .product.col-md-4 .product-inner,
.product-list.grid-view .product.col-md-4 .product-image-wrapper {
	margin-bottom: 25px;
}

.product-list.grid-view .product.col-md-4 .product-content {
	padding: 0 15px 5px;
}

.product-list.grid-view .product.col-md-4 .product-price {
	top: -3px;
	right: 10px;
	max-width: 160px;
	font-size: 18px;
}

.product-list.grid-view .product.col-md-4 .product-title {
	margin: 0 0 14px;
	padding-right: 75px;
	font-size: 20px;
}

.product-list.grid-view .product.col-md-4 .product-controls {
	bottom: 5px;
	left: 0;
	right: 5px;
}

.product-list.grid-view .product.col-md-4 .product-controls .product-link {
	padding-left: 10px;
	padding-right: 10px;
}

.product-list.grid-view .product.col-md-4 .product-description {
	margin-bottom: 50px;
}

.product-list.grid-view .product.col-md-3 .product-inner {
	padding: 10px;
}

.product-list.grid-view .product.col-md-3 .product-image-wrapper {
	margin-bottom: 20px;
}

.product-list.grid-view .product.col-md-3 .product-content {
	padding: 0 5px 5px;
}

.product-list.grid-view .product.col-md-3 .product-price {
	bottom: 6px;
	right: 40px;
	max-width: 68px;
	font-size: 16px;
}

.product-list.grid-view .product.col-md-3 .product-title {
	margin: 0 0 10px;
	font-size: 20px;
}

.product-list.grid-view .product.col-md-3 .product-controls {
	bottom: 0;
	left: 0;
	right: 0;
}

.product-list.grid-view .product.col-md-3 .product-controls .product-buy {
	min-width: 0;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 0;
}

.product-list.grid-view .product.col-md-3 .product-controls .product-link {
	padding-left: 5px;
	padding-right: 0;
}

.product-list.grid-view .product.col-md-3 .product-controls .icon {
	margin: -2px 0 0;
	display: inline-block;
}

.product-list.grid-view .product.col-md-3 .product-description {
	margin-bottom: 45px;
	max-height: 25px;
}

.product-list.material-view .product {
	max-width: 600px;
	margin: 0 auto;
}

.product-list.material-view .product-inner {
	padding: 0;
}

.product-list.material-view .product-image-wrapper {
	position: relative;
	margin: -1px -1px 25px;
	overflow: hidden;
}

.product-list.material-view .product-content {
	padding: 0 25px 15px;
}

.product-list.material-view .product-price-wrapper {
	display: table;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	z-index: 1;
}

.product-list.material-view .product-price-wrapper:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, background 0.2s ease, opacity 0.2s ease;
	-moz-transition: -moz-transform 0.4s ease-in-out, background 0.2s ease, opacity 0.2s ease;
	-o-transition: -o-transform 0.4s ease-in-out, background 0.2s ease, opacity 0.2s ease;
	transition: -webkit-transform 0.4s ease-in-out,-moz-transform 0.4s ease-in-out,-o-transform 0.4s ease-in-out,transform 0.4s ease-in-out, background 0.2s ease, opacity 0.2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	z-index: -1;
	background-color: #000000;
	opacity: 0.3;
}

.product-list.material-view .product-price {
	display: table-cell;
	height: 100%;
	width: 100%;
	padding: 0 7px;
	vertical-align: middle;
}

.product-list.material-view .product:hover .product-price-wrapper:before {
	opacity: 0.8;
}

.product-list.material-view .product-image-wrapper:hover .product-controls {
	opacity: 1;
}

.product-list.material-view .product-controls {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	z-index: 2;
}

.product-list.material-view .product-controls .product-controls-wrapper {
	display: inline-block;
}

.product-list.material-view .product-controls .btn {
	display: block;
}

.product-list.material-view .product-controls .btn:first-child {
	margin-bottom: 15px;
}

.product-list.material-view .product-description {
	max-height: 25px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list.material-view .product-description * {
	color: #8d8d8d;
}

.product-list.material-view .product.col-md-6 .product-image-wrapper:hover .product-price-wrapper:before {
	-webkit-transform: scale(12, 12);
	-moz-transform: scale(12, 12);
	-o-transform: scale(12, 12);
	-ms-transform: scale(12, 12);
	transform: scale(12, 12);
}

.product-list.material-view .product.col-md-6 .product-price-wrapper {
	top: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
	font-size: 16px;
	line-height: 22px;
}

.product-list.material-view .product.col-md-6 .product-title {
	margin: 0 0 10px;
	font-size: 25px;
}

.product-list.material-view .product.col-md-4 .product-image-wrapper:hover .product-price-wrapper:before {
	-webkit-transform: scale(10, 10);
	-moz-transform: scale(10, 10);
	-o-transform: scale(10, 10);
	-ms-transform: scale(10, 10);
	transform: scale(10, 10);
}

.product-list.material-view .product.col-md-4 .product-price-wrapper {
	top: 15px;
	right: 15px;
	width: 80px;
	height: 80px;
	font-size: 16px;
	line-height: 20px;
}

.product-list.material-view .product.col-md-4 .product-title {
	margin: 0 0 7px;
	font-size: 20px;
}

.product-list.material-view .product.col-md-4 .product-controls .btn {
	padding-left: 10px;
	padding-right: 10px;
}

.product-list.material-view .product.col-md-3 .product-image-wrapper:hover .product-price-wrapper:before {
	-webkit-transform: scale(9, 9);
	-moz-transform: scale(9, 9);
	-o-transform: scale(9, 9);
	-ms-transform: scale(9, 9);
	transform: scale(9, 9);
}

.product-list.material-view .product.col-md-3 .product-price-wrapper {
	top: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	font-size: 13px;
	line-height: 18px;
}

.product-list.material-view .product.col-md-3 .product-title {
	margin: 0 0 7px;
	font-size: 20px;
}

.product-list.material-view .product.col-md-3 .product-controls {
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}

.product-list.material-view .product.col-md-3 .product-controls .btn {
	padding: 8px 5px;
	font-size: 12px;
	line-height: 1;
}

.product-list.material-view .product.col-md-3 .product-controls .btn:first-child {
	margin-bottom: 5px;
}

.product-list.material-view .product.col-md-3 .product-controls .btn .icon {
	font-size: 14px;
	margin-right: 4px;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Product Page
---------------------------------------------------------------------------- */

.product-page .product {
	zoom: 1;
	padding-bottom: 130px;
}

.product-page .product:before,
.product-page .product:after {
	content: "";
	display: table;
}

.product-page .product:after {
	clear: both;
}

.product-page .product .product-buy {
	padding-left: 25px;
	padding-right: 25px;
}

.product-page .product .product-buy .icon {
	vertical-align: top;
	margin: 1px 10px 0 0;
	display: inline-block;
	line-height: 14px;
	color: inherit;
}

.product-slider {
	padding-bottom: 40px;
}

.product-slider .bx-wrapper {
	position: relative;
	padding-bottom: 17px;
}

.product-slider .bx-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -55px;
	height: 0;
}

.product-slider .bx-controls-direction a {
	-webkit-transition: background 0.2s ease, opacity 0.2s ease;
	-moz-transition: background 0.2s ease, opacity 0.2s ease;
	-o-transition: background 0.2s ease, opacity 0.2s ease;
	transition: background 0.2s ease, opacity 0.2s ease;
	display: block;
	width: 90px;
	height: 110px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.product-slider .bx-controls-direction a:hover i {
	color: #ffffff;
}

.product-slider .bx-controls-direction a.bx-prev {
	float: left;
	padding-right: 5px;
}

.product-slider .bx-controls-direction a.bx-next {
	float: right;
	padding-left: 5px;
}

.product-slider .bx-controls-direction a i {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	vertical-align: top;
	display: inline-block;
	line-height: 110px;
	width: 100%;
	font-size: 38px;
	text-align: center;
}

.product-slider img {
	max-width: 100%;
	margin: 0;
}

.product-slider .product-image-wrapper .bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}

.product-slider .product-image-wrapper .bx-wrapper .bx-controls-direction a {
	opacity: 0;
}

.product-slider .product-thumb-wrapper .bx-wrapper {
	max-width: 100% !important;
	padding: 0 60px;
}

.product-slider .product-thumb-wrapper .bx-viewport {
	z-index: 1;
}

.product-slider .product-thumb-wrapper .bx-viewport .product-thumb {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	padding: 0;
	font-size: 0;
	cursor: pointer;
}

.product-slider .product-thumb-wrapper .bx-viewport .product-thumb:hover {
	opacity: 0.6;
}

.product-slider .product-thumb-wrapper .bx-viewport .product-thumb img {
	width: 100%;
}

.product-slider .product-thumb-wrapper .bx-controls {
	top: 0;
	bottom: 0;
	margin: 0;
	height: auto;
	z-index: 0;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a {
	float: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 51px;
	height: 100%;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a.bx-prev i {
	margin-left: -9px;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a.bx-next i {
	margin-left: -5px;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0;
	width: auto;
	line-height: 1;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Cart checkout
---------------------------------------------------------------------------- */

.cart-checkout-navigation {
	margin-bottom: 50px;
	height: 80px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}

.cart-checkout-navigation-list {
	display: inline-block;
	padding-left: 10px;
	line-height: 80px;
	counter-reset: steps;
}

.cart-checkout-navigation-list > li {
	display: inline-block;
	padding-left: 35px;
	list-style-type: none;
}

.cart-checkout-navigation-list > li.active .cart-checkout-navigation-list-item-link:after {
	opacity: 1;
}

.cart-checkout-navigation-list-item-link {
	-webkit-transition: color 0.2s ease, border 0.2s ease;
	-moz-transition: color 0.2s ease, border 0.2s ease;
	-o-transition: color 0.2s ease, border 0.2s ease;
	transition: color 0.2s ease, border 0.2s ease;
	position: relative;
	display: inline-block;
	padding: 28px 10px 25px 40px;
	line-height: 25px;
	color: #000000;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}

.cart-checkout-navigation-list-item-link:before {
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
	position: absolute;
	top: 27px;
	left: 0;
	display: inline-block;
	width: 25px;
	font-size: 14px;
	line-height: 25px;
	counter-increment: steps;
	content: counter(steps);
	color: #ffffff;
	background-color: #b5b5b5;
	border-radius: 50%;
}

.cart-checkout-navigation-list-item-link:after {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	opacity: 0;
}

.cart-checkout-navigation-controls {
	zoom: 1;
	margin: 0 auto;
	max-width: 780px;
	width: 100%;
	padding: 0 15px 100px;
}

.cart-checkout-navigation-controls:before,
.cart-checkout-navigation-controls:after {
	content: "";
	display: table;
}

.cart-checkout-navigation-controls:after {
	clear: both;
}

.cart-checkout-navigation-controls .btn {
	margin: 0;
}

.cart-checkout-navigation-controls .btn.prev {
	float: left;
}

.cart-checkout-navigation-controls .btn.next {
	float: right;
}

.cart-checkout-content {
	margin: 0 auto;
	max-width: 780px;
	width: 100%;
}

.cart-checkout-content .tab-pane > h3 {
	margin-bottom: 45px;
	text-align: center;
}

.payment-confirm {
	padding-bottom: 50px;
}

.cart-list,
.payment-confirm .table {
	margin: 0 0 60px;
	width: 100%;
}

.cart-list td,
.payment-confirm .table td,
.cart-list th,
.payment-confirm .table th {
	height: 70px;
	padding: 5px 15px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}

.cart-list thead th,
.payment-confirm .table thead th {
	position: relative;
	text-align: center;
	font-weight: 400;
	color: #8d8d8d;
	background-color: transparent;
	z-index: 1;
}

.cart-list thead th:before,
.payment-confirm .table thead th:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	z-index: -1;
	opacity: 0.06;
}

.cart-list thead th.cart-list-item-actions,
.payment-confirm .table thead th.cart-list-item-actions {
	font-size: 0;
}

.cart-list > thead:first-child > tr:first-child > th,
.payment-confirm .table > thead:first-child > tr:first-child > th {
	border-top: 1px solid #e9e9e9;
}

.cart-list td,
.payment-confirm .table td {
	color: #000000;
}

.cart-list-item:not(:hover) .cart-list-item-remove {
	vertical-align: middle;
	border-color: #d6d6d6;
}

.cart-list-item:not(:hover) .cart-list-item-remove .icon {
	color: #c0c0c0;
}

.cart-list-item:hover .cart-list-item-meta:before {
	width: 3px;
	opacity: 1;
}

.cart-list-item-meta {
	position: relative;
}

.cart-list-item-meta:before {
	-webkit-transition: opacity 0.2s ease, width 0.2s ease;
	-moz-transition: opacity 0.2s ease, width 0.2s ease;
	-o-transition: opacity 0.2s ease, width 0.2s ease;
	transition: opacity 0.2s ease, width 0.2s ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	content: "";
}

.cart-list-item-image {
	margin: 5px 15px 5px 0;
	vertical-align: middle;
	display: inline-block;
	max-width: 80px;
	background-color: #f0f0f0;
}

.cart-list-item-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.cart-list-item-name {
	display: inline-block;
}

td.cart-list-item-price {
	width: 140px;
	font-size: 22px;
	text-align: center;
}

.cart-list-item-actions {
	width: 64px;
	text-align: center;
}

.cart-list-item-remove {
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid;
	border-radius: 50%;
	opacity: 1;
}

.cart-list-item-remove:not(:hover) {
	background-color: transparent;
}

.cart-list-item-remove:hover .icon {
	color: #ffffff;
}

.cart-list-item-remove .icon {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	vertical-align: top;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	padding-left: 1px;
	font-size: 10px;
}

.cart-list-item-total {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	color: #8d8d8d;
}

.cart-list-item-amount {
	margin-left: 5px;
	font-size: 26px;
}

.payment-method-form {
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
}

.payment-method-form input[type="radio"] {
	display: none;
}

.payment-method-form input[type="radio"]:checked + .payment-method {
	border-color: transparent;
}

.payment-method-form input[type="radio"]:checked + .payment-method:before {
	opacity: 0.04;
}

.payment-method-form input[type="radio"]:checked + .payment-method .pseudo-radio:after {
	opacity: 1;
}

.payment-method-form input[value="paypal"] + .payment-method {
	width: 270px;
	padding: 22px 40px;
}

.payment-method {
	-webkit-transition: border 0.2s ease;
	-moz-transition: border 0.2s ease;
	-o-transition: border 0.2s ease;
	transition: border 0.2s ease;
	position: relative;
	vertical-align: top;
	margin: 0 18px 40px;
	min-width: 270px;
	min-height: 108px;
	padding: 42px 40px;
	font-weight: normal;
	text-align: center;
	color: #8d8d8d;
	background-color: #f8f8f8;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	z-index: 1;
}

.payment-method:before {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	opacity: 0;
	z-index: -1;
}

.payment-method .payment-method-icon {
	display: inline-block;
	max-width: 135px;
}

.payment-method .pseudo-radio {
	margin: -2px 25px 0 0;
	vertical-align: middle;
	display: inline-block;
	padding: 4px;
	width: 16px;
	height: 16px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
}

.payment-method .pseudo-radio:after {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 50%;
	opacity: 0;
}

.billing-details-form .form-group {
	margin-bottom: 20px;
}

.billing-details-form .form-group label {
	line-height: 25px;
}

.billing-details-form .result {
	margin-bottom: 30px;
	text-align: right;
}

.billing-details-form .result * {
	display: inline-block;
}

.billing-details-form .result strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #9c9fa1;
}

.billing-details-form .result .cart-ammount {
	font-size: 26px;
}

.billing-details-form .btn.cart-submit {
	float: right;
	margin: 0 0 -46px;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Jquery.mb.YTPlayer controls
---------------------------------------------------------------------------- */

.ytp-player-background {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-position: center !important;
}

.ytp-player-background.no-video-bg {
	background: transparent url('../img/background/low_poly_background.jpg') top center no-repeat;
}

.ytp-player-background.no-video-bg .video-conrols {
	display: none;
}

.ytp-player-background > *:not(.mbYTP_wrapper):not(.video-conrols) {
	z-index: 1;
}

.ytp-player-background .video-conrols {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ytp-player-background .video-conrols .yt-play-btn-big {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -41px 0 0 -28px;
	display: block;
	width: 56px;
	height: 82px;
	background: transparent url('../img/icon/yt_play_big_56x82.png') center no-repeat;
	cursor: pointer;
	z-index: 999;
}

.ytp-player-background .video-conrols .bottom {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	height: 42px;
	text-align: center;
}

.ytp-player-background .video-conrols .bottom .controls-container:hover,
.ytp-player-background .video-conrols .bottom:hover .controls-container {
	opacity: 1;
}

.ytp-player-background .controls-container {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: relative;
	padding: 11px 13px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.3;
	z-index: 999;
}

.ytp-player-background .controls-container.center {
	display: inline-block;
}

.ytp-player-background .controls-container.left,
.ytp-player-background .controls-container.right {
	display: block;
}

.ytp-player-background .controls-container.left {
	float: left;
}

.ytp-player-background .controls-container.right {
	float: right;
}

.ytp-player-background .controls-container > * {
	height: 20px;
}

.ytp-player-background .controls-container i {
	position: relative;
	margin-right: 20px;
	display: inline-block;
	width: 20px;
	cursor: pointer;
}

.ytp-player-background .controls-container i:before,
.ytp-player-background .controls-container i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	background: transparent url('../img/icon/yt_controls_40x40.png') no-repeat;
}

.ytp-player-background .controls-container .yt-play-toggle:before {
	opacity: 1;
	background-position: 0 0;
}

.ytp-player-background .controls-container .yt-play-toggle:after {
	opacity: 0;
	background-position: 0 -20px;
}

.ytp-player-background .controls-container .yt-play-toggle.active:before {
	opacity: 0;
}

.ytp-player-background .controls-container .yt-play-toggle.active:after {
	opacity: 1;
}

.ytp-player-background .controls-container .yt-mute-toggle:before {
	opacity: 1;
	background-position: -20px 0;
}

.ytp-player-background .controls-container .yt-mute-toggle:after {
	opacity: 0;
	background-position: -20px -20px;
}

.ytp-player-background .controls-container .yt-mute-toggle.active:before {
	opacity: 0;
}

.ytp-player-background .controls-container .yt-mute-toggle.active:after {
	opacity: 1;
}

.ytp-player-background .controls-container .yt-volume-slider {
	display: inline-block;
	width: 90px;
	position: relative;
}

.ytp-player-background .controls-container .yt-volume-slider:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -3px;
	display: block;
	height: 6px;
	background-color: #f6f6f6;
	border-radius: 3px;
}

.ytp-player-background .controls-container .yt-volume-slider .ui-slider-handle {
	-webkit-transition: left 0.1s ease;
	-moz-transition: left 0.1s ease;
	-o-transition: left 0.1s ease;
	transition: left 0.1s ease;
	position: absolute;
	top: 2px;
	margin-left: -8px;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}

.ytp-player-background .controls-container .yt-volume-slider .ui-slider-range {
	-webkit-transition: width 0.1s ease;
	-moz-transition: width 0.1s ease;
	-o-transition: width 0.1s ease;
	transition: width 0.1s ease;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	height: 6px;
	border-radius: 3px 0 0 3px;
}

/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

.navigation-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 3px 0 4px;
	background-color: transparent;
	z-index: 100;
}

.navigation-header.relative-header {
	position: relative;
	width: 100%;
}

.navigation-header.background-header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/* background: #6f186c url("../img/background/low_poly_background.jpg") top center no-repeat; */
	background: linear-gradient(119deg, #32578f, #06263e);
}

.navigation-header .navigation-brand .brand-logo {
	height: auto;
}

.navigation-header .navigation-brand .brand-logo .logo {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	display: block;
	height: 30px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
}

.navigation-header .navigation-brand .brand-logo .logo.logo-alt {
	display: none;
	background-image: url("../img/logo-inverted.png");
}

.navigation-header .navigation-brand .brand-logo h4 {
	margin-top: 15px;
}

.navigation-header .navigation-brand .brand-logo a {
	color: #ffffff;
}


.navigation-header .navigation-toggle:after {
	content: '';
	clear: both;
	height: 1%;
}

.navigation-header .navigation-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	opacity: 0.7;
}

.navigation-header .navigation-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navigation-header .navigation-toggle:hover,
.navigation-header .navigation-toggle:focus,
.navigation-header .navigation-toggle:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.navigation-header .navigation-navbar {
	zoom: 1;
}

.navigation-header .navigation-navbar:before,
.navigation-header .navigation-navbar:after {
	content: "";
	display: table;
}

.navigation-header .navigation-navbar:after {
	clear: both;
}

.navigation-header .navigation-bar > li {
	display: inline-block;
	padding: 10px 0;
}

.navigation-header .navigation-bar.navigation-bar-left {
	float: left;
}

.navigation-header .navigation-bar.navigation-bar-left > li.active > a {
	border-style: solid;
	border-width: 0 0 2px;
}

.navigation-header .navigation-bar.navigation-bar-right {
	float: right;
}

.navigation-bar > .dropdown:not(.featured) {
	position: relative;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-toggle {
	position: relative;
	min-width: 0;
	font-weight: 400;
	border: none;
	z-index: 1;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-toggle:after {
	display: inline-block;
	margin-left: 3px;
	width: 15px;
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 14px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li {
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:first-child > a {
	border-width: 0 0 1px;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:last-child > a {
	border-width: 1px 0 0;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:hover {
	background-color: #000000;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(:hover) > a {
	border-color: rgba(0, 0, 0, 0.15) transparent rgba(255, 255, 255, 0.05);
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li > a {
	border-style: solid;
	border-width: 1px 0;
	border-color: transparent;
}

.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-toggle:before,
body:not(.always-mobile) .white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-toggle:before {
	background-color: #ffffff;
}

.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:hover,
body:not(.always-mobile) .white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:hover {
	background-color: #e0e0e0;
}

.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(:hover) > a,
body:not(.always-mobile) .white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(:hover) > a {
	border-color: rgba(0, 0, 0, 0.075) transparent rgba(0, 0, 0, 0.025);
}

.white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu > li:not(:hover) a,
body:not(.always-mobile) .white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu > li:not(:hover) a {
	color: #000000;
}

.navigation-bar .dropdown-menu {
	margin: 0;
	padding: 0;
	background-color: #272727;
	border: none;
}

.navigation-bar .dropdown-menu .dropdown > .dropdown-toggle:after {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 20px;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.navigation-bar .dropdown-menu > li {
	position: relative;
	padding: 0 20px 0 15px;
}
.mobile-navigation-brand .dropdown{
	position: initial;
}

.navigation-bar .dropdown-menu > li a {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	padding: 11px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.user-profile .dropdown-menu{
	left:4rem;
}
.navigation-bar .dropdown-menu > li a:hover {
	background-color: transparent;
}

.navigation-bar .dropdown-menu > li a.dropdown-toggle {
	text-align: left;
}

.navigation-bar .dropdown-menu > li .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
}

.navigation-bar .dropdown-menu > li .dropdown-menu.left-side-menu {
	left: auto;
	right: 100%;
}

header {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: -100%;
}

.fixed-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.fixed-menu .background-header {
	background-color: #ffffff;
	background-image: none;
}

.fixed-menu .navigation-header {
	-webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	-moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	position: relative;
	padding: 5px 0 2px;
	background-color: #ffffff;
}

.fixed-menu .navigation-header .btn.btn-outline:hover,
.fixed-menu .navigation-header .btn.btn-outline:active {
	color: #ffffff;
}

.fixed-menu .navigation-header .navigation-brand .brand-logo .logo {
	display: none;
}

.fixed-menu .navigation-header .navigation-brand .brand-logo .logo.logo-alt {
	display: block;
}

.navigation-header.white-header {
	background-color: #ffffff;
}

.navigation-header.white-header .navigation-brand .brand-logo .logo {
	display: none;
}

.navigation-header.white-header .navigation-brand .brand-logo .logo.logo-alt {
	display: block;
}

.navigation-header.white-header .btn.btn-outline:hover,
.navigation-header.white-header .btn.btn-outline:active {
	color: #ffffff;
}

body.always-mobile {
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	position: relative;
	right: 0;
}

body.always-mobile.collapsed {
	right: 270px;
}

body.always-mobile.collapsed .fixed-menu .navigation-header {
	right: 270px;
}

body.always-mobile .navigation-header {
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	left: auto;
	right: 0;
	width: 100%;
}

body.always-mobile .navigation-header .navigation-brand {
	float: none;
	margin: 0;
	padding: 10px 0;
}

body.always-mobile .navigation-header .navigation-toggle {
	display: block;
}

body.always-mobile .navigation-header .navigation-navbar {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	position: absolute;
	top: 0;
	right: -270px;
	display: block;
	width: 270px;
	padding: 0;
	text-align: center;
	background-color: #272727;
	overflow-x: hidden;
	overflow-y: auto;
	direction: rtl;
}

body.always-mobile .navigation-header .navigation-navbar.collapsing {
	height: auto;
}

body.always-mobile .navigation-header .navigation-navbar * {
	direction: ltr;
}

body.always-mobile .navigation-header .navigation-bar.navigation-bar-left,
body.always-mobile .navigation-header .navigation-bar.navigation-bar-right {
	float: none;
}

body.always-mobile .navigation-header .navigation-bar.navigation-bar-left li.active > a,
body.always-mobile .navigation-header .navigation-bar.navigation-bar-right li.active > a {
	border-bottom: 2px solid transparent;
}

body.always-mobile .navigation-header .navigation-bar > li:not(.featured) {
	padding: 0;
}

body.always-mobile .navigation-header .navigation-bar > li:not(.featured) > a {
	padding: 25px 0;
}

body.always-mobile .fixed-menu .navigation-header .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
body.always-mobile .navigation-header .navigation-bar.navigation-bar-left li:not(.featured).active > a,
body.always-mobile .navigation-header .navigation-bar.navigation-bar-right li:not(.featured).active > a,
body.always-mobile .navigation-bar > .dropdown:not(.featured):not(.opened) .dropdown-toggle,
body.always-mobile .navigation-header .navigation-bar > li:not(.featured) > a {
	width: 100%;
	border-style: solid;
	border-width: 1px 0;
	border-color: rgba(0, 0, 0, 0.15) transparent rgba(255, 255, 255, 0.05);
}

body.always-mobile .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover {
	background-color: transparent;
}

body.always-mobile .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover > a {
	border-color: rgba(0, 0, 0, 0.15) transparent rgba(255, 255, 255, 0.05);
}

body.always-mobile .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li.opened {
	background-color: rgba(0, 0, 0, 0.5);
}

body.always-mobile .navigation-bar > .dropdown:not(.featured) > .dropdown-toggle:after,
body.always-mobile .navigation-bar .dropdown-menu .dropdown > .dropdown-toggle:after {
	position: absolute;
	top: auto;
	right: auto;
	content: "\f0d7";
	font-size: 14px;
	line-height: inherit;
}

body.always-mobile .navigation-header .navigation-bar li {
	width: 100%;
}

body.always-mobile .navigation-header .navigation-bar li.dropdown:not(.featured),
body.always-mobile .navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown {
	-webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-width: 0;
}

body.always-mobile .navigation-header .navigation-bar li.dropdown:not(.featured).opened,
body.always-mobile .navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened {
	background-color: rgba(0, 0, 0, 0.5);
}

body.always-mobile .navigation-header .navigation-bar li.dropdown:not(.featured).opened {
	border-width: 4px 0;
}

body.always-mobile .navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened {
	background-color: #000000;
	border-width: 2px 0;
}

body.always-mobile .navigation-header .navigation-bar li .dropdown-menu {
	background-color: transparent;
}

body.always-mobile .navigation-header .navigation-bar li .dropdown-menu > li {
	padding: 0;
}

body.always-mobile .navigation-header .navigation-bar li .dropdown-menu > li a.dropdown-toggle {
	text-align: center;
}

body.always-mobile .navigation-header .navigation-bar li .dropdown-menu > li a.dropdown-toggle:focus {
	background-color: transparent;
}

body.always-mobile .navigation-header .navigation-bar li .dropdown-menu > li .dropdown-menu {
	position: relative;
	left: 0;
	top: 0;
}

body.always-mobile .navigation-header .navigation-bar li .dropdown-menu > li .dropdown-menu > li {
	padding: 0;
}

body.always-mobile .navigation-header.white-dropdown .navigation-navbar,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-navbar {
	background-color: #ffffff;
	border-left: 1px solid #e9e9e9;
}

body.always-mobile .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu {
	background-color: transparent;
}

body.always-mobile .navigation-header.white-dropdown .navigation-bar > li.dropdown:not(:hover) > a,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar > li.dropdown:not(:hover) > a,
body.always-mobile .navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a:not(:hover),
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a:not(:hover) {
	color: #1d1d1d;
}

body.always-mobile .navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a,
body.always-mobile .navigation-header.white-dropdown .navigation-bar.navigation-bar-left li.active:not(.featured) > a,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-left li.active:not(.featured) > a,
body.always-mobile .navigation-header.white-dropdown .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
body.always-mobile .navigation-header.white-dropdown .navigation-bar.navigation-bar-right li.active:not(.featured) > a,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-right li.active:not(.featured) > a,
body.always-mobile .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured):not(.opened) .dropdown-toggle,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured):not(.opened) .dropdown-toggle,
body.always-mobile .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover > a,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover > a {
	border-color: rgba(0, 0, 0, 0.075) transparent rgba(0, 0, 0, 0.025);
}

body.always-mobile .navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured).opened,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured).opened,
body.always-mobile .navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened,
body.always-mobile .fixed-menu .navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened {
	background-color: rgba(0, 0, 0, 0.1);
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------- */

.footer {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 0 0 30px;
	font-weight: 300;
	/* background-image: url('../img/background/low_poly_background.jpg'); */
	/* background-repeat: no-repeat; */
	/* background-position: top center; */
	/* background-attachment: fixed; */
	background: linear-gradient(to l, #242e31, #0c0b82);
	background: linear-gradient(to left, #242e31, #0c0b82);
}

.footer p {
	font-size: 15px;
	line-height: 1.6;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .logo-wrapper {
	margin-bottom: 20px;
}

.footer .footer-content {
	padding: 75px 0 65px;
}

.footer .heading {
	margin-bottom: 25px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
}

.footer .list-inline {
	text-align: center;
	margin: 0 auto;
}

.footer .list-inline li {
	padding: 0 15px 15px;
}

.footer .list-inline li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.footer .list-inline li .icon {
	font-size: 50px;
}

.footer .list-unstyled li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 1.6;
}

.footer .list-unstyled li .icon {
	position: absolute;
	left: 0;
	font-size: 20px;
}

.footer .copyright {
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	opacity: 0.5;
}

/* Media queries */

/* ----------------------------------------------------------------------------
	Modal boxes
---------------------------------------------------------------------------- */

.modal-window {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	cursor: default;
	z-index: 999;
}

.modal-window:not(.base-clr-bg) {
	background-color: rgba(255, 255, 255, 0.9);
}

.modal-box {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	margin: 0 auto;
	display: block;
	width: 64%;
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 40px 30px 25px;
	border: 1px solid #e9e9e9;
	background-repeat: no-repeat;
	background-position: center;
}

.modal-box:not(.base-clr-bg) {
	background-color: #ffffff;
}

.modal-box.light-text .close-btn {
	color: #ffffff;
}

.modal-box.light-text .close-btn:not(:hover) {
	color: #ffffff;
}

.modal-box.light-text .close-btn:hover {
	opacity: 0.8;
}

.modal-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.modal-box .form-group {
	margin-bottom: 20px;
}

.modal-box .close-btn {
	-webkit-transition: color 0.2s ease, background 0.2s ease;
	-moz-transition: color 0.2s ease, background 0.2s ease;
	-o-transition: color 0.2s ease, background 0.2s ease;
	transition: color 0.2s ease, background 0.2s ease;
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 14px;
	cursor: pointer;
	opacity: 1;
	z-index: 20;
}

.modal-box .close-btn:not(:hover) {
	color: #000000;
}

.modal-box *:nth-child(2) {
	margin-top: 0;
}

.modal-box.iframe-box,
.modal-box.iframe-box.large,
.modal-box.iframe-box.small {
	padding: 0;
	padding-bottom: 35.866%;
}

.modal-box.iframe-box .close-btn,
.modal-box.iframe-box.large .close-btn,
.modal-box.iframe-box.small .close-btn {
	top: 0;
	right: 0;
	padding: 12px;
	font-size: 16px;
	width: 40px;
	line-height: 1;
	background-color: rgba(255, 255, 255, 0.6);
}

.modal-box.iframe-box .close-btn:hover,
.modal-box.iframe-box.large .close-btn:hover,
.modal-box.iframe-box.small .close-btn:hover {
	background-color: rgba(255, 255, 255, 0.95);
}

.modal-box.small {
	width: 30%;
	padding: 30px 15px 20px;
	font-size: 100%;
}

.modal-box.small .close-btn {
	font-size: 12px;
	right: 15px;
	top: 12px;
}

.modal-box.large {
	width: 90%;
	height: 100%;
	padding: 50px 44px 25px;
}

.modal-box.large .close-btn {
	right: 50px;
	top: 20px;
}

.modal-box.top {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 0;
	bottom: auto;
}

.modal-box.bottom {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: auto;
	bottom: 0;
}

.modal-box.left {
	float: left;
}

.modal-box.right {
	float: right;
}

/* ----------------------------------------------------------------------------
	Back to top button
---------------------------------------------------------------------------- */

.back-to-top {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	width: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	z-index: 9999;
	opacity: 0.4;
}

.back-to-top:hover {
	opacity: 1;
}

/* ----------------------------------------------------------------------------
	Theme styles
---------------------------------------------------------------------------- */

.social-icons {
	margin-top: 25px;
}

.social-icons li {
	margin-bottom: 50px;
	width: 16%;
}

.social-icons li .social {
	font-size: 30px;
}

.form-register {
	margin-top: 50px;
	padding: 20px;
	background-color: #f0f0f0;
}

.form-register:after {
	content: '';
	display: block;
	clear: both;
}

.form-register .form-group .checkbox {
	margin: 0;
}

.form-register .form-group .checkbox label {
	line-height: 1.43;
}

.form-register.form-register-small {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	margin: 50px 0 0;
	display: inline-block;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.3);
}

.form-register.form-register-small .form-group {
	margin: 5px 10px 5px 0;
}

.form-register.form-register-small .form-control {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
}

.form-section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: top center;
	z-index: 1;
}

.form-section:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 0;
}

.form-section > * {
	position: relative;
	z-index: 1;
}

.form-section .heading-block {
	margin-bottom: 30px;
	padding-top: 0;
}

.form-section .heading-block > *:first-child {
	margin-top: 0;
}

.forms-page .container.centered-block {
	padding-top: 70px;
	padding-bottom: 70px;
}

.form-section1 {
	background-image: url("../img/background/form-bg1.jpg");
}

.form-section2 {
	background-image: url("../img/background/form-bg2.jpg");
}

.form-section3 {
	background-image: url("../img/background/form-bg3.jpg");
}

.form-section4 {
	background-image: url("../img/background/form-bg4.jpg");
}

.lead-generation1 {
	background-image: url("../img/background/lead-generation1.jpg");
}

.lead-generation2 {
	background-image: url("../img/background/lead-generation2.jpg");
}

.lead-generation3 {
	background-image: url("../img/background/lead-generation3.jpg");
}

.lead-generation3:before {
	background: #397bd1;
	background: -moz-linear-gradient(-45deg, #397bd1 0%, rgba(231, 62, 158, 0.8) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #397bd1), color-stop(100%, rgba(231, 62, 158, 0.8)));
	background: -webkit-linear-gradient(-45deg, #397bd1 0%, rgba(231, 62, 158, 0.8) 100%);
	background: -o-linear-gradient(-45deg, #397bd1 0%, rgba(231, 62, 158, 0.8) 100%);
	background: -ms-linear-gradient(-45deg, #397bd1 0%, rgba(231, 62, 158, 0.8) 100%);
	background: linear-gradient(135deg, #397bd1 0%, rgba(231, 62, 158, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#397bd1', endColorstr='#e73e9e', GradientType=1);
}

.agree-text {
	font-size: 13px;
	line-height: 21px;
	padding-top: 15px;
}

.subscribe-form input {
	margin-right: 8px;
}

.subscribe-form .response {
	position: absolute;
	margin-left: 7%;
	display: block;
	text-align: center;
}

.static-header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	/* background-image: url("../img/background/low_poly_background.jpg"); */
	/* background-repeat: no-repeat; */
	/* background-position: top center; */
	/* background-attachment: fixed; */
	  /* fallback for old browsers */
	  /* Chrome 10-25, Safari 5.1-6 */
	 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	  /* fallback for old browsers */
	  /* Chrome 10-25, Safari 5.1-6 */
	 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, #242e31, #0c0b82);
}

.static-header .heading-block {
	position: relative;
	z-index: 20;
}

.static-header .heading-block.centered-block {
	padding: 70px 0;
}

.static-header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.static-header.image-version .heading-block,
.static-header.video-version .heading-block {
	padding-bottom: 27%;
}

.static-header.video-version .heading-block {
	padding-top: 17%;
}

.static-header.register-version {
	background-image: url("../img/background/smb_owner.jpg");
}

.static-header.register-version .signup-wrapper {
	margin-top: 20px;
	width: auto;
}

.static-header.clickthrough-version {
	background-image: url("../img/background/golden-gate-bridge.jpg");
}

.static-header.clickthrough-version .overlay {
	background: #ff6600;
	background: -moz-linear-gradient(-45deg, #ff6600 0%, rgba(255, 102, 0, 0.92) 25%, rgba(189, 24, 112, 0.78) 70%, rgba(189, 24, 112, 0.68) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff6600), color-stop(25%, rgba(255, 102, 0, 0.92)), color-stop(70%, rgba(189, 24, 112, 0.78)), color-stop(100%, rgba(189, 24, 112, 0.68)));
	background: -webkit-linear-gradient(-45deg, #ff6600 0%, rgba(255, 102, 0, 0.92) 25%, rgba(189, 24, 112, 0.78) 70%, rgba(189, 24, 112, 0.68) 100%);
	background: -o-linear-gradient(-45deg, #ff6600 0%, rgba(255, 102, 0, 0.92) 25%, rgba(189, 24, 112, 0.78) 70%, rgba(189, 24, 112, 0.68) 100%);
	background: -ms-linear-gradient(-45deg, #ff6600 0%, rgba(255, 102, 0, 0.92) 25%, rgba(189, 24, 112, 0.78) 70%, rgba(189, 24, 112, 0.68) 100%);
	background: linear-gradient(135deg, #ff6600 0%, rgba(255, 102, 0, 0.92) 25%, rgba(189, 24, 112, 0.78) 70%, rgba(189, 24, 112, 0.68) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#bd1870', GradientType=1);
}

.static-header.waiting-list-version {
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	background-image: url("../img/background/pattern-icons.png");
	background-repeat: repeat;
}

.static-header.waiting-list-version .overlay {
	background-color: rgba(255, 255, 255, 0.7);
}

.static-header.waiting-list-version .heading-block {
	padding: 100px 0 50px;
}

.static-header.waiting-list-version h1 {
	margin: -25px 0 15px;
}

.static-header.waiting-list-version ul {
	margin-bottom: 15px;
	padding-left: 15px;
}

.static-header.waiting-list-version ul li {
	margin: 7px 0;
	line-height: 25px;
}

.static-header.waiting-list-version ul li:before {
	-webkit-border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 100%;
	-moz-background-clip: padding;
	border-radius: 100%;
	background-clip: padding-box;
	margin-right: 20px;
	display: inline-block;
	width: 7px;
	height: 7px;
	content: '';
	text-align: center;
}

.static-header.waiting-list-version form {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.15);
}

.static-header.waiting-list-version form input {
	width: auto;
	max-width: 205px;
}

.static-header.waiting-list-version form button {
	margin: 0;
	float: right;
	min-width: 85px;
}

.static-header .list-inline {
	margin: 0;
	padding: 30px 0;
}

.static-header .signup-wrapper {
	margin-top: 20px;
}

.static-header .heading-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.static-header .image-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.video-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 21;
}

.video-wrapper .container {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	padding: 35px 0 0;
	background-image: url("../img/features/video-container.png");
	background-repeat: no-repeat;
	background-position: center;
}

.video-wrapper .video-container {
	margin: 0 auto;
}

.video-wrapper .video-container .embed-container {
	position: relative;
	max-width: 100%;
	height: auto;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

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

.video-wrapper .video-container .embed-container video {
	height: auto;
}

.clients-section {
	background-color: #f0f0f0;
}

.clients-section ul.list-inline {
	margin: 23px -5px;
}

.clients-section ul.list-inline > li {
	padding: 0 25px;
}

.about-section {
	padding: 60px 0 0;
}

.about-section .howitworks {
	font-size: 81px;
	vertical-align: middle;
}

.process-section {
	padding: 20px 0 90px;
}

.features-section {
	margin-bottom: 50px;
	padding: 0 0 30px;
	background-color: #f0f0f0;
}

.features-list-section article {
	margin: 0 0 60px;
	padding: 0px 10px;
}

.features-list-section article .icon {
	font-size: 3.3em;
}

.features-list-section article p {
	font-size: 15px;
	color: #8d8d8d;
}

.features-list-section article:hover .icon {
	opacity: 0.6;
}

.features-list-section .highlight {
	margin: 12px 0 13px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
}

.newsletter-section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-image: url('../img/background/low_poly_background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.newsletter-section article {
	padding-top: 5px;
}

.newsletter-section article p {
	margin-bottom: 0;
}

.awards-section {
	padding-top: 0;
	overflow: hidden;
}

.awards-section .list-inline > li {
	padding: 0 30px;
}

.awards-section .list-inline > li a:hover {
	opacity: 0.7;
}

.feedback-section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-image: url('../img/background/low_poly_background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	padding: 20px 0 0;
}

.feedback-section .section-header {
	margin-bottom: 30px;
}

.feedback-controls-section {
	padding: 10px 0 0;
	background-color: #ffffff;
}

.shortcodes-page .container-fluid .container {
	max-width: 970px;
}

.shortcodes-page .gallery-block .wrapper {
	width: 90%;
}

.shortcodes-page .skillbars-block .wrapper,
.shortcodes-page .tables-block .wrapper,
.shortcodes-page .forms-block .wrapper {
	width: 40%;
}

.shortcodes-page .countdowns-block {
	margin-bottom: 50px;
}

.shortcodes-page .countdowns-block .wrapper {
	width: 50%;
}

.shortcodes-page .headings-block {
	margin-top: 50px;
	padding-bottom: 0;
}

.shortcodes-page .icons-block ul {
	padding: 10px 0 0;
}

.shortcodes-page .icons-block ul li {
	margin: 0 7px;
}

.shortcodes-page .icons-block ul li .icon {
	font-size: 55px;
}

.shortcodes-page .icons-block p a {
	text-decoration: underline;
	text-align: center;
	font-size: 13px;
	color: #3b3b3b;
	display: block;
	padding: 5px 0;
}

.shortcodes-page .gallery-block .thumb-wrapper {
	margin-bottom: 30px;
}

.shortcodes-page .gallery-block .thumb-wrapper img {
	width: 100%;
}

.shortcodes-page header:not(.fixed-menu) .navigation-header,
.modal-boxes-page header:not(.fixed-menu) .navigation-header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	background: url("../img/background/low_poly_background.jpg") no-repeat center center;
	background-attachment: fixed;
}

.modal-boxes-page .section {
	padding: 50px 0;
}

.color-landing-page .navigation-brand .brand-logo .logo {
	background-image: url("../img/logo-white.png");
}

.color-landing-page .static-header {
	background-image: none;
}

.color-landing-page blockquote:before {
	content: url("../img/icon/quotes-a-white.png");
}

.color-landing-page blockquote:after {
	content: url("../img/icon/quotes-b-white.png");
}

.color-landing-page header:not(.fixed-menu) .navigation-toggle {
	border-color: #ffffff;
}

.color-landing-page header:not(.fixed-menu) .navigation-toggle .icon-bar {
	background-color: #ffffff;
}

.color-landing-page .newsletter-section,
.color-landing-page .feedback-section,
.color-landing-page .footer {
	background-image: none;
}

.color-landing-page .newsletter-section .highlight,
.color-landing-page .feedback-section .highlight,
.color-landing-page .footer .highlight,
.color-landing-page .newsletter-section .footer-content a,
.color-landing-page .feedback-section .footer-content a,
.color-landing-page .footer .footer-content a,
.color-landing-page .newsletter-section .list-inline li .icon,
.color-landing-page .feedback-section .list-inline li .icon,
.color-landing-page .footer .list-inline li .icon {
	color: #ffffff;
}

.color-landing-page .guarantee-section,
.color-landing-page .features-section {
	background-color: #f0f0f0;
}

/* Media queries */

@media (min-width: 768px) {

.team-member:hover .overlay-wrapper:before {
	opacity: 0.82;
}

.team-member:hover .socials-block,
.team-member:hover .overlay-content .text-wrapper {
	opacity: 1;
}

.team-member .socials-block > li > a {
	border-color: #ffffff;
	background-color: transparent;
}

.team-member .socials-block > li > a:hover,
.team-member .socials-block > li > a:active {
	background-color: #ffffff;
}

.team-member .socials-block > li > a:not(:hover):not(:active) .fa {
	color: #ffffff;
}

.product-list.material-view .product.col-md-6:not(:hover) .product-title a,
.product-list.material-view .product.col-md-4:not(:hover) .product-title a,
.product-list.material-view .product.col-md-3:not(:hover) .product-title a {
	color: #1d1d1d;
}

.product-list.material-view .product.col-md-6 .product-controls .btn,
.product-list.material-view .product.col-md-4 .product-controls .btn,
.product-list.material-view .product.col-md-3 .product-controls .btn {
	border: 1px solid #ffffff;
}

.product-list.material-view .product.col-md-6 .product-controls .btn:not(:hover):not(:active):not(:focus),
.product-list.material-view .product.col-md-4 .product-controls .btn:not(:hover):not(:active):not(:focus),
.product-list.material-view .product.col-md-3 .product-controls .btn:not(:hover):not(:active):not(:focus) {
	color: #ffffff;
}

.product-list.material-view .product.col-md-6 .product-controls .btn:hover,
.product-list.material-view .product.col-md-4 .product-controls .btn:hover,
.product-list.material-view .product.col-md-3 .product-controls .btn:hover,
.product-list.material-view .product.col-md-6 .product-controls .btn:active,
.product-list.material-view .product.col-md-4 .product-controls .btn:active,
.product-list.material-view .product.col-md-3 .product-controls .btn:active,
.product-list.material-view .product.col-md-6 .product-controls .btn:focus,
.product-list.material-view .product.col-md-4 .product-controls .btn:focus,
.product-list.material-view .product.col-md-3 .product-controls .btn:focus {
	background-color: #ffffff;
}

body:not(.always-mobile) .navigation-bar > .dropdown:not(.featured).opened > .dropdown-toggle {
	-webkit-transition: color 0.1s ease 0.25s;
	-moz-transition: color 0.1s ease 0.25s;
	-o-transition: color 0.1s ease 0.25s;
	transition: color 0.1s ease 0.25s;
}

body:not(.always-mobile) .navigation-bar > .dropdown:not(.featured).opened > .dropdown-toggle:before {
	-webkit-transition: bottom 0.1s ease-in 0.25s, border 0.05s ease-in 0.3s, -webkit-box-shadow 0.5s ease-in;
	-moz-transition: bottom 0.1s ease-in 0.25s, border 0.05s ease-in 0.3s, -moz-box-shadow 0.5s ease-in;
	-o-transition: bottom 0.1s ease-in 0.25s, border 0.05s ease-in 0.3s, box-shadow 0.5s ease-in;
	transition: bottom 0.1s ease-in 0.25s, border 0.05s ease-in 0.3s, box-shadow 0.5s ease-in;
}

body:not(.always-mobile) .navigation-bar > .dropdown:not(.featured) > .dropdown-toggle:before {
	-webkit-transition: bottom 0.1s ease-in, border 0.05s ease-in, -webkit-box-shadow 0.3s ease-in;
	-moz-transition: bottom 0.1s ease-in, border 0.05s ease-in, -moz-box-shadow 0.3s ease-in;
	-o-transition: bottom 0.1s ease-in, border 0.05s ease-in, box-shadow 0.3s ease-in;
	transition: bottom 0.1s ease-in, border 0.05s ease-in, box-shadow 0.3s ease-in;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 100%;
	display: block;
	content: "";
	background-color: #272727;
	border-style: solid;
	border-width: 0;
	z-index: -1;
}

body:not(.always-mobile) .navigation-bar > .dropdown:not(.featured):hover > .dropdown-toggle:before {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	bottom: 0;
	border-width: 4px 0 0;
}

body:not(.always-mobile) .navigation-bar .dropdown-menu {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navigation-header.white-header .navigation-bar > li:not(.featured) > a:not(:hover),
.fixed-menu .navigation-header .navigation-bar > li:not(.featured) > a:not(:hover) {
	color: #1d1d1d;
}

.navigation-header.white-header .navigation-bar.navigation-bar-left > li.active > a,
.fixed-menu.navigation-header .navigation-bar.navigation-bar-left > li.active > a,
.fixed-menu.navigation-header.white-dropdown .navigation-bar > li:not(.featured).dropdown:hover > a {
	color: #000000;
}

.navigation-header.white-dropdown .navigation-bar.navigation-bar-left > li.active > a {
	border-color: #ffffff;
	color: #ffffff;
}

.white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu,
body:not(.always-mobile) .white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu {
	background-color: #ffffff;
}

.color-landing-page header:not(.fixed-menu) .navigation-header .navigation-bar > li:not(.featured) > a:hover,
.color-landing-page header:not(.fixed-menu) .navigation-header .navigation-bar > li:not(.featured) > a:active,
.color-landing-page header:not(.fixed-menu) .navigation-header .navigation-bar > li:not(.featured) > a:focus,
.color-landing-page header:not(.fixed-menu) .navigation-header .navigation-bar > li:not(.featured).active > a {
	color: #ffffff;
}

.waiting-list-page .navigation-header .navigation-bar > li:not(.featured):not(.active) > a {
	color: #000000;
}

.color-landing-page header:not(.fixed-menu) .navigation-header .navigation-bar.navigation-bar-left > li.active > a {
	border-bottom: 2px solid #ffffff;
}

}

@media (min-width: 768px) and (max-width: 991px) {

	.team-member .socials-block > li .fa {
		margin-top: -6px;
		font-size: 12px;
	}

	.navigation-header .navigation-brand {
		float: none;
		margin: 0;
		width: 100%;
	}

	.navigation-header .navigation-brand,
	.navigation-header .navigation-bar > li {
		padding: 0;
	}

	.navigation-header .navigation-brand.featured,
	.navigation-header .navigation-bar > li.featured {
		padding: 0;
	}

	.navigation-bar > .dropdown:not(.featured) > .dropdown-menu {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.navigation-bar > .dropdown:not(.featured) > .dropdown-menu {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.navigation-header .navigation-bar > li:not(.featured) > a {
		padding: 15px 5px;
		font-size: 13px;
	}

	.navigation-header .navigation-bar.navigation-bar-left > li.active > a {
		border-width: 0;
	}

	body:not(.always-mobile) .navigation-header .navigation-brand .brand-logo {
		display: none;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

.product-list.list-view .product.col-md-6 .product-price {
	margin: 7px 0 0;
}

.product-list.list-view .product.col-md-6 .product-title {
	margin: 5px 70px 5px 0;
	font-size: 18px;
}

.product-list.list-view .product.col-md-6 .product-description {
	margin-bottom: 54px;
	max-height: 40px;
}

.product-list.list-view .product.col-md-6 .product-description * {
	line-height: 20px;
}

.product-list.list-view .product.col-md-6 .product-controls .btn {
	padding-left: 10px;
	padding-right: 10px;
}

.product-list.grid-view .product.col-md-4 .product-content {
	padding: 0 10px 5px;
}

.product-list.grid-view .product.col-md-3 .product-price {
	bottom: 40px;
	right: auto;
}

.product-list.grid-view .product.col-md-3 .product-description {
	margin-bottom: 60px;
}

.product-list.material-view .product-image-wrapper {
	margin-bottom: 15px;
}

.product-list.material-view .product-content {
	padding: 0 15px 10px;
}

.product-list.material-view .product.col-md-4 .product-image-wrapper .product-price,
.product-list.material-view .product.col-md-3 .product-image-wrapper .product-price {
	-webkit-transition: padding 0.3s ease-out;
	-moz-transition: padding 0.3s ease-out;
	-o-transition: padding 0.3s ease-out;
	transition: padding 0.3s ease-out;
}

.product-list.material-view .product.col-md-4 .product-image-wrapper:hover .product-price,
.product-list.material-view .product.col-md-3 .product-image-wrapper:hover .product-price {
	padding-bottom: 60px;
}

.navigation-header .navigation-brand {
	margin: 12px 30px 0 0;
	margin-right: 30px;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.navigation-header .navigation-bar > li {
	padding: 6px 0;
}

.navigation-header .navigation-bar > li.featured {
	padding: 0;
}

.navigation-header .navigation-bar > li:not(.featured) > a {
	padding: 15px 5px;
}

}

@media (min-width: 1200px) {

.featured-tab {
	margin-top: 115px;
}

.featured-tab li > a {
	zoom: 1;
}

.featured-tab li > a:before,
.featured-tab li > a:after {
	content: "";
	display: table;
}

.featured-tab li > a:after {
	clear: both;
}

.featured-tab li > a .tab-info:after,
.featured-tab li > a .tab-icon:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 99%;
	content: '';
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-tab li > a .tab-icon:after {
	left: 0;
	right: auto;
}

.featured-tab li.active > a .tab-icon {
	-webkit-border-radius: 0 5px 5px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 5px 5px 0;
	-moz-background-clip: padding;
	border-radius: 0 5px 5px 0;
	background-clip: padding-box;
}

.featured-tab .tab-content {
	position: absolute;
	top: -60px;
	right: -100px;
	padding: 0;
	border: none;
	z-index: 2;
}

.static-header .video-container {
	max-width: 755px;
}

}

@media (max-width: 1199px) {

.alt.tab-content .tab-pane {
	padding-bottom: 25px;
}

.alt.tab-content .tab-pane {
	padding-bottom: 20px;
}

.long-block {
	padding: 15px 0 35px;
	text-align: center;
}

.long-block article,
.long-block .icon {
	float: none !important;
}

.long-block .icon {
	top: 0;
	margin: 0 0 20px;
	display: block;
}

.long-block .btn.btn-default {
	margin: 10px auto 0;
}

.featured-tab li {
	margin-bottom: 40px;
	display: inline-block;
	width: 33%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0.7;
}

.featured-tab li.active {
	opacity: 1;
}

.featured-tab li > a .tab-info,
.featured-tab li.active > a .tab-info {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	width: 100%;
}

.featured-tab li > a .tab-icon,
.featured-tab li.active > a .tab-icon {
	display: none;
}

.featured-tab .tab-content .tab-pane {
	text-align: center;
}

.package-column .package-detail {
	height: 425px;
}

.video-wrapper .container {
	padding: 24px 0 0;
}

.video-wrapper .container .video-container {
	max-width: 626px;
}

.subscribe-form .response {
	margin-left: 40%;
}

.clients-section ul.list-inline li {
	padding: 0 15px;
}

.team-section .thumb-wrapper .socials a {
	margin: 0 10px;
	font-size: 24px;
}

.shortcodes-page .gallery-block .wrapper {
	width: 100%;
}

.shortcodes-page .skillbars-block .wrapper,
.shortcodes-page .tables-block .wrapper,
.shortcodes-page .forms-block .wrapper,
.shortcodes-page .countdowns-block .wrapper {
	width: 60%;
}

.shortcodes-page .long-block article {
	width: 80%;
}

.shortcodes-page .social-icons {
	margin-left: 25px;
}

.shortcodes-page .social-icons li {
	width: 15%;
}

}

@media (max-width: 1024px) {

.home-image.iPhone {
	margin-top: 30px;
}

}

@media (max-width: 992px) and (orientation: portrait) {

.footer .list-inline li .icon {
	font-size: 34px;
}

.register-version .signup-wrapper {
	padding-left: 0;
	padding-right: 0;
}

}

@media (max-width: 991px) {

body {
	font-size: 14px;
	line-height: 1.7;
}

.wrapper {
	width: 90%;
}

.flex-manual .switch p {
	padding: 0 0 0 80px;
	font-size: 13px;
}

.flex-manual {
	display: block;
	width: 100%;
	border-bottom: none;
}

.flex-manual .switch {
	width: 100%;
	display: block;
}

.flex-manual .switch p {
	padding-top: 0;
}

.featured-tab li {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 30px;
}

.package-column .package-detail {
	height: 400px;
}

.package-column .package-price .price {
	font-size: 80px;
}

.package-column .package-price .price .currency {
	top: -30px;
}

.product-list.list-view .product.col-md-12 .product-image-wrapper,
.product-list.list-view .product.col-md-6 .product-image-wrapper {
	margin-right: 3%;
	width: 37%;
}

.product-list.list-view .product.col-md-12 .product-content,
.product-list.list-view .product.col-md-6 .product-content {
	width: 60%;
}

.product-list.list-view .product.col-md-12 .product-price,
.product-list.list-view .product.col-md-6 .product-price {
	right: 15px;
	margin: 2px 0 0;
	max-width: 78px;
	font-size: 16px;
}

.product-list.list-view .product.col-md-12 .product-title,
.product-list.list-view .product.col-md-6 .product-title {
	margin: 0 0 15px;
	margin-right: 85px;
	font-size: 20px;
}

.product-list.list-view .product.col-md-12 .product-description,
.product-list.list-view .product.col-md-6 .product-description {
	margin-bottom: 14%;
	max-height: 75px;
	padding-right: 0;
}

.product-list.list-view .product.col-md-6 .product-controls {
	text-align: right;
	font-size: inherit;
}

.product-list.list-view .product.col-md-6 .product-controls:after {
	display: none;
}

.product-list.list-view .product.col-md-6 .product-controls .product-link .btn {
	padding-left: 20px;
	padding-right: 20px;
}

.product-list.grid-view .product.col-sm-12,
.product-list.material-view .product.col-sm-12 {
	float: none;
}

.product-list.grid-view .product.col-md-4 .product-content {
	padding: 0 10px 5px;
}

.product-list.grid-view .product.col-md-3 .product-price {
	bottom: 40px;
	right: auto;
}

.product-list.grid-view .product.col-md-3 .product-description {
	margin-bottom: 60px;
}

.product-list.material-view .product.col-md-3 .product-image-wrapper:hover .product-price {
	padding-bottom: 60px;
}

.product-list.material-view .product.col-md-3 .product-image-wrapper .product-price {
	-webkit-transition: padding 0.3s ease-out;
	-moz-transition: padding 0.3s ease-out;
	-o-transition: padding 0.3s ease-out;
	transition: padding 0.3s ease-out;
}

.product-page .product .product-buy {
	padding-left: 15px;
	padding-right: 15px;
}

.cart-checkout-navigation {
	height: auto;
	padding: 10px 35px 0;
	text-align: left;
}

.cart-checkout-navigation-list {
	margin: 0;
	width: 100%;
	padding: 5px 0;
	line-height: 1;
}

.cart-checkout-navigation-list > li {
	width: 100%;
	padding-left: 0;
}

.cart-checkout-navigation-list > li.active .cart-checkout-navigation-list-item-link {
	border-bottom-color: transparent;
}

.cart-checkout-navigation-list-item-link {
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
}

.cart-checkout-navigation-list-item-link:before {
	position: static;
	top: auto;
	left: auto;
	vertical-align: top;
	margin-right: 10px;
	text-align: center;
}

.cart-checkout-navigation-list-item-link:after {
	display: none;
}

.footer {
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	background-position: top center;
	background-attachment: scroll;
}

.static-header.video-version .heading-block:not(.centered-block) {
	padding-top: 20%;
}

.static-header .heading-block:not(.centered-block) {
	padding-top: 95px;
}

.video-wrapper .container {
	padding: 20px 0 0;
}

.video-wrapper .container .video-container {
	max-width: 470px;
}

.static-header,
.newsletter-section,
.feedback-section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
}

.static-header.waiting-list-version form {
	padding: 15px 10px;
}

.static-header.waiting-list-version form input {
	max-width: 177px;
}

.static-header.waiting-list-version form button {
	min-width: 0;
	padding: 18px;
}

.subscribe-form .response {
	margin-left: 0;
	margin-top: 10px;
}

.register-version .signup-wrapper {
	margin: 30px auto;
	max-width: 750px;
	padding: 0 15px;
	text-align: left;
	font-size: 0;
}

.register-version .signup-wrapper .form-group {
	margin-right: 2%;
	width: 32%;
}

.register-version .signup-wrapper .form-group .form-control {
	width: 100%;
}

.register-version .signup-wrapper .form-group.password-wrapper {
	margin-right: 0;
}

.register-version .signup-wrapper .form-group.submit-wrap {
	margin-right: 0;
	display: block;
	width: auto;
	text-align: center;
}

.register-version .form-register-small {
	padding: 15px 15px;
}

.clients-section ul.list-inline li {
	padding: 0 15px;
}

.guarantee-section h2,
.guarantee-section p {
	text-align: center;
}

.shortcodes-page .countdowns-block .wrapper {
	width: 80%;
}

.shortcodes-page .social-icons {
	margin-left: 25px;
}

.shortcodes-page .social-icons li {
	width: 15%;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 29px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 23.8px;
}

h4 {
	font-size: 19.6px;
}

h5 {
	font-size: 19.2px;
}

h6 {
	font-size: 15.3px;
}

.heading {
	font-size: 12.8px;
}

.sub-title,
.sub-title.alt {
	font-size: 14px;
}

.sub-title,
.sub-title.big {
	font-size: 16px;
}

.wrapper {
	width: 100%;
}

.dropdown .btn {
	width: 100%;
}

.nav-tabs .btn {
	margin: 0 10px 25px 0;
}

.nav-tabs,
.alt.nav-tabs {
	width: 100%;
}

.nav-tabs > li,
.alt.nav-tabs > li {
	float: none;
}

.nav-tabs > li > a,
.alt.nav-tabs > li > a {
	display: block;
	padding: 20px 36px;
}

.form .form-group {
	padding-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > td {
	padding: 15px;
}

.team-member {
	padding-bottom: 80px;
}

.team-member .name,
.team-member .position {
	text-align: left;
}

.team-member .socials-block {
	bottom: -100px;
	left: 0;
	height: 30px;
	opacity: 1;
	text-align: left;
}

.team-member .socials-block.align-center {
	text-align: left;
}

.team-member .socials-block > li,
.team-member .socials-block.align-center > li {
	margin: 0 4px 4px 0;
	width: 30px;
	height: 30px;
}

.team-member .socials-block > li a:not(:hover):not(:active),
.team-member .socials-block.align-center > li a:not(:hover):not(:active) {
	border-color: #e6e6e6;
	background-color: transparent;
}

.team-member .socials-block > li a:hover .fa,
.team-member .socials-block.align-center > li a:hover .fa,
.team-member .socials-block > li a:active .fa,
.team-member .socials-block.align-center > li a:active .fa {
	color: #ffffff;
}

.long-block h2 {
	font-size: 36px;
}

.featured-tab li {
	width: 32%;
	margin-bottom: 20px;
}

.featured-tab li > a .tab-info {
	width: 100%;
	padding: 15px;
	line-heigh: 1.07;
}

.featured-tab li > a .tab-info .tab-desc {
	line-height: 1.4;
}

.featured-tab li.active a .tab-info {
	-webkit-border-radius: 0 5px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 5px 0 0;
	-moz-background-clip: padding;
	border-radius: 0 5px 0 0;
	background-clip: padding-box;
}

.package-column {
	margin-bottom: 30px;
}

.post {
	margin-bottom: 40px;
	padding-left: 0;
}

.post *[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.post-date {
	position: static;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: left;
	color: #8d8d8d;
	background-color: transparent;
}

.post-date span {
	margin-left: 5px;
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

.post-date .post-day {
	margin: 0 0 0 5px;
	font-size: 14px;
	line-height: 1;
}

.post-date .post-year {
	position: static;
	font-weight: 400;
	color: #8d8d8d;
}

.post-thumbnail {
	display: inline-block;
}

.post-thumbnail img {
	max-width: 100%;
}

.blog .sidebar {
	padding: 0 15px 50px;
}

.post-tags-box {
	line-height: 1;
}

.post-tags-box .icon {
	display: inline;
}

.post-tags-box .icon:before {
	vertical-align: sub;
}

.post-tags-box .tags-links {
	display: inline;
}

.product-list .product {
	padding: 0 0 20px;
}

.product-list.list-view .product.col-md-12 .product-image-wrapper,
.product-list.list-view .product.col-md-6 .product-image-wrapper {
	margin-right: 3%;
	width: 42%;
}

.product-list.list-view .product.col-md-12 .product-content,
.product-list.list-view .product.col-md-6 .product-content {
	width: 55%;
}

.product-list.list-view .product.col-md-12 .product-price,
.product-list.list-view .product.col-md-6 .product-price {
	right: 0;
}

.product-list.list-view .product.col-md-12 .product-title,
.product-list.list-view .product.col-md-6 .product-title {
	margin: 0 0 10px;
	margin-right: 70px;
}

.product-list.list-view .product.col-md-12 .product-description,
.product-list.list-view .product.col-md-6 .product-description {
	margin-bottom: 45px;
	max-height: 40px;
}

.product-list.list-view .product.col-md-12 .product-description *,
.product-list.list-view .product.col-md-6 .product-description * {
	line-height: 20px;
}

.product-list.list-view .product.col-md-12 .product-controls,
.product-list.list-view .product.col-md-6 .product-controls {
	text-align: justify;
	font-size: 0;
}

.product-list.list-view .product.col-md-12 .product-controls:after,
.product-list.list-view .product.col-md-6 .product-controls:after {
	display: inline-block;
	width: 100%;
	content: "";
}

.product-list.list-view .product.col-md-12 .product-controls > *,
.product-list.list-view .product.col-md-6 .product-controls > * {
	display: inline-block;
}

.product-list.list-view .product.col-md-12 .product-controls .btn,
.product-list.list-view .product.col-md-6 .product-controls .btn {
	padding-left: 0;
	padding-right: 0;
	min-width: 0;
}

.product-list.list-view .product.col-md-12 .product-controls .btn.product-buy,
.product-list.list-view .product.col-md-6 .product-controls .btn.product-buy {
	padding-left: 10px;
	padding-right: 10px;
}

.product-list.grid-view .product,
.product-list.material-view .product {
	float: none;
	max-width: 500px;
	margin: 0 auto;
}

.product-list.grid-view .product.col-md-6 .product-content,
.product-list.grid-view .product.col-md-4 .product-content,
.product-list.grid-view .product.col-md-3 .product-content {
	padding: 0 10px 5px;
}

.product-list.grid-view .product.col-md-6 .product-price-wrapper,
.product-list.grid-view .product.col-md-4 .product-price-wrapper,
.product-list.grid-view .product.col-md-3 .product-price-wrapper {
	top: 0;
	right: 10px;
	max-width: 160px;
	font-size: 18px;
}

.product-list.grid-view .product.col-md-6 .product-title,
.product-list.grid-view .product.col-md-4 .product-title,
.product-list.grid-view .product.col-md-3 .product-title {
	margin: 0 0 14px;
	padding-right: 75px;
	font-size: 20px;
}

.product-list.grid-view .product.col-md-6 .product-controls,
.product-list.grid-view .product.col-md-4 .product-controls,
.product-list.grid-view .product.col-md-3 .product-controls {
	bottom: 10px;
	left: 0;
}

.product-list.grid-view .product.col-md-6 .product-controls .btn,
.product-list.grid-view .product.col-md-4 .product-controls .btn,
.product-list.grid-view .product.col-md-3 .product-controls .btn {
	padding: 8px;
}

.product-list.grid-view .product.col-md-6 .product-controls .product-link,
.product-list.grid-view .product.col-md-4 .product-controls .product-link,
.product-list.grid-view .product.col-md-3 .product-controls .product-link {
	padding-left: 10px;
	padding-right: 10px;
}

.product-list.grid-view .product.col-md-6 .product-controls .icon,
.product-list.grid-view .product.col-md-4 .product-controls .icon,
.product-list.grid-view .product.col-md-3 .product-controls .icon {
	margin-right: 8px;
}

.product-list.grid-view .product.col-md-3 .product-controls .icon {
	margin-right: 2px;
}

.product-list.material-view .product.col-md-6 .product-price-wrapper,
.product-list.material-view .product.col-md-4 .product-price-wrapper,
.product-list.material-view .product.col-md-3 .product-price-wrapper {
	width: 80px;
	height: 80px;
	font-size: 14px;
}

.product-list.material-view .product.col-md-6 .product-image-wrapper:hover .product-price-wrapper:before,
.product-list.material-view .product.col-md-4 .product-image-wrapper:hover .product-price-wrapper:before,
.product-list.material-view .product.col-md-3 .product-image-wrapper:hover .product-price-wrapper:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.product-list.material-view .product.col-md-6 .product-image-wrapper,
.product-list.material-view .product.col-md-4 .product-image-wrapper,
.product-list.material-view .product.col-md-3 .product-image-wrapper {
	overflow: visible;
}

.product-list.material-view .product.col-md-6 .product-image-wrapper .product-price,
.product-list.material-view .product.col-md-4 .product-image-wrapper .product-price,
.product-list.material-view .product.col-md-3 .product-image-wrapper .product-price {
	padding: 0 5px;
}

.product-list.material-view .product.col-md-6 .product-image-wrapper .product-price:before,
.product-list.material-view .product.col-md-4 .product-image-wrapper .product-price:before,
.product-list.material-view .product.col-md-3 .product-image-wrapper .product-price:before {
	opacity: 0.8;
}

.product-list.material-view .product.col-md-6 .product-image-wrapper:hover .product-price,
.product-list.material-view .product.col-md-4 .product-image-wrapper:hover .product-price,
.product-list.material-view .product.col-md-3 .product-image-wrapper:hover .product-price {
	padding-bottom: 0;
}

.product-list.material-view .product.col-md-6 .product-controls,
.product-list.material-view .product.col-md-4 .product-controls,
.product-list.material-view .product.col-md-3 .product-controls {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	padding: 0 10px;
	top: 100%;
	opacity: 1;
}

.product-list.material-view .product.col-md-6 .product-controls .product-controls-wrapper,
.product-list.material-view .product.col-md-4 .product-controls .product-controls-wrapper,
.product-list.material-view .product.col-md-3 .product-controls .product-controls-wrapper {
	width: 100%;
	text-align: justify;
}

.product-list.material-view .product.col-md-6 .product-controls .product-controls-wrapper:after,
.product-list.material-view .product.col-md-4 .product-controls .product-controls-wrapper:after,
.product-list.material-view .product.col-md-3 .product-controls .product-controls-wrapper:after {
	display: inline-block;
	width: 100%;
	content: "";
}

.product-list.material-view .product.col-md-6 .product-controls .btn,
.product-list.material-view .product.col-md-4 .product-controls .btn,
.product-list.material-view .product.col-md-3 .product-controls .btn {
	vertical-align: top;
	display: inline-block;
	min-width: 0;
	padding: 8px 15px;
	border-color: transparent;
}

.product-list.material-view .product.col-md-6 .product-controls .btn:hover,
.product-list.material-view .product.col-md-4 .product-controls .btn:hover,
.product-list.material-view .product.col-md-3 .product-controls .btn:hover,
.product-list.material-view .product.col-md-6 .product-controls .btn:active,
.product-list.material-view .product.col-md-4 .product-controls .btn:active,
.product-list.material-view .product.col-md-3 .product-controls .btn:active,
.product-list.material-view .product.col-md-6 .product-controls .btn:focus,
.product-list.material-view .product.col-md-4 .product-controls .btn:focus,
.product-list.material-view .product.col-md-3 .product-controls .btn:focus {
	color: #ffffff;
}

.product-list.material-view .product.col-md-6 .product-title,
.product-list.material-view .product.col-md-4 .product-title,
.product-list.material-view .product.col-md-3 .product-title {
	margin: 0 0 10px;
	font-size: 20px;
}

.product-list.material-view .product-content {
	padding-bottom: 55px;
}

.product-list.material-view .product.col-md-3 .product-controls .btn .icon {
	margin-top: -2px;
}

.product-slider .product-image-wrapper .bx-wrapper .bx-controls-direction a {
	opacity: 1;
}

.product-page .product .product-buy {
	margin: 70px auto 0;
	max-width: 300px;
}

.product-slider .bx-controls {
	margin-top: -30px;
}

.product-slider .bx-controls-direction a {
	width: 40px;
	height: 60px;
}

.product-slider .bx-controls-direction a i {
	line-height: 60px;
}

.product-slider .product-thumb-wrapper .bx-wrapper {
	padding: 0 30px;
}

.product-slider .product-thumb-wrapper .bx-viewport .product-thumb {
	width: 60px !important;
}

.product-slider .product-thumb-wrapper .bx-controls-direction a {
	width: 25px;
}

.cart-checkout-navigation-controls .btn,
.billing-details-form .btn.cart-submit {
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.payment-method {
	max-width: 100%;
	margin: 0 auto 20px;
}

.billing-details-form .form-group {
	margin-bottom: 0;
}

body {
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	position: relative;
	right: 0;
}

body.collapsed {
	right: 270px;
}

body.collapsed .fixed-menu .navigation-header {
	right: 270px;
}

.navigation-header {
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	left: auto;
	right: 0;
	width: 100%;
}

.navigation-header .navigation-brand {
	float: none;
	margin: 0;
	padding: 10px 0;
}

.navigation-header .navigation-toggle {
	display: block;
}

.navigation-header .navigation-navbar {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	position: absolute;
	top: 0;
	right: -270px;
	display: block;
	width: 270px;
	padding: 0;
	text-align: center;
	background-color: #272727;
	overflow-x: hidden;
	overflow-y: auto;
	direction: rtl;
}

.navigation-header .navigation-navbar.collapsing {
	height: auto;
}

.navigation-header .navigation-navbar * {
	direction: ltr;
}

.navigation-header .navigation-bar.navigation-bar-left,
.navigation-header .navigation-bar.navigation-bar-right {
	float: none;
}

.navigation-header .navigation-bar.navigation-bar-left li.active > a,
.navigation-header .navigation-bar.navigation-bar-right li.active > a {
	border-bottom: 2px solid transparent;
}

.navigation-header .navigation-bar > li:not(.featured) {
	padding: 0;
}

.navigation-header .navigation-bar > li:not(.featured) > a {
	padding: 25px 0;
}

.fixed-menu .navigation-header .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
.navigation-header .navigation-bar.navigation-bar-left li:not(.featured).active > a,
.navigation-header .navigation-bar.navigation-bar-right li:not(.featured).active > a,
.navigation-bar > .dropdown:not(.featured):not(.opened) .dropdown-toggle,
.navigation-header .navigation-bar > li:not(.featured) > a {
	width: 100%;
	border-style: solid;
	border-width: 1px 0;
	border-color: rgba(0, 0, 0, 0.15) transparent rgba(255, 255, 255, 0.05);
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover {
	background-color: transparent;
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover > a {
	border-color: rgba(0, 0, 0, 0.15) transparent rgba(255, 255, 255, 0.05);
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li.opened {
	background-color: rgba(0, 0, 0, 0.5);
}

.navigation-bar > .dropdown:not(.featured) > .dropdown-toggle:after,
.navigation-bar .dropdown-menu .dropdown > .dropdown-toggle:after {
	position: absolute;
	top: auto;
	right: auto;
	content: "\f0d7";
	font-size: 14px;
	line-height: inherit;
}

.navigation-header .navigation-bar li {
	width: 100%;
}

.navigation-header .navigation-bar li.dropdown:not(.featured),
.navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown {
	-webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-width: 0;
}

.navigation-header .navigation-bar li.dropdown:not(.featured).opened,
.navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened {
	background-color: rgba(0, 0, 0, 0.5);
}

.navigation-header .navigation-bar li.dropdown:not(.featured).opened {
	border-width: 4px 0;
}

.navigation-header .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened {
	background-color: #000000;
	border-width: 2px 0;
}

.navigation-header .navigation-bar li .dropdown-menu {
	background-color: transparent;
}

.navigation-header .navigation-bar li .dropdown-menu > li {
	padding: 0;
}

.navigation-header .navigation-bar li .dropdown-menu > li a.dropdown-toggle {
	text-align: center;
}

.navigation-header .navigation-bar li .dropdown-menu > li a.dropdown-toggle:focus {
	background-color: transparent;
}

.navigation-header .navigation-bar li .dropdown-menu > li .dropdown-menu {
	position: relative;
	left: 0;
	top: 0;
}

.navigation-header .navigation-bar li .dropdown-menu > li .dropdown-menu > li {
	padding: 0;
}

.navigation-header.white-dropdown .navigation-navbar,
.fixed-menu .navigation-header.white-dropdown .navigation-navbar {
	background-color: #ffffff;
	border-left: 1px solid #e9e9e9;
}

.navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu,
.fixed-menu .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) .dropdown-menu {
	background-color: transparent;
}

.navigation-header.white-dropdown .navigation-bar > li.dropdown:not(:hover) > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar > li.dropdown:not(:hover) > a,
.navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a:not(:hover),
.fixed-menu .navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a:not(:hover) {
	color: #1d1d1d;
}

.navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar > li:not(.featured) > a,
.navigation-header.white-dropdown .navigation-bar.navigation-bar-left li.active:not(.featured) > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-left li.active:not(.featured) > a,
.navigation-header.white-dropdown .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-left > li.active:not(.featured) > a,
.navigation-header.white-dropdown .navigation-bar.navigation-bar-right li.active:not(.featured) > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar.navigation-bar-right li.active:not(.featured) > a,
.navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured):not(.opened) .dropdown-toggle,
.fixed-menu .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured):not(.opened) .dropdown-toggle,
.navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover > a,
.fixed-menu .navigation-header.white-dropdown .navigation-bar > .dropdown:not(.featured) > .dropdown-menu > li:not(.opened):hover > a {
	border-color: rgba(0, 0, 0, 0.075) transparent rgba(0, 0, 0, 0.025);
}

.navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured).opened,
.fixed-menu .navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured).opened,
.navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened,
.fixed-menu .navigation-header.white-dropdown .navigation-bar li.dropdown:not(.featured) > .dropdown-menu > .dropdown.opened {
	background-color: rgba(0, 0, 0, 0.1);
}

.footer {
	background-position: bottom left;
}

.footer .footer-title,
.footer .list-inline {
	text-align: left;
}

.footer .list-inline li .icon {
	font-size: 30px;
}

.footer-content > div {
	margin-bottom: 30px;
}

.footer-content > div:last-child {
	margin-bottom: 0;
}

.social-wrap {
	display: block;
}

.social-wrap:after {
	clear: both;
}

.social-wrap > ul {
	float: left;
}

blockquote:before {
	top: 10%;
}

blockquote:after {
	top: 90%;
}

.form-register {
	margin: 50px auto 0;
}

.form-register.form-register-small {
	display: block;
}

.form-register.form-register-small .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-register .form-group {
	margin: 0 0 10px;
}

.form-register .form-group label {
	text-align: left;
	line-height: 30px;
}

.form-register .form-group .checkbox {
	margin: 30px 0 20px;
}

.register-version .signup-wrapper {
	margin: 30px auto;
	max-width: 750px;
	padding: 0 15px;
}

.register-version .signup-wrapper .form-group {
	margin-right: 0;
	width: 100%;
}

.register-version .signup-wrapper .password-wrapper .form-control {
	width: 100%;
}

.register-version.hero-section .btn {
	width: 100%;
}

.static-header,
.newsletter-section,
.feedback-section {
	background-position: bottom left;
}

.newsletter-section .subscribe-form input {
	margin: 0 0 10px;
}

.static-header.waiting-list-version form {
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.static-header.waiting-list-version form input {
	width: 100%;
	max-width: none;
	margin-bottom: 15px;
}

.static-header.waiting-list-version form button {
	float: none;
	width: 100%;
	max-width: 200px;
	padding: 18px;
}

.heading-block:not(.centered-block) {
	padding-top: 150px;
}

.heading-block:not(.centered-block) .btn {
	margin-bottom: 30px;
}

.video-wrapper .container {
	padding: 0;
	background-position: bottom center;
}

.video-wrapper .container .video-container {
	max-width: 64.6%;
}

.guarantee-section h2,
.guarantee-section p {
	text-align: center;
}

.about-section {
	padding-bottom: 30px;
}

.process-section .pull-right {
	float: none !important;
}

.process-section article {
	padding-top: 0;
}

.process-section .col-sm-6 {
	padding-bottom: 0;
}

.logos li {
	display: inline-block;
	padding: 10px;
}

.team-section .thumb-wrapper {
	margin-bottom: 5px;
	width: 100%;
}

.team-section .thumb-wrapper .socials {
	top: 50%;
	padding: 0;
	opacity: 1;
}

.team-section .thumb-wrapper .socials a {
	margin: 0 10px;
	font-size: 20px;
}

.shortcodes-page .skillbars-block .wrapper,
.shortcodes-page .tables-block .wrapper,
.shortcodes-page .forms-block .wrapper,
.shortcodes-page .countdowns-block .wrapper {
	width: 100%;
}

.shortcodes-page .dropdown-socials-block .row > div:first-child {
	padding-bottom: 40px;
	text-align: center;
}

.shortcodes-page .social-icons {
	margin-top: 0;
}

.shortcodes-page .social-icons li {
	width: 15%;
}

}

@media (max-width: 540px) {

.featured-tab li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}

.featured-tab .tab-content {
	margin-top: 20px;
}

.countdown .counter:after {
	top: 49px;
}

.countdown .counter .stat {
	font-size: 40px;
	line-height: 1;
}

.countdown .counter .stat-info {
	font-size: 12px;
}

.countdown .counter .counter:after {
	top: 45px;
}

.video-version .heading-block:not(.centered-block) {
	padding-top: 23%;
}

.buttons-block .btn {
	margin: 0 0 10px;
	display: block;
}

}

@media (max-width: 480px) {

blockquote {
	padding: 0 35px;
	font-size: 14px;
	line-height: 1.8;
}

.alt.tab-content .tab-pane {
	padding-bottom: 15px;
}

.alt.tab-content .tab-pane .btn {
	margin-top: 0;
}

.tab-content .btn {
	margin: 0 0 15px;
}

.flex-manual {
	height: 100px;
	border-bottom: none;
}

.flex-manual .switch {
	margin: 0;
	height: 100px;
}

.long-block .btn,
.long-block input {
	margin-top: 20px;
}

.featured-tab li > a .tab-info .tab-title {
	font-size: 15px;
}

.featured-tab li > a .tab-info .tab-desc {
	font-size: 14px;
}

.blog-recent-posts .recent-posts-item-info {
	width: 210px;
}

.product-list.list-view .product.col-md-12 .product-image-wrapper,
.product-list.list-view .product.col-md-6 .product-image-wrapper {
	float: none;
	margin-right: 0;
	width: 100%;
}

.product-list.list-view .product.col-md-12 .product-content,
.product-list.list-view .product.col-md-6 .product-content {
	float: none;
	width: 100%;
	padding-bottom: 50px;
}

.product-list.list-view .product.col-md-12 .product-title,
.product-list.list-view .product.col-md-6 .product-title {
	margin: 10px 70px 10px 0;
}

.product-list.list-view .product.col-md-12 .product-title a,
.product-list.list-view .product.col-md-6 .product-title a {
	white-space: normal;
}

.product-list.list-view .product.col-md-12 .product-description,
.product-list.list-view .product.col-md-6 .product-description {
	margin-bottom: 0;
}

.footer .footer-title,
.footer .list-inline {
	text-align: left;
}

.footer .footer-content {
	padding: 35px 0 15px;
}

.footer .social-wrap {
	zoom: 1;
	display: block;
	height: 140px;
}

.footer .social-wrap:before,
.footer .social-wrap:after {
	content: "";
	display: table;
}

.footer .social-wrap:after {
	clear: both;
}

.footer .social-wrap > ul {
	float: left;
}

.heading-block .btn {
	margin: 0 0 10px;
	width: 100%;
}

.form-register.form-register-small {
	margin-top: 30px;
	display: block;
	padding: 15px 10px;
}

.form-register.form-register-small .form-group {
	margin: 10px 0;
}

.form-register.form-register-small .submit-wrap {
	margin-top: 15px;
	text-align: center;
}

.subscribe-form input {
	margin-right: 0;
}

.subscribe-form .response {
	margin-left: 22%;
	margin-top: 5px;
	font-size: 80%;
}

.subscribe-form input[type="submit"].btn {
	margin: 0;
	display: block;
	width: 100%;
}

.about-section {
	padding: 40px 0 0;
}

.guarantee-section p {
	margin-top: 7px;
}

.heading-block:not(.centered-block) {
	padding-top: 85px;
}

.heading-block:not(.centered-block) .btn {
	margin-bottom: 10px;
}

.video-wrapper .container {
	background-image: none;
}

.video-wrapper .container .video-container {
	max-width: 100%;
}

.logos li {
	display: inline-block;
	padding: 10px;
}

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

.features-section {
	margin-bottom: 0;
}

.team-section .member {
	padding-bottom: 60px;
}

.team-section .thumb-wrapper .socials {
	top: 135%;
}

.team-section .thumb-wrapper .socials a {
	margin: 0 5px;
	font-size: 17px;
}

.team-section .heading {
	margin-top: 7px;
}

.register-page .heading-block:not(.centered-block) {
	padding-top: 65px;
}

.static-header.video-version .heading-block:not(.centered-block) {
	padding-bottom: 66%;
}

}

@media (max-width: 340px) {

.nav-tabs .btn {
	margin: 0 10px 25px 0;
}

.navigation-header .navigation-brand .brand-logo {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	margin-left: 0;
}

}
.no-backcolor {
	background-color: transparent !important;
}
/* Changes */
.heading-block h1.editContent {
	font-size: 45px;
}
#hero h3.editContent {
	font-size: 35px;
	text-align: center;
}
.static-header.image-version .heading-block {
	padding-bottom: 150px;
	padding-top: 148px !important;
}
.logos img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.clients-section {
	background-color: white;
}
.features-list-section article:hover .icon {
	color: #0b2365;
}
.features-list-section article .icon {
	color: #0b2365;
}
.features-section {
	margin-bottom: 0;
}
.featured-tab li > a .tab-title {
	font-size: 15px;
	line-height: 1.2;
}
.featured-tab li > a .tab-title p {
	margin-bottom: 0;
}
.featured-tab li > a .tab-desc {
	font-size: 13px;
}
.footer .footer-content {
	padding: 30px 0 40px;
}
.footer {
	padding-top: 30px;
}
.footer .copyright {
	margin-top: 15px;
	opacity: 1;
}
.terms a {
	color: white;
	font-size: 16px;
	opacity: 1;
}
.header-container,
.login-model .modal-header {
	padding-right: 2%;
	padding-left: 5%;
}
.fixed-menu .navigation-header .navigation-brand .brand-logo .logo-new {
	display: none;
}
.fixed-menu .navigation-header .navigation-brand .brand-logo .logo-alt-new {
	display: block;
}
.navigation-header .navigation-brand .brand-logo .logo-new {
	display: block;
}
.navigation-header .navigation-brand .brand-logo .logo-alt-new {
	display: none;
}
.navigation-bar.navigation-bar-right .test-now-btn {
	border-radius: 4px;
	border-radius: 20px !important;
	font-weight: bold;
	background-color: #ececeb !important;
	color: #285079 !important;
	padding: 15px 25px 10px 25px !important;
}
.navigation-bar.navigation-bar-right .header-texts {
	font-size: 16px !important;
}
.padding-0px{
	padding: 0px !important;
}
.navigation-navbar.collapsed .navigation-bar.navigation-bar-right li {
	padding-left: 30px !important;
}
.newnavigation-header{
	/*padding: 0px !important;
	padding-right: 4% !important;
	background: #ffffff !important;*/

	background:linear-gradient(to left, #ffffff 50%, #123253 50%) !important;
}
.newnavigation-header > li:not(.featured) > a:not(:hover)
{
	color: #000000 !important;
}
.colorblack{
	color: #000000 !important;
}
.newnavigation-header .row{
	display: flex;
	margin: -4px;
}
.fixed-menu .newnavigation-header{
	background: #ffffff !important;

}

.newheader-container .row {
	display: table; /* Make the container element behave like a table */
	width: 100%; /* Set full-width to expand the whole page */
	display: flex;
}
.demologo-new{
	margin-top: 15px;
	padding-left: 20%
}
@media (max-width: 991px) and (min-width: 768px){

	body:not(.always-mobile) .navigation-header .navigation-brand .brand-logo {
		display: block !important;
	}
	.navigation-header .navigation-brand{
		float: left !important;
		width: 0px !important;
	}
	.newnavigation-header .brand-logo,.navigation-header .brand-logo{
		margin-top: 5px !important;
	}
	.navigation-navbar.collapsed .navigation-bar.navigation-bar-right li{
		padding-left: 5px !important;
	}

}
@media (max-width: 955px) {
	.progressbar-line{
		display: none;
	}
	.progress-stage-title{
		font-size: 12px !important;
	}
	.signup-progressbar li{
		margin-right: 20px;
	}
}
@media (max-width: 700px) {

}
.first-block {
	padding-left: 10%;
	padding-bottom: 2%;
	background-image: url(../img/new/reflections.svg), linear-gradient(118deg, #32578f, #06263e);
	position: relative;
	height: auto;
	overflow: hidden;
	z-index: 1;

}
.calendly-inline-widget , .branding{
	display: none !important;

}
.first-demo-block{
	position: relative;
	height: auto;

	overflow: hidden;
	z-index: 1;
	background-color:#123253;

}
.first-demo-block .form{
	background-color: #ffffff;
	padding: 0px !important;
}
.first-demo-block h1{
	padding-top: 10%;
	padding-right: 12%;
	font-family: 'Catamaran', sans-serif;
	font-size: 43px;
	/*width: 485px;*/
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.team-font {
	 font-family: Catamaran;
}
.appachhi-team .section-header h2 {
	padding: 0;
	font-family: Catamaran;
	font-size: 45px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
}
.first-demo-block .leftGrid{
	padding-left: 20%;
}
.first-demo-block p {
	opacity: 0.7;
	font-family: Catamaran;
	padding-right: 12%;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
/* .first-demo-block .Signup {
	padding-top: 15px;
	margin-top: 40px;
	margin-left: 0;
	width: 170px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 10px 35px 0 rgba(20, 182, 225, 0.1);
	text-align: center;
} */
.slick-slider {
	overflow: hidden;
}
.first-demo-block h3{
	margin-top: 40px;
	color: white !important;
	margin-left: 0;
	border-radius: 3px;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	border: none;
	text-align: left;
}
.first-demo-block .grid-container {
	display: grid;
	grid-template-columns: 50% 50%;
	background-image: linear-gradient(119deg, #32578f, #06263e);
}
.first-demo-block .Signup:hover {
	background-color: : #ffffff !important;
	color: #000000;
}
.first-demo-block h4{
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.first-demo-block .demo-description{
	text-align: center;
	color: #ffffff;
}
.first-demo-block .formLeft{
	margin-left: 7%;
	width: 41%;
	padding-top: 5%;


}
.first-demo-block .formRight{
	width: 41%;
	padding-top: 5%;

}
.first-demo-block .sign-up-btn{
	text-align: center;
}

.first-demo-block .requestDemo-btn{
	text-align: center;
	margin-top: 5%;
	margin-bottom: 15%;
	margin-left: 40%;
	background-color: white !important;
	color: black !important
}
.first-demo-block .formText{
	margin: 10px;
	border-radius: 5px;
	color: #000000;
}
.first-demo-block-layout {
	position: absolute;
	content: '';
	z-index: -1;
	height: 100%;
	width: 100%;
	clip-path: polygon(40% 71%, 100% 100%, 0 100%, 0 64%);
	-webkit-clip-path: polygon(40% 71%, 100% 100%, 0 100%, 0 64%);
	left: 0;
}
.branding {
	display: none !important;
}
.first-demo-block-layout:before {
	position: absolute;
	content: '';
	z-index: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	bottom: 0;
	/*clip-path: polygon(42% 86%, 100% 100%, 0 100%, 1% 83%);*/
}
.first-block-layout {
	position: absolute;
	content: '';
	z-index: -1;
	height: 100%;
	width: 100%;
	clip-path: polygon(40% 71%, 100% 100%, 0 100%, 0 64%);
	-webkit-clip-path: polygon(40% 71%, 100% 100%, 0 100%, 0 64%);
	left: 0;
}
.first-block-layout:before {
	position: absolute;
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	bottom: 0;
	clip-path: polygon(41% 72%, 100% 100%, 0 100%, 0 69%);
	-webkit-clip-path: polygon(41% 72%, 100% 100%, 0 100%, 0 69%);

}
.first-block-layout:after {
	position: absolute;
	content: '';
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: #4979af;
	background: linear-gradient(to left,#050c14 , #3b6eab);
	bottom: 0;
	clip-path: polygon(0% 64%, 100% 70%, 0 74%, 0 69%);
	-webkit-clip-path: polygon(0% 64%, 100% 70%, 0 74%, 0 69%);
}
.first-block h1 {
	padding-top: 15%;
	padding-right: 6%;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	font-size: 46px;
}
.first-block p {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	opacity: 0.6;
	padding-bottom: 15px;
}
.first-block .free-trial {
	margin: 0;
	padding-top: 15px;
	width: 170px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 10px 35px 0 rgba(20, 182, 225, 0.1);
	text-align: left;
}
.test-mem {
	width: 42px
}
.first-block .free-trial:hover {
	background-color: #ffffff;
	color: #000000;
}
.first-block .Signup {
	color: ffffff;
	border: 0px;
	font-weight: 900;

}
.first-block .Signup:hover {
	color: ffffff;
	background-color: transparent;
}
.header-img {
	padding-top: 5%;
	width: 90%;
	height: auto;
	object-fit: contain;
	z-index: 1;
}
.second-block {
	text-align: center;
	padding-top: 50px;
	background-color: white;
	height: auto;
	margin-bottom: 2%;
	margin-top: -2px;
	position: relative;
	z-index: 1;
}
.home-second-block {
	padding-top: 0;
}
.second-block .content{
	height: 100px;
	padding-top: 50px;
	padding-left: 4%;
}
.second-block button.slick-next.slick-arrow,.second-block button.slick-prev.slick-arrow{
	display: none !important;
}
.second-block .slick-dots{
	display: none !important;
}
.what-we-do {
	font-family: 'Catamaran', sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
}
.what-we-do-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: center;
	color: #999999;
}


.cutomerlogos{
	height: 58px;

}

.third-block {
	margin-top: 5%;
	background-color: white;
	margin-right: 10%;
	margin-left: 10%;
}
.third-block .appachhi-test-tabs li a:hover {
	background-color: transparent !important;
}
.fp-tab-texts {
	font-family: 'Catamaran', sans-serif;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	color: #06006b;
}
.fp-tab-icon{
	width: 30px;
	height: 30px;
	object-fit: contain;
	background-color: #06006b;

}
.fp-tab-icon-func {
	color: #06006b;
	font-size: 30px;
}
.appachhi-test-tabs {
	border: none;
}
.appachhi-test-tabs li a {
	background-color: white !important;
	border: none !important;
}
.appachhi-test-tabs li.active {
	border-bottom: 2px solid #ff0020 !important;
}
.appachhi-test-tabs li {
	border-bottom: 2px solid #d9eaea !important;
	background-color: white !important;
}
#functional_div {
	padding-top: 5%;
}
.functional-automation {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: flex-end;
	font-family: 'Catamaran', sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.functional-automation-text {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: center;
	padding-right: 10%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: 0.1px;
	text-align: justify;
	color: #666666;
}
.functional_img {
	grid-column: 2 / 3;
	grid-row: 1 / 4;
	width: 100%;
	height: auto;
	object-fit: contain;
	align-self: center;
}
.btn-learn {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	width: 176px;
	height: 48px;
	border-radius: 4px !important;
	background-color: #06006b !important;
}
.btn-learn a {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.fp-func-grid-container {
	display: grid !important;
	grid-row-gap: 20px;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat( 3, auto);
	width: 100%;
}
.fourth-block {
	margin-top: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: linear-gradient(121deg, #173869, #06263e), linear-gradient(121deg, #173869, #103057 42%, #06263e);
	z-index: 1;
	position: relative;
}
.fourth-block-layout {
	position: absolute;
	content: '';
	z-index: -1;
	height: 101%;
	width: 100%;
	clip-path: polygon(0% 0%, 0% 100%, 0 14%, 60% 0, 100% 4%, 100% 88%, 62% 100%, 100% 100%, 100% 60%, 100% 0%);
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 0 14%, 60% 0, 100% 4%, 100% 88%, 62% 100%, 100% 100%, 100% 60%, 100% 0%);
	background-color: #ffffff;
	top: -1;
}
.fourth-block-layout:before {
	position: absolute;
	content: '';
	z-index: 0;
	height: 100%;
	width: 100%;
	clip-path: polygon(0% 14%, 0% 100%, 0 8%, 60% 0%, 100% 4%, 100% 95%, 60% 100%, 100% 100%, 100% 60%, 100% 257%);
	-webkit-clip-path: polygon(0% 14%, 0% 100%, 0 8%, 60% 0%, 100% 4%, 100% 95%, 60% 100%, 100% 100%, 100% 60%, 100% 257%);
	background-color: #3b577e;
	top: 0;
	bottom: 0;
}
.fourth-block-layout:After {
	position: absolute;
	content: '';
	z-index: 0;
	height: 100%;
	width: 100%;
	clip-path: polygon(0% 3%, 0% 100%, 0 8%, 63% 0%, 100% -1%, 100% 94%, 60% 100%, 100% 100%, 100% 60%, 100% -2%);
	-webkit-clip-path: polygon(0% 3%, 0% 100%, 0 8%, 63% 0%, 100% -1%, 100% 94%, 60% 100%, 100% 100%, 100% 60%, 100% -2%);
	background-color: #d0d7e1;
	top: 0;
	bottom: 0;
}
.fourth-b-grid-container {
	margin-left: 10%;
	display: grid !important;
	grid-row-gap: 20px;
	grid-template-columns: repeat(2, 45%);
	grid-template-rows: repeat( 2, auto);
	width: 100%;
}
.tab-content-grid {
	margin-top: 6%;
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	width: 100%;
	height: auto;
	object-fit: contain;
	align-self: center;
	background-color: transparent;
}
.stake {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	width: 100%;
	height: auto;
	color: white;
}
.stake h6 {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 3px;
	text-align: left;
	color: #ffffff;
}
.stake h1 {
	font-family: 'Catamaran', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.appachhi-who-tabs {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	width: 100%;
	height: auto;
	color: white;
	border: none;
}
.appachhi-who-tabs-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0.1px;
	text-align: left;
	color: #ffffff;
	padding-right: 15%;
}
.appachhi-who-tabs ul li a:hover {
	background-color: transparent;
}
.appachhi-who-tabs ul li:hover {
	border-left: solid 1px rgb(231, 231, 231);
}
.appachhi-who-tabs ul li {
	border-left: solid 1px rgba(231, 231, 231, 0.1);
}
.appachhi-who-tabs ul li.active {
	background-color: transparent !important;
	border-left: solid 2px rgb(231, 231, 231) !important;
}
.appachhi-who-tabs ul li.active a {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) , #ffffff00 );
}
.appachhi-who-tabs ul li a {
	background-color: transparent !important;
}
.fifth-block {
	margin-top: 5%;
}
.platform-features {
	font-family: 'Catamaran', sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
}
.platform-features-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: center;
	color: #999999;
	margin-right: 20%;
	margin-left: 20%;
	padding-bottom: 2%
}
.platform-features-grid .icon {
	padding-bottom: 15px;
}
.platform-features-grid {
	margin-left: 10%;
	margin-right: 10%;
	display: grid !important;
	grid-template-columns: repeat(3, 33.3%);
	grid-template-rows: repeat( 2, auto);
	width: auto;
}
.platform-features-grid-text {
	font-family: 'Montserrat', sans-serif;
	padding-top: 20px;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0.1px;
	text-align: center;
	color: #666666;
}
.platform-features-grid-title {
	font-family: 'Catamaran', sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
}
.platform-features-grid .icon {
	font-size: 250%;
}
.func-test {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	border-right: 0.5px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.imp-app-speed {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	border-left: 0.5px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.net-test {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	border-right: 0.5px solid rgba(0, 0, 0, 0.1);
	border-left: 0.5px solid rgba(0, 0, 0, 0.1);
	border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.mem-issue {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	border-top: 0.5px solid rgba(0, 0, 0, 0.1);
	border-right: 0.5px solid rgba(0, 0, 0, 0.1);
}
.inst-test {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	border-right: 0.5px solid rgba(0, 0, 0, 0.1);
	border-left: 0.5px solid rgba(0, 0, 0, 0.1);
}
.pro-rel-test {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	border-top: 0.5px solid rgba(0, 0, 0, 0.1);
	border-left: 0.5px solid rgba(0, 0, 0, 0.1);
}
.sixth-block {
	height: auto;
	background-image: linear-gradient(116deg, #fafafa, #fafafa);
	padding: 5% 10% 5% 10%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sixth-block-layout:before {
	position: absolute;
	content: '';
	z-index: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	bottom: 0;
	clip-path: polygon(100% 75%, 100% 100%, 0 100%, 0 65%);
	-webkit-clip-path: polygon(100% 75%, 100% 100%, 0 100%, 0 65%);
}
.sixth-block .sixth-block-layout{
	position: absolute;
	content: '';
	z-index: -1;
	height: 100%;
	width: 100%;
	clip-path: polygon(0% 55%, 141% 100%, 0 100%, 0 53%);
	-webkit-clip-path: polygon(0% 55%, 141% 100%, 0 100%, 0 53%);
	background-color: #f3f1f2;
	left: 0;
	background-color: : #f3f1f2;
}
.signup-img {
	width: 100%;
	height: 55%;
	object-fit: contain;
	margin-left: 30px;
}
.sixth-block > div > div {
	margin-bottom: 3%;
}
.bold-bft {
	font-family: 'Catamaran', sans-serif;
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
}
.bft-text {
	opacity: 0.7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 200;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0.1px;
	text-align: left;
	color: #8b8b8b;
	padding-top: 20px;
}
#signup_email {
	border-radius: 6px;
	background-color: #ffffff;
	color: #4a4a4a;
	border-color: f1f1f1;
}
.sign-up-btn {
	border-radius: 6px;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff !important;
	background-color: #ff5605 !important;
	border: none !important;
	min-width: 115px !important;

}
.signup-block {
	display: inline-flex;
	width: 100%;
	padding-top: 15px;
}
.signup-block .sign-up-btn{
	position: relative;
	margin: 0 7px;
	display: inline-block;
	max-width: 100%;
	padding: 15px 25px;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
}

.seventh-block {
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 2%;
	display: table;
}
.seventh-block > div {
	display: table-cell;
}
.clients {
	height: auto;
	width: 100%;
}
.join-appachhi-text {
	font-family: 'Catamaran', sans-serif;
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
}
.join-appachhi-text span {
	font-weight: bold;
}
.join-appachhi-description {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0.1px;
	text-align: justify;
	color: #666666;
}
.start-trial {
	border-radius: 6px;
	background-color: #06006b !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff !important;
	border: none !important;
}
.join-appachhi-block {
	padding-top: 10%;
}
.join-appachhi-block div {
	padding-bottom: 3%;
}
@media (max-device-width : 767px){
	.colorblack{
		color: #ffffff !important;
	}
	.navigation-navbar.collapsed .navigation-bar.navigation-bar-right li{
		padding-left: 0px !important;
	}
	.newnavigation-header{
		background: #123253 !important;
	}
	.fixed-menu .newnavigation-header{
		background: #123253 !important;
	}

}
@media (min-width: 1200px) {
	.second-block .container{
		width: 100%;
	}
}
@media only screen and (max-device-width : 1003px) {
	.sixth-block-layout {
		display: none;
	}
}
@media only screen and (max-device-width : 918px) {
	.first-block h1 {
		font-size: 40px;
	}
	.footer-grid > div > h5 {
		font-size: 11px !important;
	}
	.footer-grid > div > h6, .appachhi-copyright {
		font-size: 11px !important;
	}
}
@media only screen and (max-device-width : 840px) {
	.first-block-layout:before{
		clip-path: polygon(0% 83%, 100% 100%, 0 100%, 0 69%) !important;
		-webkit-clip-path: polygon(0% 83%, 100% 100%, 0 100%, 0 69%) !important;
	}
	.first-block-layout:after{
		clip-path: polygon(0% 82%, 91% 97%, 1% 95%, 0% 71%) !important;
		-webkit-clip-path: polygon(0% 82%, 91% 97%, 1% 95%, 0% 71%) !important;
	}
}
@media only screen and (max-device-width : 1204px) {
	.first-block h1 {
		padding-top: 12% !important;
		font-size: 36px !important;
	}
	.first-block p {
		font-size: 20px !important;
	}
	.first-block > .col-xs-6 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.header-container{
		padding-right: 2% !important;
	}
}
@media only screen and (max-device-width : 700px) {
	.first-block h1 {
		font-size: 30px;
	}
	.platform-features-grid {
		grid-template-columns: repeat(2, 49.5%);
		grid-template-rows: repeat( 3, auto);
	}
	.func-test {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		border: none;
		border-right: 0.5px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	}
	.inst-test {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		border: none;
		border-left: 0.5px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	}
	.net-test {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		border: none;
		border-top: 0.5px solid rgba(0, 0, 0, 0.1);
		border-right: 0.5px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	}
	.mem-issue {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		border: none;
		border-top: 0.5px solid rgba(0, 0, 0, 0.1);
		border-left: 0.5px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	}
	.imp-app-speed {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		border: none;
		border-top: 0.5px solid rgba(0, 0, 0, 0.1);
		border-right: 0.5px solid rgba(0, 0, 0, 0.1);
	}
	.pro-rel-test {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
		border: none;
		border-top: 0.5px solid rgba(0, 0, 0, 0.1);
		border-left: 0.5px solid rgba(0, 0, 0, 0.1);
	}
	.fp-func-grid-container {
		grid-template-columns: repeat(1, 100%);
		grid-template-rows: repeat( 3, auto);
	}
	.clients {
		display: none;
	}
	.join-appachhi-block {
		width: 100%;
	}
	.footer-grid > div > h5 {
		font-size: 10px !important;
	}
	.footer-grid > div > h6, .appachhi-copyright {
		font-size: 9px !important;
	}
}
@media only screen and (max-device-width : 550px) {
	.fourth-b-grid-container {
		grid-template-columns: repeat(1, 100%);
		grid-template-rows: repeat( 2, auto);
	}
	.first-block h1 {
		font-size: 25px;
	}
	.third-block {
		margin-top: 10%;
	}
	.footer-grid > div {
		display: none;
	}
	.footer-grid {
		border-bottom: none !important;
	}
	.appachhi-copyright {
		float: none !important;
	}
	.footer-bottom, .appachhi-copyright {
		text-align: center !important;
	}
	.first-block .free-trial {
		width: 144px;
		height: 45px;
	}
	.what-we-do {
		font-size: 32px;
	}
	.what-we-do-content {
		font-size: 16px;
	}
	.functional-automation {
		font-size: 25px;
	}
	.functional-automation-text {
		font-size: 14px;
	}
	.appachhi-who-tabs-text {
		font-size: 14px;
	}
	.platform-features {
		font-size: 32px;
	}
	.platform-features-text {
		font-size: 16px;
	}
	.platform-features-grid-text {
		font-size: 14px;
	}
	.bold-bft {
		font-size: 32px;
	}
	.bft-text {
		font-size: 14px;
	}
}
@media only screen and (max-device-width : 425px) {
	.platform-features-grid {
		grid-template-columns: repeat(1, 100%);
		grid-template-rows: repeat( 6, auto);
	}
	.func-test {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		border: none;
		background-color: #e5ff0e26;
	}
	.inst-test {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		border: none;
	}
	.net-test {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		border: none;
		background-color: #e5ff0e26;
	}
	.mem-issue {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
		border: none;
	}
	.imp-app-speed {
		grid-column: 1 / 2;
		grid-row: 5 / 6;
		border: none;
		background-color: #e5ff0e26;
	}
	.pro-rel-test {
		grid-column: 1 / 2;
		grid-row: 6 / 7;
		border: none;
	}
	.fp-func-grid-container {
		grid-template-columns: repeat(1, 100%);
		grid-template-rows: repeat( 3, auto);
	}
}
.platform-features-grid > div:hover{
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
	transform: scale(1.05);
}
.platform-features-grid > div:hover .icon{
	font-size: 300%;
}
.platform-features-grid img {
	width: 36px;
	padding-bottom: 15px;
}
.mem-issue img:nth-of-type(1){
	position: relative;
	left: 20px;
}
.mem-issue img:nth-of-type(2){
	position: relative;
	bottom: 20px;

}
.footer-grid{
	display: grid !important;
	grid-template-columns: repeat(5, 20%);
	grid-template-rows: repeat( 7, auto);
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 2%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-map {
	grid-column: 1 / 2;
	grid-row: 1 / 7;
	height: auto;
	text-align: center;
}
.resources {
	grid-column: 2 / 3;
	grid-row: 1 / 7;
	height: auto;
	text-align: center;
}
.contact {
	grid-column: 3 / 4;
	grid-row: 1 / 7;
	height: auto;
	text-align: center;
}
.legal {
	grid-column: 3 / 4;
	grid-row: 1 / 7;
	height: auto;
	text-align: center;
}
.get-in-touch {
	grid-column: 4 / 6;
	grid-row: 1 / 7;
	height: auto;
	text-align: left;
}
.get-in-touch a {
	padding-right: 4px;
}
.get-in-touch h6 {
	text-align: left;
}
.footer-bottom {
	padding: 2% 10% 2% 10%;
	position: relative;
	vertical-align: middle;
}
.footer-grid > div > h5 {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: 1.4px;
	text-align: left;
	color: #333333;
}
.footer-grid > div > a > h6, .appachhi-copyright {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: 1.4px;
	text-align: left;
	color: #999999;
}
.footer-grid > div > h6 > a {
	color: grey;
}
.appachhi-copyright {
	float: right;
}
/*WS-322 css for web starts*/
.feature-body {
	position: relative;
	top: -20px;
}
.feature-body .appachhi-tag-line-container {
	height: 420px;
	background: linear-gradient(to left, #0f304f, #31558d);
	padding: 162px;
}
.feature-body .appachhi-tag-line-container h1 {
	font-family: Catamaran;
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.feature-body .appachhi-tag-line-container h2{
	opacity: 0.7;
	font-family: Catamaran;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.feature-body .test-coverage-section-feature {
	padding-bottom: 100px;
}
.feature-body .test-coverage-section-feature.bot-feature {
	background-color: #fafafa;
}
.feature-body .test-coverage-section-feature .text-coverage-content {
	padding-top: 145px;
	padding-left: 135px;
}
.feature-body .test-coverage-section-feature .text-coverage-content h2{
	padding: 0;
	font-family: Catamaran;
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
.feature-body .test-coverage-section-feature .text-coverage-content h3{
	padding: 0;
	font-family: Catamaran;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
.feature-body .test-coverage-section-feature .text-coverage-content p{
	padding: 0;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: left;
	color: #999999;
}
.feature-body .test-coverage-section-feature .feature-img-laptop {
	padding-top: 100px;
}
.feature-body .test-coverage-section-feature .feature-img-laptop img{
	width: 568px;
}
.signup-header {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 134px;
}
.signup-header p {
	display: inline;
}
.signup-header p a{
	float: right;
	margin-right: 135px;
	font-family: Catamaran;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.sign-up-container h1, .login-container h1, .reset-pass-div h1,
.sign-up-container h2, .login-container h2, .reset-pass-div h2{
	padding-top: 60px;
	margin: 0;
	font-size: 1.8rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.reset-pass-form{
	text-align: center;
	margin-top: 0;
}
@media only screen and (min-device-width : 991px) {
	.signup-input .input-with-icon.text-right-input{
		padding-right: 0px;
	}
	.sign-up-container h1, .login-container h1, .reset-pass-div h1,
	.sign-up-container h2, .login-container h2, .reset-pass-div h2{
		padding-top: 6rem;
	}
}
.sign-up-container h1 span, .login-container h1 span,
.sign-up-container h2 span, .login-container h2 span{
	font-weight: bold;
}
/*.sign-up-container h2, .login-container h2{
	opacity: 0.6;
	margin-top: 3px;
	font-family: Catamaran;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}*/
.sign-up-form,
.reset-pass-div{
	margin-top: 50px;
}
.signup-input, .login-input, .contact-us-input, .signup-input {
	text-align: center;
}
.input-with-icon {
	display: inline;
	position: relative;
	padding: 0
}
.signup-input .input-with-icon.text-right-input{
	text-align: right;
	padding-right: 40px
}
.signup-input .input-with-icon.text-left-input {
	text-align: left;
	padding-left: 10px
}
.signup-input .input-with-icon.text-left-input img,
.signup-input .input-with-icon.text-right-input img{
	width: 24px;
	padding-top: 0.7rem;
	margin-left: -2.5rem;
}
.input-with-icon input{
	padding-right: 3rem !important;
	margin-bottom: 1rem;
}
.login-div{
	height: calc(100% - 8.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 991px){
	section.sign-up-body, .new-login-body, .reset-pass-div {
		padding-top: 3rem !important;
		padding-bottom: 2rem;
	}
	.signup-input .input-with-icon.text-right-input {
		text-align: center;
		padding: 0;
	}
	.signup-input .input-with-icon.text-left-input {
		text-align: center;
		padding: 0;
	}
	.input-with-icon .error-container{
		margin-bottom: 1rem;
		text-align: center !important;
	}
}
@media only screen and (max-width: 850px){
	.forgot-pass-right-align {
		text-align: right !important;
		}
	.login-btn{
		min-width: 1rem !important;
	}
	.signup-header {
		padding-left: 0;
		text-align: center;
	}
	.features-socialMedia a {
		padding-right: 6px;
	}
	section.sign-up-body, section.login-in-body {
		height: initial;
	}
	.signup-input .input-with-icon {
		margin-top: 15px;
	}
	.sign-up-row-2 {
		margin-top: 0px !important;
	}
	.login-input input,
	.signup-input input {
		width: 300px !important;
	}
	.login-input-with-icon, .reset-pass-form, .signup-input-with-icon {
		width: initial !important;
	}
	.reset-pass-div input{
		width: 300px !important;
	}
	.feature-body .appachhi-tag-line-container {
		height: auto;
		padding: 0;
		padding-top: 40px;
	}
	.feature-body .test-coverage-section-feature .text-coverage-content {
		padding-top: 0;
		padding-left: 0
	}
	.feature-body .appachhi-tag-line-container h1 {
		font-family: Catamaran;
		font-size: 30px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.39;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
	}
	.navigation-header .navigation-brand .brand-logo {
		width: auto;
	}
	.fixed-menu .navigation-header .navigation-brand .brand-logo .logo-alt-new {
		margin: auto;
	}
	.feature-body .test-coverage-section-feature .text-coverage-content h2 {
		text-align: center;
		font-family: Catamaran;
		font-size: 32px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #333333;
	}
	.feature-body .test-coverage-section-feature .text-coverage-content h3 {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		font-family: Montserrat;
		font-size: 18px;
		font-weight: 300;
		font-stretch: normal;
		line-height: 1.61;
		letter-spacing: normal;
		text-align: center;
		color: #999999;
	}
	.home-email-block {
		text-align: center;
	}
	.feature-body .test-coverage-section-feature .feature-img-laptop img {
		width: 532px;
	}
	.feature-body .test-coverage-section-feature .text-coverage-content p {
		display: none !important;
	}
	.feature-body .test-coverage-section-feature .feature-img-laptop {
		padding-top: 40px;
	}
	.feature-body .appachhi-tag-line-container h2{
		padding-bottom: 46px;
		opacity: 0.7;
		font-family: Catamaran;
		font-size: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
	}
	.platform-features-block h1{
		height: 46px;
		font-family: Catamaran;
		font-size: 32px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #333333;

	}
	.platform-features-block p{
		font-family: Montserrat;
		font-size: 18px;
		font-weight: 300;
		font-stretch: normal;
		line-height: 1.61;
		letter-spacing: normal;
		text-align: center;
		color: #999999;
	}
	.platform-features-slick-title h3{
		font-family: Catamaran;
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #333333;

	}
	.platform-features-slick-text p{
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 300;
		font-stretch: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: center;
		color: #666666;
		color: var(--brownish-grey);
		padding : 3px !important;
	}
	.responsive-functional-testing .slick-slide {
		height: 300px !important;
	}

	.home-slick-sub-box{
		height: 277px !important;
		border-radius: 3px;
		background-color: #ffffff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	.home-stakeholder-block{
		background-image: linear-gradient(146deg, #173869, #103057 42%, #06263e);
		padding-bottom: 40px;
		margin-top: 30px;
	}
	.home-stakeholder-block h3{
		font-family: Catamaran;
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #ffffff;
		padding-top: 40px;
	}
	.home-stakeholder-block h1{
		font-family: Catamaran;
		font-size: 32px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
	}
	.home-stakeholder-title h1{
		font-family: Montserrat;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 0.9px;
		text-align: center;
		color: #ffffff;
		padding: 15px;
		padding-top: 50px;
	}
	.home-stakeholder-content p{
		opacity: 0.7;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 200;
		font-stretch: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
		padding-bottom: 55px;
		padding: 10px;
	}
	.home-stakeholder-content-block{
		border-radius: 3px;
		height: 300px !important;
		background-color: #1c395e;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	.responsive-stakeholder-slake{
		margin-right: -30px !important;
		margin-left: -30px !important;
	}
	.responsive-stakeholder-slake .slick-slide{
		height: 300px !important;
	}
	.slick-prev , .slick-next{
		display: none !important;
	}
	.home-email-input{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
	}
	.home-email-block{
		padding-bottom: 70px;
	}
	.home-signup-btn{
		text-align: center;
	}
	.home-email-header h1{
		font-family: Catamaran;
		font-size: 32px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
		padding-top: 80px;
	}
	.home-email-content p{
		opacity: 0.7;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 200;
		font-style: italic;
		font-stretch: normal;
		line-height: 1.71;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
		padding-right: 20px;
		padding-left: 20px;
	}
	.home-requestDemo{
		height: 54px;
		border-radius: 3px !important;
		background-color: #ffffff !important;
		border: solid 1px #ffffff !important;
	}
	.requestdemo-content{
		height: 14px;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1;
		letter-spacing: 1px;
		text-align: left;
		color: #000000;
	}
	.home-signup{
		border: #ffffff !important;
		padding-top: 20px !important;
		padding-bottom: 80px !important;
	}
	.home-signup-content{
		height: 14px;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1;
		letter-spacing: 1px;
		text-align: left;
		color: #ffffff;
	}
	.request-demo-block h1{
		font-family: Catamaran;
		font-size: 28px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
	}
	.request-demo-block span{
		font-weight: bold;
	}
	.request-demo-block h2{
		opacity: 0.6;
		font-family: Catamaran;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
	}
	.request-demo-block input{
		border-radius: 4px;
		background-color: #ffffff;
		border: solid 1px #e7e7e7;
	}
	.home-signup-btn .sign-up-btn{
		width: 97%;
	}
	.features-contact{
		width: 100%;
		padding-bottom: 70px;

	}
	.features-contact .contact{
		font-family: Catamaran;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.92;
		letter-spacing: normal;
		text-align: left;
		color: #333333;
	}
	.features-contact .getintouch{
		font-family: Catamaran;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.92;
		letter-spacing: normal;
		text-align: left;
		color: #333333;
	}
	.features-socialMedia .social{
		color: #999999;
		padding-top: 20px;
		padding-right: 15px;
	}
	.features-contact .contact{
		padding-left: 16px !important;
	}
	.getsupport, .contactus{
		font-family: Catamaran;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.92;
		letter-spacing: normal;
		text-align: left;
		color: #999999;
	}
}
.home-email-block {
	text-align: center;
}
.sign-up-row-2, .login-input-row-2, .signup-input-row-2 {
	margin-top: 1.3rem;
}
.submit-btn-container{
	margin-top: 2.5rem;
	display: block;
}
.redirect-to-login {
	text-align: center;
	margin-top: 3rem;
}
.signup-input input {
	width: 300px;
	height: 48px !important;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e7e7e7;
}
.login-input input,
.reset-pass-div input,
.signup-input input {
	width: 100% !important;
	padding-right: 1rem !important;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e7e7e7;
	margin-bottom: 0;
	font-family: 'Roboto';
	font-size: .9rem;
	line-height: 40px !important;
}

.login-input-with-icon,
.reset-pass-form,
.signup-input-with-icon {
	display: block;
	position: relative;
}
.login-input-with-icon img,
.reset-pass-form img,
.signup-input-with-icon img {
	width: 1.5rem;
	padding-top: 0.7rem;
	margin-left: -2.5rem;
	position: absolute;
}
.signup-input input:placeholder {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: left;
	color: #4a4a4a;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: left;
	color: #4a4a4a;
}
.signup-submit, .login-submit,
.signup-btn,.login-btn, .contact-us-submit,
.reset-submit,
.new-user-password-submit,
.redeem-signup-submit {
	background-color: #ececeb !important;
	display: block !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: normal !important;
	letter-spacing: 0 !important;
	color: #285079 !important;
	border: 0 !important;
}
.redirect-to-login,
.forgot-pass{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #8c9db0;
}
.forgot-pass span a {
	color: white;

}
.signup-link{
	text-align: left;
	display: flex;
	margin-top: 2.7rem;
	padding-left: 0;
	line-height: 23px;
	color: white;
}
.forgot-pass{
	margin-top: 3rem;
	color: white;
}
.redirect-to-login span {
	color: white;
	cursor: pointer;
}
.signup-separator {
	text-align: center;
	margin-bottom: 2rem;
}
.signup-separator p{
	display: inline;
	padding: 0;
	font-size: .8rem;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
	font-family: 'Roboto';
	color: #979797;
	font-weight: 400;
}
.signup-separator hr{
	width: 60px;
	position: relative;
	top: 17px;
}
.google-signup-container {
	text-align: center;
	margin: 2rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.signup-google span{
	font-size: 0.9rem;
	font-family: Roboto;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	color: #000000;
	position: relative;
	text-transform: none;
	display: inline;
}
.signup-google img{
	width: 20px;
	position: relative;
	right: 8px
}
.selected-nav {
	border-bottom: 1px solid !important;
}
.error-container label.error{
	font-size: .8rem;
	color: #FF3333;
	padding-top: 5px;
	font-family: 'Roboto';
	font-weight: 400;
}
#signup-add_fields .mdl-button--fab.mdl-button--colored {
	background: #ecebeb !important;
	color: #29517a !important;
	margin-top: 0.8rem;
	margin-left: 1rem;
}

/*WS-322 css for web ends*/

/*WS-324 for testimonial & contact page starts*/

.contact-body-1 {
	margin-top: 60px;
}
.customer-review {
	background: linear-gradient(118deg, #173869, #06263e);
}

.contact-body-1 h1{
	font-family: Catamaran;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
}
.contact-body-1 h2{
	opacity: 0.6;
	font-family: Catamaran;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
}
.customer-review {
	position: relative;
	padding-top: 152px;
	padding-bottom: 300px;
	padding-right: 235px;
	padding-left: 135px;
	margin-top: 94px;
	background-image: url(../img/new/reflections.svg), linear-gradient(118deg, #32578f, #06263e);
	height: auto;
	overflow: hidden;
	z-index: 1;
}
.customer-review .first-block-layout {
	top: 0;
}
.review-content-left {
	text-align: center;
	position: relative;
}
.review-content-left img.testimonial-image{
	width: 204px;
	border-radius: 50%;
}

.review-content-left img.testimonial-badge{
	width: 100px;
	position: absolute;
	left: 15%;
	top: 50%;
}
.review-content-right h1{
	font-family: Catamaran;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.review-content-right h2{
	opacity: 0.6;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: 0.1px;
	text-align: justify;
	color: #ffffff;
}
.testimonial-slider {
	text-align: center;
}
.demo-btn-mobile {
	padding-bottom: 46px;
}
.testimonial-slider li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #0009;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}
#features .slick-list {
	overflow: visible;
}
#heade_line_carousel .carousel-inner>.item.active {
	animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	transition: none !important;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*WS-324 for testimonial & contact page ends*/

/*FA-216 sign-up-flow */

.hidden{
	display: none;
}
.signup-flow{
	padding-top: 8rem;
	padding-bottom:1px;
}
.right-content{
	float: right;
	color: white;
}
.right-content a{
	color: white;
	cursor: pointer;
}
.signup-flow-head	{
	padding-top: 20px;
	padding-bottom: 20px;
}
.small-circle{
	color: #74b0ff;
	font-size: 13px;
}
.big-circle{
	color: white;
	opacity: 0.15;
}
.progress-stage-title{
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	font-weight: 600;
	text-align: left;
	color: #ffffff !important;
}
.progressbar-line{
	width: 70px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.stage-finished-1 .fa,
.stage-finished-2 .fa,
.stage-finished-3 .fa,
.stage-finished-4 .fa{
	font-size: 22px;
	top: 2px;
	color: white;
	position: relative;
}

.signup-progressbar li{
	display: inline-block;
	opacity: 0.3;
}
.signup-progressbar{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}
.stage-active{
	opacity: 1 !important;
}
.select-platform, .signup-heading{
	text-align: center;
	color: white;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-bottom: 30px;
	padding-top: 0px;
}
.select-platform h3,
.signup-heading h3{
	font-size: 30px !important;
	margin-top:4rem;
}
.text-bold{
	font-weight: bold;
	padding-left: 5px;
}
.select-platform .sub-head,
.signup-heading .sub-head{
	margin-top: 2rem;
	opacity: 0.6;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: normal;
}
.login-model{
	padding: 0px !important;
}

.select-platform-btn{
	height: 128px;
	width: 208px;
	border-radius: 10px !important;
	border: none !important;
}
.android-btn button,
.ios-btn button,
.web-btn button,
.run-bot-btn button,
.upload-scripts-btn button{
	background-color: #477db3;
}
.select-platform-option-1, .select-platform-option-2,
.select-platform-option-3{
	display: inline-block;
	padding: 10px;
}
.select-platform-btn .fa-android,
.select-platform-btn .fa-apple,
.select-platform-btn .fa-laptop{
	color: white;
	font-size: 60px;
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.select-platform-options{
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 6rem;
}

.select-platform-options .option-name h6{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff !important;
}

.apk-upload{
	margin-top: 50px;
	height: 100px;
}
.upload-btn,
.script-upload-btn{
	display: inline-block;
	margin-left: -15px;
	background: #4973a0;
	color: white;
	padding :0;
	border-radius: 15px;
}
.apk-upload-before,
.script-upload-before {
	background: #2f5a84b5;
	position: relative;
	height: 100px;
}
.choose-file-text{
	position: absolute;
	width: 100%;
	font-family: sans-serif;
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 1px;
}
.upload-area{
	width: 100%;
	opacity: 0;
	height: 96px;
	margin-top: 4px;
	cursor: pointer;
}
.upload-icon{
	padding-right: 5px;
	color: white;
}
.apk-name-box,
.script-name-box{
	height: 100px;
}

.apk-name,
.apk-name-2,
.script-name,
.script-name-2{
	text-align: center;
	margin-top: 35px;
	padding: 0 10px 0 10px;
	text-overflow: ellipsis;
	font-size: 20px;
	color: white;
	opacity: 0.5;
	font-weight: 300;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.upload-button{
	padding-top: 26px;
	padding-left: 0;
}
.upload-button button,
.js-url-button button{
	min-width: 110px !important;
	width: 140px !important;
}
.js-upload-url{
	border-color: white !important;
	margin-top: 25px ;
	border-radius: 5px !important;
}
.upload-apk-btn,
.upload-url-btn,
.upload-script-button,
.bot-next-btn,
.complete-btn{
	background-color: #ececeb !important;
	border: none !important;
	border-radius: 20px !important;
	font-weight: bold !important;
	color: #285079 !important;
}
.select-platform{
	margin-top: 4rem;
}
.apk-upload-1{
	padding-bottom: 11px;
}
.apk-upload-2{
	padding-bottom: 13%;
}
.run-bot-main{
	padding-bottom: 100px;
}
.signup-email{
	margin-bottom: 20%;
	padding-bottom: 12px;
}
.upload-scripts-main{
	margin-bottom: 16%;
	padding-bottom: 3px;
}
.apk-size-box,
.script-size-box{
	height: 100px;
	text-align: center;
	padding: 0px;
}
.apk-size-box p,
.script-size-box p{
	font-weight: bold;
	font-size: 16px;
	color: white;
}
.apk-size-box-2,
.script-size-box-2{
	width: 50%;
	float: right;
	padding-top: 35px;
}
.apk-size-box-1,
.script-size-box-1{
	width: 50%;
	text-align: left;
	display: inline-block;
	padding-top: 35px;
}
.clear-space,
.clear-space-2{
	font-weight: bold;
	font-size: 16px;
	color: white;
	cursor: pointer;
}
.times-icon{
	color: white;
	padding-right: 5px;
	font-size: 18px;
}
.select-bot-or-run-options{
	display: inline-block;
}
.select-bot-or-run{
	text-align: center;
}
.select-bot-title h4,
.upload-scripts-title h4{
	font-size: 16px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
}
.run-bot-content,
.share-with-team-content{
	background: #2f5a84b5;
	padding: 20px 20px 8px 0;
}

.run-bot-container,
.share-with-team-conatiner{
	text-align: center;
}
.run-bot-next{
	padding :0;
}
.run-bot-username,
.run-bot-password{
	padding-bottom: 15px;
}
@media (max-width: 768px){
	.run-bot-content,
	.share-with-team-content{
		padding-left: 20px ;
	}
	.apk-size-box-1{
		display: none;
	}
	.upload-button,
	.js-url-button{
		text-align: right;
	}
	.apk-size-box-2,
	.script-size-box-2{
		text-align: right;
	}
	.script-size-box-1{
		display: none;
	}
	.navigation-header .dropdown-menu {
		right: 11px;
		left: unset;
		min-width: 9rem;
		text-align: center;
		font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
	.mobile-navigation-brand .dropdown-menu li{
		border-bottom: 1px solid #eae9e9;
	}
	.mobile-navigation-brand .dropdown-menu li a{
		display: flex;
	}
	.mobile-navigation-brand .dropdown-menu li a img{
		padding-right: 8px;
	}
}
.mob-signup-nav{
	text-align: left;
}

.signup-flow-nav .dropdown-menu li a{
	display: flex;
}
.signup-flow-nav .dropdown-menu li a img{
	padding-right: 8px;
}

.test-username,
.enter-email{
	border-radius: 5px !important;
	border-color: white !important;
}

.test-password,
.enter-message{
	margin: 0 25px 0 0 !important;
	border-radius: 5px !important;
	border-color: white !important;
}
.bot-btn,
.complete-btn{
	border: none !important;
	padding: 15px 20px !important;
	min-width: 120px !important;
}
.complete-btn-div{
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}
.radio-btns{
	text-align: center;
	color: white;
	margin-bottom: 50px;
}
.appium-radio-btn,
.robotium-radio-btn{
	display: inline-block;
	padding : 10px;
}
.upload-scripts-head{
	padding-bottom: 20px !important;
}
.appium-radio-btn{
	margin-right: 40px;
}
.radio-btns span{
	line-height: 1.2;
}

.white-color{
	color: white;
	padding-right: 10px;
}
.skip-do-it-later h4,
.bot-skip-do-it-later h4{
	opacity: 0.5;
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
	float: right;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 1.1px;
	text-align: center;
	color: #ffffff;
}
.back-btn-div{
	color: white;
	padding: 10px;
}
.back-btn-div button{
	margin-left: -3rem;
}
.back-btn{
	border: none !important;
	color: white !important;
	background: none !important;
}
@media (max-width: 992px){
	.js-url-button{
		padding-left: 0px;
	}
}
@media (max-width: 768px){
	.js-url-button{
		margin-top: 35px;
	}
}

/* FA-216 end*/


/* AP-110 start*/
.new-signup-login{
	padding-bottom: 1rem;
}
@media (max-width: 769px){
	.navigation-header.background-header{
		display: none !important;
	}
}
@media (min-width: 769px){
	.mobile-nav{
		display: none !important;
	}
}
.mobile-nav .logo-new{
	margin-top: 10px;
}
.home-background{
	padding-top: 0px;
	overflow-x: hidden;
}
.sign-up-navbar nav{
	position:fixed !important;
}
.mobile-nav {
	background: linear-gradient(119deg, #32578f, #06263e);
}
section.sign-up-body,
.new-login-body,
.reset-pass-div{
	padding-top: 0;
}
.signup-separator hr{
	display: inline-block;
	border: 1px solid #E9E9F4;
}
.google-signup-container {
	text-align: center;
	margin-top: 40px;
}
.google-signup-container .signup-google {
	width: calc(29rem + 15px);
	text-align: center;
	background: #E8F5FF;
	border: 1px solid #0091FF;
	border-radius: 3px;
	color: #000;
	margin: 0;
	height: auto;
	padding: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-nav .navbar-toggle{
	position: absolute;
	top: 0px;
	right: 5px;
	min-width: 46px !important;
	padding: 10px;
	margin-top: 8px;
}
.navigation-header .navigation-brand .brand-logo{
	width: 130px;
}
.navigation-header .navigation-brand {
	float: left;
	margin-right: 50px;
	margin-top: 17px;
}
.navigation-header .navigation-brand .brand-logo .logo-new {
	display: block;
}
.login-container h1,
.login-container h2 {
	margin-bottom: 0;
	text-align: center;
	color: #000;
	font-weight: 300 !important;
}
.reset-pass-container{
	text-align: center;
	padding-bottom: 8rem;
	width: 100%;
}
.reset-pass-container h1,
.reset-pass-container h2 {
	margin-bottom: 3rem;
	font-weight: 300 !important;
	text-align: center !important;
	font-family: Roboto;
}
.text-left-input .error-container{
	text-align: left;
}
.text-right-input .error-container{
	text-align: right;
}
/* AP-110 end*/

/*header start*/
.ap__header--new .user-profile.open .dropdown-menu {
	top: calc(105% + 0.9rem);
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
	right: -1rem;
}

.ap__header--new .user-profile.open .dropdown-menu li>a {
	padding: 1.2rem 1rem !important;
	color: #607182;
	font-size: 1.2rem;
	font-weight: normal;
	padding-right: 4rem !important;
}

.ap__header--new .navbar-brand>img,
.ap__siderbar--new .brand img {
	width: 14rem;
}
.ap__header--new>.navbar {
	background: none;
	background-color: white;
	margin-left: auto;
	box-shadow: none;
	padding: 0;
	border: none;
	outline: none;
	min-height: auto;
	border-bottom: 1px solid #DADADA;
	transition: all 0.2s ease-in-out;
}
.ap__header--new .navbar-brand,
.ap__siderbar--new a.brand {
	background-color: #1F263E !important;
	margin: 0 !important;
	border-radius: 0 !important;
	padding: 0;
	font-size: 1.2rem !important;
	width: 21rem;
	height: 5.9rem;
	text-align: center;
	padding-top: 1.6rem;
	transition: all 0.4s ease;
	display: block;
	padding-left: 1.5rem;
}

.ap__header--new .navbar-brand img {
	display: inline;
}

.ap__header--new .navbar-header {
	transition: all 0.4s ease;
}

.ap__header--new .product-list>.navbar-nav:not(.navbar-right) li.active::before {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #C9D5FF;
}
.sign-up-navbar .user-profile-btn {
	box-shadow: none;
	margin-top: 0;
	display: inline-flex;
	padding-left: 6px;
	padding-top: 0;
	color: white ;
	text-transform: initial;
}
.user-profile .dropdown-menu > li a{
	text-transform: initial;
}
.handel-over-flow{
	padding-top: 6px;
	margin: 0;
}
.sign-up-navbar .user-profile-btn .caret{
	margin-top: 1rem;
}

.sign-up-navbar .user-profile-btn .caret,
.ap__header--new>.navbar .product-dropdown>.dropdown .caret,
.ap__header--new>.navbar .product-dropdown>.dropdown>a>.fa {
	color: #607182;
	margin-left: 1rem;
}

.ap__header-profile {
	height: 3rem;
	width: 3rem;
	border: 1px solid #A2B9EC;
	background-color: #EBF6FF;
	display: inline-flex;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #6E92E4;
	padding: 0.5rem;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.navigation-bar .dropdown-menu{
	background-color: #eaf4ff;
}

.ap__header--new li.active {
	background-color: #C9D5FF;
	padding-bottom: 0;
}

.ap__header--new li.active>a {
	color: #3B5FD5 !important;
}

.ap__header--transparent>nav {
	border: none !important;
}

.ap__header--transparent .user-profile::before {
	content: none;
}

.sign-up-navbar.user-profile-btn,
.sign-up-navbar.user-profile-btn:focus,
.sign-up-navbar.user-profile-btn:focus-within,
.sign-up-navbar.user-profile-btn:active,
 .navbar-brand,
 .sign-up-navbar a.brand,
.ap__header--new.ap__header--transparent>.navbar,
.ap__header--transparent>nav {
	background-color: transparent !important;
}

.sign-up-navbar .user-profile-btn,
.sign-up-navbar .user-profile-btn .caret,
.sign-up-navbar .dropdown .caret,
.sign-up-navbar .dropdown>a>.fa {
	color: white;
}

.bg-gradient {
	background-image: var(--bluegradiant) !important;
}
.ap__header--transparent.ap__header--new>.navbar {
	padding-top: 1rem;
}
@media (max-width: 768px) {
	.ap__header--new.ap__header--transparent>.navbar,
	.ap__header--transparent>nav {
		background-image: var(--bluegradiant) !important;
	}
}
.user-apiKey-modal .modal-header button{
	padding: 0px;
	font-size: 2rem;
	min-width: 0rem;
	border: none;
	color: black;
}
/*header end*/

#signup-add_config{
	width: 30px;
	height: 30px;
	min-width: 20px;
	font-size: larger;
	padding: 0px;
	border-radius: 50%;
	border-style: unset;
}
#signup-add_fields{
	font-size: 17px;
	padding: 0;
	display: inline-block;
	color: white;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#signup_config_fields .slide-right {
	padding-left: 0;
	padding-right: 12px;
	-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slider-config {
	margin-bottom: 30px;
}
#signup_config_fields{
	margin-top: 2rem;
}
#signup_config_fields .js-bot__row{
	padding-left: 1rem;
}

#signup_config_fields input{
	width: 95%;
	outline: none !important;
	line-height: 34px !important;
	border-radius: 5px;
	border: solid 1px #cccccc;
}
#signup_config_fields>div:hover .material-icons {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#signup_config_fields .slider-close {
	cursor: pointer;
}
#signup_config_fields .material-icons {
	line-height: 1.5 !important;
	opacity: 0.6;
	color: white;
}
#signup_config_fields label{
	color: white;
	opacity: 0.6;
	padding-top: 0.5rem;
	font-size: 15px;
	padding-left: 5px;
}
.apk-upload-1,
.apk-upload-2,
.run-bot-main,
.clear-space-2,
.upload-scripts-main,
.stage-finished-1,
.stage-finished-2,
.stage-finished-3,
.stage-finished-4,
.upload-product-back-btn,
.select-bot-or-appium-back-btn,
.run-bot-back-btn,
.signup-last-back-btn,
.js-upload-apk,
.js-upload-ipa,
.js-upload-url,
.signup-email,
.loading-div{
	display: none;
}
#ipaFile,.clear-space{
	display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}
.upload-url-form p,
.share-with-team-content p{
	position: absolute;
	left: 30px;
	bottom: -10px;
}
.login-back-btn{
	transition: border 0.2s ease, color 0.2s ease;
	display: flex;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 25px !important;
	font-weight: bold;
	background-color: transparent !important;
	color: #646464 !important;
	min-width: auto;
	line-height: normal;
	padding: 0;
	border: 2px solid #646464;
	margin: 0;
}
.login-back-btn i{
	font-size: 1.2rem;
	margin-right: 0;
	margin-left: 0;
}
.sign-up-navbar .nav-back-btn{
	margin-top: 9px;
}
.nav-back-btn{
	display: inline-block;
	float: right;
}
.mobile-nav .nav-back-btn{
	position: absolute;
	right: 8px;
	top: 1.5rem;
	margin-top:0px;
}
.signup-email-content{
	display: flex;
	text-align: center;
	justify-content: center;
}
.signup-email-div{
	margin-bottom: 2rem;
}
.signup-email-div input{
	width: 85%;
}
.bot-skip-do-it-later{
	display: block;
	float: right;
	padding-left: 20px;
}
.login-model .modal-content{
	min-height: 100vh;
	box-shadow: 0 0px 0px rgba(0,0,0,.5) !important;
	border:0px;
	background: white;
	border-radius: 0;
}
.login-model .modal-dialog{
	width: auto !important;
	margin: 0px !important;
	height: 100% !important;
}
.login-model .modal-header{
	border-bottom: 0px;
	position: sticky;
	top: 0px;
	background: linear-gradient(119deg, #32578f, #06263e);
	padding: 0px 0 0 15px;
	z-index: 10;
}

.appachhi-color-logo{
	background: white;
}
.appachhi-logo,
.appachhi-color-logo{
	padding: 1rem 4rem;
	padding-right: 2rem;
}
@media (max-width: 768px) {
	.appachhi-logo,
	.appachhi-color-logo{
		padding: 1rem !important;
		padding-left: 4rem !important;
	}
}
.platform-disable,
.disabled{
	pointer-events: none;
	opacity: 0.2;
}
.signup-email-div label{
	color: white;
	font-size: small;
	font-weight: 700;
	margin-top: 1rem;
}
.separator{
	color: white;
	font-size: 1.5rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.signup-text{
	padding-top: 3px;
	cursor: pointer;
}
.btn-disabled{
	pointer-events: none;
}
.upload-apk-btn,.upload-script-button{
	opacity: 0.5;
	cursor: not-allowed;
}
.disable{
	pointer-events: none;
}
#signup-add_config:hover{
	width: 32px !important;
	height: 32px !important;
}
.upload-btn:hover {
	background: #5b8bb5;
}
/* Sprint-25 Demo Comments Fixes Start */
.appachhi-logo, .appachhi-color-logo {
	padding-left: 4.1rem;
	padding-top: 3.25rem;
	padding-bottom: 0.25rem;
	border-radius: 0;
}
.logo-new, .logo-alt-new, .logo-footer {
	width: 144px;
	object-fit: contain;
	margin-bottom: 5px;
}
/* Sprint-25 Demo Comments Fixes End */
#signup_confirm_modal p {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: 2.1rem;
	text-align: center;
	color: #000000;
}
#signup_confirm_modal p:first-child {
	line-height: 1.1rem;
	margin-bottom: 0px;
	font-size: 1.2rem;
	text-transform: capitalize;
}

.confirm-block {
	text-align: center !important;
	padding: 2rem 0rem;
}

.confirm-block button{
	display: inline;
	font-style: normal;
	font-weight: bold;
	font-size: .9rem;
	line-height: 1.5rem;
	padding: 0.3rem 3rem;
	border: 1px solid #3E60DF;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0.5rem 0.5rem;
}

#create_user_cancel_btn {
	background: #FFFFFF;
	color: #003AA5;
}

#create_user_confirm_btn {
	background: #3E60DF;
	color: #FFFFFF;
}

#signup_confirm_modal .vertical-alignment-helper {
	display: table;
	height: 100%;
	margin: auto !important;
	width: 28rem;
}

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

.login-info-div {
	margin: 0 !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
	margin-top: 1.4rem !important;
}

.login-info-div p {
	font-family: Roboto;
	font-size: .8rem;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
	color: #979797 !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: default;
}
.login-info-div span {
	font-family: Roboto;
	font-size: .8rem;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
	color: #3e60df !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
}
.login-info-div span:hover {
	text-decoration: underline;
	text-decoration-color: #3e60df;
}
 .forgot-pass-right-align {
	width: 100%;
	text-align: right !important;
	margin-top: 1rem !important;
}
 .forgot-pass-right-align span a {
	color: #8C9DB0 !important;
}


 .forgot-password-div {
	display: flex;
	justify-content: center;
 }

#create_user_cancel_btn:active,
#create_user_cancel_btn:focus,
#create_user_confirm_btn:active,
#create_user_confirm_btn:focus {
	border: 1px solid #003AA5 !important;
	box-sizing: border-box !important;
	border-radius: 5px !important;
	outline: none !important;
}

@media (max-width: 767px) {
	.login-input input, .signup-input input {
		/* width: 300px !important; */
	}
}
.new-signup__body {
	display: flex;
	height: 100vh;
	flex-flow: column;
	padding: 0;
	border-radius: 0;
}
.new-signup__body>.row.row-flex {
	padding: 0;
	height: 100%;
	border-radius: 0;
}
.row.row-flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.new-signup__body .new-signup__banner {
	/*background: url(../../../img/signup_video_bg.png);*/
	background: linear-gradient(to right, #214ee6, #28a3ff);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.row.row-flex>[class*='col-'] {
	margin-bottom: var(--guttergap);
	/*padding-left: var(--gutter-vertical);*/
	padding-right: var(--gutter-vertical);
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	align-items: center;
}
.new-signup__banner>.carousel {
	display: flex;
	align-items: center;
	height: 100%;
}
.new-signup__banner #new_signup_video,
.new-user-invited__banner #new_user_invited_video {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.new-user-invited__banner .ap__video--signup,
.new-signup__banner .ap__video--signup,
.new-create-acc__banner--content .ap__video--login {
	width: 100%;
	margin: auto;
}
.new-signup__banner>.carousel .carousel-inner .item img {
	width: 18.7rem;
	margin: auto;
	/* margin-top: 20%; */
	/* position: absolute; */
	/* right: 0; */
	/* left: 0; */
	/* top: 20%; */
}
.new-signup__banner>.carousel .carousel-inner .slidebox {
	text-align: center;
	color: white;
	max-width: 60%;
	margin: auto;
	text-shadow: none;
	bottom: 24%;
}
.new-signup__banner>.carousel .carousel-inner .slidebox * {
	font-family: Roboto;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0;
	font-size: .9rem;
}
.slidebox__title {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
}
.slidebox__description {
	line-height: 1.6rem !important;
}
.new-signup__text {
	font-weight: 400 !important;
	text-align: center !important;
	font-family: Roboto;
	padding-top: 0 !important;
}
.new-signup__text>strong {
	font-weight: 700;
}
.log-in-form,
.invited-user__text {
	width: 29rem;
	margin: auto;
}
.field_lable {
	display: block;
	text-align: left;
	font-family: Roboto;
	font-size: 1rem;
	line-height: normal;
	letter-spacing: 0;
	margin-bottom: .5rem;
	font-weight: 700;
}
/* Change Autocomplete styles in Chrome*/
.login-container input:not(.error):-webkit-autofill,
.login-container input:not(.error):-webkit-autofill:hover, 
.login-container input:not(.error):-webkit-autofill:focus,
.reset-pass-form input:not(.error):-webkit-autofill,
.reset-pass-form input:not(.error):-webkit-autofill:hover,
.reset-pass-form input:not(.error):-webkit-autofill:focus,
#redeemSignUpForm input:not(.error):-webkit-autofill,
#redeemSignUpForm input:not(.error):-webkit-autofill:hover,
#redeemSignUpForm input:not(.error):-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
	transition: all .5s ease-in-out 0s;
	background-color: white;
	color: #000 !important;
	font-weight: 400;
	font-family: Roboto;
}
.login-container input:not(.error):hover, 
.login-container input:not(.error):-webkit-autofill:hover, 
.login-container input:not(.error):-webkit-autofill:focus,
.login-container input:not(.error):focus,
.reset-pass-form input:not(.error):-webkit-autofill:hover,
.reset-pass-form input:not(.error):hover,
.reset-pass-form input:not(.error):focus,
.reset-pass-form input:not(.error):-webkit-autofill:focus {
	border: 1px solid #0091FF;
	box-shadow: 0px 4px 4px rgba(0, 145, 255, 0.28);
	transition: all .5s ease-in-out 0s;
}
.forgot-pass>a {
	color: #979797;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: .8rem;
	line-height: 20px;
	letter-spacing: 0;
}
.error-container {
	text-align: left;
	margin: 0;
}
.reset-pass-div {
	width: 28rem;
	margin: auto;
	height: calc(100% - 6.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-submit,
.reset-submit,
.new-user-password-submit,
.redeem-signup-submit,
.signup-submit {
	background-color: #3E60DF !important;
	border-radius: 3px !important;
	color: white !important;
	width: 100%;
	max-width: unset !important;
	font-family: Roboto !important;
	font-style: normal !important;
	font-weight: 700 !important;
	text-align: center;
	text-transform: none !important;
	height: auto;
	margin: 0 !important;
	padding: .9rem 0 !important;
}
.login-back-btn:hover {
	border-color: #000;
	color: #000 !important;
}
.new-signup__banner .carousel-indicators {
	bottom: 10rem;
}
#signup_confirm_modal p+p {
	font-weight: 400;
	margin-bottom: 1.5rem;
	margin-top: .5rem;
}
.close-icon {
	position: absolute !important;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
	width: auto;
	min-width: auto !important;
	top: 6px;
	color: #979797 !important;
	opacity: 1;
}
#signup_confirm_modal .modal-content {
	box-shadow: none;
}
.slidebox__img {
	height: 77%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-signup__banner>.carousel,
.new-signup__banner>.carousel .carousel-inner,
.new-signup__banner>.carousel .item {
	height: 100%;
}
.new-signup__banner .carousel-indicators li {
	--i: .5rem;
	width: var(--i);
	height: var(--i);
	border-color: #82C9FF;
	transition: opacity 0.5s, background-color 0.5s, width 0.5s;
	transition-delay: 0.5s, 0.5s, 0s;
	margin: 0 4px;
}
.new-signup__banner .carousel-indicators li.active {
	width: 2rem;
	height: .7rem;
	border: 0;
	position: relative;
	top: 1px;
	transition-delay: 0s, 0s, .1s;
}
.close-icon i {
	font-size: 1rem;
}
@media(max-width:1440px) and (min-width:1024px) {
	.new-signup__banner>.carousel .carousel-inner .item img {
		width: 17rem;
	}
	.slidebox__title {
		font-size: 1.3rem !important;
	}
	.field_lable {
		font-size: .9rem;
	}
	.login-input input,
	.reset-pass-div input,
	.signup-input input {
		font-size: .8rem;
	}
	#signup_confirm_modal p+p {
		font-size: .8rem;
	}
	.slidebox__img {
		height: 70%;
	}
}
@media(max-width:767px) {
	.google-signup-container .signup-google {
		width: 97%;
		margin: auto;
	}
	.log-in-form,
	.invited-user__text {
		width: 86%;
	}
	.appachhi-logo {
		padding-left: 3rem !important;
	}
	.new-login-body {
		padding: 0 3rem !important;
		flex: 1;
	}
	.reset-pass-div {
		width: 100%;
	}
	.login-container h1,
	.login-container h2 {
		font-size: 1.5rem;
		margin-top: 1rem;
	}
	.signup-separator {
		margin-bottom: 1rem;
	}
	.google-signup-container {
		margin-top: 1.5rem !important;
		margin-bottom: 1rem !important;
	}
	.submit-btn-container {
		margin-top: 2rem;
	}
	#signup_confirm_modal .vertical-alignment-helper {
		width: 90%;
	}
}
@media(max-width:321px) {
	.login-container h1,
	.login-container h2 {
		font-size: 1.3rem;
		margin-top: 2rem;
	}
	.logo-new {
		width: 120px;
	}
	.new-signup__text {
		font-size: .7rem;
	}
	.google-signup-container {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.signup-separator {
		margin-bottom: 1rem;
	}
	.signup-separator p,
	.forgot-pass>a,
	.error-container label.error {
		font-size: .7rem;
	}
	.field_lable,
	.signup-submit, 
	.login-submit,
	.signup-btn, .login-btn,
	.reset-submit,
	.new-user-password-submit,
	.redeem-signup-submit,
	.signup-submit {
		font-size: .8rem !important;
	}
	.submit-btn-container {
		margin-top: 1rem;
	}
	.signup-google span {
		font-size: .9rem;
	}
	.login-input input, .reset-pass-div input, .signup-input input {
		font-size: .7rem;
	}
}
.signup-submit:hover,
.login-submit:hover,
.reset-submit:hover,
.new-user-password-submit:hover,
.redeem-signup-submit:hover,
.signup-submit:hover {
	background-color: #2e51d2 !important;
}
.google-signup-container .signup-google:hover .add{
	color: #000;
}
.confirm-block button:hover {
	background-color: #2e51d2 !important;
	color: white !important;
}
.close-icon:hover{
	color: #000 !important;
	opacity: 1;
}
@media (min-width:1281px) and (max-width:1360px) {
	.new-signup__banner>.carousel .carousel-inner .item img {
		width: 13.5rem;
	}
	.new-signup__banner>.carousel .carousel-inner .slidebox * {
		font-size: .8rem !important;
	}
	.new-signup__banner .carousel-indicators {
		bottom: 8rem;
	}
	.new-signup__banner>.carousel .carousel-inner .slidebox {
		bottom: 22%;
	}
	.new-signup__banner .carousel-indicators li {
		--i: .45rem;
	}
	.new-signup__banner .carousel-indicators li.active {
		height: .5rem;
	}
	.login-container h1,
	.login-container h2 {
		font-size: 1.6rem;
	}
	.new-signup__text {
		font-size: .8rem;
	}
	.appachhi-logo, .appachhi-color-logo {
		padding-top: 2rem;
	}
	.google-signup-container {
		margin: 1.5rem 0 !important;
	}
	.signup-separator {
		margin-bottom: 1.5rem;
	}
	.submit-btn-container {
		margin-top: 1.5rem;
	}
	.google-signup-container .signup-google {
		width: calc(20rem + 15px);
		margin: auto;
	}
	.log-in-form,
	.invited-user__text {
		width: 20rem;
	}
	.field_lable {
		font-size: .8rem;
	}
	.signup-separator p,
	.forgot-pass>a {
		font-size: .7rem;
	}
	.signup-google span,
	.login-submit, .reset-submit,
	.new-user-password-submit,
	.redeem-signup-submit,
	.signup-submit {
		font-size: .9rem !important;
	}
}
@media(min-width:1024px) and (max-width:1281px) {
	.new-signup__banner>.carousel .carousel-inner .slidebox {
		bottom: 17%;
	}
	.new-signup__banner>.carousel .carousel-inner .item img {
		width: 13rem;
	}
	.new-signup__banner .carousel-indicators {
		bottom: 3rem;
	}
	.slidebox__img {
		height: 66%;
	}
	.appachhi-logo, .appachhi-color-logo {
		padding-top: 1rem;
	}
	.login-div {
		/*height: auto;*/ /*Commented since signup form was not center aligning to the screen vertically*/
	}
	.google-signup-container .signup-google {
		width: calc(20rem + 15px);
		margin: auto;
		padding: .6rem;
	}
	.log-in-form,
	.invited-user__text {
		width: 20rem;
	}
	.signup-separator {
		margin-bottom: 1rem;
	}
	.google-signup-container {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.submit-btn-container {
		margin-top: 1rem;
	}
	.new-signup__text {
		margin-bottom: 0;
		font-size: .7rem;
	}
	.sign-up-container h1, .login-container h1, .reset-pass-div h1,
	.sign-up-container h2, .login-container h2, .reset-pass-div h2 {
		font-size: 1.3rem;
	}
	.signup-google span,
	.login-submit, .reset-submit,
	.new-user-password-submit,
	.redeem-signup-submit,
	.signup-submit {
		font-size: .9rem !important;
	}
	.field_lable,
	.signup-separator p,
	.forgot-pass>a {
		font-size: .65rem;
	}
	.login-input input, .reset-pass-div input, .signup-input input {
		font-size: .68rem;
	}
	.login-submit, .reset-submit,
	.new-user-password-submit,
	.redeem-signup-submit,
	.signup-submit {
		padding: .6rem 0 !important;
	}
	.logo-new, .logo-alt-new, .logo-footer {
		width: 127px;
	}
	.new-signup__banner>.carousel .carousel-inner .slidebox * {
		font-size: .8rem;
	}
	.slidebox__title {
		font-size: 1.3rem !important;
	}
}
.toggle-password {
	position: absolute;
	top: 2.3rem;
	right: 1rem;
	cursor: pointer;
	font-size: 1.2rem !important;
	z-index: 2;
	user-select: none;
}
.forgot-pass>a:hover,
.toggle-password:hover {
	color: #2996FF !important;
}
.new-user-invited__banner,
.new-create-acc__banner {
	background: linear-gradient(to right, #214ee6, #28a3ff);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.new-user-invited__banner--content,
.new-create-acc__banner--content {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-user-invited__banner .new-user-invited__banner--content .slidebox__img img {
	width: 21.7rem;
	margin: auto;
}
.new-create-acc__banner .new-create-acc__banner--content .slidebox__img img {
	width: 26.7rem;
	margin: auto;
}
.login-container .invited-user__text h1,
.login-container .invited-user__text h2,
.login-container .invited-user__text p {
	text-align: left !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.login-container .invited-user__main-text {
	padding-bottom: 3rem !important;
	padding-top: 2rem !important;
	font-weight: 400 !important;
}
.login-container .new-user-password-sub-text {
	font-family: Roboto;
	font-size: 0.8rem;
	color: #2E2F30;
	font-weight: 500;
	padding-top: 1.6rem;
	padding-bottom: 1.8rem;
	line-height: 1.2rem;
	max-width: 85%;
}
.login-container .new-user-password-sub-text span {
	color: #000000;
}
.asterik {
	color: red;
	margin-left: 3px;
}
.log-in-new-user-main input#password_field {
	padding-right: 2.6rem !important;
}
.new-password-div .new-signup__text {
	margin: 0 !important;
}
@media only screen and (max-device-width : 425px) {

	.login-container .invited-user__main-text {
		padding-bottom: 1.5rem !important;
		padding-top: 0rem !important;
	}
	.login-container .new-user-password-sub-text {
		padding-top: 1rem;
		padding-bottom: 1.7rem;
		max-width: 100% !important;
	}
	.new-password-div {
		align-items: flex-start;
	}
	.login-container .invited-user__text h1, .login-container .invited-user__text h2, .login-container .invited-user__text p {
		text-align: center !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
input#password_field_s,input#password_field {
	padding-right: 3rem !important;
}
#create_coupon_account_area .new-signup__text {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#create_coupon_account_area .new-signup__text .text-heart {
	font-size: 2rem;
	padding: 0 1rem;
	cursor: default;
}
#create_coupon_account_area a.brand {
	cursor: default;
}
#create_coupon_account_area .login-div {
	margin-top: 6rem;
}
@media (max-width: 425px) {
	#create_coupon_account_area .new-signup__text img {
		width: 36%;
	}
	#create_coupon_account_area .new-signup__text .text-heart {
		font-size: 1.5rem;
	}
}
/* Please don't remove it, becaues of mdl refflec effect ios iphone click events not working */
@media screen and (max-width: 767px) {
	.mdl-ripple { 
		background: #000 !important; 
		opacity: 0.001 !important;
	 }
}
.policy-info {
	color: #979797;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: .8rem;
	line-height: 2rem;
	letter-spacing: 0;
	margin-top: .5rem;
	.term-policy-info {
		font-size: .8rem;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 0;
		text-align: center;
		color: #979797 !important;
		text-decoration: underline;
	}
	.term-policy-info:hover {
		color: #2996FF !important;
	}
}
.password-policy-error .material-icons::before {
		content: '\e88e';
}
.password-policy-error {
	display: flex;
	align-items: flex-start;
	background-color: #FFF5E9;
	padding: 0.6rem 0.5rem;
	border-radius: 4px;
	color: #B16C1B;
	font-family:'Roboto';
	font-size: 0.8rem;
	gap: 0.3rem;
}
.error-container {
	margin-top: 5px;
	font-size: 1.25rem;
}
.signup-warning {
	width: 1.25rem;
	position: relative !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
}
.password-policy-error .warning-message {
	line-height: 1.2rem;
	margin-bottom: 0 !important;
	font-family:'Roboto';
}