a {
    transition: all .2s ease-in-out;
}
/* download buttons */
a.down {
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  font-size: 16px;
}
a.down i {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
a.down.win_down {
  background-color: #fff;
  color: #1e96ec;
  border-color: #fff;
}
a.down.win_down:hover {
  background-color: #1e96ec;
  border-color: #1e96ec;
  color: #fff;
}
a.down.mac_down {
  background-color: #1e96ec;
  color: #fff;
  border-color: #1e96ec;
}
a.down.mac_down:hover {
  background-color: #fff;
  color: #1e96ec;
  border-color: #fff;
}

.pNav{
  background-color:#1E2426;
  height:42px
}
.pNav .container{
  padding:0
}
.pNav .p_icon{
  display:inline-block;
	vertical-align:middle;
  margin-right:50px
}
.pNav .p_icon img{
	display:inline-block;
	vertical-align:middle;
  width:35px;
  height:auto
}
.pNav .p_icon span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
	line-height:42px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:14px
}
.pNav .navRight{
  float:right
}
.pNav .navCont{
	display:inline-block;
	vertical-align:middle;
	height:42px;
  margin-right:10px
}
.pNav .navCont a{
	display:inline-block;
	height:42px;
	padding:0 25px;
	line-height:42px;
	font-size:14px;
	color:#fff
}
.pNav .navButton{
  display:inline-block;
  margin-top:9px
}
.pNav .navButton .buttons{
  display:none
}
.pNav .navButton .buttons a:not(.buy){
  background:#fff;
  display:inline-block;
  vertical-align:middle;
  width:100px;
  height:25px;
  text-align:center;
  line-height:23px;
  font-size:14px;
  transition:0.3s;
  color:#4B4C4C;
  border:1px solid #1e96ec !important;
}
.pNav .navButton .buttons a.buy{
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:15px;
  line-height:15px;
  margin-right:10px;
  color:#fff;
}
.pNav .navButton .buttons a i{
  position:relative;
  margin-right:5px;
  font-size:15px
}
.pNav .navButton .buttons a:hover{
  opacity:0.6
}
.pNav .navButton .buttons.win{
  display:none
}
.pNav .row{
  margin:0;
}
.pNav.roll{
  margin-bottom:10px;
  position:fixed;
  top:0;
  width:100%;
  z-index:100000;
  background-color:#fff;
  box-shadow:1px 4px 10px 3px;
}
.pNav.roll .p_icon span{
  color:#000
}
.pNav.roll .p_icon a{
  color:#1E2426
}
.pNav.roll .navCont a{
  color:#1E2426
}
.pNav.roll .navCont a.active{
  color:#827502;
  background-color:unset
}

.pNav.roll .navCont a:hover{
  color:#827502;
  background-color:unset
}

.banner {
    height: auto;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.banner .container {
    position: relative;
    z-index: 25;
    text-align:left;
}
.banner .video-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.banner .video-banner::before {
    content: "";
    padding-top: 56.25%;
    display: block;
}
.banner h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}
.banner .video_link {
    margin-bottom: 50px;
}
.banner .video_link .videoDemo {
    font-size: 14px;
    color: #fff;
}
.banner .video_link .videoDemo::before {
    content: "";
    background-image: url(../images/playbtn.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.banner .buttons {
    margin-bottom: 20px;
}
.banner .buttons a {
    display: inline-block;
    margin: 0 15px;
}
.banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 15;
}
.download-area {
    padding: 50px 0;
    background-color: #d9e9f9;
}
.download-area .download-btn {
    color: #fff;
    text-align: center;
}
.download-area .download-btn h1 {
    font-size: 24px;
    color: #2D46B9;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 30px;
}
.download-area .download-btn .button-area {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin: auto;
}
.download-area .download-btn .button-area a {
    display: block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #1e96ec !important;
    margin-bottom: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.flex-control-nav {
  margin-top: -30px !important;
  position: static !important;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  left: 0px !important;
  top: 25%;
  background-image: url(../images/prev_next.png);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: 10000px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.flex-direction-nav .flex-next {
  position: absolute;
  right: 0px !important;
  top: 25%;
  background-image: url(../images/prev_next.png);
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: 10000px;
  background-repeat: no-repeat;
  background-position: center !important;
  opacity: 0.5;
}
.flex-control-paging li a {
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background-color: #fff !important;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* how to use */
.how-to-use {
  background-color: #673AB7;
  padding: 50px 0 70px;
  text-align: center;
  overflow: hidden;
}
.how-to-use h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
.how-to-use #slider-htu {
  position: relative;
  background: url(../images/macbook.png) no-repeat center;
  background-size: 0;
}
.how-to-use #slider-htu .slides {
  width: 10000%;
  position: relative;
  left: 0;
  margin-left: 0;
}
.how-to-use #slider-htu .slides li {
  float: left;
  width: 720px;
}
.how-to-use #slider-htu .slides li .step {
  font-size: 24px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 50px;
  visibility: hidden;
}
.how-to-use #slider-htu .slides li img {
  display: block;
  opacity: 0.4;
  width: 720px;
  height: 500px;
  position: relative;
  margin: 0 auto 50px;
  border-radius:10px;
  padding:2px;
}
.how-to-use #slider-htu .slides li p {
  font-size: 16px;
  color: #fff;
  visibility: hidden;
}
.how-to-use #slider-htu .slides li.flex-active-slide .step,
.how-to-use #slider-htu .slides li.flex-active-slide p {
  visibility: visible;
}
.how-to-use #slider-htu .slides li.flex-active-slide img {
  opacity: 1;
}
/* customize flexslider */
.how-to-use #slider-htu .customize.flex-control-paging {
  position: absolute !important;
  margin-top: 0 !important;
  bottom: -50px;
}
.how-to-use #slider-htu .customize.flex-direction-nav .flex-prev {
  background-image: url(../images/customize_prev_next.png);
  transform: rotate(0deg);
  opacity: 1;
  top: 45%;
  cursor: pointer;
}
.how-to-use #slider-htu .customize.flex-direction-nav .flex-next {
  background-image: url(../images/customize_prev_next.png);
  transform: rotate(180deg);
  opacity: 1;
  top: 45%;
  cursor: pointer;
}

.faqs{
    padding:50px 0;
    display:none;
}
.faqs h2{
    font-size:32px;
    font-weight:600;
    color: #00a2ea;
}
.faqs .faqs-title{
    cursor: pointer;
    position:relative;
    font-size:16px;
    padding:24px 0;
    font-weight:600;
}
.faqs .faqs-content{
    display:none;
}
.faqs .faqs-title span.img{
    padding-right:20px;
}
.faqs .faqs-title span.whirl{
    position: absolute;
    right:0;
    transition: 0.3s;
}
.faqs .faqs-title.curr span.whirl{
    transform: rotate(-180deg);
}

/* user reviews */
.raty img {
    width: 16px;
    height: 16px;
}
.user-reviews {
  background-color: #ffdefd;
  padding: 50px 0;
  text-align: center;
}
.user-reviews h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
}
.user-reviews #slider-user-reviews {
  position: relative;
  margin-bottom: 40px;
}
.user-reviews .slides {
  
}
.user-reviews .slides li .ava {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  margin-right: 30px;
}
.user-reviews .slides li .con {
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  max-width: 650px;
  vertical-align: middle;
  text-align: left;
}
.user-reviews .slides li .con .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.user-reviews .slides li .con .p1 .raty {
  position: relative;
  top: -2px;
  left: 20px;
}
.user-reviews .slides li .con .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.user-reviews .more {
  display: block;
  margin: auto;
  width: 180px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  color: #1e96ec;
  border: 1px solid #1e96ec;
}
.user-reviews .more::after {
  content: ">>";
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.user-reviews .more:hover {
  background-color: #1e96ec;
  color: #fff;
}
.user-reviews .more:hover::after {
  margin-left: 10px;
}
/* tutorials */
.tutorials {
  padding: 50px 0;
  background:#29465c;
}
.tutorials .col-md-4 {
  margin-right: 4%;
}
.tutorials p {
  font-size: 22px;
  color: #fff;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
}
.tutorials p img {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px;
  margin-right: 14px;
}
.tutorials ul li {
  margin-bottom: 10px;
  padding-left:20px;
}
.tutorials ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
.tutorials ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 90%;
}
.tutorials ul li a:hover {
  color: #1e96ec;
}
.tutorials .more {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 20px;
}
.tutorials .more::after {
  content: ">>";
  position: relative;
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4;
  -moz-transition: 0.4s;
}
.tutorials .more:hover {
  background-color: #1e96ec;
  color: #fff;
}
.tutorials .more:hover::after {
  margin-left: 10px;
}
/* get it now */
.get-it-now {
  background-color: #38a1ef;
  padding: 50px 0;
}
.get-it-now h3{
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  text-align:center;
}
.get-it-now::after {
  content: "";
  display: block;
  clear: both;
}
.get-it-now .left {
  float: left;
  width: 510px;
  height: 274px;
  background-color: #fff;
  padding: 20px;
}
.get-it-now .left .pic {
  padding-top:20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}
.get-it-now .left .pic img {
  height: 125px;
}
.get-it-now .left .info {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  padding-top:20px;
}
.get-it-now .left .info .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.get-it-now .left .info .p1 a{
    color:#333;
}
.get-it-now .left .info .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 25px;
}
.get-it-now .left .info a.down {
  display: inline-block;
  margin-right: 10px;
  width: 140px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #1e96ec !important;
}
.get-it-now .left .info a.down:last-child {
  margin-right: 0;
}
.get-it-now .right {
  float: right;
  width: 510px;
  height: 274px;
  background-color: #fff;
  padding: 20px;
}
.get-it-now .right .pic {
  padding-top:20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}
.get-it-now .right .pic img {
  height: 125px;
}
.get-it-now .right .info {
  padding-top:20px;
  display: inline-block;
  vertical-align: top;
  width: 340px;
}
.get-it-now .right .info .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.get-it-now .right .info .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 25px;
}
.get-it-now .right .info a.down {
  display: inline-block;
  margin-right: 10px;
  width: 140px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #1e96ec !important;
}
.get-it-now .right .info a.down:last-child {
  margin-right: 0;
}
.get-it-now .right .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.get-it-now .right .p2 {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-bottom: 15px;
}
.get-it-now .right .more {
  width: 140px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #1e96ec;
  text-align: center;
  color: #1e96ec;
  display: block;
  border-radius: 3px;
}
.get-it-now .right .more::after {
  content: ">>";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.get-it-now .right .more:hover {
  background-color: #1e96ec;
  color: #fff;
}
.get-it-now .right .more:hover::after {
  margin-left: 10px;
}
/* bottom */
.bottom {
  padding: 40px 0;
}
.bottom .col-md-4 img {
  height: 46px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.bottom .col-md-4 .text {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.bottom .col-md-4 .text .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.bottom .col-md-4 .text .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.why-choose-streampaw{
    margin-top:60px;
	background: #ecf7ff;
	padding: 30px 0;
}
.why-choose-streampaw .title {
    font-size: 32px;
    line-height: 146%;
    margin: 0 auto;
    color: #080F30;
    font-weight: bold;
    text-align: center;
    width: 790px;
    padding: 20px 0;
}
.why-choose-streampaw .sub-title {
    font-size: 20px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    font-weight:600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.why-choose-streampaw .flex-container {
    display: flex;
    flex-wrap: wrap;
}
.why-choose-streampaw .flex-container {
    justify-content: space-between;
}
.flex-container .flex-item {
    display: inline-flex;
}
.flex-container .flex-item.item--4 {
    flex: 0 0 24%;
}
.why-choose-streampaw .flex-container .flex-item {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
}
.why-choose-streampaw .flex-container .flex-item img {
    height: 40px;
    margin-bottom: 15px;
}
.why-choose-streampaw .flex-container .flex-item p {
    text-align: center;
}
.why-choose-streampaw .flex-container .flex-item .p-1 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}
.why-choose-streampaw .flex-container .flex-item .p-2 {
    padding: 0 10%;
    color: #666666;
    font-size: 16px;
    line-height: 18px;
}



/* media */
@media screen and (max-width:1200px){
	.pNav{
		height:auto
	}
  .pNav .container{
    width:100%;
    padding:0
  }
	.pNav .p_icon, .pNav .navCont{
		display:block;
		float:none;
    margin:0
	}
	.pNav .p_icon{
		text-align:center;
	}
  .pNav .navCont .col-md-1-5{
    width:20%;
    float:left;
    text-align:center;
  }
  .pNav .navRight{
    float:none
  }
  .pNav .navButton{
    display:none
  }
}
@media screen and (max-width: 768px){
  .pNav .navCont a{
		padding:0 5px
	}
  .row{
    margin:0
  }
  .why-choose-streampaw .title{
	width: 100%;
}

body .why-choose-ukeysoft .flex-container .flex-item {
    margin-top: 0;
    margin-bottom: 30px;
}
}
@media screen and (max-width:500px) {
  .pNav .navCont a{
    font-size:12px
  }
}
@media screen and (max-width:320px) {
  .pNav .navCont a{
    padding:0
  }
}

.pNav.new {
  display:none;
  background-color:#fff;
  height:60px;
  box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new.roll {
  display:block;
  box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new .p_icon span{
  color:#333;
  font-size:16px;
  line-height:60px;
}
.pNav.new .navRight .navCont {
  height:60px;
}
.pNav.new .navRight .navCont a.col-md-1-5 {
  color:#666;
  padding:0 10px;
  font-size:16px;
  line-height:60px;
}
.pNav.new.roll .navCont a.col-md-1-5:hover, .pNav.new.roll .navCont a.col-md-1-5.active {
  color: #1e96ec;
}
.pNav.new .navRight p {
  display:none;
}
.pNav.new .navRight .navBtn {
  display:inline-block;
  vertical-align:middle;
}
.pNav.new .navRight .navBtn a {
  display:inline-block;
  vertical-align:top;
  width:22px;
  height:22px;
  margin-right:30px;
  color:#4d6c82;
}
.pNav.new .navRight .navBtn a em {
  font-size: 22px;
  color:inherit;
}
.pNav.new .navRight .navBtn a:hover {
  color: #1e96ec;
}
.pNav.new .navRight .navHome {
  padding-left:30px;
  width:144px;
  /*height:27px;*/
  display:inline-block;
  vertical-align:middle;
  border-left:1px solid #e0e0e0;
}
/*.pNav.new .navRight .navHome a img{*/
/*    width:40px;*/
/*}*/

@media screen and (max-width: 1024px) {
  .pNav.new {
    height:40px;
  }
  .pNav.new .container {
    width:95%;
    margin:auto;
  }
  .pNav.new .p_icon {
    display:inline-block;
  }
  .pNav.new .p_icon img {
    width:23px;
    height:23px;
    margin-top:8px;
  }
  .pNav.new .p_icon span,
  .pNav.new .navRight .navHome {
    display:none;
  }
  .pNav.new .navRight {
    float:right;
  }
  .pNav.new .navRight .navCont {
    height:40px;
    display:inline-block;
  }
  .pNav.new .navRight .navCont a.col-md-1-5 {
    height:40px;
    line-height:40px;
    width:auto;
  }
  .pNav.new .navRight .navBtn a {
    margin:0 15px;
  }
}

@media screen and (max-width: 500px) {
  .pNav.new .navRight {
    position:relative;
  }
  .pNav.new .navRight p {
    position:relative;
    display:inline-block;
    line-height:40px;
    font-size:14px;
    color:#4d6c82;
  }
  .pNav.new .navRight p::after{
    content:'';
    display:inline-block;
    position:relative;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:6px solid #4d6c82;
    border-bottom:5px solid transparent;
    top:4px;
    right: -5px;
  }
  .pNav.new .navRight .navCont{
    display:none;
    position:absolute;
    width: 120px;
    background-color: #fff;
    z-index: 10000;
    height: auto;
    top: 40px;
    left: -20px;
  }
  .pNav.new .navRight .navCont a.col-md-1-5 {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
  }
  .pNav.new .navRight .navBtn a {
    margin:0 0 0 15px;
  }
  .flex-direction-nav .flex-next {
    top: 8%;
  }
  .flex-direction-nav .flex-prev {
    top: 8%;
  }
}