/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/

@-webkit-keyframes rot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes rot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* -----------------------------------------
	01. General
----------------------------------------- */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

* {
	box-sizing: inherit;
}

*::before, *::after {
	box-sizing: inherit;
}

/* Basic Typography
=================================== */
body {
	line-height: 1.625;
	font-size: 1.3em;
	background-color: #f6f6f6;
	color: #484848;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


div.play-btn{cursor:pointer;display:inline-block;background:url('img/play-ico.png');height:32px;width:32px;margin:-7px 5px 10px 0;vertical-align:top;}

div.play-btn.active{cursor:pointer;display:inline-block;background:url('img/plause-ico.png');height:32px;width:32px;margin:-7px 5px 10px 0;vertical-align:top;}

a:active {outline:0;}

div.play-btn.rl {margin:-7px 0 10px -15px;z-index:99;position: absolute;}
.play.pl {margin-left:20px}



h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin: 0 0 15px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
}

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

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

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

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

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

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 15px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.x2 {
    font-size: 1.5em !important;
}

a,
.blue,
.btn-link {
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	outline: none;
	color: #00c6ff;
	text-decoration: none;
}

.bg_one { 
	background: url(images/wave.png) no-repeat;
	
}

.btn-link {
    padding: 7px 15px;
	text-transform: uppercase;
}
.btn-link small{
	text-transform:  lowercase;
}

.white {
	color: #fff;
}
.black {
	color: #000;
}

.grey{
	color: #484848;
}

.lgrey{
	color: #9b9b9b;
}



.perc {
	font-size: 9px !important;
}


.underline {
	text-decoration: underline;
}

.x {
	cursor: pointer;
}

a:hover {
	color: #33d1ff;
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
}

.group::after {
	content: "";
	display: table;
	clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
	margin: 0;
}

/* Lists */
ul, ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
	margin: 20px 0;
	padding-left: 15px;
	border-left: 3px solid #e9e9e9;
	font-size: 15px;
	font-weight: 300;
}



blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	color: rgba(72, 72, 72, 0.8);
	font-size: 12px;
}

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.entry-content table {
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content th:first-child,
.entry-content td:first-child {
	padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.entry-content th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
}

.entry-content td {
	border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-style: normal;
}

pre {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
	margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
	margin-bottom: 15px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
	margin-bottom: 0;
}

#map *,
.map * {
	max-width: none !important;
}

/* General Form Styling
=================================== */
.form-field {
	margin-bottom: 20px;
}

label {
	display: block;
	margin: 0 0 2px;
	font-weight: normal;
}

input,
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 42px;
	padding: 6px 12px;
	box-shadow: none;
	line-height: normal;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	background-color: #fff;
	background-image: none;
	color: #484848;
	font-size: 15px;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
}

input:hover, input:focus,
textarea:hover,
textarea:focus {
	border-color: #00c6ff;
	outline: none;
}

@media (max-width: 991px) {
	input,
	textarea {
		font-size: 16px;
	}
}

@media (max-width: 543px) {
	input,
	textarea {
		width: 100%;
	}
}

input[type="search"] {
	/* Restoring box-sizing */
	box-sizing: border-box;
}

textarea {
	height: auto;
}

select {
	max-width: 100%;
	color: #484848;
	height: 42px;
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding: 0;
	background-color: #fff;
	border-radius: 2px;
}

.ci-select {
	position: relative;
	width: 100%;
	height: 42px;
}

.ci-select select {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	border: 2px solid #e9e9e9;
	padding: 6px 12px;
	color: #828282;
	background-color: #fff;
}

.ci-select select::-ms-expand {
	display: none;
}

.ci-select::after {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 20px;
	position: absolute;
	top: 0;
	line-height: 42px;
	right: 12px;
	height: 100%;
	color: #484848;
	pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	width: auto;
	height: auto;
}

fieldset {
	margin: 0 0 15px;
	padding: 0;
	border: 0;
	min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-moz-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

/* Buttons
=================================== */
.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button {
	position: relative;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	height: auto;
	background-image: none;
	text-transform: uppercase;
	background-color: #00c6ff;
	border: 2px solid transparent;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	padding: 11px 38px;
	font-size: 13px;
	height: 42px;
}

.btn:active,
.comment-reply-link:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
	outline: none;
}

.btn:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	color: #fff;
	background-color: #00bef5;
	text-decoration: none;
}

.btn::before,
.comment-reply-link::before,
input[type="submit"]::before,
input[type="reset"]::before,
button::before {
	border: 3px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 24px;
	width: 24px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	opacity: 0;
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.btn-sm {
	padding: 8px 18px;
	font-size: 11px;
	height: auto;
}

.btn-lg {
	padding: 16px 42px;
	font-size: 16px;
	height: auto;
}

.btn-block {
	min-width: 100%;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-round {
	border-radius: 30px;
}

.btn-transparent {
	background-color: transparent;
	border-color: #00c6ff;
	color: #00c6ff;
}

.btn-transparent:hover {
	color: #fff;
	background-color: #00c6ff;
}

.btn-transparent.btn-loading:hover {
	background-color: transparent;
	color: #00c6ff;
}

.btn-white {
	background-color: #fff;
	color: #00c6ff;
}

.btn-white:hover {
	color: #00c6ff;
	background-color: #fff;
}

.btn-white.btn-transparent {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.btn-white.btn-transparent:hover {
	background-color: #fff;
	color: #00c6ff;
}

.btn-white.btn-transparent.btn-loading:hover {
	color: #fff;
	background-color: transparent;
}

.btn-loading {
	cursor: not-allowed;
	pointer-events: none;
	text-indent: -999em;
}

.btn-loading::before {
	opacity: 1;
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
	background-color: #000;
}

.mfp-preloader {
	color: #fff;
}

.mfp-preloader a {
	color: #fff;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
	border: 6px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	background-color: transparent;
	text-indent: -999em;
	margin: 0 auto;
}

button.mfp-close, button.mfp-arrow {
	border: 0;
	opacity: 1;
}

button.mfp-close:hover, button.mfp-arrow:hover {
	background: none;
	border: 0;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
}

.mfp-arrow {
	line-height: .3;
}

.mfp-arrow::before, .mfp-arrow::after {
	border: 0;
}

.mfp-arrow::after {
	font-family: FontAwesome;
	font-size: 70px;
	color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
	content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
	content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-left {
	text-align: left;
}

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

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

.text-justified {
	text-align: justify;
}

/* Other Text Helpers
=================================== */
.text-theme {
	font-weight: 700;
	color: #00c6ff;
}

.text-secondary {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
	display: block;
	margin-left: auto;
	margin-top: -50px;
}

.navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.navigation-main::after {
	content: "";
	display: table;
	clear: both;
}

.navigation-main li {
	position: relative;
}

.navigation-main > li {
	display: inline-block;
}

.navigation-main a {
	display: block;
	white-space: nowrap;
}

.navigation-main ul {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
	transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	-webkit-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px);
}

.navigation-main > li:last-child > ul {
	right: 0;
}

.navigation-main > li:last-child > ul::before {
	left: auto;
	right: 10px;
}

.navigation-main ul ul {
	top: 0;
	right: 100%;
	-webkit-transform: translate(-5px, 0);
	-ms-transform: translate(-5px, 0);
	transform: translate(-5px, 0);
}

.navigation-main li:hover a {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.navigation-main li:hover > ul {
	-webkit-transition-delay: 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s;
	visibility: visible;
	opacity: 1;
}

.navigation-main li:hover ul {
	z-index: 15;
}

.navigation-main > li:hover > ul {
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.navigation-main li li:hover > ul {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.navigation-main ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style: none;
	background-color: #fff;
	min-width: 200px;
	border-radius: 3px;
	border-bottom: 2px solid #e9e9e9;
}

.navigation-main a {
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.navigation-main > li > a {
	padding: 8px 0;
	margin-left: 30px;
	color: #fff;
	border-bottom: 2px solid transparent;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.navigation-main > li.menu-item-btn > a {
	padding: 6px 12px;
	border: 2px solid #00c6ff;
	font-weight: 700;
	border-radius: 2px;
}

.navigation-main > li.menu-item-btn > a:hover {
	background-color: #00c6ff;
}

.navigation-main > li > ul::before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	top: -10px;
	left: 10px;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
	border-bottom: 2px solid #00c6ff;
}

.navigation-main li li a {
	font-size: 11px;
	padding: 9px 12px;
	border-bottom: 1px solid #e9e9e9;
	color: #484848;
}

.navigation-main li li:last-child > a {
	border-bottom: 0;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
	color: #00c6ff;
}

.navigation-main .menu-item-has-children > a::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 8px;
	position: relative;
	top: -4px;
	right: -3px;
	line-height: normal;
}

.navigation-main li .menu-item-has-children > a::after {
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
	z-index: 50;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px 0 20px;
}

.mast-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.site-logo {
	line-height: normal;
	color: #fbfbfb;
	font-size: 9px;
	font-weight: 400;
	margin: 0;
	flex: 0 1 auto;
}



.site-logo a {
	color: #00c6ff;
	font-weight: 700;
}

.site-tagline {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	margin: 0;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Page Hero
=================================== */
.page-hero {
	background-color: #2f3043;
	background-image: url('images/fon1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	height: 330px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.page-template-template-builder-php .page-hero {
	height: 82px;
}

.page-hero .container {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.page-hero::before {
	content: "";
	/* background-color: rgba(47, 48, 67, 0.70); */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-hero-lg {
	height: 400px;
}
.page-hero.lk {
	height: 250px;
}
.lk .page-hero-content {
	margin-top: 120px;
}

.page-template-template-builder-php .page-hero-lg {
	height: 82px;
}

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

.page-hero-content {
	margin-top: 0px;
}

.page-hero-lg .page-hero-content {
	margin-top: 130px;
}

.page-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
}

.page-hero-lg .page-title {
	max-width: 800px;
}

.page-subtitle {
	margin: 15px 0 0;
}

.page-hero-details span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}

.page-hero-details i {	
	margin-right: 20px;
}

.page-hero-details span::after {
	content: "\2022";
	position: absolute;
	right: -16px;
	font-size: 12px;
	text-transform: none;
	font-weight: 700;
	opacity: .3;
}

.page-hero-details span.item-badge::after {
	top: -1px;
}

.page-hero-details span:last-child::after {
	display: none;
}

/* Filter Form
=================================== */
.form-filter {
	position: relative;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 15px 0;
}

/* Content Wrappers
=================================== */
.main {
	padding: 60px 0;
	position: relative;
}

.main-elevated {
	padding-top: 0;
	margin-top: -112px;
}

.content-wrap {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 70px 30px;
	border-bottom: 2px solid rgba(233, 233, 233, 0.8);
}

.content-wrap-footer {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	padding: 15px 0;
}

.section-title-wrap::after {
	content: "";
	display: table;
	clear: both;
}

.section-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
}

.entry-related .section-title {
	font-weight: 700;
}

.section-title-wrap .section-title {
	float: left;
}

.section-title-compliment {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	float: right;
}

.section-title-compliment a {
	color: #484848;
}

.section-title-compliment .fa {
	margin-right: 5px;
}

/* Sidebar
=================================== */
.main-elevated .sidebar {
	margin-top: 100px;
}

.main-elevated .sidebar-sec{
	margin: 40px 0;
}

/* Badges
=================================== */
.item-badge {
	display: inline-block;
	margin: 0;
	line-height: normal;
	padding: 2px 6px 3px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #00c6ff;
	vertical-align: middle;
	border-radius: 2px;
}

.item-badge:hover {
	color: #fff;
}

/* List Items
=================================== */
.item-listing,
ul.job_listings {
	position: relative;
	margin-bottom: 0;
	border-top: 0;
}

.item-listing::after,
ul.job_listings::after {
	border: 6px solid rgba(0, 198, 255, 0.35);
	border-top-color: rgba(0, 198, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	z-index: 11;
	display: none;
}

.item-listing::before,
ul.job_listings::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
	opacity: .6;
	display: none;
}

.item-listing.is-loading::after, .item-listing.is-loading::before,
ul.job_listings.is-loading::after,
ul.job_listings.is-loading::before {
	display: block;
}

ul.job_listings li.list-item.job_listing {
	padding: 30px;
	border-bottom: 1px solid #e9e9e9;
}

ul.job_listings li.list-item.job_listing a {
	background: none;
	padding: 0;
	opacity: 1;
	display: inline-block;
	line-height: normal;
}

ul.job_listings li.list-item.job_listing a:hover, ul.job_listings li.list-item.job_listing a:focus {
	background: none;
}

.list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
	border-bottom: 1px solid #e9e9e9;
}
.list-item-demo{
	display: flex;
	padding: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
}
.list-item-two {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
	border-bottom: 1px solid #e9e9e9;
}

.list-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.list-item-sm {
	padding: 10px;
}

.list-item-featured,
.job_position_featured {
	background-color: #fffded;
}

.list-item-callout,
.blue-bgr {
	background-color: #00c6ff;
	border-top: 2px solid rgba(0, 0, 0, 0.03);
	border-bottom: 2px solid rgba(0, 0, 0, 0.03);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.list-item-error {
	background-color: #ff6452;
	text-align: center;
	display: none;
}

.list-item-error .fa-warning {
	text-align: center;
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
}

.list-item-secondary-info {
	text-align: right;
	margin-left: auto;
}

.widget .list-item-secondary-info {
	display: none;
}

.list-item-title-eyebrow {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	opacity: .4;
	margin: -13px 0 3px;
	padding: 0;
	line-height: 1;
	font-weight: 400;
}

.widget .list-item-title-eyebrow {
	display: none;
}

.list-item-title {
	font-size: 20px;
	margin: 0 0 4px;
	letter-spacing: -.025em;
	line-height: 1;
}

.entry-content .list-item-title {
	margin: 0 0 4px;
}

.list-item-callout .list-item-title {
	font-weight: 700;
	color: #fff;
}

.widget .list-item-title {
	font-size: 15px;
	margin-bottom: 5px;
}

.list-item-error .list-item-title {
	color: #fff;
	width: 100%;
}

.list-item-location {
	margin: 0 0 3px;
	line-height: normal;
	font-weight: 700;
	color: #343434;
}

.entry-content .list-item-location {
	margin: 0 0 3px;
}

.list-item-time,
.list-item-company {
	font-size: 13px;
	color: #828282;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.list-item-callout .list-item-time, .list-item-callout
.list-item-company {
	color: #fff;
}

.list-item-sm .list-item-time, .list-item-sm
.list-item-company {
	font-size: 12px;
}

.list-item-sm .list-item-company {
	max-width: 140px;
}

.list-item-tag {
	margin-right: 5px;
}

.list-item-secondary-wrap {
	background-color: #00c6ff;
	padding: 30px;
	text-align: center;
}

.list-item-secondary-wrap:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 2px solid #e9e9e9;
}

.no_job_listings_found {
	list-style: none;
	text-align: center;
	padding: 30px;
	background-color: #fff;
}

/* Custom Filters
=================================== */
.item-filters-array {
	margin: 0;
	padding: 0;
}

.item-filter {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* border-bottom: 1px solid #e9e9e9; */
	line-height: normal;
	background-color: #fff;
}

.item-filter:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.item-filter:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-width: 2px;
}

.item-filter input:not([type="checkbox"]), .item-filter input:not([type="radio"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkbox-filter-label {
	margin: 0;
	padding: 12px;
	display: block;
	cursor: pointer;
	position: relative;
	top: 2px;
	color: #828282;
}

.checkbox-filter-label.ff {
	padding: 12px 0;
}

.checkbox-filter-label::before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #e9e9e9;
	position: absolute;
	right: 12px;
	border-radius: 2px;
	-webkit-transition: background-color .18s ease;
	transition: background-color .18s ease;
}

.checkbox-filter-label.ff::before {
	display:none;
}

.checkbox-filter-label::after {
	font-family: "FontAwesome";
	content: "\f00c";
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
	color: #fff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: opacity .18s ease, -webkit-transform .18s ease;
	transition: opacity .18s ease, -webkit-transform .18s ease;
	transition: opacity .18s ease, transform .18s ease;
	transition: opacity .18s ease, transform .18s ease, -webkit-transform .18s ease;
}

.item-filter-tag {
	margin-left: -12px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	height: 18px;
	padding: 2px 20px 2px 15px;
	min-width: 96px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	-webkit-transition: color .18s ease .075s;
	transition: color .18s ease .075s;
}

.item-filter-tag-bg {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #00c6ff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transform: translateX(calc(-100% + 5px));
	-ms-transform: translateX(calc(-100% + 5px));
	transform: translateX(calc(-100% + 5px));
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
}

.checkbox-filter {
	position: absolute;
	left: -9999px;
}

.checkbox-filter:checked + label::before {
	background-color: #00c6ff;
}

.checkbox-filter:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.checkbox-filter:checked + label .item-filter-tag-badge,
.checkbox-filter:checked + label .item-filter-tag-badge  a{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	color: #fff;
}

.checkbox-filter:checked + label .item-filter-tag-bg {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Tag & Filter Colors
=================================== */
.item-filter-tag-bg.job-type-contract,
.item-badge.job-type-contract {
	background-color: #1cbbb4;
}

.item-filter-tag-bg.job-type-freelance,
.item-badge.job-type-freelance {
	background-color: #ed145b;
}

.item-filter-tag-bg.job-type-full-time,
.item-badge.job-type-full-time {
	background-color: #0072bc;
}

.item-filter-tag-bg.job-type-part-time,
.item-badge.job-type-part-time {
	background-color: #f26c4f;
}

.item-filter-tag-bg.job-type-internship,
.item-badge.job-type-internship {
	background-color: #630460;
}

.item-filter-tag-bg.job-type-temporary,
.item-badge.job-type-temporary {
	background-color: #edc214;
}

.item-filter-tag-bg.job-type-remote,
.item-badge.job-type-remote,
.item-badge.canceled  {
	background-color: #ed848f;
}
.item-badge.notactive  {
	background-color: #a7a7a7;
}
.item-badge.done  {
	background-color: #61c271;
}

/* Entry Styles
=================================== */
.entry {
	margin: 0 0 200px;
}
.entry-art {
	margin: 0 0 40px;
}

.entry:only-of-type, .entry:last-child {
	margin: 0;
}

.entry:first-child img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.search-results .entry {
	margin-bottom: 60px;
}

.search-results .entry:last-child {
	margin-bottom: 0;
}

.entry-thumb {
	display: block;
	margin: -100px -100px 30px;
}

.entry-meta {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	margin-bottom: 10px;
}

.entry-time + .entry-categories::before {
	content: "\2022";
	display: inline-block;
	margin: 0 5px;
	opacity: .4;
}

.entry-title {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}

.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-top: 0px;
}

.entry-content p {
	margin-bottom: 10px;
}

.entry-content iframe,
.entry-content blockquote,
.entry-content .fluid-width-video-wrapper {
	margin: 25px 0;
}

.entry-content .fluid-width-video-wrapper iframe {
	margin: 0;
}

.entry-content .mce-tinymce iframe {
	margin: 0;
}

.btn-read-more {
	margin-top: 20px;
}

.btn-apply-content {
	margin-top: 35px;
}

.search-notice {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.search-notice p:only-child {
	margin-bottom: 0;
}

.search-notice:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Entry Item Styles
=================================== */
.entry-related {
	margin: 50px 0 40px;
}

.entry-related:last-child {
	margin-bottom: 0;
}

.entry-item {
	background-color: #fff;
	font-size: 15px;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 30px;
}

.entry-item p {
	margin-bottom: 0;
}

.entry-item-thumb img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.job_listing .entry-item-thumb {
	text-align: center;
	padding: 25px 10px 0;
}

.job_listing .entry-item-thumb img {
	border-radius: 0;
	position: relative;
	display: inline-block;
	width: auto;
	max-height: 90px;
}

.entry-item-content-wrap {
	padding: 25px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.entry-item-title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -.025em;
	margin: -5px 0 10px;
}

/* Entry Sharing
=================================== */
.entry-share {
	display: inline-block;
	margin-left: 5px;
	color: #484848;
	font-weight: 700;
}

.entry-share:hover {
	color: inherit;
}

.entry-share-facebook {
	color: #3b5998;
}

.entry-share-twitter {
	color: #00acee;
}

.entry-share-google-plus {
	color: #0077b5;
}

.entry-share-linkedin {
	color: #dd4b39;
}

/* Pagination
=================================== */
.navigation {
	text-align: center;
	margin: 40px 0 0;
}

.navigation a,
.navigation span {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	display: inline-block;
	margin: 0 3px;
	padding: 9px 16px;
	font-size: 12px;
	color: #484848;
	background-color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #e9e9e9;
}

.navigation a:hover,
.navigation .current {
	background-color: #00c6ff;
	color: #fff;
}

.navigation .nav-links::after {
	content: "";
	display: table;
	clear: both;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

/* Social Icons
=================================== */
.list-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-social-icons::after {
	content: "";
	display: table;
	clear: both;
}

.list-social-icons li {
	float: left;
	margin: 0 5px 3px 0;
}

.social-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #828282;
	background-color: transparent;
	border: 2px solid #828282;
	border-radius: 50%;
	opacity: .7;
}

.social-icon:hover {
	color: #00c6ff;
	border-color: #00c6ff;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
	padding: 60px 0 55px;
	background-color: #fff;
}

.footer-widgets {
	padding-bottom: 20px;
}

.footer-copy {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	font-weight: 400;
	border-top: 1px solid #e9e9e9;
	padding-top: 17px;
}

.footer-copy p {
	margin-bottom: 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
	margin: 0;
}

#comment-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

#comment-list ol {
	list-style: none;
}

@media (max-width: 767px) {
	#comment-list ol {
		margin: 0;
		padding: 0;
	}
}

#comment-list .comment-body {
	margin-bottom: 20px;
	padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.post-comments {
	margin: 0 0 80px;
}

.post-comments > h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	margin-bottom: 35px;
}

.comment-author {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-author .avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: visible;
	border-radius: 3px;
}

@media (max-width: 543px) {
	.comment-author .avatar {
		display: none;
	}
}

.comment-content {
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
}

.comment-metadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-reply-link {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 10px;
	margin-left: 80px;
	height: auto;
	width: auto;
}

@media (max-width: 767px) {
	.comment-reply-link {
		margin: 0;
	}
}

.bypostauthor > article .fn::before {
	font-family: FontAwesome;
	content: "\f005";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
	font-size: 11px;
}

#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.comment-respond > h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.form-allowed-tags,
.comment-notes {
	font-size: 14px;
	line-height: 1.5;
	opacity: .7;
}

.form-submit {
	margin-bottom: 0;
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
	margin: 0 0 55px;
	font-size: 13px;
	/* Nullify bottom margin for last elements in widgets and sidebars */
}

.footer .widget {
	margin-bottom: 35px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget select {
	width: 100%;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #e9e9e9;
}

.widget-title {
	font-size: 14px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
}

.widget-title label {
	text-transform: none;
	display: block;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	font-weight: inherit;
}

/* WIDGET: #Apply Button Widget
========================================= */
.widget_ci-apply-button-widget:first-child {
	margin-top: -100px;
	margin-bottom: 90px;
}

/* WIDGET: #Company Info Widget
========================================= */
.card-info-media {
	margin-bottom: 20px;
}

.card-info-media::after {
	content: "";
	display: table;
	clear: both;
}

.card-info-thumb {
	float: left;
	width: 66px;
	height: 66px;
	margin-right: 15px;
	border-radius: 3px;
	background-color: #fff;
	padding: 3px;
	border-bottom: 2px solid #e9e9e9;
}

.card-info-thumb img {
	border-radius: 2px;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	display: inline-block;
}

.card-info-title {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 3px;
}

.card-info-link {
	font-size: 12px;
	margin-bottom: 5px;
}

.card-info-socials {
	font-size: 14px;
	margin: 0;
}

.card-info-socials a {
	display: inline-block;
	margin-right: 5px;
}

/* WIDGET: #Company Info Widget
========================================= */
.callout-wrapper {
	padding: 35px 30px;
	background-color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #e9e9e9;
	text-align: center;
}

.callout-wrapper p {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 1.35;
}

.callout-wrapper .text-secondary {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 11px;
}

.callout-thumb {
	margin-bottom: 17px;
}

/* WIDGET: #List Widgets
========================================= */
.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
	margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	line-height: normal;
	display: block;
	position: relative;
}

.widget_categories.time li {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 400;
	color: #828282;
	line-height: normal;
	display: block;
	position: relative;
	margin-bottom: 5px;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a {
	color: #828282;
	display: inline-block;
	margin: 0 3px 6px 0;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_entries li a:hover {
	color: #00c6ff;
}

.widget_recent_comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_recent_comments li {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #e9e9e9;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
	display: block;
	width: 100%;
	padding: 6px 15px;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	font-weight: normal;
	border: 1px solid #e9e9e9;
	background: #fff;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
	position: relative;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar a {
	font-weight: bold;
	font-style: italic;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody td {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 3px;
}

#wp-calendar tbody td:hover {
	background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 25px;
}

.gallery::after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	margin-bottom: 10px;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-1 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 20%;
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-6 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 16.66667%;
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-7 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 14.28571%;
}

@media (max-width: 991px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-8 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 12.5%;
}

@media (max-width: 991px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-9 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 11.11111%;
}

@media (max-width: 991px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 5px;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: calc(100% - 10px);
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.gallery-caption::before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
	margin: 5px 0 20px;
}

p .alignnone {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 7px auto;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 3px 0 0;
	padding: 5px 0 0;
	text-align: left;
}

.sticky {
	/* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
.mm-page {
	position: static;
}

.mm-opened .mm-page {
	position: relative;
}

#mobilemenu {
	display: none;
}

@media (max-width: 991px) {
	#mobilemenu {
		display: block;
	}
}

.mobile-nav-trigger {
	display: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
}

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

.mobile-nav-trigger .fa {
	margin-right: 5px;
}

/* Mobile Triggers
=================================== */
.mobile-triggers {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	display: none;
	z-index: 99;
}

.mobile-triggers::after {
	content: "";
	display: table;
	clear: both;
}

.mobile-trigger {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	font-size: 13px;
	width: 50%;
	float: left;
	padding: 12px 10px;
}

.mobile-trigger:hover {
	color: #00c6ff;
}

.mobile-trigger:hover, .mobile-trigger:focus {
	color: #828282;
}

.mobile-trigger:first-child {
	border-right: 1px solid #e9e9e9;
}

.mobile-trigger .fa {
	margin-right: 7px;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
	margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
	padding-top: 10px;
}

.widget .instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget .instagram-pics::after {
	content: "";
	display: table;
	clear: both;
}

.widget .instagram-pics li {
	border-bottom: 0;
	padding: 0;
	float: left;
	width: 33.33333333333%;
}

.widget .instagram-pics li a {
	display: block;
	color: #484848;
}

/* jQuery Chosen
===================================== */
.chosen-container {
	font-size: 15px;
	max-width: 100%;
	color: #484848;
}

.chosen-container .chosen-single {
	color: #484848;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
	line-height: 24px;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	padding: 6px 12px;
	height: 42px;
	box-shadow: none;
	background-color: #fff;
	background-image: none;
}

.chosen-container .chosen-single div b {
	background: none;
	position: relative;
}

.chosen-container .chosen-single div b::before {
	font-family: FontAwesome;
	content: '\f107';
	position: relative;
	top: 6px;
}

.ci-select .chosen-container .chosen-single div b::before {
	display: none;
}

.chosen-container .chosen-drop {
	border: 2px solid #e9e9e9;
	border-top: none;
	margin-top: -2px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}

.chosen-container .chosen-results li {
	font-size: 15px;
}

.chosen-container .chosen-results li.highlighted {
	background: #00c6ff;
	border-radius: 2px;
}

.chosen-container-single .chosen-search {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	line-height: normal;
}

.chosen-container-single .chosen-search::after {
	font-family: FontAwesome;
	content: '\f002';
	position: absolute;
	right: 20px;
	top: 13px;
	opacity: 0.6;
}

.chosen-container-single .chosen-search input[type="text"] {
	height: 36px;
	border-color: #e9e9e9;
	border-width: 2px;
	border-radius: 3px;
	background: none;
}

.chosen-container-multi .chosen-choices {
	color: #484848;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
	line-height: 30px;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	padding: 3px 6px;
	min-height: 42px;
	box-shadow: none;
	background-color: #fff;
	background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 20px 6px 10px;
	background: #e9e9e9;
	border: 0;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff;
	border: 2px solid #e9e9e9;
}

/* WP Job Manager Plugin
====================================== */
div.job_listings {
	margin-bottom: 0;
}

.entry-content .job_listing_preview_title .button,
.job_listing_preview_title .button {
	padding: 5px 16px;
	font-size: 11px;
	height: auto;
}

.single_job_listing .application .application_button {
	position: relative;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	height: auto;
	background-image: none;
	text-transform: uppercase;
	background-color: #00c6ff;
	border: 2px solid transparent;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	padding: 11px 38px;
	font-size: 13px;
	height: 42px;
}

.single_job_listing .application .application_button:active {
	outline: none;
}

.single_job_listing .application .application_button:hover {
	color: #fff;
	background-color: #00bef5;
	text-decoration: none;
}

.job-listing-meta {
	margin: 0;
	padding: 0;
}

.job-listing-meta li {
	text-transform: uppercase;
	font-size: 11px;
	list-style: none;
}

.company_video {
	margin-top: 20px;
	background-color: #fff;
	padding: 5px;
	border-bottom: 2px solid #e9e9e9;
	border-radius: 3px;
}

.google_map_link::before {
	font-family: FontAwesome;
	content: '\f041';
	margin-right: 5px;
	font-size: .9em;
	opacity: .7;
}

.widget ul.job_listings {
	border-top: 0;
}

.widget ul.job_listings li.job_listing {
	border-bottom-color: #e9e9e9;
	background-color: #fff;
	padding: 10px;
}

.footer .widget ul.job_listings li.job_listing {
	padding-left: 0;
	padding-right: 0;
}

.widget ul.job_listings li.job_listing:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.widget ul.job_listings li.job_listing:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.widget ul.job_listings li.job_listing a {
	padding: 0;
	background: none;
}

.widget ul.job_listings li.job_listing a:hover, .widget ul.job_listings li.job_listing a:focus {
	background: none;
}

.widget:not(.widget_featured_jobs) ul.job_listings li.job_listing.job_position_featured {
	background-color: #fffded;
	padding-left: 10px;
	padding-right: 10px;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
.sidebar-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 80%;
	max-width: 330px;
	padding: 65px 0 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	z-index: 100;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
}

.sidebar-wrap .sidebar {
	max-height: 100%;
	overflow-y: scroll;
	padding: 0 25px 25px;
	margin: 0;
}

.sidebar-wrap-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-wrap-header,
.form-filter-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	background-color: #fff;
	height: 40px;
}

.sidebar-wrap-dismiss,
.form-filter-dismiss {
	display: inline-block;
	font-size: 30px;
	color: #343434;
	line-height: normal;
	position: relative;
	right: 15px;
}

.sidebar-wrap-dismiss:hover,
.form-filter-dismiss:hover {
	color: #343434;
}

@media (min-width: 992px) {
	.sidebar-wrap:not(.sidebar-fixed-default) {
		position: static;
		padding: 0;
		border: 0;
		width: auto;
		max-width: none;
		background-color: transparent;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.sidebar-wrap:not(.sidebar-fixed-default) .sidebar-wrap-header {
		display: none;
	}
	.sidebar-wrap:not(.sidebar-fixed-default) .sidebar {
		padding: 0;
		max-height: none;
		overflow-y: visible;
	}
	.form-filter-header {
		display: none;
	}
}

@media (max-width: 1199px) {
	.content-wrap {
		padding: 1px 30px;
	}
	.entry {
		margin-bottom: 130px;
	}
	.entry-thumb {
		margin-top: -50px;
		margin-right: -50px;
		margin-left: -50px;
	}
	.entry-item {
		background-color: transparent;
		border: 0;
		margin-bottom: 40px;
	}
	.entry-item::after {
		content: "";
		display: table;
		clear: both;
	}
	.entry-item-thumb {
		float: left;
		width: 200px;
		margin-right: 20px;
	}
	.entry-item-thumb img {
		border-radius: 3px;
	}
	.job_listing .entry-item-thumb {
		padding: 0;
	}
	.entry-item-content-wrap {
		padding: 0;
		overflow: hidden;
		font-size: 13px;
	}
	#job-manager-alerts {
		overflow-x: scroll;
	}
	#job-manager-alerts .job-manager-alerts {
		font-size: 14px;
	}
	#job-manager-alerts .job-manager-alerts .job-alert-actions {
		margin-top: 10px;
		padding: 2px 10px;
		background-color: rgba(233, 233, 233, 0.35);
		visibility: visible;
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.main {
		padding: 20px 0;
	}
	.navigation-main {
		display: none;
	}	
	.site-logo  p{
		display:none
	}
	.mobile-nav-trigger {
		display: inline-block;
	}
	.mobile-triggers {
		display: block;
	}
	.form-filter {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 80%;
		padding-top: 60px;
		max-width: 300px;
		background-color: #f6f6f6;
		color: #484848;
		z-index: 200;
		border-right: 1px solid #e9e9e9;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .25s ease;
		transition: -webkit-transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
	}
	.form-filter input,
	.form-filter .ci-select {
		margin-bottom: 25px;
	}
	.form-filter select {
		background-color: #fff;
	}
	.form-filter-visible {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.page-hero {
		height: 300px;
	}
	.page-hero-lg {
		height: 380px;
	}
	.page-hero-content {
		margin: 0;
	}
	.page-hero-lg .page-hero-content {
		margin-top: 35px;
	}
	.page-title {
		font-size: 28px;
	}
	.section-title-compliment .sidebar-wrap-trigger {
		display: none;
	}
	.sidebar {
		margin-top: 50px;
	}
	.sidebar .widget_ci-apply-button-widget {
		display: none;
	}
	.main-elevated .sidebar {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {

.entry {
	padding-left: 10px;
	padding-right: 10px;
}
	.mobile-nav-trigger{
		margin-top: 30px;
	}
	.site-logo {
		max-width: 180px;
	}
	.site-logo  p{
		display:none
	}	
	.content-wrap-footer .text-right {
		text-align: left;
		margin-top: 10px;
	}
	.entry-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.entry-related {
		margin: 30px 0 10px;
	}
	.comment-author .avatar {
		display: none;
	}
	.footer {
		padding-bottom: 30px;
	}
	#job-manager-job-dashboard {
		overflow-x: scroll;
	}
	#job-manager-job-dashboard .job-manager-jobs {
		font-size: 14px;
	}
	#job-manager-job-dashboard .job-manager-jobs .job_title {
		min-width: 250px;
	}
	#job-manager-job-dashboard .job-manager-jobs .filled {
		width: 40px;
	}
	#job-manager-job-dashboard .job-manager-jobs .date,
	#job-manager-job-dashboard .job-manager-jobs .expires {
		min-width: 120px;
	}
	#job-manager-job-dashboard .job-manager-jobs .job-dashboard-actions {
		margin-top: 10px;
		padding: 2px 10px;
		background-color: rgba(233, 233, 233, 0.35);
		visibility: visible;
		font-size: 12px;
	}
	.job-manager-form fieldset {
		margin-bottom: 5px;
	}
	.job-manager-form fieldset label {
		float: none;
		width: 100%;
		display: block;
	}
	.job-manager-form fieldset div.field {
		float: none;
		width: 100%;
		display: block;
	}
}

@media (max-width: 543px) {

	.header {
		padding: 15px 0;
	}
	.site-logo  p{
		display:none
	}
	.page-hero {
		height: 230px;
	}
	.page-hero .page-hero-content {
		margin-top: 25px;
	}
	.page-hero .page-title {
		font-size: 22px;
	}
	.page-hero-lg {
		height: 300px;
	}
	.page-hero-lg .page-hero-content {
		margin-top: 40px;
	}
	.page-hero-lg .page-title {
		font-size: 22px;
	}
	.page-hero-lg .page-title br {
		display: none;
	}
	.main {
		padding: 70px 0;
	}
	.content-wrap {
		padding: 15px;
	}
	.entry {
		margin-bottom: 60px;
	}
	.entry-content {
		margin-top: -40px;
	}
	.entry-title {
		font-size: 20px;
	}
	.entry-thumb {
		margin-top: -15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.entry-related {
		margin: 25px 0;
	}
	.entry-item-thumb {
		float: none;
		margin-bottom: 20px;
	}
	.job_listing .entry-item-thumb {
		text-align: left;
	}
	.post-comments {
		margin-bottom: 40px;
	}
	.navigation a,
	.navigation span {
		padding: 5px 9px;
	}
	/* List Items */
	.list-item {
		padding: 23px 15px 27px;
	}
	.list-item-main-info {
		margin-right: 10px;
	}
	.list-item-title {
		font-size: 18px;
	}
	.list-item-secondary-info {
		max-width: 30%;
	}
	.list-item-location {
		font-size: 13px;
	}
	.list-item-callout {
		display: block;
		text-align: center;
	}
	.list-item-callout .list-item-secondary-info {
		max-width: none;
		text-align: center;
		margin-top: 15px;
	}
	/* Footer */
	.footer {
		padding: 40px 0 50px;
	}
	.footer-copy {
		text-align: center;
	}
	.footer-copy .text-right {
		text-align: center;
		margin-top: 5px;
	}
}


/* Добавки */

.stepNo {
    display: inline-block;
    float: left;
    font-size: 28px;
    height: 95px;
    line-height: 88px;
    text-align: center;
    width: 95px;
}

.stepNo2 {
    display: inline-block;
    float: left;
    font-size: 28px;
    height: 65px;
	width: 65px;
    line-height: 40px;    
}

.singleStep {
    overflow: hidden;
}

.stepContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
}

.sectionSpace {
    display: block;
    height: 35px;
    width: 100%
}

.sectionSpaceTwo {
    display: block;
    height: 15px;
    width: 100%
}

.btn-link {
    padding: 15px;  	
}

.sectionBar {
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.white-bgr {
   	background: #fff;
}

.ctaImgTool img {
    padding: 0 0 20px;
    opacity: .6
}

.ctaImgTool img:hover {
    opacity: .9
}

  /* СЛАЙДЕР!!!!!!!!!!!!!!!!!!!!! */
  
  
  
  
  
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 0 auto;
    padding: 20px 50px 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    display: block;
  }
}


.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-size: 1.15em;
  margin-bottom: 1em;
  padding: 0 25px 0 5px;
}
.cd-author {
  height: 32px;
}


.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 20px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: -15px;
  list-style-type: none;
}
.flex-direction-nav li:last-child {
  right: -25px;
  list-style-type: none;
}

.flex-direction-nav li a {
  display: block;
  height: 70%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {  
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #00c6ff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color:  #00c6ff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #00c6ff;
  }
}

   

#accordion-alt3 .panel-heading h4 a i {font-size: 17px;line-height: 18px;width: 18px;height: 18px;margin-right: 8px;color: #A0A0A0;text-align: center;border-radius: 50%;margin-left: 6px;font-weight: bold;}  

.g-recaptcha {
	display: inline-block;
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.g-re {
   margin: -20px 0px;
}  

.mg50 {
   margin: 0 0 0 50px;
} 

.file-upload input[type="file"] {
    display: none
}

.file-upload {
    display: inline-block;
    width: 250px;
    height: 34px;
    background: transparent;
    border: solid 1px;
	border-radius: 5px;
    border-color: #636363;
    color: #a0a0a0;
    text-align: center
}

.file-upload label {
    cursor: pointer
}

.file-upload span {
    line-height: 34px
}

.upper {
    margin-top: -20px
}

.up-case {
	text-transform:uppercase; 
}

.fif {
    width: 50%;
    height: 50%;
}

.no-margin {
	margin: 5px 0;
}

.arr-d {
	width: 70px;
    height: 70px;
}
.nnn {
    display:none	
}

 #pricebox{
    width:210px;
    height:75px;
	right:-210px;
    padding:10px;
    background-color:rgba(0, 198, 255, 0.5);
    border-top:3px solid #00c6ff;
    position:fixed;
	z-index:99999;
    bottom:200px;
}
#pricebox h5,
#pricebox span {
	font-size:12px;
	color: #171717;
	margin: 3px 0;
	font-weight:600;
}

input.form-control.smally {
	display: inline-block;
    width:70px;
} 

input[type='number'] {
    -moz-appearance: textfield;
}

.capit {
	text-transform:uppercase;
}

.payment-methods {
    margin: 20px 0 0;
}
.payment-methods img {
    margin: 5px;
    height: 24px;
}










.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}







.img-iPhone {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: auto;
}
.img-iPhone.margin-top {
	top: -40px;
}
@media screen and (max-width: 800px) {
	.img-iPhone.margin-top {
		top: 0;
	}
}

@media screen and (max-width: 800px) {
	.img-iPhone.margin-screen-800 {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px) {
	.img-iPhone {
		width: 250px;
		height: auto;
	}
}
@media screen and (max-width: 320px) {
	.img-iPhone {
		width: 220px;
		height: auto;
	}
}

.lang-switch {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	margin-right: auto;
	margin-top: 5px;
	white-space: nowrap;
}

.lang-switch a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #4a4a4a;
	text-transform: uppercase;
}

.lang-switch a.is-active,
.lang-switch a:hover {
	background: #00c6ff;
	color: #fff;
}

.app-hero-content { max-width: 760px; }
.app-hero-lead { max-width: 620px; font-size: 17px; color: rgba(255,255,255,.88); margin: 18px 0 0; }
.app-content-wrap { background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%); }
.app-entry { padding: 30px 28px 40px; }
.app-intro-row { margin-bottom: 30px; }
.app-copy-card, .app-stat-card { background: #fff; border-radius: 26px; padding: 28px; box-shadow: 0 20px 60px rgba(24, 41, 76, .08); }
.app-copy-card h2, .app-stat-card h3, .app-showcase-copy h3 { font-size: 24px; margin-bottom: 16px; }
.app-feature-list { list-style: none; padding-left: 0; margin: 0 0 18px; }
.app-feature-list li { position: relative; padding-left: 24px; margin-bottom: 10px; }
.app-feature-list li:before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 50%; background: #00c6ff; box-shadow: 0 0 0 6px rgba(0,198,255,.14); }
.app-feature-list.compact li { margin-bottom: 8px; }
.app-store-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 24px; }
.store-link img { display: block; width: 182px; max-width: 100%; }
.store-link-disabled { opacity: .78; filter: grayscale(12%); cursor: default; }
.app-hero-phone { max-width: 320px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.14)); }
.app-stats-row { margin-bottom: 16px; }
.app-stats-top-row {
	display: flex;
	flex-wrap: wrap;
}
.app-stats-top-row > [class^="col-"] {
	display: flex;
}
.app-stats-bottom-row {
	margin-bottom: 12px;
}
.app-stat-card { height: 100%; margin-bottom: 26px; }
.app-stat-card.accent { background: linear-gradient(180deg, #21243d 0%, #2f4268 100%); color: #fff; }
.app-stat-card.accent p, .app-stat-card.accent a, .app-stat-card.accent h3 { color: #fff; }
.app-source { margin-top: 18px; opacity: .92; }
.app-showcase-row { display: flex; align-items: center; margin: 10px 0 24px; padding: 26px 0; border-top: 1px solid rgba(0,0,0,.06); }
.app-showcase-row.reverse { flex-direction: row-reverse; }
.app-showcase-copy { padding-top: 10px; }
@media (max-width: 991px) {
	.mast-head {
		display: grid;
		grid-template-columns: minmax(180px, auto) auto 1fr auto;
		align-items: start;
		column-gap: 14px;
		row-gap: 0;
	}
	.site-logo {
		flex: none;
		max-width: 260px;
	}
	.nav {
		width: auto;
		margin-left: 0;
		margin-top: 4px;
		margin-left: 20px;
		justify-self: end;
	}
	.lang-switch {
		display: inline-flex;
		align-self: start;
		padding: 4px 8px;
		gap: 4px;
		font-size: 10px;
		margin: 4px 0 0;
		margin-right: 0;
	}
	.lang-switch a {
		padding: 4px 8px;
		font-size: 9px;
		letter-spacing: .05em;
	}
	.mobile-nav-trigger {
		margin-top: 0;
		padding: 3px 0;
		font-size: 15px;
		white-space: nowrap;
	}
	.app-entry { padding: 18px 10px 26px; }
	.app-showcase-row, .app-showcase-row.reverse { display: block; }
	.app-showcase-copy { padding-top: 24px; }
	.app-stats-top-row {
		display: block;
	}
}
@media (max-width: 767px) {
	.mast-head {
		grid-template-columns: minmax(120px, 1fr) auto auto;
		column-gap: 10px;
	}
	.site-logo {
		max-width: 180px;
	}
	.nav {
		margin-top: 3px;
		margin-left: 20px;
	}
	.lang-switch {
		display: inline-flex;
		padding: 3px 6px;
		gap: 3px;
		margin-top: 3px;
	}
	.lang-switch a {
		padding: 3px 7px;
		font-size: 8px;
		letter-spacing: .04em;
	}
	.mobile-nav-trigger {
		margin-top: 0;
		padding: 2px 0;
		font-size: 14px;
		white-space: nowrap;
	}
	.app-copy-card, .app-stat-card { padding: 22px 18px; border-radius: 20px; }
	.app-hero-lead { font-size: 15px; }
	.store-link img { width: 170px; }
}
@media (max-width: 543px) {
	.mast-head {
		grid-template-columns: minmax(0, 1fr) auto auto;
		column-gap: 8px;
		row-gap: 0;
		align-items: start;
	}
	.site-logo {
		max-width: 145px;
	}
	.lang-switch {
		justify-self: start;
		padding: 2px 4px;
		gap: 2px;
		margin-top: 2px;
	}
	.lang-switch a {
		padding: 3px 5px;
		font-size: 7px;
	}
	.nav {
		justify-self: end;
		margin-top: 2px;
		margin-left: 20px;
	}
	.mobile-nav-trigger {
		font-size: 0;
		padding: 2px 0;
		line-height: 1;
	}
	.mobile-nav-trigger .fa {
		margin-right: 0;
		font-size: 14px;
	}
}
