a:hover{
    text-decoration: underline;
}
.dropdown-menu li a{
    background: none;
    width: unset;
}

.prloc{
     padding:20px 0;
     background-color: #4D6C82;
}
.prloc span{
     display:inline-block;
     color:#fff;  
}
.prloc span a{
     color:#fff;
}
.article_body h1{
    font-size: 36px;
}
.article_body p{
    font-size: 16px;
    margin-top:20px;
    line-height:32px;
}
.article_body table p{
    margin-top:0;
}
.article_body .nav_anchor {
    padding: 10px;
    margin: 20px 0;
    background-color: #f4f9f0;
}
.article_body .nav_anchor p {
    margin: 0;
}
.article_body .nav_anchor a {
    margin: 5px 15px;
    position: relative;
    font-size: 14px;
    color: #6fa549;
}
.article_body .nav_anchor a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #6fa549;
    vertical-align: middle;
}
.article_body .note_style {
    margin: 1.875rem 0;
    padding: 0 10px 10px;
    background: #e8f7ff url(../images/note_bg.jpg) right center no-repeat;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #08c;
}
.article_body .note_style p {
    margin: 10px 0 10px 10px;
    padding: 0 20px;
}
.article_body .note_style:before {
    content: "Note";
    width: 84px;
    margin: 10px 0 10px -10px;
    padding-right: 14px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #0088cb;
    line-height: 28px;
    font-style: italic;
}
.article_body .note_style.news_style:before{
    content: "News";
}
.article_body .note_style.media_style:before{
    display:none;
}
.article_body .note_style:after {
    content: "";
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-right-color: #e8f7ff;
    position: absolute;
    top: 10px;
    left: 56px;
}
.article_body .note_style.media_style:after{
    left: 304px;
}
.article_body .note_style.media_style{
    color:#ff3d00;
}
.article_body .note_style.media_style .media_title{
    position:relative;
    top:0;
    left:-28px;
    color: #fff;
    background-color: #FF5722;
    line-height:28px;
    width:340px;
    font-style: italic;
    font-weight:600;
}
.article_body .note_style.media_style p{
    line-height:24px;
}
.article_body .note_style.media_style .p1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align:center;
}
.article_body .note_style.media_style .img{
    text-align:center;
}
.article_body .note_style.media_style .img img{
    padding:5px;
}
.article_body .note_style.media_style .raty {
    position: relative;
    top: -2px;
    left: 20px;
}
.raty img {
    width: 16px;
    height: 16px;
}

.article_body_left>h2 {
    margin: 1.875rem 0;
    padding: 1rem .75rem;
    font-size: 1.8rem;
    border-left: 4px solid #2ba9e7;
    background-color: #e3f6fc;
}
.article_body_left>h4 {
    margin: 1.875rem 0;
    padding: 1rem .75rem;
    font-size: 1.3rem;
    border-left: 4px solid #2ba9e7;
    background-color: #e3f6fc;
}
.article_body_left strong{
    font-size: 1.8rem;
}
.article_body_left table strong{
    font-size: 14px;
}

.note_style p, .note_style li, .note_style span, .note_style b, .note_style strong, .tip_style p, .tip_style li, .tip_style span, .tip_style b, .tip_style strong {
    color: inherit;
    font-size: inherit;
}




.article_body_left .buttons{
    margin:15px 0;
}
.article_body_left .buttons a {
    display: inline-block;
    margin: 0 15px;
}

a.down {
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    border: 1px solid #1e96ec !important;
    border-radius: 3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 16px;
}
.article_body_left ul{
    padding: 10px 20px;
    margin: 0 0 20px;     
    list-style:disc;    
}
.article_body_left ul li{
    margin:10px 0;
    font-size:15px;
}

.top-download {
    position: fixed;
    top: 0;
    left: 0;
    background: #4d6c82;
    color: #fff;
    width: 100%;
    height: 70px;
    line-height: 64px;
    font-size: 28px;
    z-index: 99999;
    display: none;
}
.top-download-show {
    display: block;
}

.top-download .top-download-left {
    font-size: 18px;
    width: 40%;
    float: left;
    padding-left: 5%;
}
.top-download .top-download-right {
    width: 40%;
    float: right;
}
.top-download .top-download-center{
     width: 14%;
     float: left;
}
.top-download a {
    width: 184px;
    height: 48px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 48px;
    text-indent: 64px;
    font-size: 18px;
}

.top-download .top-download-right .win-down {
    margin-left: 50px;
    background: url(../images/version_df.png) no-repeat 30px -50px #00a7fa;
}
.top-download .top-download-right .win-down:hover {
    background: url(../images/version_df.png) no-repeat 30px -50px #45ceb3;
}

.top-download a+a {
    margin-left: 20px;
}
.top-download .top-download-right .mac-down {
    background: url(../images/version_df.png) no-repeat 30px 3px #00a7fa;
}
.top-download .top-download-right .mac-down:hover {
    background: url(../images/version_df.png) no-repeat 30px 3px #45ceb3;
}
@media screen and (max-width: 768px) {
  .top-download{
   display:none !important;
}
  .more-related-articles-title{
   display:none;
}
  .more-related-articles{
   display:none;
}
 .article_body_left .buttons a+a{
    margin-top:20px;
}
}

.flex-container{
   flex-wrap: unset;
}
body.inGallery .gallery {
  transform: scale(1);
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 200ms ease-out;
  transform-origin: 0 0 ;
  transform: scale(0);
}
.gallery .gallery-cover {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.gallery .gallery-header .count {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #fefefe;
  letter-spacing: 4px;
}
.gallery .gallery-header button {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 20px;
  padding: 0;
  border: none;
  background: url(../images/close.svg) 50% 50% no-repeat;
  background-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  width: 28px;
  height: 28px;
  transition: 100ms ease-out;
}
.gallery .gallery-header button:hover {
  color: #ffffff;
}
.gallery .gallery-nav button {
  border: none;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  z-index: 10001;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  transition: 200ms linear;
  opacity: 0.6;
}
.gallery .gallery-nav button:hover {
  opacity: 1;
}
.gallery .gallery-nav button.flex-disabled {
  visibility: hidden;
}
.gallery .gallery-nav button.flex-prev {
  background: url(../images/left-arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  left: 80px;
}
.gallery .gallery-nav button.flex-next {
  background: url(../images/right-arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  right: 80px;
}
.gallery .gallery-inner {
  position: absolute;
  width: 1100px;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.gallery .gallery-inner ul.flex-container {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  align-items: center;
}
.gallery .gallery-inner ul.flex-container.animating {
  transition: 300ms linear;
}
.gallery .gallery-inner ul.flex-container li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  flex-direction: column;
  opacity: 0;
  transition: 200ms linear;
}
.gallery .gallery-inner ul.flex-container li.flex-active {
  opacity: 1;
}
.gallery .gallery-inner img {
  max-width: 80%;
  margin-bottom: 30px;
}
.gallery .gallery-inner p {
  font-size: 24px;
  color: #fefefe;
}
@media screen and (max-width: 1200px) {
  .gallery .gallery-inner {
    width: 90%;
  }
  .gallery .gallery-nav button {
    top: 45%;
  }
  .gallery .gallery-nav button.flex-prev {
    left: 0;
  }
  .gallery .gallery-nav button.flex-next {
    right: 0;
  }
  .gallery .gallery-inner ul.flex-container p {
    font-size: 14px;
    text-align: center;
  }
}

.article_body_left h3 {
    margin: 20px 0 10px 0;
    font-size: 24px;
    color: #6C6E73;
    padding: 10px 0 10px 0;
    text-align:left;
}
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.commentlist li {
    float: left;
}
.gravatar {
    float: left;
    width: 80px;
    padding: 0px 10px 0 0;
    text-align: center;
}
.comment_content {
    float: left;
    width: 569px;
}
.commentmetadata {
    float: right;
}
.comment_content .comment_text p{
    margin-top:5px;
}

.top-download-right .icon-mac:before,.top-download-right .icon-windows8:before{
   content:"";
}

.custom-table {
    background-color: #fff;
    border: 1px solid #d5d9dc;
    border-collapse: collapse;
    font-size: .933em;
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #f4f5f6;
}
.custom-table td {
    padding: 9px 12px;
    vertical-align: middle;
}
.custom-table tbody td {
    border: 0;
    line-height: 1.5;
}
.article_body .article_body_left .note {
    background-color: #eef6fb;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:16px;
    text-align:left !important;
}
.article_body .article_body_left .note p{
    margin-top: 0;
    text-decoration: underline;
}
.article_body .article_body_left .note p:first-child{
    text-decoration: none;
}

.article_body_left .summary {
    font-size: 16px;
    background: #e9f5fb;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e9f5fb;
    text-align: left;
}
.article_body_left .summary strong {
    background: url(../images/summary.png) no-repeat 0 0;
    display: inline-block;
    height: 25px;
    font-size: 22px;
    color: #259bd6;
    padding: 0 0 0 35px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
ul.choose-country{
    list-style:none;
    padding:10px 0;
    margin-bottom:0;
}
ul.choose-country li{
    margin-right:5px;
    display:inline-block;
}
table {
    border-collapse: collapse;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
}
table tbody tr th {
    margin: 0px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    background-color: #f7f8f9;
    text-align: center;
    vertical-align: middle !important;
}
table tbody tr td {
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    padding: 10px;
    line-height: 18px;
}


.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-review-22462.review-wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.wp-review-22462.review-wrapper, .wp-review-22462 .review-title, .wp-review-22462 .review-desc p, .wp-review-22462 .reviewed-item p {
    color: #d0d0d0;
}
.wp-review-22462 .review-list li, .wp-review-22462.review-wrapper {
    text-align:left;
    background: #20253b;
}
.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}
.wp-review-22462.review-wrapper .review-title {
    font-size:17px;
    text-align:left;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: none;
    border-bottom: none;
    background: #20253b;
    color: #d0d0d0;
}
.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-wrapper .review-list li p{
    margin-top:0;
}
.wp-review-22462.review-wrapper .review-list {
    clear: both;
    width: 100%;
    border-top: 1px solid #41465c;
    border-bottom: 1px solid #41465c;
    padding: 15px;
    overflow: hidden;
    float: none;
    display: block;
    margin-left: 0;
}
.wp-review-22462 .review-list li {
    padding: 15px 20px 12px;
    width: 29.3%;
    margin: 2%;
    float: left;
    border: 2px solid #ed576c;
    border-radius: 10px;
    box-sizing: border-box;
}
.review-star, .wp-review-user-feature-rating-star {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.wp-review-22462.review-wrapper .review-list .review-star, .wp-review-22462.review-wrapper .review-list .wp-review-user-feature-rating-star {
    margin-left: -2px;
    float: left;
}
.review-result-wrapper {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    color: #41465c;
}
.review-result-wrapper i, .review-result-wrapper img.wp-review-image {
    font-style: normal;
    font-size: 16px;
    padding: 0;
    line-height: inherit;
}
.wp-review-22462.review-wrapper .review-result-wrapper i {
    font-size: 18px;
}
.review-result {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.review-wrapper .review-result {
    -webkit-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
}
.review-list li:after, .wp-reviews-list .item:after, .wp-reviews-list .reviews-pagination:after, .wpr-businesses:after, .yelp-logo-wrapper:after, [data-ui-tabs] .ui-tabs-nav:after, [data-wp-review-tabs] .tab-titles:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.wp-review-22462.review-wrapper .review-desc {
    width: 60%;
    padding: 25px 30px;
    float: left;
    box-sizing: border-box;
    min-height: 230px;
}
p.review-summary-title {
    margin-top: 0;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
}
p.review-summary-title strong{
    font-size: 14px;
}
.review-desc p:nth-child(2) {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.review-total-wrapper {
    float: right;
    clear: both;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 20px;
}
.wp-review-22462.review-wrapper .review-total-wrapper {
    text-align: center;
    border: 10px solid #ed576c;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    padding-top: 25px;
    clear: none;
    margin: 30px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
.review-total-wrapper .review-total-box {
    border: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.wp-review-22462.review-wrapper .review-total-wrapper .review-total-box {
    font-size: 34px;
    float: left;
    text-align: center;
    padding: 0;
    color: #d0d0d0;
    line-height: 1.1;
}
.wp-review-22462.review-wrapper .review-total-wrapper .review-total-box h5 {
    font-family: inherit;
    margin-top: 10px;
    margin-bottom: 0;
    color: #d0d0d0;
    text-transform: uppercase;
}
.review-pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review-pros-cons .review-pros {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-review-22462.review-wrapper .review-pros-cons .review-pros {
    text-align: left;
    border-right: 1px solid #41465c;
    padding: 30px;
    box-sizing: border-box;
}
.review-pros-cons .review-cons .mb-5 strong:before, .review-pros-cons .review-pros .mb-5 strong:before {
    content: "\f164";
    font-family: fontawesome;
    font-weight: 400;
    margin-right: 5px;
    opacity: .7;
}
.review-pros-cons .review-cons .mb-5 strong:before {
    content: "\f165";
}

.review-pros-cons .review-pros p:last-of-type {
    margin-bottom: 0;
}
.review-pros-cons ol, .review-pros-cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-pros-cons li {
    list-style-type: none!important;
}
.review-pros-cons .review-cons ul li:before, .review-pros-cons .review-pros ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    opacity: .4;
    margin-right: 7px;
}
.review-pros-cons .review-cons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-review-22462.review-wrapper .review-pros-cons .review-cons {
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
}
.review-pros-cons .review-cons p:last-of-type {
    margin-bottom: 0;
}
.review-pros-cons ol, .review-pros-cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-pros-cons li {
    list-style-type: none!important;
}
.review-pros-cons .review-cons ul li:before {
    content: "\f00d";
}
.wp-review-22462.review-wrapper .review-pros-cons {
    clear: both;
    padding: 0;
    border-bottom: 1px solid #41465c;
}

.article_body_left ul.list_box {
    border: #CCC 1px solid;
    border-radius: 10px;
    color: #212529;
    padding-left:40px;
}
.article_body_left ul.list_box li {
    color: #212529;
    padding: 8px 10px;
}
.article_body_left div.showmore {
    border: solid 1px #cddc39;
    padding: 6px;
    margin: 20px auto;
    text-align:left;
}
div.showmore ul{
    margin:0;
    padding:0;
    list-style:none;
}
div.showmore ul li{
    margin:0;
    padding:0;
}
@media screen and (max-width: 768px){
    .comment_content{
        width:100%;
    }
}