body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald-Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald/oswald-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../fonts/oswald/oswald-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald/oswald-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald/oswald-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald/oswald-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald/oswald-v14-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald/oswald-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald/oswald-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald/oswald-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald/oswald-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald/oswald-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald/oswald-v14-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/*
=================
Material Icons
=================
 */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/materialize/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/materialize/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/materialize/MaterialIcons-Regular.woff) format("woff"), url(../fonts/materialize/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/*
=================
Helpers
=================
 */
.divider {
    height: 2px;
    overflow: hidden;
}

.pb-margin-top-large {
    margin-top: 20px;
}

.pb-margin-bottom-large {
    margin-bottom: 40px;
}

.pb-bold {
    font-weight: 600;
}

.pb-padding-right-large {
    padding-right: 40px;
}

.pb-padding-left-large {
    padding-left: 40px;
}

/*
=================
Colors
=================
 */
.pb-color-main {
    background-color: #2A6376 !important;
}

.pb-color-text-main {
    color: #2A6376 !important;
}

/*
=================
Buttons and Links
=================
 */
.pb-btn-download {
    width: 250px;
    margin: 20px auto 0;
}
.pb-link-more {
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 18px; */
    font-size: 18px;
    margin-bottom: 20px;
}
/*
=================
Top NavBar
=================
 */
@media only screen and (max-width: 992px) {
    nav .brand-logo {
        height: 56px;
        display: flex;
        align-items: center;
    }
    nav .brand-logo img {
        width: 150px;
    }
}

@media only screen and (min-width: 993px) {
    nav .nav-wrapper {
        display: flex;
    }

    nav .nav-wrapper .brand-logo {
        position: relative;
        margin-right: 2rem;
        display: flex;
        align-items: center;
    }

    nav .nav-wrapper .brand-logo img {
        width: 180px;
        height: auto;
    }

    nav .nav-wrapper .pb-nav-container {
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
        align-items: center;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right {
        display: flex;
        align-items: center;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .pb-user-dropdown-container {
        min-width: 180px;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .pb-user-dropdown-container .pb-user-dropdown {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .pb-user-dropdown-container .pb-user-dropdown .pb-user-avatar {
        width: 20px;
        height: 20px;
        border-radius: 3px;
        margin-right: 10px;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .pb-user-dropdown-container .dropdown-content li > a {
        font-size: 14px;
        color: #212121;
        display: block;
        line-height: 22px;
        padding: 14px 16px;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .pb-user-dropdown-container .dropdown-content li > a > i {
        color: #9e9e9e;
        margin-right: 5px;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .preloader-wrapper {
        width: 25px;
        height: 25px;
    }

    nav .nav-wrapper .pb-nav-container .pb-nav-right .preloader-wrapper .spinner-layer {
        border-color: #fff !important;
    }
}

/*
=================
Home Page
=================
 */
.pb-home-content {
    background-color: #eceff1;
    margin-top: -64px;
}

.pb-home-main {
    background-image: url("../img/home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
    padding: 64px 0 0px;
    min-height: 760px;
}
@media only screen and (max-width: 992px) {
    .pb-home-main {
        min-height: 520px;
    }
}

.pb-home-main .container {
    height: 100%;
    padding: 20px 0;
    text-align: center;
}
.pb-face-container {
		background: transparent url(../img/computer_w.png) no-repeat top left;
		background-size: cover;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.pb-face-container img {
    width: 75%;
    height: auto;
    margin: 3% auto 5% auto;
}

.pb-home-main a.btn {
    background-color: #ff9800;
    min-height: 50px;
    line-height: 50px;
    width: 330px;
    margin: 20px auto;
		font-size:18px;
}
.pb-home-main a.btn .material-icons{
	float:right;
}

.pb-home-sub {
    background-color: #4C445C;
    color: #fff;
    background-image: url("../img/globe.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pb-main-section {
    padding: 20px 0;
    background-color: #fafafa;
}
.pb-main-section.pb-main-section-diff {
    background-color: #eceff1;
}
.pb-main-section .pb-main-section-left {
    display: flex;
    justify-content: flex-end;
}
.pb-main-section-title {
    text-align: center;
    color: #212121;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 1.3em;
}

.pb-main-section-subtitle {
    text-align: center;
    color: #888;
    font-weight: 100;
    margin-bottom: 40px;
}
.pb-main-section p {
    margin-top: 0;
    color: #888;
    margin-bottom: 25px;
}

.pb-main-section .carousel.carousel.carousel-slider .carousel-item .pb-carousel-item-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 70px;
}
.pb-main-section .carousel.carousel.carousel-slider .carousel-item .pb-carousel-item-content h2 {
    color: #212121;
}
.pb-main-section .carousel.carousel.carousel-slider .carousel-item .pb-carousel-item-content p {
    color: #212121;
}
.pb-home-features-one .carousel.carousel.carousel-slider .carousel-item.pb-carousel-item-one {
    background-image: url("../img/feature-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.pb-trusted-container {
    text-align: center;
}

.pb-trusted-container .pb-trusted-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pb-trusted-container .pb-trusted-content .pb-trusted-item {
    font-size: 16px;
    margin-bottom: 10px;
    flex-basis: 30%;
    text-align: center;
}

.pb-main-img {
    margin-top: 40px;
    height: auto;
    width: 100%;
}

.pb-feature-img {
    height: 400px;
}
.pb-download-container{
		padding: 0 15%;
}
.pb-download-container .col{
		padding:0;
}
.pb-download-item {
    position: relative;
		margin:2px;
}
.pb-download-item img {
    width: 100%;
}
.pb-download-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pb-download-item figcaption h2 {
    position: absolute;
    left: 0;
    bottom: 3px;
    padding: 15px 20px;
    margin: 0;
    background-color: #212121;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
}
.pb-download-item figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
/*
=================
Order Page
=================
 */
.pb-page-main {
    background-image: url("../img/home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    padding: 64px 0 0;
		background-position: 0 40%;
}
.pb-page-main .container {
    height: 100%;
    position: relative;
}
.pb-page-main .container h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0;
}
.pb-label-container,  .pb-label-container2{
    text-align: center;
}
.pb-label-container img {
    width: 150px;
    margin-top: -15px;
    margin-bottom: 20px;
}
.pb-label-container2 img {
    width: 150px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.pb-price-card-container {
    background-color: #fff;
    padding: 20px 30px;
    text-align: center;
}
.pb-price-card-header h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}
.pb-price-card-container, .pb-price-card-header {
		border-radius: 8px 8px 0 0;
}

.pb-price-card-body {
    margin-bottom: 20px;
}
.pb-price-card-intro {
    margin-bottom: 10px;
}
.pb-price-card-action-header {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.pb-price-card-action-body {
    padding: 10px;
}
.pb-price-card-action-label {

}
.pb-price-card-action-price {
    font-size: 24px;
}
.pb-price-card-action-footer button {

}

.pb-icon-card {
    padding: 15px 5px;
    text-align: center;
}
.pb-icon-card-icon {
    color: #ee6e73;
    font-size: 3em;
}
.pb-icon-card-header {
    font-size: 18px;
    margin-bottom: 10px;
}
.pb-icon-card-content {
    margin-bottom: 10px;
    color: #888;
}
.pb-icon-card-footer {
    color: #888;
}
.pb-example-container .card .card-content {
			padding: 8px 16px;
			border-radius: 0 0 2px 2px;
			text-align: center;
			min-height: 130px;
}
.pb-example-container  .card-image, .pb-example-container .card-image img{
			border-radius: 8px;
			line-height:0;
}
.pb-example-container  .card{
			cursor: pointer;
			padding: 8px;
			border: none;
			border-radius: 8px;
			box-shadow:none;
			background-color: transparent;
}

.pb-example-container  .card:hover{
}
.pb-example-container  .card .no-code::before{
		position: absolute;
		z-index:10;
    top: -2%;
    right: -6%;
    content:'';
		width:35%;
		height:12%;
    background-image:url(../img/nocoding.png);
		background-size: contain;
    background-repeat: no-repeat;
}
.pb-example-container  .card .card-image{
		box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
}
.pb-example-container  .card:hover{
		box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
}
.pb-example-container  .card:hover .card-image{
		box-shadow:none;
}
.pb-example-container  .section.white-text .card .card-image{
		box-shadow:0 4px 5px 0 rgba(200,200,200,0.14),0 1px 10px 0 rgba(200,200,200,0.12),0 2px 4px -1px rgba(200,200,200,0.3);
}
.pb-example-container  .section.white-text .card:hover{
		box-shadow:0 8px 10px 1px rgba(200,200,200,0.14),0 3px 14px 2px rgba(200,200,200,0.12),0 5px 5px -3px rgba(200,200,200,0.3);
}
/*
=================
Tutorial Page
=================
 */

.pb-tutorial-container .card .card-content {
			padding: 8px 16px;
			border-radius: 0 0 2px 2px;
			text-align: center;
			min-height: 70px;
}
/*
=================
Download Page
=================
 */
.pb-resource-item {
    display: flex;
    justify-content: flex-start;
}
.pb-resource-item .pb-resource-icon {
    color: #888;
    margin-right: 10px;
}
/*
=================
User Page
=================
 */
.pb-user-container .pb-user-content {
    padding-top: 20px;
}

.pb-user-container .pb-user-content .pb-user-title {
    display: flex;
    align-items: center;
}

.pb-user-container .pb-user-content .pb-user-title .pb-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    margin-right: 20px;
}

.pb-user-container .pb-user-content .pb-user-title .pb-user-name {
    font-size: 24px;
}

/*
=================
Videos Page
=================
 */
.pb-video-card .card-image {
    background-color: #888;
}
.pb-video-card .card-image img{
    cursor: pointer;
}
.pb-video-card:hover .card-image img {
    opacity: 0.5
}
.pb-video-card .pb-video-duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding: 2px 4px;
}
.pb-video-card .pb-video-icon-play {
    display: none;
    transition: all 0.5s;
		cursor: pointer;
}
.pb-video-card:hover .pb-video-icon-play {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    font-size: 64px;
    color: #fff;
}

/*
=================
Slider
=================
 */
@media only screen and (min-width: 993px) {
    .slick-slider .slick-prev {
        left: -36px;
    }
    .slick-slider .slick-next {
        right: -36px;
    }
    .slick-slider .slick-arrow {
        height: 36px;
        width: 36px;
    }
    .slick-slider .slick-arrow:before {
        font-size: 36px;
    }
}
@media only screen and (max-width: 480px) {
    .slick-slider .slick-prev {
        left: -10px;
    }
    .slick-slider .slick-next {
        right: -10px;
    }
}
.slick-slider .slick-slide:focus {
    outline: none;
}
.slick-slider .slick-slide {
    height: auto;
}
.slick-slider .slick-arrow:before {
    color: #ffffff;
}
.slick-slider img {
    width: 100%
}
.slick-slider .pb-slider-title {
    font-size: 32px;
    text-align: center;
    color: #212121;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 1.3em;
}

.slick-slider .pb-slider-subtitle {
    text-align: center;
    margin-top: 0;
    color: #888;
    margin-bottom: 25px;
		font-size: 15px;
}
.dg-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dg-container a img {
    width: 100%;
}

/*---------------*/
/***** jqery.flipster *****/
/*---------------*/
.pb-main-section .flipster__button {
  top: 2%;
}
.pb-main-section .flipster--carousel .flipster__item--past-2, .pb-main-section .flipster--carousel .flipster__item--future-2 {
  opacity: 0;
}
.pb-main-section .flipster--carousel .flipster__item--past-1 .flipster__item__content {
		transform: rotateY(45deg) scale(0.75);
}
.pb-main-section .flipster--carousel .flipster__item--future-1 .flipster__item__content {
		transform: rotateY(-45deg) scale(0.75);
}

@media only screen and (max-width: 992px) {
		.pb-main-section .flipster--carousel .flipster__item--past-1, .pb-main-section .flipster--carousel .flipster__item--future-1 {
			opacity: 0;
		}
}
@media only screen and (min-width: 993px) {
		.pb-main-section .flipster--carousel .flipster__item--past-1, .pb-main-section .flipster--carousel .flipster__item--future-1 {
			opacity: 0.6;
		}
}
.pb-main-section .flipster__nav{
		font-size: 18px;
		margin: -.5em 0 0 ;
}
.pb-main-section .flipster__nav__item:hover .flipster__nav__link, .pb-main-section .flipster__nav__item--current .flipster__nav__link{
		color: #f16628;
}
/*---------------*/
/***** slider *****/
/*---------------*/
@media only screen and (max-width: 992px) {
		.pb-slider{
				overflow-y:visible !important; 
				overflow-x:hidden !important;
		} 
}
@media only screen and (min-width: 993px) {
		.pb-slider{
				overflow-y:visible !important; 
				overflow-x:visible !important;
		} 
}

.pb-slider .pb-slider-title {
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pb-slider .pb-slider-subtitle {
    margin-bottom: 10px;
    text-align: center;
		font-size: 15px;
}
.pb-slider .pb-slider-item:not(.flipster__item--current) .pb-slider-title {
    visibility: hidden;
}

.pb-slider .pb-slider-item:not(.flipster__item--current) .pb-slider-subtitle {
    visibility: hidden;
}
.pb-slider .pb-slider-item img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.pb-slider .flipster__button:focus {
    background: none;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.pb-hover-effect {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;

}

figure.pb-hover-effect img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure.pb-hover-effect figcaption {
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.pb-hover-effect figcaption::before,
figure.pb-hover-effect figcaption::after {
    pointer-events: none;
}

figure.pb-hover-effect figcaption,
figure.pb-hover-effect figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.pb-hover-effect figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.pb-hover-effect h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

figure.pb-hover-effect h2 span {
    font-weight: 800;
}

figure.pb-hover-effect h2,
figure.pb-hover-effect p {
    margin: 0;
}

figure.pb-hover-effect p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
    background: #37474f;
		border: 1px #888 solid;
    border-radius: 8px;
}

figure.effect-julia img {
    max-width: none;
    transition: opacity 1s, transform 1s;
    backface-visibility: hidden;
    opacity: 0.15;
   
    
		//transform: scale3d(1.1,1.1,1);
}

figure.effect-julia figcaption {
    text-align: center;
}

figure.effect-julia h2 {
    font-size: 18px;
    position: relative;
    padding-top: 1em;
		color: #f16628;
    transition: opacity 0.5s, transform 0.5s;
    height: 70px;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0 .5em;
    color: #2f3238;
    text-transform: none;
		color:#ffffff;
    font-weight: 500;
    font-size: 75%;
    transition: opacity 0.5s, transform 0.5s;
}

figure.effect-julia p:first-child {
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 1;
    //transform: scale3d(1,1,1);
}

figure.effect-julia:hover h2 {
    opacity: 0;
    transform: translate3d(-500px,0,0);
}

figure.effect-julia:hover p {
    opacity: 0;
    transform: translate3d(-500px,0,0);
}
.pb-slider-imgcontainer{
	background: transparent url(../img/browser.png) no-repeat top left;
  margin-bottom: 25px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}
.pb-slider-imgcontainer.flipster__item--current{
  box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 6px 14px rgba(0,0,0,0.5);
}

.pb-slider-imgcontainer img{
		padding: 41px 1px 0 1px;
}

.pb-keywords1{
		color: #f16628;
}

.pb-keywords2{
		color: #000000;
}

.pb-keywords3{
		color: #ffffff;
}

.pb-font-light1{
	font-family: 'Oswald-Light', sans-serif;
	line-height: 2em;
}


/*social  media links*/
.pb-footer-social-icons {
	margin: 1.5em 0 3em 0;
}
.pb-footer-social-icons-links {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: .75em;
	  background-size: cover !important;
}
.pb-footer-social-icons-links:last-child {
    margin-right: 0
}
@media only screen and (max-width: 992px) {
	.pb-footer-fb-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-facebook.png") no-repeat center;
	}
	.pb-footer-twitter-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-twitter.png") no-repeat center;
	}
	.pb-footer-linkedin-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-linkedin.png") no-repeat center;
	}
	.pb-footer-instagram-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-instagram.png") no-repeat center;
	}
	.pb-footer-youtube-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-youtube.png") no-repeat center;
	}
	.pb-footer-pinterest-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-pinterest.png") no-repeat center;
	}
	.pb-footer-google-link {
			background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/social-icon-googleplus.png") no-repeat center;
	}
}
@media only screen and (min-width: 993px) {
    .pb-footer-fb-link {
        background:url("https://storage.googleapis.com/sales.appinst.io/2017/04/facebook-25px.png") no-repeat center;
    }
    .pb-footer-twitter-link {
        background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/twitter-25px.png") no-repeat center;
    }
    .pb-footer-linkedin-link {
        background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/linkedin-25px.png") no-repeat center;
    }
    .pb-footer-instagram-link {
        background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/instagram-25px.png") no-repeat center;
    }
    .pb-footer-youtube-link {
        background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/youtube-25px.png") no-repeat center;
    }
    .pb-footer-pinterest-link {
        background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/pinterest-25px.png") no-repeat center;
    }
    .pb-footer-google-link {
        background: url("https://storage.googleapis.com/sales.appinst.io/2017/04/google-25px.png") no-repeat center;
    }
}

.pb-footer-copyright{
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #868686;
    line-height: normal;
		margin-top: -1em;
}
