/*
Theme Name: Paragon Developers
Author: Paragon Software
Author URI: mailto:info@paragon-software.com
Description: Paragon Software Group Theme
Version: 1.0
Tags: paragon
Text Domain: paragon
*/
/*---------------------------------------------------------------------------------

	Theme Name: Paragon Blog
	Version: 1.0
	Description: New theme for Paragon Software Group Blog
	Tags: paragon
	Text Domain: paragon

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans'),
         url('src/fonts/NotoSans/NotoSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Italic'),
         url('src/fonts/NotoSans/NotoSans-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold'),
         url('src/fonts/NotoSans/NotoSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold Italic'),
         url('src/fonts/NotoSans/NotoSans-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
html, body { margin:0; padding:0;font-family: 'Noto Sans', Arial, sans-serif;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}

sup  {
	font-size: 0.6em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

blockquote:before, blockquote:after {
	content:"";
}

a { outline:none; }

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=button],
input[type=tel],
input[type=submit],
textarea {
   -moz-appearance: none;
   -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */

* {  
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */
.content {
	color: #5a5a5a;
}

.section { 
	position: relative;
	padding: 80px 0; 
}

.no-padding { padding: 0; }
.small-padding { padding: 40px 0; }
.medium-padding { padding: 60px 0; }
.big-padding { padding: 100px 0; }

.section-inner {
	max-width: 90%;
	width: 1400px;
	margin: 0 auto;
}

.section-inner.content { width: 1440px; max-width: 100%; }

.section-inner.wide { width: 1240px; }
.section-inner.thin { width: 700px; }

.bg-dark { background-color: #1d1d1d; }
.bg-graphite { background-color: #262626; }
.bg-grey { background-color: #f1f1f1; }

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */

.header-menu {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    max-width: 700px;
}

.header-menu li {
	display: flex;
	flex: 1 0 auto;
}

.header-menu li a {
	display: flex;
	flex: 1 1 auto;
	padding: 5px;
	margin: 20px 5px;
	color: #5a5a5a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	justify-content: center;

}

.header-menu li a:hover {
	border-bottom: 1px solid #5a5a5a;
	/*font-weight: 600;*/
}

.header-menu li a.disabled {
	pointer-events: none;
	cursor: default;
	position: relative;
}

.header-menu li a.disabled:after {
	content: "Coming Soon";
	color: #fff;
	background-color: #ff783b;
	padding: 5px 10px;
	margin-left: 5px;
	font-size: 8px;
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */
.home_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 310px;
    padding: 30px 0;
    color: #fff;
}

.home_banner .container {
	color: #fff;
	display: flex;
	flex-direction:column;
	align-items: center;
	margin: 0 auto;
}

.product-grid .home_banner .container {
	align-items: center;
}

.home_banner h2 {
	margin-bottom: 20px;
}

.home_banner p {
	font-size: 20px;
	margin-bottom: 20px;
}

.roadmap {
	background-color: #ddd;
	height: 10px;
	margin-top: 30px;
	margin-bottom: 45px;
	display: flex;
	position: relative;
}

.roadmap div {
	width: 40%;
	background-color: #5a5a5a;
}

.roadmap:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #5a5a5a;
	border-radius: 15px;
	border: 1px solid #fff;
	left: calc(20% - 15px);;
	top: -10px;
	position: absolute;
}

.stage {
	position: relative;
	margin-left: 20%;
}

.stage:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 100%;
	background-image: linear-gradient(#fff, #5a5a5a); 
	position: absolute;
	left: -2px;
	top: -35px;
}

.stage li {
	margin-top: 30px;
	position: relative;
}

.stage li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #5a5a5a; 
	position: absolute;
	transform: rotate(45deg);
	left: -26px;
    top: 5px;
}

.stage li:nth-child(2):before {
	background-color: #9e9e9e;
}

.stage li:nth-child(3):before {
	background-color: #c0c0c0;
}

.stage li:nth-child(4):before {
	background-color: #d8d8d8;
}

.posts { 
	overflow: visible !important; 
	display: flex;
    flex-wrap: wrap;
}

.post-container {
	width: 33.3%;
	padding: 15px;
}

.hentry,
.post {
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.post.sticky .post-header { padding-right: 17.5%; }

.post .sticky-post {
	display: block;
	position: absolute;
	z-index: 100;	
	right: 5%;
	height: 38px;
	width: 26px;
	background: #2B3542 url(images/icons/1x/tack-w.png) no-repeat center;
	background-size: 12px auto;
	top: 0;	
	text-indent: -9999px;
}

.post .sticky-post:after {
	content: "";
	display: block;
	border: 13px solid transparent;
	border-left-color: #2B3542;
	border-right-color: #2B3542;
	position: absolute;
	right: 0;
	margin-top: -13px;
	top: 38px;
}
/*  Featured media  ----------------------------------------- */

.featured-media {border-bottom: 1px solid #dcdcdc; padding-bottom: 35px;}

.featured-media a,
.featured-media img,
.featured-media iframe { display: block; margin: auto;}

.featured-media iframe,
.featured-media object { border: none; margin: 0; }

.featured-media a { overflow: hidden; }

.featured-media a img { margin: 0 auto; }

.featured-media a:hover img { 
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	tr.featured-media a,ansform: scale(1.1);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.media-caption {
	font-size: 0.8em;
	line-height: 110%;
	font-weight: 700;
	color: #999;
	padding: 20px 0;
	margin: 0 10%;
	border-bottom: 1px solid #eee;
}


/*  Post inner  ----------------------------------------- */

.post-header { 
	position: relative; 
	padding: 25px 0;
	padding-bottom: 0;
}

.post .post-header h1 {
	text-align: center;
	padding-bottom: 15px;
}

.post-header .post-title {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 700;
	color: #2B3542;
	word-break: break-word;
	-ms-word-break: break-word;
}

.post-header .post-title a { color: #2B3542; }
.post-header .post-title a:hover { color: #358aca; }

/*.post-excerpt { padding: 10%; }*/

.post-excerpt {
	margin-left: 60px;
}

.post-excerpt p {
	font-size: 0.95em;
	line-height: 150%;
	color: #666;
}

.post-excerpt p + p { margin-top: 1em; }

.post-excerpt .more-link { 
	display: block;
	margin-top: 1.1em;
	width: 120px;
	border: 1px solid #ff793c;
	padding: 5px;
	text-align: center;
}

.post-excerpt .more-link:hover { text-decoration: none; }

.posts .post-meta { 
	background: #F9F9F9; 
	padding: 0 10%;
}

.posts .post-meta a {
	display: block;
	color: #999;
	font-size: 0.8em;
	font-weight: 700;
	float: left;
	padding: 20px 0px 20px 24px;
	background: no-repeat left center;
	background-size: 18px auto;
	margin-left: 20px;
}

.posts .post-meta a:first-child { margin-left: 0; }

.posts .post-meta a:hover { color: #358aca; }

.posts .post-meta a.post-date { background-image: url(images/icons/1x/clock-g.png); }
.posts .post-meta a.post-date:hover { background-image: url(images/icons/1x/clock-c.png); }
.posts .post-meta a.zilla-likes { background-image: url(images/icons/1x/heart-g.png); }
.posts .post-meta a.zilla-likes:hover,
.posts .post-meta a.zilla-likes.active { background-image: url(images/icons/1x/heart-c.png); color: #358aca; }
.posts .post-meta a.post-comments { background-image: url(images/icons/1x/comment-g.png); }
.posts .post-meta a.post-comments:hover { background-image: url(images/icons/1x/comment-c.png); }

.posts .post-meta a.post-edit-link { 
	height: 59px;
	width: 20px;
	text-indent: -9999px;
	background-image: url(images/icons/1x/edit-g.png);
	background-size: 20px auto;
	background-position: center;
}

.posts .post-meta a.post-edit-link:hover { background-image: url(images/icons/1x/edit-c.png); }

/* format video, format image */


.posts .format-video .post-header:before,
.posts .format-video .post-header:after,
.posts .format-image .post-header:before,
.posts .format-image .post-header:after { content: none; }


/* format image */


.format-image .post-excerpt { 
	padding-top: 7.5%; 
	font-size: 0.9em;
}

.format-image .post-excerpt .image-caption { font-weight: 600; }


/* format quote, format link */


.post-quote {
	padding: 10%;
	background: #2B3542;
	color: #fff;
}

.post-quote blockquote,
.post-link p {
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 140%;
}

.post-quote blockquote { font-size: 1.1em; }

.post-quote cite,
.post-link a {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 700;
}

.post-quote cite { 
	font-family: 'Noto Sans', sans-serif; 
	font-size: 14px;
}

.post-quote cite:before { content: "— " }


/* format link */


.post-link {
	padding: 10%;
	background: #2B3542;
	color: #fff;
}

.post-link a { 
	color: #358aca; 
	padding-left: 23px;
	background: url(images/icons/1x/link-c.png) no-repeat left center;
	background-size: 16px auto;
}

.post-link a:hover { 
	color: #358aca; 
	text-decoration: underline;
}

.single .post-link p,
.single .post-quote blockquote {
	font-size: 1.75em;
}


/* format gallery */


.format-gallery .flexslider { position: relative; }

.format-gallery .flex-direction-nav a {
	display: block;
	height: 32px;
	width: 20px;
	background-size: auto 32px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-indent: -9999px;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.format-gallery .flex-direction-nav .flex-prev { 
	left: 16px; 
	background-image: url(images/icons/1x/chevron-left-w-shade.png);
}

.format-gallery .flex-direction-nav .flex-next { 
	right: 16px; 
	background-image: url(images/icons/1x/chevron-right-w-shade.png);
}

.format-gallery .flex-direction-nav a:hover { 
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1; 
}

.format-gallery .flex-direction-nav .flex-prev:hover { left: 12px; }
.format-gallery .flex-direction-nav .flex-next:hover { right: 12px; }

.format-gallery .slides li { position: relative; }


/* format status */


.posts .format-status .post-excerpt {
	background: #2B3542;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {
	font-family: 'Pacifico', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
}

.format-status .post-content { 
	color: #333; 
	text-shadow: none;
}


/* format chat */


.format-chat .post-content p {
	margin-bottom: 0.25em;
	padding: 8px 16px;
	border-radius: 3px;
}

.format-chat .post-content p:nth-child(odd) { background: #f5f5f5; }

.format-chat .more-link { margin-top: 1em; }



/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */


body.single .content.full-width { width: 100%; }
body.single .content.center { 
	margin: 0 auto; 
	width: 944px;
	max-width: 100%; 
}

.single { border-radius: 6px; }

/* post header */

/*.single .post-title { font-size: 2.25em; }*/

.single .post-content { padding: 25px 0; }

/* post navigation */

.post-nav {
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 20px;
}

.post-nav a { background-position: left 3px; }

.post-nav a:first-child { margin-top: 0; }

a.post-nav-prev { background-image: url(images/icons/1x/prev-g.png); }
a.post-nav-prev:hover { background-image: url(images/icons/1x/prev-c.png); }
a.post-nav-next { background-image: url(images/icons/1x/next-g.png); }
a.post-nav-next:hover { background-image: url(images/icons/1x/next-c.png); }
.single a.post-edit-link { background-image: url(images/icons/1x/edit-g.png); background-position: left 5px; }
.single a.post-edit-link:hover { background-image: url(images/icons/1x/edit-c.png); }

/* post-author */

.post-author {
	width: 60%;
	padding: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}

.post-author:before,
.post-author:after {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
}

.post-author:before {
	z-index: 100;
	top: 0;
	width: 40px;
	height: 70px;
	background: #358aca url(images/icons/1x/author-w.png) no-repeat center 29px;
	background-size: 22px auto;
}

.post-author:after {
	top: 50px;
	border: 20px solid transparent;
	border-left-color: #358aca;
	border-right-color: #358aca;
}

.post-author-content { margin-left: 70px; }

.post-author h4 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.post-author p {
	font-size: 0.875em;
	line-height: 150%;
	color: #9499A0;
}

.author-links { margin-top: 18px; }

.author-links a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(255,255,255,0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	margin-left: 5px;
	border-radius: 999px;
	text-indent: -9999px;
}

.author-links a:first-child { margin-left: 0; }

.author-links a.author-link-posts { background-image: url(images/icons/1x/archive-w.png); }
.author-links a.author-link-website { background-image: url(images/icons/1x/home-w.png); }
.author-links a.author-link-mail { background-image: url(images/icons/1x/social/mail-w.png); }
.author-links a.author-link-twitter { background-image: url(images/icons/1x/social/twitter-w.png); }

.author-links a:hover { background-color: #358aca; }

.post-top {
	font-size: 12px;
	opacity: 0.6;
	margin-bottom: 25px;
	justify-content: space-between;
	display: flex;
}


/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */


.post-content a:hover { text-decoration: underline; }
.post-content .btn:hover { text-decoration: none; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 180%;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 30px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	color: #5a5a5a;
}

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.6em; }

.post-content h3 { font-size: 1.2em; }

.post-content h4 { font-size: 1.1em; }

.post-content h5 { font-size: 1em; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	font-weight: normal;
	margin: 40px 0;
}

.post-content blockquote:before,
.post-content blockquote:after {
	content: "";
	display: block;
	width: 128px;
	height: 3px;
	background: #eee;
	margin: 40px auto;
}

.post-content blockquote p { 
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 300;
	text-align: center;
}

.post-content cite {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	text-align: center;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	display: inline-block;
	padding: 2px 3px;
	width: auto;
}

.post-content kbd,
.post-content code {
	padding: 0;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	background: #EEE;
	border: none;
	height: 5px;
	margin: 2.5em auto;
	width: 50%;
}

.post-content hr.is-style-wide {
	width: 100%;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 2.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #363F48;
	font-size: 0.8em;
	color: #FFF;
	border-radius: 6px;
}


/* Post media --------------------------------------- */

figure {
	margin: 0;
}

.wp-caption,
.post-content img {
	max-width: 100%;
}

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 300px;
	height: auto;
}

.post-content .wp-caption a,
.post-content .wp-caption img { display: block; }

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.post-content .aligncenter a,
.post-content .aligncenter img { 
	margin: 0 auto; 
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: .8em;
	font-weight: 700;
	color: #999;
	padding-top: .5em;
	text-align: center;
	width: 100%;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


/* GUTENBERG CLASSES */

.post-content .alignfull {
	margin: 2.5em 0;
	margin-left: calc( ( 1400px * .675 ) * -0.1 );
	width: calc( 1400px * .675 );
	max-width: calc( 1400px * .675 );
}


/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
}

.post-content th,
.post-content td {
	padding: 10px;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	/*border-bottom: 1px solid #DDD;*/
}

.post-content caption {
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	/*white-space: nowrap;*/
}

.post-content th { font-weight: bold; }

.post-content th,
.post-content td {
	border: 1px solid #ddd;
}

.post-content table tbody > tr:nth-child(odd) > td { 
	background: #f9f9f9; 
}

@media only screen and (max-width: 767px) {
	.post-content table {
		font-size: 12px;
	}
}


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.6rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #358aca;
	color: #fff;
}

.post-content label {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1rem;
}

.post-content input,
.post-content textarea { 
	font-family: 'Noto Sans', sans-serif; 
	-webkit-font-smoothing: antialiased;
}

.post-content input[type="text"],
.post-content input[type="email"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea,
.page input[type="text"],
.page input[type="email"],
.page input[type="tel"],
.page input[type="url"],
.page input[type="password"],
.page textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 2px solid #eee;
	background: #fdfdfd;
	border-radius: 3px;
	transition: background-color 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #358aca;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #fff;
	color: #358aca;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* Gutenberg Accent Colors --------------------------------------- */

.post-content .has-background { background-color: #222; }

.post-content .has-accent-color { color: #358aca; }
.post-content .has-accent-background-color { background-color: #358aca; }

.post-content .has-black-color { color: #222; }
.post-content .has-black-background-color { background-color: #222; }

.post-content .has-dark-gray-color { color: #444; }
.post-content .has-dark-gray-background-color { background-color: #444; }

.post-content .has-medium-gray-color { color: #666; }
.post-content .has-medium-gray-background-color { background-color: #666; }

.post-content .has-light-gray-color { color: #888; }
.post-content .has-light-gray-background-color { background-color: #888; }

.post-content .has-white-color { color: #fff; }
.post-content .has-white-background-color { background-color: #fff; }


/* Gutenberg Font Sizes --------------------------------------- */

.post-content .has-small-font-size { font-size: .842em; }
.post-content .has-regular-font-size { font-size: 1em; }

.post-content .has-large-font-size,
.post-content .has-larger-font-size {
	line-height: 1.45;
}

.post-content .has-large-font-size { font-size: 1.333em; }
.post-content .has-larger-font-size { font-size: 1.777em; }


/* Block: Image --------------------------------------- */

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption, 
.wp-block-image.is-resized > figcaption {
	display: block;
	width: 100%;
}


/* Block: Button --------------------------------------- */

.post-content .wp-block-file__button,
.post-content .wp-block-button__link {
	border-radius: 4px;
	font-weight: 500;
	padding: .8em 1.4em;
}

.post-content .wp-block-file a {
	color: inherit;
}

.post-content a.wp-block-file__button {
	color: #fff;
}

.post-content .wp-block-file__button:hover,
.post-content .wp-block-button__link:hover {
	opacity: .85;
	text-decoration: none;
}


/* Block: Quote --------------------------------------- */

.post-content blockquote,
.post-content .wp-block-quote.is-large, 
.post-content .wp-block-quote.is-style-large {
	margin-bottom: 1.25em;
	padding: 0;
}

.post-content blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.33em;
	font-style: inherit;
	line-height: 1.5;
}

.post-content .wp-block-quote cite {
	text-align: center;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
	font-size: 0.8em;
}


/* Block: Pullquote --------------------------------------- */

.wp-block-pullquote {
	padding: 0;
}


/* Block: Gallery --------------------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 10px;
}

.post-content .wp-block-gallery.alignfull {
	padding: 0 8px;
}

.post-content ul.wp-block-gallery:not(.alignfull) {
	margin-left: 0;
}


/* Block: Cover Image --------------------------------------- */

.wp-block-cover-image.alignfull {
	min-height: 75vh;
}

.wp-block-cover-image p {
	font-weight: 400;
}


/* Block: Column --------------------------------------- */

.wp-block-column {
	padding: 0 5px;
}


/* Block: Audio --------------------------------------- */

.wp-block-audio audio {
	width: 100%;
}


/* Block: File --------------------------------------- */

.post-content .wp-block-file {
	align-items: center;
	background: #E6E9EC;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	padding: 15px 20px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
	font-weight: 600;
	text-decoration: none;
}

.post-content .wp-block-file__button {
	flex-shrink: 0;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.content .comments,
div#disqus_thread {
	/*padding: 10%;*/
	background: #fff;
}

.nocomments {
	padding: 10%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
}

.comments + .nocomments { border-top: 1px solid #eee; }

.comments-title-container {
	/*padding-bottom: 20px;*/
	margin-left: -30px;
	margin-right: -30px;
	font-family: 'Noto Sans', sans-serif;
}

.comments-title { 
	font-size: 1.4em;
	/*font-weight: 700;*/
	padding: 20px;
	margin-left: 15px;
}

.add-comment-title {
	font-size: 1rem;
	/*text-transform: uppercase;*/
	/*font-weight: 700;*/
	/*margin-top: 14px;*/
	padding: 10px;
	margin: 15px;
	margin-right: 30px;
	border: 1px solid #ff793c;
	width: 35%;
    text-align: center;
}

h2.comments-title, h2.add-comment-title {
	margin-bottom:0;
}

.add-comment-title a:hover { text-decoration: underline; }


/* comment */


.comments div.comment { margin-top: 40px; }

.comments .commentlist > li {
	border: 1px solid #eee;
	padding: 10px;
}

.comments .commentlist > li.comment:first-child > div.comment:first-child { margin-top: 0; }

.comments div.comment { position: relative; }

.comments .children { margin-left: 5%; }

.comments .children > li {
	border-top: 1px solid #eee;
}

.comment-inner { 
	margin-left: 70px; 
	/*padding: 20px;*/
	background: #ffffff;
	position: relative;
}

.comment-inner:after {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #fff;
	position: absolute;
	top: 28px;
	left: 0;
	margin-left: -24px;
}

.comment .avatar {
	float: left;
	width: 45px;
	border-radius: 50%;
}

.comment.bypostauthor { position: relative; }

.comment-header { margin-bottom: 10px; }

.comment-header cite {
	/*display: block;*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 8px;
}

.comment-header cite,
.comment-header cite a { color: #5a5a5a;opacity: 0.6; }
.comment-header cite a:hover { color: #ffad87; }

.comment-header p { font-size: 0.85em; }

.comment-header p,
.comment-header p a { color: #5a5a5a; }

.comment-header p a:hover { color: #ffad87; }

.comment-date {
	display: inline-block;
	float: right;
}

.comment-date a {
	color: #5a5a5a;
	opacity: 0.6;
	font-size: 0.8em;
}

/* comment-content */

.comment-content { 
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.comment-content a:hover { text-decoration: underline; }

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 150%;
	margin-top: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-content *:first-child { margin-top: 0; } 
.comment-content *:last-child { margin-bottom: 0; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 50px 0 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.comment-content blockquote {
	padding: 20px;
	background: #ddd;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul { list-style: circle; }
.comment-content ul ul ul { list-style: square; }

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol { list-style: lower-alpha; }
.comment-content ol ol ol {
	list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address { 
	padding: 20px; 
	background: #ddd;
	line-height: 140%;
}

.comment-content pre {
	padding: 20px;
	background: #ddd;
	line-height: 150%;
	overflow-x: scroll;
}

/* comment actions */

.comment-actions {
	position: absolute;
	top: 22px;
	right: 20px;
}

.comment-actions a {
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background: #2B3542 no-repeat center;
	background-size: 16px auto;
	border-radius: 999px;
	text-indent: -9999px;
}

.comment-actions a + a { margin-left: -8px; }

.comment-actions .comment-reply-link { background-image: url(images/icons/1x/reply-w.png) }
.comment-actions .comment-edit-link { background-image: url(images/icons/1x/edit-w.png) }

.comment-actions a:hover { background-color: #358aca; color: #fff; z-index: 10; }

/* comment navigation */

.comment-nav-below {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	font-size: 0.9em;
	font-weight: 700;
}

.comment-nav-below a { color: #666; }

.comment-actions-below	{
	text-align: right;
}

.comment-actions-below a {
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
	/*font-weight: 700;*/
	/*text-transform: uppercase;*/
	color: #ff793c;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.comment-actions-below a:first-child { margin-left: 0; }
.comment-actions-below a:hover { text-decoration: underline; }


/* pingbacks */

.comments .pingbacks {
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.pingbacks-title {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.25em;
	margin-bottom: 20px;
	color: #2B3542;
}

.pingbacklist .pingback {
	padding: 15px;
	line-height: 130%;
}

.pingbacklist .pingback a { color: #767676; }
.pingbacklist .pingback a:hover { color: #358aca; }

.pingbacklist .pingback:nth-child(2n) { background-color: #eee; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.comment-respond {
	padding: 25px;
	background: #fff;
}

.comments .comment-respond { 
	padding: 10% 0; 
	border-top: none;
}

.comment-reply-title {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	color: #5a5a5a;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
}

.comment-reply-title #cancel-comment-reply-link:hover { text-decoration: underline; }

.comment-notes,
.logged-in-as { 
	color: #666;
	line-height: 130%;
	margin-bottom: 40px;
	margin-top: 25px;
}

.logged-in-as a:hover { text-decoration: underline; }

.comment-form { margin-top: 10px; }

.comment-form p { 
	margin-top: 18px; 
	position: relative;
}

.comment-form p:first-child { margin-top: 0; }

.comment-form label {
	display: block;
	font-size: 16px;
	margin-bottom: .5rem;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	font-size: 14px;
	margin: 0 0 0 .5rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	display: block;
	width: 100%;
	padding: 16px 18px;
	border-radius: 3px;
	background: #f1f1f1;
	color: #333;
	border: 1px solid #eee;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url { width: 75%; }

.comment-form input[type="text"],
.comment-form input[type="email"] { 
	position: relative;
	padding-right: 60px;
	background-repeat: no-repeat; 
	background-position: 96% center;
	background-size: auto 24px;
}

input#author { background-image: url(images/icons/1x/author-g.png); }
input#email { background-image: url(images/icons/1x/social/mail-g.png); }
input#url { background-image: url(images/icons/1x/home-g.png); background-size: 24px auto; }

.comment-form textarea { height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	outline: none;
	background-color: #e5eef8;
}

input#author:focus { background-image: url(images/icons/1x/author-w.png); }
input#email:focus { background-image: url(images/icons/1x/social/mail-w.png); }
input#url:focus { background-image: url(images/icons/1x/home-w.png); }

.form-allowed-tags,
.form-allowed-tags code {
	line-height: 160%;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as { 
	font-size: 0.9em; 
	color: #666;
}

p.form-submit { margin-top: 30px; }

.form-submit #submit {
	padding: 8px 20px;
	border: 1px solid  #ff783b;;
	margin: none;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: #ff783b;
	border-radius: 5px;
	-webkit-font-smoothing: antialiased;
}

.form-submit #submit:hover {
	cursor: pointer;
	background-color: #fff;
	color: #ff783b;
}


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


.posts .page {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}


.page .post-header {
	padding-bottom: 0;
}

/*.page .col-md-12 {
	width: auto;
}*/

/* Contributors template ---------------------------------------------------------- */


.post-content + .contributors-container { border-top: 1px solid #eee; }

.authors-row { 
	position: relative;
	padding: 10%;
	border-top: 1px solid #eee;
}

.authors-row:first-child { border-top: none; }

.authors-row:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #eee;
}

.authors-row .author-info { 
	width: 45%;
	margin-left: 10%;
	text-align: center; 
}

.authors-row .author-info:first-child { margin-left: 0; }

.author-avatar {
	display: inline-block;
	width: 134px;
	height: auto;
	margin: 0 auto 25px auto;
	border: 6px solid #eee;
	border-radius: 9999px;
}

.author-avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
}

.author-info h4 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.author-info h4 a { color: #2B3542; }
.author-info h4 a:hover { color: #358aca; }

.author-info h5 {
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
	margin-bottom: 25px;
}

.author-info h5 a { color: #999; }
.author-info h5 a:hover { color: #444; }

.author-description {
	line-height: 140%;
	text-align: center;
}

.author-description p {
	line-height: inherit;
	text-align: inherit;
}

.author-info .author-links a { background-color: #2B3542; }
.author-info .author-links a:hover { background-color: #358aca; }


/* Image ---------------------------------------------------------- */


.single .post-meta p.image-resolution { background-image: url("/wp-content/themes/paragon_dev/images/icons/1x/image-g.png"); }

.single-attachment .post-author:before { 
	background-image: url("/wp-content/themes/paragon_dev/images/icons/1x/image-w.png"); 
	background-position: center 32px;
}


/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */


.page-title {
	margin-bottom: 60px;
}

.page-title h5 {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.page-title h3 {
	margin-top: 15px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	text-align: center;
	color: #2B3542;

}

.wrap a {
	color: #0073aa;
}

.tag-archive-meta p {
	text-align: center;
	margin-top: 15px;
	color: #767676;
	font-style: italic;
}


/* archive navigation */

.archive-nav {
	position: relative;
	height: 50px;
    line-height: 50px;
    text-align: center;
}

.archive-nav a {
	display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 50%;
	  background: none;
	  width: 40px;
	  height: 40px;
	  top: calc(50% - 20px);
	  font-size: 0;
	  text-indent: 0;
}

.archive-nav a:hover {
	color: #fff;
  	text-decoration: none;
}

.archive-nav a::before {
  display: block;
  color: #fff;
  border-style: solid;
  border-color: #5a5a5e;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}

.archive-nav .next::before {
  content: "";
  border-width: 2px 2px 0 0;
}

.archive-nav .prev::before {
  content: "";
  border-width: 0 0 2px 2px;
}

.archive-nav .prev {
  left: 20px;
  padding-left: 4px;
  position: absolute;
}

.archive-nav .next {
  right: 20px;
  padding-right: 4px;
  position: absolute;
}

/* search */

.search-no-results .post-content p { text-align: center; }


/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */


.sidebar {
	width: 25%;
	padding: 10px;
}

#sidebar-right {
	border: 1px solid #eee;
}

.sidebar .widget {
	padding: 30px 10px;
	border-top: 1px solid #EEE;
}

.sidebar .widget:first-child { border-top: none; }

.widget-title {
	font-family: 'Noto Sans', sans-serif;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 20px;
}
.sidebar.fleft {
	position: sticky;
	top:0;
	z-index: 3;
	/*background-color: #d7e8f4;*/
}
.sidebar .widget-content { 
	font-size: 0.85em; 
	color: #000000; 
}

.sidebar .widget-content a {
	color: #5a5a5a;
}

.sidebar .widget-content a:hover {
  text-decoration: none;
  color: #ff793c;
}

.sidebar .widget-content p { line-height: 150%; }

.widget-content ul {
	padding-left: 0;
}

.widget-content ul li {
	position: relative;
	margin-top: 10px;
	padding: 1px 0 1px 14px;
	line-height: 130%;
}

.widget-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #358aca;
	font-size: 18px;
}

.widget-content > ul > li:first-child { margin: 0; }

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }


.sidebar.fleft .widget-content {
	margin-top: 40px;
}

.all_posts, .page .col-md-12.with_sidebar {
	width: 75%;
	padding-right: 15px;
}

.search_page .all_posts {
	width: 100%;
}

li.pagenav {
	padding: 5px;
    list-style: none;
     margin-top: 6px;
    font-weight: 600;
    background-color: #fff;
    font-size: 14px;
    word-wrap: break-word;
}

li.pagenav > ul {
	padding-top: 5px;
}

li.pagenav a {
	color: #5a5a5a;
    cursor: pointer;
    padding: 5px;
    display: block;
}

.dropdown li.pagenav > ul {
	padding-top: 10px;
}

.dropdown li.pagenav a {
	padding: 10px 5px;
}

.dropdown li.pagenav a:hover {
	background-color: #f5f5f5;
}

/*sidebar menu*/

.sidebar .toc {
	margin-top: 20px;
}

.sidebar .toc .widget {
	border: none;
	padding: 10px;
}

.sidebar .toc .widget-title {
	font-size: 14px;
}

.sidebar.fleft .toc .widget-content {
	margin-top: 0;
}

.sidebar .toc div.nice_navigation li {
	margin-bottom: 10px;
}

.sidebar .toc div.nice_navigation ul ul li {
	margin-bottom: 10px;
}

.sidebar .dropdown-toggle {
	border: 1px solid #ebebeb;
	padding: 10px;
	display: block;
	color: #5a5a5a;
	text-decoration: none;
}

.sidebar .dropdown-menu {
  	left: 0;
  	width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px #ebebeb;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: auto;
	}

.sidebar .dropdown-menu:before {
	display: none;
}

@media (min-width: 992px) {
	.sidebar .dropdown {
		display: none;
	}
}

@media (max-width: 991px) {
	.sidebar .toc {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.all_posts, .page .col-md-12.with_sidebar {
		width: 100%;
	}
	.block .col-md-12.block_elem.with_sidebar {
		padding: 10px;
	}
	.sidebar {
		width: auto;
		float: none;
	}

	.sidebar .widget {
		padding: 10px;
	}
}

/* Widget tag cloud --------------------------------------- */


.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	margin: 0 5px 5px 0;
	background: #BBB;
	font-size: 0.8em !important;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
}

.tagcloud a:hover { background-color: #358aca; color: #fff; text-decoration: none; }


/* Widget search --------------------------------------- */


.wrapper .searchform,
.footer .searchform { position: relative; }

.wrapper .searchform .s,
.footer .searchform .s {
	display: block;
	width: 100%;
	padding: 16px 55px 16px 20px;
	border: none;
	margin: 0;
	background: #ddd;
	color: #fff;
	border-radius: 3px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
}

.wrapper .searchform .s:focus,
.footer .searchform .s:focus { 
	background-color: #2B3542; 
	outline: none;
}

.wrapper .searchform .searchsubmit,
.footer .searchform .searchsubmit {
	display: block;
	height: 36px;
	width: 36px;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 10px;
	text-indent: -9999px;
	background: url(images/icons/1x/spyglass-g.png) no-repeat center;
	background-size: 24px auto;
}

.wrapper .searchform .searchsubmit:hover,
.footer .searchform .searchsubmit:hover {
	cursor: pointer;
	background-image: url(images/icons/1x/spyglass-c.png);
}

.home_banner .search {
	width: 100%;
}

.home_banner .searchform {
	display: flex;
}

.home_banner .searchform .form-control {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 50px;
}

.home_banner .searchform .form-control::placeholder {
	text-align: left;
}

.home_banner .searchform .btn-sm {
	background-color: #dddddd;
	background-image: url(images/icons/1x/spyglass-w.png);
	background-position: center;
	background-repeat: no-repeat;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 50px;
	border: none;
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #1abc9c; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
}

#wp-calendar caption { 
	font-family: 'Noto Sans', sans-serif;
	font-size: 1rem;
	color: #666;
	text-transform: capitalize; 
	padding-bottom: 20px;
}

#wp-calendar thead th {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#wp-calendar tbody { border-bottom: 1px solid #eee; }

#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 12px 0;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #1abc9c;
}


/* Dribbble widget --------------------------------------- */


.dribbble-shot,
.dribbble-shot img { display: block; }

.dribbble-shot {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	padding: 6px;
	background: #f1f1f1;
}

.dribbble-shot:nth-child(2n) { margin-right: 0; }

.dribbble-shot:hover { background-color: #358aca; }

.widgetmore { 
	display: block; 
	clear: both;
}


/* Flickr widget --------------------------------------- */


.flickr_badge_image a,
.flickr_badge_image img { display: block; }

.flickr_badge_image {
	width: 21.25%;
	float: left;
	margin-left: 5%;
	margin-bottom: 5%;
}

.flickr_badge_image a {
	padding: 4px;
	background: #f1f1f1;
}

.flickr_badge_image a:hover { background-color: #358aca; }

.flickr_badge_image:nth-child(2),
.flickr_badge_image:nth-child(6),
.flickr_badge_image:nth-child(10),
.flickr_badge_image:nth-child(14) { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */


.footer .widget { 
	margin-top: 40px;
	border-top: 4px solid #333;
	padding-top: 40px;
}

.footer .widget:first-child { margin: 0; border: none; padding: 0; }

.footer .widget-title { 
	color: #FFF; 
	letter-spacing: 1px; 
	font-size: 0.79em;
}

.footer .widget-content { 
	color: #767676; 
	font-size: 0.95em;
}

.footer .widget-content p { line-height: 160%; }

.widget-content p + p { margin-top: 1em; }


/* Widgets --------------------------------------- */


/* Widget search */

.footer .widget_search .s { background: #333; }

/* widget tagcloud */

.footer .tagcloud a { background-color: #333; }

.footer .tagcloud a:hover { 
	text-decoration: none; 
	background-color: #358aca; 
}

/* widget calendar */

.footer #wp-calendar caption {  color: #fff; }

.footer #wp-calendar thead th {
	border: none;
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
}

.footer #wp-calendar tbody { border-bottom: 1px solid #3B3B3B; }

/* dribbble and flickr widget */

.footer .dribbble-shot,
.footer .flickr_badge_image { background: #333; }


/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */


.credits p {
	font-family: 'Noto Sans', sans-serif;
	color: #767676; 
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.credits a { color: #ccc; }

.credits a:hover { 
	color: #ccc; 
	text-decoration: underline;
}

img#wpstats { display: none; } /* Silly WordPress stats */


/* -------------------------------------------------------------------------------- */
/*	13. Responsive
/* -------------------------------------------------------------------------------- */


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

	/* 2X images */

	.search-toggle { background-image: url(images/icons/2x/spyglass-w.png); }
	
	.post .sticky-post { background-image: url(images/icons/2x/tack-w.png); }
	
	.posts .post-meta a.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.posts .post-meta a.post-date:hover { background-image: url(images/icons/2x/clock-c.png); }
	.posts .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.posts .post-meta a.zilla-likes:hover,
	.posts .post-meta a.zilla-likes.active { background-image: url(images/icons/2x/heart-c.png); }
	.posts .post-meta a.post-comments { background-image: url(images/icons/2x/comment-g.png); }
	.posts .post-meta a.post-comments:hover { background-image: url(images/icons/2x/comment-c.png); }
		
	.post-link a { background-image: url(images/icons/2x/link-c.png); }
	
	.format-gallery .flex-direction-nav .flex-prev,
	.single .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/2x/chevron-left-w-shade.png); }
	.format-gallery .flex-direction-nav .flex-next,
	.single .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/2x/chevron-right-w-shade.png); }
	
	.single .post-meta p.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.single .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.single .post-meta a.zilla-likes:hover { background-image: url(images/icons/2x/heart-c.png); }
	.single .post-meta p.post-categories { background-image: url(images/icons/2x/folder-g.png); }
	.single .post-meta p.post-tags { background-image: url(images/icons/2x/tag-g.png); }
	
	.author-links a.author-link-posts { background-image: url(images/icons/2x/archive-w.png); }
	.author-links a.author-link-website { background-image: url(images/icons/2x/home-w.png); }
	.author-links a.author-link-mail { background-image: url(images/icons/2x/social/mail-w.png); }
	.author-links a.author-link-twitter { background-image: url(images/icons/2x/social/twitter-w.png); }
	
	.comment.bypostauthor:after { background-image: url(images/icons/2x/author-w.png); }
	
	.comment-actions .comment-reply-link { background-image: url(images/icons/2x/reply-w.png); }
	.comment-actions .comment-edit-link { background-image: url(images/icons/2x/edit-w.png); }
	
	input#author { background-image: url(images/icons/2x/author-g.png); }
	input#email { background-image: url(images/icons/2x/social/mail-g.png); }
	input#url { background-image: url(images/icons/2x/home-g.png); }
	
	input#author:focus { background-image: url(images/icons/2x/author-w.png); }
	input#email:focus { background-image: url(images/icons/2x/social/mail-w.png); }
	input#url:focus { background-image: url(images/icons/2x/home-w.png); }
	
	.single .post-meta p.image-resolution { background-image: url(images/icons/2x/image-g.png); }
	.single-attachment .post-author:before { background-image: url(images/icons/2x/image-w.png); }
	
	.searchform .searchsubmit { background-image: url(images/icons/2x/spyglass-g.png); }
	.searchform .searchsubmit:hover { background-image: url(images/icons/2x/spyglass-c.png); }
	
}


@media ( max-width: 1555px ) {


	/* Post Content */

	.post-content .alignfull {
		margin-left: calc( ( 90vw * .675 ) * -0.1 );
		max-width: calc( 90vw * .675 );
		width: calc( 90vw * .675 );
	}

}


@media (max-width: 1440px) {
	
	
	.wrapper.section { padding: 5% 0; }
	
	/* pagination */
	
	.page-title { margin-bottom: 5%; }
	
	.archive-nav { margin-top: 1%; }
	
	
}


@media (max-width: 1040px) {
	
	/* main content */
	
	.section-inner.content { max-width: 94%; }

	.post-container {
		width: 50%;
		padding: 15px;
	}
	
			
}


@media (max-width: 1000px) {
	
	
	/* structure */
	
	body.single .content { width: 100%; float: none; }
	
	/* navigation */
	
	.main-menu { display: none; }
	
	.search-toggle { width: 24px; }
	
	.nav-toggle { 
		display: block; 
		padding: 25px 0;
	}
	
	.nav-toggle .bar {
		display: block;
		width: 26px;
		height: 3px;
		margin-top: 5px;
		background: #8E8E8E;
		border-radius: 1px;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
	
	.nav-toggle:hover { cursor: pointer; }
	.nav-toggle.active .bar { background: #fff; }
	
	.mobile-menu li { border-top: 1px solid rgba(255,255,255, 0.1); }
	.mobile-menu > li:first-child { border-top: none; }
	
	.mobile-menu a {
		display: block;
		padding: 25px 5%;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #999;
		letter-spacing: 1px;
	}
	
	.mobile-menu a:hover { color: #fff; } 
	
	.mobile-menu ul a { padding-left: 10%; } 
	.mobile-menu ul ul a { padding-left: 15%; } 
	.mobile-menu ul ul ul a { padding-left: 20%; } 
	.mobile-menu ul ul ul ul a { padding-left: 25%; } 
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; } 


	/* Post Content */

	.post-content .alignfull {
		margin-left: calc( 90vw * -0.1 );
		max-width: 90vw;
		width: 90vw;
	}
	
}


@media (max-width: 800px) {


	/* structure */
	
	.wrapper.section { padding: 4% 0; }
	
	.section-inner { max-width: 92%; }
	.section-inner.content { max-width: 97%; }
	
	/* header */
	
	.section.header { padding: 50px 0; }
	
	.header .logo img { max-height: 60px; }

	/* Post Content */

	.post-content .alignfull {
		margin-left: calc( 92vw * -0.1 );
		max-width: 92vw;
		width: 92vw;
	}
	
	/* footer */
	
	.footer .one-third { width: 47.5%; }
	
	.footer .column-3 { display: none; }
	
	/* credits */
	
	.credits span { display: none; }
	
	
}


@media (max-width: 700px) {
	
	
	/* single post */
	
	.post-author,
	.single .post-meta {
		width: 100%;
		float: none;
		border-radius: 0;
	}
	
	.single .post-meta-container:after { content: none; }
	
	.single .post-meta { background-color: #3F4854; }
	
	/* post content */
	
	.post-content .alignleft,
	.post-content .alignright {
		max-width: 100%;
		float: none;
		margin: 1.25em 0;
	}
	
	.post-content .alignleft a,
	.post-content .alignleft img,
	.post-content .alignright a,
	.post-content .alignright img { margin-left: auto; margin-right: auto; }
	
	/* comments */
	
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url { width: 100%; }
		
	
}


@media (max-width: 600px) {

	
	body { font-size: 16px; }
	
	/* structure */
	
	.wrapper.section { padding: 25px 0; }
	
	.post-header,
	.single .post-content,
	.content .comments,
	div#disqus_thread,
	.comment-respond,
	.post-quote,
	.post-link { padding: 7.5% 6%; }
	
	/* header */
	
	.section.header { padding: 35px 0; }
	
	.header-search-block .s { font-size: 1.5em; margin-top: -17px; }
	
	.nav-toggle { padding: 20px 0; }
	
	.search-toggle { height: 59px; }
	
	/* navigation */
	
	.navigation-inner { max-width: 90%; }
	
	.mobile-menu a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	/* main content */
	
	.section-inner.content { max-width: 92%; }

	.post-container {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
	
	.post-container:first-child { margin-top: 0; }
	
	.post-header .post-title { font-size: 1.5em; }
	
	.post-excerpt { font-size: 1em; }
	
	.posts .post-meta { padding: 0 6%; }
	
	/* single post */
	
	.media-caption { margin: 0 6%; padding-bottom: 10px; }
	
	.single .post-quote blockquote,
	.single .post-link p { font-size: 1.2em; }
	
	.single .post-quote cite { font-size: 0.8em; }
	
	/* post content */
	
	.post-content p,
	.post-content blockquote,
	.post-content ul,
	.post-content ol,
	.post-content address,
	.post-content dl,
	.post-content .wp-caption,
	.post-content pre {
		line-height: 160%;
		margin-bottom: 1em;
	}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 40px 0 20px;
	}
	
	.post-content h1 { font-size: 1.4em; }
	.post-content h2 { font-size: 1.3em; }
	.post-content h3 { font-size: 1.25em; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }
	
	.post-content h6 {
		font-size: 0.9em;
		font-weight: 700;
		text-transform: uppercase;
	}

	.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
	.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
	.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
	.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
	.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
	.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
		margin-top: 20px;
	}
	
	.post-content blockquote { margin-top: 25px; }
	
	.post-content blockquote:before,
	.post-content blockquote:after { 
		margin: 25px auto; 
		width: 96px;
	}
	
	.post-content blockquote p { 
		font-size: 1.1em; 
		line-height: 150%;
	}
	
	.post-content blockquote cite { font-size: 0.8em; }

	.post-content .alignfull {
		margin-left: calc( 92vw * -0.06 );
	}
	
	/* comments */
	
	.comments-title,
	.add-comment-title {
		float: none;
		width: 100%;
	}
	
	.add-comment-title { display: none; }
	
	.comments-title,
	.comment-reply-title { font-size: 1.5em; }
	
	.comment .avatar { width: 50px; }
	
	.comment-inner { margin-left: 70px; }
	
	.comment-inner:after { top: 13px; }
	
	.comment-content { font-size: 0.9em; }
	
	.reply-title { margin-bottom: 15px; }
	.comment-form { margin-top: 15px; }
	
	/* respond */
	
	.comment-form { margin-top: 10px; }
	
	.comment-notes,
	.logged-in-as { margin-bottom: 25px; }
	
	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 96% center; }
	
	/* page & page templates */
		
	.authors-row { padding: 0; border: none; }
	
	.authors-row:before { content: none; }
	
	.authors-row .author-info {
		width: 100%;
		margin: 0;
		padding: 7.5% 6%;
		float: none;
		border-top: 1px solid #eee;
	}
	
	.authors-row:first-child .author-info:first-child { border-top: none; }
	
	.author-avatar,
	.author-info h5 { margin-bottom: 20px; }
	
	/* pagination */
	
	.page-title { margin-bottom: 25px; }
	
	.page-title h3 { font-size: 1.4em; }
	
	.archive-nav { margin-top: 25px; }
	
	/* footer */
	
	.footer { padding: 30px 0; }
	
	.footer .one-third { 
		width: 100%; 
		float: none;
		padding: 40px 0 0 0;
		border-top: 4px solid #333;
		margin: 40px 0 0 0;
	}
	
	.footer .one-third:first-child { margin-top: 0; border-top: none; padding-top: 0; }
	
	.footer .column-3 { display: block; }
	
	/* credits */
	
	.credits { padding: 30px 0; }
	
		
}

@media (max-width: 500px) {


	/* header */
	
	.header .blog-title { font-size: 1.75em; }
	.header .blog-description { 
		font-size: 1em; 
		margin-top: 15px;
	}

	/* post meta */
	
	.post-author:before, 
	.post-author:after { left: 15px; }
	
	.post-author-content { margin-left: 40px; }
	
	/* comments */
	
	.comments div.comment { margin-top: 20px; }
	
	.comment .avatar { display: none; }
	
	.comment-inner { margin-left: 0; }
	.comment-inner:after { content: none; }
	
	.comment-actions { display: none; }
	
	
	
	.comment-nav-below span { display: none; }
	
	
}


@media (max-width: 400px) {
	
	
	/* respond */

	.comment-form label {
		font-size: 14px;
	}
	
	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 94% center; background-size: 20px auto; }
	
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form textarea { 
		padding: 12px; 
		font-size: 0.9em; 
	}
	
	.comment-form textarea { height: 150px; }
	
	
}

/*Paragon styles*/

/*Paragon slider*/

.bx-wrapper{position:relative;margin:0 auto;padding:0;*zoom:1}.bx-wrapper img{max-width:100%;/*display:block*/}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:relative;top:0;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url("/wp-content/themes/paragon_dev/image/bx_loader.gif") center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;height:14px;margin-top: 10px;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager.bx-default-pager a{text-indent:-9999px;display:block;width:14px;height:14px;margin:0 5px;outline:0;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;border:1px solid #7c7c7c}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#7c7c7c}.bx-wrapper .bx-prev{left:0;background-image:url("/wp-content/themes/paragon_dev/image/slider_prev.png");background-repeat:no-repeat}.bx-wrapper .bx-next{right:0;background-image:url("/wp-content/themes/paragon_dev/image/slider_next.png");background-repeat:no-repeat}.bx-wrapper .bx-controls-direction a{position:absolute;top:0;outline:0;width:33px;height:33px;text-indent:-9999px;z-index:999;background-position: 0% 40%;background-size:100%}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url() -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url() -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:relative;margin:0 auto;width:50%;font-size:15px}.bx-wrapper .bx-caption span{display:block;padding:15px 0 0}

.latest .bx-wrapper .bx-pager {
	margin-top: 30px;
}
.latest .bx-wrapper .bx-controls-direction a {
	top: calc(100% - 26px);
	background-color:transparent;
}

.latest .bx-wrapper .bx-controls-direction a::before {
	border-color: #5a5a5e;
}

@media only screen and (max-width: 768px) {
	.latest .bx-wrapper .bx-prev {
		left: 0;
	}
	.latest .bx-wrapper .bx-next {
		right: 0;
	}
}

/* Common elements */

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans", Arial, Sans Serif;
  font-size: 16px;
  color: #5a5a5a;
  overflow-x: hidden;
  padding: 0;
}

p {
  margin: 0;
}

span, p {
  line-height: 1.6em;
}

*:hover, *:focus, *:active {
  outline: none;
}

a {
  color: #ff793c;
  cursor: pointer;
}

a:hover, a:focus {
  color: #ffad87;
}

a:active {
  color: #e95714;
}

ul {
  padding-left: 20px;
  margin: 0;
}

li {
  margin-bottom: 6px;
}

.f-orange {
  color: #ff783b;
}

.f-blue {
  color: #358aca;
}

.f-green {
  color: #7ccd7c;
}

.f-aqua {
  color: #009dbc;
}

.f-pink {
  color: #ef4060;
}

.f-amber {
  color: #eaca21;
}

.f-purple {
  color: #c25096;
}

.f-gray {
  color: #8e8e8e;
}

.f-lightgray {
  color: #b5b5b5;
}

.l-orange {
  background: #ff783b;
}

.l-blue {
  background: #358aca;
}

.l-aqua {
  background: #009dbc;
}

.l-pink {
  background: #ef4060;
}

.l-amber {
  background: #eaca21;
}

.l-purple {
  background: #c25096;
}

.l-gray {
  background: #8e8e8e;
}

.icon, .icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 paragon-icons;
  font-size: 80px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mini {
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  .icon_right .icon, .icon_left .icon, .block_elem.row-height img {
    margin-bottom: 20px
  }
}

.img-shadow {
  filter: drop-shadow(5px 5px 5px rgba(93, 110, 135, 0.5));
}

.border-gray {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}

.h-sm h2 {
  font-size: 22px;
}

.h-lg h2 {
  font-size: 34px;
}

h3 {
  font-size: 22px;
}

table {
  width: 100%;
}

input[type="text"] {
  background: white;
  border: 0;
  color: #a7a7a7;
}

input[type="text"]::placeholder {
  color: #a5a5a5;
  text-align: center;
  /*font-style: italic;*/
}

input[type="text"]::-ms-input-placeholder {
  /* IE */
  color: #a5a5a5;
  text-align: center;
  font-style: italic
}

button, .btn {
  border-radius: 0;
  -o-transition: color .2s ease-out, background .2s ease-in;
  -ms-transition: color .2s ease-out, background .2s ease-in;
  -moz-transition: color .2s ease-out, background .2s ease-in;
  -webkit-transition: color .2s ease-out, background .2s ease-in;
}

.transitions, .transitions * {
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 0;
  overflow: hidden;
}

.lbl-orange {
  background: #ff783b;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  padding: 1px 3px;
  text-transform: uppercase;
}

.mt15 {
  margin-top: 15px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.block {
  background-position: center;
  background-size: cover;
}

.graybox {
  background-color: #eee;
}

.row-height {
  display: table;
  width: 100%;
}

.col-height {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.align-middle {
  vertical-align: middle;
}

/* Bootsrap styles rewrite (toRefactor) */

@media only screen and (max-width: 992px) {
  .block_elem .contact_wrap:first-child {
    padding-bottom: 30px
  }
  .contact_wrap img {
    margin-bottom: 10px
  }
  .block .block_elem .contact_wrap .col-md-10 {
    padding: 0
  }
  .block .block_elem .contact_wrap .col-md-2 {
    text-align: center
  }
  .block_support .img-responsive {
    padding-bottom: 15px
  }
  .col-md-9.col-height, .col-md-6.col-height {
    display: block;
    width: 100%
  }
  .col-md-9 .img-responsive {
    margin-bottom: 15px
  }
  .block_elem .row-height, .block_elem .row-height .col-height {
    display: block
  }
}

@media only screen and (max-width: 767px) {
  div.pull-right, div.pull-left {
    float: none !important
  }
  h2.text-center, .text-center h2 {
    text-align: left
  }
}

@media only screen and (max-width: 320px) {
  .text-justify {
    text-align: left
  }
}

/* Tab menu */

.menu {
  background-color: #ff793c
}

.scrollmagic-pin-spacer .menu {
  top: 0 !important;
  width: 100% !important;
  position: relative;
  z-index: 1000
}

.menu .nav-tabs {
  border: 0
}

.menu .col-md-10 {
  padding: 0
}

.menu .nav>li>a {
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  position: relative;
  background-color: transparent;
  border: none
}

.menu .nav-tabs>li.active, .menu .nav-tabs>li:hover {
  background-color: #ff9b71
}

.menu .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  background-color: transparent;
  border: none
}

.menu .nav-tabs>li.active>a:before {
  content: "";
  position: absolute;
  top: 33px;
  left: 50%;
  border-left: 13px solid transparent;
  border-top: 13px solid #ff9b71;
  border-right: 13px solid transparent;
  margin-left: -13px;
  z-index: 50
}

@media only screen and (max-width: 767px) {
  .wrapper-nav-tabs {
    position: relative;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    margin: 0 auto;
    outline: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer
  }
  .wrapper-nav-tabs:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff
  }
  .wrapper-nav-tabs .nav-tabs {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ff9b71;
    font-weight: 400;
    opacity: 0;
    pointer-events: none
  }
  .wrapper-nav-tabs .nav-tabs>li {
    float: none;
    margin: 0;
    padding: 0
  }
  .wrapper-nav-tabs .nav-tabs li a {
    text-align: left;
    font-size: 16px;
    padding: 10px 0
  }
  .menu .wrapper-nav-tabs.openly .nav-tabs>li.active>a {
    font-size: 16px
  }
  .menu .wrapper-nav-tabs.openly .nav-tabs>li.active>a:before {
    content: "";
    border: 0
  }
  .wrapper-nav-tabs.openly .nav-tabs {
    opacity: 1;
    z-index: 1100;
    pointer-events: auto
  }
  .wrapper-nav-tabs.openly:after {
    border-color: #fff transparent transparent;
    border-width: 6px 6px 0;
    margin-top: -3px
  }
}

body>div.content>.block:last-child {
  padding-bottom: 30px
}

.landing-content .page:last-child .block:last-child {
  padding-bottom: 30px
}

.tab-content .page .block.sc_block_html_full_width:last-child {
  padding-bottom: 0;
}

body>div.content>.block:first-child {
  padding-top: 0
}

.block .block_elem, .block .row_block_elem, .block .col-md-10.block_elem {
  padding: 40px 0
}

.block .col-md-12.block_elem {
  padding: 40px 15px
}

.block .block_elem.row-height .col-height.col-md-2 {
  text-align: center;
  vertical-align: middle;
  float: none
}

.block .col-md-10, .block .block_elem .row_block_elem {
  padding: 0
}

.block .block_elem .col-md-10 {
  padding: 0 15px
}

.block_elem h3,
.block_elem h4,
.block_elem h5,
.block_elem h6 {
  margin: 20px 0 15px
}

.block .block_elem .col-md-12 img {
  margin: 15px auto
}

.block .block_elem .btn-dark-blue {
  background: #44447e
}

.block .block_elem .btn-green {
  background: #00c97b
}

.btn-dark-blue, .btn-green {
  color: #ffffff;
  width: 100%;
  border-radius: 0
}

.block .block_elem .btn img {
  height: 60px
}

/* features tab */

.tab-features, .tab-default, .tab-faq, .tab-drop {
  text-align: left
}

.tab-features th, .tab-default th, .tab-faq th, .tab-drop th {
  padding: 10px 20px;
  background: #eeeeee;
  border-bottom: 1px solid #878787
}

.tab-drop .icon {
  font-size: 22px;
  font-weight: 600
}

.tab-drop th, .tab-drop td {
  text-align: center;
  background: transparent;
}

.tab-drop tr.accordion-toggle td {
  cursor: pointer;
  padding: 8px 15px
}

.tab-drop .inset_table td {
  padding: 8px 15px
}

.graybox .tab-drop .inset_table td {
  padding: 0 15px 15px 15px
}

.tab-drop .inset_table p {
  font-size: 16px;
}

.tab-drop .inset_table td:first-child {
  padding: 8px 15px 8px 35px
}

.graybox .tab-drop .inset_table td:first-child {
  padding: 0 15px 15px 35px
}

.tab-drop tr td:first-child, .tab-drop tr th:first-child {
  width: 40%;
  text-align: left;
  vertical-align: top
}

.tab-drop .inset_table {
  background: #eeeeee;
  border-bottom: 1px solid #878787
}

.tab-features td.column--wide {
  width: 65%;
  vertical-align: top;
}

.tab-features td.column--nonwide {
  vertical-align: top;
}

.tab-features td, .tab-default td, .tab-faq td {
  padding: 20px;
  border-bottom: 1px solid #878787
}

.tab-features ul.orange-bullet li, .tab-default ul.orange-bullet li {
  color: #ff783b
}

.tab-features ul.orange-bullet li p, .tab-default ul.orange-bullet li p {
  color: gray
}

.tab-default {
  table-layout: fixed;
}

.tab-default tr td:first-child {
  width: 30%;
  vertical-align: top
}

.wdth-15.tab-default tr td:first-child {
  width: 15%;
}

.tab-features, .tab-collapse {
  border-top: 1px solid #878787
}

.tab-features td.features-category, .tab-faq td.features-category {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  height: 45px;
  cursor: pointer;
  border-bottom: 1px solid #878787
}

.tab-faq {
  border-top: none;
  border-collapse: separate
}

.tab-faq.tab-collapse {
  border-top: none
}

.tab-faq td.features-category {
  text-align: left;
  padding: 0 20px;
  border: none;
  border-top: 1px solid #878787
}

.tab-features .features-category span, .tab-faq .features-category span {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  display: block;
}

.tab-faq .features-category span, .tab-features .features-category span, .tab-drop tr.accordion-toggle td:first-child {
  padding: 10px 30px;
  position: relative;
}

.tab-faq .features-category span:before, .tab-features .features-category span:before, .tab-drop tr.accordion-toggle td:first-child:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-color: #5a5a5a;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.tab-faq .features-category span.off:before, .tab-features .features-category span.off:before, .tab-drop tr.accordion-toggle.collapsed td:first-child:before, .tab-features tr.collapsed span:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.tab-drop tr.accordion-toggle {
  border-bottom: none
}

.tab-drop tr.accordion-toggle.collapsed td {
  border-bottom: 1px solid #878787
}

.tab-features, .tab-collapse {
  border-top: 1px solid #878787
}

.tab-collapse th {
  background: transparent
}

.tab-collapse td {
  padding: 0;
  border: none
}

.tab-collapse tr th:nth-child(2), .tab-collapse .features-list tr td:nth-child(2) {
  border-left: 1px solid #878787
}

.tab-collapse th p {
  font-size: 22px;
  text-align: center;
  font-weight: 400
}

.tab-collapse .features-list {
  border-bottom: 1px solid #878787
}

.tab-collapse .features-list.off {
  display: none;
}

.tab-faq.tab-collapse .features-list {
  border-bottom: none
}

.tab-collapse .features-list td {
  padding: 20px;
}

.tab-faq.tab-collapse .features-list td {
  padding: 5px 20px 20px 20px
}

.tab-collapse .features-list tr:nth-child(2n) {
  background: #f5f5f5
}

.tab-in-tab td, .tab-drop th {
  border-bottom: 1px solid #878787;
  padding: 8px 35px;
  width: 30%;
}

.sc_table_col_two tr:last-of-type td, .tab-drop tr.accordion-toggle.collapsed:nth-last-child(2) td, .tab-drop tr:last-child .inset_table, .tab-in-tab tr:last-child td, .sc_features_long tr:last-child .features-list, .sc_features_long tr.collapser.collapsed:nth-last-child(2) td {
  border-bottom: none;
}

.sc_table_col_two table tr:first-child td {
  padding-top: 0;
}

.sc_table_col_two table td {
  padding-left: 0;
}

.sc_table_col_two table tr td:first-child {
  width: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .tab-features th, .tab-default th {
    display: none
  }
  .tab-features td, .tab-default td, .tab-collapse .features-list td {
    padding: 10px
  }
  .tab-collapse td {
    padding: 0
  }
}

@media only screen and (max-width: 480px) {
  .tab-collapse th {
    display: none
  }
  .tab-collapse {
    border-top: 1px solid #878787
  }
  .tab-collapse .features-list tr td:first-child, .tab-features tr td:first-child {
    width: 100%;
    border: 0
  }
  .tab-collapse .features-list tr td:nth-child(2) {
    border: 0
  }
  .tab-features td, .tab-features tr td:first-child, .tab-default td, .tab-default tr td:first-child {
    display: block;
    width: 100%;
    height: auto
  }
  .tab-features tr td:first-child, .tab-default tr td:first-child {
    padding-bottom: 0
  }
  .tab-features .features-list tr td:first-child {
    font-weight: 600
  }
  .tab-features .features-category {
    padding: 10px 0 0
  }
  .tab-features.tab-collapse .features-category {
    display: table-cell;
    height: 45px;
    border-bottom: 1px solid #878787
  }
}

/* sliders */

.block_opinions .container, .block_tour .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block_opinions h2:first-child {
  margin-top: 0;
}

.block-slider .slide {
  width: 83%;
  margin: 0 auto
}

.block-slider .slide .col-height {
  width: 100%;
  vertical-align: middle;
  text-align: justify
}

.block-slider .slide-picture .col-height {
  width: 75%
}

.block-slider .slide-picture .col-height:first-child {
  width: 25%;
  padding: 0 20px 0 0
}

.block_pics .block-tour-slider img {
  width: 80%
}

.opinions_v2 .slide {
  width: 85%;
  margin-bottom: 0
}

.opinions_v2 blockquote:before {
  content: "\ec5c";
  font: normal normal normal 80px/1 paragon-icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #dcdcdc;
  padding-right: 30px
}

.opinions_v2 blockquote p {
  width: 86%;
  line-height: 1.4em;
  vertical-align: top;
  display: inline-block
}

.opinions_v2 blockquote {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  border: none
}

.opinions_v2 address {
  color: #b0b0b0;
  font-size: 1rem;
  margin: 0;
  line-height: 1.4em;
  text-align: right
}

.blocks_img_with_button {
  text-align: center
}

.blocks_img_with_button .block_img_with_button {
  min-height: 250px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blocks_img_with_button .orange_button {
  position: relative;
  text-transform: none;
  top: 230px;
  width: 60%
}

.block-tour-slider .slider-tour-img {
  width: 70%
}

.block-tour-slider li {
  text-align: center;
  padding-bottom: 30px
}

.block-tour-slider .bx-caption span {
  font-size: 1rem;
}

@media only screen and (max-width: 992px) {
  .block-tour-slider .slider-tour-img, .bx-wrapper .bx-caption {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .block-tour-slider .slider-tour-img, .bx-wrapper .bx-caption {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) {
  .block-tour-slider .slider-tour-img, .bx-wrapper .bx-caption, .block-slider .slide, .block_pics .block-tour-slider img {
    width: 90%;
  }
  .bx-wrapper .bx-controls-direction a {
    background-size: 40%;
  }
  .block-slider .slide .col-height {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }
  .block-slider .slide-picture .col-height:first-child {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #868686;
    border-top: 1px solid #868686;
  }
  .block-slider .slide-picture .col-height img {
    margin: 0 auto;
    max-width: 60%;
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .block-tour-slider .slider-tour-img, .bx-wrapper .bx-caption, .block-slider .slide, .block_pics .block-tour-slider img {
    width: 100%;
  }
}

/*  buttons (only orange is used now) */

.blue_button,
.blue_button:focus {
  border: 1px solid #358aca;
  background-color: #358aca;
  color: #fff;
  border-radius: 5px;
}

.gray_button,
.gray_button:focus {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 20px;
}

.white_butto,
.white_butto:focus {
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.orange_button,
.orange_button:focus {
  background-color: #ff783b;
  color: #ffffff;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
}

.blue_button:hover {
  color: #358aca;
  background-color: #fff;
}

.gray_button:hover {
  background-color: #5a5a5a;
  color: #f5f5f5;
}

.orange_button:hover {
  background-color: #ffffff;
  color: #ff783b;
}

/* news styling */

/*HOME*/

.home .news {
  margin: 40px 0
}

.home .news__item {
  margin-bottom: 40px;
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home .news__item:last-child {
  margin-bottom: 0
}

.home .news__icon {
  position: absolute;
  left: 10px;
}

.home .news__icon .icon {
  font-size: 60px;
}

.home .news__body {
	height: 150px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	margin-top: 130px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.home .news__body p {
  font-size: 14px;
}

.home .news__title {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.home .news__title h3 {
  font-size: 20px;
  line-height: 120%;
  color: #5a5a5a;
  min-height: 40px;
}


.home .news__body a { 
	color: #5a5a5a; 
}

.home .news__body a:hover { 
	color: #ff793c;
	text-decoration: none; 
}

.home .news__date {
  font-size: 12px;
  text-align: right;
}

.news__bottom {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 10px;
  justify-content: space-between;
  display: flex;
}

.news__bottom ul.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news__bottom a {
	display: block;
	color: #2B3542;
	opacity: 0.6;
}

.news__readmore {
  display: block;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
}

.post__date {
  font-size: 12px;
  margin-top: 20px;
  text-align: right;
  color: #a5a5a5;
}

.home .text--small {
  font-size: 12px;
}

.home .btn {
	width: 180px;
}

.home h2 {
	font-weight: 600;
}

.home .gray_button {
  border: 1px solid #5a5a5a;
  background-color: #5a5a5a;
  color: #f5f5f5;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
}

.home .soon_button {
  border: 1px solid #9b9b9b;
  background-color: #9b9b9b;
  color: #f5f5f5;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
}

.home .orange_button {
  background-color: #ff783b;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #ff783b;
}

.home .blue_button {
  background-color: #358aca;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #358aca;
}

.home .gray_button:hover {
  color: #5a5a5a;
  background-color: #f5f5f5;
}

.home .soon_button:hover {
  color: #9b9b9b;
  background-color: #f5f5f5;
}

.home .orange_button:hover {
  background-color: #ffffff;
  color: #ff783b;
}

.home .blue_button:hover {
  color: #358aca;
  background-color: #ffffff;
}

.block_tall {
	padding: 70px 15px;
}

.block_icon {
	margin-bottom:50px;
	display:flex;
	flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.icon_top {
	width:30%;
	text-align:center;
	padding:48px 16px;
	min-height:338px;
	/*box-shadow: 0 0 0.5px 1px rgba(0, 0, 0, 0.1);*/
	border-radius: 5px;
	margin: 15px 1%;
}

.icon_top:last-child {
	margin-right:0;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.half {
	width: 50%;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.half > a {
	width: 100%;
}

.card_icon {
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin: 20px;
	padding: 20px 40px;
	border-radius: 10px;
	color: #5a5a5a;
	flex: 1 1 100%;
	align-self: stretch;
}

.card_icon:hover {
	color: #ffad87;
}

.card_icon img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-right: 40px;
}

.header_back {
	background-repeat: no-repeat;
	background-size: cover;
}

.product_header {
	display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align: center;
	color: #fff;
}

.product_header h1 {
	font-size: 50px;
	color: #fff;
	margin: 25px;
	text-align: center;
}

.product_header .orange_btn {
  background-image: linear-gradient(90deg, #FBB040, #E15210);
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
  width: 220px;
  margin: 10px 40px;
}

.product_header .orange_btn.no_gradient {
	background: #ff783b;
}

.product_header .orange_btn:hover {
  color: #E15210;
  background-image: none;
  background-color: #ffffff;
  text-decoration: none;
}

.product_header .white_btn {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 220px;
  margin: 10px 40px;
}

.product_header .white_btn:hover {
  color: #509DD5;
  background-color: #ffffff;
  text-decoration: none;
}
#get h2 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 60px;
}
#get .icon_top {
	background-color: #fff;
	box-shadow: 0 1px 4px #D3D9E6;
	font-size: 18px;
	padding: 25px;
	display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
}

#get .icon_top .icon {
	min-height: 105px;
}

#get .icon_top h3 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 18px;
}

#get .btn {
  background-color: #ffffff;
  color: #5A5A5A;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #5A5A5A;
  width: 220px;
  margin: 10px 40px;
  margin-top: 30px;
}

#get .btn:hover {
  color: #fff;
  background-color: #82BDE8;
  border: 1px solid #fff;
  text-decoration: none;
}
#platform {
	margin-top: 70px;
}
.round_pcb {
	min-width: 160px;
	min-height: 160px;
	background-color: #F1F2F4;
	box-shadow: 0 1px 4px #D3D9E6;
	padding: 5px;
	border-radius: 50%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.round_pcb h4 {
	font-size: 24px;
	font-weight: bold;
	max-width: 260px;
	text-align: center;
	padding: 5px;
	padding-top: 90px;
	background: url(/wp-content/uploads/2020/04/cloud_linear_gray.png) no-repeat, url(/wp-content/uploads/2020/04/cloud_linear_gray.png) no-repeat; 
	background-size: 110px,71px; 
	background-position: top left 83px,top 31px left 48px;
}
.round_pcb h5 {
	text-align: center;
	max-width: 150px;
	font-size: 22px;
	padding: 5px;
}
.round_pcb .flex-container {
	margin-top: 15px;
	font-size: 18px;
	text-decoration: underline;
}
.ocb {
	width: 250px;
	height: 250px;
}
.ocb:after {
	content: "";
	position: absolute;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background-color: #F1F2F4;
    opacity: 0.3;
    pointer-events: none;
}
.divider_pcb {
	display: flex;
    flex: 1;
    max-width: 70px;
    background-color: #808080;
    height: 1px;
    margin: 15px;
}
.divider_pcb_vert {
    background-color: #808080;
    width: 1px;
    height: 50px;
    margin: 25px;
}
.hidden-info {
	padding: 80px;
	margin: 0 80px;
	margin-top: 0;
	background: url(/wp-content/uploads/2020/03/pcb_cloud.png) no-repeat, url(/wp-content/uploads/2020/03/pcb_cloud.png) no-repeat, url(/wp-content/uploads/2020/03/pcb_cloud.png) no-repeat; 
	background-size: 116px,179px,261px; 
	background-position: top right, center left, bottom right;
	display: none;
}
.hidden-info .card {
	box-shadow: 0 1px 4px #D3D9E6;
	display: flex;
	flex-direction:column;
	padding: 35px 60px;
	font-size: 18px;
	flex: 1;
	background-color: #fff;
	position: relative;
}

.hidden-info .card .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #FF793C;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
    align-items: center;
    margin: 20px;
    margin-left: 0;
}
.hidden-info .card .icon img {
	width: 60px;
	height: 60px;
	object-fit:contain;
}
.hidden-info .card h3 {
    font-size: 30px;
}
.hidden-info .card ul {
	list-style-type: disc;
	padding-top: 10px;
}
.hidden-info .card .flex-container {
	margin-top: 20px;
}
.hidden-info .card .flex-container a {
	margin-right: 20px;
}
.hidden-info .btn {
  background-color: #ffffff;
  color: #5A5A5A;
  font-size: 25px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #5A5A5A;
  width: 220px;
  margin-top: 30px;
}

.hidden-info .btn:hover {
  color: #fff;
  background-color: #FF793C;
  border: 1px solid #fff;
  text-decoration: none;
}

.hidden-info .close_card,
.close_button {
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  font-size: 40px;
  color: #ccc;
  cursor: pointer;
}

.round_pcb.active {
	background-image: linear-gradient(135deg, #FBB040, #E15210);
	color: #fff;
}

.round_pcb.active a {
	color: #fff;
}
.landing h2 {
	text-align: center;
	font-size: 35px;
}
#quick h2 {
	margin-bottom: 30px;
}
#get h2 {
	margin-bottom: 60px;
}
#platform h2 {
	margin-bottom: 100px;
}
.landing .addtoany_content {
	text-align: center;
	margin-top: 50px;
}

/*Cards with icin and button*/
.block_icon_btn {
	margin-top: 30px;
	margin-bottom:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block_icon_btn .icon_top {
	max-width:300px;
	text-align:center;
	padding:30px 15px;
	border-radius: 5px;
	margin:15px;
	border: 1px solid #ff783b;
	position:relative;
	min-height: auto;
}
.block_icon_btn h3 {
	font-size:18px;
	text-align:center;
	font-weight: 600;
	margin-top: 20px;
}

.block_icon_btn .btn_block {
	display: flex; 
	justify-content: center;
}

.block_icon_btn .btn_block .btn {
	position:absolute;
	bottom: -20px;
}

/*Top Bar */
.flex_container {margin:0;}
.getSDK {
    position: sticky;
    background-color: #276594;
    color: #fff;
    font-size: 15pt;
    bottom: 0px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.getSDK .container {display: flex;}
.getSDK .flex_container {justify-content: space-between;margin: auto;padding:10px;}
.getSDK .btn {font-size:18px;margin:auto;}
.getSDK .textSDK {margin: 10px auto;}

@media only screen and (max-width: 991px) {
.getSDK .flex_container {margin-left: 0;}
}

@media only screen and (max-width: 560px) {
.getSDK .flex_container {margin-left: 20px;}
}

/*Lamanche*/
.lamanche {
	padding-top: 70px;
	padding-bottom: 80px;
	background-color: #4A5864;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.lamanche .product_header h1 {
	font-size: 40px;
    font-weight: bold;
}

.tracker .gray {
	background-color: #F9F9F9;
}

.gray {
	background-color: #F9F9F9;
}

.tracker .orange_btn, 
.lamanche .product_header .orange_btn {
	text-transform: uppercase;
	text-align: center;
	padding: 15px 5px;
	background-image: none;
	background-color: #FF793C;
	border: 1px solid #FF793C;
	color: #fff;
	margin: 20px;
	border-radius: 5px;
    min-width: 220px;
}

.tracker .orange_btn:hover, 
.lamanche .product_header .orange_btn:hover {
	color: #FF793C;
	background-color: transparent;
	text-decoration: none;
}

.tracker .white_btn {
	text-transform: uppercase;
	text-align: center;
	padding: 15px 5px;
	color: #FF793C;
	border: 1px solid #FF793C;
	background-color: transparent;
	margin: 20px;
	border-radius: 5px;
    min-width: 220px;
}

.tracker .white_btn:hover {
	background-color: #FF793C;
	color: #fff;
	text-decoration: none;
}

.landing .tracker h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

.lamanche_source {
	display: flex;
	flex-wrap: wrap;
}
.lamanche_source li {
	display: flex;
	align-items: center;
	flex: 1 1 50%;
	padding: 30px;
}

.lamanche_source li .icons {
	font-size: 0;
	border-radius: 50%;
	background-color: #4A5864;
	margin-right: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 70px;
    height: 70px;
}

.lamanche_source li .icons img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#want .container {
	background-image: url(https://developers.paragon-software.com/wp-content/uploads/2020/06/want_1.svg), url(https://developers.paragon-software.com/wp-content/uploads/2021/03/icon-time-tracker-ico.svg);
	background-repeat: no-repeat, no-repeat;
	background-size: 25%, 25%;
	background-position: center left, center right;
}

#want p {
	text-align: center;
}

.green-num {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.green-num li {
	list-style-type: none;
	padding: 30px;
    position: relative;
}

.green-num li:nth-child(odd) {
	width: 20%;
}

.green-num li .num {
    margin: 10px auto;
    text-align: center;
    color: #3FCABD;
    font-weight: bold;
    background-color: #4A5864;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.green-num li p {
	text-align: center;
}

.green-num .arr {
	position: relative;
}

.green-num .hid {
	display: none;
}

.green-num .arr:before {
	content: "";
	position: absolute;
	border-bottom: 1px dashed #4A5864;
	top: 55px;
    width: 200%;
    left: -50%;
}

.green-num .arr:after {
	content: url(https://developers.paragon-software.com/wp-content/uploads/2020/06/arr.svg);
	position: absolute;
	top: 46px;
	right: -50%;
}

#get_started .block_icon {
	margin-top: 50px;
}

#get_started .icon_top {
	display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
	border: 1px solid #C4CBD3;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
	padding: 20px 15px 0;
}

#get_started .icon_top h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#get_started .icon_top .icons {
	width: 90px;
	height: 90px;
	margin: 30px auto;
}

#get_started .icon_top p {
	text-align: center;
}

#get_started .icon_top .orange_btn {
	padding: 10px;
}

/*BYOD*/
.byod_list {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.byod_list li {
	margin: 20px 0;
	line-height: 1.2;
	position: relative;
	padding-left: 30px;
}

.byod_list li:before {
	content: "";
	display: inline-block;
	background-color: #007998;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.byod_features div {
	margin-top: 35px;
	font-size: 18px;
	display: flex;
}

.byod_features img {
	margin-right: 15px;
}

.byod_package {
	list-style: disc;
	font-size: 20px;
	margin: 70px 0 80px;
}

.byod_package li {
	margin-bottom: 20px;
	line-height: 1.4;
}

/*popup*/
#popup_cover {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  #popup {
    max-width: 600px;
    max-height: 800px;
    overflow: auto;
    text-align: center;
    padding: 15px;
    background: #fff;
    position: relative;
  }
  #popup .close {
      border: none;
      font-size: 16px;
      background: #fff;
      color: #ccc;
      font-size: 14px;
  }
  #popup .close:hover {
    color: #5a5a5a;
  }

@media (max-width: 580px) {
	.hidden-info .card {
		padding: 25px;
	}
	.hidden-info .card h3 {
		font-size: 22px;
	}
	.green-num li:nth-child(odd) {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.lamanche_source li {
		flex: 1 1 100%;
	}

	.tracker .orange_btn,
	.tracker .white_btn {
		margin: 10px;
	}

	.green-num li:nth-child(odd) {
		width: 30%;
		padding: 30px 10px;
	}
}

@media (max-width: 992px) and (min-width: 769px) {
	.green-num li:last-child {
		width: 40%;
	}
}

@media (max-width: 992px) {
	.green-num .hid {
		display: block;
	}
	.green-num .arr:before {
	    width: 100%;
	    left: 0;
	}

	.green-num .arr:after {
		right: 0;
	}	
}

/*Плагины*/

.mistape_caption {
	display: none;
}

pre,
pre.wp-block-code {
	overflow: visible;
    margin-top: 15px;
}

.copy-the-code-inside-wrap button.copy-the-code-button {
	top: -20px !important;
}

button.copy-the-code-button {
	padding: 5px 10px !important;
}

.wp-block-group {
	margin-top: 5px;
}

.wp-block-group__inner-container {
	padding: 5px;
}

.wp-block-group__inner-container p {
	margin-top: 0;
	margin-bottom: 0;
}

div#cat_items {
	display: none;
}

div.ur-frontend-form {
	border: none;
}

.ur-frontend-form #ur-submit-message-node ul,
.ur-frontend-form #ur-submit-message-node p {
	display: inline-block;
}

div.ur-form-grid {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

label.checkbox input[type="checkbox"] {
	position: relative;
	zoom: 1.4;
	margin: 5px;
}

.ur-frontend-form span.description {
	margin-bottom: 1.1em;
}

div#user-registration.vertical .user-registration-MyAccount-navigation {
	background: #fff;
}
div#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
	font-family: 'Noto Sans', sans-serif;
}

div#user-registration .user-registration-error li {
	display: inline;
}

div#user-registration .user-registration-error li strong {
	margin-right: 5px;
}

div#ur-recaptcha-node {
	margin-right: auto;
	margin-left: auto;
	width: auto !important;
    max-width: 305px !important;
}
div#snippet-box {
	display: none;
}
div#af-wrapper a {
	text-decoration: underline;
}
#jp-cc-restrictions thead,
#jp-cc-restrictions tfoot,
#jp-cc-restrictions tbody,
#jp-cc-restrictions tr {
	width: 100%;
}
#jp-cc-restrictions tr {
	display: flex;
}
#jp-cc-restrictions tfoot {
	display: flex;
	order: 3;
}
#jp-cc-restrictions th,
#jp-cc-restrictions td {
	width: 25%;
}
div.jp-cc-modal-background .jp-cc-modal-wrap {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
	height: 70%;
}
div.jp-cc-field-section .jp-cc-field>label {
	margin: 10px;
}
@media screen and (max-width:1200px) {
	#platform .flex-container {
		flex-direction: column;
	}
	.divider_pcb,
	.divider_pcb_vert {
		display: none;
	}
	.round_pcb {
		margin: 20px;
	}
	#platform h2 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:992px) {
	.ocb:after {
		display: none;
	}
	#get .flex-container {
		flex-direction: column;
	}
	.icon_top {
	    width: 100%;
	    margin-right: 0;
	    margin: 15px 0;
	    margin-top: 25px;
	    min-height: auto;
	}
	.hidden-info {
		margin: 0;
	}
	.block_icon {
 	flex-direction: column;
 	}

}
@media screen and (max-width:750px) {
 .icon_top {
 	width:100%;
 	margin-right:0;
 	margin-top:25px;
 	min-height:auto;
 }

 .flex-container {
 	flex-direction: column;
 }

 .half {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
 }
}

/*BLOG*/

.blogpage .news {
    margin: 40px 0
}

.blogpage .news__item {
    margin-bottom: 40px;
    position: relative;
}

.blogpage .news__item:last-child {
    margin-bottom: 0
}

.blogpage .news__icon {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
}

.blogpage .news__icon .icon {
    font-size: 70px;
}

.blogpage .news__icon img {
	max-width: 70px;
	max-height: 70px;
}

.blogpage h1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blogpage .col-md-10 {
 padding-left: 0;
}

.blogpage .news__body {
    margin: 40px 0;
    padding-left: 85px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogpage.search_page .news__body {
	margin: 0;
    padding-left: 0;
}

.blogpage .news__body a {
	color: #5a5a5a;
}

.blogpage .news__body a:hover {
  text-decoration: none;
  color: #ff793c;
}

.blogpage .news__title {
    flex: 1 0 100%;
    margin: 0 0 15px;
}

.blogpage .news__title h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

.blogpage .news__body p {
	display: flex;
    flex: 1 1 100%;
}

.blogpage .news__bottom {
	width: 100%;
}

.sc_block_slider_left a.bx-prev, .sc_block_slider_right a.bx-prev, .sc_block_slider_left a.bx-next, .sc_block_slider_right a.bx-next {
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.sc_block_slider_left .block-tour-slider li {
  padding-bottom: 15px;
}

.sc_block_slider_left .slide {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .sc_block_slider_left a.bx-prev, .sc_block_slider_right a.bx-prev, .sc_block_slider_left a.bx-next, .sc_block_slider_right a.bx-next {
    transform: scale(1);
  }
  .blogpage h1 {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 28px;
  }
  .blogpage .news__icon {
  	width: 40px;
    height: 40px;
  }
  .blogpage .news__icon img {
  	max-width: 40px;
    max-height: 40px;
    object-fit: contain;
  }

  .blogpage .news__icon .icon {
  	font-size: 50px;
  }
  
  .blogpage .news__body {
    padding-left: 55px;
  }
}

/* press room */

.tab-pressroom {
  border-top: 1px solid #878787
}

.tab-pressroom .graybox {
  background: #f5f5f5
}

.tab-pressroom .sign {
  display: none
}

.tab-pressroom .accordion-toggle {
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #878787
}

.tab-pressroom .accordion-toggle td {
  padding: 9px 0;
}

.tab-pressroom .accordion-toggle span {
  position: relative;
  padding-right: 22px;
}

.tab-pressroom .accordion-toggle span:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-color: #5a5a5a;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.tab-pressroom .accordion-toggle.collapsed span:after {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.tab-pressroom .sub_table {
  border-top: none;
  border-bottom: 1px solid #878787
}

.tab-pressroom .sub_table .sub_table_screen {}

.tab-pressroom .sub_table td:first-child {
  width: 30%;
  border-left: none;
  padding: 25px;
  text-align: left
}

.tab-pressroom .sub_table td {
  padding: 25px 0;
  border-left: 1px solid #878787;
  width: 17.5%;
  text-align: center
}

.tab-pressroom.tab-logo {
  border: none
}

.tab-pressroom.tab-logo .sub_table td {
  width: 50%;
  padding: 25px;
  text-align: left
}

.tab-pressroom.tab-logo .sub_table td .logo_links {
  float: right;
  padding-top: 10px
}

.tab-pressroom.tab-logo .sub_table td .logo_links a {
  text-decoration: none
}

.tab-pressroom.tab-logo .sub_table td .logo_links a:after {
  content: "|";
  padding: 0 6px;
  color: #ff793c
}

/* page search */

.page_search .block_elem {
  margin: 0 20px;
}

.page_search .page_search_form {
  display: flex;
  position: relative;
  margin: 0 auto 40px
}

.page_search .page_search_form .lens {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #333
}

.page_search .form-control {
  flex: 1 0 200px;
  border: 1px solid #cfcfcf;
  height: 40px;
  border-radius: 6px;
  padding-left: 40px;
  margin-right: 10px;
  outline: none;
  box-shadow: none;
}

.page_search .page_search_form *::-webkit-input-placeholder, .page_search .page_search_form *:-moz-placeholder, .page_search .page_search_form *::-moz-placeholder, .page_search .page_search_form *:-ms-input-placeholder {
  text-align: left;
  font-size: 16px;
  font-style: normal;
}

.page_search .btn {
  flex: 0 0 auto;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  background: #ff793c;
  padding: 4px 10px;
  margin-top: 1px;
  border: 1px solid #ff793c
}

.page_search .btn:hover {
  background: #fff;
  color: #ff793c
}

.page_search .page_search_query {
  font-size: 34px;
  text-align: center
}

.page_search .page_search_output {
  border-top: 1px solid #d9d9d9;
  margin-top: 60px
}

.page_search .page_search_output a {
  color: #5a5a5a;
  text-decoration: none
}

.page_search .page_search_output h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px
}

.page_search .page_search_output_block {
  padding: 20px;
  border-bottom: 1px solid #d9d9d9
}

.page_search .page_search_output_block span {
  background: #f3c3a2;
  padding: 0 2px
}

.page_search .page_search_output_block:hover {
  background: #f3f3f3
}

.page_search .page_search_more {
  width: 25%;
  display: block;
  margin: 45px auto 0;
}

/* header styling */

.cookies_msg {
  display: none;
  background-color: #eee;
  font-size: 12px;
  display: flex;
  justify-content: center;
}

.cookies_msg__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 30px;
  position: relative;
}

.cookies_msg__text {
  flex: 1 1 auto;
  display: inline;
}

.cookies_msg__more {
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1.8em;
  font-weight: bold;
}

.cookies_msg__close {
  position: absolute;
  right: 5px;
  top: 1px;
}

.cookies_msg__close .icon {
  font-size: 19px;
  cursor: pointer;
}

.header {
  background-color: #fff;
}

.header .row {
  display: flex;
  justify-content: center;
  position: relative;
}

.header .row::before {
  display: none;
}

.header .container::before, .header .container::after {
  content: none;
}

.header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header__logo-menu {
  display: flex;
  min-height: 82px;
}

.header .logo {
  margin: 20px 20px 0 0;
  display: flex;
  order: 1;
}

.header .logo img {
  object-fit: contain;
}

.header__search-global {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.header .signIn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 20px;
  margin-left: 20px;
}

.header .global {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.header .search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  margin-right: 20px;
}

.header .signIn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5a5a5a;
  text-decoration: none;
}

.header .signIn .icon, .header .global .icon, .header .search .icon {
  font-weight: 600;
  font-size: 25px;
  margin-right: 5px;
}

.header .signIn, .header .global, .header .search, .header .search.searching {
  font-size: 14px;
}

.header .global {
  cursor: pointer
}

.header .header__flag {
  display: none;
  height: 20px;
  width: auto;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.header .global_list__flag {
  display: none;
  height: 20px;
  width: auto;
  margin-right: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.header .global .global_list {
  position: absolute;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.5);
  width: 310px;
  background: #fff;
  top: 60px;
  right: -20px;
  z-index: 1001;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform-origin: right top 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  visibility: hidden;
  cursor: auto;
}

.header .global .global_list:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 35px;
  width: 28px;
  height: 15px;
  background: url('/wp-content/themes/paragon_dev/image/triangle.png')
}

.global_list__main, .global_list__other {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.global_list__main {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)";
}

.header .global .global_list a {
  flex: 0 0 50%;
  display: block;
  color: #5a5a5a;
  text-align: left;
  padding-bottom: 3px
}

.header .global .global_list a:not([href]) {
  cursor: auto;
  opacity: 0.5;
}

.header .global .global_list a:not([href]):hover {
  text-decoration: none;
}

.header .global:hover .global_list {
  top: 60px;
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform-origin: right top 0;
  margin-top: 20px;
  visibility: visible
}

.header .global .col-md-6 {
  padding: 0 20px
}

@media only screen and (max-width: 991px) {
  .header .row {
    margin-left: 0;
    margin-right: 0;
  }
  .signIn a span {
    display: none;
  }
  .header .header__flag, .header .global_list__flag {
    display: inline;
  }
  .header .icon-internet {
    display: none;
  }
  .header .global .global_list a {
    padding-bottom: 10px;
  }
  .header .global .global_list a.inactive {
    display: none
  }
  .header .global .global_list a.active {
    display: none;
  }
  .header .title-dropdown-menu {
    display: none;
  }
  .header .searching .search_form {
    flex-shrink: 1;
  }
  .header .search_link span, .header .global span {
    display: none;
  }
}

@media (min-width: 768px) {
	.header_content .dropdown {
		display: none;
	}
}

@media (max-width: 767px) {
	.header_content > .header-menu {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
  #main_menu {
    margin: 15px 8px;
  }
  .header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header div.hamburger {
    margin-right: 0;
    padding: 16px 13px;
  }
  .header .logo {
    margin: 20px 5px 20px 0;
  }
  .header div.search {
    margin-right: 5px;
    width: 26px;
  }
  .header .signIn {
    margin-right: 5px;
  }
  .header .signIn .icon {
    margin-right: 0;
  }
  .header .row {
    justify-content: flex-start;
  }
}

.header .search_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  color: #5a5a5a;
  flex: 0 1 auto;
  height: 40px;
}

.header .search_link .icon {
  font-weight: 400;
}

.header .search_link span {
  white-space: nowrap;
}

.header .search_form {
  display: flex;
  align-items: center;
  overflow: hidden;
  /*opacity: 0;*/
  margin-right: 10px;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform-origin: right 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}

.header .search_form .form-control {
  margin: 3px 0;
  font-size: 16px;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: width .6s ease-in-out;
  transition: width .6s ease-in-out;
  border: 1px solid #e7e7e7
}

.header .searchform input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.header .searchform .btn-sm {
  visibility: hidden;
  position: absolute;
}

.header .searching .icon, .header .searching span {
  color: #ff783b
}

.header .searching .search_form {
  overflow: visible;
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform-origin: right 0
}

.bread_crumbs {
  background-color: #ddd;
  padding: 10px 0;
  font-size: 12px;
 /* -webkit-box-shadow: 0 7px 25px -9px rgba(38, 38, 38, 1);
  -moz-box-shadow: 0 7px 25px -9px rgba(38, 38, 38, 1);
  box-shadow: 0 7px 25px -9px rgba(38, 38, 38, 1);*/
  color: #5a5a5a;
}

.bread_crumbs a {
  color: #5a5a5a;
}

.bread_crumbs .row {
	margin-left: 0;
    margin-right: 0;
}

.header .dropdown>.dropdown-menu {
  display: block;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
  height: auto;
}

.dropdown .dropdown-menu>li>a {
  font-weight: 600;
}

.dropdown .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: transparent;
}

.dropdown .dropdown-menu>li:hover>a {
  background-color: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0;
  border-radius: 0;
  min-height: 100%;
  min-width: 330px;
  background-color: #959595;
  box-shadow: none
}

.dropdown.open .dropdown-menu .dropdown-submenu:hover>.dropdown-menu,
.dropdown.open .dropdown-menu .dropdown-submenu.hover .dropdown-menu,
.dropdown.open .dropdown-submenu .taphover+.dropdown-menu.open {
  display: block
}

.dropdown .dropdown-submenu>.dropdown-menu>li>a {
  border-left: 4px solid #959595
}

.dropdown .dropdown-submenu .dropdown-menu>li:hover>a {
  color: #3f4659;
  background-color: #ced2dd;
  border-left: 4px solid #ff793c
}

.dropdown .dropdown-submenu>.dropdown-menu>.dropdown-submenu ul {
  color: #3f4659;
  background-color: #ced2dd
}

.dropdown .dropdown-submenu>.dropdown-menu>.dropdown-submenu ul>li>a {
  color: #3f4659;
  border-left: 4px solid #ced2dd
}

.dropdown .dropdown-submenu>.dropdown-menu>.dropdown-submenu ul>li:hover>a {
  background-color: #ffffff;
  border-left: 4px solid #ff793c
}

.dropdown .dropdown-submenu>.dropdown-menu>.dropdown-submenu ul>li:hover>a:after {
  font-size: 15px
}

.dropdown .dropdown-submenu>.dropdown-menu li.disabled {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 22px
}

.dropdown .dropdown-submenu>.dropdown-menu li.menu_item_topic a {
  padding: 5px 29px;
  margin: 5px 0 0
}

.dropdown .dropdown-submenu>.dropdown-menu li.menu_item_topic:first-child a {
  padding: 5px 29px;
  margin: 0
}

.dropdown .dropdown-submenu>.dropdown-menu li.menu_item_2nd.menu_item_2nd--back a {
  padding-left: 37px;
}

.dropdown .dropdown-submenu>.dropdown-menu li.menu_item_2nd--back a::before {
  content: "<";
  font-size: 10px;
  transform: translateX(-8px) translateY(-1px) scaleY(1.8);
  display: inline-block;
}

.dropdown .dropdown-submenu>.dropdown-menu li.menu_item_2nd a {
  padding: 5px 29px;
}

.menu_item_2nd--arrow a::after {
  content: ">";
  font-size: 10px;
  transform: translateX(8px) translateY(-1px) scaleY(1.8);
  display: inline-block;
}

.dropdown .dropdown-menu li.dropdown-subinfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.dropdown .dropdown-menu li.dropdown-subinfo.relative {
  position: relative;
  bottom: auto;
  top: 0
}

.dropdown .dropdown-menu li.dropdown-subinfo>div {
  position: relative;
  padding: 0 0 5px 0;
  bottom: 0;
  border-top: 1px solid #ffffff
}

.dropdown .dropdown-menu li.dropdown-subinfo .icon {
  font-size: 45px;
  margin-top: 10px
}

.dropdown-subinfo img {
  height: 60px;
  margin-top: 5px
}

.dropdown-subinfo a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 0 15px;
  text-decoration: none
}

.dropdown-subinfo span {
  display: block;
  margin: 5px 0 0
}

/*Desktop Menu*/

@media only screen and (max-width: 767px) {
  .header .dropdown .dropdown-menu {
    top: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 0;
    z-index: 1001;
  }
  .dropdown>.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 20px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
  }
  .header .dropdown>.dropdown-menu {
    opacity: 0;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform-origin: left top 0px;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0)
  }
  .dropdown.open .dropdown-submenu .taphover+.dropdown-menu {
    display: none;
  }
  .menu_item_2nd--back, .menu_item_2nd--back+.divider {
    display: none;
  }
  .header .open>.dropdown-menu {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: left top 0px;
  }
  .header .open>.dropdown-menu .header-menu {
  	flex-direction: column;
  	display: inline-block;
  }

  .header .dropdown .dropdown-menu a {
  	text-decoration: none;
  	margin: 0;
  	padding: 15px 25px;
  	border: none;
  	justify-content: flex-start;
  }

  .header .dropdown .dropdown-menu a:hover {
  	background-color: #eee;
  }
}

.bckg-red {
  background: #ff4c51
}

.bckg-orange {
  background: #f57c45
}

.bckg-dark-orange {
  background: #f46241
}

.bckg-green {
  background: #00d681
}

.bckg-blue {
  background: #3689ca
}

.bckg-yellow {
  background: #eaca20
}

.bckg-white {
  background: #ffffff
}

.bckg-red:hover {
  background: #e20c12
}

.bckg-green:hover {
  background: #00bf74
}

.bckg-blue:hover {
  background: #307bb5
}

.bckg-yellow:hover {
  background: #d1b51e
}

.bckg-orange:hover {
  background: #dc632c
}

.bckg-dark-orange:hover {
  background: #db4928
}

.header a .title-dropdown-menu {
  color: #5a5a5a;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
}

.header .dropdown-toggle {
  margin: 10px 10px 10px 0;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
}

.header .hamburger {
  padding: 22px 19px;
  border: 1px solid #ebebeb;
  font-size: 0;
  margin-right: 12px;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header .dropdown.open .hamburger {
  background-color: #ff793c;
  border: 1px solid #ff793c;
}

.header .hamburger span {
  width: 22px;
  height: 3px;
  background-color: #5a5a5a;
  display: block;
}

.header .hamburger span:nth-child(2) {
  margin: 4px 0;
}

.header .dropdown.open .hamburger span {
  background-color: #ffffff;
}


/* mobile menu */

.header .slide-toggle {
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.header .slide-toggle span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header .slide-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.header .slide-toggle span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.header .slide-toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu {
    position: absolute;
    left: -15px;
    height: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 0 0;
    z-index: 1001;
  }
 }
  /*.header .dropdown>.dropdown-menu {
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform-origin: left top 0px;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  .header .open>.dropdown-menu {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform-origin: left top 0px;
  }
  .header .dropdown-submenu>.dropdown-menu {
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform-origin: left top 0px;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .header .dropdown-submenu>.dropdown-menu.open {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform-origin: left top 0px;
  }*/
  .taphover {
    position: relative;
  }
  .taphover::before {
    content: "";
    position: absolute;
    display: block;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    left: 12px;
    top: calc(50% - 6px);
  }
}

@media only screen and (max-width: 636px) {
  .header .header__logo-menu {
    flex: 1 0 auto;
    min-height: 82px;
  }
  .header .search {
    flex: 0 1 auto;
  }
  .header .search.searching {
    order: 3;
    flex: 1 0 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header .search.searching .search_link {
    order: 1;
    margin-right: 20px;
  }
  .header .search.searching .search_form {
    order: 2;
    flex: 1 0 auto;
    margin-right: 0;
  }
  .header .global .icon, .header .search .icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .dropdown-menu {
    left: -5px;
  }
}

.eng-only a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  margin-left: 6px;
  transform: translateY(3px);
  background-image: url("/wp-content/themes/paragon_dev/image/flags/EN.svg")
}

/* footer styling */

footer {
  background-color: #5a5a5e;
  color: #fff;
  font-size:12px;
}

footer [class^="col"] {
  padding: 55px 15px
}

footer .row .col-md-3:nth-child(2) {
  padding-left: 60px
}

footer h5 {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  margin: 0 0 30px
}

footer a, footer a:hover {
  text-decoration: none
}

footer a, footer a:hover, footer h5 .small {
  color: #fff
}

footer .footer-block p {
  margin-bottom: 2px;
}

footer .footer-block input[type="text"] {
  background: #fff;
  outline: none;
  border: 0;
  color: #757575;
  font-size: 1rem;
  width: 64%;
  height: 35px;
  padding: 0.6em;
  display: inline-block;
  vertical-align: top
}

@media all and (-ms-high-contrast: none) {
  footer .footer-block input[type="text"] {
    line-height: 0;
  }
}

footer .footer-subs-form {
  font-size: 0;
  margin: 25px 0
}

footer .footer-block a {
  line-height: 2.0em
}

footer .footer-logo {
  margin-bottom: 16px
}

footer .footer-block .btn-subs {
  background: transparent;
  position: relative;
  height: 35px;
  width: 35px;
  margin-left: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  outline: none
}

footer .footer-block .btn-subs::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 15px;
  height: 15px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}

/*New Footer*/
footer .all {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding: 20px 10px 10px;
    max-width: 750px;
    margin: 0 auto 40px;
    flex-flow: wrap;
}

footer .side {
	padding: 10px;
}

footer .side a, footer .side p {
	font-size: 14px;
}

footer .side ul {
	margin: 0;
	padding: 0;
}

footer .side li {
	padding: 5px;
	padding-left: 0;
}

footer .signin {
	display: block;
	border-radius: 5px;
	padding: 8px;
	color: #5a5a5a;
	background-color: #ddd;
	text-align: center;
	border: 1px solid #5a5a5a;
	max-width: 180px;
	margin-top: 15px;
}

footer .signin:hover {
	background-color: #5a5a5a;
	color: #dddddd;
	border: 1px solid #ddd;
}


footer .mail_button {
	border: 1px solid #f1f1f1;
	background: #5a5a5e;
	width: 25%;
}

footer .white_button {
	border: 1px solid #f1f1f1;
	color: #ff783b;
	background: #f1f1f1;
	width: 25%;
}

footer input[type="text"]::-webkit-input-placeholder {color:#f1f1f1; opacity:1; font-style: normal;}/* webkit */
  footer input[type="text"]::-moz-placeholder          {color:#f1f1f1; opacity:1; font-style: normal;}/* Firefox 19+ */
  footer input[type="text"]:-moz-placeholder           {color:#f1f1f1; opacity:1; font-style: normal;}/* Firefox 18- */
  footer input[type="text"]:-ms-input-placeholder      {color:#f1f1f1; opacity:1; font-style: normal;}/* IE */

	footer input[type="text"]:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
  footer input[type="text"]:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
  footer input[type="text"]:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
  footer input[type="text"]:focus:-ms-input-placeholder      {opacity:0;}/* IE */

/*ToRefactor*/

footer .footer-social_icons {
  position: relative;
  left: -5px;
  top: 5px;
  display: flex;
  justify-content: space-between;
  max-width: 220px;
}

footer .social_icon {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 200% 100%
}

footer .social_icon:hover {
  background-position: 100% 0
}

footer .fb_icon {
  background-image: url(/wp-content/themes/paragon_dev/image/facebook-icon.svg)
}

footer .tw_icon {
  background-image: url(/wp-content/themes/paragon_dev/image/twitter-icon.svg)
}

footer .ytb_icon {
  background-image: url(/wp-content/themes/paragon_dev/image/youtube-icon.svg)
}

footer .rss_icon {
  background-image: url(/wp-content/themes/paragon_dev/image/rss-icon.svg)
}

footer .pg_icon {
  background-image: url(/wp-content/themes/paragon_dev/image/paragon-icon.svg)
}

footer .med_icon {
	background-image:url(/wp-content/themes/paragon_dev/image/medium-icon.svg)
}

footer .footer-note {
  color: #989898;
  font-size: 12px;
  line-height: 1em;
  padding-top: 6px
}

footer .footer-note.less-top {
  padding-top: 6px
}

footer .link_frame {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px
}

footer .footer-block.footer__terms-privacy a {
  line-height: 1.3
}

@media only screen and (max-width: 1200px) {
  footer .footer-block:nth-child(2) {
    padding-left: 30px;
  }
  footer .footer-block input[type="text"] {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px
  }
}

@media only screen and (max-width: 992px) {
  footer .footer-block {
    padding: 45px 15px
  }
  footer .footer-block:last-child {
    padding-top: 0
  }
  footer .footer-block:last-child br {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  footer .row .col-md-3:nth-child(2) {
    padding-left: 15px
  }

  /*New Footer*/

footer .side {
	width: 50%;
}

footer .mail_button {
	width: 50%;
}

footer .white_button {
	width: 50%;
}

}

@media only screen and (max-width: 480px) {
  footer .footer-block {
    width: 100%
  }
  footer .footer-block input[type="text"] {
    width: 42%
  }
  footer .footer-block:nth-child(2) {
    padding-top: 0
  }
}

@media only screen and (max-width: 360px) {
  footer .footer-block, .footer-block:nth-child(1), footer .footer-block:nth-child(2) {
    width: 100%
  }

  /*New Footer*/
  footer .all {
  	display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
  }

  footer .side {
  	width: 100%;
  }

  footer .mail_button {
  	width: 100%;
  }

  footer .white_button {
  	width: 100%;
  }

}

@media only screen and (max-width: 320px) {
  footer .footer-block {
    width: 100%
  }
}

#back_to_top {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 40px;
  opacity: .8;
  cursor: pointer
}

#back_to_top:before {
  color: #ff783b;
  font-family: 'paragon-icons';
  font-size: 45px;
  content: "\ec5f"
}

#back_to_top:hover {
  opacity: .6
}

@media only screen and (max-width: 767px) {
  #back_to_top {
    bottom: 10px;
    right: 20px
  }
  #back_to_top:before {
    font-size: 40px
  }
}

@media only screen and (max-width: 320px) {
  #back_to_top {
    bottom: 5px;
    right: 10px;
  }
  #back_to_top:before {
    font-size: 38px;
  }
}

/* Main blocks */

.main-blocks {
  padding: 0;
}

.main-blocks__item {
  min-height: 254px;
}

.main-blocks__item:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #e6e6e6;
}

.main-blocks__item:nth-child(2n+1) {
  border-right: 1px solid #e6e6e6;
}

.main-blocks__item:hover {
  background-color: #fef2eb;
  cursor: pointer;
}

.main-blocks__link {
  display: block;
  height: 100%;
  padding: 27px 0;
}

.main-blocks__logogram {
  ;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 186px;
}

.main-blocks__link--home-product .main-blocks__logogram {
  background-image: url('../image/logogram-home-product_2x.png');
}

.main-blocks__link--business-product .main-blocks__logogram {
  background-image: url('../image/logogram-business-product_2x.png');
}

.main-blocks__link--business-solutions .main-blocks__logogram {
  background-image: url('../image/logogram-business-solutions_2x.png');
}

.main-blocks__link--technology-solutions .main-blocks__logogram {
  background-image: url('../image/logogram-technology-solutions_2x.png');
}

.main-blocks__text {
  text-align: center;
  margin-top: 25px;
  height: 100%;
}

.main-blocks__label {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #5a5a5a;
  cursor: pointer;
}

.main-blocks__btn {
  display: block;
}

.main-blocks__btn--black {
  margin: auto;
  width: 170px;
  padding: 8px 0;
  margin: 21px auto;
  font-size: 18px;
  color: #ff793c;
  border: 1px solid #ff793c;
}

.main-blocks__item:hover .main-blocks__btn--black {
  background: #ff793c;
  color: #fff;
}

.main-blocks__btn--black::after {
  content: "  >";
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .main-blocks__item:nth-child(2n+1) {
    border-right: none
  }
  .main-blocks__item:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #e6e6e6;
  }
}

/* Forms */

.paragon-ajax__item {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1rem;
}

.paragon-ajax__item--product {
  display: none;
}

.paragon-ajax__additional {
  display: none;
}

.paragon-ajax__item--hidden {
  display: none;
}

legend.paragon-ajax__text {
  font-size: 1rem;
  border-bottom: none;
  margin-bottom: 5px;
}

.paragon-ajax__text {
  margin-bottom: 10px;
}

.paragon-ajax__item--tooltip .paragon-ajax__label {
  cursor: help;
}

.paragon-ajax__label {
  display: inline-block;
  vertical-align: baseline;
}

.paragon-ajax__label--lead {
  font-weight: 600;
}

.paragon-ajax__item--required .paragon-ajax__label::after {
  content: " *";
  color: #828282;
}

.paragon-ajax__item .paragon-ajax__input {
  display: inline-block;
  width: 100%;
  border: 1px solid #cfcfcf;
  outline: none;
  box-shadow: none;
  color: #000;
  background-color: #fff;
  height: 40px;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  resize: vertical;
}

.paragon-ajax__item .paragon-ajax__input--hidden {
  display: none;
}

select.paragon-ajax__input {
  padding-right: 0;
}

select.paragon-ajax__input::-ms-expand {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  select.paragon-ajax__input {
    border: none;
    padding-right: 25px;
    background: #ddd url("../image/icon_arrow_down.png") no-repeat 98% 50%;
  }
}

.paragon-ajax__item textarea.paragon-ajax__input {
  height: auto;
  width: 100%;
}

.paragon-ajax_text-block {
  margin-bottom: 20px;
}

.paragon-ajax__title {
  font-weight: 600;
  font-size: 22px;
}

.paragon-ajax__info-text {
  font-size: 14px;
  margin-bottom: 5px;
}

.paragon-ajax__info-text--important {
  text-transform: uppercase;
}

.paragon-ajax__asterisk {
  color: #828282;
}

.paragon-ajax__item--subscribe {
  display: block;
  width: auto;
  margin-top: 15px;
}

input.paragon-ajax__checkbox {
  margin-top: 0px;
  margin-right: 8px;
  outline: none;
  border: none;
}

@supports (zoom: 1.7) {
  input.paragon-ajax__checkbox {
    transform: scale(1.7);
  }
}

.paragon-ajax__item--subscribe .paragon-ajax__checkbox {
  float: left;
  margin-top: 10px;
}

.paragon-ajax__item--subscribe .paragon-ajax__label {
  display: block;
  width: auto;
  margin-left: 25px;
  font-size: 14px;
  line-height: 1.3;
}

.paragon_ajax__recaptcha-wrapper {
  display: flex;
  justify-content: center;
}

.paragon-ajax__btn-wrapper {
  display: flex;
}

.paragon-ajax__btn {
  color: #fff;
  outline: none;
  font-size: 18px;
  background: #ff793c;
  padding: 10px;
  margin: auto;
  min-width: 120px;
  margin-top: 15px;
  border: 1px solid #ff793c;
}

.paragon-ajax__btn:hover {
  background: transparent;
  color: #ff793c;
}

.ajax-answer-form {
  display: none;
  border-radius: 20px;
  font-size: 1rem;
  padding: 20px 40px;
  margin-bottom: 20px;
}

.ajax-answer-form--ok {
  background: #dedede;
}

.ajax-answer-form--error {
  background: #fdd8a0;
}

.ajax-answer-form--captcha_failed {
  background: #dedede;
}

.ajax-answer-form__lead {
  font-weight: 600;
  font-size: 18px;
}

.ajax-answer-form__list {
  margin-bottom: 10px;
  padding-left: 40px;
}

.ajax-answer-form__text {
  font-weight: 600;
}

/* Four Steps block */

.four-steps {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  padding: 40px 0;
}

.four-steps__item {
  position: relative;
  color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(25% - 20px);
  padding: 20px 20px 60px;
  margin: 10px;
}

h4.four-steps__title {
  font-size: 22px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.four_steps__description {
  font-size: 13px;
}

.four-steps__title::before {
  display: inline;
  position: absolute;
  left: 0;
  bottom: -5px;
  font-size: 40px;
  line-height: 40px;
}

.four-steps .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
}

.four-steps__item:nth-child(1) .four-steps__title::before {
  content: "1";
}

.four-steps__item:nth-child(2) .four-steps__title::before {
  content: "2";
}

.four-steps__item:nth-child(3) .four-steps__title::before {
  content: "3";
}

.four-steps__item:nth-child(4) .four-steps__title::before {
  content: "4";
}

.four-steps__item--discover {
  background-color: #81c0e9;
}

.four-steps__item--assess {
  background-color: #69aedf;
}

.four-steps__item--target {
  background-color: #4f9bd5;
}

.four-steps__item--migrate {
  background-color: #358aca;
}

@media only screen and (max-width: 1200px) {
  .four-steps__item {
    flex-basis: calc(50% - 20px);
  }
}

/* About page (still no awards at website)*/

#about #block_id_1 {
  background-image: url("/wp-content/uploads/2017/10/about_bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
}

.awards__filter {
  margin-bottom: 20px;
  background-color: #eeeeee;
}

.awards__filter input[type=radio], .awards__filter input[type=checkbox] {
  margin: 0;
}

.awards__item--filter {
  display: block;
  margin-top: 15px;
}

.awards__checkbox {
  float: left;
  zoom: 1.7;
  outline: none;
  border: none;
}

.awards__item--filter .awards__label {
  display: block;
  width: auto;
  margin-left: 25px;
  font-size: 14px;
  line-height: 1.3;
}

.awards__btn {
  color: #fff;
  font-size: 18px;
  background: #ff793c;
  padding: 10px;
  margin: 15px auto;
  border: 1px solid #ff793c;
}

.awards__btn:hover {
  background: transparent;
  color: #ff793c;
}

.awards__title {
  text-align: center;
  margin: 40px auto;
}

.awards__grid {
  display: flex;
  flex-flow: row wrap;
  background-color: #eeeeee;
  padding: 40px 0;
}

.award {
  display: flex;
  padding: 15px;
  flex: 1 0 50%;
}

.award__image {
  background-color: #828282;
  padding: 30px 15px 15px;
  flex: 1 0 30%;
  padding: 15px;
  display: flex;
  flex-flow: column nowrap;
}

.award__text {
  background-color: #fff;
  padding: 30px 15px 80px 15px;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}

.award__date {
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.award__rating {
  color: #fff;
  text-align: center;
}

.award__btn {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 100px);
  color: #fff;
  font-size: 16px;
  background: #ff793c;
  padding: 10px;
  border: 1px solid #ff793c;
}

.award__btn:hover {
  background: transparent;
  color: #ff793c;
}

/* HFS Upsale banner */

.hfs-banner {
  position: relative;
  background-image: url("/wp-content/uploads/bgi-promo-2col-windows-product.png");
  background-color: #f5f5f5;
  background-position: 100px 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 350px 0 120px;
}

.hfs-banner .icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.hfs-banner__title {
  text-transform: uppercase;
  color: #358aca;
  margin-bottom: 20px;
}

.hfs-banner__features {
  margin-bottom: 20px;
}

.hfs-banner__btn-container {
  display: flex;
}

.hfs-banner__btn {
  background-color: transparent;
  border: 1px solid #358aca;
  color: #358aca;
  margin-right: 20px;
  flex: 0 0 200px;
  margin-bottom: 20px;
}

.hfs-banner__btn:first-child {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
}

.hfs-banner__btn:first-child:hover {
  background-color: #5a5a5a;
  color: #fff;
}

.hfs-banner__btn:hover {
  background-color: #358aca;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .hfs-banner {
    background-image: none;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .hfs-banner__btn-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hfs-banner__btn {}
}

/* New win Upsale banner */

#win-banner {
  background-color: #2e77c0;
  padding: 0;
}

#win-banner--fsl {
  background-repeat: no-repeat;
  background-position: calc(100% + 350px) 50%, 0%;
  background-size: auto 100%, cover;
  background-image: url("/wp-content/uploads/2018/02/pattern.png"), linear-gradient( 143deg, rgb(45, 100, 157) 0%, rgb(224, 128, 14) 50%, rgb(152, 34, 116) 100%);
}

.win-banner {
  color: #ffffff;
  padding: 30px 15px 30px 105px;
  flex-flow: row wrap;
  background-image: url("/wp-content/uploads/2017/12/apfs-banner-pattern.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

@media (max-width: 767px) {
  #win-banner--fsl {
    background-image: linear-gradient( 143deg, rgb(45, 100, 157) 0%, rgb(224, 128, 14) 50%, rgb(152, 34, 116) 100%);
    background-size: cover;
    background-position: center center;
  }
  .win-banner {
    background-image: none;
  }
}

.win-banner--fsl {
  background-image: none;
}

.win-banner .icon {
  font-size: 65px;
  margin-right: 25px;
  position: absolute;
  left: 15px;
  top: 30px;
}

.win-banner__promo {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.win-banner__features {
  font-size: 16px;
  margin-bottom: 30px;
}

.win-banner__btn-container {
  display: flex;
}

.win-banner__btn {
  background-color: #ff793c;
  color: #fff;
  padding: 10px 20px;
  flex: 0 0 200px;
  font-size: 18px;
  text-transform: capitalize;
}

.win-banner__btn:first-child {
  border: 1px solid #fff;
  background-color: #fff;
  color: #2e77c0;
  margin-right: 20px;
}

.win-banner__btn:first-child:hover {
  background-color: transparent;
  color: #fff;
}

.win-banner--fsl .win-banner__btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.win-banner--fsl .win-banner__btn:first-child {
  background-color: #fff;
  color: rgb(224, 128, 14);
}

.win-banner--fsl .win-banner__btn:first-child:hover {
  background-color: transparent;
  color: #fff;
}

.win-banner__btn:hover {
  background-color: #fff;
  color: rgb(224, 128, 14);
}

@media only screen and (max-width: 768px) {
  .win-banner {
    padding: 150px 20px 30px;
    background-size: contain;
    background-position: 50% 370px;
  }
  .win-banner .icon {
    font-size: 90px;
    margin-bottom: 25px;
    left: calc(50% - 45px);
    top: 35px;
  }
  .win-banner__promo {
    text-align: center;
  }
  .win-banner__btn-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .win-banner__btn {
    flex: 1 0 100%;
  }
  .win-banner__btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* New FSL banner */

#fsl-banner {
  background-repeat: no-repeat;
  background-position: calc(100% + 350px) 50%, 0%;
  background-size: auto 100%, cover;
  background-image: url("/wp-content/uploads/2018/02/pattern.png"), linear-gradient( 143deg, rgb(45, 100, 157) 0%, rgb(224, 128, 14) 50%, rgb(152, 34, 116) 100%);
}

.fsl-banner {
  padding: 30px 15px;
}

.fsl-banner__btn-container {
  display: flex;
}

.fsl-banner__btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  flex: 0 0 200px;
  font-size: 18px;
  text-transform: capitalize;
}

.fsl-banner__btn:first-child {
  border: 1px solid #fff;
  background-color: #fff;
  color: rgb(224, 128, 14);
  margin-right: 20px;
}

.fsl-banner__btn:first-child:hover {
  background-color: transparent;
  color: #fff;
}

.fsl-banner__btn:hover {
  background-color: #fff;
  color: rgb(224, 128, 14);
}

@media only screen and (max-width: 768px) {
  .fsl-banner__btn-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fsl-banner__btn {
    flex: 1 0 100%;
  }
  .fsl-banner__btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*Language page*/

.lang-select {
  background-image: url("/wp-content/uploads/2017/10/world_map.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
}

.lang-select__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.lang-select__lead {
  text-align: center;
  flex: 1 0 100%;
  font-size: 34px;
}

.lang-select__text {
  text-align: center;
  flex: 1 0 100%;
  font-size: 22px;
  margin-bottom: 2vw;
}

@media only screen and (max-width: 600px) {
  .lang-select__lead, .lang-select__text {
    display: none;
  }
}

@media only screen and (min-width: 400px) {
  .lang-select {
    padding: 70px 0
  }
}

a.lang-select__btn {
  min-width: 113px;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  margin: 5px;
  color: #696969;
}

a.lang-select__btn:hover {
  background-color: #ff793c;
  color: #fff;
}

/*Modal popup*/

.modal-popup {
  visibility: hidden;
  width: 275px;
  font-size: 14px;
  color: #5a5a5a;
  text-align: center;
  text-align-last: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
}

/*Picture_left/right IE fx*/

.picture_side {
  display: inline-block;
  vertical-align: middle;
}

/*Bootstrap fix*/

ul.nav-tabs>li {
  margin-bottom: 0;
}

/*Scrollmagic Safari fix*/

.scrollmagic-pin-spacer {
  background-color: #eee;
}

/*Main page banner*/

.main-slider {
  height: 100%;
}

.main-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 50%;
  position: relative;
  padding: 20px;
  color: #fff;
  height: 100%;
}

.slide_1 {
  background-image: url("/wp-content/uploads/2017/11/mobile-HDM-bg@2x.jpg");
}

.slide_2 {
  background-image: url("/wp-content/uploads/2017/11/mobile-fin-bg@2x.jpg");
}

.slide_3 {
  background-image: url("/wp-content/uploads/2017/11/mobile-FSL-bg@2x.jpg");
}

.slide__content {
  flex: 0 1 800px;
  font-size: 22px;
}

.slide__image {
  flex: 0 1 600px;
}

.slide__title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.slide__description {
  text-align: center;
  font-size: 22px;
}

.slide__text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
}

.slide__buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.slide__btn {
  flex: 0 1 220px;
  text-transform: capitalize;
  padding: 12px 32px;
  font-size: 18px;
}

.slide__btn:last-child {
  color: #fff;
  background-color: #ff793c;
  border: 1px solid #ff793c;
}

.slide__btn:first-child {
  margin-right: 40px;
  color: #ff793c;
  background-color: #fff;
  border: 1px solid #fff;
}

.slide__btn:last-child:hover {
  color: #ff793c;
  background: none;
}

.slide__btn:first-child:hover {
  color: #fff;
  background: none;
}

@media only screen and (max-width: 1200px) {
  .slide__content {
    font-size: 1rem;
  }
  .slide__btn {
    padding: 10px 24px;
    flex: 0 1 180px;
  }
}

@media only screen and (max-width: 992px) {
  .slide__content {
    font-size: 12px;
  }
  .slide__btn {
    padding: 8px 20px;
    flex: 0 1 160px;
  }
}

@media only screen and (max-width: 768px) {
  .main-slide {
    flex-wrap: wrap;
  }
  .slide__content {
    font-size: 22px;
  }
  .slide__btn {
    flex: 0 1 220px;
    padding: 12px 32px;
  }
  .slide__buttons {
    flex-wrap: wrap;
    padding: 0 15%;
  }
  .slide__btn {
    margin-bottom: 20px;
    flex: 1 0 70%;
  }
  .slide__btn:first-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .slide__content {
    font-size: 1rem;
  }
  .slide__btn {
    padding: 10px 24px;
  }
}

/* Partners page */

.affiliate__links-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.affiliate__links-wrapper a {
  margin-right: 20px;
  margin-bottom: 20px;
}

.signup {
  -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
  box-shadow: inset 0px 1px 0px 0px #cae3fc;
  background-color: #dbeefc;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  display: block;
  color: #375ba9;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 25px;
  width: 180px;
  text-decoration: none;
  text-align: center;
}

.signup:hover {
  background-color: #c3dcfc;
  color: #375ba9;
}

/*for flex shortcodes*/

.flex_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 8.333333%;
}

.flex_container--third {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 8.333333%;
}

.col-flex-third {
  padding: 0 10px;
}

.col-flex-third h3 {
  font-size: 18px;
}

.col-flex-third p {
  font-size: 14px;
  margin-bottom: 15px;
}

.col-flex-half {
  flex: 1 0 50%;
  z-index: 1;
}

.col-flex-half img {
  min-width: 250px;
  max-width: 100%;
  margin: auto;
}

.col-flex-third {
  flex: 1 0 33%;
  z-index: 1;
}

.three-features__wrapper {
  max-width: 350px;
  text-align: center;
  margin: auto;
}

.three-feautures__text {
  display: block;
  font-size: 34px;
}

/*NTFS for Mac*/

.small-img-wrapper {
  height: 150px;
  display: flex;
  align-items: center;
}

.benchmark-speedup {
  width: 50px;
  margin: 0 auto 20px;
  padding: 0 18px 0 6px;
  position: relative;
  text-align: center;
  border: solid 2px #5a5a5a;
  border-radius: 3px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

.benchmark-speedup span {
  line-height: inherit;
}

.benchmark-speedup__small {
  font-size: .5em;
  position: absolute;
  top: 8px;
  right: 6px;
}

/*NTFS for Mac*/

.icon-Technology-Solutions {
  font-size: 200px;
}

#benchmarks .col-height {
  vertical-align: middle;
}

/* Lineart Product Grid */

.product-grid {
  min-height: 400px;
  position: relative;
  color: #fff;
  
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
  
}

.home .product-grid--generic {
  /*min-height: auto;*/
  background-image: url(/images/header.jpg);
}

.product-grid .container {
  display: flex;
  align-items: stretch;
  margin: auto;
}

.product-grid--generic .container {
  margin: 0 auto;
}

.product-grid--cn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-grid--cn .container {
  padding-left: 85px;
  position: relative;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}

.product-grid--cn .product-grid__text, .product-grid--cn .product-grid__lead, .product-grid--cn .product-grid__buttons {
  align-self: center;
}

.product-grid__text-block {
  flex: 1 0 70%;
  padding-left: 85px;
  position: relative;
  margin: 30px 0;
  align-items: center;
}

/*.product-grid--generic .product-grid__text-block {
    padding-left: 0;
}*/

.product-grid__title {
  font-size: 45px;
  line-height: 1.3;
  word-wrap: break-word;
}

.product-grid--cn .product-grid__product-name {
  margin-bottom: 0;
}

.product-grid__company-label {
  font-size: 24px;
  text-transform: uppercase;
  font-family: arial;
  font-weight: lighter;
  transform: scaleY(0.8);
  margin-bottom: 20px;
}

.product-grid__image-block {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.product-grid__image {
  max-height: 360px;
  width: 100%;
}

.product-grid__icon-wrapper {
  position: absolute;
  left: 0;
}

.product-grid__icon-wrapper .icon {
  font-size: 70px;
  color: #fff;
  width: 70px;
}

.product-grid .sign {
  position: relative;
  color: white;
  text-align: center;
  display: block;
  padding: 1px 0;
  line-height: 1.4;
  margin: 0 auto;
  top: -5px;
  border-radius: 40px 7px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: white;
  color: #ff783b;
  width: 65px;
}

.product-grid__company-name {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-grid__product-name {
  font-weight: bold;
  font-size: 34px;
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 5px;
}

.product-grid__lead {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.product-grid--cn .product-grid__lead {
  font-size: 34px;
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0
}

.product-grid__text {
  margin-bottom: 20px;
}

.product-grid--cn .product-grid__text {
  font-size: 28px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

.product-grid .list_benefits {
  font-size: 1rem;
  margin-bottom: 20px;
}

.product-grid .list_benefits li {
  margin-bottom: 7px;
}

.product-grid__buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.product-grid__buttons .btn {
  padding: 8px 20px;
  margin: 0;
  flex: 0 0 200px;
  font-size: 18px;
}

.product-grid__buttons .btn:first-child {
  margin-right: 40px;
}

.product-grid__buttons .btn:only-child {
  flex: 0 0 200px;
  margin-right: 0;
}

.product-grid__buttons .btn:nth-child(2n) {
  color: #ff783b;
  background-color: #fff;
}

.product-grid__buttons .btn:nth-child(2n):hover {
  color: #fff;
  background-color: #ff783b;
}

.product-grid__buttons .btn:nth-child(2n+1) {
  color: #fff;
  background-color: #ff783b;
}

.product-grid__buttons .btn:nth-child(2n+1):hover {
  color: #ff783b;
  background-color: #fff;
}

.product-grid--cn .product-grid__buttons .btn {
  flex: 1 0 auto;
  min-width: 200px;
}

.product-grid__note {
  margin-top: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 560px) {
  .product-grid__icon-wrapper {
    position: static;
  }
  .product-grid__icon-wrapper, .product-grid__company-name, .product-grid__product-name, .product-grid__company-label {
    text-align: center;
  }
  .product-grid__text-block, .product-grid--cn .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-grid__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-grid__buttons .btn {
    flex: 1 0 100%;
  }
  .product-grid--cn .product-grid__buttons .btn {
    flex: 1 0 100%;
  }
  .product-grid__buttons .btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .product-grid__image-block {
    display: none;
  }
}

/* Banner_with_text (toRefactor) */

@media only screen and (max-width: 480px) {
  .banner_with_text h2 {
    font-size: 34px;
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 320px) {
  .banner_with_text h2 {
    font-size: 22px
  }
  .banner_with_text p {
    line-height: 1.3em
  }
}

/* VM BACKUP table */

.vmbackup-table {}

.vmbackup-table__item {
  padding: 20px;
  background-color: #eee;
}

.vmbackup-table__item .container {
  display: flex;
}

.vmbackup-table__item:nth-child(2) {
  background-color: #eee;
}

.vmbackup-table__text-block {
  flex: 0 0 50%;
  margin-left: 8.33333333%;
}

.vmbackup-table__title {
  display: block;
  color: #ff783b;
  font-size: 22px;
  line-height: 1.5;
}

.vmbackup-table__lead {
  display: block;
  font-size: 1rem;
  line-height: 24px;
}

.vmbackup-table__text {
  display: block;
  font-size: 1rem;
  line-height: 24px;
}

.vmbackup-table .separator {
  margin: 10px 0;
  height: 1px;
  background: #5a5a5a;
}

.vmbackup-table__feature {
  font-size: 1rem;
  line-height: 19px;
}

.vmbackup-table__img-wrapper {
  display: flex;
  align-items: center;
}

.vmbackup-table__img-wrapper .icon {
  font-size: 100px;
}

.vmbackup-table__features {
  flex: 1 0 25%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .vmbackup-table__item .container {
    flex-wrap: wrap;
  }
  .vmbackup-table__text-block {
    flex: 1 0 100%;
  }
  .vmbackup-table__img-wrapper, .vmbackup-table__features {
    flex: 0 0 auto;
  }
  .vmbackup-table__img-wrapper {
    margin-left: 8.33333333%;
  }
}

/* Responsive vmbackup banner */

.responsive-banner {
  min-height: 450px;
  padding: 20px;
  position: relative;
  color: #5a5a5a;
  display: flex;
  align-items: center;
}

.responsive-banner--1:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('/wp-content/uploads/2017/11/Laptop.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  content: '';
  -webkit-filter: drop-shadow(5px 5px 10px #000);
  filter: drop-shadow(5px 5px 10px #000);
  z-index: -1;
}

.responsive-banner--2 {
  background: url("/wp-content/uploads/2017/11/02_Essentials-Toolkit_Banner_Preview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.responsive-banner--3 {
  background: url("/wp-content/uploads/2017/11/HDM_16_Boxshot_right_DE.png"), url("/wp-content/uploads/2017/11/HDM-for-Windows-mainpage-header.png");
  background-size: 300px, 700px;
  background-repeat: no-repeat;
  background-position: 5% center, 97% center;
}

.responsive-banner__content {
  margin-left: calc(50vw - 585px + (585px / 6) - 5px);
  margin-right: 40%;
  z-index: 1;
}

.responsive-banner__pretitle {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: center;
}

.responsive-banner__title {
  display: block;
  color: #ff783b;
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}

.responsive-banner__list {
  font-size: 1rem;
  margin-bottom: 40px;
}

.responsive-banner__description {
  text-align: center;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 20px;
}

.responsive-banner__text {
  text-align: center;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 40px;
}

.responsive-banner__buttons {
  display: flex;
  justify-content: center;
}

.responsive-banner__btn {
  min-width: 220px;
  text-transform: uppercase;
  padding: 8px 42px;
  font-size: 1rem;
  line-height: 24px;
  outline: none;
}

.responsive-banner__btn:first-child {
  margin-right: 40px;
  color: #404040;
  border: 1px solid #404040;
}

.responsive-banner__btn:last-child {
  color: #ff793c;
  border: 1px solid #ff793c;
}

.responsive-banner__btn:first-child:hover {
  color: #fff;
  background-color: #404040;
}

.responsive-banner__btn:last-child:hover {
  color: #fff;
  background-color: #ff793c;
}

.responsive-banner__btn:only-child {
  margin: 0;
}

.responsive-banner--1 .responsive-banner__btn:only-child {
  color: #ffffff;
  background-color: #ff793c;
}

.responsive-banner--1 .responsive-banner__btn:only-child:hover {
  color: #ff793c;
  background-color: transparent;
}

.responsive-banner .tab-in-tab tr:last-child td {
  border-bottom: none;
}

.responsive-banner .tab-drop {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1700px) {
  .responsive-banner--3 {
    background: url("/wp-content/uploads/2017/11/HDM-for-Windows-mainpage-header.png");
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 100% center;
  }
}

@media only screen and (max-width: 1600px) {
  .responsive-banner--1::before {
    background-size: 43%;
  }
  .responsive-banner--3 {
    background-size: 43%;
  }
}

@media only screen and (max-width: 1200px) {
  .responsive-banner__content {
    margin-left: calc(50vw - 485px + (485px / 6) - 5px);
  }
}

@media only screen and (max-width: 991px) {
  .responsive-banner {
    display: block;
  }
  .responsive-banner--1 {
    min-height: 640px;
    align-items: flex-start;
    justify-content: center;
  }
  .responsive-banner--3 {
    align-items: center;
    justify-content: flex-start;
  }
  .responsive-banner--1::before {
    background-size: 100%;
    background-position: right bottom;
  }
  .responsive-banner--3 {
    min-height: 640px;
    align-items: flex-start;
    justify-content: center;
  }
  .responsive-banner--3 {
    background: url("/wp-content/uploads/2017/11/HDM_16_Boxshot_right_DE.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center 23%;
  }
  .responsive-banner .responsive-banner__content {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .responsive-banner--1 .responsive-banner__content {
    margin-top: 50px;
    margin-bottom: 60%;
  }
  .responsive-banner--3 .responsive-banner__title {
    margin-bottom: 65%;
  }
}

@media only screen and (max-width: 600px) {
  .responsive-banner__buttons {
    flex-wrap: wrap;
  }
  .responsive-banner__btn {
    margin-bottom: 10px;
    min-width: 60%;
  }
  .responsive-banner__btn:first-child {
    margin-right: 0;
  }
}

/* fsl-tryptich */

.fsl-triptych {
  display: flex;
}

.fsl-triptych__item {
  flex: 0 1 33.3333%;
  margin: 0 5px;
}

.fsl-triptych__item img {
  width: 100%;
  margin-bottom: 10px;
}

.fsl-triptych__caption {
  font-size: 1rem;
  text-align: center;
}

.legacy-label__wrapper {
  transform: rotate(-20deg);
  text-align: center;
}

.legacy-label {
  border: 4px solid #fff;
  padding: 10px 30px;
  font-size: 41px;
}

.legacy-text {
  font-size: 22px;
}

.legacy-product .landing-content {
  position: relative;
}

.legacy-product .landing-content {
  background-image: url('https://www.paragon-software.com/wp-content/uploads/2018/02/legacy-bg.png');
  background-size: 900px auto;
  background-position: center top;
  background-repeat: repeat-y;
}

/*New arrows*/

.bx-wrapper .bx-controls-direction a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  font-size: 0;
  text-indent: 0;
}

.bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus, .bx-wrapper .bx-controls-direction a:active {
  color: #fff;
  text-decoration: none;
}

.bx-wrapper .bx-controls-direction a::before {
  display: block;
  color: #fff;
  border-style: solid;
  border-color: #fff;
  width: 33%;
  height: 33%;
  transform: rotate(45deg);
}

.bx-wrapper .bx-next::before {
  content: "";
  border-width: 3px 3px 0 0;
}

.bx-wrapper .bx-prev::before {
  content: "";
  border-width: 0 0 3px 3px;
}

.bx-wrapper .bx-prev {
  left: 20px;
  padding-left: 4px;
}

.bx-wrapper .bx-next {
  right: 20px;
  padding-right: 4px;
}

.sc_block_slider_right .bx-wrapper .bx-prev, .sc_block_slider_left .bx-wrapper .bx-prev {
  left: 0;
}

.sc_block_slider_right .bx-wrapper .bx-next, .sc_block_slider_left .bx-wrapper .bx-next {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    top: calc(100% - 26px);
  }
  .main_banner .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 20px);
  }
}

/*New hot product block*/

.sc_block_prod_hot {
  background-color: #eee;
  background-image: url("/wp-content/uploads/2017/12/Pattern_big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.hot-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}

.hot-products__title {
  flex: 1 0 100%;
  font-size: 34px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

.hot-product {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(50% - 10px);
  padding: 35px;
  background-position: 100% 50%;
  background-size: cover;
  color: #fff;
}

.hot-product:nth-child(2n) {
  margin-right: 10px;
}

.hot-product {
  background-image: url('/wp-content/uploads/2017/12/hot-product-win.png');
}

.hot-product--win {
  background-image: url('/wp-content/uploads/2017/12/hot-product-win.png');
}

.hot-product--mac {
  background-image: url('/wp-content/uploads/2017/12/hot-product-mac.png');
}

.hot-product--mac {
  background-image: url('/wp-content/uploads/2017/12/hot-product-mac.png');
}

.hot-product__icon {
  align-items: center;
  display: flex;
  color: #fff;
}

.hot-product__icon:hover {
  color: #fff;
  text-decoration: none;
}

.hot-product__icon i {
  font-size: 65px;
  margin-right: 25px;
  color: #fff;
}

.hot-product__icon .sign {
  display: none;
}

.hot-products .hot-product .hot-product__icon h3.hot-product__title {
  flex: 0 1 auto;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
}

.hot-product__title:hover {
  color: #fff;
}

.hot-product__description {
  padding-left: 90px;
  font-family: TrebuchetRegular;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 25px;
  flex: 1 0 auto;
}

.hot-product__button {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 90px;
  width: 200px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.hot-product--win .hot-product__button:hover {
  color: #3589c9;
}

.hot-product--mac .hot-product__button:hover {
  color: #c25096;
}

.hot-product__button:hover {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .hot-products {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .hot-product {
    flex: 1 1 100%;
  }
  .hot-product:nth-child(2n) {
    margin-right: 0;
  }
  .hot-product:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .hot-product {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .hot-product__icon {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hot-product__icon i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hot-product__title {
    text-align: center;
  }
  .hot-product__description {
    padding-left: 0;
    text-align: center;
  }
  .hot-product__button {
    margin-left: 0;
  }
}

/*New product list block*/

.prod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .prod-list {
    justify-content: center;
  }
}

.prod-list__title {
  flex: 1 0 100%;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.prod-list__note {
  flex: 1 0 100%;
}

.prod-item {
  flex: 0 0 250px;
  padding: 25px;
  margin: 10px;
}

.prod-item:hover {
  text-decoration: none;
  border: 1px solid #e4e4e4;
  padding: 24px;
}

.prod-item__img {
  margin-left: calc(50% - 32px);
  margin-bottom: 5px;
  display: inline-block;
  min-height: 90px;
  text-decoration: none;
  text-align: center;
}

.prod-item__img .icon {
  font-size: 65px;
}

.prod-item:hover .prod-item__img .icon {
  color: #ff793c;
}

.prod-item__img .sign {
  position: relative;
  color: white;
  text-align: center;
  display: block;
  padding: 1px 0;
  line-height: 1.4;
  margin: 0 auto;
  top: -5px;
  border-radius: 40px 7px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  width: 100%
}

.prod-item:hover .prod-item__img .sign {
  background: #ff793c;
}

.prod-item__title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  color: #5a5a5a;
  text-align: center;
  margin-bottom: 10px;
}

.prod-item:hover .prod-item__title {
  text-decoration: underline;
  color: #ff793c;
}

.prod-item__description {
  font-family: TrebuchetRegular;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #5a5a5a;
}

/*NTFS Mac paginator compressed for mobiles*/

@media only screen and (max-width: 480px) {
  .page-product-ntfs-mac .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 1px;
  }
}

/*Article section*/

table.article td {
  padding-top: 0;
}

.article__logo {
  width: 120px;
}

.article__link {
  font-style: italic;
}

.article__note {
  font-size: 11px;
}

/* Terms */

.terms__link {
  color: #093f74;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 13px 5px 0;
}

/* HFS+ */

.oem-solutions-link {
  font-size: 23px;
}

/* FAQ */

.faq__lead {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Boost img class */

.boost_img {
  display: block;
  width: 400px;
  margin: 50px 0;
}

.visible-xs .svg-container {
  display: flex;
  justify-content: center;
}

/* Businesses */

/* IE 11 fallback */

.businesses {
  float: left;
  width: 100%;
}

.businesses__item {
  display: block;
  margin-bottom: 40px;
}

.businesses {
  display: grid;
  grid-template-columns: minmax(650px, 7fr) minmax(290px, 3fr);
  grid-column-gap: 40px;
  margin-bottom: 40px;
}

.businesses__item {
  grid-column: 1 / 2;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  color: #5a5a5a;
  text-decoration: none;
}

.businesses__item:hover {
  box-shadow: 0px 0px 10px 10px rgba(255, 121, 60, 0.5);
  text-decoration: none;
}

.businesses__content {
  padding: 40px 60px 40px 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.businesses__img {
  border-radius: 50%;
  border: 10px solid #eee;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  flex: 0 0 auto;
}

.businesses__text {
  font-size: 18px;
}

.businesses__text--small {
  font-size: 14px;
}

.businesses__arrow {
  display: block;
  width: 30px;
  height: 30px;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #eee;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.businesses__item:hover .businesses__arrow {
  border-color: #ff793c;
}

.businesses__seealso {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  font-size: 14px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.seealso__text {
  padding-left: 1.5em;
  position: relative;
}

.seealso__text::before {
  font-family: Paragon-Icons;
  content: "\e905";
  font-size: 14px;
  position: absolute;
  left: 0;
  color: #ff793c;
}

@media only screen and (max-width: 991px) {
  .businesses {
    margin: 20px;
  }
  .businesses__seealso {
    grid-column: 1 / 2;
    grid-row-start: auto;
  }
}

@media only screen and (max-width: 550px) {
  .businesses__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .businesses__img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .businesses__text {
    text-align: center;
  }
}

/* Icon shortcode main header */

.common-header {
  margin: 40px 0 0;
}

/* SVG size IE11 fix */

.svg-container {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.svg-container svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/*Paragon icons*/
@font-face {
  font-family: 'Paragon-Icons';
  src:  url('src/fonts/Paragon-icons/Paragon-Icons.eot?o3o7qn');
  src:  url('src/fonts/Paragon-icons/Paragon-Icons.eot?o3o7qn#iefix') format('embedded-opentype'),
    url('src/fonts/Paragon-icons/Paragon-Icons.ttf?o3o7qn') format('truetype'),
    url('src/fonts/Paragon-icons/Paragon-Icons.woff?o3o7qn') format('woff'),
    url('src/fonts/Paragon-icons/Paragon-Icons.svg?o3o7qn#Paragon-Icons') 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: 'Paragon-Icons' !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-Paragon-Icon-Slim-Backup-SDK-for-Linux:before {
  content: "\ecb3";
}
.icon-Product-Icon_Mac-Toolbox:before {
  content: "\ecb2";
}
.icon-Product-Icon_Alignment_Tool_OEM:before {
  content: "\ecac";
}
.icon-Product-Icon_Backup-Recovery_Pro:before {
  content: "\ecad";
}
.icon-Product-Icon_Backup-Recovery_Server:before {
  content: "\ecae";
}
.icon-Product-Icon_Hard-Disk-Manager_Business:before {
  content: "\ecaf";
}
.icon-Product-Icon_Hard-Disk-Manager_Premium:before {
  content: "\ecb0";
}
.icon-Product-Icon_Partition-Manager_Server:before {
  content: "\ecb1";
}
.icon-Paragon-Icon-Fast-Time-To-Market:before {
  content: "\ec9e";
}
.icon-Paragon-Icon-Rich-Functionary:before {
  content: "\ec9f";
}
.icon-Paragon-Icon-Lightweight-Engine:before {
  content: "\eca0";
}
.icon-Paragon-Icon-Fast-Integration:before {
  content: "\eca9";
}
.icon-Product-Icon-Slim-Backup-SDK-for-Windows-Invite:before {
  content: "\ecaa";
}
.icon-Product-Icon-Slim-Backup-SDK-for-Windows:before {
  content: "\ecab";
}
.icon-Icon-Quick-Transition:before {
  content: "\eca7";
}
.icon-Icon-Seamless-scalability:before {
  content: "\eca8";
}
.icon-Product-Icon-VMFS-Deploy-Solution-Invited:before {
  content: "\eca5";
}
.icon-Product-Icon-VMFS-Deploy-Solution:before {
  content: "\eca6";
}
.icon-Product-Icon-Btrfs-2-inverted:before {
  content: "\ec1e";
}
.icon-Product-Icon-Btrfs-2:before {
  content: "\eca4";
}
.icon-Product-Icon-Btrfs-for-Windows-Invited:before {
  content: "\eca1";
}
.icon-Product-Icon-Btrfs-for-Windows:before {
  content: "\eca3";
}
.icon-Product-Icon_ReFS-NTFS-converter:before {
  content: "\eca2";
}
.icon-Product-Icon_ReFS_inverted:before {
  content: "\eb53";
}
.icon-Product-Icon_ReFS-for-Linux_2D:before {
  content: "\ec9d";
}
.icon-Paragon-Icon-Mojave:before {
  content: "\ec9c";
}
.icon-Icon_Backup-for-SQL-Server:before {
  content: "\ec9b";
}
.icon-Product-Icon_FSL-for-Android:before {
  content: "\ec85";
}
.icon-Product-Icon_FSL-for-Android_inverted:before {
  content: "\ec9a";
}
.icon-APFS-HFS-Converter-2D:before {
  content: "\ec83";
}
.icon-APFS-HFS-Converter-2D-Invert:before {
  content: "\ec84";
}
.icon-Connection:before {
  content: "\e900";
}
.icon-Settings:before {
  content: "\e901";
}
.icon-Footer-Icon_Call:before {
  content: "\e902";
}
.icon-Footer-Icon_Chat:before {
  content: "\e903";
}
.icon-Footer-Icon_Mail:before {
  content: "\e904";
}
.icon-Footer-Icon_Sales_Form:before {
  content: "\e905";
}
.icon-Footer-Icon_Subscribe_02:before {
  content: "\e906";
}
.icon-Menu-Icon_Technology-Enablement:before {
  content: "\e907";
}
.icon-archive:before {
  content: "\e908";
}
.icon-archive-1:before {
  content: "\e909";
}
.icon-archive-2:before {
  content: "\e90a";
}
.icon-archive-3:before {
  content: "\e90b";
}
.icon-archive-4:before {
  content: "\e90c";
}
.icon-archive-5:before {
  content: "\e90d";
}
.icon-archive-6:before {
  content: "\e90e";
}
.icon-archive-7:before {
  content: "\e90f";
}
.icon-archive-8:before {
  content: "\e910";
}
.icon-archive-9:before {
  content: "\e911";
}
.icon-archive-10:before {
  content: "\e912";
}
.icon-archive-11:before {
  content: "\e913";
}
.icon-archive-12:before {
  content: "\e914";
}
.icon-archive-13:before {
  content: "\e915";
}
.icon-archive-14:before {
  content: "\e916";
}
.icon-archive-15:before {
  content: "\e917";
}
.icon-archive-16:before {
  content: "\e918";
}
.icon-archive-17:before {
  content: "\e919";
}
.icon-archive-18:before {
  content: "\e91a";
}
.icon-archive-19:before {
  content: "\e91b";
}
.icon-bookmark:before {
  content: "\e91c";
}
.icon-bookmark-1:before {
  content: "\e91d";
}
.icon-bookmark-2:before {
  content: "\e91e";
}
.icon-bookmark-3:before {
  content: "\e91f";
}
.icon-bookmark-4:before {
  content: "\e920";
}
.icon-bookmark-5:before {
  content: "\e921";
}
.icon-bookmark-6:before {
  content: "\e922";
}
.icon-bookmark-7:before {
  content: "\e923";
}
.icon-bookmark-8:before {
  content: "\e924";
}
.icon-bookmark-9:before {
  content: "\e925";
}
.icon-bookmark-10:before {
  content: "\e926";
}
.icon-bookmark-11:before {
  content: "\e927";
}
.icon-bookmark-12:before {
  content: "\e928";
}
.icon-bookmark-13:before {
  content: "\e929";
}
.icon-bookmark-14:before {
  content: "\e92a";
}
.icon-bookmark-15:before {
  content: "\e92b";
}
.icon-bookmark-16:before {
  content: "\e92c";
}
.icon-bookmark-17:before {
  content: "\e92d";
}
.icon-bookmark-18:before {
  content: "\e92e";
}
.icon-bookmark-19:before {
  content: "\e92f";
}
.icon-browser:before {
  content: "\e930";
}
.icon-browser-1:before {
  content: "\e931";
}
.icon-browser-2:before {
  content: "\e932";
}
.icon-browser-3:before {
  content: "\e933";
}
.icon-browser-4:before {
  content: "\e934";
}
.icon-browser-5:before {
  content: "\e935";
}
.icon-browser-6:before {
  content: "\e936";
}
.icon-browser-7:before {
  content: "\e937";
}
.icon-browser-8:before {
  content: "\e938";
}
.icon-browser-9:before {
  content: "\e939";
}
.icon-browser-10:before {
  content: "\e93a";
}
.icon-browser-11:before {
  content: "\e93b";
}
.icon-browser-12:before {
  content: "\e93c";
}
.icon-browser-13:before {
  content: "\e93d";
}
.icon-browser-14:before {
  content: "\e93e";
}
.icon-browser-15:before {
  content: "\e93f";
}
.icon-browser-16:before {
  content: "\e940";
}
.icon-browser-17:before {
  content: "\e941";
}
.icon-browser-18:before {
  content: "\e942";
}
.icon-browser-19:before {
  content: "\e943";
}
.icon-calendar:before {
  content: "\e944";
}
.icon-calendar-1:before {
  content: "\e945";
}
.icon-calendar-2:before {
  content: "\e946";
}
.icon-calendar-3:before {
  content: "\e947";
}
.icon-calendar-4:before {
  content: "\e948";
}
.icon-calendar-5:before {
  content: "\e949";
}
.icon-calendar-6:before {
  content: "\e94a";
}
.icon-calendar-7:before {
  content: "\e94b";
}
.icon-calendar-8:before {
  content: "\e94c";
}
.icon-calendar-9:before {
  content: "\e94d";
}
.icon-calendar-10:before {
  content: "\e94e";
}
.icon-calendar-11:before {
  content: "\e94f";
}
.icon-calendar-12:before {
  content: "\e950";
}
.icon-calendar-13:before {
  content: "\e951";
}
.icon-calendar-14:before {
  content: "\e952";
}
.icon-calendar-15:before {
  content: "\e953";
}
.icon-calendar-16:before {
  content: "\e954";
}
.icon-calendar-17:before {
  content: "\e955";
}
.icon-calendar-18:before {
  content: "\e956";
}
.icon-calendar-19:before {
  content: "\e957";
}
.icon-calendar-20:before {
  content: "\e958";
}
.icon-calendar-21:before {
  content: "\e959";
}
.icon-calendar-22:before {
  content: "\e95a";
}
.icon-calendar-23:before {
  content: "\e95b";
}
.icon-calendar-24:before {
  content: "\e95c";
}
.icon-calendar-25:before {
  content: "\e95d";
}
.icon-calendar-26:before {
  content: "\e95e";
}
.icon-calendar-27:before {
  content: "\e95f";
}
.icon-calendar-28:before {
  content: "\e960";
}
.icon-calendar-29:before {
  content: "\e961";
}
.icon-calendar-30:before {
  content: "\e962";
}
.icon-calendar-31:before {
  content: "\e963";
}
.icon-calendar-32:before {
  content: "\e964";
}
.icon-calendar-33:before {
  content: "\e965";
}
.icon-calendar-34:before {
  content: "\e966";
}
.icon-calendar-35:before {
  content: "\e967";
}
.icon-calendar-36:before {
  content: "\e968";
}
.icon-calendar-37:before {
  content: "\e969";
}
.icon-calendar-38:before {
  content: "\e96a";
}
.icon-calendar-39:before {
  content: "\e96b";
}
.icon-cloud-computing:before {
  content: "\e96c";
}
.icon-cloud-computing-1:before {
  content: "\e96d";
}
.icon-cloud-computing-2:before {
  content: "\e96e";
}
.icon-cloud-computing-3:before {
  content: "\e96f";
}
.icon-cloud-computing-4:before {
  content: "\e970";
}
.icon-cloud-computing-5:before {
  content: "\e971";
}
.icon-cloud-computing-6:before {
  content: "\e972";
}
.icon-cloud-computing-7:before {
  content: "\e973";
}
.icon-cloud-computing-8:before {
  content: "\e974";
}
.icon-cloud-computing-9:before {
  content: "\e975";
}
.icon-cloud-computing-10:before {
  content: "\e976";
}
.icon-cloud-computing-11:before {
  content: "\e977";
}
.icon-cloud-computing-12:before {
  content: "\e978";
}
.icon-cloud-computing-13:before {
  content: "\e979";
}
.icon-cloud-computing-14:before {
  content: "\e97a";
}
.icon-cloud-computing-15:before {
  content: "\e97b";
}
.icon-cloud-computing-16:before {
  content: "\e97c";
}
.icon-cloud-computing-17:before {
  content: "\e97d";
}
.icon-cloud-computing-18:before {
  content: "\e97e";
}
.icon-cloud-computing-19:before {
  content: "\e97f";
}
.icon-database:before {
  content: "\e980";
}
.icon-database-1:before {
  content: "\e981";
}
.icon-database-2:before {
  content: "\e982";
}
.icon-database-3:before {
  content: "\e983";
}
.icon-database-4:before {
  content: "\e984";
}
.icon-database-5:before {
  content: "\e985";
}
.icon-database-6:before {
  content: "\e986";
}
.icon-database-7:before {
  content: "\e987";
}
.icon-database-8:before {
  content: "\e988";
}
.icon-database-9:before {
  content: "\e989";
}
.icon-database-10:before {
  content: "\e98a";
}
.icon-database-11:before {
  content: "\e98b";
}
.icon-database-12:before {
  content: "\e98c";
}
.icon-database-13:before {
  content: "\e98d";
}
.icon-database-14:before {
  content: "\e98e";
}
.icon-database-15:before {
  content: "\e98f";
}
.icon-database-16:before {
  content: "\e990";
}
.icon-database-17:before {
  content: "\e991";
}
.icon-database-18:before {
  content: "\e992";
}
.icon-database-19:before {
  content: "\e993";
}
.icon-envelope:before {
  content: "\e994";
}
.icon-envelope-1:before {
  content: "\e995";
}
.icon-envelope-2:before {
  content: "\e996";
}
.icon-file:before {
  content: "\e997";
}
.icon-file-1:before {
  content: "\e998";
}
.icon-file-2:before {
  content: "\e999";
}
.icon-file-3:before {
  content: "\e99a";
}
.icon-file-4:before {
  content: "\e99b";
}
.icon-file-5:before {
  content: "\e99c";
}
.icon-file-6:before {
  content: "\e99d";
}
.icon-file-7:before {
  content: "\e99e";
}
.icon-file-8:before {
  content: "\e99f";
}
.icon-file-9:before {
  content: "\e9a0";
}
.icon-file-10:before {
  content: "\e9a1";
}
.icon-file-11:before {
  content: "\e9a2";
}
.icon-file-12:before {
  content: "\e9a3";
}
.icon-file-13:before {
  content: "\e9a4";
}
.icon-file-14:before {
  content: "\e9a5";
}
.icon-file-15:before {
  content: "\e9a6";
}
.icon-file-16:before {
  content: "\e9a7";
}
.icon-file-17:before {
  content: "\e9a8";
}
.icon-file-18:before {
  content: "\e9a9";
}
.icon-file-19:before {
  content: "\e9aa";
}
.icon-folder:before {
  content: "\e9ab";
}
.icon-folder-1:before {
  content: "\e9ac";
}
.icon-folder-2:before {
  content: "\e9ad";
}
.icon-folder-3:before {
  content: "\e9ae";
}
.icon-folder-4:before {
  content: "\e9af";
}
.icon-folder-5:before {
  content: "\e9b0";
}
.icon-folder-6:before {
  content: "\e9b1";
}
.icon-folder-7:before {
  content: "\e9b2";
}
.icon-folder-8:before {
  content: "\e9b3";
}
.icon-folder-9:before {
  content: "\e9b4";
}
.icon-folder-10:before {
  content: "\e9b5";
}
.icon-folder-11:before {
  content: "\e9b6";
}
.icon-folder-12:before {
  content: "\e9b7";
}
.icon-folder-13:before {
  content: "\e9b8";
}
.icon-folder-14:before {
  content: "\e9b9";
}
.icon-folder-15:before {
  content: "\e9ba";
}
.icon-folder-16:before {
  content: "\e9bb";
}
.icon-folder-17:before {
  content: "\e9bc";
}
.icon-folder-18:before {
  content: "\e9bd";
}
.icon-folder-19:before {
  content: "\e9be";
}
.icon-image:before {
  content: "\e9bf";
}
.icon-image-1:before {
  content: "\e9c0";
}
.icon-image-2:before {
  content: "\e9c1";
}
.icon-image-3:before {
  content: "\e9c2";
}
.icon-image-4:before {
  content: "\e9c3";
}
.icon-image-5:before {
  content: "\e9c4";
}
.icon-image-6:before {
  content: "\e9c5";
}
.icon-image-7:before {
  content: "\e9c6";
}
.icon-image-8:before {
  content: "\e9c7";
}
.icon-image-9:before {
  content: "\e9c8";
}
.icon-image-10:before {
  content: "\e9c9";
}
.icon-image-11:before {
  content: "\e9ca";
}
.icon-image-12:before {
  content: "\e9cb";
}
.icon-image-13:before {
  content: "\e9cc";
}
.icon-image-14:before {
  content: "\e9cd";
}
.icon-image-15:before {
  content: "\e9ce";
}
.icon-image-16:before {
  content: "\e9cf";
}
.icon-image-17:before {
  content: "\e9d0";
}
.icon-image-18:before {
  content: "\e9d1";
}
.icon-image-19:before {
  content: "\e9d2";
}
.icon-list:before {
  content: "\e9d3";
}
.icon-list-1:before {
  content: "\e9d4";
}
.icon-list-2:before {
  content: "\e9d5";
}
.icon-list-3:before {
  content: "\e9d6";
}
.icon-list-4:before {
  content: "\e9d7";
}
.icon-list-5:before {
  content: "\e9d8";
}
.icon-list-6:before {
  content: "\e9d9";
}
.icon-list-7:before {
  content: "\e9da";
}
.icon-list-8:before {
  content: "\e9db";
}
.icon-list-9:before {
  content: "\e9dc";
}
.icon-list-10:before {
  content: "\e9dd";
}
.icon-list-11:before {
  content: "\e9de";
}
.icon-list-12:before {
  content: "\e9df";
}
.icon-list-13:before {
  content: "\e9e0";
}
.icon-list-14:before {
  content: "\e9e1";
}
.icon-list-15:before {
  content: "\e9e2";
}
.icon-list-16:before {
  content: "\e9e3";
}
.icon-list-17:before {
  content: "\e9e4";
}
.icon-list-18:before {
  content: "\e9e5";
}
.icon-list-19:before {
  content: "\e9e6";
}
.icon-mail:before {
  content: "\e9e7";
}
.icon-mail-1:before {
  content: "\e9e8";
}
.icon-mail-2:before {
  content: "\e9e9";
}
.icon-mail-3:before {
  content: "\e9ea";
}
.icon-mail-4:before {
  content: "\e9eb";
}
.icon-mail-5:before {
  content: "\e9ec";
}
.icon-mail-6:before {
  content: "\e9ed";
}
.icon-mail-7:before {
  content: "\e9ee";
}
.icon-mail-8:before {
  content: "\e9ef";
}
.icon-mail-9:before {
  content: "\e9f0";
}
.icon-mail-10:before {
  content: "\e9f1";
}
.icon-mail-11:before {
  content: "\e9f2";
}
.icon-mail-12:before {
  content: "\e9f3";
}
.icon-mail-13:before {
  content: "\e9f4";
}
.icon-mail-14:before {
  content: "\e9f5";
}
.icon-mail-15:before {
  content: "\e9f6";
}
.icon-mail-16:before {
  content: "\e9f7";
}
.icon-map:before {
  content: "\e9f8";
}
.icon-map-1:before {
  content: "\e9f9";
}
.icon-map-2:before {
  content: "\e9fa";
}
.icon-map-3:before {
  content: "\e9fb";
}
.icon-map-4:before {
  content: "\e9fc";
}
.icon-map-5:before {
  content: "\e9fd";
}
.icon-map-6:before {
  content: "\e9fe";
}
.icon-map-7:before {
  content: "\e9ff";
}
.icon-map-8:before {
  content: "\ea00";
}
.icon-map-9:before {
  content: "\ea01";
}
.icon-map-10:before {
  content: "\ea02";
}
.icon-map-11:before {
  content: "\ea03";
}
.icon-map-12:before {
  content: "\ea04";
}
.icon-map-13:before {
  content: "\ea05";
}
.icon-map-14:before {
  content: "\ea06";
}
.icon-map-15:before {
  content: "\ea07";
}
.icon-map-16:before {
  content: "\ea08";
}
.icon-map-17:before {
  content: "\ea09";
}
.icon-map-18:before {
  content: "\ea0a";
}
.icon-map-19:before {
  content: "\ea0b";
}
.icon-music-player:before {
  content: "\ea0c";
}
.icon-music-player-1:before {
  content: "\ea0d";
}
.icon-music-player-2:before {
  content: "\ea0e";
}
.icon-music-player-3:before {
  content: "\ea0f";
}
.icon-music-player-4:before {
  content: "\ea10";
}
.icon-music-player-5:before {
  content: "\ea11";
}
.icon-music-player-6:before {
  content: "\ea12";
}
.icon-music-player-7:before {
  content: "\ea13";
}
.icon-music-player-8:before {
  content: "\ea14";
}
.icon-music-player-9:before {
  content: "\ea15";
}
.icon-music-player-10:before {
  content: "\ea16";
}
.icon-music-player-11:before {
  content: "\ea17";
}
.icon-music-player-12:before {
  content: "\ea18";
}
.icon-music-player-13:before {
  content: "\ea19";
}
.icon-music-player-14:before {
  content: "\ea1a";
}
.icon-music-player-15:before {
  content: "\ea1b";
}
.icon-music-player-16:before {
  content: "\ea1c";
}
.icon-music-player-17:before {
  content: "\ea1d";
}
.icon-music-player-18:before {
  content: "\ea1e";
}
.icon-music-player-19:before {
  content: "\ea1f";
}
.icon-notebook:before {
  content: "\ea20";
}
.icon-notebook-1:before {
  content: "\ea21";
}
.icon-notebook-2:before {
  content: "\ea22";
}
.icon-notebook-3:before {
  content: "\ea23";
}
.icon-notebook-4:before {
  content: "\ea24";
}
.icon-notebook-5:before {
  content: "\ea25";
}
.icon-notebook-6:before {
  content: "\ea26";
}
.icon-notebook-7:before {
  content: "\ea27";
}
.icon-notebook-8:before {
  content: "\ea28";
}
.icon-notebook-9:before {
  content: "\ea29";
}
.icon-notebook-10:before {
  content: "\ea2a";
}
.icon-notebook-11:before {
  content: "\ea2b";
}
.icon-notebook-12:before {
  content: "\ea2c";
}
.icon-notebook-13:before {
  content: "\ea2d";
}
.icon-notebook-14:before {
  content: "\ea2e";
}
.icon-notebook-15:before {
  content: "\ea2f";
}
.icon-notebook-16:before {
  content: "\ea30";
}
.icon-notebook-17:before {
  content: "\ea31";
}
.icon-notebook-18:before {
  content: "\ea32";
}
.icon-notebook-19:before {
  content: "\ea33";
}
.icon-notepad:before {
  content: "\ea34";
}
.icon-notepad-1:before {
  content: "\ea35";
}
.icon-notepad-2:before {
  content: "\ea36";
}
.icon-notepad-3:before {
  content: "\ea37";
}
.icon-notepad-4:before {
  content: "\ea38";
}
.icon-notepad-5:before {
  content: "\ea39";
}
.icon-notepad-6:before {
  content: "\ea3a";
}
.icon-notepad-7:before {
  content: "\ea3b";
}
.icon-notepad-8:before {
  content: "\ea3c";
}
.icon-notepad-9:before {
  content: "\ea3d";
}
.icon-notepad-10:before {
  content: "\ea3e";
}
.icon-notepad-11:before {
  content: "\ea3f";
}
.icon-notepad-12:before {
  content: "\ea40";
}
.icon-notepad-13:before {
  content: "\ea41";
}
.icon-notepad-14:before {
  content: "\ea42";
}
.icon-notepad-15:before {
  content: "\ea43";
}
.icon-notepad-16:before {
  content: "\ea44";
}
.icon-notepad-17:before {
  content: "\ea45";
}
.icon-notepad-18:before {
  content: "\ea46";
}
.icon-notepad-19:before {
  content: "\ea47";
}
.icon-phone-call:before {
  content: "\ea48";
}
.icon-phone-call-1:before {
  content: "\ea49";
}
.icon-phone-call-2:before {
  content: "\ea4a";
}
.icon-phone-call-3:before {
  content: "\ea4b";
}
.icon-phone-call-4:before {
  content: "\ea4c";
}
.icon-phone-call-5:before {
  content: "\ea4d";
}
.icon-phone-call-6:before {
  content: "\ea4e";
}
.icon-phone-call-7:before {
  content: "\ea4f";
}
.icon-phone-call-8:before {
  content: "\ea50";
}
.icon-phone-call-9:before {
  content: "\ea51";
}
.icon-phone-call-10:before {
  content: "\ea52";
}
.icon-phone-call-11:before {
  content: "\ea53";
}
.icon-phone-call-12:before {
  content: "\ea54";
}
.icon-phone-call-13:before {
  content: "\ea55";
}
.icon-phone-call-14:before {
  content: "\ea56";
}
.icon-phone-call-15:before {
  content: "\ea57";
}
.icon-phone-call-16:before {
  content: "\ea58";
}
.icon-phone-call-17:before {
  content: "\ea59";
}
.icon-phone-call-18:before {
  content: "\ea5a";
}
.icon-phone-call-19:before {
  content: "\ea5b";
}
.icon-placeholder:before {
  content: "\ea5c";
}
.icon-placeholder-1:before {
  content: "\ea5d";
}
.icon-placeholder-2:before {
  content: "\ea5e";
}
.icon-placeholder-3:before {
  content: "\ea5f";
}
.icon-placeholder-4:before {
  content: "\ea60";
}
.icon-placeholder-5:before {
  content: "\ea61";
}
.icon-placeholder-6:before {
  content: "\ea62";
}
.icon-placeholder-7:before {
  content: "\ea63";
}
.icon-placeholder-8:before {
  content: "\ea64";
}
.icon-placeholder-9:before {
  content: "\ea65";
}
.icon-placeholder-10:before {
  content: "\ea66";
}
.icon-placeholder-11:before {
  content: "\ea67";
}
.icon-placeholder-12:before {
  content: "\ea68";
}
.icon-placeholder-13:before {
  content: "\ea69";
}
.icon-placeholder-14:before {
  content: "\ea6a";
}
.icon-placeholder-15:before {
  content: "\ea6b";
}
.icon-placeholder-16:before {
  content: "\ea6c";
}
.icon-placeholder-17:before {
  content: "\ea6d";
}
.icon-placeholder-18:before {
  content: "\ea6e";
}
.icon-placeholder-19:before {
  content: "\ea6f";
}
.icon-price-tag:before {
  content: "\ea70";
}
.icon-price-tag-1:before {
  content: "\ea71";
}
.icon-price-tag-2:before {
  content: "\ea72";
}
.icon-price-tag-3:before {
  content: "\ea73";
}
.icon-price-tag-4:before {
  content: "\ea74";
}
.icon-price-tag-5:before {
  content: "\ea75";
}
.icon-price-tag-6:before {
  content: "\ea76";
}
.icon-price-tag-7:before {
  content: "\ea77";
}
.icon-price-tag-8:before {
  content: "\ea78";
}
.icon-price-tag-9:before {
  content: "\ea79";
}
.icon-price-tag-10:before {
  content: "\ea7a";
}
.icon-price-tag-11:before {
  content: "\ea7b";
}
.icon-price-tag-12:before {
  content: "\ea7c";
}
.icon-price-tag-13:before {
  content: "\ea7d";
}
.icon-price-tag-14:before {
  content: "\ea7e";
}
.icon-price-tag-15:before {
  content: "\ea7f";
}
.icon-price-tag-16:before {
  content: "\ea80";
}
.icon-price-tag-17:before {
  content: "\ea81";
}
.icon-price-tag-18:before {
  content: "\ea82";
}
.icon-price-tag-19:before {
  content: "\ea83";
}
.icon-server:before {
  content: "\ea84";
}
.icon-server-1:before {
  content: "\ea85";
}
.icon-server-2:before {
  content: "\ea86";
}
.icon-server-3:before {
  content: "\ea87";
}
.icon-server-4:before {
  content: "\ea88";
}
.icon-server-5:before {
  content: "\ea89";
}
.icon-server-6:before {
  content: "\ea8a";
}
.icon-server-7:before {
  content: "\ea8b";
}
.icon-server-8:before {
  content: "\ea8c";
}
.icon-server-9:before {
  content: "\ea8d";
}
.icon-server-10:before {
  content: "\ea8e";
}
.icon-server-11:before {
  content: "\ea8f";
}
.icon-server-12:before {
  content: "\ea90";
}
.icon-server-13:before {
  content: "\ea91";
}
.icon-server-14:before {
  content: "\ea92";
}
.icon-server-15:before {
  content: "\ea93";
}
.icon-server-16:before {
  content: "\ea94";
}
.icon-server-17:before {
  content: "\ea95";
}
.icon-server-18:before {
  content: "\ea96";
}
.icon-server-19:before {
  content: "\ea97";
}
.icon-signs:before {
  content: "\ea98";
}
.icon-signs-1:before {
  content: "\ea99";
}
.icon-signs-2:before {
  content: "\ea9a";
}
.icon-signs-3:before {
  content: "\ea9b";
}
.icon-signs-4:before {
  content: "\ea9c";
}
.icon-signs-5:before {
  content: "\ea9d";
}
.icon-signs-6:before {
  content: "\ea9e";
}
.icon-signs-7:before {
  content: "\ea9f";
}
.icon-signs-8:before {
  content: "\eaa0";
}
.icon-signs-9:before {
  content: "\eaa1";
}
.icon-smartphone:before {
  content: "\eaa2";
}
.icon-smartphone-1:before {
  content: "\eaa3";
}
.icon-smartphone-2:before {
  content: "\eaa4";
}
.icon-smartphone-3:before {
  content: "\eaa5";
}
.icon-smartphone-4:before {
  content: "\eaa6";
}
.icon-smartphone-5:before {
  content: "\eaa7";
}
.icon-smartphone-6:before {
  content: "\eaa8";
}
.icon-smartphone-7:before {
  content: "\eaa9";
}
.icon-smartphone-8:before {
  content: "\eaaa";
}
.icon-smartphone-9:before {
  content: "\eaab";
}
.icon-smartphone-10:before {
  content: "\eaac";
}
.icon-smartphone-11:before {
  content: "\eaad";
}
.icon-smartphone-12:before {
  content: "\eaae";
}
.icon-smartphone-13:before {
  content: "\eaaf";
}
.icon-smartphone-14:before {
  content: "\eab0";
}
.icon-smartphone-15:before {
  content: "\eab1";
}
.icon-smartphone-16:before {
  content: "\eab2";
}
.icon-smartphone-17:before {
  content: "\eab3";
}
.icon-smartphone-18:before {
  content: "\eab4";
}
.icon-smartphone-19:before {
  content: "\eab5";
}
.icon-speech-bubble:before {
  content: "\eab6";
}
.icon-speech-bubble-1:before {
  content: "\eab7";
}
.icon-speech-bubble-2:before {
  content: "\eab8";
}
.icon-speech-bubble-3:before {
  content: "\eab9";
}
.icon-speech-bubble-4:before {
  content: "\eaba";
}
.icon-speech-bubble-5:before {
  content: "\eabb";
}
.icon-speech-bubble-6:before {
  content: "\eabc";
}
.icon-speech-bubble-7:before {
  content: "\eabd";
}
.icon-speech-bubble-8:before {
  content: "\eabe";
}
.icon-speech-bubble-9:before {
  content: "\eabf";
}
.icon-speech-bubble-10:before {
  content: "\eac0";
}
.icon-speech-bubble-11:before {
  content: "\eac1";
}
.icon-speech-bubble-12:before {
  content: "\eac2";
}
.icon-speech-bubble-13:before {
  content: "\eac3";
}
.icon-speech-bubble-14:before {
  content: "\eac4";
}
.icon-speech-bubble-15:before {
  content: "\eac5";
}
.icon-speech-bubble-16:before {
  content: "\eac6";
}
.icon-speech-bubble-17:before {
  content: "\eac7";
}
.icon-speech-bubble-18:before {
  content: "\eac8";
}
.icon-speech-bubble-19:before {
  content: "\eac9";
}
.icon-stopwatch:before {
  content: "\eaca";
}
.icon-stopwatch-1:before {
  content: "\eacb";
}
.icon-stopwatch-2:before {
  content: "\eacc";
}
.icon-stopwatch-3:before {
  content: "\eacd";
}
.icon-stopwatch-4:before {
  content: "\eace";
}
.icon-stopwatch-5:before {
  content: "\eacf";
}
.icon-stopwatch-6:before {
  content: "\ead0";
}
.icon-stopwatch-7:before {
  content: "\ead1";
}
.icon-stopwatch-8:before {
  content: "\ead2";
}
.icon-stopwatch-9:before {
  content: "\ead3";
}
.icon-stopwatch-10:before {
  content: "\ead4";
}
.icon-stopwatch-11:before {
  content: "\ead5";
}
.icon-stopwatch-12:before {
  content: "\ead6";
}
.icon-stopwatch-13:before {
  content: "\ead7";
}
.icon-stopwatch-14:before {
  content: "\ead8";
}
.icon-stopwatch-15:before {
  content: "\ead9";
}
.icon-stopwatch-16:before {
  content: "\eada";
}
.icon-stopwatch-17:before {
  content: "\eadb";
}
.icon-stopwatch-18:before {
  content: "\eadc";
}
.icon-stopwatch-19:before {
  content: "\eadd";
}
.icon-stopwatch-20:before {
  content: "\eade";
}
.icon-stopwatch-21:before {
  content: "\eadf";
}
.icon-stopwatch-22:before {
  content: "\eae0";
}
.icon-stopwatch-23:before {
  content: "\eae1";
}
.icon-stopwatch-24:before {
  content: "\eae2";
}
.icon-stopwatch-25:before {
  content: "\eae3";
}
.icon-stopwatch-26:before {
  content: "\eae4";
}
.icon-stopwatch-27:before {
  content: "\eae5";
}
.icon-stopwatch-28:before {
  content: "\eae6";
}
.icon-stopwatch-29:before {
  content: "\eae7";
}
.icon-user:before {
  content: "\eae8";
}
.icon-user-1:before {
  content: "\eae9";
}
.icon-user-2:before {
  content: "\eaea";
}
.icon-user-3:before {
  content: "\eaeb";
}
.icon-user-4:before {
  content: "\eaec";
}
.icon-user-5:before {
  content: "\eaed";
}
.icon-user-6:before {
  content: "\eaee";
}
.icon-FSL-Business-Solid:before {
  content: "\eaef";
}
.icon-user-8:before {
  content: "\eaf0";
}
.icon-user-9:before {
  content: "\eaf1";
}
.icon-user-10:before {
  content: "\eaf2";
}
.icon-user-11:before {
  content: "\eaf3";
}
.icon-Product-Icon_NTFS-HFS-Converter:before {
  content: "\eaf4";
}
.icon-user-13:before {
  content: "\eaf5";
}
.icon-user-14:before {
  content: "\eaf6";
}
.icon-user-15:before {
  content: "\eaf7";
}
.icon-user-16:before {
  content: "\eaf8";
}
.icon-user-17:before {
  content: "\eaf9";
}
.icon-user-18:before {
  content: "\eafa";
}
.icon-user-19:before {
  content: "\eafb";
}
.icon-user-20:before {
  content: "\eafc";
}
.icon-user-21:before {
  content: "\eafd";
}
.icon-user-22:before {
  content: "\eafe";
}
.icon-user-23:before {
  content: "\eaff";
}
.icon-user-24:before {
  content: "\eb00";
}
.icon-user-25:before {
  content: "\eb01";
}
.icon-user-26:before {
  content: "\eb02";
}
.icon-user-27:before {
  content: "\eb03";
}
.icon-user-28:before {
  content: "\eb04";
}
.icon-user-29:before {
  content: "\eb05";
}
.icon-user-30:before {
  content: "\eb06";
}
.icon-user-31:before {
  content: "\eb07";
}
.icon-user-32:before {
  content: "\eb08";
}
.icon-user-33:before {
  content: "\eb09";
}
.icon-user-34:before {
  content: "\eb0a";
}
.icon-user-35:before {
  content: "\eb0b";
}
.icon-user-36:before {
  content: "\eb0c";
}
.icon-user-37:before {
  content: "\eb0d";
}
.icon-user-38:before {
  content: "\eb0e";
}
.icon-user-39:before {
  content: "\eb0f";
}
.icon-user-40:before {
  content: "\eb10";
}
.icon-user-41:before {
  content: "\eb11";
}
.icon-user-42:before {
  content: "\eb12";
}
.icon-user-43:before {
  content: "\eb13";
}
.icon-user-44:before {
  content: "\eb14";
}
.icon-user-45:before {
  content: "\eb15";
}
.icon-user-46:before {
  content: "\eb16";
}
.icon-user-47:before {
  content: "\eb17";
}
.icon-user-48:before {
  content: "\eb18";
}
.icon-user-49:before {
  content: "\eb19";
}
.icon-user-50:before {
  content: "\eb1a";
}
.icon-user-51:before {
  content: "\eb1b";
}
.icon-user-52:before {
  content: "\eb1c";
}
.icon-user-53:before {
  content: "\eb1d";
}
.icon-user-54:before {
  content: "\eb1e";
}
.icon-user-55:before {
  content: "\eb1f";
}
.icon-user-56:before {
  content: "\eb20";
}
.icon-user-57:before {
  content: "\eb21";
}
.icon-user-58:before {
  content: "\eb22";
}
.icon-user-59:before {
  content: "\eb23";
}
.icon-video-player:before {
  content: "\eb24";
}
.icon-video-player-1:before {
  content: "\eb25";
}
.icon-video-player-2:before {
  content: "\eb26";
}
.icon-video-player-3:before {
  content: "\eb27";
}
.icon-video-player-4:before {
  content: "\eb28";
}
.icon-video-player-5:before {
  content: "\eb29";
}
.icon-video-player-6:before {
  content: "\eb2a";
}
.icon-video-player-7:before {
  content: "\eb2b";
}
.icon-video-player-8:before {
  content: "\eb2c";
}
.icon-video-player-9:before {
  content: "\eb2d";
}
.icon-video-player-10:before {
  content: "\eb2e";
}
.icon-video-player-11:before {
  content: "\eb2f";
}
.icon-video-player-12:before {
  content: "\eb30";
}
.icon-video-player-13:before {
  content: "\eb31";
}
.icon-video-player-14:before {
  content: "\eb32";
}
.icon-video-player-15:before {
  content: "\eb33";
}
.icon-video-player-16:before {
  content: "\eb34";
}
.icon-video-player-17:before {
  content: "\eb35";
}
.icon-video-player-18:before {
  content: "\eb36";
}
.icon-video-player-19:before {
  content: "\eb37";
}
.icon-Home-Icon_Business-Solutions:before {
  content: "\eb38";
}
.icon-Home-Icon_Buy-Online:before {
  content: "\eb39";
}
.icon-Home-Icon_Contact-Global-Offices:before {
  content: "\eb3a";
}
.icon-Home-Icon_Contact-Sales:before {
  content: "\eb3b";
}
.icon-Home-Icon_Download:before {
  content: "\eb3c";
}
.icon-Home-Icon_Download-Updates:before {
  content: "\eb3d";
}
.icon-Home-Icon_File-Support-Ticket:before {
  content: "\eb3e";
}
.icon-Home-Icon_Need-Help:before {
  content: "\eb3f";
}
.icon-Home-Icon_One-Time-Payment:before {
  content: "\eb40";
}
.icon-Home-Icon_Other-Questions:before {
  content: "\eb41";
}
.icon-Home-Icon_Per-Device-Roylaty:before {
  content: "\eb42";
}
.icon-Home-Icon_Physical-App:before {
  content: "\eb43";
}
.icon-Home-Icon_Private-Public-Cloud:before {
  content: "\eb44";
}
.icon-Home-Icon_Products-for-Business:before {
  content: "\eb45";
}
.icon-Home-Icon_Products-for-Home:before {
  content: "\eb46";
}
.icon-Home-Icon_Request-Demo:before {
  content: "\eb47";
}
.icon-Home-Icon_Source-Code-Buyout:before {
  content: "\eb48";
}
.icon-Home-Icon_Technology-Solutions:before {
  content: "\eb49";
}
.icon-Home-Icon_Technology-Solutions_Details:before {
  content: "\eb4a";
}
.icon-Home-Icon_Virtual-App:before {
  content: "\eb4b";
}
.icon-Product-Icon_CampTune_2D_inverted:before {
  content: "\eb4c";
}
.icon-Product-Icon_ExtFS-for-Mac_2D_inverted:before {
  content: "\eb4d";
}
.icon-Product-Icon_ExtFS-for-Windows_2D_inverted:before {
  content: "\eb4e";
}
.icon-Product-Icon_HFS-for-Windows_2D_inverted:before {
  content: "\eb4f";
}
.icon-Product-Icon_NTFS-for-Mac_2D_inverted:before {
  content: "\eb50";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_2D_inverted:before {
  content: "\eb51";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_Pro_2D_inverted:before {
  content: "\eb52";
}
.icon-Product-Icon_UFSD-Value-Pack_2D_inverted:before {
  content: "\eb54";
}
.icon-Product-Icon_Alignment_Tool_inverted_outlines:before {
  content: "\eb55";
}
.icon-Product-Icon_Backup-Recovery_inverted_outlines:before {
  content: "\eb56";
}
.icon-Product-Icon_CampTune_inverted_outlines:before {
  content: "\eb57";
}
.icon-Product-Icon_Disk_Wiper_inverted_outlines:before {
  content: "\eb58";
}
.icon-Product-Icon_Disk_Wiper_Pro_inverted_outlines:before {
  content: "\eb59";
}
.icon-Product-Icon_Disk_Wiper_XP_inverted_outlines:before {
  content: "\eb5a";
}
.icon-Product-Icon_DM_inverted_outlines:before {
  content: "\eb5b";
}
.icon-Product-Icon_Drive-Copy_inverted_outlines:before {
  content: "\eb5c";
}
.icon-Product-Icon_Drive-Copy_Pro_inverted_outlines:before {
  content: "\eb5d";
}
.icon-Product-Icon_Drive-Copy_XP_inverted_outlines:before {
  content: "\eb5e";
}
.icon-Product-Icon_ExtFS-for-Mac_inverted_outlines:before {
  content: "\eb5f";
}
.icon-Agency-Icons_Pattern:before {
  content: "\eb60";
}
.icon-Agency-Icons_Paragon-User:before {
  content: "\eb61";
}
.icon-Agency-Icons_Backup_resized:before {
  content: "\eb62";
}
.icon-Agency-Icons_Browser_resized:before {
  content: "\eb63";
}
.icon-Agency-Icons_Browser01_resized:before {
  content: "\eb64";
}
.icon-Agency-Icons_Browser02_resized:before {
  content: "\eb65";
}
.icon-Agency-Icons_Browser03_resized:before {
  content: "\eb66";
}
.icon-Agency-Icons_Browser04_resized:before {
  content: "\eb67";
}
.icon-Agency-Icons_Calendar_resized:before {
  content: "\eb68";
}
.icon-Agency-Icons_Cancel_small_resized:before {
  content: "\eb69";
}
.icon-Agency-Icons_Cancel01_small_resized:before {
  content: "\eb6a";
}
.icon-Agency-Icons_Check_small_resized:before {
  content: "\eb6b";
}
.icon-Agency-Icons_Check01_small_resized:before {
  content: "\eb6c";
}
.icon-Agency-Icons_Check02_small_resized:before {
  content: "\eb6d";
}
.icon-Agency-Icons_Check03_small_resized:before {
  content: "\eb6e";
}
.icon-Agency-Icons_Cloud_resized:before {
  content: "\eb6f";
}
.icon-Agency-Icons_Cloud01_resized:before {
  content: "\eb70";
}
.icon-Agency-Icons_Cloud02_resized:before {
  content: "\eb71";
}
.icon-Agency-Icons_Database_resized:before {
  content: "\eb72";
}
.icon-Agency-Icons_Document_resized:before {
  content: "\eb73";
}
.icon-Agency-Icons_Download_resized:before {
  content: "\eb74";
}
.icon-Agency-Icons_External-Drive_resized:before {
  content: "\eb75";
}
.icon-Agency-Icons_File_resized:before {
  content: "\eb76";
}
.icon-Agency-Icons_File01_resized:before {
  content: "\eb77";
}
.icon-Agency-Icons_File02_resized:before {
  content: "\eb78";
}
.icon-Agency-Icons_File03_resized:before {
  content: "\eb79";
}
.icon-Agency-Icons_Folder_resized:before {
  content: "\eb7a";
}
.icon-Agency-Icons_Folder01_resized:before {
  content: "\eb7b";
}
.icon-Agency-Icons_Folder02_resized:before {
  content: "\eb7c";
}
.icon-Agency-Icons_Folder03_resized:before {
  content: "\eb7d";
}
.icon-Agency-Icons_Gear_resized:before {
  content: "\eb7e";
}
.icon-Agency-Icons_Gear_small01_resized:before {
  content: "\eb7f";
}
.icon-Agency-Icons_Gift_resized:before {
  content: "\eb80";
}
.icon-Agency-Icons_HDD_resized:before {
  content: "\eb81";
}
.icon-Agency-Icons_Laptop_resized:before {
  content: "\eb82";
}
.icon-Agency-Icons_Machine_resized:before {
  content: "\eb83";
}
.icon-Agency-Icons_Machine02_resized:before {
  content: "\eb84";
}
.icon-Agency-Icons_Machine03_resized:before {
  content: "\eb85";
}
.icon-Agency-Icons_Notebook_resized:before {
  content: "\eb86";
}
.icon-Agency-Icons_Offer_resized:before {
  content: "\eb87";
}
.icon-Agency-Icons_Partition_resized:before {
  content: "\eb88";
}
.icon-Agency-Icons_Partition01_resized:before {
  content: "\eb89";
}
.icon-Agency-Icons_PC_resized:before {
  content: "\eb8a";
}
.icon-Agency-Icons_PC01_resized:before {
  content: "\eb8b";
}
.icon-Agency-Icons_PC02_resized:before {
  content: "\eb8c";
}
.icon-Agency-Icons_PC03_resized:before {
  content: "\eb8d";
}
.icon-Agency-Icons_Repair_resized:before {
  content: "\eb8e";
}
.icon-Agency-Icons_Rescue_resized:before {
  content: "\eb8f";
}
.icon-Agency-Icons_Screen_resized:before {
  content: "\eb90";
}
.icon-Agency-Icons_Slider_resized:before {
  content: "\eb91";
}
.icon-Agency-Icons_Smartphone_resized:before {
  content: "\eb92";
}
.icon-Agency-Icons_Speachbuble_small_resized:before {
  content: "\eb93";
}
.icon-Agency-Icons_Speachbuble_small01_resized:before {
  content: "\eb94";
}
.icon-Agency-Icons_Star_small_resized:before {
  content: "\eb95";
}
.icon-Agency-Icons_Star01_small_resized:before {
  content: "\eb96";
}
.icon-Agency-Icons_Stopwatch_resized:before {
  content: "\eb97";
}
.icon-Agency-Icons_Tablet_resized:before {
  content: "\eb98";
}
.icon-Agency-Icons_User_resized:before {
  content: "\eb99";
}
.icon-Agency-Icons_User_small_resized:before {
  content: "\eb9a";
}
.icon-Agency-Icons_User01_resized:before {
  content: "\eb9b";
}
.icon-Agency-Icons_User02_resized:before {
  content: "\eb9c";
}
.icon-Agency-Icons_User03_resized:before {
  content: "\eb9d";
}
.icon-Agency-Icons_User04_resized:before {
  content: "\eb9e";
}
.icon-Agency-Icons_User05_resized:before {
  content: "\eb9f";
}
.icon-Agency-Icons_Backup:before {
  content: "\eba0";
}
.icon-Agency-Icons_Browser:before {
  content: "\eba1";
}
.icon-Agency-Icons_Browser01:before {
  content: "\eba2";
}
.icon-Agency-Icons_Browser02:before {
  content: "\eba3";
}
.icon-Agency-Icons_Browser03:before {
  content: "\eba4";
}
.icon-Agency-Icons_Browser04:before {
  content: "\eba5";
}
.icon-Agency-Icons_Calendar:before {
  content: "\eba6";
}
.icon-Agency-Icons_Cancel_small:before {
  content: "\eba7";
}
.icon-Agency-Icons_Cancel01_small:before {
  content: "\eba8";
}
.icon-Agency-Icons_Check_small:before {
  content: "\eba9";
}
.icon-Agency-Icons_Check01_small:before {
  content: "\ebaa";
}
.icon-Agency-Icons_Check02_small:before {
  content: "\ebab";
}
.icon-Agency-Icons_Check03_small:before {
  content: "\ebac";
}
.icon-Agency-Icons_Cloud:before {
  content: "\ebad";
}
.icon-Agency-Icons_Cloud01:before {
  content: "\ebae";
}
.icon-Agency-Icons_Cloud02:before {
  content: "\ebaf";
}
.icon-Agency-Icons_Database:before {
  content: "\ebb0";
}
.icon-Agency-Icons_Document:before {
  content: "\ebb1";
}
.icon-Agency-Icons_Download:before {
  content: "\ebb2";
}
.icon-Agency-Icons_External-Drive:before {
  content: "\ebb3";
}
.icon-Agency-Icons_File:before {
  content: "\ebb4";
}
.icon-Agency-Icons_File01:before {
  content: "\ebb5";
}
.icon-Agency-Icons_File02:before {
  content: "\ebb6";
}
.icon-Agency-Icons_File03:before {
  content: "\ebb7";
}
.icon-Agency-Icons_Folder:before {
  content: "\ebb8";
}
.icon-Agency-Icons_Folder01:before {
  content: "\ebb9";
}
.icon-Agency-Icons_Folder02:before {
  content: "\ebba";
}
.icon-Agency-Icons_Folder03:before {
  content: "\ebbb";
}
.icon-Agency-Icons_Gear:before {
  content: "\ebbc";
}
.icon-Agency-Icons_Gear_small:before {
  content: "\ebbd";
}
.icon-Agency-Icons_Gear_small01:before {
  content: "\ebbe";
}
.icon-Agency-Icons_Gift:before {
  content: "\ebbf";
}
.icon-Agency-Icons_HDD:before {
  content: "\ebc0";
}
.icon-Agency-Icons_Laptop:before {
  content: "\ebc1";
}
.icon-Agency-Icons_Machine:before {
  content: "\ebc2";
}
.icon-Agency-Icons_Machine02:before {
  content: "\ebc3";
}
.icon-Agency-Icons_Machine03:before {
  content: "\ebc4";
}
.icon-Agency-Icons_Notebook:before {
  content: "\ebc5";
}
.icon-Agency-Icons_Offer:before {
  content: "\ebc6";
}
.icon-Agency-Icons_Partition:before {
  content: "\ebc7";
}
.icon-Agency-Icons_Partition01:before {
  content: "\ebc8";
}
.icon-Agency-Icons_Partition01_small:before {
  content: "\ebc9";
}
.icon-Agency-Icons_PC:before {
  content: "\ebca";
}
.icon-Agency-Icons_PC01:before {
  content: "\ebcb";
}
.icon-Agency-Icons_PC02:before {
  content: "\ebcc";
}
.icon-Agency-Icons_PC03:before {
  content: "\ebcd";
}
.icon-Lineart_VM-Backup:before {
  content: "\ebce";
}
.icon-Product-Icon_Image-Mounter:before {
  content: "\ebcf";
}
.icon-Product-Icon_Image-Mounter_inverted:before {
  content: "\ebd0";
}
.icon-Product-Icon_Drive-Backup_Tablet:before {
  content: "\ebd1";
}
.icon-Page-Icons_Availability_black:before {
  content: "\ebd2";
}
.icon-Page-Icons_Compatibility_black:before {
  content: "\ebd3";
}
.icon-Agency-Icons_Repair:before {
  content: "\ebd4";
}
.icon-Agency-Icons_Rescue:before {
  content: "\ebd5";
}
.icon-Agency-Icons_Screen:before {
  content: "\ebd6";
}
.icon-Agency-Icons_Slider:before {
  content: "\ebd7";
}
.icon-Agency-Icons_Smartphone:before {
  content: "\ebd8";
}
.icon-Agency-Icons_Speachbuble_small:before {
  content: "\ebd9";
}
.icon-Agency-Icons_Speachbuble_small01:before {
  content: "\ebda";
}
.icon-Agency-Icons_Star_small:before {
  content: "\ebdb";
}
.icon-Agency-Icons_Star01_small:before {
  content: "\ebdc";
}
.icon-Agency-Icons_Stopwatch:before {
  content: "\ebdd";
}
.icon-Agency-Icons_Tablet:before {
  content: "\ebde";
}
.icon-Agency-Icons_User:before {
  content: "\ebdf";
}
.icon-Agency-Icons_User_small:before {
  content: "\ebe0";
}
.icon-Agency-Icons_User01:before {
  content: "\ebe1";
}
.icon-Agency-Icons_User02:before {
  content: "\ebe2";
}
.icon-Agency-Icons_User03:before {
  content: "\ebe3";
}
.icon-Agency-Icons_User04:before {
  content: "\ebe4";
}
.icon-Agency-Icons_User05:before {
  content: "\ebe5";
}
.icon-Arrow:before {
  content: "\ebe6";
}
.icon-Arrow01:before {
  content: "\ebe7";
}
.icon-Arrow02:before {
  content: "\ebe8";
}
.icon-Arrow03:before {
  content: "\ebe9";
}
.icon-Arrow04:before {
  content: "\ebea";
}
.icon-Arrow05:before {
  content: "\ebeb";
}
.icon-Arrow06:before {
  content: "\ebec";
}
.icon-Arrow07:before {
  content: "\ebed";
}
.icon-Arrow08:before {
  content: "\ebee";
}
.icon-Arrow09:before {
  content: "\ebef";
}
.icon-Arrow10:before {
  content: "\ebf0";
}
.icon-Arrow11:before {
  content: "\ebf1";
}
.icon-Arrow12:before {
  content: "\ebf2";
}
.icon-Arrow13:before {
  content: "\ebf3";
}
.icon-Arrow14:before {
  content: "\ebf4";
}
.icon-Arrow15:before {
  content: "\ebf5";
}
.icon-Arrow16:before {
  content: "\ebf6";
}
.icon-Arrow17:before {
  content: "\ebf7";
}
.icon-Arrow18:before {
  content: "\ebf8";
}
.icon-Arrow19:before {
  content: "\ebf9";
}
.icon-Arrow20:before {
  content: "\ebfa";
}
.icon-Arrow21:before {
  content: "\ebfb";
}
.icon-Arrow22:before {
  content: "\ebfc";
}
.icon-Arrow23:before {
  content: "\ebfd";
}
.icon-Arrow24:before {
  content: "\ebfe";
}
.icon-Agency-Icons_Paragon-Logo:before {
  content: "\ebff";
}
.icon-Agency-Icons_Paragon-Logo_Outlines:before {
  content: "\ec00";
}
.icon-Product-Icon_ExtFS-for-Windows_inverted_outlines:before {
  content: "\ec01";
}
.icon-Product-Icon_GPT-Loader_inverted_outlines:before {
  content: "\ec02";
}
.icon-Product-Icon_HDM_Pro_inverted_outlines:before {
  content: "\ec03";
}
.icon-Product-Icon_HDM_Suite_inverted_outlines:before {
  content: "\ec04";
}
.icon-Product-Icon_HDM-for-Mac_inverted_outlines:before {
  content: "\ec05";
}
.icon-Product-Icon_HDM-Premium_inverted_outlines:before {
  content: "\ec06";
}
.icon-Product-Icon_HFS-for-Windows_inverted_outlines:before {
  content: "\ec07";
}
.icon-Product-Icon_IT-Toolkit_inverted_outlines:before {
  content: "\ec08";
}
.icon-Product-Icon_IT-Toolkit_Pro_inverted_outlines:before {
  content: "\ec09";
}
.icon-Product-Icon_Migrate_OS_inverted_outlines:before {
  content: "\ec0a";
}
.icon-Product-Icon_NTFS-for-Mac_inverted_outlines:before {
  content: "\ec0b";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_inverted_outlines:before {
  content: "\ec0c";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_Pro_inverted_outlines:before {
  content: "\ec0d";
}
.icon-Product-Icon_Partition-Manager_inverted_outlines:before {
  content: "\ec0e";
}
.icon-Product-Icon_Partition-Manager_Pro_inverted_outlines:before {
  content: "\ec0f";
}
.icon-Product-Icon_Partition-Manager_XP_inverted_outlines:before {
  content: "\ec10";
}
.icon-Product-Icon_PPR_inverted_outlines:before {
  content: "\ec11";
}
.icon-Product-Icon_Rescue_Kit_inverted_outlines:before {
  content: "\ec12";
}
.icon-Product-Icon_SAF-Enabler_inverted_outlines:before {
  content: "\ec13";
}
.icon-Product-Icon_UFSD-Root-Mounter-for-Android_inverted_outlines:before {
  content: "\ec14";
}
.icon-Product-Icon_UFSD-Value-Pack_inverted_outlines:before {
  content: "\ec15";
}
.icon-Product-Icon_VMDK-Mounter-for-Mac_inverted_outlines:before {
  content: "\ec16";
}
.icon-Product-Icon_CampTune_2D:before {
  content: "\ec17";
}
.icon-Product-Icon_ExtFS-for-Mac_2D:before {
  content: "\ec18";
}
.icon-Product-Icon_ExtFS-for-Windows_2D:before {
  content: "\ec19";
}
.icon-Product-Icon_HFS-for-Windows_2D:before {
  content: "\ec1a";
}
.icon-Product-Icon_NTFS-for-Mac_2D:before {
  content: "\ec1b";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_2D:before {
  content: "\ec1c";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_Pro_2D:before {
  content: "\ec1d";
}
.icon-Product-Icon_UFSD-Value-Pack_2D:before {
  content: "\ec1f";
}
.icon-Product-Icon_Alignment_Tool:before {
  content: "\ec20";
}
.icon-Product-Icon_Backup-Recovery:before {
  content: "\ec21";
}
.icon-Product-Icon_CampTune:before {
  content: "\ec22";
}
.icon-Product-Icon_Disk_Wiper:before {
  content: "\ec23";
}
.icon-Product-Icon_Disk_Wiper_Pro:before {
  content: "\ec24";
}
.icon-Product-Icon_Disk_Wiper_XP:before {
  content: "\ec25";
}
.icon-Product-Icon_DM:before {
  content: "\ec26";
}
.icon-Product-Icon_Drive-Copy:before {
  content: "\ec27";
}
.icon-Product-Icon_Drive-Copy_Pro:before {
  content: "\ec28";
}
.icon-Product-Icon_Drive-Copy_XP:before {
  content: "\ec29";
}
.icon-Product-Icon_ExtFS-for-Mac:before {
  content: "\ec2a";
}
.icon-Product-Icon_ExtFS-for-Windows:before {
  content: "\ec2b";
}
.icon-Product-Icon_GPT-Loader:before {
  content: "\ec2c";
}
.icon-Product-Icon_HDM_Pro:before {
  content: "\ec2d";
}
.icon-Product-Icon_HDM_Suite:before {
  content: "\ec2e";
}
.icon-Product-Icon_HDM-for-Mac:before {
  content: "\ec2f";
}
.icon-Product-Icon_HDM-Premium:before {
  content: "\ec30";
}
.icon-Product-Icon_HFS-for-Windows:before {
  content: "\ec31";
}
.icon-Product-Icon_IT-Toolkit:before {
  content: "\ec32";
}
.icon-Product-Icon_IT-Toolkit_Pro:before {
  content: "\ec33";
}
.icon-Product-Icon_Migrate_OS:before {
  content: "\ec34";
}
.icon-Product-Icon_NTFS-for-Mac:before {
  content: "\ec35";
}
.icon-Product-Icon_NTFS-HFS-for-Linux:before {
  content: "\ec36";
}
.icon-Product-Icon_NTFS-HFS-for-Linux_Pro:before {
  content: "\ec37";
}
.icon-Product-Icon_Partition-Manager:before {
  content: "\ec38";
}
.icon-Product-Icon_Partition-Manager_Pro:before {
  content: "\ec39";
}
.icon-Product-Icon_Partition-Manager_XP:before {
  content: "\ec3a";
}
.icon-Product-Icon_PPR:before {
  content: "\ec3b";
}
.icon-Product-Icon_Rescue_Kit:before {
  content: "\ec3c";
}
.icon-Product-Icon_SAF-Enabler:before {
  content: "\ec3d";
}
.icon-Product-Icon_UFSD-Root-Mounter-for-Android:before {
  content: "\ec3e";
}
.icon-Product-Icon_UFSD-Value-Pack:before {
  content: "\ec3f";
}
.icon-Product-Icon_VMDK-Mounter-for-Mac:before {
  content: "\ec40";
}
.icon-Product-Icon_HFS8-for-Windows_2D_inverted:before {
  content: "\ec41";
}
.icon-Product-Icon_HFS8-for-Windows_2D:before {
  content: "\ec42";
}
.icon-Product-Icon_HFS8_for_Windows:before {
  content: "\ec43";
}
.icon-Agency-Icons_Paragon-Free-User:before {
  content: "\ec44";
}
.icon-Product-Icon_HDM-16_2D_inverted_outlines:before {
  content: "\ec45";
}
.icon-Product-Icon_HDM-16_2D:before {
  content: "\ec46";
}
.icon-search-1:before {
  content: "\ec47";
}
.icon-internet:before {
  content: "\ec48";
}
.icon-Agency-Icons_Check04:before {
  content: "\ec49";
}
.icon-Product-Icon_VM-Backup_inverted:before {
  content: "\ec4a";
}
.icon-Product-Icon_VM-Backup:before {
  content: "\ec4b";
}
.icon-exFAT-NTFS-Android-v2:before {
  content: "\ec4c";
}
.icon-exFAT-NTFS-Android-v1:before {
  content: "\ec4d";
}
.icon-Flexibility-v3:before {
  content: "\ec4e";
}
.icon-Flexibility-v2:before {
  content: "\ec4f";
}
.icon-Flexibility-v1:before {
  content: "\ec50";
}
.icon-Easy-to-use:before {
  content: "\ec51";
}
.icon-million-users-v2:before {
  content: "\ec52";
}
.icon-million-users-v1:before {
  content: "\ec53";
}
.icon-Flexibility-v4:before {
  content: "\ec54";
}
.icon-Systems-Management:before {
  content: "\ec55";
}
.icon-StorageManagement:before {
  content: "\ec56";
}
.icon-Recovery-and-Restore:before {
  content: "\ec57";
}
.icon-Backup-Replication:before {
  content: "\ec58";
}
.icon-features-checkmark:before {
  content: "\ec59";
}
.icon-Deployment:before {
  content: "\ec5a";
}
.icon-DB-Shield:before {
  content: "\ec5b";
}
.icon-Opinions-filled:before {
  content: "\ec5c";
}
.icon-Opinions-stroke:before {
  content: "\ec5d";
}
.icon-circle-cross:before {
  content: "\ec5e";
}
.icon-back-to-top:before {
  content: "\ec5f";
}
.icon-Shredder-01:before {
  content: "\ec60";
}
.icon-Home-Product:before {
  content: "\ec61";
}
.icon-Business-Users:before {
  content: "\ec62";
}
.icon-Business-Solutions:before {
  content: "\ec63";
}
.icon-Technology-Solutions:before {
  content: "\ec64";
}
.icon-VM_Backup-Recovery:before {
  content: "\ec65";
}
.icon-Product-Icon_Linux-FS:before {
  content: "\ec66";
}
.icon-Product-Icon_Linux-FS_inverted:before {
  content: "\ec67";
}
.icon-Product-Icon_APFS-for-Linux_2D:before {
  content: "\ec68";
}
.icon-Product-Icon_APFS-for-Linux_2D_inverted:before {
  content: "\ec69";
}
.icon-Page-Icons_Mount-Partitions_black:before {
  content: "\ec6a";
}
.icon-Page-Icons_Mount-RAW_black:before {
  content: "\ec6b";
}
.icon-Page-Icons_Physical-level_black:before {
  content: "\ec6c";
}
.icon-Page-Icons_Read-Write_black:before {
  content: "\ec6d";
}
.icon-Page-Icons_Unmount_black:before {
  content: "\ec6e";
}
.icon-Page-Icon_Secure-SSD-Wipe:before {
  content: "\ec6f";
}
.icon-Product-Icon_Cloud-Backup_PB_circle:before {
  content: "\ec70";
}
.icon-Product-Icon_Cloud-Backup_PB_circle_inverted:before {
  content: "\ec71";
}
.icon-Product-Icon_Paragon-Box-Backup_01:before {
  content: "\ec72";
}
.icon-Product-Icon_Paragon-Box-Backup_01_inverted:before {
  content: "\ec73";
}
.icon-Paragon-Cloud-Backup:before {
  content: "\ec74";
}
.icon-Paragon-Cloud-Backup-solid:before {
  content: "\ec75";
}
.icon-Product-Icon_Backup-Business:before {
  content: "\ec76";
}
.icon-Product-Icon_Backup-Business_inverted:before {
  content: "\ec77";
}
.icon-Icon_Recovery-Media-Builders_resized:before {
  content: "\ec78";
}
.icon-Icon_Recovery-Media-Builders:before {
  content: "\ec79";
}
.icon-Product-IconStorage_SDK-for-Android-and-IOS:before {
  content: "\ec7a";
}
.icon-Product-IconStorage_SDK-for-Android-and-IOS_resized:before {
  content: "\ec7b";
}
.icon-Product-Icon_FSL:before {
  content: "\ec86";
}
.icon-Product-Icon_FSL_inverted_outlines:before {
  content: "\ec87";
}
.icon-Paragon-Icon_Antivirus:before {
  content: "\ec88";
}
.icon-Paragon-Icon_Virtualization:before {
  content: "\ec89";
}
.icon-Paragon-Icon_Storage_Vendor:before {
  content: "\ec8a";
}
.icon-Paragon-Icon_Storage-Management:before {
  content: "\ec8b";
}
.icon-Paragon-Icon_Security:before {
  content: "\ec8c";
}
.icon-Paragon-Icon_Set-Top-Box:before {
  content: "\ec8d";
}
.icon-Paragon-Icon_Tablet_Mobile:before {
  content: "\ec8e";
}
.icon-Paragon-Icon_Data-Migration-and-Acquisition:before {
  content: "\ec8f";
}
.icon-Paragon-Icon_embedded-FSD:before {
  content: "\ec90";
}
.icon-Paragon-Icon_Business-Growth:before {
  content: "\ec91";
}
.icon-Paragon-Icon_PC_Vendor:before {
  content: "\ec92";
}
.icon-Paragon-Icon_System-availability-and-data-continuity:before {
  content: "\ec93";
}
.icon-Paragon-Icon_Evaluate-Product:before {
  content: "\ec94";
}
.icon-Paragon-Icon_Contact-Support:before {
  content: "\ec95";
}
.icon-Paragon-Icon_File-Support-Request:before {
  content: "\ec96";
}
.icon-Product-Icon_Drive-Backup_OEM:before {
  content: "\ec97";
}
.icon-FSL-Business-Stroke:before {
  content: "\ec98";
}
.icon-Product-Icon_NTFS-HFS-Converter_inverted:before {
  content: "\ec99";
}
.icon-Paragon-Icon_VM-Restore:before {
  content: "\ec7c";
}
.icon-Paragon-Icon_Conversation:before {
  content: "\ec7d";
}
.icon-Page-Icons_Integration:before {
  content: "\ec7e";
}
.icon-Page-Icons_Listen-Media:before {
  content: "\ec7f";
}
.icon-Page-Icons_Move-Copy-Edit:before {
  content: "\ec80";
}
.icon-Page-Icons_Support-all-FS:before {
  content: "\ec81";
}
.icon-Page-Icons_USB-connected:before {
  content: "\ec82";
}

/*New*/
.home h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
}

.home h1 a:hover {
	 text-decoration:none;
}

/*Post pagination*/
.paginator_wrap {
	background-color: #505050;
}

.paginator_wrap .arrow {
	display: inline-block;
}

.post_pag {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}


.post_pag a {
	color: #ffffff;
	display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 0;
    text-indent: 0;
}

.post_pag a:hover {
	text-decoration: none;
}

.post_pag a::before {
	content: "";
	display: block;
	color: #fff;
	border-style: solid;
	border-color: #fff;
	width: 33%;
	height: 33%;
	transform: rotate(45deg);
}

.post_pag .next a::before {
	content: "";
	border-width: 0 0 3px 3px;
}

.post_pag .prev a::before {
	content: "";
	border-width: 3px 3px 0 0;
}

/*Sidebar Top*/

#sidebar_top {
	background-color: #000000;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar_top ul {
	margin-top: 0;
	padding: 0;
	text-align: center;
}

#sidebar_top h3 {
	display: none;
}

#sidebar_top .bx-wrapper .bx-pager {
	display: none;
}

#sidebar_top .cat_slider li {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ffffff;
	vertical-align: middle;
}

#sidebar_top .cat_slider li a {
	color: #ffffff;
}

#sidebar_top .cat_slider li.current-cat {
	background-color: #ffffff;
}

#sidebar_top .cat_slider li.current-cat a {
	color: #000000;
}

#sidebar_top .widget-content ul li {
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar_top .bx-wrapper .bx-prev {
	left: 0;
	padding: 0;
}

#sidebar_top .bx-wrapper .bx-next {
	right: 0;
	padding: 0;
}

#cat_items {
	display: hidden;
}

.sidebar_right {
	width: 15%;
	margin-right: 20px;
}

.post_tags a {
	display: inline-block;
	padding: 3px;
	margin: 3px;
	border: 1px solid #ff793c;
}

.post_tags {
	text-align: right;
}

.sidebar h3 {
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
}

.related_post {
	border-top: 1px solid #eee;
	padding: 50px 25px;
}

.related {
	display: flex;
	flex-wrap: wrap;
}

.related .post-container {
	width: 50%;
	margin-bottom: 20px;
	padding: 10px 10px 10px 0;
}

.related .news__body {
	padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #eee;
    height: 150px;
}

.related .news__body a {
	color: #5a5a5a;
}

.related .news__body a:hover {
	color: #ff793c;
	text-decoration: none;
}

.related .post-excerpt {
	margin-left: 0;
}

.related .news__icon {
	top: 0;
}

.related .news__title {
	font-size: 1em;
}

.related .news__item {
	min-height: auto;
}

.dpsp-share-text {
	display: none;
}