/** Shopify CDN: Minification failed

Line 855:1 "cusor" is not a known CSS property
Line 1434:31 Expected ":"
Line 1542:29 Expected ":"

**/
/* =============== */
/* = Blogs and pages = */
/* =============== */

@font-face {
  font-family: "FREESCPT";
  src:url('//www.pgytech.com/cdn/shop/t/63/assets/FREESCPT.TTF?v=14838246547346033331710464380') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.rte a {
  text-decoration: underline;
}
#homepage-blog .article-body h2 {
 margin-top: 10px;
}
.blog-template .collection-banner {
  /***height: 400px;*/
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  .blog-template .collection-banner {
    height: auto;
  }
  .blog-template .collection-banner img {
    height: auto;
  }
}
.blog-template #blog-description {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-template .blog-promos {
   position: relative;
   clear: left;
}
.blog-template a.blog-banner {
  padding: 20px 0;
}
@media screen and ( max-width: 740px ){
  .blog-promos .promo {
    margin-bottom: 20px;
  }
}
.blog-template .promo-inner:hover {
  cursor: pointer;
  opacity: 0.8;
}
.blog-template .promo-inner {
   display: table;
   cursor: pointer;
   width: 100%;
   float: left;
   margin-right: 30px;
   height: 200px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   position: relative;
   webkit-box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
   -moz-box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
   box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
   -o-transition: .25s;
   -ms-transition: .25s;
   -moz-transition: .25s;
   -webkit-transition: .25s;
   transition: .25s;
}
.blog-template .promo-caption {
   height: 100%;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}
.blog-template .promo-caption h2 {
    margin-bottom: 0;
    display: inline-block;
    padding: 8px 10px;
    background: rgba(255,255,255,0.9);
}
.blog-template .promo-caption h5 {
   line-height: 1.5em;
   padding: 14px 18px;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 2px;
   background: #ffffff;
   display: inline-block;
   text-align: center;
 }
.blog-template #content .section-title h2 {
   margin-top: 20px;
   margin-bottom: 0;
   padding: 10px 20px;
}
div#blog-description p {
   margin-bottom: 0;
}
#blog-articles {
  width: 100%;
  margin-top: 25px;
}
@media screen and ( min-width: 741px ) {
  #blog-article-page .share-icons {
      top: 50%;
      margin-top: -75px;
      position: absolute;
      right: 0;
  }
  .article-inner .section-title, .article-inner .section-title:after {
      text-align: left;
      left: 0;
      margin-left: 0;
  }
  .article-inner {
      width: 100%;
  }
}
#blog-post { margin-top: 30px;}
#blog-post .title{
  font-size:16px;
  font-weight:bold;
  color:#ccc;
}
.rte h1 {
  border-bottom: 0 !important;
}
#page {
  clear: left;
  margin-bottom: 50px;
}
#page.form-left {
  float: right;
}
.centered-form div#contactFormWrapper {
    margin-top: 20px;
}
#article-loop {
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
}
.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}
.article-info-inner {
  width: 96%;
  margin: 0 auto;
}
.article-info h2 {
  letter-spacing: initial;
  margin-bottom: 10px;
  text-align: center;
}
.posted {
  text-align: center;
  float: left;
}
.article-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.article-info a {
  text-decoration: none !important;
  text-transform: uppercase;
}
.article-image {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.article-body {
    display: inline-block;
    background: #fff;
    padding: 30px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-right: 0;
    padding-right: 1%;
}
@media screen and (min-width: 741px) {
  .mobile-image { display: none; }
  .article-body {
    width: 48%;
  }
  .article-image {
    width: 55%;
    margin-left: -1px;
  }
  .single-article.odd .article-body {
    margin-left: -52px;
  }
  .single-article.even .article-body {
      margin-left: 0;
  }
  .single-article.even .article-image {
      margin-left: -4%;
  }
}
@media screen and ( max-width:740px ) {
  .single-article.even .article-image { display: none; }
  .single-article.even .mobile-image .article-image { display: block; }
  .article-body {
    width: 90%;
    margin: 0 auto 0! important;
    padding: 15px;
    padding-bottom: 0;
  }
  .article-image, .mobile-image { width: 100%; }
}
.post_meta {
    clear: left;
    margin-top: 10px;
    border-top: 1px solid #eee;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    color:#666;
}
.post_meta ul {
    list-style: none;
}
.post_meta ul li.tags {
    display: inline-block;
    margin-right: 5px;
}
.post_meta ul li.tags a {
    text-decoration: underline;
}
.article-content a {
  display: block;
  line-height: initial;
}
.article-index .readmore {
  text-align: center !important;
}
.featured_article-image {
    margin-bottom: 15px;
}
.featured_article {
    margin-bottom: 30px;
}
#blog-article {
  list-style-type: none;
}
.single-article {
  margin-bottom: 50px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.single-article .posted {
  text-align: left;
  margin-right: 15px;
}
.single-article .post-tags {
  text-align: left;
}
#article-body .rte {
  margin-top: 10px;
}
.article-body .article-title h1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    padding: 3rem 0 1rem 0;
}
ul.side_recent_posts {
    margin-bottom: 40px;
    list-style: none;
}
ul.side_recent_posts li {
    margin-bottom: 20px;
    display: block;
}

ul#posts {
  list-style: none;
}
ul#posts li {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
ul#posts li p {
  margin-top: 0;
}
ul#posts li.tags {
  padding-bottom: 10px;
}
#comments h4 {
  text-align: center;
}
#comments {
  float: left;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}
#comment-form dl {
  clear: left;
  display: block;
  padding-top: 10px;
}
ul#commentlist {
  margin-top: 20px;
  list-style-type: none;
}
ul#commentlist li {
  padding: 10px 0;
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
ul.disc {
  margin-bottom: 0;
}
.comment-details {
  margin-bottom: 10px;
}
.gravatar {
  float: left;
  margin-right: 20px;
}
.comment {
  float: left;
}
.comment p {
  margin-top: 0;
}
dd {
  margin-left: 0;
}
.notice {
  border: 1px dashed #eee;
  padding: 5px;
  background: ghostwhite;
  margin: 20px 0;
}
ul#blog-recent,
ul#blog-tags {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
/* ============================================== */
/* ================ Pages ================ */
/* ============================================== */
.page-section { margin-bottom: 30px; }
#page_sidebar {
  background: rgba(0,0,0,0);
  padding-top:80px;
}
.collection_side_block .product-index {
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 0 20px 0;
}
div#page_sidebar .image_container,
div#page_sidebar .blog-widget {
  margin-bottom: 40px;
}
.collection_side_block {
  margin-bottom: 40px;
}

#content {
  margin-bottom: 40px;
}
#content.custom-page-content {
  margin-bottom: 0;
}
/****************** Index Page - Blog News ***********************/
#featured-articles {
  width:100%;
  background-color:rgb(102,102,102,0.8);
  background:url(//www.pgytech.com/cdn/shop/files/index-news-bg.jpg?v=221190246277775672) repeat-y;
}
#featured-articles .text-bg{
  position:absolute; 
  text-align:center;
  color: rgb(234,234,234,0.08);
  margin-top: 35px;
  width:100%;
  font-size: 100px;
  font-weight:bold;
  line-height: 100px;
  text-transform: uppercase;
}
.blog-template .section-title h2{
  padding: 20px 0;
  color: #fff;
  text-align:center;
  padding: 5.5rem 0 0 0;
  font-size: 2.25rem;
}
.blog-block .section-title h2:before,.blog-block .section-title h2:after { 
    content: ''; 
    position: absolute;   
    bottom: 22%; 
    background: #999;   
    width: 7%;           
    height: 1px; 
} 
.blog-block .section-title h2:before { 
    left: 33%;             
} 
.blog-block .section-title h2:after { 
    right: 33%; 
}
.blog-template .blog-news {
   padding-bottom: 20px;
   margin-top:30px;
   position: relative;
   clear: left;
   color: #fff;
}
.blog-template a.blog-banner {
  padding: 20px 0;
}
@media screen and ( max-width: 740px ){
  .blog-news .news {
    margin-bottom: 20px;
  }
}
.articles-row .news {
  color: #fff;
  margin-top:40px;
  margin-right:0 !important;
}
.blog-template .news-inner .news-right:hover {
  opacity: 0.8;
}
.blog-template .news-inner {
   background:rgb(198,198,198,0.15);
}
.blog-template .news-left {
   display: table;
   width: 100%;
   float: left;
   height:auto;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   position: relative;
   -o-transition: .25s;
   -ms-transition: .25s;
   -moz-transition: .25s;
   -webkit-transition: .25s;
   transition: .25s;
}
.blog-news .news .news-left {
   padding-top:0;
   margin-left:0;
}
.blog-template .news-right{
	padding-left:15px;
}
.blog-template .news-caption {
   height: 100%;
   display: table-cell;
   vertical-align: middle;
   text-align: left;
}
.blog-template .news-caption h4 {
   color: #fff;
   line-height: 1.5em;
   padding: 20px 0 0 0;
   font-size: 16px;
   text-transform: uppercase;
   display: inline-block;
   text-align: left;
   height: 40px;
   overflow-y: hidden;
}
.blog-template .articlelist-viewmore {
  margin-top:10px;
  color: #fff;
  text-align: center;
  padding: 20px 0 100px 0;
}
.blog-template .articlelist-viewmore a{
  color:#eee;
  border: solid 1px #ccc;
  padding: 8px 35px;
  letter-spacing: 1px;
  font-size: 16px;
}
.blog-template .articlelist-viewmore a:hover{
  color:#000;
  background-color: #fff;
}
.blog-template .news-viewmore  {
  margin-top:20px;
  text-align: left;
}
.blog-template .news-viewmore  a {
  color:#fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.blog-template .news-excerpt {
  font-size: 13px;
  color:#aaa;
  margin-top:5px;
  height: 42px;
  overflow: hidden;
  width:100%;
}
/* Direction Nav */
.flex-direction-nav {
  height:1025px;
}
.flex-direction-nav li{
  list-style: none !important;
}
.flex-direction-nav a  {
  background: #ccc;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  margin: -50px 0 0;
  position: absolute;
  top: 62%;
  z-index: 10;
  overflow: hidden;
  border-radius:50%;
  opacity: 0;
  cursor: pointer;
  color: rgba(255,255,255,1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  width: 40px;
  height: 40px;
  left: -40px;
}
.flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  right: -40px;
}
.flex-direction-nav .flex-prev:before {
  content:"\f111";
  font-family: LineAwesome;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
.flex-direction-nav .flex-next:before {
  content:"\f112";
  font-family: LineAwesome;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 30px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 30px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter:alpha(opacity=0);
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/****************** Index Page - Ambassadors slide ***********************/
.ambassadors-block {
  height:800px;
}
.ambassadors-block .slide-title {
   color:#fff;
   font-size:20px;
   font-weight:bold;
}
.ambassadors-block .slide_images .box-ratio{
  height:500px;
}
.ambassadors-block .slide_images .image-2 a .flex-caption,
.ambassadors-block .slide_images .image-3 a .flex-caption,
.ambassadors-block .slide_images .image-4 a .flex-caption,
.ambassadors-block .slide_images .image-5 a .flex-caption,
.ambassadors-block .slide_images .image-6 a .flex-caption{
  display:none;
}
.ambassadors-block .slide_images .image-2 a:hover .flex-caption,
.ambassadors-block .slide_images .image-3 a:hover .flex-caption,
.ambassadors-block .slide_images .image-4 a:hover .flex-caption,
.ambassadors-block .slide_images .image-5 a:hover .flex-caption,
.ambassadors-block .slide_images .image-6 a:hover .flex-caption {
  display:block;
}
.ambassadors-block .slide_image:hover {
	-webkit-box-shadow: rgba(100,100,100,0.6) 00px 0px 5px 5px;
    -moz-box-shadow: rgba(100,100,100,0.6) 00px 0px 5px 5px;
    box-shadow: rgba(100,100,100,0.6) 00px 0px 5px 5px;
 	transition: box-shadow 1.2s;
    transform: scale(1.02);
    z-index:999;
}
.ambassadors-block .slide_images .slide_image:nth-child(1):hover {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1);
 }
.ambassadors-block .first-img-title,
.ambassadors-block-mobile .first-img-title{
  width: 70%;
  height: 30px;
  margin:auto;
  background:url(//www.pgytech.com/cdn/shop/files/index-pgy0.png?v=10821700692017046453) center no-repeat;
  background-size:contain;
}
.ambassadors-block-mobile {
  display:none;
}
.ambassadors .social {
  text-align: center;
}
.ambassadors .social ul {
   display: flex;
   margin: auto;
}
.ambassadors .social ul li{
   list-style:none;
   padding-right: 18px;
}
.ambassadors .social  i{
   display:block;
   width:21px;
   height:21px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   border-radius: 3px;
}
.ambassadors .social .facebook i{
   background:url(//www.pgytech.com/cdn/shop/files/index-pgy-icon-facebook.png?v=3678811730678783195) no-repeat;
   background-size: contain;
}
.ambassadors .social .facebook:hover i{
   background:url(//www.pgytech.com/cdn/shop/files/index-pgy-icon-facebook.png?v=3678811730678783195) no-repeat;
   background-size: contain;
}
.ambassadors .social .instagram i{
   background:url(//www.pgytech.com/cdn/shop/files/index-pgy-icon-instagram.png?v=3484129882814492794) no-repeat;
   background-size: contain;
}
.ambassadors .social .instagram:hover i{
   background:url(//www.pgytech.com/cdn/shop/files/index-pgy-icon-instagram.png?v=3484129882814492794) no-repeat;
   background-size: contain;
}
.ambassadors .social .youtube i{
   background:url(//www.pgytech.com/cdn/shop/files/index-pgy-icon-youtube.png?v=15378126432786601400) no-repeat;
   background-size: contain;
}
.ambassadors .social .youtube:hover i{
  background:url(//www.pgytech.com/cdn/shop/files/index-pgy-icon-youtube.png?v=15378126432786601400) no-repeat;
  background-size: contain;
}

/****************** Index Page - instagram slide ***********************/

.instagram-block .section-title h2:before,.instagram-block .section-title h2:after { 
    content: ''; 
    position: absolute;   
    bottom: 17%; 
    background: #999;   
    width: 7%;           
    height: 1px; 
} 
.instagram-block .section-title h2:before { 
    left: 33%;             
} 
.instagram-block .section-title h2:after { 
    right: 33%; 
}
.instagram-block .instagrams {
	margin-top:30px;
}
.instagram-block .instagram {
	position:relative;
    margin-left:0 !important;
    margin-right:0 !important;
}
.instagram-block .instagram .flex-caption{
	display:none;
}
.instagram-block .instagram .flex-caption h2{
    color:#fffefe;
	font-size:24px;
	word-wrap: break-word;
}
.instagram-block .instagram .flex-caption .instagram-excerpt{
    color:#ffffff;
	font-size:14px;
    margin-top:15px;
}
.instagram-block .instagram .flex-caption .instagram-at{
	font-size:18px;
    margin-top:30px;
}
.instagram-block .instagram .flex-caption .instagram-at a{
    color:#ffffff;
}
.instagram-block .instagram:hover {
	-webkit-box-shadow: rgba(51,51,51,0.8) 00px 0px 10px 5px;
    -moz-box-shadow: rgba(51,51,5,0.8) 00px 0px 10px 5px;
    box-shadow: rgba(51,51,51,0.8) 00px 0px 10px 5px;
 	transition: box-shadow 0.2s;
    z-index:8;
    opacity:0.9;
}
.instagram-block .instagram:hover .flex-caption{
	display:block;
}
.instagram-block .instagram-image {
   display: table;
   cursor: pointer;
   float: left;
   width: 100%;
   height: 400px;
   position: relative;
}
.instagram-block .instagram-viewmore {
  margin-top:10px;
  color: #fff;
  text-align: center;
  padding: 60px 0 100px 0;
}
.instagram-block .instagram-viewmore a{
  display:none;
  color:#eee;
  border: solid 1px #ccc;
  padding: 8px 35px;
  letter-spacing: 1px;
  font-size: 16px;
}
.instagram-block .slide-title {
   color:#fff;
   font-size:16px;
}
/****************** Index Page - Videos  ***********************/
.video-block {
	width:100%;
    height:640px;
    background:#fff;
}
.video-block .section-title {
	margin-top:20px;
}
.video-block .section-title h2 {
  padding-bottom:0.5em;
  color:#333;
}
.video-block .section-title h2:before,.video-block .section-title h2:after { 
    content: ''; 
    position: absolute;   
    bottom: 22%; 
    background: #bbb;   
    width: 7%;           
    height: 1px; 
}
.video-block .section-title h2:before { 
    left: 27%;             
} 
.video-block .section-title h2:after { 
    right: 27%; 
}
.video-block .section-title .text-bg{
  color: rgb(100,100,100,0.03);
}
.video-block .videos{
  margin-top:30px;
}
.video-block .video-row .video{
  position: relative;
  width:25%;
  margin:0;
  height:300px;
  margin-top:3px;
}
.video-block .video-image {
   display: table;
   cursor: pointer;
   float: left;
   width: 100%;
   height: 300px;
   position: relative;
}
.video-block .video-viewmore {
  display:none;
  margin-top:10px;
  color: #fff;
  text-align: center;
  padding: 60px 0 100px 0;
}
.video-block .video-viewmore a{
  display:none;
  color:#666;
  border: solid 1px #666;
  padding: 8px 35px;
  letter-spacing: 1px;
  font-size: 16px;
}
.video-block .slide-title {
   color:#fff;
   font-size:18px;
   font-weight:bold;
   width: 96%;
   margin: auto;
   height: 50px;
}
.video-block .video:hover {
	cusor:pointer; 
}
.video-btn {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMjQgNEMxMi45NSA0IDQgMTIuOTUgNCAyNHM4Ljk1IDIwIDIwIDIwIDIwLTguOTUgMjAtMjBTMzUuMDUgNCAyNCA0em0tNCAyOVYxNWwxMiA5LTEyIDl6Ii8+PC9zdmc+) no-repeat;
    background-size: auto;
    filter: drop-shadow(0 0 8px rgba(0,0,0,.12));
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.blog-template .videos .video-btn {
  
    position: absolute;
    top: -250%;
    left: 48%;
    transform: translate(-50%,-50%);
    opacity: 0.87;
    z-index: 2;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
}
/****************************** Article **********************************/
.blog-news-template .news .news-inner {
  background: rgb(198,198,198,0.15);
}
.blog-widget .right-title {
  border-left: solid 2px red;
  padding-left: 8px;
}
.blog-widget .news {
  color: #fff;
  height:180px;
  margin: 0 0 10px 0;
  width: 100%;
}
.blog-widget .news-inner .news-right:hover {
  opacity: 0.8;
}
.blog-widget .news-inner {
   background:#e5e5e5;
   height:180px;
   margin: 0;
   padding:10px 0 10px 10px;
}
.blog-widget .news-left {
   display: table;
   cursor: pointer;
   float: left;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   position: relative;
   webkit-box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
   -moz-box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
   box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
   -o-transition: .25s;
   -ms-transition: .25s;
   -moz-transition: .25s;
   -webkit-transition: .25s;
   transition: .25s;
}
.blog-widget .news-right{
	padding-left:15px;
}

.blog-widget .news-caption {
   height: 100%;
   display: table-cell;
   vertical-align: middle;
   text-align: left;
}
.blog-widget .news-caption h4 {
   color: #333;
   padding: 20px 0 0 0;
   font-size: 16px;
   text-transform: uppercase;
   display: inline-block;
   text-align: left;
   height:40px;
   overflow:hidden;
}
.blog-widget .news-viewmore  {
  margin-top:12px;
  text-align: left;
}
.blog-widget .news-viewmore  a {
  color:#666;
  letter-spacing: 1px;
  font-size: 13px;
}
.blog-widget .news-excerpt {
  font-size: 13px;
  color:#333;
  margin-top:12px;
  height: 45px;
  overflow: hidden;
}

@media screen and (max-width:740px) {
  #news-4{
    display:none;
  }
  #instagram-5,#instagram-6,
  #instagram-7,#instagram-8 {
    display:none;
  }
  .blog-template .section-title h2{
     padding: 3rem 0 0 0;
  }
  .blog-block .section-title h2:before{ 
      left: 20%;             
  }
  .blog-block .section-title h2:after { 
      right: 20%;             
  }
  .blog-block .section-title .text-bg{
  	font-size:50px;
  }
  .blog-template .blog-news .news-left{
     height: 100px !important;
     margin: 0 !important;
  }
  .blog-template .blog-news {
      margin-top:0;
  }
  .articles-row .news {
      margin-top:5px;
  }
  .blog-template .news-excerpt {
      margin-top: 0;
      height: 42px;
      overflow:hidden;
      width:100%;
  }
  .blog-template .news-viewmore {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blog-template .articlelist-viewmore {
  	 padding:0;
  }
  .flexslider .slide_image  .news-left {
    height: 220px !important;
  }
  .blog-template .news-right{
	padding-left:10px;
  }
  .blog-template .news-right .news-caption h4 {
    line-height: 1.2em;
    padding: 10px 0 0 0;
    font-size: 16px;
    height: 30px;
    margin-bottom: 0;
  }
  .ambassadors-block {
    height:400px;
  }
  .flexslider {
     height:450px !important;
  }
  .instagram-block .instagrams{
     margin-top: 0;
  }
  .instagram-block .section-title h2:before { 
     left: 22%; 
  }
  .instagram-block .section-title h2:after{ 
     right: 22%; 
  }
  .instagram-block .instagram-viewmore {
     padding: 60px 0 0 0;
  }
  .instagram-block .instagram {
     width:50% !important;
  }
  .video-block .section-title {
     margin-top: 0;
  }
  .video-block .video-viewmore {
     padding: 60px 0 0 0;
  }
  .video-block .video-row .video {
    width: 100%;
  }
  .video-block .section-title h2:before { 
      left: 10%; 
  }
  .video-block .section-title h2:after { 
      right: 10%; 
  }
  .video-block .flex-caption{
  	display:block;
  }
  .section-title .text-bg{
  	font-size:40px;
  }
  .video-block .section-title h2 {
    padding-top:2rem;
  }
  .video-block {
      min-height:780px !important;
  }
  .video-block .videos {
     margin-top: 0;
  }
  .ambassadors-block {
    display:none;
  }
  .ambassadors-block-mobile {
    display:block;
  }
  .ambassadors-block-mobile .first-img-title {
     width:90%;
     height:20px;
  }
  .ambassadors-block-mobile .image-1 .flex-caption {
     top:25% !important;
  }
  .ambassadors-block-mobile .flex-caption {
     left:0 !important;
  }
  .ambassadors-block-mobile .flex-caption p.caption {
     height:85px;
     overflow:hidden;
  }
  .ambassadors-block-mobile .flex-caption h2.slide-title {
      font-size: 16px !important;
      color: #eee;
  }
  .ambassadors-block-mobile .social ul{
     width:105px;
     margin:auto;
  }
}
@media screen and (min-width:740px) and (max-width:979px) {
  #instagram-7,#instagram-8 {
    display:none;
  }
  .blog-block .section-title h2:before{ 
      left: 30%;             
  }
  .blog-block .section-title h2:after { 
      right: 30%;             
  }
  .blog-template .blog-news {
      margin-top:0;
  }
  .blog-template .news .news-left {
     height:180px !important;
  }
  .articles-row .news {
      margin-top:5px;
  }
  .blog-template .news-excerpt {
      margin-top: 5px;
      height: 40px;
      overflow:hidden;
  }
  .blog-template .news-viewmore {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blog-template .articlelist-viewmore {
  	 padding: 40px 0 0 0;
  }
  .flexslider .slides .news-left {
    height: 220px !important;
  }
  .ambassadors-block {
    height:400px;
  }
  .ambassadors-block .image-1 .flex-caption {
     top:25% !important;
  }
  .ambassadors-block .first-img-title {
     width:90%;
     height:20px;
  }
  .ambassadors-block .flex-caption p.caption {
     height:45px;
     overflow:hidden;
  }
  .ambassadors-block .slide_images .image-2 a .flex-caption,
  .ambassadors-block .slide_images .image-3 a .flex-caption,
  .ambassadors-block .slide_images .image-4 a .flex-caption,
  .ambassadors-block .slide_images .image-5 a .flex-caption,
  .ambassadors-block .slide_images .image-6 a .flex-caption{
    display:block;
  }
  .ambassadors-block .slide_images .desktop-image .box-ratio{
    height:220px !important;
  }
  .ambassadors-block .slide-title {
    font-size: 1rem;
  }
  .ambassadors .social ul {
     padding:0 15%;
  }
  .ambassadors .social ul li{
     list-style:none;
     padding:0 5%;
  }
  .ambassadors .social i {
    width: 20px;
    height: 20px;
  }
  .flexslider {
     height:450px !important;
  }
  .instagram-block .instagram {
    width:33.33% !important;
   }
  .instagram-block .section-title h2:before { 
     left: 30%; 
  }
  .instagram-block .section-title h2:after{ 
     right: 30%; 
  }
  .instagram-block .instagram-viewmore {
     padding: 60px 0 0 0;
  }
  .video-block .section-title {
     margin-top: 0;
  }
  .video-block .video-viewmore {
     padding: 40px 0 0 0;
  }
  .video-block .video-row .video {
    width: 50%;
  }
  .video-block .section-title h2:before { 
      left: 25%; 
  }
  .video-block .section-title h2:after { 
      right: 25%; 
  }
  .section-title .text-bg{
  	font-size:60px;
  }
  .video-block {
      height:780px;
  }
  .video-block .videos {
     margin-top: 0;
  }
}
@media screen and (max-width:414px) {
  .flex-direction-nav {
     height:420px !important;
  }
  .flex-direction-nav a{
    top:62%;
  }
  .blog-news .news .news-left .box-ratio{
     margin-top:12%;
  }
  .smile-ui-container .smile-launcher-frame-container {
    bottom: 20% !important;
  }
}
@media screen and (min-width:415px) and (max-width:499px) {
  .flex-direction-nav {
     height:505px !important;
  }
  .flex-direction-nav a{
    top:62%;
  }
}
@media screen and (min-width:500px) and (max-width:740px) {
  .flex-direction-nav {
     height:600px !important;
  }
 .flex-direction-nav a{
    top:62%;
  }
}
@media screen and (min-width:740px) and (max-width:980px) {
  .flex-direction-nav {
     height:450px !important;
  }
}
@media screen and (min-width:980px) and (max-width:1220px) {
  .ambassadors-block {
    height:600px;
  }
  .flex-direction-nav {
     height:700px !important;
  }
  .blog-template .news-caption h4{
    height:35px;
    padding-top:10px;
    margin-bottom: 0;
  }
  .blog-template .news-viewmore {
    margin-top: 0;
  }
}
@media screen and (min-width:1220px) and (max-width:1320px) {
  .flex-direction-nav {
     height:700px !important;
  }
  .blog-template .news-caption h4{
    height:35px;
    padding-top:10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width:1320px) and (max-width:1420px) {
  .flex-direction-nav {
     height:778px !important;
  }
  .blog-template .news-caption h4{
    height:35px;
    padding-top:10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width:1420px) and (max-width:1660px) {
   .flex-direction-nav {
     height:840px !important;
  }
}
@media screen and (min-width:1660px) {
  .flex-direction-nav {
     height:900px !important;
  }
}

/****************************** Ambassadors **********************************/
.creator-inner{
  text-align:center;
  text-transform: capitalize;
  background:url(//www.pgytech.com/cdn/shop/files/creator-bg.png?v=10118086645356989666) no-repeat;
  background-position: center center;
  width: 100%;
  height: 500px;
}
.creator h4 {
    text-align: center;
    font-size:2.5rem;
    text-transform:uppercase;
    padding: 45px 0 20px 0;
}
.creator .avatar {
    width:180px;
    height:180px;
    margin:auto;
}
.creator .name {
    font-size:30px;
    text-align: center;
    font-weight:bold;
    font-family: 'FREESCPT', serif;  
    margin-top:10px;
}
.creator .introduce {
    width: 72%;
    line-height: 20px;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    font-size: 12px;
    max-height: 90px;
    overflow: hidden;
  
}
.creator .social {
   height:80px;
   text-align: center;
   margin-bottom:20px;
}
.creator .social ul {
   display: flex;
   width: 160px;
   margin: auto;
}
.creator .social ul li{
   width: 50px;
   list-style:none;
   padding-left: 12px;
}
.creator .social  i{
   display:block;
   width:30px;
   height:30px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}
.creator .social .facebook i{
   background:url(//www.pgytech.com/cdn/shop/files/amb_fb.png?v=8240491377263773246) no-repeat;
   background-size: contain;
}
.creator .social .facebook:hover i{
   background:url(//www.pgytech.com/cdn/shop/files/amb_fb_hover.png?v=461169780008321492) no-repeat;
   background-size: contain;
}
.creator .social .instagram i{
   background:url(//www.pgytech.com/cdn/shop/files/amb_ins.png?v=16856598590446830254) no-repeat;
   background-size: contain;
}
.creator .social .instagram:hover i{
   background:url(//www.pgytech.com/cdn/shop/files/amb_ins_hover.png?v=11339920043917203628) no-repeat;
   background-size: contain;
}
.creator .social .youtube i{
   background:url(//www.pgytech.com/cdn/shop/files/amb_youtube.png?v=6022229229572516913) no-repeat;
   background-size: contain;
}
.creator .social .youtube:hover i{
  background:url(//www.pgytech.com/cdn/shop/files/amb_youtube_hover.png?v=9608364098209927691) no-repeat;
  background-size: contain;
}
.amb_imgs .profiles .profile {
    float:left;
    width:49.8%;
    margin-bottom:10px;
}
.amb_imgs .profiles .profile-1{
    float:right;
}
.amb_imgs .desktop-image{
    width:100%;
    margin: 0 !important;
}
.amb_imgs .image{
    width:100%;
    height:auto;
}
.amb_imgs picture{
    display:block !important;
}
.amb_imgs .works .work-image-1{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.amb_imgs .works .work-image-2{
    float:left;
    width:49.8%;
    margin-bottom:10px;
}

.amb_imgs .works .work-image-3{
    float:right;
    width:49.8%;
    margin-bottom:10px;
}
#breadcrumb {
    margin-top: 0 !important;
    padding: 10px 0 10px 15px;
}

/****************************** Ambassadors1 **********************************/

.blog-ambassadors-template .collection-banner .video-btn{
  top: 49%;
  position: absolute;
  z-index: 9;
  height: 50px;
  width: 50px;
  left: 45%;
}
@media screen and (max-width:740px) {
  .creator-inner{
    position:unset;
  }
  #blog-ambassadors1-template .collection-banner .flex-caption{
    position:relative;
  }
  #blog-ambassadors1-template .creator h4 {
    font-size: 1.5rem;
  }
  #blog-ambassadors1-template .creator .name {
    position: unset;
    font-size: 2.2rem;
    line-height:40px;
    text-transform：capitalize;
  }
  #blog-ambassadors1-template .creator .introduce {
    position: unset;
    width:90%;
    margin:auto;
    text-align:center;
    height:75px;
  }
  #blog-ambassadors1-template .creator-inner {
    width: 100%;
    height: 500px;
    background-size: contain !important;
    height: 450px !important;
  }
}
@media screen and (min-width:740px) and (max-width:979px) {
  #blog-ambassadors1-template .creator .name {
    position: unset;
    font-size:2rem;
  }
  #blog-ambassadors1-template .creator .introduce {
    position: unset;
    width:90%;
    margin:auto;
    text-align:center;
    max-height:75px;
    padding:20px;
  }
  #blog-ambassadors1-template .creator .social {
     height:80px;
  }
  #blog-ambassadors1-template .creator-inner {
    width: 100%;
    height: 500px;
    background-size: contain !important;
  }
  #blog-ambassadors1-template .collection-banner .flex-caption{
    position:relative;
  }
}
/****************************** Ambassadors2 **********************************/
#blog-ambassadors2-template .collection-banner .video-btn{
  top: 42%;
  position: absolute;
  z-index: 9;
  height: 50px;
  width: 50px;
  left: 45%;
}
#blog-ambassadors2-template .collection-banner .flex-caption{
  position:relative;
}
#blog-ambassadors2-template .amb_title h2{
  padding:50px 0;
  text-align:center;
  text-transform:uppercase;
}
#blog-ambassadors2-template .static-text-bg{
    position: absolute;
    font-size: 10rem;
    color: rgba(150, 150, 150, 0.2);
    top: 880px;
    left: 15%;
    color: rgba(120, 120, 120, 0.1);
    font-weight: bold;
    text-transform:uppercase;
}
#blog-ambassadors2-template .amb_imgs {
   width: 80%;
   margin: auto;
}
#blog-ambassadors2-template .amb_imgs .creator{
    float:right;
    position: relative;
    width:40%;
    height: 300px !important;
}
#blog-ambassadors2-template .amb_imgs .creator-inner{
  background:none;
}
#blog-ambassadors2-template .creator .text-bg{
    position:absolute; 
    text-align: left;
    color: rgba(234, 234, 234, 0.22);
    left: -25%;
    width: 100%;
    font-size: 10rem;
    font-weight: bold;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#blog-ambassadors2-template .creator .name{
  position: absolute;
  left: -190px;
  top: 40px;
}
#blog-ambassadors2-template .creator .avatar{
  margin-top: 20px;
}
#blog-ambassadors2-template .creator .social{
  height:40px;
  margin-top: 25px;
}
#blog-ambassadors2-template .creator .name h1 {
  font-size: 3rem;
  font-family: 'FREESCPT', serif; 
  text-transform：capitalize;
  font-weight: 500;
  line-height: 40px;
} 
#blog-ambassadors2-template .creator .name h1:after { 
  content: "";
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 36px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
} 
#blog-ambassadors2-template .creator .introduce{
  position: absolute;
  left: -190px;
  top: 90px;
  width: 65%;
  text-align: left;
  padding-left:0;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(odd){
    float:right;
    width:40%;
    padding-right:3%;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(even){
    float:left;
    width:57%;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(1){
   padding-right:0;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(2){
   height:685px;
   overflow:hidden;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(2) .desktop-image{
   width: 80%;
   margin-left: 5% !important;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(3){
   height:641px;
   overflow:hidden;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(3) .desktop-image{
   width: 95%;
}

#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(4){
   height: 462px;
   margin: 80px 0 ;
   overflow:hidden;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(4) .desktop-image{
  width: 86%;float: right;
}

#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(5){
   height:698px;
   margin-top:60px;
   overflow:hidden;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(5) .desktop-image{
   width: 95%;
}
#blog-ambassadors2-template .amb_imgs .amb_img:nth-child(6){
   height:486px;
   overflow:hidden;
}
#blog-ambassadors2-template .right-corner-bg{
  position:relative; 
  width:100%;
  margin:0;
  height:120px;
}
#blog-ambassadors2-template .right-corner-bg .bg-image {
  position:absolute;
  width: 390px;
  float: right;
  height: auto;
  background:url(//www.pgytech.com/cdn/shop/files/right-bottom-corner-bg.png?v=8084012713368110473) center no-repeat;
  background-size: auto;
  right: 0;
  height: 400px;
  bottom: -100px;
  background-size: contain;
}
@media screen and (max-width:740px) {
  #blog-ambassadors2-template .amb_imgs{
    width:92% ;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img {
     float:unset !important;
     width:100% !important;
     height: auto !important;
     padding-right: 0 !important;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img:nth-child(2) .desktop-image {
    margin-left: 0% !important;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img  .desktop-image{
     width:100% !important;
     margin:15px auto !important;
  }
  #blog-ambassadors2-template .amb_title h2{
    font-size: 1.5rem;
  }
  #blog-ambassadors2-template .creator .avatar {
    margin-top: 0;
  }
  #blog-ambassadors2-template .creator .name {
    position: unset;
  }
  #blog-ambassadors2-template .creator .name h3{
    font-size: 2.2rem;
  }
  #blog-ambassadors2-template .creator .introduce {
    position: unset;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #blog-ambassadors2-template .creator .name h3:after { 
    margin-left: 45%;
  } 
  #blog-ambassadors2-template .creator-inner{
    height:auto;
  }
  #blog-ambassadors2-template .creator .social {
    margin-bottom: 0;
  }
  #blog-ambassadors2-template .creator .text-bg {
    text-align: center;
    left: 0;
    font-size: 4rem;
    letter-spacing: .5px;
  }
  #blog-ambassadors2-template .static-text-bg {
    font-size: 5rem;
    top: 860px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width:740px) and (max-width:979px) {
  #blog-ambassadors2-template .amb_imgs {
    width: 100%;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img {
     height: auto !important;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img .desktop-image{
     width:90% !important;
     margin:7px auto !important;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img:nth-child(1){
     height: 260px !important;
  }
  #blog-ambassadors2-template .collection-banner .flex-caption{
    position:relative;
  }
  #blog-ambassadors2-template .amb_imgs .amb_img:nth-child(4){
     margin: 60px 0 ;
  }
  #blog-ambassadors2-template .creator .name{
    left: -90px;
    top: 50px;
  }
  #blog-ambassadors2-template .creator .introduce{
    left: -90px;
    top: 110px;
    height:100px;
    overflow:hidden;
    text-align:left;
  }
}
#at-custom-sidebar{
  left:5%;
  box-shadow: none;
  background-color: transparent !important;
}