/*
Theme Name: Developer
Theme URI: https://pixelgrapes.com/demo/developer
Author: pixelgrapes
Author URI: https://pixelgrapes.com
Description: Building Developer WordPress Theme
Version: 1.0.8
License: 
License URI: 
Text Domain: developer
Tags: light, dark, two-columns, three-columns, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Grid
# Content
## Posts and pages
# Testimonial slider
# POI tooltips
# Toggle buttons
# Modal windows
# Tabs & toggles
# Feature Icons
#Points of Interest
## Asides
## Share
## Comments
# Sidebar
# Infinite scroll
# Media
## Captions
## Galleries
# Footer
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "open sans",helvetica neue,helvetica,arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



#primary {
	min-height: 70vh;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html span.wpcf7-form-control-wrap[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html span.wpcf7-form-control-wrap[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	max-width: 96%;
	margin-bottom: 15px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
.button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #232323;
	text-transform: uppercase;
	font-weight: 400;
}
h2 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
}

h3, .form {
	font-size: 22px;
	line-height: 22px;
}
section h4 {
	margin-top: -14px;
}
p {
	font-size: 13px;
	line-height: 24px;
	/*color:#6c7980;*/
}
body {
	color: #6c7980;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}
.dropcap {
	color: #161b1f;
	float: left;
	font-size: 46px;
	margin: 13px 12px 0 0;
	padding: 0;
	text-align: center;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #c4c4c4;
	text-decoration: none;
}

big {
	font-size: 125%;
}
h2.site-description {
	font-size: 1.5em;
	line-height: 0;
	color: #666;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	position: relative;
}

blockquote:before,
q:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	color: #bbb;
	left: 0;
	font-size: 26px;
}
blockquote:before,
q:before {
	margin-left: -40px;
	position: relative;
	float: left;
	color: #161b1f;
}
blockquote::after {
	background: #ededed none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0 auto;
	position: relative;
	width: 119px;
}
blockquote,
q {
	quotes: "" "";
}
blockquote,
.single q {
	padding: 20px;
}

blockquote p,
q p {
	color: #323232;
	font-size: 105%;
	font-weight: 500;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-link {
	border: 0;
	background-color: #50617A;
	padding: 14px 24px 14px 24px;
	color: #fff!important;
	text-transform: uppercase;
	letter-spacing: .0675em;
	font-size: .8rem;
	font-weight: 600;
	border-radius: 100px;
	max-width: 200px;
	outline: 0;
	transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.big-background-container .button {
	margin: 0 5px;
}
button.pg-developer-highlight {
	background-color: #3997a8;
	transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-link:hover {
	background-color: #3997a8;
	color: white;
}

.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee
	font-size: 24px;
	outline: 0 none;
	padding: 16px 10px;
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"] {
	padding: 10px 16px;
	font-size: 16px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.modal h1 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
}

.modal h2 {
	font-weight: 400;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
}
.modal h3 {
	font-size: 1.98em;
	margin-bottom: .8em;
	margin-top: .4em;
	font-weight: 100;
}



.input-field-icon {
	color: #bfc9ca;
	font-size: 18px;
	right: 10px;
	bottom: 12px;
	transition: .6s;
}
.error404 .site-main, .search-no-results .site-main {
	margin: 40px auto;
	max-width: 40%;
	text-align: left;
	padding: 60px;
	background: #f9f9f9;
}
.search-no-results .site-main {
	max-width:100%;
}
.search-no-results .site-main .no-results {
	background:#f9f9f9;
}
.error404 input[type="search"], .search-form input.search-field {
	background-color: #fff;
}

input, textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee;
	font-size: 24px;
	outline: 0 none;
	padding: 16px 0;
	width: 100%;
}



textarea:focus {
	border-color: #ff3366;
	color: #34495e;
}

input:focus + .input-field-icon {
	color: #34495e;
}

.dv-contact-form {
	margin:0 auto;
	max-width:50%;
}
.dv-contact-form .pg-developer-input label span::after {
	color: #6c7980;
}
.dv-contact-form .pg-developer-input label::before {
    background-color: rgba(108,121,128, 0.2);
}
.dv-contact-form .form-footer {
	width:100%;
}
.dv-contact-form .pg-developer-input label.input-pg-developer-hover span::after {
	color:#fff;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.pg-developer-main-content {
	/* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
	position: relative;
	z-index: 2;
	/*-webkit-transform: translateZ(0);*/
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background: #fff;
}
.pg-developer-main-content.lateral-menu-is-open {
	/* translate to show the lateral menu - all content needs to be put in the .pg-developer-main-content to translate*/
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}


header.pg-developer-main {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 3;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
header.lateral-menu-is-open {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.blog-grid header.lateral-menu-is-open {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
header.is-fixed {
	position: fixed;
}
header.pg-developer-main.hidden {
	display: none;
}


#pg-developer-logo {
	display: block;
	float: left;
	margin: 0px 0 0 20px;
}




#pg-developer-top-nav {
	position: absolute;
	top: 0;
	right: 120px;
	height: 100%;
	display: none;
}
#pg-developer-top-nav ul {
	height: 100%;
	padding-top: 18px;
}
#pg-developer-top-nav li {
	display: inline-block;
	margin-right: 1em;
}
#pg-developer-top-nav a {
	display: inline-block;
	padding: .5em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
}
#pg-developer-top-nav a.current {
	background-color: #242e30;
}
.no-touch #pg-developer-top-nav a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.menu-main-menu-container {
	padding: 32px 0;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
}
#pg-developer-menu-trigger {
	position: absolute;
	right: 35px;
	top: 15px;
	height: 100%;
	width: 50px;
}
#pg-developer-menu-trigger .pg-developer-menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	display: none;
}
#pg-developer-menu-trigger .pg-developer-menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #3997a8;
	/* these are the upper and lower lines in the menu menu */
}
#pg-developer-menu-trigger .pg-developer-menu-icon::before, #pg-developer-menu-trigger .pg-developer-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	/* Force Hardware Acceleration in WebKit 
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;*/
}
#pg-developer-menu-trigger .pg-developer-menu-icon::before {
	bottom: 5px;
}
#pg-developer-menu-trigger .pg-developer-menu-icon::after {
	top: 5px;
}
#pg-developer-menu-trigger.is-clicked .pg-developer-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}
#pg-developer-menu-trigger.is-clicked .pg-developer-menu-icon::before, #pg-developer-menu-trigger.is-clicked .pg-developer-menu-icon::after {
	background-color: #3997a8;
}
#pg-developer-menu-trigger.is-clicked .pg-developer-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pg-developer-menu-trigger.is-clicked .pg-developer-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



#pg-developer-lateral-nav {
	position: fixed;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	height: 100%;
	right: 0;
	/* the secondary navigation is covered by the main element */
	z-index: 1;
	width: 260px;
	background-color: rgba(22,27,31,1);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
.main-menu-container {
	-webkit-flex: 1 0 auto;
}
#pg-developer-lateral-nav ul {
	padding-left: 0;
	margin-left: 0;
}
#pg-developer-lateral-nav ul li {
	list-style: none;
	padding: 6px 0;
}
#pg-developer-lateral-nav .menu-secondary-menu-container  ul li {
	list-style: none;
	padding: 0;
	width: 100%;
}

#pg-developer-lateral-nav .menu ul {
	margin: 10px 0 16px;
}
#pg-developer-lateral-nav .sub-menu {
	padding: 0 10px 0px 15px;
	display: none;
}
#pg-developer-lateral-nav a {
	/*display: block;*/
	line-height: 2.2em;
	padding: 0 16px 0 32px;
	color: #ababab;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#pg-developer-lateral-nav a.current {
	background-color: #3a4a4d;
	color: #FFF;
}
.no-touch #pg-developer-lateral-nav a:hover {
	color: #FFF;
}

#pg-developer-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#pg-developer-lateral-nav a {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	/* this is the right arrow to show that the item has a submenu  */
}

#pg-developer-lateral-nav .sub-menu a {
	text-transform: none;
	font-weight: normal;
}
#pg-developer-lateral-nav .menu-item-has-children > a::after {
	content: '\f105';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#pg-developer-lateral-nav .menu-item-has-children > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.menu-item-has-children {
	cursor: pointer;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3997ab;
	text-decoration: none;
}

a:visited {
	color: #3997ab;
}

a:hover,
a:focus,
a:active {
	color: #3997ab;
}

a:focus {
	outline: none;
}

a,
a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
h2.widget-title {
	letter-spacing: normal;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget {
	margin-bottom: 14px;
	overflow: hidden;
}
.widget ul {
	padding-left: 2em;
}
.widget ul a {
	color: #656c7e;
}
.widget ul a:hover {
	color: #3997ab;
	text-decoration: none;
}
.widget select {
	min-width: 150px;
}
.widget_recent_entries .meta {
	display: block;
}
.widget_rss li {
	padding: 0 0 20px;
}
.widget_rss li cite {
	font-weight: 500;
}
a.rsswidget {
	font-weight: 500;
}
.rss-date {
	width: 100%;
	float: left;
	padding: 5px 0;
	font-style: italic;
}
#sidebar .widget_calendar {
    margin: 40px 0 -10px 0;
}
#wp-calendar caption {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ededed;
    margin: 0 0 10px;
    padding: 10px 0;
}
#wp-calendar tbody {
	text-align:center;
}
#wp-calendar tbody td a {
	background:#3997ab;
	color:#fff;
	padding:0 4px;
}
.widget_recent_entries span, .rpwwt-post-date {
    color: #999;
    display: block;
    font-size: 12px;
    padding: 0 0 10px;
}
.rpwwt-post-date {
	padding-bottom:0;
}
#sidebar .rpwwt-widget ul li {
	margin:0 0 .5em;
}
.widget_recent_entries span::before, .rpwwt-post-date:before {
    content: "— ";
    position: relative;
	color:#ccc;
}
.widget_most_commented_widget {
	position:relative;
}
.widget_most_commented_widget li {
    list-style: outside none none;
    text-align: right;
	position:relative;
	padding:0 0 5px;
}
.widget_most_commented_widget ul li a {
	float:left;
	background:#fff;
	padding:0 5px 0;
}
.widget_most_commented_widget li::after {
    border-bottom: 1px dashed #ddd;
    bottom: 14px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 90%;
    z-index: -1;
}
.widget_most_commented_widget li span {
    border-radius: 2px;
    color: #fff;
    height: 22px;
    padding: 0 6px;
    position: relative;
    text-align: center;
    z-index: 3;
	background:#3997ab;
}
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
section {
	/*	padding:80px 0; */
	background:#fff;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.white-section {
	padding: 80px 0;
}
.pg-developer-content, .white-section.br_editor {
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
}
.white-section.br_editor.pg-developer-heading {
	padding: 20px 0 40px;
}
.pg-developer-content {
	min-height: 0px;
}
.single .pg-developer-content {
	padding: 20px 0 20px;
}
.single .pg-developer-content {
	max-width: 60%;
}
.img-holder, .text-holder {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 49%;
}

.text-holder {
	left: 8%;
	width: 38%;
}
.pg-developer-parallax .text-holder {
	left: 0;
	text-align: center;
	width: 100%;
}
.pg-developer-parallax a.btn-link {
	display: inline-block;
	margin: 30px 0 0;
}
.col {
	padding: 0 1em;
	float: left;
	position: relative;
	max-width: 100%;
}
.row .row {
	margin: 0 -1.5em;
}

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.banner .primary-wrapper {
	position: relative;
	text-align: center;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	top: 50%;
}
.pg-developer-header-overlay {
	background: #000 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 0;
}
.pg-developer-heading .icon {
	font-size: 40px;
}
.split-banner {
	z-index: 1;
	overflow: hidden;
	padding: 40px ;
}
.split-banner .btn-link {
	display: inline-block;
	margin: 20px 0 0;
}
.header-banner-top .banner {
	position: relative;
}
.header-banner-top .banner .banner-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header-banner-top .banner .primary-wrapper {
	position: relative;
}
.header-banner-top {
	text-align: center;
}
.header-banner-top .banner {
	background-color: #222;
	overflow: hidden;
	width: 100%;
}
.header-banner-top .banner .banner-image {
	background-size: cover;
	opacity: 0.5;
}
.header-banner-top .banner .primary-wrapper {
	margin-bottom: -110px;
	padding-top: 30%;
}
.header-banner-top .banner .entry-title {
	color: #fff;
	font-size: 46px;
	font-weight:600;
	margin: 0;
	text-transform: uppercase;
}
.header-banner-top .banner .entry-title::before {
    background: #818181 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0px 10px 15px auto;
    max-width: 20px;
    width: 100%;
}
.header-banner-top .banner .entry-title::after {
    background: #818181 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0px auto 15px 10px;
    max-width: 20px;
    width: 100%;
}
.header-banner-top .banner .entry-title a {
	color: #fff;
	text-decoration: none;
}
.header-banner-top .banner .entry-tagline {
	color: #ccc;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 20%;
}
#developer-banner > div a {
	background: #ff3366 none repeat scroll 0 0;
	border: 2px solid #ff3366;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	padding: 14px 24px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}
.byline,
/*.updated:not(.published) {
display: none;
}
*/

.single .byline,
.group-blog .byline {
	display: inline;
	color: #919191;
	font-size: 14px;
}
.single .byline a {
	color: #919191;
	text-decoration: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.content {
	padding-bottom: 20px;
}
.entry-footer .cat-links, .entry-footer .tags-links, .entry-footer .edit-link {
	color: #919191;
	font-size: 13px;
	padding-right: 8px;
}
.entry-footer .cat-links a, .entry-footer .tags-links a, .entry-footer .edit-link a {
	font-size: 13px;
}
.single .entry-footer {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.pg-developer-space {
	height: 20px;
}
.blog-grid {
	padding: 60px 0 0;
}
.blog-grid.row .col {
	width: 25%;
	padding:0;
}
.pg-developer-holder .blog-grid.row .col {
	width: 50%;
}
.blog-grid.row .col article {
	/*padding:0 1em;*/
}

article {
	position: relative;
	/*overflow:hidden;*/
}
.blog .content, .blog .pg-developer-holder {
	background:#f9f9f9;
}
.blog-grid article.post {
}
.blog-body {
	overflow: hidden;
	border-right: 1px solid #f3f3f3;
	background:#fff;
	margin-right:1px;
}

.blog-txt {
	padding: 15px 40px;
}

.blog-grid header.entry-header {
	margin-bottom: -7px;
	text-align: center;
}
.blog-grid article.post h3 {
	text-align: center;
	font-size:20px;
}
.blog-grid article.post h3 a, .blog-grid article.page h3 a {
	color: #161b1f;
}
.blog-grid article.post .entry-footer, .blog-grid article .page .entry-footer {
	padding: 0 0 20px;
}
.blog-grid article.post .entry-footer .comments-link, .blog-grid article.page .entry-footer .comments-link {
	width: 100%;
	display: block;
	text-align: center;
}
.blog-grid article.post .entry-footer .comments-link a, .blog-grid article.page .entry-footer .comments-link a {
	border: 1px solid rgba(35, 35, 35, 0.2);
	background: #fff;
	border-radius: 2em;
	letter-spacing: 0.08em;
	line-height: 30px;
	padding: 7px 14px;
	color: #999;
	font-size: 10px;
	transition: all 0.3s ease 0s;
}





.blog-grid article.post .entry-footer .comments-link a:hover, .blog-grid article.page .entry-footer .comments-link a:hover {
	color: #fff;
	background: #3997ab;
	border: 0px;
}
.blog-grid article.post .entry-footer .edit-link, .blog-grid article.page .entry-footer .edit-link {
	padding: 10px;
}
.blog-txt .date {
	text-align: center;
	margin-top: -15px;
}
.blog-txt .date:after{
    content: '';
     display: block;
     background: #ddd;
     height: 1px;
     max-width: 35px;
     width: 100%;
     margin: 9px auto 0;
}


.blog-txt .date a {
	color: #999;
	font-size: 13px;
	font-style: italic;
}
.banner .primary-wrapper {
	position: relative;
	text-align: center;
	-moz-transform: translate(0px, -50%);
	top: 50%;
}
.blog-txt .text {
	text-align:left;
}

/* Trim */
.pg-developer-trim {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	max-width: 100%;
	cursor: pointer;
}
.pg-developer-trim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 3%;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background: rgba(81, 62, 93, 0.4) url(images/pg-developer-icon-zoom.svg) no-repeat center center;
}
.pg-developer-trim:hover:before, .pg-developer-trim:focus:before, .pg-developer-trim:active:before {
	opacity: 1;
}
.pg-developer-holder .content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}
.single .full-width .pg-developer-holder .content {
	max-width: 50%;
}
.single .full-width .pg-developer-holder footer .content {
	max-width: 100%;
}
.single .pg-developer-holder .pg-developer-content {
	max-width: 100%;
}
.pg-developer-holder .content-area {
	width: 70%;
	float: left;
}

.full-width .pg-developer-holder .content-area {
	width: 100%;
	float: left;
}

.pg-developer-content img {
	padding:20px 0;
}


.slide {
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.slide ul {
	margin: 0 auto;
	height: 535px;
	overflow: hidden;
}

.slide ul li {
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 1;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slide ol {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 10px;
	z-index: 9999;
	font-size: 0;
	text-align: center;
}

.slide ol li {
	background: #3997ab;
	padding: 0 20px;
	margin: 0 4px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
}
.nav-links {
	overflow: hidden;
	margin: 0 0 14px;
}
.nav-links a {
	font-size: 11px;
	color: #50617a;
}
.nav-links a:hover {
	color: #50617a;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next {
	float: right;
}
.nav-links .btn-link {
	padding: 9px 16px 10px;
	background: #fff;
	border: 1px solid #dedede;
}
.nav-links .btn-link:hover {
	background: #f9f9f9;
}
.paging {
	margin: 14px 0 0;
	overflow: hidden;
}
.paging li {
	list-style: outside none;
	margin: 0 3px 0 0;
	font-size: 15px;
	display: inline-block;
}

.paging .active a {
	border-color: #3997ab;
	background: #3997ab;
	color: #fff!important;
}
.paging a {
	border: 1px solid rgba(35, 35, 35, 0.1);
	border-radius: 3px;
	color: #777!important;
	background:#fff;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 30px;
	padding: 7px 11px;
	transition: all 0.3s ease 0s;
}
.paging a:hover {
	color: #fff!important;
}
.nav-advance {
	padding-left: 3em;
}
.nav-advance a {
	color: #fff;
	border: 1px solid #f8f8f8;
	padding: 4px 12px 4px 14px;
	transition: all 0.2s ease-in-out 0s;
}
.next-post {
	padding-left: 20px;
}
.navigation {
	overflow: hidden;
	text-align: center;
}
.navigation .next {
	float: left;
}
.navigation .prev {
	float: right;
}

.paging a:hover,
.paging .active, .nav-advance a:hover {
	color: #fff;
	transition: background 0.3s ease 0s;
}
.paging a:hover {
	border-color: #3997ab;
	background: #3997ab;
	color: #fff;
}
.pg-developer-error {
	background-image: url(images/404.jpg);
	background-size: cover;
	height: 300px;
	width: 500px;
	background-repeat: no-repeat;
	margin: 40px auto;
}
.error-404 .search-form {
	max-width: 40%;
	margin: 0 auto;
}

/** ---------------------------------------
* Testimonial Slider 
----------------------------------------*/
section.testimonial {
	padding-bottom: 0;
	padding-top: 120px;
	overflow: hidden;
	margin-bottom: -2px;
	min-height: 500px;
}

section .inner {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
section.testimonial .inner {
	text-align: left;
	padding: 0 0 40px;
}


section.testimonial .quote-wrapper {
	position: relative;
	min-height: 358px;
	padding-top: 40px;
}

section.testimonial blockquote {
	font-size: 16px;
	padding-top: 1em;
	position: relative;
	z-index: 1;
	margin-bottom: 0.75em;
}
section.testimonial blockquote::after {
	background: none;
}
q, blockquote {
	quotes: none;
}
section.testimonial cite:before {
	content: "— ";
	position: relative;
}
section.testimonial cite {
	font-size: 18px;
	color: #595756;
	margin: 0 100px 2em;
	float: right;
	position: relative;
	z-index: 1;
}
.quote-quote a {
	color: #020202;
	text-decoration: none;
}
.quote-quote a:hover {
	color: #020202;
	text-decoration: underline;
}

section.testimonial blockquote::before {
	content: "“";
	color: #E0DDD7;
	font-family: georgia, serif;
	font-size: 6em;
	position: absolute;
	top: -0.18em;
	z-index: -10;
}









@-moz-keyframes fadein {
	0% {
		opacity: .1;
		-moz-transform: translateY(5px);
		transform: translateY(5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

}
@-webkit-keyframes fadein {
	0% {
		opacity: .1;
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

}
@keyframes fadein {
	0% {
		opacity: .1;
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

}

.inner.testimonial {
	position: absolute;
	opacity: 0;
}
.inner.testimonial.current {
	opacity: 1;
	position: relative;
	z-index: initial;
	-moz-animation: fadein 0.7s ease;
	-webkit-animation: fadein 0.7s ease;
	animation: fadein 0.7s ease;
}

.prev-testimonial,
.next-testimonial {
	position: absolute;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	width: 30px;
	top: 45%;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
}
.prev-testimonial:focus,
.next-testimonial:focus {
	outline: none;
}
.prev-testimonial:hover,
.next-testimonial:hover {
	outline: none;
	background: none;
}
.prev-testimonial:before,
.next-testimonial:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.prev-testimonial {
	left: 20px;
}
.prev-testimonial:before {
	left: 10px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.next-testimonial {
	right: 20px;
}
.next-testimonial:before {
	right: 10px;
	border-top: solid 1px black;
	border-right: solid 1px black;
}


.grey-out {
	opacity: .2;
}
/*--------------------------------------------------------------
## POI Tooltips
--------------------------------------------------------------*/
.pg-developer-expand__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}





.pg-developer-expand__card {
	border-radius: 2px;
	box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
	height: auto;
	min-width: 300px;
	margin: 0 auto;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	-webkit-transform: scale(0) translateZ(0);
	transform: scale(0) translateZ(0);
	-webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
	transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	z-index: 1;
	background: #3997ab;
	opacity: 0;
	font-size: 15px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.pg-developer-expand__card.active {
	height: auto;
	padding: 48px;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 1;
	min-width: 300px;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*--------------------------------------------------------------
## Toggle Buttons
--------------------------------------------------------------*/

section.toggle-btn {
	padding: 50px 0;
	text-align: center;
}
.buttons-ctn {
	position: relative;
	display: inline-block;
	width: 100%;
}

/*--------------------------------------------------------------
## Modal Windows
--------------------------------------------------------------*/
.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
	-o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
	-webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
	-webkit-transition-delay: 0s, 0s;
	transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal-overlay.state-show {
	opacity: 1;
	visibility: visible;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-duration: 0.2s, 0s;
	-o-transition-duration: 0.2s, 0s;
	-webkit-transition-duration: 0.2s, 0s;
	transition-duration: 0.2s, 0s;
}

.modal-frame.vid {
	min-width: 70%;
	position: fixed;
	display: block;
}
.modal-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	z-index: 50;
	/*     display: table; */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	width: 100%;
	text-align: center;
	visibility: hidden;
}

.modal-frame.state-appear {
	visibility: visible;
}
.modal-frame.state-appear .modal-inset {
	-moz-animation: modalComeIn 0.25s ease;
	-webkit-animation: modalComeIn 0.25s ease;
	animation: modalComeIn 0.25s ease;
	visibility: visible;
	/* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
	opacity: 1;
	-moz-transform: translateY(0) scale(1, 1);
	-ms-transform: translateY(0) scale(1, 1);
	-webkit-transform: translateY(0) scale(1, 1);
	transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
	visibility: visible;
}
.modal-frame.state-leave .modal-inset {
	-moz-animation: modalHeadOut 0.35s ease 0.1s;
	-webkit-animation: modalHeadOut 0.35s ease 0.1s;
	animation: modalHeadOut 0.35s ease 0.1s;
	visibility: visible;
}
.modal-frame.state-leave .modal-body {
	opacity: 0;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}

@-moz-document url-prefix() {
	.modal-frame {
		height: calc(100% - 55px);
	}

}
.modal {
	vertical-align: middle;
	text-align: center;
	max-width:100vh;
}
.vid .modal {
	max-width:100%;
}

.modal-inset {
	position: relative;
	padding: 60px;
	background-color: rgba(22,27,31,1);
	min-width: 380px;
	max-width: 500px;
	min-height: 126px;
	margin: auto;
	visibility: hidden;
	-moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.vid .modal-inset {
	max-width: 100%;
}
.buttons-ctn .modal-inset {
	margin: -100% auto 0;
}
.buttons-ctn .vid .modal-inset {
	margin: auto;
}
.modal-inset .close {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	opacity: .4;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(81, 62, 93, 0.4) url(images/pg-developer-icon-close.svg) no-repeat center center;
}

.no-touch .modal-inset .close:hover {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.modal-body {
	margin: auto;
	opacity: 0;
	-moz-transform: translateY(0) scale(0.8, 0.8);
	-ms-transform: translateY(0) scale(0.8, 0.8);
	-webkit-transform: translateY(0) scale(0.8, 0.8);
	transform: translateY(0) scale(0.8, 0.8);
	-moz-transition-property: opacity, -moz-transform;
	-o-transition-property: opacity, -o-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.modal-body h3 {
	font-weight: 700;
	padding-bottom: 22px;
	display: block;
	color: #F2594B;
	text-align: center;
}
.modal-body .ps {
	font-size: 12px;
	opacity: .3;
}
.modal-frame.vid .modal-body {
	position: relative;
	padding-bottom: 56.25%;
	height: auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.modal-frame.vid .modal-body  iframe,
.modal-frame.vid .modal-body  object,
.modal-frame.vid .modal-body  embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@-webkit-keyframes modalComeIn {
	0% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	65.5% {
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-webkit-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	100% {
		visibility: visible;
		opacity: 1;
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

}
@-moz-keyframes modalComeIn {
	0% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	65.5% {
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-webkit-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	100% {
		visibility: visible;
		opacity: 1;
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

}
@keyframes modalComeIn {
	0% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	65.5% {
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-webkit-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	100% {
		visibility: visible;
		opacity: 1;
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

}
@-webkit-keyframes modalHeadOut {
	0% {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0) scale(1, 1);
		-ms-transform: translateY(0) scale(1, 1);
		-webkit-transform: translateY(0) scale(1, 1);
		transform: translateY(0) scale(1, 1);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: translateY(35px) scale(0.97, 0.97);
		-ms-transform: translateY(35px) scale(0.97, 0.97);
		-webkit-transform: translateY(35px) scale(0.97, 0.97);
		transform: translateY(35px) scale(0.97, 0.97);
	}

}
@-moz-keyframes modalHeadOut {
	0% {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0) scale(1, 1);
		-ms-transform: translateY(0) scale(1, 1);
		-webkit-transform: translateY(0) scale(1, 1);
		transform: translateY(0) scale(1, 1);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: translateY(35px) scale(0.97, 0.97);
		-ms-transform: translateY(35px) scale(0.97, 0.97);
		-webkit-transform: translateY(35px) scale(0.97, 0.97);
		transform: translateY(35px) scale(0.97, 0.97);
	}

}
@keyframes modalHeadOut {
	0% {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0) scale(1, 1);
		-ms-transform: translateY(0) scale(1, 1);
		-webkit-transform: translateY(0) scale(1, 1);
		transform: translateY(0) scale(1, 1);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: translateY(35px) scale(0.97, 0.97);
		-ms-transform: translateY(35px) scale(0.97, 0.97);
		-webkit-transform: translateY(35px) scale(0.97, 0.97);
		transform: translateY(35px) scale(0.97, 0.97);
	}

}

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

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

#portfolio {
	overflow: hidden;
}



/*--------------------------------------------------------------
## Tabs & Toggles
--------------------------------------------------------------*/

.accordion {
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #d9e5e8;
}
ul.accordion {
	padding-left: 0;
}
.accordion li {
	border-bottom: 1px solid #d9e5e8;
	position: relative;
	list-style: none;
}
.accordion li p {
	display: none;
	padding: 10px 25px 30px;
}
.accordion a {
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	line-height: 3;
	font-size: 16px;
	font-size: 0.875rem;
	text-indent: 15px;
	user-select: none;
	color: #161b1f;
}
.accordion a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	position: absolute;
	right: 10px;
	content: " ";
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion p {
	padding: 10px;
}

a.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.pc-tab > input,
.pc-tab section > div {
	display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5,
#tab6:checked ~ section .tab6,
#tab7:checked ~ section .tab7,
#tab8:checked ~ section .tab8 {
	display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
	color: red;
}
.pc-tab {
	width: 100%;
	max-width: 821px;
	margin: 60px auto 40px;
}
.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pc-tab ul li {
	float:left;
	background: #eeeeee;
}

.pc-tab ul li label {
	padding: 15px 25px;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin-bottom: -1px;
	background: #eeeeee;
	color: #161b1f;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	text-align:center;
	transition: all 0.3s ease 0s;
	display:block;
}
.pc-tab ul li label:hover {
	background: #dddddd;
}
.pc-tab ul li label:active {
	background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
	border-right-width: 0;
}
.pc-tab section {
	clear: both;
	padding: 0;
}
.pc-tab section div {
	padding: 20px;
	width: 100%;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	letter-spacing: 0.3px;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label,
#tab4:checked ~ nav .tab4 label,
#tab5:checked ~ nav .tab5 label,
#tab6:checked ~ nav .tab6 label,
#tab7:checked ~ nav .tab7 label,
#tab8:checked ~ nav .tab8 label,
#tab9:checked ~ nav .tab9 label {
	background: white;
	color: #111;
	position: relative;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	z-index: 1;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after,
#tab4:checked ~ nav .tab4 label:after,
#tab5:checked ~ nav .tab5 label:after,
#tab6:checked ~ nav .tab6 label:after,
#tab7:checked ~ nav .tab7 label:after,
#tab8:checked ~ nav .tab8 label:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	left: 0;
	bottom: -1px;
}
/*--------------------------------------------------------------
## Feature Icons
--------------------------------------------------------------*/
.stat-section {
	padding: 40px 0;
	overflow: hidden;
}
.stat-section .center-holder {
	max-width: 1234px;
}
.statistic-list {
	margin: 0 20px;
	padding: 0;
}
.statistic-list:after {
	display: block;
	content: '';
	clear: both;
}
.statistic-list li {
	float: left;
	list-style: outside none;
	width: 100%;
	text-align: center;
	border-right: 1px solid #ededed;
	padding: 0 15px;
}
.statistic-list li:first-child:nth-last-child(2),.statistic-list li:first-child:nth-last-child(2) ~ li {
	width: 50%;
}
.statistic-list li:first-child:nth-last-child(3),.statistic-list li:first-child:nth-last-child(3) ~ li {
	width: 33.33%;
}
.statistic-list li:first-child:nth-last-child(4),.statistic-list li:first-child:nth-last-child(4) ~ li {
	width: 25%;
}
.statistic-list li:first-child:nth-last-child(5),.statistic-list li:first-child:nth-last-child(5) ~ li {
	width: 20%;
}
.statistic-list li:last-child {
	border: 0px;
}
.statistic-list .box {
	margin: 0 0 13px;
	min-height: 50px;
	position: relative;
}
.statistic-list .value {
	font-size: 80px;
	line-height: 88px;
	font-weight: 900;
	display: inline-block;
	position: relative;
	min-width: 100px;
}
.statistic-list .box .icon {
	font-size: 40px;
	color: #3997ab;
}
.statistic-list .description {
	font-size: 130%;
	font-weight: 500;
	line-height: 18px;
	display: block;
	margin: 20px 0 12px;
	color: #161b1f;
}
/*--------------------------------------------------------------
## Points of Interest
--------------------------------------------------------------*/

html * {
	-webkit-font-smoothing: antialiased;
}



body, html {
	overflow-x: hidden;
}


.pg-developer-img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.no-touch .pg-developer-btn:hover {
	background-color: #756da4;
}



.pg-developer-product {
	position: relative;
	margin: 0 auto;
}


.pg-developer-product-intro {
	padding: 50px 0;
	text-align: center;
}
.pg-developer-product-intro h1 {
	margin-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 700;
	color: #ffffff;
}

.pg-developer-product-intro::before {
	content: 'mobile';
	display: none;
}
.pg-developer-triggers {
	padding-top: 20px;
}


.no-csstransforms3d #pg-developer-start {
	display: none;
}

.pg-developer-product-mockup {
	max-width: 100%;
	margin: 0 auto 50px;
	position: relative;
	transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.pg-developer-product-mockup img {
	display: block;
	position: relative;
	transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	top: 10%;
}
.is-product-tour .pg-developer-product-mockup img {
}


.no-csstransforms3d .pg-developer-product:after {
	content: "";
	display: table;
	clear: both;
}
.no-csstransforms3d .pg-developer-product-mockup {
	float: right;
}
.no-csstransforms3d .pg-developer-product-mockup::before {
	display: none;
}

.pg-developer-3d-right-side, .pg-developer-3d-bottom-side {
	display: none;
}
.no-csstransforms3d .pg-developer-3d-right-side, .no-csstransforms3d .pg-developer-3d-bottom-side {
	display: none;
}

.pg-developer-close-product-tour {
	/* close icon - product tour */
	display: none;
}

.pg-developer-single-item button {
	margin: 20px 5px 0 0;
}
.pg-developer-single-point {
	position: absolute;
	border-radius: 50%;
	z-index: 1;
}
.pg-developer-single-point.is-open {
	z-index: 2;
}
.pg-developer-single-point > a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: inherit;
	background: #3997ab;
	z-index: 2;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.pg-developer-single-point > a::after, .pg-developer-single-point > a:before {
	/* rotating plus icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.pg-developer-single-point > a::after {
	height: 2px;
	width: 12px;
}
.pg-developer-single-point > a::before {
	height: 12px;
	width: 2px;
}
.pg-developer-single-point::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: inherit;
	background-color: transparent;
	-webkit-animation: pg-developer-pulse 2s infinite;
	-moz-animation: pg-developer-pulse 2s infinite;
	animation: pg-developer-pulse 2s infinite;
}

.pg-developer-single-point.is-open > a {
	background-color: #3997ab;
}
ul.pg-developer-points-container li {
	list-style: none;
}
.pg-developer-single-point.is-open > a::after, .pg-developer-single-point.is-open > a::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.pg-developer-single-point.is-open::after {
	display: none;
}
.pg-developer-single-point.is-open .pg-developer-more-info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.pg-developer-single-point.visited > a {
	background-color: #abb7b7;
	outline: none;
}
.pg-developer-single-point.visited::after {
	display: none;
}



.no-csstransforms3d .pg-developer-single-point {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@-webkit-keyframes pg-developer-bounce {
	0% {
		-webkit-transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}

}
@-moz-keyframes pg-developer-bounce {
	0% {
		-moz-transform: scale(0);
	}
	60% {
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}

}
@keyframes pg-developer-bounce {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}
@-webkit-keyframes pg-developer-pulse {
	0% {
		-webkit-transform: scale(1);
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0.8);
	}
	50% {
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0.8);
	}
	100% {
		-webkit-transform: scale(1.6);
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0);
	}

}
@-moz-keyframes pg-developer-pulse {
	0% {
		-moz-transform: scale(1);
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0.8);
	}
	50% {
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0.8);
	}
	100% {
		-moz-transform: scale(1.6);
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0);
	}

}
@keyframes pg-developer-pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0.8);
	}
	50% {
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0.8);
	}
	100% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		-o-transform: scale(1.6);
		transform: scale(1.6);
		box-shadow: inset 0 0 1px 1px rgba(255,51,102, 0);
	}

}
.pg-developer-single-point .pg-developer-more-info {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	line-height: 1.5;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 2em 1em 1em;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.pg-developer-single-point .pg-developer-more-info::before {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	display: none;
	border: 8px solid transparent;
}
.pg-developer-single-point .pg-developer-more-info h2 {
	font-weight: bold;
	margin-bottom: .6em;
}
.pg-developer-single-point .pg-developer-more-info p {
	color: #3d385a;
}


.pg-developer-close-info {
	position: fixed;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
}
.pg-developer-close-info::after, .pg-developer-close-info:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	background-color: #ea4a55;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition-property: transform 0.2s;
	-moz-transition-property: transform 0.2s;
	transition-property: transform 0.2s;
}
.pg-developer-close-info::after {
	height: 2px;
	width: 16px;
}
.pg-developer-close-info::before {
	height: 16px;
	width: 2px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.pg-developer-social {
	padding: 10px 0 15px;
	text-align:center;
}
.pg-developer-social-menu-item,.pg-developer-social-menu-open-button {
	background: #6c7980;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display:inline-block;
	color: #fff;
	text-align: center;
	line-height: 38px;
	-webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pg-developer-social-menu-item:hover, .pg-developer-social-menu-open-button:hover {
	background: #3997ab;
	color: #fff;
}
.pg-developer-social-menu-item:active, .pg-developer-social-menu-item:focus, .pg-developer-social-menu-item:visited {
	color: #fff;
}
.pg-developer-social-menu {
	position: relative;
	padding-top: 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}
.pg-developer-social-menu::before {
    background: #ededed none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto 25px;
    position: relative;
    width: 119px;
}
.pg-developer-social-menu-item:nth-child(2) {
	left: 50px;
}
.pg-developer-social-menu-item:nth-child(3) {
	left: 100px;
}
.pg-developer-social-menu-item:nth-child(4) {
	left: 150px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
#comments {
	position: relative;
	background: #fff;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.comment-form-author {
	width: 50%;
	float: left;
	padding-right: 10px;
}
.comment-form-email {
	width: 50%;
	float: left;
	padding-left: 10px;
}
.comment-form-url {
	display: none;
}
.comment-form-comment {
}
h3#reply-title {
	font-size: 16px;
}
#comments, .entry-footer {
	max-width: 60%;
	margin: 0 auto 20px;
	padding-bottom: 50px;
}
.form-allowed-tags {
	display: none;
}
.pg-developer-holder #comments, .pg-developer-holder .entry-footer {
	max-width: 100%;
}
.comment-block {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 10px 0 23px 0px;
}
.commentlist .avatar-holder {
	float: left;
	width: 11.6%;
	margin: 6px 0 0 0;
}
.commentlist .avatar-holder img {
	max-width: none;
}
.commentlist .meta p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}
.commentlist-holder,
.discussion-block .item-frame .text-block {
	float: left;
}
.pg-developer-content.author-bio .commentlist-holder {
	width: 80%;
}
.commentlist .commentlist-holder {
	background: #fafaf9;
	border: 1px solid #ededed;
	padding: 20px 30px 10px;
	border-radius: 3px;
	max-width: 89%;
}
.discussion-block .item-frame p {
	margin: 0;
}
.commentlist .name {
	color: #656c7e;
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin: 0 0 7px;
}
.comments-block {
	padding: 54px 5% 0 12.8%;
}
.commentlist h1 {
	margin: 0 0 17px;
	font-size: 16px;
	font-weight: 400;
}

.commentlist-item .commentlist-item .avatar-holder {
	width: 10.6%
}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding: 0;
	margin: 0 0 11px;
	list-style: outside none;
	overflow: hidden;
}

.comments-block .commentlist-holder {
	float: left;
	width: 82%;
	font-size: 13px;
	line-height: 24px;
}
.comments-block .commentlist-holder p {
	margin: 0;
}
.commentlist-holder .meta {
	font-weight: 400;
	margin: 0 0 6px;
}
.commentlist-holder .meta .published {
	margin: 0 11px 0 0;
}
.commentlist-holder .separator {
	color: #c1c3c9;
	margin: 0 6px 0 0;
}
.comment-box {
	padding: 25px 0 0;
}
.comment-box ul {
	margin: 0;
	padding: 0;
}
.comments-list .comment-box .avatar {
	width: 13.4%;
}
.comments-list .comment-box .commentlist-holder {
	width: 75%;
}

.pg-developer-content.author-bio {
	border: 8px solid #f3f3f3;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px 3.8% 14px 5.8%;
	margin-top: 30px;
}
.author-bio .avatar-holder {
	float: left;
	margin: 6px 29px 0 0;
	width: 8.6%;
}
.avatar {
	border-radius: 50%;
}
.pg-developer-content .avatar-holder img {
	padding:0;
}
ul.bio-icons li {
	display: inline-block;
	list-style: none;
}
ul.bio-icons {
	margin: 0;
	padding: 0;
}
ul.bio-icons li:first-child {
	border-left: 1px solid #ddd;
}
  
span.name {
	float: left;
	padding-right: 10px;
	color: #232323;
}
  
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	height: 120px;
	margin: 0;
	overflow: auto;
	padding: 3px 4px;
	outline: 1px solid #ededed;
	font-size: 14px;
}
  
.post-password-form span.wpcf7-form-control-wrap[type="password"], .search-form span.wpcf7-form-control-wrap[type="text"], span.wpcf7-form-control-wrap[type="tel"], span.wpcf7-form-control-wrap[type="email"], span.wpcf7-form-control-wrap[type="url"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	font-size: 24px;
	outline: 0 none;
	padding: 16px 0;
	width: 100%;
}
.comment-form span.wpcf7-form-control-wrap[type="text"], .comment-form span.wpcf7-form-control-wrap[type="email"] {
	border-bottom: 1px solid #ededed;
	font-size: 14px;
	padding: 10px 0;
}
#sidebar .widget span.wpcf7-form-control-wrap[type="search"], #sidebar .widget span.wpcf7-form-control-wrap[type="text"] {
	float: left;
	margin: 0 0 10px;
}
.post-password-form span.wpcf7-form-control-wrap[type="password"], .search-form span.wpcf7-form-control-wrap[type="text"] {
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #d6d9dc;
	border-radius: 0;
	box-sizing: border-box;
	color: #656c7e;
	display: inline-block;
	font-size: 13px;
	height: 40px;
	left: 18px;
	margin: 0 10px 10px 0;
	padding: 11px 23px 13px;
	width: 50%;
}
.comment-form .submit, .btn-link, .error-404 .search-submit {
	font-size: 13px;
	width: auto;
	text-transform: uppercase;
	transition: background 0.3s ease 0s;
}
.comment-form .submit:hover, .btn-link:hover, .pg-developer-highlight:hover {
	opacity: .9;
}
#form-allowed-tags code {
	font-size: 13px;
}
  
  
.pg-developer-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(255, 51, 102, 0.8) url(images/pg-developer-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999;
}
.pg-developer-top.pg-developer-is-visible, .pg-developer-top.pg-developer-fade-out, .no-touch .pg-developer-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.pg-developer-top.pg-developer-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.pg-developer-top.pg-developer-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.pg-developer-top:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/  
#sidebar {
	float: right;
	margin: 40px 0 0;
	width: 25.1%;
	font-size: 13px;
	padding-bottom: 60px;
	text-align:left;
}
#sidebar h2 {
	font-size: 16px;
	margin: 22px 0 10px 2px;
	font-weight: 500;
}
#sidebar .search-block {
	margin: 0 0 54px;
}
#sidebar .search-form {
	overflow: hidden;
	margin-bottom:-15px;
}
#sidebar span.wpcf7-form-control-wrap[type="text"],
#sidebar span.wpcf7-form-control-wrap[type="search"] {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #656c7e;
	left: 18px;
	background: #fbfbfb;
	border: 1px solid #d6d9dc;
	padding: 12px 23px;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
}
.blog #sidebar, .blog #sidebar a {
	color: #404040;
}
#sidebar .recent-posts {
	margin: 0 0 53px;
}
#sidebar .recent-posts h2 {
	margin: 0 0 15px;
}
#sidebar .popular-posts {
	margin: 0 0 57px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar .popular-posts h2 {
	margin: 0 0 17px;
}
#sidebar .popular-list {
	padding: 0 0 0 3px;
}
#sidebar .popular-list li {
	list-style: outside none;
	overflow: hidden;
	margin: 0 0 13px;
}
#sidebar .popular-list li img {
	float: left;
	width: 21.5%;
	margin: 7px 19px 0 0;
}
#sidebar .popular-list .text {
	float: left;
	width: 70%;
}
#sidebar .popular-list .post-title {
	display: block;
	line-height: 22px;
	font-weight: 400;
}
#sidebar .popular-list .value {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
#sidebar .tag-block {
	margin: 0 0 43px;
}
#sidebar .tag-block h2 {
	margin: 0 0 24px -2px;
}
#sidebar .htagcloud {
	margin: 0 0 0 -2px;
	overflow: hidden;
}
#sidebar .htagcloud li {
	float: left;
	list-style: outside none;
	margin: 0 6px 6px 0;
}
.tagcloud a,
#sidebar .htagcloud a {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	border: 1px solid #ededed;
	padding: 2px 13px 4px 12px;
	margin:2px 0;
	-webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tagcloud a {
	display: inline-block;
}
.tagcloud a:hover,
#sidebar .htagcloud a:hover {
	color: #fff;
	background: #3997ab;
	border-color: #3997ab;
	text-decoration: none;
}
#sidebar .flikr-block {
	margin: 0 0 52px;
}
#sidebar .flikr-block h2 {
	margin: 0 0 24px;
}
#sidebar .links-list {
	overflow: hidden;
	margin: 0 -5px;
}
#sidebar .links-list li {
	float: left;
	list-style: outside none;
	padding: 0 5px 10px;
	width: 25%;
	padding-bottom: 200px;
}
#sidebar .links-list a {
	display: block;
}
#sidebar .links-list img {
	max-width: none;
	width: 100%;
}
#sidebar .links-list .hover {
	display: none;
}
#sidebar .links-list a:hover img {
	display: none;
}
#sidebar .links-list a:hover .hover {
	display: block;
}
#sidebar .categories-block h2 {
	margin: 0 0 17px;
}
#sidebar .categories-list li {
	list-style: outside none;
	margin: 0 0 4px;
}
#sidebar .categories-list a {
	color: #656c7e;
}
#sidebar .categories-list a:hover {
	text-decoration: none;
}

#sidebar .widget span.wpcf7-form-control-wrap[type="search"],
#sidebar .widget span.wpcf7-form-control-wrap[type="text"] {
	margin: 0 0 10px;
	float: left;
}
#sidebar input[type="search"] {
	width: 80%;
	padding: 10px 16px;
	font-size: 16px;
}
/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax-section {
	color: #fff;
	padding: 60px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:80px 0;
}
.parallax-section h3 {
	margin-top: -15px;
	font-weight: 600;
}
  
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	max-height: 80vh;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery-container {
	position: relative;
	height: auto;
	margin: auto;
	z-index: 1;
	background: none;
	text-align: center;
	padding: 50px 0;
}

.gallery {
	position: relative;
	min-width: 300px;
	max-width: 100%;
	max-height: auto;
	margin: auto;
}
.gallery img {
	cursor: pointer;
	display: inline;
}
#pg-developer-preview {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	z-index: 100;
}
#imgFull {
	height: auto;
	margin: 2em auto;
}
#imgFull img {
	max-height:98vh;
}
.pg-developer-cols .pg-developer-col {
	float: left;
}
.pg-developer-cols .pg-developer-col {
	padding: 0 10px;
}
.pg-developer-cols .pg-developer-col:last-child p {
	padding-right: 0px;
}
.pg-developer-cols .pg-developer-col:first-child:nth-last-child(1),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(1) ~ .pg-developer-col {
	width: 100%;
}
.pg-developer-cols .pg-developer-col:first-child:nth-last-child(2),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(2) ~ .pg-developer-col {
	width: 50%;
}
.pg-developer-cols .pg-developer-col:first-child:nth-last-child(3),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(3) ~ .pg-developer-col {
	width: 33.3%;
}
.pg-developer-cols .pg-developer-col:first-child:nth-last-child(4),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(4) ~ .pg-developer-col {
	width: 25%;
}


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

.site-footer {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.site-footer .site-info a {
	color: #6c7980;
	text-decoration: none;
}
.site-footer .site-info {
	font-size: .8em;
	text-transform: uppercase;
}
.site-footer .footer-links a {
	text-decoration: none;
	font-size: 14px;
}
.site-footer .footer-links a {
	color: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
}
.site-footer ul {
	padding: 0;
	margin: 0;
}
.site-footer .sub-menu {
	display: none;
}
.site-footer ul li {
	display: inline-block;
}

.socials {
	float: left;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 5px 0 50px;
	flex: 0 0 100%;
}

.socials ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#pg-developer-lateral-nav .socials ul li {
	float: left;
	list-style: outside none none;
	margin: 0 5px;
	text-align: center;
}
#pg-developer-lateral-nav .menu-secondary-menu-container ul li a {
	font-size: 13px;
	text-align: left;
	float: left;
	padding: 2px;
	font-style: italic;
	text-transform: none;
}
#pg-developer-lateral-nav .socials ul a, ul.bio-icons a {
	color: #6c7980;
	font-size: 16px;
	padding: 5px 8px;
	border-radius: 3px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#pg-developer-lateral-nav .menu-wrapper a {
	padding: 0 10px;
	font-size: 12px;
}
ul.bio-icons a {
	font-size: 13px;
}
#pg-developer-lateral-nav .socials ul a.facebook {
	padding: 5px 10px;
}
#pg-developer-lateral-nav .socials ul a.twitter {
	padding: 5px 7px;
}
.pg-developer-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(57, 151, 171, 0.8) url(images/pg-developer-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 49;
}
.pg-developer-top.pg-developer-is-visible, .pg-developer-top.pg-developer-fade-out, .no-touch .pg-developer-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.pg-developer-top.pg-developer-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.pg-developer-top.pg-developer-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.pg-developer-top:hover {
	opacity: 1;
}
		  
		 
.socials ul a:hover {
	opacity: 1;
	color: #fff;
}
.socials ul .facebook:hover {
	background: #3b5998 none repeat scroll 0 0;
}
.socials ul .twitter:hover {
	background: #00aced none repeat scroll 0 0;
}
.socials ul .vimeo:hover {
	background: #aad450 none repeat scroll 0 0;
}
.socials ul .behance:hover {
	background: #1769ff none repeat scroll 0 0;
}
.socials ul .dribbble:hover {
	background: #ea4c89 none repeat scroll 0 0;
}
.socials ul .pinterest:hover {
	background: #cc2127 none repeat scroll 0 0;
}
.socials ul .instagram:hover {
	background: #3f729b none repeat scroll 0 0;
}
.socials ul .flickr:hover {
	background: #ff0084 none repeat scroll 0 0;
}
.socials ul .linkedin:hover {
	background: #007bb6 none repeat scroll 0 0;
}
.socials ul .youtube:hover {
	background: #bb0000 none repeat scroll 0 0;
}
.site-footer {
	background-color: #161b1f;
	text-align: center;
}

.site-footer .content {
	padding: 60px 0;
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	background: #161b1f;
}
		  
.site-footer .site-info > * {
	color: #6c7980;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 10px;
}
		
#video-bg {
	overflow: hidden;
	min-height: 100vh;
	background-color: rgba(22, 27, 31, 1);
}
#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
section.big-background {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*.pattern {
background-image: url(images/pattern.png);
background-repeat: repeat;
background-attachment: scroll;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
*/
.pattern {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .6;
}
.divider {
	background-image: url(images/divider.png);
	display: block;
	width: 100px;
	height: 35px;
	margin: 10px auto
}
.big-background .big-background-container {
	width: 830px;
	text-align: center;
	max-width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.big-background-title {
	font-size: 70px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin: 0 0 15px;
	padding-top: 0px;
	display: inline-block;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top center;
	letter-spacing: -2px;
}
.big-background-subtitle, .big-background-container h2, .big-background-container h5 {
	color: #fff;
}
.big-background-subtitle {
	font-family: "Marck Script",cursive;
	font-size: 30px;
	margin: 0 0 40px;
	text-transform: none;
}
.big-background-container h2, .big-background-container h5 {
	margin: 0;
	font-weight: 700;
}
.big-background-container h5, .textright h5 {
	font-family: 'Marck Script',cursive;
	text-transform: none;
	margin-bottom: -20px;
	font-size: 32px;
}
.textright h5 {
	font-size: 26px;
}
.big-background-container h2 {
	margin-top: -20px;
}
.pg-developer-cover {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 100vh;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
	#video-bg > video {
		height: 300%;
		top: -100%;
	}

}
@media (max-aspect-ratio: 16/9) {
	#video-bg > video {
		width: 300%;
		left: -100%;
	}

}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
	#video-bg > video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-object-fit: cover;
		-moz-object-fit: cover;
		-ms-object-fit: cover;
		-o-object-fit: cover;
		object-fit: cover;
	}

}
			
/*.pg-developer-holder {
	overflow: auto;
	margin-bottom: 25px;
	}
	*/
			
				
	.form-footer {
		margin: 2em auto 0;
		width: 70%;
	}

	.pg-developer-input {
		position: relative;
		padding: 0;
		border: 0;
	}

	.pg-developer-input .wpcf7-form-control-wrap input {
		border: 0;
		background: none;
		padding: 16px 0 16px 0;
		font-size: 24px;
		outline: 0;
		width: 100%;
		tap-highlight-color: transparent;
		touch-callout: none;
	}

	.pg-developer-input label {
		position: relative;
		display: block;
		padding: 8px 0 8px 0;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: .0875em;
		font-weight: 500;
		text-align: left;
	}
	.pg-developer-input label::before, .pg-developer-input label::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 1px;
	}
	.pg-developer-input label::before {
		background-color: rgba(255, 255, 255, 0.2);
	}
	.pg-developer-input label::after {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit- transform-origin: left;
		transform-origin: left;
		-webkit-transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		background-color: #3997ab;
		height: 2px;
	}
	.pg-developer-input label span {
		position: relative;
		color: rgba(255, 255, 255, 0.2);
		-webkit-transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.pg-developer-input label span::after {
		content: attr(data-text);
		position: absolute;
		overflow: hidden;
		left: 0;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		white-space: nowrap;
		color: #fff;
		background-image: linear-gradient(to right, #4A90E2 50%, rgba(255, 255, 255, 0) 0%);
		background-position: 100% 50%;
		background-size: 200%;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		backface-visibility: hidden;
		perspective: 1000;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: background-position 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: background-position 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.pg-developer-input label.input-pg-developer-hover::after,
	.pg-developer-input input.error + label::after,
	.pg-developer-input input:invalid + label::after,
	.pg-developer-input input.filled + label::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	.pg-developer-input label.input-pg-developer-hover span::after,
	.pg-developer-input input.error + label span::after,
	.pg-developer-input input:invalid + label span::after,
	.pg-developer-input input.filled + label span::after {
		background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%);
		background-position: 0% 50%;
	}
	.pg-developer-input .wpcf7-submit {
		margin: 40px auto 10px;
		width: 180px;
		display: block;
		transition: all 0.3s ease 0s;
	}
	.pg-developer-input .wpcf7-submit:hover {
		opacity:.8;
	}
	.pg-developer-input img.ajax-loader {
		padding-top: 10px;
	}
	.pg-developer-input input.filled {
		color: #ffffff;
	}
	.pg-developer-input input.filled + label::after {
		background-color: #ffffff;
	}
	.pg-developer-input input.filled + label span::after {
		background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 0%);
		background-position: 0% 50%;
	}

	.pg-developer-input input:focus {
		color: #3997ab;
	}
	.pg-developer-input input:focus + label::after {
		background-color: #3997ab;
	}
	.pg-developer-input label.input-pg-developer-hover span::after {
		background-image: linear-gradient(to right, #3997ab 50%, rgba(255, 255, 255, 0) 0%);
		background-position: 0% 50%;
	}

	.pg-developer-input input.error,
	.pg-developer-input input:invalid {
		color: #E66161;
	}
	.pg-developer-input input.error + label::after,
	.pg-developer-input input:invalid + label::after {
		background-color: #E66161;
	}
	.pg-developer-input input.error + label span::after,
	.pg-developer-input input:invalid + label span::after {
		background-image: linear-gradient(to right, #E66161 50%, rgba(255, 255, 255, 0) 0%);
		background-position: 0% 50%;
	}
	.pg-developer-input span.wpcf7-not-valid-tip {
		font-size: 0;
		border-bottom: 1px solid #e66161;
		height: 1px;
	}
	.modal div.wpcf7-validation-errors {
		display: none!important;
	}
	.modal-body {
		letter-spacing: 4px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		font-size: 1.3em;
	}
	.modal-body .wpcf7-response-output {
		font-weight: normal;
		font-size: 13px;
		text-transform: none;
		letter-spacing: normal;
	}
	div.wpcf7-mail-sent-ok {
		border: none;
	}
				
				
	.pg-developer-single-item {
		position: relative;
		background: #ffffff;
		width: 100%;
		z-index: 1;
	}
	
	.pg-developer-slider-wrapper {
		position: relative;
		z-index: 1;
		-webkit-transition: width 0.4s;
		-moz-transition: width 0.4s;
		transition: width 0.4s;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: width;
	}
			

	.pg-developer-slider {
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.pg-developer-slider::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'mobile';
		display: none;
	}
	ul.pg-developer-slider {
		margin: 0;
		padding: 0;
	}
	.pg-developer-slider li {
		list-style: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100%;
		width: 100%;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}
	.pg-developer-slider li img {
		display: block;
		width: 100%;
	}
	.pg-developer-slider li.selected {
		position: relative;
		z-index: 2;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.pg-developer-slider li.move-left {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	ul.pg-developer-slider-navigation {
		margin: 0;
	}
				
	.pg-developer-slider-navigation li {
		list-style: none;
		position: absolute;
		z-index: 2;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.pg-developer-slider-navigation li:first-of-type {
		left: 10px;
	}
	.pg-developer-slider-navigation li:last-of-type {
		right: 10px;
	}
	.pg-developer-slider-navigation li a {
		display: block;
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: rgba(81, 62, 93, 0.4) url(images/pg-developer-icon-arrow.svg) no-repeat center center;
		-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
		-moz-transition: opacity 0.2s 0s, visibility 0s 0s;
		transition: opacity 0.2s 0s, visibility 0s 0s;
		/* image replacement */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.pg-developer-slider-navigation li a.inactive {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
		-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
		transition: opacity 0.2s 0s, visibility 0s 0.2s;
	}
	.no-touch .pg-developer-slider-navigation li a:hover {
		opacity: .7;
	}
	.pg-developer-slider-navigation li:first-of-type a {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
				  

	.pg-developer-slider-pagination {
		/* you won't see this element in the html but it will be created using jQuery */
		position: absolute;
		z-index: 2;
		bottom: 30px;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		visibility: hidden;
	}
	.pg-developer-slider-pagination:after {
		content: "";
		display: table;
		clear: both;
	}
	.touch .pg-developer-slider-pagination {
		visibility: hidden;
	}
	.pg-developer-slider-pagination li {
		display: inline-block;
		float: left;
		margin: 0 5px;
	}
	.pg-developer-slider-pagination li.selected a {
		background: #f5f4f3;
	}
	.pg-developer-slider-pagination a {
		display: block;
		height: 12px;
		width: 12px;
		border-radius: 50%;
		border: 1px solid #f5f4f3;
		/* fix a bug in IE9/10 - transparent anchor not clickable */
		background-color: rgba(255, 255, 255, 0);
		/* image replacement */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	.pg-developer-slider-wrapper .pg-developer-close {
		display: none;
		position: absolute;
		z-index: 2;
		top: 30px;
		right: 30px;
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: rgba(81, 62, 93, 0.4) url(images/pg-developer-icon-close.svg) no-repeat center center;
		/* image replacement */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
		-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
		transition: transform 0.3s 0s, visibility 0s 0.4s;
	}
	.pg-developer-slider-active .pg-developer-slider-wrapper .pg-developer-close {
		visibility: visible;
		opacity: 1;
		-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
		-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
		transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	}
	.no-touch .pg-developer-slider-active .pg-developer-slider-wrapper .pg-developer-close:hover {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
				 

	.pg-developer-item-info {
		padding: 50px 8%;
	}
	.pg-developer-item-info p {
		margin: 1em 0;
	}
				 
				
				 
				  
	.pg-developer-map {
		width: 100%;
		height: 600px;
		border: #eee solid 1px;
	}

	/* fixes potential theme css conflict */
	.pg-developer-map img {
		max-width: inherit !important;
	}
	.pg-developer-map h4 {
		margin: 0 0 -10px;
	}
	.pg-developer-map p.address {
		font-weight: 500;
		font-size: 12px;
		margin-bottom: -12px;
	}

	.timeline {
		margin: 2em 0;
	}
	section.timeline {
		background:#161b1f;
		padding:60px 0;
		margin:0;
	}
	.timeline > ul {
		display: inline-block;
		position: relative;
		left: 45%;
		border-left: 1px solid #eee;
		margin-top: 2.3125em;
		padding: 0;
		padding-top: 4em;
	}
	.timeline > ul:before, .timeline > ul:after {
		content: "";
		border-radius: 100%;
		display: block;
		position: absolute;
	}
	.timeline > ul:before {
		left: -1.03125em;
		top: -2.35em;
		width: 2.0625em;
		height: 2.0625em;
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.8);
	}
	.timeline > ul:after {
		bottom: -0.8975em;
		left: -0.375em;
		width: 0.6875em;
		height: 0.6875em;
		box-shadow:0 0 0 0.25em rgba(255, 255, 255, 0.8);
	}

	.timeline li {
		position: relative;
		font-size:15px;
		width: 13em;
		list-style: none;
		margin: 0 0 2em 8em;
		padding: 0;
		padding-left: 1em;
		text-align:center;
	}
	.timeline li:before, .timeline li:after {
		content: "";
		background: #3997ab;
		display: block;
		position: absolute;
	}
	.timeline li:before {
		left: -8em;
		top: 50%;
		width: 8em;
		height: 1px;
	}
	.timeline li:after {
		left: -8.21575em;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 0.4375em;
		width: 0.4375em;
		border-radius: 100%;
	}
	.timeline li img {
		border-radius:3px;
		box-shadow:0 0 0 0.5em rgba(102,102,102, 0.1);
		padding:8px;
		margin:8px 0;
	}
	.timeline li p {
		margin: 0;
	}

	.timeline__date {
	    background: #3997a8;
	    border-radius: 50px;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 600;
	    margin: 0 auto 15px;
		width:80%;
	    padding: 4px;
	    text-align: center;
	}
	
	.timeline li:nth-child(2n) {
		left: -22em;
		margin-left: 0;
		padding-left: 0;
	}
	.timeline li:nth-child(2n):before {
		left: 14em;
	}
	.timeline li:nth-child(2n):after {
		left: 21.7613em;
		top: 50%;
	}
	.timeline li:last-child {
		margin-bottom: 4em;
	}

	.js .timeline li p, .js .timeline li:after {
		opacity: 0;
	}
	.js .timeline li:before {
		width: 0;
	}

	.js .timeline .timeline--active.pg-developer-point p {
		opacity: 1;
		-webkit-transition: opacity .5s .5s ease-in;
		transition: opacity .5s .5s ease-in;
	}
	.js .timeline .timeline--active.pg-developer-point:before {
		width: 8em;
		-webkit-transition: width 0.5s .25s ease-in;
		transition: width 0.5s .25s ease-in;
	}
	.js .timeline .timeline--active.pg-developer-point:after {
		opacity: 1;
		-webkit-transition: opacity 0.25s ease-in;
		transition: opacity 0.25s ease-in;
	}
				
				
				
	.bottom-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-flex: 2 0 auto;
		-webkit-flex: 2 0 auto;
		-ms-flex: 2 0 auto;
		flex: 2 0 auto;
		padding-left: 20px;
	}
		
			
	.bottom-area nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		font-size: 12px;
		line-height: 14px;
	}
	.bottom-area nav a {
		color: #ccc;
	}
	.bottom-area nav li {
		padding-top: 10px;
		list-style: none;
	}
				
	.col.textright h5 {
		color: #6c7980;
		margin-top: 36px;
		text-align: center;
	}
				
	#loading {
		background-color: rgba(22,27,31,1);
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 100;
		margin-top: 0px;
		top: 0px;
	}
	#loading-center {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#loading-center-absolute {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 80px;
		width: 80px;
		margin-top: -50px;
		margin-left: -30px;
	}
			
	.white-section ul li {
		font-size: 14px;
	}

	.pg-developer-content {
		overflow: hidden;
	}
	.pg-developer-content.pg-developer-cols {
		padding: 0;
	}
	footer.site-footer .col.textright {
		text-align: center;
		margin-top: -32px;
	}
	.pg-developer-heading h2 {
		margin-bottom: 15px;
	}
			
	#video-bg video::-webkit-media-controls {
		display: none !important
	}
			
	div.wpcf7 img.ajax-loader {
		border: medium none;
		display: block;
		margin: 10px auto 0;
		vertical-align: middle;
	}
	.site-main {
		overflow: hidden;
	}
	.blog-grid .hentry {
		/*margin: 0 0 1.5em;*/
	}
	.modal-body form textarea {
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 0px;
		margin-bottom: -4px;
		padding: 10px;
		margin-top: 30px;
		max-height: 200px;
		color:;
	}
		
	.modal-body form textarea:focus {
		color: #3997a8;
	}
			
			
	/* Media Queries */
				
	@media (min-width: 1800px) {
		.blog-grid.row .col {
			width: 20%;
		}

	}
	@media (min-width: 1380px) {
		section .inner {
			max-width: 80%;
		}

	}
	@media only screen and (min-width: 1170px) {
		.pg-developer-btn {
			min-width: 190px;
			height: 60px;
			line-height: 60px;
			margin-right: 15px;
			letter-spacing: 2px;
		}
		.pg-developer-product {
			min-height: 400px;
		}
		.pg-developer-product.is-product-tour {
			height: auto;
		}
		.pg-developer-product-intro {
			/* Force Hardware Acceleration in WebKit */
			-webkit-transform: translateZ(0);
			-moz-transform: translateZ(0);
			-ms-transform: translateZ(0);
			-o-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			position: absolute;
			left: 0;
			width: 36%;
			padding: 0;
			text-align: left;
			-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
			-moz-transition: -moz-transform 0.6s, opacity 0.6s;
			transition: transform 0.6s, opacity 0.6s;
		}
		.is-product-tour .pg-developer-product-intro {
			opacity: 0;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.pg-developer-product-intro h1 {
			font-size: 4rem;
		}
 
		.pg-developer-product-intro::before {
			content: 'desktop';
		}
		.pg-developer-product-mockup {
			margin-bottom: 0;
	
			/* Force Hardware Acceleration in WebKit*/
			-webkit-transform: translateZ(0);
			-moz-transform: translateZ(0);
			-ms-transform: translateZ(0);
			-o-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform-origin: center top;
			-moz-transform-origin: center top;
			-ms-transform-origin: center top;
			-o-transform-origin: center top;
			transform-origin: center top;
			-webkit-transform: translatex(300px);
			-moz-transform: translatex(300px);
			-ms-transform: translatex(300px);
			-o-transform: translatex(300px);
			transform: translatex(300px);
		}
 
		.is-product-tour .pg-developer-product-mockup {
			-webkit-transform: translateX(-10%);
			-moz-transform: translateX(-10%);
			-ms-transform: translateX(-10%);
			-o-transform: translateX(-10%);
			transform: translateX(-10%);
			-webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
			-moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
			transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
			margin: auto;
			max-width: 100%;
		}
		.pg-developer-close-product-tour {
			display: block;
			position: absolute;
			top: 40px;
			right: 0;
			height: 40px;
			width: 40px;
			opacity: 0;
			visibility: hidden;
		}
		.no-touch .pg-developer-close-product-tour:hover {
			opacity: .8;
		}
		.pg-developer-close-product-tour::after, .pg-developer-close-product-tour::before {
			/* these are used to create the 'X' icon */
			content: '';
			height: 40px;
			width: 2px;
			position: absolute;
			left: 50%;
			top: 50%;
			background-color: #232323;
		}
		.pg-developer-close-product-tour::after {
			-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
			-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
			-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
			-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
			transform: translateX(-50%) translateY(-50%) rotate(45deg);
		}
		.pg-developer-close-product-tour::before {
			-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
			-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
			-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
			-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
			transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		}
		.pg-developer-close-product-tour.is-visible {
			visibility: visible;
			opacity: 1;
		}
		.pg-developer-single-point {
			-webkit-transform: scale(0);
			-moz-transform: scale(0);
			-ms-transform: scale(0);
			-o-transform: scale(0);
			transform: scale(0);
		}
		.pg-developer-single-point::after {
			-webkit-animation: none;
			-moz-animation: none;
			animation: none;
		}
		.points-enlarged .pg-developer-single-point {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
			-webkit-animation: pg-developer-bounce 0.4s;
			-moz-animation: pg-developer-bounce 0.4s;
			animation: pg-developer-bounce 0.4s;
		}
		.points-pulsing .pg-developer-single-point::after {
			-webkit-animation: pg-developer-pulse 2s infinite;
			-moz-animation: pg-developer-pulse 2s infinite;
			animation: pg-developer-pulse 2s infinite;
		}
		.pg-developer-3d-right-side, .pg-developer-3d-bottom-side {
			display: block;
			position: absolute;
			left: 0;
			/* Firefox bug - 3D CSS transform, jagged edges */
			outline: 1px solid transparent;
		}
		.pg-developer-3d-right-side::after, .pg-developer-3d-bottom-side::after {
			/* darken the right/bottom sides */
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.2);
		}
		.pg-developer-3d-right-side {
			top: -1px;
			width: 10px;
			height: 100%;
			background-size: auto 100%;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-ms-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
			-webkit-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
			-moz-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
			-ms-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
			-o-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
			transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
		}

		.pg-developer-3d-bottom-side {
			bottom: 0;
			width: 100%;
			height: 10px;
			background-position: bottom center;
			background-size: 100% auto;
			-webkit-transform-origin: center bottom;
			-moz-transform-origin: center bottom;
			-ms-transform-origin: center bottom;
			-o-transform-origin: center bottom;
			transform-origin: center bottom;
			-webkit-transform: translateZ(-1px) rotateX(-90deg);
			-moz-transform: translateZ(-1px) rotateX(-90deg);
			-ms-transform: translateZ(-1px) rotateX(-90deg);
			-o-transform: translateZ(-1px) rotateX(-90deg);
			transform: translateZ(-1px) rotateX(-90deg);
		}
		.pg-developer-3d-bottom-side::after {
			background-color: rgba(0, 0, 0, 0.4);
		}

	}
	@media only screen and (max-width: 1169px) {
		#pg-developer-start {
			display: none;
		}
		section.testimonial .quote-wrapper .portrait {
			max-width: 600px;
		}
		.pg-developer-product-intro p {
			max-width:90%;
			text-align:left;
			margin:auto;
		}
	}
	@media (max-width: 1150px) {
		.blog-grid.row .col {
			width: 33.3%;
		}
		.stack-cols .stack-col:first-child:nth-last-child(1),.stack-cols .stack-col:first-child:nth-last-child(1) ~ .stack-col {
			width: 100%;
		}
		.stack-cols .stack-col:first-child:nth-last-child(2),.stack-cols .stack-col:first-child:nth-last-child(2) ~ .stack-col {
			width: 50%;
		}
		.stack-cols .stack-col:first-child:nth-last-child(3),.stack-cols .stack-col:first-child:nth-last-child(3) ~ .stack-col {
			width: 33.3%;
		}
		.stack-cols .stack-col:first-child:nth-last-child(4),.stack-cols .stack-col:first-child:nth-last-child(4) ~ .stack-col {
			width: 50%;
		}

	}
 		  
	@media only screen and (min-width: 1024px) {
		.pg-developer-slider-wrapper .pg-developer-close {
			display: block;
		}
		.pg-developer-slider-wrapper {
			width: 50%;
		}
		.pg-developer-slider-active .pg-developer-slider-wrapper, .pg-developer-slider-active.pg-developer-left .pg-developer-slider-wrapper {
			width: 100%;
			margin-left: 0;
		}
			
		.pg-developer-slider {
			cursor: pointer;
		}
		.pg-developer-slider::before {
			/* never visible - this is used in jQuery to check the current MQ */
			content: 'desktop';
		}
		.pg-developer-slider::after {
			/* slider cover layer - to indicate the image is clickable */
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			background: rgba(81, 62, 93, 0.4) url(images/pg-developer-icon-zoom.svg) no-repeat center center;
			/* size of the icon */
			background-size: 48px;
			opacity: 0;
			z-index: 4;
			-webkit-transition: opacity 0.2s;
			-moz-transition: opacity 0.2s;
			transition: opacity 0.2s;
		}
		.no-touch .pg-developer-slider:hover::after {
			opacity: 1;
		}
		.pg-developer-slider-active .pg-developer-slider {
			cursor: auto;
		}
		.pg-developer-slider-active .pg-developer-slider::after {
			display: none;
		}
				
		.parallax-section p {
			max-width: 50%;
			margin: auto;
			font-size:14px;
		}
				
		.pg-developer-slider-navigation li, .pg-developer-slider-pagination {
			opacity: 0;
			visibility: hidden;
			-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
			-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
			transition: opacity 0.4s 0s, visibility 0s 0.4s;
		}
		.pg-developer-slider-active .pg-developer-slider-navigation li, .pg-developer-slider-active .pg-developer-slider-pagination {
			opacity: 1;
			visibility: visible;
			-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
			-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
			transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
		}
		.pg-developer-slider-navigation li:first-child {
			left: 30px;
		}
		.pg-developer-slider-navigation li:last-child {
			right: 30px;
		}
		.pg-developer-item-info {
			position: absolute;
			width: 50%;
			top: 0;
			right: 0;
			margin: 0;
			height: 100%;
			display: flex;
			align-items: center;
		}
			  
				
		.pg-developer-left .pg-developer-item-info {
			left: 0;
		}
		.pg-developer-left .pg-developer-slider-wrapper {
			margin-left: 50%;
		}
		.cd-top {
			height: 50px;
			width: 50px;
			right: 20px;
			bottom: 30px;
		}
		.pg-developer-bgimg {
			display: none;
		}

	}
		 
	@media only screen and (min-width: 1024px) and (max-width: 1180px) {
		.pg-developer-item-info h2 {
			font-size: 24px;
			line-height: 24px;
		}
		.pg-developer-item-info h4 {
			margin-bottom: -10px;
			margin-top: -14px;
		}
		.pg-developer-single-item button {
			margin: 0;
		}

	}
	@media (max-width: 1024px) {
		.socials ul a {
			padding: 8px 0;
		}
		button.minigal {
			display: none;
		}
		.socials ul a {
			padding: 8px 0;
		}
		button.minigal {
			display: none;
		}

	}
	@media (max-width: 900px) {
		.blog-grid.row .col {
			width: 50%;
		}
		.error404 .site-main {
			max-width:90%;
		}
   .author-bio .avatar-holder {
	   display:none;
   }
	}
	@media only screen and (min-width: 768px) {
		.pg-developer-main-content {
			padding-top: 0px;
		}
		header.pg-developer-main {
			height: 70px;
		}
		#pg-developer-logo {
			margin: 10px 0 0 30px;
		}
		#pg-developer-top-nav {
			display: block;
		}
		#pg-developer-menu-trigger {
			width: 110px;
			padding-left: 1.25em;
		}
		#pg-developer-menu-trigger .pg-developer-menu-text {
			display: inline-block;
			line-height: 70px;
		}
		#pg-developer-menu-trigger .pg-developer-menu-icon {
			left: auto;
			right: 1.25em;
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-ms-transform: translateX(0);
			-o-transform: translateX(0);
			transform: translateX(0);
		}
		#pg-developer-lateral-nav .menu ul {
			margin: 20px 0;
		}
		#pg-developer-lateral-nav .menu ul.sub-menu {
			margin: 0;
		}
		.modal-inset .wpcf7-form {
			width: 380px;
		}
		.cd-top {
			right: 20px;
			bottom: 20px;
		}

	}
	@media only screen and (max-width: 768px) {
		#pg-developer-logo img {
			display: block;
			max-width: 200px;
			margin: 15px 0 0 20px;
		}
		#pg-developer-logo {
			margin: 0;
		}
		#pg-developer-logo img {
			margin: 15px 0 0;
		}
		.big-background-container h5 {
			font-size: 20px;
			margin-bottom: -10px;
		}
		.big-background-container h2 {
			font-size: 26px;
		}
		.big-background-title {
			font-size: 30px;
		}
		h3.big-background-subtitle {
			font-size: 18px;
		}
		.divider {
			margin: 0 auto;
			width: 200px;
		}
		.big-background-subtitle {
			margin: 0 0 20px;
		}
		.socials {
			float: none;
		}
		.img-holder, .text-holder {
			width: 100%;
		}
		.img-holder {
			text-align: center;
		}
		.text-holder {
			left: 0px;
			padding: 0 8%;
		}
		.single .pg-developer-content {
			max-width: 80%;
		}

		.pg-developer-product {
			min-height: 500px;
		}
		section.testimonial .inner {
			padding: 0px;
			margin-bottom: -5px;
		}
		section.testimonial {
			padding-top: 0;
		}
		.statistic-list li {
			width: 100%;
			margin: 0 0 15px;
			min-height: 150px;
		}
		.statistic-list li:first-child:nth-last-child(2),.statistic-list li:first-child:nth-last-child(2) ~ li {
			width: 50%;
		}
		.statistic-list li:first-child:nth-last-child(3),.statistic-list li:first-child:nth-last-child(3) ~ li {
			width: 33.33%;
		}
		.statistic-list li:first-child:nth-last-child(4),.statistic-list li:first-child:nth-last-child(4) ~ li {
			width: 50%;
		}
		.statistic-list li:first-child:nth-last-child(5),.statistic-list li:first-child:nth-last-child(5) ~ li {
			width: 50%;
		}
		#bannertext {
			max-height: 65vh;
		}

	}
	@media screen and (min-width: 900px) {
  
		section.testimonial .quote-wrapper {
			padding-left: 580px;
		}
  
		section.testimonial .quote-wrapper .portrait {
			position: absolute;
			left: 10px;
			bottom: -66px;
		}

	}



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

		section.testimonial .inner {
			padding-left: 0;
		}

		section.testimonial .quote {
			max-width: 75%;
			margin: 0 auto;
			margin-bottom: 20px;
		}

		section.testimonial .portrait {
			display: block;
			margin: 0 auto;
			max-width: 80%;
			background-size: 100% auto !important;
			background-position: center bottom !important;
		}

	}
	@media screen and (min-width: 719px) {
		.stack-expand__card {
			left: -140px;
		}
  
		.site-footer a {
			display: inline-block;
		}
 

 
		.site-footer .footer-links ul li {
			margin: 0 10px 5px 0;
		}
		.site-footer {
			text-align: left;
		}

		.site-footer .col:first-child {
			width: 65%;
		}
		.site-footer .col {
			width: 35%;
		}
		.header-banner-top .horizontal-nav ul.sub-menu li.menu-item-has-children a:hover + ul,
		.header-banner-top .horizontal-nav ul.sub-menu li.menu-item-has-children ul.sub-menu:hover {
			display: block;
		}
		.header-banner-top .horizontal-nav .sub-menu li:hover {
			background: #ff3366;
		}
		.site-footer .site-info > * {
			margin: 0 20px 10px 0;
		}
		.pg-developer-top {
			right: 20px;
			bottom: 20px;
		}

	}

	@media screen and (max-width: 718px) {
		.dv-contact-form {
			margin:0 auto;
			max-width:90%;
		}
		.modal-inset { width: 100vw; height: 98vh; position: relative; overflow: scroll;} 
		.header-banner-top .banner .primary-wrapper {
			padding-top: 500px;
		}
		h2.site-description {
			font-size: 1em;
			margin-top: -15px;
		}
		.socials ul a {
			padding: 8px 0;
		}
		.site-footer .site-info {
			padding-top: 10px;
		}
		.single .full-width .pg-developer-holder .content {
			max-width: 100%;
		}
		.pg-developer-holder .content-area {
			width: 100%;
		}
		.content #sidebar {
			float: left;
			width: 100%;
		}
		.commentlist .avatar-holder img {
			max-width: 36px;
		}
		.modal-frame {
			top: -60px;
		}
		.pg-developer-expand__card {
			position: fixed;
			top: 0;
		}
		.col {
			float: left;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.timeline > ul {
			left: 5%;
		}
		.timeline li {
			margin: 0 0 4em 3em;
		}
		.timeline li::before {
			left: -3em;
		}
		.js .timeline .timeline--active.pg-developer-point::before {
			width: 3em;
		}
		.timeline li::after {
			left: -3.23575em;
		}
		.timeline li:nth-child(2n) {
			left: 4em;
			text-align: left;
		}
		.timeline li:nth-child(2n)::before {
			left: -4em;
		}
		.timeline li:nth-child(2n)::after {
			left: -4.23575em;
		}
		.js .timeline li p, .js .timeline li:after {
			opacity: 1;
		}
		.js .timeline li:before {
			width: 3em;
		}
		.col.textright h5 {
			margin-top:47px;
		}
	}
	@media screen and (max-width: 50em) {
		.content__item {
			display: block;
		}
		.content__item-img {
			max-width: calc(100% - 80px);
			max-height: 70vh;
		}
		.slider-content h2 {
			font-size: 3em;
		}
		.content__item-inner {
			font-size: 82%;
			padding: 4em 3em 2em;
		}

	}
	@media (max-width: 667px) {
		#bannertext .icon, #bannertext .iconb {
			display: none;
		}
		#bannertext h1 {
			font-size: 2em;
		}
		#bannertext {
			max-height: none;
			position: relative;
			padding-top: 20px;
		}
		#pg-developer-banner {
			height: auto;
			background-attachment: scroll!important;
			background-position: top;
			-webkit-background-size: auto;
			-moz-background-size: auto;
			background-size: auto;
		}
.header-banner-top .banner .entry-title::before,  .header-banner-top .banner .entry-title::after {
	display:none;
}
	}
	
	
	@media (max-width: 600px) {
		#comments, .entry-footer {
			width: 500px;
			max-width: 80%;
		}
		.commentlist .commentlist-holder {
			max-width: none;
		}
		.comment-form-author {
			width: 100%;
			padding-right: 0px;
		}
		.comment-form-email {
			width: 100%;
			padding-left: 0px;
		}
		span.name {
			width: 100%;
		}
		ul.bio-icons li:first-child {
			border: 0px;
		}
		.blog-grid.row .col {
			width: 100%;
		}
		.author-bio .avatar-holder {
			width: 100px;
			margin: 0 auto;
		}
		.commentlist-holder, .discussion-block .item-frame .text-block {
			width: 100%;
		}
		.commentlist .avatar-holder img {
			display: none;
		}
				
		.pc-tab ul li label {
			padding: 5px 20px;
		}
		.header-banner-top .banner .entry-title {
			font-size: 36px;
			line-height: 36px;
		}
		.statistic-list .value {
			font-size: 50px;
		}
		.statistic-list li {
			padding: 0 35px;
			float: none;
			width: 100%;
		}
		.statistic-list li:first-child:nth-last-child(2),.statistic-list li:first-child:nth-last-child(2) ~ li {
			width: 100%;
		}
		.statistic-list li:first-child:nth-last-child(3),.statistic-list li:first-child:nth-last-child(3) ~ li {
			width: 100%;
		}
		.statistic-list li:first-child:nth-last-child(4),.statistic-list li:first-child:nth-last-child(4) ~ li {
			width: 100%;
		}
		.statistic-list li:first-child:nth-last-child(5),.statistic-list li:first-child:nth-last-child(5) ~ li {
			width: 100%;
		}
		.statistic-list .box {
			margin: 0;
		}
		.statistic-list .box.large .icon {
			font-size: 30px;
			top: 12px;
		}
		.statistic-list .box .icon {
			top: 12px;
		}
		.statistic-list .description {
			line-height: 16px;
		}
		.pg-developer-cols .pg-developer-col p {
			padding-right: 0px;
		}
		.pg-developer-cols .pg-developer-col:first-child:nth-last-child(1),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(1) ~ .pg-developer-col {
			width: 100%;
		}
		.pg-developer-cols .pg-developer-col:first-child:nth-last-child(2),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(2) ~ .pg-developer-col {
			width: 100%;
		}
		.pg-developer-cols .pg-developer-col:first-child:nth-last-child(3),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(3) ~ .pg-developer-col {
			width: 100%;
		}
		.pg-developer-cols .pg-developer-col:first-child:nth-last-child(4),.pg-developer-cols .pg-developer-col:first-child:nth-last-child(4) ~ .pg-developer-col {
			width: 100%;
		}

	}
				
	@media only screen and (min-width: 480px) {
		.pg-developer-single-point.is-open .pg-developer-more-info.pg-developer-left {
			right: 140%;
		}
		.pg-developer-single-point.is-open .pg-developer-more-info.pg-developer-right {
			left: 140%;
		}
		.pg-developer-single-point.is-open .pg-developer-more-info.pg-developer-top {
			bottom: 140%;
		}
		.pg-developer-single-point.is-open .pg-developer-more-info.pg-developer-bottom {
			top: 140%;
		}
				
		.pg-developer-single-point .pg-developer-more-info {
			position: absolute;
			width: 220px;
			height: 240px;
			padding: 1em;
			overflow-y: visible;
			line-height: 1.4;
			border-radius: .25em;
			box-shadow: 0 0 20px rgba(61, 56, 90, 0.3);
		}
		.pg-developer-single-point .pg-developer-more-info::before {
			display: block;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-left, .pg-developer-single-point .pg-developer-more-info.pg-developer-right {
			top: 50%;
			bottom: auto;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-left::before, .pg-developer-single-point .pg-developer-more-info.pg-developer-right::before {
			top: 50%;
			bottom: auto;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-left {
			right: 160%;
			left: auto;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-left::before {
			border-left-color: rgba(255, 255, 255, 0.95);
			left: 100%;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-right {
			left: 160%;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-right::before {
			border-right-color: rgba(255, 255, 255, 0.95);
			right: 100%;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-top, .pg-developer-single-point .pg-developer-more-info.pg-developer-bottom {
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-top::before, .pg-developer-single-point .pg-developer-more-info.pg-developer-bottom::before {
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-top {
			bottom: 160%;
			top: auto;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-top::before {
			border-top-color: rgba(255, 255, 255, 0.95);
			top: 100%;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-bottom {
			top: 160%;
		}
		.pg-developer-single-point .pg-developer-more-info.pg-developer-bottom::before {
			border-bottom-color: rgba(255, 255, 255, 0.95);
			bottom: 100%;
		}
		.pg-developer-single-point .pg-developer-more-info h2 {
			margin-bottom: 0;
		}
		.pg-developer-single-point .pg-developer-more-info p {
			font-size: 1.3rem;
		}
		.pg-developer-close-info {
			display: none;
		}
	}
	.big-background-container .btn-link {
	    display: inline-block;
	    margin-bottom: 5px;
	}