/*
Theme Name: ShieldApps
Theme URI: http://underscores.me/
Author: PopArt Studio
Author URI: http://www.popwebdesign.net/
Description: A custom WordPress theme made from Underscores framework.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shield-apps
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ShieldApps is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src:    url('css/icomoon/icomoon.eot?dzxhyb');
    src:    url('css/icomoon/icomoon.eot?dzxhyb#iefix') format('embedded-opentype'),
        url('css/icomoon/icomoon.ttf?dzxhyb') format('truetype'),
        url('css/icomoon/icomoon.woff?dzxhyb') format('woff'),
        url('css/icomoon/icomoon.svg?dzxhyb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[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-plus:before {
    content: "\e90f";
}
.icon-monitor:before {
    content: "\e906";
}
.icon-pencil:before {
    content: "\e905";
}
.icon-eye:before {
    content: "\e901";
}
.icon-help:before {
    content: "\e908";
}
.icon-file_download:before {
    content: "\e904";
}
.icon-checkmark:before {
    content: "\e909";
}
.icon-list:before {
    content: "\e903";
}
.icon-menu:before {
    content: "\e90a";
}
.icon-chevron-small-right:before {
    content: "\e907";
}
.icon-bar-graph:before {
    content: "\e900";
}
.icon-linkedin:before {
    content: "\e90e";
}
.icon-google-plus:before {
    content: "\e90b";
}
.icon-twitter:before {
    content: "\e90c";
}
.icon-facebook:before {
    content: "\e90d";
}
.icon-flag:before {
    content: "\e902";
}

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
    border-top: 100px solid #000;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: #000;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
}

.site-header .container {
	position: relative;
}

.site-header .site-branding {
	background-color: #000;
	width: 225px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-header.scroll-thin .main-navigation ul#primary-menu > li {
    padding: 15px 0;
}

.site-header.scroll-thin .site-branding {
	width: 155px;
}


/*--------------------------------------------------------------
# Slider/Banner
--------------------------------------------------------------*/
@keyframes zoomImg { 
    0% { transform: scale(.9); }
    100% { transform: scale(1); } 
}

@keyframes opacityCaption { 
    0% { opacity: 0; }
    100% { opacity: 1; } 
}

@keyframes flyUp { 
    0% { transform: translateY(50px); }
    100% { transform: translateY(0px); } 
}

#acf-bootstrap-carousel .carousel-inner {
	overflow: visible;
}

#acf-bootstrap-carousel .carousel-inner > .item,
.single-products .page-banner,
.single-business .page-banner {
    height: 32vw;
    max-height: 600px;
}

.single .page-banner,
.page .page-banner,
.post-type-archive-products .page-banner,
.post-type-archive-business .page-banner {
	position: relative;
	max-height: 490px;
	height: 26vw;
}

.page-banner.slider-on {
    overflow: hidden;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
.single .page-banner .carousel-box,
.page .page-banner .carousel-box,
.blog .page-banner .carousel-box,
.archive .page-banner .carousel-box,
.post-type-archive-products .page-banner .carousel-box,
.post-type-archive-business .page-banner .carousel-box {
	color: #fff;
	font-size: 25px;
	line-height: 1.2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6,
.single .page-banner .carousel-box h1,
.page .page-banner .carousel-box h1,
.post-type-archive-products .page-banner .carousel-box h1,
.post-type-archive-business .page-banner .carousel-box h1 {
	font-family: 'Bitter', serif;
	font-weight: 400;
	margin: 0 0 10px;
	line-height: 1;
	opacity: 0;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1 strong,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2 strong,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3 strong,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4 strong,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5 strong,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 strong {
	font-weight: 400;
	font-size: 70px;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3,
.single .page-banner .carousel-box h1,
.page .page-banner .carousel-box h1,
.blog .page-banner .carousel-box h1,
.archive .page-banner .carousel-box h1,
.post-type-archive-products .page-banner .carousel-box h1,
.post-type-archive-business .page-banner .carousel-box h1 {
	font-size: 70px;
}

.single .page-banner .carousel-box h1,
.page .page-banner .carousel-box h1,
.blog .page-banner .carousel-box h1,
.archive .page-banner .carousel-box h1,
.post-type-archive-products .page-banner .carousel-box h1,
.post-type-archive-business .page-banner .carousel-box h1 {
	max-width: 300px;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5,
#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 {
	font-size: 35px;
}

#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box h1,
#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box h2,
#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box h3,
#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box h4,
#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box h5,
#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box h6,
.single .page-banner .carousel-box h1,
.page .page-banner .carousel-box h1,
.blog .page-banner .carousel-box h1,
.archive .page-banner .carousel-box h1,
.post-type-archive-products .page-banner .carousel-box h1,
.post-type-archive-business .page-banner .carousel-box h1 {
	animation: flyUp .5s 0s forwards, opacityCaption .5s 0s forwards;
}

#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box p,
.single .page-banner .carousel-box p,
.page .page-banner .carousel-box p,
.blog .page-banner .carousel-box p,
.archive .page-banner .carousel-box p,
.post-type-archive-products .page-banner .carousel-box p,
.post-type-archive-business .page-banner .carousel-box p {
	animation: flyUp .5s .3s forwards, opacityCaption .5s .3s forwards;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box p,
.single .page-banner .carousel-box p,
.page .page-banner .carousel-box p,
.blog .page-banner .carousel-box p,
.archive .page-banner .carousel-box p,
.post-type-archive-products .page-banner .carousel-box p,
.post-type-archive-business .page-banner .carousel-box p {
	opacity: 0;
}

.single .page-banner .carousel-box p,
.page .page-banner .carousel-box p,
.blog .page-banner .carousel-box p,
.archive .page-banner .carousel-box p,
.post-type-archive-products .page-banner .carousel-box p,
.post-type-archive-business .page-banner .carousel-box p {
	font-size: 20px;
}

.single-business .page-banner .carousel-box .biz-edition {
    color: #fff703;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 30px;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box a.slider-learn,
.single .page-banner .carousel-box a.slider-learn,
.page .page-banner .carousel-box a.slider-learn,
.single-products .page-banner .carousel-box a.ban-reg,
.single-business .page-banner .carousel-box a.ban-reg {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    padding: 10px 30px 10px 15px;
    border-radius: 3px;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    opacity: 0;
}

.single-products .page-banner .carousel-box a.slider-learn,
.single-business .page-banner .carousel-box a.slider-learn,
.page .page-banner .carousel-box a.slider-learn {
    padding: 10px 15px 10px 45px;
}

.single-products .page-banner .carousel-box a.ban-reg,
.single-business .page-banner .carousel-box a.ban-reg {
    padding: 9px 15px;
    border: 1px solid #fff;
    margin-left: 10px;
    position: relative;
}

span.reg-price {
    position: absolute;
    top: 130%;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 15px;
    color: #000;
    pointer-events: none;
}

.page-banner span.reg-price {
    color: #fff;
}

span.reg-price span {
    color: #6ec22d;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box a.slider-learn span,
.single .page-banner .carousel-box a.slider-learn span,
.page .page-banner .carousel-box a.slider-learn span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-products .page-banner .carousel-box a.slider-learn span,
.single-business .page-banner .carousel-box a.slider-learn span,
.page .page-banner .carousel-box a.slider-learn span {
    left: 10px;
    right: auto;
}

#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box a.slider-learn,
.single .page-banner .carousel-box a.slider-learn,
.page .page-banner .carousel-box a.slider-learn,
.single-products .page-banner .carousel-box a.ban-reg,
.single-business .page-banner .carousel-box a.ban-reg {
    animation: flyUp .5s .6s forwards, opacityCaption .5s .6s forwards;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box a.slider-learn:hover,
.single .page-banner .carousel-box a.slider-learn:hover,
.page .page-banner .carousel-box a.slider-learn:hover,
.single-products .page-banner .carousel-box a.ban-reg:hover,
.single-business .page-banner .carousel-box a.ban-reg:hover {
    background-color: #fff !important;
    color: #000;
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box .carousel-capt-content,
.single .page-banner .carousel-box .carousel-capt-content,
.page .page-banner .carousel-box .carousel-capt-content,
.post-type-archive-products .page-banner .carousel-box .carousel-capt-content,
.post-type-archive-business .page-banner .carousel-box .carousel-capt-content {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#acf-bootstrap-carousel .carousel-inner > .item .carousel-box > img,
.single .page-banner .carousel-box > img,
.single-products .page-banner .carousel-box > .inner-wrapper,
.single-business .page-banner .carousel-box > .inner-wrapper,
.page .page-banner .carousel-box > .inner-wrapper,
.page .page-banner .carousel-box > img {
    position: absolute;
    right: 15px;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider {
    position: relative;
    right: auto;
    left: 500px;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide {
    outline: none;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider iframe {
    height: 420px;
    width: 750px;
    position: relative;
    top: 20px;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider .slick-dots li {
    display: inline-block;    
    margin: 0 10px;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider .slick-dots li button {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    text-indent: -1000em;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    opacity: .5;
}

.page-banner .carousel-box > .inner-wrapper.inner-slider .slick-dots li.slick-active button {
	opacity: 1;
}


#acf-bootstrap-carousel .carousel-inner > .item.active .carousel-box > img,
.single .page-banner .carousel-box > img,
.single-products .page-banner .carousel-box > .inner-wrapper,
.single-business .page-banner .carousel-box > .inner-wrapper,
.page .page-banner .carousel-box > .inner-wrapper,
.page .page-banner .carousel-box > img {
    animation: zoomImg 4s 0s forwards, opacityCaption 3s 1s forwards;
}

.page-banner .carousel-box > .inner-wrapper.animation-off {
	animation: none;
	transform: none;
	opacity: 1;
}

#acf-bootstrap-carousel .carousel-dots-wrapper {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators {
    bottom: 0;
    left: 15px;
    width: 100%;
    padding-left: 0;
    text-align: left;
    margin: 0;
}

#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 1px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators li:not(.active) {
    background-color: #86969e !important;
}

.page-banner .video-wrapper {
    position: absolute;
    right: 0;
    bottom: -40px;
    transform: scale(.9);
    opacity: 0;
    animation: zoomImg 4s 0s forwards, opacityCaption 3s 1s forwards;
}

.page-banner .video-wrapper.animation-off {
	animation: none;
	transform: none;
	opacity: 1;
}

.page-banner .video-wrapper iframe {
    position: absolute;
    left: 141px;
    top: 57px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
span.close-nav {
    display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-left: 30px;
	padding: 39px 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.main-navigation li.current-menu-item {
    text-decoration: underline;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.main-navigation ul#primary-menu > li > ul {
    position: absolute;
    top: 100%;
    z-index: 99999;
    background-color: #000;
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
    left: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-navigation ul#primary-menu > li > ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 40px;    
}

.main-navigation ul ul ul {
}

.main-navigation ul ul a {
	width: 150px;
	color: #fff;
	text-transform: none;
}

.main-navigation ul ul li {
    padding: 5px 0;
    margin: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul#primary-menu > li:hover > ul,
.main-navigation ul#primary-menu > li:focus > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary ul li {
	margin-bottom: 20px;
	padding: 0 25px 20px;
	position: relative;
}

#secondary ul li:after {
    content: '';
    display: block;
    width: 34px;
    border-bottom: 1px dashed #a6aeb0;;
    position: absolute;
    bottom: 0;
    left: 25px;
}

#secondary ul li:last-child {
    margin-bottom: 0;
}

#secondary ul li:last-child:after {
    display: none;
}

#secondary span.post-date {
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #a6aeb0;
	margin-bottom: 2px;
}

#secondary a.custom-recent-title {
	font-size: 15px;
	font-weight: 400;
	display: block;
	margin-bottom: 2px;
}

#secondary .custom-recent-excerpt p {
	margin: 0;
	font-size: 13px;
	color: #596264;
	line-height: 1.3;
}

#secondary .widget {
    border: 1px solid #e1e5e6;
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;
}

#secondary .widget h2.widget-title{
	background-color: #e1e5e6;
	color: #0e445b;
	margin: 0;
	font-size: 20px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	padding: 14px 0;
	margin-bottom: 20px;
}

.sidebar-banner {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.sidebar-banner img.sidebar-banner-image {
	display: block;
	width: 100%;
}

.sidebar-banner a.sidebar-banner-link {
	color: #fff;
	background: #2ba2ee;
	display: block;
	line-height: 1;
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 10px;
	max-width: 200px;
	width: 100%;
	text-align: center;
	border-radius: 3px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.sidebar-banner a.sidebar-banner-link:hover {
	color: #000;
	background: #fff;
}

.sidebar-banner a.sidebar-banner-link:after {
    content: '\e907';
    display: inline-block;
    font-size: 17px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
}

#secondary .no-break {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (min-width: 1250px) {
	.container {
	    width: 1220px;
	}
}

h2.shield-section-title {
	font-size: 34px;
	font-family: 'Bitter', serif;
	margin: 0 0 60px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

h2.shield-section-title {
	color: #000;
}

h2.shield-section-title span {
	color: #0586f6;
}

.blur-ready {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/*colors*/
.text-color-red {
	color: #e85942;
}

.text-color-blue {
	color: #2ba2ee;
}

.text-color-light-blue {
	color: #4fb1bf;
}

.text-color-green {
	color: #63b131;
}

.text-color-yellow {
	color: #dca61b;
}

.text-color-light-gray {
	color: #98aab5;
}

.text-color-dark-gray {
	color: #4c6371;
}

.bkg-red {
	background-color: #d03526 !important;
}

.bkg-blue {
	background-color: #2ba2ee !important;
}

.bkg-blue-darker {
	background-color: #0586f6 !important;
}

.bkg-blue-lighter {
	background-color: #4fb1bf !important;
}

.bkg-gray-blue {
	background-color: #3b465c !important;
}

.bkg-green {
	background-color: #6ec22d !important;
}

.bkg-light-gray {
	background-color: #98aab5 !important;
}

.bkg-yellow {
	background-color: #dca61b !important;
}

/*five-columns-icons*/
.five-col-icon {
    width: 20%;
    float: left;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.five-col-icon:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

p.five-col-desc {
    padding: 0 15px;
    max-width: 190px;
    margin: 15px auto 0;
}

/*quote*/
.quote-paragraph p {
    display: inline-block;
    margin: 0;
}

.quote-paragraph span.quote {
    width: 55px;
    height: 0;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.quote-paragraph span.quote:last-child {
    margin-right: 0;
    margin-left: 20px;
}

.quote-paragraph span.quote:before {
    content: '�';
    color: #ececec;
    font-size: 150px;
    line-height: 50px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-family: 'Bitter', serif;
}

.quote-paragraph span.quote:last-child:before {
	top: -60px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*award-section*/
.award-section {
	background-image: url(images/background_awards.jpg);
	background-repeat: no-repeat;
}

.award-section .award-single p {
	color: #fff;
	font-style: italic;
	margin: 0 0 0 140px;
	max-width: 260px;
	padding: 60px 0;
}

.award-section .award-single img {
	display: block;
	float: left;
    margin-top: 30px;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.award-section .award-single:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*section-arrow*/
.section-arrow {
	position: relative;
}

.section-arrow:after,
.section-arrow:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;    
    border-top: 30px solid #e9e8e9;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.section-arrow:after {    
    border-top: 30px solid #fff;
    bottom: 1px;
}

/*below-banner-info*/
.below-banner-info {
    padding: 11px 0 13px;
}

.below-banner-info .container {
    position: relative;
    z-index: 1;
}

.below-banner-info a.section-link {
	color: #fff;
	font-size: 13px;
	font-family: 'Bitter', serif !important;
	font-weight: 400;
	margin-right: 30px;
	line-height: 1;
	display: inline-block;
}

.below-banner-info a.section-link:before {
    margin-right: 5px;
    top: 2px;
    position: relative;
    font-size: 15px;
    font-family: 'icomoon' !important;
}

.below-banner-info a.section-link.icon-list:before {
	font-size: 20px;
    top: 4px;    
    margin-right: 2px;
}

/*breadcrumbs*/
.shield-app-breadcrumbs {
    height: 0;
    position: relative;
    top: 15px;
    z-index: 1;
    font-size: 11px;
    font-weight: 300;
    color: #98a1aa;
}

.shield-app-breadcrumbs > span a {
    color: #98a1aa;
}

.shield-app-breadcrumbs > span:last-of-type {
    color: #fff;
}

.products-boxes {
	position: absolute;
	display: flex;
    z-index: 101;
    clear: both;
    background: rgba(0,0,0,.8);
    width: 100%;
    top: 100%;
    padding: 20px 0 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	
}

.box-bd-bot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.products-boxes.show-boxes {
    opacity: 1;
    visibility: visible;
}

.menu-item-object-products {
	position: relative;
}

.menu-item-object-products::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 10px;
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333;
	transform: translateX(-50%);
	opacity: 0;
	transition: 300ms;
}

.menu-item-object-products.hovered::after {
	opacity: 1;
}

.box-col-header {
	background-color: rgba(231,223,231,.3);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 10px 25px 10px 32px;
	margin-bottom: 20px;
}
.box-col-header span {
	line-height: 0.8;
}

.box-col-header img {
	margin-right: 16px;
}

.box-col-prods {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	padding: 0 25px 0 20px;
}

.box-col-prods.r-border {
	/* border-right: 1px solid #5b5b5d; */
}

.box-col.r-border {
	position: relative;
}

.box-col.r-border::before {
	position: absolute;
	content: '';
	width: 1px;
	top: 55px;
	right: 0;
	bottom: 0;
	background-color: #5b5b5d;
}

.box-item-link {
	display: flex;
	align-items: center;
	height: 64px;
	font-size: 14px;
	line-height: 1.1;
	transition: 300ms;
}

.box-item-link:hover {
	color: #fff;
	background-color: rgba(255,255,255,.17);
}

.box-item-link img {
	max-height: 43px;
	margin-right: 16px;
}

.box-item-link {
	color: #ffffff;
}
.box-item-link span {
    flex: 1;
}

/*share-this*/
/*.no-break {
    display: none;
}*/

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/*leading-products*/
.leading-products {
    padding: 140px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+60,e2e8e9+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 60%, rgba(226,232,233,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 60%,rgba(226,232,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 60%,rgba(226,232,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e8e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.leading-products > .row {
    margin-left: -21px;
    margin-right: -21px;
}

.single-lead-product {
    padding: 0 6px;
	text-align: center;
	position: relative;
}

.single-lead-product:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .6;
    z-index: 1;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.single-lead-product:hover:before {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.leading-products .discover-products {
	text-align: center;
	font-weight: 400;
	margin-top: 60px;
	display: block;
	text-decoration: underline;
	color: #000;
	-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.leading-products .discover-products:hover {
	font-weight: 700;
}

.leading-products .lead-products-row .single-lead-product.glow-blue:before {
    background-image: url(images/product-glow-blue.png);
}

.leading-products .lead-products-row .single-lead-product.glow-green:before {
    background-image: url(images/product-glow-green.png);
}

.leading-products .lead-products-row .single-lead-product.glow-yellow:before {
    background-image: url(images/product-glow-yellow.png);
}

.leading-products .lead-products-row .single-lead-product.glow-red:before {
    background-image: url(images/product-glow-red.png);
}

.leading-products .lead-products-row .single-lead-product.glow-lightblue:before {
    background-image: url(images/product-glow-lightblue.png);
}

.leading-products .lead-products-row .single-lead-product.glow-gray:before {
    background-image: url(images/product-glow-gray.png);
}

.leading-products .lead-products-row:nth-of-type(1) .single-lead-product:nth-of-type(1):before {
    top: -50px;
    left: -80px;
}

.leading-products .lead-products-row:nth-of-type(1) .single-lead-product:nth-of-type(2):before {
    top: -70px;
    left: 0;
}

.leading-products .lead-products-row:nth-of-type(1) .single-lead-product:nth-of-type(3):before {
    top: -50px;
    right: -80px;
    left: auto;
}

.leading-products .lead-products-row:nth-of-type(2) .single-lead-product:nth-of-type(1):before {
    top: -50px;
    left: -80px;
}

.leading-products .lead-products-row:nth-of-type(2) .single-lead-product:nth-of-type(2):before {
    top: -70px;
    left: 0;
}

.leading-products .lead-products-row:nth-of-type(2) .single-lead-product:nth-of-type(3):before {
    top: -50px;
    right: -80px;
    left: auto;
}

.single-box-image:after {
	content: '';
	display: block;	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 100%;
    margin-top: -35px;
}

.single-box-image {
	position: relative;
	z-index: 11;
}

.single-box-image img {
    display: inline-block;
    margin-left: -60px;
}

.single-box-content {
	position: relative;
	z-index: 10;
}

.single-box-content img {
	display: block;
	width: 100%;
}

.single-box-content .single-box-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.single-box-content .single-box-title {
	font-family: 'Bitter', serif;
	font-size: 28px;
	font-weight: 400;
	margin: 15px 0 0;
}

.single-box-content .single-box-desc {
	font-weight: 400;
	max-width: 310px;
	min-height: 66px;
	padding: 0 10px;
	margin: 10px auto 23px;
}

.single-box-content .single-box-button {
	font-size: 20px;
	padding: 9px 0;
	width: 140px;
	margin: 0;
	color: #fff;
	border: none;
	border-radius: 3px;	
	box-shadow: none;
	outline: none;
	-webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.single-box-content .single-box-button:hover {
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,.3);
}

.shield-section .lead-products-row {
	padding-top: 100px;
}

.shield-section .lead-products-row:first-of-type {
	padding-top: 0;
}

/**/
.shield-section .lead-products-row .single-lead-product.glow-blue .single-box-image:after {
	border-bottom: 30px;
}

.shield-section .lead-products-row .single-lead-product.glow-green .single-box-image:after {
	border-bottom: 30px;
}

.shield-section .lead-products-row .single-lead-product.glow-yellow .single-box-image:after {
	border-bottom: 30px;
}

.shield-section .lead-products-row .single-lead-product.glow-red .single-box-image:after {
	border-bottom: 30px;
}

.shield-section .lead-products-row .single-lead-product.glow-lightblue .single-box-image:after {
	border-bottom: 30px ;
}

.shield-section .lead-products-row .single-lead-product.glow-gray .single-box-image:after {
	border-bottom: 30px;
}


/*complex-software*/
.complex-software {
	background-image: url(images/complex-software-bkg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 110px 0 90px;
}

.complex-software  h2.shield-section-title {
	font-size: 60px;
	font-family: 'Bitter', serif;
	margin: 0;
	font-style: italic;
	line-height: 1.2;
	color: #fff;
}

.complex-software  h2.shield-section-title span {
	font-weight: 700;
	display: block;
	color: #fff;
}

.complex-software .complex-info p {
	font-size: 22px;
	margin: 70px 0 75px;	
}

.complex-software .complex-info img {
    vertical-align: text-top;
}

/*why-shields*/
.why-shields {
	text-align: center;
	padding: 100px 15px;
}

.why-shields .why-shield-single {
    border-right: 1px dotted #afafaf;
    min-height: 200px;
    padding: 5px 25px;
}

.page-template-page-white-label .why-shields .why-shield-single {
    min-height: 320px;
}

.why-shields .row .why-shield-single:last-child {
    border-right: none;
}

.why-shields .why-shield-single:before {
    content: '';
    display: block;
    width: 23px;
    height: 20px;
    margin: 0 auto 15px;
}

.why-shields .why-shield-red {
	color: #dc563c;
	font-size: 22px;
	font-family: 'Bitter', serif;
	margin: 100px 0;
}

.why-shields .why-shield-red p {
    margin: 0;
}



.why-shields .why-shield-blockquote {
	font-size: 30px;
	font-family: 'Bitter', serif;
	font-style: italic;
}

/*home-statistics*/
.home-statistics {
    background-image: url(images/pattern.jpg);
    background-position: center bottom;
    background-repeat: repeat;
    text-align: center;
    padding: 100px 0;
}

.home-statistics .five-column-icons p.five-col-desc {
    margin: 0 auto;
    max-width: 170px;
}

.home-statistics .five-column-icons .five-col-icon span {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
}

/*testemonials*/
.testemonials {
	background-color: #ffffff;
    background-position: center bottom;
    background-repeat: repeat;
	color: #fff;
	padding: 110px 0 130px;
	font-size: 16px;
	background-attachment: fixed;
}

.testemonials h2.shield-section-title {
	color: #fff;
}

.testemonials .testemonials-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;	
}

.testemonials .testemonials-container .testemonials-single {
	font-style: italic;
	position: relative;
	min-height: 280px;
    padding-top: 15px;
}

.testemonials .testemonials-container .testemonials-single:nth-child(2) {
	border-right: 1px dotted #afafaf;
	border-left: 1px dotted #afafaf;
}

.testemonials .quote-paragraph span.quote {
    width: 50px;
    margin-right: 0px;
    opacity: .1;
    font-style: normal;
}

.testemonials .quote-paragraph span.quote:last-child {
    margin-left: 0px;
}

.testemonials .quote-paragraph span.quote:before {
    line-height: 30px;
    font-size: 100px;
    color: #fff;
}

.testemonials .quote-paragraph span.quote:last-child:before {
	top: -45px;
}

.testemonials .testemonials-author {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.testemonials .testemonials-author span.testemonials-name {
	display: block;
	margin-top: 15px;
	font-style: normal;
}

.testemonials .testemonials-author img.testemonial-thumb  {
	border-radius: 50%;
}


/*--------------------------------------------------------------
## Single Product
--------------------------------------------------------------*/
/*product-info-icons*/
.product-info-icons,
.reseller-info-icons,
.ppartners-info-icons {
	background-size: cover;
	background-position: center;
	padding: 110px 0 0;
}

.product-statistics {
	background-attachment: fixed;
}

.product-info-icons h2.shield-section-title,
.reseller-info-icons h2.shield-section-title {
	color: #fff;
    margin-bottom: 85px;
}

.reseller-info-icons h2.shield-section-title span {
	color: #2ba2ee;
}

.product-info-icons h2.shield-section-title.text-color-blue span {
	color: #2ba2ee;
}

.products-info-icons-container,
.reseller-info-icons-container,
.ppartners-info-icons-container {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
	text-align: center;
    margin: 0 -15px;
}

.products-info-icons-container .single-product-icon,
.reseller-info-icons-container .reseller-product-icon,
.ppartners-info-icons-container .ppartners-product-icon {
    width: 25%;
    display: inline-block;
    margin-left: -5px;
    margin-bottom: 100px;
    padding: 0 15px;
    color: #fff;
    position: relative;
    vertical-align: top;    
}

.products-info-icons-container .single-product-icon > div,
.products-info-icons-container .single-product-icon > h3,
.products-info-icons-container .single-product-icon > p,
.products-info-icons-container .single-product-icon > span,
.products-info-icons-container .single-product-icon > img,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon > div,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon > h3,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon > p,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon > span,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon > img,
.ppartners-info-icons-container .ppartners-product-icon > div,
.ppartners-info-icons-container .ppartners-product-icon > h3,
.ppartners-info-icons-container .ppartners-product-icon > p,
.ppartners-info-icons-container .ppartners-product-icon > span,
.ppartners-info-icons-container .ppartners-product-icon > img,
.wlabel-single-programs .wlabel-single .wlabel-icon,
.wlabel-features .wlabel-features-list span {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.products-info-icons-container .single-product-icon:hover > div,
.products-info-icons-container .single-product-icon:hover > h3,
.products-info-icons-container .single-product-icon:hover > p,
.products-info-icons-container .single-product-icon:hover > span,
.products-info-icons-container .single-product-icon:hover > img,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon:hover > div,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon:hover > h3,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon:hover > p,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon:hover > span,
.reseller-info-icons:not(.how-to-become) .reseller-product-icon:hover > img,
.ppartners-info-icons-container .ppartners-product-icon:hover > div,
.ppartners-info-icons-container .ppartners-product-icon:hover > h3,
.ppartners-info-icons-container .ppartners-product-icon:hover > p,
.ppartners-info-icons-container .ppartners-product-icon:hover > span,
.ppartners-info-icons-container .ppartners-product-icon:hover > img,
.wlabel-single-programs .wlabel-single .wlabel-icon:hover,
.wlabel-features .wlabel-features-list span:hover {
    -webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.products-info-icons-container .single-product-icon .icons-image-wrapper,
.reseller-info-icons-container .reseller-product-icon .icons-image-wrapper,
.ppartners-info-icons-container .ppartners-product-icon .icons-image-wrapper {
    margin-bottom: 20px;
    position: relative;
    height: 60px;
}

.products-info-icons-container .single-product-icon .icons-image-wrapper img,
.reseller-info-icons-container .reseller-product-icon .icons-image-wrapper img,
.ppartners-info-icons-container .ppartners-product-icon .icons-image-wrapper img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.products-info-icons-container .single-product-icon h3.single-icon-title,
.reseller-info-icons-container .reseller-product-icon h3.reseller-icon-title,
.ppartners-info-icons-container .ppartners-product-icon h3.ppartners-icon-title {
    font-size: 18px;
    font-family: 'Bitter', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 260px;
}

.products-info-icons-container .single-product-icon p,
.reseller-info-icons-container .reseller-product-icon p {
    margin: 10px 0 0;
}

.products-info-icons-container span.statistics-numbers,
.reseller-info-icons-container span.statistics-numbers {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
}

/*download-register-section*/
.download-register-section {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}

.download-register-section .gray-slogan,
.download-register-section .color-slogan {
	margin: 0;
	font-style: italic;
	font-family: 'Bitter', serif;
    font-weight: 400;
    line-height: 1.3;
}

.download-register-section .gray-slogan {
	font-size: 24px;
	color: #bcb8ba;
    margin: 0 auto;
    max-width: 955px;
}

.download-register-section .color-slogan {
	font-size: 34px;
	line-height: 1.5;
}

.download-register-section .color-slogan span {
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.download-register-section .color-slogan span span.dwonload-underline {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: -10px;
    height: 0;
    z-index: 101010101;
    border-left: 155px solid transparent;
    border-right: 2px solid transparent;
}

.download-register-section .color-slogan.text-color-red span span.dwonload-underline {
	border-top: 10px solid #e85942;
}

.download-register-section .color-slogan.text-color-blue span span.dwonload-underline {
	border-top: 10px solid #2ba2ee;
}

.download-register-section .color-slogan.text-color-light-blue span span.dwonload-underline {
	border-top: 10px solid #4fb1bf;
}

.download-register-section .color-slogan.text-color-green span span.dwonload-underline {
	border-top: 10px solid #63b131;
}

.download-register-section .color-slogan.text-color-yellow span span.dwonload-underline {
	border-top: 10px solid #dca61b;
}

.download-register-section .color-slogan.text-color-light-gray span span.dwonload-underline {
	border-top: 10px solid #98aab5;
}

.download-register-section .color-slogan.text-color-dark-gray span span.dwonload-underline {
	border-top: 10px solid #4c6371;
}

.download-register-section .download-register-buttons {
	margin-top: 50px;
}

.download-register-section .drb-download {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	vertical-align: middle;
	width: 190px;
	padding: 14px 5px;
	border-radius: 3px;
	margin: 0 5px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.download-register-section .drb-download:before {
	content: '\e904';
	display: inline-block;
	font-size: 28px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}

.download-register-section .drb-register {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
	width: 115px;
	border-radius: 3px;
	border: 1px solid #000;
	padding: 10px 5px;
	margin: 0 5px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.download-register-section .drb-download:hover {
	background-color: #000 !important;
}

.download-register-section .drb-register:hover {
	background-color: #000;
	color: #fff;
}

.download-register-section ul.download-register-os {
	padding: 0;
	margin: 50px 0 0;
	list-style: none;
}

.download-register-section ul.download-register-os li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
}

/*product-overview*/
.product-overview {
	margin-top: 50px;
}

.product-overview .product-box-wrapper {
    float: left;
    margin-left: -20%;
    width: 60%;
}

.product-overview .product-info-wrapper {
    float: right;
    width: 60%;
    padding-top: 20px;
}

.product-overview .product-info-wrapper h2.product-overview-title {
    font-size: 34px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	margin: 0;
}

.product-overview .product-info-wrapper .product-info {
    font-weight: 400;
}

.product-overview .product-logo {
	font-size: 16px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-style: italic;
	border-top: 1px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 30px;
}

.product-overview .product-logo img,
.product-overview .product-logo p {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.product-overview .product-logo p {
	max-width: 60%;
}

/*product-hightlights*/
.product-hightlights {
	margin-top: -45px; 
}

/*download-register-private*/
.download-register-private {
}

/*product-features*/
.product-features {
}

.zz-lines > div:before {
    content: '';
    display: block;
    width: 210px;
    height: 40px;
    position: absolute;
    opacity: .4;
    right: -100px;
    background-image: url(images/zz-line-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zz-lines.zz-bkg-yellow > div:before {
    background-image: url(images/zz-line-yellow.png);
}

.zz-lines.zz-bkg-blue > div:before {
    background-image: url(images/zz-line-blue.png);
}

.zz-lines.zz-bkg-blue-lighter > div:before {
    background-image: url(images/zz-line-lightblue.png);
}

.zz-lines.zz-bkg-red > div:before {
    background-image: url(images/zz-line-red.png);
}

.zz-lines.zz-bkg-gray > div:before {
    background-image: url(images/zz-line-gray.png);
}

.zz-lines.zz-bkg-green > div:before {
    background-image: url(images/zz-line-green.png);
}

.zz-lines > div:nth-child(4):before,
.zz-lines > div:last-child:before {
    display: none;
}

.zz-lines > div:nth-child(5):before,
.zz-lines > div:nth-child(6):before,
.zz-lines > div:nth-child(7):before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/*download-register-realtime*/
.download-register-section .color-slogan.text-color-red span:after {
    border-top: 10px solid #e85942;
}

/*award-white*/
.award-section.award-white {
	background-color: #fff;
	border-bottom: 1px solid #e9e8e9;
	position: relative;
}

.award-section.award-white .award-single p {
	color: #b3b3b3;
	padding: 50px 0;
	margin: 0 0 0 100px;
}

.award-section.award-white .award-single img {
	margin-top: 35px;
}

/*product-statistics*/
.product-statistics.bkg-blue {
	border-bottom: 10px solid #2ba2ee;
}

.product-statistics.bkg-red {
	border-bottom: 10px solid #d03526;
}

.product-statistics.bkg-blue-darker {
	border-bottom: 10px solid #0586f6;
}

.product-statistics.bkg-gray-blue {
	border-bottom: 10px solid #3b465c;
}

.product-statistics.bkg-green {
	border-bottom: 10px solid #6ec22d;
}

.product-statistics .single-product-icon p {
    padding: 0 20px;
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
}

/*--------------------------------------------------------------
## White Label Program Page
--------------------------------------------------------------*/
.page-template-page-white-label .page-banner .carousel-box h1 {
    max-width: 400px;
    margin-bottom: 30px;
}

.page-template-page-white-label .page-banner .carousel-box p img {
    margin-top: 30px;
}

.wlabel-intro {
    margin-top: 50px;
}

.wlabel-intro .wlabel-image {
    float: left;
    width: 35%;
}

.wlabel-intro .wlabel-image img {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
}

.wlabel-intro .wlabel-info-wrapper {
    float: right;
    width: 65%;
    padding-top: 40px;
}

.wlabel-intro .wlabel-info-wrapper h2.wlabel-title,
.wlabel-single .wlabel-single-content h2.wlabel-single-title {
    font-size: 34px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	margin: 0;
}

.wlabel-intro .wlabel-info-wrapper .wlabel-info,
.wlabel-single .wlabel-single-content .wlabel-single-info {
    font-weight: 400;
}

.wlabel-intro.section-arrow:before {   
    border-top: 30px solid #fff;
}

/*wlabel-single-programs*/
.wlabel-icon-image {
    position: relative;
    height: 70px;
}

.wlabel-icon-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wlabel-single-programs .wlabel-single {
    padding: 90px 0;
}

.wlabel-single-programs .wlabel-single:nth-child(odd) {
    background-color: #e8eeee;
}

.wlabel-single-programs .wlabel-single .wlabel-icon {
    text-align: center;
    padding: 0;
}

.wlabel-single-programs .wlabel-single .wlabel-icon h3.wlabel-icon-title {
    font-size: 12px;
    font-family: 'Bitter', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links {
	margin-top: 25px;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-links {
	width: 195px;
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 3px;
	padding: 8px 0;
	margin-right: 10px;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-join {
    color: #fff;
    border: 1px solid transparent;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-join:hover {
    background: #000 !important;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-more {
	color: #000;
	border: 1px solid #000;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-more:hover {
	color: #fff;
	background: #000 !important;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-join:before,
.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-more:after {
	display: inline-block;
	font-size: 17px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-join:before {
	content: '\e905';
	margin-right: 5px;
}

.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-more:after {
	content: '\e907';
}

/*wlabel-features*/
.wlabel-features {
	text-align: center;
	background-image: url(images/white-label-features-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 110px;
}

.wlabel-features h2.shield-section-title {
	color: #fff;
}

.wlabel-features .wlabel-features-list {
	display: inline-block;
	position: relative;
	margin-bottom: -40px;
    z-index: 1;
}

.wlabel-features .wlabel-features-list span {
	display: block;
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 16px;
    font-family: 'Bitter', serif;
    font-weight: 400;
}

.wlabel-features .wlabel-features-list span:nth-of-type(1) {
    top: 70px;
    left: -230px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(2) {
    top: 170px;
    left: -240px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(3) {
    top: 270px;
    left: -240px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(4) {
	top: 70px;
    right: -270px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(5) {
	top: 170px;
    right: -395px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(6) {
	top: 270px;
    right: -260px;
}

.wlabel-features .wlabel-features-list span:after {
    display: block;
    content: '';
    position: absolute;
}

.wlabel-features .wlabel-features-list span:nth-of-type(1):after,
.wlabel-features .wlabel-features-list span:nth-of-type(2):after,
.wlabel-features .wlabel-features-list span:nth-of-type(3):after {
	right: -10px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.wlabel-features .wlabel-features-list span:nth-of-type(4):after,
.wlabel-features .wlabel-features-list span:nth-of-type(5):after,
.wlabel-features .wlabel-features-list span:nth-of-type(6):after {
	left: -10px;
	bottom: 10px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);    
}

.wlabel-features .wlabel-features-list span:nth-of-type(1):after {
	background: url(images/wlabel-feature-line-1.png);
	width: 127px;
	height: 40px;
    bottom: 8px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(2):after {
	background: url(images/wlabel-feature-line-2.png);
	width: 206px;
	height: 119px;
    bottom: 10px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(3):after {
	background: url(images/wlabel-feature-line-3.png);
	width: 358px;
	height: 78px;
    bottom: -36px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(4):after {
	background: url(images/wlabel-feature-line-4.png);
	width: 250px;
	height: 51px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(5):after {
	background: url(images/wlabel-feature-line-5.png);
	width: 181px;
	height: 90px;
}

.wlabel-features .wlabel-features-list span:nth-of-type(6):after {
	background: url(images/wlabel-feature-line-6.png);
	width: 193px;
	height: 62px;
}

/*wlabel-features-icons*/
.wlabel-features .wlabel-features-icons.product-info-icons {
	background-color: rgba(73, 85, 107, 0.8);
}

.wlabel-features .wlabel-features-icons .single-product-icon {
	width: 20%;
}

.wlabel-features .wlabel-features-icons.section-arrow:after,
.wlabel-features .wlabel-features-icons.section-arrow:before {
    border-top: 30px solid #424e62;
}

/*wlabel-blockquote*/
.wlabel-blockquote {
	background-color: #000;
	text-align: center;
	font-size: 22px;
    font-family: 'Bitter', serif;
    color: #fff;
    padding: 90px 0;
}

.wlabel-blockquote-container {
	max-width: 920px;
	margin: 0 auto;
}

.wlabel-blockquote p {
	margin: 0 0 5px;
}

.wlabel-blockquote p:last-child {
	margin: 0;
}

.wlabel-blockquote p strong {
	font-size: 24px;
}

/*join-program*/
.join-program {
	background-color: #e2e8e9;
	position: relative;
	overflow: hidden;
	padding: 100px 0 90px;
}

.join-program.inside-article {
    margin: 60px 0;
}

.join-program span.or-break {
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
    font-family: 'Bitter', serif;
    margin: 20px 0;
}

.join-program p.or-send-email {
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.join-program p.or-send-email a {
	color: #dc563c;
	text-decoration: underline;
	font-weight: 500;
}

.join-program:before {
	content: '';
    display: block;
    position: absolute;
    top: -500px;
    bottom: -500px;
    left: -500px;
    right: -500px;
    margin: auto;
    background: url(images/envelope-pattern.png) repeat center;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.join-program h2.shield-section-title {
	text-transform: uppercase;
	font-size: 30px;
	color: #444748;
	margin-bottom: 20px;
}

.join-program .join-program-description {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

#content .join-program .join-form form.fc-form {
	margin: 40px auto 0;
    box-shadow: none;
    background: transparent !important;
    width: 100% !important;
    max-width: 652px;
    text-align: center;
}

#content .join-program .join-form form.fc-form .field-cover > span > span {
	display: inline-block;
	width: auto;
}

#content .join-program .join-form form.fc-form .field-cover > span > span.sub-label {
	margin-left: 5px;
}

#content .join-program .join-form form.fc-form .form-element .checkbox-cover > div {
	padding-top: 0;
}

#content .join-program .join-form form.fc-form .form-page-content,
#content .join-program .join-form form.fc-form .form-element-html {
	padding: 0;
}

#content .join-program .join-form form.fc-form .form-element {
    width: 212px !important;
}

#content .join-program .join-form form.fc-form .form-page-content .form-element:nth-child(2),
#content .join-program .join-form form.fc-form .form-page-content .form-element:nth-child(5) {
    margin: 0 8px;
}

#content .join-program .join-form form.fc-form .form-element.form-element-type-textarea {
	width: 100% !important;
}

#content .join-program .join-form form.fc-form .form-element.form-element-type-submit {
	margin: 5px auto 0 !important;
    display: block;
}

#content .join-program .join-form form.fc-form .form-element.form-element-type-submit button.button.submit-button {
	background: #dc563c;
	text-shadow: none;
	margin: 0 auto;
    display: block;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#content .join-program .join-form form.fc-form .form-element.form-element-type-submit button.button.submit-button span {
	text-shadow: none;
}

#content .join-program .join-form form.fc-form .form-element .error {
	top: 16px;
    right: 40px;
}

#content .join-program .join-form .powered-by {
	display: none;
}

#content .join-program .join-form form.fc-form .form-element .field-cover input[type="text"],
#content .join-program .join-form form.fc-form .form-element .field-cover input[type="password"],
#content .join-program .join-form form.fc-form .form-element .field-cover input[type="email"],
#content .join-program .join-form form.fc-form .form-element .field-cover input[type="tel"],
#content .join-program .join-form form.fc-form .form-element .field-cover select,
#content .join-program .join-form form.fc-form .form-element .field-cover textarea {
	background-color: #fff;
    border: none;
    margin-bottom: 8px;
    padding: 12px 20px;
}

/*--------------------------------------------------------------
## Our Programs
--------------------------------------------------------------*/
.leading-products.our-programs {
    padding: 120px 0 140px;
}

/*--------------------------------------------------------------
## Default Template
--------------------------------------------------------------*/
.page-template-default .page-banner {
    max-height: 215px;
    height: 12vw;
    background-image: url(images/about-bkg.jpg);
    background-size:cover;
    background-repeat: repeat-y;
}

.page-template-default .page-banner img {
    bottom: -80px;
}

.page-template-default .page-banner .carousel-box h1 {
    max-width: 100%;
}

.default-temp {
    padding: 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+60,e2e8e9+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 60%, rgba(226,232,233,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 60%,rgba(226,232,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 60%,rgba(226,232,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e8e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.default-temp h2.default-temp-section-title {
    font-size: 30px;
    font-family: 'Bitter', serif;
    color: #1c9db3;
    font-weight: 400;
    margin: 0 0 5px;
}

.default-temp h2.default-temp-section-title {
    font-size: 30px;
    font-family: 'Bitter', serif;
    color: #1c9db3;
    font-weight: 400;
    margin: 0 0 5px;
}

.default-temp-content > div {
	margin-bottom: 15px;
	padding-bottom: 25px;
	position: relative;
}

.default-temp-content > div:after {
	content: '';
	display: block;
	width: 63px;
	border-bottom: 1px dashed #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.default-temp-content > div.container:after {
	left: 15px;
}

.default-temp-content > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.default-temp-content > div:last-child:after {
	display: none;
}

.default-temp-content > div p:last-child {
	margin-bottom: 0;
}

.reseller-info-icons {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 110px 0 0;
}

/*--------------------------------------------------------------
## Reseller Program / Affiliate Program
--------------------------------------------------------------*/
.page-template-page-reseller-program .page-banner {
	background-color: #141414;
	background-image: url(images/pattern-dark-png.png);
	background-repeat: repeat;
	background-size: initial;
}

.page-template-page-affiliate-program .page-banner {
	background-image: url(images/affiliate-program-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.page-template-page-affiliate-program .below-banner-info {
	background-color: #2c81ca;
}

.reseller-product-hightlights {
	background-color: #f6f6f6;
	background-image: url(images/reseller-bkg.png);
	background-size: cover;
}
.page-template-page-affiliate-program .reseller-product-hightlights {
	background-image: url(images/affiliate-heightlights-bkg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e3e9eb;
}

.reseller-product-hightlights h2.shield-section-title {
	color: #000;
}

.reseller-product-hightlights h2.shield-section-title span {
	color: #0586f6;
}

.reseller-product-hightlights .reseller-product-icon h3.reseller-icon-title {
    color: #0586f6;
}

.reseller-product-hightlights .reseller-product-icon p {
    color: #000;
}

.reseller-product-hightlights.section-arrow:after,
.reseller-product-hightlights.section-arrow:before {
    border-top: 30px solid #f6f6f6;
    z-index: 1;
}

.page-template-page-affiliate-program .reseller-product-hightlights.section-arrow:after {
    border-top: 30px solid #f1f4f5;
    z-index: 1;
}

.page-template-page-affiliate-program .reseller-product-hightlights.section-arrow:before {
    border-top: 30px solid #e3e9eb;
    z-index: 1;
}

/*programs-small-boxes*/
.programs-small-boxes {
	padding: 115px 0 100px;	
}

.programs-small-boxes .program-small-single {
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
	text-align: center;
}

.programs-small-boxes .program-small-single:hover {
    -webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.programs-small-boxes .small-box-image-wrapper {
    position: relative;
    height: 120px;
}

.programs-small-boxes .program-small-single img {
    position: absolute;
    left: -33px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.programs-small-boxes .program-small-single .small-box-title {
	font-size: 18px;
    font-family: 'Bitter', serif;
    font-weight: 400;
    margin: 10px 0 0;
}

/*reseller-benefits*/
.reseller-benefits {
	background-image: url(images/reseller-benefits.jpg);
	background-size: cover;
	border-bottom: 2px solid #0586f6;
}
.page-template-page-affiliate-program .reseller-benefits {
	background-image: url(images/affiliate-benefits-bkg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: none;
}

.reseller-benefits .reseller-product-icon h3.reseller-icon-title {
    color: #0586f6;
}
.page-template-page-affiliate-program .reseller-benefits .reseller-product-icon h3.reseller-icon-title {
    color: #38b6ff;
}

.reseller-benefits.section-arrow:after,
.reseller-benefits.section-arrow:before {
    border-top: 30px solid #0586f6;
    z-index: 1;
    bottom: 0;
}
.page-template-page-affiliate-program .reseller-benefits.section-arrow:after,
.page-template-page-affiliate-program .reseller-benefits.section-arrow:before {
    border-top: 30px solid #09487d;
    z-index: 1;
    bottom: 1px;
}

/*reseller-profit*/
.reseller-profit {
    text-align: center;
    background-image: url(images/reseller-profit-bkg.jpg);
    background-size: cover;
    padding: 120px 0 100px;
}
.page-template-page-affiliate-program .reseller-profit {
    text-align: center;
    background-image: url(images/affiliate-grapicon-bkg.jpg);
    background-size: cover;
    padding: 120px 0 100px;
}

.reseller-profit h2.shield-section-title {
	margin-bottom: -80px;
}
.page-template-page-affiliate-program .reseller-profit h2.shield-section-title {
    margin-bottom: 50px;
    color: #fff;
}

.reseller-profit .graphicon-legend {
    margin-top: 40px;   
}
.reseller-profit .graphicon-legend span {
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin: 0 18px;
    vertical-align: bottom;    
}
.page-template-page-affiliate-program .reseller-profit .graphicon-legend span {
    color: #fff;
}

.reseller-profit .graphicon-legend span:last-child {
    color: #0586f6;
}
.page-template-page-affiliate-program .reseller-profit .graphicon-legend span:last-child {
    color: #79d22a;
}

.reseller-profit .graphicon-legend span:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    margin-right: 10px;
    border-radius: 3px;
}
.page-template-page-affiliate-program .reseller-profit .graphicon-legend span:before {
    background: #fff;
}

.reseller-profit .graphicon-legend span:last-child:before {
    background: #0586f6;
}
.page-template-page-affiliate-program .reseller-profit .graphicon-legend span:last-child:before {
    background: #79d22a;
}

/*how-to-become*/
.how-to-become {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e4e4e4+100 */
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(249,249,249,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(249,249,249,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(249,249,249,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.page-template-page-affiliate-program .how-to-become {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,cbdfe7+100 */
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(242,245,246,1) 0%, rgba(203,223,231,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(242,245,246,1) 0%,rgba(203,223,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(242,245,246,1) 0%,rgba(203,223,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#cbdfe7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.how-to-become-container {
	max-width: 820px;
	margin: 0 auto;
}

.how-to-become .reseller-product-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.how-to-become h2.shield-section-title {
	color: #000;
	margin-bottom: 80px;
}

.how-to-become h2.shield-section-title span {
	color: #0586f6;
}

.how-to-become .reseller-product-icon h3.reseller-icon-title {
    color: #0586f6;
    margin-top: 25px;
}

.how-to-become .reseller-product-icon p {
    color: #000;
}

.how-to-become .reseller-icon-wrapper {
	position: relative;
    padding: 115px 0;
}

.how-to-become .reseller-icon-wrapper:after {
    content: '';
    display: block;
    position: absolute;
	top: -10px;
    left: -33px;
    right: -33px;
    bottom: -10px;
    margin: auto;
    background-image: url(images/become-reseller-circle1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 50;
}

.page-template-page-affiliate-program .how-to-become .reseller-icon-wrapper:after {
    background-image: url(images/become-affiliate.png);
}

.how-to-become .reseller-info-icons-container .reseller-product-icon:nth-child(2) .reseller-icon-wrapper:after {
    background-image: url(images/become-reseller-circle2.png);
    z-index: 40;
}

.page-template-page-affiliate-program .how-to-become .reseller-info-icons-container .reseller-product-icon:nth-child(2) .reseller-icon-wrapper:after {
    background-image: url(images/become-affiliate2.png);
}

.how-to-become .reseller-info-icons-container .reseller-product-icon:nth-child(3) .reseller-icon-wrapper:after {
    z-index: 30;
}

.how-to-become .reseller-info-icons-container .reseller-product-icon:last-child .reseller-icon-wrapper:after {
    background-image: url(images/become-reseller-circle3.png);
    z-index: 20;
}

.page-template-page-affiliate-program .how-to-become .reseller-info-icons-container .reseller-product-icon:last-child .reseller-icon-wrapper:after {
    background-image: url(images/become-affiliate3.png);
}


/*reseller-statistics*/
.reseller-statistics {
    background-image: url(images/reseller-statistic.jpg);
}

.page-template-page-affiliate-program .reseller-statistics {
    background-image: url(images/affiliate-statistics-bkg.jpg);
}

.software-reseller .drb-contact-us {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #000;
    padding: 10px 15px;
    margin: 0 5px;
}

.software-reseller .drb-contact-us:hover {
	background: #000;
    color: #fff;
}

.software-reseller .drb-join {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    vertical-align: middle;
    width: 190px;
    padding: 14px 5px;
    border-radius: 3px;
    margin: 0 5px;
}

.software-reseller .drb-join:hover {
    background: #000 !important;
}

.software-reseller .drb-join:before {
    content: '\e905';
    display: inline-block;
    font-size: 22px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}

/*software-reseller*/
.software-reseller {
    background-image: url(images/reseller-download.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.software-reseller {
    background-image: url(images/affiliate-download-bkg.jpg);
}

.software-reseller .slogans {
    margin: 0 auto;
    max-width: 1050px;
}

.software-reseller.download-register-section .color-slogan {
    margin-bottom: 25px;
}

.software-reseller.download-register-section .gray-slogan {
    color: #000;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
## Program Partners
--------------------------------------------------------------*/
.page-template-page-partners-program .page-banner {
	max-height: 405px;
    height: 22vw;
}

/*ppartners-intro*/
.ppartners-intro {
    padding: 20px 0;
}

.ppartners-intro.section-arrow:after {
    bottom: 0;
}

.ppartners-intro .ppartners-image {
    float: left;
    width: 35%;
}

.ppartners-intro .ppartners-image img {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
}

.ppartners-intro .ppartners-info-wrapper {
    float: right;
    width: 65%;
    padding-top: 55px;
}

/*ppartners-icons*/
.ppartners-icons {
	background: #f4f6f6 url(images/pattern-png.png) repeat center;
}

.ppartners-icons .ppartners-info-icons-container .ppartners-product-icon h3.ppartners-icon-title,
.ppartners-why-join .ppartners-info-icons-container .ppartners-product-icon h3.ppartners-icon-title {
	margin-top: 20px;
}

.ppartners-why-join .ppartners-info-icons-container .ppartners-product-icon h3.ppartners-icon-title {
	margin-bottom: 10px;
}

/*ppartners-why-join*/
.ppartners-why-join {
	text-align: center;
	color: #fff;
	background-image: url(images/ppartners-why-us-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ppartners-why-join h2.shield-section-title {
    color: #fff;
}

.ppartners-why-join .ppartners-info-icons-container .ppartners-product-icon {
    width: 20%;
}

.ppartners-why-info {
	font-size: 20px;
	font-weight: 300;
	max-width: 800px;
	margin: 0 auto 70px;
}

/*ppartners-signup*/
.ppartners-signup .pp-single-signup-wrapper {
}

.ppartners-signup .pp-single-signup-row {
	margin: 0;
	padding: 100px 0;
}

.ppartners-signup .pp-single-signup-row .container {
	position: relative;
}

.pp-single-signup-wrapper .pp-content,
.pp-single-signup-wrapper .pp-image {
	padding: 0;
}

.pp-single-signup-wrapper .pp-content {
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(odd) .pp-content {
	background: #fff;
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even),
.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even) .pp-content {
	background: #e8eeef;
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(odd) .pp-content {
	border-right: 1px solid #d9d9d9;
	padding-right: 30px;
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even) .pp-content {
	border-left: 1px solid #d9d9d9;
	padding-left: 30px;
}

.pp-single-signup-wrapper .pp-image {
	position: static;
}

.pp-single-signup-wrapper .pp-image img {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(odd) .pp-image img {
	right: 0;	
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even) .pp-image img {
	left: 0;
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(odd) .container:hover .pp-image img {
	right: -50px;	
}

.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even) .container:hover .pp-image img {
	left: -50px;
}

.pp-single-signup-wrapper h2.pp-title {
    font-size: 32px;
    font-family: 'Bitter', serif;
    font-weight: 400;
    margin: 0 0 20px;
}

.pp-single-signup-wrapper .signup-buttons {
    margin-left: -5px;
    margin-top: 30px;
}

.pp-single-signup-wrapper .pp-signup {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    vertical-align: middle;
    padding: 15px;
    border-radius: 3px;
    margin: 0 5px;
}

.pp-single-signup-wrapper .pp-signup:hover {
    background: #000 !important;
}

.pp-single-signup-wrapper .pp-signup:before {
    content: '\e905';
    display: inline-block;
    font-size: 22px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}

.pp-single-signup-wrapper .pp-more {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #000;
    padding: 10px 15px;
    margin: 0 5px;
}

.pp-single-signup-wrapper .pp-more:hover {
    color: #fff;
    background: #000;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog,
.archive,
.single-post {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+44,dee5e8+82 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 44%, rgba(222,229,232,1) 82%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 44%,rgba(222,229,232,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 44%,rgba(222,229,232,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee5e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.blog .page-banner,
.archive .page-banner,
.single-post .page-banner {
	background-image: url(images/news-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 21vw;
	max-height: 400px;
	position: relative;
	margin-bottom: 70px;
}

.post-type-archive-products .page-banner,
.post-type-archive-business .page-banner,
.single-post .page-banner {
	margin-bottom: 0;
}

.blog .page-banner .carousel-capt-content,
.archive .page-banner .carousel-capt-content,
.single-post .page-banner .carousel-capt-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog .page-banner .carousel-box h1,
.archive .page-banner .carousel-box h1,
.single-post .page-banner .carousel-box h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Bitter', serif;
}

.blog .page-banner .carousel-box p,
.archive .page-banner .carousel-box p,
.single-post .page-banner .carousel-box p {
    max-width: 300px;
}

.blog article.post,
.archive article.post {
	position: relative;
	border-bottom: 1px solid #d3dade;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.single-post article.post {
	position: relative;
    margin-bottom: 30px;
}

.blog article.post .post-date,
.archive article.post .post-date {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-post article.post .post-date {
	position: absolute;
	left: 15px;
	top: 20px;
}

.blog article.post .post-date span,
.archive article.post .post-date span,
.single-post article.post .post-date span {
	display: block;
	text-align: center;
}

.blog article.post .post-date span:first-child,
.archive article.post .post-date span:first-child,
.single-post article.post .post-date span:first-child {
	font-size: 50px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	line-height: 1;
}

.blog article.post .post-content,
.archive article.post .post-content,
.single-post article.post .post-content {
	padding-left: 100px;
}

.blog article.post .post-content h2,
.archive article.post .post-content h2,
.single-post article.post .post-content h2 {
	margin: 0 0 5px;
	font-size: 18px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	text-transform: uppercase;
}

.single-post article.post .post-content h2 {
	margin: 0;
}

.single-post article.post .post-content .post-meta {
	margin: 0 0 20px;
}

.blog article.post .post-content h2 a,
.archive article.post .post-content h2 a,
.single-post article.post .post-content h2 a {
	color: #000;
}

.blog article.post .post-content h2 a:hover,
.archive article.post .post-content h2 a:hover,
.single-post article.post .post-content h2 a:hover {
	color: #0586f6;
}

.blog article.post .post-content .entry-content,
.archive article.post .post-content .entry-content,
.single-post article.post .post-content .entry-content {
	font-weight: 300;
}

.single-post article.post .post-content .entry-content p {
	margin-bottom: 20px;
}

.single-post article.post .post-content .entry-content blockquote {
    margin: 0;
    font-size: 25px;
}

.blog article.post .post-content a.read-more,
.archive article.post .post-content a.read-more,
.single-post article.post .post-content a.read-more {
	color: #363636;
	border: 1px solid #363636;
	width: 135px;
	padding: 12px 0;
	border-radius: 3px;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	float: right;
	margin-top: 5px;
}

.blog article.post .post-content a.read-more:hover,
.archive article.post .post-content a.read-more:hover {
	color: #fff;
	border: 1px solid #0586f6;
	background-color: #0586f6;
}

.pagination.loop-pagination {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.pagination.loop-pagination a.next.page-numbers,
.pagination.loop-pagination a.prev.page-numbers {
    position: absolute;
    color: #000;
    font-weight: 300;
}

.pagination.loop-pagination a.next.page-numbers {
    right: 0;
}

.pagination.loop-pagination a.prev.page-numbers {
    left: 0;
}

.pagination.loop-pagination .page-numbers:not(.next):not(.prev) {
    color: #534e4e;
    display: inline-block;
    border: 1px solid #bdbdbd;
    line-height: 1;
    width: 33px;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    margin: 0 3px;
	box-shadow: inset 0px -10px 7px -2px #dedede;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pagination.loop-pagination .page-numbers:not(.next):not(.prev):hover,
.pagination.loop-pagination span.current:not(.next):not(.prev) {
	background-color: #f9f9f9;
	box-shadow: inset 0px -10px 6px 0px #dedede;
}

.single-post article.post .no-break {
	text-align: center;
    margin-top: 70px;
}

.single-post article.post .stButton .stButton_gradient,
.single-post article.post .stButton .stFb,
.single-post article.post .stButton .stTwbutton,
.single-post article.post .stButton .stMainServices {
    height: 24px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #000;
	color: #fff;
	padding: 130px 0;
}

.site-footer .container {
	position: relative;
}

.site-footer .site-info,
.site-footer .footer-menu-wrapper {
	padding: 0;
}

.site-footer .footer-menu-wrapper .footer-menu {
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}

.site-footer .footer-menu-wrapper .footer-menu:first-child ul:nth-child(2) {
	margin-bottom: 20px;
}

.site-footer h3.footer-menu-title {
	margin: 0 0 7px;
	font-size: 20px;
	font-weight: 400;
}

.site-footer ul.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-menu-wrapper .footer-menu li {
	margin-bottom: 7px;
	color: #bfbfbf;
}

.site-footer .footer-menu-wrapper .footer-menu li a {
	color: #bfbfbf;
}

.site-footer .footer-menu-wrapper .footer-menu li a:hover {
	color: #fff;
}

.site-footer .footer-menu-wrapper .footer-menu:last-child {
	margin-right: 0;
}

.site-footer .site-info {
	max-width: 225px;
	position: static;
}

.site-footer .site-info .site-copyright {
	display: block;
	color: #bfbfbf;
	font-size: 12px;
	margin: 30px 0;
}


.site-footer .site-info .site-copyright span {
	font-size: 10px;
}

.site-footer .site-info .site-copyright a {
	color: #bfbfbf;
}

.site-footer a.foot-social {
    color: #fff;
    display: inline-block;
    padding: 7px 0 5px;
    width: 29px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
}

.site-footer a.foot-social.link-facebook {
    background-color: #365f9f;
}

.site-footer a.foot-social.link-google-plus {
    background-color: #dd5342;
}

.site-footer a.foot-social.link-twitter {
    background-color: #2ca7df;
}

.site-footer a.foot-social.link-linkedin {
    background-color: #066c9a;
}

.site-footer a.foot-social:hover {
    color: #000;
    background-color: #fff;
}

#scroll-to-top {    
    display: block;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 35px;
    line-height: 1;
    border: 1px solid #fff;
    cursor: pointer;
    background: #000;
    color: #fff;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1850px) {
	.page-banner .carousel-box > .inner-wrapper.inner-slider {
		left: 600px;
		overflow: hidden;    
	    height: 430px;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide img {
	    width: 700px;
	    position: relative;
	    top: 60px;	    
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider iframe {
	    height: 300px;
	    width: 540px;
	    position: relative;
	    top: 70px;
	}
}

@media screen and (max-width: 1750px) {
	.page-banner .video-wrapper {
	    max-width: 660px;
	}

	.page-banner .video-wrapper iframe {
	    left: 119px;
	    top: 47px;
	    max-width: 440px;
	    max-height: 290px;
	}
}

@media screen and (max-width: 1600px) {
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box > img,
	.single .page-banner .carousel-box > img,
	.single-products .page-banner .carousel-box > .inner-wrapper img,
	.single-business .page-banner .carousel-box > .inner-wrapper img,
	.page .page-banner .carousel-box > .inner-wrapper img,
	.page .page-banner .carousel-box > img {
	    height: 100%;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3,
	.single .page-banner .carousel-box h1,
	.page .page-banner .carousel-box h1,
	.blog .page-banner .carousel-box h1,
	.archive .page-banner .carousel-box h1,
	.single-post .page-banner .carousel-box h1,
	.post-type-archive-products .page-banner .carousel-box h1,
	.post-type-archive-business .page-banner .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 strong {
	    font-size: 55px;
	}

	.page-template-page-white-label .page-banner .carousel-box h1 {
	    max-width: 100%;
	    font-size: 40px;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider {
	    overflow: hidden;
    	height: 25vw;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide img {
	    width: 47vw;  
	    top: 20px; 
	    height: auto;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider iframe {
	    height: 18vw;
	    width: 35vw;
	    top: 50px;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .slick-dots {
		bottom: 0;
	}
}

@media screen and (max-width: 1400px) {
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box > img,
	.single .page-banner .carousel-box > img,
	.single-products .page-banner .carousel-box > .inner-wrapper,
	.single-business .page-banner .carousel-box > .inner-wrapper,
	.page .page-banner .carousel-box > .inner-wrapper,
	.page .page-banner .carousel-box > img {
	    height: 100%;
	    right: 0 !important;
	}	

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 {
	    font-size: 30px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
	.single .page-banner .carousel-box,
	.page .page-banner .carousel-box,
	.single .page-banner .carousel-box p,
	.page .page-banner .carousel-box p,
	.post-type-archive-products .page-banner .carousel-box p,
	.post-type-archive-business .page-banner .carousel-box p,
	.blog .page-banner .carousel-box p,
	.archive .page-banner .carousel-box p,
	.single-post .page-banner .carousel-box p {
	    font-size: 23px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box a.slider-learn,
	.single .page-banner .carousel-box a.slider-learn,
	.page .page-banner .carousel-box a.slider-learn,
	.single-products .page-banner .carousel-box a.ban-reg,
	.single-business .page-banner .carousel-box a.ban-reg {
	    margin-top: 10px;
	}

	.page-banner .video-wrapper {
	    max-width: 530px;
	    bottom: 0;
	}

	.page-banner .video-wrapper iframe {
	    left: 97px;
	    top: 37px;
	    max-width: 352px;
	    max-height: 234px;
	}
}

@media screen and (max-width: 1250px) {
	.page-banner .carousel-box > .inner-wrapper.inner-slider {
	    left: 340px;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide {   
	    height: 100%;
	    display: inline-block;
	    vertical-align: top;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide img {
	    width: 450px;  
	    top: 40px; 	    
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider iframe {
	    top: 50px;
	}

	.page-banner .video-wrapper {
	    max-width: 400px;
	    bottom: 0;
	    right: 60px;
	}

	.page-banner .video-wrapper iframe {
	    left: 73px;
	    top: 29px;
	    max-width: 266px;
	    max-height: 175px;
	}
}

@media screen and (max-width: 1199px) {
	.products-boxes {
	    display: none;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3,
	.single .page-banner .carousel-box h1,
	.page .page-banner .carousel-box h1,
	.blog .page-banner .carousel-box h1,
	.archive .page-banner .carousel-box h1,
	.single-post .page-banner .carousel-box h1,
	.post-type-archive-products .page-banner .carousel-box h1,
	.post-type-archive-business .page-banner .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 strong {
	    font-size: 40px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 {
	    font-size: 25px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
	.single .page-banner .carousel-box,
	.page .page-banner .carousel-box,
	.single .page-banner .carousel-box p,
	.page .page-banner .carousel-box p,
	.blog .page-banner .carousel-box p,
	.archive .page-banner .carousel-box p,
	.single-post .page-banner .carousel-box p,
	.post-type-archive-products .page-banner .carousel-box p,
	.post-type-archive-business .page-banner .carousel-box p {
	    font-size: 18px;
	}

	.single .page-banner .carousel-box h1,
	.page .page-banner .carousel-box h1,
	.blog .page-banner .carousel-box h1,
	.archive .page-banner .carousel-box h1,
	.post-type-archive-products .page-banner .carousel-box h1
	.post-type-archive-business .page-banner .carousel-box h1 {
	    max-width: 100%;
	}

	.page-template-page-white-label .page-banner .carousel-box h1 {
	    font-size: 20px;
	}

	.single-lead-product {
	    max-width: 400px;
	    margin: 70px auto 0;
	}

	#primary .leading-products .lead-products-row .single-lead-product:before {
	    top: -70px;
	    left: 0;
	}

	.complex-software h2.shield-section-title {
	    font-size: 34px;
	}

	.why-shields .why-shield-red {
	    margin: 70px 0;
	}

	.why-shields .why-shield-blockquote {
	    font-size: 25px;
	}

	.quote-paragraph span.quote {
	    width: 35px;
	}

	.quote-paragraph span.quote:before {
	    font-size: 100px;
	    line-height: 0;
	}

	.quote-paragraph span.quote:last-child:before {
	    top: -20px;
	}

	.site-footer .footer-menu-wrapper .footer-menu {
	    margin-right: 5%;
	    max-width: 140px;
	}

	.products-info-icons-container span.statistics-numbers,
	.reseller-info-icons-container span.statistics-numbers,
	.home-statistics .five-column-icons .five-col-icon span {
	    font-size: 30px;
	}

	.leading-products > .row {
	    margin-left: 0;
	    margin-right: 0;
	}

		#acf-bootstrap-carousel .carousel-inner {
	    overflow: hidden;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box > img,
	.single .page-banner .carousel-box > img,
	.single-products .page-banner .carousel-box > .inner-wrapper,
	.single-business .page-banner .carousel-box > .inner-wrapper,
	.page .page-banner .carousel-box > .inner-wrapper,
	.page .page-banner .carousel-box > img {
	    bottom: 0 !important;
	}

	.site-header .main-navigation li {
	    padding: 15px 0;
	}

	.site-header .site-branding {
		width: 155px;
	}

	.site-header .main-navigation a {
	    font-size: 14px;
	}

	body {
	    border-top: 51px solid #000;
	}

	.product-hightlights {
	    margin-top: 0;
	}

	.product-overview .product-logo img,
	.product-overview .product-logo p {
	    vertical-align: middle;
	}

	.product-overview .product-box-wrapper {
	    margin-left: -17%;
	    width: 50%;
	}

	.product-overview .product-info-wrapper .product-info {
	    font-size: 14px;
	}

	.product-overview .product-logo {
	    font-size: 14px;
	}

	.product-overview {
	    margin-bottom: 50px;
	}

	.wlabel-features .wlabel-features-list span:after {
	    display: none;
	}

	.wlabel-features .wlabel-features-list {
	    display: block;
	    position: relative;
	    margin-bottom: 0;
	    z-index: 1;
	    text-align: left;
	    max-width: 590px;
    	margin: 0 auto 50px;
	}

	.wlabel-features .wlabel-features-list img {
	    float: left;
	    max-width: 300px; 
	}

	#content .wlabel-features .wlabel-features-list span {
	    position: relative;
	    top: auto;
	    left: auto;
	    right: auto;
	    margin-top: 15px;
	    display: block;
	    text-align: left;
	    font-size: 12px;
	    -webkit-transform: translateX(20px);
	    -moz-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	    transform: translateX(20px);
	}

	.page-template-page-white-label .why-shields .why-shield-single {
	    min-height: 370px;
	    padding: 5px 15px;
	}

	.zz-lines > div:before {
	    width: 130px;
	    right: -60px;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider {
	    left: auto;
	    position: absolute;
	    height: auto;
	    bottom: 20px !important;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide {   
	    height: auto;
	    display: block;
	    overflow: visible;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider .inner-slide img {
	    display: none;    
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider iframe {
	    top: 0;
	}

}

@media screen and (max-width: 991px) {
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3,
	.single .page-banner .carousel-box h1,
	.page .page-banner .carousel-box h1,
	.blog .page-banner .carousel-box h1,
	.archive .page-banner .carousel-box h1,
	.single-post .page-banner .carousel-box h1,
	.post-type-archive-products .page-banner .carousel-box h1,
	.post-type-archive-business .page-banner .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 strong {
	    font-size: 20px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 {
	    font-size: 15px;
	}

	.single-business .page-banner .carousel-box .biz-edition {
	    font-size: 16px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
	.single .page-banner .carousel-box,
	.page .page-banner .carousel-box,
	.post-type-archive-products .page-banner .carousel-box,
	.post-type-archive-business .page-banner .carousel-box,
	.single .page-banner .carousel-box p,
	.page .page-banner .carousel-box p,
	.post-type-archive-products .page-banner .carousel-box p,
	.post-type-archive-business .page-banner .carousel-box p,
	.blog .page-banner .carousel-box p,
	.archive .page-banner .carousel-box p,
	.single-post .page-banner .carousel-box p {
	    font-size: 12px;
	}

	#content #acf-bootstrap-carousel .carousel-inner > .item .carousel-box a.slider-learn,
	.single #content .page-banner .carousel-box a.slider-learn,
	.page .page-banner .carousel-box a.slider-learn,
	.single-products #content .page-banner .carousel-box a.ban-reg,
	.single-business #content .page-banner .carousel-box a.ban-reg {
	    font-size: 12px;
    	padding: 5px 10px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box a.slider-learn span,
	.single .page-banner .carousel-box a.slider-learn span,
	.page .page-banner .carousel-box a.slider-learn span {
		display: none;
	}

	.complex-software .complex-info p {
	    font-size: 15px;
	    margin: 50px 0 55px;
	}	

	h2.shield-section-title,
	.complex-software h2.shield-section-title {
	    font-size: 28px;
	}

	p.five-col-desc {
	    padding: 0 10px;
	}

	.award-section .row .award-single:first-child p {
	    max-width: 100%;
	    padding: 50px 0 25px;
	}

	.award-section .row .award-single:last-child p {
	    max-width: 100%;
	    padding: 25px 0 50px;
	}

	.award-section .row .award-single:first-child img {
	    margin-top: 35px;
	    max-width: 80px;
	}

	.award-section .row .award-single:last-child img {
	    margin-top: 10px;
	    max-width: 80px;
	}

	.why-shields .why-shield-single,
	.page-template-page-white-label .why-shields .why-shield-single {
	    border-bottom: 1px dotted #afafaf;
	    border-right: none;
	    min-height: auto;
	    padding: 5px 15px 30px;
	    margin: 0 15px 30px;
	}

	.page-template-page-white-label .why-shields .why-shield-single {
	    float: none;
    	width: auto;
	}

	.why-shields .row .why-shield-single:last-child {
	    border-bottom: none;
	}

	.why-shields .why-shield-blockquote {
	    font-size: 20px;
	}

	.home-statistics .five-column-icons p.five-col-desc {
	    font-size: 13px;
	}

	#primary .testemonials .testemonials-container .testemonials-single {
	    padding-bottom: 130px;
	    max-width: 400px;
	    margin: 30px auto 0;
	    border: none;
	    font-size: 14px;
	    min-height: auto;
	}

	.site-footer {
	    padding: 70px 0;
	}

	.site-footer .footer-menu-wrapper .footer-menu {
	    margin-right: 0;
	    max-width: 100%;
	    display: block;
	    margin-bottom: 30px;
	    text-align: center;
	    font-size: 14px;
	}

	.site-footer h3.footer-menu-title {
	    font-size: 18px;
	}

	.site-footer .footer-menu-wrapper .footer-menu li {
	    margin-bottom: 4px;
	}

	.site-footer .site-info {
	    max-width: 100%;
	    float: none !important;
	    text-align: center;
    	margin-top: 60px;
	}

	.site-footer .site-info img {
	    margin-bottom: 20px;
	}

	.site-footer .site-info .site-copyright {
	    position: relative;
	    bottom: auto;
	}

	#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators {
	    width: auto;
	}

	.site-header > .container {
		width: 100%;
	}

	.site-header .main-navigation {
		position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    background-color: #fff;
	    padding: 0;
	    width: 200px;
	    z-index: 1;
	    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    	-webkit-transition: all 500ms ease-in-out;
	    -moz-transition: all 500ms ease-in-out;
	    -ms-transition: all 500ms ease-in-out;
	    transition: all 500ms ease-in-out;
    	-webkit-transform: translateX(120%);
	    -moz-transform: translateX(120%);
	    -ms-transform: translateX(120%);
	    transform: translateX(120%);
	}

	.site-header .main-navigation.open-nav {
    	-webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}

	.site-header .main-navigation ul#primary-menu {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.site-header .main-navigation li {
	    float: none;
	    padding: 5px 0 0;
	    margin: 0;
	}

	.site-header .main-navigation #primary-menu li:first-child {
	    padding: 0;
	}

	.site-header .site-branding {
	    position: relative;
	    top: auto;
	    left: auto;
	    padding: 8px 0;
	    width: 120px;
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}

	span.close-nav {
	    display: block;
	    color: #858585;
	    border: 1px solid #858585;
	    text-align: center;
	    line-height: 1;
	    cursor: pointer;
	    position: absolute;
	    top: 11px;
	    right: 15px;
	    font-size: 20px;
	    z-index: 10;
	    -webkit-transition: all 300ms ease-in-out;
	    -moz-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	    transition: all 300ms ease-in-out;
	}

	.site-header .main-navigation a,
	.site-header .main-navigation ul ul a {
		color: #000;
		font-size: 13px;
		width: auto;
	}

	.main-navigation ul ul a {
		text-transform: lowercase;
	}

	.main-navigation ul#primary-menu > li > ul {
	    position: relative;
	    top: auto;
	    background-color: transparent;
	    padding: 0;
	    border: none;
	    text-align: left;
	    left: auto;
	    visibility: visible;
	    opacity: 1;
	    padding: 10px;
	    display: none;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	    -webkit-transition: none;
	    -moz-transition: none;
	    -ms-transition: none;
	    transition: none;
	}

	.main-navigation ul#primary-menu > li > ul:before {
	    display: none;  
	}

	.main-navigation ul#primary-menu > li:hover > ul,
	.main-navigation ul#primary-menu > li:focus > ul {
		-webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.main-navigation ul#primary-menu > li span.icon-plus {
	    position: absolute;
	    right: 0;
	    top: 2px;
	    color: #656565;
	    z-index: 10000;
	    padding: 5px;
	    -webkit-transition: all 300ms ease-in-out;
	    -moz-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	    transition: all 300ms ease-in-out;
	}

	.main-navigation ul#primary-menu > li span.icon-plus.open-sub {
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	body {
	    border-top: 45px solid #000;
	}

	.product-overview .product-box-wrapper {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 360px;
	    float: none;
	    -webkit-transform: translateX(-17%);
	    -moz-transform: translateX(-17%);
	    -ms-transform: translateX(-17%);
	    transform: translateX(-17%);
	}

	.product-overview .product-info-wrapper {
	    float: none;
	    width: 100%;
	}

	.product-overview .product-logo p {
	    max-width: 70%;
	}

	.default-temp-sidebar {
	    max-width: 400px;
	    margin: 70px auto 0;
	}

	.ppartners-why-info {
	    font-size: 18px;
	    padding: 0 15px;
	    margin: 0 auto 90px;
	}

	.ppartners-why-join .ppartners-info-icons-container .ppartners-product-icon {
	    width: 100%;
	    display: block;
	}

	.ppartners-intro .ppartners-image {
	    float: none;
	    width: 100%;
	    max-width: 350px;
	    text-align: center;
	    margin: 0 auto;
	}

	.ppartners-intro .ppartners-info-wrapper {
	    float: none;
	    width: 100%;
	    padding-top: 60px;
	}

	.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(odd) .pp-image img {
	    right: auto;
	}

	.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even) .pp-image img {
	    left: auto;
	}

	.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(even) .pp-content {
	    border-left: none;
	    padding-left: 0;
	    float: none !important;
	}

	.ppartners-signup .pp-single-signup-wrapper .pp-single-signup-row:nth-child(odd) .pp-content {
	    border-right: none;
	    padding-right: 0;
	}

	.pp-single-signup-wrapper .pp-image {
	    text-align: center;
	    max-width: 480px;
	    width: 100%;
	    margin: 60px auto 0;
	}

	.pp-single-signup-wrapper .pp-image img {
	    position: relative;
	    display: inline-block;
	    top: auto;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}

	.pp-single-signup-wrapper .pp-signup {
	    display: block;
	    max-width: 250px;
	    margin: 0 auto 10px;
	    font-size: 15px;
	    padding: 10px 15px;
	}

	.pp-single-signup-wrapper .pp-more {
	    display: block;
	    max-width: 250px;
	    margin: 0 auto;
	}

	.pp-single-signup-wrapper h2.pp-title {
	    font-size: 25px;
	    line-height: 1.2;
	}

	.ppartners-signup .pp-single-signup-row {
	    padding: 40px 0;
	}

	.how-to-become .reseller-icon-wrapper:after {
		display: none;
	}

	.how-to-become .reseller-icon-wrapper {
	    padding: 55px 0;
	}

	.programs-small-boxes {
	    text-align: center;
	}

	.programs-small-boxes .program-small-single {
	    display: inline-block;
	    width: 190px;
	    margin-bottom: 25px;
	}

	.programs-small-boxes .program-small-single .small-box-title {
	    font-size: 14px;
	}

	.reseller-profit h2.shield-section-title {
	    margin-bottom: 0;
	}

	.page-template-page-white-label .page-banner .carousel-box p img {
	    margin-top: 10px;
	    max-width: 100px;
	}

	.wlabel-intro .wlabel-info-wrapper {
	    float: none;
	    width: 100%;
	    padding-top: 0;
	    padding-bottom: 50px;
	}

	.wlabel-intro .wlabel-image {
	    float: none;
	    width: 100%;
	    max-width: 250px;
	    margin: 0 auto 20px;
	}

	.wlabel-intro .wlabel-image img {
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}

	.wlabel-icon-image img {
	    position: relative;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    margin: 0;
	}

	.wlabel-single-programs .wlabel-single .wlabel-icon {
	    text-align: left;
	}

	.wlabel-single-programs .wlabel-single .wlabel-icon h3.wlabel-icon-title {
	    margin: 0;
	}

	.wlabel-features .wlabel-features-icons .single-product-icon {
		width: 245px;
		margin-left: 0;
	}

	.wlabel-single-content {
		float: none !important;
	}

	.wlabel-single .wlabel-icon-image {
	    height: auto;
	    position: absolute;
	    top: 50%;
	    left: 0;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	.wlabel-single-programs .wlabel-single .wlabel-icon h3.wlabel-icon-title {
	    margin: 0;
	    padding: 30px 0 30px 100px;
	}

	.wlabel-single-icons {
	    margin: 30px 0;
	}

	.wlabel-screenshot {
	    margin: 120px auto 0;
	    max-width: 600px;
	}

	.zz-lines > div:before {
	    width: 80px;
	    right: -40px;
	    opacity: .3;
	}

	.page-banner .carousel-box > .inner-wrapper.inner-slider iframe {
	    height: 150px;
	    width: 250px;
	}

	.page-banner .video-wrapper {
	    position: static;
	}

	.page-banner .video-wrapper img {
	    display: none;
	}

	.page-banner .video-wrapper iframe {
	    left: auto;
	    right: 0;
	    top: 50%;
	    max-width: 240px;
	    max-height: 144px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3,
	.single .page-banner .carousel-box h1,
	.page .page-banner .carousel-box h1,
	.blog .page-banner .carousel-box h1,
	.archive .page-banner .carousel-box h1,
	.single-post .page-banner .carousel-box h1,
	.post-type-archive-products .page-banner .carousel-box h1,
	.post-type-archive-business .page-banner .carousel-box h1,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h1 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h2 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h3 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 strong,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h4,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h5,
	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box h6 {
	    font-size: 12px;
	    margin-bottom: 5px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
	.single .page-banner .carousel-box,
	.page .page-banner .carousel-box,
	.post-type-archive-products .page-banner .carousel-box,
	.post-type-archive-business .page-banner .carousel-box,
	.single .page-banner .carousel-box p,
	.page .page-banner .carousel-box p,
	.post-type-archive-products .page-banner .carousel-box p,
	.post-type-archive-business .page-banner .carousel-box p,
	.blog .page-banner .carousel-box p,
	.archive .page-banner .carousel-box p,
	.single-post .page-banner .carousel-box p {
	    font-size: 10px;
	}	

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
	.single .page-banner .carousel-box,
	.page .page-banner .carousel-box,
	.post-type-archive-products .page-banner .carousel-box,
	.post-type-archive-business .page-banner .carousel-box {
	    margin: 0 50px;
	}

	#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators {
	    left: 65px;
	}

	#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators li {
	    width: 25px;
	}

	.five-col-icon {
	    width: 180px;
	    float: none;
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 40px;
	}

	.award-section {
	    padding: 20px 0;
	}

	.award-section .row .award-single {
	    position: relative;
	}

	.award-section .row .award-single:first-child p,
	.award-section .row .award-single:last-child p {
	    padding: 20px 0 20px 140px;
	    margin-left: 0;
	}

	.award-section .row .award-single:first-child img,
	.award-section .row .award-single:last-child img {
	    margin-top: 0;
	    max-width: 80px;
	    float: none;
	    position: absolute;
	    left: 30px;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	.why-shields .why-shield-blockquote {
	    font-size: 15px;
	}

	.why-shields .why-shield-red {
	    margin: 30px 0;
	}

	.products-info-icons-container .single-product-icon,
	.reseller-info-icons-container .reseller-product-icon,
	.ppartners-info-icons-container .ppartners-product-icon {
	    width: 245px;
	    margin-left: 0;
	}

	.download-register-section .gray-slogan {
	    font-size: 14px;
	}

	.download-register-section .color-slogan {
	    font-size: 24px;
	}

	.download-register-section ul.download-register-os li {
	    display: block;
	    vertical-align: top;
	    margin: 15px 0;
	}	

	.download-register-section .drb-download {
	    font-size: 12px;
	    width: 145px;
	    padding: 11px 5px;
	    margin: 0 5px;
	}

	.download-register-section .drb-download:before {
		font-size: 18px;
	}

	.download-register-section .drb-register {
	    font-size: 11px;
	    width: 95px;
	    padding: 5px;
	    margin: 0 5px;
	}

	.software-reseller .drb-join {
	    font-size: 12px;
	    width: 250px;
	    padding: 11px 5px;
	    margin: 0 auto 10px;
	    display: block;
	}

	.software-reseller .drb-contact-us {
	    font-size: 11px;
	    width: 250px;
	    padding: 5px;
	    margin: 0 auto;
	    display: block;
	}

	.software-reseller.download-register-section .gray-slogan {
	    line-height: 1.5;
	    padding: 0 15px;
	}

	.below-banner-info a.section-link {
	    font-size: 11px;
	    display: block;
	    margin: 0 0 10px;
	}

	.wlabel-single-programs .wlabel-single .wlabel-single-links a.wlabel-links {
	    display: block;
	    margin-top: 10px;
	}

	.wlabel-features .wlabel-features-list img {
	    float: none;
	}

	.wlabel-features .wlabel-features-list {
	    text-align: center;
	}

	#content .wlabel-features .wlabel-features-list span {
	    text-align: center;
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}

	.wlabel-blockquote {
	    font-size: 14px;
	    padding: 70px 15px;
	}

	.wlabel-blockquote p strong {
	    font-size: 18px;
	}

	.join-program .join-program-description {
	    padding: 0 15px;
	    text-align: center;
	}

	#content .join-program .join-form form.fc-form {
	    padding: 0 15px;
	}

	#content #primary .join-program .join-form form.fc-form .form-element {
	    width: 100% !important;
	    margin: 0;
	}

	.zz-lines > div:before {
	    display: none;
	}

	.blog article.post .post-date span:first-child,
	.archive article.post .post-date span:first-child,
	.single-post article.post .post-date span:first-child {
	    font-size: 30px;
	}

	.blog article.post .post-date,
	.archive article.post .post-date {
	    left: 5px;
	}

	.blog article.post .post-content,
	.archive article.post .post-content,
	.single-post article.post .post-content {
	    padding-left: 66px;
	}

	.blog article.post .post-date,
	.archive article.post .post-date {
	    top: 0;
	     -webkit-transform: translateY(0); 
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     transform: translateY(0); 
	}

	.blog article.post .post-content a.read-more,
	.archive article.post .post-content a.read-more,
	.single-post article.post .post-content a.read-more {
	    width: 95px;
	    padding: 7px 0;
	    float: none;
	}

	.blog article.post .post-content .entry-content,
	.archive article.post .post-content .entry-content,
	.single-post article.post .post-content .entry-content {
	    font-weight: 300;
	    font-size: 14px;
	}

	.shield-app-breadcrumbs {
	    display: none;
	}

	span.reg-price {
	    font-size: 10px;
	}
}

@media screen and (max-width: 650px) {
	.page-banner .carousel-box > .inner-wrapper.inner-slider {
	    display: none;
	}
}

@media screen and (max-width: 500px) {
	#acf-bootstrap-carousel .carousel-inner > .item,
	.single-products .page-banner,
	.single-business .page-banner,
	.page .page-banner,
	.post-type-archive-products .page-banner,
	.post-type-archive-business .page-banner {
	    height: 45vw !important;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box,
	.single .page-banner .carousel-box,
	.page .page-banner .carousel-box,
	.post-type-archive-products .page-banner .carousel-box,
	.post-type-archive-business .page-banner .carousel-box {
	    margin: 0 10px;
	}

	#acf-bootstrap-carousel .carousel-inner > .item .carousel-box > img,
	.single .page-banner .carousel-box > img,
	.single-products .page-banner .carousel-box > .inner-wrapper,
	.single-business .page-banner .carousel-box > .inner-wrapper,
	.page .page-banner .carousel-box > .inner-wrapper,
	.page .page-banner .carousel-box > img {
	    display: none;
	}

	#acf-bootstrap-carousel .carousel-dots-wrapper {
	    bottom: -20px;
	}

	#acf-bootstrap-carousel .carousel-dots-wrapper .carousel-indicators {
	    left: 0;
	    text-align: center;
	    right: 0;
	    bottom: 0;
	}

	.leading-products {
	    padding: 100px 15px;
	}

	.single-lead-product {
	    max-width: 200px;
	    margin: 150px auto 0;
	}

	.leading-products .lead-products-row:first-of-type .single-lead-product:first-child {
	    margin-top: 70px;
	}

	.single-box-content .single-box-info {
		min-height: 160px;
	}

	.single-box-image img {
	    margin-left: -38px;
	    width: 140px;
	}

	.single-box-content .single-box-title {
	    font-size: 15px;
	    font-weight: 400;
	    margin: 7px 0 2px;
	}

	.single-box-content .single-box-desc {
	    font-weight: 400;
	    max-width: 100%;
	    font-size: 11px;
	    min-height: 100%;
	    padding: 0 10px;
	    margin: 0 auto;
	}

	.single-box-content .single-box-info > a {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}

	.single-box-content .single-box-button {
	    font-size: 14px;
	    padding: 5px 0;
	    width: 85px;
	}

	.leading-products .discover-products {
	    margin-top: 140px;
	}

	.product-overview .product-logo img,
	.product-overview .product-logo p {
	    display: block;
	    margin-right: 0;
	    text-align: center;
	    margin: 0 auto;
	}

	.product-overview .product-logo p {
	    max-width: 300px;
	    margin-top: 15px;
	}

	#page .page-banner.has-video {
	    height: 100% !important;
	    padding: 25px 0;
	}

	#page .page-banner.has-video .carousel-box {
	    position: relative;
	    top: auto;
	    bottom: auto;
	    left: auto;
	    right: auto;
	}

	#page .page-banner.has-video .carousel-box .carousel-capt-content {
	    position: relative;
	    top: auto; 
	    left: auto;
	    -webkit-transform: none; 
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none; 
	}	

	.page-banner .video-wrapper iframe {
	    position: relative;
	    top: auto;
	    right: auto;
	    margin-top: 30px;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
}

.lead-products-header {
	position: relative;
	width: 100%;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;	
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.lead-products-header img {
	transform: translateY(-1px);
}
	

.lead-products-group {
	margin-bottom: 80px;
}

.lead-products-bd-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.lead-products-header-icon {
	margin-right: 30px;
}
.formcraft-css .rtl .fc-form .form-element .field-cover #email-icon,
.rtl .formcraft-css .fc-form .form-element .field-cover #email-icon {
  left:0!important;
  right:auto!important
}
html .formcraft-css .fc-form.icons-hide-true .form-element .field-cover div #email-icon {
  display:none
}
html .formcraft-css .fc-form.icons-hide-true .form-element-type-star .field-cover div #email-icon {
  display:block
}
html .formcraft-css .fc-form.label-floating .field-cover div #email-icon {
  bottom:4px;
  top:auto;
  line-height:1.4em;
  margin:10px 2px 6px 2px
}
html .formcraft-css .fc-form .form-element .field-cover #email-icon {
  position:absolute;
  right:0;
  top:0;
  cursor:text;
  line-height:1.4em;
  font-size:1.25em;
  margin:.45em 12px .45em 12px;
  width:1.1em;
  color:inherit;
  background-color:transparent
}
html .formcraft-css .fc-form .form-element .field-cover #email-icon.icon-type-no-icon {
  display:none
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label #email-icon {
  position:relative;
  margin:0;
  font-size:3em;
  line-height:1;
  cursor:pointer;
  margin:0 .2em;
  padding:0
}
html .formcraft-css .fc-form .form-element .star-cover label #email-icon {
  cursor:pointer;
  position:relative;
  display:block;
  margin:0;
  padding:0;
  -webkit-transition:-webkit-transform .2s;
  transform:translate3d(0,0,0) scale(1);
  -webkit-transform:translate3d(0,0,0) scale(1);
  color:#f3a10b;
  opacity:.35;
  font-size:1.6em;
  line-height:1;
  transition:all .3s
}
html .formcraft-css .fc-form .form-element .star-cover>div>div label.fake-empty #email-icon {
  opacity:.35
}
html .formcraft-css .fc-form .form-element .star-cover label.fake-hover #email-icon {
  opacity:1
}
html .formcraft-css .fc-form .form-element .star-cover label.active #email-icon,
html .formcraft-css .fc-form .form-element .star-cover label.fake-click #email-icon,
html .formcraft-css .fc-form .form-element .star-cover label.fake-click:hover #email-icon {
  opacity:1
}
html .formcraft-css .fc-form .form-element .star-cover label:hover #email-icon {
  opacity:1;
  transform:translate3d(0,0,0) scale(1.1);
  -webkit-transform:translate3d(0,0,0) scale(1.1)
}
