
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-updown-arrow:before {
    content: "\ea00";
}
.icon-info-outline:before {
    content: "\e9ff";
}
.icon-folder-outline:before {
    content: "\e9fe";
}
.icon-bars-outline:before {
    content: "\e9fc";
}
.icon-upload-outline:before {
    content: "\e9fd";
}
.icon-edit:before {
    content: "\e9fb";
}
.icon-earth-outline:before {
    content: "\e9f9";
}
.icon-view-outline:before {
    content: "\e92d";
}
.icon-sitemap-outline:before {
    content: "\e9f8";
}
.icon-grid-outline:before {
    content: "\e921";
}
.icon-play-outline:before {
    content: "\e93b";
}
.icon-key-outline:before {
    content: "\e93c";
}
.icon-user2:before {
    content: "\e9fa";
}
.icon-help-outline:before {
    content: "\e93d";
}
.icon-lock-outline:before {
    content: "\e93e";
}
.icon-lock-expanded:before {
    content: "\e93f";
}
.icon-lock-minimized:before {
    content: "\e940";
}
.icon-unlocked-outline:before {
    content: "\e941";
}
.icon-safety1:before {
    content: "\e942";
}
.icon-firm:before {
    content: "\e943";
}
.icon-users1:before {
    content: "\e944";
}
.icon-power-cord:before {
    content: "\e945";
}
.icon-tasklist:before {
    content: "\e946";
}
.icon-pdf:before {
    content: "\e947";
}
.icon-ppt:before {
    content: "\e948";
}
.icon-goal:before {
    content: "\e949";
}
.icon-xls:before {
    content: "\e94a";
}
.icon-safety:before {
    content: "\e909";
}
.icon-kaizen:before {
    content: "\e92f";
}
.icon-d8:before {
    content: "\e930";
}
.icon-lsw:before {
    content: "\e931";
}
.icon-metric:before {
    content: "\e932";
}
.icon-rps:before {
    content: "\e933";
}
.icon-strategy:before {
    content: "\e92c";
}
.icon-quality:before {
    content: "\e934";
}
.icon-check-circle-outline:before {
    content: "\e935";
}
.icon-paper:before {
    content: "\e936";
}
.icon-andon:before {
    content: "\e937";
}
.icon-skillmatrix:before {
    content: "\e938";
}
.icon-checklist:before {
    content: "\e939";
}
.icon-report:before {
    content: "\e93a";
}
.icon-replay:before {
    content: "\e907";
}
.icon-arrow-down:before {
    content: "\e908";
}
.icon-earth:before {
    content: "\e90a";
}
.icon-powercord:before {
    content: "\e90b";
}
.icon-gauge:before {
    content: "\e90c";
}
.icon-address-book:before {
    content: "\e90d";
}
.icon-books:before {
    content: "\e90e";
}
.icon-signup:before {
    content: "\e90f";
}
.icon-shield:before {
    content: "\e910";
}
.icon-search:before {
    content: "\e911";
}
.icon-office:before {
    content: "\e912";
}
.icon-newspaper:before {
    content: "\e913";
}
.icon-support:before {
    content: "\e914";
}
.icon-phone:before {
    content: "\e915";
}
.icon-users:before {
    content: "\e916";
}
.icon-rocket:before {
    content: "\e917";
}
.icon-play:before {
    content: "\e918";
}
.icon-stats:before {
    content: "\e919";
}
.icon-warning:before {
    content: "\e91a";
}
.icon-users2:before {
    content: "\e91b";
}
.icon-numbered-list:before {
    content: "\e91c";
}
.icon-aid:before {
    content: "\e91d";
}
.icon-hammer:before {
    content: "\e91e";
}
.icon-share:before {
    content: "\e91f";
}
.icon-bullhorn:before {
    content: "\e920";
}
.icon-clipboard:before {
    content: "\e922";
}
.icon-accessibility:before {
    content: "\e923";
}
.icon-reorder:before {
    content: "\e924";
}
.icon-Trash_Can_23:before {
    content: "\e925";
}
.icon-twitter:before {
    content: "\e926";
}
.icon-facebook:before {
    content: "\e927";
}
.icon-mail:before {
    content: "\e928";
}
.icon-youtube:before {
    content: "\e92e";
}
.icon-star-full:before {
    content: "\e900";
}
.icon-star-empty:before {
    content: "\e901";
}
.icon-bubble:before {
    content: "\e902";
}
.icon-tag:before {
    content: "\e903";
}
.icon-check:before {
    content: "\e904";
}
.icon-close:before {
    content: "\e905";
}
.icon-cancel:before {
    content: "\e906";
}
.icon-heart-outlined:before {
    content: "\e929";
}
.icon-heart:before {
    content: "\e92a";
}
.icon-linkedin:before {
    content: "\e92b";
}


body { -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from { padding: 0; }
  to { padding: 0; }
}

* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 21px;
	/*color: #383838;*/
	color: #000;
	background: #FFF;
	font-family: 'Museo Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	line-height: 1.4;
	letter-spacing: -0.02em;
	width: 100%;
}

.container-inner {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.container-inner.padding {
	padding: 60px 0;
}

.container.fullwidth {
	width: 100%;
	padding: 0;
}

.container.gray {
	background: #fbf7f0;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration-color: #11BD78;
}

a.anchor {
	position: relative;
	top: -60px;
}

a img {
    border: none;
    display: block;
}

strong {
	font-weight: bold;
}

h1, h2, h3, .h1 {
    font-size: 42px;
    line-height: 120%;
    margin: 30px 0 16px 0;
	font-family: 'Museo Sans 900', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0;
	letter-spacing: -0.03em;
}

h1, .h1 {
	margin: 0 0 30px 0;
	font-size: 64px;
	font-weight: bold;
	line-height: 1.05;
}

h3 {
    font-size: 21px;
}

h1 a, h2 a, h3 a {
	text-decoration-thickness: 10%;
}

fieldset {
    border: none;
}

article {
    position: relative;
	padding: 50px 0 92px 0;
	min-height: 300px;
}

hr {
    clear: both;
    border: none;
    display: block;
    height: 1px;
	background: #D6D6D6;
    width: 100%;
	margin: 68px 0 52px 0;
}

*.clearfix::after {
	content: '';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	float: none;
}

section.content {
	padding-top: 100px;
	width: 100%;
}

.box {
    position: relative;
    display: block;
	transition: box-shadow 0.2s;
}

.box.clickable:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.box-link {
    position: absolute;
    right: 3px;
    top: 16px;
    font-size: 12px;
	text-transform: uppercase;
}

.box-link .icon {
    background-position: -100px -140px;
    width: 7px;
    height: 12px;
    margin-left: 10px;
}

.box.white {
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.box.uvod {
	padding: 90px 0 50px 0;
}

.box.uvod h1 {
	margin: 0 0 30px 0;
}

.box.uvod p {
	text-align: center;
}

p.claim,
.article-header div.claim {
	text-align: center;
	font-size: 21px;
}

.box.uvod p.join {
	margin: 60px 0 25px 0;
	text-align: center;
}

.ratings {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.rating {
	flex-grow: 0;
	margin: 0 15px;
	text-align: center;
	font-size: 16px;
}

.rating .stars {
	color: #ffe000;
}

.article-wrapper .ratings {
	margin-bottom: -15px;
}

.flash{
	text-align: center;
    display: block;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.flash .container {
	color: #FFF;
	width: auto;
    padding: 10px 30px;
	text-align: center;
	position: relative;
}

.flash a {
	color: #FFF;
	font-size: 36px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 36px;
	text-align: center;
	text-decoration: none;
}

.success{
    background: #11BD78;
}

.error {
    background: #D63921;
}

.info{
    background: #3dbeff;
}

/*a[href^="error:"] {
	background: red;
	color: white;
}*/

.clear, .clrb {
    clear: both;
    width: 0;
    height: 0;
    display: block;
}

header.claim {
	font-size: 17px;
	background: #1c1c1c;
	color: white;
	line-height: 42px;
	height: 42px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	padding: 0 20px;
	letter-spacing: 0;
	overflow: hidden;
}

header.claim p {
	text-align: center;
}

header.pageheader {
	background: rgba(255, 255, 255, 0.9);
	height: 80px;
	position: fixed;
	top: 42px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	padding: 0 30px;
}

header span.clear {
	clear: none;
}

header #logo {
	display: block;
	width: 167px;
	height: 28px;
	background: transparent url(/img/logo/tg-logo-black.png) 0 0 no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent), url(/img/logo/tg-logo-black.svg);
	background-image: -moz-linear-gradient(transparent, transparent), url(/img/logo/tg-logo-black.svg);
	background-image: linear-gradient(transparent, transparent), url(/img/logo/tg-logo-black.svg);
	background-size: 100% 100%;
	text-indent: -9999px;
	float: left;
	margin: 24px 0 0 0px;
}

header a.try-buy {
	float: right;
	display: block;
	margin: 18px 0 0 6px;
	padding: 0 15px;
	font-size: 19px;
}

header a.try-buy span.me {
	display: none;
}

.slide-checkbox,
.slide-checkbox ~ label {
	display: none;
}

.top-menu {
	display: block;
	float: right;
}

.menu-top {
	display: block;
}

.menu-top li {
	display: block;
	float: left;
	list-style: none;
	padding: 24px 0;
	margin: 0 3px 0 0;
}
.menu-top li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0 10px;
	line-height: 32px;
	font-weight: bold;
	font-size: 19px;
}

.menu-top li a:hover,
.menu-top li a.active {
	border-bottom: solid 2px #3ce600;
}

.button,
a.button,
input[type="button"],
input[type="submit"] {
	border-radius: 4px;
	/*background: #ffe000;*/
	background: #3ce600;
	color: #FFF;
	border-width: 0;
	padding: 0 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	line-height: 2.3em;
	font-size: 1.3em;
	transition: all 0.1s;
	top: 0;
	letter-spacing: -0.02em;
}

.button.semitransp,
a.button.semitransp,
input[type="button"].semitransp,
input[type="submit"].semitransp {
	background: rgba(0, 0, 0, 0.2);
}

.button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	top: -2px;
}

.button.semitransp:hover,
a.button.semitransp:hover,
input[type="button"].semitransp:hover,
input[type="submit"].semitransp:hover {
	border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}

.button.button-icon,
a.button.button-icon,
input[type="button"].button-icon,
input[type="submit"].button-icon {
	padding-left: 20px;
}

input:not([type="button"]):not([type="submit"]) {
	border: solid 1px transparent;
}

input:not([type="button"]):not([type="submit"]):focus {
	outline: none;
	border: solid 1px #11BD78;
}

.button.try-button {
	padding: 0 60px;
	margin-top: 1.5em;
}

footer {
    font-size: 19px;
}

footer .container-inner {
	padding: 60px 0 60px 0;
}

footer h3 {
    text-align: left;
}

.columns-3 {
	display: flex;
	justify-content: space-around;
}

.columns-3>div {
	width: 30%;
}

.columns-3 h3 {
	display: inline-block;
	padding: 0;
	margin: 0 0 21px 0;
}

.columns-3 h3 a {
	display: block;
	padding: 0 0 8px 0;
}

.columns-3.support {
	margin-top: 30px;
	margin-bottom: 60px;
}

.support-box {
	margin-bottom: 50px;
}

.support-box h3 {
	margin: 21px 0;
	padding: 0 0 8px 0;
}

.columns-centered {
	display: flex;
	justify-content: space-evenly;
}

.columns-centered > div {
	flex-grow: 0;
	flex-shrink: 0;
	width: 370px;
}

.columns-centered > div.last {
	width: 170px;
}


h3.blue, h3.green, h3.orange, h3.yellow {
	padding: 0 0 8px 0;
	display: inline-block;
	border-bottom: solid 2px #FFC004;
}

h3.blue {
	border-color: #0077b5;
}

h3.orange {
	border-color: #FE612C;
}

h3.yellow {
	border-color: #FFC004;
}

h3.green {
	border-color: #11BD78;
}

.preview-box p {
	margin: 0 0 15px 0;
}

a.socnet {
	font-family: 'icomoon';
	font-size: 18px;
	line-height: 34px;
	background-color: #1c1c1c;
	color: #FFF;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin: 12px 6px 0 0;
    position: relative;
    top: 0;
    transition: all 0.1s;
}

a.socnet:hover {
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    top: -2px;
}

a.socnet.icon-linkedin {
	line-height: 32px;
}

.credits {
	background: #BBB;
	color: #FFF;
	height: 68px;
	padding-top: 32px;
    font-size: 17px;
}

.copyright {
	margin-top: 20px;
	font-size: 17px;
}

.bottom-menu {
	display: block;
	float: right;
	list-style: none;
}

.bottom-menu li {
	display: inline;
	padding-left: 30px;
}

.bottom-menu li a {
	text-decoration: none;
}

.bottom-menu li a:hover,
.bottom-menu li a.active {
	text-decoration: underline;
}

.cnt-2, .cnt-3 {
	display: none;
}

nav.search {
	display: none;
}

.fonticon {
	margin: 50px auto 40px auto;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #D6D6D6;
	font-family: 'icomoon';
	font-size: 56px;
	line-height: 100px;
	text-align: center;
	transition: background-color 0.2s ease-out;
}

.fonticon.green {
	background-color: #6ec940;
	color: #FFF;
}

.fonticon.orange {
	background-color: #eb230f;
	color: #FFF;
}

.fonticon.yellow {
	background-color: #f5c80f;
	color: #FFF;
}

.fonticon.blue {
	background-color: #3ccdfa;
	color: #FFF;
}

.fonticon.purple {
	background-color: #aa57fc;
	color: #FFF;
}

.columns-2>div {
	width: 450px;
	float: left;
	margin: 0 30px 0  0;
}

.columns-2 img {
	width: 100px;
	height: 100px;
	border-radius: 3px;
	float: left;
	margin: 0 20px 10px 0;
	display: block;
}

.columns-2.persons {
	margin-bottom: -20px;
}

.columns-2:after {
	content: '';
	display: block;
	clear: both;
	float: none;
	width: 0;
	height: 0;
	overflow: hidden;
}

.person-box {
	min-height: 100px;
	text-align: left;
}

.person-box p {
	font-style: italic;
	max-width: 380px;
	padding-left: 140px;
	color: #666;
}

.person-box p.position {
	font-style: normal;
	color: black;
	margin-bottom: 4px;
}

.person-box img {
	border-radius: 60px;
	width: 120px;
	height: 120px;
}

.columns-2>div.last {
	margin-right: 0;
}

.columns-2.opinions {
	margin: 20px 0 0 0;
}

.testimonials-h2 {
	max-width: 600px;
	margin: 30px auto;
}

.testimonials {
	text-align: center;
 }

.testimonials.owners {
	margin-top: 60px;
	margin-bottom: 80px;
}

.opinion-box {
	max-width: 700px;
	text-align: left;
	margin: 0 auto 50px auto;
	padding: 0 0 0 140px;
	position: relative;
}

.opinion-box:nth-of-type(2) {
    margin-bottom: 0;
}

.opinion-box .sprite-img,
.opinion-box img {
	width: 120px;
	height: 120px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.opinion-box p {
	font-style: italic;
	margin-bottom: 12px;
}

.opinion-box p strong {
	font-style: normal;
	font-family: 'Museo Sans 900';
}

.opinion-box h3 {
	text-align: left;
	margin-bottom: 0;
}

.columns-2.opinions > .video-testimonial iframe {
	width: 450px;
	height: 253px;
}

.opinion-box.video {
	text-align: center;
	padding: 0;
	margin: 60px auto 0 auto;
}

.opinion-box.video div {
	flex-grow: 1;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0;
}

.opinion-box.video div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.person-box h3 {
	margin: 4px 0 5px 0;
	padding: 0;
	border: none;
}

.clients {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-left: -50px;
	margin-right: -50px;
}

.clients.homepage {
	margin-bottom: 0;
	margin-top: 0;
}

.clients img {
	max-height: 40px;
	max-width: 140px;
	display: block;
}

.clients span.resideo {
	position: relative;
	top: -3px;
	transform: scale(0.9);
}

.clients span.grace {
	transform: scale(0.9);
}

.clients span.honeywell {
	position: relative;
	top: 2px;
}

.clients.certificates {
	justify-content: center;
}

.clients.certificates span {
	margin: 0 20px;
}

.clients.certificates span img {
	max-width: 85px;
	max-height: 85px;
}

h2.companies {
	margin: 30px auto 45px auto;
	max-width: 600px;
}

h1.section-heading {
	margin: 0 0 40px 0;
}

h1.section-heading.regular {
	font-weight: normal;
}

h1.section-heading.regular strong {
	font-weight: bold;
	white-space: nowrap;
}

div.section-heading {
	width: 830px;
	margin: 0 auto;
	text-align: center;
}

.columns-3>div {
	margin: 0 0 46px 0;
}

.columns-3>div:nth-of-type(3n) {
	margin-right: 0;
}

.columns-3.stats {
	margin-top: 20px;
	margin-bottom: 90px;
	justify-content: center;
}

.columns-3>div.stats-box {
	color: #0077b5;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	margin: 0 20px 0 20px;
	white-space: nowrap;
}

.stats-box [class*=icon-] {
	position: relative;
	top: 8px;
	font-size: 40px;
	display: inline-block;
	margin-right: 10px;
}

.img-wrapper {
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #D6D6D6;
	padding: 0;
	overflow: hidden;
}

.img-wrapper img {
	display: block;
	background: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 100%;
}

.support-box .img-wrapper {
	border-radius: 3px;
	padding: 0;
	border: none;
}

.bullets {
	position: absolute;
	right: 20px;
	top: 17px;
	text-align: right;
}

.bullets span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #EFEFEF;
	border-radius: 8px;
	margin-left: 8px;
}

.play {
	text-decoration: none;
	font-size: 21px;
}

.play .fonticon {
	background-color: #0077b5;
	color: #FFF;
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 45px auto 30px auto;
}

.play:hover {
	color: #11BD78;
	text-decoration: none;
}

.play:hover .fonticon {
	background-color: #11BD78;
}

#video-wrapper {
	width: 100%;
}

.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	margin-bottom: 30px;
}
.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.textcontent {
	text-align: left;
	width: 700px;
	margin: 0 auto;
}

.textcontent p {
	margin: 0 0 26px 0;
}

.textcontent.support {
	margin-top: 30px;
	margin-bottom: -10px;
}

ul.family {
	list-style: none;
	margin: 0 0 -32px 0;
}

ul.family li {
	display: block;
	margin: 0 0 26px 0;
}

ul.family a {
	font-weight: bold;
	border-bottom: solid 2px #D6D6D6;
	text-decoration: none;
	color: #0086AC;
	padding-bottom: 4px;
}

ul.family a:hover {
	border-color: #11BD78;
	color: #11BD78;
}

.pricing>div {
	width: 280px;
	min-height: 754px;
	float: left;
	background: #FFF;
	border-radius: 4px;
	text-align: center;
	margin: 15px 20px 0 0;
	padding-bottom: 20px;
}

.pricing>div.last {
	margin-right: 0;
}

.pricing>div.large {
	padding: 15px 0 47px 0;
	width: 330px;
	margin-top: 0;
}

.pricing h2 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.content-left .pricing .fonticon {
	margin: 30px auto 15px auto;
}

.pricing .fonticon.small {
	font-size: 24px;
}

.pricing .fonticon.medium {
	font-size: 34px;
}

.pricing hr {
	margin: 15px 30px 20px 30px;
	width: auto;
}

.pricing hr.hr-bottom {
	margin: 20px 30px 20px 30px;
}

.pricing p {
	margin: 20px 0;
}

.pricing p.btn {
	margin-top: 20px;
	margin-bottom: 40px;
}

.pricing p.btn .button {
	font-size: 21px;
}

.pricing p.subtitle {
	font-size: 19px;
	margin: 10px 30px;
	height: 75px;
}

.pricing p.price {
	font-size: 19px;
	margin: 30px 0 0 0;
}

.pricing p.price-label {
	font-size: 13px;
	margin: 0 0 10px 0;
}

.pricing div.one-price p.price-label {
    margin-bottom: 42px;
    margin-top: 6px;
}

.pricing p.pricing-base {
	font-size: 19px;
	margin: 0;
	font-weight: bold;
}

.pricing p.pricing-features {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.pricing h3 {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: center;
}

.pricing .button {
	padding: 10px 0;
	width: 150px;
	display: block;
	margin: 0 auto;
}

.cta {
	margin: 60px auto 0 auto;
	max-width: 770px;
	text-align: center;
}

.cta .button {
	margin-top: 50px;
}


.button.blue {
	width: 250px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #0077b5;
	border-color: #006684;
	font-size: 17px;
}

.button.bigger {
	padding: 10px 25px;
	text-align: center;
	height: 25px;
}

p.bigger-submit {
	padding-top: 28px;
}

p.bigger-submit .button {
	width: auto;
	text-align: center;
}

p.bigger-submit .button:hover {
	margin-bottom: 0px;
}

.tagline {
	padding: 30px 30px 30px 70px;
	background: #FFF;
	width: 100%;
	max-width: 930px;
	box-sizing: border-box;
	margin: 0 auto;
}

.tagline.switched {
	padding: 30px 80px 40px 50px;
}

.tagline .button {
	width: 150px;
	padding: 10px 0;
	float: left;
	text-align: center;
	margin-right: 22px;
}

.tagline.switched .button {
	float: right;
	margin-left: 22px;
	margin-right: 0;
}

.tagline p {
	padding-left: 180px;
	max-width: 680px;
}

.tagline.switched p {
	text-align: right;
	padding-left: 0;
	padding-right: 180px;
}

.tagline.fullwidth {
	padding-left: 50px;
}

.tagline.fullwidth p {
	padding-left: 0;
	width: auto;
	max-width: 9999px;
}

.contact {
	text-align: center;
}

.contact-left,
.contact-form-wrapper {
	max-width: 450px;
	text-align: left;
	margin: 0 auto 50px auto;
}

.contact-left .textcontent {
	width: auto;
	max-width: 450px;
	display: block;
}

.contact-form h3 {
	margin: 0 0 30px 0;
}

label {
	color: #BBBBBB;
	font-size: 16px;
}

.contact-form p.input {
	margin: 2px 0 14px 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="date"],
.contact-form input[type="password"],
.contact-form textarea {
	min-width: 100%;
	max-width: 100%;
	padding: 6px 10px;
	border: solid 1px #D6D6D6;
	border-radius: 3px;
	font-size: 15px;
	font-family: 'ProximaNova-Regular', sans-serif;
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.contact-form input[name="contactForm_captcha"],
.contact-form input[name="trialForm_captcha"] {
	width: 60px;
	min-width: 0;
	display: inline-block;
}

.contact-form .captcha span {
	margin-left: 20px;
	display: inline-block;
}

.contact-form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #11BD78 url(/img/select.png) right center no-repeat;
	padding: 8px 36px 8px 10px;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	color: #FFF;
	width: 100%;
}

.contact-form textarea {
	height: 121px;
}

.privacy {
	font-size: 13px;
	color: #AAA;
}


form .bigger-submit {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

form .bigger-submit .privacy {
	margin-top: 30px;
}

#trialForm .contact-form {
	padding: 40px 30px 25px 30px;
}

#trialForm .contact-form .privacy {
	margin-top: 20px;
	display: inline-block;
}

.scrolltop {
	display: none;
}

.tweet {
	margin-bottom: 50px;
}

.tweet p {
	margin-bottom: 0;
}

.tweet p.date, .tweet-date {
	color: #8D9499;
	white-space: nowrap;
}

.tweet a {
	text-decoration: none;
}

.twittericon {
	margin-left: 8px;
	color: #B1B6B8;
	font-family: 'icomoon';
	font-size: 20px;
	position: relative;
	top: 2px;
}


.article-detail .text h2 {
	font-size: 26px;
}

.textcontent h3 {
	display: inline-block;
	margin: 0 0 15px 0;
	padding-bottom: 6px;
	font-size: 21px;
	border-bottom: solid 2px #0077b5;
}

.article-detail .text h3 {
	font-size: 18px;
}

.textcontent h4 {
	display: block;
	margin: 0 0 15px 0;
	padding-bottom: 6px;
	font-size: 21px;
	font-weight: bold;
}

.textcontent h3 + h4 {
	margin-top: 20px;
}

.textcontent ul,
.text ul {
	list-style: disc;
	margin: 0 0 30px 30px;
}

.textcontent ul li,
.text ul li {
	position: relative;
	margin: 10px 0;
}

.textcontent ul.family li:before,
.text ul.family li:before {
	display: none;
}

.more-reading {
	margin: 60px 0 50px 0;
}

#intro-video,
#video-frame {
	background: #222;
	border: solid 5px #FFF;
	margin: 50px 0 0 0;
	text-align: center;
	position: relative;
}

#video-frame {
	min-height: 581px;
}

#intro-video p,
#video-frame p {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -120px;
	width: 240px;
	height: 100px;
	color: #FFF;
	font-size: 12px;
}

#intro-video p a,
#video-frame p a {
	display: inline-block;
	padding: 6px 15px;
	background: #11BD78;
	color: #FFF;
	text-decoration: none;
	margin: 12px 0 0 0;
	font-size: 15px;
}

.note {
	margin: 40px 0 20px 0;
	color: #888;
}

.trial-submit-phone {
	display: none;
}

p.hint {
	color: #BBBBBB;
	font-size: 14px;
	margin: -12px 0 0 0;
}

#player {
	width: 930px;
	height: 523px;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -465px;
	margin-top: -261px;
}

*.after-play,
.button.after-play {
	display: none;
}

.br {
	display: block;
}

.sprite-img {
	background-image: url(https://static.teamguru.com/img/sprite_v3.png?t=202006);
	background-repeat: no-repeat;
	display: block;
}

.sprite-img.jeff {
	width: 120px;
	height: 120px;
	background-position: -616px 0;
}

.sprite-img.sam {
	width: 120px;
	height: 120px;
	background-position: -496px 0;
}

.sprite-img.schneider {
	background-position: -496px -160px;
}

.clients>div .sprite-img.gates {
	background-position: -496px -400px;
	height: 80px;
	margin-top: 15px;
}

.sprite-img.honeywell {
	background-position: -496px -480px;
}

.sprite-img.aosmith {
	background-position: -496px -280px;
}

.sprite-img.esab {
	background-position: -496px -340px;
}

.sprite-img.sram {
	background-position: -496px -220px;
}

.content-centered {
	width: 930px;
	margin: 0 auto;
}

.content-left .article-header {
	padding: 20px 50px 0 50px;
	text-align: center;
	position: relative;
}

.content-left .article-header .avatar {
	width: 46px;
	height: 46px;
	display: inline-block;
	margin: -15px 12px -15px 0;
	border-radius: 23px;
}

.content-left .article-header .date {
	margin: 0;
	font-size: 80%;
	color: #888;
}

.content-left .article-header .tags {
	margin: 20px 0 10px 0;
	font-size: 80%;
	color: #888;
	display: block;
	min-height: 25px;
}

.content-left .article-header .share {
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: #AAA;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	display: inline-block;
	margin-left: 8px;
	text-align: center;
	line-height: 32px;
}

.content-left .fonticon {
	margin: -20px auto 20px auto;
	border-radius: 100px;
}

.content-left .fonticon.icon-rocket {
	margin-top: 40px;
}

.content-left .article-header .share.fb:hover {
	background-color: #3b5998;
}

.content-left .article-header .share.tw:hover {
	background-color: #00aced;
}

.content-left h1 {
}

.content-left .text {
	width: 700px;
	text-align: justify;
	margin: 0 auto;
}

.centered,
.content-left .text.centered {
	text-align: center;
}

.content-left .text p {
	margin: 0 0 30px 0;
	font-size: 105%;
}

.content-left .text p:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}

.content-left .text .img-wrap {
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.content-left .text .img-wrap.with-border {
	padding: 10px;
	border: solid 1px #E5E5E5;
}

.content-left .text .img-wrap img {
	max-width: 100%;
	margin: 0 auto;
}

.content-left .text .img-wrap.left {
	float: left;
	margin: 0 35px 10px 0;
}

.content-left .text .img-wrap.right {
	float: right;
	margin: 0 0 10px 35px;
}

.content-left .text .img-wrap.center {
	float: none;
	margin: 15px auto;
	width: auto;
	max-width: 930px;
}

.content-left .text iframe {
	width: 930px !important;
	height: 523px !important;
	margin-left: -115px;
}


.content-left .claim iframe {
	width: 930px !important;
	height: 523px !important;
	margin: 50px -50px;
}

.content-left .main-pic {
	margin: 35px 0;
}

.content-left .main-pic img {
	width: 100%;
}

.content-left .main-pic .featured.wide>div:first-of-type {
	margin: 0 calc((-100vw + 100%)/2);
}

.features-family {
	margin: 80px 0 100px 0;
}

.features-family .infoboxes {
	margin-top: 20px;
}

.featured-articles {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.blog-menu {
	margin-bottom: 20px;
}

.blog-forms {
	display: flex;
	justify-content: center;
}
.blog-menu .tags {
	display: flex;
	justify-content: center;
}

.blog-menu .tags .tag {
	margin-right: 20px;
}
.blog-menu .tags .tag:last-of-type {
	margin: 0;
}

.blog-menu .section.search {
	margin: 0 30px 0 0;
}
.blog-menu h3 {
	margin: 0 0 12px 0;
	padding: 0;
}

.article {
	margin: 0 0 30px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.article.featured {
	width: 49%;
}

.article .article-content {
	margin-left: 320px;
	padding: 20px 15px 25px 0;
}

.article .article-content h2,
.article .article-content h2 a {
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	font-size: 32px;
}

.article .article-content h2 a:hover {
	color: #11BD78;
}

.article .article-content .date {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #AAA;
	display: block;
}

.article .article-content .tags {
	margin: 5px 0 0 0;
	font-size: 80%;
}

.article .article-img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.article.featured .label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 0 12px;
	line-height: 160%;
	background: #8e005d;
	color: #FFF;
    border-bottom-right-radius: 4px;
}

.article.featured .article-content {
	margin-left: 0;
	padding: 20px 20px 30px 20px;
}

.article.featured .article-img {
	position: static;
	width: 100%;
	height: 300px;
}

.article-thumb {
	width: 100%;
	background: #FFF;
	margin: 0 0 30px 0;
}

.article-thumb a.article-img {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.article-thumb .article-content {
	padding: 10px;
}

.article-thumb h3,
.article-thumb h3 a {
	font-family: 'ProximaNova-Regular', sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 100%;
	font-weight: 400;
	line-height: 115%;
	margin: 0;
	padding: 0;
}

.article-thumb .date {
	margin: 8px 0 0 0;
	font-size: 80%;
	line-height: 100%;
	color: #888;
	display: block;
}

.tags a {
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
}


.tags a [class*='icon-'] {
	position: relative;
	top: 2px;
}

.tags a span.count {
	font-size: 90%;
}

.tags a:hover {
	color: #11BD78;
}

.blog-menu .tags {
	margin-bottom: 30px;
}

.blog-menu .tags .tag {
	margin-left: 0px;
    font-size: 17px;
}

.content-left.disquis {
	background: #FFF;
	padding: 20px 30px;
	margin: 30px auto;
	box-sizing: border-box;
}

.tg-banner {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0077b5+0,099d94+100 */
	background: #0077b5; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #0077b5 0%, #099d94 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #0077b5 0%,#099d94 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #0077b5 0%,#099d94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077b5', endColorstr='#099d94',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	text-align: center;
	color: #FFF;
	padding: 15px 15px;
	margin: 0 0 30px 0;
    border-radius: 4px;
}


.tg-banner .button {
	padding: 0;
    width: 100%;
    font-size: 17px;
}

.tg-banner p {
	margin-bottom: 10px;
    font-size: 17px;
}

.bottom-images {
	margin: 30px -140px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.content-left .bottom-images img {
	margin: 0 30px 20px 30px;
	max-height: 150px;
}

.one-line-form {
	position: relative;
	margin-bottom: 30px;
}

.one-line-form .button [class*='icon'] {
	margin-right: 0;
    font-size: 17px;

}

.one-line-form .button {
	border-radius: 0 4px 4px 0;
	position: absolute;
	right: 0;
	top: 1px;
    line-height: 30px;
    height: 33px;
    padding: 0 12px;
}

.one-line-form .button:hover {
	top: 1px;
}

.one-line-form input {
	border-radius: 4px;
	background: #F0F0F0;
	border: none;
	line-height: 33px;
	padding: 0 10px;
	font-size: 80%;
	width: 250px;
}

.one-line-form .message {
	border-radius: 4px;
	color: #FFF;
	border: none;
	text-align: center;
	font-size: 90%;
	padding: 8px 12px;
}

.one-line-form .live {
	position: absolute;
	font-size: 80%;
	color: red;
	background: white;
	padding: 10px 15px;
	width: 100%;
	z-index: 10;
}

p.empty {
	width: 700px;
	margin: -30px 30px 30px 0;
	font-style: italic;
	color: #888;
	float: left;
}

p.back {
	margin-top: 25px;

}

p.all-articles {
	float: left;
	width: 700px;
	margin: 0 30px 25px 0;
}

.paginator {
	text-align: center;
	margin: 70px 0 0 0;
}

.paginator .button.loader {
	background: transparent url() center center no-repeat;
	text-indent: -9999px;
	box-shadow: none;
	padding: 0;

	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 8px solid rgba(255, 255, 255, 0.5);
	border-right: 8px solid rgba(255, 255, 255, 0.5);
	border-bottom: 8px solid rgba(255, 255, 255, 0.5);
	border-left: 8px solid #D6D6D6;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.paginator .button.loader,
.paginator .button.loader:after {
	border-radius: 50%;
  	width: 30px;
  	height: 30px;
}

.modal {
	position: fixed;
	top: -9999px;
	left: -9999px;
	z-index: 0;
	opacity: 0;
	background: #FAFAFA;
	border-radius: 3px;
}

.modal.visible {
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -160px;
	opacity: 1;
	transition: opacity 0.5s ease-out;
}

.modal.visible .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 28px;
	color: #888;
	cursor: pointer;
}


#epub-form {
	width: 640px;
	height: 610px;
}

#trial-form {
	width: 480px;
}

#referral-confirm {
	width: 370px;
	text-align: center;
}

#referral-confirm h3 {
	text-align: center;
	padding: 0;
}

#referral-confirm p {
	margin-bottom: 20px;
}

#referral-confirm p.bigger-submit {
	margin-bottom: 0;
}

.modern form p.bigger-submit {
	padding: 0;
}

.modern form p.bigger-submit .button {
	width: 100%;
	box-sizing: border-box;
}

.modern form p.input {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.modern form p.input label {
	position: absolute;
	left: 12px;
	top: 13px;
	font-size: 18px;
	color: #888;
	transition: all 0.2s ease-out;
}

.modern form p.input input:focus {
	outline: none;
	border-color: #0091DC;
}

.modern form p.input input:focus ~ label,
.modern form p.input.not-empty label {
	line-height: 16px;
	font-size: 13px;
	left: 13px;
	top: 6px;
	color: #BBB;
}

.modern form input[type="text"],
.modern form input[type="email"] {
	line-height: 24px;
	font-size: 18px;
	width: 100%;
	padding: 20px 12px 6px 12px;
	box-sizing: border-box;
	border-width: 1px;

}

.modern form input[type="submit"],
p.bigger-submit .button.button-big {
}

.modern form p.input.valid input {
	border-color: #11BD78;
}

.modern form p.input.valid::after {
	content: "\e904";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #11BD78;
	position: absolute;
	right: 12px;
	top: 16px;
	z-index: 100;
}

.modern form p.input.email.valid::after {
	top: 24px;
}

.modern form p.input.invalid input {
	border-color: black;
}

.modern form p.input .live {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 12px;
	border: solid 1px black;
	color: black;
	background: white;
	font-size: 12px;
	border-radius: 0 0 3px 3px;
}

.modern form h2 {
	font-size: 32px;
	color: #666;
	margin-bottom: 30px;
	text-align: center;
}

#epub-form p.bigger-submit .button {
	width: 48%;
}
#epub-form p.newsletter,
#epub-form p.updates {
	margin-bottom: 0px;
}


#epub-form p.bigger-submit .separator {
	width: 2%;
	display: inline-block;
}

#epub-form .close-button {
	color: #BBBBBB;
}

#epub-form .close-button:hover {
	color: #0078bf;
}

#referral-confirm .contact-form {
	text-align: center;
}

#referral-confirm .contact-form p.bigger-submit {
	padding-top: 12px;
}

#referral-confirm .contact-form .button {
	width: 100%;
	box-sizing: border-box;
}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	background: black;
}

#overlay.visible {
	display: block;
	z-index: 999;
	opacity: 0.6;
	transition: opacity 0.5s ease-out;
}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mixitup-controls.tags {
	display: none;
	margin: 30px 0 0 0;
}

.infoboxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 270px;
	margin-bottom: 50px;
}

.infoboxes.homepage {
	margin-bottom: 60px;
}

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

.box.platform {
	margin-bottom: 30px;
}

.box.platform.homepage {
	margin-top: 100px;
}

.box.platform p {
	margin: 0 auto;
}

.gap {
	width: 406px;
}

.box.feature {
	width: 30%;
	padding: 164px 20px 27px 20px;
	text-align: center;
	margin: 1.5%;
	position: relative;
	cursor: pointer;
}

.box.feature .fonticon {
	order: 1;
	margin: 0 0 0 -40px;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	line-height: 80px;
	position: absolute;
	top: 70px;
	left: 50%;
	font-size: 42px;
}

.box.feature h3 {
	order: 0;
	font-size: 21px;
	margin: 6px 0 12px 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
}

.box.feature h3 a {
	border: none;
	text-decoration: none;
}

.box.feature p {
	font-size: 19px;
}

.box.feature p a {
	display: none;
	text-wrap: none;
	white-space: nowrap;
}

.box.feature .options {
	display: none;
	margin: 30px 0 0 0;
	text-align: left;
	clear: both;
}

.box.feature .options a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.box.feature .options .tag {
	float: right;
}

.box.feature .tags .tag,
.mixitup-controls.tags .tag {
	background: #EFEFEF;
	border-radius: 4px;
	padding: 0 12px;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
	color: #888;
}

.mixitup-controls.tags .tag {
	display: inline-block;
}

.box.feature .tags .tag:hover,
.box.feature .tags .tag.active,
.mixitup-controls.tags .tag:hover,
.mixitup-controls.tags .tag.active {
	background: #11BD78;
	color: white;
}

.box.preview {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box.preview:last-of-type {
	margin-bottom: 0;
}

.box.preview .image-wrapper {
	width: 60%;
    text-align: right;
}

.box.preview .text-wrapper {
	width: 35%;
}

.box.preview .image-wrapper img {
	width: 100%;
}

.box.preview h2,
.box.preview h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 16px 0;
}

.box.preview.right .image-wrapper {
	order: 0;
    text-align: left;
}
.box.preview.right .text-wrapper {
	order: 1;
}

.referral-form {
	margin-top: 40px;
	text-align: center;
}

.referral-form .column {
	max-width: 600px;
	margin: 20px auto 20px auto;
}

.referral-form .column.center {
	width: 100px;
	text-align: center;
	position: relative;
}

.referral-form .column.center .line {
	display: block;
	width: 8px;
	height: 1px;
	background: #383838;
	position: absolute;
	top: 13px;
}

.referral-form .column.center .line.left {
	left: 20px;
}

.referral-form .column.center .line.right {
	right: 20px;
}

.referral-form .column h3 {
	padding: 0;
	margin: -20px -30px;
	line-height: 140%;
	text-align: center;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

.referral-form .column h3 a {
	padding: 20px 50px;
	display: block;
	text-decoration: none;
	color: black;
	position: relative;
}

.referral-form .column h3 a .icon-arrow-down {
	position: absolute;
	right: 30px;
	top: 36px;
	font-size: 24px;
	color: #888;
	transform: scaleY(1);
	transition: transform 0.3s ease-out;
}

.referral-form .column h3 a:hover {
	color: #11BD78;
}

.referral-form .column h3 a:hover .icon-arrow-down {
	color: #11BD78;
}

.referral-form .contact-form {
	background: #fff;
	border-radius: 3px;
	padding: 0;
	max-height: 0px;
	overflow: hidden;
	box-sizing: border-box;
	transition: max-height 0.3s ease-out;
}

.referral-form .modern.open .contact-form {
	max-height: 800px;
}

.referral-form .modern.open h3 a .icon-arrow-down {
	transform: scaleY(-1);
}

.referral-form textarea {
	height: 200px;
	margin-top: 20px;
}

.referral-form .column-friends {
	width: 45%;
	float: left;
}

.referral-form .column-my {
	width: 45%;
	float: left;
	margin-left: 10%;
}

.referral-form span.required {
	display: none;
}

.referral-form .modern {
	background: white;
	border-radius: 3px;
	padding: 20px 30px;
}

.referral-form form {
	margin-bottom: 12px;
}

.referral-form .contact-form .fake-form {
	padding: 20px 0 0 0;
}

.referral-form .contact-form .fake-form p.bigger-submit {
	margin-top: 30px;
}

.referral-form .params {
	display: none;
}

.global {
	display: none;
	width: 100%;
	height: auto;
	background: white;
	padding: 15px;
	border-radius: 4px;
	display: none;
	box-sizing: border-box;
}

.global img {
	display: block;
	width: 100%;
}

.blog-featured {
	position: relative;
	z-index: 0;
	padding: 50px 0 50px 0;
	margin: 0 0 70px 0;
}

.blog-featured .background {
	background: #fbf7f0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: -100%;
	z-index: 0;
}

.blog-featured > h2 {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.blog-featured p.more {
	text-align: center;
	position: relative;
	z-index: 1;
}

.columns-3.qualities .preview-box {
	margin-bottom: 0;
}

.textcontent p.contact-support {
	margin-bottom: 80px;
}


.show-phone-only {
	display: none !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	 html {
		-webkit-text-size-adjust: none;
	 }
}

/* All except phones ------- */
@media only screen and (min-width: 480px) {
	.infoboxes a:hover span.fonticon {
		background-color: #11BD78;
	}
}

/* Desktops only ------- */
@media only screen and (min-width: 1024px) {
	.hide-desktop {
		display: none !important;
	}
}

/* iPad landscape only ----------- */
@media only screen and (width: 1024px) {

}

/* wide screens landscape only ----------- */
@media only screen and (min-width: 1180px) {
	.content-left .main-pic .featured.wide>div:first-of-type {
		margin: 0 -120px;
	}
}

/* wide screens landscape only ----------- */
@media only screen and (max-width: 1180px) {
	.opinion-box.video {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Tablets and smartphones */

@media only screen
and (max-width : 1023px) {

	.hide-tablet {
		display: none !important;
	}

	.container {
		padding: 0 30px;
	}

	.container-inner {
		max-width: 930px;
		width: 100%;
		min-width: 290px;
	}

	.content-centered {
		width: 100%;
	}

	.content-left .main-pic {
		margin-left: calc((-100vw + 100%)/2);
		margin-right: calc((-100vw + 100%)/2);
	}

	.content-left .main-pic.module {
		margin-left: 0;
		margin-right: 0;
	}

	.content-left .text iframe {
		width: 100vw !important;
		height: calc(100vw / 1.7777) !important;
		margin-left: calc((-100vw + 100%)/2);
		margin-right: calc((-100vw + 100%)/2);
	}

	.clients {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.clients span {
		display: flex;
		flex-grow: 0;
		flex-shrink: 0;
		width: 140px;
		height: 40px;
		margin: 20px 30px;
		justify-content: center;
		align-items: center;
	}

	.clients span img {
		max-width: 100%;
		max-height: 100%;
	}
}

@media only screen and (max-width : 890px) {
	.menu-top li a {
		font-size: 17px;
	}

	header a.try-buy {
		font-size: 17px;
		margin-top: 20px;
	}
}

@media only screen and (max-width : 830px) {
	.menu-top li a {
		font-size: 16px;
		padding: 0 8px;
	}

	header a.try-buy {
		font-size: 16px;
		margin-top: 22px;
	}
}


@media only screen and (width : 768px) {
	.box.feature {
		width: 47%;
	}
}

@media only screen and (max-width : 768px) {
	.pricing>div {
		width: 100%;
		margin-right: 0;
		padding-bottom: 10px;
		margin-bottom: 20px;
		min-height: 1px;
	}

	.pricing>div.large {
		width: 100%;
		margin-top: 18px;
		padding: 10px 0 10px 0;
	}

	.pricing .button {
		width: 120px;
	}

	.pricing .fonticon {
		margin: 30px auto 20px auto;
		width: 120px;
		height: 120px;
		line-height: 120px;
	}

	.pricing p.subtitle {
		height: auto;
	}

	.pricing p.pricing-features {
		margin-bottom: 30px;
	}

	.pricing p.btn {
		padding: 0 30px;
	}

	.modal.visible .close {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1001;
		font-size: 36px;
		color: #888;
	}

	.content-left .text {
		width: 100%;
	}
}

/* All smartphones ----------- */
@media only screen and (max-width : 767px) {

	body {
		font-size: 18px;
	}

	.hide-phone {
		display: none !important;
	}

	.show-phone-only {
		display: block !important;
	}

	header.pageheader {
		padding: 0 0 0 20px;
		height: 60px;
	}

	header.pageheader .container {
		padding: 0;
	}

	section.content {
		padding-top: 80px;
	}

	.slide-checkbox ~ #menu-btn {
		float: right;
		display: block;
		height: 60px;
		width: 60px;
		margin: 0 0 0 20px;
		text-align: center;
		font-size: 28px;
		background-color: #3ce600;
		cursor: pointer;
	}

	#menu-btn > label {
		margin: 18px auto 12px auto;
		width: 30px;
		height: 30px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
	}

	#menu-btn > label span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #FFF;
		border-radius: 0;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}


	#menu-btn > label span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#menu-btn > label span:nth-child(2) {
		top: 10px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#menu-btn > label span:nth-child(3) {
		top: 20px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#slide-checkbox:checked ~ #menu-btn > label span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -1px;
		left: 4px;
	}

	#slide-checkbox:checked ~ #menu-btn > label span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	#slide-checkbox:checked ~ #menu-btn > label span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 20px;
		left: 4px;
	}

	nav.top-menu {
		display: block;
		height: 800px;
		width: 100%;
		padding: 0 30px;
		background: rgba(255, 255, 255, 0.97);
		float: none;
		z-index: 100;
		position: absolute;
		left: 0;
		bottom: 0;
		top: 60px;
		transform: translateX(-100%);
		transition: transform 0.3s;
		text-align: left;
	}

	.slide-checkbox:checked ~ .top-menu {
		transform: translateX(0);
	}

	.menu-top {
		margin-top: 30px;
	}

	.menu-top li {
		display: block;
		float: none;
		height: auto;
		top: auto;
		padding: 0;
	}

	.menu-top li a {
		display: block;
		border: none;
		padding: 15px 0;
		font-size: 21px;
		text-decoration: underline;
	}

	.menu-top li a.active,
	.menu-top li a:hover {
		text-decoration: underline;
		text-decoration-color: #11BD78;
		border: none;
	}

	.top-menu .button.try-buy {
		margin-top: 20px;
		padding: 0 10px;
		font-size: 21px;
		line-height: 2.6em;
	}

	.slide-checkbox:checked ~ label {
		border-bottom: none;
		margin-bottom: 0;
		color: #0D8857;
	}

	header #logo {
		float: left;
		margin: 13px 0 0 0;
	}

	header a.try-buy {
		margin: 0 auto;
		float: none;
	}

	div.section-heading {
		width: 100%;
	}

	section.content {
		padding-top: 60px;
	}

	.container {
		padding: 0 25px;
	}

	h1, .h1, h2 {
		font-size: 42px;
		text-align: left;
	}

	h2 {
		font-size: 36px;
		margin-top: 0;
		line-height: 110%;
	}

	header.pageheader {
		top: 0;
	}

	.ratings {
		display: block;
		padding: 0;
	}

	.rating {
		display: none;
		margin-bottom: 12px;
	}

	.rating:last-of-type {
		display: block;
	}


	.box.uvod.homepage {
		padding-top: 36px;
	}

	.box.uvod h1 {
		margin-bottom: 20px;
	}

	.switch-content {
		display: block;
		max-height: 0;
		padding: 0 10px;
		border-radius: 0;
		opacity: 0.5;
		transition: max-height 0.3s ease-in, padding 0.3s step-end, opacity 0.3s ease-in;
	}

	.switch-content.active {
		opacity: 1;
		padding: 20px 10px;
		max-height: 1500px;
		margin-bottom: 10px;
		transition: max-height 0.3s ease-in, padding 0s step-end;
	}

	.panel span.plus {
		margin: 22px 0 0 0;
		font-size: 28px;
	}

	.panel span.plus:nth-child(4) {
		display: none;
	}

	.preview-box {
		margin: 0 0 50px 0;
	}

	.columns-2 img {
		float: none;
	}

	.columns-2>div {
		width: 100%;
		margin-right: 0;
	}

	.columns-3 {
		display: block;
	}

	.columns-3>div {
		width: 100%;
	}

	.columns-3>div .img-wrapper {
		height: auto;
	}

	.columns-3>div .img-wrapper img {
		width: 100%;
		min-width: 0;
	}

	.columns-3>div.stats-box {
		margin: 0 0 20px 0;
		text-align: left;
	}

	.section-heading,
	.section-heading.simple {
		width: 100%;
		margin-bottom: 38px;
		margin-top: 0;
		min-height: 100px;
	}

	.section-heading .fonticon {
		/*float: none;*/
		margin: 0 10px 0px 0;
	}

	.section-heading h2 {
		margin-top: 0;
	}

	.section-heading.simple h2 {
		position: relative;
		top: 8px;
		display: inline;
	}

	.section-heading.about-us h1,
	.section-heading.about-us p {
		padding-left: 0;
	}

	.section-heading.contact {
		min-height: 0;
	}

	.textcontent {
		width: auto;
		margin: 0;
	}

	.bottom-menu {
		display: none;
	}

	.contact-form-wrapper,
	.trial-form-wrapper {
		width: 100%;
	}

	.trial-form-wrapper {
		margin: 0;
	}

	.tagline {
		padding: 20px;
	}

	.tagline .button {
		float: none;
		margin: 0 0 15px 0;
	}

	.tagline p {
		padding-left: 0;
		padding-right: 0;
	}

	.contact-left {
		width: 100%;
	}

	footer .icon.email, footer .icon.facebook, footer .icon.twitter {
		margin-top: 20px;
	}

	.trial-submit-phone {
		display: none;
	}

	.trial-submit-desktop {
		display: block;
	}

	.clients.certificates {
		margin-left: 0;
	}

	.qualities .preview-box {
		display: none;
	}

	.featured-articles {
		display: block;
	}

	.article.featured {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}

	.article .article-img,
	.article.featured .article-img {
		width: 100%;
		height: 200px;
		position: static;
	}

	.article .article-content,
	.article.featured .article-content{
		margin: 0;
		padding: 15px;
	}

	.content-centered .article-header {
		padding: 15px 15px;
	}

	.content-centered .article-header .tags {
		margin: 10px 0 0 0;
	}

	.content-centered .text {
		width: 100%;
		padding: 0 0 30px 0;
		box-sizing: border-box;
	}

	.content-centered .text p {
		font-size: 95%;
	}

	.content-centered .text .img-wrap,
	.content-centered .text .img-wrap.left,
	.content-centered .text .img-wrap.right,
	.content-centered .text .img-wrap.center {
		float: none;
		width: auto;
		height: auto;
		max-width: 100%;
		margin: 15px auto;
	}

	.content-centered .text .img-wrap.center img,
	.content-centered .text img {
		max-width: 100%;
		height: auto !important;
	}

	.section-heading.blog {
		margin-bottom: 50px;
	}

	.content-left {
		width: 100%;
	}

	.modal.visible {
        transition: opacity 0.2s ease-out;
		margin: 0;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		position: fixed;
    }

	#trial-form {
		width: auto;
	}

	.box.preview {
		display: block;
		margin-bottom: 30px;
	}

	.box.preview .text-wrapper,
	.box.preview .image-wrapper {
		width: 100%;
	}

	.box.preview .text-wrapper {
		margin-bottom: 20px;
	}

	.content-left .article-header {
		padding: 0;
		text-align: left;
	}
	.content-left .article-header .tags {
		margin-top: 30px;
	}

	.button.try-buy,
	.button.try-button {
		width: 100%;
		padding: 0 12px;
		text-align: center;
	}

	.button.demo {
		font-size: 22px;
		text-align: center;
	}

	.box.feature {
		width: 100%;
	}

	.box.feature p {
		font-size: 18px;
	}

	.blog-forms {
		display: block;
	}

	.blog-menu .section,
	.blog-menu .section.search{
		margin: 0 0 20px 0;
	}

	.blog-menu .tags {
		display: block;
	}

	.one-line-form input {
		width: 100%;
	}

	.box.uvod p {
		text-align: left;
	}

	.opinion-box {
		padding-left: 0;
		margin: 30px 0;
	}

	h2.companies {
		margin-bottom: 30px;
	}

	.opinion-box img,
	.opinion-box .sprite-img {
		display: none;
		position: static;
		margin: 0 auto 20px auto;
	}

	.opinion-box h3 {
		text-align: center;
		margin-top: 0;
	}

	.box.centered,
	.centered,
	.content-left .text.centered,
	div.section-heading {
		text-align: left;
	}

	.section-heading .fonticon,
	.content-left .article-header .fonticon {
		display: none;
	}

	article {
		padding-top: 40px;
	}

	.opinion-box.video iframe {
		width: 100vw;
		height: calc(100vw / 1.7777);
		margin-left: calc((-100vw + 100%)/2);
		margin-right: calc((-100vw + 100%)/2);
	}

	.box.platform.homepage {
		margin-top: 50px;
	}

	.cta p {
		text-align: left;
	}

	.cta h2 {
		font-size: 32px;
	}

	.columns-3.support {
		margin-bottom: 20px;
	}

	.contact {
		text-align: left;
	}

	.top-menu .centered {
		text-align: center;
	}

	.referral-form .modern {
		padding: 20px 0;
	}
	.referral-form .column-friends,
	.referral-form .column-my {
		width: 49%;
	}

	.referral-form .column-my {
		margin-left: 2%;
	}

	.referral-form .modern form p.input label {
		font-size: 17px;
	}

	p.claim,
	.article-header div.claim {
		font-size: 18px;
	}

	.box.uvod p.join {
		margin-bottom: 20px;
	}

	.opinion-box.video {
		display: block;
		margin: 60px 0 0 0;
	}

	.opinion-box.video div {
		padding-bottom: 56.25%;
		margin: 0 0 10px 0;
	}

	.opinion-box.video div iframe {
		margin: 0;
	}

}

@media only screen and (max-width : 480px) {
	.clients span {
		width: 120px;
		height: 35px;
		margin: 15px 20px;
	}
}


@media only screen and (max-width : 400px) {
	.clients span {
		width: 100px;
		height: 30px;
		margin: 10px 15px;
	}
}

/* All Smartphones in landscape ----------- */
@media only screen and (max-width : 384px) {

	.modern form h2 {
		font-size: 28px;
	}

	.modern form p.bigger-submit .button {
		font-size: 19px;
		line-height: 2.6em;
	}

	.infoboxes a span.heading{
		font-size: 16px;
	}

	.infoboxes.features a {
		width: 105px;
		margin: 5px 0 20px 0;
	}

	.infoboxes.features a span.fonticon {
		width: 60px;
		height: 60px;
		font-size: 29px;
		line-height: 60px;
		float: none;
		margin: 0 auto 5px auto;
	}

	.infoboxes.features {
		width: 230px;
	}

}

/* Small Smartphones in landscape ----------- */
@media only screen and (max-width : 340px) {

	.hide-mini {
		display: none;
	}

	.container {
		padding: 0 15px;
	}
}


/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

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

.lb-container {
  padding: 15px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


