.nice-select {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: lowercase
}

.nice-select:hover {
    outline: 0
}

.lang-de .nice-select {
    text-transform: none
}

.nice-select .current {
    display: block;
    padding: 10px 35px 10px 0;
    font-weight: 300;
    color: #26282d;
    position: relative;
    font-size: 24px;
    line-height: 1.41667
}

@media(min-width:480px) {
    .nice-select .current {
        font-size: 31px;
        line-height: 1.5
    }
}

@media(min-width:768px) {
    .nice-select .current {
        font-size: 40px;
        line-height: 1.5
    }
}

.nice-select .current:after,
.nice-select .current:before {
    content: "";
    display: block;
    position: absolute
}

.nice-select .current:before {
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #26282d
}

.nice-select .current:after {
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #26282d;
    border-right: 1px solid #26282d;
    top: 50%;
    margin-top: -6px;
    right: 4px;
    width: 11px;
    height: 11px
}

.nice-select .list {
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    width: auto;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: none;
    transform-origin: none;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(54, 57, 73, .09);
    box-shadow: 0 15px 30px 0 rgba(54, 57, 73, .09);
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    overflow-y: scroll;
    height: 305px
}

.nice-select .list .option {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 61px;
    outline: 0;
    margin: 0;
    padding: 18px 31px;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.66667;
    color: #26282d;
    text-align: left;
    color: #707378
}

.nice-select .list .option.disabled {
    display: none
}

.nice-select .list .option.selected,
.nice-select .list .option:hover {
    background-color: #f6f8f9;
    color: #f16334
}

.nice-select.open {
    z-index: 9;
    border-radius: 2px 0 0 0;
    position: static
}

@media(min-width:768px) {
    .nice-select.open {
        position: relative
    }
}

.nice-select.open .current:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -1px
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0 2px 2px 2px;
    pointer-events: auto;
    top: calc(100%+10px);
    left: 10px;
    width: calc(100% - 20px)
}

@media(min-width:768px) {
    .nice-select.open .list {
        top: calc(100%+10px);
        left: 0;
        min-width: 350px
    }
}

select.nice-select {
    display: none
}

#article {
    padding-top: 40px
}

@media(min-width:768px) {
    #article {
        padding-top: 80px
    }
}

.lang-br #article,
.lang-en #article {
    padding-top: 25px
}

@media(min-width:768px) {
    .lang-br #article,
    .lang-en #article {
        padding-top: 40px
    }
}

.lang-br .page-blog-cats,
.lang-en .page-blog-cats {
    margin-bottom: 40px;
    text-align: left;
    padding-bottom: 0;
    font-weight: 400
}

.lang-br .page-blog-cats .box,
.lang-en .page-blog-cats .box {
    background: #f4f6f8;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .box,
    .lang-en .page-blog-cats .box {
        padding: 24px;
        position: static
    }
}

.lang-br .page-blog-cats .img-w,
.lang-en .page-blog-cats .img-w {
    margin: 0 24px 0 0
}

.lang-br .page-blog-cats .img-w .img,
.lang-en .page-blog-cats .img-w .img {
    border-radius: 50%;
    width: 72px;
    max-width: none
}

.lang-br .page-blog-cats .question .title,
.lang-en .page-blog-cats .question .title {
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
    padding: 0
}

.lang-br .page-blog-cats .question .options,
.lang-en .page-blog-cats .question .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-br .page-blog-cats .question .options .no,
.lang-br .page-blog-cats .question .options .yes,
.lang-en .page-blog-cats .question .options .no,
.lang-en .page-blog-cats .question .options .yes {
    display: inline-block
}

.lang-br .page-blog-cats .question .options .no,
.lang-en .page-blog-cats .question .options .no {
    margin: 0 0 0 24px;
    padding: 0 0 0 25px;
    position: relative
}

.lang-br .page-blog-cats .question .options .no:before,
.lang-en .page-blog-cats .question .options .no:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #979797;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px
}

.lang-br .page-blog-cats .categories .size-40,
.lang-br .page-blog-cats .nice-select .current,
.lang-en .page-blog-cats .categories .size-40,
.lang-en .page-blog-cats .nice-select .current {
    font-size: 18px;
    line-height: 1.66667;
    line-height: 1.333333333333
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .categories .size-40,
    .lang-br .page-blog-cats .nice-select .current,
    .lang-en .page-blog-cats .categories .size-40,
    .lang-en .page-blog-cats .nice-select .current {
        font-size: 24px;
        line-height: 1.41667
    }
}

.lang-br .page-blog-cats .categories,
.lang-en .page-blog-cats .categories {
    display: none
}

.lang-br .page-blog-cats .categories>.title,
.lang-en .page-blog-cats .categories>.title {
    padding: 0;
    display: block
}

.lang-br .page-blog-cats .categories .options .title,
.lang-en .page-blog-cats .categories .options .title {
    vertical-align: middle;
    margin-right: .35em;
    padding: 0
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .categories .options .title,
    .lang-en .page-blog-cats .categories .options .title {
        margin-right: 10px
    }
}

.lang-br .page-blog-cats .categories .form,
.lang-en .page-blog-cats .categories .form {
    margin-left: 0;
    vertical-align: middle
}

.lang-br .page-blog-cats .nice-select .current,
.lang-en .page-blog-cats .nice-select .current {
    font-weight: 500;
    color: #f16334;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    margin-top: 1px;
    position: relative
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .nice-select .current,
    .lang-en .page-blog-cats .nice-select .current {
        padding-right: 35px
    }
}

.lang-br .page-blog-cats .nice-select .current:before,
.lang-en .page-blog-cats .nice-select .current:before {
    background-color: #f16334
}

.lang-br .page-blog-cats .nice-select .current:after,
.lang-en .page-blog-cats .nice-select .current:after {
    border-bottom: 2px solid #f16334;
    border-right: 2px solid #f16334;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -7px
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .nice-select .current:after,
    .lang-en .page-blog-cats .nice-select .current:after {
        margin-top: -6px
    }
}

.lang-br .page-blog-cats .nice-select.open .current:after,
.lang-en .page-blog-cats .nice-select.open .current:after {
    margin-top: -3px
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .nice-select.open .current:after,
    .lang-en .page-blog-cats .nice-select.open .current:after {
        margin-top: -3px
    }
}

.lang-br .page-blog-cats .nice-select.open .list,
.lang-en .page-blog-cats .nice-select.open .list {
    left: 0;
    width: 100%
}

@media(min-width:768px) {
    .lang-br .page-blog-cats .nice-select.open .list,
    .lang-en .page-blog-cats .nice-select.open .list {
        top: calc(100%+30px)
    }
}

.page-blog-cats {
    padding-bottom: 50px;
    text-align: center;
    font-weight: 300
}

@media(min-width:768px) {
    .page-blog-cats {
        padding-bottom: 90px
    }
}

.page-blog-cats .inner {
    position: relative
}

@media(min-width:768px) {
    .page-blog-cats .inner {
        position: static
    }
}

.page-blog-cats .title {
    display: block
}

@media(min-width:768px) {
    .page-blog-cats .title {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding: 10px 0
    }
}

.page-blog-cats .form {
    display: inline-block;
    vertical-align: middle;
    margin-left: .35em
}

.mfp-content .page-blog-list {
    padding-bottom: 0;
    background: #fff;
    margin: 0 auto;
    max-width: 460px;
    position: relative
}

.page-blog-list .list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px) {
    .page-blog-list .list:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #e4e8ed;
        position: absolute;
        top: 0;
        left: 50%;
        right: inherit;
        margin-left: -.5px
    }
    .mfp-content .page-blog-list .list:after {
        display: none
    }
}

.page-blog-list .hentry {
    padding: 0 0 5px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(54, 57, 73, .16);
    box-shadow: 0 3px 8px 0 rgba(54, 57, 73, .05);
    margin-bottom: 50px;
    max-width: 460px
}

.mfp-content .page-blog-list .hentry {
    max-width: 100%;
    width: 100% !important;
    margin: 0 !important
}

.page-blog-list .hentry:last-child {
    margin-bottom: 0
}

.page-blog-list .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
}

.page-blog-list ul li .img-p-cnt {
    padding: 20px !important
}

@media(min-width:768px) {
    .page-blog-list .hentry {
        margin-bottom: 0;
        width: 38.98305%
    }
}

@media(min-width:768px) {
    .page-blog-list .hentry:nth-of-type(odd) {
        margin-right: 61.01695%
    }
}

@media(min-width:768px) {
    .page-blog-list .hentry:nth-of-type(2n) {
        margin-left: 61.01695%;
        margin-top: -230px
    }
}

.page-blog-list .hentry:hover {
    -webkit-box-shadow: 0 29px 60px 0 rgba(54, 57, 73, .09);
    box-shadow: 0 29px 60px 0 rgba(54, 57, 73, .09)
}

.page-blog-list .hentry a {
    text-decoration: none;
    color: inherit
}

.page-blog-list .np_video .img-p {
    position: relative
}

.page-blog-list .np_video .img-p:after,
.page-blog-list .np_video .img-p:before {
    content: "";
    display: block;
    position: absolute
}

.page-blog-list .np_video .img-p:before {
    background: rgba(38, 40, 45, .3);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.page-blog-list .np_video .img-p:after {
    z-index: 2;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background: 50% no-repeat;
    background-size: 100%;
    background-image: url(../images/play.svg);
}

.page-blog-list .title {	
    font-size: 24px;	
    line-height: 24px;	
    margin-bottom: 15px;	
    font-weight: 400;	
}

.page-blog-list ul li .img-p-cnt {
    padding: 20px
}

.video-row {
    width: 530px;
    margin: 40px auto;
    padding: 0;
    width: 100%
}

@media(min-width:480px) {
    .page-blog-list .lazy {
        height: 277px !important
    }
}

.page-blog-list .lazy-yes {
    height: auto
}

.page-blog-list .title {	
    font-family: 'nunito_sansbold';	
}

@media(min-width:768px) {
    .page-blog-list .title {
        margin-bottom: 12px
    }
}

.page-blog-list .title .a {
    color: #aeb0b3;
    font-weight: 600;
    white-space: nowrap
}

.page-blog-list .details {
    color: #7b8086;
    font-size: 12px;
    line-height: 1.66667;
    font-family: 'nunito_sansregular';
    letter-spacing: .025em
}

@media(min-width:768px) {}

.page-blog-list .shares-comments {
    padding: 0 0 0 5px
}

.page-blog-list .shares+.comments:before {
    content: "/ "
}

.page-blog-list .audio {
    z-index: 3;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    opacity: .9
}

.page-blog-list .audio,
.page-blog-list .custom-pagination {
    position: absolute;
    visibility: hidden
}

.page-blog-list .loading {
    margin: 0 auto
}

.page-blog-list .list+.loading {
    margin-top: 25px
}

#infscr-loading {
    display: none !important
}

/*.blog-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 65px 0
}*/

.blog-list {
    width: 100%;
    float: left
}

.page-blog-list ul li .img-p {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    overflow: hidden
}

.dummy-img {
    position: relative !important;
    opacity: 0 !important;
    top: 0;
    left: 0
}

.page-blog-list ul li .img-p img {	
    position: absolute;	
    top: 0;	
    left: 0;	
    float: left;	
    width: 100%;	
    transition: all .5s ease;	
    -moz-transition: all .5s ease;	
    -webkit-transition: all .5s ease;	
    -o-transition: all .5s ease;	
}

.page-blog-list ul li:hover .img-p img {	
    transform: scale(1.04);	
    -webkit-transform: scale(1.04);	
    -moz-transform: scale(1.04);	
    -o-transform: scale(1.04);	
}

.page-blog-list ul li .img-p-cnt {
    width: 100%;
    float: left;
    padding: 25px
}

.inner-video {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.sem-cnt {
    width: 100%;
    float: left;
    text-align: center
}

.sem-cnt h3 {
    font-size: 18px;
    font-family: 'nunito_sansbold';
    line-height: 24px;
    color: #414042;
    letter-spacing: .5px;
    margin-bottom: 8px
}

.sem-cnt p {
    font-size: 16px;
    line-height: 28px;
    color: #414042;
    font-family: 'nunito_sansbold';
    margin-bottom: 20px
}

.sub-butt.m-top {
    margin-top: 20px
}

.video-row {	
    max-width: 1000px;	
    margin: 0 auto;	
    width: 100%;	
    position: relative;	
}

.video-row iframe {
    height: 520px
}

.video-section.bg {
    float: left;
    background: url(../images/video-bg.png) no-repeat scroll top left;
    background-size: cover;
    width: 100%;	
    padding: 30px;	
    margin-bottom: 40px;
}

.video-row img {
    max-width: 100%;
    height: auto
}

.blog-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0
}

.blog-list {
    width: 100%;
    float: left
}

.inner-video.blog-details {
    padding: 20px 0
}

.inner-video.blog-details h1 {
    color: #f48329;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: 'UtopiaStd-Regular';
    margin-bottom: 40px;
    padding: 0 6% 15px;
    text-align: center;
    position: relative
}

.inner-video.blog-details h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    right: 0;
    background: #e5e5e5;
    height: 2px;
    margin: 0 auto
}

.video-main {
    float: left;
    width: 100%;
    position: relative
}

.video-main .video-img {
    width: 100%;
    margin: 0;
    float: left;
    position: relative;
    top: 0;
    overflow: hidden
}

.video-main .video-img img {
    width: 100%;	
    position: relative;	
    z-index: 10;	
}

.video-main .video-img video {
    width: 100%;
    position: absolute;
    background: #fff;
    object-fit: cover;
    height: 100%;
    z-index: 100;
}
.video-main .video-img iframe, .video-main .video-img img.original {	
    width: 100%;	
    position: absolute;	
    height: 100%;	
    top: 0px;	
    left: 0px;	
    z-index: 100;	
}

.video-img #play1 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(../images/video-icon.png) no-repeat scroll center center / 100% auto;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 99;
    background-size: 100%
}

.video-img #play1.play {
    background: 0
}

.video-img:hover #play1.play {
    background: url(../images/pause.png) no-repeat center center / 100% auto;
    width: 50px;
    height: 50px;
    background-size: 100%
}

.video-img .clickToPlay {
    display: none !important
}

.video-main .video-btn {
    position: absolute;
    top: 40%;
    text-align: left;
    width: 100%;
    left: 0;
    z-index: 9
}

@media screen and (max-width:767px) {
    .video-row {
        width: 100%;
        margin: 20px auto;
        padding: 0 20px
    }
}

.p-date {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 14px;
    color: #2f3193;
}

.video-row .p-date {
    margin-top: -35px;
    margin-bottom: 15px;
}
		color: #59626a;	
    font-size: 35px;	
}	
.blog-page, .blog-sec {	
	 background: #f4f6f8;	
}	
.page-headings {	
    padding-top: 10px;	
}	
.mfp-close-btn-in .mfp-close {	
    color: #0b0b0b;	
    left: 73%;	
}	
.youtube_embed iframe {	
        display:block;	
        width:100%;	
        height: 270px;	
    }	
    .blog-sec .breadcrumbs {	
        margin-bottom: 15px;	
    }